* term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
[emacs.git] / lisp / ChangeLog
blob2ef5d1509c08eb0089fab6e6ec0e3e402529f09f
1 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
3         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
5 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
7         * net/tramp.el (tramp-get-ls-command)
8         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
9         instead of "/".
11 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
13         * progmodes/sql.el: Version 2.3.
14         (sql-connection-alist): Changed keys from symbols to strings;
15         enhanced the widget definition.
16         (sql-mode-menu): Added submenu to select connections.
17         (sql-interactive-mode-menu): Added "Save Connection" item.
18         (sql-add-product): Fixed menu item.
19         (sql-get-product-feature): Improved error handling.
20         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
21         (sql-make-alternate-buffer-name): Simplified.
22         (sql-product-interactive): Handle missing product.
23         (sql-connect): Support string keys, minor improvements.
24         (sql-save-connection): New function.
25         (sql-connection-menu-filter): New function.
27 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
29         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
30         (tramp-open-connection-setup-interactive-shell): Apply
31         workaround for IRIX64 bug.  Move argument of last
32         `tramp-send-command' where it belongs to.
34 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
36         * net/tramp.el (tramp-perl-file-attributes)
37         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
38         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
39         front of `login-args'.
41 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
43         * time.el (display-time-world-mode): Define with `define-derived-mode'.
44         Set `show-trailing-whitespace' to nil.
45         (display-time-world-display): Simplify.
47 2010-07-18  Alan Mackenzie  <acm@muc.de>
49         Enhance `c-file-style' in file/directory local variables.
50         * progmodes/cc-mode.el (c-count-cfss): New function.
51         (c-before-hack-hook): Call `c-set-style' differently according to
52         whether c-file-style was set in file or directory local
53         variables.
55 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
57         * progmodes/sql.el: Version 2.2.
58         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
59         defcustom :safe keyword rather than putting safe-local-variable
60         property.
61         (sql-password): Use defcustom :risky keyword rather than putting
62         risky-local-variable property.
63         (sql-oracle-login-params, sql-sqlite-login-params)
64         (sql-solid-login-params, sql-sybase-login-params)
65         (sql-informix-login-params, sql-ingres-login-params)
66         (sql-ms-login-params, sql-postgres-login-params)
67         (sql-interbase-login-params, sql-db2-login-params)
68         (sql-linter-login-params): Add `port' option
69         (sql-get-product-feature): Added NO-INDIRECT parameter.
70         (sql-comint-oracle, sql-comint-sybase)
71         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
72         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
73         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
74         (sql-comint-linter): Renamed sql-connect-* functions to
75         sql-comint-*.
76         (sql-product-alist, sql-mode-menu): Renamed as above and
77         :sqli-connect-func to :sqli-comint-func.
78         (sql-connection): New variable
79         (sql-interactive-mode): Set it.
80         (sql-connection-alist): New variable.
81         (sql-connect): New function.
82         (sql--alt-buffer-part, sql--alt-if-not-empty)
83         (sql-make-alternate-buffer-name): Improved alternative buffer name.
85 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
87         * image-mode.el (image-bookmark-make-record): Do not set context
88         in an image (Bug#6650).
90 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
92         * simple.el (select-active-region): New function.
93         (push-mark-command, set-mark, activate-mark)
94         (handle-shift-selection): Use it.
95         (deactivate-mark): Don't check for size of region.
97         * mouse.el (mouse-drag-track): Use select-active-region.
99 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
101         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
102         "--dired" stronger.
104 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
106         * term/x-win.el (x-select-enable-primary): Change default to nil.
107         (x-select-enable-clipboard): Add :version keyword.
109         * mouse.el (mouse-drag-copy-region):
110         * simple.el (select-active-regions): Likewise.
112 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
114         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
115         (vc-coding-system-for-diff): Use it to decide whether to inherit
116         from the file the EOL format for reading the diffs of that file.
117         (Bug#4451)
119 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
121         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
122         unibyte, so compressed attachments are not compressed again.
124 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
126         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
127         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
128         (tramp-find-shell): Simplify setting connection property.
129         (tramp-get-ls-command): Make test for "--color=never" stronger.
131 2010-07-15  Simon South  <ssouth@member.fsf.org>
133         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
134         blocks within record declarations (i.e. variant parts) correctly.
136 2010-07-15  Simon South  <ssouth@member.fsf.org>
138         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
139         over literal tokens when parsing so newlines aren't "absorbed" by
140         single-line comments.  Corrects the indentation of case blocks
141         that have a comment on the first line.
143 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
145         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
146         by Drew Adams (Bug#5504).
148 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
150         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
151         now that unicode is used (Bug#6594).
153 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
155         * term/x-win.el (x-select-enable-clipboard): Default to t.
156         (x-initialize-window-system): Don't overwrite Paste menu item.
158         * simple.el (select-active-regions): Default to t.
159         (push-mark-command): Don't overwrite primary with empty string.
161         * mouse.el: Bind mouse-2 to mouse-yank-primary.
162         (mouse-drag-copy-region): Default to nil.
164         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
165         Cut/Copy/Paste menu bar items.
167 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
169         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
170         Patch applied by Karl Fogel.
172         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
173         and `bookmark-current-buffer' if they have been already set in
174         another buffer (e.g gnus-art).
176 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
177             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
179         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
181         * bookmark.el (bookmark-make-record-default): Allow unneeded
182         information to be omitted from the record.
184         Adjust declarations and calls:
186         * info.el (bookmark-make-record-default): Adjust declaration.
187         (Info-bookmark-make-record): Adjust call.
189         * woman.el (bookmark-make-record-default): Adjust declaration.
190         (woman-bookmark-make-record): Adjust call.
192         * man.el (bookmark-make-record-default): Adjust declaration.
193         (Man-bookmark-make-record): Adjust call.
195         * image-mode.el (bookmark-make-record-default): Adjust declaration.
197         * doc-view.el (bookmark-make-record-default): Adjust declaration.
199 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
201         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
202         This is also from Thierry Volpiatto's patch in bug #6444.  However,
203         because it was extraneous to the functional change in that patch,
204         and causes a re-indendation, I am committing it separately.
206 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
208         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
209         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
210         Patch applied by Karl Fogel (Bug#6444).
212 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
214         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
216 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
218         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
219         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
220         (ns-alternatives-map): Change S-tab binding to backtab
221         (bug#6616).
223         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
224         under ns.
226 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
228         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding
229         bugs. (Bug#5806)
231         * language/tv-util.el (tai-viet-re): Remove format.
233 2010-07-12  Kenichi Handa  <handa@m17n.org>
235         * language/hebrew.el: Remove no-byte-compile declaration.  Change
236         coding: tag to utf-8.  Register hebrew-shape-gstring in
237         composition-function-table for 3-character looking back.
238         (hebrew-font-get-precomposed): New function.
239         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
241 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
243         * mouse.el (mouse-drag-track): Handle select-active-regions
244         (Bug#6612).
246 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
248         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
249         empty argument to gvfs-copy.
251 2010-07-10  Glenn Morris  <rgm@gnu.org>
253         * calendar/calendar.el (calendar-week-end-day): New function.
254         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
255         Respect calendar-week-start-day.  (Bug#6606)
256         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
257         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
258         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
259         respect calendar-week-start-day.
261 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
263         * simple.el (use-region-p): Doc fix (Bug#6607).
265 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
267         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
268         regexps for cucumber and ruby.
270 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
272         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
273         (epa-file-insert-file-contents): Hack to prevent
274         find-file from opening empty buffer when decryptin failed
275         (bug#6568).
277 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
279         * textmodes/ispell.el (ispell-alternate-dictionary):
280         Use file-readable-p.
281         Return nil if no word-list is found at default locations.
282         (ispell-complete-word-dict): Default to nil.
283         (ispell-command-loop): Use 'word-list' when using lookup-words.
284         (lookup-words): Use ispell-complete-word-dict or
285         ispell-alternate-dictionary.  Check for word-list availability
286         and handle errors if needed with better messages (Bug#6539).
287         (ispell-complete-word): Use ispell-complete-word-dict or
288         ispell-alternate-dictionary.
290 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
292         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
293         builtins (BufferError, BytesWarning, WindowsError; callables
294         bin, bytearray, bytes, format, memoryview, next, print; __package__).
296 2010-07-07  Glenn Morris  <rgm@gnu.org>
298         * play/zone.el (top-level): Do not require timer, tabify, or cl.
299         (zone-shift-left): Ignore intangibility, and any errors from
300         forward-char.
301         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
302         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
303         deleting, and copying text properties.
304         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
305         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
306         to point-max is hard.
307         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
308         (zone-fill-out-screen): Ignore intangibility.
310 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
312         * menu-bar.el (menu-bar-mode):
313         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
314         if it has been set.
316         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
317         word/line selection (Bug#6565).
319 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
321         * net/dbus.el (dbus-send-signal): Declare function.
323 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
325         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
326         (dbus-register-property): New optional argument EMITS-SIGNAL.
327         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
329 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
331         * mouse.el (mouse-drag-overlay): Variable deleted.
332         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
333         (mouse--remap-link-click-p): New function.
334         (mouse-drag-track): Handle dragging by using temporary Transient
335         Mark mode, instead of a special overlay.
336         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
337         mouse-show-mark.
339         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
340         deleted.
342 2010-07-02  Juri Linkov  <juri@jurta.org>
344         * autoinsert.el (auto-insert-alist): Fix readability
345         by using dotted pair notation for lambda.
347 2010-07-02  Juri Linkov  <juri@jurta.org>
349         * faces.el (read-face-name): Rename arg `string-describing-default'
350         to `default'.  Doc fix.  Display the default value in quotes
351         in the prompt.  With empty input, return the `default' arg,
352         unless the default value is a string (in which case return nil).
353         (describe-face): Replace the string `default' arg of `read-face-name'
354         with the symbol `default'.
356 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
358         * emulation/viper-cmd.el (viper-delete-backward-char)
359         (viper-del-backward-char-in-insert)
360         (viper-del-backward-char-in-replace, viper-change)
361         (viper-backward-indent): Replace delete-backward-char with
362         delete-char (Bug#6552).
364 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
366         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
368 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
370         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
371         argument passed to frame-creation-function (Bug#5378).
373         * faces.el (x-handle-named-frame-geometry)
374         (x-handle-reverse-video, x-create-frame-with-faces)
375         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
376         separately consult default-frame-alist.  It is now passed as the
377         PARAMETER argument.
379 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
381         * startup.el (command-line): Don't call tool-bar-setup in a
382         tty-only build.
384 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
386         * ruler-mode.el (ruler--save-header-line-format): New fun.
387         (ruler-mode): Use it as a setter function, so as not to overwrite
388         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
390 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
392         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
393         (vc-root-diff, vc-print-root-log, vc-log-incoming)
394         (vc-log-outgoing): Use it.
395         (vc-diff-internal): Set diff-vc-backend.
397         * vc/diff-mode.el (diff-vc-backend): New var.
399 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
401         * dynamic-setting.el (font-setting-change-default-font): Remove
402         call to message.
404 2010-06-28  Kenichi Handa  <handa@m17n.org>
406         * international/quail.el (quail-insert-kbd-layout): Fix the
407         showing of untranslated characters.
409 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
411         * simple.el (delete-active-region): New option.
412         (delete-backward-char): Implement in Lisp.
413         (delete-forward-char): New command.
415         * mouse.el (mouse-region-delete-keys): Deleted.
416         (mouse-show-mark): Simplify.
418         * bindings.el (global-map): Bind delete and DEL, the former to
419         delete-forward-char.
421 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
423         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
424         (ruby-mode): Bind indent-line-function (Bug#5119).
426 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
428         * startup.el (command-line): Recognize "0" X resource value.
430 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
432         * startup.el (command-line): Use X resources to set the value of
433         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
435         * menu-bar.el (menu-bar-mode):
436         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
437         Set init-value to t.
439         * frame.el (frame-notice-user-settings): Don't change
440         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
441         vice versa (Bug#2249).
443 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
445         * w32-fns.el (w32-convert-standard-filename): Doc fix.
447 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
449         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
450         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
452         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
453         default directories are expanded. (Bug#6143).
455 2010-06-24  Juri Linkov  <juri@jurta.org>
457         * minibuffer.el (completions-format): Change default from nil to
458         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
460 2010-06-24  Juri Linkov  <juri@jurta.org>
462         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
463         buffer-locally to lambda that re-runs the vc diff command.
464         (Bug#6447)
466 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
468         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
469         echo area is in use (Bug#3412).
471 2010-06-22  Glenn Morris  <rgm@gnu.org>
473         * textmodes/texinfmt.el (texinfo-format-region)
474         (texinfo-raise-lower-sections, texinfo-format-separate-node)
475         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
476         (texinfo-format-option, texinfo-noindent):
477         Use line-beginning-position and line-end-position.
479         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
480         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
481         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
482         utf-8 characters.
484 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
486         * play/zone.el (zone-fall-through-ws): Fix next-line ->
487         forward-line fallout.
489 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
491         * mouse.el (mouse-appearance-menu): Add docstring.
493         * help.el (describe-key): Print up-event using key-description.
495 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
497         * net/zeroconf.el (zeroconf-resolve-service)
498         (zeroconf-service-resolver-handler): Use
499         `dbus-byte-array-to-string'.
500         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
502 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
504         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
506 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
508         Avoid displaying files with a nil state in vc-dir.
509         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
510         cases that cause insertion.
511         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
512         with a nil state.
514 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
516         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
518 2010-06-29  Leo  <sdl.web@gmail.com>
520         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
522 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
524         * generic-x.el (bat-generic-mode): Fix regexp for command line
525         switches (Bug#5719).
527 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
529         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
530         of nconc to avoid pure storage error (Bug#6239).
532 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
534         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
535         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
536         bindings of bookmark-automatically-show-annotations (Bug#6515).
538 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
540         * arc-mode.el (archive-zip-extract): Don't quote the file name on
541         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
543 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
545         * comint.el (make-comint, make-comint-in-buffer): Mention return
546         value in the docstrings.  (Bug#6498)
548 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
550         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
551         since it is not present when using some non-default switches.
553 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
555         * simple.el (compose-mail): Fix doc string to refer to
556         `compose-mail-user-agent-warnings', instead of to the
557         nonexistent `compose-mail-check-user-agent'.
559 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
561         Fix an indentation bug:
563         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
564         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
565         of existing values.
567         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
568         (c-clear->-pair-props-if-match-before): now return t when they've
569         cleared properties, nil otherwise.
570         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
571         by taking account of the existing value.
573         * progmodes/cc-defs.el
574         (c-clear-char-property-with-value-function): Fix this to clear the
575         property rather than overwriting it with nil.
577 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
579         * emacs-lisp/package.el (package-print-package): Add link to
580         package description via describe-package.
581         (describe-package-1): List package requirements.  Add button to
582         perform installation.
583         (package-menu-describe-package): New command.
585         * help-mode.el (help-package): New button type.
587 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
589         * emacs-lisp/package.el: Move package-list-packages binding to
590         menu-bar.el.
591         (describe-package, describe-package-1, package--dir): New funs.
592         (package-activate-1): Use package--dir.
594         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
596         * help-mode.el (help-package-def): New button type.
598         * menu-bar.el: Move package-list-packages binding here from
599         package.el.
601 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
603         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
605 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
607         * emacs-lisp/edebug.el (edebug-read-list):
608         Phase out old-style backquotes.
610 2010-06-17  Juri Linkov  <juri@jurta.org>
612         * help-mode.el (help-mode): Set buffer-local variable
613         revert-buffer-function to help-mode-revert-buffer.
614         (help-mode-revert-buffer): New function.
616         * info.el (Info-revert-find-node): Check for major-mode Info-mode
617         before popping to "*info*" (like in other Info functions).
618         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
619         old-history-forward.  Pop to old-buffer-name or "*info*" to
620         recreate the killed buffer.  Set Info-history-forward from
621         old-history-forward.
622         (Info-breadcrumbs-depth): Add :group and :version.
624 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
626         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
628 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
630         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
631         for languages like Portuguese with pt_{BR,PT} and no plain pt.
633 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
635         * emacs-lisp/package.el (package-menu-mode-map):
636         Move initialization into declaration.
638         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
640 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
642         * emacs-lisp/package.el (package-archive-base): Point to
643         elpa.gnu.org.
644         (package-enable, package-load-list): New defcustoms.
645         (package-user-dir, package-directory-list): Turn into defcustoms.
646         Don't include package-user-dir in package-directory-list.
647         (package--builtins-base): Don't include Emacs as a "package".
648         (package-subdirectory-regexp): New var.
649         (package-load-all-descriptors, package-compute-transaction)
650         (package-download-transaction): Obey package-load-list.
651         (package-activate-1): Rename from package-do-activate.
652         (package-list-packages-internal): Check package-load-list.
653         (package-load-descriptor, package-generate-autoloads)
654         (package-unpack, package-unpack-single)
655         (package--read-archive-file, package-delete): Use
656         expand-file-name.
658         * emacs-lisp/package-x.el: New file.  Package uploading
659         functionality split out from package.el.
661         * startup.el (command-line): Load packages after reading init
662         file.
664 2010-06-17  Tom Tromey  <tromey@redhat.com>
666         * emacs-lisp/package.el: New file.
668 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
670         Fix vc-annotate for renamed files when using Git.
671         * vc-git.el (vc-git-find-revision): Deal with empty results from
672         ls-files.  Doe not pass the object as a file name to cat-file, it
673         is not a file name.
674         (vc-git-annotate-command): Pass the file name using -- to avoid
675         ambiguity with the revision.
676         (vc-git-previous-revision): Pass a relative file name.
678 2010-06-22  Glenn Morris  <rgm@gnu.org>
680         * progmodes/js.el (js-mode-map): Use standard capitalization and
681         ellipses for menu entries.
683         * wid-edit.el (widget-complete): Doc fix.
685 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
687         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
689 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
691         Fix annotating other revisions for renamed files in vc-annotate.
692         * vc-annotate.el (vc-annotate): Add an optional argument for the
693         VC backend.  Use it when non-nil.
694         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
695         (Bug#6487)
697         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
698         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
699         Do not pass the file name to the 'previous-revision call when we
700         don't want a file diff.  (Bug#6489)
702 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
704         Fix finding revisions for renamed files in vc-annotate.
705         * vc.el (vc-find-revision): Add an optional argument for
706         the VC backend.  Use it when non-nil.
707         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
708         backend to vc-find-revision.  (Bug#6487)
710 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
712         Fix reading file names in Git annotate buffers.
713         * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
714         trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
716 2010-06-20  Alan Mackenzie  <acm@muc.de>
718         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
719         in file local variables, set it first.
721 2010-06-19  Glenn Morris  <rgm@gnu.org>
723         * descr-text.el (describe-char-unicode-data): Insert separating
724         space when needed.  (Bug#6422)
726         * progmodes/idlwave.el (idlwave-action-and-binding):
727         Fix typo in 2009-12-03 change.  (Bug#6450)
729 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
731         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
732         handling for `lambda' (misunderstanding).
734 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
736         * calc/calc-poly.el: (math-accum-factors):  Make sure that
737         constants aren't distributed after they are factored out.
739 2010-06-16  Juri Linkov  <juri@jurta.org>
741         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
742         `list-colors-print'.  (Bug#6332)
744         * subr.el (read-quoted-char): Fix up last change (bug#6290).
746 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
748         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
749         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
751         * font-lock.el (font-lock-major-mode): Rename from
752         font-lock-mode-major-mode to distinguish it from
753         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
754         (font-lock-set-defaults):
755         * font-core.el (font-lock-default-function): Adjust users.
756         (font-lock-mode): Don't set it at all.
758 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
760         * vc-annotate.el (vc-annotate): Use vc-read-revision.
762 2010-06-16  Glenn Morris  <rgm@gnu.org>
764         * calendar/appt.el (appt-time-msg-list): Doc fix.
765         (appt-check): Let-bind appt-warn-time.
766         (appt-add): Make the 3rd argument optional.
767         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
768         Only add WARNTIME to the output list if non-nil.
770 2010-06-16  Ivan Kanis  <apple@kanis.eu>
772         * calendar/appt.el (appt-check): Let the 3rd element of
773         appt-time-msg-list specify the warning time.
774         (appt-add): Add new argument with the warning time.  (Bug#5176)
776 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
778         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
779         older than version 1.6.  (Bug#6361)
781 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
783         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
784         used by cl-do-arglist.  (Bug#6408)
786 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
788         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
789         portuguese casechars/not-casechars for missing 'çÇ'.
790         Suggested by Rolando Pereira (bug#6434).
792 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
794         * facemenu.el (list-colors-sort): Doc fix.
796 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
798         * progmodes/sql.el (sql-connect-mysql): Fix typo.
800 2010-06-14  Juri Linkov  <juri@jurta.org>
802         Add sort option `list-colors-sort'.  (Bug#6332)
803         * facemenu.el (color-rgb-to-hsv): New function.
804         (list-colors-sort): New defcustom.
805         (list-colors-sort-key): New function.
806         (list-colors-display): Doc fix.  Sort list according to the option
807         `list-colors-sort'.
808         (list-colors-print): Add HSV values to `help-echo' property of
809         RGB strings.
811 2010-06-14  Juri Linkov  <juri@jurta.org>
813         * compare-w.el: Move to the "vc" subdirectory.
815 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
817         * image-mode.el (image-mode-map): Remap left-char and right-char.
819         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
821 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
823         * term/common-win.el (x-colors): Add all the color names defined
824         in rgb.txt (Bug#6332).
826         * facemenu.el (list-colors-print): Don't print extra names if it
827         will overflow the window width.
829         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
830         change (Bug#6343).
832 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
834         * files.el (make-directory): Doc fix (bug#6396).
836 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
838         * net/tramp.el (tramp-remote-process-environment): Protect version
839         string by apostroph.
840         (tramp-shell-prompt-pattern): Do not use a shy group in case of
841         XEmacs.
842         (tramp-file-name-for-operation): Add `call-process-region'.
843         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
845         * net/tramp-compat.el (top): Do not autoload
846         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
847         only when `start-file-process' is not bound.
848         (tramp-advice-file-expand-wildcards): Do not use
849         `tramp-handle-file-remote-p'.
850         (tramp-compat-make-temp-file): Handle the case, that
851         `make-temp-file' has no third argument EXTENSION.
853 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
855         * makefile.w32-in (WINS_BASIC): Include new directory vc.
857         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
859 2010-06-11  Juri Linkov  <juri@jurta.org>
861         * finder.el (finder-known-keywords): Add keyword "vc"
862         for version control.
864         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
865         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
866         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
867         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
869 2010-06-11  Juri Linkov  <juri@jurta.org>
871         Move version control related files to the "vc" subdirectory.
872         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
873         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
874         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
875         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
876         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
877         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
878         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
879         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
880         Move files to the "vc" subdirectory.
882 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
884         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
885         (Bug#6367).
887 2010-06-11  Stephen Eglen  <stephen@gnu.org>
889         * shell.el: Bind `shell-resync-dirs' to M-RET.
891 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
893         * notifications.el: Move file from lisp/net, because it is
894         supposed to talk locally to the user.
896 2010-06-10  Julien Danjou  <julien@danjou.info>
898         * net/notifications.el (notifications-on-action-signal)
899         (notifications-on-closed-signal): Pass notification id as first
900         argument to the callback functions.  Add docstrings.
901         (notifications-notify): Fix docstring.
903 2010-06-10  Glenn Morris  <rgm@gnu.org>
905         * emacs-lisp/authors.el (authors-ignored-files)
906         (authors-valid-file-names): Add some files.
908 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
910         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
911         merge conflict, giving preference to the emacs-23 version of the code.
913 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
915         * emacs-lisp/advice.el (ad-compile-function):
916         Define warning-suppress-types before we let-bind it (bug#6275).
918         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
919         declare it, make it buffer-local and permanent-local (bug#6324).
920         (vc-resynch-window): Adjust name.
921         * vc-hooks.el (vc-find-file-hook): Adjust name.
923 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
925         * net/notifications.el (notifications-notify): Fix docstring.
927 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
929         Update to Unicode 6.0.0 beta.
930         * international/charprop.el: Update copyright.
931         * international/mule-cmds.el (ucs-names): Update character ranges.
932         * international/uni-bidi.el:
933         * international/uni-category.el:
934         * international/uni-combining.el:
935         * international/uni-comment.el:
936         * international/uni-decimal.el:
937         * international/uni-decomposition.el:
938         * international/uni-digit.el:
939         * international/uni-lowercase.el:
940         * international/uni-mirrored.el:
941         * international/uni-name.el:
942         * international/uni-numeric.el:
943         * international/uni-old-name.el:
944         * international/uni-titlecase.el:
945         * international/uni-uppercase.el: Regenerate.
947 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
949         * emacs-lisp/smie.el (comment-string-strip): Declare function.
950         (smie-precs-precedence-table): Fix typo in docstring.
952         * vc-mtn.el (log-edit-extract-headers): Declare function.
954         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
956         * net/notifications.el (dbus-register-signal): Declare function.
957         (notifications-notify): Fix typos and reflow docstring.
959 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
961         Improve VC create/retrieve tag/branch.
962         * vc.el (vc-create-tag): Do not read the directory name for VCs
963         with repository revision granularity.  Adjust the tag/branch
964         prompt.  Reset VC properties.
965         (vc-retrieve-tag): Do not read the directory name for VCs
966         with repository revision granularity.  Reset VC properties.
968 2010-06-09  Julien Danjou  <julien@danjou.info>
970         * net/notifications.el: New file.
972 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
974         Add optional support for resetting VC properties.
975         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
976         call vc-file-clearprops when true.
977         (vc-resynch-buffer): Add new optional argument, pass it down.
978         (vc-resynch-buffers-in-directory): Likewise.
980         Improve support for special markup in the VC commit message.
981         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
982         * vc-hg.el (vc-hg-checkin): Add support for Date:.
983         * vc-git.el (vc-git-checkin):
984         * vc-bzr.el (vc-bzr-checkin): Likewise.
986 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
988         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
989         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
991 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
993         * iimage.el: Remove images as soon as the underlying text is modified.
994         (iimage-modification-hook): New function.
995         (iimage-mode-buffer): Use it.
997 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
999         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1000         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
1001         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
1002         (smie-indent-keyword): Add handling of open-paren keywords.
1003         (smie-indent-comment-continue): Don't assume comment-continue.
1005 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
1007         * window.el (pop-to-buffer): Remove the conditional that
1008         compares new-window and old-window, so it will reselect
1009         the selected window unconditionally.
1010         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1012 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1014         * emacs-lisp/smie.el (smie-indent-offset-after)
1015         (smie-indent-forward-token, smie-indent-backward-token): New functions.
1016         (smie-indent-after-keyword): Use them.
1017         (smie-indent-fixindent): Only applies to the indentation of the BOL.
1018         (smie-indent-keyword): Tweak the black magic.
1019         (smie-indent-comment-continue): Strip comment-continue before use.
1020         (smie-indent-functions): Indent comments before keywords.
1022 2010-06-06  Juri Linkov  <juri@jurta.org>
1024         * isearch.el (isearch-lazy-highlight-search): Fix looping
1025         by checking for empty match.  This syncs this loop with the
1026         similar loop in `isearch-search'.  (Bug#6362)
1028 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
1030         * net/dbus.el (dbus-register-method): Declare function.
1031         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1032         (dbus-introspect): Doc fix.
1033         (dbus-event-bus-name, dbus-introspect-get-interface)
1034         (dbus-introspect-get-argument): Reflow docstrings.
1036 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
1038         vc-log-incoming/vc-log-outgoing fixes for Git.
1039         * vc-git.el (vc-git-log-view-mode): Fix font lock for
1040         incoming/outgoing logs.
1041         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1042         instead of vc-git-compute-remote.
1043         (vc-git-compute-remote): Remove.
1045 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
1047         * term/common-win.el (x-colors): Add "dark green" and "dark
1048         turquoise" (Bug#6332).
1050 2010-06-04  Juri Linkov  <juri@jurta.org>
1052         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1053         Instead of setting `replace' to t and replacing the same string
1054         with itself, don't do certain actions when
1055         kill-do-not-save-duplicates is non-nil and string is equal to car
1056         of kill-ring: don't call menu-bar-update-yank-menu, don't push
1057         interprogram-paste strings to kill-ring, and don't push the input
1058         argument `string' to kill-ring.
1059         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1061 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1063         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1065 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
1067         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1068         (tramp-gvfs-handler-mounted-unmounted)
1069         (tramp-gvfs-connection-mounted-p): Handle default-location.
1071         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1072         move files to trash.
1074 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1076         * international/mule-cmds.el (nonascii-insert-offset)
1077         (nonascii-translation-table): Add obsolescence information.
1079         * international/mule.el (make-translation-table-from-vector): Doc fix.
1081 2010-06-03  Eric Ludlam  <zappo@gnu.org>
1083         * cedet/semantic/lex-spp.el
1084         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1085         invalid values during save, just save a nil (Bug#6324).
1087 2010-06-03  Glenn Morris  <rgm@gnu.org>
1089         * desktop.el (desktop-clear-preserve-buffers):
1090         Add "*Warnings*" buffer.  (Bug#6336)
1092 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
1094         vc-log-incoming/vc-log-outgoing improvements for Git.
1095         * vc-git.el (vc-git-log-outgoing): Use the same format as the
1096         short log.
1097         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
1099         Add bindings for vc-log-incoming and vc-log-outgoing.
1100         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1101         and vc-log-outgoing.
1102         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1103         and vc-log-outgoing.
1105 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1107         * net/rcirc.el (rcirc-sort-nicknames): Remove.
1108         (rcirc-handler-366): Always sort nicknames.
1110 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
1112         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1114 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1116         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1118 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1120         * net/rcirc.el (rcirc-sort-nicknames): Change default.
1121         (rcirc-sort-nicknames-join): Avoid setq.
1123 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1125         * net/rcirc.el (rcirc-sort-nicknames): New custom.
1126         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1127         (rcirc-handler-366): Use them.
1129 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1131         Split smie-indent-calculate into more manageable chunks.
1132         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1133         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1134         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1135         (smie-indent-exps): Extract from smie-indent-calculate.
1136         (smie-indent-functions): New var.
1137         (smie-indent-functions): Use them.
1139 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1141         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1142         (smie-indent-calculate): Simplify and cleanup.
1144 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
1146         * net/tramp-gvfs.el (top): Require url-util.
1147         (tramp-gvfs-mount-point): Remove.
1148         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1149         New defuns.
1150         (with-tramp-dbus-call-method): Format trace message.
1151         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1152         Implement backup call, when operation on local files fails.
1153         Use progress reporter.  Flush properties of changed files.
1154         (tramp-gvfs-handle-make-directory): Make more traces.
1155         (tramp-gvfs-url-file-name): Hexify file name in url.
1156         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1157         into account for the resulting file name.
1158         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1159         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
1160         (tramp-gvfs-handler-mounted-unmounted)
1161         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1162         attribute "default_location".  Set "prefix" property.
1163         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1164         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1165         exists.  Raise an error, if not (due to a corresponding answer
1166         "no" in interactive questions, for example).
1168 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
1170         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1172 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
1174         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1175         right-*.  (Bug#6265)
1177 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
1179         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1180         * vc-git.el (vc-git-compute-remote): New function.
1181         (vc-git-log-outgoing): Use it instead of hard coding a value.
1182         (vc-git-log-incoming): New function.
1184         Improve state updating for VC tag commands.
1185         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1186         to update the state of all buffers in the directory.
1188         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1190 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1192         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1193         `file-directory-p' to the filename part rather than to the whole text.
1195 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
1197         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1198         (bug#6231).
1200 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1202         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1204 2010-05-31  Drew Adams  <drew.adams@oracle.com>
1206         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1208 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
1210         * subr.el (momentary-string-display): Just use read-event to read
1211         the exit event (Bug#6238).
1213 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
1215         * international/mule.el (define-coding-system): Doc fix (bug#6313).
1217 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1219         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1220         Suggested by Eli Zaretskii <eliz@gnu.org>.
1222 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1224         * minibuffer.el (completion-file-name-table): Don't return a boundary
1225         past the end of `string' (bug#6299).
1226         (completion--file-name-table): Delegate to completion-file-name-table
1227         for the `boundaries' case.
1229 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1231         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1232         movement commands.
1234         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1235         `path-separator', but maintain compatibility with Emacs 20.2.
1237 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1239         * server.el (server-process-filter): Receive parent-id argument
1240         from emacsclient.
1241         (server-create-window-system-frame): New arg.  Pass parent-id as
1242         frame parameter.
1244 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
1246         Bidi-sensitive word movement with arrow keys.
1247         * subr.el (right-arrow-command, left-arrow-command): Move to
1248         bindings.el.
1250         * bindings.el (right-char, left-char): Move from subr.el and
1251         rename from right-arrow-command and left-arrow-command.
1252         (right-word, left-word): New functions.
1253         (global-map) <right>: Bind to right-char.
1254         (global-map) <left>: Bind to left-char.
1255         (global-map) <C-right>: Bind to right-word.
1256         (global-map) <C-left>: Bind to left-word.
1258         * ls-lisp.el (ls-lisp-classify-file): New function.
1259         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1260         (ls-lisp-classify): Call ls-lisp-classify-file.
1261         (insert-directory): Remove blanks from switches.
1263 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1265         * ansi-color.el: Delete unused escape sequences (Bug#6085).
1266         (ansi-color-drop-regexp): New constant.
1267         (ansi-color-apply, ansi-color-filter-region)
1268         (ansi-color-apply-on-region): Delete unrecognized control sequences.
1269         (ansi-color-apply): Build string list before calling concat.
1271 2010-05-28  Juri Linkov  <juri@jurta.org>
1273         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1274         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
1275         (Bug#5270)
1277 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1279         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
1280         to ignored backtrace functions.
1281         (with-progress-reporter): Expand docstring.
1282         (tramp-handle-delete-file): Implement TRASH argument.
1283         (tramp-get-remote-trash): New defun.
1285 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1287         * net/tramp-compat.el (tramp-compat-delete-file): Use
1288         `symbol-value' for backward compatibility.
1290         * net/tramp.el (tramp-handle-make-symbolic-link)
1291         (tramp-handle-load)
1292         (tramp-do-copy-or-rename-file-via-buffer)
1293         (tramp-do-copy-or-rename-file-directly)
1294         (tramp-do-copy-or-rename-file-out-of-band)
1295         (tramp-handle-process-file, tramp-handle-call-process-region)
1296         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1297         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1298         (tramp-delete-temp-file-function): Use `delete-file' instead
1299         of `tramp-compat-delete-file'.
1301         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1302         (tramp-fish-handle-make-symbolic-link)
1303         (tramp-fish-handle-process-file): Use `delete-file' instead
1304         of `tramp-compat-delete-file'.
1306         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
1307         `delete-file' instead of `tramp-compat-delete-file'.
1309         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1310         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
1311         `tramp-compat-delete-file'.
1313         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
1314         `delete-file' instead of `tramp-compat-delete-file'.
1316         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1317         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1318         (tramp-smb-handle-write-region): Use `delete-file' instead of
1319         `tramp-compat-delete-file'.
1320         (tramp-smb-handle-delete-directory): Use 'trash as arg.
1322 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1324         * dired.el (dired-delete-file): New arg TRASH.
1325         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
1326         (dired-do-flagged-delete, dired-do-delete): Use trash.
1328         * speedbar.el (speedbar-item-delete): Allow trashing.
1330         * files.el (delete-directory): New arg TRASH.
1332         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
1333         (ange-ftp-rename-remote-to-remote)
1334         (ange-ftp-rename-local-to-remote)
1335         (ange-ftp-rename-remote-to-local, ange-ftp-load)
1336         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
1337         `delete-file'.
1338         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
1339         allow trashing.
1341         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1342         handle new TRASH arg of `delete-file'.
1344         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
1345         (tramp-handle-make-symbolic-link, tramp-handle-load)
1346         (tramp-do-copy-or-rename-file-via-buffer)
1347         (tramp-do-copy-or-rename-file-directly)
1348         (tramp-do-copy-or-rename-file-out-of-band)
1349         (tramp-handle-process-file, tramp-handle-call-process-region)
1350         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1351         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1352         (tramp-delete-temp-file-function): Use null TRASH arg in
1353         tramp-compat-delete-file call.
1355         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1356         (tramp-fish-handle-delete-file)
1357         (tramp-fish-handle-make-symbolic-link)
1358         (tramp-fish-handle-process-file): Use null TRASH arg in
1359         `tramp-compat-delete-file' call.
1361         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
1362         arg in `tramp-compat-delete-file' call.
1364         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1365         (tramp-gvfs-handle-write-region): Use null TRASH arg in
1366         `tramp-compat-delete-file' call.
1368         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
1369         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
1370         `tramp-compat-delete-file' call.
1372         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1373         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1374         (tramp-smb-handle-write-region): Use null TRASH arg in
1375         tramp-compat-delete-file call.
1376         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
1377         (tramp-smb-handle-delete-file): Rename arg.
1379         * diff.el (diff-sentinel):
1380         * epg.el (epg--make-temp-file, epg-decrypt-string)
1381         (epg-verify-string, epg-sign-string, epg-encrypt-string):
1382         * jka-compr.el (jka-compr-partial-uncompress)
1383         (jka-compr-call-process, jka-compr-write-region):
1384         * server.el (server-sentinel): Remove optional arg from
1385         delete-file, reverting 2010-05-03 change.
1387 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1389         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
1390         font-lock-constant-face, not obsolete font-lock-reference-face.
1392 2010-05-27  Kenichi Handa  <handa@m17n.org>
1394         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
1395         element of GSTRING is nil.
1397 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1399         * emacs-lisp/smie.el (smie-forward-token-function)
1400         (smie-backward-token-function): New vars.
1401         (smie-backward-sexp, smie-forward-sexp)
1402         (smie-indent-hanging-p, smie-indent-calculate): Use them.
1403         (smie-default-backward-token): Rename from smie-backward-token and
1404         skip comments.
1405         (smie-default-forward-token): Rename from smie-forward-token and
1406         skip comments.
1407         (smie-next-sexp): Handle nil results from next-token.
1408         (smie-indent-calculate): Add a new case for special `fixindent' comments.
1410 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1412         * progmodes/verilog-mode.el (verilog-type-font-keywords):
1413         Use font-lock-constant-face, not obsolete font-lock-reference-face.
1415 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
1417         * htmlfontify.el (hfy-face-resolve-face): New function.
1418         (hfy-face-to-style): Use it (Bug#6279).
1420 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1422         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
1423         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
1425 2010-05-26  Glenn Morris  <rgm@gnu.org>
1427         * emulation/edt.el (edt-load-keys): Use locate-library.
1429 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
1431         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
1432         (log-edit-changelog-entries): Doc fix.
1433         (log-edit-changelog-insert-entries): Args changed.
1434         Rename relative filenames in ChangeLog entries.  Delete tabs.
1435         (log-edit-insert-changelog-entries): Reorganize return value of
1436         `log-edit-changelog-entries' to pass filenames to
1437         log-edit-changelog-insert-entries.
1439 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1441         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
1442         `image-dired-dired-insert-marked-thumbs' to
1443         `image-dired-dired-toggle-marked-thumbs'.
1445         * image-dired.el: Require cl when compiling.
1446         (image-dired-dired-toggle-marked-thumbs): Rename from
1447         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
1448         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
1449         to 'no-dir.  Skip files whose names don't match
1450         `image-file-name-regexp'.  When file has a thumbnail overlay,
1451         delete it.  (Bug#5270)
1453 2010-05-25  Juri Linkov  <juri@jurta.org>
1455         * image-mode.el (image-mode): Add image-after-revert-hook to
1456         after-revert-hook.
1457         (image-after-revert-hook): New function.  (Bug#5669)
1459 2010-05-25  Juri Linkov  <juri@jurta.org>
1461         * image.el (image-animated-p): When delay between animated images
1462         is 0, set it to 10 (0.1 sec).  (Bug#6258)
1464 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1466         * net/tramp.el (tramp-handle-insert-directory): Don't use
1467         `forward-word', its default syntax could be changed.
1469 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
1471         * net/tramp.el (tramp-progress-reporter-update): New defun.
1472         (with-progress-reporter): Use it.
1473         (tramp-process-actions):
1474         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
1475         current message, in order to let progress reporter continue
1476         afterwards.  (Bug#6257)
1478 2010-05-25  Glenn Morris  <rgm@gnu.org>
1480         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
1481         Add :version.
1483 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
1485         * net/rcirc.el (rcirc-default-user-name): Change to "user".
1486         (rcirc-default-full-name): Change to "unknown".
1487         (rcirc-user-name-history): Add variable.
1489 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
1490             Jonathan Rockway  <jon@jrock.us>
1492         * net/rcirc.el (rcirc-server-alist): Add :pass.
1493         (rcirc): When prompting for connection parameters, also prompt for
1494         username and password.
1495         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
1496         value to server when connecting.
1498 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1500         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
1501         (smie-merge-prec2s): Pass the tables as separate args.
1502         (smie-bnf-precedence-table): Adjust call accordingly.
1503         (smie-prec2-levels): Set levels at the end.
1505         Replace Lisp calls to delete-backward-char by delete-char.
1506         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
1507         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
1508         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
1509         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
1510         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
1511         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
1512         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
1513         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
1514         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
1515         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
1516         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
1517         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
1518         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
1519         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
1520         delete-backward-char by calls to delete-char.
1522 2010-05-25  Kenichi Handa  <handa@m17n.org>
1524         * language/hebrew.el (hebrew-shape-gstring): New function.
1525         Register it in composition-function-table for all Hebrew combining
1526         characters.
1528 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1530         * epa.el (epa--select-keys): Don't explicitly delete the window since
1531         that can fail (e.g. sole window in frame).  Use dedication instead.
1533 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
1535         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1537 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
1539         * image.el (image-refresh): Define as an alias for image-flush.
1541         * image-mode.el (image-toggle-display-image): Caller changed.
1543 2010-05-21  Juri Linkov  <juri@jurta.org>
1545         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
1546         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
1547         whitespace, call wildcard-to-regexp on substrings and concat them
1548         with "\\|".  (Bug#6114)
1550 2010-05-21  Alan Mackenzie  <acm@muc.de>
1552         * progmodes/cc-engine.el (c-parse-state-get-strategy):
1553         Replace parameter `here' with `here-' and `here-plus', which sandwich
1554         any pertinent CPP construct.
1555         (c-remove-stale-state-cache-backwards): Fix a bug which happens
1556         when doing (c-parse-state) in a CPP construct: Exclude any "new"
1557         CPP construct from taking part in the scanning.
1559 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
1561         * net/tramp.el (tramp-do-copy-or-rename-file)
1562         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
1563         Tune `with-progress-reporter' messages.
1564         (tramp-handle-vc-registered):
1565         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
1566         (tramp-fish-handle-insert-file-contents)
1567         (tramp-fish-maybe-open-connection):
1568         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1569         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
1570         (tramp-imap-handle-insert-file-contents)
1571         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1573 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
1575         * add-log.el (change-log-font-lock-keywords):
1576         Highlight all authors in multi-author entries.
1578         * smerge-mode.el (smerge-refine-ignore-whitespace)
1579         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
1580         Fix typos in docstrings.
1581         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
1583 2010-05-21  Glenn Morris  <rgm@gnu.org>
1585         * progmodes/fortran.el (fortran-mode):
1586         * progmodes/f90.el (f90-mode): Derive from prog-mode.
1588         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
1589         having a relative path in src/Makefile.in.
1591 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1593         * help-mode.el (help-make-xrefs): For Info node links turn
1594         newlines into spaces.  Link node names with newlines are matched
1595         by help-xref-info-regexp and buttonized, this change ensures they
1596         can be followed successfully with RET.  (Bug#6206)
1598 2010-05-20  Juri Linkov  <juri@jurta.org>
1600         * locate.el (locate): Use pop-to-buffer instead of
1601         switch-to-buffer-other-window.  (Bug#6204)
1603 2010-05-20  Juri Linkov  <juri@jurta.org>
1605         * replace.el (replace-highlight): Fix lazy-highlighting
1606         for `M-s w str M-% str RET'.
1608 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
1610         * isearch.el (isearch-yank-word-or-char): Pull next subword
1611         when `subword-mode' is activated.  (Bug#6220)
1613 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
1615         * isearch.el (isearch-update-post-hook): New hook.
1616         (isearch-update): Use the new hook.  (Bug#6225)
1618 2010-05-20  Juri Linkov  <juri@jurta.org>
1620         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
1621         [f1], [help], and (char-to-string help-char) instead of "\C-h".
1622         (Bug#6222)
1624 2010-05-20  Juri Linkov  <juri@jurta.org>
1626         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
1627         (Bug#6223)
1629 2010-05-20  Juri Linkov  <juri@jurta.org>
1631         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
1632         FILE-NAME to read from the minibuffer when called interactively
1633         with prefix argument instead of using buffer-file-name.
1634         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
1636         * dired.el: Update autoloads.
1638 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
1640         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
1641         nxml-finish-element, for consistency with SGML mode.
1643         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
1644         octave-close-block.
1646 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
1648         * composite.el: Require cl when compiling.
1649         (reference-point-alist, compose-gstring-for-graphic)
1650         (compose-gstring-for-terminal): Fix typos in docstrings.
1652 2010-05-19  Juri Linkov  <juri@jurta.org>
1654         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
1655         set-window-parameter.
1657 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1659         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
1660         where appropriate.
1661         (tramp-maybe-open-connection): Use it.
1663 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
1665         * simple.el (move-end-of-line): Make sure we are at line beginning
1666         before backing up to end of previous line.
1668 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1670         * password-cache.el (password-cache-remove): Fix docstring.
1672         * net/secrets.el: Autoload the widget functions.
1673         (secrets-search-items, secrets-create-item)
1674         (secrets-get-attributes, secrets-expand-item): Attributes will be
1675         stored on the password database without leading ":", as all other
1676         clients do as well.
1677         (secrets-mode): Fix docstring.
1678         (secrets-show-secrets): Provide it as autoloaded command only when
1679         D-Bus support is available.  Check existence of Secret Service API.
1681 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1683         * indent.el (indent-region): Deactivate region (bug#6200).
1685 2010-05-19  Glenn Morris  <rgm@gnu.org>
1687         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
1689 2010-05-19  Kenichi Handa  <handa@m17n.org>
1691         * composite.el: Register compose-gstring-for-graphic in
1692         composition-function-table only for combining characters (Mn, Mc, Me).
1694 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
1696         * calc/calc-trail.el (calc-trail-isearch-forward)
1697         (calc-trail-isearch-backward): Ensure that the new window
1698         point is set correctly.
1700 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1702         * subr.el (read-quoted-char): Resolve modifiers after key
1703         remapping (bug#6212).
1705 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
1707         Add visualization code for secrets.
1708         * net/secrets.el (secrets-mode): New major mode.
1709         (secrets-show-secrets, secrets-show-collections)
1710         (secrets-expand-collection, secrets-expand-item)
1711         (secrets-tree-widget-after-toggle-function)
1712         (secrets-tree-widget-show-password): New defuns.
1714 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1716         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
1717         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
1718         handled in smie-next-sexp.
1719         (smie-indent-calculate): Provide a starting indentation (so the
1720         recursion is well-founded ;-).
1722         Fix handling of non-associative equal levels.
1723         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
1724         when it's not needed.
1725         (smie-op-left, smie-op-right): New functions.
1726         (smie-next-sexp): New function, extracted from smie-backward-sexp.
1727         Better handle equal levels to distinguish the associative case from
1728         the "multi-keyword construct" case.
1729         (smie-backward-sexp, smie-forward-sexp): Use it.
1731 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
1733         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
1735         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
1736         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
1738 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1740         Provide a simple generic indentation engine and use it for Prolog.
1741         * emacs-lisp/smie.el: New file.
1742         * progmodes/prolog.el (prolog-smie-op-levels)
1743         (prolog-smie-indent-rules): New var.
1744         (prolog-mode-variables): Use them to configure SMIE.
1745         (prolog-indent-line, prolog-indent-level): Remove.
1747 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
1749         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
1750         order before computing the averages.
1752 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
1754         * calc/calc-vec.el (calc-histogram):
1755         (calcFunc-histogram): Allow vectors as inputs.
1756         (math-vector-avg): New function.
1758         * calc/calc-ext.el (math-group-float): Have the number of digits
1759         being grouped depend on the radix (Bug#6189).
1761 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
1763         * version.el (emacs-copyright, emacs-version): Don't define here,
1764         now that emacs.c defines it.
1766 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
1768         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
1769         "Describe Language Environment" menu item.
1771         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
1773         Bidi-sensitive movement with arrow keys.
1774         * subr.el (right-arrow-command, left-arrow-command): New functions.
1776         * bindings.el (global-map): Bind them to right and left arrow keys.
1778         Don't override standard definition of convert-standard-filename.
1779         * files.el (convert-standard-filename): Call
1780         w32-convert-standard-filename and dos-convert-standard-filename on
1781         the corresponding systems.
1783         * w32-fns.el (w32-convert-standard-filename): Rename from
1784         convert-standard-filename.  Doc fix.
1786         * dos-fns.el (dos-convert-standard-filename): Doc fix.
1787         (convert-standard-filename): Don't defalias.
1788         (register-name-alist, make-register, register-value)
1789         (set-register-value, intdos): Obsolete aliases for the
1790         corresponding dos-* functions and variables.
1791         (dos-intdos): Add a doc string.
1793 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
1795         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
1796         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
1797         (math-compose-tex-func):
1798         * calc/calccomp.el (math-compose-expr):
1799         * calc/calc-ext.el (math-format-flat-expr-fancy):
1800         * calc/calc-store.el (calc-read-var-name):
1801         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
1803         * calc/calc.el (var-π, var-φ, var-γ): New variables.
1804         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
1805         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
1806         (math-standard-units): Add units.
1808 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1810         * progmodes/asm-mode.el (asm-mode):
1811         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
1813         * pcomplete.el (pcomplete-completions-at-point): New function,
1814         extracted from pcomplete-std-complete.
1815         (pcomplete-std-complete): Use it.
1817 2010-05-15  Glenn Morris  <rgm@gnu.org>
1819         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1820         Remove references to CVS, RCS and Old directories.
1822 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
1824         * calc/calc-bin.el (math-format-twos-complement): Group digits when
1825         appropriate.
1827 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1829         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
1830         (sh-mode-syntax-table): Give it a default value instead.
1831         (sh-header-marker): Make buffer-local.
1832         (sh-mode): Move make-local-variable to the corresponding setq.
1833         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
1834         Use complete-with-action.
1836         * simple.el (prog-mode): New (abstract) major mode.
1837         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
1838         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
1840 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
1842         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
1843         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
1844         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
1845         (sql-make-alternate-buffer-name, sql-placeholders-filter)
1846         (sql-escape-newlines-filter, sql-input-sender)
1847         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
1849 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
1851         Add TeX open-block and close-block keybindings to SGML, and vice versa.
1853         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
1854         latex-open-block and C-c / to latex-close-block.
1856         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
1857         and C-c C-e to sgml-close-tag.
1859 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
1861         * net/tramp.el (with-progress-reporter): Create reporter object
1862         only when the message would be displayed.  Handle nested calls.
1863         (tramp-handle-load, tramp-handle-file-local-copy)
1864         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1865         (tramp-maybe-send-script, tramp-find-shell):
1866         Use `with-progress-reporter'.
1867         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
1868         Fix message text.
1870         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1871         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1872         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1873         Use `with-progress-reporter'.
1875 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
1877         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
1878         process everytime when spellchecking from the minibuffer (bug#6143).
1880 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1882         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
1884         * dos-fns.el: Add "dos-" prefix for namespace control.
1885         (convert-standard-filename): Define as alias for
1886         dos-convert-standard-filename but only if applicable.
1888 2010-05-12  Alan Mackenzie  <acm@muc.de>
1890         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1891         Push the mark at the start of these functions when appropriate.
1893 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1895         * minibuffer.el (completion-cycle-threshold): New custom var.
1896         (completion--do-completion): Use it.
1897         (minibuffer-complete): Use cycling if appropriate.
1899 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
1901         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
1902         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
1904 2010-05-11  Juri Linkov  <juri@jurta.org>
1906         * scroll-all.el (scroll-all-check-to-scroll):
1907         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
1909 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1911         * iimage.el (iimage-mode-map): Move initialization into declaration.
1912         (iimage-mode-buffer): Use with-silent-modifications.
1913         Simplify calling convention.  Adjust callers.
1914         (iimage-mode): Don't run hook redundantly.
1916         * minibuffer.el (completion-pcm--pattern->regex):
1917         Fix last change (bug#6160).
1919 2010-05-10  Juri Linkov  <juri@jurta.org>
1921         Remove nodes visited during Isearch from the Info history.
1922         * info.el (Info-isearch-initial-history)
1923         (Info-isearch-initial-history-list): New variables.
1924         (Info-isearch-start): Record initial values of
1925         Info-isearch-initial-history and Info-isearch-initial-history-list.
1926         Add Info-isearch-end to isearch-mode-end-hook.
1927         (Info-isearch-end): New function.
1929 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
1931         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
1932         format string, in order to work around a bug in pdksh.
1933         Reported by Gilles Pion <gpion@lfdj.com>.
1934         (tramp-handle-verify-visited-file-modtime): Do not send a command
1935         when the connection is not established.
1936         (tramp-handle-set-file-times): Simplify the check for utc.
1938 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
1940         Fix use of `filter-buffer-substring' (rework previous change).
1941         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
1942         (cua-repeat-replace-region):
1943         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
1944         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1945         (cua-cut-region-to-global-mark): Use it.
1947 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
1949         * progmodes/sql.el: Version 2.1.
1950         (sql-product-alist): Redesign structure of product info.
1951         (sql-product, sql-user, sql-server, sql-database): Safe variables.
1952         (sql-port, sql-port-history): New variables.
1953         (sql-interactive-product): New variable.
1954         (sql-send-terminator): New variable.
1955         (sql-imenu-generic-expression): Add "Types" imenu entry.
1956         (sql-oracle-login-params, sql-sqlite-login-params)
1957         (sql-mysql-login-params, sql-solid-login-params)
1958         (sql-sybase-login-params, sql-informix-login-params)
1959         (sql-ingres-login-params, sql-ms-login-params)
1960         (sql-postgres-login-params, sql-interbase-login-params)
1961         (sql-db2-login-params, sql-linter-login-params)
1962         (sql-oracle-scan-on): New variables.
1963         (sql-mode-map): Add C-c C-i to start interactive mode.
1964         (sql-mode-menu): Update existing menu entries.
1965         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
1966         (sql-mode-oracle-font-lock-keywords)
1967         (sql-mode-postgres-font-lock-keywords)
1968         (sql-mode-ms-font-lock-keywords)
1969         (sql-mode-sybase-font-lock-keywords)
1970         (sql-mode-informix-font-lock-keywords)
1971         (sql-mode-interbase-font-lock-keywords)
1972         (sql-mode-ingres-font-lock-keywords)
1973         (sql-mode-solid-font-lock-keywords)
1974         (sql-mode-mysql-font-lock-keywords)
1975         (sql-mode-sqlite-font-lock-keywords)
1976         (sql-mode-db2-font-lock-keywords)
1977         (sql-mode-linter-font-lock-keywords): Update initialization to
1978         reduce run-time complexity.
1979         (sql-add-product, sql-del-product): New functions.
1980         (sql-set-product-feature, sql-get-product-feature): New functions.
1981         (sql-product-font-lock): Update product API.
1982         (sql-add-product-keywords): New function.
1983         (sql-highlight-product): Update product API.
1984         (sql-help-list-products): New function.
1985         (sql-help): Dynamically lists free and non-free products.
1986         (sql-get-login): Correct bug in handling history and added
1987         prompt for port.
1988         (sql-copy-column): Copy without properties.
1989         (sqli-input-sender): Apply filters to SQLi input.
1990         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
1991         Implement as a filter.
1992         (sql-escape-newlines-filter): Implement as a filter.
1993         (sql-remove-tabs-filter): New function.
1994         (sql-send-magic-terminator): New function.
1995         (sql-send-string): Implement magic terminator.
1996         (sql-send-region): Use `sql-send-string'.
1997         (sql-interactive-mode): Use product API.
1998         (sql-product-interactive): Use product API.
1999         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2000         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2001         (sql-db2, sql-linter): Use `sql-product-interactive'.
2002         (sql-connect): New function.
2003         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2004         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2005         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2006         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2007         Use `sql-connect'.
2009 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2011         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2012         New custom variable.
2013         (completion-pcm--string->pattern): Use it.
2014         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2015         Make it handle any symbol as `any'.
2016         (completion-pcm--merge-completions): Extract common suffix for the new
2017         `prefix' symbol as well.
2018         (completion-substring--all-completions): Use the new `prefix' symbol.
2020 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
2022         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2023         not bound.
2024         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2025         (tramp-compat-funcall): New defmacro.
2026         (tramp-compat-line-beginning-position)
2027         (tramp-compat-line-end-position)
2028         (tramp-compat-temporary-file-directory)
2029         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2030         (tramp-compat-copy-file, tramp-compat-copy-directory)
2031         (tramp-compat-delete-file, tramp-compat-delete-directory)
2032         (tramp-compat-number-sequence, tramp-compat-process-running-p)
2033         * net/tramp.el (top, with-progress-reporter)
2034         (tramp-rfn-eshadow-setup-minibuffer)
2035         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2036         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2037         (tramp-completion-mode-p, tramp-check-for-regexp)
2038         (tramp-open-connection-setup-interactive-shell)
2039         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2040         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2041         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2042         * net/tramp-cmds.el (tramp-cleanup-all-connections)
2043         (tramp-reporter-dump-variable, tramp-load-report-modules)
2044         (tramp-append-tramp-buffers)
2045         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2047         * net/tramp-imap.el (top): Autoload `epg-make-context'.
2049 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2051         * progmodes/compile.el (compilation-buffer-modtime): Rename from
2052         buffer-modtime.  Adjust users.
2054 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2056         * international/mule.el (auto-coding-alist): Only purecopy
2057         car of each item, not the whole list (Bug#6083).
2059 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2061         * progmodes/js.el (js-mode): Make paragraph variables local before
2062         calling c-setup-paragraph-variables (Bug#6071).
2064 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
2066         * composite.el (compose-region, reference-point-alist): Fix typos
2067         in the doc strings.
2069 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2071         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2072         gnuplot's "set" command.
2074 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2076         * abbrev.el (last-abbrev-text): Doc fix.
2077         (abbrev-prefix-mark): Don't escape parenthesis.
2079 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
2081         * composite.el (find-composition): Doc fix.
2083 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2085         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2086         (sql-oracle-program, sql-sqlite-options)
2087         (sql-query-placeholders-and-send): Doc fixes.
2088         (sql-set-product, sql-interactive-mode): Reflow docstrings.
2089         (sql-imenu-generic-expression, sql-buffer)
2090         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2091         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2092         (sql-mode-sybase-font-lock-keywords)
2093         (sql-mode-informix-font-lock-keywords)
2094         (sql-mode-interbase-font-lock-keywords)
2095         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2096         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2097         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2098         (sql-product-feature, sql-highlight-product)
2099         (comint-line-beginning-position, sql-rename-buffer)
2100         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2101         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2102         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2103         Fix typos in docstrings.
2105 2010-05-08  Juri Linkov  <juri@jurta.org>
2107         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2108         property instead of `invisible' and `after-string' (bug#5998).
2110 2010-05-08  Juri Linkov  <juri@jurta.org>
2112         * image-mode.el (image-mode-as-text): Fix typo in docstring.
2114 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2116         * filecache.el (file-cache-add-directory-list)
2117         (file-cache-add-directory-recursively): Fix typos in docstrings.
2119 2010-05-08  Kenichi Handa  <handa@m17n.org>
2121         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2122         (gujarati-composable-pattern): Fix typo.
2124 2010-05-08  Kenichi Handa  <handa@m17n.org>
2126         * language/indian.el (oriya-composable-pattern)
2127         (tamil-composable-pattern, malayalam-composable-pattern):
2128         Add two-part vowels to "v" (vowel sign).
2130 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2132         * files.el (copy-directory): Handle symlinks (Bug#5982).
2134 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
2136         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2137         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2138         (Bug#5846).
2140 2010-05-08  Glenn Morris  <rgm@gnu.org>
2142         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2144         * minibuffer.el (completion-at-point): Doc fix.
2146 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2148         * electric.el (Electric-command-loop): Minor tweak.
2150         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2151         better with dedicated windows.
2153 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2155         * Version 23.2 released.
2157 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
2158             Stefan Monnier  <monnier@iro.umontreal.ca>
2160         Highlight vendor specific properties.
2161         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2162         (css-proprietary-property): New face.
2163         (css-font-lock-keywords): Use them.
2165 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
2167         * cus-start.el (all): Add native condition for tool-bar-* symbols.
2169 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2171         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2172         * files.el (auto-mode-alist): Remove redundant entries.
2174         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2175         * simple.el (auto-save-mode): Move from files.el.
2176         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2178 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2180         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2182 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2184         * mail/binhex.el (binhex-decode-region-internal)
2185         * mail/uudecode.el (uudecode-decode-region-internal)
2186         * net/dns.el (dns-read-string-name, dns-write, dns-read)
2187         (dns-read-type, dns-query)
2188         * pgg-parse.el (pgg-parse-armor)
2189         * pgg.el (pgg-verify-region)
2190         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2191         XEmacs.
2193         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2195 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
2197         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2199         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2200         * emulation/cua-base.el (cua-repeat-replace-region):
2201         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2202         (cua-cut-region-to-global-mark):
2203         Remove text properties with `set-text-properties'.
2205 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
2207         * net/tramp.el (top, with-progress-reporter):
2208         Use `symbol-function' inside `funcall'.
2210         * net/tramp-compat.el (tramp-compat-file-attributes)
2211         (tramp-compat-delete-file, tramp-compat-delete-directory):
2212         Handle only `wrong-number-of-arguments' error.
2214         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2215         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2216         inside `funcall'.
2218 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2220         * minibuffer.el (completion--sreverse, completion--common-suffix):
2221         New functions.
2222         (completion-pcm--merge-completions): Extract common suffix when safe.
2224         * emacs-lisp/easy-mmode.el (define-minor-mode):
2225         Make :variable more flexible.
2226         * files.el (auto-save-mode): Use it to define using define-minor-mode.
2228 2010-05-05  Juri Linkov  <juri@jurta.org>
2230         Add `slow' and `history' tags to the desktop data.
2232         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2233         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2234         (Info-finder-find-node): Require `finder.el' to be able
2235         to restore node from the desktop.
2236         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
2237         data `Info-history' and `slow' tag in the assoc list.
2238         (Info-restore-desktop-buffer): Don't restore nodes with the
2239         `slow' tag.  Restore `Info-history'.
2241 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
2243         Add FORCE argument to `delete-file'.
2245         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2246         forcing to delete the temporary file.
2247         (ange-ftp-delete-file): Add FORCE arg.
2248         (ange-ftp-rename-remote-to-remote)
2249         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2250         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2251         Force file deletion.
2253         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2255         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2256         (tramp-handle-make-symbolic-link, tramp-handle-load)
2257         (tramp-do-copy-or-rename-file-via-buffer)
2258         (tramp-do-copy-or-rename-file-directly)
2259         (tramp-do-copy-or-rename-file-out-of-band)
2260         (tramp-handle-process-file, tramp-handle-call-process-region)
2261         (tramp-handle-shell-command, tramp-handle-file-local-copy)
2262         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2263         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2265         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2266         (tramp-fish-handle-make-symbolic-link)
2267         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
2269         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2270         Use `tramp-compat-delete-file'.
2272         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
2273         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
2275         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
2276         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
2278         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
2279         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
2280         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
2281         `tramp-compat-delete-file'.
2283 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2285         Minor cleanups.
2286         * subr.el (add-minor-mode): Use push.
2287         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
2288         * emulation/edt.el (edt-select-mode): Simplify.
2290         Use define-minor-mode in more cases.
2291         * term/tvi970.el (tvi970-set-keypad-mode):
2292         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2293         (normal-erase-is-backspace-mode):
2294         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
2295         (set-scroll-bar-mode-1): (Re)move to its sole caller.
2296         (get-scroll-bar-mode): New function.
2297         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
2299         Use define-minor-mode for less obvious cases.
2300         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
2301         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
2302         * international/iso-ascii.el (iso-ascii-mode):
2303         * frame.el (auto-raise-mode, auto-lower-mode):
2304         * composite.el (global-auto-composition-mode): Use define-minor-mode.
2306 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
2308         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
2309         in order to see error messages for failed logins.
2311 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
2313         * diff.el (diff-sentinel):
2315         * epg.el (epg--make-temp-file, epg-decrypt-string)
2316         (epg-verify-string, epg-sign-string, epg-encrypt-string):
2318         * jka-compr.el (jka-compr-partial-uncompress)
2319         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
2321         * server.el (server-sentinel): Use delete-file's new FORCE arg
2322         (Bug#6070).
2324 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2326         Use define-minor-mode where applicable.
2327         * view.el (view-mode):
2328         * type-break.el (type-break-query-mode)
2329         (type-break-mode-line-message-mode):
2330         * textmodes/reftex.el (reftex-mode):
2331         * term/vt100.el (vt100-wide-mode):
2332         * tar-mode.el (tar-subfile-mode):
2333         * savehist.el (savehist-mode):
2334         * ibuf-ext.el (ibuffer-auto-mode):
2335         * composite.el (auto-composition-mode):
2336         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2337         Use define-minor-mode.
2338         (vhdl-mode): Use static mode-line format.
2339         (vhdl-mode-line-update): Delete.
2340         (vhdl-create-mode-menu, vhdl-activate-customizations)
2341         (vhdl-hs-minor-mode): Don't bother calling it.
2343 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2345         * simple.el (with-wrapper-hook): Move.
2346         (buffer-substring-filters): Mark obsolete.
2347         (filter-buffer-substring-functions): New variable.
2348         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
2350         Use a mode-line spec rather than a static string in Semantic.
2351         * cedet/semantic/util-modes.el:
2352         (semantic-minor-modes-format): New var to replace...
2353         (semantic-minor-modes-status): Remove.
2354         (semantic-mode-line-update): Construct a mode-line spec rather than
2355         a static string so that mouse buttons can be used on individual minor
2356         modes and so that semantic-mode-line-update only needs to be called
2357         when global settings are changed.
2358         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
2359         Call semantic-mode-line-update.
2360         (semantic-toggle-minor-mode-globally): Don't assume mode is on
2361         minor-mode-alist, check semantic-minor-mode-alist as well.
2362         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
2363         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
2364         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
2365         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2366         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2367         (define-semantic-idle-service, semantic-idle-summary-mode):
2368         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
2369         Don't call semantic-mode-line-update any more.
2371 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2373         Use define-minor-mode in CEDET where applicable.
2375         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
2376         Use define-minor-mode.
2378         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
2379         Remove unused arg `keymap' and code redundant with define-minor-mode.
2380         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
2381         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
2382         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
2383         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
2384         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
2385         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
2386         Use define-minor-mode.
2387         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
2388         (semantic-show-unmatched-syntax-mode-setup)
2389         (semantic-show-parser-state-mode-setup)
2390         (semantic-highlight-func-mode-setup): Inline into sole caller.
2392         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2393         (semantic-mru-bookmark-mode): Use define-minor-mode.
2394         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
2396         * cedet/semantic/idle.el (define-semantic-idle-service):
2397         Use define-minor-mode and inline setup function into its sole caller.
2398         (semantic-idle-scheduler-mode-setup)
2399         (semantic-idle-summary-mode-setup): Inline into sole caller.
2400         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
2401         Use define-minor-mode.
2403         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
2404         (semantic-decoration-mode): Use define-minor-mode.
2405         (semantic-decoration-mode-setup): Inline into sole caller.
2407         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
2408         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
2409         (ede-dired-add-to-target): Use dolist.
2411 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2412             Michael Albinus  <michael.albinus@gmx.de>
2414         Implement compression for inline methods.
2416         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2417         (tramp-copy-size-limit): Allow also nil.
2418         (tramp-inline-compress-commands): New defconst.
2419         (tramp-find-inline-compress, tramp-get-inline-compress)
2420         (tramp-get-inline-coding): New defuns.
2421         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2422         replaced by `tramp-get-inline-coding'.
2423         (tramp-handle-file-local-copy, tramp-handle-write-region)
2424         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2426 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2428         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
2429         Remove unused functions.
2431         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
2432         Set find-tag-default-function as a variable rather than a property.
2434         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
2435         * progmodes/etags.el (tags-completion-at-point-function):
2436         Remove left over interactive spec.  Add autoloading stub.
2437         (complete-tag): Use tags-completion-at-point-function.
2439 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
2441         * minibuffer.el (tags-completion-at-point-function): Fix return value.
2443 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
2445         * ido.el (ido-init-completion-maps): Remove C-v binding.
2446         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
2448 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
2450         * minibuffer.el (tags-completion-at-point-function): New function.
2451         (completion-at-point-functions): Use it.
2453         * cedet/semantic.el (semantic-completion-at-point-function): New function.
2454         (semantic-mode): Use semantic-completion-at-point-function for
2455         completion-at-point-functions instead.
2457         * progmodes/etags.el (complete-tag): Revert last change.
2459 2010-04-29  Alan Mackenzie  <acm@muc.de>
2461         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
2462         off-by-one error (in end of macro position).
2464 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2466         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
2467         firefox is absent.  Don't autoload.
2468         (browse-url-galeon-program): Don't autoload.
2470 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
2472         * bindings.el (complete-symbol): Move into minibuffer.el.
2474         * minibuffer.el (complete-tag): Move from etags.el.  If tags
2475         completion cannot be performed, return nil instead of signalling
2476         an error.
2477         (completion-at-point): Make it an alias for complete-symbol.
2478         (complete-symbol): Move from bindings.el, and replace with the
2479         body of completion-at-point.
2481         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
2483         * cedet/semantic.el (semantic-mode): When enabled, add
2484         semantic-ia-complete-symbol to completion-at-point-functions.
2486         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
2487         if Semantic is not active.
2489 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
2491         * net/tramp.el (tramp-remote-selinux-p): New defun.
2492         (tramp-handle-file-selinux-context)
2493         (tramp-handle-set-file-selinux-context): Use it.
2495 2010-04-28  Sam Steingold  <sds@gnu.org>
2497         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2498         `safe-local-variable' if the value is a string or a symbol with
2499         the property `bug-reference-url-format'.
2501 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
2503         * progmodes/bug-reference.el (bug-reference-url-format): Revert
2504         2010-04-27 change due to security risk.
2506 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2508         Make it possible to locally disable a globally enabled mode.
2509         * simple.el (fundamental-mode): Run fundamental-mode-hook.
2510         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
2511         rather than kill-all-local-variables so it runs fundamental-mode-hook.
2512         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2513         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
2514         that subsequent hooks get a chance to disable it.
2516 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2518         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2519         Avoid re-enabling a minor mode after the user turned the minor mode
2520         off if MODE-enable-in-buffers is run twice (typically once from
2521         fundamental-mode's after-change-major-mode-hook and a second time from
2522         run-mode-hook's own after-change-major-mode-hook).
2524         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
2526 2010-04-27  Sam Steingold  <sds@gnu.org>
2528         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2529         `safe-local-variable' if the value is a string or a function, as
2530         documented and implemented on 2010-04-02.
2532 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
2534         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
2535         when method is 'kill.
2537 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
2539         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
2540         condition in default directory check.
2541         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
2542         Kill ispell process when killing its associated buffer.
2544 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
2546         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
2547         but we aren't using it.
2549 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
2551         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
2552         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
2554 2010-04-24  Glenn Morris  <rgm@gnu.org>
2556         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
2557         Ignore VCS-ignore files, and deleted nextstep preferences files.
2558         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
2559         (authors-ambiguous-files): New list.
2560         (authors-valid-file-names): Add some deleted files.
2561         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
2562         (authors-disambiguate-file-name): New function.  (Bug#5501)
2563         (authors-canonical-file-name): Doc fix.
2564         Don't warn about obsolete files.
2565         (authors-canonical-file-name, authors-scan-el):
2566         Use authors-disambiguate-file-name.
2568         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2569         Add autoload cookies.
2570         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
2571         (generated-autoload-file): Set file-local value to "htmlfontify.el".
2572         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
2573         They have definitions / compiler macros in cl.el.
2574         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2575         Replace manual autoloads with generated ones.
2576         (htmlfontify-unload-rgb-file): Remove autoload.
2577         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
2579 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2581         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
2582         (byte-compile-setq-default): Optimize for the
2583         single-var case and don't call byte-compile-form in this case to avoid
2584         inf-loop with byte-compile-set-default.
2586         * progmodes/compile.el (compilation-start): Abbreviate default directory.
2588 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
2590         Implement SELINUX backends.
2592         * net/tramp.el (tramp-file-name-handler-alist):
2593         Add `file-selinux-context' and `set-file-selinux-context'.
2594         (tramp-handle-file-selinux-context)
2595         (tramp-handle-set-file-selinux-context): New defuns.
2596         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2597         Handle PRESERVE-SELINUX-CONTEXT.
2599         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2600         Add `file-selinux-context' and `set-file-selinux-context'.
2601         (tramp-gvfs-handle-file-selinux-context)
2602         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2603         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2605         * net/ange-ftp.el (ange-ftp-copy-file):
2606         * net/tramp-fish.el (tramp-fish-handle-copy-file):
2607         * net/tramp-imap.el (tramp-imap-handle-copy-file):
2608         * net/tramp-smb.el (tramp-smb-handle-copy-file):
2609         Add PRESERVE-SELINUX-CONTEXT.
2611 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2613         Synchronize with Tramp repository.
2615         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
2616         (tramp-action-process-alive, tramp-action-out-of-band)
2617         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2618         (tramp-exists-file-name-handler): Fix docstring.
2619         (with-progress-reporter): New defmacro.
2620         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
2621         (tramp-maybe-open-connection): Use it.
2623 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
2625         Detect ssh 'ControlMaster' argument automatically in some cases.
2627         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2628         (tramp-default-method): Use it.
2630 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2632         * net/tramp.el (tramp-handle-copy-file): Add new optional
2633         parameter `preserve-selinux-context'.
2634         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
2636 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2638         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
2639         Ensure, that non remote files are still checked.  Oops.
2641 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
2643         Fix Bug#5840.
2645         * icomplete.el (icomplete-completions): Use `non-essential'.
2647         * net/tramp.el (tramp-connectable-p): New defun.
2648         (tramp-handle-expand-file-name)
2649         (tramp-completion-handle-file-name-all-completions)
2650         (tramp-completion-handle-file-name-completion): Use it.
2652 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2654         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
2656 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
2658         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
2660         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
2662         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
2663         is present.
2665         * info.el (info-tool-bar-map): Add labels.
2667         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
2669         * cus-edit.el (custom-commands): Add labels for tool bar.
2670         (custom-buffer-create-internal, Custom-mode): Adjust for
2671         labels in custom-commands.
2673         * dynamic-setting.el: Renamed from font-setting.el.
2675 2010-04-21  John Wiegley  <jwiegley@gmail.com>
2677         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
2678         toggles the use of virtual buffers.
2679         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
2680         value.
2681         (ido-toggle-virtual-buffers): New function.
2683 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
2685         Use `define-derived-mode'; fix window selection; doc fixes.
2686         * play/tetris.el (tetris, tetris-update-speed-function)
2687         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
2688         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
2689         (tetris-rotate-next, tetris-end-game, tetris-start-game)
2690         (tetris-pause-game): Fix typos in docstrings.
2691         (tetris-mode-map, tetris-null-map):
2692         Move initialization into declaration.
2693         (tetris-mode): Define with `define-derived-mode';
2694         set show-trailing-whitespace to nil.
2695         (tetris): Prefer window already displaying the "*Tetris*" buffer.
2697 2010-04-21  Karel Klíč  <kklic@redhat.com>
2699         * files.el (backup-buffer): Handle SELinux context, and return it
2700         if a backup was made by renaming.
2701         (backup-buffer-copy): Set SELinux context to the target file.
2702         (basic-save-buffer): Set SELinux context of the newly written file.
2703         (basic-save-buffer-1): Now it also returns any SELinux context.
2704         (basic-save-buffer-2): Set SELinux context of the newly created file,
2705         and return it.
2706         * net/tramp.el (tramp-file-name-for-operation):
2707         Add file-selinux-context.
2709 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2711         Make the log-edit comments use RFC822 format throughout.
2713         * vc.el (vc-checkin, vc-modify-change-comment):
2714         Adjust to new vc-start/finish-logentry.
2715         (vc-find-conflicted-file): New command.
2716         (vc-transfer-file): Adjust to new vc-checkin.
2717         (vc-next-action): Improve scoping.
2719         * vc-hg.el (vc-hg-log-edit-mode): Remove.
2720         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
2722         * vc-git.el (vc-git-log-edit-mode): Remove.
2723         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
2724         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
2726         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
2727         (vc-start-logentry): Remove argument `extra'.
2728         (vc-finish-logentry): Remove extra args.
2730         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
2731         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
2732         (vc-bzr-conflicted-files): New function.
2734         * log-edit.el (log-edit-extra-flags)
2735         (log-edit-before-checkin-process): Remove.
2736         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
2737         (log-edit-headers-alist): New var.
2738         (log-edit-header-contents-regexp): New const.
2739         (log-edit-match-to-eoh): New function.
2740         (log-edit-font-lock-keywords): Use them.
2741         (log-edit): Insert a "Summary:" header as default.
2742         (log-edit-mode): Mark font-lock rules as case-insensitive.
2743         (log-edit-done): Cleanup headers.
2744         (log-view-process-buffer): Remove.
2745         (log-edit-extract-headers): New function to replace it.
2747 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
2749         * subr.el (default-direction-reversed): Remove obsolescence info.
2751 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2753         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
2754         windows/frames.
2756         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
2757         I.e. include text after point in the completion region.
2758         Also, return nil when we're not after/in a symbol.
2760         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
2761         default enable-multibyte-characters.
2763 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2765         * international/mule.el: Help the user choose a valid coding-system.
2766         (read-buffer-file-coding-system): New function.
2767         (set-buffer-file-coding-system): Use it.  Prompt the user if the
2768         coding-system cannot encode all the chars.
2770         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
2771         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
2772         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
2773         Don't use *vc-bzr-shelve*.
2775 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
2777         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
2778         Don't destroy list before using it.
2780 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
2782         Fix the version number for added files.
2783         * vc-hg.el (vc-hg-working-revision): Check if the file is
2784         registered after hg parent fails (Bug#5961).
2786 2010-04-19  Glenn Morris  <rgm@gnu.org>
2788         * htmlfontify.el (htmlfontify-buffer)
2789         (htmlfontify-copy-and-link-dir): Autoload entry points.
2791 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
2793         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2794         name relative to the project root (Bug#5960).
2796 2010-04-19  Glenn Morris  <rgm@gnu.org>
2798         * vc-git.el (vc-git-print-log): Doc fix.
2800 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
2802         * ido.el (ido-file-internal): Fix 2009-12-02 change.
2804 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
2806         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2807         default settings (Bug#5928).
2809 2010-04-19  Glenn Morris  <rgm@gnu.org>
2811         * progmodes/fortran.el (fortran-match-and-skip-declaration):
2812         New function.
2813         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
2815 2010-04-19  Kenichi Handa  <handa@m17n.org>
2817         * language/indian.el (malayalam-composable-pattern): Fix previous
2818         change (add U+0D4D "SIGN VIRAMA").
2819         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2820         (tamil-composable-pattern): Fix typo in the regexp.
2821         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2822         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2823         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2825 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
2827         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2828         paragraph-separate (Bug#5821).
2830 2010-04-19  Juri Linkov  <juri@jurta.org>
2832         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2834         * info.el (Info-find-node-2): Comment out code that skips
2835         breadcrumbs line.
2836         (Info-mouse-follow-link): New command.
2837         (Info-link-keymap): New keymap.
2838         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2839         Return a string with links instead of inserting breadcrumbs
2840         to the Info buffer.
2841         (Info-fontify-node): Comment out code that inserts breadcrumbs.
2842         Instead of putting the `invisible' text property over the Info
2843         header, make an overlay over the Info header with the `invisible'
2844         property and `after-string' set to the string returned by
2845         `Info-breadcrumbs'.
2847 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
2849         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2850         Reported by monkey@sandpframing.com.
2852 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2854         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
2855         (tmm-get-keymap): Add key-binding shortcuts now that they're not
2856         available in the "keyseq cache" any more.
2858         * custom.el (defcustom): Add edebug spec.
2860 2010-04-18  Juri Linkov  <juri@jurta.org>
2862         Test for special mode-class in view-buffer instead of view-file (bug#5513).
2864         * view.el (view-file, view-buffer): Move test for special mode-class
2865         from view-file to view-buffer.
2867         * tar-mode.el (tar-extract): Turn if's into one cond
2868         like in arc-mode.el.
2870 2010-04-18  Juri Linkov  <juri@jurta.org>
2872         Add 7z archive format support (bug#5475).
2874         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
2875         (archive-7z-extract): New defcustom.
2876         (archive-find-type): Add magic string for 7z.
2877         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
2878         If `stderr-file' is non-nil, use `(t stderr-file)' for the
2879         `buffer' arg of `call-process'.
2880         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
2881         call the function `archive-7z-extract' with the variable
2882         `archive-7z-extract' let-bound to `archive-zip-extract'.
2883         (archive-7z-summarize, archive-7z-extract): New functions.
2885         * international/mule.el (auto-coding-alist):
2886         * files.el (auto-mode-alist): Add 7z file extension.
2888 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2890         * loadup.el: Setup hash-cons for pure data.
2892         Fix duplicate entries in cedet's loaddefs.el files.
2893         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
2894         Should make most file-local generated-autoload-file unnecessary.
2895         (print-readably): Silence warnings.
2896         (autoload-find-destination): Take load-name as an arg to make sure
2897         it's the same as the one that will be in the file.
2898         (autoload-generate-file-autoloads): Adjust to above changes.
2899         Try to make the dataflow a bit simpler.
2901         * cvs-status.el (cvs-refontify): Remove unused.
2903 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
2905         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
2907         * calc-bin.el (calc-radix): Have the "O" option turn on
2908         twos-complement mode.
2910 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
2912         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
2913         Add `calc-option-prefix-help' to calc-help autoloads.
2914         (calc-inverse): Add "Option" to message, as appropriate.
2915         (calc-hyperbolic): Add "Option" to message, as appropriate.
2916         (calc-option, calc-is-option): New functions.
2918         * calc-help.el (calc-full-help): Add `calc-option-help'.
2919         (calc-option-prefix-help): New function.
2921         * calc-misc.el (calc-help): Add "Option" entry.
2923         * calc.el (calc-local-var-list): Add `calc-option-flag'.
2924         (calc-option-flag): New variable.
2925         (calc-do): Set `calc-option-flag to nil.
2926         (calc-set-mode-line): Add "Opt " as appropriate.
2928 2010-04-16  Juri Linkov  <juri@jurta.org>
2930         Move scrolling commands from simple.el to window.el
2931         because their primitives are implemented in window.c.
2933         * simple.el (scroll-error-top-bottom)
2934         (scroll-up-command, scroll-down-command, scroll-up-line)
2935         (scroll-down-line, scroll-other-window-down)
2936         (beginning-of-buffer-other-window, end-of-buffer-other-window):
2937         * window.el (scroll-error-top-bottom)
2938         (scroll-up-command, scroll-down-command, scroll-up-line)
2939         (scroll-down-line, scroll-other-window-down)
2940         (beginning-of-buffer-other-window, end-of-buffer-other-window):
2941         Move from simple.el to window.el because their primitives are
2942         implemented in window.c.
2944 2010-04-16  Juri Linkov  <juri@jurta.org>
2946         * isearch.el (isearch-lookup-scroll-key): Check both
2947         `isearch-scroll' and `scroll-command' properties.
2948         (scroll-up, scroll-down): Remove `isearch-scroll' property.
2950         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
2952         * simple.el (scroll-up-command, scroll-down-command)
2953         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
2955 2010-04-15  Juri Linkov  <juri@jurta.org>
2957         * simple.el (scroll-up-command, scroll-down-command)
2958         (scroll-up-line, scroll-down-line): Put `scroll-command'
2959         property on the these symbols.  Remove them from
2960         `scroll-preserve-screen-position-commands'.
2962         * mwheel.el (mwheel-scroll): Put `scroll-command' and
2963         `isearch-scroll' properties on the `mwheel-scroll' symbol.
2964         Remove it from `scroll-preserve-screen-position-commands'.
2966         * isearch.el (isearch-allow-scroll): Doc fix.
2968 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
2970         * net/tramp.el (tramp-error-with-buffer): Don't show the
2971         connection buffer when we are in completion mode.
2972         (tramp-file-name-handler): Catch the error for some operations
2973         when we are in completion mode.  This gives the user the chance to
2974         correct the file name in the minibuffer.
2976 2010-04-15  Glenn Morris  <rgm@gnu.org>
2978         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
2980 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
2982         Simplify by using `define-derived-mode'.
2983         * info.el (Info-mode):
2984         * calendar/todo-mode.el (todo-mode):
2985         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
2986         (gomoku-mode-map): Move initialization into declaration.
2988 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
2990         Fix Bug#5840.
2991         * ido.el (ido-file-name-all-completions-1):
2992         * minibuffer.el (minibuffer-completion-help):
2993         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
2995 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2997         * simple.el (non-essential): New var.
2999         Add a new field `location' to bookmarks for non-file bookmarks.
3000         * bookmark.el (bookmark-location): Use the new field, if present.
3001         (bookmark-insert-location): Undo last change, not needed any more.
3002         * man.el (Man-bookmark-make-record):
3003         * woman.el (woman-bookmark-make-record): Add `location' field.
3005 2010-04-14  Juri Linkov  <juri@jurta.org>
3007         * simple.el (scroll-error-top-bottom): New defcustom.
3008         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
3010         * emulation/pc-select.el (pc-select-override-scroll-error):
3011         Obsolete in favor of `scroll-error-top-bottom'.
3013 2010-04-14  Juri Linkov  <juri@jurta.org>
3015         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3016         `scroll-up-command' and `M-v' to `scroll-down-command'.
3018         * emulation/cua-rect.el (cua--init-rectangles):
3019         * forms.el (forms--change-commands):
3020         * image-mode.el (image-mode-map):
3021         Remap scroll-down-command and scroll-up-command
3022         in addition to scroll-down and scroll-up.
3024 2010-04-14  Juri Linkov  <juri@jurta.org>
3026         * mwheel.el (scroll-preserve-screen-position-commands):
3027         Add mwheel-scroll to this list of commands.
3029         * simple.el (scroll-preserve-screen-position-commands):
3030         Add scroll-up-command, scroll-down-command, scroll-up-line,
3031         scroll-down-line to this list of commands.
3033 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3035         * obsolete/complete.el: Move from lisp/complete.el.
3037         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3039         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3040         to the minor mode function now turns the mode ON unconditionally.
3042 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3044         * vc-dir.el (vc-dir-kill-line): New command.
3045         (vc-dir-mode-map): Bind it to C-k.
3047         * bookmark.el (bookmark-insert-location): Handle a nil filename.
3049         * woman.el: Add bookmark declarations to silence the compiler.
3050         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3051         step to compatibility between man and woman bookmarks.
3052         Adjust for Man-default-bookmark-title renaming.
3053         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
3055         * man.el: Add bookmark declarations to silence the compiler.
3056         (Man-name-local-regexp): Make it match NAME as well.
3057         (Man-getpage-in-background): Return the buffer.
3058         (Man-notify-when-ready): Use `case'.
3059         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3060         Don't hardcode "NAME".  Simplify.
3061         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3062         Rename from Man-bookmark-make-record.
3063         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
3064         we have the actual man-args.  Use Man-getpage-in-background rather
3065         than `man' since the arg is already processed.  Let bookmark.el do the
3066         window handling.  Only wait for the relevant process.
3067         Don't forget to autoload.
3069         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3071 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3073         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3074         New functions.
3075         (woman-mode): Setup bookmark support.
3077         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3078         (man-bookmark-jump): New functions.
3079         (Man-mode): Setup bookmark support.
3081 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
3083         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3084         recognize ssh-keygen prompt (Bug#2817).
3086 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3088         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3090 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3092         Synchronize with Tramp repository.
3094         * net/tramp.el (tramp-completion-function-alist)
3095         (tramp-file-name-regexp, tramp-chunksize)
3096         (tramp-local-coding-commands, tramp-remote-coding-commands):
3097         Fix docstring.
3098         (tramp-remote-process-environment): Use `format' instead of `concat'.
3099         (tramp-handle-directory-files-and-attributes)
3100         (tramp-get-remote-path): Use `copy-tree'.
3101         (tramp-handle-file-name-all-completions): Backward/ XEmacs
3102         compatibility: Use `completion-ignore-case' if
3103         `read-file-name-completion-ignore-case' does not exist.
3104         (tramp-do-copy-or-rename-file-directly): Do not use
3105         `tramp-handle-file-remote-p'.
3106         (tramp-do-copy-or-rename-file-out-of-band):
3107         Use `tramp-compat-delete-directory'.
3108         (tramp-do-copy-or-rename-file-out-of-band)
3109         (tramp-compute-multi-hops, tramp-maybe-open-connection):
3110         Use `format-spec-make'.
3111         (tramp-find-foreign-file-name-handler)
3112         (tramp-advice-make-auto-save-file-name)
3113         (tramp-set-auto-save-file-modes): Remove superfluous check for
3114         `stringp'.  This is done inside `tramp-tramp-file-p'.
3115         (tramp-debug-outline-regexp): New defconst.
3116         (tramp-get-debug-buffer): Use it.
3117         (tramp-check-for-regexp): Use (forward-line 1).
3118         (tramp-set-auto-save-file-modes): Adapt version check.
3120         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3121         Wrap call of `featurep' for 2nd argument.
3122         (tramp-compat-make-temp-file): Simplify fallback implementation.
3123         (tramp-compat-copy-tree): Remove function.
3124         (tramp-compat-delete-directory): Provide implementation for older
3125         Emacsen.
3127         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3128         Do not use `tramp-fish-handle-file-attributes.
3130         * net/trampver.el: Update release number.
3132 2010-04-10  Glenn Morris  <rgm@gnu.org>
3134         * progmodes/compile.el (compilation-save-buffers-predicate):
3135         Add missing :version tag.
3137 2010-04-09  Sam Steingold  <sds@gnu.org>
3139         * progmodes/compile.el (compilation-save-buffers-predicate):
3140         Remove the "autoload" cookie.
3142         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3143         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3144         and `bug-reference-prog-mode' can be used in hooks directly.
3146 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3148         Add --author support to git commit.
3149         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3150         (vc-git-log-edit-mode): New minor mode.
3151         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3152         New declarations.
3154 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
3156         * vc-hooks.el, vc-git.el: Improve documentation comments.
3158 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3160         Fix some of the problems in defsubst* (bug#5728).
3161         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3162         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3164 2010-04-07  Sam Steingold  <sds@gnu.org>
3166         * progmodes/compile.el (compilation-save-buffers-predicate):
3167         New custom variable.
3168         (compile, recompile): Pass it to `save-some-buffers'.
3170 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
3172         * wid-edit.el (widget-choose): Move cursor to the second line of
3173         the buffer (Bug#5695).
3175 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3177         Add new VC methods: vc-log-incoming and vc-log-outgoing.
3178         * vc.el (vc-print-log-setup-buttons): New function split out from
3179         vc-print-log-internal.
3180         (vc-log-internal-common): New function, a parametrized version of
3181         vc-print-log-internal.
3182         (vc-print-log-internal): Just call vc-log-internal-common with the
3183         right arguments.
3184         (vc-incoming-outgoing-internal):
3185         (vc-log-incoming, vc-log-outgoing): New functions.
3186         (vc-log-view-type): New permanent local variable.
3188         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3190         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3191         of the dynamic bound vc-short-log.
3192         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3194         * vc-git.el (vc-git-log-outgoing): New function.
3195         (vc-git-log-view-mode): Use vc-log-view-type instead
3196         of the dynamic bound vc-short-log.
3198         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3199         of the dynamic bound vc-short-log.  Highlight the tag.
3200         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3201         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3202         (vc-hg-incoming-mode): Remove.
3203         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3205 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3207         Fix default-directory for vc-root-diff.
3208         * vc.el (vc-root-diff): Bind default-directory to the root
3209         directory for the diff command.
3211 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
3213         * progmodes/verilog-mode.el (verilog-forward-sexp):
3214         (verilog-calc-1): Support "disable fork" and "fork wait" multi
3215         word keywords, suggested by Steve Pearlmutter.
3216         (verilog-pretty-declarations): Support lineup of declarations in
3217         port lists.
3218         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3219         fix bug for /* / comments
3220         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3221         Speed up and simplfy as this is never called with a bound.
3222         (verilog-pretty-declarations): Enhance to line up declarations
3223         inside a parameter list, suggested by Alan Morgan.
3224         (verilog-pretty-expr): Tune assignment regular expression match
3225         string for corner cases; also use markers instead of character
3226         number as indent changes the later.
3228 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
3230         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3231         as missing keyword.
3232         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3233         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
3234         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3235         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
3236         Tennant.
3237         (verilog-keywords):
3238         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3239         1800-2009 keywords, including "global.".
3241 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3243         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3244         appearing in buffer list (if a live buffer name matched a recentf
3245         file basename).  Should use uniquify to offer a real solution.
3247 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3249         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3250         comment to code, and add a :version tag.
3251         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3253 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
3255         Enable recentf-mode if using virtual buffers.
3256         * ido.el (recentf-list): Declare for byte-compiler.
3257         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
3258         (ido-make-buffer-list): Simplify.
3259         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
3261 2010-04-05  Juri Linkov  <juri@jurta.org>
3263         Scrolling commands which scroll a line instead of full screen.
3264         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3266         * simple.el (scroll-up-line, scroll-down-line): New commands.
3267         Put property isearch-scroll=t on them.
3269         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
3270         Remove commands.
3272 2010-04-05  Juri Linkov  <juri@jurta.org>
3274         Scrolling commands which do not signal errors at top/bottom.
3275         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3277         * simple.el (scroll-up-command, scroll-down-command): New commands.
3278         Put property isearch-scroll=t on them.
3280         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
3281         `scroll-down-command' and [next] from `scroll-up' to
3282         `scroll-up-command'.
3284         * emulation/cua-base.el: Put property CUA=move on
3285         `scroll-up-command' and `scroll-down-command'.
3286         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
3287         and `scroll-down-command' to `cua-scroll-down'.
3289 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
3291         * help.el (describe-mode): Return nil.
3293 2010-04-04  John Wiegley  <jwiegley@gmail.com>
3295         * ido.el (ido-use-virtual-buffers): New variable to indicate
3296         whether "virtual buffer" support is enabled for IDO.
3297         (ido-virtual): Face used to indicate virtual buffers in the list.
3298         (ido-buffer-internal): If a buffer is chosen, and no such buffer
3299         exists, but a virtual buffer of that name does (which would be why
3300         it was in the list), recreate the buffer by reopening the file.
3301         (ido-make-buffer-list): If virtual buffers are being used, call
3302         `ido-add-virtual-buffers-to-list' before the make list hook.
3303         (ido-virtual-buffers): New variable which contains a copy of the
3304         current contents of the `recentf-list', albeit pared down for the
3305         sake of speed, and with proper faces applied.
3306         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
3307         create a list of "virtual buffers" to present to the user in
3308         addition to the currently open set.  Note that this logic could
3309         get rather slow if that list is too large.  With the default
3310         `recentf-max-saved-items' of 200, there is little speed penalty.
3312 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3314         * font-lock.el: Require CL when compiling.
3315         (font-lock-turn-on-thing-lock): Use `case'.
3317 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
3319         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
3320         Zaretskii.
3322 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
3324         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
3325         (semantic-create-imenu-directory-index): Fix typos in docstrings.
3326         (semantic-imenu-goto-function): Reflow docstring.
3328 2010-04-02  Juri Linkov  <juri@jurta.org>
3330         * ehelp.el (electric-help-orig-major-mode):
3331         New buffer-local variable.
3332         (electric-help-mode): Set it to original major-mode.  Doc fix.
3333         (with-electric-help): Use `electric-help-orig-major-mode' instead
3334         of (default-value 'major-mode).  Doc fix.
3335         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
3337 2010-04-02  Sam Steingold  <sds@gnu.org>
3339         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
3340         `vc-hg-command' with a list of flags.
3342         * progmodes/bug-reference.el (bug-reference-bug-regexp):
3343         Also accept "patch" and "RFE".
3344         (bug-reference-fontify): `bug-reference-url-format' can also be a
3345         function to be able to handle the bug kind.
3346         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
3348 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
3350         * tmm.el (tmm-get-keymap): Check with symbolp before passing
3351         value to fboundp, it may not be a symbol.
3353 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3355         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
3357 2010-03-31  Juri Linkov  <juri@jurta.org>
3359         * simple.el (next-line, previous-line): Re-throw a signal
3360         with `signal' instead of using `ding'.
3361         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
3363 2010-03-31  Juri Linkov  <juri@jurta.org>
3365         * simple.el (keyboard-escape-quit): Raise deselecting the active
3366         region higher than exiting the minibuffer.
3367         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
3369 2010-03-31  Juri Linkov  <juri@jurta.org>
3371         * image.el (image-animated-p): Use `image-metadata' instead of
3372         `image-extension-data'.  Get GIF extenstion data from metadata
3373         property `extension-data'.
3375 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3377         * simple.el (append-to-buffer): Simplify.
3379 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
3381         * textmodes/artist.el (artist-mode): Fix typo in docstring.
3382         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
3384 2010-03-31  Kenichi Handa  <handa@m17n.org>
3386         * language/sinhala.el (composition-function-table): Fix regexp for
3387         the new Unicode specification.
3389         * language/indian.el (devanagari-composable-pattern)
3390         (tamil-composable-pattern, kannada-composable-pattern)
3391         (malayalam-composable-pattern): Adjust for the new Unicode
3392         specification.
3393         (bengali-composable-pattern, gurmukhi-composable-pattern)
3394         (gujarati-composable-pattern, oriya-composable-pattern)
3395         (telugu-composable-pattern): New variables to cope with the new
3396         Unicode specification.  Use them in composition-function-table.
3398 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3400         Make tmm-menubar work for the Buffers menu again (bug#5726).
3401         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
3402         vectors rather than cons cells, as used in menu-bar-update-buffers.
3404 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3406         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
3407         (js-insert-and-indent): Revert 2009-08-15 change, restoring
3408         electric punctuation for "{}();,:" (Bug#5586).
3410         * mail/sendmail.el (mail-default-directory): Doc fix.
3412 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3414         * mail/sendmail.el (mail-default-directory): Doc fix.
3416 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
3418         * subr.el (version-regexp-alist, version-to-list)
3419         (version-list-<, version-list-=, version-list-<=)
3420         (version-list-not-zero, version<, version<=, version=): Doc fix.
3421         (Bug#5744).
3423 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
3425         * vc.el (vc-root-diff): Doc fix.
3427 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3429         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
3431         * simple.el (append-to-buffer): Fix last change.
3433 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3435         * simple.el (append-to-buffer): Ensure that point is preserved if
3436         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
3437         (Bug#5749)
3439 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3441         * files.el (auto-mode-case-fold): Change default to t.
3443 2010-03-30  Juri Linkov  <juri@jurta.org>
3445         * dired-x.el (dired-omit-mode): Doc fix.
3447 2010-03-30  Juri Linkov  <juri@jurta.org>
3449         * replace.el (occur-accumulate-lines): Move occur-engine related
3450         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
3451         to be located after `occur-engine'.
3453 2010-03-30  Juri Linkov  <juri@jurta.org>
3455         Make occur handle multi-line matches cleanly with context.
3456         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
3458         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
3459         (occur-engine): Add local variables `ret', `prev-after-lines',
3460         `prev-lines'.  Use more arguments for `occur-context-lines'.
3461         Set first elem of its returned list to `data', and the second elem
3462         to `prev-after-lines'.  Don't print the separator line.
3463         In the end, print remaining context after-lines.
3464         (occur-context-lines): Add new arguments `begpt', `endpt',
3465         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
3466         after-lines of the previous match with before-lines of the
3467         current match and not overlap them.  Return a list with two
3468         values: the output line and the list of context after-lines.
3470 2010-03-30  Juri Linkov  <juri@jurta.org>
3472         * replace.el (occur-accumulate-lines): Fix a bug where the first
3473         context line at the beginning of the buffer was missing.
3475 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
3477         * files.el: Make bidi-display-reordering safe variable for boolean
3478         values.
3480 2010-03-29  Phil Hagelberg  <phil@evri.com>
3481             Chong Yidong  <cyd@stupidchicken.com>
3483         * subr.el: Extend progress reporters to perform "spinning".
3484         (progress-reporter-update, progress-reporter-do-update):
3485         Handle non-numeric value arguments.
3486         (progress-reporter--pulse-characters): New var.
3488 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
3490         * progmodes/compile.el (compilation-start): Fix regexp detection
3491         of initial cd command (Bug#5771).
3493 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
3495         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
3497 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
3499         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
3500         * lisp/progmodes/gdb-mi.el: Restore.
3501         * lisp/progmodes/gdb-ui.el: Remove.
3502         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
3504 2010-03-25  Glenn Morris  <rgm@gnu.org>
3506         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
3507         all dired buffers, even tramp ones.  (Bug#5755)
3509 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3511         Add "union tags" in mpc.el.
3512         * mpc.el: Remove backward compatibility code.
3513         (mpc-browser-tags): Change default.
3514         (mpc--find-memoize-union-tags): New var.
3515         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
3516         (mpc-cmd-find): Handle the case where the playlist does not exist.
3517         Handle union-tags.
3518         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
3519         (mpc-cmd-add): Use mpc-cmd-flush.
3520         (mpc-tagbrowser-tag-name): New fun.
3521         (mpc-tagbrowser-buf): Use it.
3522         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
3524 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3526         Misc cleanup.
3527         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
3528         Use replace-regexp-in-string.
3529         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
3530         (makefile-imake-mode-syntax-table): Move init into defvar.
3531         (makefile-mode): Use define-derived-mode.
3533         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
3534         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
3535         not be present any more.
3537 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3539         * faces.el (set-face-attribute): Fix typo in docstring.
3540         (face-valid-attribute-values): Reflow docstring.
3542         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
3544 2010-03-24  Glenn Morris  <rgm@gnu.org>
3546         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
3548 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3550         * indent.el (indent-for-tab-command): Doc fix.
3552 2010-03-24  Alan Mackenzie  <acm@muc.de>
3554         * progmodes/cc-engine.el (c-remove-stale-state-cache):
3555         Fix off-by-one error.  Fixes bug #5747.
3557 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3559         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
3560         (image-dired-read-comment): Doc fix.
3562         * json.el (json-object-type, json-array-type, json-key-type)
3563         (json-false, json-null, json-read-number):
3564         * minibuffer.el (completion-in-region-functions):
3565         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
3566         (cal-tex-cursor-week):
3567         * emacs-lisp/trace.el (trace-function):
3568         * eshell/em-basic.el (eshell/printnl):
3569         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
3570         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
3571         * obsolete/levents.el (allocate-event, event-key, event-object)
3572         (event-point, event-process, event-timestamp, event-to-character)
3573         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
3574         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
3575         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
3576         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
3577         (reftex-highlight-selection): Fix typos in docstrings.
3579 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3581         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
3583 2010-03-24  Glenn Morris  <rgm@gnu.org>
3585         * mail/rmail.el (rmail-highlight-face): Restore option deleted
3586         2008-02-13 without comment; mark it obsolete.
3587         (rmail-highlight-headers): Use rmail-highlight-face once more.
3589 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3591         * woman.el (woman2-process-escapes): Only consume the newline if
3592         the filler character is on a line by itself (Bug#5729).
3594 2010-03-24  Kenichi Handa  <handa@m17n.org>
3596         * language/indian.el (devanagari-composable-pattern): Add more
3597         consonants.
3599 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3601         * net/trampver.el: Update release number.
3603 2010-03-24  Glenn Morris  <rgm@gnu.org>
3605         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
3607 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3609         * net/tramp.el (tramp-find-executable):
3610         Use `tramp-get-connection-buffer'.  Make the regexp for checking
3611         output of "wc -l" more robust.
3612         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
3613         (tramp-open-connection-setup-interactive-shell): Remove workaround
3614         for OpenSolaris bug, it is not needed anymore.
3616 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
3618         * cedet/semantic/imenu.el: New file, from the CEDET repository
3619         (Bug#5412).
3621 2010-03-24  Glenn Morris  <rgm@gnu.org>
3623         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
3625 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
3627         * files.el (auto-mode-alist): Accept more verilog file patterns.
3629 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3631         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
3633 2010-03-24  Glenn Morris  <rgm@gnu.org>
3635         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
3636         log-edit-before-checkin-process.
3638         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
3640         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
3642         * vc-dispatcher.el (vc-start-logentry): Doc fix.
3643         (log-view-process-buffer, log-edit-extra-flags): Declare.
3645         * log-edit.el (log-edit-before-checkin-process): Doc fix.
3647         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3648         Consistently check ede-object is bound throughout.
3650         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
3652 2010-03-23  Sam Steingold  <sds@gnu.org>
3654         Fix bug#5620: recalculate all markers on compilation buffer
3655         modifications, not on file modifications.
3656         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
3657         the buffer modification time, for buffers not associated with files.
3658         (compilation-mode): Create it.
3659         (compilation-filter): Update it.
3660         (compilation-next-error-function): Use it instead of
3661         `visited-file-modtime' for timestamp.
3663 2010-03-23  Juri Linkov  <juri@jurta.org>
3665         Implement Occur multi-line matches.
3666         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
3668         * replace.el (occur): Doc fix.
3669         (occur-engine): Set `begpt' to the beginning of the first line.
3670         Set `endpt' to the end of the last match line.  At first, count
3671         line numbers between `origpt' and `begpt'.  Split out code from
3672         `out-line' variable to new let-bindings `match-prefix' and
3673         `match-str'.  In `out-line' add non-numeric prefix to all
3674         non-first lines of multi-line matches.  Finally, count lines
3675         between `begpt' and `endpt' and add to `lines'.
3677 2010-03-23  Juri Linkov  <juri@jurta.org>
3679         * replace.el (occur-accumulate-lines, occur-engine):
3680         Use `occur-engine-line' instead of duplicate code.
3681         (occur-engine-line): New function created from duplicate code
3682         in `occur-accumulate-lines' and `occur-engine'.
3684         * replace.el (occur-engine-line): Add optional arg `keep-props'.
3685         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
3687 2010-03-23  Juri Linkov  <juri@jurta.org>
3689         * finder.el: Remove TODO tasks.
3691         * info.el (Info-finder-find-node): Add node "all"
3692         with all package info.  Handle a list of multiple keywords
3693         separated by comma.
3694         (info-finder): In interactive use with a prefix argument,
3695         use `completing-read-multiple' to read a list of keywords
3696         separated by comma.
3698 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3700         Add a new completion style `substring'.
3701         * minibuffer.el (completion-basic--pattern): New function.
3702         (completion-basic-try-completion, completion-basic-all-completions):
3703         Use it.
3704         (completion-substring--all-completions)
3705         (completion-substring-try-completion)
3706         (completion-substring-all-completions): New functions.
3707         (completion-styles-alist): New style `substring'.
3709 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3711         Get rid of .elc files after removal of the corresponding .el.
3712         * Makefile.in (compile-clean): New target.
3713         (compile-main): Use it.
3715 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
3717         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
3718         don't do make there.  When compiling with separate object dir, there
3719         is no Makefile there.
3721 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3723         Get rid of the ELCFILES abomination, again.
3724         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3725         (all, compile): Don't call compile-last.
3726         (compile-main): Build the "elcfiles" list dynamically.
3727         (compile-targets): New (internal) target.
3729 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
3731         * Makefile.in (top_srcdir): Define.
3732         (abs_top_builddir): Define.
3733         (srcdir): Don't append `/..'.
3734         (EMACS): Use ${abs_top_builddir}.
3735         (all, compile, compile-always, compile-last): Don't set emacswd.
3736         (update-subdirs, update-authors): Use $(top_srcdir) instead of
3737         $(srcdir).
3738         (lisp): Use $(srcdir) instead of @srcdir@.
3740 2010-03-21  Juri Linkov  <juri@jurta.org>
3742         Fix message of multi-line occur regexps and multi-buffer header lines.
3743         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
3745         * replace.el (occur-1): Don't display regexp if it is longer
3746         than window-width.  Use `query-replace-descr' to display regexp.
3747         (occur-engine): Don't display regexp in the buffer header for
3748         multi-buffer occur.  Display a separate header line with total
3749         match count and regexp for multi-buffer occur.
3750         Use `query-replace-descr' to display regexp.
3752 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3754         * net/secrets.el: Fix parenthesis.
3755         (secrets-enabled): Fix parenthesis.
3757 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3759         Use more relative file and directory names.
3760         * Makefile.in (EMACS): Arrange for it to work when we chdir.
3761         (setwins, setwins_almost, setwins_for_subdirs):
3762         Don't `cd'; output relative names.
3763         (all, compile, compile-always, compile-last): Set emacswd.
3764         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
3765         Just cd to the lisp source dir so we can use relative file names.
3767         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
3769 2010-03-20  Glenn Morris  <rgm@gnu.org>
3771         * textmodes/rst.el: Use faces for font-lock customization, and make the
3772         old -face variables obsolete.
3773         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
3774         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
3775         (rst-block-face, rst-external-face, rst-definition-face)
3776         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
3777         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
3778         Make obsolete.
3779         (rst-font-lock-keywords-function): Update for above changes.
3781 2010-03-20  Juri Linkov  <juri@jurta.org>
3783         * s-region.el:
3784         * obsolete/s-region.el: Move to obsolete.
3786 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
3788         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
3790 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
3792         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
3794 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
3796         Add special markup processing for commit logs.
3797         * log-edit.el (log-edit-extra-flags): New variable.
3798         (log-edit): Add new argument MODE.  Use that mode when non-nil
3799         instead of the log-view-mode.
3800         (log-view-process-buffer): New function.
3802         * vc.el: Document that the checkin method takes optional
3803         arguments.  Document new backend specific method: log-view-mode.
3804         (vc-default-log-edit-mode): New function.
3805         (vc-checkin): Use a backend specific log-view-mode.
3806         Pass extra arguments to the checkin method.
3807         (vc-modify-change-comment): Pass a dummy extra argument.
3809         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
3810         log-edit.
3811         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
3812         (vc-finish-logentry): Process the log buffer before passing it
3813         down.  Pass log-edit-extra-flags.
3815         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
3816         command.
3817         (log-edit-extra-flags, log-edit-before-checkin-process):
3818         New declarations.
3820         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
3821         command.
3822         (log-edit-extra-flags, log-edit-before-checkin-process):
3823         New declarations.
3824         (vc-hg-log-edit-mode): New derived mode.
3826         * vc-arch.el (vc-arch-checkin):
3827         * vc-cvs.el (vc-cvs-checkin):
3828         * vc-git.el (vc-git-checkin):
3829         * vc-mtn.el (vc-mtn-checkin):
3830         * vc-rcs.el (vc-rcs-checkin):
3831         * vc-sccs.el (vc-sccs-checkin):
3832         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
3834 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3836         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
3837         parent typo).
3839 2010-03-19  Glenn Morris  <rgm@gnu.org>
3841         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3843 2010-03-18  Glenn Morris  <rgm@gnu.org>
3845         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
3847         * replace.el (query-replace-history): Give it a doc string.
3848         (map-query-replace-regexp): Use query-replace-from-history-variable
3849         and query-replace-to-history-variable.
3851         * mail/hashcash.el (declare-function): Remove duplicate definition.
3853         * mail/emacsbug.el (report-emacs-bug-pretest-address):
3854         Make it an obsolete alias for report-emacs-bug-address.
3855         (message-strip-special-text-properties): Declare.
3856         (report-emacs-bug): Remove test for a pretest bug address.
3857         Combine message-mode-specific code.
3859         * mail/supercite.el: Don't require sendmail.
3860         (mh-in-header-p): Declare rather than using with-no-warnings.
3861         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
3862         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
3864         * calendar/cal-french.el: Convert to utf-8.
3866         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
3867         Emacs scripts.
3869 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
3871         * net/secrets.el (secrets-enabled): New variable.  Use it instead
3872         of a subfeature.
3874 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
3876         * net/secrets.el (top): Register the D-Bus signals only when the
3877         service "org.freedesktop.secrets" can be pinged.
3878         Provide subfeature `enabled'.
3880 2010-03-14  Juri Linkov  <juri@jurta.org>
3882         Add finder unknown keywords.
3884         * finder.el (finder-unknown-keywords): New function.
3886         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
3887         to create a Finder node with unknown keywords.
3889 2010-03-14  Juri Linkov  <juri@jurta.org>
3891         * finder.el (finder-compile-keywords): Replace `princ' with
3892         `prin1' on a list of symbols interned from keyword strings.
3894         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
3895         a comma, then split keywords using a comma and optional whitespace.
3896         Otherwise, split by whitespace.
3898         * complete.el:
3899         * face-remap.el:
3900         * log-view.el:
3901         * net/hmac-def.el:
3902         * net/hmac-md5.el:
3903         * net/netrc.el:
3904         * progmodes/mixal-mode.el: Fix keywords.
3906 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
3908         * Makefile.in (ELCFILES): Add net/secrets.elc.
3910         * net/secrets.el: New file.
3912 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
3914         * facemenu.el (list-colors-display, list-colors-print): New arg
3915         callback.  Use it to allow selecting colors.
3917         * wid-edit.el (widget-image-insert): Insert image prop even if the
3918         current display is non-graphic.
3919         (widget-field-value-set): New fun.
3920         (editable-field): Use it.
3921         (widget-field-value-get): Clean up unused var.
3922         (widget-color-value-create, widget-color--choose-action):
3923         New funs.  Allow using list-colors-display to choose color.
3925 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
3927         * cus-edit.el: Resort topmost custom groups.
3928         (custom-buffer-sort-alphabetically): Default to t.
3929         (customize-apropos): Use apropos-parse-pattern.
3930         (custom-search-field): New var.
3931         (custom-buffer-create-internal): Add custom-apropos search field.
3932         (custom-add-parent-links): Don't display parent doc.
3933         (custom-group-value-create): Don't sort top-level custom group.
3934         (custom-magic-value-create): Show visibility button before option name.
3936         (custom-variable-state): New fun, from custom-variable-state-set.
3937         (custom-variable-state-set): Use it.
3938         (custom-group-value-create): Hide options with standard values
3939         using the :hidden-states property.  Use progress reporter.
3941         (custom-show): Simplify.
3942         (custom-visibility): Disable images by default.
3943         (custom-variable): New property :hidden-states.
3944         (custom-variable-value-create): Enable images for
3945         custom-visibility widgets.  Use :hidden-states property to
3946         determine initial visibility.
3948         * wid-edit.el (widget-image-find): Give images center ascent.
3949         (visibility): Add :on-image and :off-image properties.
3950         (widget-visibility-value-create): Use them.
3952 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
3954         * cus-edit.el (processes): Remove from development group.
3955         (oop, hypermedia): Delete group.
3956         (comm): Promote to top-level group.
3958         * net/browse-url.el (browse-url):
3959         * net/xesam.el (xesam):
3960         * net/tramp.el (tramp):
3961         * net/goto-addr.el (goto-address):
3962         * net/ange-ftp.el (ange-ftp): Put in comm group.
3964         * view.el (view): Remove from editing group.
3966         * uniquify.el (uniquify): Put in files group.
3968         * net/browse-url.el (browse-url):
3969         * ps-print.el (postscript): Put in external group.
3971         * cus-edit.el (outlines):
3972         * textmodes/text-mode.el (text-mode-hook):
3973         * textmodes/table.el (table):
3974         * textmodes/picture.el (picture):
3975         * outline.el (outlines): Put in wp group.
3977         * nxml/nxml-mode.el (nxml): Remove from wp group.
3979         * net/tramp-imap.el (tramp-imap): Put in tramp group.
3981         * mail/metamail.el (metamail): Remove from hypermedia group.
3983         * cus-edit.el (abbrev):
3984         * whitespace.el (whitespace):
3985         * vcursor.el (vcursor):
3986         * reveal.el (reveal):
3987         * hl-line.el (hl-line): Put in convenience group.
3989         * epg-config.el (epg): Put in data group.
3991         * emulation/pc-select.el (pc-select): Put in emulations group.
3993         * calculator.el (calculator): Put in applications group.
3995 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
3997         Add .dir-locals.el support for file-less buffers.
3998         * files.el (hack-local-variables): Split out code to apply local
3999         variable settings ...
4000         (hack-local-variables-apply): ... here.  New function.
4001         (hack-dir-local-variables): Use the default directory for when the
4002         buffer does not have an associated file.
4003         (hack-dir-local-variables-non-file-buffer): New function.
4004         * diff-mode.el (diff-mode):
4005         * vc-annotate.el (vc-annotate-mode):
4006         * vc-dir.el (vc-dir-mode):
4007         * log-edit.el (log-edit-mode):
4008         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4010 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4012         Add support for shelving snapshots and for showing shelves.
4013         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4014         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4015         New functions.
4016         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4017         (vc-bzr-extra-menu-map): Map them.
4019 2010-03-11  Glenn Morris  <rgm@gnu.org>
4021         * cus-edit.el (customize-changed-options-previous-release):
4022         Bump to 23.1.
4024         * image.el (image-animate-max-time): Fix :version tag.
4026 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
4028         * Branch for 23.2.
4030 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4032         * vc-git.el (vc-git-revision-table): Include remote branches.
4034 2010-03-10  Kim F. Storm  <storm@cua.dk>
4036         Animated image API.
4037         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4039         * image.el (image-animate-max-time): New defcustom.
4040         (image-animated-types): New defconst.
4041         (create-animated-image, image-animate-timer)
4042         (image-animate-start, image-animate-stop, image-animate-timeout)
4043         (image-animated-p): New functions.
4045         * image-mode.el (image-toggle-display-image):
4046         Replace `create-image' with `create-animated-image'.
4048 2010-03-09  Miles Bader  <miles@gnu.org>
4050         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4051         instead of "format:"; this ensures that the output is
4052         newline-terminated.
4054 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
4056         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4057         that all errors are caught, and that the return value is always a
4058         list (Bug#5692).
4060 2010-03-08  Kenichi Handa  <handa@m17n.org>
4062         * language/misc-lang.el (windows-1256): New coding system.
4063         (cp1256): New alias of windows-1256 (bug#5690).
4065 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
4067         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4068         call to rfc822-bad-address.  (Bug#5692)
4070 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4072         * vc-git.el (vc-git-annotate-extract-revision-at-line):
4073         Use vc-git-root as default directory for revision path (Bug#5657).
4075 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
4077         * calculator.el (calculator): Don't bind split-window-keep-point
4078         (Bug#5674).
4080 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4082         * vc-git.el: Re-flow to fit into 80 columns.
4083         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4084         Remove spurious `quote' element in each case alternative.
4085         (vc-git-show-log-entry): Use prog1.
4086         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4088 2010-03-06  Glenn Morris  <rgm@gnu.org>
4090         * cedet/semantic/grammar.el (semantic-grammar-header-template):
4091         Update template copyright to GPLv3+.
4093 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4095         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4097 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
4099         * macros.el (insert-kbd-macro): Look up keyboard macro using the
4100         definition, not the name (Bug#5481).
4102 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4104         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4105         argument with a local variable.  (Bug#5670)
4107 2010-03-02  Juri Linkov  <juri@jurta.org>
4109         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
4111 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
4113         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4114         error when FILENAME and NEWNAME are existing remote directories.
4116         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4117         parameter DIR-FLAG.
4119 2010-03-02  Glenn Morris  <rgm@gnu.org>
4121         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4122         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4124 2010-03-01  Kenichi Handa  <handa@m17n.org>
4126         * language/burmese.el (burmese-composable-pattern): Rename from
4127         myanmar-composable-pattern.
4129         * international/characters.el (script-list):
4130         * international/fontset.el (script-representative-chars):
4131         Change myanmar to burmese.
4132         (otf-script-alist): Likewise.
4133         (setup-default-fontset): Likewise.  Re-fix :otf spec.
4135 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4137         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4139 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
4141         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4143 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4145         * net/tramp.el (tramp-handle-write-region): START can be a string.
4146         Take care in the checks.  Reported by Dan Davison
4147         <davison@stats.ox.ac.uk>.
4149 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4151         * net/dbus.el (dbus-introspect, dbus-get-property)
4152         (dbus-set-property, dbus-get-all-properties):
4153         Use `dbus-call-method' when noninteractive.  (Bug#5645)
4155 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
4157         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4158         * emacs-lisp/elint.el (elint-add-required-env):
4159         * cedet/semantic/db-find.el
4160         (semanticdb-find-translate-path-brutish-default):
4161         * cedet/ede/make.el (ede-make-check-version):
4162         * calendar/icalendar.el (icalendar--add-diary-entry):
4163         * calc/calcalg2.el (math-tracing-integral):
4164         * files.el (recover-session-finish): Use with-current-buffer
4165         instead of save-excursion.
4167 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4169         Fix in-buffer completion when after-change-functions modify the buffer.
4170         * minibuffer.el (completion--replace): New function.
4171         (completion--do-completion): Use it and use relative movement.
4173 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
4175         * international/fontset.el (setup-default-fontset): Fix :otf spec.
4177 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
4179         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4180         Allow the characters _<> in the stack entry (Bug#5653).
4182 2010-02-26  Kenichi Handa  <handa@m17n.org>
4184         * language/burmese.el: Fix entries in composition-function-table.
4185         (myanmar-composable-pattern): New variable.
4187         * international/fontset.el (setup-default-fontset): Add an entry
4188         for myanmar.
4190         * international/characters.el (script-list): Add Myanmar
4191         Extended-A.
4193 2010-02-26  Glenn Morris  <rgm@gnu.org>
4195         * custom.el (custom-initialize-delay): Doc fix.
4197         * mail/sendmail.el (send-mail-function): Autoload the call
4198         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4200 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
4202         * files.el (hack-local-variables-filter): For eval forms, also
4203         check safe-local-variable-p (Bug#5636).
4205 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
4207         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4208         and use c(ad)r of cddr (Bug#5640).
4210 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
4212         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4213         setting the modes by `ignore-errors'.  It might fail, for example
4214         if the file is not owned by the user but the group.
4215         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4217 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
4219         * files.el (directory-listing-before-filename-regexp): Use
4220         stricter matching for iso-style dates, to avoid false matches with
4221         date-like filenames (Bug#5597).
4223         * htmlfontify.el (htmlfontify): Doc fix.
4225         * eshell/eshell.el (eshell): Doc fix.
4227         * startup.el (fancy-about-screen): In mode-line, apply
4228         mode-line-buffer-id face only to the buffer name (Bug#5613).
4230 2010-02-20  Kevin Ryde  <user42@zip.com.au>
4232         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4233         In `watcom' anchor regexp to start of line, to avoid slowness
4234         (Bug#5599).
4236 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
4238         * subr.el (remove-yank-excluded-properties): Explain in a comment
4239         why `category' property is removed.
4241 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
4243         * isearch.el (isearch-update-post-hook, isearch-update): Revert
4244         2010-02-17 change.
4246 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
4248         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4249         (icalendar--convert-weekly-to-ical)
4250         (icalendar--convert-yearly-to-ical)
4251         (icalendar--convert-block-to-ical)
4252         (icalendar--convert-cyclic-to-ical)
4253         (icalendar--convert-anniversary-to-ical): Take care of time
4254         specifications where hour has 1-digit only (Bug#5549).
4256 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
4258         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4259         of disassemble output in GDB 7.1.
4261 2010-02-19  Glenn Morris  <rgm@gnu.org>
4263         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4264         property.  (Bug#5593)
4266 2010-02-18  Sam Steingold  <sds@gnu.org>
4268         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4270 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4272         Use abbreviated file names in bookmarks (bug#5591).
4273         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
4274         calls to expand-file-name.
4275         (bookmark-relocate): Use abbreviated file names in bookmarks.
4276         (bookmark-load): Use abbreviated file names in messages.
4278 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4280         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4281         expand "." and "..".  Reported by Thierry Volpiatto
4282         <thierry.volpiatto@gmail.com>.
4284 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4286         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4287         permissions of the temporary file to "0600".  In case the remote
4288         file has no read permissions for the owner, there might be
4289         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
4291 22010-02-18  Glenn Morris  <rgm@gnu.org>
4293         * emacs-lisp/authors.el (authors-renamed-files-alist):
4294         Add entries for INSTALL.CVS.
4296 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
4298         * vc-bzr.el: Fix typo in Known Bugs section.
4300         * isearch.el (isearch-update-post-hook): New hook.
4301         (isearch-update): Use the new hook.
4303 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
4305         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4306         Fix errors in copying directories.
4307         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
4308         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
4309         (tramp-handle-delete-file)
4310         (tramp-handle-dired-recursive-delete-directory)
4311         (tramp-handle-write-region): Flush also the cache for the upper
4312         directory.
4314 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
4316         * simple.el (save-interprogram-paste-before-kill): Doc fix.
4318         * cus-edit.el (hardware): Doc fix.
4320         * man.el (man): Add to external custom group.
4322         * delim-col.el (columns): Move to wp custom group.
4324         * doc-view.el (doc-view): Add to data custom group.
4326         * cedet/data-debug.el (data-debug): Move to extensions group.
4328         * cedet/ede.el (ede):
4329         * cedet/srecode.el (srecode):
4330         * cedet/semantic.el (semantic): Put in tools and extensions group.
4332         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
4334         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4335         by ispell-parse-output (Bug#5575).
4337 2010-02-16  Kenichi Handa  <handa@m17n.org>
4339         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
4340         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
4341         (skkdic-convert): Use `euc-japan' coding system for writing.
4343 2010-02-16  Glenn Morris  <rgm@gnu.org>
4345         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
4346         tex-main-file before using it.  (Bug#5562)
4348 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4350         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
4351         warnings, since it is annoying for the user to see them each time he
4352         runs the code.
4354 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
4356         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
4357         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
4358         instead of PROC for caching "first-password-request".  Otherwise,
4359         new processes would not profit from passwords already entered.
4361         * net/tramp-cache.el (tramp-dump-connection-properties):
4362         Don't save "first-password-request" property.
4364 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
4366         * outline.el (outline-head-from-level):
4367         * simple.el (with-wrapper-hook):
4368         * cedet/ede.el (ede-run-target, project-delete-target)
4369         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
4370         (ede-adebug-project, ede-adebug-project-parent)
4371         (ede-adebug-project-root):
4372         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
4373         (elint-defun, elint-buffer-env, elint-top-form-logged)
4374         (elint-unbound-variable):
4375         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
4376         Fix typos in docstrings.
4378 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
4380         * files.el (insert-directory): When WILDCARD-REGEXP and
4381         FULL-DIRECTORY-P are nil, insert the file entry instead of the
4382         whole directory.  (Bug#5551)
4384         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
4385         dired's alignment sanity.  (Bug#5516)
4387 2010-02-14  Juri Linkov  <juri@jurta.org>
4389         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
4390         Remove remaining ^H with their preceding chars.  (Bug#5566)
4392 2010-02-13  Glenn Morris  <rgm@gnu.org>
4394         * simple.el (transpose-subr): Give it a doc-string.
4396         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
4397         Doc fixes.
4399 2010-02-12  Juri Linkov  <juri@jurta.org>
4401         * arc-mode.el (archive-unique-fname): Make directories for nested
4402         archives.  (Bug#5540)
4404 2010-02-12  Juri Linkov  <juri@jurta.org>
4406         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
4408 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4410         * subr.el (copy-overlay): Handle deleted overlays.
4412         * man.el (Man-completion-table): Don't signal an error if we can't run
4413         manual-program (bug#4056).
4415 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
4417         * textmodes/artist.el (artist-mt): Fix typos in docstring.
4419 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4421         * info.el (Info-bookmark-jump): Simplify.
4423         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
4424         (bookmark-default-handler): Accept new bookmark field `buffer'.
4426 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
4428         * iswitchb.el (iswitchb-completions): Revert last change.
4430 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
4432         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
4433         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
4434         This prevents file names like "~/" being listed literally.
4436 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
4438         * term/xterm.el (xterm-maybe-set-dark-background-mode):
4439         Remove dead code.  (Bug#5546)
4441 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
4443         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
4444         correctly (Bug#5548).
4446 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
4448         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
4449         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
4451 2010-02-08  Kenichi Handa  <handa@m17n.org>
4453         * international/mule-util.el (with-coding-priority): Add autoload
4454         cookie for putting `lisp-indent-function'.
4456 2010-02-07  Glenn Morris  <rgm@gnu.org>
4458         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
4459         Move F2003 named interfaces from keywords-2 to keywords-1, and
4460         use function-name-face rather than constant-face.
4461         Simplify "abstract interface" regexp.
4463 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
4465         * eshell/esh-util.el (eshell-file-attributes): New optional arg
4466         ID-FORMAT.  Pass it to `file-attributes'.
4468         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
4470 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
4472         * faces.el (set-face-attribute): Allow calling
4473         internal-set-lisp-face-attribute with 'unspecified family and
4474         foundry argument (Bug#5536).
4476 2010-02-07  Glenn Morris  <rgm@gnu.org>
4478         * progmodes/f90.el (f90-font-lock-keywords-2)
4479         (f90-looking-at-type-like, f90-looking-at-program-block-end):
4480         Handle F2003 named interfaces.
4482 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
4484         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
4485         beg and end before calling c-get-state-before-change-functions.
4487 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
4489         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
4491 2010-02-05  Juri Linkov  <juri@jurta.org>
4493         * doc-view.el (doc-view-mode):
4494         * image-mode.el (image-mode): Put property mode-class=special.
4495         (Bug#4896)
4497 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
4499         * vc-svn.el (vc-svn-revision-table): New function.
4501 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
4503         * net/ange-ftp.el (ange-ftp-insert-directory):
4504         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4505         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4506         Handle also directories.  (Bug#5478)
4508 2010-02-05  Glenn Morris  <rgm@gnu.org>
4510         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
4512 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
4514         * startup.el (command-line-1): Convert options beginning with a
4515         single dash as well (Bug#5519).
4517 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4519         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
4520         * minibuffer.el (completion-initials-expand): Only check the presence
4521         of delims *within* the boundaries, since otherwise the / delim is
4522         always found for files.
4524         Fix up various corner case problems.
4525         * doc-view.el (doc-view-last-page-number): New function.
4526         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
4527         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
4528         (doc-view-kill-proc): Avoid inf-loop in freak cases.
4529         (doc-view-reconvert-doc): Use the new recursive delete-directory.
4530         (doc-view-convert-current-doc): Don't create the resolution.el file
4531         here any more.
4532         (doc-view-pdf/ps->png): Do it here instead.
4533         (doc-view-already-converted-p): Check that resolution.el is present.
4534         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
4535         windows that are not yet showing images.
4537 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
4539         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
4540         `dired-uncache' for every elemnt which is an absolute file name.
4542         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
4543         directory, handle its directory component.
4544         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
4545         function is called permanently and creates noise, otherwise.
4547         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4548         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4549         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
4551 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
4553         * macros.el (apply-macro-to-region-lines):
4554         Minor simplification.  (Bug#5485)
4556 2010-02-04  Glenn Morris  <rgm@gnu.org>
4558         * mail/rmail.el (rmail-show-message-1): Handle malformed
4559         quoted-printable text.  (Bug#5441)
4561         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
4563         * simple.el (visual-line-mode): Capitalize lighter.
4565 2010-02-03  John Wiegley  <jwiegley@gmail.com>
4567         * iswitchb.el (iswitchb-completions): Add bookmark files to the
4568         list of files considered for "virtual buffer" completions.
4570 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
4572         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
4573         also in case of (and (not full) (not wildcard)). This is needed,
4574         when dired is called with a list of files, which are not in
4575         `default-directory'.  (Bug#5478)
4577 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4579         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
4581 2010-02-02  Juri Linkov  <juri@jurta.org>
4583         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
4584         from unidiff to allow function-line after @@.
4586 2010-02-02  Juri Linkov  <juri@jurta.org>
4588         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
4589         '(RCS SCCS) with inverted condition.
4591 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
4593         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
4594         messages.
4596 2010-02-01  Juri Linkov  <juri@jurta.org>
4598         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
4599         compare with "pkunzip" and "pkzip" instead of only "pkzip".
4600         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
4601         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
4603 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4605         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
4606         (doc-view-revert-buffer): New command.
4607         (doc-view-mode-map): Use it.
4609 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
4611         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
4612         pending merge is detected.
4614 2010-01-31  Juri Linkov  <juri@jurta.org>
4616         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
4617         beginning of interactive spec like all other grep commands do.
4618         Put "all" in front of "gz".  (Bug#5260)
4620 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
4622         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
4624 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
4626         * dirtrack.el (dirtrack): Warn instead of signalling error if the
4627         regexp is incorrect (Bug#5476).
4629 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
4631         * net/tramp.el (tramp-handle-insert-directory): Handle also
4632         symlinks, when FILENAME is not in `default-directory'.
4634 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
4636         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
4637         FILE is not in `default-directory'.  (Bug#5478)
4639         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
4640         of SWITCHES.  Handle the case, FILENAME is not in
4641         `default-directory'.  (Bug#5478)
4642         (tramp-register-file-name-handlers): Add safe-magic property.
4644 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
4646         * arc-mode.el (archive-zip-extract): Quote the argument passed to
4647         unzip (Bug#5475).
4649 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
4651         * progmodes/flymake.el (flymake-allowed-file-name-masks)
4652         (flymake-master-make-header-init): Add other C++ filename masks.
4653         (flymake-find-possible-master-files)
4654         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
4656 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
4658         Fix some busybox annoyances.
4660         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
4661         not responding." string.
4662         (tramp-open-connection-setup-interactive-shell): Dump stty
4663         settings.  Enable "neveropen" arg for all `tramp-send-command'
4664         calls.  Handle "=" in variable values properly.
4665         (tramp-find-inline-encoding): Raise an error, when no encoding is
4666         found.
4667         (tramp-wait-for-output): Check, whether PROC buffer is available.
4668         Remove spurious " ^H" sequences, sent by busybox.
4669         (tramp-get-ls-command): Suppress coloring, if possible.
4671 2010-01-28  Glenn Morris  <rgm@gnu.org>
4673         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
4675         * log-edit.el (log-edit-strip-single-file-name): Add missing
4676         :safe, :group, and :version tags.
4678 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
4680         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
4681         buffers.  (Bug#5477)
4683 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
4685         * files.el (delete-directory): Handle moving to trash without
4686         first doing recursion (Bug#5436).
4688 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
4690         * vc-hooks.el (vc-path): Mark as obsolete.
4692 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
4694         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
4695         names too.
4697         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
4698         for the short log.
4699         (vc-bzr-log-view-mode): Adjust regexp for the above change.
4701 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
4703         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
4705         * vc-bzr.el (vc-bzr-revision-table): New function.
4707 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
4709         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
4710         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
4712 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
4714         Remove support for adding --signoff on commit.
4715         Future support will use an incompatible generic mechanism.
4716         * vc-git.el (vc-git-add-signoff): Remove variable.
4717         (vc-git-toggle-signoff): Remove function.
4718         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
4720         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
4721         from xterm-set-background-mode.  Return t if the background mode
4722         was set.
4723         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
4724         earlier, call it again in case the background mode has changed.
4726 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
4728         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
4729         (Bug#3541).
4731 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
4733         * emacs-lisp/assoc.el (aelement): Doc fix.
4734         (aput, adelete, amake): Use lexical-let (Bug#5450).
4736 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
4738         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
4739         is the same as subprogram call, not declaration.  (Bug#5435).
4741 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
4743         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
4744         (tramp-smb-maybe-open-connection): Use it.
4746 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
4748         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
4750 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4752         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
4753         just because we see "encoding: 8bit".
4754         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
4756 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
4758         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
4760 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
4762         * jka-compr.el (jka-compr-load): If load-file is not in
4763         load-history, try its file-truename version.  (bug#5447)
4765 2010-01-21  Alan Mackenzie  <acm@muc.de>
4767         Fix a situation where deletion of a cpp construct throws an error.
4768         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
4769         invoking c-with-all-but-one-cpps-commented-out, check that the
4770         special cpp construct is still in the buffer.
4771         (c-parse-state): Record the special cpp with markers, not numbers.
4773 2010-01-21  Kenichi Handa  <handa@m17n.org>
4775         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
4776         process last-command-event, as it is now decoded first (Bug#5380).
4778 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
4780         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
4782 2010-01-20  Glenn Morris  <rgm@gnu.org>
4784         * indent.el (tab-always-indent): Fix custom-type.
4786 2010-01-19  Alan Mackenzie  <acm@muc.de>
4788         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
4789         buffer throws "args out of range".
4790         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
4791         playing the role of delimiter.
4793 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
4795         * progmodes/ada-mode.el: Fix bug#5400.
4796         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
4797         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
4798         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
4799         Improve comments in "is" portion.  Handle null procedure declaration.
4800         (ada-move-to-end): Improve doc string.
4802 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
4804         * ido.el (ido-cur-list): Initialize to nil.
4805         Remove obsolete information from commentary.
4806         (ido-choice-list): Initialize to nil.
4807         (ido-get-bufname): Reject minibuffers.
4808         (ido-make-buffer-list): If "default" is a nonexistent
4809         buffer, ignore it, as per the function's comment.
4810         (ido-kill-buffer-internal): New function.
4811         (ido-kill-buffer-at-head): Use it.
4812         (ido-visit-buffer): Likewise.
4814 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4816         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
4818 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
4820         * cedet/ede/locate.el (ede-locate-file-in-project)
4821         (ede-locate-file-in-project-impl): Fix typos in docstrings.
4822         (ede-enable-locate-on-project): Fix typos in error messages.
4824         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
4825         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
4826         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
4827         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
4828         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
4829         Fix typos in menu help.
4831         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
4832         Fix typos in chart titles.
4834         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
4835         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
4836         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
4837         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
4838         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
4839         (semantic-parse-stream, semantic-parse-region)
4840         (semantic-parse-region-default, semantic--set-buffer-cache)
4841         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
4842         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
4843         (semantic-default-submodes):
4844         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
4845         (semanticdb-create-ebrowse-database)
4846         (semanticdb-find-tags-for-completion-method)
4847         (semanticdb-find-tags-by-class-method)
4848         (semanticdb-deep-find-tags-by-name-method)
4849         (semanticdb-deep-find-tags-for-completion-method):
4850         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
4851         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
4852         (semanticdb-find-tags-for-completion-method)
4853         (semanticdb-find-tags-by-class-method)
4854         (semanticdb-deep-find-tags-for-completion-method):
4855         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
4856         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
4857         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
4858         (semanticdb-find-tags-by-name-method)
4859         (semanticdb-find-tags-by-name-regexp-method)
4860         (semanticdb-find-tags-for-completion-method)
4861         (semanticdb-find-tags-by-class-method)
4862         (semanticdb-find-tags-external-children-of-type-method)
4863         (semanticdb-find-tags-subclasses-of-type-method)
4864         (semanticdb-deep-find-tags-by-name-method)
4865         (semanticdb-deep-find-tags-by-name-regexp-method)
4866         (semanticdb-deep-find-tags-for-completion-method):
4867         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
4868         (semanticdb-enable-gnu-global-in-buffer)
4869         (semanticdb-find-tags-for-completion-method)
4870         (semanticdb-deep-find-tags-by-name-method)
4871         (semanticdb-deep-find-tags-for-completion-method):
4872         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
4873         (javascript-mode, semanticdb-find-translate-path)
4874         (semanticdb-find-tags-for-completion-method)
4875         (semanticdb-find-tags-by-class-method)
4876         (semanticdb-deep-find-tags-by-name-method)
4877         (semanticdb-deep-find-tags-for-completion-method)
4878         (semanticdb-find-tags-external-children-of-type-method):
4879         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
4880         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
4881         (global-semantic-idle-scheduler-mode):
4882         * cedet/srecode/dictionary.el (srecode-field-value)
4883         (srecode-dictionary-add-section-dictionary):
4884         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
4885         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
4886         (describe-class, eieio-describe-generic, describe-generic):
4887         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
4888         (eieio-speedbar-expand):
4889         * emulation/viper-cmd.el (viper-exec-form-in-vi)
4890         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
4891         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
4892         (viper-del-backward-char-in-replace, viper-backward-indent)
4893         (viper-brac-function, viper-register-to-point, viper-submit-report):
4894         * net/tramp.el (tramp-remote-coding-commands):
4895         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
4896         Fix typos in docstrings.
4898 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4900         * mail/sendmail.el (mail-yank-original): Set the mark if the
4901         specified function for yanking does not do it.
4903 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
4905         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
4907         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
4908         resyncing a directory.
4910 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
4912         * progmodes/ada-mode.el: Fix bug#1920.
4913         (ada-ident-re): Delete ., allow multibyte characters.
4914         (ada-goto-label-re): New; matches goto labels.
4915         (ada-block-label-re): New; matches block labels.
4916         (ada-label-re): New; matches both.
4917         (ada-named-block-re): Deleted; callers changed to use
4918         `ada-block-label-re' instead.
4919         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
4920         Use `ada-block-label-re'.
4921         (ada-indent-on-previous-lines): Improve handling of goto labels.
4922         (ada-get-indent-block-start): Special-case block label.
4923         (ada-get-indent-label): Split into `ada-indent-block-label' and
4924         `ada-indent-goto-label'.
4925         (ada-goto-stmt-start, ada-goto-next-non-ws):
4926         Optionally ignore goto labels.
4927         (ada-goto-next-word): Simplify.
4928         (ada-indent-newline-indent-conditional): Insert newline before
4929         trying to fix indentation; doc fix.
4931 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
4933         * calc/calc.el (calc-command-flags): Give it an initial value.
4935 2010-01-17  Glenn Morris  <rgm@gnu.org>
4937         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
4939 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4941         * cedet/semantic.el (semantic-mode):
4942         * files.el (minibuffer-with-setup-hook):
4943         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
4944         (artist-key-draw-continously, artist-key-do-continously-continously)
4945         (artist-key-set-point-continously, artist-mouse-draw-continously):
4946         Fix typos in docstrings.
4948 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
4950         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
4951         return t (Bug#3898).
4953 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
4955         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
4956         can parse the output of the external commands (Bug#5279).
4958 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
4960         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
4962 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
4964         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
4966         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
4968         * startup.el (command-line): Remove unused --icon-type arg.
4969         Handle --display arg, passing it to command-line-1 (Bug#5392).
4971 2010-01-16  Mario Lang  <mlang@delysid.org>
4973         * cedet/ede/cpp-root.el (ede-cpp-root-project):
4974         * cedet/ede/files.el (ede-expand-filename):
4975         * cedet/ede/simple.el (ede-simple-project):
4976         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4977         (semantic-complete-inline-tag-engine):
4978         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4979         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
4980         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4981         * cedet/semantic/db.el (semanticdb-equivalent-mode):
4982         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
4983         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4984         * emacs-lisp/chart.el (chart-translate-namezone):
4985         * textmodes/artist.el (artist-compute-popup-menu-table):
4986         Remove duplicated words in doc-strings.
4988 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
4990         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
4991         to mairix-search to suppress threading (Bug#5342).
4993 2010-01-15  Kenichi Handa  <handa@m17n.org>
4995         * international/mule-cmds.el (canonicalize-coding-system-name):
4996         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
4998 2010-01-15  Glenn Morris  <rgm@gnu.org>
5000         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
5002         * wid-edit.el (widget-keymap): Doc fix.
5004         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5005         former seems to be more widely accepted by various svn versions.
5007 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5009         * find-cmd.el (find-constituents):
5010         * vc-arch.el (vc-arch-root):
5011         * window.el (window-body-height, pop-up-frames):
5012         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5013         (semantic-no-reparse-needed-change-hook):
5014         * cedet/srecode/insert.el (srecode-resolve-argument-list)
5015         (srecode-template-inserter-blank, srecode-template-inserter-variable)
5016         (srecode-template-inserter-ask, srecode-template-inserter-width)
5017         (srecode-template-inserter-section-start)
5018         (srecode-template-inserter-section-end, srecode-insert-method):
5019         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5020         * progmodes/ada-stmt.el (ada-if):
5021         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5022         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5023         (ispell-encoding8-command, ispell-aspell-supports-utf8)
5024         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5026         * progmodes/flymake.el (flymake-post-syntax-check):
5027         Fix typo in error message.
5029 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5031         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5032         which is always a string.  (Bug#5313)
5034 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5036         * progmodes/ada-xref.el (ada-default-prj-properties):
5037         Simplify previous change.
5039 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5041         * progmodes/ada-xref.el (ada-default-prj-properties):
5042         Default ada_project_path to $ADA_PROJECT_PATH.
5044 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5046         * progmodes/ada-mode.el (ada-create-keymap):
5047         Override `narrow-to-defun' with `ada-narrow-to-defun'.
5049 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5051         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5052         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5053         (ada-get-current-indent, ada-imenu-generic-expression)
5054         (ada-which-function): Check for it.
5056 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5058         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5059         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5061 2010-01-14  Glenn Morris  <rgm@gnu.org>
5063         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
5065 2010-01-14  Kenichi Handa  <handa@m17n.org>
5067         * composite.el (auto-composition-mode): Make it a buffer local
5068         variable (permanent-local).
5069         (auto-composition-function): Set the default value to
5070         auto-compose-chars.
5071         (auto-composition-mode): Make it a simple function, not a minor mode.
5072         (global-auto-composition-mode): Likewise.
5073         (turn-on-auto-composition-if-enabled): Delete it.
5075 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
5077         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5079 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
5081         * files.el (copy-directory): Compute target for recursive
5082         directories with identical names.  (Bug#5343)
5084 2010-01-12  Glenn Morris  <rgm@gnu.org>
5086         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5087         it to bug-gnu-emacs rather than emacs-pretest-bug.
5089 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5091         * cedet/data-debug.el (data-debug): Fix customization group reference.
5093 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5095         * cedet/semantic/analyze.el (semantic-analyze-push-error)
5096         (semantic-analyze-context, semantic-analyze-context-assignment)
5097         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5098         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5099         (semantic-java-doc-keywords-map):
5100         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5101         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5102         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5103         (semantic-c-classname, semantic-format-tag-uml-prototype)
5104         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5105         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5106         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5107         (semantic-get-local-variables, semantic-end-of-command)
5108         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5109         (lisp-mode):
5110         * cedet/semantic/bovine/make.el (makefile-mode):
5111         * cedet/semantic/wisent/python.el (wisent-python-string-re)
5112         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5113         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5114         (semantic-lex, semantic-get-local-variables, python-mode):
5115         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5116         * cedet/srecode/extract.el (srecode-extract-state-set)
5117         (srecode-extract-method): Fix typos in docstrings.
5119 2010-01-11  Sam Steingold  <sds@gnu.org>
5121         * imenu.el (imenu-default-create-index-function): Detect infinite
5122         loops caused by imenu-prev-index-position-function.
5124 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5126         * htmlfontify.el (htmlfontify-load-rgb-file)
5127         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5128         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5129         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5130         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5131         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5132         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5133         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5134         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5135         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5136         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5137         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5138         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5139         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5140         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5141         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5142         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5143         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5144         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5145         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5146         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5147         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5148         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5149         backslash-quoting from parentheses, etc.
5151 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
5153         * progmodes/js.el: Autoload javascript-mode alias.
5155 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5157         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5158         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5159         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5160         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5161         Fix typos in docstrings.
5162         (ffap-url-regexp): Doc fix.
5163         (ffap-at-mouse): Fix typo in message.
5165 2010-01-11  Glenn Morris  <rgm@gnu.org>
5167         * version.el (emacs-copyright): Set copyright year to 2010.
5169 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5171         * format.el (format-annotate-function): Only set
5172         write-region-post-annotation-function after running to-fn so as not to
5173         affect nested write-region calls (bug#5273).
5175 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
5177         * cedet/semantic.el (semantic-new-buffer-setup-functions):
5178         Add python parser.
5180         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5181         wisent/python.el.
5183 2010-01-10  Richard Kim  <emacs18@gmail.com>
5185         * cedet/semantic/wisent/python-wy.el:
5186         * cedet/semantic/wisent/python.el: New files.
5188 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5190         * man.el (Man-goto-section): Signal error if the section is not
5191         found (Bug#5317).
5193 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
5195         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5196         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
5198 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5200         * progmodes/compile.el: Don't treat compile-command as safe if
5201         compilation-read-command might be nil (Bug#4218).
5203 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
5205         * startup.el (command-line-1): Use orig-argi to check for ignored X and
5206         NS options.
5208 2010-01-08  Kenichi Handa  <handa@m17n.org>
5210         * international/fontset.el (build-default-fontset-data):
5211         Exclude characters in scripts kana, hangul, han, or cjk-misc.
5213 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
5215         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5216         to `create-file-buffer' as it expects, not just a buffer name.
5217         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5218         to help uniquify.  (Bug#3224)
5220 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
5222         * font-setting.el (font-setting-change-default-font): Use user-spec
5223         instead of name.
5225 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5227         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5229 2010-01-05  Tom Tromey  <tromey@redhat.com>
5231         * progmodes/python.el (python-font-lock-keywords):
5232         Handle qualified decorators (Bug#881).
5234 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5236         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5237         in a lightweight checkout.
5239 2010-01-05  Kenichi Handa  <handa@m17n.org>
5241         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5243 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5245         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5247 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
5249         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5250         checkouts.  (Bug#618)
5251         (vc-bzr-log-view-mode): Also highlight the author.
5252         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5253         (vc-bzr-shelve-menu-map):
5254         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5255         (vc-bzr-shelve-apply): Make prompt more explicit.
5257 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5259         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5260         They are valid characters in URL paths (rfc3986), and at least
5261         Firefox does not understand the encoded version (Bug#3166).
5263 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
5265         * progmodes/octave-mod.el (octave-end-keywords)
5266         (octave-block-begin-or-end-regexp, octave-block-match-alist):
5267         Add "end" keyword (Bug#3061).
5268         (octave-end-as-array-index-p): New function.
5269         (calculate-octave-indent): Use it.
5271 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5273         * bookmark.el: Consistently put the text property on the bookmark name.
5274         (bookmark-bmenu-marks-width): Bump back to 2, to include
5275         annotation marks.
5276         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
5277         property on the bookmark name, instead of not putting it at all.
5278         (bookmark-bmenu-list): Fix where we put the text property.
5280 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5282         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
5283         for showing buffer modified state (as added in the previous change).
5285 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5287         * bookmark.el: Show modified state of bookmark buffer more accurately.
5288         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
5289         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
5290         (with-buffer-modified-unmodified): New macro.
5291         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5292         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
5293         Use new macro to preserve the buffer modified state.
5295 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5297         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
5298         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
5299         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
5300         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
5301         (bookmark-bmenu-rename, bookmark-bmenu-locate)
5302         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
5303         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
5305 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5307         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5308         Make the lines in the generated doc string shorter.  (Bug#4668)
5310 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
5312         * net/rcirc.el: Add follow-link binding (Bug#4738).
5314 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5316         * Makefile.in (bzr-update): Rename from cvs-update.
5317         (cvs-update): New target for backward compatibility.
5319         * makefile.w32-in (bzr-update): Rename from cvs-update.
5320         (cvs-update): New target for backward compatibility.
5322 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5324         * bookmark.el: Remove gratuitous gratitude.
5326 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5328         * bookmark.el (bookmark-bmenu-any-marks): New function
5329         (bookmark-bmenu-save): Clear buffer modification if no marks.
5331 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5333         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5334         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5335         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
5336         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
5338         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
5339         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
5340         To: emacs-devel {_AT_} gnu.org
5341         Subject: bookmark.el bug report
5342         Date: Mon, 28 Dec 2009 14:19:16 +0800
5343         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
5345 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5347         * bookmark.el: Improvements suggested by Drew Adams:
5348         (bookmark-bmenu-ensure-position): New name for
5349         `bookmark-bmenu-check-position'.  Just ensure the position,
5350         don't return any meaningful value.
5351         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
5352         New constants.
5354 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
5356         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
5357         (bookmark-yank-point, bookmark-bmenu-check-position):
5358         Fix typos in docstrings.
5359         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
5360         (bookmark-name-from-full-record, bookmark-get-position)
5361         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
5362         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
5363         Remove useless quoting of parenthesis, etc. in docstrings.
5365         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
5366         (ediff-append-custom-diff): Fix typo in error message.
5367         (ediff-meta-mark-equal-files): Fix typos in messages.
5369         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
5371         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
5372         Fix typo in docstring.
5374         * net/imap-hash.el (imap-hash-make): Doc fix.
5375         (imap-hash-test): Fix typo in error message; reflow docstring.
5376         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
5377         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
5378         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
5379         Fix typos in docstrings.
5380         (imap-hash-open-connection): Fix typo in error message.
5382         * play/gomoku.el (gomoku): Fix typos in docstring.
5384         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
5385         (gdb-jsonify-buffer): Fix typos in docstring.
5386         (gdb-goto-breakpoint): Fix typo in error message.
5387         ("Display Other Windows"): Fix typo in help message.
5388         (gdb-speedbar-expand-node): Fix typo in question.
5390         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
5391         (idlwave-html-system-help-location, idlwave-html-help-location)
5392         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
5393         (idlwave-help-browser-generic-args, idlwave-help-directory)
5394         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
5395         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
5396         (idlwave-online-help, idlwave-help-html-link)
5397         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
5398         Fix typos in docstrings.
5399         (idlwave-help-with-source, idlwave-help-find-routine-definition):
5400         Reflow docstrings.
5401         (idlwave-help-assistant-start): Fix typo in error message.
5403         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
5404         (octave-electric-space): Fix typos in docstrings.
5406 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5408         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
5410 2010-01-01  Juri Linkov  <juri@jurta.org>
5412         * comint.el (comint-input-ring-size): Make it a defcustom and
5413         increase the default to 500 (Bug#5148).
5415 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
5417         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
5418         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
5419         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
5421 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
5423         Show working revision correctly for mercurial.
5424         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
5425         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
5427 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
5429         Declare some functions for the byte-compiler.
5430         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
5431         (speedbar-timer-fn, speedbar-change-expand-button-char)
5432         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
5434 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
5436         This changeset reverts GDB Graphical Interface to use annotations.
5437         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
5439 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
5441         Make vc-dir work on subdirectories of the bzr root.
5442         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
5443         file names relative to it.
5444         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
5445         relative directory to vc-bzr-after-dir-status.
5447 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
5449         * font-lock.el (font-lock-refresh-defaults): New function, which
5450         can be used to let font-lock react to external changes in
5451         variables like font-lock-defaults and keywords.
5452         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
5454 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
5456         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
5458         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
5460 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
5462         Supersede color.diff settings in git log (bug#5211).
5464         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
5465         escape chars in its output when the user has color.diff set to `always'.
5466         This fix works on git 1.4.2 and newer (released on 2006-08-13).
5468 2009-12-26  Kevin Ryde  <user42@zip.com.au>
5470         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
5471         node.  Keep previous "Index" name to work with past coreutils too.
5473         * man.el (man): Revise docstring a bit to show -a and -l as
5474         examples.  Add -k description since support for it has otherwise
5475         been a secret.  (Further to bug#3717.)
5476         (Man-bgproc-sentinel): When "-k foo" produces no output show error
5477         "no matches" rather than "Can't find manpage", as the latter reads
5478         like -k was interpreted as a page name, which is not so.  (Bug#5431)
5480 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
5482         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
5483         switches.  Check also for //SUBDIRED// line.
5485 2009-12-25  Kenichi Handa  <handa@m17n.org>
5487         * language/indian.el (devanagari-composable-pattern): Fixed to
5488         handle ZWNJ and ZWJ.  Use it in composition-function-table for
5489         Devanagari.
5490         (malayalam-composable-pattern): Fix previous change.
5492 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5494         * ps-print.el (ps-face-attributes): It was not returning the
5495         attribute face for faces specified as string.  Reported by harven
5496         <harven@free.fr>.
5497         (ps-print-version): New version 7.3.5.
5499 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
5501         * calendar/icalendar.el (icalendar--convert-tz-offset):
5502         Fix timezone names.
5503         (icalendar--convert-tz-offset): Fix the "last-day-problem".
5504         (icalendar--add-diary-entry): Remove the trailing blank that
5505         diary-make-entry inserts.
5507 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
5509         Make `file-expand-wildcards' work for remote files.
5511         * files.el (file-expand-wildcards): In case of remote files, check
5512         only local file name part for wildcards.  Provide feature 'files
5513         and subfeature 'remote-wildcards.  (Bug#5198)
5515         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
5516         if there is already an established connection.
5517         (tramp-advice-file-expand-wildcards): Remove it.
5519         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
5520         (tramp-advice-file-expand-wildcards): Move from tramp.el.
5521         Activate advice for older GNU Emacs versions.  (Bug#5237)
5523 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
5525         Some doc fixes (more needed).
5527         * find-cmd.el (find-constituents): Reflow docstring.
5528         (find-cmd, find-prune, find-command): Fix typos in docstrings.
5529         (find-generic): Doc fix.
5531 2009-12-17  Juri Linkov  <juri@jurta.org>
5533         Fix regression from 23.1 to allow multiple modes in Local Variables.
5535         * files.el (hack-local-variables-filter): While ignoring duplicates,
5536         don't take `mode' into account.
5537         (hack-local-variables-filter, hack-dir-local-variables):
5538         Don't remove duplicate `mode' from local-variables-alist (like `eval').
5540 2009-12-17  Juri Linkov  <juri@jurta.org>
5542         Make `dired-diff' safer.  (Bug#5225)
5544         * dired-aux.el (dired-diff): Signal an error when `file' equals to
5545         `current' or when `file' is a directory of the `current' file.
5547 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
5549         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
5550         unconditionally preloaded files.
5552 2009-12-16  Juri Linkov  <juri@jurta.org>
5554         Revert to old 23.1 logic of using the file at the mark as default.
5555         * dired-aux.el (dired-diff): Use the file at the mark as default
5556         if it's not the same as the current file, and the target dir is
5557         the current dir or the mark is active.  Add the current file
5558         as the arg of `dired-dwim-target-defaults'.  Use the default file
5559         in the prompt.  (Bug#5225)
5561 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
5563         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
5564         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
5565         (tramp-check-for-regexp): Check also, when an echoing shell stops
5566         to echo sent commands.
5568 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5570         * Makefile.in: Revert last change (Bug#5191).
5572 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
5574         * vc-hg.el (vc-hg-print-log): Fix argument order.
5575         (vc-hg-working-revision): Make sure the command is executed in a
5576         known environment so that we can parse the output.  (Bug#4417)
5578 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5580         * progmodes/python.el (python-symbol-completions): Remove text
5581         properties from symbol string before calling python-send-receive.
5583 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
5585         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5586         when there are values for both file and line.  (Bug#5060)
5588 2009-12-14  Juri Linkov  <juri@jurta.org>
5590         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
5591         whitespace after the file name of the first line of unified format,
5592         because git-diff doesn't output whitespace and file modification time
5593         after the file name.
5595 2009-12-14  David Kastrup  <dak@gnu.org>
5597         * info.el (Info-hide-cookies-node): Before hiding a cookie,
5598         check if it already has the `display' property added by
5599         `Info-display-images-node', and not put the `invisible' property
5600         in this case.
5602 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5604         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
5605         (semantic-mru-bookmark-mode): Doc fixes.
5607         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
5608         of assert.
5610 2009-12-13  Glenn Morris  <rgm@gnu.org>
5612         * mail/emacsbug.el (message-sort-headers): Define for compiler.
5613         (report-emacs-bug): In message-mode, sort manually before storing
5614         original report text.  (Bug#5178)
5615         Remove superfluous save-excursion.
5617 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
5619         * net/dbus.el (dbus-property-handler): Filter lambda forms out
5620         when responding to "GetAll" properties.
5622 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
5624         * simple.el (compose-mail): Remove mail-setup-with-from from
5625         customization checks.
5627 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
5629         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
5630         RAR archives created on Unix systems.
5632 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5634         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
5635         the varalias that was accidentally removed by the 2009-11-19 change
5636         (bug#5186).
5638 2009-12-12  Kenichi Handa  <handa@m17n.org>
5640         * language/indian.el (indian-compose-regexp): New function.
5641         (malayalam-composable-pattern): Fix the pattern.
5642         (composition-function-table): Set malayalam-composable-pattern for
5643         Malayalam characters.
5645 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
5647         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
5648         rather than down-mouse-1, based on follow-link conventions.
5650         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
5651         are compiled.
5653 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
5655         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
5656         (verilog-vmm-statement-re, verilog-ovm-statement-re)
5657         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
5658         (verilog-leap-to-head, verilog-backward-token):
5659         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
5661 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
5663         * progmodes/verilog-mode.el (verilog-auto-lineup)
5664         (verilog-nameable-item-re): Cleanup user-visible spelling and
5665         documentation errors.  One reported by Gary Delp.
5666         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
5667         (verilog-read-decls): Fix AUTOWIRE with types declared in a
5668         package, bug195.  Reported by Pierre-David Pfister.
5670 2009-12-11  Glenn Morris  <rgm@gnu.org>
5672         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
5674         * mail/emacsbug.el: No longer require sendmail.
5675         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
5676         (report-emacs-bug-orig-text): Doc fix.
5677         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
5678         New local variables, to adapt to different mail-user-agents.
5679         (report-emacs-bug): Fix test for a gnu.org address.
5680         Use overlays for emphasis, since font-lock defeats 'face property.
5681         Pretest bugs also end up at the newsgroup these days.
5682         Stop message-mode stripping text properties.
5683         Set and use the new buffer-local variables.
5684         (report-emacs-bug-hook): Add doc-string.
5685         Remove some unnecessary save-excursions and simplify.
5686         Use the appropriate hook and send-command.
5688         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
5689         capitalization of some menu entries.
5691 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5693         * whitespace.el (whitespace-display-char-on):
5694         Ensure `buffer-display-table' is unique when two or more windows are
5695         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
5696         New version 12.1.
5698 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
5700         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
5701         characters in the Attribute field.
5703 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
5705         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
5707 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5709         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
5710         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5711         Disregard autoload-excludes.
5712         (update-directory-autoloads): Obey autoload-excludes here instead.
5713         But don't store its contents in no-autoloads and remove entries that
5714         refer to excludes files.
5716 2009-12-10  Glenn Morris  <rgm@gnu.org>
5718         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
5719         (expand-mail-aliases): Define for compiler.
5721         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
5722         Define for compiler.
5724         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
5725         appropriate for the mail-user-agent in use.
5727 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
5729         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
5731 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
5733         Fix short log parsing and fontification.
5734         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
5735         Fix fontification for the [merge] label.
5737 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
5739         Drop some properties to avoid surprises (bug#5002).
5740         * htmlfontify.el (hfy-ignored-properties): New defcustom.
5741         (hfy-fontify-buffer): Use it.
5743 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5745         Minor cleanup.
5746         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
5747         Adjust all callers.
5748         (ffap-locate-file): Remove unused arg `dir-ok' and make other
5749         args compulsory.  Adjust callers.
5750         (ffap-gopher-at-point): Remove unused var `name'.
5752         Get rid of the ELCFILES abomination.
5753         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
5754         (compile-elcfiles): New phony target.
5755         (compile-main): Compute ELCFILES dynamically.
5756         (compile-clean): New target to remove left-over elc files.
5757         (compile, all): Use it.
5759 2009-12-09  Kenichi Handa  <handa@etlken>
5761         * international/mule-diag.el: Require help-mode instead of help-fns.
5763 2009-12-09  Kenichi Handa  <handa@m17n.org>
5765         * international/mule-cmds.el (ucs-names): Supply sufficiently
5766         fine ranges instead of pre-calculating accurate ranges.
5767         Iterate with bigger gc-cons-threshold.
5769 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
5771         Add support for stashing a snapshot of the current tree.
5772         * vc-git.el (vc-git-stash-snapshot): New function.
5773         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
5775 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
5777         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
5778         instead of `(beginning|end)-of-line'.
5780 2009-12-08  Glenn Morris  <rgm@gnu.org>
5782         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
5784         * Makefile.in (ELCFILES): Regenerate.
5786 2009-12-07  Juri Linkov  <juri@jurta.org>
5788         Don't lazy-highlight the comint output in history Isearch mode.
5790         * comint.el (comint-history-isearch-search): Instead of
5791         `comint-line-beginning-position', use `comint-after-pmark-p'
5792         to check if point if before the process mark, and go to
5793         `process-mark' in this case.
5795 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5797         * textmodes/tex-mode.el (latex-complete)
5798         (latex-indent-or-complete): Remove.
5799         (latex-mode): Set completion-at-point-functions instead.
5801         Provide a standard completion command and hook it into TAB.
5802         * minibuffer.el (completion-at-point-functions): New var.
5803         (completion-at-point): New command.
5804         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
5805         * progmodes/python.el (python-mode-map): Use completion-at-point.
5806         (python-completion-at-point): Rename from python-partial-symbol and
5807         adjust for use in completion-at-point-functions.
5808         (python-mode): Setup completion-at-point for Python completion.
5809         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
5810         extracted from lisp-complete-symbol.
5811         (lisp-complete-symbol): Use it.
5812         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
5813         setup completion-at-point for Elisp completion.
5814         (emacs-lisp-mode-map, lisp-interaction-mode-map):
5815         Use completion-at-point.
5816         * ielm.el (ielm-map): Use completion-at-point.
5817         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
5818         * progmodes/sym-comp.el: Move to...
5819         * obsolete/sym-comp.el: Move from progmodes.
5821 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
5823         Prevent save-buffer in Rmail buffers from using the coding-system
5824         of the current message, and from clobbering the encoding mnemonics
5825         in the mode line (Bug#4623).
5827         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
5828         flag, too.
5829         (rmail-message-encoding): New variable.
5830         (rmail-write-region-annotate): Record the encoding of the current
5831         message in rmail-message-encoding.
5832         (rmail-after-save-hook): New function, restores the encoding of
5833         the current message after the message collection is saved.
5835 2009-12-07  Juri Linkov  <juri@jurta.org>
5837         * progmodes/grep.el (grep-read-files): Use `completing-read'
5838         instead of `read-string'.  Set its `collection' arg to
5839         `read-file-name-internal'.  (Bug#4301)
5841 2009-12-07  Juri Linkov  <juri@jurta.org>
5843         Correctly restore original Isearch point.  (Bug#4994)
5845         * isearch.el (isearch-mode): Move `isearch-push-state' after
5846         `(run-hooks 'isearch-mode-hook)'.
5847         (isearch-cancel): When `isearch-push-state-function' is defined,
5848         let-bind `isearch-cmds' to the first state (the last element of
5849         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
5850         function and restores the original point).  Otherwise, move point
5851         to `isearch-opoint'.
5853 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5855         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
5856         chars that don't have names, so the table can be built much faster at
5857         run-time.
5859 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
5861         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
5862         change.  Suggested by David Kastrup.
5864         * simple.el (compose-mail): Check for incompatibilities and warn.
5865         (compose-mail-user-agent-warnings): New option.
5867 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
5869         Support showing a single log entry from vc-annotate.
5870         * vc.el (print-log): Add a new argument: START-REVISION.
5871         (vc-print-log-internal): Add a new optional argument and
5872         pass it to the backend.
5873         (vc-print-log, vc-print-root-log): Adjust callers.
5874         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
5875         buffer already displays the requested log entry, use it.
5876         Otherwise display only the log entry in question.
5877         * vc-svn.el (vc-svn-print-log):
5878         * vc-mtn.el (vc-mtn-print-log):
5879         * vc-hg.el (vc-hg-state):
5880         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
5881         (vc-git-show-log-entry): Return t on success.
5882         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
5883         (vc-bzr-show-log-entry): Return t on success.
5884         * vc-rcs.el (vc-rcs-print-log):
5885         * vc-sccs.el (vc-sccs-print-log):
5886         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
5888 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
5890         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
5891         Add menus to the meta mode.  (Bug#5043)
5893 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
5895         * ediff-init.el (ediff-event-key): Use event-to-character instead of
5896         event-key.
5898         * ediff.el (ediff-buffers-internal): Add unwind-protect.
5900 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
5902         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
5903         Berbain <raphael.berbain@gmail.com>.
5905         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
5906         characters.
5907         (tramp-initial-end-of-output): New defconst.
5908         (tramp-methods, tramp-find-shell)
5909         (tramp-open-connection-setup-interactive-shell)
5910         (tramp-maybe-open-connection): Use it.
5911         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
5912         existence of `#' and `$'.
5914         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
5915         `tramp-initial-end-of-output'.
5917 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
5919         Get the background mode from the terminal for xterm, and set
5920         faces accordingly.
5921         * term/xterm.el (xterm-set-background-mode): New function.
5922         (terminal-init-xterm): Use it in case xterm supports background
5923         color queries.  Recompute faces after getting the background
5924         color.
5926 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
5928         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
5929         number comment back on its own line, for easier parsing.
5931 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5933         Make it work for non-file buffers (bug#5102).
5934         * doc-view.el (doc-view-current-cache-dir):
5935         Use doc-view-buffer-file-name rather than buffer-file-name.
5936         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
5938 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
5940         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
5941         author field is too short.
5943 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
5945         * vc-git.el (vc-git-print-log): Handle a limit argument.
5946         Display the short log in graph form and with labels.
5947         (vc-git-log-view-mode): Handle labels.
5949         Make vc-revert change VC state from 'added to 'unregistered.
5950         * vc-git.el (vc-git-revert): Call git reset first.
5952 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
5954         * net/newst-backend.el, net/newst-plainview.el:
5955         * net/newst-reader.el, net/newst-ticker.el:
5956         * net/newst-treeview.el, net/newsticker.el:
5957         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
5959 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
5961         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
5963         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
5964         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
5965         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
5966         Update annotation regexp.
5968         * simple.el (beginning-of-visual-line): Constrain to field
5969         boundaries (Bug#5106).
5971 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
5973         * xml.el (xml-substitute-numeric-entities): Move
5974         newsticker--decode-numeric-entities in newst-backend.el to
5975         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
5976         * net/newst-backend.el (newsticker--parse-generic-feed)
5977         (newsticker--parse-generic-items)
5978         (newsticker--decode-numeric-entities): Move
5979         newsticker--decode-numeric-entities in newst-backend.el to
5980         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
5982 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
5984         * progmodes/js.el (js--js-not): Add null to the list of values.
5986 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
5988         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
5990 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5992         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
5993         delimiter if it is at the end of the current line.
5994         (bibtex-generate-url-list): Fix docstring.
5996 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5998         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
5999         minibuffer's content with itself.
6000         Fold the confirm-after-completion case into the `confirm' case.
6001         (completion-pcm-word-delimiters): Add : and / to the delimiters.
6003 2009-12-06  Kevin Ryde  <user42@zip.com.au>
6005         * ffap.el (ffap-rfc-path): Make this a defcustom since
6006         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
6008         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6009         manuals, similar to existing setup for help-mode.  (Bug#3913.)
6011 2009-12-05  Juri Linkov  <juri@jurta.org>
6013         Save and restore dired buffer's point positions too.  (Bug#4880)
6015         * dired.el (dired-save-positions): Return in the first element
6016         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6017         Doc fix.
6018         (dired-restore-positions): First restore buffer's position.
6019         While restoring window's positions, check if window still displays
6020         the original buffer.
6022 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
6024         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6025         if possible.
6027         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6028         Make argument optional.
6030         * shell.el (shell): Require ansi-color (Bug#5113).
6032         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6034         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6036 2009-12-05  Alan Mackenzie  <acm@muc.de>
6038         * progmodes/cc-mode.el (c-before-hack-hook)
6039         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6040         `c-file-style' to work again.  This reversion restores the current
6041         software to its state in Emacs 23.1.  (Bug#4146)
6043 2009-12-05  Kevin Ryde  <user42@zip.com.au>
6045         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6046         comment-start-skip to comment-end-skip as comment (Bug#4781).
6048 2009-12-05  Juri Linkov  <juri@jurta.org>
6050         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6051         for virtual nodes.  (Bug#4147)
6052         (Info-find-node-2): Set `Info-current-node-virtual' to nil
6053         when moving from a virtual node.
6054         (Info-mode-menu): Add `Info-virtual-index' to the menu.
6055         (Info-mode): Add `Info-virtual-index' to the docstring.
6057 2009-12-05  Eric Ludlam  <zappo@gnu.org>
6059         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6060         Describe project macro symbols.
6062         * cedet/semantic/complete.el (semantic-complete-do-completion):
6063         Don't call semantic-collector-current-exact-match.
6065         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6066         ede-objects as targets.
6068         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6069         a target's object list even if compiler vars are already in the
6070         Makefile.
6072         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6073         list of headers producing necessary macros.
6075 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6077         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6078         track of the buffer position of the end of a BibTeX entry as this
6079         position may change during reformatting.
6080         (bibtex-format-entry): Remove whitespace before processing
6081         numerical fields so that we recognize the latter properly.
6082         (bibtex-reformat): Do not use push which changes the global value
6083         of bibtex-entry-format.
6084         (bibtex-field-braces-alist, bibtex-field-strings-alist)
6085         (bibtex-field-re-init): Replace only space characters by regexp
6086         for whitespace.
6087         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6088         (bibtex-initialize): Also update bibtex-strings.
6089         (bibtex-kill-field): Preserve white space at end of entry.
6090         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6091         Update bibtex-reference-keys.
6093 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6095         * minibuffer.el (completion-pcm--merge-try): Also consider placing
6096         point after a star, if that's the only place where modifications can
6097         make progress.
6099 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
6101         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6102         in docstrings.
6104 2009-12-04  Juri Linkov  <juri@jurta.org>
6106         * proced.el (proced): Call `(proced-update t)' to update process
6107         information instead of only running proced-post-display-hook.
6108         (proced-send-signal): Add a leading space to the buffer name
6109         " *Marked Processes*" to make this buffer ephemeral.
6111 2009-12-04  Juri Linkov  <juri@jurta.org>
6113         * dired.el (dired-auto-revert-buffer): New defcustom.
6114         (dired-internal-noselect): Use it.
6116 2009-12-04  Juri Linkov  <juri@jurta.org>
6118         Change roles of modes and functions in image-mode.el (Bug#5062).
6120         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6121         in `auto-mode-alist'.
6122         (image-mode-previous-major-mode): New variable.
6123         (image-minor-mode-map): Rename from `image-mode-text-map'.
6124         (image-mode): Move graceful error-handling code from
6125         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
6126         (image-minor-mode): Remove all image-handling code.
6127         Replace `image-mode-text-map' with `image-minor-mode-map'.
6128         Check for `image-type' in mode-line format string.
6129         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6130         (image-mode-as-text): New function with most code from
6131         `image-mode-maybe'.
6132         (image-toggle-display-text): Move code that removes image
6133         properties from `image-toggle-display' to here.
6134         (image-toggle-display-image): New function with code that adds
6135         image properties copied from `image-toggle-display'.
6136         (image-toggle-display): Remove most code with leaving only code
6137         that toggles between `image-mode-as-text' and `image-mode'.
6139 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
6141         * net/newst-treeview.el
6142         (newsticker--treeview-list-highlight-start): Restored call to
6143         save-excursion: Selected item was stuck.
6144         (newsticker--treeview-list-select): New.
6145         (newsticker--treeview-item-show-text)
6146         (newsticker--treeview-item-show)
6147         (newsticker--treeview-item-update): Use new
6148         newsticker-treeview-item-mode.
6149         (newsticker-treeview-update): Keep current item.
6150         (newsticker-treeview-next-new-or-immortal-item): Doc change.
6151         (newsticker--treeview-first-feed): Doc change.
6152         (newsticker-treeview-list-menu)
6153         (newsticker-treeview-item-menu): Added menu entries.
6154         (newsticker-treeview-item-mode): New.
6156         * net/newst-backend.el (newsticker-customize): Delete other
6157         windows.
6159 2009-12-04  Sam Steingold  <sds@gnu.org>
6161         * log-view.el (log-view-mode-map): "q" calls quit-window,
6162         like in all the other non-self-insert buffers.
6164 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6166         Minor cleanup.
6167         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6168         key decoding rather than do it manually via last-input-event +
6169         ascii-character.
6170         (term-exec): Use delete-and-extract-region.
6171         (term-handle-ansi-terminal-messages): Remove unused var `end'.
6172         (term-process-pager): Remove unused var `i'.
6173         (term-dynamic-simple-complete): Make obsolete.
6174         (serial-update-config-menu): Remove unused vars `y' and `str'.
6175         (term-update-mode-line): Remove unused var `temp'.
6177 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6179         Limit the number of log entries displayed by default.
6180         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6181         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6182         using a prefix argument.
6184 2009-12-03  Glenn Morris  <rgm@gnu.org>
6186         * progmodes/idlwave.el (class): Restore still useful declaration.
6188 2009-12-03  Alan Mackenzie  <acm@muc.de>
6190         Enhance `c-parse-state' to run efficiently in "brace deserts".
6192         * progmodes/cc-mode.el (c-basic-common-init):
6193         Call c-state-cache-init.
6194         (c-neutralize-syntax-in-and-mark-CPP): Rename from
6195         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
6196         placing `category' properties value 'c-cpp-delimiter at its boundaries.
6198         * progmodes/cc-langs.el (c-before-font-lock-function):
6199         c-extend-and-neutralize-syntax-in-CPP has been renamed
6200         c-neutralize-syntax-in-and-mark-CPP.
6202         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6203         with `category' properties now, not `syntax-table' ones.
6205         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6206         enhanced (but slower) version of c-end-of-macro that won't land
6207         inside a literal or on another awkward character.
6208         (c-state-cache-too-far, c-state-cache-start)
6209         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6210         (c-state-nonlit-pos-cache-limit, c-state-point-min)
6211         (c-state-point-min-lit-type, c-state-point-min-lit-start)
6212         (c-state-min-scan-pos, c-state-brace-pair-desert)
6213         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6214         buffer local variables.
6215         (c-state-literal-at, c-state-lit-beg)
6216         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6217         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6218         (c-state-cache-top-paren, c-state-cache-after-top-paren)
6219         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6220         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6221         (c-renarrow-state-cache)
6222         (c-append-lower-brace-pair-to-state-cache)
6223         (c-state-push-any-brace-pair, c-append-to-state-cache)
6224         (c-remove-stale-state-cache)
6225         (c-remove-stale-state-cache-backwards, c-state-cache-init)
6226         (c-invalidate-state-cache-1, c-parse-state-1)
6227         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6228         (c-parse-state): Enhance and refactor.
6229         (c-debug-parse-state): Amend to deal with all the new variables.
6231         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6232         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6233         modify to use category text properties rather than syntax-table ones.
6234         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6235         to switch off/on the syntactic paren property of C++ template
6236         delimiters using the category property.
6237         (c-with-<->-as-parens-suppressed): Macro to invoke code with
6238         template delims suppressed.
6239         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6240         New constant/macros which apply category properties to the start
6241         and end of preprocessor constructs.
6242         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6243         "comment out" the syntactic value of characters in preprocessor
6244         constructs.
6245         (c-with-cpps-commented-out)
6246         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6247         with characters in all or all but one preprocessor constructs
6248         "commented out".
6250 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6252         * proced.el (proced-filter-alist): Use regexp-quote.
6254 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
6256         Cleanup.
6257         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6258         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
6259         arguments.  Expand `default-directory'.
6261         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6262         the benefit of returning an expanded localname.
6263         (tramp-tramp-file-p): Handle the case NAME is not a string.
6265 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6267         Add support for bzr shelve/unshelve.
6268         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6269         (vc-bzr-extra-menu-map): New variables.
6270         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
6271         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
6272         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
6273         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
6274         (vc-bzr-dir-extra-headers): Display shelves.
6276         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
6278 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6280         * textmodes/bibtex.el (bibtex-complete-internal):
6281         Use completion-in-region.
6282         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
6284 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6286         Support applying stashes.  Improve UI.
6287         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
6288         (vc-git-stash-apply, vc-git-stash-pop)
6289         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
6290         (vc-git-stash-menu): New functions.
6291         (vc-git-stash-menu-map): New variable.
6292         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
6294 2009-12-03  Glenn Morris  <rgm@gnu.org>
6296         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
6297         (vc-print-log-internal): Fix previous change.
6298         (vc-revert): Correct pluralization.
6300 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6302         * progmodes/make-mode.el (makefile-special-targets-list): No need for
6303         it to be an alist any more.
6304         (makefile-complete): Use completion-in-region.
6306         * progmodes/octave-mod.el (octave-complete-symbol):
6307         Use completion-in-region.
6309         Misc cleanup.
6310         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
6311         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
6312         (idlwave-complete-class): Don't quote lambda.
6313         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
6314         (idlwave-mode-map): Move initialization into declaration.
6315         (idlwave-action-and-binding): Use backquotes.
6316         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
6317         Simplify.
6318         (idlwave-is-pointer-dereference): Remove unused var `pos'.
6319         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
6320         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
6321         `parts', and `all-parts'.
6322         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
6323         (idlwave-convert-xml-system-routine-info): Remove unused string
6324         `version-string'.
6325         (idlwave-display-user-catalog-widget): Use dolist.
6326         (idlwave-scanning-lib): Declare dynamically-scoped var.
6327         (idlwave-scan-library-catalogs): Remove unused var `flags'.
6328         (completion-highlight-first-word-only): Declare to silence bytecomp.
6329         (idlwave-popup-select): Tighten scope of `resp'.
6330         (idlwave-find-struct-tag): Remove unused var `beg'.
6331         (idlwave-after-load-rinfo-hook): Declare.
6332         (idlwave-sintern-class-info): Remove unused var `taglist'.
6333         (idlwave-find-class-definition): Remove unused var `list'.
6334         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
6335         (idlwave-what-module-find-class): Remove unused var `classes'.
6337 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
6339         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
6341 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6343         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
6344         buffers visited.  Remove redundant current-buffer-saving.
6346 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6348         Use completion-in-buffer and remove uses of dynamic scoping.
6349         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
6350         (pascal-buffer-to-use, pascal-flag): Don't declare.
6351         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
6352         (pascal-get-completion-decl, pascal-keyword-completion):
6353         Add `pascal-str' argument, save-excursion,
6354         return the found completions, and don't filter with pascal-pred.
6355         (pascal-completion-cache): New var.
6356         (pascal-completion): Don't switch buffer any more (it was never
6357         necessary).  Don't save-excursion any more (it's done by the called
6358         subroutines).  Use a cache to avoid redundant computations.
6359         Use complete-with-action rather than pascal-completion-response and
6360         let it apply the predicate as well.
6361         (pascal-complete-word): Use completion-in-buffer when
6362         pascal-toggle-completions is nil.
6363         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
6364         not used any more.
6365         (pascal-comp-defun): Don't change buffer any more.
6366         Use complete-with-action rather than pascal-completion-response and
6367         let it apply the predicate as well.
6368         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
6369         when neded.
6371 2009-12-02  Kenichi Handa  <handa@m17n.org>
6373         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
6374         shape for all Indic scripts.
6376 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6378         Use completion-in-buffer.
6379         * wid-edit.el (widget-field-text-end): New function.
6380         (widget-field-value-get): Use it.
6381         (widget-string-complete, widget-file-complete)
6382         (widget-color-complete): Use it and completion-in-region.
6383         (widget-complete): Don't narrow the buffer.
6385 2009-12-02  Glenn Morris  <rgm@gnu.org>
6387         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
6388         (rmail-select-summary): Use rmail-pop-to-buffer.
6389         * mail/rmailsum.el: Replace all pop-to-buffer calls with
6390         rmail-pop-to-buffer, to prevent horizontal splits.
6392         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
6393         save-excursion with save-current-buffer.
6394         Widen before searching.  (Bug#5093)
6395         (diary-list-sexp-entries): Remove superfluous save-excursion.
6397 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
6399         * woman.el (woman-make-bufname): Handle man-pages with "." in the
6400         name.  (Bug#5038)
6402 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
6404         * ido.el (ido-file-internal): Handle filenames at point that do
6405         not have a directory part.  (Bug#5049)
6407 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
6409         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
6410         (mpc-songs-jump-to, mpc-resume): Doc fixes.
6412 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
6414         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
6415         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
6416         any more.
6418 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6420         * comint.el (comint-insert-input): Ignore clicks to the right of
6421         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
6423         * vc.el (vc-print-log-internal): Don't wait for the process to
6424         terminate before setting up the major mode.
6426         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
6427         in case.
6429         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
6430         the last element.
6432         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
6434 2009-12-01  Glenn Morris  <rgm@gnu.org>
6436         * window.el (window--display-buffer-2): Fix previous changes.
6438 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
6440         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
6442 2009-12-01  Glenn Morris  <rgm@gnu.org>
6444         * Makefile.in (ELCFILES): Add mpc.elc.
6446 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6448         * mpc.el: New file.
6450 2009-12-01  Glenn Morris  <rgm@gnu.org>
6452         * window.el (window-to-use): Define for compiler.
6454         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
6455         consistent with others (no final period).
6457         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
6458         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
6460 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
6462         Make vc-print-log buttons work.
6463         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
6465 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
6467         * savehist.el (savehist-autosave-interval): Allow setting to nil
6468         through customize.  (Bug#5056)
6470 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
6472         Fix references to jit-lock properties.
6473         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6474         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
6475         (perl-font-lock-special-syntactic-constructs):
6476         Quote jit-lock-defer-multiline property.
6478 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
6480         * vc-git.el (vc-git-registered): Call vc-git-root only once.
6482 2009-11-30  Juri Linkov  <juri@jurta.org>
6484         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
6485         value `buffer' of `multi-isearch-next-buffer-current-function'.
6486         Use `(current-buffer)' when `buffer' is nil.
6487         (multi-isearch-next-buffer-from-list): Don't fallback to
6488         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
6490 2009-11-30  Juri Linkov  <juri@jurta.org>
6492         * misearch.el (multi-isearch-read-buffers): Move canonicalization
6493         of buffers with `get-buffer' to `multi-isearch-buffers'.
6494         (multi-isearch-buffers, multi-isearch-buffers-regexp):
6495         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
6496         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
6497         FILES with `expand-file-name' converting relative file names
6498         to absolute.  Doc fix.  (Bug#4727)
6500 2009-11-30  Juri Linkov  <juri@jurta.org>
6502         * misearch.el (multi-isearch-read-buffers)
6503         (multi-isearch-read-matching-buffers): New functions.
6504         (multi-isearch-buffers, multi-isearch-buffers-regexp):
6505         Use them in the `interactive' spec.  Doc fix.
6506         (multi-isearch-read-files, multi-isearch-read-matching-files):
6507         New functions.
6508         (multi-isearch-files, multi-isearch-files-regexp):
6509         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
6511 2009-11-30  Juri Linkov  <juri@jurta.org>
6513         * doc-view.el (doc-view-continuous):
6514         Rename from `doc-view-continuous-mode'.
6515         (doc-view-menu): Move "Toggle display" to the top.
6516         Add submenu "Continuous" with radio buttons "Off"/"On"
6517         and "Save as Default".
6518         (doc-view-scroll-up-or-next-page)
6519         (doc-view-scroll-down-or-previous-page)
6520         (doc-view-next-line-or-next-page)
6521         (doc-view-previous-line-or-previous-page): Rename
6522         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
6524 2009-11-30  Juri Linkov  <juri@jurta.org>
6526         * comint.el (comint-mode-map): Rebind `M-r' from
6527         `comint-previous-matching-input' to
6528         `comint-history-isearch-backward-regexp'.
6529         Unbind `M-s' to allow global key binding `M-s'.
6530         Add menu items for `comint-history-isearch-backward' and
6531         `comint-history-isearch-backward-regexp'.  (Bug#3746)
6533 2009-11-30  Juri Linkov  <juri@jurta.org>
6535         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
6536         For def=recenter, replace `recenter' with `recenter-top-bottom'
6537         that is called with `this-command' and `last-command' let-bound
6538         to `recenter-top-bottom'.  When the last `def' was not `recenter',
6539         set `recenter-last-op' to nil.  (Bug#4981)
6541 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6543         Minor cleanup and simplification.
6544         * filecache.el (file-cache-add-directory)
6545         (file-cache-add-directory-recursively)
6546         (file-cache-add-from-file-cache-buffer)
6547         (file-cache-delete-file-regexp, file-cache-delete-directory)
6548         (file-cache-files-matching-internal, file-cache-display): Use dolist.
6549         (file-cache-temp-minibuffer-message): Delete function.
6550         (file-cache-minibuffer-complete): Use minibuffer-message instead.
6552         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6553         Don't signal an error when bumping into EOB in tr, s, or y.
6555 2009-11-29  Juri Linkov  <juri@jurta.org>
6557         * startup.el (fancy-about-text): Fix wording of Guided Tour.
6558         (Bug#4960)
6560         * descr-text.el (describe-char-unidata-list): Use lowercase name
6561         for "Unicode name" like in other tags.
6563 2009-11-29  Juri Linkov  <juri@jurta.org>
6565         * ediff-util.el (ediff-minibuffer-with-setup-hook):
6566         New compatibility macro.
6567         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
6569 2009-11-29  Juri Linkov  <juri@jurta.org>
6571         Add defcustom to define the cycling order of `recenter-top-bottom'.
6572         (Bug#4981)
6574         * window.el (recenter-last-op): Doc fix.
6575         (recenter-positions): New defcustom.
6576         (recenter-top-bottom): Rewrite to use `recenter-positions'.
6577         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
6579 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
6581         Improve integration of Tramp and ange-ftp in eshell.
6583         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
6584         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
6585         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
6587         * eshell/esh-util.el (top): Require also Tramp when compiling.
6588         (eshell-directory-files-and-attributes): Check for FTP remote
6589         connection.
6590         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
6591         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
6592         (eshell-file-attributes): Handle ".".  Return `entry'.
6594         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
6595         (ange-ftp-directory-files-and-attributes)
6596         (ange-ftp-real-directory-files-and-attributes): New defuns.
6598         * net/tramp.el (tramp-maybe-open-connection): Open the remote
6599         shell with "exec" when possible.  This prevents trailing prompts
6600         in `start-file-process'.
6602 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6604         Try and remove assumptions about point-min==1.
6605         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
6606         (rng-compute-mode-line-string): Show the validation percentage in
6607         terms of the narrowed text, not the widened text.
6608         (rng-do-some-validation): Don't catch internal errors when debugging.
6609         (rng-first-error): Simplify.
6610         (rng-after-change-function): Remove work around.  AFAIK the bug has
6611         been fixed a while ago.
6613         * image-mode.el (image-minor-mode): Exit more gracefully when the image
6614         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
6616         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
6618         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
6619         `cd' doesn't always do it for us (bug#5067).
6621         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
6622         on 2009-10-25 as part of some other change (bug#5067).
6624 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6626         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6627         `suspicious'.
6628         (byte-compile-warnings): Use byte-compile-warning-types.
6629         (byte-compile-save-excursion): Warn about use of set-buffer right
6630         after save-excursion.
6632         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
6633         the excursion as well.
6635 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
6637         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
6638         providing a Tramp related implementation of "su" and "sudo".
6639         (eshell-unix-initialize): Add "su" and "sudo".
6641 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
6643         * net/socks.el (socks-send-command): Convert binary request to
6644         unibyte before sending.  This fixes mishandling of some port
6645         numbers such as 129.
6647 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6649         * help.el (describe-bindings-internal): Remove `interactive'.
6651         * man.el (Man-completion-table): Trim a terminating "(".
6652         Remove the space between name page a section.
6653         Add the command's description on the `help-echo' property.
6654         Remove `process-connection-type' binding since it's unused by
6655         call-process.
6656         Provide completion for the "<section> <name>" format as well.
6657         (Man-default-man-entry): Remove spurious var shadowing the argument.
6659 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6661         * log-view.el: Add "Keywords: tools", since its other keywords
6662         aren't in finder-known-keywords, and following vc.el.
6664         * sha1.el (sha1-string-external): default-directory "/" in case
6665         otherwise non-existent.  process-connection-type pipe for touch of
6666         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6668 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6670         Misc coding convention cleanups.
6671         * htmlfontify.el (hfy-init-kludge-hook): Rename from
6672         hfy-init-kludge-hooks.
6673         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
6674         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
6675         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
6676         and push.
6677         (hfy-slant, hfy-weight): Use tables rather than code.
6678         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
6679         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
6680         (hfy-face-attr-for-class): Initialize `face-spec' directly.
6681         (hfy-face-to-css): Remove `nconc' with single arg.
6682         (hfy-p-to-face-lennart): Use `or'.
6683         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
6684         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
6685         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
6686         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
6687         (hfy-force-fontification): Use run-hooks.
6689 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
6691         Various minor fixes.
6692         * htmlfontify.el (hfy-default-header): Add toggle_invis since
6693         Javascript belongs in the header, not the body.
6694         (hfy-javascript): Remove.
6695         (hfy-fontify-buffer): Don't insert it any more.
6696         (hfy-face-at): Handle (face0 face1 face2) style face properties.
6697         Fix bug in invis handling when there were no invis props in a chunk.
6699 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6701         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
6703 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
6705         * finder.el (finder-mode-map): Add a menu.
6707 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
6709         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
6710         "unsigned" structs.
6712         (verilog-leap-to-head, verilog-backward-token): Handle "disable
6713         fork" statement better.
6715 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
6717         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
6718         (verilog-delete-auto, verilog-delete-empty-auto-pair)
6719         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
6720         Reported by Clay Douglass.
6722         (verilog-auto-inst, verilog-auto-star-safe)
6723         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6724         Fix removing "// Interfaces" when saving .* expansions.  Reported by
6725         Pierre-David Pfister.
6727 2009-11-26  Glenn Morris  <rgm@gnu.org>
6729         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
6730         the scope.
6732 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
6734         * vc-annotate.el (vc-annotate-revision-previous-to-line):
6735         Really use previous revision.
6737 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6739         * man.el (Man-completion-table): default-directory "/" in case
6740         doesn't otherwise exist.  process-environment COLUMNS=999 so as
6741         not to truncate long names.  process-connection-type pipe to avoid
6742         any chance of hitting the pseudo-tty TIOCGWINSZ.
6743         (man): completion-ignore-case t for friendliness and since man
6744         itself is case-insensitive on the command line.
6745         Further to Bug#3717.
6747         * arc-mode.el: Add "Keywords: files", so the details in its
6748         commentary can be reached from finder-by-keyword.
6749         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
6750         editing mode, but it's comms related and sgml-mode.el has "comm"
6751         on that basis too.
6752         * textmodes/bibtex-style.el: Add "Keywords: tex".
6753         * international/isearch-x.el, international/ja-dic-cnv.el:
6754         * international/ja-dic-utl.el, international/kkc.el:
6755         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
6757 2009-11-25  Juri Linkov  <juri@jurta.org>
6759         * man.el (Man-completion-table): Modify regexp to include
6760         section names to completion strings.  (Bug#3717)
6762 2009-11-25  Juri Linkov  <juri@jurta.org>
6764         Search recursively in gzipped files.  (Bug#4982)
6766         * progmodes/grep.el (grep-highlight-matches): Add new options
6767         `always' and `auto'.  Doc fix.
6768         (grep-process-setup): Check `grep-highlight-matches' for
6769         `auto-detect' to determine the need to compute grep defaults.
6770         Move Windows/DOS specific --colors settings handling
6771         to `grep-compute-defaults'.  Check `grep-highlight-matches'
6772         to get the value of "--color=".
6773         (grep-compute-defaults): Compute `grep-highlight-matches' when it
6774         has the value `auto-detect'.  Move Windows/DOS specific settings
6775         from `grep-process-setup'.
6776         (zrgrep): New command with alias `rzgrep'.
6778 2009-11-25  Juri Linkov  <juri@jurta.org>
6780         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
6781         to nil instead of switching off view-mode.  (Bug#4896)
6783 2009-11-25  Juri Linkov  <juri@jurta.org>
6785         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
6787         * mwheel.el (mwheel-scroll-up-function)
6788         (mwheel-scroll-down-function): New defvars.
6789         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
6790         `scroll-up', and `mwheel-scroll-down-function' instead of
6791         `scroll-down'.
6793         * doc-view.el (doc-view-scroll-up-or-next-page)
6794         (doc-view-scroll-down-or-previous-page): Add optional ARG.
6795         Use this ARG in the call to image-scroll-up/image-scroll-down.
6796         Change `interactive' spec to "P".  Goto next/previous page only
6797         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
6798         SPC/DEL case).  Doc fix.
6799         (doc-view-next-line-or-next-page)
6800         (doc-view-previous-line-or-previous-page): Rename arg to ARG
6801         for consistency.
6802         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
6803         `doc-view-scroll-up-or-next-page', and buffer-local
6804         `mwheel-scroll-down-function' to
6805         `doc-view-scroll-down-or-previous-page'.
6807 2009-11-25  Juri Linkov  <juri@jurta.org>
6809         Provide additional default values (directories at other Dired
6810         windows) via M-n in the minibuffer of some Dired commands.
6812         * dired-aux.el (dired-diff, dired-compare-directories)
6813         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
6814         `minibuffer-default' in `minibuffer-with-setup-hook'.
6815         (dired-dwim-target-directory): Find a window that displays Dired
6816         buffer instead of failing when the next window is not Dired.
6817         Use `get-window-with-predicate' to find for the next Dired window.
6818         (dired-dwim-target-defaults): New function.
6820         * ediff-util.el (ediff-read-file-name):
6821         Use `dired-dwim-target-defaults' to set `minibuffer-default'
6822         in `minibuffer-with-setup-hook'.
6824 2009-11-25  Juri Linkov  <juri@jurta.org>
6826         Provide additional default values (file name at point or at the
6827         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
6829         * minibuffer.el (read-file-name-defaults): New function.
6830         (read-file-name): Reset `minibuffer-default' to nil when
6831         it duplicates initial input `insdef'.
6832         Bind `minibuffer-default-add-function' to lambda that
6833         calls `read-file-name-defaults' in `minibuffer-selected-window'.
6834         (minibuffer-insert-file-name-at-point): New command.
6836         * files.el (file-name-at-point-functions): New defcustom.
6837         (find-file-default): Remove defvar.
6838         (find-file-read-args): Don't use `find-file-default'.
6839         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6840         to `read-file-name'.
6841         (find-file-literally): Use `read-file-name' with
6842         `confirm-nonexistent-file-or-buffer'.
6844         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
6846         * dired.el (dired-read-dir-and-switches):
6847         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6848         to `read-file-name'.
6849         (dired-file-name-at-point): New function.
6850         (dired-mode): Add hook `dired-file-name-at-point' to
6851         `file-name-at-point-functions'.
6853 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6855         Really make the *Completions* window soft-dedicated (bug#5030).
6856         * window.el (window--display-buffer-2): Add `dedicated' argument.
6857         (display-buffer): Pass it when needed so the dedicated flag is set
6858         after calling set-window-buffer, which would otherwise reset it.
6860 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6862         * progmodes/meta-mode.el (meta-complete-symbol):
6863         * progmodes/etags.el (complete-tag):
6864         * mail/mailabbrev.el (mail-abbrev-complete-alias):
6865         Use completion-in-region.
6867         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
6868         (dabbrev-completion): Use completion-in-region.
6869         (dabbrev--abbrev-at-point): Simplify regexp.
6871         * abbrev.el (abbrev--before-point): Use word-motion functions
6872         if :regexp is not specified (bug#5031).
6874         * subr.el (string-prefix-p): New function.
6876         * man.el (Man-completion-cache): New var.
6877         (Man-completion-table): Use it.
6879         * vc.el (vc-print-log-internal): Make `limit' optional for better
6880         compatibility (e.g. with vc-annotate.el).
6882 2009-11-24  Kevin Ryde  <user42@zip.com.au>
6884         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
6885         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
6887         * emacs-lisp/elint.el (elint-add-required-env): Better error message
6888         when .el source file not found or other error.
6890 2009-11-24  Markus Triska  <markus.triska@gmx.at>
6892         * linum.el (linum-update-window): Ignore intangible (bug#4996).
6894 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6896         Handle the [back] button properly (bug#4979).
6897         * descr-text.el (describe-text-properties): Add a `buffer' argument.
6898         Use help-setup-xref, help-buffer, and with-help-window.
6899         (describe-char): Add `buffer' argument.
6900         Pass proper command to help-setup-xref.  Don't meddle with
6901         help-xref-stack-item directly.
6902         (describe-text-category): Use with-help-window and help-buffer.
6904         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
6905         for the displayed buffer (bug#4887).
6907         * man.el (Man-completion-table): New function.
6908         (man): Use it.
6910 2009-11-24  David Reitter  <david.reitter@gmail.com>
6912         * vc-git.el (vc-git-registered): Use checkout directory (where
6913         .git is) rather than the file's directory and a relative path spec
6914         to work around a bug in git.
6916 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
6918         Improve handling of processes on remote hosts.
6920         * eshell/esh-util.el (eshell-path-env): New defvar.
6921         (eshell-parse-colon-path): New defun.
6922         (eshell-file-attributes): Use `eshell-parse-colon-path'.
6924         * eshell/esh-ext.el (eshell-search-path):
6925         Use `eshell-parse-colon-path'.
6926         (eshell-remote-command): Remove argument HANDLER.
6927         (eshell-external-command): Check for FTP remote connection.
6929         * eshell/esh-proc.el (eshell-gather-process-output):
6930         Use `file-truename', in order to start also symlinked files.
6931         Apply `start-file-process' instead of `start-process'.
6932         Shorten `command' to the local file name part.
6934         * eshell/em-cmpl.el (eshell-complete-commands-list):
6935         Use `eshell-parse-colon-path'.
6937         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
6939         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
6940         to `eshell-directory-change-hook'.
6942 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
6944         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
6945         because it could be enabled automatically if view-read-only is non-nil.
6947 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
6949         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
6950         made on 2009-11-22.
6952 2009-11-24  Glenn Morris  <rgm@gnu.org>
6954         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
6955         deleted variable bookmark-bmenu-bookmark-column.
6957         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6958         Move after definition of global-semantic-idle-tag-highlight-mode.
6960 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6962         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
6964 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
6966         * net/browse-url.el (browse-url-filename-alist): On Windows, add
6967         two slashes to the "file:" prefix.
6968         (browse-url-file-url): De-munge Cygwin filenames before passing
6969         them to Windows browser.
6970         (browse-url-default-windows-browser): Use call-process.
6972 2009-11-23  Juri Linkov  <juri@jurta.org>
6974         Implement DocView Continuous mode.  (Bug#4896)
6975         * doc-view.el (doc-view-continuous-mode): New defcustom.
6976         (doc-view-mode-map): Bind C-n/<down> to
6977         `doc-view-next-line-or-next-page', C-p/<up> to
6978         `doc-view-previous-line-or-previous-page'.
6979         (doc-view-next-line-or-next-page)
6980         (doc-view-previous-line-or-previous-page): New commands.
6982 2009-11-23  Juri Linkov  <juri@jurta.org>
6984         Implement Isearch in comint input history.  (Bug#3746)
6985         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
6986         `isearch-mode-hook'.
6987         (comint-history-isearch): New defcustom.
6988         (comint-history-isearch-backward)
6989         (comint-history-isearch-backward-regexp): New commands.
6990         (comint-history-isearch-message-overlay): New buffer-local variable.
6991         (comint-history-isearch-setup, comint-history-isearch-end)
6992         (comint-goto-input, comint-history-isearch-search)
6993         (comint-history-isearch-message, comint-history-isearch-wrap)
6994         (comint-history-isearch-push-state)
6995         (comint-history-isearch-pop-state): New functions.
6997 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
6999         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7000         return.
7001         (tramp-handle-make-symbolic-link)
7002         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7003         Quote file names.
7004         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7005         (tramp-handle-process-file): Use it.
7007 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7009         * window.el (move-to-window-line-last-op): Remove.
7010         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7012 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
7014         Make M-r mirror the new cycling behavior of C-l.
7015         * window.el (move-to-window-line-last-op): New var.
7016         (move-to-window-line-top-bottom): New command.
7017         (global-map): Bind M-r move-to-window-line-top-bottom.
7019 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
7021         * dired-x.el (dired-guess-shell-alist-default):
7022         Support xz format.  (Bug#4953)
7024 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
7026         * cedet/srecode/map.el (srecode-get-maps):
7027         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7028         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7029         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7030         (semantic-toggle-decoration-style):
7031         * cedet/semantic/decorate/include.el
7032         (semantic-decoration-include-describe)
7033         (semantic-decoration-unknown-include-describe)
7034         (semantic-decoration-unparsed-include-describe)
7035         (semantic-decoration-all-include-summary):
7036         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7037         * cedet/semantic/analyze/complete.el
7038         (semantic-analyze-possible-completions):
7039         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7040         (semantic-show-unmatched-syntax-mode)
7041         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7042         (semantic-highlight-func-mode):
7043         * cedet/semantic/util.el (semantic-describe-buffer):
7044         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7045         (semantic-symref-find-tags-by-name)
7046         (semantic-symref-find-tags-by-regexp)
7047         (semantic-symref-find-tags-by-completion)
7048         (semantic-symref-find-file-references-by-name)
7049         (semantic-symref-find-text):
7050         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7051         (senator-yank-tag):
7052         * cedet/semantic/scope.el (semantic-calculate-scope):
7053         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7054         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7055         (define-semantic-idle-service):
7056         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7057         (semantic-complete-analyze-inline-idle):
7058         * cedet/semantic/analyze.el (semantic-analyze-current-context):
7059         * cedet/mode-local.el (describe-mode-local-bindings)
7060         (describe-mode-local-bindings-in-mode):
7061         * cedet/ede/make.el (ede-make-check-version):
7062         * cedet/ede/locate.el (ede-enable-locate-on-project):
7063         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7064         (cedet-idutils-version-check):
7065         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7066         (cedet-gnu-global-version-check):
7067         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7068         (cedet-cscope-version-check): Use called-interactively-p instead
7069         of interactive-p.
7071         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7072         Use semantic-format-tag-prototype.
7074 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
7076         * emulation/viper-cmd.el: Use viper-last-command-char instead of
7077         last-command-char/last-command-event.
7078         (viper-prefix-arg-value): Do correct conversion of event-char for
7079         XEmacs.
7081         * emulation/viper-util.el, emulation/viper.el:
7082         Use viper-last-command-char instead of
7083         last-command-char/last-command-event.
7085         * ediff-init.el, ediff-mult.el, ediff-util.el:
7086         Replace last-command-char and last-command-event
7087         with (ediff-last-command-char) everywhere.
7089         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7090         created in fundamental mode.
7092         * ediff.el (ediff-version): Revert the change of interactive-p to
7093         called-interactively-p.
7095 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
7097         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7098         generation from word-movement command names.
7100 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
7102         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7103         (semantic-complete-jump-local, semantic-complete-jump):
7104         Improve prompt string.
7106 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
7108         * cus-start.el (all): Add native condition for font-use-system-font.
7110 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
7112         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7113         Correct the patch from 2009-11-18.  (Bug#3910)
7115 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
7117         * progmodes/subword.el: Rename from lisp/subword.el.
7119         * subword.el: Rename to progmodes/subword.el.
7121         * Makefile.in (ELCFILES): Adapt to subword.el move.
7123 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7124             Stefan Monnier  <monnier@iro.umontreal.ca>
7126         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7127         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7128         (bookmark-bmenu-show-filenames): Use push.
7129         (bookmark-bmenu-hide-filenames): Use local var instead of
7130         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
7131         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7132         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7133         filenames now that the bookmark names are always available.
7135 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7137         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7138         (bookmark-search-pattern): Move and leave unbound.
7139         (bookmark-bmenu-mode-map): Change binding.
7140         (bookmark-read-search-input): Simplify.
7141         Don't use text-char-description.  Don't error on non-char events.
7142         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7143         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7144         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7145         Use a local var for the timer.
7146         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7147         (i.e. bookmark-bmenu-search).
7149 2009-11-21  Glenn Morris  <rgm@gnu.org>
7151         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
7153 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7155         * net/browse-url.el (browse-url-default-windows-browser):
7156         Use cygstart for cygwin.
7158 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
7160         * bookmark.el: Formatting and doc fixes only:
7161         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7162         (bookmark-bmenu-search): Wrap to fit within 80 columns.
7163         Minor grammar and punctuation fixes in doc string.
7164         (bookmark-read-search-input): Adjust to fit within 80 columns.
7166 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7168         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7169         (c-backward-into-nomenclature): Adapt to subword renaming.
7171         * subword.el (subword-forward, subword-backward, subword-mark)
7172         (subword-kill, subword-backward-kill, subword-transpose)
7173         (subword-downcase, subword-upcase, subword-capitalize)
7174         (subword-forward-internal, subword-backward-internal):
7175         Rename from forward-subword, backward-subword, mark-subword,
7176         kill-subword, backward-kill-subword, transpose-subwords,
7177         downcase-subword, upcase-subword, capitalize-subword,
7178         forward-subword-internal, backward-subword-internal.
7180 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7182         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7183         New options.
7184         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7185         New vars.
7186         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7187         (bookmark-bmenu-filter-alist-by-regexp)
7188         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7189         (bookmark-bmenu-search): New command.
7190         (bookmark-bmenu-mode-map): Bind it.
7192 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7194         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7196         * cedet/semantic/idle.el (define-semantic-idle-service)
7197         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7199 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7201         * progmodes/cc-cmds.el: declare-functioned forward-subword and
7202         backward-subword to quit the byte-compiler.
7204         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7206         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7208         * progmodes/cc-cmds.el (c-update-modeline)
7209         (c-forward-into-nomenclature, c-backward-into-nomenclature):
7210         Refer to subword.el functions instead of cc-subword.el.
7212         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7213         subword.el functions instead of cc-subword.el.
7215         * progmodes/cc-subword.el: Rename to subword.el.
7216         * subword.el: Rename from progmodes/cc-subword.el.
7217         (subword-mode-map): Rename from c-subword-mode-map.
7218         (subword-mode): Rename from c-subword-mode.
7219         (global-subword-mode): New global minor mode.
7220         (forward-subword): Rename from c-forward-subword.
7221         (backward-subword): Rename from c-backward-subword.
7222         (mark-subword): Rename from c-mark-subword.
7223         (kill-subword): Rename from c-kill-subword.
7224         (backward-kill-subword): Rename from c-backward-kill-subword.
7225         (transpose-subwords): Rename from c-tranpose-subword.
7226         (downcase-subword): Rename from c-downcase-subword.
7227         (capitalize-subword): Rename from c-capitalize-subword.
7228         (forward-subword-internal): Rename from c-forward-subword-internal.
7229         (backward-subword-internal): Rename from c-backward-subword-internal.
7231 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
7233         * vc.el (vc-deduce-fileset): Allow non-state changing operations
7234         from a dired buffer.
7235         (vc-dired-deduce-fileset): New function.
7236         (vc-root-diff, vc-print-root-log): Use it.
7238         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7239         nil LIMIT argument to vc-print-log-internal.
7241 2009-11-20  Glenn Morris  <rgm@gnu.org>
7243         * Makefile.in (ELCFILES): Regenerate.
7245 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7247         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7249         * cedet/semantic.el: Enable idle-mode menu items only if
7250         global-semantic-idle-scheduler-mode is enabled.
7251         (semantic-default-submodes): Doc fix.
7253         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7254         When turning off, disable other idle modes.
7256 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
7258         * calc/calc.el (calc-set-mode-line):
7259         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7260         (math-format-number): Rename `math-format-complement-signed' to
7261         `math-format-twos-complement'.
7263         * calc/calc-bin.el (math-format-twos-complement): Rename from
7264         math-format-complement-signed.
7265         (calc-radix): Rename `calc-complement-signed-mode' to
7266         `calc-twos-complement-mode'.
7267         (calc-octal-radix, calc-hex-radix): Add an argument for
7268         two's complement.
7270         * calc/calc-embed.el (calc-embedded-mode-vars):
7271         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7273         * calc/calc-ext.el (calc-init-extensions):
7274         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7275         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
7277         * calc/calc-units.el (math-build-units-table-buffer):
7278         Let `calc-twos-complement-mode' be nil.
7280         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
7281         entries.
7283         * calc/calc-vec.el (calcFunc-vunpack):
7284         * calc/calc-aent.el (calc-do-calc-eval):
7285         * calc/calc-forms.el (math-format-date):
7286         * calc/calc-graph.el (calc-graph-plot):
7287         * calc/calc-math.el (math-use-emacs-fn):
7288         * calc/calccomp.el (math-compose-expr):
7289         Let `calc-twos-complement-mode' be nil.
7291 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7293         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
7294         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
7295         * minibuffer.el (completion-in-region-functions): New hook.
7296         (completion-in-region): New function.
7297         * emacs-lisp/lisp.el (lisp-complete-symbol):
7298         * pcomplete.el (pcomplete-std-complete): Use it.
7300 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7302         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
7303         (latex-complete-alist): New vars.
7304         (latex-string-prefix-p, latex-complete-bibtex-keys)
7305         (latex-complete-envnames, latex-complete-refkeys)
7306         (latex-complete-data): New functions.
7307         (latex-complete, latex-indent-or-complete): New commands.
7309         * window.el (display-buffer-mark-dedicated): New var.
7310         (display-buffer): Obey it.
7311         * minibuffer.el (minibuffer-completion-help): Use it.
7313         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
7315         * filecache.el (file-cache-add-file): Use push and cons.
7316         (file-cache-delete-file-regexp): Use push.
7317         (file-cache-complete): Use completion-in-region.
7319         * simple.el (with-wrapper-hook): Fix thinko.
7321         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
7322         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
7323         Use with-current-buffer and string-to-number.
7324         (hfy-fallback-colour-values): Use assoc-string.
7325         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
7326         (hfy-face-at): Remove unused var `found-face'.
7327         (hfy-compile-stylesheet): Remove unused var `css'.
7328         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
7329         and `orig-buffer'.
7330         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
7331         Use with-current-buffer.
7332         (hfy-text-p): Use expand-file-name and fewer setq.
7334 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
7336         * htmlfontify.el, hfy-cmap.el: New files.
7338 2009-11-19  Juri Linkov  <juri@jurta.org>
7340         * minibuffer.el (completions-format): New defcustom.
7341         (completion--insert-strings): Implement vertical format.
7343         * simple.el (switch-to-completions): Move point to the first
7344         completion when point was at the beginning of the buffer.
7346 2009-11-19  Juri Linkov  <juri@jurta.org>
7348         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
7350         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
7352 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
7354         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
7355         (mail-signature): Change default to t.
7356         (mail-from-style): Deprecate `system-default' value.
7357         (mail-insert-from-field): For default value of mail-from-style,
7358         default to `angles' unless `angles' needs quoting and `parens'
7359         does not.
7360         (mail-citation-prefix-regexp): Use citation regexp from
7361         message-mode.
7363 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
7365         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7366         Set variables for computing the prompt for reading password.
7368 2009-11-19  Glenn Morris  <rgm@gnu.org>
7370         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
7372         * textmodes/flyspell.el (sgml-lexical-context): Declare.
7374         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
7375         (newsticker-treeview-listwindow-height): Fix custom type.
7377 2009-11-19  Kenichi Handa  <handa@m17n.org>
7379         * descr-text.el (describe-char-padded-string): Compose with TAB
7380         only if there's a font for CH.
7381         (describe-char): Fix the condition for detecting a trivial composition.
7383 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
7385         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
7386         more accurate version of the regexp.  (Bug#3910)
7388 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
7390         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
7392 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
7394         * font-setting.el (font-use-system-font): Declare for byte-compiler.
7395         (font-setting-change-default-font): Fix typo in docstring.
7397 2009-11-18  Alan Mackenzie  <acm@muc.de>
7399         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
7401 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7403         * font-setting.el (font-use-system-font): Move ...
7405         * cus-start.el (all): ... to here.
7407 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
7409         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
7410         Don't set `ad-return-value' if `ad-do-it' doesn't.
7412         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
7413         modification time.
7415 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7417         * menu-bar.el: Put "Use system font" in Option-menu.
7418         (menu-bar-options-save): Add font-use-system-font.
7420         * loadup.el: If feature system-font-setting or font-render-setting is
7421         there, load font-setting.
7423         * Makefile.in (ELCFILES): Add font-settings.el.
7424         * font-setting.el: New file.
7426 2009-11-17  Glenn Morris  <rgm@gnu.org>
7428         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
7430         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
7431         Preserve point in the list buffer.  (Bug#4939)
7432         Use point-at-eol.
7433         (newsticker--treeview-list-update-highlight)
7434         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
7436 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
7438         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
7439         Remove.
7441         * calc/calc-ext.el (calc-init-extensions): Remove references to
7442         symclip.
7444         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
7446         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
7447         * calc/calc-help.el (calc-b-prefix-help): Remove references to
7448         `calc-symclip'.
7450 2009-11-16  Kevin Ryde  <user42@zip.com.au>
7452         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7453         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
7455         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
7456         (lm-keywords-list): Allow comma-only separator like "foo,bar".
7457         Ignore trailing spaces by omit-nulls to split-string (fixing
7458         regression from Emacs 21 due to the incompatible split-string
7459         change).  (Bug #4928.)
7461 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7463         * vc.el (vc-log-show-limit): Default to 2000.
7464         (vc-print-log-internal): Insert buttons to request more entries
7465         when limiting the output.
7467         * vc-sccs.el (vc-sccs-print-log):
7468         * vc-rcs.el (vc-rcs-print-log):
7469         * vc-cvs.el (vc-cvs-print-log):
7470         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
7471         LIMIT is non-nil.
7473 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
7475         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
7476         error when `tramp-gvfs-dbus-event-vector' is set.
7477         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
7479 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7481         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
7483 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
7485         * net/dbus.el (dbus-unregister-service): New defun.
7486         (dbus-register-property): Register the handlers of
7487         "org.freedesktop.DBus.Properties" for SERVICE.
7488         (dbus-property-handler): Fix docstring.
7490 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7492         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
7493         Quote doc string reference in defvaralias as it is not in special form.
7494         (byte-compile-output-docform): Doc fix.
7496 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
7498         * calc/calc.el (math-2-word-size, math-half-2-word-size)
7499         (calc-complement-signed-mode): New variables.
7500         (calc-set-mode-line): Add indicator for twos-complements.
7501         (math-format-number): Format twos-complement notation.
7503         * calc/calc-bin.el (calc-word-size): Reset the variables
7504         `math-2-word-size' and `math-half-2-word-size'.
7505         (math-format-complement-signed, math-symclip, calcFunc-symclip)
7506         (calc-symclip): New functions.
7508         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
7510         * calc/calc-embed.el (calc-embedded-mode-vars):
7511         Add `calc-complement-signed-mode' to the list of modes.
7513         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
7514         (calc-b-oper-keys): Add `calc-symclip' to list.
7516         * calc/calc-ext.el (math-read-number-fancy): Read complement
7517         signed numbers.
7518         (calc-init-extensions): Add binding for `calc-symclip'.
7519         Add autoload for `calcFunc-symclip' and `calc-symclip'.
7521         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
7522         `calc-symclip'.
7523         (calc-modes-menu): Add item for twos complement mode.
7525         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
7527 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
7529         * register.el (jump-to-register, insert-register): Handle Semantic
7530         tags.  From commented-out advice in semantic/senator.el.
7532 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
7534         * vc.el (vc-log-show-limit): New variable.
7535         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
7536         when using a prefix argument.
7537         (vc-print-log-internal): Add new argument LIMIT.
7539         * vc-svn.el (vc-svn-print-log):
7540         * vc-mtn.el (vc-mtn-print-log):
7541         * vc-hg.el (vc-hg-print-log):
7542         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
7543         pass it to the log command when set.  Make the BUFFER argument
7544         non-optional.
7546         * vc-sccs.el (vc-sccs-print-log):
7547         * vc-rcs.el (vc-rcs-print-log):
7548         * vc-git.el (vc-git-print-log):
7549         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
7550         ignore it.  Make the BUFFER argument non-optional
7552         * bindings.el (mode-line-buffer-identification): Do not purecopy.
7554 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
7556         * dired.el (dired-mode-map): Move encryption items to "Operate"
7557         menu (Bug#4703).
7559         * strokes.el (strokes-update-window-configuration): Make strokes
7560         buffer current before erasing (Bug#4906).
7562         * cedet/semantic/idle.el (semantic-idle-summary-mode)
7563         (semantic-idle-summary-mode): Define using define-minor-mode
7564         instead of define-semantic-idle-service.
7565         (semantic-idle-summary-mode): New function.
7566         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
7567         that mouse motion does not reset the echo area.
7569 2009-11-15  Juri Linkov  <juri@jurta.org>
7571         * simple.el (set-mark-default-inactive): Add :type, :group
7572         and :version.  (Bug#4876)
7574 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
7576         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
7577         (archive-unique-fname): ... here.  (Bug#4929)
7579 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7581         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
7582         with a real fix.
7584         * novice.el (disabled-command-function): Add useful args.
7585         Setup the help buffer so that [back] works.
7586         Remove redundant call to help-mode.
7587         (disabled-command-function): Use `case'.
7588         (en/disable-command): New function extracted from enable-command.
7589         (enable-command, disable-command): Use it.
7591 2009-11-14  Glenn Morris  <rgm@gnu.org>
7593         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
7594         constants.  (Bug#4913)
7596         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
7598 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
7600         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
7601         defined in C that have no doc-strings.  (Bug#1063)
7603 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
7605         * cus-edit.el (data, files):
7606         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
7608 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
7610         * simple.el (shell-command): Doc fix (Bug#4891).
7612         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
7614 2009-11-14  Glenn Morris  <rgm@gnu.org>
7616         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
7617         statements for vc-diff, emerge-quit, and rmail-cease-edit.
7618         If they are already loaded, eval-after-load will do the right thing.
7620         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
7621         compiling.
7623         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
7625         * simple.el (x-selection-owner-p): Declare.
7626         (read-mail-command): Use custom radio type rather than choice.
7627         (completion-no-auto-exit): Doc fix.
7629         * custom.el (defgroup):
7630         * epg-config.el (epg): Doc fixes.
7632 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
7634         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
7635         * international/ccl.el (define-ccl-program): Do not purecopy the
7636         docstring, defconst does it anyway.
7638 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7640         * add-log.el (add-change-log-entry): Avoid displaying the changelog
7641         a second time.
7643         * x-dnd.el (x-dnd-maybe-call-test-function):
7644         * window.el (split-window-vertically):
7645         * whitespace.el (whitespace-help-on):
7646         * vc-rcs.el (vc-rcs-consult-headers):
7647         * userlock.el (ask-user-about-lock-help)
7648         (ask-user-about-supersession-help):
7649         * type-break.el (type-break-force-mode-line-update):
7650         * time-stamp.el (time-stamp-conv-warn):
7651         * terminal.el (te-set-output-log, te-more-break, te-filter)
7652         (te-sentinel, terminal-emulator):
7653         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
7654         (term-write-input-ring, term-check-source, term-start-output-log):
7655         (term-display-buffer-line, term-dynamic-list-completions):
7656         (term-ansi-make-term, serial-term):
7657         * subr.el (selective-display):
7658         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7659         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
7660         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
7661         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
7662         (speedbar-remove-localized-speedbar-support)
7663         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
7664         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
7665         (speedbar-buffers-line-directory):
7666         * simple.el (shell-command-on-region, append-to-buffer)
7667         (prepend-to-buffer):
7668         * shadowfile.el (shadow-save-todo-file):
7669         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
7670         (scroll-bar-maybe-set-window-start):
7671         * sb-image.el (speedbar-image-dump):
7672         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
7673         (load-save-place-alist-from-file):
7674         * ps-samp.el (ps-print-message-from-summary):
7675         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
7676         (ps-background-image, ps-begin-job, ps-do-despool):
7677         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
7678         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
7679         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
7680         (pr-call-process, pr-file-list, pr-interface-save):
7681         * novice.el (disabled-command-function)
7682         (enable-command, disable-command):
7683         * mouse.el (mouse-buffer-menu-alist):
7684         * mouse-copy.el (mouse-kill-preserving-secondary):
7685         * macros.el (kbd-macro-query):
7686         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
7687         * informat.el (batch-info-validate):
7688         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
7689         * hippie-exp.el (try-expand-dabbrev-visible):
7690         * help-mode.el (help-make-xrefs):
7691         * help-fns.el (describe-variable):
7692         * generic-x.el (bat-generic-mode-run-as-comint):
7693         * finder.el (finder-mouse-select):
7694         * find-dired.el (find-dired-sentinel):
7695         * filesets.el (filesets-file-close):
7696         * files.el (list-directory):
7697         * faces.el (list-faces-display, describe-face):
7698         * facemenu.el (list-colors-display):
7699         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
7700         * epg.el (epg--process-filter, epg-cancel):
7701         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
7702         (epa--read-signature-type):
7703         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
7704         (emerge-file-names):
7705         * ehelp.el (electric-helpify):
7706         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
7707         * ediff-vers.el (rcs-ediff-view-revision):
7708         * ediff-util.el (ediff-setup):
7709         * ediff-mult.el (ediff-append-custom-diff):
7710         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
7711         (ediff-wordify):
7712         * echistory.el (Electric-command-history-redo-expression):
7713         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7714         * disp-table.el (describe-display-table):
7715         * dired.el (dired-find-buffer-nocreate):
7716         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
7717         * dabbrev.el (dabbrev--same-major-mode-p):
7718         * chistory.el (list-command-history):
7719         * apropos.el (apropos-documentation):
7720         * allout.el (allout-obtain-passphrase):
7721         (allout-copy-exposed-to-buffer):
7722         (allout-verify-passphrase): Use with-current-buffer.
7724 2009-11-13  Glenn Morris  <rgm@gnu.org>
7726         * Makefile.in (ELCFILES): Regenerate.
7728 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
7730         * net/dbus.el (dbus-registered-objects-table): Rename from
7731         `dbus-registered-functions-table', because it contains also properties.
7732         (dbus-unregister-object): Unregister also properties.
7733         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
7734         Use a timeout of 500 msec, in order to not block.
7735         (dbus-register-property, dbus-property-handler): New defuns.
7737 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7739         * simple.el (minibuffer-default-add-completions): Drop deprecated
7740         4th arg.
7742 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
7744         * textmodes/artist.el (artist-mouse-choose-operation):
7745         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
7746         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
7747         (artist-compute-up-event-key): New function.
7748         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
7750 2009-11-13  Kenichi Handa  <handa@m17n.org>
7752         * language/japan-util.el: Make sure that the value of jisx0208
7753         property is jisx0208 character.
7755 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
7757         * international/mule.el (auto-coding-regexp-alist): Only purecopy
7758         car or each item, not the whole list.
7760 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7762         * minibuffer.el (minibuffer-completion-help):
7763         Use minibuffer-hide-completions.
7765 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
7767         * dired.el (dired-save-positions, dired-restore-positions): New funs.
7768         (dired-revert): Use them (bug#4880).
7770 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
7772         * tooltip.el (tooltip-frame-parameters): Undo previous change.
7774 2009-11-12  Juri Linkov  <juri@jurta.org>
7776         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
7777         New functions.
7778         (find-file-literally-at-point): Alias of `ffap-literally'.
7780 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
7782         * textmodes/ispell.el (ispell-skip-region-alist):
7783         * textmodes/css-mode.el (auto-mode-alist):
7784         * progmodes/compile.el (auto-mode-alist):
7785         * international/mule.el (ctext-non-standard-encodings-alist)
7786         (ctext-non-standard-encodings-regexp):
7787         * simple.el (shell-command-switch, text-read-only):
7788         * replace.el (occur-mode-map):
7789         * paths.el (rmail-file-name):
7790         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
7791         * find-file.el (ff-special-constructs):
7792         * files.el (file-name-handler-alist):
7793         * composite.el: Purecopy strings.
7795         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
7797 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
7799         * widget.el (define-widget): Purecopy the docstring.
7800         * international/mule-cmds.el (charset): Do not purecopy the
7801         docstring here, define-widget does it.
7803         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7804         * textmodes/bibtex-style.el (auto-mode-alist):
7805         * progmodes/inf-lisp.el (inferior-lisp-prompt):
7806         * progmodes/compile.el (compile-command):
7807         * language/korea-util.el (default-korean-keyboard):
7808         * international/mule-conf.el (file-coding-system-alist):
7809         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
7810         * tooltip.el (tooltip-frame-parameters):
7811         * newcomment.el (comment-end, comment-padding):
7812         * dired.el (dired-trivial-filenames):
7813         * comint.el (comint-file-name-prefix): Purecopy initial values.
7815 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
7817         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
7818         (tramp-advice-minibuffer-electric-tilde): Unload advices via
7819         `tramp-unload'.
7820         (tramp-advice-make-auto-save-file-name)
7821         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
7822         after removing the advice.
7824 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
7826         * progmodes/grep.el (grep-regexp-alist):
7827         * international/mule-cmds.el (iso-2022-control-alist):
7828         * emacs-lisp/timer.el (timer-duration-words):
7829         * subr.el (version-separator, version-regexp-alist):
7830         * minibuffer.el (completion-styles-alist):
7831         * faces.el (face-attribute-name-alist, list-faces-sample-text):
7832         Change defvars to defconsts.
7834         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
7835         * loadup.el ("international/mule-conf"): Load the byte compiled version.
7836         * international/mule-conf.el: Allow to be byte compiled.
7838         * international/mule.el (define-charset): Purecopy props.
7839         (load-with-code-conversion): Purecopy doc string and file name.
7840         (put-charset-property): Purecopy strings.
7841         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
7843         * international/mule-cmds.el (register-input-method): Purecopy arguments.
7844         (define-char-code-property): Correctly purecopy the table.
7846         * international/ccl.el (define-ccl-program): Purecopy the docstring.
7848         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
7850         * subr.el (add-hook): Purecopy strings.
7851         (eval-after-load): Purecopy load-history-regexp and the form.
7853         * custom.el (custom-declare-group): Purecopy load-file-name.
7855         * subr.el (menu-bar-separator): New defconst.
7856         * net/eudc.el (eudc-tools-menu):
7857         * international/mule-cmds.el (set-coding-system-map)
7858         (mule-menu-keymap):
7859         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7860         * vc-hooks.el (vc-menu-map):
7861         * replace.el (occur-mode-map):
7862         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
7863         (menu-bar-edit-menu, menu-bar-goto-menu)
7864         (menu-bar-custom-menu, menu-bar-showhide-menu)
7865         (menu-bar-options-menu, menu-bar-tools-menu)
7866         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
7867         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
7868         (menu-bar-help-menu):
7869         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
7870         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
7872         * term/x-win.el (x-gtk-stock-map):
7873         * progmodes/vera-mode.el (auto-mode-alist):
7874         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7875         (inferior-lisp-program, inferior-lisp-load-command):
7876         * progmodes/hideshow.el (hs-special-modes-alist):
7877         * progmodes/gud.el (same-window-regexps):
7878         * progmodes/grep.el (grep-program, find-program, xargs-program):
7879         * net/telnet.el (same-window-regexps):
7880         * net/rlogin.el (same-window-regexps):
7881         * language/ethiopic.el (font-ccl-encoder-alist):
7882         * vc-sccs.el (vc-sccs-master-templates):
7883         * vc-rcs.el (vc-rcs-master-templates):
7884         * subr.el (cl-assertion-failed):
7885         * simple.el (next-error-overlay-arrow-position):
7886         * lpr.el (lpr-command):
7887         * locate.el (locate-ls-subdir-switches):
7888         * info.el (same-window-regexps, info)
7889         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7890         * image-mode.el (image-mode, auto-mode-alist):
7891         * hippie-exp.el (hippie-expand-ignore-buffers):
7892         * format.el (format-alist):
7893         * find-dired.el (find-ls-subdir-switches, find-grep-options)
7894         (find-name-arg):
7895         * facemenu.el (facemenu-keybindings):
7896         * dired.el (dired-listing-switches, dired-chown-program):
7897         * diff.el (diff-switches, diff-command):
7898         * cus-edit.el (same-window-regexps):
7899         * bindings.el (mode-line-mule-info)
7900         (mode-line-buffer-identification): Purecopy strings.
7902 2009-11-11  Juri Linkov  <juri@jurta.org>
7904         * simple.el (dired-get-filename) <declare-function>:
7905         Tell the byte-compiler about dired-get-filename.
7906         (shell-command): In Dired mode, get filename from the current line
7907         as the default value.
7909 2009-11-10  Glenn Morris  <rgm@gnu.org>
7911         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
7912         * calendar/holidays.el, progmodes/cperl-mode.el:
7913         Update x-popup-menu declarations.
7915         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
7916         (list-load-path-shadows): Use dolist.
7917         (list-load-path-shadows): Use with-current-buffer.
7919 2009-11-10  Juri Linkov  <juri@jurta.org>
7921         * minibuffer.el (read-file-name): Support a list of default values
7922         in `default-filename'.  Use the first file name where only one
7923         element is required.  Doc fix.
7925 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
7927         * net/dbus.el (dbus-unregister-object): Release service, if no
7928         other method is registered for it.
7930 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
7932         * bookmark.el (bookmark-completing-read): Sort bookmark names if
7933         bookmark-sort-flag is non-nil (Bug#4653).
7935 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
7937         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
7938         the progress reporter entirely.
7940         * emulation/cua-base.el: Add CUA property to some CC mode commands
7941         (Bug#4100).
7943 2009-11-08  Kevin Ryde  <user42@zip.com.au>
7945         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
7946         at end of sentence (Bug#4818).
7948 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
7950         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7951         Handle "see declaration of" MSFT statements (Bug#4100).
7953 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
7955         * net/tramp.el (tramp-advice-make-auto-save-file-name)
7956         (tramp-advice-file-expand-wildcards): Unload via
7957         `ad-remove-advice'.
7959         * net/trampver.el: Update release number.
7961 2009-11-08  Kevin Ryde  <user42@zip.com.au>
7963         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
7964         `ad-do-it'.
7966 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
7968         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
7969         in order to keep context in SELinux.
7971 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
7973         * dired-aux.el (dired-query): Place cursor in echo area and allow
7974         C-g.
7976         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
7977         menu item if not on a directory (Bug#4701).
7979 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
7981         Sync with Tramp 2.1.17.
7983         * net/tramp.el (tramp-handle-copy-directory): Don't use
7984         `file-remote-p' (due to compatibility).
7986         * net/tramp-compat.el (tramp-compat-copy-directory)
7987         (tramp-compat-delete-directory): New defuns.
7989         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7990         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
7991         `tramp-compat-delete-directory'.
7993         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
7994         (tramp-smb-handle-delete-directory): Use
7995         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
7997         * net/trampver.el: Update release number.
7999 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
8001         * tar-mode.el (tar-copy): Call write-region on the right buffer
8002         (Bug#4857).
8004         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8005         by hand, if necessary (Bug#4878).
8007 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
8009         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8010         align size column (Bug#4839).
8012         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8013         statement.
8015 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8017         * progmodes/ld-script.el (auto-mode-alist):
8018         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8020         * cus-face.el (custom-declare-face): Purecopy face spec.
8022 2009-11-06  Kenichi Handa  <handa@m17n.org>
8024         * international/uni-bidi.el: Re-generated.
8025         * international/uni-category.el: Re-generated.
8026         * international/uni-combining.el: Re-generated.
8027         * international/uni-mirrored.el: Re-generated.
8029 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8031         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8032         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8033         (tex-start-options, slitex-run-command, latex-run-command)
8034         (tex-run-command, tex-directory):
8035         * textmodes/ispell.el (ispell-html-skip-alists)
8036         (ispell-tex-skip-alists, ispell-tex-skip-alists):
8037         * textmodes/fill.el (adaptive-fill-first-line-regexp):
8038         (adaptive-fill-regexp):
8039         * textmodes/dns-mode.el (auto-mode-alist):
8040         * progmodes/python.el (interpreter-mode-alist):
8041         * progmodes/etags.el (tags-compression-info-list):
8042         * progmodes/etags.el (tags-file-name):
8043         * net/browse-url.el (browse-url-galeon-program)
8044         (browse-url-firefox-program):
8045         * mail/sendmail.el (mail-signature-file)
8046         (mail-citation-prefix-regexp):
8047         * international/mule-conf.el (eight-bit):
8048         * international/latexenc.el (latex-inputenc-coding-alist):
8049         * international/fontset.el (x-pixel-size-width-font-regexp):
8050         * emacs-lisp/warnings.el (warning-type-format):
8051         * emacs-lisp/trace.el (trace-buffer):
8052         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8053         (emacs-lisp-mode-map):
8054         * calendar/holidays.el (holiday-solar-holidays)
8055         (holiday-bahai-holidays, holiday-islamic-holidays)
8056         (holiday-christian-holidays, holiday-hebrew-holidays)
8057         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8058         (hebrew-holidays-1, holiday-oriental-holidays)
8059         (holiday-general-holidays):
8060         * x-dnd.el (x-dnd-known-types):
8061         * tool-bar.el (tool-bar):
8062         * startup.el (site-run-file):
8063         * shell.el (shell-dumb-shell-regexp):
8064         * rfn-eshadow.el (file-name-shadow-tty-properties)
8065         (file-name-shadow-properties):
8066         * paths.el (remote-shell-program, news-directory):
8067         * mouse.el ([C-down-mouse-3]):
8068         * menu-bar.el (menu-bar-tools-menu):
8069         * jka-cmpr-hook.el (jka-compr-load-suffixes)
8070         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8071         (jka-compr-compression-info-list):
8072         * isearch.el (search-whitespace-regexp):
8073         * image-file.el (image-file-name-extensions):
8074         * find-dired.el (find-ls-option):
8075         * files.el (directory-listing-before-filename-regexp)
8076         (directory-free-space-args, insert-directory-program)
8077         (list-directory-brief-switches, magic-fallback-mode-alist)
8078         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8079         (automount-dir-prefix):
8080         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8081         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8082         (face-font-registry-alternatives, face-font-registry-alternatives)
8083         (face-font-family-alternatives):
8084         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8085         (facemenu-foreground-menu, facemenu-face-menu):
8086         * epa-hook.el (epa-file-name-regexp):
8087         * dnd.el (dnd-protocol-alist):
8088         * textmodes/rst.el (auto-mode-alist):
8089         * button.el (default-button): Purecopy strings.
8091 2009-11-06  Glenn Morris  <rgm@gnu.org>
8093         * Makefile.in (ELCFILES): Update.
8095 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8097         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8098         * emacs-lisp/levents.el: Move to obsolete/levents.el.
8100         * nxml/xsd-regexp.el (xsdre-gen-categories):
8101         * nxml/xmltok.el (xmltok-parse-entity):
8102         * nxml/rng-parse.el (rng-parse-validate-file):
8103         * nxml/rng-maint.el (rng-format-manual)
8104         (rng-manual-output-force-new-line):
8105         * nxml/rng-loc.el (rng-save-schema-location-1):
8106         * nxml/rng-cmpct.el (rng-c-parse-file):
8107         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8108         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8110 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
8112         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8113         Remove extra save-excursions and make-variable-buffer-local's.
8114         Suggested by Stefan Monnier.
8116         (verilog-getopt-file, verilog-module-inside-filename-p)
8117         (verilog-set-define): Merge GNU 1.35 and repair changes from
8118         switching to using with-current-buffer.
8120         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8121         being treated as a number and confusing AUTORESET.
8122         Reported by Dan Dever.
8124         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8125         Add verilog-auto-ignore-concat to fix backward compatibility with
8126         older verilog-modes.  Reported by Dan Katz.
8128         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8129         containing closing anchors "...$".
8131         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8132         Reported by Wade Smith.
8134         (verilog-batch-execute-func): Comment on function usage.
8136 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
8138         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8139         for labels.
8141         (verilog-label-re, verilog-calc-1): Support proper indent of named
8142         asserts.
8144         (verilog-backward-token, verilog-basic-complete-re)
8145         (verilog-beg-of-statement, verilog-indent-re): Support proper
8146         indent of the assert statement at the beginning of a block of text.
8148         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8149         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8150         tokens as begins.
8152 2009-11-05  Glenn Morris  <rgm@gnu.org>
8154         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8155         Emacs 19.  (Bug#1531)
8156         (byte-compile-fix-header): Update for the above change.
8157         Drop test for epoch::version.
8159         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8160         * cus-dep.el (custom-make-dependencies):
8161         * finder.el (finder-compile-keywords):
8162         Use autoload-rubric's feature argument.
8164         * calendar/diary-lib.el (top-level): Make load behave more like require.
8166         * vc-git.el (vc-git-stash-map): Move definition before use.
8168 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
8170         * custom.el (custom-declare-group): Purecopy standard-value.
8171         (custom-declare-group): Purecopy custom-prefix.
8173         * international/mule.el (load-with-code-conversion):
8174         Call do-after-load-evaluation unconditionally.
8176         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8178 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8180         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8182 2009-11-04  Glenn Morris  <rgm@gnu.org>
8184         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8185         (byte-compile-compatibility): Remove option.
8186         (byte-compile-close-variables, byte-compile-fix-header)
8187         (byte-compile-insert-header, byte-compile-output-docform)
8188         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8189         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8190         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8191         (byte-compile-insert, byte-compile-defun):
8192         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
8193         (byte-defop-compiler19): Remove.
8194         Without byte-compile-compatibility, the 'emacs19-opcode property is not
8195         used by anything.  Replace all calls with byte-defop-compiler.
8197 2009-11-04  Juri Linkov  <juri@jurta.org>
8199         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8200         (menu-bar-options-menu): Don't quote the `prop' arg of
8201         `menu-bar-make-mm-toggle'.
8203 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
8205         * calendar/calendar.el (cal-loaddefs):
8206         * calendar/diary-lib.el (diary-loaddefs):
8207         * calendar/holidays.el (hol-loaddefs):
8208         * eshell/esh-module.el (esh-groups): Load rather than require.
8210 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8212         * calendar/todo-mode.el (todo-add-category): Don't hardcode
8213         point-min==1.
8214         (todo-top-priorities): Only display-buffer when called interactively.
8215         (todo-item-start): Don't save excursion point.
8216         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
8217         (todo-insert-item-here, todo-file-item, todo-remove-item):
8218         Adjust uses of todo-item-start and todo-item-end.
8220         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8221         (autoload-rubric): Don't use any more.
8222         * cedet/semantic/fw.el (semantic/loaddefs):
8223         * cedet/srecode.el (srecode/loaddefs):
8224         * cedet/ede.el (ede/loaddefs): Load rather than require.
8225         * cedet/ede/cpp-root.el:
8226         * cedet/ede/emacs.el:
8227         * cedet/ede/files.el:
8228         * cedet/ede/linux.el:
8229         * cedet/ede/locate.el:
8230         * cedet/ede/make.el:
8231         * cedet/ede/shell.el:
8232         * cedet/ede/speedbar.el:
8233         * cedet/ede/system.el:
8234         * cedet/ede/util.el:
8235         * cedet/semantic/analyze.el:
8236         * cedet/semantic/bovine.el:
8237         * cedet/semantic/complete.el:
8238         * cedet/semantic/ctxt.el:
8239         * cedet/semantic/db-file.el:
8240         * cedet/semantic/db-find.el:
8241         * cedet/semantic/db-global.el:
8242         * cedet/semantic/db-mode.el:
8243         * cedet/semantic/db-typecache.el:
8244         * cedet/semantic/db.el:
8245         * cedet/semantic/debug.el:
8246         * cedet/semantic/dep.el:
8247         * cedet/semantic/doc.el:
8248         * cedet/semantic/edit.el:
8249         * cedet/semantic/find.el:
8250         * cedet/semantic/format.el:
8251         * cedet/semantic/html.el:
8252         * cedet/semantic/ia-sb.el:
8253         * cedet/semantic/ia.el:
8254         * cedet/semantic/idle.el:
8255         * cedet/semantic/lex-spp.el:
8256         * cedet/semantic/lex.el:
8257         * cedet/semantic/mru-bookmark.el:
8258         * cedet/semantic/scope.el:
8259         * cedet/semantic/senator.el:
8260         * cedet/semantic/sort.el:
8261         * cedet/semantic/symref.el:
8262         * cedet/semantic/tag-file.el:
8263         * cedet/semantic/tag-ls.el:
8264         * cedet/semantic/tag-write.el:
8265         * cedet/semantic/tag.el:
8266         * cedet/semantic/util-modes.el:
8267         * cedet/semantic/analyze/complete.el:
8268         * cedet/semantic/analyze/refs.el:
8269         * cedet/semantic/bovine/c.el:
8270         * cedet/semantic/bovine/gcc.el:
8271         * cedet/semantic/bovine/make.el:
8272         * cedet/semantic/bovine/scm.el:
8273         * cedet/semantic/decorate/include.el:
8274         * cedet/semantic/decorate/mode.el:
8275         * cedet/semantic/symref/cscope.el:
8276         * cedet/semantic/symref/global.el:
8277         * cedet/semantic/symref/grep.el:
8278         * cedet/semantic/symref/idutils.el:
8279         * cedet/semantic/symref/list.el:
8280         * cedet/semantic/wisent/java-tags.el:
8281         * cedet/semantic/wisent/javascript.el:
8282         * cedet/srecode/compile.el:
8283         * cedet/srecode/cpp.el:
8284         * cedet/srecode/document.el:
8285         * cedet/srecode/el.el:
8286         * cedet/srecode/expandproto.el:
8287         * cedet/srecode/getset.el:
8288         * cedet/srecode/insert.el:
8289         * cedet/srecode/java.el:
8290         * cedet/srecode/map.el:
8291         * cedet/srecode/mode.el:
8292         * cedet/srecode/template.el:
8293         * cedet/srecode/texi.el: Remove the file-local setting of
8294         generated-autoload-feature.
8296         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
8297         and only put a prop if it is non-nil.
8299 2009-11-03  Juri Linkov  <juri@jurta.org>
8301         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
8302         (menu-bar-options-menu): Fix list quoting (Bug#4429).
8304         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
8305         and "Menu" to make top-level menu item visually one unit (like
8306         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
8307         multi-word menu items).  Fix :help string for quit-window.
8309 2009-11-03  Glenn Morris  <rgm@gnu.org>
8311         * cedet/mode-local.el (with-mode-local): Doc fix.
8313         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
8314         (byte-compile-file-form-define-abbrev-table)
8315         (byte-compile-file-form-custom-declare-variable)
8316         (byte-compile-variable-ref, byte-compile-defvar):
8317         Whether or not a warning is enabled should only affect whether we issue
8318         the warning, not whether or not we collect the relevant data.
8319         Eg warnings can be turned on and off throughout the course of a file.
8321         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
8322         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
8324 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8326         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
8327         * play/mpuz.el (mpuz-create-buffer):
8328         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
8329         (lm-print-y,s,noise, lm-print-w0, lm-init):
8330         * play/gomoku.el (gomoku-prompt-for-move):
8331         * play/fortune.el (fortune-in-buffer):
8332         * play/dissociate.el (dissociated-press):
8333         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
8334         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
8335         * mail/supercite.el (sc-eref-show):
8336         * mail/smtpmail.el (smtpmail-send-it):
8337         * mail/rmailsum.el (rmail-summary-next-labeled-message)
8338         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
8339         (rmail-summary-undelete-many, rmail-summary-rmail-update)
8340         (rmail-summary-goto-msg, rmail-summary-expunge)
8341         (rmail-summary-get-new-mail, rmail-summary-search-backward)
8342         (rmail-summary-add-label, rmail-summary-output-menu)
8343         (rmail-summary-output-body):
8344         * mail/rfc822.el (rfc822-addresses):
8345         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
8346         * mail/mailpost.el (post-mail-send-it):
8347         * mail/hashcash.el (hashcash-generate-payment):
8348         * mail/feedmail.el (feedmail-run-the-queue)
8349         (feedmail-queue-send-edit-prompt-help-first)
8350         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
8351         (feedmail-deduce-address-list):
8352         * eshell/esh-ext.el (eshell-remote-command):
8353         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
8354         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
8355         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
8356         (viper-save-string-in-file, viper-valid-marker):
8357         * emulation/viper-keym.el (viper-toggle-key):
8358         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
8359         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
8360         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
8361         * emulation/viper-cmd.el (viper-exec-form-in-vi)
8362         (viper-exec-form-in-emacs, viper-brac-function):
8363         * emulation/viper.el (viper-delocalize-var):
8364         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
8365         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
8366         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
8367         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
8368         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
8369         * emulation/edt.el (edt-electric-helpify):
8370         * emulation/cua-rect.el (cua--rectangle-aux-replace):
8371         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
8372         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
8373         (cua-indent-to-global-mark-column):
8374         * calendar/diary-lib.el (calendar-mark-1):
8375         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
8376         Use with-current-buffer.
8377         * emulation/viper.el (viper-delocalize-var): Use dolist.
8379 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
8381         * comint.el (comint-replace-by-expanded-history-before-point):
8382         Replace !! with the previous input string literally (Bug#1795).
8384 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
8386         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
8387         to be made up of whitespace.
8389 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
8391         * minibuffer.el (read-file-name): Don't use file dialogs for
8392         remote directories (Bug#99).
8394 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
8396         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
8398 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
8400         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
8401         instead of deleting the window or frame.
8403 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
8405         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
8406         Support face colors.
8408         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
8409         New function.  Support face colors (Bug#1168).
8410         (tex-common-initialization): Use it.
8412         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
8413         mode allows it (Bug#1168).
8415 2009-10-31  Juri Linkov  <juri@jurta.org>
8417         * facemenu.el (list-colors-display): Don't mark buffer as
8418         modified (Bug#3948).
8420 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
8422         * international/mule-diag.el (list-character-sets-1): Minor
8423         message fix (Bug#3526).
8425         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
8426         face property (Bug#4834).
8427         (etags-list-tags, etags-tags-apropos-additional)
8428         (etags-tags-apropos, tags-select-tags-table): Add follow-link
8429         property.
8431         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
8432         items.
8434         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
8435         items.
8437         * cedet/ede.el (ede-minor-mode):
8438         * cedet/semantic.el (semantic-mode): Toggle menu separators.
8440 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8442         * textmodes/two-column.el (2C-split):
8443         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
8444         * textmodes/tex-mode.el (tex-set-buffer-directory):
8445         * textmodes/spell.el (spell-region, spell-string):
8446         * textmodes/reftex.el (reftex-erase-buffer):
8447         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
8448         * textmodes/reftex-toc.el (reftex-toc-promote-action):
8449         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
8450         (reftex-select-item):
8451         * textmodes/reftex-ref.el (reftex-label-info-update)
8452         (reftex-offer-label-menu):
8453         * textmodes/reftex-index.el (reftex-index-change-entry)
8454         (reftex-index-phrases-info):
8455         * textmodes/reftex-global.el (reftex-create-tags-file)
8456         (reftex-save-all-document-buffers, reftex-ensure-write-access):
8457         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
8458         (reftex-view-crossref-from-bibtex):
8459         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
8460         (reftex-extract-bib-entries-from-thebibliography)
8461         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
8462         * textmodes/refbib.el (r2b-capitalize-title):
8463         (r2b-convert-buffer, r2b-help):
8464         * textmodes/page-ext.el (pages-directory)
8465         (pages-directory-goto-with-mouse):
8466         * textmodes/bibtex.el (bibtex-validate-globally):
8467         * textmodes/bib-mode.el (bib-capitalize-title):
8468         * textmodes/artist.el (artist-clear-buffer, artist-system):
8469         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
8470         (local-set-scheme-interaction-buffer, xscheme-process-filter)
8471         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
8472         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
8473         (xscheme-send-control-g-interrupt, xscheme-start-process)
8474         (xscheme-process-sentinel, xscheme-cd):
8475         * progmodes/verilog-mode.el (verilog-read-always-signals)
8476         (verilog-set-define, verilog-getopt-file)
8477         (verilog-module-inside-filename-p):
8478         * progmodes/sh-script.el:
8479         * progmodes/python.el (python-pdbtrack-get-source-buffer)
8480         (python-pdbtrack-grub-for-buffer, python-execute-file):
8481         * progmodes/octave-inf.el (inferior-octave):
8482         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8483         (idlwave-shell-compile-helper-routines, idlwave-set-local)
8484         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
8485         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
8486         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
8487         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
8488         (idlwave-shell-filter, idlwave-shell-examine-highlight)
8489         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
8490         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
8491         (idlwave-shell-examine-display, idlwave-shell-run-region)
8492         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
8493         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
8494         * progmodes/idlw-help.el (idlwave-help-get-special-help)
8495         (idlwave-help-get-help-buffer):
8496         * progmodes/gud.el (gud-basic-call, gud-find-class)
8497         (gud-tooltip-activate-mouse-motions-if-enabled):
8498         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8499         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
8500         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
8501         (ebrowse-tags-next-file):
8502         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
8503         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
8504         (ebnf-eps-finish-and-write):
8505         * progmodes/cpp.el (cpp-edit-save):
8506         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
8507         * progmodes/cc-defs.el (c-emacs-features):
8508         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
8509         (antlr-directory-dependencies):
8510         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
8511         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
8512         (ada-find-any-references, ada-make-filename-from-adaname)
8513         (ada-make-body-gnatstub):
8514         * obsolete/rnews.el (news-list-news-groups):
8515         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
8516         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
8517         * net/rcirc.el (rcirc-debug):
8518         * net/newst-treeview.el (newsticker--treeview-list-add-item)
8519         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
8520         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
8521         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
8522         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
8523         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
8524         (newsticker--treeview-list-clear-highlight)
8525         (newsticker--treeview-list-update-highlight)
8526         (newsticker--treeview-list-highlight-start)
8527         (newsticker--treeview-tree-update-highlight)
8528         (newsticker--treeview-get-selected-item)
8529         (newsticker-treeview-mark-list-items-old)
8530         (newsticker--treeview-set-current-node):
8531         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8532         * net/newst-backend.el (newsticker--get-news-by-funcall)
8533         (newsticker--get-news-by-wget, newsticker--image-get)
8534         (newsticker--image-sentinel):
8535         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
8536         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
8537         (eudc-ph-close-session):
8538         * net/eudc.el (eudc-save-options):
8539         * language/thai-word.el (thai-update-word-table):
8540         * language/japan-util.el (japanese-string-conversion):
8541         * international/titdic-cnv.el (tsang-quick-converter)
8542         (ziranma-converter, ctlau-converter):
8543         * international/mule-cmds.el (describe-language-environment):
8544         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
8545         (skkdic-convert-postfix, skkdic-convert-prefix):
8546         (skkdic-convert-okuri-nasi, skkdic-convert):
8547         * emacs-lisp/re-builder.el (reb-update-overlays):
8548         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
8549         * emacs-lisp/gulp.el (gulp-send-requests):
8550         * emacs-lisp/find-gc.el (trace-call-tree):
8551         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
8552         (eieio-describe-generic):
8553         * emacs-lisp/eieio-base.el (eieio-persistent-read):
8554         * emacs-lisp/edebug.el (edebug-outside-excursion):
8555         * emacs-lisp/debug.el (debugger-make-xrefs):
8556         * emacs-lisp/cust-print.el (custom-prin1-to-string):
8557         * emacs-lisp/chart.el (chart-new-buffer):
8558         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
8559         Use with-current-buffer.
8560         * textmodes/artist.el (artist-system): Don't call
8561         copy-sequence on a fresh string.
8562         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
8564 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
8566         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
8567         is no item to edit.  (Bug#4820)
8568         (todo-top-priorities): Restore point and restore narrowing in Todo
8569         buffer.  (Bug#4820)
8571 2009-10-31  Glenn Morris  <rgm@gnu.org>
8573         * net/ange-ftp.el (top-level): Don't require dired when compiling.
8574         (comint-last-output-start, comint-last-input-start)
8575         (comint-last-input-end): Don't defvar when compiling.
8576         (ange-ftp-process-file): Use bound-and-true-p.
8578         * pcmpl-rpm.el (top-level): Move provide statement to end.
8579         (pcmpl-rpm): Remove unused custom group.
8581         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
8583         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
8585         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8586         (byte-compile-warnings): Add `constants' as an option.
8587         (byte-compile-callargs-warn, byte-compile-arglist-warn)
8588         (display-call-tree): Update for byte-compile-fdefinition possibly
8589         returning `(macro lambda ...)'.  (Bug#4778)
8590         (byte-compile-variable-ref, byte-compile-setq-default):
8591         Respect `constants' member of byte-compile-warnings.
8593         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
8594         Use mapc rather than mapcar because the return value is never used.
8596         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
8597         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
8598         * cedet/semantic/html.el:
8599         Suppress harmless warnings about setting up semantic-imenu (not
8600         part of Emacs) variables.
8602 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8604         * vc-bzr.el (vc-bzr-revision-keywords): New var.
8605         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
8606         to "submit:".
8608         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
8609         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
8610         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
8611         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
8612         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
8613         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
8614         (semantic-analyzer-debug-global-symbol)
8615         (semantic-analyzer-debug-missing-innertype)
8616         (semantic-analyzer-debug-insert-include-summary):
8617         * cedet/semantic/util.el (semantic-file-tag-table):
8618         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
8619         (semantic-recursive-find-nonterminal-by-name):
8620         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
8621         * cedet/semantic/tag-file.el (semantic-prototype-file):
8622         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
8623         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
8624         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
8625         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
8626         (semantic-idle-summary-maybe-highlight):
8627         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
8628         (semantic-ia-sb-tag-info):
8629         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
8630         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
8631         * cedet/semantic/ede-grammar.el (project-compile-target):
8632         (ede-proj-makefile-insert-variables):
8633         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
8634         (semantic-debug-set-source-location, semantic-debug-interface-layout)
8635         (semantic-debug-mode, semantic-debug):
8636         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
8637         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
8638         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
8639         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
8640         (semanticdb-find-translate-path-includes--internal)
8641         (semanticdb-reset-log, semanticdb-find-log-activity):
8642         * cedet/semantic/db-file.el (object-write):
8643         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
8644         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
8645         (semanticdb-create-ebrowse-database):
8646         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
8647         * cedet/semantic/complete.el (semantic-displayor-focus-request)
8648         (semantic-collector-calculate-completions-raw)
8649         (semantic-complete-read-tag-analyzer):
8650         * cedet/semantic/analyze.el (semantic-analyze-pulse):
8651         * cedet/ede/util.el (ede-update-version-in-source):
8652         * cedet/ede/proj.el (project-delete-target):
8653         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
8654         (ede-proj-flush-autoconf):
8655         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
8656         (ede-proj-configure-synchronize):
8657         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
8658         * cedet/ede/linux.el (ede-linux-version):
8659         * cedet/ede/emacs.el (ede-emacs-version):
8660         * cedet/ede/dired.el (ede-dired-add-to-target):
8661         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
8662         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
8663         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
8664         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
8665         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
8666         (cedet-idutils-version-check):
8667         * cedet/cedet-global.el (cedet-gnu-global-call):
8668         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
8669         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
8670         * cedet/cedet-cscope.el (cedet-cscope-call)
8671         (cedet-cscope-expand-filename, cedet-cscope-version-check):
8672         Use with-current-buffer.
8673         * cedet/ede.el (ede-make-project-local-variable)
8674         (ede-set-project-variables, ede-set): Use dolist.
8676 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
8678         * textmodes/ispell.el (ispell-skip-region-alist):
8679         * international/mule-conf.el (eight-bit):
8680         * international/fontset.el (font-encoding-alist):
8681         * startup.el (pure-space-overflow-message):
8682         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
8683         * paths.el (gnus-nntp-service, rmail-spool-directory)
8684         (term-file-prefix):
8685         * files.el (save-some-buffers-action-alist):
8686         * cmuscheme.el (same-window-buffer-names):
8687         * ielm.el (same-window-buffer-names):
8688         * shell.el (same-window-buffer-names):
8689         * mail/sendmail.el (same-window-buffer-names):
8690         * progmodes/inf-lisp.el (same-window-buffer-names):
8691         * bindings.el (mode-line-client)
8692         (mode-line-column-line-number-mode-map):
8693         * language/tibetan.el (tibetan-precomposition-rule-regexp)
8694         (tibetan-precomposed-regexp): Purecopy string arguments.
8696 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8698         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
8699         (calcDigit-nondigit):
8700         * calc/calc-yank.el (calc-copy-to-buffer):
8701         * calc/calc-units.el (calc-invalidate-units-table):
8702         * calc/calc-trail.el (calc-trail-yank):
8703         * calc/calc-store.el (calc-insert-variables):
8704         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
8705         * calc/calc-prog.el (calc-read-parse-table):
8706         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
8707         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
8708         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
8709         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
8710         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
8711         (calc-graph-name, calc-graph-find-command, calc-graph-view)
8712         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
8713         * calc/calc-ext.el (calc-realign):
8714         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
8715         (calc-embedded-finish-edit, calc-embedded-make-info)
8716         (calc-embedded-finish-command, calc-embedded-stack-change):
8717         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
8719         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
8720         (overload-docstring-extension): Use that info.
8721         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
8722         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
8723         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
8724         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
8725         (semantic-nonterminal-full-name): Add the new `when' info.
8726         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
8727         `assert'.
8729         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
8730         shell-dynamic-complete-filename in preference to
8731         comint-dynamic-complete-filename.
8733         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8734         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8735         Don't consider whether the display supports colors.
8736         (bookmark-import-new-list): Use dolist.
8737         (bookmark-bmenu-mode-map): Move initialization into declaration.
8738         (bookmark-bmenu-list): Use dolist, simplify.
8739         (bookmark-show-all-annotations): Use save-selected-window and dolist.
8740         (menu-bar-final-items): Use push.
8742 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
8744         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
8745         it works on remote files.
8746         (vc-hg-diff): Don't pass any `--cwd' argument.
8748 2009-10-27  Kevin Ryde  <user42@zip.com.au>
8750         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8751         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
8752         (Further to Bug#3921).
8754 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
8756         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
8757         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
8758         calling `tramp-imap-put-file'.  Add file size to the call.
8759         (tramp-imap-get-file-entries): Compute also user name, file size,
8760         and date.
8761         (tramp-imap-handle-insert-directory): Insert uid and gid.
8762         (tramp-imap-handle-file-attributes): Transform uid and gid
8763         according to `id-format'.
8764         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
8765         size in header X-Size.
8767 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
8769         * simple.el (transpose-subr): Give clearer error when the mark
8770         is not set.  (Bug#4807)
8772 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
8774         * net/tramp.el (tramp-perl-file-truename): New defconst.
8775         Perl code contributed by yary <not.com@gmail.com> (tiny change).
8776         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
8777         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
8778         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
8780         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
8781         Ignore `dired-call-process'.
8782         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
8784 2009-10-26  Julian Scheid  <julians37@gmail.com>
8786         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
8787         (tramp-get-remote-readlink): New defun.
8788         (tramp-handle-file-truename): Use it.
8789         (tramp-handle-file-exists-p): Check file-attributes cache, assume
8790         file exists if cache value present.
8791         (tramp-check-cached-permissions): New defun.
8792         (tramp-handle-file-readable-p): Use it.
8793         (tramp-handle-file-writable-p): Likewise.
8794         (tramp-handle-file-executable-p): Likewise.
8795         (tramp-handle-file-name-all-completions): Try using Perl to get
8796         partial completions.  When perl not available, combine `cd' and
8797         `ls' into single remote operation and use shell expansion to get
8798         partial remote directory contents.  Set `file-exists-p' cache for
8799         directory and any files returned by ls.  Change cache handling to
8800         support partial directory contents.  Use error message emitted by
8801         remote `cd' or Perl code for local tramp-error.
8802         (tramp-do-copy-or-rename-file-directly): Avoid separate
8803         tramp-send-command-and-check call.
8804         (tramp-handle-process-file): Merge three remote ops into one.
8805         Do not flush all caches when `process-file-side-effects' is set.
8806         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
8807         file-attributes shows uid/gid to be set already.
8809 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
8811         * textmodes/tex-mode.el (tex-dvi-view-command)
8812         (tex-show-queue-command, tex-open-quote):
8813         * progmodes/ruby-mode.el (auto-mode-alist)
8814         (interpreter-mode-alist): Purecopy strings.
8816         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
8818         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
8819         string for the hook, keymap and abbrev table.
8821         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
8823         * x-dnd.el (x-dnd-xdnd-to-action):
8824         * startup.el (fancy-startup-text, fancy-about-text): Change to
8825         defconst from defvar.
8827         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
8829         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
8830         Purecopy initialization strings.
8832         * mail/sendmail.el (mail-header-separator)
8833         (mail-personal-alias-file):
8834         * mail/rmail.el (rmail-default-dont-reply-to-names)
8835         (rmail-ignored-headers, rmail-retry-ignored-headers)
8836         (rmail-highlighted-headers, rmail-secondary-file-directory)
8837         (rmail-secondary-file-regexp):
8838         * files.el (null-device, file-name-invalid-regexp)
8839         (locate-dominating-stop-dir-regexp)
8840         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
8841         (interpreter-mode-alist): Use mapcar instead of mapc.
8843         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
8845         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
8846         (completion-ignored-extensions):
8847         (debug-ignored-errors): Purecopy strings.
8849 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8851         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
8852         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
8853         (pcomplete--here): Use push.
8855         * subr.el (all-completions): Declare the 4th arg obsolete.
8857 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8859         * pcomplete.el (pcomplete-unquote-argument-function): New var.
8860         (pcomplete-unquote-argument): New function.
8861         (pcomplete--common-suffix): Always pay attention to case.
8862         (pcomplete--table-subvert): Quote and unquote the text.
8863         (pcomplete--common-quoted-suffix): New function.
8864         (pcomplete-std-complete): Use it and pcomplete-begin.
8866         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
8867         we're inside a dedicated or minibuffer window.
8869 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8871         * cedet/semantic/fw.el (semantic-alias-obsolete)
8872         (semantic-varalias-obsolete): Make the `when' arg mandatory.
8873         (define-mode-overload-implementation):
8874         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
8875         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
8876         * cedet/semantic/util.el (semantic-file-token-stream)
8877         (semantic-something-to-stream):
8878         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
8879         (semantic-expand-nonterminal):
8880         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
8881         (semantic-find-dependency, semantic-find-nonterminal)
8882         (semantic-find-dependency):
8883         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
8884         (semantic-flex-text, semantic-flex-make-keyword-table)
8885         (semantic-flex-keyword-p, semantic-flex-keyword-put)
8886         (semantic-flex-keyword-get, semantic-flex-map-keywords)
8887         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
8888         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
8889         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
8890         (semantic-after-idle-scheduler-reparse-hooks):
8891         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
8892         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
8893         * cedet/semantic.el (semantic-toplevel-bovine-table)
8894         (semantic-toplevel-bovine-cache)
8895         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
8896         (semantic-init-mode-hooks, semantic-init-db-hooks)
8897         (semantic-bovination-working-type): Provide the `when' arg.
8899 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
8901         * bookmark.el: Update documentation, especially documentation
8902         of `bookmark-alist' and of the bookmark file format.
8903         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
8905 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
8907         * mail/emacsbug.el (report-emacs-bug): Clarify that the
8908         keybindings apply to the mail buffer (Bug#4003).  Shrink help
8909         window to buffer.
8911         * whitespace.el (whitespace-mode, whitespace-newline-mode)
8912         (global-whitespace-mode, global-whitespace-newline-mode)
8913         (whitespace-toggle-options, global-whitespace-toggle-options):
8914         Doc fix (Bug#3660).
8916         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
8917         of xmltok-start before the end tag was inserted (Bug#2840).
8919         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
8920         patterns that are preceded by an open-paren (Bug#1320).
8922 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
8924         * files.el (delete-directory): Delete symlinks to directories with
8925         delete-file (Bug#4739).
8927 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
8929         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
8930         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
8931         argument to make-obsolete.
8933         * cedet/semantic/fw.el (semantic-alias-obsolete)
8934         (semantic-varalias-obsolete): Add optional WHEN argument.
8936 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
8938         * vc.el (vc-backend-for-registration): Rename from
8939         vc-get-backend-for-registration.  Update callers.
8941         * international/mule-cmds.el (set-language-info-alist):
8942         Purecopy lang-env.
8943         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
8944         (charset): Purecopy the name.
8945         (define-char-code-property): Purecopy string arguments.
8947         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8948         Purecopy string arguments.
8950         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8951         * ediff-hook.el (menu-bar-ediff-menu):
8952         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
8953         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
8955 2009-10-24  Glenn Morris  <rgm@gnu.org>
8957         * comint.el (comint-dynamic-list-completions):
8958         * term.el (term-dynamic-list-completions): Use choose-completion rather
8959         than obsolete alias mouse-choose-completion.
8961         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
8962         file-cache-choose-completion.
8963         (file-cache-choose-completion): Handle an optional event argument.
8964         (file-cache-mouse-choose-completion): Make it an obsolete alias.
8966         * progmodes/octave-mod.el (octave-complete-symbol):
8967         Use choose-completion if mouse-choose-completion is ever removed.
8969         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
8970         use.
8972         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
8973         compiler.
8975         * vc-hooks.el (vc-responsible-backend): Fix declaration.
8977 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8979         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
8980         Ignore `pred' now that we receive one.
8981         Handle test-completion specially.
8983 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
8985         * vc.el (vc-responsible-backend): Throw an error if not backend is
8986         found.  Remove the REGISTER argument.  Move the code dealing with
8987         REGISTER ...
8988         (vc-get-backend-for-registration): ... here.  New function.
8989         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
8990         of vc-responsible-backend, pass the file name instead of the
8991         directory name.
8993 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8995         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
8996         New funs.
8997         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
8998         (pcomplete-comint-setup): Don't modify a global var via
8999         accidental side-effects.
9000         (pcomplete-shell-setup): Adjust call accordingly.
9001         (pcomplete-parse-comint-arguments): Use push.
9003 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
9005         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9006         Allow uncapitalized info node names (Bug#3921).
9008         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9009         to the DEBUG file (Bug#3781).
9011 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
9013         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9014         dictionary entry (Bug#4579).
9016 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
9018         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9019         from `rfn-eshadow-update-overlay-hook' when unloading.
9020         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9021         "rsyncc".  Adjust doc string.
9022         (tramp-temp-buffer-file-name): New buffer-local defvar.
9023         (tramp-handle-insert-file-contents, tramp-handle-write-region):
9024         Keep temporary file when indicated by method ("rsync" and
9025         "rsyncc").
9026         (tramp-handle-write-region): Handle APPEND.
9027         (tramp-delete-temp-file-function): New defun.  Added to
9028         `kill-buffer-hook'.
9030 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
9032         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9034 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9036         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9037         (color-name-rgb-alist, tty-standard-colors)
9038         (tty-color-mode-alist): Change to defconst.
9040         * simple.el (mark-inactive): Purecopy message.
9042         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9043         (global-map, yank-menu):
9044         * textmodes/ispell.el (ispell-menu-map):
9045         * net/eudc.el (eudc-tools-menu):
9046         * international/mule-cmds.el (describe-language-environment-map)
9047         (setup-language-environment-map, set-coding-system-map)
9048         (mule-menu-keymap):
9049         * vc-hooks.el (vc-menu-entry, vc-menu-map):
9050         * replace.el (occur-mode-map):
9051         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9053 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
9055         * calc/calc.el (math-read-number, math-read-number-simple): Use
9056         `save-match-data'.
9058 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9060         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9061         rather than fiddling with global-map bindings, since it should only
9062         affect per-terminal settings.
9063         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9065         * minibuffer.el (completion-table-with-terminator): Allow to specify
9066         the terminator-regexp.
9068         * simple.el (switch-to-completions): Look for *Completions* in other
9069         frames as well.
9071         * pcomplete.el: Allow the use of completion-tables.
9072         (pcomplete-std-complete): New command.
9073         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9074         (pcomplete--here): Use a function for `form' rather than an expression,
9075         so it can be byte-compiled.
9076         (pcomplete-here, pcomplete-here*): Adjust accordingly.
9077         Add edebug declaration.
9078         (pcomplete-show-completions): Remove unused var `curbuf'.
9079         (pcomplete-do-complete, pcomplete-stub):
9080         Don't assume `completions' is a list of strings any more.
9082 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
9084         * find-dired.el (find-name-arg): Fix typo in docstring.
9086 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9088         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9089         (pcmpl-linux-fs-types): Same, and update to new modules layout.
9091         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9092         pcomplete-entries.
9094         * comint.el (comint-read-input-ring, comint-write-input-ring)
9095         (comint-substitute-in-file-name)
9096         (comint-dynamic-complete-as-filename)
9097         (comint-dynamic-simple-complete)
9098         (comint-dynamic-list-filename-completions)
9099         (comint-dynamic-list-completions)
9100         (comint-redirect-results-list-from-process): Minor simplifications.
9102 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9104         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9105         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9106         the first form.  And insert a blank line after ";;; Code" since
9107         that's usual style.  (Bug#4612)
9109         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9111 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9113         * minibuffer.el (completion-table-with-terminator): Properly implement
9114         boundaries, in case `terminator' appears in the suffix.
9115         (completion--embedded-envvar-table): Don't return boundaries if
9116         there's no valid completion.  Simplify.
9117         (completion-file-name-table): New completion table extracted from
9118         completion--file-name-table.
9119         (completion--file-name-table): Use it.
9120         (read-file-name-predicate): Declare obsolete.
9121         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9122         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9123         completion-file-name-table, and use the `pred' argument.
9124         * files.el (locate-file-completion-table): Use the `pred' arg rather
9125         than read-file-name-predicate.
9126         (abbreviate-file-name): Use \` rather than ^ for BOS.
9128 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
9130         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9131         vc-responsible-backend to register, it causes problems.
9133 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9135         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9137 2009-10-21  Eric Ludlam  <zappo@gnu.org>
9139         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9140         (semantic-c-debug-mode-init-pch): New functions.
9141         (semantic-c-debug-mode-init-last-mode): New var.
9142         (semantic-c-parse-lexical-token): Use them.
9144         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9145         When extracting the argument list, limit only by point-max.
9147 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
9149         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9150         (tramp-smb-handle-file-attributes): Use it.
9151         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9152         (tramp-smb-handle-insert-directory): Use `mapc' rather than
9153         `mapcar'.  Use `tramp-smb-get-stat-capability'.
9154         Add `dired-filename' text properties.
9155         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9156         (tramp-smb-maybe-open-connection): Simplify check for smbclient
9157         version.
9159 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9161         * subr.el (read-key-delay): Reduce to 0.01.
9162         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9163         (bug#4751).
9165 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9167         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9169         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9170         (Info-menu): Remove unused vars `last' and `completions'.
9171         (Info-index-nodes): Remove unused var `node'.
9173         * info.el (Info-complete-menu-item): Use complete-with-action.
9175 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
9177         Make vc-annotate work through copies and renames.
9178         * vc-annotate.el (vc-annotate-extract-revision-at-line):
9179         Return the file name too.
9180         (vc-annotate-revision-at-line)
9181         (vc-annotate-find-revision-at-line)
9182         (vc-annotate-revision-previous-to-line)
9183         (vc-annotate-show-log-revision-at-line): Update to get the file
9184         name from vc-annotate-extract-revision-at-line.
9185         (vc-annotate-show-diff-revision-at-line-internal): Change the
9186         argument to mean whether to show a file diff or not.  Get the file
9187         name from vc-annotate-extract-revision-at-line.
9188         (vc-annotate-show-diff-revision-at-line):
9189         Update vc-annotate-show-diff-revision-at-line call.
9190         (vc-annotate-warp-revision): Add an optional file argument.
9192         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9193         (vc-git-annotate-extract-revision-at-line): Also return the file
9194         name if found.
9196         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9197         command.  Remove unused code.
9198         (vc-hg-annotate-re): Update to match --follow output.
9199         (vc-hg-annotate-extract-revision-at-line): Also return the file
9200         name if found.
9202         * vc.el: Update annotate-extract-revision-at-line documentation.
9204 2009-10-18  Kevin Ryde  <user42@zip.com.au>
9206         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9207         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9209         * net/browse-url.el (browse-url): Identify alist with "consp and
9210         not functionp" and let all other things go down the `apply' leg,
9211         as suggested by Stefan.  (Further to bug#4531.)
9213 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
9215         * minibuffer.el (read-file-name): Check for repeat before putting
9216         a default argument in file-name-history (Bug#4657).
9218         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9219         read syntax (Bug#4737).
9221         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9223 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9225         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9226         (html-tag-alist, html-tag-help): Add descriptions for undocumented
9227         entries and make note of obsolete tags.
9229 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9231         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9233 2009-10-18  Glenn Morris  <rgm@gnu.org>
9235         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9236         grep, so that binary files (eg international/uni-bidi.el) can match.
9237         Remove test for "UnicodeData" files, since it is hopefully unnecessary
9238         now, and in any case the file header format has changed.
9240 2009-10-17  Glenn Morris  <rgm@gnu.org>
9242         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9243         (flyspell-get-word, flyspell-large-region)
9244         (flyspell-auto-correct-previous-word): Doc/error message fixes.
9246 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9248         * Makefile.in (ELCFILES): Add ede/shell.
9250 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
9252         * term/common-win.el (x-colors): Purecopy it.
9254 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9256         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9257         permissive for when the buffer is empty.
9258         (tar-header-block-tokenize): Decode the username and groupname.
9259         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9261 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9263         * cedet/srecode/srt.el:
9264         * cedet/srecode/compile.el:
9265         * cedet/semantic/mru-bookmark.el:
9266         * cedet/semantic/debug.el:
9267         * cedet/semantic/complete.el:
9268         * cedet/semantic/analyze.el: Require CL when compiling.
9270 2009-10-17  Eric Ludlam  <zappo@gnu.org>
9272         * cedet/semantic/scope.el
9273         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
9274         tmpscope so that the regular scope will continue to work.
9276         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
9277         Use semantic-idle-summary-highlight-face as the highlighting.
9279         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
9280         contains multibyte characters, choose first applicable coding
9281         system automatically.
9283         * cedet/ede/project-am.el (project-run-target): New method.
9284         (project-run-target): New method.
9286         * cedet/ede.el (ede-target): Add run target menu item.
9287         (ede-project, ede-minor-keymap): Add ede-run-target binding.
9288         (ede-run-target): New function.
9289         (ede-target::project-run-target): New method.
9291         * cedet/ede/proj.el (project-run-target): New method.
9293         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
9294         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
9295         Add :rules.
9296         (ede-proj-target-makefile-shared-object): Only libtool compilers
9297         now available.  Add linkers for libtool.
9298         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
9299         (ede-proj-makefile-target-name): Always use .la extension.
9301         * cedet/ede/proj-prog.el (project-run-target): New method.
9303         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
9304         (ede-g++-linker): Change Change link lines.
9306         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
9307         When searching for old variables, go to the end of the buffer and
9308         search backward from there.
9309         (ede-proj-makefile-automake-insert-subdirs)
9310         (ede-proj-makefile-automake-insert-extradist): New methods.
9311         (ede-proj-makefile-create): Use them.
9313         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
9314         Force FILE to expand to the current target.  Use file-exists-p to
9315         check that it exists.
9317         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
9318         (ede-linux-load): Wrap dir in file-name-as-directory.
9319         Set :version slot.
9321         * cedet/ede/files.el (ede-get-locator-object): When enabling
9322         locate, do so on "top".
9324         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
9325         file-name-as-directory during compare.
9326         (ede-emacs-version): Return Emacs/XEmacs differentiator.
9327         Get version number from different places.  Don't call egrep.
9328         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
9329         to set the directory.
9331         * cedet/ede/shell.el: New file.
9333         * cedet/inversion.el (inversion-decoders): Allow for stray . in
9334         alpha/beta variants.
9336 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9338         * international/mule-cmds.el (select-safe-coding-system): If the file
9339         has a coding cookie, use it regardless of any other setting (bug#4712).
9341 2009-10-17  Glenn Morris  <rgm@gnu.org>
9343         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
9344         All errors should have messages.
9346         * foldout.el (foldout-mouse-swallow-events):
9347         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
9349         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
9350         (dired-keep-marker-copy, dired-keep-marker-hardlink)
9351         (dired-keep-marker-symlink, dired-dwim-target)
9352         (dired-copy-preserve-time): Do not autoload these defcustoms.
9354         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
9355         messages from messing up the file coding.  (Bug#4623)
9357 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
9359         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
9360         if no match is found for the current dictionary.  (Bug#4578)
9362         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
9363         optional, since that is how it is documented, and this is often called
9364         with a nil argument.  (Bug#4577)
9365         (flyspell-external-point-words, flyspell-auto-correct-word)
9366         (flyspell-correct-word-before-point, flyspell-word-search-forward)
9367         (flyspell-word-search-backward): Remove nil argument in calls to
9368         flyspell-get-word, since it is not needed now.
9370 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
9372         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
9374 2009-10-16  Glenn Morris  <rgm@gnu.org>
9376         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
9378 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
9380         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
9381         (ange-ftp-file-size): New function.
9382         (ange-ftp-file-attributes): Use it.
9384 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
9386         * net/tramp-smb.el (tramp-smb-version): New defvar.
9387         (tramp-smb-maybe-open-connection): Use it, in order to avoid
9388         repeated checks.
9390 2009-10-16  Glenn Morris  <rgm@gnu.org>
9392         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9393         Maybe copy some custom properties from old to new name.  (Bug#4706)
9395 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
9397         * subr.el (error, sit-for, start-process-shell-command)
9398         (start-file-process-shell-command): Set the calling convention
9399         after the function definition.
9401 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9403         * subr.el (error, sit-for, start-process-shell-command)
9404         (start-file-process-shell-command): Use the new
9405         set-advertised-calling-convention feature.
9407 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
9409         * international/ucs-normalize.el (ucs-normalize-version):
9410         Change to 1.2.
9411         (check-range): Adjust for Unicode 5.2.
9413 2009-10-15  Juri Linkov  <juri@jurta.org>
9415         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
9416         to the `menu-item' format.
9418 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
9420         * net/tramp.el (tramp-replace-environment-variables): Do not fail
9421         if the environment variable does not exist.
9423         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9424         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
9425         parameter.
9426         (tramp-smb-handle-add-name-to-file)
9427         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9428         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9429         (tramp-smb-handle-file-attributes)
9430         (tramp-smb-do-file-attributes-with-stat)
9431         (tramp-smb-handle-file-local-copy)
9432         (tramp-smb-handle-insert-directory)
9433         (tramp-smb-handle-make-directory)
9434         (tramp-smb-handle-make-directory-internal)
9435         (tramp-smb-handle-make-symbolic-link)
9436         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
9437         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
9438         (tramp-smb-maybe-open-connection): Apply the changed parameters.
9439         (tramp-smb-read-file-entry): Read Disk names in compressed format.
9440         Handle long file names.
9441         (tramp-smb-get-cifs-capabilities): Check, whether the connection
9442         process is running.
9443         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
9444         Read share names with "-g" option.
9446 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
9448         * net/rcirc.el (rcirc-view-log-file): New command.
9449         (rcirc-track-minor-mode-map): Remove C-c ` binding.
9450         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
9451         specified.
9453 2009-10-15  Glenn Morris  <rgm@gnu.org>
9455         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
9456         from the second command-line argument.
9457         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
9458         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
9459         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
9460         w32-batch-update-autoloads.
9461         * emacs-lisp/autoload.el (autoload-make-program): New variable.
9462         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
9464         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
9465         the headers cannot be located.  Simplify, subtracting superflous
9466         save-excursions.
9468 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9470         Replace completion-base-size by completion-base-position to fix bugs
9471         such as (bug#4699).
9472         * simple.el (completion-base-position): New var.
9473         (completion-base-size): Mark as obsolete.
9474         (choose-completion): Make it work for mouse events as well.
9475         Pass the new base-position to choose-completion-string.
9476         (choose-completion-guess-base-position): New function, extracted from
9477         choose-completion-delete-max-match.
9478         (choose-completion-delete-max-match): Use it.  Make obsolete.
9479         (choose-completion-string): Use the new base-position info.
9480         (completion-root-regexp): Delete.
9481         (completion-setup-function): Preserve completion-base-position.
9482         Eliminate obsolete base-size manipulation.
9483         * minibuffer.el (display-completion-list): Don't mess with base-size.
9484         (minibuffer-completion-help): Set completion-base-position instead.
9485         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
9486         choose-completion.
9487         * textmodes/bibtex.el (bibtex-complete):
9488         * emacs-lisp/crm.el (crm--choose-completion-string):
9489         Adjust to new calling convention.
9490         * complete.el (partial-completion-mode): Use minibufferp to avoid
9491         bumping into incompatible change to choose-completion-string-functions.
9492         * ido.el (ido-choose-completion-string): Make its calling convention
9493         more permissive.
9494         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
9495         base-size manipulation.
9496         (comint-dynamic-list-input-ring): Use dotimes and push.
9497         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
9498         fundamental-mode.  Use `or'.
9500 2009-10-14  Juri Linkov  <juri@jurta.org>
9502         * misearch.el (multi-isearch-next-buffer-from-list)
9503         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
9505 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9507         * Makefile.in (compile-onefile): Load `bytecomp' rather than
9508         `bytecomp.el'.
9510         * minibuffer.el (completion-pcm--merge-completions): Make sure the
9511         string we return is all made up of text from the completions rather
9512         than part from the completions and part from the input (bug#4219).
9514         * ido.el (ido-everywhere): Use define-minor-mode.
9516         * buff-menu.el (list-buffers, ctl-x-map):
9517         Mark the entry points with ;;;###autoload cookies.
9519 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
9521         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
9522         correctly in the detached head case.
9523         (vc-git-print-log): Remove unused binding.
9525         * vc.el (vc-responsible-backend): When a directory is passed for
9526         for registration create a VC repository if no backend is
9527         responsible for the directory argument.
9528         (vc-deduce-fileset): Tell vc-responsible-backend to register.
9530         * vc.el: Move comments about RCS and SCCS ...
9531         * vc-rcs.el:
9532         * vc-sccs.el: ... here, respectively.
9534 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9536         * minibuffer.el (completion--file-name-table): Return nil if there's
9537         no file completion, even if substitute-in-file-name changed
9538         the string (bug#4708).
9540 2009-10-13  Juri Linkov  <juri@jurta.org>
9542         * files-x.el (read-file-local-variable-value): Don't filter out
9543         minor modes from mode name completion (bug#4664).
9545 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
9547         * international/mule-cmds.el (ucs-names): Remove exclusion of
9548         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
9550 2009-10-13  Kenichi Handa  <handa@m17n.org>
9552         * international/uni-name.el: Regenerated.
9554 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
9556         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
9557         should be automatically buffer-local, but isn't.)
9559 2009-10-12  Sam Steingold  <sds@gnu.org>
9561         * progmodes/compile.el (compilation-next-error-function): Fix the
9562         timestamps if the buffer has been visited before.
9563         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
9564         non-anchored patterns, like the perl one (bug#3928).
9566 2009-10-12  Glenn Morris  <rgm@gnu.org>
9568         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
9569         Let-bind `size'.
9571 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
9573         * proced.el (proced-unload-function): New function.
9575         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
9576         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
9577         Doc fix.
9579         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
9581 2009-10-11  Juri Linkov  <juri@jurta.org>
9583         * files-x.el (read-file-local-variable-value):
9584         Provide default value only for bound variables (bug#4664).
9586 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
9588         * net/tramp.el (tramp-local-host-p): Function shall return nil for
9589         connection methods like smb.
9591         * net/tramp-cache.el (tramp-flush-connection-property): The hash
9592         can be empty.
9594         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9595         (tramp-smb-file-name-handler-alist): Add handlers for
9596         `add-name-to-file', `make-symbolic-link'.
9597         (tramp-smb-handle-add-name-to-file)
9598         (tramp-smb-do-file-attributes-with-stat)
9599         (tramp-smb-handle-make-symbolic-link)
9600         (tramp-smb-get-cifs-capabilities): New defuns.
9601         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9602         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9603         (tramp-smb-handle-file-local-copy)
9604         (tramp-smb-handle-make-directory-internal)
9605         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9606         The file name syntax depends on cifs capabilities.
9607         (tramp-smb-handle-file-attributes):
9608         Call `tramp-smb-do-file-attributes-with-stat' if possible.
9609         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
9610         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
9612 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
9614         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
9615         (eieio-defclass): Apply deftype handler and setf-method properties
9616         directly.
9617         (eieio-add-new-slot): Avoid union function from cl library.
9618         (eieio--typep): New function.
9619         (eieio-perform-slot-validation): Use it.
9621 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
9623         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
9624         Update documentation to refer to the variables documented in r1.135.
9625         (Bug#4188)
9627 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
9629         * bookmark.el (Info-suffix-list): Remove this unused variable.
9630         (bookmark-current-point): Remove this obsolete variable.
9631         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
9632         Adjust for removal of bookmark-current-point.
9634         (bookmarks-already-loaded, bookmark-current-buffer)
9635         (bookmark-yank-point): Document.  (Bug#4188)
9637 2009-10-10  Glenn Morris  <rgm@gnu.org>
9639         * frame.el (frame-height): Doc fix.
9641         * calendar/calendar.el (calendar-split-width-threshold): New option.
9642         (calendar-basic-setup): Use calendar-split-width-threshold.
9644 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
9646         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
9647         Use .la for Automake.
9649 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
9651         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
9652         Use "autoreconf -i".  Suggested by Andreas Schwab.
9654 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
9656         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
9657         Ideographic Supplement" range (U+1F200..U+1F2FF).
9659 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9661         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
9662         since the list will have been rebuilt anyway.  (Bug#4349)
9664 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9666         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
9667         (bookmark-bmenu-execute-deletions): Don't save here, as
9668         bookmark-delete will now do so if necessary.
9669         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
9670         (Bug#4348)
9672 2009-10-09  Glenn Morris  <rgm@gnu.org>
9674         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
9676 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9678         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
9679         (bookmark-jump-other-window): Just invoke bookmark-jump with new
9680         argument now, so the two function's behaviors will match.  (Bug#3645)
9682 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
9684         * cedet/ede/proj.el (project-make-dist, project-compile-project):
9685         Fix filename test.
9686         (ede-proj-dist-makefile): Use expand-file-name instead of concat
9687         to expand file names.
9689 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
9691         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
9692         (tramp-file-name-real-host, tramp-file-name-port):
9693         Apply `save-match-data'.
9695         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
9696         case both directories are remote.
9697         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
9698         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
9700 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
9702         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
9703         (ede-proj-target-makefile-objectcode): Use it.
9705         * cedet/ede/source.el (ede-want-any-source-files-p)
9706         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
9707         Return search result.  This error was introduced while merging.
9709 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
9711         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
9713 2009-10-07  Glenn Morris  <rgm@gnu.org>
9715         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
9716         of concat.
9718 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9720         * files-x.el (read-file-local-variable): Include some
9721         non-user-variables in the completion table (bug#4664).
9723 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
9725         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
9726         message.
9728         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9729         (tramp-smb-file-name-handler-alist): Add handler for
9730         `copy-directory', `expand-file-name', `set-file-modes'.
9731         (tramp-smb-handle-copy-directory)
9732         (tramp-smb-handle-expand-file-name)
9733         (tramp-smb-handle-set-file-modes): New defuns.
9734         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
9735         (tramp-smb-handle-file-attributes): Simplify check for retrieving
9736         entry.
9737         (tramp-smb-handle-insert-directory): Don't flush the cache.
9738         (tramp-smb-maybe-open-connection): Check for samba client and
9739         server versions.
9741 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
9743         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
9744         to not error out of search for "^lisp=" fails.
9746 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
9748         * makefile.w32-in (WINS_UPDATES): New macro.
9749         (custom-deps, finder-data, autoloads): Use it.
9751 2009-10-07  Glenn Morris  <rgm@gnu.org>
9753         * Makefile.in (autoloads): Revert previous change.
9754         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
9755         the list of preloaded files passed on the command-line, get
9756         it from src/Makefile.
9758         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
9759         show the original buffer rather than a random one.
9761 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
9763         * help.el (describe-no-warranty): Place point in a slightly better
9764         position in the GPLv3 text.
9766 2009-10-06  Sam Steingold  <sds@gnu.org>
9768         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
9769         the comm attribute is present before calling regexp-quote.
9771 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
9773         * play/animate.el (animate-string): For good effect, make sure
9774         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
9776         * play/animate.el (animate-sequence, animate-birthday-present):
9777         * misc.el (butterfly): Don't set `indent-tabs-mode'.
9779 2009-10-06  Glenn Morris  <rgm@gnu.org>
9781         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
9783         * emacs-lisp/autoload.el (autoload-excludes): New variable.
9784         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
9785         (batch-update-autoloads): Process a string value of autoload-excludes,
9786         set during the build process.
9787         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
9789         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
9790         inside with-parsed...  macro so that `v' is defined.
9792         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
9793         * progmodes/fortran.el (fortran-end-of-block)
9794         (fortran-beginning-of-block):
9795         Also push mark in the macro case.
9797         * emerge.el (emerge-show-file-name):
9798         * calc/calc.el (calc-quit):
9799         * calc/calc-misc.el (calc-big-or-small):
9800         * calc/calc-graph.el (calc-graph-view):
9801         * calc/calc-ext.el (calc-reset):
9802         * calendar/calendar.el (calendar-basic-setup):
9803         Use window-full-height-p.
9805         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
9806         header we don't understand, don't insert another.  (Bug#4624)
9807         If changing mime charset, insert the new one in the right place.
9809 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
9811         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
9812         (cal-tex-cursor-month): Correctly increment the end date for diary and
9813         holiday listing.  (Bug#4626)
9815 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9817         * help-fns.el (describe-function-1): Don't burp if the function is not
9818         a symbol.
9820 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
9822         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
9823         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
9824         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
9825         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
9827         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
9828         (eieio-default-superclass): Reflow docstrings.
9829         (this, class-option-assoc, defclass, eieio-class-un-autoload)
9830         (eieio-unbind-method-implementations, defmethod)
9831         (eieio-validate-slot-value, eieio-validate-class-slot-value)
9832         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
9833         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
9834         (eieio-slot-originating-class-p, eieio-slot-name-index)
9835         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
9836         (constructor, initialize-instance, no-next-method, object-print)
9837         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
9838         Fix typos in docstrings.
9839         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
9840         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
9841         (next-method-p): Doc fixes.
9842         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
9843         Fix typos in error messages.
9844         (eieio-defmethod): Fix typo in description of generic method.
9846         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
9847         (eieio-persistent-save-interactive, slot-missing):
9848         Fix typos in docstrings.
9849         (eieio-instance-inheritor-slot-boundp): Doc fix.
9851         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
9852         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
9854         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
9855         (eieio-custom-object-apply-reset):
9856         Fix typos in docstrings and error messages.
9858         * emacs-lisp/eieio-datadebug.el (data-debug-show):
9859         Fix typo in docstring.
9861         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
9862         (eieio-browse-tree): Doc fix.
9863         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
9864         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
9865         Fix typos in docstrings.
9867         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
9868         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
9869         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
9870         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
9871         Reflow docstrings.
9873 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
9875         * vc-hg.el (log-view-vc-backend): Declare for compiler.
9876         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
9877         Set log-view-vc-backend so that diff can work.
9879         * log-view.el (log-view-diff): Use vc-diff-internal instead of
9880         vc-version-diff.
9881         (vc-diff-internal): Autoload this instead of vc-version-diff.
9883 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
9885         * simple.el (eval-expression): Doc fix.
9887         * progmodes/cwarn.el (cwarn-mode): Doc fix.
9889 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
9891         * files.el (directory-files-no-dot-files-regexp): New defconst.
9892         (delete-directory): Use it.
9893         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
9895         * net/tramp.el (tramp-verbose): Fix docstring.
9896         (tramp-methods): Add recursive option to `tramp-copy-args'.
9897         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
9898         "scp1_old", "scp2_old", "rsync", "rsyncc".
9899         (tramp-default-method): Check also for `auth-source-user-or-password'.
9900         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9901         Add handler for `copy-directory'.
9902         (tramp-handle-copy-directory): New defun.
9903         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
9904         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
9905         Optimize sent command.
9907 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9909         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
9910         window if necessary.
9912         * calendar/calendar.el (calendar-basic-setup): Don't call
9913         switch-to-buffer in a dedicated window.
9915 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
9917         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
9918         don't do anything related to relocating, just return nil.
9919         (bookmark-error-no-filename): New error.
9920         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
9921         bookmark has no file.  Don't even attempt to handle things that
9922         are not files; the whole point of custom handlers is to keep that
9923         knowledge elsewhere anyway.  Tighten some comments.
9924         (bookmark-file-or-variation-thereof): Remove now-unused function.
9925         (bookmark-location): Doc string fix.
9926         (Bug#4250)
9928 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9930         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
9931         don't use a file dialog, because they usually don't know how to read
9932         a directory target from the user.  (Bug#4230)
9933         Also, make sure the prompt can display directories as well as files.
9935 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9937         * bookmark.el (bookmark-set, bookmark-buffer-name):
9938         Improve doc strings.  (Bug#1193)
9940 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9942         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
9943         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
9944         (bookmark-get-annotation, bookmark-set-annotation)
9945         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
9946         (bookmark-set-position, bookmark-get-front-context-string)
9947         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
9948         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
9949         (bookmark-jump-other-window, bookmark-handle-bookmark)
9950         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
9951         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
9952         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
9953         Improve doc strings to say whether bookmark can be a string or
9954         a record or both, and make other consistency and clarity fixes.
9955         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
9956         (bookmark-default-annotation-text, bookmark-yank-word)
9957         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
9958         (bookmark-import-new-list, bookmark-maybe-rename)
9959         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9960         (bookmark-bmenu-bookmark): Give these doc strings.
9961         (bookmark-bmenu-check-position): Give this a doc string, but also
9962         add a FIXME comment about how the function may be pointless.
9963         (bookmark-default-handler): Rework doc string and change a
9964         parameter name, to clarify that this takes a bookmark record
9965         not a bookmark name.
9966         (bookmark-set): Change a parameter name to indicate its meaning,
9967         and improve the doc string a bit.
9968         (Bug#4188)
9970 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9972         * bookmark.el (bookmark-alist): Document the new `handler' element
9973         in the param alist.
9974         (bookmark-make-record-function): Adjust documentation for above.
9975         (Bug#4193)
9977 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9979         * info.el (Info-bookmark-make-record): Document this function.
9980         (Info-bookmark-jump): Document with a doc string, not just a comment.
9981         (Bug#4203)
9983 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
9985         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
9986         (semantic-new-buffer-fcn): Call parser setup functions here.
9987         (semantic-mode): Don't call parser setup functions here, it's done
9988         in semantic-new-buffer-fcn now.
9989         (semantic-mode): Parse all existing buffers when enabled.
9991         * cedet/srecode/compile.el (srecode-compile-file):
9992         Call semantic-new-buffer-fcn if the buffer has not been parsed.
9994 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
9996         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
9998         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
9999         (proj-comp-insert-variable-once): New macro, renamed from
10000         ede-pmake-insert-variable-once in ede/pmake.edl.
10001         (ede-proj-makefile-insert-variables): Use it.
10003 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
10005         * files.el (copy-directory): New defun.
10007         * dired-aux.el (dired-copy-file-recursive): Use it.
10009 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10011         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10012         (makefile-end-of-command):
10013         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10014         (semantic-end-of-context): Fix previous change.  Doc fixes.
10016 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10018         * files-x.el (modify-dir-local-variable)
10019         (copy-dir-locals-to-file-locals-prop-line):
10020         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10021         (makefile-end-of-command):
10022         * cedet/semantic/lex.el (semantic-lex-token):
10023         * cedet/semantic/analyze/fcn.el
10024         (semantic-analyze-dereference-metatype-1):
10025         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10026         (semantic-lex-cpp-undef):
10027         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10028         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10029         (semantic-end-of-context): Fix typos in docstrings.
10031         * recentf.el (recentf-unload-function): New function.
10033 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10035         * cedet/ede.el (ede-project-placeholder-cache-file):
10036         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10037         * cedet/srecode/map.el (srecode-map-save-file):
10038         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
10040 2009-10-04  Glenn Morris  <rgm@gnu.org>
10042         * window.el (window-full-height-p): Add doc string.
10044 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
10046         * window.el (window-full-height-p): New function.  (Bug#4543)
10048 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
10050         * cedet/srecode/insert.el: Require srecode/args.
10052         * cedet/srecode/args.el: Require srecode/dictionary instead of
10053         srecode/insert.
10055         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10057         * files.el (auto-mode-alist): Add .srt and Project.ede.
10059         * cedet/semantic.el (semantic-mode):
10060         Handle srecode-template-mode-hook as well.
10061         (semantic-mode): Use js-mode-hook for Javascript hook.
10063         * cedet/srecode/template.el: Remove hook variable.
10065         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10067         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10068         projects exist.
10069         (ede-project-placeholder-cache-file): Default to a file in
10070         user-emacs-directory.
10072         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10073         templates in data-directory.
10074         (srecode-map-save-file): Default to a file in user-emacs-directory.
10076         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10077         directory.
10079 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10081         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10082         Doc fix.
10084         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10085         Only insert each variable once.
10087         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10088         (ede-pmake-insert-variable-shared): Use it.
10090         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10091         for lexical table iff table is nil.
10093 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
10095         * vc.el: Remove commented out code.
10096         (vc-derived-from-dir-mode): Remove, unused.
10097         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10099 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
10101         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10102         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
10103         there could be recursive loading when `default-directory' is a
10104         remote file name.  (Bug#4614)
10106 2009-10-03  Glenn Morris  <rgm@gnu.org>
10108         * calendar/calendar.el (calendar-basic-setup): Handle the case where
10109         the frame is wide.
10110         (calendar-generate-window): Test for shrinkability rather than width.
10112         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10113         declaration, currently false.
10115         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10116         reusing existing buffers, in case we happen to visit two files with the
10117         same basename.  (Bug#4593)
10119 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10121         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10122         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10123         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10124         subdirs of cedet as well.
10125         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10127 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10129         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10130         Obey advertised-signature-table.
10132         * help-fns.el (help-function-arglist): Don't check
10133         advertised-signature-table.
10134         (describe-function-1): Do it here instead so it also applies to subrs.
10136 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
10138         * simple.el (start-file-process): Say in the doc-string, that file
10139         handlers might not support pty association, if PROGRAM is nil.
10141         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10142         HOST and USER are strings.  They are nil, when there are
10143         incomplete entries in ~/.netrc, for example.
10144         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
10145         root directory ("device busy" error otherwise).
10147         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10148         Flush file properties of created directory.
10150 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10152         * makefile.w32-in (WINS_BASIC): Remove cedet.
10153         (WINS_CEDET): Add cedet.
10154         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10156 2009-10-02  Kevin Ryde  <user42@zip.com.au>
10158         * net/browse-url.el (browse-url): Pass any symbol in
10159         browse-url-browser-function to `apply', since if you've mistakenly put
10160         an unbound symbol then the error is clearer.  (Bug#4531)
10162 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10164         * allout.el (allout-init, allout-back-to-current-heading)
10165         (allout-beginning-of-current-entry, allout-ascend-to-depth)
10166         (allout-ascend, allout-up-current-level, allout-end-of-level)
10167         (allout-previous-visible-heading, allout-forward-current-level)
10168         (allout-backward-current-level, allout-show-children):
10169         * apropos.el (apropos-describe-plist):
10170         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10171         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10172         * completion.el (add-completion, add-permanent-completion):
10173         * descr-text.el (describe-text-category, describe-char):
10174         * desktop.el (desktop-lazy-abort):
10175         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10176         * dired.el (dired-build-subdir-alist):
10177         * ediff.el (ediff-version):
10178         * elide-head.el (elide-head, elide-head-show):
10179         * emerge.el (emerge-version):
10180         * env.el (getenv):
10181         * face-remap.el (variable-pitch-mode):
10182         * faces.el (describe-face):
10183         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10184         (dired-at-point):
10185         * files.el (find-file-existing, auto-save-mode):
10186         * font-lock.el (font-lock-fontify-buffer):
10187         * help-fns.el (describe-function, describe-variable)
10188         (describe-syntax, describe-categories):
10189         * help.el (view-lossage, describe-bindings, describe-key)
10190         (describe-mode):
10191         * hexl.el (hexl-current-address):
10192         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10193         * info.el (Info-goto-emacs-key-command-node):
10194         * log-edit.el (log-edit-insert-cvs-template)
10195         (log-edit-insert-cvs-rcstemplate):
10196         * menu-bar.el (menu-bar-mode):
10197         * mouse.el (mouse-appearance-menu):
10198         * newcomment.el (comment-indent-new-line):
10199         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10200         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10201         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10202         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10203         * recentf.el (recentf-mode):
10204         * savehist.el (savehist-mode, savehist-save):
10205         * shadowfile.el (shadow-copy-files):
10206         * simple.el (kill-ring-save, next-line, previous-line)
10207         (normal-erase-is-backspace-mode):
10208         * strokes.el (strokes-update-window-configuration)
10209         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10210         (strokes-xpm-for-stroke):
10211         * time.el (emacs-uptime, emacs-init-time):
10212         * tutorial.el (tutorial--describe-nonstandard-key)
10213         (tutorial--detailed-help):
10214         * type-break.el (type-break-mode)
10215         (type-break-mode-line-message-mode, type-break-query-mode)
10216         (type-break-guesstimate-keystroke-threshold):
10217         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10218         * version.el (emacs-version):
10219         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10220         * winner.el (winner-mode):
10221         * calendar/timeclock.el (timeclock-in, timeclock-out)
10222         (timeclock-status-string, timeclock-change)
10223         (timeclock-workday-remaining-string)
10224         (timeclock-workday-elapsed-string)
10225         (timeclock-when-to-leave-string):
10226         * calendar/todo-mode.el (todo-add-category):
10227         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10228         * emacs-lisp/autoload.el (update-file-autoloads):
10229         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10230         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10231         (checkdoc-message-text, checkdoc-defun):
10232         * emacs-lisp/debug.el (debugger-list-functions):
10233         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10234         * emacs-lisp/eieio-opt.el (eieio-describe-class)
10235         (eieio-describe-generic):
10236         * emacs-lisp/lisp-mnt.el (lm-synopsis):
10237         * emacs-lisp/shadow.el (list-load-path-shadows):
10238         * emulation/cua-base.el (cua-mode):
10239         * emulation/edt.el (edt-set-scroll-margins):
10240         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10241         (tpu-toggle-regexp, tpu-toggle-search-direction)
10242         (tpu-toggle-rectangle, tpu-toggle-control-keys):
10243         * emulation/tpu-extras.el (tpu-set-scroll-margins):
10244         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10245         (viper-set-parsing-style-toggling-macro)
10246         (viper-set-emacs-state-searchstyle-macros):
10247         * emulation/viper.el (viper-set-hooks):
10248         * eshell/esh-mode.el (eshell-truncate-buffer):
10249         * international/mule-cmds.el (prefer-coding-system)
10250         (describe-input-method, describe-language-environment):
10251         * international/mule-diag.el (list-character-sets)
10252         (describe-character-set, describe-coding-system)
10253         (describe-fontset, list-fontsets, list-input-methods):
10254         * mail/sendmail.el (mail-signature):
10255         * net/ange-ftp.el (ange-ftp-copy-file):
10256         * net/browse-url.el (browse-url):
10257         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10258         * net/quickurl.el (quickurl-add-url):
10259         * net/rcirc.el (names, topic):
10260         * net/xesam.el (xesam-mode):
10261         * play/5x5.el (5x5-new-game):
10262         * play/yow.el (apropos-zippy):
10263         * progmodes/ada-mode.el (ada-mode-version):
10264         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10265         (f90-end-of-block)
10266         (f90-beginning-of-block):
10267         * progmodes/fortran.el (fortran-end-of-block)
10268         (fortran-beginning-of-block):
10269         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
10270         * progmodes/python.el (python-describe-symbol, python-shell):
10271         * term/ns-win.el (ns-print-buffer):
10272         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
10273         * textmodes/flyspell.el (flyspell-mode-on):
10274         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
10275         (pages-directory-for-addresses):
10276         * textmodes/table.el (table-recognize-cell)
10277         (table-query-dimension, table-generate-source)
10278         (table-insert-sequence, table--warn-incompatibility):
10279         * textmodes/tex-mode.el (tex-validate-buffer):
10280         * textmodes/texinfmt.el (texinfmt-version)
10281         (texinfo-format-buffer):
10282         Use `called-interactively-p' instead of `interactive-p'.
10284 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10286         * image-mode.el (image-toggle-display):
10287         * emacs-lisp/elp.el (elp-instrument-function):
10288         * emacs-lisp/advice.el (ad-make-advised-definition):
10289         * emacs-lisp/easy-mmode.el (define-minor-mode):
10290         * net/browse-url.el (browse-url-maybe-new-window):
10291         * progmodes/sh-script.el (sh-learn-buffer-indent):
10292         Pass new argument 'any to `called-interactively-p'.
10294 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10296         * international/uni-bidi.el:
10297         * international/uni-category.el:
10298         * international/uni-combining.el:
10299         * international/uni-comment.el:
10300         * international/uni-decimal.el:
10301         * international/uni-decomposition.el:
10302         * international/uni-digit.el:
10303         * international/uni-lowercase.el:
10304         * international/uni-mirrored.el:
10305         * international/uni-name.el:
10306         * international/uni-numeric.el:
10307         * international/uni-old-name.el:
10308         * international/uni-titlecase.el:
10309         * international/uni-uppercase.el:
10310         Regenerate from Unicode 5.2.0 data.
10312 2009-10-01  Glenn Morris  <rgm@gnu.org>
10314         * Makefile.in (ELCFILES): Regenerate.
10316 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10318         * subr.el (interactive-p): Mark obsolete.
10319         (called-interactively-p): Make the optional-ness of `kind' obsolete.
10320         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
10321         advertised-signature-table for subroutines as well.
10323         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
10324         (set-advertised-calling-convention): New function.
10325         (make-obsolete, define-obsolete-function-alias)
10326         (make-obsolete-variable, define-obsolete-variable-alias):
10327         Make the optional-ness of `when' obsolete.
10328         (define-obsolete-face-alias): Make `when' non-optional.
10329         * help-fns.el (help-function-arglist):
10330         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
10331         Use advertised-signature-table.
10333 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
10335         * files.el (delete-directory): New defun.  The original function
10336         in fileio.c has been renamed to `delete-directory-internal'.
10338         * dired.el (dired-delete-file): Call `delete-directory' with
10339         RECURSIVE parameter.
10341         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
10342         parameter RECURSIVE.  Implementation is missing.
10344         * net/tramp.el (tramp-handle-make-directory): Flush upper
10345         directory's file properties.
10346         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
10347         (tramp-handle-dired-recursive-delete-directory): Flush directory
10348         properties after the remove command only.
10350         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10351         Handle optional parameter RECURSIVE.
10353         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
10354         Handle optional parameter RECURSIVE.
10356         * net/tramp-smb.el (tramp-smb-errors): Add error message for
10357         connection timeout.
10358         (tramp-smb-handle-delete-directory): Handle optional parameter
10359         RECURSIVE.
10361 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10363         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
10364         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
10365         (byte-compile-defmacro): Use backquotes.
10367         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
10369         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
10370         has no associated file.
10371         (vc-resynch-buffer): Use vc-dir-buffers.
10373 2009-10-01  Glenn Morris  <rgm@gnu.org>
10375         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
10376         (chart-file-count):
10377         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
10378         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
10379         * emacs-lisp/eieio-opt.el (eieio-describe-class):
10380         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
10381         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
10382         (eieio-copy-parents-into-subclass, make-instance, class-children)
10383         (eieio-generic-form):
10384         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
10385         * cedet/cedet-idutils.el (cedet-idutils-search)
10386         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
10387         (cedet-idutils-version-check):
10388         * cedet/cedet.el (cedet-version):
10389         * cedet/data-debug.el (data-debug-insert-overlay-button)
10390         (data-debug-insert-overlay-list-button)
10391         (data-debug-insert-buffer-button)
10392         (data-debug-insert-buffer-list-button)
10393         (data-debug-insert-process-button, data-debug-insert-ring-button)
10394         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
10395         (data-debug-insert-stuff-vector-button)
10396         (data-debug-insert-symbol-button, data-debug-insert-string)
10397         (data-debug-insert-number, data-debug-insert-lambda-expression)
10398         (data-debug-insert-nil, data-debug-insert-simple-thing)
10399         (data-debug-insert-custom, data-debug-edebug-expr):
10400         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
10401         (global-ede-mode-map, ede-new, ede-debug-target)
10402         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
10403         * cedet/semantic.el (semantic-minimum-working-buffer-size)
10404         (semantic-fetch-tags, semantic-submode-list)
10405         (semantic-default-submodes):
10406         * cedet/ede/source.el (ede-source-match):
10407         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
10408         (project-am-package-info):
10409         * cedet/ede/proj.el (ede-proj-target, project-new-target):
10410         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
10411         * cedet/ede/proj-comp.el (ede-current-build-list):
10412         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
10413         * cedet/ede/files.el (ede-toplevel-project-or-nil):
10414         * cedet/ede/cpp-root.el (initialize-instance):
10415         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
10416         (autoconf-parameter-strip, autoconf-insert-new-macro):
10417         * cedet/semantic/wisent.el (wisent-lex-eoi):
10418         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
10419         (semantic-show-parser-state-mode):
10420         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
10421         * cedet/semantic/tag.el (semantic-tag-new-variable)
10422         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
10423         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
10424         (semantic--tag-deep-copy-tag-list)
10425         (semantic-tag-components-with-overlays-default):
10426         * cedet/semantic/symref.el (semantic-symref-find-text):
10427         * cedet/semantic/senator.el (senator-yank-tag)
10428         (senator-transpose-tags-up):
10429         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
10430         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
10431         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
10432         * cedet/semantic/lex.el (semantic-lex-comment-regex)
10433         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
10434         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
10435         * cedet/semantic/lex-spp.el
10436         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
10437         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
10438         * cedet/semantic/idle.el
10439         (semantic-idle-summary-current-symbol-info-brutish)
10440         (semantic-idle-summary-current-symbol-info-default):
10441         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
10442         (semantic--grammar-macro-compl-dict):
10443         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
10444         * cedet/semantic/format.el (semantic-format-tag-custom-list)
10445         (semantic-format-tag-canonical-name-default):
10446         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
10447         (semantic-find-tags-for-completion)
10448         (semantic-find-tags-by-scope-protection-default)
10449         (semantic-deep-find-tags-for-completion):
10450         * cedet/semantic/edit.el
10451         (semantic-edits-incremental-reparse-failed-hook)
10452         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
10453         (semantic-edits-splice-remove, semantic-edits-splice-replace):
10454         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
10455         * cedet/semantic/dep.el (semantic-dependency-include-path):
10456         * cedet/semantic/db.el (semanticdb-default-find-index-class)
10457         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
10458         (semanticdb-project-roots):
10459         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
10460         (semanticdb-find-adebug-insert-scanned-tag-cons)
10461         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
10462         (semanticdb-brute-deep-find-tags-for-completion):
10463         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
10464         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
10465         (semantic-end-of-context-default)
10466         (semantic-ctxt-current-function-default)
10467         (semantic-ctxt-scoped-types-default):
10468         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
10469         (semantic-complete-inline-tag-engine)
10470         (semantic-complete-inline-custom-type)
10471         (semantic-complete-read-tag-analyzer):
10472         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
10473         (semantic-chart-database-size):
10474         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
10475         (semantic-analyze-current-context):
10476         * cedet/semantic/symref/list.el (semantic-symref)
10477         (semantic-symref-hide-buffer, semantic-symref-symbol):
10478         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
10479         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
10480         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
10481         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
10482         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
10483         (semantic-c-dereference-template):
10484         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
10485         (semantic--analyze-refs-full-lookup-with-parents)
10486         (semantic--analyze-refs-full-lookup-simple):
10487         * cedet/semantic/analyze/complete.el
10488         (semantic-analyze-possible-completions):
10489         * cedet/srecode/table.el (srecode-mode-table-new):
10490         * cedet/srecode/srt.el (srecode-read-variable-name):
10491         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
10492         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
10493         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
10494         * cedet/srecode/map.el (srecode-current-map):
10495         * cedet/srecode/insert.el (srecode-insert)
10496         (srecode-insert-variable-secondname-handler, srecode-insert-method)
10497         (srecode-template-inserter-point-override)
10498         (srecode-insert-include-lookup):
10499         * cedet/srecode/getset.el (srecode-auto-choose-class):
10500         * cedet/srecode/extract.el (srecode-inserter-extract):
10501         * cedet/srecode/document.el
10502         (srecode-document-autocomment-return-last-alist)
10503         (srecode-document-autocomment-param-type-alist)
10504         (srecode-document-insert-function-comment)
10505         (srecode-document-insert-variable-one-line-comment)
10506         (srecode-document-function-name-comment):
10507         * cedet/srecode/dictionary.el (srecode-create-dictionary)
10508         (srecode-compound-toString):
10509         * cedet/srecode/compile.el (srecode-flush-active-templates):
10510         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
10511         Doc/message fixes.
10513         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
10514         match-data.  (Bug#4555).
10516         * cedet/semantic/bovine/gcc.el
10517         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
10518         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
10520         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
10521         rather than parsing it as a regexp.  This relaxes the layout
10522         requirements and makes errors easier to detect.
10523         (check-declare-verify): Check file is regular.
10524         (check-declare-directory): Doc fix.
10525         * subr.el (declare-function): Doc fix.
10527         * ibuffer.el (ibuffer-format-qualifier):
10528         * isearch.el (hi-lock-regexp-okay):
10529         * calc/calc.el (math-zerop):
10530         * mail/uce.el (rmail-msgbeg, rmail-msgend):
10531         * term/w32-win.el (setup-default-fontset, set-fontset-font):
10532         Remove unused declarations.
10534 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10536         * cedet/semantic/wisent/javat-wy.el
10537         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
10539 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
10541         * cedet/srecode/expandproto.el: Fix provide statement.
10543 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10545         * emacs-lisp/eieio.el (boolean-p): Delete.
10547 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
10549         * cedet/ede/srecode.el: Fix provide statement.
10551 2009-09-30  Glenn Morris  <rgm@gnu.org>
10553         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
10554         * cedet/ede/proj-aux.el (ede-aux-source):
10555         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
10556         (ede-misc-source):
10557         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
10558         (semantic-mrub-switch-tags): Fix doc typos.
10560         * cedet/semantic/db-global.el (data-debug-new-buffer)
10561         (data-debug-insert-thing): Remove unneeded declarations (one broken).
10562         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
10564         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
10566         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
10567         use of CL function `remove-if-not'.
10569         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
10571         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
10572         filename is not a string.
10574 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
10576         * files.el (safe-local-eval-forms): Fix typo.
10578 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10580         * vc-hooks.el (vc-dir-buffers): New var.
10581         (vc-state-refresh): New function.
10582         (vc-state): Use it.
10583         (vc-after-save): Always ask the backend to recompute the new state.
10584         Always call vc-dir if necessary, using vc-dir-buffers.
10585         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
10586         Use vc-dir-buffers.
10587         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
10588         (vc-dir-prepare-status-buffer, vc-dir-update)
10589         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
10590         Don't call expand-file-name on default-directory.
10592 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10594         * speedbar.el (speedbar-item-delete):
10595         * calc/calc-prog.el (calc-kbd-if):
10596         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
10598         * epa.el (epa-key-list-mode-map):
10599         * hi-lock.el (hi-lock-menu): Fix typos in menus.
10601         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
10602         (hs-show-hook): Fix typo in docstring.
10604 2009-09-29  Glenn Morris  <rgm@gnu.org>
10606         * cedet/semantic/symref/idutils.el:
10607         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
10609         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
10611         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
10612         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
10613         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
10614         Mark declarations not understood by check-declare.
10616         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
10617         file-name-nondirectory call preventing location of cedet files.
10618         (check-declare-verify): Use literal search rather than re-search.
10619         Add basic defmethod and defclass, and define-overloadable-function.
10621         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10622         Use tramp-compat-file-attributes rather than nonexistent
10623         tramp-compat-handle-file-attributes.
10625         * Makefile.in (lisptagsfiles4): New.
10626         (AUTOGENEL): Add cedet loaddefs files.
10627         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
10628         (update-elclist, compile-always, backup-compiled-files)
10629         (bootstrap-clean): Add yet another directory level.
10630         (update-elclist): Use LC_COLLATE rather than COLLATE.
10631         (ELCFILES): Update, via `make update-elclist'.
10633 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10635         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
10636         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
10637         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
10639 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
10641         * Makefile.in (lisptagsfiles3): Define.
10642         (TAGS, TAGS-LISP): Use it.
10643         (update-elclist): Add third directory level to look for elc files.
10644         (compile-always): Likewise.
10645         (backup-compiled-files): Likewise.
10646         (bootstrap-clean): Likewise.
10647         (ELCFILES): Update.
10649 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
10651         * Makefile.in (ELCFILES): Add CEDET files.
10653 2009-09-28  Eric Ludlam  <zappo@gnu.org>
10655         CEDET (development tools) package merged.
10657         * cedet/*.el:
10658         * cedet/ede/*.el:
10659         * cedet/semantic/*.el:
10660         * cedet/srecode/*.el: New files.
10662 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
10664         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
10666         * net/tramp.el (top): Require tramp-imap.
10668         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10669         Use `tramp-compat-handle-file-attributes'.
10671 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10673         * net/tramp-imap.el: New package.
10675 2009-09-28  Eric Ludlam  <zappo@gnu.org>
10677         * emacs-lisp/chart.el:
10678         * emacs-lisp/eieio-base.el:
10679         * emacs-lisp/eieio-comp.el:
10680         * emacs-lisp/eieio-custom.el:
10681         * emacs-lisp/eieio-datadebug.el:
10682         * emacs-lisp/eieio-opt.el:
10683         * emacs-lisp/eieio-speedbar.el:
10684         * emacs-lisp/eieio.el: New files.
10686         * cedet/cedet-cscope.el:
10687         * cedet/cedet-files.el:
10688         * cedet/cedet-global.el:
10689         * cedet/cedet-idutils.el:
10690         * cedet/data-debug.el:
10691         * cedet/inversion.el:
10692         * cedet/mode-local.el:
10693         * cedet/pulse.el: New files.
10695 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10697         * whitespace.el (whitespace-trailing-regexp)
10698         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
10699         Fix doc string.
10701 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
10703         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
10704         menu.
10706         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
10707         menu-bar-ediff-menu.
10709         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
10710         define-overloadable-function.
10712         * progmodes/autoconf.el: Provide autoconf as well, so that this
10713         file can be `require'd.
10715         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
10717         * emacs-lisp/autoload.el (generated-autoload-feature)
10718         (generated-autoload-load-name): New vars.
10719         (autoload-rubric, autoload-generate-file-autoloads): Use them.
10720         (make-autoload): Recognize define-overloadable-function and
10721         defclass forms (for EIEIO).
10723         * Makefile.in (update-subdirs): Exclude cedet directory.
10725 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
10727         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
10729         * faces.el: Default light-background background for region face to
10730         ns_selection_color under NS.
10732 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10734         * net/imap-hash.el: New library, see NEWS.
10736         * Makefile.in (ELCFILES): Add imap-hash.el.
10738 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10740         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
10741         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
10742         * help-macro.el (make-help-screen): Avoid using an ambiguous function
10743         definition where the docstring could be taken for the return value.
10745 2009-09-26  Glenn Morris  <rgm@gnu.org>
10747         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
10748         Add option to only show images below a certain size.
10749         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
10750         save-excursion calls.
10752 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
10754         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
10755         subdirectories) and eieio.
10757 2009-09-26  Alan Mackenzie  <acm@muc.de>
10759         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
10760         buggy bracketing.  (Bug#4289)
10762         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
10763         character constants (as case labels).  (Bug#4289)
10765 2009-09-25  Juri Linkov  <juri@jurta.org>
10767         * files.el (safe-local-eval-forms): Allow time-stamp in
10768         before-save-hook (Bug#4554).
10770 2009-09-25  Drew Adams  <drew.adams@oracle.com>
10772         * menu-bar.el (list-buffers-directory): Doc fix.
10774 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10776         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
10777         Try and avoid copying twice the same paragraph.
10778         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
10779         Remove save-excursion.
10780         (log-edit-changelog-entry): Do it here instead.
10782 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
10784         * bs.el (bs--get-file-name): Use `list-buffers-directory'
10785         when available, instead of hardcoding mode names.  Doc fix.
10787         * menu-bar.el (list-buffers-directory): Add docstring.
10788         Make automatically buffer-local.
10790         * dired.el (dired-mode):
10791         * files.el (cd-absolute):
10792         * pcvs.el (cvs-temp-buffer):
10793         * pcvs-util.el (cvs-get-buffer-create):
10794         * shell.el (shell-mode):
10795         * vc-dir.el (vc-dir-mode):
10796         Don't make `list-buffers-directory' buffer local.
10798 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
10800         * comint.el (comint-exec, comint-run, make-comint):
10801         Doc fixes (Bug#4542).
10803 2009-09-25  Glenn Morris  <rgm@gnu.org>
10805         * mail/rmailmm.el (rmail-mime): New custom group.
10806         Move all defcustoms in this file into this group.
10807         (rmail-mime-media-type-handlers-alist): Revert previous change.
10808         (rmail-mime-show-images): New option.
10809         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
10810         references to it, since it wasn't actually used for anything.
10811         (rmail-mime-insert-image): New function.
10812         (rmail-mime-image): Use rmail-mime-insert-image.
10813         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
10814         obey the value of `rmail-mime-show-images' option.  Print the size of
10815         attachments.
10817 2009-09-25  David Engster  <deng@randomsample.de>
10819         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
10821 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10823         * whitespace.el: Does not highlight trailing spaces While point is
10824         at end of line.  Does not highligt spaces at beginning of buffer
10825         while point is at beginning of buffer.  Does not highlight spaces
10826         at end of buffer while point is at end of buffer.  (Bug#4177)
10827         New version 12.0.
10828         (whitespace-display-mappings): Adjust initialization.
10829         (whitespace-point, whitespace-font-lock-refontify): New vars.
10830         (whitespace-color-on, whitespace-color-off): Adjust code.
10831         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10832         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
10833         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
10835 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
10837         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
10839         * textmodes/sgml-mode.el: Remove xml-mode alias.
10841         * files.el (auto-mode-alist, conf-mode-maybe)
10842         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
10844 2009-09-24  Alan Mackenzie  <acm@muc.de>
10846         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
10847         c-forward-conditionals, but it doesn't move point and doesn't set
10848         the mark.
10849         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
10850         (c-down-conditional-with-else, c-backward-conditional)
10851         (c-forward-conditional): Refactor to use c-scan-conditionals.
10853 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10855         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
10856         (help-default-arg-highlight): Remove.
10857         (help-highlight-arg): New function.
10858         (help-do-arg-highlight): Use it.
10859         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
10861 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10863         * term.el (term-set-scroll-region, term-handle-ansi-escape):
10864         Undo last change, which didn't fix the problem and introduced others.
10866 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
10868         * progmodes/gdb-mi.el: Don't require speedbar.
10869         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
10871 2009-09-24  Glenn Morris  <rgm@gnu.org>
10873         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
10875         * term/ns-win.el (ns-reg-to-script): Define for compiler.
10877         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
10878         there is no newline after the final mime boundary.  (Bug#4539)
10879         Move markers on insertion so that any buttons inserted don't end up in
10880         the next part of a multipart message.
10881         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
10882         (rmail-mime-bulk-handler): Optionally handle images.
10883         (rmail-mime-image): New button action.
10884         (rmail-mime-image-handler): New function.
10885         (rmail-mime-mode): New mode.
10886         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
10888 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10890         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
10891         than just dropping elements from it (bug#4504).
10893         * term.el (term-set-scroll-region): Don't move cursor any more.
10894         (term-handle-ansi-escape): Call term-goto here instead.
10895         Suggested by Ivan Kanis <apple@kanis.eu>.
10897         * term.el: Require CL.
10898         (term-ansi-reset): New function.
10899         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
10900         (term-handle-colors-array): Simplify.
10902 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10904         * allout.el (allout-overlay-interior-modification-handler)
10905         (allout-obtain-passphrase):
10906         * epa-file.el (epa-file-write-region):
10907         * ps-print.el (ps-begin-job):
10908         * vc-hooks.el (vc-toggle-read-only):
10909         * vc-rcs.el (vc-rcs-rollback):
10910         * vc-sccs.el (vc-sccs-rollback):
10911         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
10912         (vc-version-diff, vc-revert, vc-rollback):
10913         * wdired.el (wdired-check-kill-buffer):
10914         * emacs-lisp/authors.el (authors):
10915         * net/socks.el (socks-open-connection):
10916         * net/zeroconf.el (zeroconf-service-add-hook):
10917         * obsolete/vc-mcvs.el (vc-mcvs-register):
10918         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
10919         (gdb-select-frame):
10920         * progmodes/grep.el (lgrep, rgrep):
10921         * progmodes/idlw-help.el (idlwave-help-check-locations)
10922         (idlwave-help-html-link, idlwave-help-assistant-open-link):
10923         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10924         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
10925         (reftex-toc-rename-label): Fix typos in error messages.
10927         * dired-aux.el (dired-do-shell-command): Reflow docstring.
10928         (dired-copy-how-to-fn): Doc fix.
10929         (dired-files-attributes, dired-read-shell-command):
10930         Fix typos in docstrings.
10932         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
10933         (dired-x-find-file-other-window): Reflow docstrings.
10934         (dired-omit-marker-char, dired-read-shell-command)
10935         (dired-x-submit-report): Fix typos in docstrings.
10937         * shell.el (shell-mode-hook):
10938         * view.el (View-scroll-line-forward):
10939         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
10940         Fix typos in docstrings.
10942         * net/dig.el (dig-invoke): Fix typo in docstring.
10943         (query-dig): Reflow docstring.
10945         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
10946         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
10947         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
10948         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
10949         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
10950         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
10951         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
10952         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
10953         (idlwave-completion-map, idlwave-current-indent)
10954         (idlwave-custom-ampersand-surround, idlwave-customize)
10955         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
10956         (idlwave-define-abbrev, idlwave-determine-class-special)
10957         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
10958         (idlwave-end-block-reg, idlwave-end-of-statement)
10959         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
10960         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
10961         (idlwave-explicit-class-listed, idlwave-file-header)
10962         (idlwave-fill-paragraph, idlwave-find-class-definition)
10963         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
10964         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
10965         (idlwave-in-quote, idlwave-indent-action-table)
10966         (idlwave-indent-expand-table, idlwave-indent-line)
10967         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
10968         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
10969         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
10970         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
10971         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
10972         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
10973         (idlwave-outlawed-buffers, idlwave-popup-select)
10974         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
10975         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
10976         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
10977         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
10978         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
10979         (idlwave-statement-type, idlwave-struct-skip)
10980         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
10981         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
10982         (idlwave-what-module-find-class): Fix typos in docstrings.
10983         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
10984         (idlwave-calculate-cont-indent, idlwave-expand-equal)
10985         (idlwave-find-module, idlwave-find-structure-definition)
10986         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
10987         (idlwave-list-load-path-shadows, idlwave-next-statement)
10988         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
10989         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
10990         (idlwave-template): Reflow docstrings.
10992         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
10993         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
10994         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
10995         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
10996         (idlwave-shell-display-line, idlwave-shell-display-wframe)
10997         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
10998         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
10999         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11000         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11001         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11002         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11003         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11004         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11005         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11006         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11007         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11008         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11009         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11010         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11011         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11012         Fix typos in docstrings.
11013         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11014         (idlwave-shell-hide-output, idlwave-shell-mode)
11015         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11016         Reflow docstrings.
11018         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11020 2009-09-24  Ivan Kanis  <apple@kanis.eu>
11022         * term.el (term-bold-attribute): New var.
11023         (term-handle-colors-array): Use it.
11025 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
11027         * progmodes/gdb-mi.el (gdb-version): New variable.
11028         (gdb-non-stop-handler): Set gdb-version.
11029         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11030         Condition "--thread" option on gdb-version.
11031         (gdb-invalidate-threads): Remove unused argument.
11033 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11035         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11036         to looking-back to avoid ridiculous slow down in large files (bug#4511).
11038 2009-09-23  Glenn Morris  <rgm@gnu.org>
11040         * mail/rmail.el (rmail-reply): Don't try to add a References header when
11041         replying to mail without References or Message-Id.  (Bug#4525)
11043 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
11045         * term/ns-win.el (ns-reg-to-script): New variable.
11047 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
11049         * epg.el (epg-wait-for-status): Preserve existing 'error results.
11051 2009-09-22  Sam Steingold  <sds@gnu.org>
11053         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11054         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11055         to 1 because hg returns status 1 when nothing is found.
11056         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11058 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11060         * textmodes/fill.el: Convert to utf-8 encoding.
11061         (fill-french-nobreak-p): Remove redundant » and « inherited from our
11062         pre-unicode days.
11064         * add-log.el (change-log-fill-forward-paragraph): New function.
11065         (change-log-mode): Use it so fill-region DTRT.
11066         Set fill-indent-according-to-mode here rather than in
11067         change-log-fill-paragraph.
11068         (change-log-fill-paragraph): Remove.
11070 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
11072         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11073         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
11075 2009-09-22  Glenn Morris  <rgm@gnu.org>
11077         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11078         the scroll-bar scroll the calendar window rather than the buffer.
11080         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11081         commands that move point (as opposed to scrolling).
11083         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11085         * emacs-lisp/elint.el (elint): New custom group.
11086         (elint-log-buffer): Make it a defcustom.
11087         (elint-scan-preloaded, elint-ignored-warnings)
11088         (elint-directory-skip-re): New options.
11089         (elint-builtin-variables): Doc fix.
11090         (elint-preloaded-env): New variable.
11091         (elint-unknown-builtin-args): Add an entry for encode-time.
11092         (elint-extra-errors): Make it a variable rather than a constant.
11093         (elint-preloaded-skip-re): New constant.
11094         (elint-directory): Skip files matching elint-directory-skip-re.
11095         (elint-features): New variable, local to linted buffers.
11096         (elint-update-env): Initialize elint-features.  Possibly add
11097         elint-preloaded-env to the buffer's environment.
11098         (elint-get-top-forms): Bind elint-current-pos, for log messages.
11099         Skip quoted forms.
11100         (elint-init-form): New function, extracted from elint-init-env.
11101         Make non-list forms a warning rather than an error.
11102         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
11103         easy-menu-define, put that adds an error-condition, and provide.
11104         When requiring cl, also require cl-macs.  Really require cl, to handle
11105         some cl macros.  Store required libraries in the list elint-features,
11106         so as not to re-load them.  Treat cc-require like require.
11107         (elint-init-env): Call elint-init-form to do the work.
11108         Handle eval-and-compile and such like.
11109         (elint-add-required-env): Do not clear messages.
11110         (elint-special-forms): Add handlers for function, defalias, if, when,
11111         unless, and, or.
11112         (elint-form): Add optional argument to ignore elint-special-forms,
11113         useful to prevent recursive calls from handlers.  Doc fix.
11114         Respect elint-ignored-warnings.
11115         (elint-form): Respect elint-ignored-warnings.
11116         (elint-bound-variable, elint-bound-function): New variables.
11117         (elint-unbound-variable): Respect elint-bound-variable.
11118         (elint-get-args): Respect elint-bound-function.
11119         (elint-check-cond-form): Add some simple handling for (f)boundp and
11120         featurep tests.
11121         (elint-check-defalias-form): New handler.
11122         (elint-check-let-form): Make an empty let a warning rather than an
11123         error.
11124         (elint-check-setq-form): Make an empty setq a warning rather than an
11125         error.  Respect elint-ignored-warnings.
11126         (elint-check-defvar-form): Accept null doc-strings.
11127         (elint-check-conditional-form): New handler.  Does some simple-minded
11128         checking of featurep and (f)boundp tests.
11129         (elint-put-function-args): New function.
11130         (elint-initialize): Use elint-scan-doc-file rather than
11131         elint-find-builtin-variables.  Use elint-put-function-args.
11132         Possibly scan preloaded-file-list.
11133         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11134         extend to handle functions as well.
11136 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
11138         * linum.el (linum-delete-overlays, linum-update-window):
11139         Do not modify the right margin.  (Bug#3971)
11141 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
11143         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11144         nxml-mode instead of xml-mode.
11146 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11148         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
11150 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11152         * net/dig.el (dig-mode): Use define-derived-mode.
11154 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
11156         * vc-dispatcher.el (vc-do-command): Return the process object in
11157         the asynchronous case.  Use when instead of if.  Do not run
11158         vc-exec-after to display a message if not enabled.  (Bug#4463)
11160         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11161         properties to the stash strings.
11162         (vc-git-stash-list): Return a list of strings.
11163         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11164         (vc-git-stash-show-at-point): New functions.
11165         (vc-git-stash-map): New keymap.
11167         * register.el (ctl-x-r-map): Define the keys here instead of
11168         using autoload.
11170 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
11172         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11173         list, to workaround performance problem (bug#4485).
11175 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
11177         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11179 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
11181         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11182         Document that this option is not recommended to use.
11184 2009-09-19  Glenn Morris  <rgm@gnu.org>
11186         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11187         variable `var'.
11189         * calc/calc-alg.el (var):
11190         * calc/calcalg2.el (var): Define for compiler.
11192 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
11194         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11195         Doc fix (Bug#3932).
11197         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11199         * time-stamp.el (time-stamp-month-dd-yyyy)
11200         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11201         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11202         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11203         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11204         Remove functions that have been obsolete since 1995 (Bug#4436).
11206         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11207         indent buffer only if called interactively (Bug#4452).
11209 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
11210             Eli Zaretskii  <eliz@gnu.org>
11212         This fixes bug#4197 (merged to bug#865, though not identical).
11213         * server.el (server-auth-dir): Add docstring note about FAT32.
11214         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11215         but warn against using them.
11217 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
11219         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11220         older GDB where there is no has_more field.
11222 2009-09-19  Glenn Morris  <rgm@gnu.org>
11224         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11226 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
11228         * files.el (auto-mode-alist): Change default for XML files to nXML
11229         mode (Bug#4169).
11231 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
11233         * server.el (server-ensure-safe-dir): Pass 'integer
11234         to `file-attributes', as suggested.
11236 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11238         * dired-aux.el (dired-query-alist): Remove spurious backslash.
11239         (dired-query): Use read-key.
11241 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
11243         * cus-start.el (ns-use-qd-smoothing): Remove.
11245 2009-09-18  Glenn Morris  <rgm@gnu.org>
11247         * allout.el (top-level): Remove unnecessary progn.
11249         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11251         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11252         definition of abbrev table.
11254         * speedbar.el (speedbar-track-mouse):
11255         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11256         * net/eudc.el (eudc-expand-inline):
11257         * net/newst-backend.el (newsticker--cache-read-feed):
11258         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11259         condition-case handlers.
11261 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
11263         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11264         (gdb-var-list): Add an element for has_more field.
11265         (gdb-non-stop-handler): Enable pretty printing for STL containers.
11266         (gdb-var-create-handler, gdb-var-list-children-handler-1)
11267         (gdb-var-update-handler-1): Parse output of dynamic variable
11268         objects (STL containers).
11269         (gdb-var-delete-1): Pass var1 as an explicit second argument.
11270         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
11272         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
11273         gdb-var-list.
11274         (gud-speedbar-buttons): Make node expandable if expression "has more"
11275         children.
11277 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
11279         * startup.el (emacs-quick-startup): Remove variable and all uses.
11280         (command-line): Set `inhibit-x-resources' instead.
11281         (command-line-1): Use `inhibit-x-resources' instead.
11283 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
11285         * subr.el: Fix last change to avoid using the `unless' macro,
11286         which breaks bootstrapping.
11288 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11290         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
11291         extended definitions, in case we reload subr.el after having
11292         loaded CL.
11293         (eval-next-after-load): Mark as obsolete.
11295 2009-09-17  Juri Linkov  <juri@jurta.org>
11297         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
11298         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
11299         (menu-bar-showhide-menu, menu-bar-tools-menu)
11300         (menu-bar-describe-menu, menu-bar-help-menu)
11301         (minibuffer-local-completion-map, minibuffer-local-map):
11302         Fix list quoting.
11304 2009-09-17  Glenn Morris  <rgm@gnu.org>
11306         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
11307         arguments, whether or not it has a handler.
11309         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
11311         * simple.el (hard-newline): Give it a doc-string.
11313         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11314         (lisp-mode-syntax-table): Give them doc-strings.
11316 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
11318         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
11319         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
11320         (menu-bar-options-menu, menu-bar-showhide-menu)
11321         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
11322         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
11323         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
11324         (menu-bar-options-menu, menu-bar-tools-menu)
11325         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
11326         (menu-bar-help-menu):
11327         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
11328         string arguments.
11330         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
11331         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
11332         calls for the menu names and :help.
11334 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11336         * mouse.el (minor-mode-menu-from-indicator): Pay attention
11337         to :minor-mode-function (bug#4455).
11339 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11341         * startup.el (command-line): Initialize the window-system after
11342         processing the command-line.
11344         * textmodes/page.el (what-page): Make sure we don't inf-loop if
11345         page-delimiter matches the empty string.
11347 2009-09-16  Glenn Morris  <rgm@gnu.org>
11349         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
11350         byte-compile-not-obsolete-var.  It's a list now.
11351         (byte-compile-not-obsolete-funcs): New variable.
11352         (byte-compile-warn-obsolete): Don't warn about functions if they are in
11353         byte-compile-not-obsolete-funcs.
11354         (byte-compile-variable-ref, byte-compile-defvar): Update for
11355         byte-compile-not-obsolete-vars name-change and list nature.
11356         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
11357         and variables behind (f)boundp tests.
11358         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
11360 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
11362         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
11364 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11366         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
11367         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
11368         Don't autoload.
11370 2009-09-15  Stephen Eglen  <stephen@gnu.org>
11372         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
11373         the virtual-buffers, use the name of the buffer specified by
11374         find-file-noselect, as the match may be a symlink.  (This was a
11375         problem if the target and the symlink had different names.)
11377 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11379         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
11381         * desktop.el (desktop-path): Check user-emacs-directory.
11383         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
11385         * loadup.el: Use after-load-functions to GC after loading each file.
11386         Remove the explicit GC calls that used to be sprinkled around.
11388         * subr.el (after-load-functions): New hook.
11389         (do-after-load-evaluation): Run it.  Use string-match-p to detect
11390         `obsolete' packages, rather than painfully extracting the relevant
11391         directory name.
11393 2009-09-15  Glenn Morris  <rgm@gnu.org>
11395         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
11396         free variable `doc'.
11398         * dired.el (dired-mode-map): Add menu entry for async shell command.
11400         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
11401         variables, also consider the .elc files, since the .el files are
11402         normally gzipped (subsequent code locates the .el.gz from the .elc).
11404         * calc/calc-prog.el (arglist): Define for compiler.
11406         * calendar/diary-lib.el (diary-display-function): Change the default to
11407         fancy display.
11408         (body): Define for compiler.
11410         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
11411         (byte-compile-file-form, byte-compile-lambda)
11412         (byte-compile-top-level-body, byte-compile-form)
11413         (byte-compile-variable-ref, byte-compile-setq)
11414         (byte-compile-setq-default, byte-compile-body)
11415         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
11416         (batch-byte-compile): Give some more local variables with common names
11417         a "bytecomp-" prefix to avoid masking warnings about free variables.
11419         * startup.el (command-line-1): Give local variables with common names a
11420         distinguishing prefix, so as not to hide free variable warnings during
11421         bootstrap.
11423         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
11424         clever and add a suffix to make a unique name, just let the user decide
11425         whether or not to overwrite it.  If the input is a directory, write the
11426         default filename to that directory.  (Bug#4388)
11427         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
11428         is a filename-as-a-directory.
11430 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11432         * textmodes/page.el (what-page): Don't move to beginning of line.
11433         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
11435 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
11437         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
11439 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
11441         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
11442         * help.el (help-for-help-internal): Add purecopy calls for text.
11444         * vc.el (top): print-log method now takes an optional SHORTLOG
11445         argument.  Add a new method: root.
11446         (vc-root-diff, vc-print-root-log): New functions.
11447         (vc-log-short-style): New variable.
11448         (vc-print-log-internal): Add support for showing short logs.
11450         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
11451         vc-print-root-log and vc-print-root-diff.
11453         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
11454         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
11455         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
11456         short logs.
11458         * vc-cvs.el (vc-cvs-print-log):
11459         * vc-mtn.el (vc-mtn-print-log):
11460         * vc-rcs.el (vc-rcs-print-log):
11461         * vc-sccs.el (vc-sccs-print-log):
11462         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
11463         that is ignored for now.
11465         * vc-mtn.el (vc-mtn-annotate-command):
11466         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
11468 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11470         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
11471         to function-key-map, and give them ascii-character property.
11472         * term/x-win.el (x-alternatives-map):
11473         * term/ns-win.el (ns-alternatives-map):
11474         * term/internal.el (msdos-key-remapping-map):
11475         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
11477 2009-09-14  Glenn Morris  <rgm@gnu.org>
11479         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
11480         temp-buffers (2009-09-12).
11482 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11484         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
11485         the new read-key function.
11487 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
11489         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
11490         is defined (Bug#4405).
11492 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
11494         * recentf.el (recentf-cleanup): Use a hash table to find
11495         duplicates (Bug#4407).
11497 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
11499         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
11500         kp-0 to ascii equivalents (Bug#4325).
11502 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
11504         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
11506         * eshell/em-hist.el:
11507         * eshell/em-dirs.el (eshell-complete-user-reference):
11508         Declare pcomplete functions and variables to avoid compiler warnings.
11510 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
11512         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
11513         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
11514         * eshell/em-alias.el (eshell-aliases-file):
11515         * eshell/em-hist.el (eshell-history-file-name):
11516         Use expand-file-name instead of concat to make file names (Bug#4308).
11518 2009-09-13  Glenn Morris  <rgm@gnu.org>
11520         * ediff-merg.el (ediff-do-merge):
11521         * filesets.el (filesets-run-cmd):
11522         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
11523         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
11524         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
11525         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
11526         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
11527         Replace empty `let's with `progn'.
11529 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11531         * mail/sendmail.el (send-mail-function):
11532         * tooltip.el (tooltip-mode):
11533         * simple.el (transient-mark-mode):
11534         * rfn-eshadow.el (file-name-shadow-mode):
11535         * frame.el (blink-cursor-mode):
11536         * font-core.el (global-font-lock-mode):
11537         * files.el (temporary-file-directory)
11538         (small-temporary-file-directory, auto-save-file-name-transforms):
11539         * epa-hook.el (auto-encryption-mode):
11540         * composite.el (global-auto-composition-mode):
11541         Use custom-initialize-delay.
11542         * startup.el (command-line): Don't explicitly call
11543         custom-reevaluate-setting for all the above vars.
11544         * custom.el (custom-initialize-safe-set)
11545         (custom-initialize-safe-default): Delete.
11547 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11549         * term/x-win.el (x-initialize-window-system):
11550         * term/w32-win.el (w32-initialize-window-system):
11551         * term/ns-win.el (ns-initialize-window-system): Don't call
11552         mouse-wheel-mode since it's enabled globally by default already.
11554         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
11555         actually define the variable, but only silences the byte-compiler.
11556         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
11557         before looking it up.
11558         (mouse-wheel-scroll-amount): Also reset the bindings if this value
11559         is changed.
11561 2009-09-12  Glenn Morris  <rgm@gnu.org>
11563         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
11564         1000.
11565         (elint-add-required-env): Don't beep on error.
11566         (elint-forms): In case of error, return ENV unchanged.
11567         (elint-init-env): Skip non-list forms.
11568         (elint-log): Handle unknown file positions.
11570 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
11572         * epg.el (epg-make-context): Add autoload cookie.
11573         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
11574         (epg-decrypt-string, epg-start-verify, epg-verify-file)
11575         (epg-verify-string, epg-start-sign, epg-sign-file)
11576         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
11577         (epg-encrypt-string, epg-start-export-keys)
11578         (epg-export-keys-to-file, epg-export-keys-to-string)
11579         (epg-start-import-keys, epg-import-keys-from-file)
11580         (epg-import-keys-from-string, epg-start-receive-keys)
11581         (epg-receive-keys, epg-import-keys-from-server)
11582         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
11583         (epg-sign-keys, epg-start-generate-key)
11584         (epg-generate-key-from-file, epg-generate-key-from-string):
11585         Remove autoload cookie.
11587 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
11589         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
11590         reevaluation of trash-directory.
11592         * mwheel.el: Fix last change.
11593         (mouse-wheel-mode): New defvar.
11594         (mouse-wheel-mode): Remove autoload cookie.
11596 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11598         * mwheel.el (mwheel-installed-bindings): New var.
11599         (mouse-wheel-mode): Use it, so as to make sure we really remove all
11600         the bindings we set last time.  Use custom-initialize-delay.
11601         * loadup.el: Load mwheel after term/*-win.el.
11602         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
11603         and mouse-wheel-up-event now that their first evaluation is done
11604         sufficiently late to be correct.
11606         * startup.el (tutorial-directory): Make it a defcustom.
11607         Use custom-initialize-delay rather than eval-at-startup to set it.
11608         * image.el (image-load-path): Make it a defcustom.
11609         Use custom-initialize-delay rather than eval-at-startup to set it.
11610         * subr.el (eval-at-startup): Remove.
11611         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
11613         * subr.el (do-after-load-evaluation): Warn the user after loading an
11614         obsolete package.
11616 2009-09-12  Glenn Morris  <rgm@gnu.org>
11618         * proced.el (proced-mark-alt): Remove alias.
11619         (proced-mode-map): Remove proced-mark-alt.
11621         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
11622         Elint file and directory.  Remove initialization entry.
11624         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
11625         commands.
11626         (elint-current-buffer): Set mode-line-process.
11627         (elint-init-env): Handle define-derived-mode.
11628         Fix declare-function with unspecified arglist.  Guard against odd
11629         defalias statements (eg iso-insert's 8859-1-map).
11630         (elint-add-required-env): Use a temp buffer.
11631         (elint-form): Just print the function/macro name, not the whole form.
11632         Return env unchanged if we fail to parse a macro.
11633         (elint-forms): Guard against parse errors.
11634         (elint-output): New function, to handle batch mode.
11635         (elint-log-message): Add optional argument.  Use elint-output.
11636         (elint-set-mode-line): New function.
11638 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
11640         * emacs-lisp/elp.el (elp-not-profilable): Add more
11641         functions (Bug#4233).
11643 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
11645         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
11646         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
11648 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
11650         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
11651         (gdb-var-list-children): Use json parsing.
11653 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
11655         * progmodes/js.el (js--proper-indentation): Handle the case where
11656         char-before is null.  Reported by Deniz Dogan.
11658 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
11660         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
11662 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
11664         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
11665         (epg-digest-algorithm-alist): Add SHA224.
11666         (epg-context-set-passphrase-callback)
11667         (epg-context-set-progress-callback): Add description about
11668         callback function.
11670 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11672         * custom.el (custom-delayed-init-variables): New var.
11673         (custom-initialize-delay): New function.
11674         * startup.el (command-line): "Re"evaluate all vars in
11675         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
11676         explicitly any more.
11677         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
11678         to avoid creating a ~/.emacs.d at build-time (bug#4347).
11680         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
11682 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
11684         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
11685         (gdb-var-update-handler): Use json parsing.
11687 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
11689         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
11690         decode annotated text, regardless of language environment.  (Bug#2741)
11692 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11694         * Makefile.in (autoloads): Make rmail.el writable as well.
11696 2009-09-11  Glenn Morris  <rgm@gnu.org>
11698         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
11699         loaddefs.el.
11700         * dired.el: Regenerate with extracted autoloads.
11701         * Makefile.in (autoloads): Make dired.el writable.
11703         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
11704         * ibuffer.el: Regenerate with extracted autoloads.
11705         * Makefile.in (autoloads): Make ibuffer.el writable.
11707         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
11708         * version.el (emacs-copyright, emacs-major-version)
11709         (emacs-minor-version): Reformat doc-strings for make-docfile.
11711         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
11712         functions and variables, since they must be stuff specific to some other
11713         platform.
11714         (apropos-print): Make mouse-click message less specific about button.
11716         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
11717         that records where a macro was defined.
11718         * help-fns.el (describe-function-1): Mention if a function has a
11719         compiler-macro.
11720         * help-mode.el (help-function-cmacro): New button.
11722         * locate.el (top-level): Always require dired.
11723         (locate-mode-map): Initialize inside the defvar.
11725         * net/ange-ftp.el (dired-compress-file): Declare.
11726         (ange-ftp-dired-compress-file): Add doc string.
11728         * term/ns-win.el (x-display-name, x-setup-function-keys):
11729         Unify doc-strings with X versions.
11731 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11733         * emulation/crisp.el (crisp-mode-map): Move initialization
11734         into declaration.
11735         (crisp-mode): Use define-minor-mode.
11737         * progmodes/xscheme.el (xscheme-evaluation-commands):
11738         Put a :advertised-binding property rather than using
11739         advertised-xscheme-send-previous-expression.
11740         (advertised-xscheme-send-previous-expression): Declare obsolete.
11741         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
11742         `advertised-undo'.
11743         (crisp-mode): Add corresponding bindings to
11744         undo's :advertised-binding instead.
11745         * dired.el (dired-mode-map): Put a :advertised-binding property rather
11746         than using dired-advertised-find-file.
11747         (dired-advertised-find-file):
11748         * simple.el (advertised-undo):
11749         * wid-edit.el (advertised-widget-backward): Declare obsolete.
11750         (widget-keymap): Put a :advertised-binding property rather
11751         than using advertised-widget-backward.
11752         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
11753         than using advertised-undo.
11754         * tutorial.el (tutorial--default-keys): Adjust accordingly.
11756 2009-09-10  Simon South  <ssouth@slowcomputing.org>
11758         * progmodes/delphi.el (delphi-tab): Indent region when Transient
11759         Mark mode is enabled and region is active; otherwise indent or
11760         insert TAB as usual.
11761         (delphi-mode): Update description of TAB-key binding.
11763 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11765         * subr.el (define-key-rebound-commands): Mark obsolete.
11766         * startup.el (precompute-menubar-bindings): Remove.
11767         (normal-top-level): Remove obsolete code that tried to precompute
11768         menubar bindings.
11769         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
11770         define-key-rebound-commands and precompute-menubar-bindings.
11772 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11774         * net/imap.el (imap-interactive-login): Better messages.
11775         (imap-open): Fix bug with renamed buffer on reconnect.
11776         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11777         for easier debugging and cleaner code.  On successful (guessed based on
11778         server capabilities) secondary authentication, set imap-state
11779         correctly.
11780         (imap-last-authenticator): Define imap-last-authenticator as a variable
11781         to avoid warnings.
11783 2009-09-10  Glenn Morris  <rgm@gnu.org>
11785         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
11787         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
11788         (byte-compile-file-form-autoload): Don't warn about unknown functions
11789         where the autoload statement comes after the use.
11790         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
11791         that any handlers inside the body (eg require) are in turn respected.
11793         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
11794         effects.
11796         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
11797         and syntax and abbrev tables basic docs, if they don't have any.
11799         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
11801         * international/mule-cmds.el (top-level): Require cl when compiling.
11802         (view-hello-file): Use default-value rather than
11803         default-enable-multibyte-characters.
11805         * progmodes/fortran.el: Move all safe and risky properties into the
11806         defcustoms.
11808         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
11809         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
11810         * mail/undigest.el:
11811         Put autoloads in rmail.el rather than loaddefs.el.
11812         * mail/rmail.el: Regenerate with extracted autoloads.
11814         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
11815         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
11817 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
11819         Reported in thread for Bug#4375.
11820         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
11821         "-data-evaluate-expression" instead of print.
11822         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
11823         (gdb-tooltip-print): Parse output from above MI command.
11824         (gdb): Revert 2009-08-11 change.  User should detach inferior
11825         manually.
11827         Remove the word "separate" from IO functions as inferior
11828         output is now never displayed in the GUD buffer.
11830 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
11832         * startup.el (command-line-normalize-file-name): On Windows and
11833         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
11835 2009-09-10  Juri Linkov  <juri@jurta.org>
11837         * isearch.el (isearch-text-char-description): Propertize escape
11838         character sequences with the `escape-glyph' face.  (Bug#4344)
11840         * simple.el (shell-command): Set asynchronous process filter to
11841         `comint-output-filter'.  (Bug#4343)
11843         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
11844         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
11845         the list.  Move "asm" to the bottom.
11846         (grep-find-ignored-directories): Add `choice' with nil value
11847         to empty the list easily.
11848         (grep-find-ignored-files): New option.
11849         (grep-files-history): Set to nil by default instead of '("ch" "el").
11850         (grep-compute-defaults): Add "<X>" to `grep-template'.
11851         (grep-read-files): Bind new local variables `default-alias' and
11852         `default-extension'.  Use a list of default values for the file prompt.
11853         (lgrep): Add `--exclude=' command line options composed from
11854         `grep-find-ignored-files'.
11855         (rgrep): Add `-name' command line options composed from
11856         `grep-find-ignored-files'.  (Bug#4301)
11858 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11860         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
11861         (bug#4368).
11863 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11865         * calendar/time-date.el (autoload):
11866         Expand define-obsolete-function-alias into defalias and make-obsolete
11867         for old Emacsen that Gnus supports.
11868         (with-no-warnings): Define it for old Emacsen.
11869         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11870         is available.
11871         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11872         float-time is available; suppress compile warning for time-to-seconds.
11874 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11876         * net/imap.el (imap-message-map): Docstring fix.
11878 2009-09-09  Glenn Morris  <rgm@gnu.org>
11880         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
11881         line numbers too.  (Bug#4374)
11883 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11885         * smerge-mode.el (smerge-remove-props, smerge-refine):
11886         Use with-silent-modifications (bug#4342).
11888         * subr.el (with-silent-modifications): New macro.
11890 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
11892         * files.el (top-level): Require `cl' when compiling.
11894 2009-09-07  Glenn Morris  <rgm@gnu.org>
11896         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
11898         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
11899         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
11901 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
11903         * vc-git.el (vc-git-annotate-command): Use separator to parse
11904         arguments correctly.
11906 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
11908         * proced.el (proced-mode): Doc fix.
11910 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
11912         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
11913         lstat fails.
11914         (tramp-do-file-attributes-with-ls): Check for file existence at
11915         remote end.
11916         (tramp-do-file-attributes-with-stat): Likewise.
11917         (tramp-convert-file-attributes): Return nil when attr is nil.
11919 2009-09-05  Glenn Morris  <rgm@gnu.org>
11921         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
11922         properties to this button.
11923         (diary-fancy-display): Don't extend the button to the final newline.
11924         (diary-fancy-display-mode): Continue to define "q" as a local key.
11926         * calendar/cal-china.el (holiday-chinese): Make it slightly more
11927         efficient.
11929         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
11931         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
11932         (byte-compile-dest-file-function): New option.
11933         (byte-compile-dest-file): Doc fix.
11934         Obey byte-compile-dest-file-function.
11935         (byte-compile-cl-file-p): New function.
11936         (byte-compile-eval): Only suppress noruntime warnings about cl functions
11937         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
11938         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
11939         than for file being previously loaded.
11940         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
11941         (byte-compile-file-form-require): Handle the case where requiring a file
11942         indirectly causes CL to be loaded.
11944 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
11946         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
11947         before killing the old buffer, since by the time `kill-buffer' is
11948         run so many buffer variables have been set to nil that it may not
11949         behave as expected.  (Bug#4061)
11951 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
11953         * files.el (find-alternate-file): If the old buffer is modified
11954         and visiting a file, behave similarly to `kill-buffer' when
11955         killing it, thus reverting to the pre-1.878 behavior; see
11956         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
11957         for discussion.  Also, consult `buffer-file-name' as a variable
11958         not as a function, for consistency with the rest of the code.
11960 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
11962         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
11963         also when adding a new directory.
11965         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
11966         defun.
11968 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11970         * files.el (locate-file-completion-table): Make it provide boundary
11971         information, so partial-completion works better.
11973 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
11975         * mail/footnote.el (Footnote-text-under-cursor):
11976         Check footnote-text-marker-alist before using it (bug#4324).
11978 2009-09-04  Glenn Morris  <rgm@gnu.org>
11980         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
11981         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
11982         * play/solitaire.el, play/tetris.el:
11983         Remove leading * from defcustom and defface docs.
11985         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
11986         necessary.
11987         (diary-fancy-overriding-map): New variable.
11988         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
11989         Use view-mode.
11991         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
11992         goto-line.
11994 2009-09-03  Glenn Morris  <rgm@gnu.org>
11996         * arc-mode.el (archive-mode):
11997         * dos-fns.el (set-default-process-coding-system):
11998         * man.el (Man-getpage-in-background):
11999         * menu-bar.el (menu-bar-describe-menu):
12000         * server.el (server-process-filter):
12001         * startup.el (command-line):
12002         * tar-mode.el (tar-header-block-tokenize, tar-extract):
12003         * w32-fns.el (set-default-process-coding-system):
12004         * x-dnd.el (x-dnd-handle-file-name):
12005         * international/mule-cmds.el (mule-menu-keymap)
12006         (set-default-coding-systems, language-info-alist, set-language-info)
12007         (set-language-environment, standard-display-european-internal)
12008         (set-locale-environment):
12009         * international/mule-diag.el (mule-diag):
12010         * mail/emacsbug.el (report-emacs-bug):
12011         * mail/rmail.el (rmail-mode):
12012         * mail/sendmail.el (mail-setup):
12013         Use default-value rather than default-enable-multibyte-characters.
12015         * progmodes/f90.el: Move all safe properties into the defcustoms.
12016         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12018         * calendar/appt.el (appt-check):
12019         * calendar/diary-lib.el (diary-set-header, diary-live-p)
12020         (diary-check-diary-file, diary-list-entries)
12021         (diary-include-other-diary-files, diary-simple-display)
12022         (diary-fancy-display, diary-print-entries)
12023         (diary-mark-included-diary-files, diary-make-entry):
12024         Don't call substitute-in-file-name on diary-file.
12026 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
12027             Stefan Monnier  <monnier@iro.umontreal.ca>
12029         * mail/footnote.el (footnote-prefix): Make it a defcustom.
12030         (footnote-mode-map): Move initialization into the declaration.
12031         (footnote-minor-mode-map): Define it rather than changing global-map.
12032         (footnote-mode): Use define-minor-mode.
12034 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
12036         * net/tramp.el (tramp-handle-file-attributes-with-ls)
12037         (tramp-do-file-attributes-with-perl)
12038         (tramp-do-file-attributes-with-stat): Rename from
12039         `tramp-handle-file-attributes-with-*'.
12040         (tramp-handle-file-attributes): Use them.
12041         (tramp-do-directory-files-and-attributes-with-perl)
12042         (tramp-do-directory-files-and-attributes-with-stat): Rename from
12043         `tramp-handle-directory-files-and-attributes-with-*'.
12044         (tramp-handle-directory-files-and-attributes): Use them.
12045         (tramp-method-out-of-band-p): Additional parameter SIZE.
12046         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12047         (tramp-handle-write-region): Use it.
12048         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12049         (tramp-handle-vc-registered): Check, whether the first run did
12050         return files to be tested.
12051         (tramp-advice-make-auto-save-file-name): Do not call directly
12052         `tramp-handle-make-auto-save-file-name', because this would bypass
12053         the locking mechanism.
12055         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12056         (file-remote-p, process-file, start-file-process, set-file-times)
12057         (tramp-compat-file-attributes): Compatibility functions shall not
12058         call directly `tramp-handle-*', because this would bypass the
12059         locking mechanism.
12060         (tramp-compat-number-sequence): New defun.
12062 2009-09-02  Glenn Morris  <rgm@gnu.org>
12064         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12065         alias for float-time.
12066         (time-to-number-of-days): In Emacs, use float-time.
12067         * net/newst-backend.el (time-add): Suppress warnings from compat
12068         function.
12069         * time.el (emacs-uptime, emacs-init-time):
12070         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12071         Use float-time rather than time-to-seconds.
12073         * minibuffer.el (completion-initials-expand): Fix typo.
12075         * faces.el (modeline, modeline-inactive, modeline-highlight)
12076         (modeline-buffer-id):
12077         * info.el (info-menu-5): Mark these face aliases as obsolete.
12079 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12081         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12082         space ...
12083         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12084         no "--thread" option.
12085         (gdb-stopped): Don't print "Switched to thread" message when it is
12086         unchanged.
12088 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12090         * minibuffer.el (completion-try-completion)
12091         (completion-all-completions): Remove ill-defined (and
12092         mistakenly installed and luckily never used nor documented)
12093         `completion-styles' property.
12094         (completion-initials-expand, completion-initials-all-completions)
12095         (completion-initials-try-completion): New functions.
12096         (completion-styles-alist): Add doc to each entry.
12097         Add new `initials' entry.
12099 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12101         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12102         MI command -var-evaluate-expression.
12103         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12104         and tweak for case of string child.
12105         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12107 2009-09-01  Glenn Morris  <rgm@gnu.org>
12109         * add-log.el (change-log-date-face, change-log-name-face)
12110         (change-log-email-face, change-log-file-face, change-log-list-face)
12111         (change-log-conditionals-face, change-log-function-face)
12112         (change-log-acknowledgement-face):
12113         * cus-edit.el (custom-invalid-face, custom-rogue-face)
12114         (custom-modified-face, custom-set-face, custom-changed-face)
12115         (custom-saved-face, custom-button-face, custom-button-pressed-face)
12116         (custom-documentation-face, custom-state-face, custom-comment-face)
12117         (custom-comment-tag-face, custom-variable-tag-face)
12118         (custom-variable-button-face, custom-face-tag-face)
12119         (custom-group-tag-face-1, custom-group-tag-face):
12120         * diff-mode.el (diff-header-face, diff-file-header-face)
12121         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12122         (diff-added-face, diff-changed-face, diff-function-face)
12123         (diff-context-face, diff-nonexistent-face):
12124         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12125         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12126         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12127         (Info-title-4-face):
12128         * isearch.el (isearch-lazy-highlight-face):
12129         * log-view.el (log-view-file-face, log-view-message-face):
12130         * paren.el (show-paren-match-face, show-paren-mismatch-face):
12131         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12132         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12133         (cvs-msg-face):
12134         * smerge-mode.el (smerge-mine-face, smerge-other-face)
12135         (smerge-base-face, smerge-markers-face):
12136         * wid-edit.el (widget-documentation-face, widget-button-face)
12137         (widget-field-face, widget-single-line-field-face)
12138         (widget-inactive-face, widget-button-pressed-face):
12139         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12140         (woman-addition-face):
12141         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12142         (eshell-ls-executable-face, eshell-ls-readonly-face)
12143         (eshell-ls-unreadable-face, eshell-ls-special-face)
12144         (eshell-ls-missing-face, eshell-ls-archive-face)
12145         (eshell-ls-backup-face, eshell-ls-product-face)
12146         (eshell-ls-clutter-face):
12147         * eshell/em-prompt.el (eshell-prompt-face):
12148         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12149         * obsolete/old-whitespace.el (whitespace-highlight-face):
12150         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12151         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12152         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12153         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12154         (antlr-font-lock-literal-face):
12155         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12156         (ebrowse-root-class-face, ebrowse-file-name-face)
12157         (ebrowse-default-face, ebrowse-member-attribute-face)
12158         (ebrowse-member-class-face, ebrowse-progress-face):
12159         * progmodes/make-mode.el (makefile-space-face):
12160         * progmodes/sh-script.el (sh-heredoc-face):
12161         * textmodes/flyspell.el (flyspell-incorrect-face)
12162         (flyspell-duplicate-face):
12163         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12164         * textmodes/texinfo.el (texinfo-heading-face):
12165         Mark face aliases with "-face" suffix as obsolete.
12167         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12168         compiler.
12170         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12171         (eudc-bob-sound-menu): Use defvar rather than defconst, since
12172         easy-menu-define wants to modify these.
12174         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12176         * net/browse-url.el (browse-url-file-url):
12177         * term/internal.el (dos-codepage-setup):
12178         Use default-value rather than default-enable-multibyte-characters.
12180         * progmodes/etags.el (etags-goto-tag-location):
12181         * progmodes/flymake.el (flymake-highlight-line)
12182         (flymake-goto-file-and-line, flymake-goto-line):
12183         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12184         (gdb-goto-breakpoint):
12185         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12186         * progmodes/python.el (python-find-function)
12187         (python-pdbtrack-track-stack-file):
12188         * progmodes/verilog-mode.el (verilog-surelint-off):
12189         * term/ns-win.el (ns-open-file-select-line):
12190         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12191         Use forward-line rather than goto-line.
12193         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12194         * textmodes/reftex-index.el (reftex-display-index):
12195         * textmodes/reftex-ref.el (reftex-offer-label-menu):
12196         * textmodes/reftex-toc.el (reftex-toc):
12197         Remove unnecessary bindings of default-major-mode (all are followed by
12198         major-mode check and possible mode switch).
12200 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12202         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12203         Handle watchpoints (bug#4282).
12204         (def-gdb-thread-buffer-command): Enable thread to be selected by
12205         clicking without selecting threads buffer first.
12206         (gdb-current-context-command): Use selected frame so that "up",
12207         "down" etc work in the GUD buffer.
12208         (gdb-update): Find selected frame before rendering stack buffer.
12209         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12211 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12213         * progmodes/sym-comp.el (displayed-completions): Remove.
12214         (symbol-complete): Use minibuffer-complete.
12216 2009-08-31  Glenn Morris  <rgm@gnu.org>
12218         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12220         * apropos.el (apropos-symbols-internal):
12221         Handle (obsolete) face aliases.
12223         * faces.el (describe-face): Adjust the output format to be more like
12224         describe-variable, and to mention (obsolete) face aliases.
12225         Adjust the whitespace so that help-setup-xref works.
12227         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12228         * calendar/diary-lib.el (diary-button-face):
12229         Mark these face aliases as obsolete.
12231         * calendar/calendar.el (calendar-today): Doc fix.
12233 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12235         * progmodes/gdb-mi.el (gdb-control-all-threads)
12236         (gdb-control-current-thread): Force tool bar update.
12237         (gdb-non-stop-handler): New function.
12238         (gdb-init-1): Use it to test if non-stop mode is supported.
12239         Remove unused gdbmi buffer type.
12241 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
12243         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12244         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
12246 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
12248         * comint.el (comint-exec-1): Check command is non-null first.
12249         Part of gdb-mi.el change (2009-08-28).
12251 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12253         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12255 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
12257         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12258         instead of `dolist' to avoid a recursive require when bootstrapping.
12260 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12262         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12264         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12266         * net/imap.el (imap-send-command): Simplify.
12267         (imap-wait-for-tag): point-max -> buffer-size.
12269         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
12271         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
12272         with constant argument.
12274         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
12276         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
12278         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
12279         Change default, since most of our files don't have a history.
12280         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
12281         the user.
12283         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12284         Add comint-run.
12286         * calc/calc.el: Improve commenting convention.
12287         (calc-digit-map, toplevel): Simplify.
12289         * comint.el (comint-insert-input): Be careful to only set point if we
12290         don't delegate to some other command.
12292         * proced.el (proced-signal-list): Make it an alist.
12293         (proced-grammar-alist): Capitalize names.
12294         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
12295         Disable undo manually and make it read-only.
12296         Use completion-annotate-function.
12298         * minibuffer.el (minibuffer-message): If the current buffer is not
12299         a minibuffer, insert the message in the echo area rather than at the
12300         end of the buffer.
12301         (completion-annotate-function): New variable.
12302         (minibuffer-completion-help): Use it.
12303         (completion--embedded-envvar-table): Environment vars are
12304         always case-sensitive.
12306 2009-08-30  Glenn Morris  <rgm@gnu.org>
12308         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
12309         from fortran-current-defun.
12310         (fortran-beginning-of-subprogram): Be more precise about finding the
12311         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
12312         (fortran-end-of-subprogram): Simplify.
12313         (fortran-current-defun): Use fortran-start-prog-re.
12315 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
12317         * subr.el (do-after-load-evaluation): Simplify.
12319 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
12321         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
12323         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
12324         (vc-rcs-print-log): Use it.
12326         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
12328 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12330         * paths.el (abbrev-file-name): Move to abbrev.el.
12331         * abbrev.el (abbrev-file-name): Move from paths.el.
12332         Obey user-emacs-directory.
12333         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
12334         user-emacs-directory.
12335         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
12336         abbrev-file-name and calc-settings-file any more.
12337         * startup.el (command-line): Recompute abbrev-file-name and
12338         abbreviated-home-dir.
12339         (normal-no-mouse-startup-screen): Improve the generic code and get rid
12340         of the special code for when C-h bindings haven't been changed.
12341         (display-startup-echo-area-message): Use with-current-buffer.
12342         (command-line-1): Use a list of strings, rather than a list of lists
12343         of strings for longopts.
12345         * files.el (get-free-disk-space): Use / for default-directory.
12347         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
12348         Use with-current-buffer.
12350         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
12351         Recognize immutable variables like most-positive-fixnum.
12352         (byte-compile-setq-default): Check and warn if trying to assign
12353         to an immutable variable, or a non-variable.
12355         * progmodes/cc-vars.el (c-comment-continuation-stars):
12356         * progmodes/cc-engine.el (c-looking-at-bos):
12357         * progmodes/cc-cmds.el (c-toggle-auto-state)
12358         (c-forward-into-nomenclature, c-backward-into-nomenclature)
12359         (c-comment-line-break-function): Add version of obsolescence.
12361 2009-08-28  Juri Linkov  <juri@jurta.org>
12363         * files.el (magic-fallback-mode-alist): Add ZIP magic number
12364         associated with `archive-mode'.
12366         * image.el (image-type-header-regexps): Use only JPEG magic number
12367         to determine JPEG images, and don't use `image-jpeg-p' because
12368         Emacs can display non-JFIF non-Exif JPEG images.
12370 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
12372         * arc-mode.el (archive-mode):
12373         * emacs-lisp/re-builder.el (re-builder-unload-function):
12374         Protect against the default value of `major-mode' being nil.
12376 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
12378         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
12379         Fix typos in docstrings.
12381         * progmodes/js.el (js--macro-decl-re): Doc fix.
12382         (js--plain-method-re, js--split-name): Refloc docstring.
12383         (js--class-styles, js--make-merged-item, js--splice-into-items):
12384         Fix typos in docstrings; reflow docstrings.
12385         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
12386         (js--variable-decl-matcher, js--inside-pitem-p)
12387         (js--parse-state-at-point, js--get-all-known-symbols)
12388         (js--symbol-history, js-find-symbol, js--js-references)
12389         (js--moz-interactor, js--js-encode-value, js--read-tab):
12390         Fix typos in docstrings.
12392 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12394         * textmodes/reftex.el (reftex-get-file-buffer-force):
12395         * progmodes/verilog-mode.el (verilog-batch-execute-func):
12396         * emulation/viper.el (viper-go-away, viper-set-hooks):
12397         * emacs-lisp/re-builder.el (re-builder-unload-function):
12398         * emacs-lisp/bytecomp.el (byte-compile-file):
12399         * ses.el (ses-unload-function):
12400         * hexl.el (hexl-find-file):
12401         * files.el (normal-mode):
12402         * ehelp.el (with-electric-help):
12403         * autoinsert.el (auto-insert-alist):
12404         * arc-mode.el (archive-mode):
12405         Use (default-value 'major-mode) instead of default-major-mode.
12407         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
12408         * international/mule.el (load-with-code-conversion):
12409         * emacs-lisp/debug.el (debug):
12410         * ediff-vers.el (ediff-rcs-get-output-buffer):
12411         * dired.el (dired-internal-noselect): Don't let-bind
12412         default-major-mode around code that doesn't use it.
12413         E.g. buffer creation via get-buffer-create doesn't use it.
12415 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
12417         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
12418         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
12419         when writing the temp file.  Otherwise, epa-file gets confused.
12420         (tramp-register-file-name-handlers): Make it a defun.  Move also
12421         `epa-file-handler' to the front of `file-name-handler-alist'.
12423 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12425         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
12426         start right after a ^M.
12427         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
12428         (tramp-completion-file-name-regexp-separate)
12429         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
12430         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
12431         Don't modify last-coding-system-used by accident.
12432         (tramp-completion-file-name-handler): Apply the checks here,
12433         instead during registration.
12434         (tramp-register-file-name-handlers): Renamed from
12435         `tramp-register-file-name-handler'.  Register both
12436         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
12437         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
12439 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
12441         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
12442         Remove variable ...
12443         (gdb-init-1, gdb-display-separate-io-buffer)
12444         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
12445         references to it.
12446         (gdb-inferior-io-mode): Use make-comint-in-buffer.
12447         (gdb-inferior-filter): Use comint-output-filter to stop
12448         echoing and remove ^M characters.
12450 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12452         * emulation/viper-init.el (viper-restore-cursor-type):
12453         * emulation/cua-base.el (cua--update-indications):
12454         Replace default-cursor-type with (default-value 'cursor-type).
12456         * mail/sendmail.el (mail-recover-1):
12457         * international/mule-diag.el (describe-current-coding-system-briefly)
12458         (describe-current-coding-system):
12459         * international/mule-cmds.el (select-safe-coding-system)
12460         (select-message-coding-system)
12461         (set-language-environment-coding-systems, set-locale-environment):
12462         * hexl.el (hexl-insert-multibyte-char):
12463         * dos-w32.el (find-buffer-file-type-coding-system):
12464         * simple.el (what-cursor-position):
12465         Replace uses of default-buffer-file-coding-system
12466         with (default-value 'buffer-file-coding-system).
12468         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
12469         Replace uses of default-cursor-in-non-selected-windows
12470         with (default-value 'cursor-in-non-selected-windows).
12471         Use with-current-buffer.
12473         * mail/feedmail.el: Use CL macros.
12474         (feedmail-run-the-queue, feedmail-send-it-immediately):
12475         * dos-w32.el (find-buffer-file-type): Replace uses of
12476         default-buffer-file-type with (default-value 'buffer-file-type).
12478 2009-08-28  Glenn Morris  <rgm@gnu.org>
12480         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
12481         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
12482         Use default-value of major-mode rather than default-major-mode.
12484 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12486         * Makefile.in (update-elcfiles): Report left over elc files.
12488         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
12489         expand-file-name and with-current-buffer.
12490         (mail-get-names, mail-directory): Use with-current-buffer.
12492         * vc.el (vc-read-revision): New function.
12493         (vc-version-diff, vc-merge): Use it.
12495 2009-08-27  Sam Steingold  <sds@gnu.org>
12497         * simple.el (kill-do-not-save-duplicates): New user option.
12498         (kill-new): When it is non-nil, and the new string is the same as
12499         the latest kill, set replace to t to avoid duplicates in kill-ring.
12501 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
12503         * net/tramp.el (tramp-handle-process-file): Do not flush all
12504         caches when `process-file-side-effects' is set.
12505         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
12506         instead of `tramp-find-file-exists-command'.
12507         Unset `process-file-side-effects'.
12509 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
12511         * net/tramp.el (tramp-methods): New method "rsyncc".
12512         (top): Add completion function for "rsyncc".
12513         (tramp-message-show-message): New defvar.
12514         (tramp-message, tramp-error): Use it.
12515         (tramp-do-copy-or-rename-file-directly): Extend check for direct
12516         remote copying.
12517         (tramp-do-copy-or-rename-file-out-of-band): Handle new
12518         `tramp-methods' entry `copy-env' of "rsyncc".
12519         (tramp-vc-registered-read-file-names): New defconst.
12520         (tramp-vc-registered-file-names): New defvar.
12521         (tramp-handle-vc-registered): Implement optimization strategy.
12522         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
12523         (tramp-vc-file-name-handler): New defun.
12524         (tramp-get-ls-command, tramp-get-test-command)
12525         (tramp-get-file-exists-command, tramp-get-remote-ln)
12526         (tramp-get-remote-perl, tramp-get-remote-stat)
12527         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
12529         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
12530         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
12531         timestamps.
12532         (tramp-get-file-property): Check for timestamps in
12533         `tramp-cache-inhibit-cache'.
12534         (tramp-set-file-property): Write timestamp.
12536 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12538         * language/japan-util.el (japanese-symbol-table): Add entries for
12539         cp932-2-byte.
12541         * international/characters.el: Add category `j' to cp932-2-byte.
12543 2009-08-27  Kenichi Handa  <handa@m17n.org>
12545         * international/fontset.el (build-default-fontset-data): New macro.
12546         (setup-default-fontset): Use build-default-fontset-data for CJK,
12547         tibetan, ethiopic, and ipa.
12549 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12551         * cus-start.el (default-major-mode): Customize `major-mode' instead.
12552         (enable-multibyte-characters): Not customizable any more.
12554         * subr.el (default-mode-line-format, default-header-line-format)
12555         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
12556         (default-direction-reversed, default-truncate-lines)
12557         (default-left-margin, default-tab-width, default-case-fold-search)
12558         (default-left-margin-width, default-right-margin-width)
12559         (default-left-fringe-width, default-right-fringe-width)
12560         (default-fringes-outside-margins, default-scroll-bar-width)
12561         (default-vertical-scroll-bar, default-indicate-empty-lines)
12562         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
12563         (default-fringe-cursor-alist, default-scroll-up-aggressively)
12564         (default-scroll-down-aggressively, default-fill-column)
12565         (default-cursor-type, default-buffer-file-type)
12566         (default-cursor-in-non-selected-windows)
12567         (default-buffer-file-coding-system, default-major-mode)
12568         (default-enable-multibyte-characters): Mark as obsolete.
12570 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
12572         * vc-dir.el (vc-dir-update): Remove debug helper.
12574         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
12576 2009-08-26  Sam Steingold  <sds@gnu.org>
12578         * simple.el (save-interprogram-paste-before-kill): New user option.
12579         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
12580         save the interprogram-paste into kill-ring before overriding it
12581         with the Emacs kill.
12583 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
12585         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
12586         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
12587         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
12588         and move to vc-rcs.el.
12589         (vc-default-next-revision): Rename to vc-rcs-next-revision and
12590         move to vc-rcs.el.
12591         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
12592         (vc-rcs-update-changelog): Remove.
12593         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
12594         and move to vc-rcs.el.
12596         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
12597         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
12598         renaming.
12599         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
12600         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
12601         vc.el, renamed to be RCS specific.
12603         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
12604         New functions.
12605         (vc-cvs-update-changelog): Move here from vc.el.
12607         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
12608         New functions.
12610 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12612         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
12614 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
12616         * vc-git.el (vc-git-register): Use "git add" for directories.
12617         (vc-git-stash, vc-git-stash-show): New functions.
12618         (vc-git-extra-menu-map): Bind them.
12620         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
12621         directory correctly in case the item is a directory itself.
12623         * vc.el: Document the desired behavior for reverted files in the
12624         `added' state.
12625         (vc-default-prettify-state-info): Remove function, unused.
12627         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
12629 2009-08-26  Glenn Morris  <rgm@gnu.org>
12631         * bindings.el (standard-mode-line-format): Reposition dashes in
12632         which-func entry.  (Bug#4217)
12634         * files.el (enable-local-variables, enable-local-eval)
12635         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
12636         the defcustoms.
12637         (auto-mode-alist, ignored-local-variables)
12638         (save-some-buffers-action-alist): Move risky declarations to the
12639         definitions.
12640         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
12641         (font-lock-defaults, format-alist, imenu--index-alist)
12642         (imenu-generic-expression, input-method-alist, minor-mode-alist)
12643         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
12644         (mode-line-modified, mode-line-mule-info, mode-line-position)
12645         (mode-line-process, mode-line-remote, outline-level)
12646         (parse-time-rules, rmail-output-file-alist)
12647         (special-display-buffer-names, vc-mode):
12648         Move risky declarations to the relevant files.
12649         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
12650         (mode-line-modified, mode-line-process, mode-line-position)
12651         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
12652         * font-core.el (font-lock-defaults):
12653         * format.el (format-alist):
12654         * vc-hooks.el (vc-mode):
12655         * window.el (special-display-buffer-names):
12656         * international/mule-cmds.el (input-method-alist):
12657         Define riskiness here (dumped file) rather than in files.el.
12658         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
12659         * imenu.el (imenu-generic-expression, imenu--index-alist):
12660         * outline.el (outline-level):
12661         * time.el (display-time-string):
12662         * calendar/parse-time.el (parse-time-rules):
12663         * mail/rmailout.el (rmail-output-file-alist):
12664         Autoload riskiness here, rather than placing in files.el.
12666 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
12668         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
12670 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
12672         * simple.el (process-file-side-effects): New defvar.
12674         * dired-aux.el (dired-show-file-type):
12675         * vc.el (vc-diff-internal):
12676         * vc-arch.el (vc-arch-diff):
12677         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
12678         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
12679         * vc-git.el (vc-git-registered, vc-git-working-revision)
12680         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
12681         (vc-git--empty-db-p):
12682         * vc-hooks.el (vc-user-login-name):
12683         * vc-svn.el (vc-svn-registered, vc-svn-state)
12684         (vc-svn-dir-extra-headers, vc-svn-find-revision):
12685         * progmodes/grep.el (grep-probe): Let-bind
12686         `process-file-side-effects' with nil.
12688         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
12690         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
12691         daemon.  Replace ping by checking for running service for bluez
12692         and zeroconf.  (Bug#4239)
12694 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12696         * net/dig.el (dig): Add autoload cookie.
12698 2009-08-25  Glenn Morris  <rgm@gnu.org>
12700         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
12701         load-history for absolute file-names.
12702         (byte-compile-file-form-require): Warn about use of the cl package.
12704         * format.el (format-alist): Doc fix.
12706         * play/bubbles.el (top-level): Don't require cl at run-time.
12708         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
12709         run-time cl).
12711 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
12713         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
12714         from cl package.
12715         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
12717 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
12719         * calc/calc-alg.el (math-trig-rewrite)
12720         (math-hyperbolic-trig-rewrite): New functions.
12721         (calc-simplify): Simplify trig functions when asked.
12723 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12725         * diff-mode.el (diff-find-source-location): Avoid goto-line.
12727 2009-08-24  Kenichi Handa  <handa@m17n.org>
12729         * language/ind-util.el (mapthread): Delete it.
12730         (combinatorial): New function.
12731         (indian--puthash-cv): Use combinatorial instead of mapthread.
12733 2009-08-22  Kevin Ryde  <user42@zip.com.au>
12735         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
12736         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
12737         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
12738         Clarify docstring that the value is strings not symbols.
12739         (checkdoc-list-of-strings-p): New function.
12741 2009-08-22  Glenn Morris  <rgm@gnu.org>
12743         * files.el (auto-mode-alist):
12744         * hippie-exp.el (he-concat-directory-file-name):
12745         * lpr.el (lpr-windows-system, printer-name):
12746         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
12747         * ps-print.el (ps-windows-system):
12748         * startup.el (command-line):
12749         * emulation/viper-ex.el (viper-glob-function):
12750         * international/mule-cmds.el (set-language-environment-coding-systems):
12751         * net/ange-ftp.el (ange-ftp-write-region):
12752         * obsolete/fast-lock.el (fast-lock-cache-name):
12753         Remove code for defunct system-types emx, macos, mswindows, next-mach,
12754         unisoft-unix, vax-vms, win32, w32.
12756         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
12757         given name if the pattern is not more specific.
12759         * calendar/lunar.el (lunar-phase-names): New option.
12760         (lunar-phase): Doc fix.
12761         (lunar-cycles-per-year): New constant.
12762         (lunar-index): New function.
12763         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
12764         (lunar-phase-name): Use lunar-phase-names.
12765         (calendar-lunar-phases): Use format.
12766         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
12768         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
12769         Copy imenu-example--name-and-position function here for own use.
12770         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
12772         * bs.el (bs--redisplay):
12773         * cus-edit.el (custom-redraw):
12774         * ibuffer.el (ibuffer-bury-buffer):
12775         * server.el (server-goto-line-column):
12776         * startup.el (command-line-1):
12777         * strokes.el (strokes-xpm-for-stroke):
12778         * term.el (term-display-buffer-line):
12779         * view.el (View-goto-line):
12780         * calc/calc.el (calc-do, calc-trail-buffer):
12781         * play/gamegrid.el (gamegrid-add-score-insecure):
12782         * progmodes/ada-mode.el (ada-compile-goto-error):
12783         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
12784         (ebrowse-select-1st-to-9nth):
12785         * progmodes/cperl-mode.el (cperl-time-fontification):
12786         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
12787         * progmodes/gud.el (gud-display-line):
12788         (idlwave-shell-display-line):
12789         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
12790         * progmodes/make-mode.el (makefile-browser-toggle):
12791         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
12792         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
12793         * textmodes/picture.el (picture-draw-rectangle):
12794         * textmodes/reftex-index.el (reftex-index-goto-letter):
12795         (reftex-select-jump-to-previous):
12796         * textmodes/reftex-sel.el (reftex-find-start-point)
12797         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
12798         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
12799         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
12800         * textmodes/tex-mode.el (tex-compilation-parse-errors):
12801         * textmodes/two-column.el (2C-associated-buffer):
12802         Use forward-line rather than goto-line.
12804         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
12805         goto-line.
12807         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
12808         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
12809         (quick-check-list-to-regexp): Declare.
12811         * progmodes/make-mode.el (makefile-browser-insert-selection):
12812         Use goto-char rather than goto-line.
12814         * progmodes/prolog.el (compilation-error-regexp-alist)
12815         (compilation-forget-errors): Declare.
12817 2009-08-22  Juri Linkov  <juri@jurta.org>
12819         * progmodes/grep.el (lgrep, rgrep): At the beginning
12820         set `dir' to `default-directory' unless `dir' is a non-nil
12821         readable directory.  (Bug#4052)
12822         (lgrep, rgrep): Change a weird way to report an error
12823         from using `read-string' to using `error'.
12824         Instead of using interactive arguments in the function body,
12825         add new argument `confirm'.
12827 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12829         * textmodes/remember.el (remember-buffer):
12830         * progmodes/cperl-mode.el (cperl-vc-header-alist):
12831         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
12832         (icalendar-extract-ical-from-buffer):
12833         * net/newst-treeview.el (newsticker-groups-filename):
12834         * net/newst-backend.el (newsticker-cache-filename):
12835         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
12836         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
12837         (speedbar-add-ignored-path-regexp, speedbar-line-path)
12838         (speedbar-buffers-line-path, speedbar-path-line)
12839         (speedbar-buffers-line-path):
12840         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
12841         (epg-sign-keys):
12842         * epa.el (epa-display-verify-result):
12843         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
12845 2009-08-21  Glenn Morris  <rgm@gnu.org>
12847         * progmodes/js.el (inferior-moz-process): Fix declaration.
12849         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
12851         * obsolete/rnewspost.el (news-mail-reply):
12852         Use goto-char rather than goto-line.
12854         * term/ns-win.el (ns-open-file-select-line):
12855         Use line-beginning-position rather than goto-line.
12857         * apropos.el (apropos-command):
12858         * ehelp.el (electric-helpify):
12859         * printing.el (pr-show-setup):
12860         * strokes.el (strokes-help):
12861         * tutorial.el (tutorial--describe-nonstandard-key)
12862         (tutorial--detailed-help):
12863         * woman.el (woman-mini-help, woman-display-extended-fonts):
12864         * calc/calc-help.el (calc-describe-key):
12865         * emulation/edt.el (edt-electric-helpify):
12866         * international/mule-diag.el (mule-diag):
12867         * play/yow.el (apropos-zippy):
12868         * progmodes/python.el (python-describe-symbol):
12869         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
12870         * textmodes/table.el (*table--cell-describe-mode)
12871         (*table--cell-describe-bindings):
12872         Use help-print-return-message rather than the now obsolete alias.
12874         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
12875         (calendar-cursor-to-visible-date):
12876         * play/5x5.el (5x5-position-cursor):
12877         * play/decipher.el (decipher):
12878         * play/gomoku.el (gomoku-goto-xy):
12879         * play/landmark.el (lm-goto-xy):
12880         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
12881         (mpuz-paint-digit):
12882         Use forward-line, not goto-line.
12884         * mail/rmail.el (rmail-obsolete): Delete custom group.
12885         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
12886         (rmail-remote-password, rmail-remote-password-required):
12887         Remove unneeded :set-after and :set properties.
12889 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
12891         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
12893 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
12895         * loadup.el: Remove leftover macos code.
12897         * vc-git.el (vc-git-annotate-command): Run asynchronously.
12898         Explicitly pass the date format to git blame so that user local
12899         so that the output format can be parsed.
12901 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
12903         * net/dbus.el (top): Don't check for (getenv
12904         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
12906 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
12908         * log-edit.el (log-edit-strip-single-file-name): New var.
12909         (log-edit-insert-changelog): Use it.  Bug#3571
12911 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12913         * subr.el (read-passwd): Use read-key so keypad keys work as well.
12914         Bug#3287
12916         * help.el (help-print-return-message): Rename from
12917         print-help-return-message.
12919         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
12920         cvs-mode-map parent hack.
12921         (log-view-mode): Derive from special-mode.
12923         * linum.el (linum-mode): window-size-change-functions is redundant.
12924         Adapt to new window-configuration-change-hook behavior.
12925         (linum-after-size, linum-after-config): Remove.
12927         * imenu.el (imenu-example--name-and-position)
12928         (imenu-example--lisp-extract-index-name)
12929         (imenu-example--create-lisp-index, imenu-example--create-c-index):
12930         Mark as obsolete.
12932         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
12933         (inferior-prolog-mode): Use it.
12934         (inferior-prolog-load-file): Reset list of errors.
12936 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12938         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
12940         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
12942 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
12944         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
12945         is running already.
12947 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12949         * subr.el (listify-key-sequence-1): Use normal syntax since those
12950         integers are nowadays always represented by the same (positive) number
12951         on all platforms.
12952         (read-key-empty-map): New const.
12953         (read-key-delay): New var.
12954         (read-key): New function.
12955         (force-mode-line-update): Use with-current-buffer.
12956         (locate-user-emacs-file): Don't forget to abbreviate the file name.
12957         (start-process-shell-command, start-file-process-shell-command):
12958         Discourage the use of command-args.
12960 2009-08-19  Glenn Morris  <rgm@gnu.org>
12962         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
12964 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12966         * simple.el (choose-completion-string): Don't rely on
12967         minibuffer-completing-file-name and ad-hoc checks to decide whether
12968         to continue completion or not.
12970         * minibuffer.el (minibuffer-hide-completions): New function.
12971         (completion--do-completion): Use it.
12972         (completions-annotations): New face.
12973         (completion--insert-strings): Use it.
12974         (completion-pcm--delim-wild-regex): Add docstring.
12975         (completion-pcm--string->pattern): Add support for 0-width delimiters
12976         in completion-pcm--delim-wild-regex.
12978 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12980         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
12981         Remove unused var `buffer-modified-p'.
12983         * minibuffer.el (completion--do-completion): Move point for the #b001
12984         case as well (bug#4176).
12985         (minibuffer-complete, minibuffer-complete-word): Don't move point.
12987 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
12989         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
12990         and :session buses.
12992 2009-08-18  Kenichi Handa  <handa@m17n.org>
12994         * international/ucs-normalize.el (ucs-normalize-version):
12995         Change to 1.1.
12996         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
12997         (utf-8-hfs): Make it perform normalization on encoding too.
12999         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
13000         (sentence-end-without-space): Delete duplicated chars.
13001         (sentence-end-base): Likewise.
13003         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
13004         (html-mode): Delete duplicated chars from sentence-end-base.
13006         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
13007         (texinfo-mode): Delete duplicated chars from sentence-end-base.
13009 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
13011         * files.el (hack-one-local-variable): If the mode function is for
13012         a minor mode, pass it an argument (Bug#4148).
13014 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
13016         * net/tramp.el (tramp-register-completion-file-name-handler):
13017         Check also for (member 'partial-completion completion-styles).
13019 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13021         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13022         abbrev (Bug#3943).
13024 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
13026         * progmodes/cperl-mode.el: Merge upstream 6.2.
13027         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13028         (cperl-forward-re): Check cperl-brace-recursing.
13029         (cperl-highlight-charclass): New function.
13030         (cperl-find-pods-heres): Use it.
13031         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13032         (cperl-beautify-regexp-piece): Fix column calculation.
13033         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13034         (cperl-beautify-level): Don't process entire regexp.
13035         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13036         calling man.
13037         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13038         (cperl-init-faces): Build a list in the normal way.
13040 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13042         * calendar/parse-time.el (parse-time-string-chars): Save match
13043         data.
13045 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13047         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13048         (sql-product): Use it.
13049         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13050         (sql-set-product): Add completion.
13051         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13052         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13053         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13054         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13055         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13056         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13057         (sql-highlight-db2-keywords): Remove.
13058         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13059         (sql-highlight-product): Use derived-mode-p.
13060         (sql-set-sqli-buffer): Use with-current-buffer.
13061         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13062         Simplify.
13064         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13066         * term.el: Fix commenting convention, turn comments into docstrings.
13068 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
13070         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13072 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13074         * calendar/parse-time.el (parse-time-string-chars): Compute using
13075         character classes, to handle non-ascii characters (Bug#3190).
13077 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13079         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13080         another heredoc if the user adds another < (Bug#3226).
13082         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13083         Don't initialize based on window-system (Bug#4124).
13085         * facemenu.el (facemenu-read-color): Use a completion function
13086         that accepts any defined color, such as RGB triplets (Bug#3677).
13088         * files.el (get-free-disk-space): Change fallback default
13089         directory to /.  Expand DIR argument before switching to fallback.
13090         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13092 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13094         * files.el (load-library): Doc fix.
13096 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
13098         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13099         (viper-if-string): Redefine C-s in the minibuffer to insert the last
13100         incremental search string.
13102         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13103         XEmacs.
13105         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13106         (ediff-merge-region-is-non-clash)
13107         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13108         Also check if the job is really a merge job.
13110         * ediff.el (ediff-current-file): New function.
13112 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13114         * progmodes/js.el: Edit docstrings throughout to follow Emacs
13115         conventions.
13116         (js-insert-and-indent): Delete function.
13117         (js-mode-map): Don't bind keys to js-insert-and-indent.
13118         (js-beginning-of-defun): Rename from js--beginning-of-defun.
13119         (js-end-of-defun): Rename from js--end-of-defun.
13120         (js-auto-indent-flag): Delete variable.
13122 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
13124         * progmodes/js.el: Remove proclaim statement.
13125         Defvar which-func-imenu-joiner-function to silence compiler.
13127         * files.el (auto-mode-alist): Use js-mode for .js files.
13129         * progmodes/js2-mode.el: Remove file.
13131         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13133         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13135         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13137 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
13138             Karl Landstrom  <karl.landstrom@brgeight.se>
13140         * progmodes/js.el: New file.
13142 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
13144         * timezone.el (timezone-parse-date): Add ability to understand ISO
13145         basic format (minimal separators) dates in addition to the
13146         already-supported extended format dates.
13148 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
13150         * international/ucs-normalize.el: Add a `coding' file variable.
13152         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13154 2009-08-14  Sam Steingold  <sds@gnu.org>
13156         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13158 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
13160         * faces.el (help-argument-name): Define it here instead of
13161         help-fns.el, because in daemon mode help-fns.el may be loaded when
13162         faces are still uninitialized (Bug#1078).
13164         * help-fns.el (help-argument-name): Move defface to faces.el.
13166 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
13168         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13169         create buffer with a pty but no process so that GDB can make the
13170         inferior the controlling process.
13172 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
13174         * international/ucs-normalize.el: New file.
13176 2009-08-13  Richard Stallman  <rms@gnu.org>
13178         * mail/rmail.el (rmail-get-attr-names):
13179         Accept an attribute header that is too short.
13181         * mail/rmail.el (rmail-forget-messages):
13182         Ignore nil elt in rmail-message-vector.  Use dotimes.
13184         * progmodes/compile.el (compilation-goto-locus):
13185         Use next-error-move-function.
13187         * simple.el (next-error-move-function): New variable.
13189 2009-08-12  Juri Linkov  <juri@jurta.org>
13191         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13192         always non-nil.  (Bug#4052)
13194         * replace.el (read-regexp): Return empty string when
13195         `default-value' is nil.
13196         (keep-lines-read-args): Don't use empty string as the
13197         default value for `read-regexp'.  (Bug#2495)
13199 2009-08-12  Juri Linkov  <juri@jurta.org>
13201         * international/mule-cmds.el (ucs-insert): Change arguments
13202         from `arg' to `character', `count', `inherit' to be the same
13203         as in `insert-char'.  Doc fix.  (Bug#4039)
13205         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13207 2009-08-12  Juri Linkov  <juri@jurta.org>
13209         * files-x.el: New file.
13211         * files.el: Move code that deals with adding/deleting
13212         file/directory-local variables to files-x.el.
13214         * Makefile.in (ELCFILES): Add files-x.elc.
13216 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
13218         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13219         to use `goto-line'.
13220         (gdb-place-breakpoints, gdb-get-location): Rewritten without
13221         `goto-line'.
13222         (gdb-invalidate-disassembly): Do not refresh upon receiving
13223         'update signal.  Instead, update all disassembly buffers only after
13224         threads list.
13225         (gdb): Send -target-detach when buffer is killed (Bug#3794).
13226         (gdb-starting): Moved -data-list-register-names...
13227         (gdb-stopped): ...here so it's sent when first thread stops.
13228         (gdb-registers-handler-custom): Do nothing if register names are
13229         unknown yet.
13231         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13232         from `gdb-mi.el' to avoid extra tangling.
13234         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13235         change which breaks `gud-def' definitions used in `gdb'.
13236         (gdb-update-gud-running): No extra fuss for updating frame number.
13238 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13240         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13241         (describe-language-environment-map, setup-language-environment-map)
13242         (set-coding-system-map): Move initialization into declaration.
13243         (set-language-info-alist): Last arg to define-key-after can be skipped.
13245         * international/quail.el (quail-completion-1): Simplify.
13246         (quail-define-rules): Use slightly more compact code.
13247         (quail-insert-decode-map): Propertize keys, compact columns.
13249         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13250         Add goto-line.
13252 2009-08-10  Miles Bader  <miles@gnu.org>
13254         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13255         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13256         (js2-instance-member, js2-private-member, js2-private-function-call)
13257         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13258         (js2-magic-paren, js2-external-variable):
13259         Remove "-face" suffix from face names.
13260         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13261         (js2-highlight-undeclared-vars, js2-peek-token)
13262         (js2-parse-function-params, js2-mode-show-errors)
13263         (js2-mode-show-warnings, js2-make-magic-delimiter)
13264         (js2-mode-highlight-magic-parens): Update to use new face names.
13266 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
13268         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
13269         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
13271 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
13273         * subr.el: Provide hashtable-print-readable.
13275         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
13276         hs-c-like-adjust-block-beginning.
13277         (hs-hide-block-at-point): Stop hiding at the beginning of
13278         hs-block-end-regexp (Bug#700).
13280 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
13282         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
13283         a macro.
13284         (gdb-registers-handler-custom): Do not fail when register names
13285         are unavailable.
13287 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13289         * progmodes/gdb-mi.el (gdb-control-all-threads)
13290         (gdb-control-current-thread): Interactive setters for
13291         `gdb-gud-control-all-threads' to use in menu.
13292         (gdb-show-run-p): Show «Go» when process is not active.
13293         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
13294         gud/thread.xpm and gud/all.xpm.
13296 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
13298         * net/net-utils.el (net-utils-font-lock-keywords): New var.
13299         (nslookup-font-lock-keywords): Make it a variable.
13300         (net-utils-mode): New mode for viewing diagnostic network output.
13301         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
13302         (net-utils-run-simple): New function.
13303         (ifconfig, iwconfig, netstat, arp, route): Use it.
13305 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13307         * progmodes/gdb-mi.el (gdb-read-memory-custom)
13308         (gdb-memory-set-address, def-gdb-set-positive-number)
13309         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
13310         after changing settings.
13311         (gdb-invalidate-disassembly): Update when first shown.
13312         (gdb-edit-locals-value): Fixed.
13313         (gdb-registers-handler-custom): Print registers in right order and
13314         allow changing register values (only for current thread yet).
13315         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
13316         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
13317         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
13318         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
13319         info in mode name.
13320         (gdb-registers-mode-map): TAB to switch to locals.
13322 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
13324         * mail/rmail.el (rmail-add-mbox-headers)
13325         (rmail-set-message-counters-counter): Search for
13326         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
13328 2009-08-08  Glenn Morris  <rgm@gnu.org>
13330         * Makefile.in (ELCFILES): Update.
13332 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13334         * mail/sendmail.el (mail-yank-original): Set
13335         buffer-file-coding-system from the one used by the message whose
13336         text is yanked.
13338         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
13339         to "windows" when "pgnuplot" is used.
13340         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
13341         call accept-process-output if "pgnuplot" is used.
13342         (calc-graph-init): Don't send -display and -geometry to
13343         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
13344         running "pgnuplot -V" with shell-command-to-string.
13346         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
13347         the default.
13349 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13351         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
13352         org/org-latex.elc.
13354 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
13356         * vc-dispatcher.el (vc-resynch-window): Update comment.
13358         * term.el (term-handle-ansi-escape): Add comments with the
13359         terminfo capabilities implemented.
13361 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
13363         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
13364         (gdb-var-create-handler): Rewritten using JSON parser.
13365         (gdb-propertize-header): Moved earlier.
13366         (gdb-set-header): Removed to avoid duplication.
13367         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
13368         Refresh disassembly buffers only after threads list have been
13369         update.
13370         (gdb-threads-header, gdb-registers-header): Per-buffer header line
13371         variables.
13373 2009-08-04  Juri Linkov  <juri@jurta.org>
13375         * files.el: Commands to add/delete file/directory-local variables.
13376         (read-file-local-variable, read-file-local-variable-value)
13377         (read-file-local-variable-mode, modify-file-local-variable)
13378         (modify-file-local-variable-prop-line)
13379         (modify-dir-local-variable): New functions.
13380         (add-file-local-variable, delete-file-local-variable)
13381         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
13382         (add-dir-local-variable, delete-dir-local-variable)
13383         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
13384         (copy-dir-locals-to-file-locals-prop-line): New commands.
13386 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
13388         * abbrev.el (insert-abbrev-table-description): Prettify output.
13389         Suggested by Karl Chen.
13391 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
13393         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
13394         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
13395         (gdb-overlay-arrow-position, gdb-thread-position)
13396         (gdb-disassembly-position): Declare variables.
13397         (gdb-wait-for-pending): Function now.
13398         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
13399         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
13400         compilation goes smoothly.
13401         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
13402         (gdb-non-stop-setting): New customization setting which replaces
13403         `gdb-non-stop' so changing it doesn't break active GDB session.
13404         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
13405         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
13406         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
13407         (gdb-show-threads-by-default): New customization options.
13408         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
13409         routines.
13410         (gdb-get-buffer-create): Send buffers update signal when they are
13411         created.
13412         (gdb-invalidate-locals, gdb-invalidate-registers)
13413         (gdb-invalidate-breakpoints)
13414         (gdb-invalidate-threads, gdb-invalidate-disassembly)
13415         (gdb-invalidate-memory): Accept update signal.
13416         (gdb-current-context-command): Use --frame option.
13417         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
13418         Implement `gdb-frame-number' selection logic.
13419         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
13420         whether to show GUD toolbar buttons.
13421         (gdb-thread-exited): Unselect current thread when it exits.
13422         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
13423         (gdb-mark-line): Routine which sets overlay arrow or inverses
13424         video on fringeless displays.
13425         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
13426         to build aligned columns of data in GDB buffers and set text
13427         properties line-by-line.
13428         (gdb-invalidate-breakpoints)
13429         (gdb-breakpoints-list-handler-custom)
13430         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
13431         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
13432         (gdb-registers-handler-custom): Align data columns.
13433         (gdb-locals-handler-custom): Now prints data like in variable
13434         declarations.
13435         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
13436         Removed confusing buttons.
13437         (gdb-invalidate-threads): Append --frame.
13438         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
13439         between breakpoints/threads buffers.
13440         (gdb-set-window-buffer): Now can ignore dedicated windows.
13441         (gdb-propertize-header): Use `gdb-set-window-buffer'.
13442         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
13443         (def-gdb-thread-buffer-gud-command): Replaces
13444         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
13445         for fine thread control.
13446         (gdb-preempt-existing-or-display-buffer): New function used to
13447         display bound buffers without breaking window layout.
13448         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
13449         (gdb-select-frame): New version of `gdb-frames-select' which now
13450         sets `gdb-frame-number' so commands may use --frame option instead
13451         of inner debugger state.
13452         (gdb-frame-handler): Do not set `gdb-frame-number'.
13453         (gdb-threads-mode-map): Select threads with mouse.
13455         * progmodes/gud.el (gdb-gud-context-call): Declare function to
13456         avoid compilation warning.
13457         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
13458         `gdb-show-stop-p`.
13460         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
13461         Argument `key' renamed to `buffer-type'.
13462         (gdb-current-context-buffer-name): Do not add thread info to
13463         buffer name when no thread is selected.
13464         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
13465         command (bug 3794).
13466         (gdb-thread-selected): Handle `=thread-selected' notification.
13467         (gdb-wait-for-pending): New macro to deal with congestion problems.
13468         (gdb-breakpoints-list-handler-custom): Don't fail on pending
13469         breakpoints.
13470         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
13471         This fixes problem similar to one described in bug 3947.
13472         (gud-menu-map): More menu items.
13473         (gdb-init-1): Reset `gdb-thread-number' to nil.
13475         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
13476         non-stop settings.
13478         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
13479         (gdb-current-context-command): Do not append --thread if
13480         `gdb-thread-number' is nil.
13481         (gdb-running-threads-count, gdb-stopped-threads-count): New
13482         variables.
13483         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
13484         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
13485         customization options.
13486         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
13487         GUD commands.
13488         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
13489         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
13490         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
13491         set `gdb-thread-number' and update `gud-running' properly.
13492         (gdb-running): Update threads list when new threads appear.
13493         (gdb-stopped): Support non-stop operation and new thread switching
13494         logic.
13495         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
13496         (gdb-json-partial-output): New set of JSON routines.
13497         (def-gdb-auto-update-trigger): New `signal-list' optional
13498         argument.
13499         (gdb-thread-list-handler-custom): Update `gud-running',
13500         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
13501         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
13502         (gdb-continue-thread, gdb-step-thread): New commands for fine
13503         thread execution control.
13504         (gud-menu-map): New menu items to switch non-stop options.
13505         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
13506         (gdb-send): Mimic RET properly (bug 3794).
13508         * progmodes/gdb-mi.el (gdb-rules-name-maker)
13509         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
13510         gdb-buffer-rules.
13511         (def-gdb-auto-update-handler): New nopreserve optional argument.
13512         (gdb-stack-list-frames-custom): Print stack from top to bottom.
13514         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
13515         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
13516         (gdb-parent-mode): New mode to derive other GDB modes from.
13517         (gdb-display-disassembly-for-thread)
13518         (gdb-frame-disassembly-for-thread): New commands for threads
13519         buffer.
13521         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
13522         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
13523         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
13524         (gdb-update): We now store all GDB buffers in a list so that they
13525         can be updated by traversing a list instead of calling invalidate
13526         triggers explicitly.
13527         (def-gdb-trigger-and-handler): New macro to define trigger-handler
13528         pair for GDB buffer.
13529         (gdb-stack-buffer-name): Add thread information.
13530         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
13531         handle pending triggers.
13532         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
13533         (def-gdb-thread-buffer-simple-command)
13534         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
13535         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
13536         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
13537         New commands which show buffers bound to thread.
13538         (gdb-stack-list-locals-regexp): Removed unused regexp.
13540         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
13541         (gdb-locals-buffer-name, gdb-registers-buffer-name)
13542         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
13543         to (gud-comint-buffer) in *-buffer-name functions
13544         because (gdb-get-target-string) already does that.
13545         (gdb-locals-handler-custom, gdb-registers-handler-custom)
13546         (gdb-changed-registers-handler): Rewritten without regexps.
13548         * progmodes/gdb-mi.el: Basic thread selection support.
13549         (gdb-thread-number): New variable.
13550         (gdb-current-context-command): New macro which adds --thread
13551         option to command.
13552         (gdb-threads-mode-map): Select thread with SPC.
13553         (gdb-thread-list-handler-custom): Mark current thread with overlay
13554         arrow.  Synchronize GDB thread and Emacs thread.
13555         (gdb-select-thread): New command which selects current thread.
13556         (gdb-invalidate-frames, gdb-invalidate-locals)
13557         (gdb-invalidate-registers): Use --thread option.
13559 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
13561         * net/tramp.el (top): Make check for tramp-gvfs loading more
13562         robust.  (Bug#3977)
13563         (tramp-handle-insert-file-contents): `unwind-protect' must be
13564         inside `with-parsed-tramp-file-name'.
13566         * net/tramp-gvfs.el (top): Remove superfluous message when loading
13567         fails.
13569 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
13571         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
13572         directory if CLASSPATH is not set.
13574 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
13576         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
13577         New defconst.
13578         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
13580 2009-08-02  Kevin Ryde  <user42@zip.com.au>
13582         * net/newst-backend.el (newsticker--raw-url-list-defaults):
13583         Update freshmeat link.  Delete newsforge.com as it seems gone.
13585 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
13587         * select.el (x-set-selection): Doc fix (Bug#4021).
13589         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
13591         * help-fns.el (describe-variable): Treat list return values from
13592         dir-locals-find-file properly (Bug#4005).
13594 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
13596         * net/tramp.el (tramp-debug-message): Print also microseconds.
13598 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
13600         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
13601         or END is non-nil.
13602         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
13603         (tramp-get-debug-buffer): Change `outline-regexp' according to new
13604         format.
13606         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
13607         (tramp-get-file-property): Use it.
13609         * autorevert.el (auto-revert-handler): Allow
13610         `auto-revert-tail-mode' for remote files.
13612 2009-08-02  Jason Rumney  <jasonr@gnu.org>
13614         * minibuffer.el (read-file-name): Treat confirm options to
13615         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
13617 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
13619         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
13620         (font-lock-variable-name-face, font-lock-constant-face): Darken
13621         the colors for light backgrounds.
13623 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
13625         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
13626         month names.  (Bug#3987)
13628 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
13630         * simple.el (line-move-finish): Pass whole number to
13631         line-move-to-column.
13632         (line-move-visual): Perform hscroll to the recorded position.
13634 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
13636         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
13638 2009-07-29  Alan Mackenzie  <acm@muc.de>
13640         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
13642 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
13644         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
13645         (gdb-place-breakpoints): Use full path when setting breakpoints.
13647 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
13649         * calc/calc.el (calc-mode-map): Add keybinding for
13650         `calc-transpose-lines'.
13652 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
13654         * calc/calc-misc.el (calc-transpose-lines): New function.
13656 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
13658         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
13659         Simplify check for out-of-band methods.
13660         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
13661         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
13663 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
13665         * vc-git.el (vc-git-checkin): Fix typo.
13667 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
13669         * progmodes/js2-mode.el: New file.
13671 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
13673         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
13674         (gud-menu-map): Adjust tooltip accordingly.
13676 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
13678         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
13679         (vc-bzr-log-view-mode): Adjust log-view-file-re.
13681         * add-log.el (change-log-mode-map): Add a menu.
13683 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
13685         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
13686         function returns nil.
13687         (dbus-handle-event): Handle special return value :ignore.
13688         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
13690 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
13692         * view.el (view-mode-enable): Don't define Helper-return-blurb if
13693         it's not needed.
13695 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
13697         Fix Bug#3888:
13699         * w32-vars.el (x-select-enable-clipboard): Doc fix.
13701         * term/pc-win.el (x-display-name, x-colors)
13702         (x-select-enable-clipboard, x-select-text): Doc fix.
13704         * term/common-win.el (x-display-name, x-colors): Doc fix.
13706         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
13707         (xw-defined-colors): Doc fix.
13709         * w32-fns.el (x-select-text, x-setup-function-keys)
13710         (x-get-selection, x-set-selection): Doc fix.
13712         * term/x-win.el (x-select-text, x-setup-function-keys)
13713         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
13715         * select.el (x-set-selection): Doc fix.
13717 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
13719         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
13720         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
13721         "IsNSSSupportAvailable" method is not available.  Reported by
13722         Steve Youngs <steve@sxemacs.org>.
13724 2009-07-24  Kenichi Handa  <handa@m17n.org>
13726         * international/characters.el: Fix setting of category ?C, ?|, ?K,
13727         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
13728         (build-unicode-category-table): Fix range checks.
13730 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
13732         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
13733         the buffer we try to sync is current when calling
13734         vc-resynch-buffer.
13736         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
13737         not show up to date files.
13739 2009-07-24  Glenn Morris  <rgm@gnu.org>
13741         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
13742         Add autoload cookies.  If necessary, initialize.
13743         (elint-log): Handle non-file buffers.
13744         (elint-initialize): Add optional argument to reinitialize.
13745         (elint-find-builtin-variables): Save excursion.
13747 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
13749         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13750         for Lint.
13752 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
13754         * vc.el (vc-print-log-internal): New function, split out from ...
13755         (vc-print-log): ... here.
13756         (vc-dir-move-to-goal-column): Declare.
13758         * vc-git.el (vc-git-add-signoff): New variable.
13759         (vc-git-checkin): Use it.
13760         (vc-git-toggle-signoff): New function.
13761         (vc-git-extra-menu-map): Bind it to menu.
13762         (vc-git--run-command-string): Accept a nil FILE argument.
13763         (vc-git-stash-list): New function.
13764         (vc-git-dir-extra-headers): Use it.
13766 2009-07-23  Glenn Morris  <rgm@gnu.org>
13768         * help-fns.el (describe-variable): Describe ignored and risky local
13769         variables in a similar way to that in which we describe safe ones.
13771         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
13772         (byte-compile-output-file-form, byte-compile-output-docform)
13773         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
13774         Give some more local variables with common names a "bytecomp-" prefix,
13775         so as not to shadow things during compilation.
13776         * emacs-lisp/cl-macs.el (load-time-value)
13777         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
13778         `outbuffer' to `bytecomp-outbuffer'.
13780         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
13781         since the next two variables cover them automatically now.
13782         (elint-builtin-variables, elint-autoloaded-variables): New.
13783         (elint-unknown-builtin-args): Remove all members, since they can be
13784         parsed automatically now.
13785         (elint-extra-errors): New.
13786         (elint-env-add-env, elint-env-add-macro): Use cadr.
13787         (elint-current-buffer): Use or.  Change final message.
13788         (elint-get-top-forms): Use line-end-position.
13789         (elint-init-env): Use cadr.  Handle autoload, declare-function,
13790         and defalias.
13791         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
13792         (regexp-assoc): Remove unused function.
13793         (elint-top-form): Set elint-current-pos, to record the start of the
13794         top-level form, for compilation-mode.
13795         (elint-form): Trap errors in macro expansion.  Use dolist.
13796         (elint-unbound-variable): Use elint-builtin-variables and
13797         elint-autoloaded-variables.
13798         (elint-get-args): Use cadr, or.
13799         (elint-check-cond-form): Use dolist, cadr.
13800         (elint-check-condition-case-form): Doc fix.  Use cadr.
13801         Use elint-extra-errors.
13802         (elint-log): New function.
13803         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
13804         Distinguish errors and warnings.
13805         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
13806         Use a bytecomp-style format.
13807         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
13808         (elint-get-log-buffer): Use compilation mode.  Disable undo.
13809         Don't truncate lines.
13810         (elint-initialize): Set builtin and autoloaded variable lists.
13811         Only process elint-unknown-builtin-args if non-nil.
13812         (elint-find-builtin-variables, elint-find-autoloaded-variables):
13813         New functions.
13814         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
13816 2009-07-22  Kevin Ryde  <user42@zip.com.au>
13818         * net/newst-backend.el (newsticker--parse-atom-1.0)
13819         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
13820         (newsticker--parse-rss-1.0):
13821         * progmodes/idlwave.el (idlwave-mode):
13822         * progmodes/idlw-shell.el (idlwave-shell-mode):
13823         * progmodes/vera-mode.el (vera-mode):
13824         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
13825         * progmodes/vhdl-mode.el (vhdl-mode):
13826         * textmodes/table.el (table-generate-source)
13827         (table--warn-incompatibility):
13828         Hyperlink urls in docstrings with URL `...'.
13830 2009-07-22  Glenn Morris  <rgm@gnu.org>
13832         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
13833         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
13834         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
13835         Remove leading * from defcustom docs.
13837         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
13839         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
13840         defcustom doc.
13841         (list-load-path-shadows): Optionally, just return shadows as a string.
13843         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
13845 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
13847         * mail/rmailedit.el (rmail-edit-mode): Use
13848         auto-save-include-big-deletions.
13850         * mail/rmail.el (rmail-variables): Use
13851         auto-save-include-big-deletions.
13853         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
13854         changes.
13856 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
13858         * calc/calc.el (calc-undo-length): New variable.
13859         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
13861 2009-07-21  Richard Stallman  <rms@gnu.org>
13863         * files.el (auto-save-mode): Handle buffer-save-size = -2
13864         for toggling mode.
13866 2009-07-21  Glenn Morris  <rgm@gnu.org>
13868         * textmodes/ispell.el (ispell-looking-back): Update declaration.
13870         * calendar/todo-mode.el (calendar-current-date): Update declaration.
13872         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
13873         silence compiler.  Instead...
13874         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
13875         (ps-print-ensure-fontified): Update for above function name changes.
13877         * printing.el (pr-mh-get-msg-num, pr-mh-show)
13878         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
13879         silence compiler.  Instead...
13880         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
13881         (mh-show-buffer): Only define for compiler.
13882         (pr-mh-current-message): Update for above function name changes.
13884         * files.el (abort-if-file-too-large): Explicitly pass `filename'
13885         as an argument.
13886         (find-file-noselect, insert-file-1): Update for above change.
13888         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
13890         * mail/mailclient.el (mailclient-send-it): Fix message.
13892         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
13893         (edebug-eval): Check cl-debug-env is bound.
13894         (print-level, print-circle): Don't redefine built-in variables.
13896         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
13897         (custom-print-vectors): Remove old comments from doc.
13899         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
13900         (emerge-version): Make the variable an obsolete alias for the
13901         emacs-version variable.  Make the function obsolete.
13902         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
13903         Emerge options, rather than merging in into the main Options menu.
13904         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
13905         and auto advance modes.  Disable edit/fast items when not relevant.
13907 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
13909         * term/vt420.el (terminal-init-vt420): Fix typo.
13911 2009-07-20  Sam Steingold  <sds@gnu.org>
13913         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
13914         variable (removed from compile.el on 2004-03-11).
13916 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
13918         * files.el (hack-local-variables-filter): Fix last change.
13920 2009-07-19  Juri Linkov  <juri@jurta.org>
13922         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
13923         (dir-local-variables-alist): New buffer-local variable.
13924         (hack-local-variables-filter): If variable is not dir-local,
13925         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
13926         because file-local overrides dir-local.
13927         (c-postprocess-file-styles) <declare-function>:
13928         Remove obsolete declaration.
13929         (hack-dir-local-variables): Add dir-local variable/value pair to
13930         `dir-local-variables-alist' and remove duplicates.  Doc fix.
13932         * help-fns.el (describe-variable): Add information about
13933         file-local and dir-local variables.
13935 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
13937         * files.el (hack-local-variables-filter): Rewrite.
13939 2009-07-19  Glenn Morris  <rgm@gnu.org>
13941         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
13942         Silence compiler by only defining on XEmacs.
13944         * international/mule.el (auto-coding-regexp-alist): Only match
13945         BABYL... at the start of buffer, not of lines.  (Bug#3790)
13947         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
13948         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
13949         (cal-menu-context-mouse-menu): Doc fix.
13951         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
13953         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
13955 2009-07-18  Juri Linkov  <juri@jurta.org>
13957         * info.el: Virtual Info keyword finder.
13958         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
13959         (Info-finder-file): New variable.
13960         (Info-finder-find-file): New function.
13961         (finder-known-keywords, finder-package-info)
13962         (find-library-name, lm-commentary): Use defvar and
13963         declare-function to silence compiler warnings.
13964         (Info-finder-find-node): New function.
13965         (info-finder): New command.
13967         * subr.el (process-kill-buffer-query-function): New function.
13968         (add-hook)<kill-buffer-query-functions>: Add hook
13969         `process-kill-buffer-query-function'.
13971 2009-07-18  Alan Mackenzie  <acm@muc.de>
13973         * progmodes/cc-mode.el (c-before-hack-hook)
13974         (c-postprocess-file-styles): Give invocation of `c-set-style'
13975         DONT-OVERRIDE parameter of t.  Already set style variables will
13976         thus not be overridden by style settings given by `c-file-syle'.
13978         * files.el (hack-local-variables-filter): Remove entries with
13979         duplicate keys from `file-local-variables-alist'.
13981 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
13983         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
13984         x-set-selection if display-selections-p returns nil for the
13985         current frame.
13987 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
13989         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
13991 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
13993         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
13994         Accept nil in addition to a regexp.
13995         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
13996         Accept nil in addition to a regexp.
13997         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
13998         buffers that have an associated file.  Handle nil values of
13999         desktop-buffers-not-to-save and desktop-files-not-to-save.
14000         (Bug#3833)
14002         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14003         (x-disown-selection-internal): New functions.
14005 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
14007         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14008         warning.
14009         (gdb-breakpoints-header): Move forward to avoid compiler warning.
14010         (gdb-make-header-line-mouse-map): Remove duplicate definition.
14012 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
14014         * simple.el (set-mark): Revert last change.
14016 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
14018         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14019         rendering of pngs is not possible instead of messaging a long
14020         description.
14022 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
14024         * w32-fns.el (x-selection-owner-p): New function.
14026         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14027         (mouse-yank-at-click, mouse-yank-primary): If
14028         select-active-regions is non-nil, deactivate the mark before
14029         insertion.
14031         * simple.el (deactivate-mark, set-mark): Only save selection if we
14032         own it.
14034 2009-07-17  Kenichi Handa  <handa@m17n.org>
14036         * case-table.el (describe-buffer-case-table): Fix for the case
14037         that KEY is a cons.
14039 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
14041         * vc-rcs.el (vc-rcs-find-file-hook):
14042         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14044 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
14046         * net/tramp.el (tramp-wait-for-output): Handle the case when
14047         commands do not return a newline but a null byte before the shell
14048         prompt.  (Bug#3858)
14050 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14052         * term/ns-win.el (ns-set-alpha): Don't declare.
14053         (ns-set-background-alpha): Remove function.
14055 2009-07-16  Kevin Ryde  <user42@zip.com.au>
14057         * emacs-lisp/copyright.el (copyright-update): Save match-data across
14058         y-or-n-p, for safety.
14060 2009-07-16  Richard Stallman  <rms@gnu.org>
14062         * files.el (auto-save-mode): If buffer-saved-size is -2,
14063         don't clobber it.
14065         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14066         (rmail-retry-ignored-headers): Add more uninteresting fields.
14068 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
14070         * net/rcirc.el (rcirc): Use history variables.
14071         (rcirc-server-name-history, rcirc-nick-name-history)
14072         (rcirc-server-port-history): New variables.
14074 2009-07-15  Kenichi Handa  <handa@m17n.org>
14076         * international/mule-cmds.el (set-language-environment-charset):
14077         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14078         ignore them.
14080         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14081         Delete unibyte-display.
14083 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14085         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14087 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14089         * simple.el (deactivate-mark): Optional argument FORCE.
14090         (set-mark): Use deactivate-mark.
14092         * info.el (Info-search): No need to check transient-mark-mode
14093         before calling deactivate-mark.
14095         * select.el (x-set-selection): Doc fix.
14096         (x-valid-simple-selection-p): Allow buffer values.
14097         (xselect--selection-bounds): Handle buffer values.  Suggested by
14098         David De La Harpe Golden.
14100         * mouse.el (mouse-set-region, mouse-drag-track): Call
14101         copy-region-as-kill before setting the mark, to let
14102         select-active-regions work.
14104 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
14106         * simple.el (deactivate-mark): If select-active-regions is
14107         non-nil, copy the selection data into a string.
14108         (activate-mark): If select-active-regions is non-nil, set the
14109         selection to the current buffer.
14110         (set-mark): Update selection if select-active-regions is non-nil.
14112         * select.el (x-valid-simple-selection-p): Allow buffer values.
14114 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14116         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14117         and more featureful message-mode.
14119 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
14121         * select.el (x-set-selection): Doc fix.
14122         (x-valid-simple-selection-p): Disallow selection data consisting
14123         of a list or cons of integers, since that is not used.
14124         (xselect--selection-bounds, xselect--int-to-cons): New functions.
14125         (xselect-convert-to-string, xselect-convert-to-length)
14126         (xselect-convert-to-filename, xselect-convert-to-charpos)
14127         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14129 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
14131         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14132         output in -break-info command (Emacs bug #3794).
14134 2009-07-14  Glenn Morris  <rgm@gnu.org>
14136         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14137         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14138         (edebug-print-length, edebug-print-level, edebug-print-circle)
14139         (edebug-sit-for-seconds, edebug-view-outside)
14140         (edebug-bounce-point, edebug-set-global-break-condition)
14141         (edebug-Go-nonstop-mode, edebug-trace-mode)
14142         (edebug-Trace-fast-mode, edebug-continue-mode)
14143         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14144         (edebug-visit-eval-list): Doc fixes.
14146         * subr.el (def-edebug-spec): Doc fix.
14148 2009-07-14  Kenichi Handa  <handa@m17n.org>
14150         * international/characters.el: Fix setting of category ?C.
14152 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
14154         * term/ns-win.el (x-select-font): defalias x-select-font to
14155         ns-popup-font-panel instead of generate-fontset-menu.
14157 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
14159         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
14161 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
14163         * arc-mode.el (archive-find-type): Allow for a PK00 string before
14164         the PK\003\004 header (Bug#3770).
14166 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
14168         * pcomplete.el (pcomplete-comint-setup): Check for
14169         shell-dynamic-complete-filename too.
14171 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
14173         * simple.el (temporary-goal-column): Change the value for
14174         line-move-visual to a cons cell.
14175         (line-move-visual): Record or set the window hscroll, if
14176         necessary (Bug#3494).
14177         (line-move-1): Handle cons value of temporary-goal-column.
14179 2009-07-11  Kenichi Handa  <handa@m17n.org>
14181         * international/mule-diag.el (describe-character-set): Don't show
14182         width.
14184 2009-07-10  Sam Steingold  <sds@gnu.org>
14186         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14187         Omake sometimes indents the errors it prints, so allow all
14188         regexps to start with spaces.
14190 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
14192         * cus-edit.el (customize-changed-options-previous-release):
14193         Bump value to 22.1.  (Bug#3804)
14195 2009-07-08  Sam Steingold  <sds@gnu.org>
14197         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14198         to be a cons cell (test . ignored-directory) to selectively ignore
14199         some directories depending on the location of the search.
14201 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
14203         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14204         remote user is root, on the local host.
14205         (tramp-local-host-p): Either the local user or the remote user
14206         must be root.  (Bug#3771)
14208 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14210         * progmodes/gdb-mi.el (gdb): Remove description of
14211         gdb-use-separate-io-buffer.
14212         (menu): Don't allow toggling of or enable
14213         gdb-use-separate-io-buffer from menubar.
14215 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
14217         * mail/unrmail.el (unrmail): Make sure the message ends with two
14218         newlines (Bug#3769).
14220 2009-07-08  Glenn Morris  <rgm@gnu.org>
14222         * calendar/calendar.el (calendar-current-date): Rework previous change.
14224 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
14226         * calendar/calendar.el (calendar-current-date):
14227         Add an optional argument giving an offset from today.
14229 2009-07-08  Glenn Morris  <rgm@gnu.org>
14231         * tutorial.el (tutorial--describe-nonstandard-key):
14232         Adjust the message for when a key has been unbound.
14233         (help-with-tutorial): Hide the arch-tag.
14235 2009-07-08  Kenichi Handa  <handa@m17n.org>
14237         * international/fontset.el (setup-default-fontset): For each
14238         script, append (not set) font-specs.
14240         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14241         docstring.
14243 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14245         * progmodes/gdb-mi.el (gdb-init-1): Move sending
14246         -data-list-register-names to ...
14247         (gdb-starting): ... here because GDB 7.0 requires execution to
14248         have started when using this MI command.
14249         (gdb-set-header): New function to distinguish select and
14250         unselected tabs in gdb buffers.
14251         (gdb-propertize-header): New macro that uses gdb-set-header.
14252         (gdb-breakpoints-header, gdb-locals-header): Use it.
14253         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14255 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
14257         * Makefile.in (ELCFILES): Remove fadr.elc.
14259 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
14261         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14262         may contain frame information, so `string-match' should be used.
14263         (gdb-update): Disassembly is invalidated through
14264         `gdb-get-selected-frame'.
14265         (gdb-pad-string): New function to pad string with spaces.
14266         (gdb-invalidate-disassembly): Invalidate only if the buffer
14267         exists.
14268         (gdb-disassembly-handler-custom): Column alignment.
14269         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
14270         placing new ones.
14271         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
14272         end of line, too.
14273         (gdb-frame-handler): Match convention to for disassembly buffer
14274         mode name.
14275         (gdb-stack-list-frames-handler): Rewritten without regexps.
14276         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
14277         not highlight breakpoints without line information.
14278         (gdb-input): Add trailing newline to command.
14280         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
14281         buffer properly.
14282         (gdb-breakpoints-list-handler-custom): Replacement for
14283         `gdb-break-list-handler'.  Using real parser instead of regexps
14284         now.
14285         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
14286         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
14287         to place breakpoints.
14288         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
14289         functions.
14290         (gdb-disassembly-handler-custom): Show overlay arrow.
14291         (gdb-disassembly-place-breakpoints): Show breakpoints in
14292         disassembly buffer.
14293         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14294         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
14295         instead of parsing breakpoints buffer.  Fixed old menu references
14296         in `gud-menu-map'.
14298         * fadr.el: Remove.
14300         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
14301         (gdb-memory-address): New variable which holds top address of
14302         memory page shown in memory buffer.
14303         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
14304         customization variables.
14305         New functions:
14306         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
14307         display the memory buffer.
14308         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
14309         buffer display parameters.
14310         (def-gdb-memory-format, gdb-memory-format-binary)
14311         (gdb-memory-format-octal, gdb-memory-format-unsigned)
14312         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
14313         Functions for setting memory buffer format.
14314         (gdb-memory-unit-word, gdb-memory-unit-halfword)
14315         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
14316         unit size used in memory buffer.
14317         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
14318         to next/previous page of memory buffer.
14319         Now using (bindat-get-field) instead of fadr functions.
14321 2009-07-07  Sam Steingold  <sds@gnu.org>
14323         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
14324         non-top-level files.
14326 2009-07-07  Kenichi Handa  <handa@m17n.org>
14328         * international/mule-cmds.el (reset-language-environment): Put
14329         the highset priority to the charset iso-8859-1.
14331 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14333         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
14334         to the end of the line when locating the block (Bug#700).
14336 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
14338         * net/tramp.el (tramp-handle-write-region): Flush file properties
14339         in case of short track.
14341 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
14343         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
14344         Coded custom representation of verilog error regular expressions
14345         to work with Emacs-22's new format.
14346         (verilog-error-regexp-xemacs-alist): Coded custom representation
14347         of verilog error regular expressions to work with XEmacs format.
14348         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
14349         error recognition into XEmacs.
14350         (verilog-error-regexp-add-emacs): Hook routine to install verilog
14351         error recognition into Emacs-22.
14353 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14355         * woman.el: Remove stand-alone closing parentheses.
14356         (woman-file-name, woman2-format-paragraphs)
14357         (woman-leave-blank-lines): Code cleanup.
14358         (woman-use-own-frame): Change default to nil.
14359         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
14360         defaults to inherit from default faces.
14361         (woman2-process-escapes): Consume the newline after a stand-alone
14362         filler character (Bug#3651).
14364 2009-07-06  Glenn Morris  <rgm@gnu.org>
14366         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
14367         (top-level): Move provide to the end.
14368         (ffap): Remove defunct URL from custom group.
14370         * subr.el (eval-after-load): Doc fix.
14372 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
14374         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
14375         `calc-embedded-word' is called twice.
14377 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14379         * files.el (find-alternate-file-other-window, find-alternate-file):
14380         Obey confirm-nonexistent-file-or-buffer.
14382 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
14384         * dired-aux.el (dired-show-file-type): Handle remote files.
14386 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
14388         * desktop.el (desktop-globals-to-save):
14389         Add file-name-history (Bug#2750).
14391 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
14393         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
14395 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
14397         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
14398         property on entire argument since this is what eshell-lisp-command
14399         expects.
14401 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
14403         * net/tramp-gvfs.el (tramp-gvfs-methods)
14404         (tramp-gvfs-zeroconf-domain)
14405         (tramp-bluez-discover-devices-timeout): Add version flag.
14406         (tramp-gvfs-handler-mounted-unmounted)
14407         (tramp-gvfs-connection-mounted-p): Polish handling of
14408         incompatibilities between GVFS 0.2 and 1.0.
14410 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
14412         * cus-start.el (all): Add make-pointer-invisible.
14414 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
14416         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
14417         formatted correctly.
14419 2009-07-02  Juri Linkov  <juri@jurta.org>
14421         * info.el: Virtual Info files and nodes.
14422         (Info-virtual-files, Info-virtual-nodes): New variables.
14423         (Info-current-node-virtual): New variable.
14424         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
14425         New functions.
14426         (Info-file-supports-index-cookies): Use Info-virtual-file-p
14427         to check for a virtual file instead of checking a fixed list
14428         of node names.
14429         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
14430         instead of ad-hoc processing of "dir" and (apropos history toc).
14431         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
14432         instead of ad-hoc processing of "dir" and (apropos history toc).
14433         Reread a file when moving from a virtual node.
14434         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
14435         (Info-directory-toc-nodes, Info-directory-find-file)
14436         (Info-directory-find-node): New functions.
14437         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
14438         (Info-history): Move part of code to
14439         `Info-history-find-node'.
14440         (Info-history-toc-nodes, Info-history-find-file)
14441         (Info-history-find-node): New functions.
14442         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
14443         (Info-toc): Move part of code to `Info-toc-find-node'.
14444         (Info-toc-find-node): New function.
14445         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
14446         the current Info file name to references because now the node
14447         "*TOC*" belongs to the same Info manual.
14448         (Info-toc-build): Rename from `Info-build-toc'.
14449         (Info-toc-nodes): Rename input argument `file' to `filename'.
14450         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
14451         instead of ad-hoc processing of ("dir" apropos history toc).
14452         (Info-index-nodes): Use Info-virtual-file-p
14453         to check for a virtual file instead of checking a fixed list
14454         of node names.
14455         (Info-index-node): Add check for `Info-current-node-virtual'.
14456         Raise `save-match-data' higher up the tree to contain
14457         `search-forward' too (bug fix).
14458         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
14459         (Info-virtual-index-nodes): New variable.
14460         (Info-virtual-index-find-node, Info-virtual-index): New functions.
14461         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
14462         (Info-apropos-file, Info-apropos-nodes): New variables.
14463         (Info-apropos-toc-nodes, Info-apropos-find-file)
14464         (Info-apropos-find-node, Info-apropos-matches): New functions.
14465         (info-apropos): Move part of code to `Info-apropos-find-node' and
14466         `Info-apropos-matches'.
14467         (Info-mode-map): Bind "I" to `Info-virtual-index'.
14468         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
14469         for a virtual file instead of checking a fixed list of node names.
14471         * simple.el (async-shell-command): New command.
14473         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
14475         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
14476         instead of `mount-info'.
14478 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
14480         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
14481         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
14483 2009-07-02  Kenichi Handa  <handa@m17n.org>
14485         * international/mule.el (set-keyboard-coding-system): Force *-unix
14486         coding-system to avoid eol conversion.
14488 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
14490         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
14491         Add handler for `process-file', `shell-command' and
14492         `start-file-process'.
14493         (tramp-gvfs-handle-shell-command)
14494         (tramp-gvfs-handle-start-file-process)
14495         (tramp-gvfs-handle-process-file): New defuns.
14496         (tramp-synce-list-devices): Simplify check for existence of property.
14498 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
14500         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
14502 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
14504         * language/korean.el (set-language-info-alist): Add korean-cp949,
14505         cp949 to spec.
14507 2009-07-01  Kenichi Handa  <handa@m17n.org>
14509         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
14511         * international/encoded-kb.el: Deleted.
14513         * international/mule.el (set-keyboard-coding-system): Perform the
14514         necessary setup here instead of calling encoded-kbd-setup-display.
14516 2009-07-01  Glenn Morris  <rgm@gnu.org>
14518         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
14520 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
14522         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
14524 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
14526         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
14527         Handle also the 'rename case, when setting file modes.  (Bug#3712)
14528         (tramp-default-file-modes): Remove execute permissions.
14530         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
14531         (top): Add a default for "synce" in `tramp-default-user-alist'.
14532         Add completion function for "synce" method.
14533         (tramp-hal-service, tramp-hal-path-manager)
14534         (tramp-hal-interface-manager, tramp-hal-interface-device):
14535         New defconst.
14536         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
14537         (tramp-synce-list-devices, tramp-synce-parse-device-names):
14538         New defuns.
14540         * net/trampver.el: Update release number.
14542 2009-06-30  Kenichi Handa  <handa@m17n.org>
14544         * international/fontset.el (setup-default-fontset): Add CJK fonts
14545         for symbols and the other miscellaneous characters.
14547         * language/korea-util.el (setup-korean-environment-internal):
14548         Make char-width-table suitable for Korean environments.
14549         (exit-korean-environment): Cancel above.
14551         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
14552         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
14553         setup-function to make char-width-table suitable for respective
14554         environments, and an exit-function to cancel that.
14556         * language/japan-util.el (setup-japanese-environment-internal):
14557         Call use-cjk-char-width-table with arg `ja_JP'.
14559         * international/characters.el (cjk-char-width-table): Delete it.
14560         (cjk-char-width-table-list): New variable.
14561         (use-cjk-char-width-table): New arg local-name.
14562         (use-default-char-width-table): Fix for the case that Emacs is
14563         already using the default char-width-table.
14565 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
14567         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
14568         modes mandatory.  (Bug#3712)
14570 2009-06-29  Alan Mackenzie  <acm@muc.de>
14572         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
14573         correction between the visible width of TABs and their number of bytes.
14575 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
14577         * server.el (server-buffer-done): Prevent kill-buffer from
14578         prompting by clearing the buffer modification flag (Bug#3696).
14580 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
14582         * progmodes/verilog-mode.el (verilog-beg-of-statement)
14583         (verilog-endcomment-reason-re): Support unique case and priority case.
14584         (verilog-basic-complete-re): Support localparam lineup.
14585         (verilog-beg-of-statement-1): Fix for robustness, unique case.
14586         (verilog-set-auto-endcomments): Fix for unique case, always_comb
14587         commenting.
14588         (verilog-leap-to-case-head): Now support *nested* unique &
14589         priority case statements.
14590         (verilog-auto-lineup): Make just declarations the default (as it
14591         had been).
14592         (verilog-leap-to-case-head): Support priority/unique case statements.
14593         (verilog-auto-lineup): Rework to give users radio buttons to
14594         select the various styles of automatic lineup.
14595         (verilog-error-regexp-alist): Rework to support the XEmacs style
14596         of error regular expressions from compilers, lint tools &
14597         simulators.  Note that GNU Emacs has made it impossible for a mode
14598         to load such things.
14599         (electric-verilog-terminate-line, verilog-indent-declaration)
14600         (verilog-auto-wiure): Rework for radio button selection of
14601         auto-lineup selection of specification of auto lineup.
14602         (verilog-beg-of-statement-1): Redesign to support proper operation
14603         in additional code, based on testing with auto-lineup.
14604         (verilog-calculate-indent, assignments & declarations)
14605         (verilog-backward-token): Enhance to support auto-lineup of
14606         assignments & declarations.
14607         (verilog-in-directive-p, verilog-at-struct-p): New function for
14608         easy test of whether we are.
14609         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
14610         to support safe execution at almost anyline.
14611         (verilog-calc-1): Properly support indenting deep inside generate
14612         blocks.
14613         (verilog-init-font): Remove definition & use of verilog-init-font,
14614         as it is redundant with font-lock-defaults.
14615         (verilog-mode): Alter the definition of verilog-font-lock-defaults
14616         to avoid circular calls if syntax-ppss is a function (as is the
14617         case now in 22.x GNU Emacs) as that function would sometimes call
14618         itself, leading to (nearly) infinite recursion.
14619         (verilog-ovm-begin-re, verilog-ovm-end-re)
14620         (verilog-ovm-statement-re, verilog-leap-to-head)
14621         (verilog-backward-token): Add support for OVM macros.  Some are
14622         complete statements, and others open and close scopes like begin
14623         and end.
14624         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
14625         (verilog-defun-level-generate-only-re): Really fix the defun-list
14626         compilation issue.
14627         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
14628         coverpoint, constraint and cross statements.
14629         (verilog-defun-level-list, verilog-generate-defun-level-list)
14630         (verilog-all-defun-level-list): Redo these specifications - it is
14631         too hard to support eval-when compile aggregation of lists also
14632         built at when-compile time.
14633         (verilog-defun-level-list): Place defconsts of variables used in
14634         building regular expressions which are built in eval-when-compile
14635         bodies in the same eval-when-compile body to facilitate compile
14636         without load.
14637         (verilog-beg-block-re-ordered): Support indenting
14638         virtual/protected tasks and functions.
14639         (verilog-defun-level-list, verilog-in-generate-region-p)
14640         (verilog-backward-ws&directives, verilog-calc-1): Speed up
14641         indentation of some module items (generate items).
14642         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
14643         across virtual/protected tasks and functions.
14645 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
14647         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
14648         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
14649         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
14650         in concatenations.  Reported by Yishay Belkind.
14651         (verilog-auto-ascii-enum): Support one-hot state machines in
14652         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
14653         (verilog-auto-inst, verilog-auto-inst-port): Include interface
14654         modport in AUTOINST and add vl-modport for users.  Reported by
14655         David Rogoff.
14656         (verilog-auto-inout-module, verilog-auto-inst)
14657         (verilog-decls-get-interfaces, verilog-insert-definition)
14658         (verilog-insert-one-definition, verilog-read-decls)
14659         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
14660         (verilog-sig-modport, verilog-signals-combine-bus)
14661         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
14662         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
14663         Suggested by David Rogoff.
14664         (verilog-repair-open-comma): Fix non-insertion of comma when
14665         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
14666         (verilog-make-width-expression): Simplify [A-1:0] expression
14667         widths to just {A{1'b0}}.
14668         (verilog-mode): Cleanup checkdoc warnings.
14669         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
14670         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
14671         inputs/outputs or data type.  Suggested by Vasu Kandadi.
14672         (next-error-last-buffer): Fix byte-compiler warning.
14673         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
14674         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
14675         or shell command text during AUTO expansion.  Suggested by Tad Truex.
14676         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
14677         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
14678         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
14679         in AUTOINOUT.  Reported by Matthew Lovell.
14680         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
14681         causing use of <= assignments.  Reported by Alex Reed.
14682         (verilog-read-decls): Fix triand, trior, wand, wor to be
14683         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
14684         (verilog-extended-complete-re): Support import "DPI-C" functions.
14685         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
14686         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
14687         (verilog-insert-date, verilog-insert-year)
14688         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
14689         Windows systems.  Reported by Michael Potts.
14690         (verilog-read-module-name): Fix AUTOINST when the child module
14691         declaration's name is a tick define.  Reported by Elliot Mednick.
14692         (verilog-read-decls): Fix V2K parameter bit subscripts getting
14693         passed to next parameter's definition.  Reported by Bruce T.
14694         (verilog-read-decls): Fix detecting "parameter int" when using
14695         AUTOINSTPARAM.  Reported by Bruce T.
14696         (verilog-goto-defun): Fix goto not finding modules unless first
14697         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
14698         (verilog-mode): Expand -f flag arguments on entry to mode so
14699         verilog-goto-defun will work.  Reported by Lawrence Butcher.
14700         (verilog-getopt): Expand environment variables in -f file
14701         arguments.  Suggested by Lawrence Butcher.
14702         (verilog-set-define): Fix "Symbol's value as variable is void"
14703         when reading enumerations.
14704         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
14705         Suggested by Stephen Peltan.
14706         (verilog-read-defines): Fix reading of enumerations in include
14707         files.  Reported by Steve Peltan.
14709 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
14711         * files.el (trash-directory): Fix defcustom type.
14713 2009-06-28  Juri Linkov  <juri@jurta.org>
14715         * help-fns.el (describe-function-1): Correctly locate adviced
14716         functions in hyperlink (Bug#2438).
14718 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
14720         * files.el (trash-directory): Change default to nil.
14721         (move-file-to-trash): If trash-directory is nil and
14722         system-move-file-to-trash is unbound, perform freedesktop-style
14723         trashing.
14725 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
14727         * files.el (move-file-to-trash): Add freedesktop trash
14728         support (Bug#973).
14730 2009-06-28  Glenn Morris  <rgm@gnu.org>
14732         * autorevert.el (global-auto-revert-non-file-buffers)
14733         (global-auto-revert-mode): Doc fixes.
14735 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
14737         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
14739 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
14741         * faces.el (x-handle-named-frame-geometry): Ensure that we have
14742         opened an X connection before calling x-get-resource (Bug#3194).
14744         * play/doctor.el: Remove reference to obsolete website.
14745         (make-doctor-variables): Correct grammar mistake (Bug#2633).
14747 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
14749         Remove find-file-not-found-hook VC method.  (Bug#2757)
14750         * vc-hooks.el (vc-file-not-found-hook)
14751         (vc-default-find-file-not-found-hook): Remove functions.
14752         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
14753         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
14754         * vc.el:
14755         * vc-hg.el:
14756         * vc-git.el: Do not mention find-file-not-found-hook VC method.
14758 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
14760         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
14761         compatibility function for `looking-back'.
14763         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
14764         Use `ispell-looking-back'.
14766 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
14768         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
14769         rather than `filename'.
14771 2009-06-23  Miles Bader  <miles@gnu.org>
14773         * face-remap.el (text-scale-set): New function.
14775 2009-06-23  Glenn Morris  <rgm@gnu.org>
14777         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
14779         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
14781         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
14783         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
14785         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14786         Simplify Persian conditionals.
14788         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
14789         variable `filename'.
14791         * comint.el (comint-insert-input): Doc fix.
14793         * Makefile.in (ELCFILES): Fix typo in previous change.
14795 2009-06-23  Miles Bader  <miles@gnu.org>
14797         * cus-start.el: Add entry for `recenter-redisplay'.
14799 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
14801         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
14802         Add an optional argument for the backend, use it instead of
14803         calling vc-backend.
14804         (vc-mode-line): Add an optional argument for the backend.
14805         Pass the backend to vc-state and vc-working-revision.  Move code for
14806         special handling for vc-state being a buffer to ...
14808         * vc-rcs.el (vc-rcs-find-file-hook):
14809         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
14811         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
14812         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
14813         vc-stay-local-p and vc-mode-line calls.
14815         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
14816         (vc-cvs-diff, vc-cvs-annotate-command)
14817         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
14818         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
14819         vc-mode-line calls.
14821         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
14822         direct comparison.
14823         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
14824         backend when calling vc-mode-line.
14825         (vc-register): Do not create a closure for calling the vc register
14826         function, call it directly.
14828 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
14830         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
14831         to make it obvious item can be clicked.
14833         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
14835 2009-06-23  Kenichi Handa  <handa@m17n.org>
14837         * language/korea-util.el (korean-key-bindings): Change the binding
14838         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
14839         same command.
14841 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
14843         Sync with Tramp 2.1.16.
14845         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
14847         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
14848         when a loading of a package fails.  Completion function for rsync
14849         is `tramp-completion-function-alist-ssh'.
14850         (all): Replace all calls of `split-string' and
14851         `tramp-split-string' by `tramp-compat-split-string'.
14852         (tramp-default-method): Use `tramp-compat-process-running-p'.
14853         (tramp-default-proxies-alist): Allow also Lisp forms.
14854         (tramp-remote-path): Add choice "Private Directories".
14855         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
14856         (tramp-domain-regexp): Allow also "-", "_" and ".".
14857         (tramp-end-of-output): Remove newlines, and add "$" at the end.
14858         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
14859         (tramp-debug-message): Insert header line in debug buffer.
14860         (tramp-handle-directory-files-and-attributes-with-stat):
14861         Care about filenames with spaces, or starting with "-".
14862         (tramp-handle-dired-uncache): New defun.
14863         (tramp-handle-insert-directory): Don't flush the directory from
14864         cache, this is handled by `dired-uncache' now.
14865         (tramp-handle-insert-file-contents): Improve error handling.
14866         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14867         Quote `tramp-end-of-output'.
14868         (tramp-action-password): Improve trace message.
14869         (tramp-check-for-regexp): Both echoes must be present, before removing.
14870         (tramp-open-connection-setup-interactive-shell): Trace coding system.
14871         (tramp-compute-multi-hops): Eval cons cells of
14872         `tramp-default-proxies-alist'.
14873         (tramp-maybe-open-connection): Use the same command pattern for
14874         first hop and further hops.
14875         (tramp-wait-for-output): Remove handling of newlines.
14876         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
14877         (tramp-split-string): Remove function.  It is handled in
14878         tramp-compat now.
14880         * net/tramp-cmds.el (tramp-bug):
14881         Recommend `tramp-cleanup-all-connections' in the bug mail.
14883         * net/tramp-compat.el (tramp-compat-split-string)
14884         (tramp-compat-process-running-p): New defuns.
14886         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
14887         for `dired-uncache'.
14889         * net/tramp-gvfs.el: New package.
14891         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
14892         Add handler for `dired-uncache'.
14893         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
14895         * net/trampver.el: Update release number.  Make version check fit
14896         for SXEmacs 22.
14898 2009-06-22  Jim Meyering  <meyering@redhat.com>
14900         Automatically handle .xz suffix (XZ-compressed files), too.
14901         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
14902         XZ is the successor to LZMA: <http://tukaani.org/xz/>
14904 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
14905             Nick Roberts  <nickrob@snap.net.nz>
14907         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
14908         repository (http://sphinx.net.ru/hg/gdb-mi/).
14910 2009-06-22  Glenn Morris  <rgm@gnu.org>
14912         * files.el (dir-locals-collect-mode-variables): Allow for any number of
14913         `mode' and `eval' entries.  (Bug#3430)
14915         * Makefile.in (ELCFILES): Add fadr.elc.
14917         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
14918         differing behavior of \n and ^ in strings.  (Bug#3385)
14920         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
14922         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
14923         property.
14924         (lisp-indent-function): Make it a defcustom.
14926 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
14928         * progmodes/gdb-ui.el: Replace with ...
14929         * progmodes/gdb-mi.el: ... this file.
14930         * progmodes/gud.el: Modify for gdb-mi.el.
14932 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
14934         * fadr.el: New file.
14936 See ChangeLog.14 for earlier changes.
14938 ;; Local Variables:
14939 ;; coding: utf-8
14940 ;; End:
14942     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
14944   This file is part of GNU Emacs.
14946   GNU Emacs is free software: you can redistribute it and/or modify
14947   it under the terms of the GNU General Public License as published by
14948   the Free Software Foundation, either version 3 of the License, or
14949   (at your option) any later version.
14951   GNU Emacs is distributed in the hope that it will be useful,
14952   but WITHOUT ANY WARRANTY; without even the implied warranty of
14953   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14954   GNU General Public License for more details.
14956   You should have received a copy of the GNU General Public License
14957   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14959 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1