* lisp/ChangeLog: Fix typos.
[emacs.git] / lisp / ChangeLog
blob3ee371f06b297efcc589aba7ee0a8929fbb2dabc
1 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
3         * custom.el (custom-declare-variable): Give a clearer error message
4         when the docstring is missing (bug#6476).
6 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
8         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
9         (sql-login-params): New widget definition.
10         (sql-oracle-login-params, sql-mysql-login-params)
11         (sql-solid-login-params, sql-sybase-login-params)
12         (sql-informix-login-params, sql-ingres-login-params)
13         (sql-ms-login-params, sql-postgres-login-params)
14         (sql-interbase-login-params, sql-db2-login-params)
15         (sql-linter-login-params): Use it.
16         (sql-sqlite-login-params): Use it; Define "database" parameter as
17         a file name.
18         (sql-sqlite-program): Change to "sqlite3"
19         (sql-comint-sqlite): Make sure database name is complete.
20         (sql-for-each-login): New function.
21         (sql-connect, sql-save-connection): Use it.
22         (sql-get-login-ext): New function.
23         (sql-get-login): Use it.
24         (sql-make-alternate-buffer-name): Handle :file parameters.
26 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
28         * dired.el (dired-no-confirm): Document value t and fix defcustom to
29         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
31 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
33         * dired.el (dired-mode-map): Use command remapping (bug#6632).
35 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
37         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
39 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
41         * net/tramp.el (tramp-get-ls-command)
42         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
43         instead of "/".
45 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
47         * progmodes/sql.el: Version 2.3.
48         (sql-connection-alist): Changed keys from symbols to strings;
49         enhanced the widget definition.
50         (sql-mode-menu): Added submenu to select connections.
51         (sql-interactive-mode-menu): Added "Save Connection" item.
52         (sql-add-product): Fixed menu item.
53         (sql-get-product-feature): Improved error handling.
54         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
55         (sql-make-alternate-buffer-name): Simplified.
56         (sql-product-interactive): Handle missing product.
57         (sql-connect): Support string keys, minor improvements.
58         (sql-save-connection): New function.
59         (sql-connection-menu-filter): New function.
61 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
63         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
64         (tramp-open-connection-setup-interactive-shell): Apply
65         workaround for IRIX64 bug.  Move argument of last
66         `tramp-send-command' where it belongs to.
68 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
70         * net/tramp.el (tramp-perl-file-attributes)
71         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
72         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
73         front of `login-args'.
75 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
77         * time.el (display-time-world-mode): Define with `define-derived-mode'.
78         Set `show-trailing-whitespace' to nil.
79         (display-time-world-display): Simplify.
81 2010-07-18  Alan Mackenzie  <acm@muc.de>
83         Enhance `c-file-style' in file/directory local variables.
84         * progmodes/cc-mode.el (c-count-cfss): New function.
85         (c-before-hack-hook): Call `c-set-style' differently according to
86         whether c-file-style was set in file or directory local
87         variables.
89 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
91         * progmodes/sql.el: Version 2.2.
92         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
93         defcustom :safe keyword rather than putting safe-local-variable
94         property.
95         (sql-password): Use defcustom :risky keyword rather than putting
96         risky-local-variable property.
97         (sql-oracle-login-params, sql-sqlite-login-params)
98         (sql-solid-login-params, sql-sybase-login-params)
99         (sql-informix-login-params, sql-ingres-login-params)
100         (sql-ms-login-params, sql-postgres-login-params)
101         (sql-interbase-login-params, sql-db2-login-params)
102         (sql-linter-login-params): Add `port' option
103         (sql-get-product-feature): Added NO-INDIRECT parameter.
104         (sql-comint-oracle, sql-comint-sybase)
105         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
106         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
107         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
108         (sql-comint-linter): Renamed sql-connect-* functions to
109         sql-comint-*.
110         (sql-product-alist, sql-mode-menu): Renamed as above and
111         :sqli-connect-func to :sqli-comint-func.
112         (sql-connection): New variable
113         (sql-interactive-mode): Set it.
114         (sql-connection-alist): New variable.
115         (sql-connect): New function.
116         (sql--alt-buffer-part, sql--alt-if-not-empty)
117         (sql-make-alternate-buffer-name): Improved alternative buffer name.
119 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
121         * image-mode.el (image-bookmark-make-record): Do not set context
122         in an image (Bug#6650).
124 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
126         * simple.el (select-active-region): New function.
127         (push-mark-command, set-mark, activate-mark)
128         (handle-shift-selection): Use it.
129         (deactivate-mark): Don't check for size of region.
131         * mouse.el (mouse-drag-track): Use select-active-region.
133 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
135         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
136         "--dired" stronger.
138 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
140         * term/x-win.el (x-select-enable-primary): Change default to nil.
141         (x-select-enable-clipboard): Add :version keyword.
143         * mouse.el (mouse-drag-copy-region):
144         * simple.el (select-active-regions): Likewise.
146 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
148         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
149         (vc-coding-system-for-diff): Use it to decide whether to inherit
150         from the file the EOL format for reading the diffs of that file.
151         (Bug#4451)
153 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
155         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
156         unibyte, so compressed attachments are not compressed again.
158 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
160         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
161         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
162         (tramp-find-shell): Simplify setting connection property.
163         (tramp-get-ls-command): Make test for "--color=never" stronger.
165 2010-07-15  Simon South  <ssouth@member.fsf.org>
167         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
168         blocks within record declarations (i.e. variant parts) correctly.
170 2010-07-15  Simon South  <ssouth@member.fsf.org>
172         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
173         over literal tokens when parsing so newlines aren't "absorbed" by
174         single-line comments.  Corrects the indentation of case blocks
175         that have a comment on the first line.
177 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
179         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
180         by Drew Adams (Bug#5504).
182 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
184         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
185         now that Unicode is used (Bug#6594).
187 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
189         * term/x-win.el (x-select-enable-clipboard): Default to t.
190         (x-initialize-window-system): Don't overwrite Paste menu item.
192         * simple.el (select-active-regions): Default to t.
193         (push-mark-command): Don't overwrite primary with empty string.
195         * mouse.el: Bind mouse-2 to mouse-yank-primary.
196         (mouse-drag-copy-region): Default to nil.
198         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
199         Cut/Copy/Paste menu bar items.
201 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
203         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
204         Patch applied by Karl Fogel.
206         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
207         and `bookmark-current-buffer' if they have been already set in
208         another buffer (e.g gnus-art).
210 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
211             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
213         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
215         * bookmark.el (bookmark-make-record-default): Allow unneeded
216         information to be omitted from the record.
218         Adjust declarations and calls:
220         * info.el (bookmark-make-record-default): Adjust declaration.
221         (Info-bookmark-make-record): Adjust call.
223         * woman.el (bookmark-make-record-default): Adjust declaration.
224         (woman-bookmark-make-record): Adjust call.
226         * man.el (bookmark-make-record-default): Adjust declaration.
227         (Man-bookmark-make-record): Adjust call.
229         * image-mode.el (bookmark-make-record-default): Adjust declaration.
231         * doc-view.el (bookmark-make-record-default): Adjust declaration.
233 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
235         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
236         This is also from Thierry Volpiatto's patch in bug #6444.  However,
237         because it was extraneous to the functional change in that patch,
238         and causes a re-indendation, I am committing it separately.
240 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
242         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
243         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
244         Patch applied by Karl Fogel (Bug#6444).
246 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
248         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
250 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
252         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
253         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
254         (ns-alternatives-map): Change S-tab binding to backtab
255         (bug#6616).
257         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
258         under ns.
260 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
262         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
263         (Bug#5806)
265         * language/tv-util.el (tai-viet-re): Remove format.
267 2010-07-12  Kenichi Handa  <handa@m17n.org>
269         * language/hebrew.el: Remove no-byte-compile declaration.
270         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
271         composition-function-table for 3-character looking back.
272         (hebrew-font-get-precomposed): New function.
273         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
275 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
277         * mouse.el (mouse-drag-track): Handle select-active-regions
278         (Bug#6612).
280 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
282         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
283         empty argument to gvfs-copy.
285 2010-07-10  Glenn Morris  <rgm@gnu.org>
287         * calendar/calendar.el (calendar-week-end-day): New function.
288         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
289         Respect calendar-week-start-day.  (Bug#6606)
290         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
291         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
292         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
293         respect calendar-week-start-day.
295 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
297         * simple.el (use-region-p): Doc fix (Bug#6607).
299 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
301         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
302         regexps for cucumber and ruby.
304 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
306         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
307         (epa-file-insert-file-contents): Hack to prevent
308         find-file from opening empty buffer when decryptin failed
309         (bug#6568).
311 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
313         * textmodes/ispell.el (ispell-alternate-dictionary):
314         Use file-readable-p.
315         Return nil if no word-list is found at default locations.
316         (ispell-complete-word-dict): Default to nil.
317         (ispell-command-loop): Use 'word-list' when using lookup-words.
318         (lookup-words): Use ispell-complete-word-dict or
319         ispell-alternate-dictionary.  Check for word-list availability
320         and handle errors if needed with better messages (Bug#6539).
321         (ispell-complete-word): Use ispell-complete-word-dict or
322         ispell-alternate-dictionary.
324 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
326         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
327         builtins (BufferError, BytesWarning, WindowsError; callables
328         bin, bytearray, bytes, format, memoryview, next, print; __package__).
330 2010-07-07  Glenn Morris  <rgm@gnu.org>
332         * play/zone.el (top-level): Do not require timer, tabify, or cl.
333         (zone-shift-left): Ignore intangibility, and any errors from
334         forward-char.
335         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
336         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
337         deleting, and copying text properties.
338         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
339         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
340         to point-max is hard.
341         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
342         (zone-fill-out-screen): Ignore intangibility.
344 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
346         * menu-bar.el (menu-bar-mode):
347         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
348         if it has been set.
350         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
351         word/line selection (Bug#6565).
353 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
355         * net/dbus.el (dbus-send-signal): Declare function.
357 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
359         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
360         (dbus-register-property): New optional argument EMITS-SIGNAL.
361         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
363 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
365         * mouse.el (mouse-drag-overlay): Variable deleted.
366         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
367         (mouse--remap-link-click-p): New function.
368         (mouse-drag-track): Handle dragging by using temporary Transient
369         Mark mode, instead of a special overlay.
370         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
371         mouse-show-mark.
373         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
374         deleted.
376 2010-07-02  Juri Linkov  <juri@jurta.org>
378         * autoinsert.el (auto-insert-alist): Fix readability
379         by using dotted pair notation for lambda.
381 2010-07-02  Juri Linkov  <juri@jurta.org>
383         * faces.el (read-face-name): Rename arg `string-describing-default'
384         to `default'.  Doc fix.  Display the default value in quotes
385         in the prompt.  With empty input, return the `default' arg,
386         unless the default value is a string (in which case return nil).
387         (describe-face): Replace the string `default' arg of `read-face-name'
388         with the symbol `default'.
390 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
392         * emulation/viper-cmd.el (viper-delete-backward-char)
393         (viper-del-backward-char-in-insert)
394         (viper-del-backward-char-in-replace, viper-change)
395         (viper-backward-indent): Replace delete-backward-char with
396         delete-char (Bug#6552).
398 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
400         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
402 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
404         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
405         argument passed to frame-creation-function (Bug#5378).
407         * faces.el (x-handle-named-frame-geometry)
408         (x-handle-reverse-video, x-create-frame-with-faces)
409         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
410         separately consult default-frame-alist.  It is now passed as the
411         PARAMETER argument.
413 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
415         * startup.el (command-line): Don't call tool-bar-setup in a
416         tty-only build.
418 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
420         * ruler-mode.el (ruler--save-header-line-format): New fun.
421         (ruler-mode): Use it as a setter function, so as not to overwrite
422         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
424 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
426         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
427         (vc-root-diff, vc-print-root-log, vc-log-incoming)
428         (vc-log-outgoing): Use it.
429         (vc-diff-internal): Set diff-vc-backend.
431         * vc/diff-mode.el (diff-vc-backend): New var.
433 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
435         * dynamic-setting.el (font-setting-change-default-font): Remove
436         call to message.
438 2010-06-28  Kenichi Handa  <handa@m17n.org>
440         * international/quail.el (quail-insert-kbd-layout): Fix the
441         showing of untranslated characters.
443 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
445         * simple.el (delete-active-region): New option.
446         (delete-backward-char): Implement in Lisp.
447         (delete-forward-char): New command.
449         * mouse.el (mouse-region-delete-keys): Deleted.
450         (mouse-show-mark): Simplify.
452         * bindings.el (global-map): Bind delete and DEL, the former to
453         delete-forward-char.
455 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
457         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
458         (ruby-mode): Bind indent-line-function (Bug#5119).
460 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
462         * startup.el (command-line): Recognize "0" X resource value.
464 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
466         * startup.el (command-line): Use X resources to set the value of
467         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
469         * menu-bar.el (menu-bar-mode):
470         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
471         Set init-value to t.
473         * frame.el (frame-notice-user-settings): Don't change
474         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
475         vice versa (Bug#2249).
477 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
479         * w32-fns.el (w32-convert-standard-filename): Doc fix.
481 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
483         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
484         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
486         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
487         default directories are expanded (Bug#6143).
489 2010-06-24  Juri Linkov  <juri@jurta.org>
491         * minibuffer.el (completions-format): Change default from nil to
492         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
494 2010-06-24  Juri Linkov  <juri@jurta.org>
496         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
497         buffer-locally to lambda that re-runs the vc diff command.
498         (Bug#6447)
500 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
502         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
503         echo area is in use (Bug#3412).
505 2010-06-22  Glenn Morris  <rgm@gnu.org>
507         * textmodes/texinfmt.el (texinfo-format-region)
508         (texinfo-raise-lower-sections, texinfo-format-separate-node)
509         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
510         (texinfo-format-option, texinfo-noindent):
511         Use line-beginning-position and line-end-position.
513         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
514         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
515         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
516         utf-8 characters.
518 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
520         * play/zone.el (zone-fall-through-ws): Fix next-line ->
521         forward-line fallout.
523 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
525         * mouse.el (mouse-appearance-menu): Add docstring.
527         * help.el (describe-key): Print up-event using key-description.
529 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
531         * net/zeroconf.el (zeroconf-resolve-service)
532         (zeroconf-service-resolver-handler): Use
533         `dbus-byte-array-to-string'.
534         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
536 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
538         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
540 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
542         Avoid displaying files with a nil state in vc-dir.
543         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
544         cases that cause insertion.
545         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
546         with a nil state.
548 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
550         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
552 2010-06-29  Leo  <sdl.web@gmail.com>
554         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
556 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
558         * generic-x.el (bat-generic-mode): Fix regexp for command line
559         switches (Bug#5719).
561 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
563         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
564         of nconc to avoid pure storage error (Bug#6239).
566 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
568         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
569         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
570         bindings of bookmark-automatically-show-annotations (Bug#6515).
572 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
574         * arc-mode.el (archive-zip-extract): Don't quote the file name on
575         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
577 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
579         * comint.el (make-comint, make-comint-in-buffer): Mention return
580         value in the docstrings.  (Bug#6498)
582 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
584         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
585         since it is not present when using some non-default switches.
587 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
589         * simple.el (compose-mail): Fix doc string to refer to
590         `compose-mail-user-agent-warnings', instead of to the
591         nonexistent `compose-mail-check-user-agent'.
593 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
595         Fix an indentation bug:
597         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
598         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
599         of existing values.
601         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
602         (c-clear->-pair-props-if-match-before): now return t when they've
603         cleared properties, nil otherwise.
604         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
605         by taking account of the existing value.
607         * progmodes/cc-defs.el
608         (c-clear-char-property-with-value-function): Fix this to clear the
609         property rather than overwriting it with nil.
611 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
613         * emacs-lisp/package.el (package-print-package): Add link to
614         package description via describe-package.
615         (describe-package-1): List package requirements.  Add button to
616         perform installation.
617         (package-menu-describe-package): New command.
619         * help-mode.el (help-package): New button type.
621 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
623         * emacs-lisp/package.el: Move package-list-packages binding to
624         menu-bar.el.
625         (describe-package, describe-package-1, package--dir): New funs.
626         (package-activate-1): Use package--dir.
628         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
630         * help-mode.el (help-package-def): New button type.
632         * menu-bar.el: Move package-list-packages binding here from
633         package.el.
635 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
637         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
639 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
641         * emacs-lisp/edebug.el (edebug-read-list):
642         Phase out old-style backquotes.
644 2010-06-17  Juri Linkov  <juri@jurta.org>
646         * help-mode.el (help-mode): Set buffer-local variable
647         revert-buffer-function to help-mode-revert-buffer.
648         (help-mode-revert-buffer): New function.
650         * info.el (Info-revert-find-node): Check for major-mode Info-mode
651         before popping to "*info*" (like in other Info functions).
652         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
653         old-history-forward.  Pop to old-buffer-name or "*info*" to
654         recreate the killed buffer.  Set Info-history-forward from
655         old-history-forward.
656         (Info-breadcrumbs-depth): Add :group and :version.
658 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
660         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
662 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
664         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
665         for languages like Portuguese with pt_{BR,PT} and no plain pt.
667 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
669         * emacs-lisp/package.el (package-menu-mode-map):
670         Move initialization into declaration.
672         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
674 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
676         * emacs-lisp/package.el (package-archive-base): Point to
677         elpa.gnu.org.
678         (package-enable, package-load-list): New defcustoms.
679         (package-user-dir, package-directory-list): Turn into defcustoms.
680         Don't include package-user-dir in package-directory-list.
681         (package--builtins-base): Don't include Emacs as a "package".
682         (package-subdirectory-regexp): New var.
683         (package-load-all-descriptors, package-compute-transaction)
684         (package-download-transaction): Obey package-load-list.
685         (package-activate-1): Rename from package-do-activate.
686         (package-list-packages-internal): Check package-load-list.
687         (package-load-descriptor, package-generate-autoloads)
688         (package-unpack, package-unpack-single)
689         (package--read-archive-file, package-delete): Use
690         expand-file-name.
692         * emacs-lisp/package-x.el: New file.  Package uploading
693         functionality split out from package.el.
695         * startup.el (command-line): Load packages after reading init
696         file.
698 2010-06-17  Tom Tromey  <tromey@redhat.com>
700         * emacs-lisp/package.el: New file.
702 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
704         Fix vc-annotate for renamed files when using Git.
705         * vc-git.el (vc-git-find-revision): Deal with empty results from
706         ls-files.  Doe not pass the object as a file name to cat-file, it
707         is not a file name.
708         (vc-git-annotate-command): Pass the file name using -- to avoid
709         ambiguity with the revision.
710         (vc-git-previous-revision): Pass a relative file name.
712 2010-06-22  Glenn Morris  <rgm@gnu.org>
714         * progmodes/js.el (js-mode-map): Use standard capitalization and
715         ellipses for menu entries.
717         * wid-edit.el (widget-complete): Doc fix.
719 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
721         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
723 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
725         Fix annotating other revisions for renamed files in vc-annotate.
726         * vc-annotate.el (vc-annotate): Add an optional argument for the
727         VC backend.  Use it when non-nil.
728         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
729         (Bug#6487)
731         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
732         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
733         Do not pass the file name to the 'previous-revision call when we
734         don't want a file diff.  (Bug#6489)
736 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
738         Fix finding revisions for renamed files in vc-annotate.
739         * vc.el (vc-find-revision): Add an optional argument for
740         the VC backend.  Use it when non-nil.
741         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
742         backend to vc-find-revision.  (Bug#6487)
744 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
746         Fix reading file names in Git annotate buffers.
747         * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
748         trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
750 2010-06-20  Alan Mackenzie  <acm@muc.de>
752         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
753         in file local variables, set it first.
755 2010-06-19  Glenn Morris  <rgm@gnu.org>
757         * descr-text.el (describe-char-unicode-data): Insert separating
758         space when needed.  (Bug#6422)
760         * progmodes/idlwave.el (idlwave-action-and-binding):
761         Fix typo in 2009-12-03 change.  (Bug#6450)
763 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
765         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
766         handling for `lambda' (misunderstanding).
768 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
770         * calc/calc-poly.el (math-accum-factors): Make sure that
771         constants aren't distributed after they are factored out.
773 2010-06-16  Juri Linkov  <juri@jurta.org>
775         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
776         `list-colors-print'.  (Bug#6332)
778         * subr.el (read-quoted-char): Fix up last change (bug#6290).
780 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
782         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
783         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
785         * font-lock.el (font-lock-major-mode): Rename from
786         font-lock-mode-major-mode to distinguish it from
787         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
788         (font-lock-set-defaults):
789         * font-core.el (font-lock-default-function): Adjust users.
790         (font-lock-mode): Don't set it at all.
792 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
794         * vc-annotate.el (vc-annotate): Use vc-read-revision.
796 2010-06-16  Glenn Morris  <rgm@gnu.org>
798         * calendar/appt.el (appt-time-msg-list): Doc fix.
799         (appt-check): Let-bind appt-warn-time.
800         (appt-add): Make the 3rd argument optional.
801         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
802         Only add WARNTIME to the output list if non-nil.
804 2010-06-16  Ivan Kanis  <apple@kanis.eu>
806         * calendar/appt.el (appt-check): Let the 3rd element of
807         appt-time-msg-list specify the warning time.
808         (appt-add): Add new argument with the warning time.  (Bug#5176)
810 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
812         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
813         older than version 1.6.  (Bug#6361)
815 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
817         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
818         used by cl-do-arglist.  (Bug#6408)
820 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
822         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
823         portuguese casechars/not-casechars for missing 'çÇ'.
824         Suggested by Rolando Pereira (bug#6434).
826 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
828         * facemenu.el (list-colors-sort): Doc fix.
830 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
832         * progmodes/sql.el (sql-connect-mysql): Fix typo.
834 2010-06-14  Juri Linkov  <juri@jurta.org>
836         Add sort option `list-colors-sort'.  (Bug#6332)
837         * facemenu.el (color-rgb-to-hsv): New function.
838         (list-colors-sort): New defcustom.
839         (list-colors-sort-key): New function.
840         (list-colors-display): Doc fix.  Sort list according to the option
841         `list-colors-sort'.
842         (list-colors-print): Add HSV values to `help-echo' property of
843         RGB strings.
845 2010-06-14  Juri Linkov  <juri@jurta.org>
847         * compare-w.el: Move to the "vc" subdirectory.
849 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
851         * image-mode.el (image-mode-map): Remap left-char and right-char.
853         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
855 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
857         * term/common-win.el (x-colors): Add all the color names defined
858         in rgb.txt (Bug#6332).
860         * facemenu.el (list-colors-print): Don't print extra names if it
861         will overflow the window width.
863         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
864         change (Bug#6343).
866 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
868         * files.el (make-directory): Doc fix (bug#6396).
870 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
872         * net/tramp.el (tramp-remote-process-environment): Protect version
873         string by apostroph.
874         (tramp-shell-prompt-pattern): Do not use a shy group in case of
875         XEmacs.
876         (tramp-file-name-for-operation): Add `call-process-region'.
877         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
879         * net/tramp-compat.el (top): Do not autoload
880         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
881         only when `start-file-process' is not bound.
882         (tramp-advice-file-expand-wildcards): Do not use
883         `tramp-handle-file-remote-p'.
884         (tramp-compat-make-temp-file): Handle the case, that
885         `make-temp-file' has no third argument EXTENSION.
887 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
889         * makefile.w32-in (WINS_BASIC): Include new directory vc.
891         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
893 2010-06-11  Juri Linkov  <juri@jurta.org>
895         * finder.el (finder-known-keywords): Add keyword "vc"
896         for version control.
898         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
899         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
900         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
901         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
903 2010-06-11  Juri Linkov  <juri@jurta.org>
905         Move version control related files to the "vc" subdirectory.
906         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
907         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
908         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
909         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
910         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
911         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
912         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
913         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
914         Move files to the "vc" subdirectory.
916 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
918         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
919         (Bug#6367).
921 2010-06-11  Stephen Eglen  <stephen@gnu.org>
923         * shell.el: Bind `shell-resync-dirs' to M-RET.
925 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
927         * notifications.el: Move file from lisp/net, because it is
928         supposed to talk locally to the user.
930 2010-06-10  Julien Danjou  <julien@danjou.info>
932         * net/notifications.el (notifications-on-action-signal)
933         (notifications-on-closed-signal): Pass notification id as first
934         argument to the callback functions.  Add docstrings.
935         (notifications-notify): Fix docstring.
937 2010-06-10  Glenn Morris  <rgm@gnu.org>
939         * emacs-lisp/authors.el (authors-ignored-files)
940         (authors-valid-file-names): Add some files.
942 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
944         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
945         merge conflict, giving preference to the emacs-23 version of the code.
947 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
949         * emacs-lisp/advice.el (ad-compile-function):
950         Define warning-suppress-types before we let-bind it (bug#6275).
952         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
953         declare it, make it buffer-local and permanent-local (bug#6324).
954         (vc-resynch-window): Adjust name.
955         * vc-hooks.el (vc-find-file-hook): Adjust name.
957 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
959         * net/notifications.el (notifications-notify): Fix docstring.
961 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
963         Update to Unicode 6.0.0 beta.
964         * international/charprop.el: Update copyright.
965         * international/mule-cmds.el (ucs-names): Update character ranges.
966         * international/uni-bidi.el:
967         * international/uni-category.el:
968         * international/uni-combining.el:
969         * international/uni-comment.el:
970         * international/uni-decimal.el:
971         * international/uni-decomposition.el:
972         * international/uni-digit.el:
973         * international/uni-lowercase.el:
974         * international/uni-mirrored.el:
975         * international/uni-name.el:
976         * international/uni-numeric.el:
977         * international/uni-old-name.el:
978         * international/uni-titlecase.el:
979         * international/uni-uppercase.el: Regenerate.
981 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
983         * emacs-lisp/smie.el (comment-string-strip): Declare function.
984         (smie-precs-precedence-table): Fix typo in docstring.
986         * vc-mtn.el (log-edit-extract-headers): Declare function.
988         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
990         * net/notifications.el (dbus-register-signal): Declare function.
991         (notifications-notify): Fix typos and reflow docstring.
993 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
995         Improve VC create/retrieve tag/branch.
996         * vc.el (vc-create-tag): Do not read the directory name for VCs
997         with repository revision granularity.  Adjust the tag/branch
998         prompt.  Reset VC properties.
999         (vc-retrieve-tag): Do not read the directory name for VCs
1000         with repository revision granularity.  Reset VC properties.
1002 2010-06-09  Julien Danjou  <julien@danjou.info>
1004         * net/notifications.el: New file.
1006 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1008         Add optional support for resetting VC properties.
1009         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1010         call vc-file-clearprops when true.
1011         (vc-resynch-buffer): Add new optional argument, pass it down.
1012         (vc-resynch-buffers-in-directory): Likewise.
1014         Improve support for special markup in the VC commit message.
1015         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1016         * vc-hg.el (vc-hg-checkin): Add support for Date:.
1017         * vc-git.el (vc-git-checkin):
1018         * vc-bzr.el (vc-bzr-checkin): Likewise.
1020 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1022         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1023         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1025 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
1027         * iimage.el: Remove images as soon as the underlying text is modified.
1028         (iimage-modification-hook): New function.
1029         (iimage-mode-buffer): Use it.
1031 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1033         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1034         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
1035         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
1036         (smie-indent-keyword): Add handling of open-paren keywords.
1037         (smie-indent-comment-continue): Don't assume comment-continue.
1039 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
1041         * window.el (pop-to-buffer): Remove the conditional that
1042         compares new-window and old-window, so it will reselect
1043         the selected window unconditionally.
1044         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1046 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1048         * emacs-lisp/smie.el (smie-indent-offset-after)
1049         (smie-indent-forward-token, smie-indent-backward-token): New functions.
1050         (smie-indent-after-keyword): Use them.
1051         (smie-indent-fixindent): Only applies to the indentation of the BOL.
1052         (smie-indent-keyword): Tweak the black magic.
1053         (smie-indent-comment-continue): Strip comment-continue before use.
1054         (smie-indent-functions): Indent comments before keywords.
1056 2010-06-06  Juri Linkov  <juri@jurta.org>
1058         * isearch.el (isearch-lazy-highlight-search): Fix looping
1059         by checking for empty match.  This syncs this loop with the
1060         similar loop in `isearch-search'.  (Bug#6362)
1062 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
1064         * net/dbus.el (dbus-register-method): Declare function.
1065         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1066         (dbus-introspect): Doc fix.
1067         (dbus-event-bus-name, dbus-introspect-get-interface)
1068         (dbus-introspect-get-argument): Reflow docstrings.
1070 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
1072         vc-log-incoming/vc-log-outgoing fixes for Git.
1073         * vc-git.el (vc-git-log-view-mode): Fix font lock for
1074         incoming/outgoing logs.
1075         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1076         instead of vc-git-compute-remote.
1077         (vc-git-compute-remote): Remove.
1079 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
1081         * term/common-win.el (x-colors): Add "dark green" and "dark
1082         turquoise" (Bug#6332).
1084 2010-06-04  Juri Linkov  <juri@jurta.org>
1086         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1087         Instead of setting `replace' to t and replacing the same string
1088         with itself, don't do certain actions when
1089         kill-do-not-save-duplicates is non-nil and string is equal to car
1090         of kill-ring: don't call menu-bar-update-yank-menu, don't push
1091         interprogram-paste strings to kill-ring, and don't push the input
1092         argument `string' to kill-ring.
1093         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1095 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1097         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1099 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
1101         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1102         (tramp-gvfs-handler-mounted-unmounted)
1103         (tramp-gvfs-connection-mounted-p): Handle default-location.
1105         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1106         move files to trash.
1108 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1110         * international/mule-cmds.el (nonascii-insert-offset)
1111         (nonascii-translation-table): Add obsolescence information.
1113         * international/mule.el (make-translation-table-from-vector): Doc fix.
1115 2010-06-03  Eric Ludlam  <zappo@gnu.org>
1117         * cedet/semantic/lex-spp.el
1118         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1119         invalid values during save, just save a nil (Bug#6324).
1121 2010-06-03  Glenn Morris  <rgm@gnu.org>
1123         * desktop.el (desktop-clear-preserve-buffers):
1124         Add "*Warnings*" buffer.  (Bug#6336)
1126 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
1128         vc-log-incoming/vc-log-outgoing improvements for Git.
1129         * vc-git.el (vc-git-log-outgoing): Use the same format as the
1130         short log.
1131         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
1133         Add bindings for vc-log-incoming and vc-log-outgoing.
1134         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1135         and vc-log-outgoing.
1136         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1137         and vc-log-outgoing.
1139 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1141         * net/rcirc.el (rcirc-sort-nicknames): Remove.
1142         (rcirc-handler-366): Always sort nicknames.
1144 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
1146         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1148 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1150         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1152 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1154         * net/rcirc.el (rcirc-sort-nicknames): Change default.
1155         (rcirc-sort-nicknames-join): Avoid setq.
1157 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1159         * net/rcirc.el (rcirc-sort-nicknames): New custom.
1160         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1161         (rcirc-handler-366): Use them.
1163 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1165         Split smie-indent-calculate into more manageable chunks.
1166         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1167         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1168         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1169         (smie-indent-exps): Extract from smie-indent-calculate.
1170         (smie-indent-functions): New var.
1171         (smie-indent-functions): Use them.
1173 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1175         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1176         (smie-indent-calculate): Simplify and cleanup.
1178 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
1180         * net/tramp-gvfs.el (top): Require url-util.
1181         (tramp-gvfs-mount-point): Remove.
1182         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1183         New defuns.
1184         (with-tramp-dbus-call-method): Format trace message.
1185         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1186         Implement backup call, when operation on local files fails.
1187         Use progress reporter.  Flush properties of changed files.
1188         (tramp-gvfs-handle-make-directory): Make more traces.
1189         (tramp-gvfs-url-file-name): Hexify file name in url.
1190         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1191         into account for the resulting file name.
1192         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1193         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
1194         (tramp-gvfs-handler-mounted-unmounted)
1195         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1196         attribute "default_location".  Set "prefix" property.
1197         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1198         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1199         exists.  Raise an error, if not (due to a corresponding answer
1200         "no" in interactive questions, for example).
1202 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
1204         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1206 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
1208         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1209         right-*.  (Bug#6265)
1211 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
1213         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1214         * vc-git.el (vc-git-compute-remote): New function.
1215         (vc-git-log-outgoing): Use it instead of hard coding a value.
1216         (vc-git-log-incoming): New function.
1218         Improve state updating for VC tag commands.
1219         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1220         to update the state of all buffers in the directory.
1222         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1224 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1226         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1227         `file-directory-p' to the filename part rather than to the whole text.
1229 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
1231         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1232         (bug#6231).
1234 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1236         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1238 2010-05-31  Drew Adams  <drew.adams@oracle.com>
1240         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1242 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
1244         * subr.el (momentary-string-display): Just use read-event to read
1245         the exit event (Bug#6238).
1247 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
1249         * international/mule.el (define-coding-system): Doc fix (bug#6313).
1251 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1253         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1254         Suggested by Eli Zaretskii <eliz@gnu.org>.
1256 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1258         * minibuffer.el (completion-file-name-table): Don't return a boundary
1259         past the end of `string' (bug#6299).
1260         (completion--file-name-table): Delegate to completion-file-name-table
1261         for the `boundaries' case.
1263 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1265         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1266         movement commands.
1268         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1269         `path-separator', but maintain compatibility with Emacs 20.2.
1271 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1273         * server.el (server-process-filter): Receive parent-id argument
1274         from emacsclient.
1275         (server-create-window-system-frame): New arg.  Pass parent-id as
1276         frame parameter.
1278 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
1280         Bidi-sensitive word movement with arrow keys.
1281         * subr.el (right-arrow-command, left-arrow-command): Move to
1282         bindings.el.
1284         * bindings.el (right-char, left-char): Move from subr.el and
1285         rename from right-arrow-command and left-arrow-command.
1286         (right-word, left-word): New functions.
1287         (global-map) <right>: Bind to right-char.
1288         (global-map) <left>: Bind to left-char.
1289         (global-map) <C-right>: Bind to right-word.
1290         (global-map) <C-left>: Bind to left-word.
1292         * ls-lisp.el (ls-lisp-classify-file): New function.
1293         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1294         (ls-lisp-classify): Call ls-lisp-classify-file.
1295         (insert-directory): Remove blanks from switches.
1297 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1299         * ansi-color.el: Delete unused escape sequences (Bug#6085).
1300         (ansi-color-drop-regexp): New constant.
1301         (ansi-color-apply, ansi-color-filter-region)
1302         (ansi-color-apply-on-region): Delete unrecognized control sequences.
1303         (ansi-color-apply): Build string list before calling concat.
1305 2010-05-28  Juri Linkov  <juri@jurta.org>
1307         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1308         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
1309         (Bug#5270)
1311 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1313         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
1314         to ignored backtrace functions.
1315         (with-progress-reporter): Expand docstring.
1316         (tramp-handle-delete-file): Implement TRASH argument.
1317         (tramp-get-remote-trash): New defun.
1319 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1321         * net/tramp-compat.el (tramp-compat-delete-file): Use
1322         `symbol-value' for backward compatibility.
1324         * net/tramp.el (tramp-handle-make-symbolic-link)
1325         (tramp-handle-load)
1326         (tramp-do-copy-or-rename-file-via-buffer)
1327         (tramp-do-copy-or-rename-file-directly)
1328         (tramp-do-copy-or-rename-file-out-of-band)
1329         (tramp-handle-process-file, tramp-handle-call-process-region)
1330         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1331         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1332         (tramp-delete-temp-file-function): Use `delete-file' instead
1333         of `tramp-compat-delete-file'.
1335         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1336         (tramp-fish-handle-make-symbolic-link)
1337         (tramp-fish-handle-process-file): Use `delete-file' instead
1338         of `tramp-compat-delete-file'.
1340         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
1341         `delete-file' instead of `tramp-compat-delete-file'.
1343         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1344         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
1345         `tramp-compat-delete-file'.
1347         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
1348         `delete-file' instead of `tramp-compat-delete-file'.
1350         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1351         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1352         (tramp-smb-handle-write-region): Use `delete-file' instead of
1353         `tramp-compat-delete-file'.
1354         (tramp-smb-handle-delete-directory): Use 'trash as arg.
1356 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1358         * dired.el (dired-delete-file): New arg TRASH.
1359         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
1360         (dired-do-flagged-delete, dired-do-delete): Use trash.
1362         * speedbar.el (speedbar-item-delete): Allow trashing.
1364         * files.el (delete-directory): New arg TRASH.
1366         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
1367         (ange-ftp-rename-remote-to-remote)
1368         (ange-ftp-rename-local-to-remote)
1369         (ange-ftp-rename-remote-to-local, ange-ftp-load)
1370         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
1371         `delete-file'.
1372         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
1373         allow trashing.
1375         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1376         handle new TRASH arg of `delete-file'.
1378         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
1379         (tramp-handle-make-symbolic-link, tramp-handle-load)
1380         (tramp-do-copy-or-rename-file-via-buffer)
1381         (tramp-do-copy-or-rename-file-directly)
1382         (tramp-do-copy-or-rename-file-out-of-band)
1383         (tramp-handle-process-file, tramp-handle-call-process-region)
1384         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1385         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1386         (tramp-delete-temp-file-function): Use null TRASH arg in
1387         tramp-compat-delete-file call.
1389         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1390         (tramp-fish-handle-delete-file)
1391         (tramp-fish-handle-make-symbolic-link)
1392         (tramp-fish-handle-process-file): Use null TRASH arg in
1393         `tramp-compat-delete-file' call.
1395         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
1396         arg in `tramp-compat-delete-file' call.
1398         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1399         (tramp-gvfs-handle-write-region): Use null TRASH arg in
1400         `tramp-compat-delete-file' call.
1402         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
1403         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
1404         `tramp-compat-delete-file' call.
1406         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1407         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1408         (tramp-smb-handle-write-region): Use null TRASH arg in
1409         tramp-compat-delete-file call.
1410         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
1411         (tramp-smb-handle-delete-file): Rename arg.
1413         * diff.el (diff-sentinel):
1414         * epg.el (epg--make-temp-file, epg-decrypt-string)
1415         (epg-verify-string, epg-sign-string, epg-encrypt-string):
1416         * jka-compr.el (jka-compr-partial-uncompress)
1417         (jka-compr-call-process, jka-compr-write-region):
1418         * server.el (server-sentinel): Remove optional arg from
1419         delete-file, reverting 2010-05-03 change.
1421 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1423         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
1424         font-lock-constant-face, not obsolete font-lock-reference-face.
1426 2010-05-27  Kenichi Handa  <handa@m17n.org>
1428         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
1429         element of GSTRING is nil.
1431 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1433         * emacs-lisp/smie.el (smie-forward-token-function)
1434         (smie-backward-token-function): New vars.
1435         (smie-backward-sexp, smie-forward-sexp)
1436         (smie-indent-hanging-p, smie-indent-calculate): Use them.
1437         (smie-default-backward-token): Rename from smie-backward-token and
1438         skip comments.
1439         (smie-default-forward-token): Rename from smie-forward-token and
1440         skip comments.
1441         (smie-next-sexp): Handle nil results from next-token.
1442         (smie-indent-calculate): Add a new case for special `fixindent' comments.
1444 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1446         * progmodes/verilog-mode.el (verilog-type-font-keywords):
1447         Use font-lock-constant-face, not obsolete font-lock-reference-face.
1449 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
1451         * htmlfontify.el (hfy-face-resolve-face): New function.
1452         (hfy-face-to-style): Use it (Bug#6279).
1454 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1456         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
1457         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
1459 2010-05-26  Glenn Morris  <rgm@gnu.org>
1461         * emulation/edt.el (edt-load-keys): Use locate-library.
1463 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
1465         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
1466         (log-edit-changelog-entries): Doc fix.
1467         (log-edit-changelog-insert-entries): Args changed.
1468         Rename relative filenames in ChangeLog entries.  Delete tabs.
1469         (log-edit-insert-changelog-entries): Reorganize return value of
1470         `log-edit-changelog-entries' to pass filenames to
1471         log-edit-changelog-insert-entries.
1473 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1475         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
1476         `image-dired-dired-insert-marked-thumbs' to
1477         `image-dired-dired-toggle-marked-thumbs'.
1479         * image-dired.el: Require cl when compiling.
1480         (image-dired-dired-toggle-marked-thumbs): Rename from
1481         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
1482         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
1483         to 'no-dir.  Skip files whose names don't match
1484         `image-file-name-regexp'.  When file has a thumbnail overlay,
1485         delete it.  (Bug#5270)
1487 2010-05-25  Juri Linkov  <juri@jurta.org>
1489         * image-mode.el (image-mode): Add image-after-revert-hook to
1490         after-revert-hook.
1491         (image-after-revert-hook): New function.  (Bug#5669)
1493 2010-05-25  Juri Linkov  <juri@jurta.org>
1495         * image.el (image-animated-p): When delay between animated images
1496         is 0, set it to 10 (0.1 sec).  (Bug#6258)
1498 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1500         * net/tramp.el (tramp-handle-insert-directory): Don't use
1501         `forward-word', its default syntax could be changed.
1503 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
1505         * net/tramp.el (tramp-progress-reporter-update): New defun.
1506         (with-progress-reporter): Use it.
1507         (tramp-process-actions):
1508         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
1509         current message, in order to let progress reporter continue
1510         afterwards.  (Bug#6257)
1512 2010-05-25  Glenn Morris  <rgm@gnu.org>
1514         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
1515         Add :version.
1517 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
1519         * net/rcirc.el (rcirc-default-user-name): Change to "user".
1520         (rcirc-default-full-name): Change to "unknown".
1521         (rcirc-user-name-history): Add variable.
1523 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
1524             Jonathan Rockway  <jon@jrock.us>
1526         * net/rcirc.el (rcirc-server-alist): Add :pass.
1527         (rcirc): When prompting for connection parameters, also prompt for
1528         username and password.
1529         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
1530         value to server when connecting.
1532 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1534         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
1535         (smie-merge-prec2s): Pass the tables as separate args.
1536         (smie-bnf-precedence-table): Adjust call accordingly.
1537         (smie-prec2-levels): Set levels at the end.
1539         Replace Lisp calls to delete-backward-char by delete-char.
1540         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
1541         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
1542         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
1543         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
1544         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
1545         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
1546         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
1547         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
1548         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
1549         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
1550         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
1551         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
1552         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
1553         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
1554         delete-backward-char by calls to delete-char.
1556 2010-05-25  Kenichi Handa  <handa@m17n.org>
1558         * language/hebrew.el (hebrew-shape-gstring): New function.
1559         Register it in composition-function-table for all Hebrew combining
1560         characters.
1562 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1564         * epa.el (epa--select-keys): Don't explicitly delete the window since
1565         that can fail (e.g. sole window in frame).  Use dedication instead.
1567 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
1569         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1571 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
1573         * image.el (image-refresh): Define as an alias for image-flush.
1575         * image-mode.el (image-toggle-display-image): Caller changed.
1577 2010-05-21  Juri Linkov  <juri@jurta.org>
1579         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
1580         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
1581         whitespace, call wildcard-to-regexp on substrings and concat them
1582         with "\\|".  (Bug#6114)
1584 2010-05-21  Alan Mackenzie  <acm@muc.de>
1586         * progmodes/cc-engine.el (c-parse-state-get-strategy):
1587         Replace parameter `here' with `here-' and `here-plus', which sandwich
1588         any pertinent CPP construct.
1589         (c-remove-stale-state-cache-backwards): Fix a bug which happens
1590         when doing (c-parse-state) in a CPP construct: Exclude any "new"
1591         CPP construct from taking part in the scanning.
1593 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
1595         * net/tramp.el (tramp-do-copy-or-rename-file)
1596         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
1597         Tune `with-progress-reporter' messages.
1598         (tramp-handle-vc-registered):
1599         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
1600         (tramp-fish-handle-insert-file-contents)
1601         (tramp-fish-maybe-open-connection):
1602         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1603         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
1604         (tramp-imap-handle-insert-file-contents)
1605         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1607 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
1609         * add-log.el (change-log-font-lock-keywords):
1610         Highlight all authors in multi-author entries.
1612         * smerge-mode.el (smerge-refine-ignore-whitespace)
1613         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
1614         Fix typos in docstrings.
1615         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
1617 2010-05-21  Glenn Morris  <rgm@gnu.org>
1619         * progmodes/fortran.el (fortran-mode):
1620         * progmodes/f90.el (f90-mode): Derive from prog-mode.
1622         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
1623         having a relative path in src/Makefile.in.
1625 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1627         * help-mode.el (help-make-xrefs): For Info node links turn
1628         newlines into spaces.  Link node names with newlines are matched
1629         by help-xref-info-regexp and buttonized, this change ensures they
1630         can be followed successfully with RET.  (Bug#6206)
1632 2010-05-20  Juri Linkov  <juri@jurta.org>
1634         * locate.el (locate): Use pop-to-buffer instead of
1635         switch-to-buffer-other-window.  (Bug#6204)
1637 2010-05-20  Juri Linkov  <juri@jurta.org>
1639         * replace.el (replace-highlight): Fix lazy-highlighting
1640         for `M-s w str M-% str RET'.
1642 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
1644         * isearch.el (isearch-yank-word-or-char): Pull next subword
1645         when `subword-mode' is activated.  (Bug#6220)
1647 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
1649         * isearch.el (isearch-update-post-hook): New hook.
1650         (isearch-update): Use the new hook.  (Bug#6225)
1652 2010-05-20  Juri Linkov  <juri@jurta.org>
1654         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
1655         [f1], [help], and (char-to-string help-char) instead of "\C-h".
1656         (Bug#6222)
1658 2010-05-20  Juri Linkov  <juri@jurta.org>
1660         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
1661         (Bug#6223)
1663 2010-05-20  Juri Linkov  <juri@jurta.org>
1665         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
1666         FILE-NAME to read from the minibuffer when called interactively
1667         with prefix argument instead of using buffer-file-name.
1668         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
1670         * dired.el: Update autoloads.
1672 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
1674         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
1675         nxml-finish-element, for consistency with SGML mode.
1677         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
1678         octave-close-block.
1680 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
1682         * composite.el: Require cl when compiling.
1683         (reference-point-alist, compose-gstring-for-graphic)
1684         (compose-gstring-for-terminal): Fix typos in docstrings.
1686 2010-05-19  Juri Linkov  <juri@jurta.org>
1688         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
1689         set-window-parameter.
1691 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1693         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
1694         where appropriate.
1695         (tramp-maybe-open-connection): Use it.
1697 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
1699         * simple.el (move-end-of-line): Make sure we are at line beginning
1700         before backing up to end of previous line.
1702 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1704         * password-cache.el (password-cache-remove): Fix docstring.
1706         * net/secrets.el: Autoload the widget functions.
1707         (secrets-search-items, secrets-create-item)
1708         (secrets-get-attributes, secrets-expand-item): Attributes will be
1709         stored on the password database without leading ":", as all other
1710         clients do as well.
1711         (secrets-mode): Fix docstring.
1712         (secrets-show-secrets): Provide it as autoloaded command only when
1713         D-Bus support is available.  Check existence of Secret Service API.
1715 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1717         * indent.el (indent-region): Deactivate region (bug#6200).
1719 2010-05-19  Glenn Morris  <rgm@gnu.org>
1721         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
1723 2010-05-19  Kenichi Handa  <handa@m17n.org>
1725         * composite.el: Register compose-gstring-for-graphic in
1726         composition-function-table only for combining characters (Mn, Mc, Me).
1728 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
1730         * calc/calc-trail.el (calc-trail-isearch-forward)
1731         (calc-trail-isearch-backward): Ensure that the new window
1732         point is set correctly.
1734 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1736         * subr.el (read-quoted-char): Resolve modifiers after key
1737         remapping (bug#6212).
1739 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
1741         Add visualization code for secrets.
1742         * net/secrets.el (secrets-mode): New major mode.
1743         (secrets-show-secrets, secrets-show-collections)
1744         (secrets-expand-collection, secrets-expand-item)
1745         (secrets-tree-widget-after-toggle-function)
1746         (secrets-tree-widget-show-password): New defuns.
1748 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1750         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
1751         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
1752         handled in smie-next-sexp.
1753         (smie-indent-calculate): Provide a starting indentation (so the
1754         recursion is well-founded ;-).
1756         Fix handling of non-associative equal levels.
1757         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
1758         when it's not needed.
1759         (smie-op-left, smie-op-right): New functions.
1760         (smie-next-sexp): New function, extracted from smie-backward-sexp.
1761         Better handle equal levels to distinguish the associative case from
1762         the "multi-keyword construct" case.
1763         (smie-backward-sexp, smie-forward-sexp): Use it.
1765 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
1767         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
1769         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
1770         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
1772 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1774         Provide a simple generic indentation engine and use it for Prolog.
1775         * emacs-lisp/smie.el: New file.
1776         * progmodes/prolog.el (prolog-smie-op-levels)
1777         (prolog-smie-indent-rules): New var.
1778         (prolog-mode-variables): Use them to configure SMIE.
1779         (prolog-indent-line, prolog-indent-level): Remove.
1781 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
1783         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
1784         order before computing the averages.
1786 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
1788         * calc/calc-vec.el (calc-histogram):
1789         (calcFunc-histogram): Allow vectors as inputs.
1790         (math-vector-avg): New function.
1792         * calc/calc-ext.el (math-group-float): Have the number of digits
1793         being grouped depend on the radix (Bug#6189).
1795 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
1797         * version.el (emacs-copyright, emacs-version): Don't define here,
1798         now that emacs.c defines it.
1800 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
1802         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
1803         "Describe Language Environment" menu item.
1805         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
1807         Bidi-sensitive movement with arrow keys.
1808         * subr.el (right-arrow-command, left-arrow-command): New functions.
1810         * bindings.el (global-map): Bind them to right and left arrow keys.
1812         Don't override standard definition of convert-standard-filename.
1813         * files.el (convert-standard-filename): Call
1814         w32-convert-standard-filename and dos-convert-standard-filename on
1815         the corresponding systems.
1817         * w32-fns.el (w32-convert-standard-filename): Rename from
1818         convert-standard-filename.  Doc fix.
1820         * dos-fns.el (dos-convert-standard-filename): Doc fix.
1821         (convert-standard-filename): Don't defalias.
1822         (register-name-alist, make-register, register-value)
1823         (set-register-value, intdos): Obsolete aliases for the
1824         corresponding dos-* functions and variables.
1825         (dos-intdos): Add a doc string.
1827 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
1829         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
1830         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
1831         (math-compose-tex-func):
1832         * calc/calccomp.el (math-compose-expr):
1833         * calc/calc-ext.el (math-format-flat-expr-fancy):
1834         * calc/calc-store.el (calc-read-var-name):
1835         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
1837         * calc/calc.el (var-π, var-φ, var-γ): New variables.
1838         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
1839         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
1840         (math-standard-units): Add units.
1842 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1844         * progmodes/asm-mode.el (asm-mode):
1845         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
1847         * pcomplete.el (pcomplete-completions-at-point): New function,
1848         extracted from pcomplete-std-complete.
1849         (pcomplete-std-complete): Use it.
1851 2010-05-15  Glenn Morris  <rgm@gnu.org>
1853         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1854         Remove references to CVS, RCS and Old directories.
1856 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
1858         * calc/calc-bin.el (math-format-twos-complement): Group digits when
1859         appropriate.
1861 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1863         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
1864         (sh-mode-syntax-table): Give it a default value instead.
1865         (sh-header-marker): Make buffer-local.
1866         (sh-mode): Move make-local-variable to the corresponding setq.
1867         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
1868         Use complete-with-action.
1870         * simple.el (prog-mode): New (abstract) major mode.
1871         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
1872         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
1874 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
1876         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
1877         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
1878         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
1879         (sql-make-alternate-buffer-name, sql-placeholders-filter)
1880         (sql-escape-newlines-filter, sql-input-sender)
1881         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
1883 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
1885         Add TeX open-block and close-block keybindings to SGML, and vice versa.
1887         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
1888         latex-open-block and C-c / to latex-close-block.
1890         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
1891         and C-c C-e to sgml-close-tag.
1893 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
1895         * net/tramp.el (with-progress-reporter): Create reporter object
1896         only when the message would be displayed.  Handle nested calls.
1897         (tramp-handle-load, tramp-handle-file-local-copy)
1898         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1899         (tramp-maybe-send-script, tramp-find-shell):
1900         Use `with-progress-reporter'.
1901         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
1902         Fix message text.
1904         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1905         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1906         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1907         Use `with-progress-reporter'.
1909 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
1911         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
1912         process everytime when spellchecking from the minibuffer (bug#6143).
1914 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1916         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
1918         * dos-fns.el: Add "dos-" prefix for namespace control.
1919         (convert-standard-filename): Define as alias for
1920         dos-convert-standard-filename but only if applicable.
1922 2010-05-12  Alan Mackenzie  <acm@muc.de>
1924         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1925         Push the mark at the start of these functions when appropriate.
1927 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1929         * minibuffer.el (completion-cycle-threshold): New custom var.
1930         (completion--do-completion): Use it.
1931         (minibuffer-complete): Use cycling if appropriate.
1933 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
1935         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
1936         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
1938 2010-05-11  Juri Linkov  <juri@jurta.org>
1940         * scroll-all.el (scroll-all-check-to-scroll):
1941         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
1943 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1945         * iimage.el (iimage-mode-map): Move initialization into declaration.
1946         (iimage-mode-buffer): Use with-silent-modifications.
1947         Simplify calling convention.  Adjust callers.
1948         (iimage-mode): Don't run hook redundantly.
1950         * minibuffer.el (completion-pcm--pattern->regex):
1951         Fix last change (bug#6160).
1953 2010-05-10  Juri Linkov  <juri@jurta.org>
1955         Remove nodes visited during Isearch from the Info history.
1956         * info.el (Info-isearch-initial-history)
1957         (Info-isearch-initial-history-list): New variables.
1958         (Info-isearch-start): Record initial values of
1959         Info-isearch-initial-history and Info-isearch-initial-history-list.
1960         Add Info-isearch-end to isearch-mode-end-hook.
1961         (Info-isearch-end): New function.
1963 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
1965         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
1966         format string, in order to work around a bug in pdksh.
1967         Reported by Gilles Pion <gpion@lfdj.com>.
1968         (tramp-handle-verify-visited-file-modtime): Do not send a command
1969         when the connection is not established.
1970         (tramp-handle-set-file-times): Simplify the check for utc.
1972 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
1974         Fix use of `filter-buffer-substring' (rework previous change).
1975         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
1976         (cua-repeat-replace-region):
1977         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
1978         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1979         (cua-cut-region-to-global-mark): Use it.
1981 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
1983         * progmodes/sql.el: Version 2.1.
1984         (sql-product-alist): Redesign structure of product info.
1985         (sql-product, sql-user, sql-server, sql-database): Safe variables.
1986         (sql-port, sql-port-history): New variables.
1987         (sql-interactive-product): New variable.
1988         (sql-send-terminator): New variable.
1989         (sql-imenu-generic-expression): Add "Types" imenu entry.
1990         (sql-oracle-login-params, sql-sqlite-login-params)
1991         (sql-mysql-login-params, sql-solid-login-params)
1992         (sql-sybase-login-params, sql-informix-login-params)
1993         (sql-ingres-login-params, sql-ms-login-params)
1994         (sql-postgres-login-params, sql-interbase-login-params)
1995         (sql-db2-login-params, sql-linter-login-params)
1996         (sql-oracle-scan-on): New variables.
1997         (sql-mode-map): Add C-c C-i to start interactive mode.
1998         (sql-mode-menu): Update existing menu entries.
1999         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
2000         (sql-mode-oracle-font-lock-keywords)
2001         (sql-mode-postgres-font-lock-keywords)
2002         (sql-mode-ms-font-lock-keywords)
2003         (sql-mode-sybase-font-lock-keywords)
2004         (sql-mode-informix-font-lock-keywords)
2005         (sql-mode-interbase-font-lock-keywords)
2006         (sql-mode-ingres-font-lock-keywords)
2007         (sql-mode-solid-font-lock-keywords)
2008         (sql-mode-mysql-font-lock-keywords)
2009         (sql-mode-sqlite-font-lock-keywords)
2010         (sql-mode-db2-font-lock-keywords)
2011         (sql-mode-linter-font-lock-keywords): Update initialization to
2012         reduce run-time complexity.
2013         (sql-add-product, sql-del-product): New functions.
2014         (sql-set-product-feature, sql-get-product-feature): New functions.
2015         (sql-product-font-lock): Update product API.
2016         (sql-add-product-keywords): New function.
2017         (sql-highlight-product): Update product API.
2018         (sql-help-list-products): New function.
2019         (sql-help): Dynamically lists free and non-free products.
2020         (sql-get-login): Correct bug in handling history and added
2021         prompt for port.
2022         (sql-copy-column): Copy without properties.
2023         (sqli-input-sender): Apply filters to SQLi input.
2024         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2025         Implement as a filter.
2026         (sql-escape-newlines-filter): Implement as a filter.
2027         (sql-remove-tabs-filter): New function.
2028         (sql-send-magic-terminator): New function.
2029         (sql-send-string): Implement magic terminator.
2030         (sql-send-region): Use `sql-send-string'.
2031         (sql-interactive-mode): Use product API.
2032         (sql-product-interactive): Use product API.
2033         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2034         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2035         (sql-db2, sql-linter): Use `sql-product-interactive'.
2036         (sql-connect): New function.
2037         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2038         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2039         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2040         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2041         Use `sql-connect'.
2043 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2045         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2046         New custom variable.
2047         (completion-pcm--string->pattern): Use it.
2048         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2049         Make it handle any symbol as `any'.
2050         (completion-pcm--merge-completions): Extract common suffix for the new
2051         `prefix' symbol as well.
2052         (completion-substring--all-completions): Use the new `prefix' symbol.
2054 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
2056         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2057         not bound.
2058         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2059         (tramp-compat-funcall): New defmacro.
2060         (tramp-compat-line-beginning-position)
2061         (tramp-compat-line-end-position)
2062         (tramp-compat-temporary-file-directory)
2063         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2064         (tramp-compat-copy-file, tramp-compat-copy-directory)
2065         (tramp-compat-delete-file, tramp-compat-delete-directory)
2066         (tramp-compat-number-sequence, tramp-compat-process-running-p)
2067         * net/tramp.el (top, with-progress-reporter)
2068         (tramp-rfn-eshadow-setup-minibuffer)
2069         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2070         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2071         (tramp-completion-mode-p, tramp-check-for-regexp)
2072         (tramp-open-connection-setup-interactive-shell)
2073         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2074         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2075         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2076         * net/tramp-cmds.el (tramp-cleanup-all-connections)
2077         (tramp-reporter-dump-variable, tramp-load-report-modules)
2078         (tramp-append-tramp-buffers)
2079         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2081         * net/tramp-imap.el (top): Autoload `epg-make-context'.
2083 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2085         * progmodes/compile.el (compilation-buffer-modtime): Rename from
2086         buffer-modtime.  Adjust users.
2088 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2090         * international/mule.el (auto-coding-alist): Only purecopy
2091         car of each item, not the whole list (Bug#6083).
2093 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2095         * progmodes/js.el (js-mode): Make paragraph variables local before
2096         calling c-setup-paragraph-variables (Bug#6071).
2098 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
2100         * composite.el (compose-region, reference-point-alist): Fix typos
2101         in the doc strings.
2103 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2105         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2106         gnuplot's "set" command.
2108 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2110         * abbrev.el (last-abbrev-text): Doc fix.
2111         (abbrev-prefix-mark): Don't escape parenthesis.
2113 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
2115         * composite.el (find-composition): Doc fix.
2117 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2119         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2120         (sql-oracle-program, sql-sqlite-options)
2121         (sql-query-placeholders-and-send): Doc fixes.
2122         (sql-set-product, sql-interactive-mode): Reflow docstrings.
2123         (sql-imenu-generic-expression, sql-buffer)
2124         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2125         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2126         (sql-mode-sybase-font-lock-keywords)
2127         (sql-mode-informix-font-lock-keywords)
2128         (sql-mode-interbase-font-lock-keywords)
2129         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2130         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2131         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2132         (sql-product-feature, sql-highlight-product)
2133         (comint-line-beginning-position, sql-rename-buffer)
2134         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2135         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2136         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2137         Fix typos in docstrings.
2139 2010-05-08  Juri Linkov  <juri@jurta.org>
2141         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2142         property instead of `invisible' and `after-string' (bug#5998).
2144 2010-05-08  Juri Linkov  <juri@jurta.org>
2146         * image-mode.el (image-mode-as-text): Fix typo in docstring.
2148 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2150         * filecache.el (file-cache-add-directory-list)
2151         (file-cache-add-directory-recursively): Fix typos in docstrings.
2153 2010-05-08  Kenichi Handa  <handa@m17n.org>
2155         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2156         (gujarati-composable-pattern): Fix typo.
2158 2010-05-08  Kenichi Handa  <handa@m17n.org>
2160         * language/indian.el (oriya-composable-pattern)
2161         (tamil-composable-pattern, malayalam-composable-pattern):
2162         Add two-part vowels to "v" (vowel sign).
2164 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2166         * files.el (copy-directory): Handle symlinks (Bug#5982).
2168 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
2170         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2171         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2172         (Bug#5846).
2174 2010-05-08  Glenn Morris  <rgm@gnu.org>
2176         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2178         * minibuffer.el (completion-at-point): Doc fix.
2180 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2182         * electric.el (Electric-command-loop): Minor tweak.
2184         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2185         better with dedicated windows.
2187 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2189         * Version 23.2 released.
2191 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
2192             Stefan Monnier  <monnier@iro.umontreal.ca>
2194         Highlight vendor specific properties.
2195         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2196         (css-proprietary-property): New face.
2197         (css-font-lock-keywords): Use them.
2199 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
2201         * cus-start.el (all): Add native condition for tool-bar-* symbols.
2203 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2205         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2206         * files.el (auto-mode-alist): Remove redundant entries.
2208         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2209         * simple.el (auto-save-mode): Move from files.el.
2210         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2212 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2214         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2216 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2218         * mail/binhex.el (binhex-decode-region-internal)
2219         * mail/uudecode.el (uudecode-decode-region-internal)
2220         * net/dns.el (dns-read-string-name, dns-write, dns-read)
2221         (dns-read-type, dns-query)
2222         * pgg-parse.el (pgg-parse-armor)
2223         * pgg.el (pgg-verify-region)
2224         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2225         XEmacs.
2227         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2229 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
2231         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2233         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2234         * emulation/cua-base.el (cua-repeat-replace-region):
2235         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2236         (cua-cut-region-to-global-mark):
2237         Remove text properties with `set-text-properties'.
2239 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
2241         * net/tramp.el (top, with-progress-reporter):
2242         Use `symbol-function' inside `funcall'.
2244         * net/tramp-compat.el (tramp-compat-file-attributes)
2245         (tramp-compat-delete-file, tramp-compat-delete-directory):
2246         Handle only `wrong-number-of-arguments' error.
2248         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2249         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2250         inside `funcall'.
2252 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2254         * minibuffer.el (completion--sreverse, completion--common-suffix):
2255         New functions.
2256         (completion-pcm--merge-completions): Extract common suffix when safe.
2258         * emacs-lisp/easy-mmode.el (define-minor-mode):
2259         Make :variable more flexible.
2260         * files.el (auto-save-mode): Use it to define using define-minor-mode.
2262 2010-05-05  Juri Linkov  <juri@jurta.org>
2264         Add `slow' and `history' tags to the desktop data.
2266         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2267         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2268         (Info-finder-find-node): Require `finder.el' to be able
2269         to restore node from the desktop.
2270         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
2271         data `Info-history' and `slow' tag in the assoc list.
2272         (Info-restore-desktop-buffer): Don't restore nodes with the
2273         `slow' tag.  Restore `Info-history'.
2275 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
2277         Add FORCE argument to `delete-file'.
2279         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2280         forcing to delete the temporary file.
2281         (ange-ftp-delete-file): Add FORCE arg.
2282         (ange-ftp-rename-remote-to-remote)
2283         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2284         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2285         Force file deletion.
2287         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2289         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2290         (tramp-handle-make-symbolic-link, tramp-handle-load)
2291         (tramp-do-copy-or-rename-file-via-buffer)
2292         (tramp-do-copy-or-rename-file-directly)
2293         (tramp-do-copy-or-rename-file-out-of-band)
2294         (tramp-handle-process-file, tramp-handle-call-process-region)
2295         (tramp-handle-shell-command, tramp-handle-file-local-copy)
2296         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2297         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2299         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2300         (tramp-fish-handle-make-symbolic-link)
2301         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
2303         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2304         Use `tramp-compat-delete-file'.
2306         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
2307         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
2309         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
2310         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
2312         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
2313         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
2314         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
2315         `tramp-compat-delete-file'.
2317 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2319         Minor cleanups.
2320         * subr.el (add-minor-mode): Use push.
2321         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
2322         * emulation/edt.el (edt-select-mode): Simplify.
2324         Use define-minor-mode in more cases.
2325         * term/tvi970.el (tvi970-set-keypad-mode):
2326         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2327         (normal-erase-is-backspace-mode):
2328         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
2329         (set-scroll-bar-mode-1): (Re)move to its sole caller.
2330         (get-scroll-bar-mode): New function.
2331         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
2333         Use define-minor-mode for less obvious cases.
2334         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
2335         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
2336         * international/iso-ascii.el (iso-ascii-mode):
2337         * frame.el (auto-raise-mode, auto-lower-mode):
2338         * composite.el (global-auto-composition-mode): Use define-minor-mode.
2340 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
2342         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
2343         in order to see error messages for failed logins.
2345 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
2347         * diff.el (diff-sentinel):
2349         * epg.el (epg--make-temp-file, epg-decrypt-string)
2350         (epg-verify-string, epg-sign-string, epg-encrypt-string):
2352         * jka-compr.el (jka-compr-partial-uncompress)
2353         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
2355         * server.el (server-sentinel): Use delete-file's new FORCE arg
2356         (Bug#6070).
2358 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2360         Use define-minor-mode where applicable.
2361         * view.el (view-mode):
2362         * type-break.el (type-break-query-mode)
2363         (type-break-mode-line-message-mode):
2364         * textmodes/reftex.el (reftex-mode):
2365         * term/vt100.el (vt100-wide-mode):
2366         * tar-mode.el (tar-subfile-mode):
2367         * savehist.el (savehist-mode):
2368         * ibuf-ext.el (ibuffer-auto-mode):
2369         * composite.el (auto-composition-mode):
2370         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2371         Use define-minor-mode.
2372         (vhdl-mode): Use static mode-line format.
2373         (vhdl-mode-line-update): Delete.
2374         (vhdl-create-mode-menu, vhdl-activate-customizations)
2375         (vhdl-hs-minor-mode): Don't bother calling it.
2377 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2379         * simple.el (with-wrapper-hook): Move.
2380         (buffer-substring-filters): Mark obsolete.
2381         (filter-buffer-substring-functions): New variable.
2382         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
2384         Use a mode-line spec rather than a static string in Semantic.
2385         * cedet/semantic/util-modes.el:
2386         (semantic-minor-modes-format): New var to replace...
2387         (semantic-minor-modes-status): Remove.
2388         (semantic-mode-line-update): Construct a mode-line spec rather than
2389         a static string so that mouse buttons can be used on individual minor
2390         modes and so that semantic-mode-line-update only needs to be called
2391         when global settings are changed.
2392         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
2393         Call semantic-mode-line-update.
2394         (semantic-toggle-minor-mode-globally): Don't assume mode is on
2395         minor-mode-alist, check semantic-minor-mode-alist as well.
2396         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
2397         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
2398         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
2399         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2400         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2401         (define-semantic-idle-service, semantic-idle-summary-mode):
2402         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
2403         Don't call semantic-mode-line-update any more.
2405 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2407         Use define-minor-mode in CEDET where applicable.
2409         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
2410         Use define-minor-mode.
2412         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
2413         Remove unused arg `keymap' and code redundant with define-minor-mode.
2414         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
2415         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
2416         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
2417         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
2418         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
2419         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
2420         Use define-minor-mode.
2421         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
2422         (semantic-show-unmatched-syntax-mode-setup)
2423         (semantic-show-parser-state-mode-setup)
2424         (semantic-highlight-func-mode-setup): Inline into sole caller.
2426         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2427         (semantic-mru-bookmark-mode): Use define-minor-mode.
2428         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
2430         * cedet/semantic/idle.el (define-semantic-idle-service):
2431         Use define-minor-mode and inline setup function into its sole caller.
2432         (semantic-idle-scheduler-mode-setup)
2433         (semantic-idle-summary-mode-setup): Inline into sole caller.
2434         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
2435         Use define-minor-mode.
2437         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
2438         (semantic-decoration-mode): Use define-minor-mode.
2439         (semantic-decoration-mode-setup): Inline into sole caller.
2441         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
2442         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
2443         (ede-dired-add-to-target): Use dolist.
2445 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2446             Michael Albinus  <michael.albinus@gmx.de>
2448         Implement compression for inline methods.
2450         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2451         (tramp-copy-size-limit): Allow also nil.
2452         (tramp-inline-compress-commands): New defconst.
2453         (tramp-find-inline-compress, tramp-get-inline-compress)
2454         (tramp-get-inline-coding): New defuns.
2455         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2456         replaced by `tramp-get-inline-coding'.
2457         (tramp-handle-file-local-copy, tramp-handle-write-region)
2458         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2460 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2462         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
2463         Remove unused functions.
2465         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
2466         Set find-tag-default-function as a variable rather than a property.
2468         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
2469         * progmodes/etags.el (tags-completion-at-point-function):
2470         Remove left over interactive spec.  Add autoloading stub.
2471         (complete-tag): Use tags-completion-at-point-function.
2473 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
2475         * minibuffer.el (tags-completion-at-point-function): Fix return value.
2477 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
2479         * ido.el (ido-init-completion-maps): Remove C-v binding.
2480         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
2482 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
2484         * minibuffer.el (tags-completion-at-point-function): New function.
2485         (completion-at-point-functions): Use it.
2487         * cedet/semantic.el (semantic-completion-at-point-function): New function.
2488         (semantic-mode): Use semantic-completion-at-point-function for
2489         completion-at-point-functions instead.
2491         * progmodes/etags.el (complete-tag): Revert last change.
2493 2010-04-29  Alan Mackenzie  <acm@muc.de>
2495         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
2496         off-by-one error (in end of macro position).
2498 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2500         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
2501         firefox is absent.  Don't autoload.
2502         (browse-url-galeon-program): Don't autoload.
2504 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
2506         * bindings.el (complete-symbol): Move into minibuffer.el.
2508         * minibuffer.el (complete-tag): Move from etags.el.  If tags
2509         completion cannot be performed, return nil instead of signalling
2510         an error.
2511         (completion-at-point): Make it an alias for complete-symbol.
2512         (complete-symbol): Move from bindings.el, and replace with the
2513         body of completion-at-point.
2515         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
2517         * cedet/semantic.el (semantic-mode): When enabled, add
2518         semantic-ia-complete-symbol to completion-at-point-functions.
2520         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
2521         if Semantic is not active.
2523 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
2525         * net/tramp.el (tramp-remote-selinux-p): New defun.
2526         (tramp-handle-file-selinux-context)
2527         (tramp-handle-set-file-selinux-context): Use it.
2529 2010-04-28  Sam Steingold  <sds@gnu.org>
2531         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2532         `safe-local-variable' if the value is a string or a symbol with
2533         the property `bug-reference-url-format'.
2535 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
2537         * progmodes/bug-reference.el (bug-reference-url-format): Revert
2538         2010-04-27 change due to security risk.
2540 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2542         Make it possible to locally disable a globally enabled mode.
2543         * simple.el (fundamental-mode): Run fundamental-mode-hook.
2544         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
2545         rather than kill-all-local-variables so it runs fundamental-mode-hook.
2546         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2547         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
2548         that subsequent hooks get a chance to disable it.
2550 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2552         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2553         Avoid re-enabling a minor mode after the user turned the minor mode
2554         off if MODE-enable-in-buffers is run twice (typically once from
2555         fundamental-mode's after-change-major-mode-hook and a second time from
2556         run-mode-hook's own after-change-major-mode-hook).
2558         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
2560 2010-04-27  Sam Steingold  <sds@gnu.org>
2562         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2563         `safe-local-variable' if the value is a string or a function, as
2564         documented and implemented on 2010-04-02.
2566 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
2568         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
2569         when method is 'kill.
2571 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
2573         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
2574         condition in default directory check.
2575         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
2576         Kill ispell process when killing its associated buffer.
2578 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
2580         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
2581         but we aren't using it.
2583 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
2585         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
2586         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
2588 2010-04-24  Glenn Morris  <rgm@gnu.org>
2590         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
2591         Ignore VCS-ignore files, and deleted nextstep preferences files.
2592         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
2593         (authors-ambiguous-files): New list.
2594         (authors-valid-file-names): Add some deleted files.
2595         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
2596         (authors-disambiguate-file-name): New function.  (Bug#5501)
2597         (authors-canonical-file-name): Doc fix.
2598         Don't warn about obsolete files.
2599         (authors-canonical-file-name, authors-scan-el):
2600         Use authors-disambiguate-file-name.
2602         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2603         Add autoload cookies.
2604         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
2605         (generated-autoload-file): Set file-local value to "htmlfontify.el".
2606         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
2607         They have definitions / compiler macros in cl.el.
2608         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2609         Replace manual autoloads with generated ones.
2610         (htmlfontify-unload-rgb-file): Remove autoload.
2611         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
2613 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2615         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
2616         (byte-compile-setq-default): Optimize for the
2617         single-var case and don't call byte-compile-form in this case to avoid
2618         inf-loop with byte-compile-set-default.
2620         * progmodes/compile.el (compilation-start): Abbreviate default directory.
2622 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
2624         Implement SELINUX backends.
2626         * net/tramp.el (tramp-file-name-handler-alist):
2627         Add `file-selinux-context' and `set-file-selinux-context'.
2628         (tramp-handle-file-selinux-context)
2629         (tramp-handle-set-file-selinux-context): New defuns.
2630         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2631         Handle PRESERVE-SELINUX-CONTEXT.
2633         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2634         Add `file-selinux-context' and `set-file-selinux-context'.
2635         (tramp-gvfs-handle-file-selinux-context)
2636         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2637         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2639         * net/ange-ftp.el (ange-ftp-copy-file):
2640         * net/tramp-fish.el (tramp-fish-handle-copy-file):
2641         * net/tramp-imap.el (tramp-imap-handle-copy-file):
2642         * net/tramp-smb.el (tramp-smb-handle-copy-file):
2643         Add PRESERVE-SELINUX-CONTEXT.
2645 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2647         Synchronize with Tramp repository.
2649         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
2650         (tramp-action-process-alive, tramp-action-out-of-band)
2651         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2652         (tramp-exists-file-name-handler): Fix docstring.
2653         (with-progress-reporter): New defmacro.
2654         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
2655         (tramp-maybe-open-connection): Use it.
2657 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
2659         Detect ssh 'ControlMaster' argument automatically in some cases.
2661         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2662         (tramp-default-method): Use it.
2664 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2666         * net/tramp.el (tramp-handle-copy-file): Add new optional
2667         parameter `preserve-selinux-context'.
2668         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
2670 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2672         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
2673         Ensure, that non remote files are still checked.  Oops.
2675 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
2677         Fix Bug#5840.
2679         * icomplete.el (icomplete-completions): Use `non-essential'.
2681         * net/tramp.el (tramp-connectable-p): New defun.
2682         (tramp-handle-expand-file-name)
2683         (tramp-completion-handle-file-name-all-completions)
2684         (tramp-completion-handle-file-name-completion): Use it.
2686 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2688         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
2690 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
2692         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
2694         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
2696         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
2697         is present.
2699         * info.el (info-tool-bar-map): Add labels.
2701         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
2703         * cus-edit.el (custom-commands): Add labels for tool bar.
2704         (custom-buffer-create-internal, Custom-mode): Adjust for
2705         labels in custom-commands.
2707         * dynamic-setting.el: Renamed from font-setting.el.
2709 2010-04-21  John Wiegley  <jwiegley@gmail.com>
2711         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
2712         toggles the use of virtual buffers.
2713         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
2714         value.
2715         (ido-toggle-virtual-buffers): New function.
2717 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
2719         Use `define-derived-mode'; fix window selection; doc fixes.
2720         * play/tetris.el (tetris, tetris-update-speed-function)
2721         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
2722         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
2723         (tetris-rotate-next, tetris-end-game, tetris-start-game)
2724         (tetris-pause-game): Fix typos in docstrings.
2725         (tetris-mode-map, tetris-null-map):
2726         Move initialization into declaration.
2727         (tetris-mode): Define with `define-derived-mode';
2728         set show-trailing-whitespace to nil.
2729         (tetris): Prefer window already displaying the "*Tetris*" buffer.
2731 2010-04-21  Karel Klíč  <kklic@redhat.com>
2733         * files.el (backup-buffer): Handle SELinux context, and return it
2734         if a backup was made by renaming.
2735         (backup-buffer-copy): Set SELinux context to the target file.
2736         (basic-save-buffer): Set SELinux context of the newly written file.
2737         (basic-save-buffer-1): Now it also returns any SELinux context.
2738         (basic-save-buffer-2): Set SELinux context of the newly created file,
2739         and return it.
2740         * net/tramp.el (tramp-file-name-for-operation):
2741         Add file-selinux-context.
2743 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2745         Make the log-edit comments use RFC822 format throughout.
2747         * vc.el (vc-checkin, vc-modify-change-comment):
2748         Adjust to new vc-start/finish-logentry.
2749         (vc-find-conflicted-file): New command.
2750         (vc-transfer-file): Adjust to new vc-checkin.
2751         (vc-next-action): Improve scoping.
2753         * vc-hg.el (vc-hg-log-edit-mode): Remove.
2754         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
2756         * vc-git.el (vc-git-log-edit-mode): Remove.
2757         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
2758         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
2760         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
2761         (vc-start-logentry): Remove argument `extra'.
2762         (vc-finish-logentry): Remove extra args.
2764         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
2765         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
2766         (vc-bzr-conflicted-files): New function.
2768         * log-edit.el (log-edit-extra-flags)
2769         (log-edit-before-checkin-process): Remove.
2770         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
2771         (log-edit-headers-alist): New var.
2772         (log-edit-header-contents-regexp): New const.
2773         (log-edit-match-to-eoh): New function.
2774         (log-edit-font-lock-keywords): Use them.
2775         (log-edit): Insert a "Summary:" header as default.
2776         (log-edit-mode): Mark font-lock rules as case-insensitive.
2777         (log-edit-done): Cleanup headers.
2778         (log-view-process-buffer): Remove.
2779         (log-edit-extract-headers): New function to replace it.
2781 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
2783         * subr.el (default-direction-reversed): Remove obsolescence info.
2785 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2787         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
2788         windows/frames.
2790         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
2791         I.e. include text after point in the completion region.
2792         Also, return nil when we're not after/in a symbol.
2794         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
2795         default enable-multibyte-characters.
2797 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2799         * international/mule.el: Help the user choose a valid coding-system.
2800         (read-buffer-file-coding-system): New function.
2801         (set-buffer-file-coding-system): Use it.  Prompt the user if the
2802         coding-system cannot encode all the chars.
2804         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
2805         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
2806         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
2807         Don't use *vc-bzr-shelve*.
2809 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
2811         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
2812         Don't destroy list before using it.
2814 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
2816         Fix the version number for added files.
2817         * vc-hg.el (vc-hg-working-revision): Check if the file is
2818         registered after hg parent fails (Bug#5961).
2820 2010-04-19  Glenn Morris  <rgm@gnu.org>
2822         * htmlfontify.el (htmlfontify-buffer)
2823         (htmlfontify-copy-and-link-dir): Autoload entry points.
2825 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
2827         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2828         name relative to the project root (Bug#5960).
2830 2010-04-19  Glenn Morris  <rgm@gnu.org>
2832         * vc-git.el (vc-git-print-log): Doc fix.
2834 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
2836         * ido.el (ido-file-internal): Fix 2009-12-02 change.
2838 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
2840         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2841         default settings (Bug#5928).
2843 2010-04-19  Glenn Morris  <rgm@gnu.org>
2845         * progmodes/fortran.el (fortran-match-and-skip-declaration):
2846         New function.
2847         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
2849 2010-04-19  Kenichi Handa  <handa@m17n.org>
2851         * language/indian.el (malayalam-composable-pattern): Fix previous
2852         change (add U+0D4D "SIGN VIRAMA").
2853         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2854         (tamil-composable-pattern): Fix typo in the regexp.
2855         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2856         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2857         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2859 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
2861         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2862         paragraph-separate (Bug#5821).
2864 2010-04-19  Juri Linkov  <juri@jurta.org>
2866         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2868         * info.el (Info-find-node-2): Comment out code that skips
2869         breadcrumbs line.
2870         (Info-mouse-follow-link): New command.
2871         (Info-link-keymap): New keymap.
2872         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2873         Return a string with links instead of inserting breadcrumbs
2874         to the Info buffer.
2875         (Info-fontify-node): Comment out code that inserts breadcrumbs.
2876         Instead of putting the `invisible' text property over the Info
2877         header, make an overlay over the Info header with the `invisible'
2878         property and `after-string' set to the string returned by
2879         `Info-breadcrumbs'.
2881 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
2883         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2884         Reported by monkey@sandpframing.com.
2886 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2888         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
2889         (tmm-get-keymap): Add key-binding shortcuts now that they're not
2890         available in the "keyseq cache" any more.
2892         * custom.el (defcustom): Add edebug spec.
2894 2010-04-18  Juri Linkov  <juri@jurta.org>
2896         Test for special mode-class in view-buffer instead of view-file (bug#5513).
2898         * view.el (view-file, view-buffer): Move test for special mode-class
2899         from view-file to view-buffer.
2901         * tar-mode.el (tar-extract): Turn if's into one cond
2902         like in arc-mode.el.
2904 2010-04-18  Juri Linkov  <juri@jurta.org>
2906         Add 7z archive format support (bug#5475).
2908         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
2909         (archive-7z-extract): New defcustom.
2910         (archive-find-type): Add magic string for 7z.
2911         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
2912         If `stderr-file' is non-nil, use `(t stderr-file)' for the
2913         `buffer' arg of `call-process'.
2914         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
2915         call the function `archive-7z-extract' with the variable
2916         `archive-7z-extract' let-bound to `archive-zip-extract'.
2917         (archive-7z-summarize, archive-7z-extract): New functions.
2919         * international/mule.el (auto-coding-alist):
2920         * files.el (auto-mode-alist): Add 7z file extension.
2922 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2924         * loadup.el: Setup hash-cons for pure data.
2926         Fix duplicate entries in cedet's loaddefs.el files.
2927         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
2928         Should make most file-local generated-autoload-file unnecessary.
2929         (print-readably): Silence warnings.
2930         (autoload-find-destination): Take load-name as an arg to make sure
2931         it's the same as the one that will be in the file.
2932         (autoload-generate-file-autoloads): Adjust to above changes.
2933         Try to make the dataflow a bit simpler.
2935         * cvs-status.el (cvs-refontify): Remove unused.
2937 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
2939         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
2941         * calc-bin.el (calc-radix): Have the "O" option turn on
2942         twos-complement mode.
2944 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
2946         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
2947         Add `calc-option-prefix-help' to calc-help autoloads.
2948         (calc-inverse): Add "Option" to message, as appropriate.
2949         (calc-hyperbolic): Add "Option" to message, as appropriate.
2950         (calc-option, calc-is-option): New functions.
2952         * calc-help.el (calc-full-help): Add `calc-option-help'.
2953         (calc-option-prefix-help): New function.
2955         * calc-misc.el (calc-help): Add "Option" entry.
2957         * calc.el (calc-local-var-list): Add `calc-option-flag'.
2958         (calc-option-flag): New variable.
2959         (calc-do): Set `calc-option-flag to nil.
2960         (calc-set-mode-line): Add "Opt " as appropriate.
2962 2010-04-16  Juri Linkov  <juri@jurta.org>
2964         Move scrolling commands from simple.el to window.el
2965         because their primitives are implemented in window.c.
2967         * simple.el (scroll-error-top-bottom)
2968         (scroll-up-command, scroll-down-command, scroll-up-line)
2969         (scroll-down-line, scroll-other-window-down)
2970         (beginning-of-buffer-other-window, end-of-buffer-other-window):
2971         * window.el (scroll-error-top-bottom)
2972         (scroll-up-command, scroll-down-command, scroll-up-line)
2973         (scroll-down-line, scroll-other-window-down)
2974         (beginning-of-buffer-other-window, end-of-buffer-other-window):
2975         Move from simple.el to window.el because their primitives are
2976         implemented in window.c.
2978 2010-04-16  Juri Linkov  <juri@jurta.org>
2980         * isearch.el (isearch-lookup-scroll-key): Check both
2981         `isearch-scroll' and `scroll-command' properties.
2982         (scroll-up, scroll-down): Remove `isearch-scroll' property.
2984         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
2986         * simple.el (scroll-up-command, scroll-down-command)
2987         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
2989 2010-04-15  Juri Linkov  <juri@jurta.org>
2991         * simple.el (scroll-up-command, scroll-down-command)
2992         (scroll-up-line, scroll-down-line): Put `scroll-command'
2993         property on the these symbols.  Remove them from
2994         `scroll-preserve-screen-position-commands'.
2996         * mwheel.el (mwheel-scroll): Put `scroll-command' and
2997         `isearch-scroll' properties on the `mwheel-scroll' symbol.
2998         Remove it from `scroll-preserve-screen-position-commands'.
3000         * isearch.el (isearch-allow-scroll): Doc fix.
3002 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
3004         * net/tramp.el (tramp-error-with-buffer): Don't show the
3005         connection buffer when we are in completion mode.
3006         (tramp-file-name-handler): Catch the error for some operations
3007         when we are in completion mode.  This gives the user the chance to
3008         correct the file name in the minibuffer.
3010 2010-04-15  Glenn Morris  <rgm@gnu.org>
3012         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3014 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
3016         Simplify by using `define-derived-mode'.
3017         * info.el (Info-mode):
3018         * calendar/todo-mode.el (todo-mode):
3019         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3020         (gomoku-mode-map): Move initialization into declaration.
3022 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
3024         Fix Bug#5840.
3025         * ido.el (ido-file-name-all-completions-1):
3026         * minibuffer.el (minibuffer-completion-help):
3027         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3029 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3031         * simple.el (non-essential): New var.
3033         Add a new field `location' to bookmarks for non-file bookmarks.
3034         * bookmark.el (bookmark-location): Use the new field, if present.
3035         (bookmark-insert-location): Undo last change, not needed any more.
3036         * man.el (Man-bookmark-make-record):
3037         * woman.el (woman-bookmark-make-record): Add `location' field.
3039 2010-04-14  Juri Linkov  <juri@jurta.org>
3041         * simple.el (scroll-error-top-bottom): New defcustom.
3042         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
3044         * emulation/pc-select.el (pc-select-override-scroll-error):
3045         Obsolete in favor of `scroll-error-top-bottom'.
3047 2010-04-14  Juri Linkov  <juri@jurta.org>
3049         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3050         `scroll-up-command' and `M-v' to `scroll-down-command'.
3052         * emulation/cua-rect.el (cua--init-rectangles):
3053         * forms.el (forms--change-commands):
3054         * image-mode.el (image-mode-map):
3055         Remap scroll-down-command and scroll-up-command
3056         in addition to scroll-down and scroll-up.
3058 2010-04-14  Juri Linkov  <juri@jurta.org>
3060         * mwheel.el (scroll-preserve-screen-position-commands):
3061         Add mwheel-scroll to this list of commands.
3063         * simple.el (scroll-preserve-screen-position-commands):
3064         Add scroll-up-command, scroll-down-command, scroll-up-line,
3065         scroll-down-line to this list of commands.
3067 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3069         * obsolete/complete.el: Move from lisp/complete.el.
3071         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3073         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3074         to the minor mode function now turns the mode ON unconditionally.
3076 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3078         * vc-dir.el (vc-dir-kill-line): New command.
3079         (vc-dir-mode-map): Bind it to C-k.
3081         * bookmark.el (bookmark-insert-location): Handle a nil filename.
3083         * woman.el: Add bookmark declarations to silence the compiler.
3084         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3085         step to compatibility between man and woman bookmarks.
3086         Adjust for Man-default-bookmark-title renaming.
3087         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
3089         * man.el: Add bookmark declarations to silence the compiler.
3090         (Man-name-local-regexp): Make it match NAME as well.
3091         (Man-getpage-in-background): Return the buffer.
3092         (Man-notify-when-ready): Use `case'.
3093         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3094         Don't hardcode "NAME".  Simplify.
3095         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3096         Rename from Man-bookmark-make-record.
3097         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
3098         we have the actual man-args.  Use Man-getpage-in-background rather
3099         than `man' since the arg is already processed.  Let bookmark.el do the
3100         window handling.  Only wait for the relevant process.
3101         Don't forget to autoload.
3103         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3105 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3107         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3108         New functions.
3109         (woman-mode): Setup bookmark support.
3111         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3112         (man-bookmark-jump): New functions.
3113         (Man-mode): Setup bookmark support.
3115 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
3117         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3118         recognize ssh-keygen prompt (Bug#2817).
3120 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3122         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3124 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3126         Synchronize with Tramp repository.
3128         * net/tramp.el (tramp-completion-function-alist)
3129         (tramp-file-name-regexp, tramp-chunksize)
3130         (tramp-local-coding-commands, tramp-remote-coding-commands):
3131         Fix docstring.
3132         (tramp-remote-process-environment): Use `format' instead of `concat'.
3133         (tramp-handle-directory-files-and-attributes)
3134         (tramp-get-remote-path): Use `copy-tree'.
3135         (tramp-handle-file-name-all-completions): Backward/ XEmacs
3136         compatibility: Use `completion-ignore-case' if
3137         `read-file-name-completion-ignore-case' does not exist.
3138         (tramp-do-copy-or-rename-file-directly): Do not use
3139         `tramp-handle-file-remote-p'.
3140         (tramp-do-copy-or-rename-file-out-of-band):
3141         Use `tramp-compat-delete-directory'.
3142         (tramp-do-copy-or-rename-file-out-of-band)
3143         (tramp-compute-multi-hops, tramp-maybe-open-connection):
3144         Use `format-spec-make'.
3145         (tramp-find-foreign-file-name-handler)
3146         (tramp-advice-make-auto-save-file-name)
3147         (tramp-set-auto-save-file-modes): Remove superfluous check for
3148         `stringp'.  This is done inside `tramp-tramp-file-p'.
3149         (tramp-debug-outline-regexp): New defconst.
3150         (tramp-get-debug-buffer): Use it.
3151         (tramp-check-for-regexp): Use (forward-line 1).
3152         (tramp-set-auto-save-file-modes): Adapt version check.
3154         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3155         Wrap call of `featurep' for 2nd argument.
3156         (tramp-compat-make-temp-file): Simplify fallback implementation.
3157         (tramp-compat-copy-tree): Remove function.
3158         (tramp-compat-delete-directory): Provide implementation for older
3159         Emacsen.
3161         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3162         Do not use `tramp-fish-handle-file-attributes.
3164         * net/trampver.el: Update release number.
3166 2010-04-10  Glenn Morris  <rgm@gnu.org>
3168         * progmodes/compile.el (compilation-save-buffers-predicate):
3169         Add missing :version tag.
3171 2010-04-09  Sam Steingold  <sds@gnu.org>
3173         * progmodes/compile.el (compilation-save-buffers-predicate):
3174         Remove the "autoload" cookie.
3176         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3177         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3178         and `bug-reference-prog-mode' can be used in hooks directly.
3180 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3182         Add --author support to git commit.
3183         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3184         (vc-git-log-edit-mode): New minor mode.
3185         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3186         New declarations.
3188 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
3190         * vc-hooks.el, vc-git.el: Improve documentation comments.
3192 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3194         Fix some of the problems in defsubst* (bug#5728).
3195         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3196         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3198 2010-04-07  Sam Steingold  <sds@gnu.org>
3200         * progmodes/compile.el (compilation-save-buffers-predicate):
3201         New custom variable.
3202         (compile, recompile): Pass it to `save-some-buffers'.
3204 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
3206         * wid-edit.el (widget-choose): Move cursor to the second line of
3207         the buffer (Bug#5695).
3209 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3211         Add new VC methods: vc-log-incoming and vc-log-outgoing.
3212         * vc.el (vc-print-log-setup-buttons): New function split out from
3213         vc-print-log-internal.
3214         (vc-log-internal-common): New function, a parametrized version of
3215         vc-print-log-internal.
3216         (vc-print-log-internal): Just call vc-log-internal-common with the
3217         right arguments.
3218         (vc-incoming-outgoing-internal):
3219         (vc-log-incoming, vc-log-outgoing): New functions.
3220         (vc-log-view-type): New permanent local variable.
3222         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3224         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3225         of the dynamic bound vc-short-log.
3226         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3228         * vc-git.el (vc-git-log-outgoing): New function.
3229         (vc-git-log-view-mode): Use vc-log-view-type instead
3230         of the dynamic bound vc-short-log.
3232         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3233         of the dynamic bound vc-short-log.  Highlight the tag.
3234         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3235         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3236         (vc-hg-incoming-mode): Remove.
3237         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3239 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3241         Fix default-directory for vc-root-diff.
3242         * vc.el (vc-root-diff): Bind default-directory to the root
3243         directory for the diff command.
3245 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
3247         * progmodes/verilog-mode.el (verilog-forward-sexp):
3248         (verilog-calc-1): Support "disable fork" and "fork wait" multi
3249         word keywords, suggested by Steve Pearlmutter.
3250         (verilog-pretty-declarations): Support lineup of declarations in
3251         port lists.
3252         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3253         fix bug for /* / comments
3254         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3255         Speed up and simplfy as this is never called with a bound.
3256         (verilog-pretty-declarations): Enhance to line up declarations
3257         inside a parameter list, suggested by Alan Morgan.
3258         (verilog-pretty-expr): Tune assignment regular expression match
3259         string for corner cases; also use markers instead of character
3260         number as indent changes the later.
3262 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
3264         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3265         as missing keyword.
3266         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3267         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
3268         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3269         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
3270         Tennant.
3271         (verilog-keywords):
3272         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3273         1800-2009 keywords, including "global.".
3275 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3277         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3278         appearing in buffer list (if a live buffer name matched a recentf
3279         file basename).  Should use uniquify to offer a real solution.
3281 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3283         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3284         comment to code, and add a :version tag.
3285         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3287 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
3289         Enable recentf-mode if using virtual buffers.
3290         * ido.el (recentf-list): Declare for byte-compiler.
3291         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
3292         (ido-make-buffer-list): Simplify.
3293         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
3295 2010-04-05  Juri Linkov  <juri@jurta.org>
3297         Scrolling commands which scroll a line instead of full screen.
3298         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3300         * simple.el (scroll-up-line, scroll-down-line): New commands.
3301         Put property isearch-scroll=t on them.
3303         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
3304         Remove commands.
3306 2010-04-05  Juri Linkov  <juri@jurta.org>
3308         Scrolling commands which do not signal errors at top/bottom.
3309         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3311         * simple.el (scroll-up-command, scroll-down-command): New commands.
3312         Put property isearch-scroll=t on them.
3314         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
3315         `scroll-down-command' and [next] from `scroll-up' to
3316         `scroll-up-command'.
3318         * emulation/cua-base.el: Put property CUA=move on
3319         `scroll-up-command' and `scroll-down-command'.
3320         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
3321         and `scroll-down-command' to `cua-scroll-down'.
3323 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
3325         * help.el (describe-mode): Return nil.
3327 2010-04-04  John Wiegley  <jwiegley@gmail.com>
3329         * ido.el (ido-use-virtual-buffers): New variable to indicate
3330         whether "virtual buffer" support is enabled for IDO.
3331         (ido-virtual): Face used to indicate virtual buffers in the list.
3332         (ido-buffer-internal): If a buffer is chosen, and no such buffer
3333         exists, but a virtual buffer of that name does (which would be why
3334         it was in the list), recreate the buffer by reopening the file.
3335         (ido-make-buffer-list): If virtual buffers are being used, call
3336         `ido-add-virtual-buffers-to-list' before the make list hook.
3337         (ido-virtual-buffers): New variable which contains a copy of the
3338         current contents of the `recentf-list', albeit pared down for the
3339         sake of speed, and with proper faces applied.
3340         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
3341         create a list of "virtual buffers" to present to the user in
3342         addition to the currently open set.  Note that this logic could
3343         get rather slow if that list is too large.  With the default
3344         `recentf-max-saved-items' of 200, there is little speed penalty.
3346 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3348         * font-lock.el: Require CL when compiling.
3349         (font-lock-turn-on-thing-lock): Use `case'.
3351 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
3353         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
3354         Zaretskii.
3356 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
3358         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
3359         (semantic-create-imenu-directory-index): Fix typos in docstrings.
3360         (semantic-imenu-goto-function): Reflow docstring.
3362 2010-04-02  Juri Linkov  <juri@jurta.org>
3364         * ehelp.el (electric-help-orig-major-mode):
3365         New buffer-local variable.
3366         (electric-help-mode): Set it to original major-mode.  Doc fix.
3367         (with-electric-help): Use `electric-help-orig-major-mode' instead
3368         of (default-value 'major-mode).  Doc fix.
3369         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
3371 2010-04-02  Sam Steingold  <sds@gnu.org>
3373         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
3374         `vc-hg-command' with a list of flags.
3376         * progmodes/bug-reference.el (bug-reference-bug-regexp):
3377         Also accept "patch" and "RFE".
3378         (bug-reference-fontify): `bug-reference-url-format' can also be a
3379         function to be able to handle the bug kind.
3380         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
3382 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
3384         * tmm.el (tmm-get-keymap): Check with symbolp before passing
3385         value to fboundp, it may not be a symbol.
3387 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3389         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
3391 2010-03-31  Juri Linkov  <juri@jurta.org>
3393         * simple.el (next-line, previous-line): Re-throw a signal
3394         with `signal' instead of using `ding'.
3395         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
3397 2010-03-31  Juri Linkov  <juri@jurta.org>
3399         * simple.el (keyboard-escape-quit): Raise deselecting the active
3400         region higher than exiting the minibuffer.
3401         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
3403 2010-03-31  Juri Linkov  <juri@jurta.org>
3405         * image.el (image-animated-p): Use `image-metadata' instead of
3406         `image-extension-data'.  Get GIF extenstion data from metadata
3407         property `extension-data'.
3409 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3411         * simple.el (append-to-buffer): Simplify.
3413 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
3415         * textmodes/artist.el (artist-mode): Fix typo in docstring.
3416         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
3418 2010-03-31  Kenichi Handa  <handa@m17n.org>
3420         * language/sinhala.el (composition-function-table): Fix regexp for
3421         the new Unicode specification.
3423         * language/indian.el (devanagari-composable-pattern)
3424         (tamil-composable-pattern, kannada-composable-pattern)
3425         (malayalam-composable-pattern): Adjust for the new Unicode
3426         specification.
3427         (bengali-composable-pattern, gurmukhi-composable-pattern)
3428         (gujarati-composable-pattern, oriya-composable-pattern)
3429         (telugu-composable-pattern): New variables to cope with the new
3430         Unicode specification.  Use them in composition-function-table.
3432 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3434         Make tmm-menubar work for the Buffers menu again (bug#5726).
3435         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
3436         vectors rather than cons cells, as used in menu-bar-update-buffers.
3438 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3440         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
3441         (js-insert-and-indent): Revert 2009-08-15 change, restoring
3442         electric punctuation for "{}();,:" (Bug#5586).
3444         * mail/sendmail.el (mail-default-directory): Doc fix.
3446 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3448         * mail/sendmail.el (mail-default-directory): Doc fix.
3450 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
3452         * subr.el (version-regexp-alist, version-to-list)
3453         (version-list-<, version-list-=, version-list-<=)
3454         (version-list-not-zero, version<, version<=, version=): Doc fix.
3455         (Bug#5744).
3457 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
3459         * vc.el (vc-root-diff): Doc fix.
3461 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3463         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
3465         * simple.el (append-to-buffer): Fix last change.
3467 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3469         * simple.el (append-to-buffer): Ensure that point is preserved if
3470         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
3471         (Bug#5749)
3473 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3475         * files.el (auto-mode-case-fold): Change default to t.
3477 2010-03-30  Juri Linkov  <juri@jurta.org>
3479         * dired-x.el (dired-omit-mode): Doc fix.
3481 2010-03-30  Juri Linkov  <juri@jurta.org>
3483         * replace.el (occur-accumulate-lines): Move occur-engine related
3484         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
3485         to be located after `occur-engine'.
3487 2010-03-30  Juri Linkov  <juri@jurta.org>
3489         Make occur handle multi-line matches cleanly with context.
3490         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
3492         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
3493         (occur-engine): Add local variables `ret', `prev-after-lines',
3494         `prev-lines'.  Use more arguments for `occur-context-lines'.
3495         Set first elem of its returned list to `data', and the second elem
3496         to `prev-after-lines'.  Don't print the separator line.
3497         In the end, print remaining context after-lines.
3498         (occur-context-lines): Add new arguments `begpt', `endpt',
3499         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
3500         after-lines of the previous match with before-lines of the
3501         current match and not overlap them.  Return a list with two
3502         values: the output line and the list of context after-lines.
3504 2010-03-30  Juri Linkov  <juri@jurta.org>
3506         * replace.el (occur-accumulate-lines): Fix a bug where the first
3507         context line at the beginning of the buffer was missing.
3509 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
3511         * files.el: Make bidi-display-reordering safe variable for boolean
3512         values.
3514 2010-03-29  Phil Hagelberg  <phil@evri.com>
3515             Chong Yidong  <cyd@stupidchicken.com>
3517         * subr.el: Extend progress reporters to perform "spinning".
3518         (progress-reporter-update, progress-reporter-do-update):
3519         Handle non-numeric value arguments.
3520         (progress-reporter--pulse-characters): New var.
3522 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
3524         * progmodes/compile.el (compilation-start): Fix regexp detection
3525         of initial cd command (Bug#5771).
3527 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
3529         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
3531 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
3533         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
3534         * lisp/progmodes/gdb-mi.el: Restore.
3535         * lisp/progmodes/gdb-ui.el: Remove.
3536         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
3538 2010-03-25  Glenn Morris  <rgm@gnu.org>
3540         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
3541         all dired buffers, even tramp ones.  (Bug#5755)
3543 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3545         Add "union tags" in mpc.el.
3546         * mpc.el: Remove backward compatibility code.
3547         (mpc-browser-tags): Change default.
3548         (mpc--find-memoize-union-tags): New var.
3549         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
3550         (mpc-cmd-find): Handle the case where the playlist does not exist.
3551         Handle union-tags.
3552         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
3553         (mpc-cmd-add): Use mpc-cmd-flush.
3554         (mpc-tagbrowser-tag-name): New fun.
3555         (mpc-tagbrowser-buf): Use it.
3556         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
3558 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3560         Misc cleanup.
3561         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
3562         Use replace-regexp-in-string.
3563         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
3564         (makefile-imake-mode-syntax-table): Move init into defvar.
3565         (makefile-mode): Use define-derived-mode.
3567         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
3568         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
3569         not be present any more.
3571 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3573         * faces.el (set-face-attribute): Fix typo in docstring.
3574         (face-valid-attribute-values): Reflow docstring.
3576         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
3578 2010-03-24  Glenn Morris  <rgm@gnu.org>
3580         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
3582 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3584         * indent.el (indent-for-tab-command): Doc fix.
3586 2010-03-24  Alan Mackenzie  <acm@muc.de>
3588         * progmodes/cc-engine.el (c-remove-stale-state-cache):
3589         Fix off-by-one error.  Fixes bug #5747.
3591 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3593         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
3594         (image-dired-read-comment): Doc fix.
3596         * json.el (json-object-type, json-array-type, json-key-type)
3597         (json-false, json-null, json-read-number):
3598         * minibuffer.el (completion-in-region-functions):
3599         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
3600         (cal-tex-cursor-week):
3601         * emacs-lisp/trace.el (trace-function):
3602         * eshell/em-basic.el (eshell/printnl):
3603         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
3604         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
3605         * obsolete/levents.el (allocate-event, event-key, event-object)
3606         (event-point, event-process, event-timestamp, event-to-character)
3607         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
3608         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
3609         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
3610         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
3611         (reftex-highlight-selection): Fix typos in docstrings.
3613 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3615         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
3617 2010-03-24  Glenn Morris  <rgm@gnu.org>
3619         * mail/rmail.el (rmail-highlight-face): Restore option deleted
3620         2008-02-13 without comment; mark it obsolete.
3621         (rmail-highlight-headers): Use rmail-highlight-face once more.
3623 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3625         * woman.el (woman2-process-escapes): Only consume the newline if
3626         the filler character is on a line by itself (Bug#5729).
3628 2010-03-24  Kenichi Handa  <handa@m17n.org>
3630         * language/indian.el (devanagari-composable-pattern): Add more
3631         consonants.
3633 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3635         * net/trampver.el: Update release number.
3637 2010-03-24  Glenn Morris  <rgm@gnu.org>
3639         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
3641 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3643         * net/tramp.el (tramp-find-executable):
3644         Use `tramp-get-connection-buffer'.  Make the regexp for checking
3645         output of "wc -l" more robust.
3646         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
3647         (tramp-open-connection-setup-interactive-shell): Remove workaround
3648         for OpenSolaris bug, it is not needed anymore.
3650 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
3652         * cedet/semantic/imenu.el: New file, from the CEDET repository
3653         (Bug#5412).
3655 2010-03-24  Glenn Morris  <rgm@gnu.org>
3657         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
3659 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
3661         * files.el (auto-mode-alist): Accept more verilog file patterns.
3663 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3665         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
3667 2010-03-24  Glenn Morris  <rgm@gnu.org>
3669         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
3670         log-edit-before-checkin-process.
3672         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
3674         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
3676         * vc-dispatcher.el (vc-start-logentry): Doc fix.
3677         (log-view-process-buffer, log-edit-extra-flags): Declare.
3679         * log-edit.el (log-edit-before-checkin-process): Doc fix.
3681         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3682         Consistently check ede-object is bound throughout.
3684         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
3686 2010-03-23  Sam Steingold  <sds@gnu.org>
3688         Fix bug#5620: recalculate all markers on compilation buffer
3689         modifications, not on file modifications.
3690         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
3691         the buffer modification time, for buffers not associated with files.
3692         (compilation-mode): Create it.
3693         (compilation-filter): Update it.
3694         (compilation-next-error-function): Use it instead of
3695         `visited-file-modtime' for timestamp.
3697 2010-03-23  Juri Linkov  <juri@jurta.org>
3699         Implement Occur multi-line matches.
3700         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
3702         * replace.el (occur): Doc fix.
3703         (occur-engine): Set `begpt' to the beginning of the first line.
3704         Set `endpt' to the end of the last match line.  At first, count
3705         line numbers between `origpt' and `begpt'.  Split out code from
3706         `out-line' variable to new let-bindings `match-prefix' and
3707         `match-str'.  In `out-line' add non-numeric prefix to all
3708         non-first lines of multi-line matches.  Finally, count lines
3709         between `begpt' and `endpt' and add to `lines'.
3711 2010-03-23  Juri Linkov  <juri@jurta.org>
3713         * replace.el (occur-accumulate-lines, occur-engine):
3714         Use `occur-engine-line' instead of duplicate code.
3715         (occur-engine-line): New function created from duplicate code
3716         in `occur-accumulate-lines' and `occur-engine'.
3718         * replace.el (occur-engine-line): Add optional arg `keep-props'.
3719         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
3721 2010-03-23  Juri Linkov  <juri@jurta.org>
3723         * finder.el: Remove TODO tasks.
3725         * info.el (Info-finder-find-node): Add node "all"
3726         with all package info.  Handle a list of multiple keywords
3727         separated by comma.
3728         (info-finder): In interactive use with a prefix argument,
3729         use `completing-read-multiple' to read a list of keywords
3730         separated by comma.
3732 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3734         Add a new completion style `substring'.
3735         * minibuffer.el (completion-basic--pattern): New function.
3736         (completion-basic-try-completion, completion-basic-all-completions):
3737         Use it.
3738         (completion-substring--all-completions)
3739         (completion-substring-try-completion)
3740         (completion-substring-all-completions): New functions.
3741         (completion-styles-alist): New style `substring'.
3743 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3745         Get rid of .elc files after removal of the corresponding .el.
3746         * Makefile.in (compile-clean): New target.
3747         (compile-main): Use it.
3749 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
3751         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
3752         don't do make there.  When compiling with separate object dir, there
3753         is no Makefile there.
3755 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3757         Get rid of the ELCFILES abomination, again.
3758         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3759         (all, compile): Don't call compile-last.
3760         (compile-main): Build the "elcfiles" list dynamically.
3761         (compile-targets): New (internal) target.
3763 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
3765         * Makefile.in (top_srcdir): Define.
3766         (abs_top_builddir): Define.
3767         (srcdir): Don't append `/..'.
3768         (EMACS): Use ${abs_top_builddir}.
3769         (all, compile, compile-always, compile-last): Don't set emacswd.
3770         (update-subdirs, update-authors): Use $(top_srcdir) instead of
3771         $(srcdir).
3772         (lisp): Use $(srcdir) instead of @srcdir@.
3774 2010-03-21  Juri Linkov  <juri@jurta.org>
3776         Fix message of multi-line occur regexps and multi-buffer header lines.
3777         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
3779         * replace.el (occur-1): Don't display regexp if it is longer
3780         than window-width.  Use `query-replace-descr' to display regexp.
3781         (occur-engine): Don't display regexp in the buffer header for
3782         multi-buffer occur.  Display a separate header line with total
3783         match count and regexp for multi-buffer occur.
3784         Use `query-replace-descr' to display regexp.
3786 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3788         * net/secrets.el: Fix parenthesis.
3789         (secrets-enabled): Fix parenthesis.
3791 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3793         Use more relative file and directory names.
3794         * Makefile.in (EMACS): Arrange for it to work when we chdir.
3795         (setwins, setwins_almost, setwins_for_subdirs):
3796         Don't `cd'; output relative names.
3797         (all, compile, compile-always, compile-last): Set emacswd.
3798         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
3799         Just cd to the lisp source dir so we can use relative file names.
3801         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
3803 2010-03-20  Glenn Morris  <rgm@gnu.org>
3805         * textmodes/rst.el: Use faces for font-lock customization, and make the
3806         old -face variables obsolete.
3807         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
3808         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
3809         (rst-block-face, rst-external-face, rst-definition-face)
3810         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
3811         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
3812         Make obsolete.
3813         (rst-font-lock-keywords-function): Update for above changes.
3815 2010-03-20  Juri Linkov  <juri@jurta.org>
3817         * s-region.el:
3818         * obsolete/s-region.el: Move to obsolete.
3820 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
3822         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
3824 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
3826         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
3828 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
3830         Add special markup processing for commit logs.
3831         * log-edit.el (log-edit-extra-flags): New variable.
3832         (log-edit): Add new argument MODE.  Use that mode when non-nil
3833         instead of the log-view-mode.
3834         (log-view-process-buffer): New function.
3836         * vc.el: Document that the checkin method takes optional
3837         arguments.  Document new backend specific method: log-view-mode.
3838         (vc-default-log-edit-mode): New function.
3839         (vc-checkin): Use a backend specific log-view-mode.
3840         Pass extra arguments to the checkin method.
3841         (vc-modify-change-comment): Pass a dummy extra argument.
3843         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
3844         log-edit.
3845         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
3846         (vc-finish-logentry): Process the log buffer before passing it
3847         down.  Pass log-edit-extra-flags.
3849         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
3850         command.
3851         (log-edit-extra-flags, log-edit-before-checkin-process):
3852         New declarations.
3854         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
3855         command.
3856         (log-edit-extra-flags, log-edit-before-checkin-process):
3857         New declarations.
3858         (vc-hg-log-edit-mode): New derived mode.
3860         * vc-arch.el (vc-arch-checkin):
3861         * vc-cvs.el (vc-cvs-checkin):
3862         * vc-git.el (vc-git-checkin):
3863         * vc-mtn.el (vc-mtn-checkin):
3864         * vc-rcs.el (vc-rcs-checkin):
3865         * vc-sccs.el (vc-sccs-checkin):
3866         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
3868 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3870         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
3871         parent typo).
3873 2010-03-19  Glenn Morris  <rgm@gnu.org>
3875         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3877 2010-03-18  Glenn Morris  <rgm@gnu.org>
3879         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
3881         * replace.el (query-replace-history): Give it a doc string.
3882         (map-query-replace-regexp): Use query-replace-from-history-variable
3883         and query-replace-to-history-variable.
3885         * mail/hashcash.el (declare-function): Remove duplicate definition.
3887         * mail/emacsbug.el (report-emacs-bug-pretest-address):
3888         Make it an obsolete alias for report-emacs-bug-address.
3889         (message-strip-special-text-properties): Declare.
3890         (report-emacs-bug): Remove test for a pretest bug address.
3891         Combine message-mode-specific code.
3893         * mail/supercite.el: Don't require sendmail.
3894         (mh-in-header-p): Declare rather than using with-no-warnings.
3895         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
3896         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
3898         * calendar/cal-french.el: Convert to utf-8.
3900         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
3901         Emacs scripts.
3903 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
3905         * net/secrets.el (secrets-enabled): New variable.  Use it instead
3906         of a subfeature.
3908 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
3910         * net/secrets.el (top): Register the D-Bus signals only when the
3911         service "org.freedesktop.secrets" can be pinged.
3912         Provide subfeature `enabled'.
3914 2010-03-14  Juri Linkov  <juri@jurta.org>
3916         Add finder unknown keywords.
3918         * finder.el (finder-unknown-keywords): New function.
3920         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
3921         to create a Finder node with unknown keywords.
3923 2010-03-14  Juri Linkov  <juri@jurta.org>
3925         * finder.el (finder-compile-keywords): Replace `princ' with
3926         `prin1' on a list of symbols interned from keyword strings.
3928         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
3929         a comma, then split keywords using a comma and optional whitespace.
3930         Otherwise, split by whitespace.
3932         * complete.el:
3933         * face-remap.el:
3934         * log-view.el:
3935         * net/hmac-def.el:
3936         * net/hmac-md5.el:
3937         * net/netrc.el:
3938         * progmodes/mixal-mode.el: Fix keywords.
3940 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
3942         * Makefile.in (ELCFILES): Add net/secrets.elc.
3944         * net/secrets.el: New file.
3946 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
3948         * facemenu.el (list-colors-display, list-colors-print): New arg
3949         callback.  Use it to allow selecting colors.
3951         * wid-edit.el (widget-image-insert): Insert image prop even if the
3952         current display is non-graphic.
3953         (widget-field-value-set): New fun.
3954         (editable-field): Use it.
3955         (widget-field-value-get): Clean up unused var.
3956         (widget-color-value-create, widget-color--choose-action):
3957         New funs.  Allow using list-colors-display to choose color.
3959 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
3961         * cus-edit.el: Resort topmost custom groups.
3962         (custom-buffer-sort-alphabetically): Default to t.
3963         (customize-apropos): Use apropos-parse-pattern.
3964         (custom-search-field): New var.
3965         (custom-buffer-create-internal): Add custom-apropos search field.
3966         (custom-add-parent-links): Don't display parent doc.
3967         (custom-group-value-create): Don't sort top-level custom group.
3968         (custom-magic-value-create): Show visibility button before option name.
3970         (custom-variable-state): New fun, from custom-variable-state-set.
3971         (custom-variable-state-set): Use it.
3972         (custom-group-value-create): Hide options with standard values
3973         using the :hidden-states property.  Use progress reporter.
3975         (custom-show): Simplify.
3976         (custom-visibility): Disable images by default.
3977         (custom-variable): New property :hidden-states.
3978         (custom-variable-value-create): Enable images for
3979         custom-visibility widgets.  Use :hidden-states property to
3980         determine initial visibility.
3982         * wid-edit.el (widget-image-find): Give images center ascent.
3983         (visibility): Add :on-image and :off-image properties.
3984         (widget-visibility-value-create): Use them.
3986 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
3988         * cus-edit.el (processes): Remove from development group.
3989         (oop, hypermedia): Delete group.
3990         (comm): Promote to top-level group.
3992         * net/browse-url.el (browse-url):
3993         * net/xesam.el (xesam):
3994         * net/tramp.el (tramp):
3995         * net/goto-addr.el (goto-address):
3996         * net/ange-ftp.el (ange-ftp): Put in comm group.
3998         * view.el (view): Remove from editing group.
4000         * uniquify.el (uniquify): Put in files group.
4002         * net/browse-url.el (browse-url):
4003         * ps-print.el (postscript): Put in external group.
4005         * cus-edit.el (outlines):
4006         * textmodes/text-mode.el (text-mode-hook):
4007         * textmodes/table.el (table):
4008         * textmodes/picture.el (picture):
4009         * outline.el (outlines): Put in wp group.
4011         * nxml/nxml-mode.el (nxml): Remove from wp group.
4013         * net/tramp-imap.el (tramp-imap): Put in tramp group.
4015         * mail/metamail.el (metamail): Remove from hypermedia group.
4017         * cus-edit.el (abbrev):
4018         * whitespace.el (whitespace):
4019         * vcursor.el (vcursor):
4020         * reveal.el (reveal):
4021         * hl-line.el (hl-line): Put in convenience group.
4023         * epg-config.el (epg): Put in data group.
4025         * emulation/pc-select.el (pc-select): Put in emulations group.
4027         * calculator.el (calculator): Put in applications group.
4029 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4031         Add .dir-locals.el support for file-less buffers.
4032         * files.el (hack-local-variables): Split out code to apply local
4033         variable settings ...
4034         (hack-local-variables-apply): ... here.  New function.
4035         (hack-dir-local-variables): Use the default directory for when the
4036         buffer does not have an associated file.
4037         (hack-dir-local-variables-non-file-buffer): New function.
4038         * diff-mode.el (diff-mode):
4039         * vc-annotate.el (vc-annotate-mode):
4040         * vc-dir.el (vc-dir-mode):
4041         * log-edit.el (log-edit-mode):
4042         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4044 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4046         Add support for shelving snapshots and for showing shelves.
4047         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4048         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4049         New functions.
4050         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4051         (vc-bzr-extra-menu-map): Map them.
4053 2010-03-11  Glenn Morris  <rgm@gnu.org>
4055         * cus-edit.el (customize-changed-options-previous-release):
4056         Bump to 23.1.
4058         * image.el (image-animate-max-time): Fix :version tag.
4060 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
4062         * Branch for 23.2.
4064 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4066         * vc-git.el (vc-git-revision-table): Include remote branches.
4068 2010-03-10  Kim F. Storm  <storm@cua.dk>
4070         Animated image API.
4071         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4073         * image.el (image-animate-max-time): New defcustom.
4074         (image-animated-types): New defconst.
4075         (create-animated-image, image-animate-timer)
4076         (image-animate-start, image-animate-stop, image-animate-timeout)
4077         (image-animated-p): New functions.
4079         * image-mode.el (image-toggle-display-image):
4080         Replace `create-image' with `create-animated-image'.
4082 2010-03-09  Miles Bader  <miles@gnu.org>
4084         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4085         instead of "format:"; this ensures that the output is
4086         newline-terminated.
4088 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
4090         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4091         that all errors are caught, and that the return value is always a
4092         list (Bug#5692).
4094 2010-03-08  Kenichi Handa  <handa@m17n.org>
4096         * language/misc-lang.el (windows-1256): New coding system.
4097         (cp1256): New alias of windows-1256 (bug#5690).
4099 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
4101         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4102         call to rfc822-bad-address.  (Bug#5692)
4104 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4106         * vc-git.el (vc-git-annotate-extract-revision-at-line):
4107         Use vc-git-root as default directory for revision path (Bug#5657).
4109 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
4111         * calculator.el (calculator): Don't bind split-window-keep-point
4112         (Bug#5674).
4114 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4116         * vc-git.el: Re-flow to fit into 80 columns.
4117         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4118         Remove spurious `quote' element in each case alternative.
4119         (vc-git-show-log-entry): Use prog1.
4120         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4122 2010-03-06  Glenn Morris  <rgm@gnu.org>
4124         * cedet/semantic/grammar.el (semantic-grammar-header-template):
4125         Update template copyright to GPLv3+.
4127 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4129         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4131 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
4133         * macros.el (insert-kbd-macro): Look up keyboard macro using the
4134         definition, not the name (Bug#5481).
4136 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4138         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4139         argument with a local variable.  (Bug#5670)
4141 2010-03-02  Juri Linkov  <juri@jurta.org>
4143         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
4145 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
4147         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4148         error when FILENAME and NEWNAME are existing remote directories.
4150         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4151         parameter DIR-FLAG.
4153 2010-03-02  Glenn Morris  <rgm@gnu.org>
4155         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4156         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4158 2010-03-01  Kenichi Handa  <handa@m17n.org>
4160         * language/burmese.el (burmese-composable-pattern): Rename from
4161         myanmar-composable-pattern.
4163         * international/characters.el (script-list):
4164         * international/fontset.el (script-representative-chars):
4165         Change myanmar to burmese.
4166         (otf-script-alist): Likewise.
4167         (setup-default-fontset): Likewise.  Re-fix :otf spec.
4169 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4171         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4173 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
4175         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4177 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4179         * net/tramp.el (tramp-handle-write-region): START can be a string.
4180         Take care in the checks.  Reported by Dan Davison
4181         <davison@stats.ox.ac.uk>.
4183 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4185         * net/dbus.el (dbus-introspect, dbus-get-property)
4186         (dbus-set-property, dbus-get-all-properties):
4187         Use `dbus-call-method' when noninteractive.  (Bug#5645)
4189 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
4191         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4192         * emacs-lisp/elint.el (elint-add-required-env):
4193         * cedet/semantic/db-find.el
4194         (semanticdb-find-translate-path-brutish-default):
4195         * cedet/ede/make.el (ede-make-check-version):
4196         * calendar/icalendar.el (icalendar--add-diary-entry):
4197         * calc/calcalg2.el (math-tracing-integral):
4198         * files.el (recover-session-finish): Use with-current-buffer
4199         instead of save-excursion.
4201 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4203         Fix in-buffer completion when after-change-functions modify the buffer.
4204         * minibuffer.el (completion--replace): New function.
4205         (completion--do-completion): Use it and use relative movement.
4207 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
4209         * international/fontset.el (setup-default-fontset): Fix :otf spec.
4211 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
4213         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4214         Allow the characters _<> in the stack entry (Bug#5653).
4216 2010-02-26  Kenichi Handa  <handa@m17n.org>
4218         * language/burmese.el: Fix entries in composition-function-table.
4219         (myanmar-composable-pattern): New variable.
4221         * international/fontset.el (setup-default-fontset): Add an entry
4222         for myanmar.
4224         * international/characters.el (script-list): Add Myanmar
4225         Extended-A.
4227 2010-02-26  Glenn Morris  <rgm@gnu.org>
4229         * custom.el (custom-initialize-delay): Doc fix.
4231         * mail/sendmail.el (send-mail-function): Autoload the call
4232         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4234 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
4236         * files.el (hack-local-variables-filter): For eval forms, also
4237         check safe-local-variable-p (Bug#5636).
4239 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
4241         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4242         and use c(ad)r of cddr (Bug#5640).
4244 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
4246         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4247         setting the modes by `ignore-errors'.  It might fail, for example
4248         if the file is not owned by the user but the group.
4249         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4251 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
4253         * files.el (directory-listing-before-filename-regexp): Use
4254         stricter matching for iso-style dates, to avoid false matches with
4255         date-like filenames (Bug#5597).
4257         * htmlfontify.el (htmlfontify): Doc fix.
4259         * eshell/eshell.el (eshell): Doc fix.
4261         * startup.el (fancy-about-screen): In mode-line, apply
4262         mode-line-buffer-id face only to the buffer name (Bug#5613).
4264 2010-02-20  Kevin Ryde  <user42@zip.com.au>
4266         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4267         In `watcom' anchor regexp to start of line, to avoid slowness
4268         (Bug#5599).
4270 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
4272         * subr.el (remove-yank-excluded-properties): Explain in a comment
4273         why `category' property is removed.
4275 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
4277         * isearch.el (isearch-update-post-hook, isearch-update): Revert
4278         2010-02-17 change.
4280 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
4282         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4283         (icalendar--convert-weekly-to-ical)
4284         (icalendar--convert-yearly-to-ical)
4285         (icalendar--convert-block-to-ical)
4286         (icalendar--convert-cyclic-to-ical)
4287         (icalendar--convert-anniversary-to-ical): Take care of time
4288         specifications where hour has 1-digit only (Bug#5549).
4290 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
4292         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4293         of disassemble output in GDB 7.1.
4295 2010-02-19  Glenn Morris  <rgm@gnu.org>
4297         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4298         property.  (Bug#5593)
4300 2010-02-18  Sam Steingold  <sds@gnu.org>
4302         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4304 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4306         Use abbreviated file names in bookmarks (bug#5591).
4307         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
4308         calls to expand-file-name.
4309         (bookmark-relocate): Use abbreviated file names in bookmarks.
4310         (bookmark-load): Use abbreviated file names in messages.
4312 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4314         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4315         expand "." and "..".  Reported by Thierry Volpiatto
4316         <thierry.volpiatto@gmail.com>.
4318 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4320         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4321         permissions of the temporary file to "0600".  In case the remote
4322         file has no read permissions for the owner, there might be
4323         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
4325 22010-02-18  Glenn Morris  <rgm@gnu.org>
4327         * emacs-lisp/authors.el (authors-renamed-files-alist):
4328         Add entries for INSTALL.CVS.
4330 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
4332         * vc-bzr.el: Fix typo in Known Bugs section.
4334         * isearch.el (isearch-update-post-hook): New hook.
4335         (isearch-update): Use the new hook.
4337 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
4339         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4340         Fix errors in copying directories.
4341         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
4342         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
4343         (tramp-handle-delete-file)
4344         (tramp-handle-dired-recursive-delete-directory)
4345         (tramp-handle-write-region): Flush also the cache for the upper
4346         directory.
4348 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
4350         * simple.el (save-interprogram-paste-before-kill): Doc fix.
4352         * cus-edit.el (hardware): Doc fix.
4354         * man.el (man): Add to external custom group.
4356         * delim-col.el (columns): Move to wp custom group.
4358         * doc-view.el (doc-view): Add to data custom group.
4360         * cedet/data-debug.el (data-debug): Move to extensions group.
4362         * cedet/ede.el (ede):
4363         * cedet/srecode.el (srecode):
4364         * cedet/semantic.el (semantic): Put in tools and extensions group.
4366         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
4368         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4369         by ispell-parse-output (Bug#5575).
4371 2010-02-16  Kenichi Handa  <handa@m17n.org>
4373         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
4374         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
4375         (skkdic-convert): Use `euc-japan' coding system for writing.
4377 2010-02-16  Glenn Morris  <rgm@gnu.org>
4379         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
4380         tex-main-file before using it.  (Bug#5562)
4382 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4384         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
4385         warnings, since it is annoying for the user to see them each time he
4386         runs the code.
4388 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
4390         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
4391         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
4392         instead of PROC for caching "first-password-request".  Otherwise,
4393         new processes would not profit from passwords already entered.
4395         * net/tramp-cache.el (tramp-dump-connection-properties):
4396         Don't save "first-password-request" property.
4398 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
4400         * outline.el (outline-head-from-level):
4401         * simple.el (with-wrapper-hook):
4402         * cedet/ede.el (ede-run-target, project-delete-target)
4403         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
4404         (ede-adebug-project, ede-adebug-project-parent)
4405         (ede-adebug-project-root):
4406         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
4407         (elint-defun, elint-buffer-env, elint-top-form-logged)
4408         (elint-unbound-variable):
4409         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
4410         Fix typos in docstrings.
4412 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
4414         * files.el (insert-directory): When WILDCARD-REGEXP and
4415         FULL-DIRECTORY-P are nil, insert the file entry instead of the
4416         whole directory.  (Bug#5551)
4418         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
4419         dired's alignment sanity.  (Bug#5516)
4421 2010-02-14  Juri Linkov  <juri@jurta.org>
4423         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
4424         Remove remaining ^H with their preceding chars.  (Bug#5566)
4426 2010-02-13  Glenn Morris  <rgm@gnu.org>
4428         * simple.el (transpose-subr): Give it a doc-string.
4430         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
4431         Doc fixes.
4433 2010-02-12  Juri Linkov  <juri@jurta.org>
4435         * arc-mode.el (archive-unique-fname): Make directories for nested
4436         archives.  (Bug#5540)
4438 2010-02-12  Juri Linkov  <juri@jurta.org>
4440         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
4442 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4444         * subr.el (copy-overlay): Handle deleted overlays.
4446         * man.el (Man-completion-table): Don't signal an error if we can't run
4447         manual-program (bug#4056).
4449 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
4451         * textmodes/artist.el (artist-mt): Fix typos in docstring.
4453 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4455         * info.el (Info-bookmark-jump): Simplify.
4457         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
4458         (bookmark-default-handler): Accept new bookmark field `buffer'.
4460 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
4462         * iswitchb.el (iswitchb-completions): Revert last change.
4464 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
4466         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
4467         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
4468         This prevents file names like "~/" being listed literally.
4470 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
4472         * term/xterm.el (xterm-maybe-set-dark-background-mode):
4473         Remove dead code.  (Bug#5546)
4475 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
4477         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
4478         correctly (Bug#5548).
4480 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
4482         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
4483         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
4485 2010-02-08  Kenichi Handa  <handa@m17n.org>
4487         * international/mule-util.el (with-coding-priority): Add autoload
4488         cookie for putting `lisp-indent-function'.
4490 2010-02-07  Glenn Morris  <rgm@gnu.org>
4492         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
4493         Move F2003 named interfaces from keywords-2 to keywords-1, and
4494         use function-name-face rather than constant-face.
4495         Simplify "abstract interface" regexp.
4497 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
4499         * eshell/esh-util.el (eshell-file-attributes): New optional arg
4500         ID-FORMAT.  Pass it to `file-attributes'.
4502         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
4504 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
4506         * faces.el (set-face-attribute): Allow calling
4507         internal-set-lisp-face-attribute with 'unspecified family and
4508         foundry argument (Bug#5536).
4510 2010-02-07  Glenn Morris  <rgm@gnu.org>
4512         * progmodes/f90.el (f90-font-lock-keywords-2)
4513         (f90-looking-at-type-like, f90-looking-at-program-block-end):
4514         Handle F2003 named interfaces.
4516 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
4518         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
4519         beg and end before calling c-get-state-before-change-functions.
4521 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
4523         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
4525 2010-02-05  Juri Linkov  <juri@jurta.org>
4527         * doc-view.el (doc-view-mode):
4528         * image-mode.el (image-mode): Put property mode-class=special.
4529         (Bug#4896)
4531 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
4533         * vc-svn.el (vc-svn-revision-table): New function.
4535 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
4537         * net/ange-ftp.el (ange-ftp-insert-directory):
4538         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4539         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4540         Handle also directories.  (Bug#5478)
4542 2010-02-05  Glenn Morris  <rgm@gnu.org>
4544         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
4546 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
4548         * startup.el (command-line-1): Convert options beginning with a
4549         single dash as well (Bug#5519).
4551 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4553         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
4554         * minibuffer.el (completion-initials-expand): Only check the presence
4555         of delims *within* the boundaries, since otherwise the / delim is
4556         always found for files.
4558         Fix up various corner case problems.
4559         * doc-view.el (doc-view-last-page-number): New function.
4560         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
4561         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
4562         (doc-view-kill-proc): Avoid inf-loop in freak cases.
4563         (doc-view-reconvert-doc): Use the new recursive delete-directory.
4564         (doc-view-convert-current-doc): Don't create the resolution.el file
4565         here any more.
4566         (doc-view-pdf/ps->png): Do it here instead.
4567         (doc-view-already-converted-p): Check that resolution.el is present.
4568         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
4569         windows that are not yet showing images.
4571 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
4573         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
4574         `dired-uncache' for every elemnt which is an absolute file name.
4576         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
4577         directory, handle its directory component.
4578         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
4579         function is called permanently and creates noise, otherwise.
4581         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4582         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4583         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
4585 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
4587         * macros.el (apply-macro-to-region-lines):
4588         Minor simplification.  (Bug#5485)
4590 2010-02-04  Glenn Morris  <rgm@gnu.org>
4592         * mail/rmail.el (rmail-show-message-1): Handle malformed
4593         quoted-printable text.  (Bug#5441)
4595         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
4597         * simple.el (visual-line-mode): Capitalize lighter.
4599 2010-02-03  John Wiegley  <jwiegley@gmail.com>
4601         * iswitchb.el (iswitchb-completions): Add bookmark files to the
4602         list of files considered for "virtual buffer" completions.
4604 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
4606         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
4607         also in case of (and (not full) (not wildcard)).  This is needed
4608         when dired is called with a list of files, which are not in
4609         `default-directory'.  (Bug#5478)
4611 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4613         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
4615 2010-02-02  Juri Linkov  <juri@jurta.org>
4617         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
4618         from unidiff to allow function-line after @@.
4620 2010-02-02  Juri Linkov  <juri@jurta.org>
4622         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
4623         '(RCS SCCS) with inverted condition.
4625 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
4627         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
4628         messages.
4630 2010-02-01  Juri Linkov  <juri@jurta.org>
4632         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
4633         compare with "pkunzip" and "pkzip" instead of only "pkzip".
4634         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
4635         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
4637 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4639         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
4640         (doc-view-revert-buffer): New command.
4641         (doc-view-mode-map): Use it.
4643 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
4645         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
4646         pending merge is detected.
4648 2010-01-31  Juri Linkov  <juri@jurta.org>
4650         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
4651         beginning of interactive spec like all other grep commands do.
4652         Put "all" in front of "gz".  (Bug#5260)
4654 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
4656         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
4658 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
4660         * dirtrack.el (dirtrack): Warn instead of signalling error if the
4661         regexp is incorrect (Bug#5476).
4663 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
4665         * net/tramp.el (tramp-handle-insert-directory): Handle also
4666         symlinks, when FILENAME is not in `default-directory'.
4668 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
4670         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
4671         FILE is not in `default-directory'.  (Bug#5478)
4673         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
4674         of SWITCHES.  Handle the case, FILENAME is not in
4675         `default-directory'.  (Bug#5478)
4676         (tramp-register-file-name-handlers): Add safe-magic property.
4678 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
4680         * arc-mode.el (archive-zip-extract): Quote the argument passed to
4681         unzip (Bug#5475).
4683 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
4685         * progmodes/flymake.el (flymake-allowed-file-name-masks)
4686         (flymake-master-make-header-init): Add other C++ filename masks.
4687         (flymake-find-possible-master-files)
4688         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
4690 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
4692         Fix some busybox annoyances.
4694         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
4695         not responding." string.
4696         (tramp-open-connection-setup-interactive-shell): Dump stty
4697         settings.  Enable "neveropen" arg for all `tramp-send-command'
4698         calls.  Handle "=" in variable values properly.
4699         (tramp-find-inline-encoding): Raise an error, when no encoding is
4700         found.
4701         (tramp-wait-for-output): Check, whether PROC buffer is available.
4702         Remove spurious " ^H" sequences, sent by busybox.
4703         (tramp-get-ls-command): Suppress coloring, if possible.
4705 2010-01-28  Glenn Morris  <rgm@gnu.org>
4707         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
4709         * log-edit.el (log-edit-strip-single-file-name): Add missing
4710         :safe, :group, and :version tags.
4712 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
4714         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
4715         buffers.  (Bug#5477)
4717 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
4719         * files.el (delete-directory): Handle moving to trash without
4720         first doing recursion (Bug#5436).
4722 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
4724         * vc-hooks.el (vc-path): Mark as obsolete.
4726 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
4728         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
4729         names too.
4731         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
4732         for the short log.
4733         (vc-bzr-log-view-mode): Adjust regexp for the above change.
4735 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
4737         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
4739         * vc-bzr.el (vc-bzr-revision-table): New function.
4741 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
4743         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
4744         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
4746 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
4748         Remove support for adding --signoff on commit.
4749         Future support will use an incompatible generic mechanism.
4750         * vc-git.el (vc-git-add-signoff): Remove variable.
4751         (vc-git-toggle-signoff): Remove function.
4752         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
4754         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
4755         from xterm-set-background-mode.  Return t if the background mode
4756         was set.
4757         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
4758         earlier, call it again in case the background mode has changed.
4760 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
4762         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
4763         (Bug#3541).
4765 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
4767         * emacs-lisp/assoc.el (aelement): Doc fix.
4768         (aput, adelete, amake): Use lexical-let (Bug#5450).
4770 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
4772         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
4773         is the same as subprogram call, not declaration.  (Bug#5435).
4775 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
4777         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
4778         (tramp-smb-maybe-open-connection): Use it.
4780 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
4782         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
4784 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4786         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
4787         just because we see "encoding: 8bit".
4788         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
4790 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
4792         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
4794 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
4796         * jka-compr.el (jka-compr-load): If load-file is not in
4797         load-history, try its file-truename version.  (bug#5447)
4799 2010-01-21  Alan Mackenzie  <acm@muc.de>
4801         Fix a situation where deletion of a cpp construct throws an error.
4802         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
4803         invoking c-with-all-but-one-cpps-commented-out, check that the
4804         special cpp construct is still in the buffer.
4805         (c-parse-state): Record the special cpp with markers, not numbers.
4807 2010-01-21  Kenichi Handa  <handa@m17n.org>
4809         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
4810         process last-command-event, as it is now decoded first (Bug#5380).
4812 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
4814         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
4816 2010-01-20  Glenn Morris  <rgm@gnu.org>
4818         * indent.el (tab-always-indent): Fix custom-type.
4820 2010-01-19  Alan Mackenzie  <acm@muc.de>
4822         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
4823         buffer throws "args out of range".
4824         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
4825         playing the role of delimiter.
4827 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
4829         * progmodes/ada-mode.el: Fix bug#5400.
4830         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
4831         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
4832         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
4833         Improve comments in "is" portion.  Handle null procedure declaration.
4834         (ada-move-to-end): Improve doc string.
4836 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
4838         * ido.el (ido-cur-list): Initialize to nil.
4839         Remove obsolete information from commentary.
4840         (ido-choice-list): Initialize to nil.
4841         (ido-get-bufname): Reject minibuffers.
4842         (ido-make-buffer-list): If "default" is a nonexistent
4843         buffer, ignore it, as per the function's comment.
4844         (ido-kill-buffer-internal): New function.
4845         (ido-kill-buffer-at-head): Use it.
4846         (ido-visit-buffer): Likewise.
4848 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4850         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
4852 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
4854         * cedet/ede/locate.el (ede-locate-file-in-project)
4855         (ede-locate-file-in-project-impl): Fix typos in docstrings.
4856         (ede-enable-locate-on-project): Fix typos in error messages.
4858         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
4859         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
4860         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
4861         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
4862         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
4863         Fix typos in menu help.
4865         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
4866         Fix typos in chart titles.
4868         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
4869         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
4870         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
4871         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
4872         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
4873         (semantic-parse-stream, semantic-parse-region)
4874         (semantic-parse-region-default, semantic--set-buffer-cache)
4875         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
4876         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
4877         (semantic-default-submodes):
4878         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
4879         (semanticdb-create-ebrowse-database)
4880         (semanticdb-find-tags-for-completion-method)
4881         (semanticdb-find-tags-by-class-method)
4882         (semanticdb-deep-find-tags-by-name-method)
4883         (semanticdb-deep-find-tags-for-completion-method):
4884         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
4885         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
4886         (semanticdb-find-tags-for-completion-method)
4887         (semanticdb-find-tags-by-class-method)
4888         (semanticdb-deep-find-tags-for-completion-method):
4889         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
4890         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
4891         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
4892         (semanticdb-find-tags-by-name-method)
4893         (semanticdb-find-tags-by-name-regexp-method)
4894         (semanticdb-find-tags-for-completion-method)
4895         (semanticdb-find-tags-by-class-method)
4896         (semanticdb-find-tags-external-children-of-type-method)
4897         (semanticdb-find-tags-subclasses-of-type-method)
4898         (semanticdb-deep-find-tags-by-name-method)
4899         (semanticdb-deep-find-tags-by-name-regexp-method)
4900         (semanticdb-deep-find-tags-for-completion-method):
4901         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
4902         (semanticdb-enable-gnu-global-in-buffer)
4903         (semanticdb-find-tags-for-completion-method)
4904         (semanticdb-deep-find-tags-by-name-method)
4905         (semanticdb-deep-find-tags-for-completion-method):
4906         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
4907         (javascript-mode, semanticdb-find-translate-path)
4908         (semanticdb-find-tags-for-completion-method)
4909         (semanticdb-find-tags-by-class-method)
4910         (semanticdb-deep-find-tags-by-name-method)
4911         (semanticdb-deep-find-tags-for-completion-method)
4912         (semanticdb-find-tags-external-children-of-type-method):
4913         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
4914         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
4915         (global-semantic-idle-scheduler-mode):
4916         * cedet/srecode/dictionary.el (srecode-field-value)
4917         (srecode-dictionary-add-section-dictionary):
4918         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
4919         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
4920         (describe-class, eieio-describe-generic, describe-generic):
4921         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
4922         (eieio-speedbar-expand):
4923         * emulation/viper-cmd.el (viper-exec-form-in-vi)
4924         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
4925         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
4926         (viper-del-backward-char-in-replace, viper-backward-indent)
4927         (viper-brac-function, viper-register-to-point, viper-submit-report):
4928         * net/tramp.el (tramp-remote-coding-commands):
4929         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
4930         Fix typos in docstrings.
4932 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4934         * mail/sendmail.el (mail-yank-original): Set the mark if the
4935         specified function for yanking does not do it.
4937 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
4939         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
4941         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
4942         resyncing a directory.
4944 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
4946         * progmodes/ada-mode.el: Fix bug#1920.
4947         (ada-ident-re): Delete ., allow multibyte characters.
4948         (ada-goto-label-re): New; matches goto labels.
4949         (ada-block-label-re): New; matches block labels.
4950         (ada-label-re): New; matches both.
4951         (ada-named-block-re): Deleted; callers changed to use
4952         `ada-block-label-re' instead.
4953         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
4954         Use `ada-block-label-re'.
4955         (ada-indent-on-previous-lines): Improve handling of goto labels.
4956         (ada-get-indent-block-start): Special-case block label.
4957         (ada-get-indent-label): Split into `ada-indent-block-label' and
4958         `ada-indent-goto-label'.
4959         (ada-goto-stmt-start, ada-goto-next-non-ws):
4960         Optionally ignore goto labels.
4961         (ada-goto-next-word): Simplify.
4962         (ada-indent-newline-indent-conditional): Insert newline before
4963         trying to fix indentation; doc fix.
4965 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
4967         * calc/calc.el (calc-command-flags): Give it an initial value.
4969 2010-01-17  Glenn Morris  <rgm@gnu.org>
4971         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
4973 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4975         * cedet/semantic.el (semantic-mode):
4976         * files.el (minibuffer-with-setup-hook):
4977         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
4978         (artist-key-draw-continously, artist-key-do-continously-continously)
4979         (artist-key-set-point-continously, artist-mouse-draw-continously):
4980         Fix typos in docstrings.
4982 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
4984         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
4985         return t (Bug#3898).
4987 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
4989         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
4990         can parse the output of the external commands (Bug#5279).
4992 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
4994         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
4996 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
4998         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5000         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5002         * startup.el (command-line): Remove unused --icon-type arg.
5003         Handle --display arg, passing it to command-line-1 (Bug#5392).
5005 2010-01-16  Mario Lang  <mlang@delysid.org>
5007         * cedet/ede/cpp-root.el (ede-cpp-root-project):
5008         * cedet/ede/files.el (ede-expand-filename):
5009         * cedet/ede/simple.el (ede-simple-project):
5010         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5011         (semantic-complete-inline-tag-engine):
5012         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5013         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5014         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5015         * cedet/semantic/db.el (semanticdb-equivalent-mode):
5016         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5017         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5018         * emacs-lisp/chart.el (chart-translate-namezone):
5019         * textmodes/artist.el (artist-compute-popup-menu-table):
5020         Remove duplicated words in doc-strings.
5022 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
5024         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5025         to mairix-search to suppress threading (Bug#5342).
5027 2010-01-15  Kenichi Handa  <handa@m17n.org>
5029         * international/mule-cmds.el (canonicalize-coding-system-name):
5030         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
5032 2010-01-15  Glenn Morris  <rgm@gnu.org>
5034         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
5036         * wid-edit.el (widget-keymap): Doc fix.
5038         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5039         former seems to be more widely accepted by various svn versions.
5041 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5043         * find-cmd.el (find-constituents):
5044         * vc-arch.el (vc-arch-root):
5045         * window.el (window-body-height, pop-up-frames):
5046         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5047         (semantic-no-reparse-needed-change-hook):
5048         * cedet/srecode/insert.el (srecode-resolve-argument-list)
5049         (srecode-template-inserter-blank, srecode-template-inserter-variable)
5050         (srecode-template-inserter-ask, srecode-template-inserter-width)
5051         (srecode-template-inserter-section-start)
5052         (srecode-template-inserter-section-end, srecode-insert-method):
5053         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5054         * progmodes/ada-stmt.el (ada-if):
5055         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5056         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5057         (ispell-encoding8-command, ispell-aspell-supports-utf8)
5058         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5060         * progmodes/flymake.el (flymake-post-syntax-check):
5061         Fix typo in error message.
5063 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5065         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5066         which is always a string.  (Bug#5313)
5068 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5070         * progmodes/ada-xref.el (ada-default-prj-properties):
5071         Simplify previous change.
5073 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5075         * progmodes/ada-xref.el (ada-default-prj-properties):
5076         Default ada_project_path to $ADA_PROJECT_PATH.
5078 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5080         * progmodes/ada-mode.el (ada-create-keymap):
5081         Override `narrow-to-defun' with `ada-narrow-to-defun'.
5083 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5085         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5086         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5087         (ada-get-current-indent, ada-imenu-generic-expression)
5088         (ada-which-function): Check for it.
5090 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5092         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5093         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5095 2010-01-14  Glenn Morris  <rgm@gnu.org>
5097         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
5099 2010-01-14  Kenichi Handa  <handa@m17n.org>
5101         * composite.el (auto-composition-mode): Make it a buffer local
5102         variable (permanent-local).
5103         (auto-composition-function): Set the default value to
5104         auto-compose-chars.
5105         (auto-composition-mode): Make it a simple function, not a minor mode.
5106         (global-auto-composition-mode): Likewise.
5107         (turn-on-auto-composition-if-enabled): Delete it.
5109 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
5111         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5113 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
5115         * files.el (copy-directory): Compute target for recursive
5116         directories with identical names.  (Bug#5343)
5118 2010-01-12  Glenn Morris  <rgm@gnu.org>
5120         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5121         it to bug-gnu-emacs rather than emacs-pretest-bug.
5123 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5125         * cedet/data-debug.el (data-debug): Fix customization group reference.
5127 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5129         * cedet/semantic/analyze.el (semantic-analyze-push-error)
5130         (semantic-analyze-context, semantic-analyze-context-assignment)
5131         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5132         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5133         (semantic-java-doc-keywords-map):
5134         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5135         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5136         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5137         (semantic-c-classname, semantic-format-tag-uml-prototype)
5138         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5139         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5140         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5141         (semantic-get-local-variables, semantic-end-of-command)
5142         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5143         (lisp-mode):
5144         * cedet/semantic/bovine/make.el (makefile-mode):
5145         * cedet/semantic/wisent/python.el (wisent-python-string-re)
5146         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5147         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5148         (semantic-lex, semantic-get-local-variables, python-mode):
5149         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5150         * cedet/srecode/extract.el (srecode-extract-state-set)
5151         (srecode-extract-method): Fix typos in docstrings.
5153 2010-01-11  Sam Steingold  <sds@gnu.org>
5155         * imenu.el (imenu-default-create-index-function): Detect infinite
5156         loops caused by imenu-prev-index-position-function.
5158 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5160         * htmlfontify.el (htmlfontify-load-rgb-file)
5161         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5162         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5163         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5164         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5165         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5166         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5167         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5168         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5169         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5170         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5171         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5172         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5173         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5174         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5175         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5176         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5177         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5178         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5179         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5180         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5181         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5182         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5183         backslash-quoting from parentheses, etc.
5185 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
5187         * progmodes/js.el: Autoload javascript-mode alias.
5189 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5191         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5192         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5193         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5194         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5195         Fix typos in docstrings.
5196         (ffap-url-regexp): Doc fix.
5197         (ffap-at-mouse): Fix typo in message.
5199 2010-01-11  Glenn Morris  <rgm@gnu.org>
5201         * version.el (emacs-copyright): Set copyright year to 2010.
5203 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5205         * format.el (format-annotate-function): Only set
5206         write-region-post-annotation-function after running to-fn so as not to
5207         affect nested write-region calls (bug#5273).
5209 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
5211         * cedet/semantic.el (semantic-new-buffer-setup-functions):
5212         Add python parser.
5214         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5215         wisent/python.el.
5217 2010-01-10  Richard Kim  <emacs18@gmail.com>
5219         * cedet/semantic/wisent/python-wy.el:
5220         * cedet/semantic/wisent/python.el: New files.
5222 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5224         * man.el (Man-goto-section): Signal error if the section is not
5225         found (Bug#5317).
5227 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
5229         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5230         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
5232 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5234         * progmodes/compile.el: Don't treat compile-command as safe if
5235         compilation-read-command might be nil (Bug#4218).
5237 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
5239         * startup.el (command-line-1): Use orig-argi to check for ignored X and
5240         NS options.
5242 2010-01-08  Kenichi Handa  <handa@m17n.org>
5244         * international/fontset.el (build-default-fontset-data):
5245         Exclude characters in scripts kana, hangul, han, or cjk-misc.
5247 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
5249         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5250         to `create-file-buffer' as it expects, not just a buffer name.
5251         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5252         to help uniquify.  (Bug#3224)
5254 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
5256         * font-setting.el (font-setting-change-default-font): Use user-spec
5257         instead of name.
5259 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5261         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5263 2010-01-05  Tom Tromey  <tromey@redhat.com>
5265         * progmodes/python.el (python-font-lock-keywords):
5266         Handle qualified decorators (Bug#881).
5268 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5270         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5271         in a lightweight checkout.
5273 2010-01-05  Kenichi Handa  <handa@m17n.org>
5275         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5277 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5279         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5281 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
5283         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5284         checkouts.  (Bug#618)
5285         (vc-bzr-log-view-mode): Also highlight the author.
5286         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5287         (vc-bzr-shelve-menu-map):
5288         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5289         (vc-bzr-shelve-apply): Make prompt more explicit.
5291 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5293         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5294         They are valid characters in URL paths (rfc3986), and at least
5295         Firefox does not understand the encoded version (Bug#3166).
5297 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
5299         * progmodes/octave-mod.el (octave-end-keywords)
5300         (octave-block-begin-or-end-regexp, octave-block-match-alist):
5301         Add "end" keyword (Bug#3061).
5302         (octave-end-as-array-index-p): New function.
5303         (calculate-octave-indent): Use it.
5305 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5307         * bookmark.el: Consistently put the text property on the bookmark name.
5308         (bookmark-bmenu-marks-width): Bump back to 2, to include
5309         annotation marks.
5310         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
5311         property on the bookmark name, instead of not putting it at all.
5312         (bookmark-bmenu-list): Fix where we put the text property.
5314 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5316         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
5317         for showing buffer modified state (as added in the previous change).
5319 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5321         * bookmark.el: Show modified state of bookmark buffer more accurately.
5322         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
5323         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
5324         (with-buffer-modified-unmodified): New macro.
5325         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5326         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
5327         Use new macro to preserve the buffer modified state.
5329 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5331         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
5332         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
5333         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
5334         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
5335         (bookmark-bmenu-rename, bookmark-bmenu-locate)
5336         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
5337         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
5339 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5341         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5342         Make the lines in the generated doc string shorter.  (Bug#4668)
5344 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
5346         * net/rcirc.el: Add follow-link binding (Bug#4738).
5348 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5350         * Makefile.in (bzr-update): Rename from cvs-update.
5351         (cvs-update): New target for backward compatibility.
5353         * makefile.w32-in (bzr-update): Rename from cvs-update.
5354         (cvs-update): New target for backward compatibility.
5356 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5358         * bookmark.el: Remove gratuitous gratitude.
5360 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5362         * bookmark.el (bookmark-bmenu-any-marks): New function
5363         (bookmark-bmenu-save): Clear buffer modification if no marks.
5365 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5367         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5368         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5369         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
5370         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
5372         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
5373         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
5374         To: emacs-devel {_AT_} gnu.org
5375         Subject: bookmark.el bug report
5376         Date: Mon, 28 Dec 2009 14:19:16 +0800
5377         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
5379 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5381         * bookmark.el: Improvements suggested by Drew Adams:
5382         (bookmark-bmenu-ensure-position): New name for
5383         `bookmark-bmenu-check-position'.  Just ensure the position,
5384         don't return any meaningful value.
5385         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
5386         New constants.
5388 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
5390         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
5391         (bookmark-yank-point, bookmark-bmenu-check-position):
5392         Fix typos in docstrings.
5393         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
5394         (bookmark-name-from-full-record, bookmark-get-position)
5395         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
5396         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
5397         Remove useless quoting of parenthesis, etc. in docstrings.
5399         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
5400         (ediff-append-custom-diff): Fix typo in error message.
5401         (ediff-meta-mark-equal-files): Fix typos in messages.
5403         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
5405         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
5406         Fix typo in docstring.
5408         * net/imap-hash.el (imap-hash-make): Doc fix.
5409         (imap-hash-test): Fix typo in error message; reflow docstring.
5410         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
5411         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
5412         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
5413         Fix typos in docstrings.
5414         (imap-hash-open-connection): Fix typo in error message.
5416         * play/gomoku.el (gomoku): Fix typos in docstring.
5418         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
5419         (gdb-jsonify-buffer): Fix typos in docstring.
5420         (gdb-goto-breakpoint): Fix typo in error message.
5421         ("Display Other Windows"): Fix typo in help message.
5422         (gdb-speedbar-expand-node): Fix typo in question.
5424         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
5425         (idlwave-html-system-help-location, idlwave-html-help-location)
5426         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
5427         (idlwave-help-browser-generic-args, idlwave-help-directory)
5428         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
5429         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
5430         (idlwave-online-help, idlwave-help-html-link)
5431         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
5432         Fix typos in docstrings.
5433         (idlwave-help-with-source, idlwave-help-find-routine-definition):
5434         Reflow docstrings.
5435         (idlwave-help-assistant-start): Fix typo in error message.
5437         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
5438         (octave-electric-space): Fix typos in docstrings.
5440 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5442         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
5444 2010-01-01  Juri Linkov  <juri@jurta.org>
5446         * comint.el (comint-input-ring-size): Make it a defcustom and
5447         increase the default to 500 (Bug#5148).
5449 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
5451         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
5452         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
5453         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
5455 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
5457         Show working revision correctly for mercurial.
5458         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
5459         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
5461 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
5463         Declare some functions for the byte-compiler.
5464         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
5465         (speedbar-timer-fn, speedbar-change-expand-button-char)
5466         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
5468 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
5470         This changeset reverts GDB Graphical Interface to use annotations.
5471         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
5473 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
5475         Make vc-dir work on subdirectories of the bzr root.
5476         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
5477         file names relative to it.
5478         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
5479         relative directory to vc-bzr-after-dir-status.
5481 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
5483         * font-lock.el (font-lock-refresh-defaults): New function, which
5484         can be used to let font-lock react to external changes in
5485         variables like font-lock-defaults and keywords.
5486         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
5488 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
5490         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
5492         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
5494 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
5496         Supersede color.diff settings in git log (bug#5211).
5498         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
5499         escape chars in its output when the user has color.diff set to `always'.
5500         This fix works on git 1.4.2 and newer (released on 2006-08-13).
5502 2009-12-26  Kevin Ryde  <user42@zip.com.au>
5504         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
5505         node.  Keep previous "Index" name to work with past coreutils too.
5507         * man.el (man): Revise docstring a bit to show -a and -l as
5508         examples.  Add -k description since support for it has otherwise
5509         been a secret.  (Further to bug#3717.)
5510         (Man-bgproc-sentinel): When "-k foo" produces no output show error
5511         "no matches" rather than "Can't find manpage", as the latter reads
5512         like -k was interpreted as a page name, which is not so.  (Bug#5431)
5514 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
5516         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
5517         switches.  Check also for //SUBDIRED// line.
5519 2009-12-25  Kenichi Handa  <handa@m17n.org>
5521         * language/indian.el (devanagari-composable-pattern): Fixed to
5522         handle ZWNJ and ZWJ.  Use it in composition-function-table for
5523         Devanagari.
5524         (malayalam-composable-pattern): Fix previous change.
5526 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5528         * ps-print.el (ps-face-attributes): It was not returning the
5529         attribute face for faces specified as string.  Reported by harven
5530         <harven@free.fr>.
5531         (ps-print-version): New version 7.3.5.
5533 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
5535         * calendar/icalendar.el (icalendar--convert-tz-offset):
5536         Fix timezone names.
5537         (icalendar--convert-tz-offset): Fix the "last-day-problem".
5538         (icalendar--add-diary-entry): Remove the trailing blank that
5539         diary-make-entry inserts.
5541 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
5543         Make `file-expand-wildcards' work for remote files.
5545         * files.el (file-expand-wildcards): In case of remote files, check
5546         only local file name part for wildcards.  Provide feature 'files
5547         and subfeature 'remote-wildcards.  (Bug#5198)
5549         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
5550         if there is already an established connection.
5551         (tramp-advice-file-expand-wildcards): Remove it.
5553         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
5554         (tramp-advice-file-expand-wildcards): Move from tramp.el.
5555         Activate advice for older GNU Emacs versions.  (Bug#5237)
5557 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
5559         Some doc fixes (more needed).
5561         * find-cmd.el (find-constituents): Reflow docstring.
5562         (find-cmd, find-prune, find-command): Fix typos in docstrings.
5563         (find-generic): Doc fix.
5565 2009-12-17  Juri Linkov  <juri@jurta.org>
5567         Fix regression from 23.1 to allow multiple modes in Local Variables.
5569         * files.el (hack-local-variables-filter): While ignoring duplicates,
5570         don't take `mode' into account.
5571         (hack-local-variables-filter, hack-dir-local-variables):
5572         Don't remove duplicate `mode' from local-variables-alist (like `eval').
5574 2009-12-17  Juri Linkov  <juri@jurta.org>
5576         Make `dired-diff' safer.  (Bug#5225)
5578         * dired-aux.el (dired-diff): Signal an error when `file' equals to
5579         `current' or when `file' is a directory of the `current' file.
5581 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
5583         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
5584         unconditionally preloaded files.
5586 2009-12-16  Juri Linkov  <juri@jurta.org>
5588         Revert to old 23.1 logic of using the file at the mark as default.
5589         * dired-aux.el (dired-diff): Use the file at the mark as default
5590         if it's not the same as the current file, and the target dir is
5591         the current dir or the mark is active.  Add the current file
5592         as the arg of `dired-dwim-target-defaults'.  Use the default file
5593         in the prompt.  (Bug#5225)
5595 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
5597         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
5598         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
5599         (tramp-check-for-regexp): Check also, when an echoing shell stops
5600         to echo sent commands.
5602 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5604         * Makefile.in: Revert last change (Bug#5191).
5606 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
5608         * vc-hg.el (vc-hg-print-log): Fix argument order.
5609         (vc-hg-working-revision): Make sure the command is executed in a
5610         known environment so that we can parse the output.  (Bug#4417)
5612 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5614         * progmodes/python.el (python-symbol-completions): Remove text
5615         properties from symbol string before calling python-send-receive.
5617 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
5619         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5620         when there are values for both file and line.  (Bug#5060)
5622 2009-12-14  Juri Linkov  <juri@jurta.org>
5624         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
5625         whitespace after the file name of the first line of unified format,
5626         because git-diff doesn't output whitespace and file modification time
5627         after the file name.
5629 2009-12-14  David Kastrup  <dak@gnu.org>
5631         * info.el (Info-hide-cookies-node): Before hiding a cookie,
5632         check if it already has the `display' property added by
5633         `Info-display-images-node', and not put the `invisible' property
5634         in this case.
5636 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5638         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
5639         (semantic-mru-bookmark-mode): Doc fixes.
5641         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
5642         of assert.
5644 2009-12-13  Glenn Morris  <rgm@gnu.org>
5646         * mail/emacsbug.el (message-sort-headers): Define for compiler.
5647         (report-emacs-bug): In message-mode, sort manually before storing
5648         original report text.  (Bug#5178)
5649         Remove superfluous save-excursion.
5651 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
5653         * net/dbus.el (dbus-property-handler): Filter lambda forms out
5654         when responding to "GetAll" properties.
5656 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
5658         * simple.el (compose-mail): Remove mail-setup-with-from from
5659         customization checks.
5661 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
5663         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
5664         RAR archives created on Unix systems.
5666 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5668         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
5669         the varalias that was accidentally removed by the 2009-11-19 change
5670         (bug#5186).
5672 2009-12-12  Kenichi Handa  <handa@m17n.org>
5674         * language/indian.el (indian-compose-regexp): New function.
5675         (malayalam-composable-pattern): Fix the pattern.
5676         (composition-function-table): Set malayalam-composable-pattern for
5677         Malayalam characters.
5679 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
5681         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
5682         rather than down-mouse-1, based on follow-link conventions.
5684         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
5685         are compiled.
5687 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
5689         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
5690         (verilog-vmm-statement-re, verilog-ovm-statement-re)
5691         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
5692         (verilog-leap-to-head, verilog-backward-token):
5693         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
5695 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
5697         * progmodes/verilog-mode.el (verilog-auto-lineup)
5698         (verilog-nameable-item-re): Cleanup user-visible spelling and
5699         documentation errors.  One reported by Gary Delp.
5700         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
5701         (verilog-read-decls): Fix AUTOWIRE with types declared in a
5702         package, bug195.  Reported by Pierre-David Pfister.
5704 2009-12-11  Glenn Morris  <rgm@gnu.org>
5706         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
5708         * mail/emacsbug.el: No longer require sendmail.
5709         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
5710         (report-emacs-bug-orig-text): Doc fix.
5711         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
5712         New local variables, to adapt to different mail-user-agents.
5713         (report-emacs-bug): Fix test for a gnu.org address.
5714         Use overlays for emphasis, since font-lock defeats 'face property.
5715         Pretest bugs also end up at the newsgroup these days.
5716         Stop message-mode stripping text properties.
5717         Set and use the new buffer-local variables.
5718         (report-emacs-bug-hook): Add doc-string.
5719         Remove some unnecessary save-excursions and simplify.
5720         Use the appropriate hook and send-command.
5722         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
5723         capitalization of some menu entries.
5725 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5727         * whitespace.el (whitespace-display-char-on):
5728         Ensure `buffer-display-table' is unique when two or more windows are
5729         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
5730         New version 12.1.
5732 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
5734         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
5735         characters in the Attribute field.
5737 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
5739         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
5741 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5743         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
5744         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5745         Disregard autoload-excludes.
5746         (update-directory-autoloads): Obey autoload-excludes here instead.
5747         But don't store its contents in no-autoloads and remove entries that
5748         refer to excludes files.
5750 2009-12-10  Glenn Morris  <rgm@gnu.org>
5752         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
5753         (expand-mail-aliases): Define for compiler.
5755         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
5756         Define for compiler.
5758         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
5759         appropriate for the mail-user-agent in use.
5761 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
5763         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
5765 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
5767         Fix short log parsing and fontification.
5768         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
5769         Fix fontification for the [merge] label.
5771 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
5773         Drop some properties to avoid surprises (bug#5002).
5774         * htmlfontify.el (hfy-ignored-properties): New defcustom.
5775         (hfy-fontify-buffer): Use it.
5777 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5779         Minor cleanup.
5780         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
5781         Adjust all callers.
5782         (ffap-locate-file): Remove unused arg `dir-ok' and make other
5783         args compulsory.  Adjust callers.
5784         (ffap-gopher-at-point): Remove unused var `name'.
5786         Get rid of the ELCFILES abomination.
5787         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
5788         (compile-elcfiles): New phony target.
5789         (compile-main): Compute ELCFILES dynamically.
5790         (compile-clean): New target to remove left-over elc files.
5791         (compile, all): Use it.
5793 2009-12-09  Kenichi Handa  <handa@etlken>
5795         * international/mule-diag.el: Require help-mode instead of help-fns.
5797 2009-12-09  Kenichi Handa  <handa@m17n.org>
5799         * international/mule-cmds.el (ucs-names): Supply sufficiently
5800         fine ranges instead of pre-calculating accurate ranges.
5801         Iterate with bigger gc-cons-threshold.
5803 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
5805         Add support for stashing a snapshot of the current tree.
5806         * vc-git.el (vc-git-stash-snapshot): New function.
5807         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
5809 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
5811         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
5812         instead of `(beginning|end)-of-line'.
5814 2009-12-08  Glenn Morris  <rgm@gnu.org>
5816         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
5818         * Makefile.in (ELCFILES): Regenerate.
5820 2009-12-07  Juri Linkov  <juri@jurta.org>
5822         Don't lazy-highlight the comint output in history Isearch mode.
5824         * comint.el (comint-history-isearch-search): Instead of
5825         `comint-line-beginning-position', use `comint-after-pmark-p'
5826         to check if point if before the process mark, and go to
5827         `process-mark' in this case.
5829 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5831         * textmodes/tex-mode.el (latex-complete)
5832         (latex-indent-or-complete): Remove.
5833         (latex-mode): Set completion-at-point-functions instead.
5835         Provide a standard completion command and hook it into TAB.
5836         * minibuffer.el (completion-at-point-functions): New var.
5837         (completion-at-point): New command.
5838         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
5839         * progmodes/python.el (python-mode-map): Use completion-at-point.
5840         (python-completion-at-point): Rename from python-partial-symbol and
5841         adjust for use in completion-at-point-functions.
5842         (python-mode): Setup completion-at-point for Python completion.
5843         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
5844         extracted from lisp-complete-symbol.
5845         (lisp-complete-symbol): Use it.
5846         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
5847         setup completion-at-point for Elisp completion.
5848         (emacs-lisp-mode-map, lisp-interaction-mode-map):
5849         Use completion-at-point.
5850         * ielm.el (ielm-map): Use completion-at-point.
5851         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
5852         * progmodes/sym-comp.el: Move to...
5853         * obsolete/sym-comp.el: Move from progmodes.
5855 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
5857         Prevent save-buffer in Rmail buffers from using the coding-system
5858         of the current message, and from clobbering the encoding mnemonics
5859         in the mode line (Bug#4623).
5861         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
5862         flag, too.
5863         (rmail-message-encoding): New variable.
5864         (rmail-write-region-annotate): Record the encoding of the current
5865         message in rmail-message-encoding.
5866         (rmail-after-save-hook): New function, restores the encoding of
5867         the current message after the message collection is saved.
5869 2009-12-07  Juri Linkov  <juri@jurta.org>
5871         * progmodes/grep.el (grep-read-files): Use `completing-read'
5872         instead of `read-string'.  Set its `collection' arg to
5873         `read-file-name-internal'.  (Bug#4301)
5875 2009-12-07  Juri Linkov  <juri@jurta.org>
5877         Correctly restore original Isearch point.  (Bug#4994)
5879         * isearch.el (isearch-mode): Move `isearch-push-state' after
5880         `(run-hooks 'isearch-mode-hook)'.
5881         (isearch-cancel): When `isearch-push-state-function' is defined,
5882         let-bind `isearch-cmds' to the first state (the last element of
5883         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
5884         function and restores the original point).  Otherwise, move point
5885         to `isearch-opoint'.
5887 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5889         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
5890         chars that don't have names, so the table can be built much faster at
5891         run-time.
5893 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
5895         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
5896         change.  Suggested by David Kastrup.
5898         * simple.el (compose-mail): Check for incompatibilities and warn.
5899         (compose-mail-user-agent-warnings): New option.
5901 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
5903         Support showing a single log entry from vc-annotate.
5904         * vc.el (print-log): Add a new argument: START-REVISION.
5905         (vc-print-log-internal): Add a new optional argument and
5906         pass it to the backend.
5907         (vc-print-log, vc-print-root-log): Adjust callers.
5908         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
5909         buffer already displays the requested log entry, use it.
5910         Otherwise display only the log entry in question.
5911         * vc-svn.el (vc-svn-print-log):
5912         * vc-mtn.el (vc-mtn-print-log):
5913         * vc-hg.el (vc-hg-state):
5914         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
5915         (vc-git-show-log-entry): Return t on success.
5916         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
5917         (vc-bzr-show-log-entry): Return t on success.
5918         * vc-rcs.el (vc-rcs-print-log):
5919         * vc-sccs.el (vc-sccs-print-log):
5920         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
5922 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
5924         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
5925         Add menus to the meta mode.  (Bug#5043)
5927 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
5929         * ediff-init.el (ediff-event-key): Use event-to-character instead of
5930         event-key.
5932         * ediff.el (ediff-buffers-internal): Add unwind-protect.
5934 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
5936         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
5937         Berbain <raphael.berbain@gmail.com>.
5939         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
5940         characters.
5941         (tramp-initial-end-of-output): New defconst.
5942         (tramp-methods, tramp-find-shell)
5943         (tramp-open-connection-setup-interactive-shell)
5944         (tramp-maybe-open-connection): Use it.
5945         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
5946         existence of `#' and `$'.
5948         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
5949         `tramp-initial-end-of-output'.
5951 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
5953         Get the background mode from the terminal for xterm, and set
5954         faces accordingly.
5955         * term/xterm.el (xterm-set-background-mode): New function.
5956         (terminal-init-xterm): Use it in case xterm supports background
5957         color queries.  Recompute faces after getting the background
5958         color.
5960 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
5962         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
5963         number comment back on its own line, for easier parsing.
5965 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5967         Make it work for non-file buffers (bug#5102).
5968         * doc-view.el (doc-view-current-cache-dir):
5969         Use doc-view-buffer-file-name rather than buffer-file-name.
5970         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
5972 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
5974         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
5975         author field is too short.
5977 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
5979         * vc-git.el (vc-git-print-log): Handle a limit argument.
5980         Display the short log in graph form and with labels.
5981         (vc-git-log-view-mode): Handle labels.
5983         Make vc-revert change VC state from 'added to 'unregistered.
5984         * vc-git.el (vc-git-revert): Call git reset first.
5986 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
5988         * net/newst-backend.el, net/newst-plainview.el:
5989         * net/newst-reader.el, net/newst-ticker.el:
5990         * net/newst-treeview.el, net/newsticker.el:
5991         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
5993 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
5995         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
5997         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
5998         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
5999         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6000         Update annotation regexp.
6002         * simple.el (beginning-of-visual-line): Constrain to field
6003         boundaries (Bug#5106).
6005 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6007         * xml.el (xml-substitute-numeric-entities): Move
6008         newsticker--decode-numeric-entities in newst-backend.el to
6009         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6010         * net/newst-backend.el (newsticker--parse-generic-feed)
6011         (newsticker--parse-generic-items)
6012         (newsticker--decode-numeric-entities): Move
6013         newsticker--decode-numeric-entities in newst-backend.el to
6014         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6016 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
6018         * progmodes/js.el (js--js-not): Add null to the list of values.
6020 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6022         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
6024 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6026         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6027         delimiter if it is at the end of the current line.
6028         (bibtex-generate-url-list): Fix docstring.
6030 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6032         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6033         minibuffer's content with itself.
6034         Fold the confirm-after-completion case into the `confirm' case.
6035         (completion-pcm-word-delimiters): Add : and / to the delimiters.
6037 2009-12-06  Kevin Ryde  <user42@zip.com.au>
6039         * ffap.el (ffap-rfc-path): Make this a defcustom since
6040         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
6042         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6043         manuals, similar to existing setup for help-mode.  (Bug#3913.)
6045 2009-12-05  Juri Linkov  <juri@jurta.org>
6047         Save and restore dired buffer's point positions too.  (Bug#4880)
6049         * dired.el (dired-save-positions): Return in the first element
6050         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6051         Doc fix.
6052         (dired-restore-positions): First restore buffer's position.
6053         While restoring window's positions, check if window still displays
6054         the original buffer.
6056 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
6058         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6059         if possible.
6061         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6062         Make argument optional.
6064         * shell.el (shell): Require ansi-color (Bug#5113).
6066         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6068         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6070 2009-12-05  Alan Mackenzie  <acm@muc.de>
6072         * progmodes/cc-mode.el (c-before-hack-hook)
6073         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6074         `c-file-style' to work again.  This reversion restores the current
6075         software to its state in Emacs 23.1.  (Bug#4146)
6077 2009-12-05  Kevin Ryde  <user42@zip.com.au>
6079         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6080         comment-start-skip to comment-end-skip as comment (Bug#4781).
6082 2009-12-05  Juri Linkov  <juri@jurta.org>
6084         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6085         for virtual nodes.  (Bug#4147)
6086         (Info-find-node-2): Set `Info-current-node-virtual' to nil
6087         when moving from a virtual node.
6088         (Info-mode-menu): Add `Info-virtual-index' to the menu.
6089         (Info-mode): Add `Info-virtual-index' to the docstring.
6091 2009-12-05  Eric Ludlam  <zappo@gnu.org>
6093         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6094         Describe project macro symbols.
6096         * cedet/semantic/complete.el (semantic-complete-do-completion):
6097         Don't call semantic-collector-current-exact-match.
6099         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6100         ede-objects as targets.
6102         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6103         a target's object list even if compiler vars are already in the
6104         Makefile.
6106         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6107         list of headers producing necessary macros.
6109 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6111         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6112         track of the buffer position of the end of a BibTeX entry as this
6113         position may change during reformatting.
6114         (bibtex-format-entry): Remove whitespace before processing
6115         numerical fields so that we recognize the latter properly.
6116         (bibtex-reformat): Do not use push which changes the global value
6117         of bibtex-entry-format.
6118         (bibtex-field-braces-alist, bibtex-field-strings-alist)
6119         (bibtex-field-re-init): Replace only space characters by regexp
6120         for whitespace.
6121         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6122         (bibtex-initialize): Also update bibtex-strings.
6123         (bibtex-kill-field): Preserve white space at end of entry.
6124         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6125         Update bibtex-reference-keys.
6127 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6129         * minibuffer.el (completion-pcm--merge-try): Also consider placing
6130         point after a star, if that's the only place where modifications can
6131         make progress.
6133 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
6135         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6136         in docstrings.
6138 2009-12-04  Juri Linkov  <juri@jurta.org>
6140         * proced.el (proced): Call `(proced-update t)' to update process
6141         information instead of only running proced-post-display-hook.
6142         (proced-send-signal): Add a leading space to the buffer name
6143         " *Marked Processes*" to make this buffer ephemeral.
6145 2009-12-04  Juri Linkov  <juri@jurta.org>
6147         * dired.el (dired-auto-revert-buffer): New defcustom.
6148         (dired-internal-noselect): Use it.
6150 2009-12-04  Juri Linkov  <juri@jurta.org>
6152         Change roles of modes and functions in image-mode.el (Bug#5062).
6154         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6155         in `auto-mode-alist'.
6156         (image-mode-previous-major-mode): New variable.
6157         (image-minor-mode-map): Rename from `image-mode-text-map'.
6158         (image-mode): Move graceful error-handling code from
6159         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
6160         (image-minor-mode): Remove all image-handling code.
6161         Replace `image-mode-text-map' with `image-minor-mode-map'.
6162         Check for `image-type' in mode-line format string.
6163         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6164         (image-mode-as-text): New function with most code from
6165         `image-mode-maybe'.
6166         (image-toggle-display-text): Move code that removes image
6167         properties from `image-toggle-display' to here.
6168         (image-toggle-display-image): New function with code that adds
6169         image properties copied from `image-toggle-display'.
6170         (image-toggle-display): Remove most code with leaving only code
6171         that toggles between `image-mode-as-text' and `image-mode'.
6173 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
6175         * net/newst-treeview.el
6176         (newsticker--treeview-list-highlight-start): Restored call to
6177         save-excursion: Selected item was stuck.
6178         (newsticker--treeview-list-select): New.
6179         (newsticker--treeview-item-show-text)
6180         (newsticker--treeview-item-show)
6181         (newsticker--treeview-item-update): Use new
6182         newsticker-treeview-item-mode.
6183         (newsticker-treeview-update): Keep current item.
6184         (newsticker-treeview-next-new-or-immortal-item): Doc change.
6185         (newsticker--treeview-first-feed): Doc change.
6186         (newsticker-treeview-list-menu)
6187         (newsticker-treeview-item-menu): Added menu entries.
6188         (newsticker-treeview-item-mode): New.
6190         * net/newst-backend.el (newsticker-customize): Delete other
6191         windows.
6193 2009-12-04  Sam Steingold  <sds@gnu.org>
6195         * log-view.el (log-view-mode-map): "q" calls quit-window,
6196         like in all the other non-self-insert buffers.
6198 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6200         Minor cleanup.
6201         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6202         key decoding rather than do it manually via last-input-event +
6203         ascii-character.
6204         (term-exec): Use delete-and-extract-region.
6205         (term-handle-ansi-terminal-messages): Remove unused var `end'.
6206         (term-process-pager): Remove unused var `i'.
6207         (term-dynamic-simple-complete): Make obsolete.
6208         (serial-update-config-menu): Remove unused vars `y' and `str'.
6209         (term-update-mode-line): Remove unused var `temp'.
6211 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6213         Limit the number of log entries displayed by default.
6214         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6215         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6216         using a prefix argument.
6218 2009-12-03  Glenn Morris  <rgm@gnu.org>
6220         * progmodes/idlwave.el (class): Restore still useful declaration.
6222 2009-12-03  Alan Mackenzie  <acm@muc.de>
6224         Enhance `c-parse-state' to run efficiently in "brace deserts".
6226         * progmodes/cc-mode.el (c-basic-common-init):
6227         Call c-state-cache-init.
6228         (c-neutralize-syntax-in-and-mark-CPP): Rename from
6229         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
6230         placing `category' properties value 'c-cpp-delimiter at its boundaries.
6232         * progmodes/cc-langs.el (c-before-font-lock-function):
6233         c-extend-and-neutralize-syntax-in-CPP has been renamed
6234         c-neutralize-syntax-in-and-mark-CPP.
6236         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6237         with `category' properties now, not `syntax-table' ones.
6239         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6240         enhanced (but slower) version of c-end-of-macro that won't land
6241         inside a literal or on another awkward character.
6242         (c-state-cache-too-far, c-state-cache-start)
6243         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6244         (c-state-nonlit-pos-cache-limit, c-state-point-min)
6245         (c-state-point-min-lit-type, c-state-point-min-lit-start)
6246         (c-state-min-scan-pos, c-state-brace-pair-desert)
6247         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6248         buffer local variables.
6249         (c-state-literal-at, c-state-lit-beg)
6250         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6251         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6252         (c-state-cache-top-paren, c-state-cache-after-top-paren)
6253         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6254         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6255         (c-renarrow-state-cache)
6256         (c-append-lower-brace-pair-to-state-cache)
6257         (c-state-push-any-brace-pair, c-append-to-state-cache)
6258         (c-remove-stale-state-cache)
6259         (c-remove-stale-state-cache-backwards, c-state-cache-init)
6260         (c-invalidate-state-cache-1, c-parse-state-1)
6261         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6262         (c-parse-state): Enhance and refactor.
6263         (c-debug-parse-state): Amend to deal with all the new variables.
6265         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6266         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6267         modify to use category text properties rather than syntax-table ones.
6268         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6269         to switch off/on the syntactic paren property of C++ template
6270         delimiters using the category property.
6271         (c-with-<->-as-parens-suppressed): Macro to invoke code with
6272         template delims suppressed.
6273         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6274         New constant/macros which apply category properties to the start
6275         and end of preprocessor constructs.
6276         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6277         "comment out" the syntactic value of characters in preprocessor
6278         constructs.
6279         (c-with-cpps-commented-out)
6280         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6281         with characters in all or all but one preprocessor constructs
6282         "commented out".
6284 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6286         * proced.el (proced-filter-alist): Use regexp-quote.
6288 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
6290         Cleanup.
6291         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6292         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
6293         arguments.  Expand `default-directory'.
6295         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6296         the benefit of returning an expanded localname.
6297         (tramp-tramp-file-p): Handle the case NAME is not a string.
6299 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6301         Add support for bzr shelve/unshelve.
6302         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6303         (vc-bzr-extra-menu-map): New variables.
6304         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
6305         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
6306         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
6307         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
6308         (vc-bzr-dir-extra-headers): Display shelves.
6310         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
6312 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6314         * textmodes/bibtex.el (bibtex-complete-internal):
6315         Use completion-in-region.
6316         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
6318 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6320         Support applying stashes.  Improve UI.
6321         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
6322         (vc-git-stash-apply, vc-git-stash-pop)
6323         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
6324         (vc-git-stash-menu): New functions.
6325         (vc-git-stash-menu-map): New variable.
6326         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
6328 2009-12-03  Glenn Morris  <rgm@gnu.org>
6330         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
6331         (vc-print-log-internal): Fix previous change.
6332         (vc-revert): Correct pluralization.
6334 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6336         * progmodes/make-mode.el (makefile-special-targets-list): No need for
6337         it to be an alist any more.
6338         (makefile-complete): Use completion-in-region.
6340         * progmodes/octave-mod.el (octave-complete-symbol):
6341         Use completion-in-region.
6343         Misc cleanup.
6344         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
6345         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
6346         (idlwave-complete-class): Don't quote lambda.
6347         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
6348         (idlwave-mode-map): Move initialization into declaration.
6349         (idlwave-action-and-binding): Use backquotes.
6350         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
6351         Simplify.
6352         (idlwave-is-pointer-dereference): Remove unused var `pos'.
6353         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
6354         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
6355         `parts', and `all-parts'.
6356         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
6357         (idlwave-convert-xml-system-routine-info): Remove unused string
6358         `version-string'.
6359         (idlwave-display-user-catalog-widget): Use dolist.
6360         (idlwave-scanning-lib): Declare dynamically-scoped var.
6361         (idlwave-scan-library-catalogs): Remove unused var `flags'.
6362         (completion-highlight-first-word-only): Declare to silence bytecomp.
6363         (idlwave-popup-select): Tighten scope of `resp'.
6364         (idlwave-find-struct-tag): Remove unused var `beg'.
6365         (idlwave-after-load-rinfo-hook): Declare.
6366         (idlwave-sintern-class-info): Remove unused var `taglist'.
6367         (idlwave-find-class-definition): Remove unused var `list'.
6368         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
6369         (idlwave-what-module-find-class): Remove unused var `classes'.
6371 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
6373         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
6375 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6377         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
6378         buffers visited.  Remove redundant current-buffer-saving.
6380 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6382         Use completion-in-buffer and remove uses of dynamic scoping.
6383         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
6384         (pascal-buffer-to-use, pascal-flag): Don't declare.
6385         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
6386         (pascal-get-completion-decl, pascal-keyword-completion):
6387         Add `pascal-str' argument, save-excursion,
6388         return the found completions, and don't filter with pascal-pred.
6389         (pascal-completion-cache): New var.
6390         (pascal-completion): Don't switch buffer any more (it was never
6391         necessary).  Don't save-excursion any more (it's done by the called
6392         subroutines).  Use a cache to avoid redundant computations.
6393         Use complete-with-action rather than pascal-completion-response and
6394         let it apply the predicate as well.
6395         (pascal-complete-word): Use completion-in-buffer when
6396         pascal-toggle-completions is nil.
6397         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
6398         not used any more.
6399         (pascal-comp-defun): Don't change buffer any more.
6400         Use complete-with-action rather than pascal-completion-response and
6401         let it apply the predicate as well.
6402         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
6403         when neded.
6405 2009-12-02  Kenichi Handa  <handa@m17n.org>
6407         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
6408         shape for all Indic scripts.
6410 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6412         Use completion-in-buffer.
6413         * wid-edit.el (widget-field-text-end): New function.
6414         (widget-field-value-get): Use it.
6415         (widget-string-complete, widget-file-complete)
6416         (widget-color-complete): Use it and completion-in-region.
6417         (widget-complete): Don't narrow the buffer.
6419 2009-12-02  Glenn Morris  <rgm@gnu.org>
6421         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
6422         (rmail-select-summary): Use rmail-pop-to-buffer.
6423         * mail/rmailsum.el: Replace all pop-to-buffer calls with
6424         rmail-pop-to-buffer, to prevent horizontal splits.
6426         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
6427         save-excursion with save-current-buffer.
6428         Widen before searching.  (Bug#5093)
6429         (diary-list-sexp-entries): Remove superfluous save-excursion.
6431 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
6433         * woman.el (woman-make-bufname): Handle man-pages with "." in the
6434         name.  (Bug#5038)
6436 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
6438         * ido.el (ido-file-internal): Handle filenames at point that do
6439         not have a directory part.  (Bug#5049)
6441 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
6443         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
6444         (mpc-songs-jump-to, mpc-resume): Doc fixes.
6446 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
6448         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
6449         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
6450         any more.
6452 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6454         * comint.el (comint-insert-input): Ignore clicks to the right of
6455         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
6457         * vc.el (vc-print-log-internal): Don't wait for the process to
6458         terminate before setting up the major mode.
6460         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
6461         in case.
6463         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
6464         the last element.
6466         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
6468 2009-12-01  Glenn Morris  <rgm@gnu.org>
6470         * window.el (window--display-buffer-2): Fix previous changes.
6472 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
6474         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
6476 2009-12-01  Glenn Morris  <rgm@gnu.org>
6478         * Makefile.in (ELCFILES): Add mpc.elc.
6480 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6482         * mpc.el: New file.
6484 2009-12-01  Glenn Morris  <rgm@gnu.org>
6486         * window.el (window-to-use): Define for compiler.
6488         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
6489         consistent with others (no final period).
6491         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
6492         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
6494 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
6496         Make vc-print-log buttons work.
6497         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
6499 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
6501         * savehist.el (savehist-autosave-interval): Allow setting to nil
6502         through customize.  (Bug#5056)
6504 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
6506         Fix references to jit-lock properties.
6507         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6508         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
6509         (perl-font-lock-special-syntactic-constructs):
6510         Quote jit-lock-defer-multiline property.
6512 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
6514         * vc-git.el (vc-git-registered): Call vc-git-root only once.
6516 2009-11-30  Juri Linkov  <juri@jurta.org>
6518         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
6519         value `buffer' of `multi-isearch-next-buffer-current-function'.
6520         Use `(current-buffer)' when `buffer' is nil.
6521         (multi-isearch-next-buffer-from-list): Don't fallback to
6522         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
6524 2009-11-30  Juri Linkov  <juri@jurta.org>
6526         * misearch.el (multi-isearch-read-buffers): Move canonicalization
6527         of buffers with `get-buffer' to `multi-isearch-buffers'.
6528         (multi-isearch-buffers, multi-isearch-buffers-regexp):
6529         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
6530         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
6531         FILES with `expand-file-name' converting relative file names
6532         to absolute.  Doc fix.  (Bug#4727)
6534 2009-11-30  Juri Linkov  <juri@jurta.org>
6536         * misearch.el (multi-isearch-read-buffers)
6537         (multi-isearch-read-matching-buffers): New functions.
6538         (multi-isearch-buffers, multi-isearch-buffers-regexp):
6539         Use them in the `interactive' spec.  Doc fix.
6540         (multi-isearch-read-files, multi-isearch-read-matching-files):
6541         New functions.
6542         (multi-isearch-files, multi-isearch-files-regexp):
6543         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
6545 2009-11-30  Juri Linkov  <juri@jurta.org>
6547         * doc-view.el (doc-view-continuous):
6548         Rename from `doc-view-continuous-mode'.
6549         (doc-view-menu): Move "Toggle display" to the top.
6550         Add submenu "Continuous" with radio buttons "Off"/"On"
6551         and "Save as Default".
6552         (doc-view-scroll-up-or-next-page)
6553         (doc-view-scroll-down-or-previous-page)
6554         (doc-view-next-line-or-next-page)
6555         (doc-view-previous-line-or-previous-page): Rename
6556         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
6558 2009-11-30  Juri Linkov  <juri@jurta.org>
6560         * comint.el (comint-mode-map): Rebind `M-r' from
6561         `comint-previous-matching-input' to
6562         `comint-history-isearch-backward-regexp'.
6563         Unbind `M-s' to allow global key binding `M-s'.
6564         Add menu items for `comint-history-isearch-backward' and
6565         `comint-history-isearch-backward-regexp'.  (Bug#3746)
6567 2009-11-30  Juri Linkov  <juri@jurta.org>
6569         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
6570         For def=recenter, replace `recenter' with `recenter-top-bottom'
6571         that is called with `this-command' and `last-command' let-bound
6572         to `recenter-top-bottom'.  When the last `def' was not `recenter',
6573         set `recenter-last-op' to nil.  (Bug#4981)
6575 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6577         Minor cleanup and simplification.
6578         * filecache.el (file-cache-add-directory)
6579         (file-cache-add-directory-recursively)
6580         (file-cache-add-from-file-cache-buffer)
6581         (file-cache-delete-file-regexp, file-cache-delete-directory)
6582         (file-cache-files-matching-internal, file-cache-display): Use dolist.
6583         (file-cache-temp-minibuffer-message): Delete function.
6584         (file-cache-minibuffer-complete): Use minibuffer-message instead.
6586         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6587         Don't signal an error when bumping into EOB in tr, s, or y.
6589 2009-11-29  Juri Linkov  <juri@jurta.org>
6591         * startup.el (fancy-about-text): Fix wording of Guided Tour.
6592         (Bug#4960)
6594         * descr-text.el (describe-char-unidata-list): Use lowercase name
6595         for "Unicode name" like in other tags.
6597 2009-11-29  Juri Linkov  <juri@jurta.org>
6599         * ediff-util.el (ediff-minibuffer-with-setup-hook):
6600         New compatibility macro.
6601         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
6603 2009-11-29  Juri Linkov  <juri@jurta.org>
6605         Add defcustom to define the cycling order of `recenter-top-bottom'.
6606         (Bug#4981)
6608         * window.el (recenter-last-op): Doc fix.
6609         (recenter-positions): New defcustom.
6610         (recenter-top-bottom): Rewrite to use `recenter-positions'.
6611         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
6613 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
6615         Improve integration of Tramp and ange-ftp in eshell.
6617         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
6618         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
6619         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
6621         * eshell/esh-util.el (top): Require also Tramp when compiling.
6622         (eshell-directory-files-and-attributes): Check for FTP remote
6623         connection.
6624         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
6625         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
6626         (eshell-file-attributes): Handle ".".  Return `entry'.
6628         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
6629         (ange-ftp-directory-files-and-attributes)
6630         (ange-ftp-real-directory-files-and-attributes): New defuns.
6632         * net/tramp.el (tramp-maybe-open-connection): Open the remote
6633         shell with "exec" when possible.  This prevents trailing prompts
6634         in `start-file-process'.
6636 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6638         Try and remove assumptions about point-min==1.
6639         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
6640         (rng-compute-mode-line-string): Show the validation percentage in
6641         terms of the narrowed text, not the widened text.
6642         (rng-do-some-validation): Don't catch internal errors when debugging.
6643         (rng-first-error): Simplify.
6644         (rng-after-change-function): Remove work around.  AFAIK the bug has
6645         been fixed a while ago.
6647         * image-mode.el (image-minor-mode): Exit more gracefully when the image
6648         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
6650         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
6652         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
6653         `cd' doesn't always do it for us (bug#5067).
6655         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
6656         on 2009-10-25 as part of some other change (bug#5067).
6658 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6660         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6661         `suspicious'.
6662         (byte-compile-warnings): Use byte-compile-warning-types.
6663         (byte-compile-save-excursion): Warn about use of set-buffer right
6664         after save-excursion.
6666         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
6667         the excursion as well.
6669 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
6671         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
6672         providing a Tramp related implementation of "su" and "sudo".
6673         (eshell-unix-initialize): Add "su" and "sudo".
6675 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
6677         * net/socks.el (socks-send-command): Convert binary request to
6678         unibyte before sending.  This fixes mishandling of some port
6679         numbers such as 129.
6681 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6683         * help.el (describe-bindings-internal): Remove `interactive'.
6685         * man.el (Man-completion-table): Trim a terminating "(".
6686         Remove the space between name page a section.
6687         Add the command's description on the `help-echo' property.
6688         Remove `process-connection-type' binding since it's unused by
6689         call-process.
6690         Provide completion for the "<section> <name>" format as well.
6691         (Man-default-man-entry): Remove spurious var shadowing the argument.
6693 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6695         * log-view.el: Add "Keywords: tools", since its other keywords
6696         aren't in finder-known-keywords, and following vc.el.
6698         * sha1.el (sha1-string-external): default-directory "/" in case
6699         otherwise non-existent.  process-connection-type pipe for touch of
6700         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6702 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6704         Misc coding convention cleanups.
6705         * htmlfontify.el (hfy-init-kludge-hook): Rename from
6706         hfy-init-kludge-hooks.
6707         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
6708         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
6709         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
6710         and push.
6711         (hfy-slant, hfy-weight): Use tables rather than code.
6712         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
6713         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
6714         (hfy-face-attr-for-class): Initialize `face-spec' directly.
6715         (hfy-face-to-css): Remove `nconc' with single arg.
6716         (hfy-p-to-face-lennart): Use `or'.
6717         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
6718         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
6719         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
6720         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
6721         (hfy-force-fontification): Use run-hooks.
6723 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
6725         Various minor fixes.
6726         * htmlfontify.el (hfy-default-header): Add toggle_invis since
6727         Javascript belongs in the header, not the body.
6728         (hfy-javascript): Remove.
6729         (hfy-fontify-buffer): Don't insert it any more.
6730         (hfy-face-at): Handle (face0 face1 face2) style face properties.
6731         Fix bug in invis handling when there were no invis props in a chunk.
6733 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6735         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
6737 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
6739         * finder.el (finder-mode-map): Add a menu.
6741 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
6743         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
6744         "unsigned" structs.
6746         (verilog-leap-to-head, verilog-backward-token): Handle "disable
6747         fork" statement better.
6749 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
6751         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
6752         (verilog-delete-auto, verilog-delete-empty-auto-pair)
6753         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
6754         Reported by Clay Douglass.
6756         (verilog-auto-inst, verilog-auto-star-safe)
6757         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6758         Fix removing "// Interfaces" when saving .* expansions.  Reported by
6759         Pierre-David Pfister.
6761 2009-11-26  Glenn Morris  <rgm@gnu.org>
6763         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
6764         the scope.
6766 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
6768         * vc-annotate.el (vc-annotate-revision-previous-to-line):
6769         Really use previous revision.
6771 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6773         * man.el (Man-completion-table): default-directory "/" in case
6774         doesn't otherwise exist.  process-environment COLUMNS=999 so as
6775         not to truncate long names.  process-connection-type pipe to avoid
6776         any chance of hitting the pseudo-tty TIOCGWINSZ.
6777         (man): completion-ignore-case t for friendliness and since man
6778         itself is case-insensitive on the command line.
6779         Further to Bug#3717.
6781         * arc-mode.el: Add "Keywords: files", so the details in its
6782         commentary can be reached from finder-by-keyword.
6783         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
6784         editing mode, but it's comms related and sgml-mode.el has "comm"
6785         on that basis too.
6786         * textmodes/bibtex-style.el: Add "Keywords: tex".
6787         * international/isearch-x.el, international/ja-dic-cnv.el:
6788         * international/ja-dic-utl.el, international/kkc.el:
6789         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
6791 2009-11-25  Juri Linkov  <juri@jurta.org>
6793         * man.el (Man-completion-table): Modify regexp to include
6794         section names to completion strings.  (Bug#3717)
6796 2009-11-25  Juri Linkov  <juri@jurta.org>
6798         Search recursively in gzipped files.  (Bug#4982)
6800         * progmodes/grep.el (grep-highlight-matches): Add new options
6801         `always' and `auto'.  Doc fix.
6802         (grep-process-setup): Check `grep-highlight-matches' for
6803         `auto-detect' to determine the need to compute grep defaults.
6804         Move Windows/DOS specific --colors settings handling
6805         to `grep-compute-defaults'.  Check `grep-highlight-matches'
6806         to get the value of "--color=".
6807         (grep-compute-defaults): Compute `grep-highlight-matches' when it
6808         has the value `auto-detect'.  Move Windows/DOS specific settings
6809         from `grep-process-setup'.
6810         (zrgrep): New command with alias `rzgrep'.
6812 2009-11-25  Juri Linkov  <juri@jurta.org>
6814         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
6815         to nil instead of switching off view-mode.  (Bug#4896)
6817 2009-11-25  Juri Linkov  <juri@jurta.org>
6819         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
6821         * mwheel.el (mwheel-scroll-up-function)
6822         (mwheel-scroll-down-function): New defvars.
6823         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
6824         `scroll-up', and `mwheel-scroll-down-function' instead of
6825         `scroll-down'.
6827         * doc-view.el (doc-view-scroll-up-or-next-page)
6828         (doc-view-scroll-down-or-previous-page): Add optional ARG.
6829         Use this ARG in the call to image-scroll-up/image-scroll-down.
6830         Change `interactive' spec to "P".  Goto next/previous page only
6831         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
6832         SPC/DEL case).  Doc fix.
6833         (doc-view-next-line-or-next-page)
6834         (doc-view-previous-line-or-previous-page): Rename arg to ARG
6835         for consistency.
6836         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
6837         `doc-view-scroll-up-or-next-page', and buffer-local
6838         `mwheel-scroll-down-function' to
6839         `doc-view-scroll-down-or-previous-page'.
6841 2009-11-25  Juri Linkov  <juri@jurta.org>
6843         Provide additional default values (directories at other Dired
6844         windows) via M-n in the minibuffer of some Dired commands.
6846         * dired-aux.el (dired-diff, dired-compare-directories)
6847         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
6848         `minibuffer-default' in `minibuffer-with-setup-hook'.
6849         (dired-dwim-target-directory): Find a window that displays Dired
6850         buffer instead of failing when the next window is not Dired.
6851         Use `get-window-with-predicate' to find for the next Dired window.
6852         (dired-dwim-target-defaults): New function.
6854         * ediff-util.el (ediff-read-file-name):
6855         Use `dired-dwim-target-defaults' to set `minibuffer-default'
6856         in `minibuffer-with-setup-hook'.
6858 2009-11-25  Juri Linkov  <juri@jurta.org>
6860         Provide additional default values (file name at point or at the
6861         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
6863         * minibuffer.el (read-file-name-defaults): New function.
6864         (read-file-name): Reset `minibuffer-default' to nil when
6865         it duplicates initial input `insdef'.
6866         Bind `minibuffer-default-add-function' to lambda that
6867         calls `read-file-name-defaults' in `minibuffer-selected-window'.
6868         (minibuffer-insert-file-name-at-point): New command.
6870         * files.el (file-name-at-point-functions): New defcustom.
6871         (find-file-default): Remove defvar.
6872         (find-file-read-args): Don't use `find-file-default'.
6873         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6874         to `read-file-name'.
6875         (find-file-literally): Use `read-file-name' with
6876         `confirm-nonexistent-file-or-buffer'.
6878         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
6880         * dired.el (dired-read-dir-and-switches):
6881         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6882         to `read-file-name'.
6883         (dired-file-name-at-point): New function.
6884         (dired-mode): Add hook `dired-file-name-at-point' to
6885         `file-name-at-point-functions'.
6887 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6889         Really make the *Completions* window soft-dedicated (bug#5030).
6890         * window.el (window--display-buffer-2): Add `dedicated' argument.
6891         (display-buffer): Pass it when needed so the dedicated flag is set
6892         after calling set-window-buffer, which would otherwise reset it.
6894 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6896         * progmodes/meta-mode.el (meta-complete-symbol):
6897         * progmodes/etags.el (complete-tag):
6898         * mail/mailabbrev.el (mail-abbrev-complete-alias):
6899         Use completion-in-region.
6901         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
6902         (dabbrev-completion): Use completion-in-region.
6903         (dabbrev--abbrev-at-point): Simplify regexp.
6905         * abbrev.el (abbrev--before-point): Use word-motion functions
6906         if :regexp is not specified (bug#5031).
6908         * subr.el (string-prefix-p): New function.
6910         * man.el (Man-completion-cache): New var.
6911         (Man-completion-table): Use it.
6913         * vc.el (vc-print-log-internal): Make `limit' optional for better
6914         compatibility (e.g. with vc-annotate.el).
6916 2009-11-24  Kevin Ryde  <user42@zip.com.au>
6918         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
6919         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
6921         * emacs-lisp/elint.el (elint-add-required-env): Better error message
6922         when .el source file not found or other error.
6924 2009-11-24  Markus Triska  <markus.triska@gmx.at>
6926         * linum.el (linum-update-window): Ignore intangible (bug#4996).
6928 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6930         Handle the [back] button properly (bug#4979).
6931         * descr-text.el (describe-text-properties): Add a `buffer' argument.
6932         Use help-setup-xref, help-buffer, and with-help-window.
6933         (describe-char): Add `buffer' argument.
6934         Pass proper command to help-setup-xref.  Don't meddle with
6935         help-xref-stack-item directly.
6936         (describe-text-category): Use with-help-window and help-buffer.
6938         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
6939         for the displayed buffer (bug#4887).
6941         * man.el (Man-completion-table): New function.
6942         (man): Use it.
6944 2009-11-24  David Reitter  <david.reitter@gmail.com>
6946         * vc-git.el (vc-git-registered): Use checkout directory (where
6947         .git is) rather than the file's directory and a relative path spec
6948         to work around a bug in git.
6950 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
6952         Improve handling of processes on remote hosts.
6954         * eshell/esh-util.el (eshell-path-env): New defvar.
6955         (eshell-parse-colon-path): New defun.
6956         (eshell-file-attributes): Use `eshell-parse-colon-path'.
6958         * eshell/esh-ext.el (eshell-search-path):
6959         Use `eshell-parse-colon-path'.
6960         (eshell-remote-command): Remove argument HANDLER.
6961         (eshell-external-command): Check for FTP remote connection.
6963         * eshell/esh-proc.el (eshell-gather-process-output):
6964         Use `file-truename', in order to start also symlinked files.
6965         Apply `start-file-process' instead of `start-process'.
6966         Shorten `command' to the local file name part.
6968         * eshell/em-cmpl.el (eshell-complete-commands-list):
6969         Use `eshell-parse-colon-path'.
6971         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
6973         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
6974         to `eshell-directory-change-hook'.
6976 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
6978         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
6979         because it could be enabled automatically if view-read-only is non-nil.
6981 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
6983         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
6984         made on 2009-11-22.
6986 2009-11-24  Glenn Morris  <rgm@gnu.org>
6988         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
6989         deleted variable bookmark-bmenu-bookmark-column.
6991         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6992         Move after definition of global-semantic-idle-tag-highlight-mode.
6994 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6996         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
6998 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7000         * net/browse-url.el (browse-url-filename-alist): On Windows, add
7001         two slashes to the "file:" prefix.
7002         (browse-url-file-url): De-munge Cygwin filenames before passing
7003         them to Windows browser.
7004         (browse-url-default-windows-browser): Use call-process.
7006 2009-11-23  Juri Linkov  <juri@jurta.org>
7008         Implement DocView Continuous mode.  (Bug#4896)
7009         * doc-view.el (doc-view-continuous-mode): New defcustom.
7010         (doc-view-mode-map): Bind C-n/<down> to
7011         `doc-view-next-line-or-next-page', C-p/<up> to
7012         `doc-view-previous-line-or-previous-page'.
7013         (doc-view-next-line-or-next-page)
7014         (doc-view-previous-line-or-previous-page): New commands.
7016 2009-11-23  Juri Linkov  <juri@jurta.org>
7018         Implement Isearch in comint input history.  (Bug#3746)
7019         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7020         `isearch-mode-hook'.
7021         (comint-history-isearch): New defcustom.
7022         (comint-history-isearch-backward)
7023         (comint-history-isearch-backward-regexp): New commands.
7024         (comint-history-isearch-message-overlay): New buffer-local variable.
7025         (comint-history-isearch-setup, comint-history-isearch-end)
7026         (comint-goto-input, comint-history-isearch-search)
7027         (comint-history-isearch-message, comint-history-isearch-wrap)
7028         (comint-history-isearch-push-state)
7029         (comint-history-isearch-pop-state): New functions.
7031 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
7033         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7034         return.
7035         (tramp-handle-make-symbolic-link)
7036         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7037         Quote file names.
7038         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7039         (tramp-handle-process-file): Use it.
7041 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7043         * window.el (move-to-window-line-last-op): Remove.
7044         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7046 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
7048         Make M-r mirror the new cycling behavior of C-l.
7049         * window.el (move-to-window-line-last-op): New var.
7050         (move-to-window-line-top-bottom): New command.
7051         (global-map): Bind M-r move-to-window-line-top-bottom.
7053 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
7055         * dired-x.el (dired-guess-shell-alist-default):
7056         Support xz format.  (Bug#4953)
7058 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
7060         * cedet/srecode/map.el (srecode-get-maps):
7061         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7062         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7063         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7064         (semantic-toggle-decoration-style):
7065         * cedet/semantic/decorate/include.el
7066         (semantic-decoration-include-describe)
7067         (semantic-decoration-unknown-include-describe)
7068         (semantic-decoration-unparsed-include-describe)
7069         (semantic-decoration-all-include-summary):
7070         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7071         * cedet/semantic/analyze/complete.el
7072         (semantic-analyze-possible-completions):
7073         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7074         (semantic-show-unmatched-syntax-mode)
7075         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7076         (semantic-highlight-func-mode):
7077         * cedet/semantic/util.el (semantic-describe-buffer):
7078         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7079         (semantic-symref-find-tags-by-name)
7080         (semantic-symref-find-tags-by-regexp)
7081         (semantic-symref-find-tags-by-completion)
7082         (semantic-symref-find-file-references-by-name)
7083         (semantic-symref-find-text):
7084         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7085         (senator-yank-tag):
7086         * cedet/semantic/scope.el (semantic-calculate-scope):
7087         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7088         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7089         (define-semantic-idle-service):
7090         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7091         (semantic-complete-analyze-inline-idle):
7092         * cedet/semantic/analyze.el (semantic-analyze-current-context):
7093         * cedet/mode-local.el (describe-mode-local-bindings)
7094         (describe-mode-local-bindings-in-mode):
7095         * cedet/ede/make.el (ede-make-check-version):
7096         * cedet/ede/locate.el (ede-enable-locate-on-project):
7097         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7098         (cedet-idutils-version-check):
7099         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7100         (cedet-gnu-global-version-check):
7101         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7102         (cedet-cscope-version-check): Use called-interactively-p instead
7103         of interactive-p.
7105         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7106         Use semantic-format-tag-prototype.
7108 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
7110         * emulation/viper-cmd.el: Use viper-last-command-char instead of
7111         last-command-char/last-command-event.
7112         (viper-prefix-arg-value): Do correct conversion of event-char for
7113         XEmacs.
7115         * emulation/viper-util.el, emulation/viper.el:
7116         Use viper-last-command-char instead of
7117         last-command-char/last-command-event.
7119         * ediff-init.el, ediff-mult.el, ediff-util.el:
7120         Replace last-command-char and last-command-event
7121         with (ediff-last-command-char) everywhere.
7123         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7124         created in fundamental mode.
7126         * ediff.el (ediff-version): Revert the change of interactive-p to
7127         called-interactively-p.
7129 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
7131         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7132         generation from word-movement command names.
7134 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
7136         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7137         (semantic-complete-jump-local, semantic-complete-jump):
7138         Improve prompt string.
7140 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
7142         * cus-start.el (all): Add native condition for font-use-system-font.
7144 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
7146         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7147         Correct the patch from 2009-11-18.  (Bug#3910)
7149 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
7151         * progmodes/subword.el: Rename from lisp/subword.el.
7153         * subword.el: Rename to progmodes/subword.el.
7155         * Makefile.in (ELCFILES): Adapt to subword.el move.
7157 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7158             Stefan Monnier  <monnier@iro.umontreal.ca>
7160         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7161         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7162         (bookmark-bmenu-show-filenames): Use push.
7163         (bookmark-bmenu-hide-filenames): Use local var instead of
7164         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
7165         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7166         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7167         filenames now that the bookmark names are always available.
7169 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7171         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7172         (bookmark-search-pattern): Move and leave unbound.
7173         (bookmark-bmenu-mode-map): Change binding.
7174         (bookmark-read-search-input): Simplify.
7175         Don't use text-char-description.  Don't error on non-char events.
7176         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7177         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7178         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7179         Use a local var for the timer.
7180         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7181         (i.e. bookmark-bmenu-search).
7183 2009-11-21  Glenn Morris  <rgm@gnu.org>
7185         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
7187 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7189         * net/browse-url.el (browse-url-default-windows-browser):
7190         Use cygstart for cygwin.
7192 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
7194         * bookmark.el: Formatting and doc fixes only:
7195         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7196         (bookmark-bmenu-search): Wrap to fit within 80 columns.
7197         Minor grammar and punctuation fixes in doc string.
7198         (bookmark-read-search-input): Adjust to fit within 80 columns.
7200 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7202         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7203         (c-backward-into-nomenclature): Adapt to subword renaming.
7205         * subword.el (subword-forward, subword-backward, subword-mark)
7206         (subword-kill, subword-backward-kill, subword-transpose)
7207         (subword-downcase, subword-upcase, subword-capitalize)
7208         (subword-forward-internal, subword-backward-internal):
7209         Rename from forward-subword, backward-subword, mark-subword,
7210         kill-subword, backward-kill-subword, transpose-subwords,
7211         downcase-subword, upcase-subword, capitalize-subword,
7212         forward-subword-internal, backward-subword-internal.
7214 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7216         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7217         New options.
7218         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7219         New vars.
7220         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7221         (bookmark-bmenu-filter-alist-by-regexp)
7222         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7223         (bookmark-bmenu-search): New command.
7224         (bookmark-bmenu-mode-map): Bind it.
7226 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7228         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7230         * cedet/semantic/idle.el (define-semantic-idle-service)
7231         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7233 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7235         * progmodes/cc-cmds.el: declare-functioned forward-subword and
7236         backward-subword to quit the byte-compiler.
7238         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7240         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7242         * progmodes/cc-cmds.el (c-update-modeline)
7243         (c-forward-into-nomenclature, c-backward-into-nomenclature):
7244         Refer to subword.el functions instead of cc-subword.el.
7246         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7247         subword.el functions instead of cc-subword.el.
7249         * progmodes/cc-subword.el: Rename to subword.el.
7250         * subword.el: Rename from progmodes/cc-subword.el.
7251         (subword-mode-map): Rename from c-subword-mode-map.
7252         (subword-mode): Rename from c-subword-mode.
7253         (global-subword-mode): New global minor mode.
7254         (forward-subword): Rename from c-forward-subword.
7255         (backward-subword): Rename from c-backward-subword.
7256         (mark-subword): Rename from c-mark-subword.
7257         (kill-subword): Rename from c-kill-subword.
7258         (backward-kill-subword): Rename from c-backward-kill-subword.
7259         (transpose-subwords): Rename from c-tranpose-subword.
7260         (downcase-subword): Rename from c-downcase-subword.
7261         (capitalize-subword): Rename from c-capitalize-subword.
7262         (forward-subword-internal): Rename from c-forward-subword-internal.
7263         (backward-subword-internal): Rename from c-backward-subword-internal.
7265 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
7267         * vc.el (vc-deduce-fileset): Allow non-state changing operations
7268         from a dired buffer.
7269         (vc-dired-deduce-fileset): New function.
7270         (vc-root-diff, vc-print-root-log): Use it.
7272         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7273         nil LIMIT argument to vc-print-log-internal.
7275 2009-11-20  Glenn Morris  <rgm@gnu.org>
7277         * Makefile.in (ELCFILES): Regenerate.
7279 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7281         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7283         * cedet/semantic.el: Enable idle-mode menu items only if
7284         global-semantic-idle-scheduler-mode is enabled.
7285         (semantic-default-submodes): Doc fix.
7287         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7288         When turning off, disable other idle modes.
7290 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
7292         * calc/calc.el (calc-set-mode-line):
7293         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7294         (math-format-number): Rename `math-format-complement-signed' to
7295         `math-format-twos-complement'.
7297         * calc/calc-bin.el (math-format-twos-complement): Rename from
7298         math-format-complement-signed.
7299         (calc-radix): Rename `calc-complement-signed-mode' to
7300         `calc-twos-complement-mode'.
7301         (calc-octal-radix, calc-hex-radix): Add an argument for
7302         two's complement.
7304         * calc/calc-embed.el (calc-embedded-mode-vars):
7305         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7307         * calc/calc-ext.el (calc-init-extensions):
7308         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7309         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
7311         * calc/calc-units.el (math-build-units-table-buffer):
7312         Let `calc-twos-complement-mode' be nil.
7314         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
7315         entries.
7317         * calc/calc-vec.el (calcFunc-vunpack):
7318         * calc/calc-aent.el (calc-do-calc-eval):
7319         * calc/calc-forms.el (math-format-date):
7320         * calc/calc-graph.el (calc-graph-plot):
7321         * calc/calc-math.el (math-use-emacs-fn):
7322         * calc/calccomp.el (math-compose-expr):
7323         Let `calc-twos-complement-mode' be nil.
7325 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7327         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
7328         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
7329         * minibuffer.el (completion-in-region-functions): New hook.
7330         (completion-in-region): New function.
7331         * emacs-lisp/lisp.el (lisp-complete-symbol):
7332         * pcomplete.el (pcomplete-std-complete): Use it.
7334 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7336         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
7337         (latex-complete-alist): New vars.
7338         (latex-string-prefix-p, latex-complete-bibtex-keys)
7339         (latex-complete-envnames, latex-complete-refkeys)
7340         (latex-complete-data): New functions.
7341         (latex-complete, latex-indent-or-complete): New commands.
7343         * window.el (display-buffer-mark-dedicated): New var.
7344         (display-buffer): Obey it.
7345         * minibuffer.el (minibuffer-completion-help): Use it.
7347         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
7349         * filecache.el (file-cache-add-file): Use push and cons.
7350         (file-cache-delete-file-regexp): Use push.
7351         (file-cache-complete): Use completion-in-region.
7353         * simple.el (with-wrapper-hook): Fix thinko.
7355         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
7356         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
7357         Use with-current-buffer and string-to-number.
7358         (hfy-fallback-colour-values): Use assoc-string.
7359         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
7360         (hfy-face-at): Remove unused var `found-face'.
7361         (hfy-compile-stylesheet): Remove unused var `css'.
7362         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
7363         and `orig-buffer'.
7364         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
7365         Use with-current-buffer.
7366         (hfy-text-p): Use expand-file-name and fewer setq.
7368 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
7370         * htmlfontify.el, hfy-cmap.el: New files.
7372 2009-11-19  Juri Linkov  <juri@jurta.org>
7374         * minibuffer.el (completions-format): New defcustom.
7375         (completion--insert-strings): Implement vertical format.
7377         * simple.el (switch-to-completions): Move point to the first
7378         completion when point was at the beginning of the buffer.
7380 2009-11-19  Juri Linkov  <juri@jurta.org>
7382         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
7384         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
7386 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
7388         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
7389         (mail-signature): Change default to t.
7390         (mail-from-style): Deprecate `system-default' value.
7391         (mail-insert-from-field): For default value of mail-from-style,
7392         default to `angles' unless `angles' needs quoting and `parens'
7393         does not.
7394         (mail-citation-prefix-regexp): Use citation regexp from
7395         message-mode.
7397 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
7399         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7400         Set variables for computing the prompt for reading password.
7402 2009-11-19  Glenn Morris  <rgm@gnu.org>
7404         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
7406         * textmodes/flyspell.el (sgml-lexical-context): Declare.
7408         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
7409         (newsticker-treeview-listwindow-height): Fix custom type.
7411 2009-11-19  Kenichi Handa  <handa@m17n.org>
7413         * descr-text.el (describe-char-padded-string): Compose with TAB
7414         only if there's a font for CH.
7415         (describe-char): Fix the condition for detecting a trivial composition.
7417 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
7419         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
7420         more accurate version of the regexp.  (Bug#3910)
7422 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
7424         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
7426 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
7428         * font-setting.el (font-use-system-font): Declare for byte-compiler.
7429         (font-setting-change-default-font): Fix typo in docstring.
7431 2009-11-18  Alan Mackenzie  <acm@muc.de>
7433         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
7435 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7437         * font-setting.el (font-use-system-font): Move ...
7439         * cus-start.el (all): ... to here.
7441 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
7443         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
7444         Don't set `ad-return-value' if `ad-do-it' doesn't.
7446         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
7447         modification time.
7449 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7451         * menu-bar.el: Put "Use system font" in Option-menu.
7452         (menu-bar-options-save): Add font-use-system-font.
7454         * loadup.el: If feature system-font-setting or font-render-setting is
7455         there, load font-setting.
7457         * Makefile.in (ELCFILES): Add font-settings.el.
7458         * font-setting.el: New file.
7460 2009-11-17  Glenn Morris  <rgm@gnu.org>
7462         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
7464         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
7465         Preserve point in the list buffer.  (Bug#4939)
7466         Use point-at-eol.
7467         (newsticker--treeview-list-update-highlight)
7468         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
7470 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
7472         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
7473         Remove.
7475         * calc/calc-ext.el (calc-init-extensions): Remove references to
7476         symclip.
7478         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
7480         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
7481         * calc/calc-help.el (calc-b-prefix-help): Remove references to
7482         `calc-symclip'.
7484 2009-11-16  Kevin Ryde  <user42@zip.com.au>
7486         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7487         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
7489         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
7490         (lm-keywords-list): Allow comma-only separator like "foo,bar".
7491         Ignore trailing spaces by omit-nulls to split-string (fixing
7492         regression from Emacs 21 due to the incompatible split-string
7493         change).  (Bug #4928.)
7495 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7497         * vc.el (vc-log-show-limit): Default to 2000.
7498         (vc-print-log-internal): Insert buttons to request more entries
7499         when limiting the output.
7501         * vc-sccs.el (vc-sccs-print-log):
7502         * vc-rcs.el (vc-rcs-print-log):
7503         * vc-cvs.el (vc-cvs-print-log):
7504         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
7505         LIMIT is non-nil.
7507 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
7509         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
7510         error when `tramp-gvfs-dbus-event-vector' is set.
7511         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
7513 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7515         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
7517 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
7519         * net/dbus.el (dbus-unregister-service): New defun.
7520         (dbus-register-property): Register the handlers of
7521         "org.freedesktop.DBus.Properties" for SERVICE.
7522         (dbus-property-handler): Fix docstring.
7524 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7526         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
7527         Quote doc string reference in defvaralias as it is not in special form.
7528         (byte-compile-output-docform): Doc fix.
7530 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
7532         * calc/calc.el (math-2-word-size, math-half-2-word-size)
7533         (calc-complement-signed-mode): New variables.
7534         (calc-set-mode-line): Add indicator for twos-complements.
7535         (math-format-number): Format twos-complement notation.
7537         * calc/calc-bin.el (calc-word-size): Reset the variables
7538         `math-2-word-size' and `math-half-2-word-size'.
7539         (math-format-complement-signed, math-symclip, calcFunc-symclip)
7540         (calc-symclip): New functions.
7542         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
7544         * calc/calc-embed.el (calc-embedded-mode-vars):
7545         Add `calc-complement-signed-mode' to the list of modes.
7547         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
7548         (calc-b-oper-keys): Add `calc-symclip' to list.
7550         * calc/calc-ext.el (math-read-number-fancy): Read complement
7551         signed numbers.
7552         (calc-init-extensions): Add binding for `calc-symclip'.
7553         Add autoload for `calcFunc-symclip' and `calc-symclip'.
7555         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
7556         `calc-symclip'.
7557         (calc-modes-menu): Add item for twos complement mode.
7559         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
7561 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
7563         * register.el (jump-to-register, insert-register): Handle Semantic
7564         tags.  From commented-out advice in semantic/senator.el.
7566 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
7568         * vc.el (vc-log-show-limit): New variable.
7569         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
7570         when using a prefix argument.
7571         (vc-print-log-internal): Add new argument LIMIT.
7573         * vc-svn.el (vc-svn-print-log):
7574         * vc-mtn.el (vc-mtn-print-log):
7575         * vc-hg.el (vc-hg-print-log):
7576         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
7577         pass it to the log command when set.  Make the BUFFER argument
7578         non-optional.
7580         * vc-sccs.el (vc-sccs-print-log):
7581         * vc-rcs.el (vc-rcs-print-log):
7582         * vc-git.el (vc-git-print-log):
7583         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
7584         ignore it.  Make the BUFFER argument non-optional
7586         * bindings.el (mode-line-buffer-identification): Do not purecopy.
7588 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
7590         * dired.el (dired-mode-map): Move encryption items to "Operate"
7591         menu (Bug#4703).
7593         * strokes.el (strokes-update-window-configuration): Make strokes
7594         buffer current before erasing (Bug#4906).
7596         * cedet/semantic/idle.el (semantic-idle-summary-mode)
7597         (semantic-idle-summary-mode): Define using define-minor-mode
7598         instead of define-semantic-idle-service.
7599         (semantic-idle-summary-mode): New function.
7600         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
7601         that mouse motion does not reset the echo area.
7603 2009-11-15  Juri Linkov  <juri@jurta.org>
7605         * simple.el (set-mark-default-inactive): Add :type, :group
7606         and :version.  (Bug#4876)
7608 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
7610         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
7611         (archive-unique-fname): ... here.  (Bug#4929)
7613 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7615         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
7616         with a real fix.
7618         * novice.el (disabled-command-function): Add useful args.
7619         Setup the help buffer so that [back] works.
7620         Remove redundant call to help-mode.
7621         (disabled-command-function): Use `case'.
7622         (en/disable-command): New function extracted from enable-command.
7623         (enable-command, disable-command): Use it.
7625 2009-11-14  Glenn Morris  <rgm@gnu.org>
7627         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
7628         constants.  (Bug#4913)
7630         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
7632 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
7634         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
7635         defined in C that have no doc-strings.  (Bug#1063)
7637 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
7639         * cus-edit.el (data, files):
7640         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
7642 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
7644         * simple.el (shell-command): Doc fix (Bug#4891).
7646         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
7648 2009-11-14  Glenn Morris  <rgm@gnu.org>
7650         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
7651         statements for vc-diff, emerge-quit, and rmail-cease-edit.
7652         If they are already loaded, eval-after-load will do the right thing.
7654         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
7655         compiling.
7657         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
7659         * simple.el (x-selection-owner-p): Declare.
7660         (read-mail-command): Use custom radio type rather than choice.
7661         (completion-no-auto-exit): Doc fix.
7663         * custom.el (defgroup):
7664         * epg-config.el (epg): Doc fixes.
7666 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
7668         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
7669         * international/ccl.el (define-ccl-program): Do not purecopy the
7670         docstring, defconst does it anyway.
7672 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7674         * add-log.el (add-change-log-entry): Avoid displaying the changelog
7675         a second time.
7677         * x-dnd.el (x-dnd-maybe-call-test-function):
7678         * window.el (split-window-vertically):
7679         * whitespace.el (whitespace-help-on):
7680         * vc-rcs.el (vc-rcs-consult-headers):
7681         * userlock.el (ask-user-about-lock-help)
7682         (ask-user-about-supersession-help):
7683         * type-break.el (type-break-force-mode-line-update):
7684         * time-stamp.el (time-stamp-conv-warn):
7685         * terminal.el (te-set-output-log, te-more-break, te-filter)
7686         (te-sentinel, terminal-emulator):
7687         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
7688         (term-write-input-ring, term-check-source, term-start-output-log):
7689         (term-display-buffer-line, term-dynamic-list-completions):
7690         (term-ansi-make-term, serial-term):
7691         * subr.el (selective-display):
7692         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7693         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
7694         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
7695         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
7696         (speedbar-remove-localized-speedbar-support)
7697         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
7698         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
7699         (speedbar-buffers-line-directory):
7700         * simple.el (shell-command-on-region, append-to-buffer)
7701         (prepend-to-buffer):
7702         * shadowfile.el (shadow-save-todo-file):
7703         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
7704         (scroll-bar-maybe-set-window-start):
7705         * sb-image.el (speedbar-image-dump):
7706         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
7707         (load-save-place-alist-from-file):
7708         * ps-samp.el (ps-print-message-from-summary):
7709         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
7710         (ps-background-image, ps-begin-job, ps-do-despool):
7711         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
7712         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
7713         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
7714         (pr-call-process, pr-file-list, pr-interface-save):
7715         * novice.el (disabled-command-function)
7716         (enable-command, disable-command):
7717         * mouse.el (mouse-buffer-menu-alist):
7718         * mouse-copy.el (mouse-kill-preserving-secondary):
7719         * macros.el (kbd-macro-query):
7720         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
7721         * informat.el (batch-info-validate):
7722         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
7723         * hippie-exp.el (try-expand-dabbrev-visible):
7724         * help-mode.el (help-make-xrefs):
7725         * help-fns.el (describe-variable):
7726         * generic-x.el (bat-generic-mode-run-as-comint):
7727         * finder.el (finder-mouse-select):
7728         * find-dired.el (find-dired-sentinel):
7729         * filesets.el (filesets-file-close):
7730         * files.el (list-directory):
7731         * faces.el (list-faces-display, describe-face):
7732         * facemenu.el (list-colors-display):
7733         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
7734         * epg.el (epg--process-filter, epg-cancel):
7735         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
7736         (epa--read-signature-type):
7737         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
7738         (emerge-file-names):
7739         * ehelp.el (electric-helpify):
7740         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
7741         * ediff-vers.el (rcs-ediff-view-revision):
7742         * ediff-util.el (ediff-setup):
7743         * ediff-mult.el (ediff-append-custom-diff):
7744         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
7745         (ediff-wordify):
7746         * echistory.el (Electric-command-history-redo-expression):
7747         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7748         * disp-table.el (describe-display-table):
7749         * dired.el (dired-find-buffer-nocreate):
7750         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
7751         * dabbrev.el (dabbrev--same-major-mode-p):
7752         * chistory.el (list-command-history):
7753         * apropos.el (apropos-documentation):
7754         * allout.el (allout-obtain-passphrase):
7755         (allout-copy-exposed-to-buffer):
7756         (allout-verify-passphrase): Use with-current-buffer.
7758 2009-11-13  Glenn Morris  <rgm@gnu.org>
7760         * Makefile.in (ELCFILES): Regenerate.
7762 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
7764         * net/dbus.el (dbus-registered-objects-table): Rename from
7765         `dbus-registered-functions-table', because it contains also properties.
7766         (dbus-unregister-object): Unregister also properties.
7767         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
7768         Use a timeout of 500 msec, in order to not block.
7769         (dbus-register-property, dbus-property-handler): New defuns.
7771 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7773         * simple.el (minibuffer-default-add-completions): Drop deprecated
7774         4th arg.
7776 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
7778         * textmodes/artist.el (artist-mouse-choose-operation):
7779         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
7780         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
7781         (artist-compute-up-event-key): New function.
7782         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
7784 2009-11-13  Kenichi Handa  <handa@m17n.org>
7786         * language/japan-util.el: Make sure that the value of jisx0208
7787         property is jisx0208 character.
7789 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
7791         * international/mule.el (auto-coding-regexp-alist): Only purecopy
7792         car or each item, not the whole list.
7794 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7796         * minibuffer.el (minibuffer-completion-help):
7797         Use minibuffer-hide-completions.
7799 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
7801         * dired.el (dired-save-positions, dired-restore-positions): New funs.
7802         (dired-revert): Use them (bug#4880).
7804 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
7806         * tooltip.el (tooltip-frame-parameters): Undo previous change.
7808 2009-11-12  Juri Linkov  <juri@jurta.org>
7810         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
7811         New functions.
7812         (find-file-literally-at-point): Alias of `ffap-literally'.
7814 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
7816         * textmodes/ispell.el (ispell-skip-region-alist):
7817         * textmodes/css-mode.el (auto-mode-alist):
7818         * progmodes/compile.el (auto-mode-alist):
7819         * international/mule.el (ctext-non-standard-encodings-alist)
7820         (ctext-non-standard-encodings-regexp):
7821         * simple.el (shell-command-switch, text-read-only):
7822         * replace.el (occur-mode-map):
7823         * paths.el (rmail-file-name):
7824         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
7825         * find-file.el (ff-special-constructs):
7826         * files.el (file-name-handler-alist):
7827         * composite.el: Purecopy strings.
7829         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
7831 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
7833         * widget.el (define-widget): Purecopy the docstring.
7834         * international/mule-cmds.el (charset): Do not purecopy the
7835         docstring here, define-widget does it.
7837         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7838         * textmodes/bibtex-style.el (auto-mode-alist):
7839         * progmodes/inf-lisp.el (inferior-lisp-prompt):
7840         * progmodes/compile.el (compile-command):
7841         * language/korea-util.el (default-korean-keyboard):
7842         * international/mule-conf.el (file-coding-system-alist):
7843         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
7844         * tooltip.el (tooltip-frame-parameters):
7845         * newcomment.el (comment-end, comment-padding):
7846         * dired.el (dired-trivial-filenames):
7847         * comint.el (comint-file-name-prefix): Purecopy initial values.
7849 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
7851         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
7852         (tramp-advice-minibuffer-electric-tilde): Unload advices via
7853         `tramp-unload'.
7854         (tramp-advice-make-auto-save-file-name)
7855         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
7856         after removing the advice.
7858 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
7860         * progmodes/grep.el (grep-regexp-alist):
7861         * international/mule-cmds.el (iso-2022-control-alist):
7862         * emacs-lisp/timer.el (timer-duration-words):
7863         * subr.el (version-separator, version-regexp-alist):
7864         * minibuffer.el (completion-styles-alist):
7865         * faces.el (face-attribute-name-alist, list-faces-sample-text):
7866         Change defvars to defconsts.
7868         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
7869         * loadup.el ("international/mule-conf"): Load the byte compiled version.
7870         * international/mule-conf.el: Allow to be byte compiled.
7872         * international/mule.el (define-charset): Purecopy props.
7873         (load-with-code-conversion): Purecopy doc string and file name.
7874         (put-charset-property): Purecopy strings.
7875         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
7877         * international/mule-cmds.el (register-input-method): Purecopy arguments.
7878         (define-char-code-property): Correctly purecopy the table.
7880         * international/ccl.el (define-ccl-program): Purecopy the docstring.
7882         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
7884         * subr.el (add-hook): Purecopy strings.
7885         (eval-after-load): Purecopy load-history-regexp and the form.
7887         * custom.el (custom-declare-group): Purecopy load-file-name.
7889         * subr.el (menu-bar-separator): New defconst.
7890         * net/eudc.el (eudc-tools-menu):
7891         * international/mule-cmds.el (set-coding-system-map)
7892         (mule-menu-keymap):
7893         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7894         * vc-hooks.el (vc-menu-map):
7895         * replace.el (occur-mode-map):
7896         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
7897         (menu-bar-edit-menu, menu-bar-goto-menu)
7898         (menu-bar-custom-menu, menu-bar-showhide-menu)
7899         (menu-bar-options-menu, menu-bar-tools-menu)
7900         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
7901         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
7902         (menu-bar-help-menu):
7903         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
7904         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
7906         * term/x-win.el (x-gtk-stock-map):
7907         * progmodes/vera-mode.el (auto-mode-alist):
7908         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7909         (inferior-lisp-program, inferior-lisp-load-command):
7910         * progmodes/hideshow.el (hs-special-modes-alist):
7911         * progmodes/gud.el (same-window-regexps):
7912         * progmodes/grep.el (grep-program, find-program, xargs-program):
7913         * net/telnet.el (same-window-regexps):
7914         * net/rlogin.el (same-window-regexps):
7915         * language/ethiopic.el (font-ccl-encoder-alist):
7916         * vc-sccs.el (vc-sccs-master-templates):
7917         * vc-rcs.el (vc-rcs-master-templates):
7918         * subr.el (cl-assertion-failed):
7919         * simple.el (next-error-overlay-arrow-position):
7920         * lpr.el (lpr-command):
7921         * locate.el (locate-ls-subdir-switches):
7922         * info.el (same-window-regexps, info)
7923         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7924         * image-mode.el (image-mode, auto-mode-alist):
7925         * hippie-exp.el (hippie-expand-ignore-buffers):
7926         * format.el (format-alist):
7927         * find-dired.el (find-ls-subdir-switches, find-grep-options)
7928         (find-name-arg):
7929         * facemenu.el (facemenu-keybindings):
7930         * dired.el (dired-listing-switches, dired-chown-program):
7931         * diff.el (diff-switches, diff-command):
7932         * cus-edit.el (same-window-regexps):
7933         * bindings.el (mode-line-mule-info)
7934         (mode-line-buffer-identification): Purecopy strings.
7936 2009-11-11  Juri Linkov  <juri@jurta.org>
7938         * simple.el (dired-get-filename) <declare-function>:
7939         Tell the byte-compiler about dired-get-filename.
7940         (shell-command): In Dired mode, get filename from the current line
7941         as the default value.
7943 2009-11-10  Glenn Morris  <rgm@gnu.org>
7945         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
7946         * calendar/holidays.el, progmodes/cperl-mode.el:
7947         Update x-popup-menu declarations.
7949         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
7950         (list-load-path-shadows): Use dolist.
7951         (list-load-path-shadows): Use with-current-buffer.
7953 2009-11-10  Juri Linkov  <juri@jurta.org>
7955         * minibuffer.el (read-file-name): Support a list of default values
7956         in `default-filename'.  Use the first file name where only one
7957         element is required.  Doc fix.
7959 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
7961         * net/dbus.el (dbus-unregister-object): Release service, if no
7962         other method is registered for it.
7964 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
7966         * bookmark.el (bookmark-completing-read): Sort bookmark names if
7967         bookmark-sort-flag is non-nil (Bug#4653).
7969 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
7971         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
7972         the progress reporter entirely.
7974         * emulation/cua-base.el: Add CUA property to some CC mode commands
7975         (Bug#4100).
7977 2009-11-08  Kevin Ryde  <user42@zip.com.au>
7979         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
7980         at end of sentence (Bug#4818).
7982 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
7984         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7985         Handle "see declaration of" MSFT statements (Bug#4100).
7987 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
7989         * net/tramp.el (tramp-advice-make-auto-save-file-name)
7990         (tramp-advice-file-expand-wildcards): Unload via
7991         `ad-remove-advice'.
7993         * net/trampver.el: Update release number.
7995 2009-11-08  Kevin Ryde  <user42@zip.com.au>
7997         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
7998         `ad-do-it'.
8000 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
8002         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8003         in order to keep context in SELinux.
8005 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8007         * dired-aux.el (dired-query): Place cursor in echo area and allow
8008         C-g.
8010         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8011         menu item if not on a directory (Bug#4701).
8013 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
8015         Sync with Tramp 2.1.17.
8017         * net/tramp.el (tramp-handle-copy-directory): Don't use
8018         `file-remote-p' (due to compatibility).
8020         * net/tramp-compat.el (tramp-compat-copy-directory)
8021         (tramp-compat-delete-directory): New defuns.
8023         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8024         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8025         `tramp-compat-delete-directory'.
8027         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8028         (tramp-smb-handle-delete-directory): Use
8029         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8031         * net/trampver.el: Update release number.
8033 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
8035         * tar-mode.el (tar-copy): Call write-region on the right buffer
8036         (Bug#4857).
8038         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8039         by hand, if necessary (Bug#4878).
8041 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
8043         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8044         align size column (Bug#4839).
8046         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8047         statement.
8049 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8051         * progmodes/ld-script.el (auto-mode-alist):
8052         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8054         * cus-face.el (custom-declare-face): Purecopy face spec.
8056 2009-11-06  Kenichi Handa  <handa@m17n.org>
8058         * international/uni-bidi.el: Re-generated.
8059         * international/uni-category.el: Re-generated.
8060         * international/uni-combining.el: Re-generated.
8061         * international/uni-mirrored.el: Re-generated.
8063 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8065         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8066         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8067         (tex-start-options, slitex-run-command, latex-run-command)
8068         (tex-run-command, tex-directory):
8069         * textmodes/ispell.el (ispell-html-skip-alists)
8070         (ispell-tex-skip-alists, ispell-tex-skip-alists):
8071         * textmodes/fill.el (adaptive-fill-first-line-regexp):
8072         (adaptive-fill-regexp):
8073         * textmodes/dns-mode.el (auto-mode-alist):
8074         * progmodes/python.el (interpreter-mode-alist):
8075         * progmodes/etags.el (tags-compression-info-list):
8076         * progmodes/etags.el (tags-file-name):
8077         * net/browse-url.el (browse-url-galeon-program)
8078         (browse-url-firefox-program):
8079         * mail/sendmail.el (mail-signature-file)
8080         (mail-citation-prefix-regexp):
8081         * international/mule-conf.el (eight-bit):
8082         * international/latexenc.el (latex-inputenc-coding-alist):
8083         * international/fontset.el (x-pixel-size-width-font-regexp):
8084         * emacs-lisp/warnings.el (warning-type-format):
8085         * emacs-lisp/trace.el (trace-buffer):
8086         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8087         (emacs-lisp-mode-map):
8088         * calendar/holidays.el (holiday-solar-holidays)
8089         (holiday-bahai-holidays, holiday-islamic-holidays)
8090         (holiday-christian-holidays, holiday-hebrew-holidays)
8091         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8092         (hebrew-holidays-1, holiday-oriental-holidays)
8093         (holiday-general-holidays):
8094         * x-dnd.el (x-dnd-known-types):
8095         * tool-bar.el (tool-bar):
8096         * startup.el (site-run-file):
8097         * shell.el (shell-dumb-shell-regexp):
8098         * rfn-eshadow.el (file-name-shadow-tty-properties)
8099         (file-name-shadow-properties):
8100         * paths.el (remote-shell-program, news-directory):
8101         * mouse.el ([C-down-mouse-3]):
8102         * menu-bar.el (menu-bar-tools-menu):
8103         * jka-cmpr-hook.el (jka-compr-load-suffixes)
8104         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8105         (jka-compr-compression-info-list):
8106         * isearch.el (search-whitespace-regexp):
8107         * image-file.el (image-file-name-extensions):
8108         * find-dired.el (find-ls-option):
8109         * files.el (directory-listing-before-filename-regexp)
8110         (directory-free-space-args, insert-directory-program)
8111         (list-directory-brief-switches, magic-fallback-mode-alist)
8112         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8113         (automount-dir-prefix):
8114         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8115         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8116         (face-font-registry-alternatives, face-font-registry-alternatives)
8117         (face-font-family-alternatives):
8118         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8119         (facemenu-foreground-menu, facemenu-face-menu):
8120         * epa-hook.el (epa-file-name-regexp):
8121         * dnd.el (dnd-protocol-alist):
8122         * textmodes/rst.el (auto-mode-alist):
8123         * button.el (default-button): Purecopy strings.
8125 2009-11-06  Glenn Morris  <rgm@gnu.org>
8127         * Makefile.in (ELCFILES): Update.
8129 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8131         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8132         * emacs-lisp/levents.el: Move to obsolete/levents.el.
8134         * nxml/xsd-regexp.el (xsdre-gen-categories):
8135         * nxml/xmltok.el (xmltok-parse-entity):
8136         * nxml/rng-parse.el (rng-parse-validate-file):
8137         * nxml/rng-maint.el (rng-format-manual)
8138         (rng-manual-output-force-new-line):
8139         * nxml/rng-loc.el (rng-save-schema-location-1):
8140         * nxml/rng-cmpct.el (rng-c-parse-file):
8141         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8142         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8144 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
8146         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8147         Remove extra save-excursions and make-variable-buffer-local's.
8148         Suggested by Stefan Monnier.
8150         (verilog-getopt-file, verilog-module-inside-filename-p)
8151         (verilog-set-define): Merge GNU 1.35 and repair changes from
8152         switching to using with-current-buffer.
8154         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8155         being treated as a number and confusing AUTORESET.
8156         Reported by Dan Dever.
8158         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8159         Add verilog-auto-ignore-concat to fix backward compatibility with
8160         older verilog-modes.  Reported by Dan Katz.
8162         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8163         containing closing anchors "...$".
8165         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8166         Reported by Wade Smith.
8168         (verilog-batch-execute-func): Comment on function usage.
8170 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
8172         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8173         for labels.
8175         (verilog-label-re, verilog-calc-1): Support proper indent of named
8176         asserts.
8178         (verilog-backward-token, verilog-basic-complete-re)
8179         (verilog-beg-of-statement, verilog-indent-re): Support proper
8180         indent of the assert statement at the beginning of a block of text.
8182         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8183         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8184         tokens as begins.
8186 2009-11-05  Glenn Morris  <rgm@gnu.org>
8188         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8189         Emacs 19.  (Bug#1531)
8190         (byte-compile-fix-header): Update for the above change.
8191         Drop test for epoch::version.
8193         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8194         * cus-dep.el (custom-make-dependencies):
8195         * finder.el (finder-compile-keywords):
8196         Use autoload-rubric's feature argument.
8198         * calendar/diary-lib.el (top-level): Make load behave more like require.
8200         * vc-git.el (vc-git-stash-map): Move definition before use.
8202 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
8204         * custom.el (custom-declare-group): Purecopy standard-value.
8205         (custom-declare-group): Purecopy custom-prefix.
8207         * international/mule.el (load-with-code-conversion):
8208         Call do-after-load-evaluation unconditionally.
8210         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8212 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8214         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8216 2009-11-04  Glenn Morris  <rgm@gnu.org>
8218         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8219         (byte-compile-compatibility): Remove option.
8220         (byte-compile-close-variables, byte-compile-fix-header)
8221         (byte-compile-insert-header, byte-compile-output-docform)
8222         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8223         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8224         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8225         (byte-compile-insert, byte-compile-defun):
8226         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
8227         (byte-defop-compiler19): Remove.
8228         Without byte-compile-compatibility, the 'emacs19-opcode property is not
8229         used by anything.  Replace all calls with byte-defop-compiler.
8231 2009-11-04  Juri Linkov  <juri@jurta.org>
8233         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8234         (menu-bar-options-menu): Don't quote the `prop' arg of
8235         `menu-bar-make-mm-toggle'.
8237 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
8239         * calendar/calendar.el (cal-loaddefs):
8240         * calendar/diary-lib.el (diary-loaddefs):
8241         * calendar/holidays.el (hol-loaddefs):
8242         * eshell/esh-module.el (esh-groups): Load rather than require.
8244 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8246         * calendar/todo-mode.el (todo-add-category): Don't hardcode
8247         point-min==1.
8248         (todo-top-priorities): Only display-buffer when called interactively.
8249         (todo-item-start): Don't save excursion point.
8250         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
8251         (todo-insert-item-here, todo-file-item, todo-remove-item):
8252         Adjust uses of todo-item-start and todo-item-end.
8254         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8255         (autoload-rubric): Don't use any more.
8256         * cedet/semantic/fw.el (semantic/loaddefs):
8257         * cedet/srecode.el (srecode/loaddefs):
8258         * cedet/ede.el (ede/loaddefs): Load rather than require.
8259         * cedet/ede/cpp-root.el:
8260         * cedet/ede/emacs.el:
8261         * cedet/ede/files.el:
8262         * cedet/ede/linux.el:
8263         * cedet/ede/locate.el:
8264         * cedet/ede/make.el:
8265         * cedet/ede/shell.el:
8266         * cedet/ede/speedbar.el:
8267         * cedet/ede/system.el:
8268         * cedet/ede/util.el:
8269         * cedet/semantic/analyze.el:
8270         * cedet/semantic/bovine.el:
8271         * cedet/semantic/complete.el:
8272         * cedet/semantic/ctxt.el:
8273         * cedet/semantic/db-file.el:
8274         * cedet/semantic/db-find.el:
8275         * cedet/semantic/db-global.el:
8276         * cedet/semantic/db-mode.el:
8277         * cedet/semantic/db-typecache.el:
8278         * cedet/semantic/db.el:
8279         * cedet/semantic/debug.el:
8280         * cedet/semantic/dep.el:
8281         * cedet/semantic/doc.el:
8282         * cedet/semantic/edit.el:
8283         * cedet/semantic/find.el:
8284         * cedet/semantic/format.el:
8285         * cedet/semantic/html.el:
8286         * cedet/semantic/ia-sb.el:
8287         * cedet/semantic/ia.el:
8288         * cedet/semantic/idle.el:
8289         * cedet/semantic/lex-spp.el:
8290         * cedet/semantic/lex.el:
8291         * cedet/semantic/mru-bookmark.el:
8292         * cedet/semantic/scope.el:
8293         * cedet/semantic/senator.el:
8294         * cedet/semantic/sort.el:
8295         * cedet/semantic/symref.el:
8296         * cedet/semantic/tag-file.el:
8297         * cedet/semantic/tag-ls.el:
8298         * cedet/semantic/tag-write.el:
8299         * cedet/semantic/tag.el:
8300         * cedet/semantic/util-modes.el:
8301         * cedet/semantic/analyze/complete.el:
8302         * cedet/semantic/analyze/refs.el:
8303         * cedet/semantic/bovine/c.el:
8304         * cedet/semantic/bovine/gcc.el:
8305         * cedet/semantic/bovine/make.el:
8306         * cedet/semantic/bovine/scm.el:
8307         * cedet/semantic/decorate/include.el:
8308         * cedet/semantic/decorate/mode.el:
8309         * cedet/semantic/symref/cscope.el:
8310         * cedet/semantic/symref/global.el:
8311         * cedet/semantic/symref/grep.el:
8312         * cedet/semantic/symref/idutils.el:
8313         * cedet/semantic/symref/list.el:
8314         * cedet/semantic/wisent/java-tags.el:
8315         * cedet/semantic/wisent/javascript.el:
8316         * cedet/srecode/compile.el:
8317         * cedet/srecode/cpp.el:
8318         * cedet/srecode/document.el:
8319         * cedet/srecode/el.el:
8320         * cedet/srecode/expandproto.el:
8321         * cedet/srecode/getset.el:
8322         * cedet/srecode/insert.el:
8323         * cedet/srecode/java.el:
8324         * cedet/srecode/map.el:
8325         * cedet/srecode/mode.el:
8326         * cedet/srecode/template.el:
8327         * cedet/srecode/texi.el: Remove the file-local setting of
8328         generated-autoload-feature.
8330         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
8331         and only put a prop if it is non-nil.
8333 2009-11-03  Juri Linkov  <juri@jurta.org>
8335         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
8336         (menu-bar-options-menu): Fix list quoting (Bug#4429).
8338         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
8339         and "Menu" to make top-level menu item visually one unit (like
8340         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
8341         multi-word menu items).  Fix :help string for quit-window.
8343 2009-11-03  Glenn Morris  <rgm@gnu.org>
8345         * cedet/mode-local.el (with-mode-local): Doc fix.
8347         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
8348         (byte-compile-file-form-define-abbrev-table)
8349         (byte-compile-file-form-custom-declare-variable)
8350         (byte-compile-variable-ref, byte-compile-defvar):
8351         Whether or not a warning is enabled should only affect whether we issue
8352         the warning, not whether or not we collect the relevant data.
8353         Eg warnings can be turned on and off throughout the course of a file.
8355         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
8356         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
8358 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8360         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
8361         * play/mpuz.el (mpuz-create-buffer):
8362         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
8363         (lm-print-y,s,noise, lm-print-w0, lm-init):
8364         * play/gomoku.el (gomoku-prompt-for-move):
8365         * play/fortune.el (fortune-in-buffer):
8366         * play/dissociate.el (dissociated-press):
8367         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
8368         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
8369         * mail/supercite.el (sc-eref-show):
8370         * mail/smtpmail.el (smtpmail-send-it):
8371         * mail/rmailsum.el (rmail-summary-next-labeled-message)
8372         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
8373         (rmail-summary-undelete-many, rmail-summary-rmail-update)
8374         (rmail-summary-goto-msg, rmail-summary-expunge)
8375         (rmail-summary-get-new-mail, rmail-summary-search-backward)
8376         (rmail-summary-add-label, rmail-summary-output-menu)
8377         (rmail-summary-output-body):
8378         * mail/rfc822.el (rfc822-addresses):
8379         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
8380         * mail/mailpost.el (post-mail-send-it):
8381         * mail/hashcash.el (hashcash-generate-payment):
8382         * mail/feedmail.el (feedmail-run-the-queue)
8383         (feedmail-queue-send-edit-prompt-help-first)
8384         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
8385         (feedmail-deduce-address-list):
8386         * eshell/esh-ext.el (eshell-remote-command):
8387         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
8388         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
8389         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
8390         (viper-save-string-in-file, viper-valid-marker):
8391         * emulation/viper-keym.el (viper-toggle-key):
8392         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
8393         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
8394         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
8395         * emulation/viper-cmd.el (viper-exec-form-in-vi)
8396         (viper-exec-form-in-emacs, viper-brac-function):
8397         * emulation/viper.el (viper-delocalize-var):
8398         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
8399         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
8400         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
8401         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
8402         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
8403         * emulation/edt.el (edt-electric-helpify):
8404         * emulation/cua-rect.el (cua--rectangle-aux-replace):
8405         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
8406         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
8407         (cua-indent-to-global-mark-column):
8408         * calendar/diary-lib.el (calendar-mark-1):
8409         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
8410         Use with-current-buffer.
8411         * emulation/viper.el (viper-delocalize-var): Use dolist.
8413 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
8415         * comint.el (comint-replace-by-expanded-history-before-point):
8416         Replace !! with the previous input string literally (Bug#1795).
8418 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
8420         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
8421         to be made up of whitespace.
8423 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
8425         * minibuffer.el (read-file-name): Don't use file dialogs for
8426         remote directories (Bug#99).
8428 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
8430         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
8432 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
8434         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
8435         instead of deleting the window or frame.
8437 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
8439         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
8440         Support face colors.
8442         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
8443         New function.  Support face colors (Bug#1168).
8444         (tex-common-initialization): Use it.
8446         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
8447         mode allows it (Bug#1168).
8449 2009-10-31  Juri Linkov  <juri@jurta.org>
8451         * facemenu.el (list-colors-display): Don't mark buffer as
8452         modified (Bug#3948).
8454 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
8456         * international/mule-diag.el (list-character-sets-1): Minor
8457         message fix (Bug#3526).
8459         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
8460         face property (Bug#4834).
8461         (etags-list-tags, etags-tags-apropos-additional)
8462         (etags-tags-apropos, tags-select-tags-table): Add follow-link
8463         property.
8465         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
8466         items.
8468         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
8469         items.
8471         * cedet/ede.el (ede-minor-mode):
8472         * cedet/semantic.el (semantic-mode): Toggle menu separators.
8474 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8476         * textmodes/two-column.el (2C-split):
8477         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
8478         * textmodes/tex-mode.el (tex-set-buffer-directory):
8479         * textmodes/spell.el (spell-region, spell-string):
8480         * textmodes/reftex.el (reftex-erase-buffer):
8481         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
8482         * textmodes/reftex-toc.el (reftex-toc-promote-action):
8483         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
8484         (reftex-select-item):
8485         * textmodes/reftex-ref.el (reftex-label-info-update)
8486         (reftex-offer-label-menu):
8487         * textmodes/reftex-index.el (reftex-index-change-entry)
8488         (reftex-index-phrases-info):
8489         * textmodes/reftex-global.el (reftex-create-tags-file)
8490         (reftex-save-all-document-buffers, reftex-ensure-write-access):
8491         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
8492         (reftex-view-crossref-from-bibtex):
8493         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
8494         (reftex-extract-bib-entries-from-thebibliography)
8495         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
8496         * textmodes/refbib.el (r2b-capitalize-title):
8497         (r2b-convert-buffer, r2b-help):
8498         * textmodes/page-ext.el (pages-directory)
8499         (pages-directory-goto-with-mouse):
8500         * textmodes/bibtex.el (bibtex-validate-globally):
8501         * textmodes/bib-mode.el (bib-capitalize-title):
8502         * textmodes/artist.el (artist-clear-buffer, artist-system):
8503         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
8504         (local-set-scheme-interaction-buffer, xscheme-process-filter)
8505         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
8506         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
8507         (xscheme-send-control-g-interrupt, xscheme-start-process)
8508         (xscheme-process-sentinel, xscheme-cd):
8509         * progmodes/verilog-mode.el (verilog-read-always-signals)
8510         (verilog-set-define, verilog-getopt-file)
8511         (verilog-module-inside-filename-p):
8512         * progmodes/sh-script.el:
8513         * progmodes/python.el (python-pdbtrack-get-source-buffer)
8514         (python-pdbtrack-grub-for-buffer, python-execute-file):
8515         * progmodes/octave-inf.el (inferior-octave):
8516         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8517         (idlwave-shell-compile-helper-routines, idlwave-set-local)
8518         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
8519         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
8520         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
8521         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
8522         (idlwave-shell-filter, idlwave-shell-examine-highlight)
8523         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
8524         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
8525         (idlwave-shell-examine-display, idlwave-shell-run-region)
8526         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
8527         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
8528         * progmodes/idlw-help.el (idlwave-help-get-special-help)
8529         (idlwave-help-get-help-buffer):
8530         * progmodes/gud.el (gud-basic-call, gud-find-class)
8531         (gud-tooltip-activate-mouse-motions-if-enabled):
8532         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8533         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
8534         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
8535         (ebrowse-tags-next-file):
8536         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
8537         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
8538         (ebnf-eps-finish-and-write):
8539         * progmodes/cpp.el (cpp-edit-save):
8540         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
8541         * progmodes/cc-defs.el (c-emacs-features):
8542         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
8543         (antlr-directory-dependencies):
8544         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
8545         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
8546         (ada-find-any-references, ada-make-filename-from-adaname)
8547         (ada-make-body-gnatstub):
8548         * obsolete/rnews.el (news-list-news-groups):
8549         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
8550         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
8551         * net/rcirc.el (rcirc-debug):
8552         * net/newst-treeview.el (newsticker--treeview-list-add-item)
8553         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
8554         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
8555         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
8556         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
8557         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
8558         (newsticker--treeview-list-clear-highlight)
8559         (newsticker--treeview-list-update-highlight)
8560         (newsticker--treeview-list-highlight-start)
8561         (newsticker--treeview-tree-update-highlight)
8562         (newsticker--treeview-get-selected-item)
8563         (newsticker-treeview-mark-list-items-old)
8564         (newsticker--treeview-set-current-node):
8565         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8566         * net/newst-backend.el (newsticker--get-news-by-funcall)
8567         (newsticker--get-news-by-wget, newsticker--image-get)
8568         (newsticker--image-sentinel):
8569         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
8570         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
8571         (eudc-ph-close-session):
8572         * net/eudc.el (eudc-save-options):
8573         * language/thai-word.el (thai-update-word-table):
8574         * language/japan-util.el (japanese-string-conversion):
8575         * international/titdic-cnv.el (tsang-quick-converter)
8576         (ziranma-converter, ctlau-converter):
8577         * international/mule-cmds.el (describe-language-environment):
8578         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
8579         (skkdic-convert-postfix, skkdic-convert-prefix):
8580         (skkdic-convert-okuri-nasi, skkdic-convert):
8581         * emacs-lisp/re-builder.el (reb-update-overlays):
8582         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
8583         * emacs-lisp/gulp.el (gulp-send-requests):
8584         * emacs-lisp/find-gc.el (trace-call-tree):
8585         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
8586         (eieio-describe-generic):
8587         * emacs-lisp/eieio-base.el (eieio-persistent-read):
8588         * emacs-lisp/edebug.el (edebug-outside-excursion):
8589         * emacs-lisp/debug.el (debugger-make-xrefs):
8590         * emacs-lisp/cust-print.el (custom-prin1-to-string):
8591         * emacs-lisp/chart.el (chart-new-buffer):
8592         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
8593         Use with-current-buffer.
8594         * textmodes/artist.el (artist-system): Don't call
8595         copy-sequence on a fresh string.
8596         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
8598 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
8600         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
8601         is no item to edit.  (Bug#4820)
8602         (todo-top-priorities): Restore point and restore narrowing in Todo
8603         buffer.  (Bug#4820)
8605 2009-10-31  Glenn Morris  <rgm@gnu.org>
8607         * net/ange-ftp.el (top-level): Don't require dired when compiling.
8608         (comint-last-output-start, comint-last-input-start)
8609         (comint-last-input-end): Don't defvar when compiling.
8610         (ange-ftp-process-file): Use bound-and-true-p.
8612         * pcmpl-rpm.el (top-level): Move provide statement to end.
8613         (pcmpl-rpm): Remove unused custom group.
8615         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
8617         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
8619         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8620         (byte-compile-warnings): Add `constants' as an option.
8621         (byte-compile-callargs-warn, byte-compile-arglist-warn)
8622         (display-call-tree): Update for byte-compile-fdefinition possibly
8623         returning `(macro lambda ...)'.  (Bug#4778)
8624         (byte-compile-variable-ref, byte-compile-setq-default):
8625         Respect `constants' member of byte-compile-warnings.
8627         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
8628         Use mapc rather than mapcar because the return value is never used.
8630         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
8631         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
8632         * cedet/semantic/html.el:
8633         Suppress harmless warnings about setting up semantic-imenu (not
8634         part of Emacs) variables.
8636 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8638         * vc-bzr.el (vc-bzr-revision-keywords): New var.
8639         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
8640         to "submit:".
8642         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
8643         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
8644         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
8645         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
8646         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
8647         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
8648         (semantic-analyzer-debug-global-symbol)
8649         (semantic-analyzer-debug-missing-innertype)
8650         (semantic-analyzer-debug-insert-include-summary):
8651         * cedet/semantic/util.el (semantic-file-tag-table):
8652         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
8653         (semantic-recursive-find-nonterminal-by-name):
8654         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
8655         * cedet/semantic/tag-file.el (semantic-prototype-file):
8656         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
8657         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
8658         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
8659         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
8660         (semantic-idle-summary-maybe-highlight):
8661         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
8662         (semantic-ia-sb-tag-info):
8663         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
8664         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
8665         * cedet/semantic/ede-grammar.el (project-compile-target):
8666         (ede-proj-makefile-insert-variables):
8667         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
8668         (semantic-debug-set-source-location, semantic-debug-interface-layout)
8669         (semantic-debug-mode, semantic-debug):
8670         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
8671         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
8672         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
8673         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
8674         (semanticdb-find-translate-path-includes--internal)
8675         (semanticdb-reset-log, semanticdb-find-log-activity):
8676         * cedet/semantic/db-file.el (object-write):
8677         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
8678         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
8679         (semanticdb-create-ebrowse-database):
8680         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
8681         * cedet/semantic/complete.el (semantic-displayor-focus-request)
8682         (semantic-collector-calculate-completions-raw)
8683         (semantic-complete-read-tag-analyzer):
8684         * cedet/semantic/analyze.el (semantic-analyze-pulse):
8685         * cedet/ede/util.el (ede-update-version-in-source):
8686         * cedet/ede/proj.el (project-delete-target):
8687         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
8688         (ede-proj-flush-autoconf):
8689         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
8690         (ede-proj-configure-synchronize):
8691         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
8692         * cedet/ede/linux.el (ede-linux-version):
8693         * cedet/ede/emacs.el (ede-emacs-version):
8694         * cedet/ede/dired.el (ede-dired-add-to-target):
8695         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
8696         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
8697         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
8698         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
8699         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
8700         (cedet-idutils-version-check):
8701         * cedet/cedet-global.el (cedet-gnu-global-call):
8702         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
8703         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
8704         * cedet/cedet-cscope.el (cedet-cscope-call)
8705         (cedet-cscope-expand-filename, cedet-cscope-version-check):
8706         Use with-current-buffer.
8707         * cedet/ede.el (ede-make-project-local-variable)
8708         (ede-set-project-variables, ede-set): Use dolist.
8710 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
8712         * textmodes/ispell.el (ispell-skip-region-alist):
8713         * international/mule-conf.el (eight-bit):
8714         * international/fontset.el (font-encoding-alist):
8715         * startup.el (pure-space-overflow-message):
8716         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
8717         * paths.el (gnus-nntp-service, rmail-spool-directory)
8718         (term-file-prefix):
8719         * files.el (save-some-buffers-action-alist):
8720         * cmuscheme.el (same-window-buffer-names):
8721         * ielm.el (same-window-buffer-names):
8722         * shell.el (same-window-buffer-names):
8723         * mail/sendmail.el (same-window-buffer-names):
8724         * progmodes/inf-lisp.el (same-window-buffer-names):
8725         * bindings.el (mode-line-client)
8726         (mode-line-column-line-number-mode-map):
8727         * language/tibetan.el (tibetan-precomposition-rule-regexp)
8728         (tibetan-precomposed-regexp): Purecopy string arguments.
8730 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8732         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
8733         (calcDigit-nondigit):
8734         * calc/calc-yank.el (calc-copy-to-buffer):
8735         * calc/calc-units.el (calc-invalidate-units-table):
8736         * calc/calc-trail.el (calc-trail-yank):
8737         * calc/calc-store.el (calc-insert-variables):
8738         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
8739         * calc/calc-prog.el (calc-read-parse-table):
8740         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
8741         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
8742         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
8743         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
8744         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
8745         (calc-graph-name, calc-graph-find-command, calc-graph-view)
8746         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
8747         * calc/calc-ext.el (calc-realign):
8748         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
8749         (calc-embedded-finish-edit, calc-embedded-make-info)
8750         (calc-embedded-finish-command, calc-embedded-stack-change):
8751         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
8753         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
8754         (overload-docstring-extension): Use that info.
8755         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
8756         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
8757         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
8758         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
8759         (semantic-nonterminal-full-name): Add the new `when' info.
8760         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
8761         `assert'.
8763         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
8764         shell-dynamic-complete-filename in preference to
8765         comint-dynamic-complete-filename.
8767         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8768         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8769         Don't consider whether the display supports colors.
8770         (bookmark-import-new-list): Use dolist.
8771         (bookmark-bmenu-mode-map): Move initialization into declaration.
8772         (bookmark-bmenu-list): Use dolist, simplify.
8773         (bookmark-show-all-annotations): Use save-selected-window and dolist.
8774         (menu-bar-final-items): Use push.
8776 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
8778         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
8779         it works on remote files.
8780         (vc-hg-diff): Don't pass any `--cwd' argument.
8782 2009-10-27  Kevin Ryde  <user42@zip.com.au>
8784         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8785         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
8786         (Further to Bug#3921).
8788 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
8790         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
8791         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
8792         calling `tramp-imap-put-file'.  Add file size to the call.
8793         (tramp-imap-get-file-entries): Compute also user name, file size,
8794         and date.
8795         (tramp-imap-handle-insert-directory): Insert uid and gid.
8796         (tramp-imap-handle-file-attributes): Transform uid and gid
8797         according to `id-format'.
8798         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
8799         size in header X-Size.
8801 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
8803         * simple.el (transpose-subr): Give clearer error when the mark
8804         is not set.  (Bug#4807)
8806 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
8808         * net/tramp.el (tramp-perl-file-truename): New defconst.
8809         Perl code contributed by yary <not.com@gmail.com> (tiny change).
8810         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
8811         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
8812         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
8814         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
8815         Ignore `dired-call-process'.
8816         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
8818 2009-10-26  Julian Scheid  <julians37@gmail.com>
8820         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
8821         (tramp-get-remote-readlink): New defun.
8822         (tramp-handle-file-truename): Use it.
8823         (tramp-handle-file-exists-p): Check file-attributes cache, assume
8824         file exists if cache value present.
8825         (tramp-check-cached-permissions): New defun.
8826         (tramp-handle-file-readable-p): Use it.
8827         (tramp-handle-file-writable-p): Likewise.
8828         (tramp-handle-file-executable-p): Likewise.
8829         (tramp-handle-file-name-all-completions): Try using Perl to get
8830         partial completions.  When perl not available, combine `cd' and
8831         `ls' into single remote operation and use shell expansion to get
8832         partial remote directory contents.  Set `file-exists-p' cache for
8833         directory and any files returned by ls.  Change cache handling to
8834         support partial directory contents.  Use error message emitted by
8835         remote `cd' or Perl code for local tramp-error.
8836         (tramp-do-copy-or-rename-file-directly): Avoid separate
8837         tramp-send-command-and-check call.
8838         (tramp-handle-process-file): Merge three remote ops into one.
8839         Do not flush all caches when `process-file-side-effects' is set.
8840         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
8841         file-attributes shows uid/gid to be set already.
8843 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
8845         * textmodes/tex-mode.el (tex-dvi-view-command)
8846         (tex-show-queue-command, tex-open-quote):
8847         * progmodes/ruby-mode.el (auto-mode-alist)
8848         (interpreter-mode-alist): Purecopy strings.
8850         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
8852         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
8853         string for the hook, keymap and abbrev table.
8855         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
8857         * x-dnd.el (x-dnd-xdnd-to-action):
8858         * startup.el (fancy-startup-text, fancy-about-text): Change to
8859         defconst from defvar.
8861         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
8863         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
8864         Purecopy initialization strings.
8866         * mail/sendmail.el (mail-header-separator)
8867         (mail-personal-alias-file):
8868         * mail/rmail.el (rmail-default-dont-reply-to-names)
8869         (rmail-ignored-headers, rmail-retry-ignored-headers)
8870         (rmail-highlighted-headers, rmail-secondary-file-directory)
8871         (rmail-secondary-file-regexp):
8872         * files.el (null-device, file-name-invalid-regexp)
8873         (locate-dominating-stop-dir-regexp)
8874         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
8875         (interpreter-mode-alist): Use mapcar instead of mapc.
8877         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
8879         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
8880         (completion-ignored-extensions):
8881         (debug-ignored-errors): Purecopy strings.
8883 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8885         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
8886         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
8887         (pcomplete--here): Use push.
8889         * subr.el (all-completions): Declare the 4th arg obsolete.
8891 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8893         * pcomplete.el (pcomplete-unquote-argument-function): New var.
8894         (pcomplete-unquote-argument): New function.
8895         (pcomplete--common-suffix): Always pay attention to case.
8896         (pcomplete--table-subvert): Quote and unquote the text.
8897         (pcomplete--common-quoted-suffix): New function.
8898         (pcomplete-std-complete): Use it and pcomplete-begin.
8900         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
8901         we're inside a dedicated or minibuffer window.
8903 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8905         * cedet/semantic/fw.el (semantic-alias-obsolete)
8906         (semantic-varalias-obsolete): Make the `when' arg mandatory.
8907         (define-mode-overload-implementation):
8908         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
8909         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
8910         * cedet/semantic/util.el (semantic-file-token-stream)
8911         (semantic-something-to-stream):
8912         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
8913         (semantic-expand-nonterminal):
8914         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
8915         (semantic-find-dependency, semantic-find-nonterminal)
8916         (semantic-find-dependency):
8917         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
8918         (semantic-flex-text, semantic-flex-make-keyword-table)
8919         (semantic-flex-keyword-p, semantic-flex-keyword-put)
8920         (semantic-flex-keyword-get, semantic-flex-map-keywords)
8921         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
8922         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
8923         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
8924         (semantic-after-idle-scheduler-reparse-hooks):
8925         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
8926         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
8927         * cedet/semantic.el (semantic-toplevel-bovine-table)
8928         (semantic-toplevel-bovine-cache)
8929         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
8930         (semantic-init-mode-hooks, semantic-init-db-hooks)
8931         (semantic-bovination-working-type): Provide the `when' arg.
8933 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
8935         * bookmark.el: Update documentation, especially documentation
8936         of `bookmark-alist' and of the bookmark file format.
8937         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
8939 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
8941         * mail/emacsbug.el (report-emacs-bug): Clarify that the
8942         keybindings apply to the mail buffer (Bug#4003).  Shrink help
8943         window to buffer.
8945         * whitespace.el (whitespace-mode, whitespace-newline-mode)
8946         (global-whitespace-mode, global-whitespace-newline-mode)
8947         (whitespace-toggle-options, global-whitespace-toggle-options):
8948         Doc fix (Bug#3660).
8950         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
8951         of xmltok-start before the end tag was inserted (Bug#2840).
8953         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
8954         patterns that are preceded by an open-paren (Bug#1320).
8956 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
8958         * files.el (delete-directory): Delete symlinks to directories with
8959         delete-file (Bug#4739).
8961 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
8963         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
8964         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
8965         argument to make-obsolete.
8967         * cedet/semantic/fw.el (semantic-alias-obsolete)
8968         (semantic-varalias-obsolete): Add optional WHEN argument.
8970 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
8972         * vc.el (vc-backend-for-registration): Rename from
8973         vc-get-backend-for-registration.  Update callers.
8975         * international/mule-cmds.el (set-language-info-alist):
8976         Purecopy lang-env.
8977         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
8978         (charset): Purecopy the name.
8979         (define-char-code-property): Purecopy string arguments.
8981         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8982         Purecopy string arguments.
8984         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8985         * ediff-hook.el (menu-bar-ediff-menu):
8986         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
8987         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
8989 2009-10-24  Glenn Morris  <rgm@gnu.org>
8991         * comint.el (comint-dynamic-list-completions):
8992         * term.el (term-dynamic-list-completions): Use choose-completion rather
8993         than obsolete alias mouse-choose-completion.
8995         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
8996         file-cache-choose-completion.
8997         (file-cache-choose-completion): Handle an optional event argument.
8998         (file-cache-mouse-choose-completion): Make it an obsolete alias.
9000         * progmodes/octave-mod.el (octave-complete-symbol):
9001         Use choose-completion if mouse-choose-completion is ever removed.
9003         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9004         use.
9006         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9007         compiler.
9009         * vc-hooks.el (vc-responsible-backend): Fix declaration.
9011 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9013         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9014         Ignore `pred' now that we receive one.
9015         Handle test-completion specially.
9017 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9019         * vc.el (vc-responsible-backend): Throw an error if not backend is
9020         found.  Remove the REGISTER argument.  Move the code dealing with
9021         REGISTER ...
9022         (vc-get-backend-for-registration): ... here.  New function.
9023         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9024         of vc-responsible-backend, pass the file name instead of the
9025         directory name.
9027 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9029         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9030         New funs.
9031         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
9032         (pcomplete-comint-setup): Don't modify a global var via
9033         accidental side-effects.
9034         (pcomplete-shell-setup): Adjust call accordingly.
9035         (pcomplete-parse-comint-arguments): Use push.
9037 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
9039         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9040         Allow uncapitalized info node names (Bug#3921).
9042         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9043         to the DEBUG file (Bug#3781).
9045 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
9047         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9048         dictionary entry (Bug#4579).
9050 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
9052         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9053         from `rfn-eshadow-update-overlay-hook' when unloading.
9054         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9055         "rsyncc".  Adjust doc string.
9056         (tramp-temp-buffer-file-name): New buffer-local defvar.
9057         (tramp-handle-insert-file-contents, tramp-handle-write-region):
9058         Keep temporary file when indicated by method ("rsync" and
9059         "rsyncc").
9060         (tramp-handle-write-region): Handle APPEND.
9061         (tramp-delete-temp-file-function): New defun.  Added to
9062         `kill-buffer-hook'.
9064 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
9066         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9068 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9070         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9071         (color-name-rgb-alist, tty-standard-colors)
9072         (tty-color-mode-alist): Change to defconst.
9074         * simple.el (mark-inactive): Purecopy message.
9076         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9077         (global-map, yank-menu):
9078         * textmodes/ispell.el (ispell-menu-map):
9079         * net/eudc.el (eudc-tools-menu):
9080         * international/mule-cmds.el (describe-language-environment-map)
9081         (setup-language-environment-map, set-coding-system-map)
9082         (mule-menu-keymap):
9083         * vc-hooks.el (vc-menu-entry, vc-menu-map):
9084         * replace.el (occur-mode-map):
9085         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9087 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
9089         * calc/calc.el (math-read-number, math-read-number-simple): Use
9090         `save-match-data'.
9092 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9094         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9095         rather than fiddling with global-map bindings, since it should only
9096         affect per-terminal settings.
9097         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9099         * minibuffer.el (completion-table-with-terminator): Allow to specify
9100         the terminator-regexp.
9102         * simple.el (switch-to-completions): Look for *Completions* in other
9103         frames as well.
9105         * pcomplete.el: Allow the use of completion-tables.
9106         (pcomplete-std-complete): New command.
9107         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9108         (pcomplete--here): Use a function for `form' rather than an expression,
9109         so it can be byte-compiled.
9110         (pcomplete-here, pcomplete-here*): Adjust accordingly.
9111         Add edebug declaration.
9112         (pcomplete-show-completions): Remove unused var `curbuf'.
9113         (pcomplete-do-complete, pcomplete-stub):
9114         Don't assume `completions' is a list of strings any more.
9116 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
9118         * find-dired.el (find-name-arg): Fix typo in docstring.
9120 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9122         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9123         (pcmpl-linux-fs-types): Same, and update to new modules layout.
9125         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9126         pcomplete-entries.
9128         * comint.el (comint-read-input-ring, comint-write-input-ring)
9129         (comint-substitute-in-file-name)
9130         (comint-dynamic-complete-as-filename)
9131         (comint-dynamic-simple-complete)
9132         (comint-dynamic-list-filename-completions)
9133         (comint-dynamic-list-completions)
9134         (comint-redirect-results-list-from-process): Minor simplifications.
9136 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9138         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9139         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9140         the first form.  And insert a blank line after ";;; Code" since
9141         that's usual style.  (Bug#4612)
9143         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9145 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9147         * minibuffer.el (completion-table-with-terminator): Properly implement
9148         boundaries, in case `terminator' appears in the suffix.
9149         (completion--embedded-envvar-table): Don't return boundaries if
9150         there's no valid completion.  Simplify.
9151         (completion-file-name-table): New completion table extracted from
9152         completion--file-name-table.
9153         (completion--file-name-table): Use it.
9154         (read-file-name-predicate): Declare obsolete.
9155         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9156         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9157         completion-file-name-table, and use the `pred' argument.
9158         * files.el (locate-file-completion-table): Use the `pred' arg rather
9159         than read-file-name-predicate.
9160         (abbreviate-file-name): Use \` rather than ^ for BOS.
9162 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
9164         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9165         vc-responsible-backend to register, it causes problems.
9167 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9169         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9171 2009-10-21  Eric Ludlam  <zappo@gnu.org>
9173         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9174         (semantic-c-debug-mode-init-pch): New functions.
9175         (semantic-c-debug-mode-init-last-mode): New var.
9176         (semantic-c-parse-lexical-token): Use them.
9178         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9179         When extracting the argument list, limit only by point-max.
9181 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
9183         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9184         (tramp-smb-handle-file-attributes): Use it.
9185         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9186         (tramp-smb-handle-insert-directory): Use `mapc' rather than
9187         `mapcar'.  Use `tramp-smb-get-stat-capability'.
9188         Add `dired-filename' text properties.
9189         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9190         (tramp-smb-maybe-open-connection): Simplify check for smbclient
9191         version.
9193 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9195         * subr.el (read-key-delay): Reduce to 0.01.
9196         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9197         (bug#4751).
9199 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9201         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9203         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9204         (Info-menu): Remove unused vars `last' and `completions'.
9205         (Info-index-nodes): Remove unused var `node'.
9207         * info.el (Info-complete-menu-item): Use complete-with-action.
9209 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
9211         Make vc-annotate work through copies and renames.
9212         * vc-annotate.el (vc-annotate-extract-revision-at-line):
9213         Return the file name too.
9214         (vc-annotate-revision-at-line)
9215         (vc-annotate-find-revision-at-line)
9216         (vc-annotate-revision-previous-to-line)
9217         (vc-annotate-show-log-revision-at-line): Update to get the file
9218         name from vc-annotate-extract-revision-at-line.
9219         (vc-annotate-show-diff-revision-at-line-internal): Change the
9220         argument to mean whether to show a file diff or not.  Get the file
9221         name from vc-annotate-extract-revision-at-line.
9222         (vc-annotate-show-diff-revision-at-line):
9223         Update vc-annotate-show-diff-revision-at-line call.
9224         (vc-annotate-warp-revision): Add an optional file argument.
9226         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9227         (vc-git-annotate-extract-revision-at-line): Also return the file
9228         name if found.
9230         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9231         command.  Remove unused code.
9232         (vc-hg-annotate-re): Update to match --follow output.
9233         (vc-hg-annotate-extract-revision-at-line): Also return the file
9234         name if found.
9236         * vc.el: Update annotate-extract-revision-at-line documentation.
9238 2009-10-18  Kevin Ryde  <user42@zip.com.au>
9240         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9241         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9243         * net/browse-url.el (browse-url): Identify alist with "consp and
9244         not functionp" and let all other things go down the `apply' leg,
9245         as suggested by Stefan.  (Further to bug#4531.)
9247 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
9249         * minibuffer.el (read-file-name): Check for repeat before putting
9250         a default argument in file-name-history (Bug#4657).
9252         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9253         read syntax (Bug#4737).
9255         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9257 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9259         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9260         (html-tag-alist, html-tag-help): Add descriptions for undocumented
9261         entries and make note of obsolete tags.
9263 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9265         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9267 2009-10-18  Glenn Morris  <rgm@gnu.org>
9269         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9270         grep, so that binary files (eg international/uni-bidi.el) can match.
9271         Remove test for "UnicodeData" files, since it is hopefully unnecessary
9272         now, and in any case the file header format has changed.
9274 2009-10-17  Glenn Morris  <rgm@gnu.org>
9276         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9277         (flyspell-get-word, flyspell-large-region)
9278         (flyspell-auto-correct-previous-word): Doc/error message fixes.
9280 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9282         * Makefile.in (ELCFILES): Add ede/shell.
9284 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
9286         * term/common-win.el (x-colors): Purecopy it.
9288 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9290         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9291         permissive for when the buffer is empty.
9292         (tar-header-block-tokenize): Decode the username and groupname.
9293         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9295 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9297         * cedet/srecode/srt.el:
9298         * cedet/srecode/compile.el:
9299         * cedet/semantic/mru-bookmark.el:
9300         * cedet/semantic/debug.el:
9301         * cedet/semantic/complete.el:
9302         * cedet/semantic/analyze.el: Require CL when compiling.
9304 2009-10-17  Eric Ludlam  <zappo@gnu.org>
9306         * cedet/semantic/scope.el
9307         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
9308         tmpscope so that the regular scope will continue to work.
9310         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
9311         Use semantic-idle-summary-highlight-face as the highlighting.
9313         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
9314         contains multibyte characters, choose first applicable coding
9315         system automatically.
9317         * cedet/ede/project-am.el (project-run-target): New method.
9318         (project-run-target): New method.
9320         * cedet/ede.el (ede-target): Add run target menu item.
9321         (ede-project, ede-minor-keymap): Add ede-run-target binding.
9322         (ede-run-target): New function.
9323         (ede-target::project-run-target): New method.
9325         * cedet/ede/proj.el (project-run-target): New method.
9327         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
9328         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
9329         Add :rules.
9330         (ede-proj-target-makefile-shared-object): Only libtool compilers
9331         now available.  Add linkers for libtool.
9332         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
9333         (ede-proj-makefile-target-name): Always use .la extension.
9335         * cedet/ede/proj-prog.el (project-run-target): New method.
9337         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
9338         (ede-g++-linker): Change Change link lines.
9340         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
9341         When searching for old variables, go to the end of the buffer and
9342         search backward from there.
9343         (ede-proj-makefile-automake-insert-subdirs)
9344         (ede-proj-makefile-automake-insert-extradist): New methods.
9345         (ede-proj-makefile-create): Use them.
9347         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
9348         Force FILE to expand to the current target.  Use file-exists-p to
9349         check that it exists.
9351         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
9352         (ede-linux-load): Wrap dir in file-name-as-directory.
9353         Set :version slot.
9355         * cedet/ede/files.el (ede-get-locator-object): When enabling
9356         locate, do so on "top".
9358         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
9359         file-name-as-directory during compare.
9360         (ede-emacs-version): Return Emacs/XEmacs differentiator.
9361         Get version number from different places.  Don't call egrep.
9362         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
9363         to set the directory.
9365         * cedet/ede/shell.el: New file.
9367         * cedet/inversion.el (inversion-decoders): Allow for stray . in
9368         alpha/beta variants.
9370 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9372         * international/mule-cmds.el (select-safe-coding-system): If the file
9373         has a coding cookie, use it regardless of any other setting (bug#4712).
9375 2009-10-17  Glenn Morris  <rgm@gnu.org>
9377         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
9378         All errors should have messages.
9380         * foldout.el (foldout-mouse-swallow-events):
9381         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
9383         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
9384         (dired-keep-marker-copy, dired-keep-marker-hardlink)
9385         (dired-keep-marker-symlink, dired-dwim-target)
9386         (dired-copy-preserve-time): Do not autoload these defcustoms.
9388         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
9389         messages from messing up the file coding.  (Bug#4623)
9391 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
9393         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
9394         if no match is found for the current dictionary.  (Bug#4578)
9396         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
9397         optional, since that is how it is documented, and this is often called
9398         with a nil argument.  (Bug#4577)
9399         (flyspell-external-point-words, flyspell-auto-correct-word)
9400         (flyspell-correct-word-before-point, flyspell-word-search-forward)
9401         (flyspell-word-search-backward): Remove nil argument in calls to
9402         flyspell-get-word, since it is not needed now.
9404 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
9406         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
9408 2009-10-16  Glenn Morris  <rgm@gnu.org>
9410         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
9412 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
9414         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
9415         (ange-ftp-file-size): New function.
9416         (ange-ftp-file-attributes): Use it.
9418 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
9420         * net/tramp-smb.el (tramp-smb-version): New defvar.
9421         (tramp-smb-maybe-open-connection): Use it, in order to avoid
9422         repeated checks.
9424 2009-10-16  Glenn Morris  <rgm@gnu.org>
9426         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9427         Maybe copy some custom properties from old to new name.  (Bug#4706)
9429 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
9431         * subr.el (error, sit-for, start-process-shell-command)
9432         (start-file-process-shell-command): Set the calling convention
9433         after the function definition.
9435 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9437         * subr.el (error, sit-for, start-process-shell-command)
9438         (start-file-process-shell-command): Use the new
9439         set-advertised-calling-convention feature.
9441 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
9443         * international/ucs-normalize.el (ucs-normalize-version):
9444         Change to 1.2.
9445         (check-range): Adjust for Unicode 5.2.
9447 2009-10-15  Juri Linkov  <juri@jurta.org>
9449         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
9450         to the `menu-item' format.
9452 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
9454         * net/tramp.el (tramp-replace-environment-variables): Do not fail
9455         if the environment variable does not exist.
9457         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9458         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
9459         parameter.
9460         (tramp-smb-handle-add-name-to-file)
9461         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9462         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9463         (tramp-smb-handle-file-attributes)
9464         (tramp-smb-do-file-attributes-with-stat)
9465         (tramp-smb-handle-file-local-copy)
9466         (tramp-smb-handle-insert-directory)
9467         (tramp-smb-handle-make-directory)
9468         (tramp-smb-handle-make-directory-internal)
9469         (tramp-smb-handle-make-symbolic-link)
9470         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
9471         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
9472         (tramp-smb-maybe-open-connection): Apply the changed parameters.
9473         (tramp-smb-read-file-entry): Read Disk names in compressed format.
9474         Handle long file names.
9475         (tramp-smb-get-cifs-capabilities): Check, whether the connection
9476         process is running.
9477         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
9478         Read share names with "-g" option.
9480 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
9482         * net/rcirc.el (rcirc-view-log-file): New command.
9483         (rcirc-track-minor-mode-map): Remove C-c ` binding.
9484         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
9485         specified.
9487 2009-10-15  Glenn Morris  <rgm@gnu.org>
9489         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
9490         from the second command-line argument.
9491         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
9492         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
9493         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
9494         w32-batch-update-autoloads.
9495         * emacs-lisp/autoload.el (autoload-make-program): New variable.
9496         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
9498         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
9499         the headers cannot be located.  Simplify, subtracting superflous
9500         save-excursions.
9502 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9504         Replace completion-base-size by completion-base-position to fix bugs
9505         such as (bug#4699).
9506         * simple.el (completion-base-position): New var.
9507         (completion-base-size): Mark as obsolete.
9508         (choose-completion): Make it work for mouse events as well.
9509         Pass the new base-position to choose-completion-string.
9510         (choose-completion-guess-base-position): New function, extracted from
9511         choose-completion-delete-max-match.
9512         (choose-completion-delete-max-match): Use it.  Make obsolete.
9513         (choose-completion-string): Use the new base-position info.
9514         (completion-root-regexp): Delete.
9515         (completion-setup-function): Preserve completion-base-position.
9516         Eliminate obsolete base-size manipulation.
9517         * minibuffer.el (display-completion-list): Don't mess with base-size.
9518         (minibuffer-completion-help): Set completion-base-position instead.
9519         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
9520         choose-completion.
9521         * textmodes/bibtex.el (bibtex-complete):
9522         * emacs-lisp/crm.el (crm--choose-completion-string):
9523         Adjust to new calling convention.
9524         * complete.el (partial-completion-mode): Use minibufferp to avoid
9525         bumping into incompatible change to choose-completion-string-functions.
9526         * ido.el (ido-choose-completion-string): Make its calling convention
9527         more permissive.
9528         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
9529         base-size manipulation.
9530         (comint-dynamic-list-input-ring): Use dotimes and push.
9531         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
9532         fundamental-mode.  Use `or'.
9534 2009-10-14  Juri Linkov  <juri@jurta.org>
9536         * misearch.el (multi-isearch-next-buffer-from-list)
9537         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
9539 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9541         * Makefile.in (compile-onefile): Load `bytecomp' rather than
9542         `bytecomp.el'.
9544         * minibuffer.el (completion-pcm--merge-completions): Make sure the
9545         string we return is all made up of text from the completions rather
9546         than part from the completions and part from the input (bug#4219).
9548         * ido.el (ido-everywhere): Use define-minor-mode.
9550         * buff-menu.el (list-buffers, ctl-x-map):
9551         Mark the entry points with ;;;###autoload cookies.
9553 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
9555         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
9556         correctly in the detached head case.
9557         (vc-git-print-log): Remove unused binding.
9559         * vc.el (vc-responsible-backend): When a directory is passed for
9560         for registration create a VC repository if no backend is
9561         responsible for the directory argument.
9562         (vc-deduce-fileset): Tell vc-responsible-backend to register.
9564         * vc.el: Move comments about RCS and SCCS ...
9565         * vc-rcs.el:
9566         * vc-sccs.el: ... here, respectively.
9568 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9570         * minibuffer.el (completion--file-name-table): Return nil if there's
9571         no file completion, even if substitute-in-file-name changed
9572         the string (bug#4708).
9574 2009-10-13  Juri Linkov  <juri@jurta.org>
9576         * files-x.el (read-file-local-variable-value): Don't filter out
9577         minor modes from mode name completion (bug#4664).
9579 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
9581         * international/mule-cmds.el (ucs-names): Remove exclusion of
9582         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
9584 2009-10-13  Kenichi Handa  <handa@m17n.org>
9586         * international/uni-name.el: Regenerated.
9588 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
9590         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
9591         should be automatically buffer-local, but isn't.)
9593 2009-10-12  Sam Steingold  <sds@gnu.org>
9595         * progmodes/compile.el (compilation-next-error-function): Fix the
9596         timestamps if the buffer has been visited before.
9597         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
9598         non-anchored patterns, like the perl one (bug#3928).
9600 2009-10-12  Glenn Morris  <rgm@gnu.org>
9602         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
9603         Let-bind `size'.
9605 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
9607         * proced.el (proced-unload-function): New function.
9609         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
9610         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
9611         Doc fix.
9613         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
9615 2009-10-11  Juri Linkov  <juri@jurta.org>
9617         * files-x.el (read-file-local-variable-value):
9618         Provide default value only for bound variables (bug#4664).
9620 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
9622         * net/tramp.el (tramp-local-host-p): Function shall return nil for
9623         connection methods like smb.
9625         * net/tramp-cache.el (tramp-flush-connection-property): The hash
9626         can be empty.
9628         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9629         (tramp-smb-file-name-handler-alist): Add handlers for
9630         `add-name-to-file', `make-symbolic-link'.
9631         (tramp-smb-handle-add-name-to-file)
9632         (tramp-smb-do-file-attributes-with-stat)
9633         (tramp-smb-handle-make-symbolic-link)
9634         (tramp-smb-get-cifs-capabilities): New defuns.
9635         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9636         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9637         (tramp-smb-handle-file-local-copy)
9638         (tramp-smb-handle-make-directory-internal)
9639         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9640         The file name syntax depends on cifs capabilities.
9641         (tramp-smb-handle-file-attributes):
9642         Call `tramp-smb-do-file-attributes-with-stat' if possible.
9643         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
9644         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
9646 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
9648         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
9649         (eieio-defclass): Apply deftype handler and setf-method properties
9650         directly.
9651         (eieio-add-new-slot): Avoid union function from cl library.
9652         (eieio--typep): New function.
9653         (eieio-perform-slot-validation): Use it.
9655 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
9657         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
9658         Update documentation to refer to the variables documented in r1.135.
9659         (Bug#4188)
9661 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
9663         * bookmark.el (Info-suffix-list): Remove this unused variable.
9664         (bookmark-current-point): Remove this obsolete variable.
9665         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
9666         Adjust for removal of bookmark-current-point.
9668         (bookmarks-already-loaded, bookmark-current-buffer)
9669         (bookmark-yank-point): Document.  (Bug#4188)
9671 2009-10-10  Glenn Morris  <rgm@gnu.org>
9673         * frame.el (frame-height): Doc fix.
9675         * calendar/calendar.el (calendar-split-width-threshold): New option.
9676         (calendar-basic-setup): Use calendar-split-width-threshold.
9678 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
9680         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
9681         Use .la for Automake.
9683 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
9685         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
9686         Use "autoreconf -i".  Suggested by Andreas Schwab.
9688 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
9690         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
9691         Ideographic Supplement" range (U+1F200..U+1F2FF).
9693 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9695         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
9696         since the list will have been rebuilt anyway.  (Bug#4349)
9698 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9700         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
9701         (bookmark-bmenu-execute-deletions): Don't save here, as
9702         bookmark-delete will now do so if necessary.
9703         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
9704         (Bug#4348)
9706 2009-10-09  Glenn Morris  <rgm@gnu.org>
9708         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
9710 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9712         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
9713         (bookmark-jump-other-window): Just invoke bookmark-jump with new
9714         argument now, so the two function's behaviors will match.  (Bug#3645)
9716 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
9718         * cedet/ede/proj.el (project-make-dist, project-compile-project):
9719         Fix filename test.
9720         (ede-proj-dist-makefile): Use expand-file-name instead of concat
9721         to expand file names.
9723 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
9725         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
9726         (tramp-file-name-real-host, tramp-file-name-port):
9727         Apply `save-match-data'.
9729         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
9730         case both directories are remote.
9731         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
9732         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
9734 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
9736         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
9737         (ede-proj-target-makefile-objectcode): Use it.
9739         * cedet/ede/source.el (ede-want-any-source-files-p)
9740         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
9741         Return search result.  This error was introduced while merging.
9743 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
9745         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
9747 2009-10-07  Glenn Morris  <rgm@gnu.org>
9749         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
9750         of concat.
9752 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9754         * files-x.el (read-file-local-variable): Include some
9755         non-user-variables in the completion table (bug#4664).
9757 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
9759         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
9760         message.
9762         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9763         (tramp-smb-file-name-handler-alist): Add handler for
9764         `copy-directory', `expand-file-name', `set-file-modes'.
9765         (tramp-smb-handle-copy-directory)
9766         (tramp-smb-handle-expand-file-name)
9767         (tramp-smb-handle-set-file-modes): New defuns.
9768         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
9769         (tramp-smb-handle-file-attributes): Simplify check for retrieving
9770         entry.
9771         (tramp-smb-handle-insert-directory): Don't flush the cache.
9772         (tramp-smb-maybe-open-connection): Check for samba client and
9773         server versions.
9775 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
9777         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
9778         to not error out of search for "^lisp=" fails.
9780 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
9782         * makefile.w32-in (WINS_UPDATES): New macro.
9783         (custom-deps, finder-data, autoloads): Use it.
9785 2009-10-07  Glenn Morris  <rgm@gnu.org>
9787         * Makefile.in (autoloads): Revert previous change.
9788         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
9789         the list of preloaded files passed on the command-line, get
9790         it from src/Makefile.
9792         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
9793         show the original buffer rather than a random one.
9795 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
9797         * help.el (describe-no-warranty): Place point in a slightly better
9798         position in the GPLv3 text.
9800 2009-10-06  Sam Steingold  <sds@gnu.org>
9802         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
9803         the comm attribute is present before calling regexp-quote.
9805 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
9807         * play/animate.el (animate-string): For good effect, make sure
9808         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
9810         * play/animate.el (animate-sequence, animate-birthday-present):
9811         * misc.el (butterfly): Don't set `indent-tabs-mode'.
9813 2009-10-06  Glenn Morris  <rgm@gnu.org>
9815         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
9817         * emacs-lisp/autoload.el (autoload-excludes): New variable.
9818         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
9819         (batch-update-autoloads): Process a string value of autoload-excludes,
9820         set during the build process.
9821         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
9823         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
9824         inside with-parsed...  macro so that `v' is defined.
9826         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
9827         * progmodes/fortran.el (fortran-end-of-block)
9828         (fortran-beginning-of-block):
9829         Also push mark in the macro case.
9831         * emerge.el (emerge-show-file-name):
9832         * calc/calc.el (calc-quit):
9833         * calc/calc-misc.el (calc-big-or-small):
9834         * calc/calc-graph.el (calc-graph-view):
9835         * calc/calc-ext.el (calc-reset):
9836         * calendar/calendar.el (calendar-basic-setup):
9837         Use window-full-height-p.
9839         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
9840         header we don't understand, don't insert another.  (Bug#4624)
9841         If changing mime charset, insert the new one in the right place.
9843 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
9845         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
9846         (cal-tex-cursor-month): Correctly increment the end date for diary and
9847         holiday listing.  (Bug#4626)
9849 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9851         * help-fns.el (describe-function-1): Don't burp if the function is not
9852         a symbol.
9854 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
9856         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
9857         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
9858         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
9859         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
9861         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
9862         (eieio-default-superclass): Reflow docstrings.
9863         (this, class-option-assoc, defclass, eieio-class-un-autoload)
9864         (eieio-unbind-method-implementations, defmethod)
9865         (eieio-validate-slot-value, eieio-validate-class-slot-value)
9866         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
9867         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
9868         (eieio-slot-originating-class-p, eieio-slot-name-index)
9869         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
9870         (constructor, initialize-instance, no-next-method, object-print)
9871         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
9872         Fix typos in docstrings.
9873         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
9874         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
9875         (next-method-p): Doc fixes.
9876         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
9877         Fix typos in error messages.
9878         (eieio-defmethod): Fix typo in description of generic method.
9880         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
9881         (eieio-persistent-save-interactive, slot-missing):
9882         Fix typos in docstrings.
9883         (eieio-instance-inheritor-slot-boundp): Doc fix.
9885         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
9886         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
9888         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
9889         (eieio-custom-object-apply-reset):
9890         Fix typos in docstrings and error messages.
9892         * emacs-lisp/eieio-datadebug.el (data-debug-show):
9893         Fix typo in docstring.
9895         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
9896         (eieio-browse-tree): Doc fix.
9897         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
9898         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
9899         Fix typos in docstrings.
9901         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
9902         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
9903         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
9904         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
9905         Reflow docstrings.
9907 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
9909         * vc-hg.el (log-view-vc-backend): Declare for compiler.
9910         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
9911         Set log-view-vc-backend so that diff can work.
9913         * log-view.el (log-view-diff): Use vc-diff-internal instead of
9914         vc-version-diff.
9915         (vc-diff-internal): Autoload this instead of vc-version-diff.
9917 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
9919         * simple.el (eval-expression): Doc fix.
9921         * progmodes/cwarn.el (cwarn-mode): Doc fix.
9923 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
9925         * files.el (directory-files-no-dot-files-regexp): New defconst.
9926         (delete-directory): Use it.
9927         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
9929         * net/tramp.el (tramp-verbose): Fix docstring.
9930         (tramp-methods): Add recursive option to `tramp-copy-args'.
9931         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
9932         "scp1_old", "scp2_old", "rsync", "rsyncc".
9933         (tramp-default-method): Check also for `auth-source-user-or-password'.
9934         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9935         Add handler for `copy-directory'.
9936         (tramp-handle-copy-directory): New defun.
9937         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
9938         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
9939         Optimize sent command.
9941 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9943         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
9944         window if necessary.
9946         * calendar/calendar.el (calendar-basic-setup): Don't call
9947         switch-to-buffer in a dedicated window.
9949 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
9951         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
9952         don't do anything related to relocating, just return nil.
9953         (bookmark-error-no-filename): New error.
9954         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
9955         bookmark has no file.  Don't even attempt to handle things that
9956         are not files; the whole point of custom handlers is to keep that
9957         knowledge elsewhere anyway.  Tighten some comments.
9958         (bookmark-file-or-variation-thereof): Remove now-unused function.
9959         (bookmark-location): Doc string fix.
9960         (Bug#4250)
9962 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9964         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
9965         don't use a file dialog, because they usually don't know how to read
9966         a directory target from the user.  (Bug#4230)
9967         Also, make sure the prompt can display directories as well as files.
9969 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9971         * bookmark.el (bookmark-set, bookmark-buffer-name):
9972         Improve doc strings.  (Bug#1193)
9974 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9976         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
9977         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
9978         (bookmark-get-annotation, bookmark-set-annotation)
9979         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
9980         (bookmark-set-position, bookmark-get-front-context-string)
9981         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
9982         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
9983         (bookmark-jump-other-window, bookmark-handle-bookmark)
9984         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
9985         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
9986         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
9987         Improve doc strings to say whether bookmark can be a string or
9988         a record or both, and make other consistency and clarity fixes.
9989         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
9990         (bookmark-default-annotation-text, bookmark-yank-word)
9991         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
9992         (bookmark-import-new-list, bookmark-maybe-rename)
9993         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9994         (bookmark-bmenu-bookmark): Give these doc strings.
9995         (bookmark-bmenu-check-position): Give this a doc string, but also
9996         add a FIXME comment about how the function may be pointless.
9997         (bookmark-default-handler): Rework doc string and change a
9998         parameter name, to clarify that this takes a bookmark record
9999         not a bookmark name.
10000         (bookmark-set): Change a parameter name to indicate its meaning,
10001         and improve the doc string a bit.
10002         (Bug#4188)
10004 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10006         * bookmark.el (bookmark-alist): Document the new `handler' element
10007         in the param alist.
10008         (bookmark-make-record-function): Adjust documentation for above.
10009         (Bug#4193)
10011 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10013         * info.el (Info-bookmark-make-record): Document this function.
10014         (Info-bookmark-jump): Document with a doc string, not just a comment.
10015         (Bug#4203)
10017 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10019         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
10020         (semantic-new-buffer-fcn): Call parser setup functions here.
10021         (semantic-mode): Don't call parser setup functions here, it's done
10022         in semantic-new-buffer-fcn now.
10023         (semantic-mode): Parse all existing buffers when enabled.
10025         * cedet/srecode/compile.el (srecode-compile-file):
10026         Call semantic-new-buffer-fcn if the buffer has not been parsed.
10028 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10030         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10032         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10033         (proj-comp-insert-variable-once): New macro, renamed from
10034         ede-pmake-insert-variable-once in ede/pmake.edl.
10035         (ede-proj-makefile-insert-variables): Use it.
10037 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
10039         * files.el (copy-directory): New defun.
10041         * dired-aux.el (dired-copy-file-recursive): Use it.
10043 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10045         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10046         (makefile-end-of-command):
10047         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10048         (semantic-end-of-context): Fix previous change.  Doc fixes.
10050 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10052         * files-x.el (modify-dir-local-variable)
10053         (copy-dir-locals-to-file-locals-prop-line):
10054         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10055         (makefile-end-of-command):
10056         * cedet/semantic/lex.el (semantic-lex-token):
10057         * cedet/semantic/analyze/fcn.el
10058         (semantic-analyze-dereference-metatype-1):
10059         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10060         (semantic-lex-cpp-undef):
10061         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10062         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10063         (semantic-end-of-context): Fix typos in docstrings.
10065         * recentf.el (recentf-unload-function): New function.
10067 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10069         * cedet/ede.el (ede-project-placeholder-cache-file):
10070         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10071         * cedet/srecode/map.el (srecode-map-save-file):
10072         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
10074 2009-10-04  Glenn Morris  <rgm@gnu.org>
10076         * window.el (window-full-height-p): Add doc string.
10078 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
10080         * window.el (window-full-height-p): New function.  (Bug#4543)
10082 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
10084         * cedet/srecode/insert.el: Require srecode/args.
10086         * cedet/srecode/args.el: Require srecode/dictionary instead of
10087         srecode/insert.
10089         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10091         * files.el (auto-mode-alist): Add .srt and Project.ede.
10093         * cedet/semantic.el (semantic-mode):
10094         Handle srecode-template-mode-hook as well.
10095         (semantic-mode): Use js-mode-hook for Javascript hook.
10097         * cedet/srecode/template.el: Remove hook variable.
10099         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10101         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10102         projects exist.
10103         (ede-project-placeholder-cache-file): Default to a file in
10104         user-emacs-directory.
10106         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10107         templates in data-directory.
10108         (srecode-map-save-file): Default to a file in user-emacs-directory.
10110         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10111         directory.
10113 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10115         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10116         Doc fix.
10118         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10119         Only insert each variable once.
10121         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10122         (ede-pmake-insert-variable-shared): Use it.
10124         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10125         for lexical table iff table is nil.
10127 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
10129         * vc.el: Remove commented out code.
10130         (vc-derived-from-dir-mode): Remove, unused.
10131         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10133 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
10135         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10136         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
10137         there could be recursive loading when `default-directory' is a
10138         remote file name.  (Bug#4614)
10140 2009-10-03  Glenn Morris  <rgm@gnu.org>
10142         * calendar/calendar.el (calendar-basic-setup): Handle the case where
10143         the frame is wide.
10144         (calendar-generate-window): Test for shrinkability rather than width.
10146         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10147         declaration, currently false.
10149         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10150         reusing existing buffers, in case we happen to visit two files with the
10151         same basename.  (Bug#4593)
10153 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10155         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10156         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10157         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10158         subdirs of cedet as well.
10159         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10161 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10163         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10164         Obey advertised-signature-table.
10166         * help-fns.el (help-function-arglist): Don't check
10167         advertised-signature-table.
10168         (describe-function-1): Do it here instead so it also applies to subrs.
10170 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
10172         * simple.el (start-file-process): Say in the doc-string, that file
10173         handlers might not support pty association, if PROGRAM is nil.
10175         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10176         HOST and USER are strings.  They are nil, when there are
10177         incomplete entries in ~/.netrc, for example.
10178         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
10179         root directory ("device busy" error otherwise).
10181         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10182         Flush file properties of created directory.
10184 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10186         * makefile.w32-in (WINS_BASIC): Remove cedet.
10187         (WINS_CEDET): Add cedet.
10188         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10190 2009-10-02  Kevin Ryde  <user42@zip.com.au>
10192         * net/browse-url.el (browse-url): Pass any symbol in
10193         browse-url-browser-function to `apply', since if you've mistakenly put
10194         an unbound symbol then the error is clearer.  (Bug#4531)
10196 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10198         * allout.el (allout-init, allout-back-to-current-heading)
10199         (allout-beginning-of-current-entry, allout-ascend-to-depth)
10200         (allout-ascend, allout-up-current-level, allout-end-of-level)
10201         (allout-previous-visible-heading, allout-forward-current-level)
10202         (allout-backward-current-level, allout-show-children):
10203         * apropos.el (apropos-describe-plist):
10204         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10205         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10206         * completion.el (add-completion, add-permanent-completion):
10207         * descr-text.el (describe-text-category, describe-char):
10208         * desktop.el (desktop-lazy-abort):
10209         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10210         * dired.el (dired-build-subdir-alist):
10211         * ediff.el (ediff-version):
10212         * elide-head.el (elide-head, elide-head-show):
10213         * emerge.el (emerge-version):
10214         * env.el (getenv):
10215         * face-remap.el (variable-pitch-mode):
10216         * faces.el (describe-face):
10217         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10218         (dired-at-point):
10219         * files.el (find-file-existing, auto-save-mode):
10220         * font-lock.el (font-lock-fontify-buffer):
10221         * help-fns.el (describe-function, describe-variable)
10222         (describe-syntax, describe-categories):
10223         * help.el (view-lossage, describe-bindings, describe-key)
10224         (describe-mode):
10225         * hexl.el (hexl-current-address):
10226         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10227         * info.el (Info-goto-emacs-key-command-node):
10228         * log-edit.el (log-edit-insert-cvs-template)
10229         (log-edit-insert-cvs-rcstemplate):
10230         * menu-bar.el (menu-bar-mode):
10231         * mouse.el (mouse-appearance-menu):
10232         * newcomment.el (comment-indent-new-line):
10233         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10234         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10235         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10236         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10237         * recentf.el (recentf-mode):
10238         * savehist.el (savehist-mode, savehist-save):
10239         * shadowfile.el (shadow-copy-files):
10240         * simple.el (kill-ring-save, next-line, previous-line)
10241         (normal-erase-is-backspace-mode):
10242         * strokes.el (strokes-update-window-configuration)
10243         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10244         (strokes-xpm-for-stroke):
10245         * time.el (emacs-uptime, emacs-init-time):
10246         * tutorial.el (tutorial--describe-nonstandard-key)
10247         (tutorial--detailed-help):
10248         * type-break.el (type-break-mode)
10249         (type-break-mode-line-message-mode, type-break-query-mode)
10250         (type-break-guesstimate-keystroke-threshold):
10251         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10252         * version.el (emacs-version):
10253         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10254         * winner.el (winner-mode):
10255         * calendar/timeclock.el (timeclock-in, timeclock-out)
10256         (timeclock-status-string, timeclock-change)
10257         (timeclock-workday-remaining-string)
10258         (timeclock-workday-elapsed-string)
10259         (timeclock-when-to-leave-string):
10260         * calendar/todo-mode.el (todo-add-category):
10261         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10262         * emacs-lisp/autoload.el (update-file-autoloads):
10263         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10264         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10265         (checkdoc-message-text, checkdoc-defun):
10266         * emacs-lisp/debug.el (debugger-list-functions):
10267         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10268         * emacs-lisp/eieio-opt.el (eieio-describe-class)
10269         (eieio-describe-generic):
10270         * emacs-lisp/lisp-mnt.el (lm-synopsis):
10271         * emacs-lisp/shadow.el (list-load-path-shadows):
10272         * emulation/cua-base.el (cua-mode):
10273         * emulation/edt.el (edt-set-scroll-margins):
10274         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10275         (tpu-toggle-regexp, tpu-toggle-search-direction)
10276         (tpu-toggle-rectangle, tpu-toggle-control-keys):
10277         * emulation/tpu-extras.el (tpu-set-scroll-margins):
10278         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10279         (viper-set-parsing-style-toggling-macro)
10280         (viper-set-emacs-state-searchstyle-macros):
10281         * emulation/viper.el (viper-set-hooks):
10282         * eshell/esh-mode.el (eshell-truncate-buffer):
10283         * international/mule-cmds.el (prefer-coding-system)
10284         (describe-input-method, describe-language-environment):
10285         * international/mule-diag.el (list-character-sets)
10286         (describe-character-set, describe-coding-system)
10287         (describe-fontset, list-fontsets, list-input-methods):
10288         * mail/sendmail.el (mail-signature):
10289         * net/ange-ftp.el (ange-ftp-copy-file):
10290         * net/browse-url.el (browse-url):
10291         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10292         * net/quickurl.el (quickurl-add-url):
10293         * net/rcirc.el (names, topic):
10294         * net/xesam.el (xesam-mode):
10295         * play/5x5.el (5x5-new-game):
10296         * play/yow.el (apropos-zippy):
10297         * progmodes/ada-mode.el (ada-mode-version):
10298         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10299         (f90-end-of-block)
10300         (f90-beginning-of-block):
10301         * progmodes/fortran.el (fortran-end-of-block)
10302         (fortran-beginning-of-block):
10303         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
10304         * progmodes/python.el (python-describe-symbol, python-shell):
10305         * term/ns-win.el (ns-print-buffer):
10306         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
10307         * textmodes/flyspell.el (flyspell-mode-on):
10308         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
10309         (pages-directory-for-addresses):
10310         * textmodes/table.el (table-recognize-cell)
10311         (table-query-dimension, table-generate-source)
10312         (table-insert-sequence, table--warn-incompatibility):
10313         * textmodes/tex-mode.el (tex-validate-buffer):
10314         * textmodes/texinfmt.el (texinfmt-version)
10315         (texinfo-format-buffer):
10316         Use `called-interactively-p' instead of `interactive-p'.
10318 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10320         * image-mode.el (image-toggle-display):
10321         * emacs-lisp/elp.el (elp-instrument-function):
10322         * emacs-lisp/advice.el (ad-make-advised-definition):
10323         * emacs-lisp/easy-mmode.el (define-minor-mode):
10324         * net/browse-url.el (browse-url-maybe-new-window):
10325         * progmodes/sh-script.el (sh-learn-buffer-indent):
10326         Pass new argument 'any to `called-interactively-p'.
10328 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10330         * international/uni-bidi.el:
10331         * international/uni-category.el:
10332         * international/uni-combining.el:
10333         * international/uni-comment.el:
10334         * international/uni-decimal.el:
10335         * international/uni-decomposition.el:
10336         * international/uni-digit.el:
10337         * international/uni-lowercase.el:
10338         * international/uni-mirrored.el:
10339         * international/uni-name.el:
10340         * international/uni-numeric.el:
10341         * international/uni-old-name.el:
10342         * international/uni-titlecase.el:
10343         * international/uni-uppercase.el:
10344         Regenerate from Unicode 5.2.0 data.
10346 2009-10-01  Glenn Morris  <rgm@gnu.org>
10348         * Makefile.in (ELCFILES): Regenerate.
10350 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10352         * subr.el (interactive-p): Mark obsolete.
10353         (called-interactively-p): Make the optional-ness of `kind' obsolete.
10354         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
10355         advertised-signature-table for subroutines as well.
10357         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
10358         (set-advertised-calling-convention): New function.
10359         (make-obsolete, define-obsolete-function-alias)
10360         (make-obsolete-variable, define-obsolete-variable-alias):
10361         Make the optional-ness of `when' obsolete.
10362         (define-obsolete-face-alias): Make `when' non-optional.
10363         * help-fns.el (help-function-arglist):
10364         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
10365         Use advertised-signature-table.
10367 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
10369         * files.el (delete-directory): New defun.  The original function
10370         in fileio.c has been renamed to `delete-directory-internal'.
10372         * dired.el (dired-delete-file): Call `delete-directory' with
10373         RECURSIVE parameter.
10375         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
10376         parameter RECURSIVE.  Implementation is missing.
10378         * net/tramp.el (tramp-handle-make-directory): Flush upper
10379         directory's file properties.
10380         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
10381         (tramp-handle-dired-recursive-delete-directory): Flush directory
10382         properties after the remove command only.
10384         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10385         Handle optional parameter RECURSIVE.
10387         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
10388         Handle optional parameter RECURSIVE.
10390         * net/tramp-smb.el (tramp-smb-errors): Add error message for
10391         connection timeout.
10392         (tramp-smb-handle-delete-directory): Handle optional parameter
10393         RECURSIVE.
10395 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10397         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
10398         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
10399         (byte-compile-defmacro): Use backquotes.
10401         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
10403         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
10404         has no associated file.
10405         (vc-resynch-buffer): Use vc-dir-buffers.
10407 2009-10-01  Glenn Morris  <rgm@gnu.org>
10409         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
10410         (chart-file-count):
10411         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
10412         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
10413         * emacs-lisp/eieio-opt.el (eieio-describe-class):
10414         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
10415         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
10416         (eieio-copy-parents-into-subclass, make-instance, class-children)
10417         (eieio-generic-form):
10418         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
10419         * cedet/cedet-idutils.el (cedet-idutils-search)
10420         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
10421         (cedet-idutils-version-check):
10422         * cedet/cedet.el (cedet-version):
10423         * cedet/data-debug.el (data-debug-insert-overlay-button)
10424         (data-debug-insert-overlay-list-button)
10425         (data-debug-insert-buffer-button)
10426         (data-debug-insert-buffer-list-button)
10427         (data-debug-insert-process-button, data-debug-insert-ring-button)
10428         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
10429         (data-debug-insert-stuff-vector-button)
10430         (data-debug-insert-symbol-button, data-debug-insert-string)
10431         (data-debug-insert-number, data-debug-insert-lambda-expression)
10432         (data-debug-insert-nil, data-debug-insert-simple-thing)
10433         (data-debug-insert-custom, data-debug-edebug-expr):
10434         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
10435         (global-ede-mode-map, ede-new, ede-debug-target)
10436         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
10437         * cedet/semantic.el (semantic-minimum-working-buffer-size)
10438         (semantic-fetch-tags, semantic-submode-list)
10439         (semantic-default-submodes):
10440         * cedet/ede/source.el (ede-source-match):
10441         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
10442         (project-am-package-info):
10443         * cedet/ede/proj.el (ede-proj-target, project-new-target):
10444         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
10445         * cedet/ede/proj-comp.el (ede-current-build-list):
10446         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
10447         * cedet/ede/files.el (ede-toplevel-project-or-nil):
10448         * cedet/ede/cpp-root.el (initialize-instance):
10449         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
10450         (autoconf-parameter-strip, autoconf-insert-new-macro):
10451         * cedet/semantic/wisent.el (wisent-lex-eoi):
10452         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
10453         (semantic-show-parser-state-mode):
10454         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
10455         * cedet/semantic/tag.el (semantic-tag-new-variable)
10456         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
10457         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
10458         (semantic--tag-deep-copy-tag-list)
10459         (semantic-tag-components-with-overlays-default):
10460         * cedet/semantic/symref.el (semantic-symref-find-text):
10461         * cedet/semantic/senator.el (senator-yank-tag)
10462         (senator-transpose-tags-up):
10463         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
10464         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
10465         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
10466         * cedet/semantic/lex.el (semantic-lex-comment-regex)
10467         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
10468         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
10469         * cedet/semantic/lex-spp.el
10470         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
10471         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
10472         * cedet/semantic/idle.el
10473         (semantic-idle-summary-current-symbol-info-brutish)
10474         (semantic-idle-summary-current-symbol-info-default):
10475         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
10476         (semantic--grammar-macro-compl-dict):
10477         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
10478         * cedet/semantic/format.el (semantic-format-tag-custom-list)
10479         (semantic-format-tag-canonical-name-default):
10480         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
10481         (semantic-find-tags-for-completion)
10482         (semantic-find-tags-by-scope-protection-default)
10483         (semantic-deep-find-tags-for-completion):
10484         * cedet/semantic/edit.el
10485         (semantic-edits-incremental-reparse-failed-hook)
10486         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
10487         (semantic-edits-splice-remove, semantic-edits-splice-replace):
10488         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
10489         * cedet/semantic/dep.el (semantic-dependency-include-path):
10490         * cedet/semantic/db.el (semanticdb-default-find-index-class)
10491         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
10492         (semanticdb-project-roots):
10493         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
10494         (semanticdb-find-adebug-insert-scanned-tag-cons)
10495         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
10496         (semanticdb-brute-deep-find-tags-for-completion):
10497         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
10498         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
10499         (semantic-end-of-context-default)
10500         (semantic-ctxt-current-function-default)
10501         (semantic-ctxt-scoped-types-default):
10502         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
10503         (semantic-complete-inline-tag-engine)
10504         (semantic-complete-inline-custom-type)
10505         (semantic-complete-read-tag-analyzer):
10506         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
10507         (semantic-chart-database-size):
10508         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
10509         (semantic-analyze-current-context):
10510         * cedet/semantic/symref/list.el (semantic-symref)
10511         (semantic-symref-hide-buffer, semantic-symref-symbol):
10512         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
10513         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
10514         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
10515         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
10516         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
10517         (semantic-c-dereference-template):
10518         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
10519         (semantic--analyze-refs-full-lookup-with-parents)
10520         (semantic--analyze-refs-full-lookup-simple):
10521         * cedet/semantic/analyze/complete.el
10522         (semantic-analyze-possible-completions):
10523         * cedet/srecode/table.el (srecode-mode-table-new):
10524         * cedet/srecode/srt.el (srecode-read-variable-name):
10525         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
10526         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
10527         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
10528         * cedet/srecode/map.el (srecode-current-map):
10529         * cedet/srecode/insert.el (srecode-insert)
10530         (srecode-insert-variable-secondname-handler, srecode-insert-method)
10531         (srecode-template-inserter-point-override)
10532         (srecode-insert-include-lookup):
10533         * cedet/srecode/getset.el (srecode-auto-choose-class):
10534         * cedet/srecode/extract.el (srecode-inserter-extract):
10535         * cedet/srecode/document.el
10536         (srecode-document-autocomment-return-last-alist)
10537         (srecode-document-autocomment-param-type-alist)
10538         (srecode-document-insert-function-comment)
10539         (srecode-document-insert-variable-one-line-comment)
10540         (srecode-document-function-name-comment):
10541         * cedet/srecode/dictionary.el (srecode-create-dictionary)
10542         (srecode-compound-toString):
10543         * cedet/srecode/compile.el (srecode-flush-active-templates):
10544         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
10545         Doc/message fixes.
10547         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
10548         match-data.  (Bug#4555).
10550         * cedet/semantic/bovine/gcc.el
10551         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
10552         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
10554         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
10555         rather than parsing it as a regexp.  This relaxes the layout
10556         requirements and makes errors easier to detect.
10557         (check-declare-verify): Check file is regular.
10558         (check-declare-directory): Doc fix.
10559         * subr.el (declare-function): Doc fix.
10561         * ibuffer.el (ibuffer-format-qualifier):
10562         * isearch.el (hi-lock-regexp-okay):
10563         * calc/calc.el (math-zerop):
10564         * mail/uce.el (rmail-msgbeg, rmail-msgend):
10565         * term/w32-win.el (setup-default-fontset, set-fontset-font):
10566         Remove unused declarations.
10568 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10570         * cedet/semantic/wisent/javat-wy.el
10571         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
10573 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
10575         * cedet/srecode/expandproto.el: Fix provide statement.
10577 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10579         * emacs-lisp/eieio.el (boolean-p): Delete.
10581 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
10583         * cedet/ede/srecode.el: Fix provide statement.
10585 2009-09-30  Glenn Morris  <rgm@gnu.org>
10587         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
10588         * cedet/ede/proj-aux.el (ede-aux-source):
10589         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
10590         (ede-misc-source):
10591         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
10592         (semantic-mrub-switch-tags): Fix doc typos.
10594         * cedet/semantic/db-global.el (data-debug-new-buffer)
10595         (data-debug-insert-thing): Remove unneeded declarations (one broken).
10596         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
10598         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
10600         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
10601         use of CL function `remove-if-not'.
10603         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
10605         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
10606         filename is not a string.
10608 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
10610         * files.el (safe-local-eval-forms): Fix typo.
10612 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10614         * vc-hooks.el (vc-dir-buffers): New var.
10615         (vc-state-refresh): New function.
10616         (vc-state): Use it.
10617         (vc-after-save): Always ask the backend to recompute the new state.
10618         Always call vc-dir if necessary, using vc-dir-buffers.
10619         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
10620         Use vc-dir-buffers.
10621         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
10622         (vc-dir-prepare-status-buffer, vc-dir-update)
10623         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
10624         Don't call expand-file-name on default-directory.
10626 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10628         * speedbar.el (speedbar-item-delete):
10629         * calc/calc-prog.el (calc-kbd-if):
10630         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
10632         * epa.el (epa-key-list-mode-map):
10633         * hi-lock.el (hi-lock-menu): Fix typos in menus.
10635         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
10636         (hs-show-hook): Fix typo in docstring.
10638 2009-09-29  Glenn Morris  <rgm@gnu.org>
10640         * cedet/semantic/symref/idutils.el:
10641         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
10643         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
10645         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
10646         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
10647         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
10648         Mark declarations not understood by check-declare.
10650         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
10651         file-name-nondirectory call preventing location of cedet files.
10652         (check-declare-verify): Use literal search rather than re-search.
10653         Add basic defmethod and defclass, and define-overloadable-function.
10655         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10656         Use tramp-compat-file-attributes rather than nonexistent
10657         tramp-compat-handle-file-attributes.
10659         * Makefile.in (lisptagsfiles4): New.
10660         (AUTOGENEL): Add cedet loaddefs files.
10661         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
10662         (update-elclist, compile-always, backup-compiled-files)
10663         (bootstrap-clean): Add yet another directory level.
10664         (update-elclist): Use LC_COLLATE rather than COLLATE.
10665         (ELCFILES): Update, via `make update-elclist'.
10667 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10669         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
10670         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
10671         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
10673 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
10675         * Makefile.in (lisptagsfiles3): Define.
10676         (TAGS, TAGS-LISP): Use it.
10677         (update-elclist): Add third directory level to look for elc files.
10678         (compile-always): Likewise.
10679         (backup-compiled-files): Likewise.
10680         (bootstrap-clean): Likewise.
10681         (ELCFILES): Update.
10683 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
10685         * Makefile.in (ELCFILES): Add CEDET files.
10687 2009-09-28  Eric Ludlam  <zappo@gnu.org>
10689         CEDET (development tools) package merged.
10691         * cedet/*.el:
10692         * cedet/ede/*.el:
10693         * cedet/semantic/*.el:
10694         * cedet/srecode/*.el: New files.
10696 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
10698         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
10700         * net/tramp.el (top): Require tramp-imap.
10702         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10703         Use `tramp-compat-handle-file-attributes'.
10705 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10707         * net/tramp-imap.el: New package.
10709 2009-09-28  Eric Ludlam  <zappo@gnu.org>
10711         * emacs-lisp/chart.el:
10712         * emacs-lisp/eieio-base.el:
10713         * emacs-lisp/eieio-comp.el:
10714         * emacs-lisp/eieio-custom.el:
10715         * emacs-lisp/eieio-datadebug.el:
10716         * emacs-lisp/eieio-opt.el:
10717         * emacs-lisp/eieio-speedbar.el:
10718         * emacs-lisp/eieio.el: New files.
10720         * cedet/cedet-cscope.el:
10721         * cedet/cedet-files.el:
10722         * cedet/cedet-global.el:
10723         * cedet/cedet-idutils.el:
10724         * cedet/data-debug.el:
10725         * cedet/inversion.el:
10726         * cedet/mode-local.el:
10727         * cedet/pulse.el: New files.
10729 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10731         * whitespace.el (whitespace-trailing-regexp)
10732         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
10733         Fix doc string.
10735 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
10737         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
10738         menu.
10740         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
10741         menu-bar-ediff-menu.
10743         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
10744         define-overloadable-function.
10746         * progmodes/autoconf.el: Provide autoconf as well, so that this
10747         file can be `require'd.
10749         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
10751         * emacs-lisp/autoload.el (generated-autoload-feature)
10752         (generated-autoload-load-name): New vars.
10753         (autoload-rubric, autoload-generate-file-autoloads): Use them.
10754         (make-autoload): Recognize define-overloadable-function and
10755         defclass forms (for EIEIO).
10757         * Makefile.in (update-subdirs): Exclude cedet directory.
10759 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
10761         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
10763         * faces.el: Default light-background background for region face to
10764         ns_selection_color under NS.
10766 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10768         * net/imap-hash.el: New library, see NEWS.
10770         * Makefile.in (ELCFILES): Add imap-hash.el.
10772 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10774         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
10775         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
10776         * help-macro.el (make-help-screen): Avoid using an ambiguous function
10777         definition where the docstring could be taken for the return value.
10779 2009-09-26  Glenn Morris  <rgm@gnu.org>
10781         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
10782         Add option to only show images below a certain size.
10783         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
10784         save-excursion calls.
10786 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
10788         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
10789         subdirectories) and eieio.
10791 2009-09-26  Alan Mackenzie  <acm@muc.de>
10793         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
10794         buggy bracketing.  (Bug#4289)
10796         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
10797         character constants (as case labels).  (Bug#4289)
10799 2009-09-25  Juri Linkov  <juri@jurta.org>
10801         * files.el (safe-local-eval-forms): Allow time-stamp in
10802         before-save-hook (Bug#4554).
10804 2009-09-25  Drew Adams  <drew.adams@oracle.com>
10806         * menu-bar.el (list-buffers-directory): Doc fix.
10808 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10810         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
10811         Try and avoid copying twice the same paragraph.
10812         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
10813         Remove save-excursion.
10814         (log-edit-changelog-entry): Do it here instead.
10816 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
10818         * bs.el (bs--get-file-name): Use `list-buffers-directory'
10819         when available, instead of hardcoding mode names.  Doc fix.
10821         * menu-bar.el (list-buffers-directory): Add docstring.
10822         Make automatically buffer-local.
10824         * dired.el (dired-mode):
10825         * files.el (cd-absolute):
10826         * pcvs.el (cvs-temp-buffer):
10827         * pcvs-util.el (cvs-get-buffer-create):
10828         * shell.el (shell-mode):
10829         * vc-dir.el (vc-dir-mode):
10830         Don't make `list-buffers-directory' buffer local.
10832 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
10834         * comint.el (comint-exec, comint-run, make-comint):
10835         Doc fixes (Bug#4542).
10837 2009-09-25  Glenn Morris  <rgm@gnu.org>
10839         * mail/rmailmm.el (rmail-mime): New custom group.
10840         Move all defcustoms in this file into this group.
10841         (rmail-mime-media-type-handlers-alist): Revert previous change.
10842         (rmail-mime-show-images): New option.
10843         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
10844         references to it, since it wasn't actually used for anything.
10845         (rmail-mime-insert-image): New function.
10846         (rmail-mime-image): Use rmail-mime-insert-image.
10847         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
10848         obey the value of `rmail-mime-show-images' option.  Print the size of
10849         attachments.
10851 2009-09-25  David Engster  <deng@randomsample.de>
10853         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
10855 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10857         * whitespace.el: Does not highlight trailing spaces While point is
10858         at end of line.  Does not highligt spaces at beginning of buffer
10859         while point is at beginning of buffer.  Does not highlight spaces
10860         at end of buffer while point is at end of buffer.  (Bug#4177)
10861         New version 12.0.
10862         (whitespace-display-mappings): Adjust initialization.
10863         (whitespace-point, whitespace-font-lock-refontify): New vars.
10864         (whitespace-color-on, whitespace-color-off): Adjust code.
10865         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10866         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
10867         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
10869 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
10871         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
10873         * textmodes/sgml-mode.el: Remove xml-mode alias.
10875         * files.el (auto-mode-alist, conf-mode-maybe)
10876         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
10878 2009-09-24  Alan Mackenzie  <acm@muc.de>
10880         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
10881         c-forward-conditionals, but it doesn't move point and doesn't set
10882         the mark.
10883         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
10884         (c-down-conditional-with-else, c-backward-conditional)
10885         (c-forward-conditional): Refactor to use c-scan-conditionals.
10887 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10889         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
10890         (help-default-arg-highlight): Remove.
10891         (help-highlight-arg): New function.
10892         (help-do-arg-highlight): Use it.
10893         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
10895 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10897         * term.el (term-set-scroll-region, term-handle-ansi-escape):
10898         Undo last change, which didn't fix the problem and introduced others.
10900 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
10902         * progmodes/gdb-mi.el: Don't require speedbar.
10903         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
10905 2009-09-24  Glenn Morris  <rgm@gnu.org>
10907         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
10909         * term/ns-win.el (ns-reg-to-script): Define for compiler.
10911         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
10912         there is no newline after the final mime boundary.  (Bug#4539)
10913         Move markers on insertion so that any buttons inserted don't end up in
10914         the next part of a multipart message.
10915         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
10916         (rmail-mime-bulk-handler): Optionally handle images.
10917         (rmail-mime-image): New button action.
10918         (rmail-mime-image-handler): New function.
10919         (rmail-mime-mode): New mode.
10920         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
10922 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10924         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
10925         than just dropping elements from it (bug#4504).
10927         * term.el (term-set-scroll-region): Don't move cursor any more.
10928         (term-handle-ansi-escape): Call term-goto here instead.
10929         Suggested by Ivan Kanis <apple@kanis.eu>.
10931         * term.el: Require CL.
10932         (term-ansi-reset): New function.
10933         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
10934         (term-handle-colors-array): Simplify.
10936 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10938         * allout.el (allout-overlay-interior-modification-handler)
10939         (allout-obtain-passphrase):
10940         * epa-file.el (epa-file-write-region):
10941         * ps-print.el (ps-begin-job):
10942         * vc-hooks.el (vc-toggle-read-only):
10943         * vc-rcs.el (vc-rcs-rollback):
10944         * vc-sccs.el (vc-sccs-rollback):
10945         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
10946         (vc-version-diff, vc-revert, vc-rollback):
10947         * wdired.el (wdired-check-kill-buffer):
10948         * emacs-lisp/authors.el (authors):
10949         * net/socks.el (socks-open-connection):
10950         * net/zeroconf.el (zeroconf-service-add-hook):
10951         * obsolete/vc-mcvs.el (vc-mcvs-register):
10952         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
10953         (gdb-select-frame):
10954         * progmodes/grep.el (lgrep, rgrep):
10955         * progmodes/idlw-help.el (idlwave-help-check-locations)
10956         (idlwave-help-html-link, idlwave-help-assistant-open-link):
10957         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10958         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
10959         (reftex-toc-rename-label): Fix typos in error messages.
10961         * dired-aux.el (dired-do-shell-command): Reflow docstring.
10962         (dired-copy-how-to-fn): Doc fix.
10963         (dired-files-attributes, dired-read-shell-command):
10964         Fix typos in docstrings.
10966         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
10967         (dired-x-find-file-other-window): Reflow docstrings.
10968         (dired-omit-marker-char, dired-read-shell-command)
10969         (dired-x-submit-report): Fix typos in docstrings.
10971         * shell.el (shell-mode-hook):
10972         * view.el (View-scroll-line-forward):
10973         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
10974         Fix typos in docstrings.
10976         * net/dig.el (dig-invoke): Fix typo in docstring.
10977         (query-dig): Reflow docstring.
10979         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
10980         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
10981         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
10982         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
10983         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
10984         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
10985         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
10986         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
10987         (idlwave-completion-map, idlwave-current-indent)
10988         (idlwave-custom-ampersand-surround, idlwave-customize)
10989         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
10990         (idlwave-define-abbrev, idlwave-determine-class-special)
10991         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
10992         (idlwave-end-block-reg, idlwave-end-of-statement)
10993         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
10994         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
10995         (idlwave-explicit-class-listed, idlwave-file-header)
10996         (idlwave-fill-paragraph, idlwave-find-class-definition)
10997         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
10998         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
10999         (idlwave-in-quote, idlwave-indent-action-table)
11000         (idlwave-indent-expand-table, idlwave-indent-line)
11001         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11002         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11003         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11004         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11005         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11006         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11007         (idlwave-outlawed-buffers, idlwave-popup-select)
11008         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11009         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11010         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11011         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11012         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11013         (idlwave-statement-type, idlwave-struct-skip)
11014         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11015         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11016         (idlwave-what-module-find-class): Fix typos in docstrings.
11017         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11018         (idlwave-calculate-cont-indent, idlwave-expand-equal)
11019         (idlwave-find-module, idlwave-find-structure-definition)
11020         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11021         (idlwave-list-load-path-shadows, idlwave-next-statement)
11022         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11023         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11024         (idlwave-template): Reflow docstrings.
11026         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11027         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11028         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11029         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11030         (idlwave-shell-display-line, idlwave-shell-display-wframe)
11031         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11032         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11033         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11034         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11035         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11036         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11037         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11038         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11039         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11040         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11041         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11042         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11043         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11044         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11045         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11046         Fix typos in docstrings.
11047         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11048         (idlwave-shell-hide-output, idlwave-shell-mode)
11049         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11050         Reflow docstrings.
11052         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11054 2009-09-24  Ivan Kanis  <apple@kanis.eu>
11056         * term.el (term-bold-attribute): New var.
11057         (term-handle-colors-array): Use it.
11059 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
11061         * progmodes/gdb-mi.el (gdb-version): New variable.
11062         (gdb-non-stop-handler): Set gdb-version.
11063         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11064         Condition "--thread" option on gdb-version.
11065         (gdb-invalidate-threads): Remove unused argument.
11067 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11069         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11070         to looking-back to avoid ridiculous slow down in large files (bug#4511).
11072 2009-09-23  Glenn Morris  <rgm@gnu.org>
11074         * mail/rmail.el (rmail-reply): Don't try to add a References header when
11075         replying to mail without References or Message-Id.  (Bug#4525)
11077 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
11079         * term/ns-win.el (ns-reg-to-script): New variable.
11081 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
11083         * epg.el (epg-wait-for-status): Preserve existing 'error results.
11085 2009-09-22  Sam Steingold  <sds@gnu.org>
11087         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11088         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11089         to 1 because hg returns status 1 when nothing is found.
11090         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11092 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11094         * textmodes/fill.el: Convert to utf-8 encoding.
11095         (fill-french-nobreak-p): Remove redundant » and « inherited from our
11096         pre-Unicode days.
11098         * add-log.el (change-log-fill-forward-paragraph): New function.
11099         (change-log-mode): Use it so fill-region DTRT.
11100         Set fill-indent-according-to-mode here rather than in
11101         change-log-fill-paragraph.
11102         (change-log-fill-paragraph): Remove.
11104 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
11106         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11107         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
11109 2009-09-22  Glenn Morris  <rgm@gnu.org>
11111         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11112         the scroll-bar scroll the calendar window rather than the buffer.
11114         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11115         commands that move point (as opposed to scrolling).
11117         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11119         * emacs-lisp/elint.el (elint): New custom group.
11120         (elint-log-buffer): Make it a defcustom.
11121         (elint-scan-preloaded, elint-ignored-warnings)
11122         (elint-directory-skip-re): New options.
11123         (elint-builtin-variables): Doc fix.
11124         (elint-preloaded-env): New variable.
11125         (elint-unknown-builtin-args): Add an entry for encode-time.
11126         (elint-extra-errors): Make it a variable rather than a constant.
11127         (elint-preloaded-skip-re): New constant.
11128         (elint-directory): Skip files matching elint-directory-skip-re.
11129         (elint-features): New variable, local to linted buffers.
11130         (elint-update-env): Initialize elint-features.  Possibly add
11131         elint-preloaded-env to the buffer's environment.
11132         (elint-get-top-forms): Bind elint-current-pos, for log messages.
11133         Skip quoted forms.
11134         (elint-init-form): New function, extracted from elint-init-env.
11135         Make non-list forms a warning rather than an error.
11136         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
11137         easy-menu-define, put that adds an error-condition, and provide.
11138         When requiring cl, also require cl-macs.  Really require cl, to handle
11139         some cl macros.  Store required libraries in the list elint-features,
11140         so as not to re-load them.  Treat cc-require like require.
11141         (elint-init-env): Call elint-init-form to do the work.
11142         Handle eval-and-compile and such like.
11143         (elint-add-required-env): Do not clear messages.
11144         (elint-special-forms): Add handlers for function, defalias, if, when,
11145         unless, and, or.
11146         (elint-form): Add optional argument to ignore elint-special-forms,
11147         useful to prevent recursive calls from handlers.  Doc fix.
11148         Respect elint-ignored-warnings.
11149         (elint-form): Respect elint-ignored-warnings.
11150         (elint-bound-variable, elint-bound-function): New variables.
11151         (elint-unbound-variable): Respect elint-bound-variable.
11152         (elint-get-args): Respect elint-bound-function.
11153         (elint-check-cond-form): Add some simple handling for (f)boundp and
11154         featurep tests.
11155         (elint-check-defalias-form): New handler.
11156         (elint-check-let-form): Make an empty let a warning rather than an
11157         error.
11158         (elint-check-setq-form): Make an empty setq a warning rather than an
11159         error.  Respect elint-ignored-warnings.
11160         (elint-check-defvar-form): Accept null doc-strings.
11161         (elint-check-conditional-form): New handler.  Does some simple-minded
11162         checking of featurep and (f)boundp tests.
11163         (elint-put-function-args): New function.
11164         (elint-initialize): Use elint-scan-doc-file rather than
11165         elint-find-builtin-variables.  Use elint-put-function-args.
11166         Possibly scan preloaded-file-list.
11167         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11168         extend to handle functions as well.
11170 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
11172         * linum.el (linum-delete-overlays, linum-update-window):
11173         Do not modify the right margin.  (Bug#3971)
11175 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
11177         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11178         nxml-mode instead of xml-mode.
11180 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11182         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
11184 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11186         * net/dig.el (dig-mode): Use define-derived-mode.
11188 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
11190         * vc-dispatcher.el (vc-do-command): Return the process object in
11191         the asynchronous case.  Use when instead of if.  Do not run
11192         vc-exec-after to display a message if not enabled.  (Bug#4463)
11194         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11195         properties to the stash strings.
11196         (vc-git-stash-list): Return a list of strings.
11197         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11198         (vc-git-stash-show-at-point): New functions.
11199         (vc-git-stash-map): New keymap.
11201         * register.el (ctl-x-r-map): Define the keys here instead of
11202         using autoload.
11204 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
11206         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11207         list, to workaround performance problem (bug#4485).
11209 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
11211         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11213 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
11215         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11216         Document that this option is not recommended to use.
11218 2009-09-19  Glenn Morris  <rgm@gnu.org>
11220         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11221         variable `var'.
11223         * calc/calc-alg.el (var):
11224         * calc/calcalg2.el (var): Define for compiler.
11226 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
11228         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11229         Doc fix (Bug#3932).
11231         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11233         * time-stamp.el (time-stamp-month-dd-yyyy)
11234         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11235         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11236         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11237         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11238         Remove functions that have been obsolete since 1995 (Bug#4436).
11240         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11241         indent buffer only if called interactively (Bug#4452).
11243 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
11244             Eli Zaretskii  <eliz@gnu.org>
11246         This fixes bug#4197 (merged to bug#865, though not identical).
11247         * server.el (server-auth-dir): Add docstring note about FAT32.
11248         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11249         but warn against using them.
11251 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
11253         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11254         older GDB where there is no has_more field.
11256 2009-09-19  Glenn Morris  <rgm@gnu.org>
11258         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11260 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
11262         * files.el (auto-mode-alist): Change default for XML files to nXML
11263         mode (Bug#4169).
11265 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
11267         * server.el (server-ensure-safe-dir): Pass 'integer
11268         to `file-attributes', as suggested.
11270 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11272         * dired-aux.el (dired-query-alist): Remove spurious backslash.
11273         (dired-query): Use read-key.
11275 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
11277         * cus-start.el (ns-use-qd-smoothing): Remove.
11279 2009-09-18  Glenn Morris  <rgm@gnu.org>
11281         * allout.el (top-level): Remove unnecessary progn.
11283         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11285         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11286         definition of abbrev table.
11288         * speedbar.el (speedbar-track-mouse):
11289         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11290         * net/eudc.el (eudc-expand-inline):
11291         * net/newst-backend.el (newsticker--cache-read-feed):
11292         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11293         condition-case handlers.
11295 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
11297         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11298         (gdb-var-list): Add an element for has_more field.
11299         (gdb-non-stop-handler): Enable pretty printing for STL containers.
11300         (gdb-var-create-handler, gdb-var-list-children-handler-1)
11301         (gdb-var-update-handler-1): Parse output of dynamic variable
11302         objects (STL containers).
11303         (gdb-var-delete-1): Pass var1 as an explicit second argument.
11304         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
11306         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
11307         gdb-var-list.
11308         (gud-speedbar-buttons): Make node expandable if expression "has more"
11309         children.
11311 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
11313         * startup.el (emacs-quick-startup): Remove variable and all uses.
11314         (command-line): Set `inhibit-x-resources' instead.
11315         (command-line-1): Use `inhibit-x-resources' instead.
11317 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
11319         * subr.el: Fix last change to avoid using the `unless' macro,
11320         which breaks bootstrapping.
11322 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11324         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
11325         extended definitions, in case we reload subr.el after having
11326         loaded CL.
11327         (eval-next-after-load): Mark as obsolete.
11329 2009-09-17  Juri Linkov  <juri@jurta.org>
11331         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
11332         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
11333         (menu-bar-showhide-menu, menu-bar-tools-menu)
11334         (menu-bar-describe-menu, menu-bar-help-menu)
11335         (minibuffer-local-completion-map, minibuffer-local-map):
11336         Fix list quoting.
11338 2009-09-17  Glenn Morris  <rgm@gnu.org>
11340         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
11341         arguments, whether or not it has a handler.
11343         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
11345         * simple.el (hard-newline): Give it a doc-string.
11347         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11348         (lisp-mode-syntax-table): Give them doc-strings.
11350 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
11352         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
11353         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
11354         (menu-bar-options-menu, menu-bar-showhide-menu)
11355         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
11356         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
11357         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
11358         (menu-bar-options-menu, menu-bar-tools-menu)
11359         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
11360         (menu-bar-help-menu):
11361         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
11362         string arguments.
11364         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
11365         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
11366         calls for the menu names and :help.
11368 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11370         * mouse.el (minor-mode-menu-from-indicator): Pay attention
11371         to :minor-mode-function (bug#4455).
11373 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11375         * startup.el (command-line): Initialize the window-system after
11376         processing the command-line.
11378         * textmodes/page.el (what-page): Make sure we don't inf-loop if
11379         page-delimiter matches the empty string.
11381 2009-09-16  Glenn Morris  <rgm@gnu.org>
11383         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
11384         byte-compile-not-obsolete-var.  It's a list now.
11385         (byte-compile-not-obsolete-funcs): New variable.
11386         (byte-compile-warn-obsolete): Don't warn about functions if they are in
11387         byte-compile-not-obsolete-funcs.
11388         (byte-compile-variable-ref, byte-compile-defvar): Update for
11389         byte-compile-not-obsolete-vars name-change and list nature.
11390         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
11391         and variables behind (f)boundp tests.
11392         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
11394 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
11396         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
11398 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11400         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
11401         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
11402         Don't autoload.
11404 2009-09-15  Stephen Eglen  <stephen@gnu.org>
11406         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
11407         the virtual-buffers, use the name of the buffer specified by
11408         find-file-noselect, as the match may be a symlink.  (This was a
11409         problem if the target and the symlink had different names.)
11411 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11413         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
11415         * desktop.el (desktop-path): Check user-emacs-directory.
11417         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
11419         * loadup.el: Use after-load-functions to GC after loading each file.
11420         Remove the explicit GC calls that used to be sprinkled around.
11422         * subr.el (after-load-functions): New hook.
11423         (do-after-load-evaluation): Run it.  Use string-match-p to detect
11424         `obsolete' packages, rather than painfully extracting the relevant
11425         directory name.
11427 2009-09-15  Glenn Morris  <rgm@gnu.org>
11429         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
11430         free variable `doc'.
11432         * dired.el (dired-mode-map): Add menu entry for async shell command.
11434         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
11435         variables, also consider the .elc files, since the .el files are
11436         normally gzipped (subsequent code locates the .el.gz from the .elc).
11438         * calc/calc-prog.el (arglist): Define for compiler.
11440         * calendar/diary-lib.el (diary-display-function): Change the default to
11441         fancy display.
11442         (body): Define for compiler.
11444         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
11445         (byte-compile-file-form, byte-compile-lambda)
11446         (byte-compile-top-level-body, byte-compile-form)
11447         (byte-compile-variable-ref, byte-compile-setq)
11448         (byte-compile-setq-default, byte-compile-body)
11449         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
11450         (batch-byte-compile): Give some more local variables with common names
11451         a "bytecomp-" prefix to avoid masking warnings about free variables.
11453         * startup.el (command-line-1): Give local variables with common names a
11454         distinguishing prefix, so as not to hide free variable warnings during
11455         bootstrap.
11457         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
11458         clever and add a suffix to make a unique name, just let the user decide
11459         whether or not to overwrite it.  If the input is a directory, write the
11460         default filename to that directory.  (Bug#4388)
11461         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
11462         is a filename-as-a-directory.
11464 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11466         * textmodes/page.el (what-page): Don't move to beginning of line.
11467         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
11469 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
11471         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
11473 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
11475         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
11476         * help.el (help-for-help-internal): Add purecopy calls for text.
11478         * vc.el (top): print-log method now takes an optional SHORTLOG
11479         argument.  Add a new method: root.
11480         (vc-root-diff, vc-print-root-log): New functions.
11481         (vc-log-short-style): New variable.
11482         (vc-print-log-internal): Add support for showing short logs.
11484         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
11485         vc-print-root-log and vc-print-root-diff.
11487         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
11488         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
11489         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
11490         short logs.
11492         * vc-cvs.el (vc-cvs-print-log):
11493         * vc-mtn.el (vc-mtn-print-log):
11494         * vc-rcs.el (vc-rcs-print-log):
11495         * vc-sccs.el (vc-sccs-print-log):
11496         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
11497         that is ignored for now.
11499         * vc-mtn.el (vc-mtn-annotate-command):
11500         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
11502 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11504         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
11505         to function-key-map, and give them ascii-character property.
11506         * term/x-win.el (x-alternatives-map):
11507         * term/ns-win.el (ns-alternatives-map):
11508         * term/internal.el (msdos-key-remapping-map):
11509         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
11511 2009-09-14  Glenn Morris  <rgm@gnu.org>
11513         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
11514         temp-buffers (2009-09-12).
11516 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11518         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
11519         the new read-key function.
11521 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
11523         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
11524         is defined (Bug#4405).
11526 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
11528         * recentf.el (recentf-cleanup): Use a hash table to find
11529         duplicates (Bug#4407).
11531 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
11533         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
11534         kp-0 to ascii equivalents (Bug#4325).
11536 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
11538         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
11540         * eshell/em-hist.el:
11541         * eshell/em-dirs.el (eshell-complete-user-reference):
11542         Declare pcomplete functions and variables to avoid compiler warnings.
11544 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
11546         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
11547         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
11548         * eshell/em-alias.el (eshell-aliases-file):
11549         * eshell/em-hist.el (eshell-history-file-name):
11550         Use expand-file-name instead of concat to make file names (Bug#4308).
11552 2009-09-13  Glenn Morris  <rgm@gnu.org>
11554         * ediff-merg.el (ediff-do-merge):
11555         * filesets.el (filesets-run-cmd):
11556         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
11557         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
11558         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
11559         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
11560         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
11561         Replace empty `let's with `progn'.
11563 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11565         * mail/sendmail.el (send-mail-function):
11566         * tooltip.el (tooltip-mode):
11567         * simple.el (transient-mark-mode):
11568         * rfn-eshadow.el (file-name-shadow-mode):
11569         * frame.el (blink-cursor-mode):
11570         * font-core.el (global-font-lock-mode):
11571         * files.el (temporary-file-directory)
11572         (small-temporary-file-directory, auto-save-file-name-transforms):
11573         * epa-hook.el (auto-encryption-mode):
11574         * composite.el (global-auto-composition-mode):
11575         Use custom-initialize-delay.
11576         * startup.el (command-line): Don't explicitly call
11577         custom-reevaluate-setting for all the above vars.
11578         * custom.el (custom-initialize-safe-set)
11579         (custom-initialize-safe-default): Delete.
11581 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11583         * term/x-win.el (x-initialize-window-system):
11584         * term/w32-win.el (w32-initialize-window-system):
11585         * term/ns-win.el (ns-initialize-window-system): Don't call
11586         mouse-wheel-mode since it's enabled globally by default already.
11588         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
11589         actually define the variable, but only silences the byte-compiler.
11590         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
11591         before looking it up.
11592         (mouse-wheel-scroll-amount): Also reset the bindings if this value
11593         is changed.
11595 2009-09-12  Glenn Morris  <rgm@gnu.org>
11597         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
11598         1000.
11599         (elint-add-required-env): Don't beep on error.
11600         (elint-forms): In case of error, return ENV unchanged.
11601         (elint-init-env): Skip non-list forms.
11602         (elint-log): Handle unknown file positions.
11604 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
11606         * epg.el (epg-make-context): Add autoload cookie.
11607         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
11608         (epg-decrypt-string, epg-start-verify, epg-verify-file)
11609         (epg-verify-string, epg-start-sign, epg-sign-file)
11610         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
11611         (epg-encrypt-string, epg-start-export-keys)
11612         (epg-export-keys-to-file, epg-export-keys-to-string)
11613         (epg-start-import-keys, epg-import-keys-from-file)
11614         (epg-import-keys-from-string, epg-start-receive-keys)
11615         (epg-receive-keys, epg-import-keys-from-server)
11616         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
11617         (epg-sign-keys, epg-start-generate-key)
11618         (epg-generate-key-from-file, epg-generate-key-from-string):
11619         Remove autoload cookie.
11621 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
11623         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
11624         reevaluation of trash-directory.
11626         * mwheel.el: Fix last change.
11627         (mouse-wheel-mode): New defvar.
11628         (mouse-wheel-mode): Remove autoload cookie.
11630 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11632         * mwheel.el (mwheel-installed-bindings): New var.
11633         (mouse-wheel-mode): Use it, so as to make sure we really remove all
11634         the bindings we set last time.  Use custom-initialize-delay.
11635         * loadup.el: Load mwheel after term/*-win.el.
11636         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
11637         and mouse-wheel-up-event now that their first evaluation is done
11638         sufficiently late to be correct.
11640         * startup.el (tutorial-directory): Make it a defcustom.
11641         Use custom-initialize-delay rather than eval-at-startup to set it.
11642         * image.el (image-load-path): Make it a defcustom.
11643         Use custom-initialize-delay rather than eval-at-startup to set it.
11644         * subr.el (eval-at-startup): Remove.
11645         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
11647         * subr.el (do-after-load-evaluation): Warn the user after loading an
11648         obsolete package.
11650 2009-09-12  Glenn Morris  <rgm@gnu.org>
11652         * proced.el (proced-mark-alt): Remove alias.
11653         (proced-mode-map): Remove proced-mark-alt.
11655         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
11656         Elint file and directory.  Remove initialization entry.
11658         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
11659         commands.
11660         (elint-current-buffer): Set mode-line-process.
11661         (elint-init-env): Handle define-derived-mode.
11662         Fix declare-function with unspecified arglist.  Guard against odd
11663         defalias statements (eg iso-insert's 8859-1-map).
11664         (elint-add-required-env): Use a temp buffer.
11665         (elint-form): Just print the function/macro name, not the whole form.
11666         Return env unchanged if we fail to parse a macro.
11667         (elint-forms): Guard against parse errors.
11668         (elint-output): New function, to handle batch mode.
11669         (elint-log-message): Add optional argument.  Use elint-output.
11670         (elint-set-mode-line): New function.
11672 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
11674         * emacs-lisp/elp.el (elp-not-profilable): Add more
11675         functions (Bug#4233).
11677 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
11679         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
11680         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
11682 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
11684         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
11685         (gdb-var-list-children): Use json parsing.
11687 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
11689         * progmodes/js.el (js--proper-indentation): Handle the case where
11690         char-before is null.  Reported by Deniz Dogan.
11692 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
11694         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
11696 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
11698         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
11699         (epg-digest-algorithm-alist): Add SHA224.
11700         (epg-context-set-passphrase-callback)
11701         (epg-context-set-progress-callback): Add description about
11702         callback function.
11704 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11706         * custom.el (custom-delayed-init-variables): New var.
11707         (custom-initialize-delay): New function.
11708         * startup.el (command-line): "Re"evaluate all vars in
11709         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
11710         explicitly any more.
11711         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
11712         to avoid creating a ~/.emacs.d at build-time (bug#4347).
11714         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
11716 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
11718         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
11719         (gdb-var-update-handler): Use json parsing.
11721 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
11723         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
11724         decode annotated text, regardless of language environment.  (Bug#2741)
11726 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11728         * Makefile.in (autoloads): Make rmail.el writable as well.
11730 2009-09-11  Glenn Morris  <rgm@gnu.org>
11732         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
11733         loaddefs.el.
11734         * dired.el: Regenerate with extracted autoloads.
11735         * Makefile.in (autoloads): Make dired.el writable.
11737         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
11738         * ibuffer.el: Regenerate with extracted autoloads.
11739         * Makefile.in (autoloads): Make ibuffer.el writable.
11741         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
11742         * version.el (emacs-copyright, emacs-major-version)
11743         (emacs-minor-version): Reformat doc-strings for make-docfile.
11745         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
11746         functions and variables, since they must be stuff specific to some other
11747         platform.
11748         (apropos-print): Make mouse-click message less specific about button.
11750         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
11751         that records where a macro was defined.
11752         * help-fns.el (describe-function-1): Mention if a function has a
11753         compiler-macro.
11754         * help-mode.el (help-function-cmacro): New button.
11756         * locate.el (top-level): Always require dired.
11757         (locate-mode-map): Initialize inside the defvar.
11759         * net/ange-ftp.el (dired-compress-file): Declare.
11760         (ange-ftp-dired-compress-file): Add doc string.
11762         * term/ns-win.el (x-display-name, x-setup-function-keys):
11763         Unify doc-strings with X versions.
11765 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11767         * emulation/crisp.el (crisp-mode-map): Move initialization
11768         into declaration.
11769         (crisp-mode): Use define-minor-mode.
11771         * progmodes/xscheme.el (xscheme-evaluation-commands):
11772         Put a :advertised-binding property rather than using
11773         advertised-xscheme-send-previous-expression.
11774         (advertised-xscheme-send-previous-expression): Declare obsolete.
11775         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
11776         `advertised-undo'.
11777         (crisp-mode): Add corresponding bindings to
11778         undo's :advertised-binding instead.
11779         * dired.el (dired-mode-map): Put a :advertised-binding property rather
11780         than using dired-advertised-find-file.
11781         (dired-advertised-find-file):
11782         * simple.el (advertised-undo):
11783         * wid-edit.el (advertised-widget-backward): Declare obsolete.
11784         (widget-keymap): Put a :advertised-binding property rather
11785         than using advertised-widget-backward.
11786         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
11787         than using advertised-undo.
11788         * tutorial.el (tutorial--default-keys): Adjust accordingly.
11790 2009-09-10  Simon South  <ssouth@slowcomputing.org>
11792         * progmodes/delphi.el (delphi-tab): Indent region when Transient
11793         Mark mode is enabled and region is active; otherwise indent or
11794         insert TAB as usual.
11795         (delphi-mode): Update description of TAB-key binding.
11797 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11799         * subr.el (define-key-rebound-commands): Mark obsolete.
11800         * startup.el (precompute-menubar-bindings): Remove.
11801         (normal-top-level): Remove obsolete code that tried to precompute
11802         menubar bindings.
11803         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
11804         define-key-rebound-commands and precompute-menubar-bindings.
11806 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11808         * net/imap.el (imap-interactive-login): Better messages.
11809         (imap-open): Fix bug with renamed buffer on reconnect.
11810         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11811         for easier debugging and cleaner code.  On successful (guessed based on
11812         server capabilities) secondary authentication, set imap-state
11813         correctly.
11814         (imap-last-authenticator): Define imap-last-authenticator as a variable
11815         to avoid warnings.
11817 2009-09-10  Glenn Morris  <rgm@gnu.org>
11819         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
11821         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
11822         (byte-compile-file-form-autoload): Don't warn about unknown functions
11823         where the autoload statement comes after the use.
11824         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
11825         that any handlers inside the body (eg require) are in turn respected.
11827         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
11828         effects.
11830         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
11831         and syntax and abbrev tables basic docs, if they don't have any.
11833         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
11835         * international/mule-cmds.el (top-level): Require cl when compiling.
11836         (view-hello-file): Use default-value rather than
11837         default-enable-multibyte-characters.
11839         * progmodes/fortran.el: Move all safe and risky properties into the
11840         defcustoms.
11842         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
11843         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
11844         * mail/undigest.el:
11845         Put autoloads in rmail.el rather than loaddefs.el.
11846         * mail/rmail.el: Regenerate with extracted autoloads.
11848         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
11849         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
11851 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
11853         Reported in thread for Bug#4375.
11854         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
11855         "-data-evaluate-expression" instead of print.
11856         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
11857         (gdb-tooltip-print): Parse output from above MI command.
11858         (gdb): Revert 2009-08-11 change.  User should detach inferior
11859         manually.
11861         Remove the word "separate" from IO functions as inferior
11862         output is now never displayed in the GUD buffer.
11864 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
11866         * startup.el (command-line-normalize-file-name): On Windows and
11867         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
11869 2009-09-10  Juri Linkov  <juri@jurta.org>
11871         * isearch.el (isearch-text-char-description): Propertize escape
11872         character sequences with the `escape-glyph' face.  (Bug#4344)
11874         * simple.el (shell-command): Set asynchronous process filter to
11875         `comint-output-filter'.  (Bug#4343)
11877         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
11878         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
11879         the list.  Move "asm" to the bottom.
11880         (grep-find-ignored-directories): Add `choice' with nil value
11881         to empty the list easily.
11882         (grep-find-ignored-files): New option.
11883         (grep-files-history): Set to nil by default instead of '("ch" "el").
11884         (grep-compute-defaults): Add "<X>" to `grep-template'.
11885         (grep-read-files): Bind new local variables `default-alias' and
11886         `default-extension'.  Use a list of default values for the file prompt.
11887         (lgrep): Add `--exclude=' command line options composed from
11888         `grep-find-ignored-files'.
11889         (rgrep): Add `-name' command line options composed from
11890         `grep-find-ignored-files'.  (Bug#4301)
11892 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11894         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
11895         (bug#4368).
11897 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11899         * calendar/time-date.el (autoload):
11900         Expand define-obsolete-function-alias into defalias and make-obsolete
11901         for old Emacsen that Gnus supports.
11902         (with-no-warnings): Define it for old Emacsen.
11903         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11904         is available.
11905         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11906         float-time is available; suppress compile warning for time-to-seconds.
11908 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11910         * net/imap.el (imap-message-map): Docstring fix.
11912 2009-09-09  Glenn Morris  <rgm@gnu.org>
11914         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
11915         line numbers too.  (Bug#4374)
11917 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11919         * smerge-mode.el (smerge-remove-props, smerge-refine):
11920         Use with-silent-modifications (bug#4342).
11922         * subr.el (with-silent-modifications): New macro.
11924 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
11926         * files.el (top-level): Require `cl' when compiling.
11928 2009-09-07  Glenn Morris  <rgm@gnu.org>
11930         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
11932         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
11933         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
11935 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
11937         * vc-git.el (vc-git-annotate-command): Use separator to parse
11938         arguments correctly.
11940 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
11942         * proced.el (proced-mode): Doc fix.
11944 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
11946         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
11947         lstat fails.
11948         (tramp-do-file-attributes-with-ls): Check for file existence at
11949         remote end.
11950         (tramp-do-file-attributes-with-stat): Likewise.
11951         (tramp-convert-file-attributes): Return nil when attr is nil.
11953 2009-09-05  Glenn Morris  <rgm@gnu.org>
11955         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
11956         properties to this button.
11957         (diary-fancy-display): Don't extend the button to the final newline.
11958         (diary-fancy-display-mode): Continue to define "q" as a local key.
11960         * calendar/cal-china.el (holiday-chinese): Make it slightly more
11961         efficient.
11963         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
11965         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
11966         (byte-compile-dest-file-function): New option.
11967         (byte-compile-dest-file): Doc fix.
11968         Obey byte-compile-dest-file-function.
11969         (byte-compile-cl-file-p): New function.
11970         (byte-compile-eval): Only suppress noruntime warnings about cl functions
11971         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
11972         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
11973         than for file being previously loaded.
11974         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
11975         (byte-compile-file-form-require): Handle the case where requiring a file
11976         indirectly causes CL to be loaded.
11978 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
11980         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
11981         before killing the old buffer, since by the time `kill-buffer' is
11982         run so many buffer variables have been set to nil that it may not
11983         behave as expected.  (Bug#4061)
11985 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
11987         * files.el (find-alternate-file): If the old buffer is modified
11988         and visiting a file, behave similarly to `kill-buffer' when
11989         killing it, thus reverting to the pre-1.878 behavior; see
11990         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
11991         for discussion.  Also, consult `buffer-file-name' as a variable
11992         not as a function, for consistency with the rest of the code.
11994 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
11996         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
11997         also when adding a new directory.
11999         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12000         defun.
12002 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12004         * files.el (locate-file-completion-table): Make it provide boundary
12005         information, so partial-completion works better.
12007 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
12009         * mail/footnote.el (Footnote-text-under-cursor):
12010         Check footnote-text-marker-alist before using it (bug#4324).
12012 2009-09-04  Glenn Morris  <rgm@gnu.org>
12014         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12015         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12016         * play/solitaire.el, play/tetris.el:
12017         Remove leading * from defcustom and defface docs.
12019         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12020         necessary.
12021         (diary-fancy-overriding-map): New variable.
12022         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12023         Use view-mode.
12025         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12026         goto-line.
12028 2009-09-03  Glenn Morris  <rgm@gnu.org>
12030         * arc-mode.el (archive-mode):
12031         * dos-fns.el (set-default-process-coding-system):
12032         * man.el (Man-getpage-in-background):
12033         * menu-bar.el (menu-bar-describe-menu):
12034         * server.el (server-process-filter):
12035         * startup.el (command-line):
12036         * tar-mode.el (tar-header-block-tokenize, tar-extract):
12037         * w32-fns.el (set-default-process-coding-system):
12038         * x-dnd.el (x-dnd-handle-file-name):
12039         * international/mule-cmds.el (mule-menu-keymap)
12040         (set-default-coding-systems, language-info-alist, set-language-info)
12041         (set-language-environment, standard-display-european-internal)
12042         (set-locale-environment):
12043         * international/mule-diag.el (mule-diag):
12044         * mail/emacsbug.el (report-emacs-bug):
12045         * mail/rmail.el (rmail-mode):
12046         * mail/sendmail.el (mail-setup):
12047         Use default-value rather than default-enable-multibyte-characters.
12049         * progmodes/f90.el: Move all safe properties into the defcustoms.
12050         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12052         * calendar/appt.el (appt-check):
12053         * calendar/diary-lib.el (diary-set-header, diary-live-p)
12054         (diary-check-diary-file, diary-list-entries)
12055         (diary-include-other-diary-files, diary-simple-display)
12056         (diary-fancy-display, diary-print-entries)
12057         (diary-mark-included-diary-files, diary-make-entry):
12058         Don't call substitute-in-file-name on diary-file.
12060 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
12061             Stefan Monnier  <monnier@iro.umontreal.ca>
12063         * mail/footnote.el (footnote-prefix): Make it a defcustom.
12064         (footnote-mode-map): Move initialization into the declaration.
12065         (footnote-minor-mode-map): Define it rather than changing global-map.
12066         (footnote-mode): Use define-minor-mode.
12068 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
12070         * net/tramp.el (tramp-handle-file-attributes-with-ls)
12071         (tramp-do-file-attributes-with-perl)
12072         (tramp-do-file-attributes-with-stat): Rename from
12073         `tramp-handle-file-attributes-with-*'.
12074         (tramp-handle-file-attributes): Use them.
12075         (tramp-do-directory-files-and-attributes-with-perl)
12076         (tramp-do-directory-files-and-attributes-with-stat): Rename from
12077         `tramp-handle-directory-files-and-attributes-with-*'.
12078         (tramp-handle-directory-files-and-attributes): Use them.
12079         (tramp-method-out-of-band-p): Additional parameter SIZE.
12080         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12081         (tramp-handle-write-region): Use it.
12082         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12083         (tramp-handle-vc-registered): Check, whether the first run did
12084         return files to be tested.
12085         (tramp-advice-make-auto-save-file-name): Do not call directly
12086         `tramp-handle-make-auto-save-file-name', because this would bypass
12087         the locking mechanism.
12089         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12090         (file-remote-p, process-file, start-file-process, set-file-times)
12091         (tramp-compat-file-attributes): Compatibility functions shall not
12092         call directly `tramp-handle-*', because this would bypass the
12093         locking mechanism.
12094         (tramp-compat-number-sequence): New defun.
12096 2009-09-02  Glenn Morris  <rgm@gnu.org>
12098         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12099         alias for float-time.
12100         (time-to-number-of-days): In Emacs, use float-time.
12101         * net/newst-backend.el (time-add): Suppress warnings from compat
12102         function.
12103         * time.el (emacs-uptime, emacs-init-time):
12104         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12105         Use float-time rather than time-to-seconds.
12107         * minibuffer.el (completion-initials-expand): Fix typo.
12109         * faces.el (modeline, modeline-inactive, modeline-highlight)
12110         (modeline-buffer-id):
12111         * info.el (info-menu-5): Mark these face aliases as obsolete.
12113 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12115         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12116         space ...
12117         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12118         no "--thread" option.
12119         (gdb-stopped): Don't print "Switched to thread" message when it is
12120         unchanged.
12122 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12124         * minibuffer.el (completion-try-completion)
12125         (completion-all-completions): Remove ill-defined (and
12126         mistakenly installed and luckily never used nor documented)
12127         `completion-styles' property.
12128         (completion-initials-expand, completion-initials-all-completions)
12129         (completion-initials-try-completion): New functions.
12130         (completion-styles-alist): Add doc to each entry.
12131         Add new `initials' entry.
12133 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12135         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12136         MI command -var-evaluate-expression.
12137         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12138         and tweak for case of string child.
12139         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12141 2009-09-01  Glenn Morris  <rgm@gnu.org>
12143         * add-log.el (change-log-date-face, change-log-name-face)
12144         (change-log-email-face, change-log-file-face, change-log-list-face)
12145         (change-log-conditionals-face, change-log-function-face)
12146         (change-log-acknowledgement-face):
12147         * cus-edit.el (custom-invalid-face, custom-rogue-face)
12148         (custom-modified-face, custom-set-face, custom-changed-face)
12149         (custom-saved-face, custom-button-face, custom-button-pressed-face)
12150         (custom-documentation-face, custom-state-face, custom-comment-face)
12151         (custom-comment-tag-face, custom-variable-tag-face)
12152         (custom-variable-button-face, custom-face-tag-face)
12153         (custom-group-tag-face-1, custom-group-tag-face):
12154         * diff-mode.el (diff-header-face, diff-file-header-face)
12155         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12156         (diff-added-face, diff-changed-face, diff-function-face)
12157         (diff-context-face, diff-nonexistent-face):
12158         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12159         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12160         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12161         (Info-title-4-face):
12162         * isearch.el (isearch-lazy-highlight-face):
12163         * log-view.el (log-view-file-face, log-view-message-face):
12164         * paren.el (show-paren-match-face, show-paren-mismatch-face):
12165         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12166         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12167         (cvs-msg-face):
12168         * smerge-mode.el (smerge-mine-face, smerge-other-face)
12169         (smerge-base-face, smerge-markers-face):
12170         * wid-edit.el (widget-documentation-face, widget-button-face)
12171         (widget-field-face, widget-single-line-field-face)
12172         (widget-inactive-face, widget-button-pressed-face):
12173         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12174         (woman-addition-face):
12175         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12176         (eshell-ls-executable-face, eshell-ls-readonly-face)
12177         (eshell-ls-unreadable-face, eshell-ls-special-face)
12178         (eshell-ls-missing-face, eshell-ls-archive-face)
12179         (eshell-ls-backup-face, eshell-ls-product-face)
12180         (eshell-ls-clutter-face):
12181         * eshell/em-prompt.el (eshell-prompt-face):
12182         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12183         * obsolete/old-whitespace.el (whitespace-highlight-face):
12184         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12185         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12186         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12187         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12188         (antlr-font-lock-literal-face):
12189         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12190         (ebrowse-root-class-face, ebrowse-file-name-face)
12191         (ebrowse-default-face, ebrowse-member-attribute-face)
12192         (ebrowse-member-class-face, ebrowse-progress-face):
12193         * progmodes/make-mode.el (makefile-space-face):
12194         * progmodes/sh-script.el (sh-heredoc-face):
12195         * textmodes/flyspell.el (flyspell-incorrect-face)
12196         (flyspell-duplicate-face):
12197         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12198         * textmodes/texinfo.el (texinfo-heading-face):
12199         Mark face aliases with "-face" suffix as obsolete.
12201         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12202         compiler.
12204         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12205         (eudc-bob-sound-menu): Use defvar rather than defconst, since
12206         easy-menu-define wants to modify these.
12208         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12210         * net/browse-url.el (browse-url-file-url):
12211         * term/internal.el (dos-codepage-setup):
12212         Use default-value rather than default-enable-multibyte-characters.
12214         * progmodes/etags.el (etags-goto-tag-location):
12215         * progmodes/flymake.el (flymake-highlight-line)
12216         (flymake-goto-file-and-line, flymake-goto-line):
12217         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12218         (gdb-goto-breakpoint):
12219         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12220         * progmodes/python.el (python-find-function)
12221         (python-pdbtrack-track-stack-file):
12222         * progmodes/verilog-mode.el (verilog-surelint-off):
12223         * term/ns-win.el (ns-open-file-select-line):
12224         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12225         Use forward-line rather than goto-line.
12227         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12228         * textmodes/reftex-index.el (reftex-display-index):
12229         * textmodes/reftex-ref.el (reftex-offer-label-menu):
12230         * textmodes/reftex-toc.el (reftex-toc):
12231         Remove unnecessary bindings of default-major-mode (all are followed by
12232         major-mode check and possible mode switch).
12234 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12236         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12237         Handle watchpoints (bug#4282).
12238         (def-gdb-thread-buffer-command): Enable thread to be selected by
12239         clicking without selecting threads buffer first.
12240         (gdb-current-context-command): Use selected frame so that "up",
12241         "down" etc work in the GUD buffer.
12242         (gdb-update): Find selected frame before rendering stack buffer.
12243         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12245 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12247         * progmodes/sym-comp.el (displayed-completions): Remove.
12248         (symbol-complete): Use minibuffer-complete.
12250 2009-08-31  Glenn Morris  <rgm@gnu.org>
12252         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12254         * apropos.el (apropos-symbols-internal):
12255         Handle (obsolete) face aliases.
12257         * faces.el (describe-face): Adjust the output format to be more like
12258         describe-variable, and to mention (obsolete) face aliases.
12259         Adjust the whitespace so that help-setup-xref works.
12261         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12262         * calendar/diary-lib.el (diary-button-face):
12263         Mark these face aliases as obsolete.
12265         * calendar/calendar.el (calendar-today): Doc fix.
12267 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12269         * progmodes/gdb-mi.el (gdb-control-all-threads)
12270         (gdb-control-current-thread): Force tool bar update.
12271         (gdb-non-stop-handler): New function.
12272         (gdb-init-1): Use it to test if non-stop mode is supported.
12273         Remove unused gdbmi buffer type.
12275 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
12277         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12278         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
12280 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
12282         * comint.el (comint-exec-1): Check command is non-null first.
12283         Part of gdb-mi.el change (2009-08-28).
12285 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12287         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12289 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
12291         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12292         instead of `dolist' to avoid a recursive require when bootstrapping.
12294 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12296         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12298         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12300         * net/imap.el (imap-send-command): Simplify.
12301         (imap-wait-for-tag): point-max -> buffer-size.
12303         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
12305         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
12306         with constant argument.
12308         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
12310         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
12312         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
12313         Change default, since most of our files don't have a history.
12314         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
12315         the user.
12317         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12318         Add comint-run.
12320         * calc/calc.el: Improve commenting convention.
12321         (calc-digit-map, toplevel): Simplify.
12323         * comint.el (comint-insert-input): Be careful to only set point if we
12324         don't delegate to some other command.
12326         * proced.el (proced-signal-list): Make it an alist.
12327         (proced-grammar-alist): Capitalize names.
12328         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
12329         Disable undo manually and make it read-only.
12330         Use completion-annotate-function.
12332         * minibuffer.el (minibuffer-message): If the current buffer is not
12333         a minibuffer, insert the message in the echo area rather than at the
12334         end of the buffer.
12335         (completion-annotate-function): New variable.
12336         (minibuffer-completion-help): Use it.
12337         (completion--embedded-envvar-table): Environment vars are
12338         always case-sensitive.
12340 2009-08-30  Glenn Morris  <rgm@gnu.org>
12342         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
12343         from fortran-current-defun.
12344         (fortran-beginning-of-subprogram): Be more precise about finding the
12345         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
12346         (fortran-end-of-subprogram): Simplify.
12347         (fortran-current-defun): Use fortran-start-prog-re.
12349 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
12351         * subr.el (do-after-load-evaluation): Simplify.
12353 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
12355         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
12357         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
12358         (vc-rcs-print-log): Use it.
12360         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
12362 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12364         * paths.el (abbrev-file-name): Move to abbrev.el.
12365         * abbrev.el (abbrev-file-name): Move from paths.el.
12366         Obey user-emacs-directory.
12367         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
12368         user-emacs-directory.
12369         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
12370         abbrev-file-name and calc-settings-file any more.
12371         * startup.el (command-line): Recompute abbrev-file-name and
12372         abbreviated-home-dir.
12373         (normal-no-mouse-startup-screen): Improve the generic code and get rid
12374         of the special code for when C-h bindings haven't been changed.
12375         (display-startup-echo-area-message): Use with-current-buffer.
12376         (command-line-1): Use a list of strings, rather than a list of lists
12377         of strings for longopts.
12379         * files.el (get-free-disk-space): Use / for default-directory.
12381         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
12382         Use with-current-buffer.
12384         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
12385         Recognize immutable variables like most-positive-fixnum.
12386         (byte-compile-setq-default): Check and warn if trying to assign
12387         to an immutable variable, or a non-variable.
12389         * progmodes/cc-vars.el (c-comment-continuation-stars):
12390         * progmodes/cc-engine.el (c-looking-at-bos):
12391         * progmodes/cc-cmds.el (c-toggle-auto-state)
12392         (c-forward-into-nomenclature, c-backward-into-nomenclature)
12393         (c-comment-line-break-function): Add version of obsolescence.
12395 2009-08-28  Juri Linkov  <juri@jurta.org>
12397         * files.el (magic-fallback-mode-alist): Add ZIP magic number
12398         associated with `archive-mode'.
12400         * image.el (image-type-header-regexps): Use only JPEG magic number
12401         to determine JPEG images, and don't use `image-jpeg-p' because
12402         Emacs can display non-JFIF non-Exif JPEG images.
12404 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
12406         * arc-mode.el (archive-mode):
12407         * emacs-lisp/re-builder.el (re-builder-unload-function):
12408         Protect against the default value of `major-mode' being nil.
12410 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
12412         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
12413         Fix typos in docstrings.
12415         * progmodes/js.el (js--macro-decl-re): Doc fix.
12416         (js--plain-method-re, js--split-name): Refloc docstring.
12417         (js--class-styles, js--make-merged-item, js--splice-into-items):
12418         Fix typos in docstrings; reflow docstrings.
12419         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
12420         (js--variable-decl-matcher, js--inside-pitem-p)
12421         (js--parse-state-at-point, js--get-all-known-symbols)
12422         (js--symbol-history, js-find-symbol, js--js-references)
12423         (js--moz-interactor, js--js-encode-value, js--read-tab):
12424         Fix typos in docstrings.
12426 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12428         * textmodes/reftex.el (reftex-get-file-buffer-force):
12429         * progmodes/verilog-mode.el (verilog-batch-execute-func):
12430         * emulation/viper.el (viper-go-away, viper-set-hooks):
12431         * emacs-lisp/re-builder.el (re-builder-unload-function):
12432         * emacs-lisp/bytecomp.el (byte-compile-file):
12433         * ses.el (ses-unload-function):
12434         * hexl.el (hexl-find-file):
12435         * files.el (normal-mode):
12436         * ehelp.el (with-electric-help):
12437         * autoinsert.el (auto-insert-alist):
12438         * arc-mode.el (archive-mode):
12439         Use (default-value 'major-mode) instead of default-major-mode.
12441         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
12442         * international/mule.el (load-with-code-conversion):
12443         * emacs-lisp/debug.el (debug):
12444         * ediff-vers.el (ediff-rcs-get-output-buffer):
12445         * dired.el (dired-internal-noselect): Don't let-bind
12446         default-major-mode around code that doesn't use it.
12447         E.g. buffer creation via get-buffer-create doesn't use it.
12449 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
12451         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
12452         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
12453         when writing the temp file.  Otherwise, epa-file gets confused.
12454         (tramp-register-file-name-handlers): Make it a defun.  Move also
12455         `epa-file-handler' to the front of `file-name-handler-alist'.
12457 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12459         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
12460         start right after a ^M.
12461         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
12462         (tramp-completion-file-name-regexp-separate)
12463         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
12464         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
12465         Don't modify last-coding-system-used by accident.
12466         (tramp-completion-file-name-handler): Apply the checks here,
12467         instead during registration.
12468         (tramp-register-file-name-handlers): Renamed from
12469         `tramp-register-file-name-handler'.  Register both
12470         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
12471         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
12473 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
12475         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
12476         Remove variable ...
12477         (gdb-init-1, gdb-display-separate-io-buffer)
12478         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
12479         references to it.
12480         (gdb-inferior-io-mode): Use make-comint-in-buffer.
12481         (gdb-inferior-filter): Use comint-output-filter to stop
12482         echoing and remove ^M characters.
12484 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12486         * emulation/viper-init.el (viper-restore-cursor-type):
12487         * emulation/cua-base.el (cua--update-indications):
12488         Replace default-cursor-type with (default-value 'cursor-type).
12490         * mail/sendmail.el (mail-recover-1):
12491         * international/mule-diag.el (describe-current-coding-system-briefly)
12492         (describe-current-coding-system):
12493         * international/mule-cmds.el (select-safe-coding-system)
12494         (select-message-coding-system)
12495         (set-language-environment-coding-systems, set-locale-environment):
12496         * hexl.el (hexl-insert-multibyte-char):
12497         * dos-w32.el (find-buffer-file-type-coding-system):
12498         * simple.el (what-cursor-position):
12499         Replace uses of default-buffer-file-coding-system
12500         with (default-value 'buffer-file-coding-system).
12502         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
12503         Replace uses of default-cursor-in-non-selected-windows
12504         with (default-value 'cursor-in-non-selected-windows).
12505         Use with-current-buffer.
12507         * mail/feedmail.el: Use CL macros.
12508         (feedmail-run-the-queue, feedmail-send-it-immediately):
12509         * dos-w32.el (find-buffer-file-type): Replace uses of
12510         default-buffer-file-type with (default-value 'buffer-file-type).
12512 2009-08-28  Glenn Morris  <rgm@gnu.org>
12514         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
12515         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
12516         Use default-value of major-mode rather than default-major-mode.
12518 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12520         * Makefile.in (update-elcfiles): Report left over elc files.
12522         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
12523         expand-file-name and with-current-buffer.
12524         (mail-get-names, mail-directory): Use with-current-buffer.
12526         * vc.el (vc-read-revision): New function.
12527         (vc-version-diff, vc-merge): Use it.
12529 2009-08-27  Sam Steingold  <sds@gnu.org>
12531         * simple.el (kill-do-not-save-duplicates): New user option.
12532         (kill-new): When it is non-nil, and the new string is the same as
12533         the latest kill, set replace to t to avoid duplicates in kill-ring.
12535 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
12537         * net/tramp.el (tramp-handle-process-file): Do not flush all
12538         caches when `process-file-side-effects' is set.
12539         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
12540         instead of `tramp-find-file-exists-command'.
12541         Unset `process-file-side-effects'.
12543 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
12545         * net/tramp.el (tramp-methods): New method "rsyncc".
12546         (top): Add completion function for "rsyncc".
12547         (tramp-message-show-message): New defvar.
12548         (tramp-message, tramp-error): Use it.
12549         (tramp-do-copy-or-rename-file-directly): Extend check for direct
12550         remote copying.
12551         (tramp-do-copy-or-rename-file-out-of-band): Handle new
12552         `tramp-methods' entry `copy-env' of "rsyncc".
12553         (tramp-vc-registered-read-file-names): New defconst.
12554         (tramp-vc-registered-file-names): New defvar.
12555         (tramp-handle-vc-registered): Implement optimization strategy.
12556         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
12557         (tramp-vc-file-name-handler): New defun.
12558         (tramp-get-ls-command, tramp-get-test-command)
12559         (tramp-get-file-exists-command, tramp-get-remote-ln)
12560         (tramp-get-remote-perl, tramp-get-remote-stat)
12561         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
12563         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
12564         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
12565         timestamps.
12566         (tramp-get-file-property): Check for timestamps in
12567         `tramp-cache-inhibit-cache'.
12568         (tramp-set-file-property): Write timestamp.
12570 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12572         * language/japan-util.el (japanese-symbol-table): Add entries for
12573         cp932-2-byte.
12575         * international/characters.el: Add category `j' to cp932-2-byte.
12577 2009-08-27  Kenichi Handa  <handa@m17n.org>
12579         * international/fontset.el (build-default-fontset-data): New macro.
12580         (setup-default-fontset): Use build-default-fontset-data for CJK,
12581         tibetan, ethiopic, and ipa.
12583 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12585         * cus-start.el (default-major-mode): Customize `major-mode' instead.
12586         (enable-multibyte-characters): Not customizable any more.
12588         * subr.el (default-mode-line-format, default-header-line-format)
12589         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
12590         (default-direction-reversed, default-truncate-lines)
12591         (default-left-margin, default-tab-width, default-case-fold-search)
12592         (default-left-margin-width, default-right-margin-width)
12593         (default-left-fringe-width, default-right-fringe-width)
12594         (default-fringes-outside-margins, default-scroll-bar-width)
12595         (default-vertical-scroll-bar, default-indicate-empty-lines)
12596         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
12597         (default-fringe-cursor-alist, default-scroll-up-aggressively)
12598         (default-scroll-down-aggressively, default-fill-column)
12599         (default-cursor-type, default-buffer-file-type)
12600         (default-cursor-in-non-selected-windows)
12601         (default-buffer-file-coding-system, default-major-mode)
12602         (default-enable-multibyte-characters): Mark as obsolete.
12604 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
12606         * vc-dir.el (vc-dir-update): Remove debug helper.
12608         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
12610 2009-08-26  Sam Steingold  <sds@gnu.org>
12612         * simple.el (save-interprogram-paste-before-kill): New user option.
12613         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
12614         save the interprogram-paste into kill-ring before overriding it
12615         with the Emacs kill.
12617 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
12619         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
12620         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
12621         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
12622         and move to vc-rcs.el.
12623         (vc-default-next-revision): Rename to vc-rcs-next-revision and
12624         move to vc-rcs.el.
12625         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
12626         (vc-rcs-update-changelog): Remove.
12627         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
12628         and move to vc-rcs.el.
12630         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
12631         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
12632         renaming.
12633         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
12634         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
12635         vc.el, renamed to be RCS specific.
12637         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
12638         New functions.
12639         (vc-cvs-update-changelog): Move here from vc.el.
12641         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
12642         New functions.
12644 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12646         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
12648 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
12650         * vc-git.el (vc-git-register): Use "git add" for directories.
12651         (vc-git-stash, vc-git-stash-show): New functions.
12652         (vc-git-extra-menu-map): Bind them.
12654         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
12655         directory correctly in case the item is a directory itself.
12657         * vc.el: Document the desired behavior for reverted files in the
12658         `added' state.
12659         (vc-default-prettify-state-info): Remove function, unused.
12661         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
12663 2009-08-26  Glenn Morris  <rgm@gnu.org>
12665         * bindings.el (standard-mode-line-format): Reposition dashes in
12666         which-func entry.  (Bug#4217)
12668         * files.el (enable-local-variables, enable-local-eval)
12669         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
12670         the defcustoms.
12671         (auto-mode-alist, ignored-local-variables)
12672         (save-some-buffers-action-alist): Move risky declarations to the
12673         definitions.
12674         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
12675         (font-lock-defaults, format-alist, imenu--index-alist)
12676         (imenu-generic-expression, input-method-alist, minor-mode-alist)
12677         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
12678         (mode-line-modified, mode-line-mule-info, mode-line-position)
12679         (mode-line-process, mode-line-remote, outline-level)
12680         (parse-time-rules, rmail-output-file-alist)
12681         (special-display-buffer-names, vc-mode):
12682         Move risky declarations to the relevant files.
12683         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
12684         (mode-line-modified, mode-line-process, mode-line-position)
12685         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
12686         * font-core.el (font-lock-defaults):
12687         * format.el (format-alist):
12688         * vc-hooks.el (vc-mode):
12689         * window.el (special-display-buffer-names):
12690         * international/mule-cmds.el (input-method-alist):
12691         Define riskiness here (dumped file) rather than in files.el.
12692         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
12693         * imenu.el (imenu-generic-expression, imenu--index-alist):
12694         * outline.el (outline-level):
12695         * time.el (display-time-string):
12696         * calendar/parse-time.el (parse-time-rules):
12697         * mail/rmailout.el (rmail-output-file-alist):
12698         Autoload riskiness here, rather than placing in files.el.
12700 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
12702         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
12704 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
12706         * simple.el (process-file-side-effects): New defvar.
12708         * dired-aux.el (dired-show-file-type):
12709         * vc.el (vc-diff-internal):
12710         * vc-arch.el (vc-arch-diff):
12711         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
12712         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
12713         * vc-git.el (vc-git-registered, vc-git-working-revision)
12714         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
12715         (vc-git--empty-db-p):
12716         * vc-hooks.el (vc-user-login-name):
12717         * vc-svn.el (vc-svn-registered, vc-svn-state)
12718         (vc-svn-dir-extra-headers, vc-svn-find-revision):
12719         * progmodes/grep.el (grep-probe): Let-bind
12720         `process-file-side-effects' with nil.
12722         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
12724         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
12725         daemon.  Replace ping by checking for running service for bluez
12726         and zeroconf.  (Bug#4239)
12728 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12730         * net/dig.el (dig): Add autoload cookie.
12732 2009-08-25  Glenn Morris  <rgm@gnu.org>
12734         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
12735         load-history for absolute file-names.
12736         (byte-compile-file-form-require): Warn about use of the cl package.
12738         * format.el (format-alist): Doc fix.
12740         * play/bubbles.el (top-level): Don't require cl at run-time.
12742         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
12743         run-time cl).
12745 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
12747         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
12748         from cl package.
12749         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
12751 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
12753         * calc/calc-alg.el (math-trig-rewrite)
12754         (math-hyperbolic-trig-rewrite): New functions.
12755         (calc-simplify): Simplify trig functions when asked.
12757 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12759         * diff-mode.el (diff-find-source-location): Avoid goto-line.
12761 2009-08-24  Kenichi Handa  <handa@m17n.org>
12763         * language/ind-util.el (mapthread): Delete it.
12764         (combinatorial): New function.
12765         (indian--puthash-cv): Use combinatorial instead of mapthread.
12767 2009-08-22  Kevin Ryde  <user42@zip.com.au>
12769         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
12770         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
12771         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
12772         Clarify docstring that the value is strings not symbols.
12773         (checkdoc-list-of-strings-p): New function.
12775 2009-08-22  Glenn Morris  <rgm@gnu.org>
12777         * files.el (auto-mode-alist):
12778         * hippie-exp.el (he-concat-directory-file-name):
12779         * lpr.el (lpr-windows-system, printer-name):
12780         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
12781         * ps-print.el (ps-windows-system):
12782         * startup.el (command-line):
12783         * emulation/viper-ex.el (viper-glob-function):
12784         * international/mule-cmds.el (set-language-environment-coding-systems):
12785         * net/ange-ftp.el (ange-ftp-write-region):
12786         * obsolete/fast-lock.el (fast-lock-cache-name):
12787         Remove code for defunct system-types emx, macos, mswindows, next-mach,
12788         unisoft-unix, vax-vms, win32, w32.
12790         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
12791         given name if the pattern is not more specific.
12793         * calendar/lunar.el (lunar-phase-names): New option.
12794         (lunar-phase): Doc fix.
12795         (lunar-cycles-per-year): New constant.
12796         (lunar-index): New function.
12797         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
12798         (lunar-phase-name): Use lunar-phase-names.
12799         (calendar-lunar-phases): Use format.
12800         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
12802         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
12803         Copy imenu-example--name-and-position function here for own use.
12804         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
12806         * bs.el (bs--redisplay):
12807         * cus-edit.el (custom-redraw):
12808         * ibuffer.el (ibuffer-bury-buffer):
12809         * server.el (server-goto-line-column):
12810         * startup.el (command-line-1):
12811         * strokes.el (strokes-xpm-for-stroke):
12812         * term.el (term-display-buffer-line):
12813         * view.el (View-goto-line):
12814         * calc/calc.el (calc-do, calc-trail-buffer):
12815         * play/gamegrid.el (gamegrid-add-score-insecure):
12816         * progmodes/ada-mode.el (ada-compile-goto-error):
12817         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
12818         (ebrowse-select-1st-to-9nth):
12819         * progmodes/cperl-mode.el (cperl-time-fontification):
12820         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
12821         * progmodes/gud.el (gud-display-line):
12822         (idlwave-shell-display-line):
12823         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
12824         * progmodes/make-mode.el (makefile-browser-toggle):
12825         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
12826         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
12827         * textmodes/picture.el (picture-draw-rectangle):
12828         * textmodes/reftex-index.el (reftex-index-goto-letter):
12829         (reftex-select-jump-to-previous):
12830         * textmodes/reftex-sel.el (reftex-find-start-point)
12831         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
12832         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
12833         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
12834         * textmodes/tex-mode.el (tex-compilation-parse-errors):
12835         * textmodes/two-column.el (2C-associated-buffer):
12836         Use forward-line rather than goto-line.
12838         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
12839         goto-line.
12841         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
12842         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
12843         (quick-check-list-to-regexp): Declare.
12845         * progmodes/make-mode.el (makefile-browser-insert-selection):
12846         Use goto-char rather than goto-line.
12848         * progmodes/prolog.el (compilation-error-regexp-alist)
12849         (compilation-forget-errors): Declare.
12851 2009-08-22  Juri Linkov  <juri@jurta.org>
12853         * progmodes/grep.el (lgrep, rgrep): At the beginning
12854         set `dir' to `default-directory' unless `dir' is a non-nil
12855         readable directory.  (Bug#4052)
12856         (lgrep, rgrep): Change a weird way to report an error
12857         from using `read-string' to using `error'.
12858         Instead of using interactive arguments in the function body,
12859         add new argument `confirm'.
12861 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12863         * textmodes/remember.el (remember-buffer):
12864         * progmodes/cperl-mode.el (cperl-vc-header-alist):
12865         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
12866         (icalendar-extract-ical-from-buffer):
12867         * net/newst-treeview.el (newsticker-groups-filename):
12868         * net/newst-backend.el (newsticker-cache-filename):
12869         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
12870         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
12871         (speedbar-add-ignored-path-regexp, speedbar-line-path)
12872         (speedbar-buffers-line-path, speedbar-path-line)
12873         (speedbar-buffers-line-path):
12874         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
12875         (epg-sign-keys):
12876         * epa.el (epa-display-verify-result):
12877         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
12879 2009-08-21  Glenn Morris  <rgm@gnu.org>
12881         * progmodes/js.el (inferior-moz-process): Fix declaration.
12883         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
12885         * obsolete/rnewspost.el (news-mail-reply):
12886         Use goto-char rather than goto-line.
12888         * term/ns-win.el (ns-open-file-select-line):
12889         Use line-beginning-position rather than goto-line.
12891         * apropos.el (apropos-command):
12892         * ehelp.el (electric-helpify):
12893         * printing.el (pr-show-setup):
12894         * strokes.el (strokes-help):
12895         * tutorial.el (tutorial--describe-nonstandard-key)
12896         (tutorial--detailed-help):
12897         * woman.el (woman-mini-help, woman-display-extended-fonts):
12898         * calc/calc-help.el (calc-describe-key):
12899         * emulation/edt.el (edt-electric-helpify):
12900         * international/mule-diag.el (mule-diag):
12901         * play/yow.el (apropos-zippy):
12902         * progmodes/python.el (python-describe-symbol):
12903         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
12904         * textmodes/table.el (*table--cell-describe-mode)
12905         (*table--cell-describe-bindings):
12906         Use help-print-return-message rather than the now obsolete alias.
12908         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
12909         (calendar-cursor-to-visible-date):
12910         * play/5x5.el (5x5-position-cursor):
12911         * play/decipher.el (decipher):
12912         * play/gomoku.el (gomoku-goto-xy):
12913         * play/landmark.el (lm-goto-xy):
12914         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
12915         (mpuz-paint-digit):
12916         Use forward-line, not goto-line.
12918         * mail/rmail.el (rmail-obsolete): Delete custom group.
12919         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
12920         (rmail-remote-password, rmail-remote-password-required):
12921         Remove unneeded :set-after and :set properties.
12923 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
12925         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
12927 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
12929         * loadup.el: Remove leftover macos code.
12931         * vc-git.el (vc-git-annotate-command): Run asynchronously.
12932         Explicitly pass the date format to git blame so that user local
12933         so that the output format can be parsed.
12935 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
12937         * net/dbus.el (top): Don't check for (getenv
12938         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
12940 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
12942         * log-edit.el (log-edit-strip-single-file-name): New var.
12943         (log-edit-insert-changelog): Use it.  Bug#3571
12945 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12947         * subr.el (read-passwd): Use read-key so keypad keys work as well.
12948         Bug#3287
12950         * help.el (help-print-return-message): Rename from
12951         print-help-return-message.
12953         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
12954         cvs-mode-map parent hack.
12955         (log-view-mode): Derive from special-mode.
12957         * linum.el (linum-mode): window-size-change-functions is redundant.
12958         Adapt to new window-configuration-change-hook behavior.
12959         (linum-after-size, linum-after-config): Remove.
12961         * imenu.el (imenu-example--name-and-position)
12962         (imenu-example--lisp-extract-index-name)
12963         (imenu-example--create-lisp-index, imenu-example--create-c-index):
12964         Mark as obsolete.
12966         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
12967         (inferior-prolog-mode): Use it.
12968         (inferior-prolog-load-file): Reset list of errors.
12970 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12972         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
12974         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
12976 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
12978         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
12979         is running already.
12981 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12983         * subr.el (listify-key-sequence-1): Use normal syntax since those
12984         integers are nowadays always represented by the same (positive) number
12985         on all platforms.
12986         (read-key-empty-map): New const.
12987         (read-key-delay): New var.
12988         (read-key): New function.
12989         (force-mode-line-update): Use with-current-buffer.
12990         (locate-user-emacs-file): Don't forget to abbreviate the file name.
12991         (start-process-shell-command, start-file-process-shell-command):
12992         Discourage the use of command-args.
12994 2009-08-19  Glenn Morris  <rgm@gnu.org>
12996         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
12998 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13000         * simple.el (choose-completion-string): Don't rely on
13001         minibuffer-completing-file-name and ad-hoc checks to decide whether
13002         to continue completion or not.
13004         * minibuffer.el (minibuffer-hide-completions): New function.
13005         (completion--do-completion): Use it.
13006         (completions-annotations): New face.
13007         (completion--insert-strings): Use it.
13008         (completion-pcm--delim-wild-regex): Add docstring.
13009         (completion-pcm--string->pattern): Add support for 0-width delimiters
13010         in completion-pcm--delim-wild-regex.
13012 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13014         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13015         Remove unused var `buffer-modified-p'.
13017         * minibuffer.el (completion--do-completion): Move point for the #b001
13018         case as well (bug#4176).
13019         (minibuffer-complete, minibuffer-complete-word): Don't move point.
13021 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
13023         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
13024         and :session buses.
13026 2009-08-18  Kenichi Handa  <handa@m17n.org>
13028         * international/ucs-normalize.el (ucs-normalize-version):
13029         Change to 1.1.
13030         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13031         (utf-8-hfs): Make it perform normalization on encoding too.
13033         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
13034         (sentence-end-without-space): Delete duplicated chars.
13035         (sentence-end-base): Likewise.
13037         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
13038         (html-mode): Delete duplicated chars from sentence-end-base.
13040         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
13041         (texinfo-mode): Delete duplicated chars from sentence-end-base.
13043 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
13045         * files.el (hack-one-local-variable): If the mode function is for
13046         a minor mode, pass it an argument (Bug#4148).
13048 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
13050         * net/tramp.el (tramp-register-completion-file-name-handler):
13051         Check also for (member 'partial-completion completion-styles).
13053 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13055         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13056         abbrev (Bug#3943).
13058 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
13060         * progmodes/cperl-mode.el: Merge upstream 6.2.
13061         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13062         (cperl-forward-re): Check cperl-brace-recursing.
13063         (cperl-highlight-charclass): New function.
13064         (cperl-find-pods-heres): Use it.
13065         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13066         (cperl-beautify-regexp-piece): Fix column calculation.
13067         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13068         (cperl-beautify-level): Don't process entire regexp.
13069         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13070         calling man.
13071         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13072         (cperl-init-faces): Build a list in the normal way.
13074 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13076         * calendar/parse-time.el (parse-time-string-chars): Save match
13077         data.
13079 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13081         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13082         (sql-product): Use it.
13083         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13084         (sql-set-product): Add completion.
13085         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13086         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13087         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13088         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13089         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13090         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13091         (sql-highlight-db2-keywords): Remove.
13092         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13093         (sql-highlight-product): Use derived-mode-p.
13094         (sql-set-sqli-buffer): Use with-current-buffer.
13095         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13096         Simplify.
13098         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13100         * term.el: Fix commenting convention, turn comments into docstrings.
13102 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
13104         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13106 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13108         * calendar/parse-time.el (parse-time-string-chars): Compute using
13109         character classes, to handle non-ascii characters (Bug#3190).
13111 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13113         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13114         another heredoc if the user adds another < (Bug#3226).
13116         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13117         Don't initialize based on window-system (Bug#4124).
13119         * facemenu.el (facemenu-read-color): Use a completion function
13120         that accepts any defined color, such as RGB triplets (Bug#3677).
13122         * files.el (get-free-disk-space): Change fallback default
13123         directory to /.  Expand DIR argument before switching to fallback.
13124         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13126 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13128         * files.el (load-library): Doc fix.
13130 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
13132         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13133         (viper-if-string): Redefine C-s in the minibuffer to insert the last
13134         incremental search string.
13136         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13137         XEmacs.
13139         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13140         (ediff-merge-region-is-non-clash)
13141         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13142         Also check if the job is really a merge job.
13144         * ediff.el (ediff-current-file): New function.
13146 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13148         * progmodes/js.el: Edit docstrings throughout to follow Emacs
13149         conventions.
13150         (js-insert-and-indent): Delete function.
13151         (js-mode-map): Don't bind keys to js-insert-and-indent.
13152         (js-beginning-of-defun): Rename from js--beginning-of-defun.
13153         (js-end-of-defun): Rename from js--end-of-defun.
13154         (js-auto-indent-flag): Delete variable.
13156 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
13158         * progmodes/js.el: Remove proclaim statement.
13159         Defvar which-func-imenu-joiner-function to silence compiler.
13161         * files.el (auto-mode-alist): Use js-mode for .js files.
13163         * progmodes/js2-mode.el: Remove file.
13165         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13167         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13169         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13171 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
13172             Karl Landstrom  <karl.landstrom@brgeight.se>
13174         * progmodes/js.el: New file.
13176 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
13178         * timezone.el (timezone-parse-date): Add ability to understand ISO
13179         basic format (minimal separators) dates in addition to the
13180         already-supported extended format dates.
13182 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
13184         * international/ucs-normalize.el: Add a `coding' file variable.
13186         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13188 2009-08-14  Sam Steingold  <sds@gnu.org>
13190         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13192 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
13194         * faces.el (help-argument-name): Define it here instead of
13195         help-fns.el, because in daemon mode help-fns.el may be loaded when
13196         faces are still uninitialized (Bug#1078).
13198         * help-fns.el (help-argument-name): Move defface to faces.el.
13200 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
13202         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13203         create buffer with a pty but no process so that GDB can make the
13204         inferior the controlling process.
13206 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
13208         * international/ucs-normalize.el: New file.
13210 2009-08-13  Richard Stallman  <rms@gnu.org>
13212         * mail/rmail.el (rmail-get-attr-names):
13213         Accept an attribute header that is too short.
13215         * mail/rmail.el (rmail-forget-messages):
13216         Ignore nil elt in rmail-message-vector.  Use dotimes.
13218         * progmodes/compile.el (compilation-goto-locus):
13219         Use next-error-move-function.
13221         * simple.el (next-error-move-function): New variable.
13223 2009-08-12  Juri Linkov  <juri@jurta.org>
13225         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13226         always non-nil.  (Bug#4052)
13228         * replace.el (read-regexp): Return empty string when
13229         `default-value' is nil.
13230         (keep-lines-read-args): Don't use empty string as the
13231         default value for `read-regexp'.  (Bug#2495)
13233 2009-08-12  Juri Linkov  <juri@jurta.org>
13235         * international/mule-cmds.el (ucs-insert): Change arguments
13236         from `arg' to `character', `count', `inherit' to be the same
13237         as in `insert-char'.  Doc fix.  (Bug#4039)
13239         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13241 2009-08-12  Juri Linkov  <juri@jurta.org>
13243         * files-x.el: New file.
13245         * files.el: Move code that deals with adding/deleting
13246         file/directory-local variables to files-x.el.
13248         * Makefile.in (ELCFILES): Add files-x.elc.
13250 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
13252         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13253         to use `goto-line'.
13254         (gdb-place-breakpoints, gdb-get-location): Rewritten without
13255         `goto-line'.
13256         (gdb-invalidate-disassembly): Do not refresh upon receiving
13257         'update signal.  Instead, update all disassembly buffers only after
13258         threads list.
13259         (gdb): Send -target-detach when buffer is killed (Bug#3794).
13260         (gdb-starting): Moved -data-list-register-names...
13261         (gdb-stopped): ...here so it's sent when first thread stops.
13262         (gdb-registers-handler-custom): Do nothing if register names are
13263         unknown yet.
13265         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13266         from `gdb-mi.el' to avoid extra tangling.
13268         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13269         change which breaks `gud-def' definitions used in `gdb'.
13270         (gdb-update-gud-running): No extra fuss for updating frame number.
13272 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13274         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13275         (describe-language-environment-map, setup-language-environment-map)
13276         (set-coding-system-map): Move initialization into declaration.
13277         (set-language-info-alist): Last arg to define-key-after can be skipped.
13279         * international/quail.el (quail-completion-1): Simplify.
13280         (quail-define-rules): Use slightly more compact code.
13281         (quail-insert-decode-map): Propertize keys, compact columns.
13283         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13284         Add goto-line.
13286 2009-08-10  Miles Bader  <miles@gnu.org>
13288         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13289         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13290         (js2-instance-member, js2-private-member, js2-private-function-call)
13291         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13292         (js2-magic-paren, js2-external-variable):
13293         Remove "-face" suffix from face names.
13294         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13295         (js2-highlight-undeclared-vars, js2-peek-token)
13296         (js2-parse-function-params, js2-mode-show-errors)
13297         (js2-mode-show-warnings, js2-make-magic-delimiter)
13298         (js2-mode-highlight-magic-parens): Update to use new face names.
13300 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
13302         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
13303         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
13305 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
13307         * subr.el: Provide hashtable-print-readable.
13309         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
13310         hs-c-like-adjust-block-beginning.
13311         (hs-hide-block-at-point): Stop hiding at the beginning of
13312         hs-block-end-regexp (Bug#700).
13314 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
13316         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
13317         a macro.
13318         (gdb-registers-handler-custom): Do not fail when register names
13319         are unavailable.
13321 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13323         * progmodes/gdb-mi.el (gdb-control-all-threads)
13324         (gdb-control-current-thread): Interactive setters for
13325         `gdb-gud-control-all-threads' to use in menu.
13326         (gdb-show-run-p): Show «Go» when process is not active.
13327         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
13328         gud/thread.xpm and gud/all.xpm.
13330 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
13332         * net/net-utils.el (net-utils-font-lock-keywords): New var.
13333         (nslookup-font-lock-keywords): Make it a variable.
13334         (net-utils-mode): New mode for viewing diagnostic network output.
13335         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
13336         (net-utils-run-simple): New function.
13337         (ifconfig, iwconfig, netstat, arp, route): Use it.
13339 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13341         * progmodes/gdb-mi.el (gdb-read-memory-custom)
13342         (gdb-memory-set-address, def-gdb-set-positive-number)
13343         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
13344         after changing settings.
13345         (gdb-invalidate-disassembly): Update when first shown.
13346         (gdb-edit-locals-value): Fixed.
13347         (gdb-registers-handler-custom): Print registers in right order and
13348         allow changing register values (only for current thread yet).
13349         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
13350         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
13351         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
13352         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
13353         info in mode name.
13354         (gdb-registers-mode-map): TAB to switch to locals.
13356 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
13358         * mail/rmail.el (rmail-add-mbox-headers)
13359         (rmail-set-message-counters-counter): Search for
13360         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
13362 2009-08-08  Glenn Morris  <rgm@gnu.org>
13364         * Makefile.in (ELCFILES): Update.
13366 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13368         * mail/sendmail.el (mail-yank-original): Set
13369         buffer-file-coding-system from the one used by the message whose
13370         text is yanked.
13372         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
13373         to "windows" when "pgnuplot" is used.
13374         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
13375         call accept-process-output if "pgnuplot" is used.
13376         (calc-graph-init): Don't send -display and -geometry to
13377         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
13378         running "pgnuplot -V" with shell-command-to-string.
13380         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
13381         the default.
13383 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13385         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
13386         org/org-latex.elc.
13388 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
13390         * vc-dispatcher.el (vc-resynch-window): Update comment.
13392         * term.el (term-handle-ansi-escape): Add comments with the
13393         terminfo capabilities implemented.
13395 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
13397         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
13398         (gdb-var-create-handler): Rewritten using JSON parser.
13399         (gdb-propertize-header): Moved earlier.
13400         (gdb-set-header): Removed to avoid duplication.
13401         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
13402         Refresh disassembly buffers only after threads list have been
13403         update.
13404         (gdb-threads-header, gdb-registers-header): Per-buffer header line
13405         variables.
13407 2009-08-04  Juri Linkov  <juri@jurta.org>
13409         * files.el: Commands to add/delete file/directory-local variables.
13410         (read-file-local-variable, read-file-local-variable-value)
13411         (read-file-local-variable-mode, modify-file-local-variable)
13412         (modify-file-local-variable-prop-line)
13413         (modify-dir-local-variable): New functions.
13414         (add-file-local-variable, delete-file-local-variable)
13415         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
13416         (add-dir-local-variable, delete-dir-local-variable)
13417         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
13418         (copy-dir-locals-to-file-locals-prop-line): New commands.
13420 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
13422         * abbrev.el (insert-abbrev-table-description): Prettify output.
13423         Suggested by Karl Chen.
13425 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
13427         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
13428         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
13429         (gdb-overlay-arrow-position, gdb-thread-position)
13430         (gdb-disassembly-position): Declare variables.
13431         (gdb-wait-for-pending): Function now.
13432         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
13433         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
13434         compilation goes smoothly.
13435         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
13436         (gdb-non-stop-setting): New customization setting which replaces
13437         `gdb-non-stop' so changing it doesn't break active GDB session.
13438         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
13439         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
13440         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
13441         (gdb-show-threads-by-default): New customization options.
13442         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
13443         routines.
13444         (gdb-get-buffer-create): Send buffers update signal when they are
13445         created.
13446         (gdb-invalidate-locals, gdb-invalidate-registers)
13447         (gdb-invalidate-breakpoints)
13448         (gdb-invalidate-threads, gdb-invalidate-disassembly)
13449         (gdb-invalidate-memory): Accept update signal.
13450         (gdb-current-context-command): Use --frame option.
13451         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
13452         Implement `gdb-frame-number' selection logic.
13453         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
13454         whether to show GUD toolbar buttons.
13455         (gdb-thread-exited): Unselect current thread when it exits.
13456         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
13457         (gdb-mark-line): Routine which sets overlay arrow or inverses
13458         video on fringeless displays.
13459         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
13460         to build aligned columns of data in GDB buffers and set text
13461         properties line-by-line.
13462         (gdb-invalidate-breakpoints)
13463         (gdb-breakpoints-list-handler-custom)
13464         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
13465         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
13466         (gdb-registers-handler-custom): Align data columns.
13467         (gdb-locals-handler-custom): Now prints data like in variable
13468         declarations.
13469         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
13470         Removed confusing buttons.
13471         (gdb-invalidate-threads): Append --frame.
13472         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
13473         between breakpoints/threads buffers.
13474         (gdb-set-window-buffer): Now can ignore dedicated windows.
13475         (gdb-propertize-header): Use `gdb-set-window-buffer'.
13476         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
13477         (def-gdb-thread-buffer-gud-command): Replaces
13478         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
13479         for fine thread control.
13480         (gdb-preempt-existing-or-display-buffer): New function used to
13481         display bound buffers without breaking window layout.
13482         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
13483         (gdb-select-frame): New version of `gdb-frames-select' which now
13484         sets `gdb-frame-number' so commands may use --frame option instead
13485         of inner debugger state.
13486         (gdb-frame-handler): Do not set `gdb-frame-number'.
13487         (gdb-threads-mode-map): Select threads with mouse.
13489         * progmodes/gud.el (gdb-gud-context-call): Declare function to
13490         avoid compilation warning.
13491         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
13492         `gdb-show-stop-p`.
13494         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
13495         Argument `key' renamed to `buffer-type'.
13496         (gdb-current-context-buffer-name): Do not add thread info to
13497         buffer name when no thread is selected.
13498         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
13499         command (bug 3794).
13500         (gdb-thread-selected): Handle `=thread-selected' notification.
13501         (gdb-wait-for-pending): New macro to deal with congestion problems.
13502         (gdb-breakpoints-list-handler-custom): Don't fail on pending
13503         breakpoints.
13504         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
13505         This fixes problem similar to one described in bug 3947.
13506         (gud-menu-map): More menu items.
13507         (gdb-init-1): Reset `gdb-thread-number' to nil.
13509         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
13510         non-stop settings.
13512         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
13513         (gdb-current-context-command): Do not append --thread if
13514         `gdb-thread-number' is nil.
13515         (gdb-running-threads-count, gdb-stopped-threads-count): New
13516         variables.
13517         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
13518         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
13519         customization options.
13520         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
13521         GUD commands.
13522         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
13523         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
13524         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
13525         set `gdb-thread-number' and update `gud-running' properly.
13526         (gdb-running): Update threads list when new threads appear.
13527         (gdb-stopped): Support non-stop operation and new thread switching
13528         logic.
13529         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
13530         (gdb-json-partial-output): New set of JSON routines.
13531         (def-gdb-auto-update-trigger): New `signal-list' optional
13532         argument.
13533         (gdb-thread-list-handler-custom): Update `gud-running',
13534         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
13535         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
13536         (gdb-continue-thread, gdb-step-thread): New commands for fine
13537         thread execution control.
13538         (gud-menu-map): New menu items to switch non-stop options.
13539         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
13540         (gdb-send): Mimic RET properly (bug 3794).
13542         * progmodes/gdb-mi.el (gdb-rules-name-maker)
13543         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
13544         gdb-buffer-rules.
13545         (def-gdb-auto-update-handler): New nopreserve optional argument.
13546         (gdb-stack-list-frames-custom): Print stack from top to bottom.
13548         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
13549         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
13550         (gdb-parent-mode): New mode to derive other GDB modes from.
13551         (gdb-display-disassembly-for-thread)
13552         (gdb-frame-disassembly-for-thread): New commands for threads
13553         buffer.
13555         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
13556         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
13557         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
13558         (gdb-update): We now store all GDB buffers in a list so that they
13559         can be updated by traversing a list instead of calling invalidate
13560         triggers explicitly.
13561         (def-gdb-trigger-and-handler): New macro to define trigger-handler
13562         pair for GDB buffer.
13563         (gdb-stack-buffer-name): Add thread information.
13564         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
13565         handle pending triggers.
13566         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
13567         (def-gdb-thread-buffer-simple-command)
13568         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
13569         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
13570         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
13571         New commands which show buffers bound to thread.
13572         (gdb-stack-list-locals-regexp): Removed unused regexp.
13574         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
13575         (gdb-locals-buffer-name, gdb-registers-buffer-name)
13576         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
13577         to (gud-comint-buffer) in *-buffer-name functions
13578         because (gdb-get-target-string) already does that.
13579         (gdb-locals-handler-custom, gdb-registers-handler-custom)
13580         (gdb-changed-registers-handler): Rewritten without regexps.
13582         * progmodes/gdb-mi.el: Basic thread selection support.
13583         (gdb-thread-number): New variable.
13584         (gdb-current-context-command): New macro which adds --thread
13585         option to command.
13586         (gdb-threads-mode-map): Select thread with SPC.
13587         (gdb-thread-list-handler-custom): Mark current thread with overlay
13588         arrow.  Synchronize GDB thread and Emacs thread.
13589         (gdb-select-thread): New command which selects current thread.
13590         (gdb-invalidate-frames, gdb-invalidate-locals)
13591         (gdb-invalidate-registers): Use --thread option.
13593 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
13595         * net/tramp.el (top): Make check for tramp-gvfs loading more
13596         robust.  (Bug#3977)
13597         (tramp-handle-insert-file-contents): `unwind-protect' must be
13598         inside `with-parsed-tramp-file-name'.
13600         * net/tramp-gvfs.el (top): Remove superfluous message when loading
13601         fails.
13603 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
13605         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
13606         directory if CLASSPATH is not set.
13608 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
13610         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
13611         New defconst.
13612         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
13614 2009-08-02  Kevin Ryde  <user42@zip.com.au>
13616         * net/newst-backend.el (newsticker--raw-url-list-defaults):
13617         Update freshmeat link.  Delete newsforge.com as it seems gone.
13619 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
13621         * select.el (x-set-selection): Doc fix (Bug#4021).
13623         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
13625         * help-fns.el (describe-variable): Treat list return values from
13626         dir-locals-find-file properly (Bug#4005).
13628 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
13630         * net/tramp.el (tramp-debug-message): Print also microseconds.
13632 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
13634         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
13635         or END is non-nil.
13636         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
13637         (tramp-get-debug-buffer): Change `outline-regexp' according to new
13638         format.
13640         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
13641         (tramp-get-file-property): Use it.
13643         * autorevert.el (auto-revert-handler): Allow
13644         `auto-revert-tail-mode' for remote files.
13646 2009-08-02  Jason Rumney  <jasonr@gnu.org>
13648         * minibuffer.el (read-file-name): Treat confirm options to
13649         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
13651 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
13653         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
13654         (font-lock-variable-name-face, font-lock-constant-face): Darken
13655         the colors for light backgrounds.
13657 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
13659         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
13660         month names.  (Bug#3987)
13662 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
13664         * simple.el (line-move-finish): Pass whole number to
13665         line-move-to-column.
13666         (line-move-visual): Perform hscroll to the recorded position.
13668 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
13670         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
13672 2009-07-29  Alan Mackenzie  <acm@muc.de>
13674         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
13676 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
13678         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
13679         (gdb-place-breakpoints): Use full path when setting breakpoints.
13681 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
13683         * calc/calc.el (calc-mode-map): Add keybinding for
13684         `calc-transpose-lines'.
13686 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
13688         * calc/calc-misc.el (calc-transpose-lines): New function.
13690 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
13692         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
13693         Simplify check for out-of-band methods.
13694         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
13695         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
13697 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
13699         * vc-git.el (vc-git-checkin): Fix typo.
13701 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
13703         * progmodes/js2-mode.el: New file.
13705 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
13707         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
13708         (gud-menu-map): Adjust tooltip accordingly.
13710 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
13712         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
13713         (vc-bzr-log-view-mode): Adjust log-view-file-re.
13715         * add-log.el (change-log-mode-map): Add a menu.
13717 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
13719         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
13720         function returns nil.
13721         (dbus-handle-event): Handle special return value :ignore.
13722         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
13724 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
13726         * view.el (view-mode-enable): Don't define Helper-return-blurb if
13727         it's not needed.
13729 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
13731         Fix Bug#3888:
13733         * w32-vars.el (x-select-enable-clipboard): Doc fix.
13735         * term/pc-win.el (x-display-name, x-colors)
13736         (x-select-enable-clipboard, x-select-text): Doc fix.
13738         * term/common-win.el (x-display-name, x-colors): Doc fix.
13740         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
13741         (xw-defined-colors): Doc fix.
13743         * w32-fns.el (x-select-text, x-setup-function-keys)
13744         (x-get-selection, x-set-selection): Doc fix.
13746         * term/x-win.el (x-select-text, x-setup-function-keys)
13747         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
13749         * select.el (x-set-selection): Doc fix.
13751 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
13753         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
13754         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
13755         "IsNSSSupportAvailable" method is not available.  Reported by
13756         Steve Youngs <steve@sxemacs.org>.
13758 2009-07-24  Kenichi Handa  <handa@m17n.org>
13760         * international/characters.el: Fix setting of category ?C, ?|, ?K,
13761         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
13762         (build-unicode-category-table): Fix range checks.
13764 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
13766         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
13767         the buffer we try to sync is current when calling
13768         vc-resynch-buffer.
13770         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
13771         not show up to date files.
13773 2009-07-24  Glenn Morris  <rgm@gnu.org>
13775         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
13776         Add autoload cookies.  If necessary, initialize.
13777         (elint-log): Handle non-file buffers.
13778         (elint-initialize): Add optional argument to reinitialize.
13779         (elint-find-builtin-variables): Save excursion.
13781 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
13783         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13784         for Lint.
13786 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
13788         * vc.el (vc-print-log-internal): New function, split out from ...
13789         (vc-print-log): ... here.
13790         (vc-dir-move-to-goal-column): Declare.
13792         * vc-git.el (vc-git-add-signoff): New variable.
13793         (vc-git-checkin): Use it.
13794         (vc-git-toggle-signoff): New function.
13795         (vc-git-extra-menu-map): Bind it to menu.
13796         (vc-git--run-command-string): Accept a nil FILE argument.
13797         (vc-git-stash-list): New function.
13798         (vc-git-dir-extra-headers): Use it.
13800 2009-07-23  Glenn Morris  <rgm@gnu.org>
13802         * help-fns.el (describe-variable): Describe ignored and risky local
13803         variables in a similar way to that in which we describe safe ones.
13805         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
13806         (byte-compile-output-file-form, byte-compile-output-docform)
13807         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
13808         Give some more local variables with common names a "bytecomp-" prefix,
13809         so as not to shadow things during compilation.
13810         * emacs-lisp/cl-macs.el (load-time-value)
13811         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
13812         `outbuffer' to `bytecomp-outbuffer'.
13814         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
13815         since the next two variables cover them automatically now.
13816         (elint-builtin-variables, elint-autoloaded-variables): New.
13817         (elint-unknown-builtin-args): Remove all members, since they can be
13818         parsed automatically now.
13819         (elint-extra-errors): New.
13820         (elint-env-add-env, elint-env-add-macro): Use cadr.
13821         (elint-current-buffer): Use or.  Change final message.
13822         (elint-get-top-forms): Use line-end-position.
13823         (elint-init-env): Use cadr.  Handle autoload, declare-function,
13824         and defalias.
13825         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
13826         (regexp-assoc): Remove unused function.
13827         (elint-top-form): Set elint-current-pos, to record the start of the
13828         top-level form, for compilation-mode.
13829         (elint-form): Trap errors in macro expansion.  Use dolist.
13830         (elint-unbound-variable): Use elint-builtin-variables and
13831         elint-autoloaded-variables.
13832         (elint-get-args): Use cadr, or.
13833         (elint-check-cond-form): Use dolist, cadr.
13834         (elint-check-condition-case-form): Doc fix.  Use cadr.
13835         Use elint-extra-errors.
13836         (elint-log): New function.
13837         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
13838         Distinguish errors and warnings.
13839         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
13840         Use a bytecomp-style format.
13841         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
13842         (elint-get-log-buffer): Use compilation mode.  Disable undo.
13843         Don't truncate lines.
13844         (elint-initialize): Set builtin and autoloaded variable lists.
13845         Only process elint-unknown-builtin-args if non-nil.
13846         (elint-find-builtin-variables, elint-find-autoloaded-variables):
13847         New functions.
13848         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
13850 2009-07-22  Kevin Ryde  <user42@zip.com.au>
13852         * net/newst-backend.el (newsticker--parse-atom-1.0)
13853         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
13854         (newsticker--parse-rss-1.0):
13855         * progmodes/idlwave.el (idlwave-mode):
13856         * progmodes/idlw-shell.el (idlwave-shell-mode):
13857         * progmodes/vera-mode.el (vera-mode):
13858         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
13859         * progmodes/vhdl-mode.el (vhdl-mode):
13860         * textmodes/table.el (table-generate-source)
13861         (table--warn-incompatibility):
13862         Hyperlink urls in docstrings with URL `...'.
13864 2009-07-22  Glenn Morris  <rgm@gnu.org>
13866         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
13867         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
13868         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
13869         Remove leading * from defcustom docs.
13871         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
13873         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
13874         defcustom doc.
13875         (list-load-path-shadows): Optionally, just return shadows as a string.
13877         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
13879 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
13881         * mail/rmailedit.el (rmail-edit-mode): Use
13882         auto-save-include-big-deletions.
13884         * mail/rmail.el (rmail-variables): Use
13885         auto-save-include-big-deletions.
13887         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
13888         changes.
13890 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
13892         * calc/calc.el (calc-undo-length): New variable.
13893         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
13895 2009-07-21  Richard Stallman  <rms@gnu.org>
13897         * files.el (auto-save-mode): Handle buffer-save-size = -2
13898         for toggling mode.
13900 2009-07-21  Glenn Morris  <rgm@gnu.org>
13902         * textmodes/ispell.el (ispell-looking-back): Update declaration.
13904         * calendar/todo-mode.el (calendar-current-date): Update declaration.
13906         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
13907         silence compiler.  Instead...
13908         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
13909         (ps-print-ensure-fontified): Update for above function name changes.
13911         * printing.el (pr-mh-get-msg-num, pr-mh-show)
13912         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
13913         silence compiler.  Instead...
13914         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
13915         (mh-show-buffer): Only define for compiler.
13916         (pr-mh-current-message): Update for above function name changes.
13918         * files.el (abort-if-file-too-large): Explicitly pass `filename'
13919         as an argument.
13920         (find-file-noselect, insert-file-1): Update for above change.
13922         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
13924         * mail/mailclient.el (mailclient-send-it): Fix message.
13926         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
13927         (edebug-eval): Check cl-debug-env is bound.
13928         (print-level, print-circle): Don't redefine built-in variables.
13930         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
13931         (custom-print-vectors): Remove old comments from doc.
13933         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
13934         (emerge-version): Make the variable an obsolete alias for the
13935         emacs-version variable.  Make the function obsolete.
13936         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
13937         Emerge options, rather than merging in into the main Options menu.
13938         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
13939         and auto advance modes.  Disable edit/fast items when not relevant.
13941 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
13943         * term/vt420.el (terminal-init-vt420): Fix typo.
13945 2009-07-20  Sam Steingold  <sds@gnu.org>
13947         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
13948         variable (removed from compile.el on 2004-03-11).
13950 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
13952         * files.el (hack-local-variables-filter): Fix last change.
13954 2009-07-19  Juri Linkov  <juri@jurta.org>
13956         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
13957         (dir-local-variables-alist): New buffer-local variable.
13958         (hack-local-variables-filter): If variable is not dir-local,
13959         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
13960         because file-local overrides dir-local.
13961         (c-postprocess-file-styles) <declare-function>:
13962         Remove obsolete declaration.
13963         (hack-dir-local-variables): Add dir-local variable/value pair to
13964         `dir-local-variables-alist' and remove duplicates.  Doc fix.
13966         * help-fns.el (describe-variable): Add information about
13967         file-local and dir-local variables.
13969 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
13971         * files.el (hack-local-variables-filter): Rewrite.
13973 2009-07-19  Glenn Morris  <rgm@gnu.org>
13975         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
13976         Silence compiler by only defining on XEmacs.
13978         * international/mule.el (auto-coding-regexp-alist): Only match
13979         BABYL... at the start of buffer, not of lines.  (Bug#3790)
13981         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
13982         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
13983         (cal-menu-context-mouse-menu): Doc fix.
13985         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
13987         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
13989 2009-07-18  Juri Linkov  <juri@jurta.org>
13991         * info.el: Virtual Info keyword finder.
13992         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
13993         (Info-finder-file): New variable.
13994         (Info-finder-find-file): New function.
13995         (finder-known-keywords, finder-package-info)
13996         (find-library-name, lm-commentary): Use defvar and
13997         declare-function to silence compiler warnings.
13998         (Info-finder-find-node): New function.
13999         (info-finder): New command.
14001         * subr.el (process-kill-buffer-query-function): New function.
14002         (add-hook)<kill-buffer-query-functions>: Add hook
14003         `process-kill-buffer-query-function'.
14005 2009-07-18  Alan Mackenzie  <acm@muc.de>
14007         * progmodes/cc-mode.el (c-before-hack-hook)
14008         (c-postprocess-file-styles): Give invocation of `c-set-style'
14009         DONT-OVERRIDE parameter of t.  Already set style variables will
14010         thus not be overridden by style settings given by `c-file-syle'.
14012         * files.el (hack-local-variables-filter): Remove entries with
14013         duplicate keys from `file-local-variables-alist'.
14015 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14017         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14018         x-set-selection if display-selections-p returns nil for the
14019         current frame.
14021 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
14023         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14025 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14027         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14028         Accept nil in addition to a regexp.
14029         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14030         Accept nil in addition to a regexp.
14031         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14032         buffers that have an associated file.  Handle nil values of
14033         desktop-buffers-not-to-save and desktop-files-not-to-save.
14034         (Bug#3833)
14036         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14037         (x-disown-selection-internal): New functions.
14039 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
14041         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14042         warning.
14043         (gdb-breakpoints-header): Move forward to avoid compiler warning.
14044         (gdb-make-header-line-mouse-map): Remove duplicate definition.
14046 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
14048         * simple.el (set-mark): Revert last change.
14050 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
14052         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14053         rendering of pngs is not possible instead of messaging a long
14054         description.
14056 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
14058         * w32-fns.el (x-selection-owner-p): New function.
14060         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14061         (mouse-yank-at-click, mouse-yank-primary): If
14062         select-active-regions is non-nil, deactivate the mark before
14063         insertion.
14065         * simple.el (deactivate-mark, set-mark): Only save selection if we
14066         own it.
14068 2009-07-17  Kenichi Handa  <handa@m17n.org>
14070         * case-table.el (describe-buffer-case-table): Fix for the case
14071         that KEY is a cons.
14073 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
14075         * vc-rcs.el (vc-rcs-find-file-hook):
14076         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14078 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
14080         * net/tramp.el (tramp-wait-for-output): Handle the case when
14081         commands do not return a newline but a null byte before the shell
14082         prompt.  (Bug#3858)
14084 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14086         * term/ns-win.el (ns-set-alpha): Don't declare.
14087         (ns-set-background-alpha): Remove function.
14089 2009-07-16  Kevin Ryde  <user42@zip.com.au>
14091         * emacs-lisp/copyright.el (copyright-update): Save match-data across
14092         y-or-n-p, for safety.
14094 2009-07-16  Richard Stallman  <rms@gnu.org>
14096         * files.el (auto-save-mode): If buffer-saved-size is -2,
14097         don't clobber it.
14099         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14100         (rmail-retry-ignored-headers): Add more uninteresting fields.
14102 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
14104         * net/rcirc.el (rcirc): Use history variables.
14105         (rcirc-server-name-history, rcirc-nick-name-history)
14106         (rcirc-server-port-history): New variables.
14108 2009-07-15  Kenichi Handa  <handa@m17n.org>
14110         * international/mule-cmds.el (set-language-environment-charset):
14111         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14112         ignore them.
14114         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14115         Delete unibyte-display.
14117 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14119         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14121 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14123         * simple.el (deactivate-mark): Optional argument FORCE.
14124         (set-mark): Use deactivate-mark.
14126         * info.el (Info-search): No need to check transient-mark-mode
14127         before calling deactivate-mark.
14129         * select.el (x-set-selection): Doc fix.
14130         (x-valid-simple-selection-p): Allow buffer values.
14131         (xselect--selection-bounds): Handle buffer values.  Suggested by
14132         David De La Harpe Golden.
14134         * mouse.el (mouse-set-region, mouse-drag-track): Call
14135         copy-region-as-kill before setting the mark, to let
14136         select-active-regions work.
14138 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
14140         * simple.el (deactivate-mark): If select-active-regions is
14141         non-nil, copy the selection data into a string.
14142         (activate-mark): If select-active-regions is non-nil, set the
14143         selection to the current buffer.
14144         (set-mark): Update selection if select-active-regions is non-nil.
14146         * select.el (x-valid-simple-selection-p): Allow buffer values.
14148 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14150         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14151         and more featureful message-mode.
14153 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
14155         * select.el (x-set-selection): Doc fix.
14156         (x-valid-simple-selection-p): Disallow selection data consisting
14157         of a list or cons of integers, since that is not used.
14158         (xselect--selection-bounds, xselect--int-to-cons): New functions.
14159         (xselect-convert-to-string, xselect-convert-to-length)
14160         (xselect-convert-to-filename, xselect-convert-to-charpos)
14161         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14163 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
14165         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14166         output in -break-info command (Emacs bug #3794).
14168 2009-07-14  Glenn Morris  <rgm@gnu.org>
14170         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14171         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14172         (edebug-print-length, edebug-print-level, edebug-print-circle)
14173         (edebug-sit-for-seconds, edebug-view-outside)
14174         (edebug-bounce-point, edebug-set-global-break-condition)
14175         (edebug-Go-nonstop-mode, edebug-trace-mode)
14176         (edebug-Trace-fast-mode, edebug-continue-mode)
14177         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14178         (edebug-visit-eval-list): Doc fixes.
14180         * subr.el (def-edebug-spec): Doc fix.
14182 2009-07-14  Kenichi Handa  <handa@m17n.org>
14184         * international/characters.el: Fix setting of category ?C.
14186 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
14188         * term/ns-win.el (x-select-font): defalias x-select-font to
14189         ns-popup-font-panel instead of generate-fontset-menu.
14191 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
14193         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
14195 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
14197         * arc-mode.el (archive-find-type): Allow for a PK00 string before
14198         the PK\003\004 header (Bug#3770).
14200 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
14202         * pcomplete.el (pcomplete-comint-setup): Check for
14203         shell-dynamic-complete-filename too.
14205 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
14207         * simple.el (temporary-goal-column): Change the value for
14208         line-move-visual to a cons cell.
14209         (line-move-visual): Record or set the window hscroll, if
14210         necessary (Bug#3494).
14211         (line-move-1): Handle cons value of temporary-goal-column.
14213 2009-07-11  Kenichi Handa  <handa@m17n.org>
14215         * international/mule-diag.el (describe-character-set): Don't show
14216         width.
14218 2009-07-10  Sam Steingold  <sds@gnu.org>
14220         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14221         Omake sometimes indents the errors it prints, so allow all
14222         regexps to start with spaces.
14224 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
14226         * cus-edit.el (customize-changed-options-previous-release):
14227         Bump value to 22.1.  (Bug#3804)
14229 2009-07-08  Sam Steingold  <sds@gnu.org>
14231         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14232         to be a cons cell (test . ignored-directory) to selectively ignore
14233         some directories depending on the location of the search.
14235 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
14237         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14238         remote user is root, on the local host.
14239         (tramp-local-host-p): Either the local user or the remote user
14240         must be root.  (Bug#3771)
14242 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14244         * progmodes/gdb-mi.el (gdb): Remove description of
14245         gdb-use-separate-io-buffer.
14246         (menu): Don't allow toggling of or enable
14247         gdb-use-separate-io-buffer from menubar.
14249 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
14251         * mail/unrmail.el (unrmail): Make sure the message ends with two
14252         newlines (Bug#3769).
14254 2009-07-08  Glenn Morris  <rgm@gnu.org>
14256         * calendar/calendar.el (calendar-current-date): Rework previous change.
14258 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
14260         * calendar/calendar.el (calendar-current-date):
14261         Add an optional argument giving an offset from today.
14263 2009-07-08  Glenn Morris  <rgm@gnu.org>
14265         * tutorial.el (tutorial--describe-nonstandard-key):
14266         Adjust the message for when a key has been unbound.
14267         (help-with-tutorial): Hide the arch-tag.
14269 2009-07-08  Kenichi Handa  <handa@m17n.org>
14271         * international/fontset.el (setup-default-fontset): For each
14272         script, append (not set) font-specs.
14274         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14275         docstring.
14277 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14279         * progmodes/gdb-mi.el (gdb-init-1): Move sending
14280         -data-list-register-names to ...
14281         (gdb-starting): ... here because GDB 7.0 requires execution to
14282         have started when using this MI command.
14283         (gdb-set-header): New function to distinguish select and
14284         unselected tabs in gdb buffers.
14285         (gdb-propertize-header): New macro that uses gdb-set-header.
14286         (gdb-breakpoints-header, gdb-locals-header): Use it.
14287         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14289 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
14291         * Makefile.in (ELCFILES): Remove fadr.elc.
14293 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
14295         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14296         may contain frame information, so `string-match' should be used.
14297         (gdb-update): Disassembly is invalidated through
14298         `gdb-get-selected-frame'.
14299         (gdb-pad-string): New function to pad string with spaces.
14300         (gdb-invalidate-disassembly): Invalidate only if the buffer
14301         exists.
14302         (gdb-disassembly-handler-custom): Column alignment.
14303         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
14304         placing new ones.
14305         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
14306         end of line, too.
14307         (gdb-frame-handler): Match convention to for disassembly buffer
14308         mode name.
14309         (gdb-stack-list-frames-handler): Rewritten without regexps.
14310         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
14311         not highlight breakpoints without line information.
14312         (gdb-input): Add trailing newline to command.
14314         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
14315         buffer properly.
14316         (gdb-breakpoints-list-handler-custom): Replacement for
14317         `gdb-break-list-handler'.  Using real parser instead of regexps
14318         now.
14319         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
14320         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
14321         to place breakpoints.
14322         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
14323         functions.
14324         (gdb-disassembly-handler-custom): Show overlay arrow.
14325         (gdb-disassembly-place-breakpoints): Show breakpoints in
14326         disassembly buffer.
14327         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14328         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
14329         instead of parsing breakpoints buffer.  Fixed old menu references
14330         in `gud-menu-map'.
14332         * fadr.el: Remove.
14334         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
14335         (gdb-memory-address): New variable which holds top address of
14336         memory page shown in memory buffer.
14337         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
14338         customization variables.
14339         New functions:
14340         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
14341         display the memory buffer.
14342         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
14343         buffer display parameters.
14344         (def-gdb-memory-format, gdb-memory-format-binary)
14345         (gdb-memory-format-octal, gdb-memory-format-unsigned)
14346         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
14347         Functions for setting memory buffer format.
14348         (gdb-memory-unit-word, gdb-memory-unit-halfword)
14349         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
14350         unit size used in memory buffer.
14351         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
14352         to next/previous page of memory buffer.
14353         Now using (bindat-get-field) instead of fadr functions.
14355 2009-07-07  Sam Steingold  <sds@gnu.org>
14357         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
14358         non-top-level files.
14360 2009-07-07  Kenichi Handa  <handa@m17n.org>
14362         * international/mule-cmds.el (reset-language-environment): Put
14363         the highset priority to the charset iso-8859-1.
14365 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14367         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
14368         to the end of the line when locating the block (Bug#700).
14370 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
14372         * net/tramp.el (tramp-handle-write-region): Flush file properties
14373         in case of short track.
14375 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
14377         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
14378         Coded custom representation of verilog error regular expressions
14379         to work with Emacs-22's new format.
14380         (verilog-error-regexp-xemacs-alist): Coded custom representation
14381         of verilog error regular expressions to work with XEmacs format.
14382         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
14383         error recognition into XEmacs.
14384         (verilog-error-regexp-add-emacs): Hook routine to install verilog
14385         error recognition into Emacs-22.
14387 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14389         * woman.el: Remove stand-alone closing parentheses.
14390         (woman-file-name, woman2-format-paragraphs)
14391         (woman-leave-blank-lines): Code cleanup.
14392         (woman-use-own-frame): Change default to nil.
14393         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
14394         defaults to inherit from default faces.
14395         (woman2-process-escapes): Consume the newline after a stand-alone
14396         filler character (Bug#3651).
14398 2009-07-06  Glenn Morris  <rgm@gnu.org>
14400         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
14401         (top-level): Move provide to the end.
14402         (ffap): Remove defunct URL from custom group.
14404         * subr.el (eval-after-load): Doc fix.
14406 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
14408         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
14409         `calc-embedded-word' is called twice.
14411 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14413         * files.el (find-alternate-file-other-window, find-alternate-file):
14414         Obey confirm-nonexistent-file-or-buffer.
14416 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
14418         * dired-aux.el (dired-show-file-type): Handle remote files.
14420 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
14422         * desktop.el (desktop-globals-to-save):
14423         Add file-name-history (Bug#2750).
14425 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
14427         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
14429 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
14431         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
14432         property on entire argument since this is what eshell-lisp-command
14433         expects.
14435 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
14437         * net/tramp-gvfs.el (tramp-gvfs-methods)
14438         (tramp-gvfs-zeroconf-domain)
14439         (tramp-bluez-discover-devices-timeout): Add version flag.
14440         (tramp-gvfs-handler-mounted-unmounted)
14441         (tramp-gvfs-connection-mounted-p): Polish handling of
14442         incompatibilities between GVFS 0.2 and 1.0.
14444 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
14446         * cus-start.el (all): Add make-pointer-invisible.
14448 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
14450         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
14451         formatted correctly.
14453 2009-07-02  Juri Linkov  <juri@jurta.org>
14455         * info.el: Virtual Info files and nodes.
14456         (Info-virtual-files, Info-virtual-nodes): New variables.
14457         (Info-current-node-virtual): New variable.
14458         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
14459         New functions.
14460         (Info-file-supports-index-cookies): Use Info-virtual-file-p
14461         to check for a virtual file instead of checking a fixed list
14462         of node names.
14463         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
14464         instead of ad-hoc processing of "dir" and (apropos history toc).
14465         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
14466         instead of ad-hoc processing of "dir" and (apropos history toc).
14467         Reread a file when moving from a virtual node.
14468         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
14469         (Info-directory-toc-nodes, Info-directory-find-file)
14470         (Info-directory-find-node): New functions.
14471         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
14472         (Info-history): Move part of code to
14473         `Info-history-find-node'.
14474         (Info-history-toc-nodes, Info-history-find-file)
14475         (Info-history-find-node): New functions.
14476         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
14477         (Info-toc): Move part of code to `Info-toc-find-node'.
14478         (Info-toc-find-node): New function.
14479         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
14480         the current Info file name to references because now the node
14481         "*TOC*" belongs to the same Info manual.
14482         (Info-toc-build): Rename from `Info-build-toc'.
14483         (Info-toc-nodes): Rename input argument `file' to `filename'.
14484         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
14485         instead of ad-hoc processing of ("dir" apropos history toc).
14486         (Info-index-nodes): Use Info-virtual-file-p
14487         to check for a virtual file instead of checking a fixed list
14488         of node names.
14489         (Info-index-node): Add check for `Info-current-node-virtual'.
14490         Raise `save-match-data' higher up the tree to contain
14491         `search-forward' too (bug fix).
14492         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
14493         (Info-virtual-index-nodes): New variable.
14494         (Info-virtual-index-find-node, Info-virtual-index): New functions.
14495         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
14496         (Info-apropos-file, Info-apropos-nodes): New variables.
14497         (Info-apropos-toc-nodes, Info-apropos-find-file)
14498         (Info-apropos-find-node, Info-apropos-matches): New functions.
14499         (info-apropos): Move part of code to `Info-apropos-find-node' and
14500         `Info-apropos-matches'.
14501         (Info-mode-map): Bind "I" to `Info-virtual-index'.
14502         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
14503         for a virtual file instead of checking a fixed list of node names.
14505         * simple.el (async-shell-command): New command.
14507         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
14509         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
14510         instead of `mount-info'.
14512 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
14514         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
14515         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
14517 2009-07-02  Kenichi Handa  <handa@m17n.org>
14519         * international/mule.el (set-keyboard-coding-system): Force *-unix
14520         coding-system to avoid eol conversion.
14522 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
14524         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
14525         Add handler for `process-file', `shell-command' and
14526         `start-file-process'.
14527         (tramp-gvfs-handle-shell-command)
14528         (tramp-gvfs-handle-start-file-process)
14529         (tramp-gvfs-handle-process-file): New defuns.
14530         (tramp-synce-list-devices): Simplify check for existence of property.
14532 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
14534         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
14536 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
14538         * language/korean.el (set-language-info-alist): Add korean-cp949,
14539         cp949 to spec.
14541 2009-07-01  Kenichi Handa  <handa@m17n.org>
14543         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
14545         * international/encoded-kb.el: Deleted.
14547         * international/mule.el (set-keyboard-coding-system): Perform the
14548         necessary setup here instead of calling encoded-kbd-setup-display.
14550 2009-07-01  Glenn Morris  <rgm@gnu.org>
14552         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
14554 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
14556         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
14558 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
14560         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
14561         Handle also the 'rename case, when setting file modes.  (Bug#3712)
14562         (tramp-default-file-modes): Remove execute permissions.
14564         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
14565         (top): Add a default for "synce" in `tramp-default-user-alist'.
14566         Add completion function for "synce" method.
14567         (tramp-hal-service, tramp-hal-path-manager)
14568         (tramp-hal-interface-manager, tramp-hal-interface-device):
14569         New defconst.
14570         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
14571         (tramp-synce-list-devices, tramp-synce-parse-device-names):
14572         New defuns.
14574         * net/trampver.el: Update release number.
14576 2009-06-30  Kenichi Handa  <handa@m17n.org>
14578         * international/fontset.el (setup-default-fontset): Add CJK fonts
14579         for symbols and the other miscellaneous characters.
14581         * language/korea-util.el (setup-korean-environment-internal):
14582         Make char-width-table suitable for Korean environments.
14583         (exit-korean-environment): Cancel above.
14585         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
14586         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
14587         setup-function to make char-width-table suitable for respective
14588         environments, and an exit-function to cancel that.
14590         * language/japan-util.el (setup-japanese-environment-internal):
14591         Call use-cjk-char-width-table with arg `ja_JP'.
14593         * international/characters.el (cjk-char-width-table): Delete it.
14594         (cjk-char-width-table-list): New variable.
14595         (use-cjk-char-width-table): New arg local-name.
14596         (use-default-char-width-table): Fix for the case that Emacs is
14597         already using the default char-width-table.
14599 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
14601         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
14602         modes mandatory.  (Bug#3712)
14604 2009-06-29  Alan Mackenzie  <acm@muc.de>
14606         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
14607         correction between the visible width of TABs and their number of bytes.
14609 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
14611         * server.el (server-buffer-done): Prevent kill-buffer from
14612         prompting by clearing the buffer modification flag (Bug#3696).
14614 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
14616         * progmodes/verilog-mode.el (verilog-beg-of-statement)
14617         (verilog-endcomment-reason-re): Support unique case and priority case.
14618         (verilog-basic-complete-re): Support localparam lineup.
14619         (verilog-beg-of-statement-1): Fix for robustness, unique case.
14620         (verilog-set-auto-endcomments): Fix for unique case, always_comb
14621         commenting.
14622         (verilog-leap-to-case-head): Now support *nested* unique &
14623         priority case statements.
14624         (verilog-auto-lineup): Make just declarations the default (as it
14625         had been).
14626         (verilog-leap-to-case-head): Support priority/unique case statements.
14627         (verilog-auto-lineup): Rework to give users radio buttons to
14628         select the various styles of automatic lineup.
14629         (verilog-error-regexp-alist): Rework to support the XEmacs style
14630         of error regular expressions from compilers, lint tools &
14631         simulators.  Note that GNU Emacs has made it impossible for a mode
14632         to load such things.
14633         (electric-verilog-terminate-line, verilog-indent-declaration)
14634         (verilog-auto-wiure): Rework for radio button selection of
14635         auto-lineup selection of specification of auto lineup.
14636         (verilog-beg-of-statement-1): Redesign to support proper operation
14637         in additional code, based on testing with auto-lineup.
14638         (verilog-calculate-indent, assignments & declarations)
14639         (verilog-backward-token): Enhance to support auto-lineup of
14640         assignments & declarations.
14641         (verilog-in-directive-p, verilog-at-struct-p): New function for
14642         easy test of whether we are.
14643         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
14644         to support safe execution at almost anyline.
14645         (verilog-calc-1): Properly support indenting deep inside generate
14646         blocks.
14647         (verilog-init-font): Remove definition & use of verilog-init-font,
14648         as it is redundant with font-lock-defaults.
14649         (verilog-mode): Alter the definition of verilog-font-lock-defaults
14650         to avoid circular calls if syntax-ppss is a function (as is the
14651         case now in 22.x GNU Emacs) as that function would sometimes call
14652         itself, leading to (nearly) infinite recursion.
14653         (verilog-ovm-begin-re, verilog-ovm-end-re)
14654         (verilog-ovm-statement-re, verilog-leap-to-head)
14655         (verilog-backward-token): Add support for OVM macros.  Some are
14656         complete statements, and others open and close scopes like begin
14657         and end.
14658         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
14659         (verilog-defun-level-generate-only-re): Really fix the defun-list
14660         compilation issue.
14661         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
14662         coverpoint, constraint and cross statements.
14663         (verilog-defun-level-list, verilog-generate-defun-level-list)
14664         (verilog-all-defun-level-list): Redo these specifications - it is
14665         too hard to support eval-when compile aggregation of lists also
14666         built at when-compile time.
14667         (verilog-defun-level-list): Place defconsts of variables used in
14668         building regular expressions which are built in eval-when-compile
14669         bodies in the same eval-when-compile body to facilitate compile
14670         without load.
14671         (verilog-beg-block-re-ordered): Support indenting
14672         virtual/protected tasks and functions.
14673         (verilog-defun-level-list, verilog-in-generate-region-p)
14674         (verilog-backward-ws&directives, verilog-calc-1): Speed up
14675         indentation of some module items (generate items).
14676         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
14677         across virtual/protected tasks and functions.
14679 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
14681         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
14682         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
14683         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
14684         in concatenations.  Reported by Yishay Belkind.
14685         (verilog-auto-ascii-enum): Support one-hot state machines in
14686         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
14687         (verilog-auto-inst, verilog-auto-inst-port): Include interface
14688         modport in AUTOINST and add vl-modport for users.  Reported by
14689         David Rogoff.
14690         (verilog-auto-inout-module, verilog-auto-inst)
14691         (verilog-decls-get-interfaces, verilog-insert-definition)
14692         (verilog-insert-one-definition, verilog-read-decls)
14693         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
14694         (verilog-sig-modport, verilog-signals-combine-bus)
14695         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
14696         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
14697         Suggested by David Rogoff.
14698         (verilog-repair-open-comma): Fix non-insertion of comma when
14699         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
14700         (verilog-make-width-expression): Simplify [A-1:0] expression
14701         widths to just {A{1'b0}}.
14702         (verilog-mode): Cleanup checkdoc warnings.
14703         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
14704         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
14705         inputs/outputs or data type.  Suggested by Vasu Kandadi.
14706         (next-error-last-buffer): Fix byte-compiler warning.
14707         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
14708         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
14709         or shell command text during AUTO expansion.  Suggested by Tad Truex.
14710         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
14711         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
14712         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
14713         in AUTOINOUT.  Reported by Matthew Lovell.
14714         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
14715         causing use of <= assignments.  Reported by Alex Reed.
14716         (verilog-read-decls): Fix triand, trior, wand, wor to be
14717         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
14718         (verilog-extended-complete-re): Support import "DPI-C" functions.
14719         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
14720         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
14721         (verilog-insert-date, verilog-insert-year)
14722         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
14723         Windows systems.  Reported by Michael Potts.
14724         (verilog-read-module-name): Fix AUTOINST when the child module
14725         declaration's name is a tick define.  Reported by Elliot Mednick.
14726         (verilog-read-decls): Fix V2K parameter bit subscripts getting
14727         passed to next parameter's definition.  Reported by Bruce T.
14728         (verilog-read-decls): Fix detecting "parameter int" when using
14729         AUTOINSTPARAM.  Reported by Bruce T.
14730         (verilog-goto-defun): Fix goto not finding modules unless first
14731         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
14732         (verilog-mode): Expand -f flag arguments on entry to mode so
14733         verilog-goto-defun will work.  Reported by Lawrence Butcher.
14734         (verilog-getopt): Expand environment variables in -f file
14735         arguments.  Suggested by Lawrence Butcher.
14736         (verilog-set-define): Fix "Symbol's value as variable is void"
14737         when reading enumerations.
14738         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
14739         Suggested by Stephen Peltan.
14740         (verilog-read-defines): Fix reading of enumerations in include
14741         files.  Reported by Steve Peltan.
14743 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
14745         * files.el (trash-directory): Fix defcustom type.
14747 2009-06-28  Juri Linkov  <juri@jurta.org>
14749         * help-fns.el (describe-function-1): Correctly locate adviced
14750         functions in hyperlink (Bug#2438).
14752 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
14754         * files.el (trash-directory): Change default to nil.
14755         (move-file-to-trash): If trash-directory is nil and
14756         system-move-file-to-trash is unbound, perform freedesktop-style
14757         trashing.
14759 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
14761         * files.el (move-file-to-trash): Add freedesktop trash
14762         support (Bug#973).
14764 2009-06-28  Glenn Morris  <rgm@gnu.org>
14766         * autorevert.el (global-auto-revert-non-file-buffers)
14767         (global-auto-revert-mode): Doc fixes.
14769 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
14771         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
14773 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
14775         * faces.el (x-handle-named-frame-geometry): Ensure that we have
14776         opened an X connection before calling x-get-resource (Bug#3194).
14778         * play/doctor.el: Remove reference to obsolete website.
14779         (make-doctor-variables): Correct grammar mistake (Bug#2633).
14781 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
14783         Remove find-file-not-found-hook VC method.  (Bug#2757)
14784         * vc-hooks.el (vc-file-not-found-hook)
14785         (vc-default-find-file-not-found-hook): Remove functions.
14786         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
14787         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
14788         * vc.el:
14789         * vc-hg.el:
14790         * vc-git.el: Do not mention find-file-not-found-hook VC method.
14792 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
14794         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
14795         compatibility function for `looking-back'.
14797         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
14798         Use `ispell-looking-back'.
14800 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
14802         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
14803         rather than `filename'.
14805 2009-06-23  Miles Bader  <miles@gnu.org>
14807         * face-remap.el (text-scale-set): New function.
14809 2009-06-23  Glenn Morris  <rgm@gnu.org>
14811         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
14813         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
14815         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
14817         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
14819         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14820         Simplify Persian conditionals.
14822         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
14823         variable `filename'.
14825         * comint.el (comint-insert-input): Doc fix.
14827         * Makefile.in (ELCFILES): Fix typo in previous change.
14829 2009-06-23  Miles Bader  <miles@gnu.org>
14831         * cus-start.el: Add entry for `recenter-redisplay'.
14833 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
14835         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
14836         Add an optional argument for the backend, use it instead of
14837         calling vc-backend.
14838         (vc-mode-line): Add an optional argument for the backend.
14839         Pass the backend to vc-state and vc-working-revision.  Move code for
14840         special handling for vc-state being a buffer to ...
14842         * vc-rcs.el (vc-rcs-find-file-hook):
14843         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
14845         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
14846         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
14847         vc-stay-local-p and vc-mode-line calls.
14849         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
14850         (vc-cvs-diff, vc-cvs-annotate-command)
14851         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
14852         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
14853         vc-mode-line calls.
14855         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
14856         direct comparison.
14857         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
14858         backend when calling vc-mode-line.
14859         (vc-register): Do not create a closure for calling the vc register
14860         function, call it directly.
14862 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
14864         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
14865         to make it obvious item can be clicked.
14867         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
14869 2009-06-23  Kenichi Handa  <handa@m17n.org>
14871         * language/korea-util.el (korean-key-bindings): Change the binding
14872         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
14873         same command.
14875 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
14877         Sync with Tramp 2.1.16.
14879         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
14881         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
14882         when a loading of a package fails.  Completion function for rsync
14883         is `tramp-completion-function-alist-ssh'.
14884         (all): Replace all calls of `split-string' and
14885         `tramp-split-string' by `tramp-compat-split-string'.
14886         (tramp-default-method): Use `tramp-compat-process-running-p'.
14887         (tramp-default-proxies-alist): Allow also Lisp forms.
14888         (tramp-remote-path): Add choice "Private Directories".
14889         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
14890         (tramp-domain-regexp): Allow also "-", "_" and ".".
14891         (tramp-end-of-output): Remove newlines, and add "$" at the end.
14892         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
14893         (tramp-debug-message): Insert header line in debug buffer.
14894         (tramp-handle-directory-files-and-attributes-with-stat):
14895         Care about filenames with spaces, or starting with "-".
14896         (tramp-handle-dired-uncache): New defun.
14897         (tramp-handle-insert-directory): Don't flush the directory from
14898         cache, this is handled by `dired-uncache' now.
14899         (tramp-handle-insert-file-contents): Improve error handling.
14900         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14901         Quote `tramp-end-of-output'.
14902         (tramp-action-password): Improve trace message.
14903         (tramp-check-for-regexp): Both echoes must be present, before removing.
14904         (tramp-open-connection-setup-interactive-shell): Trace coding system.
14905         (tramp-compute-multi-hops): Eval cons cells of
14906         `tramp-default-proxies-alist'.
14907         (tramp-maybe-open-connection): Use the same command pattern for
14908         first hop and further hops.
14909         (tramp-wait-for-output): Remove handling of newlines.
14910         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
14911         (tramp-split-string): Remove function.  It is handled in
14912         tramp-compat now.
14914         * net/tramp-cmds.el (tramp-bug):
14915         Recommend `tramp-cleanup-all-connections' in the bug mail.
14917         * net/tramp-compat.el (tramp-compat-split-string)
14918         (tramp-compat-process-running-p): New defuns.
14920         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
14921         for `dired-uncache'.
14923         * net/tramp-gvfs.el: New package.
14925         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
14926         Add handler for `dired-uncache'.
14927         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
14929         * net/trampver.el: Update release number.  Make version check fit
14930         for SXEmacs 22.
14932 2009-06-22  Jim Meyering  <meyering@redhat.com>
14934         Automatically handle .xz suffix (XZ-compressed files), too.
14935         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
14936         XZ is the successor to LZMA: <http://tukaani.org/xz/>
14938 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
14939             Nick Roberts  <nickrob@snap.net.nz>
14941         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
14942         repository (http://sphinx.net.ru/hg/gdb-mi/).
14944 2009-06-22  Glenn Morris  <rgm@gnu.org>
14946         * files.el (dir-locals-collect-mode-variables): Allow for any number of
14947         `mode' and `eval' entries.  (Bug#3430)
14949         * Makefile.in (ELCFILES): Add fadr.elc.
14951         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
14952         differing behavior of \n and ^ in strings.  (Bug#3385)
14954         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
14956         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
14957         property.
14958         (lisp-indent-function): Make it a defcustom.
14960 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
14962         * progmodes/gdb-ui.el: Replace with ...
14963         * progmodes/gdb-mi.el: ... this file.
14964         * progmodes/gud.el: Modify for gdb-mi.el.
14966 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
14968         * fadr.el: New file.
14970 See ChangeLog.14 for earlier changes.
14972 ;; Local Variables:
14973 ;; coding: utf-8
14974 ;; End:
14976     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
14978   This file is part of GNU Emacs.
14980   GNU Emacs is free software: you can redistribute it and/or modify
14981   it under the terms of the GNU General Public License as published by
14982   the Free Software Foundation, either version 3 of the License, or
14983   (at your option) any later version.
14985   GNU Emacs is distributed in the hope that it will be useful,
14986   but WITHOUT ANY WARRANTY; without even the implied warranty of
14987   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14988   GNU General Public License for more details.
14990   You should have received a copy of the GNU General Public License
14991   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14993 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1