Do not set bookmark context for images (Bug#6650).
[emacs.git] / lisp / ChangeLog
bloba1bce7df5959f2e1f3af5c6c7dfe5d71374c9771
1 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3         * image-mode.el (image-bookmark-make-record): Do not set context
4         in an image (Bug#6650).
6 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
8         * simple.el (select-active-region): New function.
9         (push-mark-command, set-mark, activate-mark)
10         (handle-shift-selection): Use it.
11         (deactivate-mark): Don't check for size of region.
13         * mouse.el (mouse-drag-track): Use select-active-region.
15 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
17         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
18         "--dired" stronger.
20 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
22         * term/x-win.el (x-select-enable-primary): Change default to nil.
23         (x-select-enable-clipboard): Add :version keyword.
25         * mouse.el (mouse-drag-copy-region):
26         * simple.el (select-active-regions): Likewise.
28 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
30         * vc.el (vc-coding-system-inherit-eol): New defvar.
31         (vc-coding-system-for-diff): Use it to decide whether to inherit
32         from the file the EOL format for reading the diffs of that file.
33         (Bug#4451)
35 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
37         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
38         unibyte, so compressed attachments are not compressed again.
40 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
42         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
43         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
44         (tramp-find-shell): Simplify setting connection property.
45         (tramp-get-ls-command): Make test for "--color=never" stronger.
47 2010-07-15  Simon South  <ssouth@member.fsf.org>
49         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
50         blocks within record declarations (i.e. variant parts) correctly.
52 2010-07-15  Simon South  <ssouth@member.fsf.org>
54         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
55         over literal tokens when parsing so newlines aren't "absorbed" by
56         single-line comments.  Corrects the indentation of case blocks
57         that have a comment on the first line.
59 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
61         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
62         by Drew Adams (Bug#5504).
64 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
66         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
67         now that unicode is used (Bug#6594).
69 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
71         * term/x-win.el (x-select-enable-clipboard): Default to t.
72         (x-initialize-window-system): Don't overwrite Paste menu item.
74         * simple.el (select-active-regions): Default to t.
75         (push-mark-command): Don't overwrite primary with empty string.
77         * mouse.el: Bind mouse-2 to mouse-yank-primary.
78         (mouse-drag-copy-region): Default to nil.
80         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
81         Cut/Copy/Paste menu bar items.
83 2010-07-13  Thierry Volpiatto <thierry.volpiatto@gmail.com>
85         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
86         Patch applied by Karl Fogel.
88         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
89         and `bookmark-current-buffer' if they have been already set in
90         another buffer (e.g gnus-art).
92 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
93             Thierry Volpiatto <thierry.volpiatto@gmail.com>
95         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
97         * bookmark.el (bookmark-make-record-default): Allow unneeded
98         information to be omitted from the record.
100         Adjust declarations and calls:
102         * info.el (bookmark-make-record-default): Adjust declaration.
103         (Info-bookmark-make-record): Adjust call.
105         * woman.el (bookmark-make-record-default): Adjust declaration.
106         (woman-bookmark-make-record): Adjust call.
108         * man.el (bookmark-make-record-default): Adjust declaration.
109         (Man-bookmark-make-record): Adjust call.
111         * image-mode.el (bookmark-make-record-default): Adjust declaration.
113         * doc-view.el (bookmark-make-record-default): Adjust declaration.
115 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
117         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
118         This is also from Thierry Volpiatto's patch in bug #6444.  However,
119         because it was extraneous to the functional change in that patch,
120         and causes a re-indendation, I am committing it separately.
122 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
124         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
125         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
126         Patch applied by Karl Fogel (Bug#6444).
128 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
130         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
132 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
134         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
135         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
136         (ns-alternatives-map): Change S-tab binding to backtab
137         (bug#6616).
139         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
140         under ns.
142 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
144         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding
145         bugs. (Bug#5806)
147         * language/tv-util.el (tai-viet-re): Remove format.
149 2010-07-12  Kenichi Handa  <handa@m17n.org>
151         * language/hebrew.el: Remove no-byte-compile declaration.  Change
152         coding: tag to utf-8.  Register hebrew-shape-gstring in
153         composition-function-table for 3-character looking back.
154         (hebrew-font-get-precomposed): New function.
155         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
157 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
159         * mouse.el (mouse-drag-track): Handle select-active-regions
160         (Bug#6612).
162 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
164         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
165         empty argument to gvfs-copy.
167 2010-07-10  Glenn Morris  <rgm@gnu.org>
169         * calendar/calendar.el (calendar-week-end-day): New function.
170         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
171         Respect calendar-week-start-day.  (Bug#6606)
172         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
173         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
174         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
175         respect calendar-week-start-day.
177 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
179         * simple.el (use-region-p): Doc fix (Bug#6607).
181 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
183         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
184         regexps for cucumber and ruby.
186 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
188         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
189         (epa-file-insert-file-contents): Hack to prevent
190         find-file from opening empty buffer when decryptin failed
191         (bug#6568).
193 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
195         * ispell.el (ispell-alternate-dictionary): Use file-readable-p.
196         Return nil if no word-list is found at default locations.
197         (ispell-complete-word-dict): Default to nil.
198         (ispell-command-loop): Use 'word-list' when using lookup-words.
199         (lookup-words): Use ispell-complete-word-dict or
200         ispell-alternate-dictionary.  Check for word-list availability
201         and handle errors if needed with better messages (Bug#6539).
202         (ispell-complete-word): Use ispell-complete-word-dict or
203         ispell-alternate-dictionary.
205 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
207         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
208         builtins (BufferError, BytesWarning, WindowsError; callables
209         bin, bytearray, bytes, format, memoryview, next, print; __package__).
211 2010-07-07  Glenn Morris  <rgm@gnu.org>
213         * play/zone.el (top-level): Do not require timer, tabify, or cl.
214         (zone-shift-left): Ignore intangibility, and any errors from
215         forward-char.
216         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
217         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
218         deleting, and copying text properties.
219         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
220         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
221         to point-max is hard.
222         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
223         (zone-fill-out-screen): Ignore intangibility.
225 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
227         * menu-bar.el (menu-bar-mode):
228         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
229         if it has been set.
231         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
232         word/line selection (Bug#6565).
234 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
236         * net/dbus.el (dbus-send-signal): Declare function.
238 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
240         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
241         (dbus-register-property): New optional argument EMITS-SIGNAL.
242         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
244 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
246         * mouse.el (mouse-drag-overlay): Variable deleted.
247         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
248         (mouse--remap-link-click-p): New function.
249         (mouse-drag-track): Handle dragging by using temporary Transient
250         Mark mode, instead of a special overlay.
251         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
252         mouse-show-mark.
254         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
255         deleted.
257 2010-07-02  Juri Linkov  <juri@jurta.org>
259         * autoinsert.el (auto-insert-alist): Fix readability
260         by using dotted pair notation for lambda.
262 2010-07-02  Juri Linkov  <juri@jurta.org>
264         * faces.el (read-face-name): Rename arg `string-describing-default'
265         to `default'.  Doc fix.  Display the default value in quotes
266         in the prompt.  With empty input, return the `default' arg,
267         unless the default value is a string (in which case return nil).
268         (describe-face): Replace the string `default' arg of `read-face-name'
269         with the symbol `default'.
271 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
273         * emulation/viper-cmd.el (viper-delete-backward-char)
274         (viper-del-backward-char-in-insert)
275         (viper-del-backward-char-in-replace, viper-change)
276         (viper-backward-indent): Replace delete-backward-char with
277         delete-char (Bug#6552).
279 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
281         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
283 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
285         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
286         argument passed to frame-creation-function (Bug#5378).
288         * faces.el (x-handle-named-frame-geometry)
289         (x-handle-reverse-video, x-create-frame-with-faces)
290         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
291         separately consult default-frame-alist.  It is now passed as the
292         PARAMETER argument.
294 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
296         * startup.el (command-line): Don't call tool-bar-setup in a
297         tty-only build.
299 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
301         * ruler-mode.el (ruler--save-header-line-format): New fun.
302         (ruler-mode): Use it as a setter function, so as not to overwrite
303         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
305 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
307         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
308         (vc-root-diff, vc-print-root-log, vc-log-incoming)
309         (vc-log-outgoing): Use it.
310         (vc-diff-internal): Set diff-vc-backend.
312         * vc/diff-mode.el (diff-vc-backend): New var.
314 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
316         * dynamic-setting.el (font-setting-change-default-font): Remove
317         call to message.
319 2010-06-28  Kenichi Handa  <handa@m17n.org>
321         * international/quail.el (quail-insert-kbd-layout): Fix the
322         showing of untranslated characters.
324 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
326         * simple.el (delete-active-region): New option.
327         (delete-backward-char): Implement in Lisp.
328         (delete-forward-char): New command.
330         * mouse.el (mouse-region-delete-keys): Deleted.
331         (mouse-show-mark): Simplify.
333         * bindings.el (global-map): Bind delete and DEL, the former to
334         delete-forward-char.
336 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
338         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
339         (ruby-mode): Bind indent-line-function (Bug#5119).
341 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
343         * startup.el (command-line): Recognize "0" X resource value.
345 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
347         * startup.el (command-line): Use X resources to set the value of
348         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
350         * menu-bar.el (menu-bar-mode):
351         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
352         Set init-value to t.
354         * frame.el (frame-notice-user-settings): Don't change
355         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
356         vice versa (Bug#2249).
358 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
360         * w32-fns.el (w32-convert-standard-filename): Doc fix.
362 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
364         * flyspell.el (flyspell-check-previous-highlighted-word): Make
365         sure `flyspell-word' re-checks word after function run (Bug#6504).
367         * ispell.el (ispell-init-process): Make sure ispell and default
368         directories are expanded. (Bug#6143).
370 2010-06-24  Juri Linkov  <juri@jurta.org>
372         * minibuffer.el (completions-format): Change default from nil to
373         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
375 2010-06-24  Juri Linkov  <juri@jurta.org>
377         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
378         buffer-locally to lambda that re-runs the vc diff command.
379         (Bug#6447)
381 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
383         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
384         echo area is in use (Bug#3412).
386 2010-06-22  Glenn Morris  <rgm@gnu.org>
388         * textmodes/texinfmt.el (texinfo-format-region)
389         (texinfo-raise-lower-sections, texinfo-format-separate-node)
390         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
391         (texinfo-format-option, texinfo-noindent):
392         Use line-beginning-position and line-end-position.
394         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
395         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
396         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
397         utf-8 characters.
399 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
401         * play/zone.el (zone-fall-through-ws): Fix next-line ->
402         forward-line fallout.
404 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
406         * mouse.el (mouse-appearance-menu): Add docstring.
408         * help.el (describe-key): Print up-event using key-description.
410 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
412         * net/zeroconf.el (zeroconf-resolve-service)
413         (zeroconf-service-resolver-handler): Use
414         `dbus-byte-array-to-string'.
415         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
417 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
419         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
421 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
423         Avoid displaying files with a nil state in vc-dir.
424         * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
425         cases that cause insertion.
426         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
427         with a nil state.
429 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
431         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
433 2010-06-29  Leo  <sdl.web@gmail.com>
435         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
437 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
439         * generic-x.el (bat-generic-mode): Fix regexp for command line
440         switches (Bug#5719).
442 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
444         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
445         of nconc to avoid pure storage error (Bug#6239).
447 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
449         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
450         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
451         bindings of bookmark-automatically-show-annotations (Bug#6515).
453 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
455         * arc-mode.el (archive-zip-extract): Don't quote the file name on
456         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
458 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
460         * comint.el (make-comint, make-comint-in-buffer): Mention return
461         value in the docstrings.  (Bug#6498)
463 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
465         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
466         since it is not present when using some non-default switches.
468 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
470         * simple.el (compose-mail): Fix doc string to refer to
471         `compose-mail-user-agent-warnings', instead of to the
472         nonexistent `compose-mail-check-user-agent'.
474 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
476         Fix an indentation bug:
478         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
479         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
480         of existing values.
482         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
483         (c-clear->-pair-props-if-match-before): now return t when they've
484         cleared properties, nil otherwise.
485         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
486         by taking account of the existing value.
488         * progmodes/cc-defs.el
489         (c-clear-char-property-with-value-function): Fix this to clear the
490         property rather than overwriting it with nil.
492 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
494         * emacs-lisp/package.el (package-print-package): Add link to
495         package description via describe-package.
496         (describe-package-1): List package requirements.  Add button to
497         perform installation.
498         (package-menu-describe-package): New command.
500         * help-mode.el (help-package): New button type.
502 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
504         * emacs-lisp/package.el: Move package-list-packages binding to
505         menu-bar.el.
506         (describe-package, describe-package-1, package--dir): New funs.
507         (package-activate-1): Use package--dir.
509         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
511         * help-mode.el (help-package-def): New button type.
513         * menu-bar.el: Move package-list-packages binding here from
514         package.el.
516 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
518         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
520 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
522         * emacs-lisp/edebug.el (edebug-read-list):
523         Phase out old-style backquotes.
525 2010-06-17  Juri Linkov  <juri@jurta.org>
527         * help-mode.el (help-mode): Set buffer-local variable
528         revert-buffer-function to help-mode-revert-buffer.
529         (help-mode-revert-buffer): New function.
531         * info.el (Info-revert-find-node): Check for major-mode Info-mode
532         before popping to "*info*" (like in other Info functions).
533         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
534         old-history-forward.  Pop to old-buffer-name or "*info*" to
535         recreate the killed buffer.  Set Info-history-forward from
536         old-history-forward.
537         (Info-breadcrumbs-depth): Add :group and :version.
539 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
541         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
543 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
545         * ispell.el (ispell-aspell-find-dictionary): Fix regexp for
546         languages like Portuguese with pt_{BR,PT} and no plain pt.
548 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
550         * emacs-lisp/package.el (package-menu-mode-map):
551         Move initialization into declaration.
553         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
555 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
557         * emacs-lisp/package.el (package-archive-base): Point to
558         elpa.gnu.org.
559         (package-enable, package-load-list): New defcustoms.
560         (package-user-dir, package-directory-list): Turn into defcustoms.
561         Don't include package-user-dir in package-directory-list.
562         (package--builtins-base): Don't include Emacs as a "package".
563         (package-subdirectory-regexp): New var.
564         (package-load-all-descriptors, package-compute-transaction)
565         (package-download-transaction): Obey package-load-list.
566         (package-activate-1): Rename from package-do-activate.
567         (package-list-packages-internal): Check package-load-list.
568         (package-load-descriptor, package-generate-autoloads)
569         (package-unpack, package-unpack-single)
570         (package--read-archive-file, package-delete): Use
571         expand-file-name.
573         * emacs-lisp/package-x.el: New file.  Package uploading
574         functionality split out from package.el.
576         * startup.el (command-line): Load packages after reading init
577         file.
579 2010-06-17  Tom Tromey  <tromey@redhat.com>
581         * emacs-lisp/package.el: New file.
583 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
585         Fix vc-annotate for renamed files when using Git.
586         * vc-git.el (vc-git-find-revision): Deal with empty results from
587         ls-files.  Doe not pass the object as a file name to cat-file, it
588         is not a file name.
589         (vc-git-annotate-command): Pass the file name using -- to avoid
590         ambiguity with the revision.
591         (vc-git-previous-revision): Pass a relative file name.
593 2010-06-22  Glenn Morris  <rgm@gnu.org>
595         * progmodes/js.el (js-mode-map): Use standard capitalization and
596         ellipses for menu entries.
598         * wid-edit.el (widget-complete): Doc fix.
600 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
602         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
604 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
606         Fix annotating other revisions for renamed files in vc-annotate.
607         * vc-annotate.el (vc-annotate): Add an optional argument for the
608         VC backend.  Use it when non-nil.
609         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.  (Bug#6487)
611         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
612         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
613         Do not pass the file name to the 'previous-revision call when we
614         don't want a file diff.  (Bug#6489)
616 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
618         Fix finding revisions for renamed files in vc-annotate.
619         * vc.el (vc-find-revision): Add an optional argument for
620         the VC backend.  Use it when non-nil.
621         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
622         backend to vc-find-revision.  (Bug#6487)
624 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
626         Fix reading file names in Git annotate buffers.
627         * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
628         trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
630 2010-06-20  Alan Mackenzie  <acm@muc.de>
632         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
633         in file local variables, set it first.
635 2010-06-19  Glenn Morris  <rgm@gnu.org>
637         * descr-text.el (describe-char-unicode-data): Insert separating
638         space when needed.  (Bug#6422)
640         * progmodes/idlwave.el (idlwave-action-and-binding):
641         Fix typo in 2009-12-03 change.  (Bug#6450)
643 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
645         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
646         handling for `lambda' (misunderstanding).
648 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
650         * calc/calc-poly.el: (math-accum-factors):  Make sure that
651         constants aren't distributed after they are factored out.
653 2010-06-16  Juri Linkov  <juri@jurta.org>
655         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
656         `list-colors-print'.  (Bug#6332)
658         * subr.el (read-quoted-char): Fix up last change (bug#6290).
660 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
662         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
663         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
665         * font-lock.el (font-lock-major-mode): Rename from
666         font-lock-mode-major-mode to distinguish it from
667         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
668         (font-lock-set-defaults):
669         * font-core.el (font-lock-default-function): Adjust users.
670         (font-lock-mode): Don't set it at all.
672 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
674         * vc-annotate.el (vc-annotate): Use vc-read-revision.
676 2010-06-16  Glenn Morris  <rgm@gnu.org>
678         * calendar/appt.el (appt-time-msg-list): Doc fix.
679         (appt-check): Let-bind appt-warn-time.
680         (appt-add): Make the 3rd argument optional.
681         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
682         Only add WARNTIME to the output list if non-nil.
684 2010-06-16  Ivan Kanis  <apple@kanis.eu>
686         * calendar/appt.el (appt-check): Let the 3rd element of
687         appt-time-msg-list specify the warning time.
688         (appt-add): Add new argument with the warning time.  (Bug#5176)
690 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
692         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
693         older than version 1.6.  (Bug#6361)
695 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
697         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
698         used by cl-do-arglist.  (Bug#6408)
700 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
702         * ispell.el (ispell-dictionary-base-alist): Fix
703         portuguese casechars/not-casechars for missing 'çÇ'.
704         Suggested by Rolando Pereira (bug#6434).
706 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
708         * facemenu.el (list-colors-sort): Doc fix.
710 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
712         * progmodes/sql.el (sql-connect-mysql): Fix typo.
714 2010-06-14  Juri Linkov  <juri@jurta.org>
716         Add sort option `list-colors-sort'.  (Bug#6332)
717         * facemenu.el (color-rgb-to-hsv): New function.
718         (list-colors-sort): New defcustom.
719         (list-colors-sort-key): New function.
720         (list-colors-display): Doc fix.  Sort list according to the option
721         `list-colors-sort'.
722         (list-colors-print): Add HSV values to `help-echo' property of
723         RGB strings.
725 2010-06-14  Juri Linkov  <juri@jurta.org>
727         * compare-w.el: Move to the "vc" subdirectory.
729 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
731         * image-mode.el (image-mode-map): Remap left-char and right-char.
733         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
735 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
737         * term/common-win.el (x-colors): Add all the color names defined
738         in rgb.txt (Bug#6332).
740         * facemenu.el (list-colors-print): Don't print extra names if it
741         will overflow the window width.
743         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
744         change (Bug#6343).
746 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
748         * files.el (make-directory): Doc fix (bug#6396).
750 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
752         * net/tramp.el (tramp-remote-process-environment): Protect version
753         string by apostroph.
754         (tramp-shell-prompt-pattern): Do not use a shy group in case of
755         XEmacs.
756         (tramp-file-name-for-operation): Add `call-process-region'.
757         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
759         * net/tramp-compat.el (top): Do not autoload
760         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
761         only when `start-file-process' is not bound.
762         (tramp-advice-file-expand-wildcards): Do not use
763         `tramp-handle-file-remote-p'.
764         (tramp-compat-make-temp-file): Handle the case, that
765         `make-temp-file' has no third argument EXTENSION.
767 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
769         * makefile.w32-in (WINS_BASIC): Include new directory vc.
771         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
773 2010-06-11  Juri Linkov  <juri@jurta.org>
775         * finder.el (finder-known-keywords): Add keyword "vc"
776         for version control.
778         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
779         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
780         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
781         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
783 2010-06-11  Juri Linkov  <juri@jurta.org>
785         Move version control related files to the "vc" subdirectory.
786         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
787         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
788         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
789         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
790         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
791         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
792         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
793         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
794         Move files to the "vc" subdirectory.
796 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
798         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
799         (Bug#6367).
801 2010-06-11  Stephen Eglen  <stephen@gnu.org>
803         * shell.el: Bind `shell-resync-dirs' to M-RET.
805 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
807         * notifications.el: Move file from lisp/net, because it is
808         supposed to talk locally to the user.
810 2010-06-10  Julien Danjou  <julien@danjou.info>
812         * net/notifications.el (notifications-on-action-signal)
813         (notifications-on-closed-signal): Pass notification id as first
814         argument to the callback functions.  Add docstrings.
815         (notifications-notify): Fix docstring.
817 2010-06-10  Glenn Morris  <rgm@gnu.org>
819         * emacs-lisp/authors.el (authors-ignored-files)
820         (authors-valid-file-names): Add some files.
822 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
824         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
825         merge conflict, giving preference to the emacs-23 version of the code.
827 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
829         * emacs-lisp/advice.el (ad-compile-function):
830         Define warning-suppress-types before we let-bind it (bug#6275).
832         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
833         declare it, make it buffer-local and permanent-local (bug#6324).
834         (vc-resynch-window): Adjust name.
835         * vc-hooks.el (vc-find-file-hook): Adjust name.
837 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
839         * net/notifications.el (notifications-notify): Fix docstring.
841 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
843         Update to Unicode 6.0.0 beta.
844         * international/charprop.el: Update copyright.
845         * international/mule-cmds.el (ucs-names): Update character ranges.
846         * international/uni-bidi.el:
847         * international/uni-category.el:
848         * international/uni-combining.el:
849         * international/uni-comment.el:
850         * international/uni-decimal.el:
851         * international/uni-decomposition.el:
852         * international/uni-digit.el:
853         * international/uni-lowercase.el:
854         * international/uni-mirrored.el:
855         * international/uni-name.el:
856         * international/uni-numeric.el:
857         * international/uni-old-name.el:
858         * international/uni-titlecase.el:
859         * international/uni-uppercase.el: Regenerate.
861 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
863         * emacs-lisp/smie.el (comment-string-strip): Declare function.
864         (smie-precs-precedence-table): Fix typo in docstring.
866         * vc-mtn.el (log-edit-extract-headers): Declare function.
868         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
870         * net/notifications.el (dbus-register-signal): Declare function.
871         (notifications-notify): Fix typos and reflow docstring.
873 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
875         Improve VC create/retrieve tag/branch.
876         * vc.el (vc-create-tag): Do not read the directory name for VCs
877         with repository revision granularity.  Adjust the tag/branch
878         prompt.  Reset VC properties.
879         (vc-retrieve-tag): Do not read the directory name for VCs
880         with repository revision granularity.  Reset VC properties.
882 2010-06-09  Julien Danjou  <julien@danjou.info>
884         * net/notifications.el: New file.
886 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
888         Add optional support for resetting VC properties.
889         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
890         call vc-file-clearprops when true.
891         (vc-resynch-buffer): Add new optional argument, pass it down.
892         (vc-resynch-buffers-in-directory): Likewise.
894         Improve support for special markup in the VC commit message.
895         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
896         * vc-hg.el (vc-hg-checkin): Add support for Date:.
897         * vc-git.el (vc-git-checkin):
898         * vc-bzr.el (vc-bzr-checkin): Likewise.
900 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
902         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
903         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
905 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
907         * iimage.el: Remove images as soon as the underlying text is modified.
908         (iimage-modification-hook): New function.
909         (iimage-mode-buffer): Use it.
911 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
913         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
914         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
915         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
916         (smie-indent-keyword): Add handling of open-paren keywords.
917         (smie-indent-comment-continue): Don't assume comment-continue.
919 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
921         * window.el (pop-to-buffer): Remove the conditional that
922         compares new-window and old-window, so it will reselect
923         the selected window unconditionally.
924         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
926 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
928         * emacs-lisp/smie.el (smie-indent-offset-after)
929         (smie-indent-forward-token, smie-indent-backward-token): New functions.
930         (smie-indent-after-keyword): Use them.
931         (smie-indent-fixindent): Only applies to the indentation of the BOL.
932         (smie-indent-keyword): Tweak the black magic.
933         (smie-indent-comment-continue): Strip comment-continue before use.
934         (smie-indent-functions): Indent comments before keywords.
936 2010-06-06  Juri Linkov  <juri@jurta.org>
938         * isearch.el (isearch-lazy-highlight-search): Fix looping
939         by checking for empty match.  This syncs this loop with the
940         similar loop in `isearch-search'.  (Bug#6362)
942 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
944         * net/dbus.el (dbus-register-method): Declare function.
945         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
946         (dbus-introspect): Doc fix.
947         (dbus-event-bus-name, dbus-introspect-get-interface)
948         (dbus-introspect-get-argument): Reflow docstrings.
950 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
952         vc-log-incoming/vc-log-outgoing fixes for Git.
953         * vc-git.el (vc-git-log-view-mode): Fix font lock for
954         incoming/outgoing logs.
955         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
956         instead of vc-git-compute-remote.
957         (vc-git-compute-remote): Remove.
959 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
961         * term/common-win.el (x-colors): Add "dark green" and "dark
962         turquoise" (Bug#6332).
964 2010-06-04  Juri Linkov  <juri@jurta.org>
966         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
967         Instead of setting `replace' to t and replacing the same string
968         with itself, don't do certain actions when
969         kill-do-not-save-duplicates is non-nil and string is equal to car
970         of kill-ring: don't call menu-bar-update-yank-menu, don't push
971         interprogram-paste strings to kill-ring, and don't push the input
972         argument `string' to kill-ring.
973         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
975 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
977         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
979 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
981         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
982         (tramp-gvfs-handler-mounted-unmounted)
983         (tramp-gvfs-connection-mounted-p): Handle default-location.
985         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
986         move files to trash.
988 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
990         * international/mule-cmds.el (nonascii-insert-offset)
991         (nonascii-translation-table): Add obsolescence information.
993         * international/mule.el (make-translation-table-from-vector): Doc fix.
995 2010-06-03  Eric Ludlam  <zappo@gnu.org>
997         * cedet/semantic/lex-spp.el
998         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
999         invalid values during save, just save a nil (Bug#6324).
1001 2010-06-03  Glenn Morris  <rgm@gnu.org>
1003         * desktop.el (desktop-clear-preserve-buffers):
1004         Add "*Warnings*" buffer.  (Bug#6336)
1006 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
1008         vc-log-incoming/vc-log-outgoing improvements for Git.
1009         * vc-git.el (vc-git-log-outgoing): Use the same format as the
1010         short log.
1011         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
1013         Add bindings for vc-log-incoming and vc-log-outgoing.
1014         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1015         and vc-log-outgoing.
1016         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1017         and vc-log-outgoing.
1019 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1021         * net/rcirc.el (rcirc-sort-nicknames): Remove.
1022         (rcirc-handler-366): Always sort nicknames.
1024 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
1026         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1028 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1030         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc
1031         fix.
1033 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1035         * net/rcirc.el (rcirc-sort-nicknames): Change default.
1036         (rcirc-sort-nicknames-join): Avoid setq.
1038 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1040         * net/rcirc.el (rcirc-sort-nicknames): New custom.
1041         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1042         (rcirc-handler-366): Use them.
1044 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1046         Split smie-indent-calculate into more manageable chunks.
1047         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1048         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1049         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1050         (smie-indent-exps): Extract from smie-indent-calculate.
1051         (smie-indent-functions): New var.
1052         (smie-indent-functions): Use them.
1054 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1056         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1057         (smie-indent-calculate): Simplify and cleanup.
1059 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
1061         * net/tramp-gvfs.el (top): Require url-util.
1062         (tramp-gvfs-mount-point): Remove.
1063         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1064         New defuns.
1065         (with-tramp-dbus-call-method): Format trace message.
1066         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1067         Implement backup call, when operation on local files fails.
1068         Use progress reporter.  Flush properties of changed files.
1069         (tramp-gvfs-handle-make-directory): Make more traces.
1070         (tramp-gvfs-url-file-name): Hexify file name in url.
1071         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1072         into account for the resulting file name.
1073         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1074         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
1075         (tramp-gvfs-handler-mounted-unmounted)
1076         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1077         attribute "default_location".  Set "prefix" property.
1078         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1079         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1080         exists.  Raise an error, if not (due to a corresponding answer
1081         "no" in interactive questions, for example).
1083 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
1085         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1087 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
1089         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1090         right-*.  (Bug#6265)
1092 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
1094         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1095         * vc-git.el (vc-git-compute-remote): New function.
1096         (vc-git-log-outgoing): Use it instead of hard coding a value.
1097         (vc-git-log-incoming): New function.
1099         Improve state updating for VC tag commands.
1100         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1101         to update the state of all buffers in the directory.
1103         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1105 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1107         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1108         `file-directory-p' to the filename part rather than to the whole text.
1110 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
1112         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1113         (bug#6231).
1115 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1117         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1119 2010-05-31  Drew Adams  <drew.adams@oracle.com>
1121         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1123 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
1125         * subr.el (momentary-string-display): Just use read-event to read
1126         the exit event (Bug#6238).
1128 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
1130         * international/mule.el (define-coding-system): Doc fix (bug#6313).
1132 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1134         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1135         Suggested by Eli Zaretskii <eliz@gnu.org>.
1137 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1139         * minibuffer.el (completion-file-name-table): Don't return a boundary
1140         past the end of `string' (bug#6299).
1141         (completion--file-name-table): Delegate to completion-file-name-table
1142         for the `boundaries' case.
1144 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1146         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1147         movement commands.
1149         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1150         `path-separator', but maintain compatibility with Emacs 20.2.
1152 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1154         * server.el (server-process-filter): Receive parent-id argument
1155         from emacsclient.
1156         (server-create-window-system-frame): New arg.  Pass parent-id as
1157         frame parameter.
1159 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
1161         Bidi-sensitive word movement with arrow keys.
1162         * subr.el (right-arrow-command, left-arrow-command): Move to
1163         bindings.el.
1165         * bindings.el (right-char, left-char): Move from subr.el and
1166         rename from right-arrow-command and left-arrow-command.
1167         (right-word, left-word): New functions.
1168         (global-map) <right>: Bind to right-char.
1169         (global-map) <left>: Bind to left-char.
1170         (global-map) <C-right>: Bind to right-word.
1171         (global-map) <C-left>: Bind to left-word.
1173         * ls-lisp.el (ls-lisp-classify-file): New function.
1174         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1175         (ls-lisp-classify): Call ls-lisp-classify-file.
1176         (insert-directory): Remove blanks from switches.
1178 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1180         * ansi-color.el: Delete unused escape sequences (Bug#6085).
1181         (ansi-color-drop-regexp): New constant.
1182         (ansi-color-apply, ansi-color-filter-region)
1183         (ansi-color-apply-on-region): Delete unrecognized control sequences.
1184         (ansi-color-apply): Build string list before calling concat.
1186 2010-05-28  Juri Linkov  <juri@jurta.org>
1188         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1189         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
1190         (Bug#5270)
1192 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1194         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
1195         to ignored backtrace functions.
1196         (with-progress-reporter): Expand docstring.
1197         (tramp-handle-delete-file): Implement TRASH argument.
1198         (tramp-get-remote-trash): New defun.
1200 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1202         * net/tramp-compat.el (tramp-compat-delete-file): Use
1203         `symbol-value' for backward compatibility.
1205         * net/tramp.el (tramp-handle-make-symbolic-link)
1206         (tramp-handle-load)
1207         (tramp-do-copy-or-rename-file-via-buffer)
1208         (tramp-do-copy-or-rename-file-directly)
1209         (tramp-do-copy-or-rename-file-out-of-band)
1210         (tramp-handle-process-file, tramp-handle-call-process-region)
1211         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1212         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1213         (tramp-delete-temp-file-function): Use `delete-file' instead
1214         of `tramp-compat-delete-file'.
1216         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1217         (tramp-fish-handle-make-symbolic-link)
1218         (tramp-fish-handle-process-file): Use `delete-file' instead
1219         of `tramp-compat-delete-file'.
1221         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
1222         `delete-file' instead of `tramp-compat-delete-file'.
1224         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1225         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
1226         `tramp-compat-delete-file'.
1228         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
1229         `delete-file' instead of `tramp-compat-delete-file'.
1231         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1232         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1233         (tramp-smb-handle-write-region): Use `delete-file' instead of
1234         `tramp-compat-delete-file'.
1235         (tramp-smb-handle-delete-directory): Use 'trash as arg.
1237 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1239         * dired.el (dired-delete-file): New arg TRASH.
1240         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
1241         (dired-do-flagged-delete, dired-do-delete): Use trash.
1243         * speedbar.el (speedbar-item-delete): Allow trashing.
1245         * files.el (delete-directory): New arg TRASH.
1247         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
1248         (ange-ftp-rename-remote-to-remote)
1249         (ange-ftp-rename-local-to-remote)
1250         (ange-ftp-rename-remote-to-local, ange-ftp-load)
1251         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
1252         `delete-file'.
1253         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
1254         allow trashing.
1256         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1257         handle new TRASH arg of `delete-file'.
1259         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
1260         (tramp-handle-make-symbolic-link, tramp-handle-load)
1261         (tramp-do-copy-or-rename-file-via-buffer)
1262         (tramp-do-copy-or-rename-file-directly)
1263         (tramp-do-copy-or-rename-file-out-of-band)
1264         (tramp-handle-process-file, tramp-handle-call-process-region)
1265         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1266         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1267         (tramp-delete-temp-file-function): Use null TRASH arg in
1268         tramp-compat-delete-file call.
1270         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1271         (tramp-fish-handle-delete-file)
1272         (tramp-fish-handle-make-symbolic-link)
1273         (tramp-fish-handle-process-file): Use null TRASH arg in
1274         `tramp-compat-delete-file' call.
1276         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
1277         arg in `tramp-compat-delete-file' call.
1279         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1280         (tramp-gvfs-handle-write-region): Use null TRASH arg in
1281         `tramp-compat-delete-file' call.
1283         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
1284         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
1285         `tramp-compat-delete-file' call.
1287         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1288         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1289         (tramp-smb-handle-write-region): Use null TRASH arg in
1290         tramp-compat-delete-file call.
1291         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
1292         (tramp-smb-handle-delete-file): Rename arg.
1294         * diff.el (diff-sentinel):
1295         * epg.el (epg--make-temp-file, epg-decrypt-string)
1296         (epg-verify-string, epg-sign-string, epg-encrypt-string):
1297         * jka-compr.el (jka-compr-partial-uncompress)
1298         (jka-compr-call-process, jka-compr-write-region):
1299         * server.el (server-sentinel): Remove optional arg from
1300         delete-file, reverting 2010-05-03 change.
1302 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1304         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
1305         font-lock-constant-face, not obsolete font-lock-reference-face.
1307 2010-05-27  Kenichi Handa  <handa@m17n.org>
1309         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
1310         element of GSTRING is nil.
1312 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1314         * emacs-lisp/smie.el (smie-forward-token-function)
1315         (smie-backward-token-function): New vars.
1316         (smie-backward-sexp, smie-forward-sexp)
1317         (smie-indent-hanging-p, smie-indent-calculate): Use them.
1318         (smie-default-backward-token): Rename from smie-backward-token and
1319         skip comments.
1320         (smie-default-forward-token): Rename from smie-forward-token and
1321         skip comments.
1322         (smie-next-sexp): Handle nil results from next-token.
1323         (smie-indent-calculate): Add a new case for special `fixindent' comments.
1325 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1327         * progmodes/verilog-mode.el (verilog-type-font-keywords):
1328         Use font-lock-constant-face, not obsolete font-lock-reference-face.
1330 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
1332         * htmlfontify.el (hfy-face-resolve-face): New function.
1333         (hfy-face-to-style): Use it (Bug#6279).
1335 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1337         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
1338         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
1340 2010-05-26  Glenn Morris  <rgm@gnu.org>
1342         * emulation/edt.el (edt-load-keys): Use locate-library.
1344 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
1346         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
1347         (log-edit-changelog-entries): Doc fix.
1348         (log-edit-changelog-insert-entries): Args changed.
1349         Rename relative filenames in ChangeLog entries.  Delete tabs.
1350         (log-edit-insert-changelog-entries): Reorganize return value of
1351         `log-edit-changelog-entries' to pass filenames to
1352         log-edit-changelog-insert-entries.
1354 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1356         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
1357         `image-dired-dired-insert-marked-thumbs' to
1358         `image-dired-dired-toggle-marked-thumbs'.
1360         * image-dired.el: Require cl when compiling.
1361         (image-dired-dired-toggle-marked-thumbs): Rename from
1362         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
1363         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
1364         to 'no-dir.  Skip files whose names don't match
1365         `image-file-name-regexp'.  When file has a thumbnail overlay,
1366         delete it.  (Bug#5270)
1368 2010-05-25  Juri Linkov  <juri@jurta.org>
1370         * image-mode.el (image-mode): Add image-after-revert-hook to
1371         after-revert-hook.
1372         (image-after-revert-hook): New function.  (Bug#5669)
1374 2010-05-25  Juri Linkov  <juri@jurta.org>
1376         * image.el (image-animated-p): When delay between animated images
1377         is 0, set it to 10 (0.1 sec).  (Bug#6258)
1379 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1381         * net/tramp.el (tramp-handle-insert-directory): Don't use
1382         `forward-word', its default syntax could be changed.
1384 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
1386         * net/tramp.el (tramp-progress-reporter-update): New defun.
1387         (with-progress-reporter): Use it.
1388         (tramp-process-actions):
1389         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
1390         current message, in order to let progress reporter continue
1391         afterwards.  (Bug#6257)
1393 2010-05-25  Glenn Morris  <rgm@gnu.org>
1395         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
1396         Add :version.
1398 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
1400         * net/rcirc.el (rcirc-default-user-name): Change to "user".
1401         (rcirc-default-full-name): Change to "unknown".
1402         (rcirc-user-name-history): Add variable.
1404 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
1405             Jonathan Rockway  <jon@jrock.us>
1407         * net/rcirc.el (rcirc-server-alist): Add :pass.
1408         (rcirc): When prompting for connection parameters, also prompt for
1409         username and password.
1410         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
1411         value to server when connecting.
1413 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1415         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
1416         (smie-merge-prec2s): Pass the tables as separate args.
1417         (smie-bnf-precedence-table): Adjust call accordingly.
1418         (smie-prec2-levels): Set levels at the end.
1420         Replace Lisp calls to delete-backward-char by delete-char.
1421         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
1422         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
1423         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
1424         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
1425         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
1426         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
1427         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
1428         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
1429         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
1430         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
1431         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
1432         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
1433         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
1434         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
1435         delete-backward-char by calls to delete-char.
1437 2010-05-25  Kenichi Handa  <handa@m17n.org>
1439         * language/hebrew.el (hebrew-shape-gstring): New function.
1440         Register it in composition-function-table for all Hebrew combining
1441         characters.
1443 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1445         * epa.el (epa--select-keys): Don't explicitly delete the window since
1446         that can fail (e.g. sole window in frame).  Use dedication instead.
1448 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
1450         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1452 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
1454         * image.el (image-refresh): Define as an alias for image-flush.
1456         * image-mode.el (image-toggle-display-image): Caller changed.
1458 2010-05-21  Juri Linkov  <juri@jurta.org>
1460         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
1461         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
1462         whitespace, call wildcard-to-regexp on substrings and concat them
1463         with "\\|".  (Bug#6114)
1465 2010-05-21  Alan Mackenzie  <acm@muc.de>
1467         * progmodes/cc-engine.el (c-parse-state-get-strategy):
1468         Replace parameter `here' with `here-' and `here-plus', which sandwich
1469         any pertinent CPP construct.
1470         (c-remove-stale-state-cache-backwards): Fix a bug which happens
1471         when doing (c-parse-state) in a CPP construct: Exclude any "new"
1472         CPP construct from taking part in the scanning.
1474 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
1476         * net/tramp.el (tramp-do-copy-or-rename-file)
1477         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
1478         Tune `with-progress-reporter' messages.
1479         (tramp-handle-vc-registered):
1480         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
1481         (tramp-fish-handle-insert-file-contents)
1482         (tramp-fish-maybe-open-connection):
1483         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1484         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
1485         (tramp-imap-handle-insert-file-contents)
1486         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1488 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
1490         * add-log.el (change-log-font-lock-keywords):
1491         Highlight all authors in multi-author entries.
1493         * smerge-mode.el (smerge-refine-ignore-whitespace)
1494         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
1495         Fix typos in docstrings.
1496         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
1498 2010-05-21  Glenn Morris  <rgm@gnu.org>
1500         * progmodes/fortran.el (fortran-mode):
1501         * progmodes/f90.el (f90-mode): Derive from prog-mode.
1503         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
1504         having a relative path in src/Makefile.in.
1506 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1508         * help-mode.el (help-make-xrefs): For Info node links turn
1509         newlines into spaces.  Link node names with newlines are matched
1510         by help-xref-info-regexp and buttonized, this change ensures they
1511         can be followed successfully with RET.  (Bug#6206)
1513 2010-05-20  Juri Linkov  <juri@jurta.org>
1515         * locate.el (locate): Use pop-to-buffer instead of
1516         switch-to-buffer-other-window.  (Bug#6204)
1518 2010-05-20  Juri Linkov  <juri@jurta.org>
1520         * replace.el (replace-highlight): Fix lazy-highlighting
1521         for `M-s w str M-% str RET'.
1523 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
1525         * isearch.el (isearch-yank-word-or-char): Pull next subword
1526         when `subword-mode' is activated.  (Bug#6220)
1528 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
1530         * isearch.el (isearch-update-post-hook): New hook.
1531         (isearch-update): Use the new hook.  (Bug#6225)
1533 2010-05-20  Juri Linkov  <juri@jurta.org>
1535         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
1536         [f1], [help], and (char-to-string help-char) instead of "\C-h".
1537         (Bug#6222)
1539 2010-05-20  Juri Linkov  <juri@jurta.org>
1541         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
1542         (Bug#6223)
1544 2010-05-20  Juri Linkov  <juri@jurta.org>
1546         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
1547         FILE-NAME to read from the minibuffer when called interactively
1548         with prefix argument instead of using buffer-file-name.
1549         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
1551         * dired.el: Update autoloads.
1553 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
1555         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
1556         nxml-finish-element, for consistency with SGML mode.
1558         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
1559         octave-close-block.
1561 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
1563         * composite.el: Require cl when compiling.
1564         (reference-point-alist, compose-gstring-for-graphic)
1565         (compose-gstring-for-terminal): Fix typos in docstrings.
1567 2010-05-19  Juri Linkov  <juri@jurta.org>
1569         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
1570         set-window-parameter.
1572 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1574         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
1575         where appropriate.
1576         (tramp-maybe-open-connection): Use it.
1578 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
1580         * simple.el (move-end-of-line): Make sure we are at line beginning
1581         before backing up to end of previous line.
1583 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1585         * password-cache.el (password-cache-remove): Fix docstring.
1587         * net/secrets.el: Autoload the widget functions.
1588         (secrets-search-items, secrets-create-item)
1589         (secrets-get-attributes, secrets-expand-item): Attributes will be
1590         stored on the password database without leading ":", as all other
1591         clients do as well.
1592         (secrets-mode): Fix docstring.
1593         (secrets-show-secrets): Provide it as autoloaded command only when
1594         D-Bus support is available.  Check existence of Secret Service API.
1596 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1598         * indent.el (indent-region): Deactivate region (bug#6200).
1600 2010-05-19  Glenn Morris  <rgm@gnu.org>
1602         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
1604 2010-05-19  Kenichi Handa  <handa@m17n.org>
1606         * composite.el: Register compose-gstring-for-graphic in
1607         composition-function-table only for combining characters (Mn, Mc, Me).
1609 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
1611         * calc/calc-trail.el (calc-trail-isearch-forward)
1612         (calc-trail-isearch-backward): Ensure that the new window
1613         point is set correctly.
1615 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1617         * subr.el (read-quoted-char): Resolve modifiers after key
1618         remapping (bug#6212).
1620 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
1622         Add visualization code for secrets.
1623         * net/secrets.el (secrets-mode): New major mode.
1624         (secrets-show-secrets, secrets-show-collections)
1625         (secrets-expand-collection, secrets-expand-item)
1626         (secrets-tree-widget-after-toggle-function)
1627         (secrets-tree-widget-show-password): New defuns.
1629 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1631         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
1632         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
1633         handled in smie-next-sexp.
1634         (smie-indent-calculate): Provide a starting indentation (so the
1635         recursion is well-founded ;-).
1637         Fix handling of non-associative equal levels.
1638         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
1639         when it's not needed.
1640         (smie-op-left, smie-op-right): New functions.
1641         (smie-next-sexp): New function, extracted from smie-backward-sexp.
1642         Better handle equal levels to distinguish the associative case from
1643         the "multi-keyword construct" case.
1644         (smie-backward-sexp, smie-forward-sexp): Use it.
1646 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
1648         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
1650         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
1651         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
1653 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1655         Provide a simple generic indentation engine and use it for Prolog.
1656         * emacs-lisp/smie.el: New file.
1657         * progmodes/prolog.el (prolog-smie-op-levels)
1658         (prolog-smie-indent-rules): New var.
1659         (prolog-mode-variables): Use them to configure SMIE.
1660         (prolog-indent-line, prolog-indent-level): Remove.
1662 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
1664         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
1665         order before computing the averages.
1667 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
1669         * calc/calc-vec.el (calc-histogram):
1670         (calcFunc-histogram): Allow vectors as inputs.
1671         (math-vector-avg): New function.
1673         * calc/calc-ext.el (math-group-float): Have the number of digits
1674         being grouped depend on the radix (Bug#6189).
1676 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
1678         * version.el (emacs-copyright, emacs-version): Don't define here,
1679         now that emacs.c defines it.
1681 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
1683         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
1684         "Describe Language Environment" menu item.
1686         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
1688         Bidi-sensitive movement with arrow keys.
1689         * subr.el (right-arrow-command, left-arrow-command): New functions.
1691         * bindings.el (global-map): Bind them to right and left arrow keys.
1693         Don't override standard definition of convert-standard-filename.
1694         * files.el (convert-standard-filename): Call
1695         w32-convert-standard-filename and dos-convert-standard-filename on
1696         the corresponding systems.
1698         * w32-fns.el (w32-convert-standard-filename): Rename from
1699         convert-standard-filename.  Doc fix.
1701         * dos-fns.el (dos-convert-standard-filename): Doc fix.
1702         (convert-standard-filename): Don't defalias.
1703         (register-name-alist, make-register, register-value)
1704         (set-register-value, intdos): Obsolete aliases for the
1705         corresponding dos-* functions and variables.
1706         (dos-intdos): Add a doc string.
1708 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
1710         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
1711         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
1712         (math-compose-tex-func):
1713         * calc/calccomp.el (math-compose-expr):
1714         * calc/calc-ext.el (math-format-flat-expr-fancy):
1715         * calc/calc-store.el (calc-read-var-name):
1716         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
1718         * calc/calc.el (var-π, var-φ, var-γ): New variables.
1719         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
1720         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
1721         (math-standard-units): Add units.
1723 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1725         * progmodes/asm-mode.el (asm-mode):
1726         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
1728         * pcomplete.el (pcomplete-completions-at-point): New function,
1729         extracted from pcomplete-std-complete.
1730         (pcomplete-std-complete): Use it.
1732 2010-05-15  Glenn Morris  <rgm@gnu.org>
1734         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1735         Remove references to CVS, RCS and Old directories.
1737 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
1739         * calc/calc-bin.el (math-format-twos-complement): Group digits when
1740         appropriate.
1742 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1744         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
1745         (sh-mode-syntax-table): Give it a default value instead.
1746         (sh-header-marker): Make buffer-local.
1747         (sh-mode): Move make-local-variable to the corresponding setq.
1748         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
1749         Use complete-with-action.
1751         * simple.el (prog-mode): New (abstract) major mode.
1752         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
1753         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
1755 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
1757         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
1758         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
1759         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
1760         (sql-make-alternate-buffer-name, sql-placeholders-filter)
1761         (sql-escape-newlines-filter, sql-input-sender)
1762         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
1764 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
1766         Add TeX open-block and close-block keybindings to SGML, and vice versa.
1768         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
1769         latex-open-block and C-c / to latex-close-block.
1771         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
1772         and C-c C-e to sgml-close-tag.
1774 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
1776         * net/tramp.el (with-progress-reporter): Create reporter object
1777         only when the message would be displayed.  Handle nested calls.
1778         (tramp-handle-load, tramp-handle-file-local-copy)
1779         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1780         (tramp-maybe-send-script, tramp-find-shell):
1781         Use `with-progress-reporter'.
1782         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
1783         Fix message text.
1785         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1786         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1787         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1788         Use `with-progress-reporter'.
1790 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
1792         * ispell.el (ispell-init-process): Do not kill ispell process
1793         everytime when spellchecking from the minibuffer (bug#6143).
1795 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1797         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
1799         * dos-fns.el: Add "dos-" prefix for namespace control.
1800         (convert-standard-filename): Define as alias for
1801         dos-convert-standard-filename but only if applicable.
1803 2010-05-12  Alan Mackenzie  <acm@muc.de>
1805         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1806         Push the mark at the start of these functions when appropriate.
1808 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1810         * minibuffer.el (completion-cycle-threshold): New custom var.
1811         (completion--do-completion): Use it.
1812         (minibuffer-complete): Use cycling if appropriate.
1814 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
1816         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
1817         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
1819 2010-05-11  Juri Linkov  <juri@jurta.org>
1821         * scroll-all.el (scroll-all-check-to-scroll):
1822         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
1824 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1826         * iimage.el (iimage-mode-map): Move initialization into declaration.
1827         (iimage-mode-buffer): Use with-silent-modifications.
1828         Simplify calling convention.  Adjust callers.
1829         (iimage-mode): Don't run hook redundantly.
1831         * minibuffer.el (completion-pcm--pattern->regex):
1832         Fix last change (bug#6160).
1834 2010-05-10  Juri Linkov  <juri@jurta.org>
1836         Remove nodes visited during Isearch from the Info history.
1837         * info.el (Info-isearch-initial-history)
1838         (Info-isearch-initial-history-list): New variables.
1839         (Info-isearch-start): Record initial values of
1840         Info-isearch-initial-history and Info-isearch-initial-history-list.
1841         Add Info-isearch-end to isearch-mode-end-hook.
1842         (Info-isearch-end): New function.
1844 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
1846         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
1847         format string, in order to work around a bug in pdksh.
1848         Reported by Gilles Pion <gpion@lfdj.com>.
1849         (tramp-handle-verify-visited-file-modtime): Do not send a command
1850         when the connection is not established.
1851         (tramp-handle-set-file-times): Simplify the check for utc.
1853 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
1855         Fix use of `filter-buffer-substring' (rework previous change).
1856         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
1857         (cua-repeat-replace-region):
1858         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
1859         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1860         (cua-cut-region-to-global-mark): Use it.
1862 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
1864         * progmodes/sql.el: Version 2.1.
1865         (sql-product-alist): Redesign structure of product info.
1866         (sql-product, sql-user, sql-server, sql-database): Safe variables.
1867         (sql-port, sql-port-history): New variables.
1868         (sql-interactive-product): New variable.
1869         (sql-send-terminator): New variable.
1870         (sql-imenu-generic-expression): Add "Types" imenu entry.
1871         (sql-oracle-login-params, sql-sqlite-login-params)
1872         (sql-mysql-login-params, sql-solid-login-params)
1873         (sql-sybase-login-params, sql-informix-login-params)
1874         (sql-ingres-login-params, sql-ms-login-params)
1875         (sql-postgres-login-params, sql-interbase-login-params)
1876         (sql-db2-login-params, sql-linter-login-params)
1877         (sql-oracle-scan-on): New variables.
1878         (sql-mode-map): Add C-c C-i to start interactive mode.
1879         (sql-mode-menu): Update existing menu entries.
1880         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
1881         (sql-mode-oracle-font-lock-keywords)
1882         (sql-mode-postgres-font-lock-keywords)
1883         (sql-mode-ms-font-lock-keywords)
1884         (sql-mode-sybase-font-lock-keywords)
1885         (sql-mode-informix-font-lock-keywords)
1886         (sql-mode-interbase-font-lock-keywords)
1887         (sql-mode-ingres-font-lock-keywords)
1888         (sql-mode-solid-font-lock-keywords)
1889         (sql-mode-mysql-font-lock-keywords)
1890         (sql-mode-sqlite-font-lock-keywords)
1891         (sql-mode-db2-font-lock-keywords)
1892         (sql-mode-linter-font-lock-keywords): Update initialization to
1893         reduce run-time complexity.
1894         (sql-add-product, sql-del-product): New functions.
1895         (sql-set-product-feature, sql-get-product-feature): New functions.
1896         (sql-product-font-lock): Update product API.
1897         (sql-add-product-keywords): New function.
1898         (sql-highlight-product): Update product API.
1899         (sql-help-list-products): New function.
1900         (sql-help): Dynamically lists free and non-free products.
1901         (sql-get-login): Correct bug in handling history and added
1902         prompt for port.
1903         (sql-copy-column): Copy without properties.
1904         (sqli-input-sender): Apply filters to SQLi input.
1905         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
1906         Implement as a filter.
1907         (sql-escape-newlines-filter): Implement as a filter.
1908         (sql-remove-tabs-filter): New function.
1909         (sql-send-magic-terminator): New function.
1910         (sql-send-string): Implement magic terminator.
1911         (sql-send-region): Use `sql-send-string'.
1912         (sql-interactive-mode): Use product API.
1913         (sql-product-interactive): Use product API.
1914         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1915         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1916         (sql-db2, sql-linter): Use `sql-product-interactive'.
1917         (sql-connect): New function.
1918         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
1919         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
1920         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
1921         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
1922         Use `sql-connect'.
1924 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1926         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1927         New custom variable.
1928         (completion-pcm--string->pattern): Use it.
1929         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
1930         Make it handle any symbol as `any'.
1931         (completion-pcm--merge-completions): Extract common suffix for the new
1932         `prefix' symbol as well.
1933         (completion-substring--all-completions): Use the new `prefix' symbol.
1935 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
1937         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
1938         not bound.
1939         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1940         (tramp-compat-funcall): New defmacro.
1941         (tramp-compat-line-beginning-position)
1942         (tramp-compat-line-end-position)
1943         (tramp-compat-temporary-file-directory)
1944         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1945         (tramp-compat-copy-file, tramp-compat-copy-directory)
1946         (tramp-compat-delete-file, tramp-compat-delete-directory)
1947         (tramp-compat-number-sequence, tramp-compat-process-running-p)
1948         * net/tramp.el (top, with-progress-reporter)
1949         (tramp-rfn-eshadow-setup-minibuffer)
1950         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1951         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1952         (tramp-completion-mode-p, tramp-check-for-regexp)
1953         (tramp-open-connection-setup-interactive-shell)
1954         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1955         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1956         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
1957         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1958         (tramp-reporter-dump-variable, tramp-load-report-modules)
1959         (tramp-append-tramp-buffers)
1960         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
1962         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1964 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1966         * progmodes/compile.el (compilation-buffer-modtime): Rename from
1967         buffer-modtime.  Adjust users.
1969 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1971         * international/mule.el (auto-coding-alist): Only purecopy
1972         car of each item, not the whole list (Bug#6083).
1974 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1976         * progmodes/js.el (js-mode): Make paragraph variables local before
1977         calling c-setup-paragraph-variables (Bug#6071).
1979 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
1981         * composite.el (compose-region, reference-point-alist): Fix typos
1982         in the doc strings.
1984 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1986         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1987         gnuplot's "set" command.
1989 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
1991         * abbrev.el (last-abbrev-text): Doc fix.
1992         (abbrev-prefix-mark): Don't escape parenthesis.
1994 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
1996         * composite.el (find-composition): Doc fix.
1998 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2000         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2001         (sql-oracle-program, sql-sqlite-options)
2002         (sql-query-placeholders-and-send): Doc fixes.
2003         (sql-set-product, sql-interactive-mode): Reflow docstrings.
2004         (sql-imenu-generic-expression, sql-buffer)
2005         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2006         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2007         (sql-mode-sybase-font-lock-keywords)
2008         (sql-mode-informix-font-lock-keywords)
2009         (sql-mode-interbase-font-lock-keywords)
2010         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2011         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2012         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2013         (sql-product-feature, sql-highlight-product)
2014         (comint-line-beginning-position, sql-rename-buffer)
2015         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2016         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2017         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2018         Fix typos in docstrings.
2020 2010-05-08  Juri Linkov  <juri@jurta.org>
2022         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2023         property instead of `invisible' and `after-string' (bug#5998).
2025 2010-05-08  Juri Linkov  <juri@jurta.org>
2027         * image-mode.el (image-mode-as-text): Fix typo in docstring.
2029 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2031         * filecache.el (file-cache-add-directory-list)
2032         (file-cache-add-directory-recursively): Fix typos in docstrings.
2034 2010-05-08  Kenichi Handa  <handa@m17n.org>
2036         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2037         (gujarati-composable-pattern): Fix typo.
2039 2010-05-08  Kenichi Handa  <handa@m17n.org>
2041         * language/indian.el (oriya-composable-pattern)
2042         (tamil-composable-pattern, malayalam-composable-pattern):
2043         Add two-part vowels to "v" (vowel sign).
2045 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2047         * files.el (copy-directory): Handle symlinks (Bug#5982).
2049 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
2051         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2052         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2053         (Bug#5846).
2055 2010-05-08  Glenn Morris  <rgm@gnu.org>
2057         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2059         * minibuffer.el (completion-at-point): Doc fix.
2061 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2063         * electric.el (Electric-command-loop): Minor tweak.
2065         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2066         better with dedicated windows.
2068 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2070         * Version 23.2 released.
2072 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
2073             Stefan Monnier  <monnier@iro.umontreal.ca>
2075         Highlight vendor specific properties.
2076         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2077         (css-proprietary-property): New face.
2078         (css-font-lock-keywords): Use them.
2080 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
2082         * cus-start.el (all): Add native condition for tool-bar-* symbols.
2084 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2086         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2087         * files.el (auto-mode-alist): Remove redundant entries.
2089         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2090         * simple.el (auto-save-mode): Move from files.el.
2091         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2093 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2095         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2097 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2099         * mail/binhex.el (binhex-decode-region-internal)
2100         * mail/uudecode.el (uudecode-decode-region-internal)
2101         * net/dns.el (dns-read-string-name, dns-write, dns-read)
2102         (dns-read-type, dns-query)
2103         * pgg-parse.el (pgg-parse-armor)
2104         * pgg.el (pgg-verify-region)
2105         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2106         XEmacs.
2108         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2110 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
2112         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2114         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2115         * emulation/cua-base.el (cua-repeat-replace-region):
2116         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2117         (cua-cut-region-to-global-mark):
2118         Remove text properties with `set-text-properties'.
2120 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
2122         * net/tramp.el (top, with-progress-reporter):
2123         Use `symbol-function' inside `funcall'.
2125         * net/tramp-compat.el (tramp-compat-file-attributes)
2126         (tramp-compat-delete-file, tramp-compat-delete-directory):
2127         Handle only `wrong-number-of-arguments' error.
2129         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2130         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2131         inside `funcall'.
2133 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2135         * minibuffer.el (completion--sreverse, completion--common-suffix):
2136         New functions.
2137         (completion-pcm--merge-completions): Extract common suffix when safe.
2139         * emacs-lisp/easy-mmode.el (define-minor-mode):
2140         Make :variable more flexible.
2141         * files.el (auto-save-mode): Use it to define using define-minor-mode.
2143 2010-05-05  Juri Linkov  <juri@jurta.org>
2145         Add `slow' and `history' tags to the desktop data.
2147         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2148         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2149         (Info-finder-find-node): Require `finder.el' to be able
2150         to restore node from the desktop.
2151         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
2152         data `Info-history' and `slow' tag in the assoc list.
2153         (Info-restore-desktop-buffer): Don't restore nodes with the
2154         `slow' tag.  Restore `Info-history'.
2156 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
2158         Add FORCE argument to `delete-file'.
2160         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2161         forcing to delete the temporary file.
2162         (ange-ftp-delete-file): Add FORCE arg.
2163         (ange-ftp-rename-remote-to-remote)
2164         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2165         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2166         Force file deletion.
2168         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2170         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2171         (tramp-handle-make-symbolic-link, tramp-handle-load)
2172         (tramp-do-copy-or-rename-file-via-buffer)
2173         (tramp-do-copy-or-rename-file-directly)
2174         (tramp-do-copy-or-rename-file-out-of-band)
2175         (tramp-handle-process-file, tramp-handle-call-process-region)
2176         (tramp-handle-shell-command, tramp-handle-file-local-copy)
2177         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2178         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2180         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2181         (tramp-fish-handle-make-symbolic-link)
2182         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
2184         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2185         Use `tramp-compat-delete-file'.
2187         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
2188         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
2190         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
2191         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
2193         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
2194         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
2195         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
2196         `tramp-compat-delete-file'.
2198 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2200         Minor cleanups.
2201         * subr.el (add-minor-mode): Use push.
2202         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
2203         * emulation/edt.el (edt-select-mode): Simplify.
2205         Use define-minor-mode in more cases.
2206         * term/tvi970.el (tvi970-set-keypad-mode):
2207         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2208         (normal-erase-is-backspace-mode):
2209         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
2210         (set-scroll-bar-mode-1): (Re)move to its sole caller.
2211         (get-scroll-bar-mode): New function.
2212         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
2214         Use define-minor-mode for less obvious cases.
2215         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
2216         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
2217         * international/iso-ascii.el (iso-ascii-mode):
2218         * frame.el (auto-raise-mode, auto-lower-mode):
2219         * composite.el (global-auto-composition-mode): Use define-minor-mode.
2221 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
2223         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
2224         in order to see error messages for failed logins.
2226 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
2228         * diff.el (diff-sentinel):
2230         * epg.el (epg--make-temp-file, epg-decrypt-string)
2231         (epg-verify-string, epg-sign-string, epg-encrypt-string):
2233         * jka-compr.el (jka-compr-partial-uncompress)
2234         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
2236         * server.el (server-sentinel): Use delete-file's new FORCE arg
2237         (Bug#6070).
2239 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2241         Use define-minor-mode where applicable.
2242         * view.el (view-mode):
2243         * type-break.el (type-break-query-mode)
2244         (type-break-mode-line-message-mode):
2245         * textmodes/reftex.el (reftex-mode):
2246         * term/vt100.el (vt100-wide-mode):
2247         * tar-mode.el (tar-subfile-mode):
2248         * savehist.el (savehist-mode):
2249         * ibuf-ext.el (ibuffer-auto-mode):
2250         * composite.el (auto-composition-mode):
2251         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2252         Use define-minor-mode.
2253         (vhdl-mode): Use static mode-line format.
2254         (vhdl-mode-line-update): Delete.
2255         (vhdl-create-mode-menu, vhdl-activate-customizations)
2256         (vhdl-hs-minor-mode): Don't bother calling it.
2258 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2260         * simple.el (with-wrapper-hook): Move.
2261         (buffer-substring-filters): Mark obsolete.
2262         (filter-buffer-substring-functions): New variable.
2263         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
2265         Use a mode-line spec rather than a static string in Semantic.
2266         * cedet/semantic/util-modes.el:
2267         (semantic-minor-modes-format): New var to replace...
2268         (semantic-minor-modes-status): Remove.
2269         (semantic-mode-line-update): Construct a mode-line spec rather than
2270         a static string so that mouse buttons can be used on individual minor
2271         modes and so that semantic-mode-line-update only needs to be called
2272         when global settings are changed.
2273         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
2274         Call semantic-mode-line-update.
2275         (semantic-toggle-minor-mode-globally): Don't assume mode is on
2276         minor-mode-alist, check semantic-minor-mode-alist as well.
2277         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
2278         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
2279         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
2280         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2281         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2282         (define-semantic-idle-service, semantic-idle-summary-mode):
2283         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
2284         Don't call semantic-mode-line-update any more.
2286 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2288         Use define-minor-mode in CEDET where applicable.
2290         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
2291         Use define-minor-mode.
2293         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
2294         Remove unused arg `keymap' and code redundant with define-minor-mode.
2295         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
2296         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
2297         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
2298         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
2299         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
2300         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
2301         Use define-minor-mode.
2302         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
2303         (semantic-show-unmatched-syntax-mode-setup)
2304         (semantic-show-parser-state-mode-setup)
2305         (semantic-highlight-func-mode-setup): Inline into sole caller.
2307         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2308         (semantic-mru-bookmark-mode): Use define-minor-mode.
2309         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
2311         * cedet/semantic/idle.el (define-semantic-idle-service):
2312         Use define-minor-mode and inline setup function into its sole caller.
2313         (semantic-idle-scheduler-mode-setup)
2314         (semantic-idle-summary-mode-setup): Inline into sole caller.
2315         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
2316         Use define-minor-mode.
2318         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
2319         (semantic-decoration-mode): Use define-minor-mode.
2320         (semantic-decoration-mode-setup): Inline into sole caller.
2322         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
2323         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
2324         (ede-dired-add-to-target): Use dolist.
2326 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2327             Michael Albinus  <michael.albinus@gmx.de>
2329         Implement compression for inline methods.
2331         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2332         (tramp-copy-size-limit): Allow also nil.
2333         (tramp-inline-compress-commands): New defconst.
2334         (tramp-find-inline-compress, tramp-get-inline-compress)
2335         (tramp-get-inline-coding): New defuns.
2336         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2337         replaced by `tramp-get-inline-coding'.
2338         (tramp-handle-file-local-copy, tramp-handle-write-region)
2339         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2341 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2343         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
2344         Remove unused functions.
2346         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
2347         Set find-tag-default-function as a variable rather than a property.
2349         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
2350         * progmodes/etags.el (tags-completion-at-point-function):
2351         Remove left over interactive spec.  Add autoloading stub.
2352         (complete-tag): Use tags-completion-at-point-function.
2354 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
2356         * minibuffer.el (tags-completion-at-point-function): Fix return value.
2358 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
2360         * ido.el (ido-init-completion-maps): Remove C-v binding.
2361         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
2363 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
2365         * minibuffer.el (tags-completion-at-point-function): New function.
2366         (completion-at-point-functions): Use it.
2368         * cedet/semantic.el (semantic-completion-at-point-function): New function.
2369         (semantic-mode): Use semantic-completion-at-point-function for
2370         completion-at-point-functions instead.
2372         * progmodes/etags.el (complete-tag): Revert last change.
2374 2010-04-29  Alan Mackenzie  <acm@muc.de>
2376         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
2377         off-by-one error (in end of macro position).
2379 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2381         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
2382         firefox is absent.  Don't autoload.
2383         (browse-url-galeon-program): Don't autoload.
2385 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
2387         * bindings.el (complete-symbol): Move into minibuffer.el.
2389         * minibuffer.el (complete-tag): Move from etags.el.  If tags
2390         completion cannot be performed, return nil instead of signalling
2391         an error.
2392         (completion-at-point): Make it an alias for complete-symbol.
2393         (complete-symbol): Move from bindings.el, and replace with the
2394         body of completion-at-point.
2396         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
2398         * cedet/semantic.el (semantic-mode): When enabled, add
2399         semantic-ia-complete-symbol to completion-at-point-functions.
2401         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
2402         if Semantic is not active.
2404 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
2406         * net/tramp.el (tramp-remote-selinux-p): New defun.
2407         (tramp-handle-file-selinux-context)
2408         (tramp-handle-set-file-selinux-context): Use it.
2410 2010-04-28  Sam Steingold  <sds@gnu.org>
2412         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2413         `safe-local-variable' if the value is a string or a symbol with
2414         the property `bug-reference-url-format'.
2416 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
2418         * progmodes/bug-reference.el (bug-reference-url-format): Revert
2419         2010-04-27 change due to security risk.
2421 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2423         Make it possible to locally disable a globally enabled mode.
2424         * simple.el (fundamental-mode): Run fundamental-mode-hook.
2425         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
2426         rather than kill-all-local-variables so it runs fundamental-mode-hook.
2427         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2428         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
2429         that subsequent hooks get a chance to disable it.
2431 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2433         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2434         Avoid re-enabling a minor mode after the user turned the minor mode
2435         off if MODE-enable-in-buffers is run twice (typically once from
2436         fundamental-mode's after-change-major-mode-hook and a second time from
2437         run-mode-hook's own after-change-major-mode-hook).
2439         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
2441 2010-04-27  Sam Steingold  <sds@gnu.org>
2443         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2444         `safe-local-variable' if the value is a string or a function, as
2445         documented and implemented on 2010-04-02.
2447 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
2449         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
2450         when method is 'kill.
2452 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
2454         * ispell.el (ispell-init-process): Fix personal dictionary condition
2455         in default directory check.
2456         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
2457         Kill ispell process when killing its associated buffer.
2459 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
2461         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
2462         but we aren't using it.
2464 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
2466         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
2467         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
2469 2010-04-24  Glenn Morris  <rgm@gnu.org>
2471         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
2472         Ignore VCS-ignore files, and deleted nextstep preferences files.
2473         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
2474         (authors-ambiguous-files): New list.
2475         (authors-valid-file-names): Add some deleted files.
2476         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
2477         (authors-disambiguate-file-name): New function.  (Bug#5501)
2478         (authors-canonical-file-name): Doc fix.
2479         Don't warn about obsolete files.
2480         (authors-canonical-file-name, authors-scan-el):
2481         Use authors-disambiguate-file-name.
2483         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2484         Add autoload cookies.
2485         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
2486         (generated-autoload-file): Set file-local value to "htmlfontify.el".
2487         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
2488         They have definitions / compiler macros in cl.el.
2489         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2490         Replace manual autoloads with generated ones.
2491         (htmlfontify-unload-rgb-file): Remove autoload.
2492         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
2494 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2496         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
2497         (byte-compile-setq-default): Optimize for the
2498         single-var case and don't call byte-compile-form in this case to avoid
2499         inf-loop with byte-compile-set-default.
2501         * progmodes/compile.el (compilation-start): Abbreviate default directory.
2503 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
2505         Implement SELINUX backends.
2507         * net/tramp.el (tramp-file-name-handler-alist):
2508         Add `file-selinux-context' and `set-file-selinux-context'.
2509         (tramp-handle-file-selinux-context)
2510         (tramp-handle-set-file-selinux-context): New defuns.
2511         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2512         Handle PRESERVE-SELINUX-CONTEXT.
2514         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2515         Add `file-selinux-context' and `set-file-selinux-context'.
2516         (tramp-gvfs-handle-file-selinux-context)
2517         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2518         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2520         * net/ange-ftp.el (ange-ftp-copy-file):
2521         * net/tramp-fish.el (tramp-fish-handle-copy-file):
2522         * net/tramp-imap.el (tramp-imap-handle-copy-file):
2523         * net/tramp-smb.el (tramp-smb-handle-copy-file):
2524         Add PRESERVE-SELINUX-CONTEXT.
2526 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2528         Synchronize with Tramp repository.
2530         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
2531         (tramp-action-process-alive, tramp-action-out-of-band)
2532         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2533         (tramp-exists-file-name-handler): Fix docstring.
2534         (with-progress-reporter): New defmacro.
2535         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
2536         (tramp-maybe-open-connection): Use it.
2538 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
2540         Detect ssh 'ControlMaster' argument automatically in some cases.
2542         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2543         (tramp-default-method): Use it.
2545 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2547         * net/tramp.el (tramp-handle-copy-file): Add new optional
2548         parameter `preserve-selinux-context'.
2549         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
2551 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2553         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
2554         Ensure, that non remote files are still checked.  Oops.
2556 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
2558         Fix Bug#5840.
2560         * icomplete.el (icomplete-completions): Use `non-essential'.
2562         * net/tramp.el (tramp-connectable-p): New defun.
2563         (tramp-handle-expand-file-name)
2564         (tramp-completion-handle-file-name-all-completions)
2565         (tramp-completion-handle-file-name-completion): Use it.
2567 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2569         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
2571 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
2573         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
2575         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
2577         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
2578         is present.
2580         * info.el (info-tool-bar-map): Add labels.
2582         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
2584         * cus-edit.el (custom-commands): Add labels for tool bar.
2585         (custom-buffer-create-internal, Custom-mode): Adjust for
2586         labels in custom-commands.
2588         * dynamic-setting.el: Renamed from font-setting.el.
2590 2010-04-21  John Wiegley  <jwiegley@gmail.com>
2592         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
2593         toggles the use of virtual buffers.
2594         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
2595         value.
2596         (ido-toggle-virtual-buffers): New function.
2598 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
2600         Use `define-derived-mode'; fix window selection; doc fixes.
2601         * play/tetris.el (tetris, tetris-update-speed-function)
2602         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
2603         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
2604         (tetris-rotate-next, tetris-end-game, tetris-start-game)
2605         (tetris-pause-game): Fix typos in docstrings.
2606         (tetris-mode-map, tetris-null-map):
2607         Move initialization into declaration.
2608         (tetris-mode): Define with `define-derived-mode';
2609         set show-trailing-whitespace to nil.
2610         (tetris): Prefer window already displaying the "*Tetris*" buffer.
2612 2010-04-21  Karel Klíč  <kklic@redhat.com>
2614         * files.el (backup-buffer): Handle SELinux context, and return it
2615         if a backup was made by renaming.
2616         (backup-buffer-copy): Set SELinux context to the target file.
2617         (basic-save-buffer): Set SELinux context of the newly written file.
2618         (basic-save-buffer-1): Now it also returns any SELinux context.
2619         (basic-save-buffer-2): Set SELinux context of the newly created file,
2620         and return it.
2621         * net/tramp.el (tramp-file-name-for-operation):
2622         Add file-selinux-context.
2624 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2626         Make the log-edit comments use RFC822 format throughout.
2628         * vc.el (vc-checkin, vc-modify-change-comment):
2629         Adjust to new vc-start/finish-logentry.
2630         (vc-find-conflicted-file): New command.
2631         (vc-transfer-file): Adjust to new vc-checkin.
2632         (vc-next-action): Improve scoping.
2634         * vc-hg.el (vc-hg-log-edit-mode): Remove.
2635         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
2637         * vc-git.el (vc-git-log-edit-mode): Remove.
2638         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
2639         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
2641         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
2642         (vc-start-logentry): Remove argument `extra'.
2643         (vc-finish-logentry): Remove extra args.
2645         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
2646         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
2647         (vc-bzr-conflicted-files): New function.
2649         * log-edit.el (log-edit-extra-flags)
2650         (log-edit-before-checkin-process): Remove.
2651         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
2652         (log-edit-headers-alist): New var.
2653         (log-edit-header-contents-regexp): New const.
2654         (log-edit-match-to-eoh): New function.
2655         (log-edit-font-lock-keywords): Use them.
2656         (log-edit): Insert a "Summary:" header as default.
2657         (log-edit-mode): Mark font-lock rules as case-insensitive.
2658         (log-edit-done): Cleanup headers.
2659         (log-view-process-buffer): Remove.
2660         (log-edit-extract-headers): New function to replace it.
2662 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
2664         * subr.el (default-direction-reversed): Remove obsolescence info.
2666 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2668         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
2669         windows/frames.
2671         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
2672         I.e. include text after point in the completion region.
2673         Also, return nil when we're not after/in a symbol.
2675         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
2676         default enable-multibyte-characters.
2678 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2680         * international/mule.el: Help the user choose a valid coding-system.
2681         (read-buffer-file-coding-system): New function.
2682         (set-buffer-file-coding-system): Use it.  Prompt the user if the
2683         coding-system cannot encode all the chars.
2685         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
2686         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
2687         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
2688         Don't use *vc-bzr-shelve*.
2690 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
2692         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
2693         Don't destroy list before using it.
2695 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
2697         Fix the version number for added files.
2698         * vc-hg.el (vc-hg-working-revision): Check if the file is
2699         registered after hg parent fails (Bug#5961).
2701 2010-04-19  Glenn Morris  <rgm@gnu.org>
2703         * htmlfontify.el (htmlfontify-buffer)
2704         (htmlfontify-copy-and-link-dir): Autoload entry points.
2706 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
2708         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2709         name relative to the project root (Bug#5960).
2711 2010-04-19  Glenn Morris  <rgm@gnu.org>
2713         * vc-git.el (vc-git-print-log): Doc fix.
2715 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
2717         * ido.el (ido-file-internal): Fix 2009-12-02 change.
2719 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
2721         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2722         default settings (Bug#5928).
2724 2010-04-19  Glenn Morris  <rgm@gnu.org>
2726         * progmodes/fortran.el (fortran-match-and-skip-declaration):
2727         New function.
2728         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
2730 2010-04-19  Kenichi Handa  <handa@m17n.org>
2732         * language/indian.el (malayalam-composable-pattern): Fix previous
2733         change (add U+0D4D "SIGN VIRAMA").
2734         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2735         (tamil-composable-pattern): Fix typo in the regexp.
2736         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2737         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2738         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2740 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
2742         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2743         paragraph-separate (Bug#5821).
2745 2010-04-19  Juri Linkov  <juri@jurta.org>
2747         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2749         * info.el (Info-find-node-2): Comment out code that skips
2750         breadcrumbs line.
2751         (Info-mouse-follow-link): New command.
2752         (Info-link-keymap): New keymap.
2753         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2754         Return a string with links instead of inserting breadcrumbs
2755         to the Info buffer.
2756         (Info-fontify-node): Comment out code that inserts breadcrumbs.
2757         Instead of putting the `invisible' text property over the Info
2758         header, make an overlay over the Info header with the `invisible'
2759         property and `after-string' set to the string returned by
2760         `Info-breadcrumbs'.
2762 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
2764         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2765         Reported by monkey@sandpframing.com.
2767 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2769         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
2770         (tmm-get-keymap): Add key-binding shortcuts now that they're not
2771         available in the "keyseq cache" any more.
2773         * custom.el (defcustom): Add edebug spec.
2775 2010-04-18  Juri Linkov  <juri@jurta.org>
2777         Test for special mode-class in view-buffer instead of view-file (bug#5513).
2779         * view.el (view-file, view-buffer): Move test for special mode-class
2780         from view-file to view-buffer.
2782         * tar-mode.el (tar-extract): Turn if's into one cond
2783         like in arc-mode.el.
2785 2010-04-18  Juri Linkov  <juri@jurta.org>
2787         Add 7z archive format support (bug#5475).
2789         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
2790         (archive-7z-extract): New defcustom.
2791         (archive-find-type): Add magic string for 7z.
2792         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
2793         If `stderr-file' is non-nil, use `(t stderr-file)' for the
2794         `buffer' arg of `call-process'.
2795         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
2796         call the function `archive-7z-extract' with the variable
2797         `archive-7z-extract' let-bound to `archive-zip-extract'.
2798         (archive-7z-summarize, archive-7z-extract): New functions.
2800         * international/mule.el (auto-coding-alist):
2801         * files.el (auto-mode-alist): Add 7z file extension.
2803 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2805         * loadup.el: Setup hash-cons for pure data.
2807         Fix duplicate entries in cedet's loaddefs.el files.
2808         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
2809         Should make most file-local generated-autoload-file unnecessary.
2810         (print-readably): Silence warnings.
2811         (autoload-find-destination): Take load-name as an arg to make sure
2812         it's the same as the one that will be in the file.
2813         (autoload-generate-file-autoloads): Adjust to above changes.
2814         Try to make the dataflow a bit simpler.
2816         * cvs-status.el (cvs-refontify): Remove unused.
2818 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
2820         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
2822         * calc-bin.el (calc-radix): Have the "O" option turn on
2823         twos-complement mode.
2825 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
2827         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
2828         Add `calc-option-prefix-help' to calc-help autoloads.
2829         (calc-inverse): Add "Option" to message, as appropriate.
2830         (calc-hyperbolic): Add "Option" to message, as appropriate.
2831         (calc-option, calc-is-option): New functions.
2833         * calc-help.el (calc-full-help): Add `calc-option-help'.
2834         (calc-option-prefix-help): New function.
2836         * calc-misc.el (calc-help): Add "Option" entry.
2838         * calc.el (calc-local-var-list): Add `calc-option-flag'.
2839         (calc-option-flag): New variable.
2840         (calc-do): Set `calc-option-flag to nil.
2841         (calc-set-mode-line): Add "Opt " as appropriate.
2843 2010-04-16  Juri Linkov  <juri@jurta.org>
2845         Move scrolling commands from simple.el to window.el
2846         because their primitives are implemented in window.c.
2848         * simple.el (scroll-error-top-bottom)
2849         (scroll-up-command, scroll-down-command, scroll-up-line)
2850         (scroll-down-line, scroll-other-window-down)
2851         (beginning-of-buffer-other-window, end-of-buffer-other-window):
2852         * window.el (scroll-error-top-bottom)
2853         (scroll-up-command, scroll-down-command, scroll-up-line)
2854         (scroll-down-line, scroll-other-window-down)
2855         (beginning-of-buffer-other-window, end-of-buffer-other-window):
2856         Move from simple.el to window.el because their primitives are
2857         implemented in window.c.
2859 2010-04-16  Juri Linkov  <juri@jurta.org>
2861         * isearch.el (isearch-lookup-scroll-key): Check both
2862         `isearch-scroll' and `scroll-command' properties.
2863         (scroll-up, scroll-down): Remove `isearch-scroll' property.
2865         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
2867         * simple.el (scroll-up-command, scroll-down-command)
2868         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
2870 2010-04-15  Juri Linkov  <juri@jurta.org>
2872         * simple.el (scroll-up-command, scroll-down-command)
2873         (scroll-up-line, scroll-down-line): Put `scroll-command'
2874         property on the these symbols.  Remove them from
2875         `scroll-preserve-screen-position-commands'.
2877         * mwheel.el (mwheel-scroll): Put `scroll-command' and
2878         `isearch-scroll' properties on the `mwheel-scroll' symbol.
2879         Remove it from `scroll-preserve-screen-position-commands'.
2881         * isearch.el (isearch-allow-scroll): Doc fix.
2883 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
2885         * net/tramp.el (tramp-error-with-buffer): Don't show the
2886         connection buffer when we are in completion mode.
2887         (tramp-file-name-handler): Catch the error for some operations
2888         when we are in completion mode.  This gives the user the chance to
2889         correct the file name in the minibuffer.
2891 2010-04-15  Glenn Morris  <rgm@gnu.org>
2893         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
2895 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
2897         Simplify by using `define-derived-mode'.
2898         * info.el (Info-mode):
2899         * calendar/todo-mode.el (todo-mode):
2900         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
2901         (gomoku-mode-map): Move initialization into declaration.
2903 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
2905         Fix Bug#5840.
2906         * ido.el (ido-file-name-all-completions-1):
2907         * minibuffer.el (minibuffer-completion-help):
2908         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
2910 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2912         * simple.el (non-essential): New var.
2914         Add a new field `location' to bookmarks for non-file bookmarks.
2915         * bookmark.el (bookmark-location): Use the new field, if present.
2916         (bookmark-insert-location): Undo last change, not needed any more.
2917         * man.el (Man-bookmark-make-record):
2918         * woman.el (woman-bookmark-make-record): Add `location' field.
2920 2010-04-14  Juri Linkov  <juri@jurta.org>
2922         * simple.el (scroll-error-top-bottom): New defcustom.
2923         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
2925         * emulation/pc-select.el (pc-select-override-scroll-error):
2926         Obsolete in favor of `scroll-error-top-bottom'.
2928 2010-04-14  Juri Linkov  <juri@jurta.org>
2930         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
2931         `scroll-up-command' and `M-v' to `scroll-down-command'.
2933         * emulation/cua-rect.el (cua--init-rectangles):
2934         * forms.el (forms--change-commands):
2935         * image-mode.el (image-mode-map):
2936         Remap scroll-down-command and scroll-up-command
2937         in addition to scroll-down and scroll-up.
2939 2010-04-14  Juri Linkov  <juri@jurta.org>
2941         * mwheel.el (scroll-preserve-screen-position-commands):
2942         Add mwheel-scroll to this list of commands.
2944         * simple.el (scroll-preserve-screen-position-commands):
2945         Add scroll-up-command, scroll-down-command, scroll-up-line,
2946         scroll-down-line to this list of commands.
2948 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2950         * obsolete/complete.el: Move from lisp/complete.el.
2952         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
2954         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
2955         to the minor mode function now turns the mode ON unconditionally.
2957 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2959         * vc-dir.el (vc-dir-kill-line): New command.
2960         (vc-dir-mode-map): Bind it to C-k.
2962         * bookmark.el (bookmark-insert-location): Handle a nil filename.
2964         * woman.el: Add bookmark declarations to silence the compiler.
2965         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
2966         step to compatibility between man and woman bookmarks.
2967         Adjust for Man-default-bookmark-title renaming.
2968         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
2970         * man.el: Add bookmark declarations to silence the compiler.
2971         (Man-name-local-regexp): Make it match NAME as well.
2972         (Man-getpage-in-background): Return the buffer.
2973         (Man-notify-when-ready): Use `case'.
2974         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
2975         Don't hardcode "NAME".  Simplify.
2976         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
2977         Rename from Man-bookmark-make-record.
2978         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
2979         we have the actual man-args.  Use Man-getpage-in-background rather
2980         than `man' since the arg is already processed.  Let bookmark.el do the
2981         window handling.  Only wait for the relevant process.
2982         Don't forget to autoload.
2984         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
2986 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2988         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
2989         New functions.
2990         (woman-mode): Setup bookmark support.
2992         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
2993         (man-bookmark-jump): New functions.
2994         (Man-mode): Setup bookmark support.
2996 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
2998         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
2999         recognize ssh-keygen prompt (Bug#2817).
3001 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3003         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3005 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3007         Synchronize with Tramp repository.
3009         * net/tramp.el (tramp-completion-function-alist)
3010         (tramp-file-name-regexp, tramp-chunksize)
3011         (tramp-local-coding-commands, tramp-remote-coding-commands):
3012         Fix docstring.
3013         (tramp-remote-process-environment): Use `format' instead of `concat'.
3014         (tramp-handle-directory-files-and-attributes)
3015         (tramp-get-remote-path): Use `copy-tree'.
3016         (tramp-handle-file-name-all-completions): Backward/ XEmacs
3017         compatibility: Use `completion-ignore-case' if
3018         `read-file-name-completion-ignore-case' does not exist.
3019         (tramp-do-copy-or-rename-file-directly): Do not use
3020         `tramp-handle-file-remote-p'.
3021         (tramp-do-copy-or-rename-file-out-of-band):
3022         Use `tramp-compat-delete-directory'.
3023         (tramp-do-copy-or-rename-file-out-of-band)
3024         (tramp-compute-multi-hops, tramp-maybe-open-connection):
3025         Use `format-spec-make'.
3026         (tramp-find-foreign-file-name-handler)
3027         (tramp-advice-make-auto-save-file-name)
3028         (tramp-set-auto-save-file-modes): Remove superfluous check for
3029         `stringp'.  This is done inside `tramp-tramp-file-p'.
3030         (tramp-debug-outline-regexp): New defconst.
3031         (tramp-get-debug-buffer): Use it.
3032         (tramp-check-for-regexp): Use (forward-line 1).
3033         (tramp-set-auto-save-file-modes): Adapt version check.
3035         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3036         Wrap call of `featurep' for 2nd argument.
3037         (tramp-compat-make-temp-file): Simplify fallback implementation.
3038         (tramp-compat-copy-tree): Remove function.
3039         (tramp-compat-delete-directory): Provide implementation for older
3040         Emacsen.
3042         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3043         Do not use `tramp-fish-handle-file-attributes.
3045         * net/trampver.el: Update release number.
3047 2010-04-10  Glenn Morris  <rgm@gnu.org>
3049         * progmodes/compile.el (compilation-save-buffers-predicate):
3050         Add missing :version tag.
3052 2010-04-09  Sam Steingold  <sds@gnu.org>
3054         * progmodes/compile.el (compilation-save-buffers-predicate):
3055         Remove the "autoload" cookie.
3057         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3058         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3059         and `bug-reference-prog-mode' can be used in hooks directly.
3061 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3063         Add --author support to git commit.
3064         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3065         (vc-git-log-edit-mode): New minor mode.
3066         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3067         New declarations.
3069 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
3071         * vc-hooks.el, vc-git.el: Improve documentation comments.
3073 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3075         Fix some of the problems in defsubst* (bug#5728).
3076         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3077         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3079 2010-04-07  Sam Steingold  <sds@gnu.org>
3081         * progmodes/compile.el (compilation-save-buffers-predicate):
3082         New custom variable.
3083         (compile, recompile): Pass it to `save-some-buffers'.
3085 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
3087         * wid-edit.el (widget-choose): Move cursor to the second line of
3088         the buffer (Bug#5695).
3090 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3092         Add new VC methods: vc-log-incoming and vc-log-outgoing.
3093         * vc.el (vc-print-log-setup-buttons): New function split out from
3094         vc-print-log-internal.
3095         (vc-log-internal-common): New function, a parametrized version of
3096         vc-print-log-internal.
3097         (vc-print-log-internal): Just call vc-log-internal-common with the
3098         right arguments.
3099         (vc-incoming-outgoing-internal):
3100         (vc-log-incoming, vc-log-outgoing): New functions.
3101         (vc-log-view-type): New permanent local variable.
3103         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3105         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3106         of the dynamic bound vc-short-log.
3107         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3109         * vc-git.el (vc-git-log-outgoing): New function.
3110         (vc-git-log-view-mode): Use vc-log-view-type instead
3111         of the dynamic bound vc-short-log.
3113         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3114         of the dynamic bound vc-short-log.  Highlight the tag.
3115         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3116         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3117         (vc-hg-incoming-mode): Remove.
3118         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3120 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3122         Fix default-directory for vc-root-diff.
3123         * vc.el (vc-root-diff): Bind default-directory to the root
3124         directory for the diff command.
3126 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
3128         * progmodes/verilog-mode.el (verilog-forward-sexp):
3129         (verilog-calc-1): Support "disable fork" and "fork wait" multi
3130         word keywords, suggested by Steve Pearlmutter.
3131         (verilog-pretty-declarations): Support lineup of declarations in
3132         port lists.
3133         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3134         fix bug for /* / comments
3135         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3136         Speed up and simplfy as this is never called with a bound.
3137         (verilog-pretty-declarations): Enhance to line up declarations
3138         inside a parameter list, suggested by Alan Morgan.
3139         (verilog-pretty-expr): Tune assignment regular expression match
3140         string for corner cases; also use markers instead of character
3141         number as indent changes the later.
3143 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
3145         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3146         as missing keyword.
3147         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3148         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
3149         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3150         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
3151         Tennant.
3152         (verilog-keywords):
3153         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3154         1800-2009 keywords, including "global.".
3156 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3158         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3159         appearing in buffer list (if a live buffer name matched a recentf
3160         file basename).  Should use uniquify to offer a real solution.
3162 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3164         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3165         comment to code, and add a :version tag.
3166         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3168 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
3170         Enable recentf-mode if using virtual buffers.
3171         * ido.el (recentf-list): Declare for byte-compiler.
3172         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
3173         (ido-make-buffer-list): Simplify.
3174         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
3176 2010-04-05  Juri Linkov  <juri@jurta.org>
3178         Scrolling commands which scroll a line instead of full screen.
3179         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3181         * simple.el (scroll-up-line, scroll-down-line): New commands.
3182         Put property isearch-scroll=t on them.
3184         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
3185         Remove commands.
3187 2010-04-05  Juri Linkov  <juri@jurta.org>
3189         Scrolling commands which do not signal errors at top/bottom.
3190         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3192         * simple.el (scroll-up-command, scroll-down-command): New commands.
3193         Put property isearch-scroll=t on them.
3195         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
3196         `scroll-down-command' and [next] from `scroll-up' to
3197         `scroll-up-command'.
3199         * emulation/cua-base.el: Put property CUA=move on
3200         `scroll-up-command' and `scroll-down-command'.
3201         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
3202         and `scroll-down-command' to `cua-scroll-down'.
3204 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
3206         * help.el (describe-mode): Return nil.
3208 2010-04-04  John Wiegley  <jwiegley@gmail.com>
3210         * ido.el (ido-use-virtual-buffers): New variable to indicate
3211         whether "virtual buffer" support is enabled for IDO.
3212         (ido-virtual): Face used to indicate virtual buffers in the list.
3213         (ido-buffer-internal): If a buffer is chosen, and no such buffer
3214         exists, but a virtual buffer of that name does (which would be why
3215         it was in the list), recreate the buffer by reopening the file.
3216         (ido-make-buffer-list): If virtual buffers are being used, call
3217         `ido-add-virtual-buffers-to-list' before the make list hook.
3218         (ido-virtual-buffers): New variable which contains a copy of the
3219         current contents of the `recentf-list', albeit pared down for the
3220         sake of speed, and with proper faces applied.
3221         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
3222         create a list of "virtual buffers" to present to the user in
3223         addition to the currently open set.  Note that this logic could
3224         get rather slow if that list is too large.  With the default
3225         `recentf-max-saved-items' of 200, there is little speed penalty.
3227 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3229         * font-lock.el: Require CL when compiling.
3230         (font-lock-turn-on-thing-lock): Use `case'.
3232 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
3234         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
3235         Zaretskii.
3237 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
3239         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
3240         (semantic-create-imenu-directory-index): Fix typos in docstrings.
3241         (semantic-imenu-goto-function): Reflow docstring.
3243 2010-04-02  Juri Linkov  <juri@jurta.org>
3245         * ehelp.el (electric-help-orig-major-mode):
3246         New buffer-local variable.
3247         (electric-help-mode): Set it to original major-mode.  Doc fix.
3248         (with-electric-help): Use `electric-help-orig-major-mode' instead
3249         of (default-value 'major-mode).  Doc fix.
3250         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
3252 2010-04-02  Sam Steingold  <sds@gnu.org>
3254         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
3255         `vc-hg-command' with a list of flags.
3257         * progmodes/bug-reference.el (bug-reference-bug-regexp):
3258         Also accept "patch" and "RFE".
3259         (bug-reference-fontify): `bug-reference-url-format' can also be a
3260         function to be able to handle the bug kind.
3261         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
3263 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
3265         * tmm.el (tmm-get-keymap): Check with symbolp before passing
3266         value to fboundp, it may not be a symbol.
3268 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3270         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
3272 2010-03-31  Juri Linkov  <juri@jurta.org>
3274         * simple.el (next-line, previous-line): Re-throw a signal
3275         with `signal' instead of using `ding'.
3276         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
3278 2010-03-31  Juri Linkov  <juri@jurta.org>
3280         * simple.el (keyboard-escape-quit): Raise deselecting the active
3281         region higher than exiting the minibuffer.
3282         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
3284 2010-03-31  Juri Linkov  <juri@jurta.org>
3286         * image.el (image-animated-p): Use `image-metadata' instead of
3287         `image-extension-data'.  Get GIF extenstion data from metadata
3288         property `extension-data'.
3290 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3292         * simple.el (append-to-buffer): Simplify.
3294 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
3296         * textmodes/artist.el (artist-mode): Fix typo in docstring.
3297         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
3299 2010-03-31  Kenichi Handa  <handa@m17n.org>
3301         * language/sinhala.el (composition-function-table): Fix regexp for
3302         the new Unicode specification.
3304         * language/indian.el (devanagari-composable-pattern)
3305         (tamil-composable-pattern, kannada-composable-pattern)
3306         (malayalam-composable-pattern): Adjust for the new Unicode
3307         specification.
3308         (bengali-composable-pattern, gurmukhi-composable-pattern)
3309         (gujarati-composable-pattern, oriya-composable-pattern)
3310         (telugu-composable-pattern): New variables to cope with the new
3311         Unicode specification.  Use them in composition-function-table.
3313 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3315         Make tmm-menubar work for the Buffers menu again (bug#5726).
3316         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
3317         vectors rather than cons cells, as used in menu-bar-update-buffers.
3319 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3321         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
3322         (js-insert-and-indent): Revert 2009-08-15 change, restoring
3323         electric punctuation for "{}();,:" (Bug#5586).
3325         * mail/sendmail.el (mail-default-directory): Doc fix.
3327 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3329         * mail/sendmail.el (mail-default-directory): Doc fix.
3331 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
3333         * subr.el (version-regexp-alist, version-to-list)
3334         (version-list-<, version-list-=, version-list-<=)
3335         (version-list-not-zero, version<, version<=, version=): Doc fix.
3336         (Bug#5744).
3338 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
3340         * vc.el (vc-root-diff): Doc fix.
3342 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3344         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
3346         * simple.el (append-to-buffer): Fix last change.
3348 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3350         * simple.el (append-to-buffer): Ensure that point is preserved if
3351         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
3352         (Bug#5749)
3354 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3356         * files.el (auto-mode-case-fold): Change default to t.
3358 2010-03-30  Juri Linkov  <juri@jurta.org>
3360         * dired-x.el (dired-omit-mode): Doc fix.
3362 2010-03-30  Juri Linkov  <juri@jurta.org>
3364         * replace.el (occur-accumulate-lines): Move occur-engine related
3365         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
3366         to be located after `occur-engine'.
3368 2010-03-30  Juri Linkov  <juri@jurta.org>
3370         Make occur handle multi-line matches cleanly with context.
3371         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
3373         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
3374         (occur-engine): Add local variables `ret', `prev-after-lines',
3375         `prev-lines'.  Use more arguments for `occur-context-lines'.
3376         Set first elem of its returned list to `data', and the second elem
3377         to `prev-after-lines'.  Don't print the separator line.
3378         In the end, print remaining context after-lines.
3379         (occur-context-lines): Add new arguments `begpt', `endpt',
3380         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
3381         after-lines of the previous match with before-lines of the
3382         current match and not overlap them.  Return a list with two
3383         values: the output line and the list of context after-lines.
3385 2010-03-30  Juri Linkov  <juri@jurta.org>
3387         * replace.el (occur-accumulate-lines): Fix a bug where the first
3388         context line at the beginning of the buffer was missing.
3390 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
3392         * files.el: Make bidi-display-reordering safe variable for boolean
3393         values.
3395 2010-03-29  Phil Hagelberg  <phil@evri.com>
3396             Chong Yidong  <cyd@stupidchicken.com>
3398         * subr.el: Extend progress reporters to perform "spinning".
3399         (progress-reporter-update, progress-reporter-do-update):
3400         Handle non-numeric value arguments.
3401         (progress-reporter--pulse-characters): New var.
3403 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
3405         * progmodes/compile.el (compilation-start): Fix regexp detection
3406         of initial cd command (Bug#5771).
3408 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
3410         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
3412 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
3414         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
3415         * lisp/progmodes/gdb-mi.el: Restore.
3416         * lisp/progmodes/gdb-ui.el: Remove.
3417         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
3419 2010-03-25  Glenn Morris  <rgm@gnu.org>
3421         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
3422         all dired buffers, even tramp ones.  (Bug#5755)
3424 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3426         Add "union tags" in mpc.el.
3427         * mpc.el: Remove backward compatibility code.
3428         (mpc-browser-tags): Change default.
3429         (mpc--find-memoize-union-tags): New var.
3430         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
3431         (mpc-cmd-find): Handle the case where the playlist does not exist.
3432         Handle union-tags.
3433         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
3434         (mpc-cmd-add): Use mpc-cmd-flush.
3435         (mpc-tagbrowser-tag-name): New fun.
3436         (mpc-tagbrowser-buf): Use it.
3437         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
3439 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3441         Misc cleanup.
3442         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
3443         Use replace-regexp-in-string.
3444         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
3445         (makefile-imake-mode-syntax-table): Move init into defvar.
3446         (makefile-mode): Use define-derived-mode.
3448         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
3449         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
3450         not be present any more.
3452 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3454         * faces.el (set-face-attribute): Fix typo in docstring.
3455         (face-valid-attribute-values): Reflow docstring.
3457         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
3459 2010-03-24  Glenn Morris  <rgm@gnu.org>
3461         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
3463 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3465         * indent.el (indent-for-tab-command): Doc fix.
3467 2010-03-24  Alan Mackenzie  <acm@muc.de>
3469         * progmodes/cc-engine.el (c-remove-stale-state-cache):
3470         Fix off-by-one error.  Fixes bug #5747.
3472 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3474         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
3475         (image-dired-read-comment): Doc fix.
3477         * json.el (json-object-type, json-array-type, json-key-type)
3478         (json-false, json-null, json-read-number):
3479         * minibuffer.el (completion-in-region-functions):
3480         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
3481         (cal-tex-cursor-week):
3482         * emacs-lisp/trace.el (trace-function):
3483         * eshell/em-basic.el (eshell/printnl):
3484         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
3485         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
3486         * obsolete/levents.el (allocate-event, event-key, event-object)
3487         (event-point, event-process, event-timestamp, event-to-character)
3488         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
3489         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
3490         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
3491         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
3492         (reftex-highlight-selection): Fix typos in docstrings.
3494 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3496         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
3498 2010-03-24  Glenn Morris  <rgm@gnu.org>
3500         * mail/rmail.el (rmail-highlight-face): Restore option deleted
3501         2008-02-13 without comment; mark it obsolete.
3502         (rmail-highlight-headers): Use rmail-highlight-face once more.
3504 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3506         * woman.el (woman2-process-escapes): Only consume the newline if
3507         the filler character is on a line by itself (Bug#5729).
3509 2010-03-24  Kenichi Handa  <handa@m17n.org>
3511         * language/indian.el (devanagari-composable-pattern): Add more
3512         consonants.
3514 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3516         * net/trampver.el: Update release number.
3518 2010-03-24  Glenn Morris  <rgm@gnu.org>
3520         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
3522 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3524         * net/tramp.el (tramp-find-executable):
3525         Use `tramp-get-connection-buffer'.  Make the regexp for checking
3526         output of "wc -l" more robust.
3527         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
3528         (tramp-open-connection-setup-interactive-shell): Remove workaround
3529         for OpenSolaris bug, it is not needed anymore.
3531 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
3533         * cedet/semantic/imenu.el: New file, from the CEDET repository
3534         (Bug#5412).
3536 2010-03-24  Glenn Morris  <rgm@gnu.org>
3538         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
3540 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
3542         * files.el (auto-mode-alist): Accept more verilog file patterns.
3544 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3546         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
3548 2010-03-24  Glenn Morris  <rgm@gnu.org>
3550         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
3551         log-edit-before-checkin-process.
3553         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
3555         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
3557         * vc-dispatcher.el (vc-start-logentry): Doc fix.
3558         (log-view-process-buffer, log-edit-extra-flags): Declare.
3560         * log-edit.el (log-edit-before-checkin-process): Doc fix.
3562         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3563         Consistently check ede-object is bound throughout.
3565         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
3567 2010-03-23  Sam Steingold  <sds@gnu.org>
3569         Fix bug#5620: recalculate all markers on compilation buffer
3570         modifications, not on file modifications.
3571         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
3572         the buffer modification time, for buffers not associated with files.
3573         (compilation-mode): Create it.
3574         (compilation-filter): Update it.
3575         (compilation-next-error-function): Use it instead of
3576         `visited-file-modtime' for timestamp.
3578 2010-03-23  Juri Linkov  <juri@jurta.org>
3580         Implement Occur multi-line matches.
3581         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
3583         * replace.el (occur): Doc fix.
3584         (occur-engine): Set `begpt' to the beginning of the first line.
3585         Set `endpt' to the end of the last match line.  At first, count
3586         line numbers between `origpt' and `begpt'.  Split out code from
3587         `out-line' variable to new let-bindings `match-prefix' and
3588         `match-str'.  In `out-line' add non-numeric prefix to all
3589         non-first lines of multi-line matches.  Finally, count lines
3590         between `begpt' and `endpt' and add to `lines'.
3592 2010-03-23  Juri Linkov  <juri@jurta.org>
3594         * replace.el (occur-accumulate-lines, occur-engine):
3595         Use `occur-engine-line' instead of duplicate code.
3596         (occur-engine-line): New function created from duplicate code
3597         in `occur-accumulate-lines' and `occur-engine'.
3599         * replace.el (occur-engine-line): Add optional arg `keep-props'.
3600         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
3602 2010-03-23  Juri Linkov  <juri@jurta.org>
3604         * finder.el: Remove TODO tasks.
3606         * info.el (Info-finder-find-node): Add node "all"
3607         with all package info.  Handle a list of multiple keywords
3608         separated by comma.
3609         (info-finder): In interactive use with a prefix argument,
3610         use `completing-read-multiple' to read a list of keywords
3611         separated by comma.
3613 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3615         Add a new completion style `substring'.
3616         * minibuffer.el (completion-basic--pattern): New function.
3617         (completion-basic-try-completion, completion-basic-all-completions):
3618         Use it.
3619         (completion-substring--all-completions)
3620         (completion-substring-try-completion)
3621         (completion-substring-all-completions): New functions.
3622         (completion-styles-alist): New style `substring'.
3624 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3626         Get rid of .elc files after removal of the corresponding .el.
3627         * Makefile.in (compile-clean): New target.
3628         (compile-main): Use it.
3630 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
3632         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
3633         don't do make there.  When compiling with separate object dir, there
3634         is no Makefile there.
3636 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3638         Get rid of the ELCFILES abomination, again.
3639         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3640         (all, compile): Don't call compile-last.
3641         (compile-main): Build the "elcfiles" list dynamically.
3642         (compile-targets): New (internal) target.
3644 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
3646         * Makefile.in (top_srcdir): Define.
3647         (abs_top_builddir): Define.
3648         (srcdir): Don't append `/..'.
3649         (EMACS): Use ${abs_top_builddir}.
3650         (all, compile, compile-always, compile-last): Don't set emacswd.
3651         (update-subdirs, update-authors): Use $(top_srcdir) instead of
3652         $(srcdir).
3653         (lisp): Use $(srcdir) instead of @srcdir@.
3655 2010-03-21  Juri Linkov  <juri@jurta.org>
3657         Fix message of multi-line occur regexps and multi-buffer header lines.
3658         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
3660         * replace.el (occur-1): Don't display regexp if it is longer
3661         than window-width.  Use `query-replace-descr' to display regexp.
3662         (occur-engine): Don't display regexp in the buffer header for
3663         multi-buffer occur.  Display a separate header line with total
3664         match count and regexp for multi-buffer occur.
3665         Use `query-replace-descr' to display regexp.
3667 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3669         * net/secrets.el: Fix parenthesis.
3670         (secrets-enabled): Fix parenthesis.
3672 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3674         Use more relative file and directory names.
3675         * Makefile.in (EMACS): Arrange for it to work when we chdir.
3676         (setwins, setwins_almost, setwins_for_subdirs):
3677         Don't `cd'; output relative names.
3678         (all, compile, compile-always, compile-last): Set emacswd.
3679         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
3680         Just cd to the lisp source dir so we can use relative file names.
3682         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
3684 2010-03-20  Glenn Morris  <rgm@gnu.org>
3686         * textmodes/rst.el: Use faces for font-lock customization, and make the
3687         old -face variables obsolete.
3688         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
3689         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
3690         (rst-block-face, rst-external-face, rst-definition-face)
3691         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
3692         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
3693         Make obsolete.
3694         (rst-font-lock-keywords-function): Update for above changes.
3696 2010-03-20  Juri Linkov  <juri@jurta.org>
3698         * s-region.el:
3699         * obsolete/s-region.el: Move to obsolete.
3701 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
3703         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
3705 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
3707         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
3709 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
3711         Add special markup processing for commit logs.
3712         * log-edit.el (log-edit-extra-flags): New variable.
3713         (log-edit): Add new argument MODE.  Use that mode when non-nil
3714         instead of the log-view-mode.
3715         (log-view-process-buffer): New function.
3717         * vc.el: Document that the checkin method takes optional
3718         arguments.  Document new backend specific method: log-view-mode.
3719         (vc-default-log-edit-mode): New function.
3720         (vc-checkin): Use a backend specific log-view-mode.
3721         Pass extra arguments to the checkin method.
3722         (vc-modify-change-comment): Pass a dummy extra argument.
3724         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
3725         log-edit.
3726         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
3727         (vc-finish-logentry): Process the log buffer before passing it
3728         down.  Pass log-edit-extra-flags.
3730         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
3731         command.
3732         (log-edit-extra-flags, log-edit-before-checkin-process):
3733         New declarations.
3735         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
3736         command.
3737         (log-edit-extra-flags, log-edit-before-checkin-process):
3738         New declarations.
3739         (vc-hg-log-edit-mode): New derived mode.
3741         * vc-arch.el (vc-arch-checkin):
3742         * vc-cvs.el (vc-cvs-checkin):
3743         * vc-git.el (vc-git-checkin):
3744         * vc-mtn.el (vc-mtn-checkin):
3745         * vc-rcs.el (vc-rcs-checkin):
3746         * vc-sccs.el (vc-sccs-checkin):
3747         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
3749 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3751         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
3752         parent typo).
3754 2010-03-19  Glenn Morris  <rgm@gnu.org>
3756         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3758 2010-03-18  Glenn Morris  <rgm@gnu.org>
3760         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
3762         * replace.el (query-replace-history): Give it a doc string.
3763         (map-query-replace-regexp): Use query-replace-from-history-variable
3764         and query-replace-to-history-variable.
3766         * mail/hashcash.el (declare-function): Remove duplicate definition.
3768         * mail/emacsbug.el (report-emacs-bug-pretest-address):
3769         Make it an obsolete alias for report-emacs-bug-address.
3770         (message-strip-special-text-properties): Declare.
3771         (report-emacs-bug): Remove test for a pretest bug address.
3772         Combine message-mode-specific code.
3774         * mail/supercite.el: Don't require sendmail.
3775         (mh-in-header-p): Declare rather than using with-no-warnings.
3776         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
3777         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
3779         * calendar/cal-french.el: Convert to utf-8.
3781         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
3782         Emacs scripts.
3784 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
3786         * net/secrets.el (secrets-enabled): New variable.  Use it instead
3787         of a subfeature.
3789 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
3791         * net/secrets.el (top): Register the D-Bus signals only when the
3792         service "org.freedesktop.secrets" can be pinged.
3793         Provide subfeature `enabled'.
3795 2010-03-14  Juri Linkov  <juri@jurta.org>
3797         Add finder unknown keywords.
3799         * finder.el (finder-unknown-keywords): New function.
3801         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
3802         to create a Finder node with unknown keywords.
3804 2010-03-14  Juri Linkov  <juri@jurta.org>
3806         * finder.el (finder-compile-keywords): Replace `princ' with
3807         `prin1' on a list of symbols interned from keyword strings.
3809         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
3810         a comma, then split keywords using a comma and optional whitespace.
3811         Otherwise, split by whitespace.
3813         * complete.el:
3814         * face-remap.el:
3815         * log-view.el:
3816         * net/hmac-def.el:
3817         * net/hmac-md5.el:
3818         * net/netrc.el:
3819         * progmodes/mixal-mode.el: Fix keywords.
3821 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
3823         * Makefile.in (ELCFILES): Add net/secrets.elc.
3825         * net/secrets.el: New file.
3827 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
3829         * facemenu.el (list-colors-display, list-colors-print): New arg
3830         callback.  Use it to allow selecting colors.
3832         * wid-edit.el (widget-image-insert): Insert image prop even if the
3833         current display is non-graphic.
3834         (widget-field-value-set): New fun.
3835         (editable-field): Use it.
3836         (widget-field-value-get): Clean up unused var.
3837         (widget-color-value-create, widget-color--choose-action):
3838         New funs.  Allow using list-colors-display to choose color.
3840 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
3842         * cus-edit.el: Resort topmost custom groups.
3843         (custom-buffer-sort-alphabetically): Default to t.
3844         (customize-apropos): Use apropos-parse-pattern.
3845         (custom-search-field): New var.
3846         (custom-buffer-create-internal): Add custom-apropos search field.
3847         (custom-add-parent-links): Don't display parent doc.
3848         (custom-group-value-create): Don't sort top-level custom group.
3849         (custom-magic-value-create): Show visibility button before option name.
3851         (custom-variable-state): New fun, from custom-variable-state-set.
3852         (custom-variable-state-set): Use it.
3853         (custom-group-value-create): Hide options with standard values
3854         using the :hidden-states property.  Use progress reporter.
3856         (custom-show): Simplify.
3857         (custom-visibility): Disable images by default.
3858         (custom-variable): New property :hidden-states.
3859         (custom-variable-value-create): Enable images for
3860         custom-visibility widgets.  Use :hidden-states property to
3861         determine initial visibility.
3863         * wid-edit.el (widget-image-find): Give images center ascent.
3864         (visibility): Add :on-image and :off-image properties.
3865         (widget-visibility-value-create): Use them.
3867 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
3869         * cus-edit.el (processes): Remove from development group.
3870         (oop, hypermedia): Delete group.
3871         (comm): Promote to top-level group.
3873         * net/browse-url.el (browse-url):
3874         * net/xesam.el (xesam):
3875         * net/tramp.el (tramp):
3876         * net/goto-addr.el (goto-address):
3877         * net/ange-ftp.el (ange-ftp): Put in comm group.
3879         * view.el (view): Remove from editing group.
3881         * uniquify.el (uniquify): Put in files group.
3883         * net/browse-url.el (browse-url):
3884         * ps-print.el (postscript): Put in external group.
3886         * cus-edit.el (outlines):
3887         * textmodes/text-mode.el (text-mode-hook):
3888         * textmodes/table.el (table):
3889         * textmodes/picture.el (picture):
3890         * outline.el (outlines): Put in wp group.
3892         * nxml/nxml-mode.el (nxml): Remove from wp group.
3894         * net/tramp-imap.el (tramp-imap): Put in tramp group.
3896         * mail/metamail.el (metamail): Remove from hypermedia group.
3898         * cus-edit.el (abbrev):
3899         * whitespace.el (whitespace):
3900         * vcursor.el (vcursor):
3901         * reveal.el (reveal):
3902         * hl-line.el (hl-line): Put in convenience group.
3904         * epg-config.el (epg): Put in data group.
3906         * emulation/pc-select.el (pc-select): Put in emulations group.
3908         * calculator.el (calculator): Put in applications group.
3910 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
3912         Add .dir-locals.el support for file-less buffers.
3913         * files.el (hack-local-variables): Split out code to apply local
3914         variable settings ...
3915         (hack-local-variables-apply): ... here.  New function.
3916         (hack-dir-local-variables): Use the default directory for when the
3917         buffer does not have an associated file.
3918         (hack-dir-local-variables-non-file-buffer): New function.
3919         * diff-mode.el (diff-mode):
3920         * vc-annotate.el (vc-annotate-mode):
3921         * vc-dir.el (vc-dir-mode):
3922         * log-edit.el (log-edit-mode):
3923         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
3925 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
3927         Add support for shelving snapshots and for showing shelves.
3928         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
3929         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
3930         New functions.
3931         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3932         (vc-bzr-extra-menu-map): Map them.
3934 2010-03-11  Glenn Morris  <rgm@gnu.org>
3936         * cus-edit.el (customize-changed-options-previous-release):
3937         Bump to 23.1.
3939         * image.el (image-animate-max-time): Fix :version tag.
3941 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
3943         * Branch for 23.2.
3945 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3947         * vc-git.el (vc-git-revision-table): Include remote branches.
3949 2010-03-10  Kim F. Storm  <storm@cua.dk>
3951         Animated image API.
3952         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
3954         * image.el (image-animate-max-time): New defcustom.
3955         (image-animated-types): New defconst.
3956         (create-animated-image, image-animate-timer)
3957         (image-animate-start, image-animate-stop, image-animate-timeout)
3958         (image-animated-p): New functions.
3960         * image-mode.el (image-toggle-display-image):
3961         Replace `create-image' with `create-animated-image'.
3963 2010-03-09  Miles Bader  <miles@gnu.org>
3965         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
3966         instead of "format:"; this ensures that the output is
3967         newline-terminated.
3969 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
3971         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
3972         that all errors are caught, and that the return value is always a
3973         list (Bug#5692).
3975 2010-03-08  Kenichi Handa  <handa@m17n.org>
3977         * language/misc-lang.el (windows-1256): New coding system.
3978         (cp1256): New alias of windows-1256 (bug#5690).
3980 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
3982         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
3983         call to rfc822-bad-address.  (Bug#5692)
3985 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3987         * vc-git.el (vc-git-annotate-extract-revision-at-line):
3988         Use vc-git-root as default directory for revision path (Bug#5657).
3990 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
3992         * calculator.el (calculator): Don't bind split-window-keep-point
3993         (Bug#5674).
3995 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3997         * vc-git.el: Re-flow to fit into 80 columns.
3998         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
3999         Remove spurious `quote' element in each case alternative.
4000         (vc-git-show-log-entry): Use prog1.
4001         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4003 2010-03-06  Glenn Morris  <rgm@gnu.org>
4005         * cedet/semantic/grammar.el (semantic-grammar-header-template):
4006         Update template copyright to GPLv3+.
4008 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4010         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4012 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
4014         * macros.el (insert-kbd-macro): Look up keyboard macro using the
4015         definition, not the name (Bug#5481).
4017 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4019         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4020         argument with a local variable.  (Bug#5670)
4022 2010-03-02  Juri Linkov  <juri@jurta.org>
4024         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
4026 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
4028         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4029         error when FILENAME and NEWNAME are existing remote directories.
4031         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4032         parameter DIR-FLAG.
4034 2010-03-02  Glenn Morris  <rgm@gnu.org>
4036         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4037         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4039 2010-03-01  Kenichi Handa  <handa@m17n.org>
4041         * language/burmese.el (burmese-composable-pattern): Rename from
4042         myanmar-composable-pattern.
4044         * international/characters.el (script-list):
4045         * international/fontset.el (script-representative-chars):
4046         Change myanmar to burmese.
4047         (otf-script-alist): Likewise.
4048         (setup-default-fontset): Likewise.  Re-fix :otf spec.
4050 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4052         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4054 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
4056         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4058 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4060         * net/tramp.el (tramp-handle-write-region): START can be a string.
4061         Take care in the checks.  Reported by Dan Davison
4062         <davison@stats.ox.ac.uk>.
4064 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4066         * net/dbus.el (dbus-introspect, dbus-get-property)
4067         (dbus-set-property, dbus-get-all-properties):
4068         Use `dbus-call-method' when noninteractive.  (Bug#5645)
4070 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
4072         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4073         * emacs-lisp/elint.el (elint-add-required-env):
4074         * cedet/semantic/db-find.el
4075         (semanticdb-find-translate-path-brutish-default):
4076         * cedet/ede/make.el (ede-make-check-version):
4077         * calendar/icalendar.el (icalendar--add-diary-entry):
4078         * calc/calcalg2.el (math-tracing-integral):
4079         * files.el (recover-session-finish): Use with-current-buffer
4080         instead of save-excursion.
4082 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4084         Fix in-buffer completion when after-change-functions modify the buffer.
4085         * minibuffer.el (completion--replace): New function.
4086         (completion--do-completion): Use it and use relative movement.
4088 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
4090         * international/fontset.el (setup-default-fontset): Fix :otf spec.
4092 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
4094         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4095         Allow the characters _<> in the stack entry (Bug#5653).
4097 2010-02-26  Kenichi Handa  <handa@m17n.org>
4099         * language/burmese.el: Fix entries in composition-function-table.
4100         (myanmar-composable-pattern): New variable.
4102         * international/fontset.el (setup-default-fontset): Add an entry
4103         for myanmar.
4105         * international/characters.el (script-list): Add Myanmar
4106         Extended-A.
4108 2010-02-26  Glenn Morris  <rgm@gnu.org>
4110         * custom.el (custom-initialize-delay): Doc fix.
4112         * mail/sendmail.el (send-mail-function): Autoload the call
4113         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4115 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
4117         * files.el (hack-local-variables-filter): For eval forms, also
4118         check safe-local-variable-p (Bug#5636).
4120 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
4122         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4123         and use c(ad)r of cddr (Bug#5640).
4125 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
4127         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4128         setting the modes by `ignore-errors'.  It might fail, for example
4129         if the file is not owned by the user but the group.
4130         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4132 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
4134         * files.el (directory-listing-before-filename-regexp): Use
4135         stricter matching for iso-style dates, to avoid false matches with
4136         date-like filenames (Bug#5597).
4138         * htmlfontify.el (htmlfontify): Doc fix.
4140         * eshell/eshell.el (eshell): Doc fix.
4142         * startup.el (fancy-about-screen): In mode-line, apply
4143         mode-line-buffer-id face only to the buffer name (Bug#5613).
4145 2010-02-20  Kevin Ryde  <user42@zip.com.au>
4147         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4148         In `watcom' anchor regexp to start of line, to avoid slowness
4149         (Bug#5599).
4151 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
4153         * subr.el (remove-yank-excluded-properties): Explain in a comment
4154         why `category' property is removed.
4156 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
4158         * isearch.el (isearch-update-post-hook, isearch-update): Revert
4159         2010-02-17 change.
4161 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
4163         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4164         (icalendar--convert-weekly-to-ical)
4165         (icalendar--convert-yearly-to-ical)
4166         (icalendar--convert-block-to-ical)
4167         (icalendar--convert-cyclic-to-ical)
4168         (icalendar--convert-anniversary-to-ical): Take care of time
4169         specifications where hour has 1-digit only (Bug#5549).
4171 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
4173         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4174         of disassemble output in GDB 7.1.
4176 2010-02-19  Glenn Morris  <rgm@gnu.org>
4178         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4179         property.  (Bug#5593)
4181 2010-02-18  Sam Steingold  <sds@gnu.org>
4183         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4185 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4187         Use abbreviated file names in bookmarks (bug#5591).
4188         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
4189         calls to expand-file-name.
4190         (bookmark-relocate): Use abbreviated file names in bookmarks.
4191         (bookmark-load): Use abbreviated file names in messages.
4193 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4195         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4196         expand "." and "..".  Reported by Thierry Volpiatto
4197         <thierry.volpiatto@gmail.com>.
4199 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4201         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4202         permissions of the temporary file to "0600".  In case the remote
4203         file has no read permissions for the owner, there might be
4204         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
4206 22010-02-18  Glenn Morris  <rgm@gnu.org>
4208         * emacs-lisp/authors.el (authors-renamed-files-alist):
4209         Add entries for INSTALL.CVS.
4211 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
4213         * vc-bzr.el: Fix typo in Known Bugs section.
4215         * isearch.el (isearch-update-post-hook): New hook.
4216         (isearch-update): Use the new hook.
4218 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
4220         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4221         Fix errors in copying directories.
4222         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
4223         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
4224         (tramp-handle-delete-file)
4225         (tramp-handle-dired-recursive-delete-directory)
4226         (tramp-handle-write-region): Flush also the cache for the upper
4227         directory.
4229 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
4231         * simple.el (save-interprogram-paste-before-kill): Doc fix.
4233         * cus-edit.el (hardware): Doc fix.
4235         * man.el (man): Add to external custom group.
4237         * delim-col.el (columns): Move to wp custom group.
4239         * doc-view.el (doc-view): Add to data custom group.
4241         * cedet/data-debug.el (data-debug): Move to extensions group.
4243         * cedet/ede.el (ede):
4244         * cedet/srecode.el (srecode):
4245         * cedet/semantic.el (semantic): Put in tools and extensions group.
4247         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
4249         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4250         by ispell-parse-output (Bug#5575).
4252 2010-02-16  Kenichi Handa  <handa@m17n.org>
4254         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
4255         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
4256         (skkdic-convert): Use `euc-japan' coding system for writing.
4258 2010-02-16  Glenn Morris  <rgm@gnu.org>
4260         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
4261         tex-main-file before using it.  (Bug#5562)
4263 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4265         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
4266         warnings, since it is annoying for the user to see them each time he
4267         runs the code.
4269 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
4271         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
4272         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
4273         instead of PROC for caching "first-password-request".  Otherwise,
4274         new processes would not profit from passwords already entered.
4276         * net/tramp-cache.el (tramp-dump-connection-properties):
4277         Don't save "first-password-request" property.
4279 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
4281         * outline.el (outline-head-from-level):
4282         * simple.el (with-wrapper-hook):
4283         * cedet/ede.el (ede-run-target, project-delete-target)
4284         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
4285         (ede-adebug-project, ede-adebug-project-parent)
4286         (ede-adebug-project-root):
4287         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
4288         (elint-defun, elint-buffer-env, elint-top-form-logged)
4289         (elint-unbound-variable):
4290         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
4291         Fix typos in docstrings.
4293 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
4295         * files.el (insert-directory): When WILDCARD-REGEXP and
4296         FULL-DIRECTORY-P are nil, insert the file entry instead of the
4297         whole directory.  (Bug#5551)
4299         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
4300         dired's alignment sanity.  (Bug#5516)
4302 2010-02-14  Juri Linkov  <juri@jurta.org>
4304         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
4305         Remove remaining ^H with their preceding chars.  (Bug#5566)
4307 2010-02-13  Glenn Morris  <rgm@gnu.org>
4309         * simple.el (transpose-subr): Give it a doc-string.
4311         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
4312         Doc fixes.
4314 2010-02-12  Juri Linkov  <juri@jurta.org>
4316         * arc-mode.el (archive-unique-fname): Make directories for nested
4317         archives.  (Bug#5540)
4319 2010-02-12  Juri Linkov  <juri@jurta.org>
4321         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
4323 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4325         * subr.el (copy-overlay): Handle deleted overlays.
4327         * man.el (Man-completion-table): Don't signal an error if we can't run
4328         manual-program (bug#4056).
4330 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
4332         * textmodes/artist.el (artist-mt): Fix typos in docstring.
4334 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4336         * info.el (Info-bookmark-jump): Simplify.
4338         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
4339         (bookmark-default-handler): Accept new bookmark field `buffer'.
4341 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
4343         * iswitchb.el (iswitchb-completions): Revert last change.
4345 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
4347         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
4348         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
4349         This prevents file names like "~/" being listed literally.
4351 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
4353         * term/xterm.el (xterm-maybe-set-dark-background-mode):
4354         Remove dead code.  (Bug#5546)
4356 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
4358         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
4359         correctly (Bug#5548).
4361 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
4363         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
4364         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
4366 2010-02-08  Kenichi Handa  <handa@m17n.org>
4368         * international/mule-util.el (with-coding-priority): Add autoload
4369         cookie for putting `lisp-indent-function'.
4371 2010-02-07  Glenn Morris  <rgm@gnu.org>
4373         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
4374         Move F2003 named interfaces from keywords-2 to keywords-1, and
4375         use function-name-face rather than constant-face.
4376         Simplify "abstract interface" regexp.
4378 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
4380         * eshell/esh-util.el (eshell-file-attributes): New optional arg
4381         ID-FORMAT.  Pass it to `file-attributes'.
4383         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
4385 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
4387         * faces.el (set-face-attribute): Allow calling
4388         internal-set-lisp-face-attribute with 'unspecified family and
4389         foundry argument (Bug#5536).
4391 2010-02-07  Glenn Morris  <rgm@gnu.org>
4393         * progmodes/f90.el (f90-font-lock-keywords-2)
4394         (f90-looking-at-type-like, f90-looking-at-program-block-end):
4395         Handle F2003 named interfaces.
4397 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
4399         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
4400         beg and end before calling c-get-state-before-change-functions.
4402 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
4404         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
4406 2010-02-05  Juri Linkov  <juri@jurta.org>
4408         * doc-view.el (doc-view-mode):
4409         * image-mode.el (image-mode): Put property mode-class=special.
4410         (Bug#4896)
4412 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
4414         * vc-svn.el (vc-svn-revision-table): New function.
4416 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
4418         * net/ange-ftp.el (ange-ftp-insert-directory):
4419         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4420         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4421         Handle also directories.  (Bug#5478)
4423 2010-02-05  Glenn Morris  <rgm@gnu.org>
4425         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
4427 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
4429         * startup.el (command-line-1): Convert options beginning with a
4430         single dash as well (Bug#5519).
4432 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4434         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
4435         * minibuffer.el (completion-initials-expand): Only check the presence
4436         of delims *within* the boundaries, since otherwise the / delim is
4437         always found for files.
4439         Fix up various corner case problems.
4440         * doc-view.el (doc-view-last-page-number): New function.
4441         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
4442         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
4443         (doc-view-kill-proc): Avoid inf-loop in freak cases.
4444         (doc-view-reconvert-doc): Use the new recursive delete-directory.
4445         (doc-view-convert-current-doc): Don't create the resolution.el file
4446         here any more.
4447         (doc-view-pdf/ps->png): Do it here instead.
4448         (doc-view-already-converted-p): Check that resolution.el is present.
4449         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
4450         windows that are not yet showing images.
4452 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
4454         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
4455         `dired-uncache' for every elemnt which is an absolute file name.
4457         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
4458         directory, handle its directory component.
4459         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
4460         function is called permanently and creates noise, otherwise.
4462         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4463         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4464         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
4466 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
4468         * macros.el (apply-macro-to-region-lines):
4469         Minor simplification.  (Bug#5485)
4471 2010-02-04  Glenn Morris  <rgm@gnu.org>
4473         * mail/rmail.el (rmail-show-message-1): Handle malformed
4474         quoted-printable text.  (Bug#5441)
4476         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
4478         * simple.el (visual-line-mode): Capitalize lighter.
4480 2010-02-03  John Wiegley  <jwiegley@gmail.com>
4482         * iswitchb.el (iswitchb-completions): Add bookmark files to the
4483         list of files considered for "virtual buffer" completions.
4485 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
4487         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
4488         also in case of (and (not full) (not wildcard)). This is needed,
4489         when dired is called with a list of files, which are not in
4490         `default-directory'.  (Bug#5478)
4492 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4494         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
4496 2010-02-02  Juri Linkov  <juri@jurta.org>
4498         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
4499         from unidiff to allow function-line after @@.
4501 2010-02-02  Juri Linkov  <juri@jurta.org>
4503         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
4504         '(RCS SCCS) with inverted condition.
4506 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
4508         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
4509         messages.
4511 2010-02-01  Juri Linkov  <juri@jurta.org>
4513         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
4514         compare with "pkunzip" and "pkzip" instead of only "pkzip".
4515         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
4516         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
4518 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4520         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
4521         (doc-view-revert-buffer): New command.
4522         (doc-view-mode-map): Use it.
4524 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
4526         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
4527         pending merge is detected.
4529 2010-01-31  Juri Linkov  <juri@jurta.org>
4531         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
4532         beginning of interactive spec like all other grep commands do.
4533         Put "all" in front of "gz".  (Bug#5260)
4535 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
4537         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
4539 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
4541         * dirtrack.el (dirtrack): Warn instead of signalling error if the
4542         regexp is incorrect (Bug#5476).
4544 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
4546         * net/tramp.el (tramp-handle-insert-directory): Handle also
4547         symlinks, when FILENAME is not in `default-directory'.
4549 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
4551         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
4552         FILE is not in `default-directory'.  (Bug#5478)
4554         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
4555         of SWITCHES.  Handle the case, FILENAME is not in
4556         `default-directory'.  (Bug#5478)
4557         (tramp-register-file-name-handlers): Add safe-magic property.
4559 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
4561         * arc-mode.el (archive-zip-extract): Quote the argument passed to
4562         unzip (Bug#5475).
4564 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
4566         * progmodes/flymake.el (flymake-allowed-file-name-masks)
4567         (flymake-master-make-header-init): Add other C++ filename masks.
4568         (flymake-find-possible-master-files)
4569         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
4571 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
4573         Fix some busybox annoyances.
4575         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
4576         not responding." string.
4577         (tramp-open-connection-setup-interactive-shell): Dump stty
4578         settings.  Enable "neveropen" arg for all `tramp-send-command'
4579         calls.  Handle "=" in variable values properly.
4580         (tramp-find-inline-encoding): Raise an error, when no encoding is
4581         found.
4582         (tramp-wait-for-output): Check, whether PROC buffer is available.
4583         Remove spurious " ^H" sequences, sent by busybox.
4584         (tramp-get-ls-command): Suppress coloring, if possible.
4586 2010-01-28  Glenn Morris  <rgm@gnu.org>
4588         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
4590         * log-edit.el (log-edit-strip-single-file-name): Add missing
4591         :safe, :group, and :version tags.
4593 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
4595         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
4596         buffers.  (Bug#5477)
4598 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
4600         * files.el (delete-directory): Handle moving to trash without
4601         first doing recursion (Bug#5436).
4603 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
4605         * vc-hooks.el (vc-path): Mark as obsolete.
4607 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
4609         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
4610         names too.
4612         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
4613         for the short log.
4614         (vc-bzr-log-view-mode): Adjust regexp for the above change.
4616 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
4618         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
4620         * vc-bzr.el (vc-bzr-revision-table): New function.
4622 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
4624         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
4625         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
4627 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
4629         Remove support for adding --signoff on commit.
4630         Future support will use an incompatible generic mechanism.
4631         * vc-git.el (vc-git-add-signoff): Remove variable.
4632         (vc-git-toggle-signoff): Remove function.
4633         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
4635         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
4636         from xterm-set-background-mode.  Return t if the background mode
4637         was set.
4638         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
4639         earlier, call it again in case the background mode has changed.
4641 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
4643         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
4644         (Bug#3541).
4646 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
4648         * emacs-lisp/assoc.el (aelement): Doc fix.
4649         (aput, adelete, amake): Use lexical-let (Bug#5450).
4651 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
4653         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
4654         is the same as subprogram call, not declaration.  (Bug#5435).
4656 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
4658         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
4659         (tramp-smb-maybe-open-connection): Use it.
4661 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
4663         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
4665 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4667         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
4668         just because we see "encoding: 8bit".
4669         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
4671 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
4673         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
4675 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
4677         * jka-compr.el (jka-compr-load): If load-file is not in
4678         load-history, try its file-truename version.  (bug#5447)
4680 2010-01-21  Alan Mackenzie  <acm@muc.de>
4682         Fix a situation where deletion of a cpp construct throws an error.
4683         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
4684         invoking c-with-all-but-one-cpps-commented-out, check that the
4685         special cpp construct is still in the buffer.
4686         (c-parse-state): Record the special cpp with markers, not numbers.
4688 2010-01-21  Kenichi Handa  <handa@m17n.org>
4690         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
4691         process last-command-event, as it is now decoded first (Bug#5380).
4693 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
4695         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
4697 2010-01-20  Glenn Morris  <rgm@gnu.org>
4699         * indent.el (tab-always-indent): Fix custom-type.
4701 2010-01-19  Alan Mackenzie  <acm@muc.de>
4703         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
4704         buffer throws "args out of range".
4705         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
4706         playing the role of delimiter.
4708 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
4710         * progmodes/ada-mode.el: Fix bug#5400.
4711         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
4712         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
4713         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
4714         Improve comments in "is" portion.  Handle null procedure declaration.
4715         (ada-move-to-end): Improve doc string.
4717 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
4719         * ido.el (ido-cur-list): Initialize to nil.
4720         Remove obsolete information from commentary.
4721         (ido-choice-list): Initialize to nil.
4722         (ido-get-bufname): Reject minibuffers.
4723         (ido-make-buffer-list): If "default" is a nonexistent
4724         buffer, ignore it, as per the function's comment.
4725         (ido-kill-buffer-internal): New function.
4726         (ido-kill-buffer-at-head): Use it.
4727         (ido-visit-buffer): Likewise.
4729 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4731         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
4733 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
4735         * cedet/ede/locate.el (ede-locate-file-in-project)
4736         (ede-locate-file-in-project-impl): Fix typos in docstrings.
4737         (ede-enable-locate-on-project): Fix typos in error messages.
4739         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
4740         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
4741         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
4742         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
4743         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
4744         Fix typos in menu help.
4746         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
4747         Fix typos in chart titles.
4749         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
4750         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
4751         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
4752         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
4753         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
4754         (semantic-parse-stream, semantic-parse-region)
4755         (semantic-parse-region-default, semantic--set-buffer-cache)
4756         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
4757         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
4758         (semantic-default-submodes):
4759         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
4760         (semanticdb-create-ebrowse-database)
4761         (semanticdb-find-tags-for-completion-method)
4762         (semanticdb-find-tags-by-class-method)
4763         (semanticdb-deep-find-tags-by-name-method)
4764         (semanticdb-deep-find-tags-for-completion-method):
4765         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
4766         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
4767         (semanticdb-find-tags-for-completion-method)
4768         (semanticdb-find-tags-by-class-method)
4769         (semanticdb-deep-find-tags-for-completion-method):
4770         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
4771         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
4772         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
4773         (semanticdb-find-tags-by-name-method)
4774         (semanticdb-find-tags-by-name-regexp-method)
4775         (semanticdb-find-tags-for-completion-method)
4776         (semanticdb-find-tags-by-class-method)
4777         (semanticdb-find-tags-external-children-of-type-method)
4778         (semanticdb-find-tags-subclasses-of-type-method)
4779         (semanticdb-deep-find-tags-by-name-method)
4780         (semanticdb-deep-find-tags-by-name-regexp-method)
4781         (semanticdb-deep-find-tags-for-completion-method):
4782         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
4783         (semanticdb-enable-gnu-global-in-buffer)
4784         (semanticdb-find-tags-for-completion-method)
4785         (semanticdb-deep-find-tags-by-name-method)
4786         (semanticdb-deep-find-tags-for-completion-method):
4787         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
4788         (javascript-mode, semanticdb-find-translate-path)
4789         (semanticdb-find-tags-for-completion-method)
4790         (semanticdb-find-tags-by-class-method)
4791         (semanticdb-deep-find-tags-by-name-method)
4792         (semanticdb-deep-find-tags-for-completion-method)
4793         (semanticdb-find-tags-external-children-of-type-method):
4794         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
4795         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
4796         (global-semantic-idle-scheduler-mode):
4797         * cedet/srecode/dictionary.el (srecode-field-value)
4798         (srecode-dictionary-add-section-dictionary):
4799         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
4800         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
4801         (describe-class, eieio-describe-generic, describe-generic):
4802         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
4803         (eieio-speedbar-expand):
4804         * emulation/viper-cmd.el (viper-exec-form-in-vi)
4805         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
4806         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
4807         (viper-del-backward-char-in-replace, viper-backward-indent)
4808         (viper-brac-function, viper-register-to-point, viper-submit-report):
4809         * net/tramp.el (tramp-remote-coding-commands):
4810         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
4811         Fix typos in docstrings.
4813 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4815         * mail/sendmail.el (mail-yank-original): Set the mark if the
4816         specified function for yanking does not do it.
4818 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
4820         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
4822         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
4823         resyncing a directory.
4825 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
4827         * progmodes/ada-mode.el: Fix bug#1920.
4828         (ada-ident-re): Delete ., allow multibyte characters.
4829         (ada-goto-label-re): New; matches goto labels.
4830         (ada-block-label-re): New; matches block labels.
4831         (ada-label-re): New; matches both.
4832         (ada-named-block-re): Deleted; callers changed to use
4833         `ada-block-label-re' instead.
4834         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
4835         Use `ada-block-label-re'.
4836         (ada-indent-on-previous-lines): Improve handling of goto labels.
4837         (ada-get-indent-block-start): Special-case block label.
4838         (ada-get-indent-label): Split into `ada-indent-block-label' and
4839         `ada-indent-goto-label'.
4840         (ada-goto-stmt-start, ada-goto-next-non-ws):
4841         Optionally ignore goto labels.
4842         (ada-goto-next-word): Simplify.
4843         (ada-indent-newline-indent-conditional): Insert newline before
4844         trying to fix indentation; doc fix.
4846 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
4848         * calc/calc.el (calc-command-flags): Give it an initial value.
4850 2010-01-17  Glenn Morris  <rgm@gnu.org>
4852         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
4854 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4856         * cedet/semantic.el (semantic-mode):
4857         * files.el (minibuffer-with-setup-hook):
4858         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
4859         (artist-key-draw-continously, artist-key-do-continously-continously)
4860         (artist-key-set-point-continously, artist-mouse-draw-continously):
4861         Fix typos in docstrings.
4863 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
4865         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
4866         return t (Bug#3898).
4868 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
4870         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
4871         can parse the output of the external commands (Bug#5279).
4873 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
4875         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
4877 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
4879         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
4881         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
4883         * startup.el (command-line): Remove unused --icon-type arg.
4884         Handle --display arg, passing it to command-line-1 (Bug#5392).
4886 2010-01-16  Mario Lang  <mlang@delysid.org>
4888         * cedet/ede/cpp-root.el (ede-cpp-root-project):
4889         * cedet/ede/files.el (ede-expand-filename):
4890         * cedet/ede/simple.el (ede-simple-project):
4891         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4892         (semantic-complete-inline-tag-engine):
4893         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4894         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
4895         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4896         * cedet/semantic/db.el (semanticdb-equivalent-mode):
4897         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
4898         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4899         * emacs-lisp/chart.el (chart-translate-namezone):
4900         * textmodes/artist.el (artist-compute-popup-menu-table):
4901         Remove duplicated words in doc-strings.
4903 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
4905         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
4906         to mairix-search to suppress threading (Bug#5342).
4908 2010-01-15  Kenichi Handa  <handa@m17n.org>
4910         * international/mule-cmds.el (canonicalize-coding-system-name):
4911         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
4913 2010-01-15  Glenn Morris  <rgm@gnu.org>
4915         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
4917         * wid-edit.el (widget-keymap): Doc fix.
4919         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
4920         former seems to be more widely accepted by various svn versions.
4922 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
4924         * find-cmd.el (find-constituents):
4925         * vc-arch.el (vc-arch-root):
4926         * window.el (window-body-height, pop-up-frames):
4927         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
4928         (semantic-no-reparse-needed-change-hook):
4929         * cedet/srecode/insert.el (srecode-resolve-argument-list)
4930         (srecode-template-inserter-blank, srecode-template-inserter-variable)
4931         (srecode-template-inserter-ask, srecode-template-inserter-width)
4932         (srecode-template-inserter-section-start)
4933         (srecode-template-inserter-section-end, srecode-insert-method):
4934         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
4935         * progmodes/ada-stmt.el (ada-if):
4936         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
4937         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
4938         (ispell-encoding8-command, ispell-aspell-supports-utf8)
4939         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
4941         * progmodes/flymake.el (flymake-post-syntax-check):
4942         Fix typo in error message.
4944 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
4946         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
4947         which is always a string.  (Bug#5313)
4949 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
4951         * progmodes/ada-xref.el (ada-default-prj-properties):
4952         Simplify previous change.
4954 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4956         * progmodes/ada-xref.el (ada-default-prj-properties):
4957         Default ada_project_path to $ADA_PROJECT_PATH.
4959 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4961         * progmodes/ada-mode.el (ada-create-keymap):
4962         Override `narrow-to-defun' with `ada-narrow-to-defun'.
4964 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4966         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
4967         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
4968         (ada-get-current-indent, ada-imenu-generic-expression)
4969         (ada-which-function): Check for it.
4971 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4973         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
4974         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
4976 2010-01-14  Glenn Morris  <rgm@gnu.org>
4978         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
4980 2010-01-14  Kenichi Handa  <handa@m17n.org>
4982         * composite.el (auto-composition-mode): Make it a buffer local
4983         variable (permanent-local).
4984         (auto-composition-function): Set the default value to
4985         auto-compose-chars.
4986         (auto-composition-mode): Make it a simple function, not a minor mode.
4987         (global-auto-composition-mode): Likewise.
4988         (turn-on-auto-composition-if-enabled): Delete it.
4990 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
4992         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
4994 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
4996         * files.el (copy-directory): Compute target for recursive
4997         directories with identical names.  (Bug#5343)
4999 2010-01-12  Glenn Morris  <rgm@gnu.org>
5001         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5002         it to bug-gnu-emacs rather than emacs-pretest-bug.
5004 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5006         * cedet/data-debug.el (data-debug): Fix customization group reference.
5008 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5010         * cedet/semantic/analyze.el (semantic-analyze-push-error)
5011         (semantic-analyze-context, semantic-analyze-context-assignment)
5012         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5013         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5014         (semantic-java-doc-keywords-map):
5015         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5016         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5017         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5018         (semantic-c-classname, semantic-format-tag-uml-prototype)
5019         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5020         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5021         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5022         (semantic-get-local-variables, semantic-end-of-command)
5023         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5024         (lisp-mode):
5025         * cedet/semantic/bovine/make.el (makefile-mode):
5026         * cedet/semantic/wisent/python.el (wisent-python-string-re)
5027         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5028         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5029         (semantic-lex, semantic-get-local-variables, python-mode):
5030         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5031         * cedet/srecode/extract.el (srecode-extract-state-set)
5032         (srecode-extract-method): Fix typos in docstrings.
5034 2010-01-11  Sam Steingold  <sds@gnu.org>
5036         * imenu.el (imenu-default-create-index-function): Detect infinite
5037         loops caused by imenu-prev-index-position-function.
5039 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5041         * htmlfontify.el (htmlfontify-load-rgb-file)
5042         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5043         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5044         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5045         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5046         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5047         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5048         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5049         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5050         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5051         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5052         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5053         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5054         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5055         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5056         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5057         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5058         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5059         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5060         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5061         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5062         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5063         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5064         backslash-quoting from parentheses, etc.
5066 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
5068         * progmodes/js.el: Autoload javascript-mode alias.
5070 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5072         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5073         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5074         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5075         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5076         Fix typos in docstrings.
5077         (ffap-url-regexp): Doc fix.
5078         (ffap-at-mouse): Fix typo in message.
5080 2010-01-11  Glenn Morris  <rgm@gnu.org>
5082         * version.el (emacs-copyright): Set copyright year to 2010.
5084 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5086         * format.el (format-annotate-function): Only set
5087         write-region-post-annotation-function after running to-fn so as not to
5088         affect nested write-region calls (bug#5273).
5090 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
5092         * cedet/semantic.el (semantic-new-buffer-setup-functions):
5093         Add python parser.
5095         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5096         wisent/python.el.
5098 2010-01-10  Richard Kim  <emacs18@gmail.com>
5100         * cedet/semantic/wisent/python-wy.el:
5101         * cedet/semantic/wisent/python.el: New files.
5103 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5105         * man.el (Man-goto-section): Signal error if the section is not
5106         found (Bug#5317).
5108 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
5110         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5111         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
5113 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5115         * progmodes/compile.el: Don't treat compile-command as safe if
5116         compilation-read-command might be nil (Bug#4218).
5118 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
5120         * startup.el (command-line-1): Use orig-argi to check for ignored X and
5121         NS options.
5123 2010-01-08  Kenichi Handa  <handa@m17n.org>
5125         * international/fontset.el (build-default-fontset-data):
5126         Exclude characters in scripts kana, hangul, han, or cjk-misc.
5128 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
5130         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5131         to `create-file-buffer' as it expects, not just a buffer name.
5132         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5133         to help uniquify.  (Bug#3224)
5135 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
5137         * font-setting.el (font-setting-change-default-font): Use user-spec
5138         instead of name.
5140 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5142         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5144 2010-01-05  Tom Tromey  <tromey@redhat.com>
5146         * progmodes/python.el (python-font-lock-keywords):
5147         Handle qualified decorators (Bug#881).
5149 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5151         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5152         in a lightweight checkout.
5154 2010-01-05  Kenichi Handa  <handa@m17n.org>
5156         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5158 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5160         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5162 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
5164         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5165         checkouts.  (Bug#618)
5166         (vc-bzr-log-view-mode): Also highlight the author.
5167         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5168         (vc-bzr-shelve-menu-map):
5169         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5170         (vc-bzr-shelve-apply): Make prompt more explicit.
5172 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5174         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5175         They are valid characters in URL paths (rfc3986), and at least
5176         Firefox does not understand the encoded version (Bug#3166).
5178 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
5180         * progmodes/octave-mod.el (octave-end-keywords)
5181         (octave-block-begin-or-end-regexp, octave-block-match-alist):
5182         Add "end" keyword (Bug#3061).
5183         (octave-end-as-array-index-p): New function.
5184         (calculate-octave-indent): Use it.
5186 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5188         * bookmark.el: Consistently put the text property on the bookmark name.
5189         (bookmark-bmenu-marks-width): Bump back to 2, to include
5190         annotation marks.
5191         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
5192         property on the bookmark name, instead of not putting it at all.
5193         (bookmark-bmenu-list): Fix where we put the text property.
5195 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5197         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
5198         for showing buffer modified state (as added in the previous change).
5200 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5202         * bookmark.el: Show modified state of bookmark buffer more accurately.
5203         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
5204         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
5205         (with-buffer-modified-unmodified): New macro.
5206         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5207         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
5208         Use new macro to preserve the buffer modified state.
5210 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5212         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
5213         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
5214         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
5215         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
5216         (bookmark-bmenu-rename, bookmark-bmenu-locate)
5217         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
5218         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
5220 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5222         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5223         Make the lines in the generated doc string shorter.  (Bug#4668)
5225 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
5227         * net/rcirc.el: Add follow-link binding (Bug#4738).
5229 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5231         * Makefile.in (bzr-update): Rename from cvs-update.
5232         (cvs-update): New target for backward compatibility.
5234         * makefile.w32-in (bzr-update): Rename from cvs-update.
5235         (cvs-update): New target for backward compatibility.
5237 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5239         * bookmark.el: Remove gratuitous gratitude.
5241 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5243         * bookmark.el (bookmark-bmenu-any-marks): New function
5244         (bookmark-bmenu-save): Clear buffer modification if no marks.
5246 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5248         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5249         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5250         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
5251         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
5253         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
5254         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
5255         To: emacs-devel {_AT_} gnu.org
5256         Subject: bookmark.el bug report
5257         Date: Mon, 28 Dec 2009 14:19:16 +0800
5258         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
5260 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5262         * bookmark.el: Improvements suggested by Drew Adams:
5263         (bookmark-bmenu-ensure-position): New name for
5264         `bookmark-bmenu-check-position'.  Just ensure the position,
5265         don't return any meaningful value.
5266         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
5267         New constants.
5269 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
5271         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
5272         (bookmark-yank-point, bookmark-bmenu-check-position):
5273         Fix typos in docstrings.
5274         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
5275         (bookmark-name-from-full-record, bookmark-get-position)
5276         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
5277         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
5278         Remove useless quoting of parenthesis, etc. in docstrings.
5280         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
5281         (ediff-append-custom-diff): Fix typo in error message.
5282         (ediff-meta-mark-equal-files): Fix typos in messages.
5284         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
5286         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
5287         Fix typo in docstring.
5289         * net/imap-hash.el (imap-hash-make): Doc fix.
5290         (imap-hash-test): Fix typo in error message; reflow docstring.
5291         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
5292         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
5293         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
5294         Fix typos in docstrings.
5295         (imap-hash-open-connection): Fix typo in error message.
5297         * play/gomoku.el (gomoku): Fix typos in docstring.
5299         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
5300         (gdb-jsonify-buffer): Fix typos in docstring.
5301         (gdb-goto-breakpoint): Fix typo in error message.
5302         ("Display Other Windows"): Fix typo in help message.
5303         (gdb-speedbar-expand-node): Fix typo in question.
5305         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
5306         (idlwave-html-system-help-location, idlwave-html-help-location)
5307         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
5308         (idlwave-help-browser-generic-args, idlwave-help-directory)
5309         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
5310         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
5311         (idlwave-online-help, idlwave-help-html-link)
5312         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
5313         Fix typos in docstrings.
5314         (idlwave-help-with-source, idlwave-help-find-routine-definition):
5315         Reflow docstrings.
5316         (idlwave-help-assistant-start): Fix typo in error message.
5318         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
5319         (octave-electric-space): Fix typos in docstrings.
5321 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5323         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
5325 2010-01-01  Juri Linkov  <juri@jurta.org>
5327         * comint.el (comint-input-ring-size): Make it a defcustom and
5328         increase the default to 500 (Bug#5148).
5330 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
5332         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
5333         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
5334         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
5336 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
5338         Show working revision correctly for mercurial.
5339         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
5340         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
5342 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
5344         Declare some functions for the byte-compiler.
5345         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
5346         (speedbar-timer-fn, speedbar-change-expand-button-char)
5347         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
5349 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
5351         This changeset reverts GDB Graphical Interface to use annotations.
5352         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
5354 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
5356         Make vc-dir work on subdirectories of the bzr root.
5357         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
5358         file names relative to it.
5359         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
5360         relative directory to vc-bzr-after-dir-status.
5362 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
5364         * font-lock.el (font-lock-refresh-defaults): New function, which
5365         can be used to let font-lock react to external changes in
5366         variables like font-lock-defaults and keywords.
5367         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
5369 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
5371         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
5373         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
5375 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
5377         Supersede color.diff settings in git log (bug#5211).
5379         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
5380         escape chars in its output when the user has color.diff set to `always'.
5381         This fix works on git 1.4.2 and newer (released on 2006-08-13).
5383 2009-12-26  Kevin Ryde  <user42@zip.com.au>
5385         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
5386         node.  Keep previous "Index" name to work with past coreutils too.
5388         * man.el (man): Revise docstring a bit to show -a and -l as
5389         examples.  Add -k description since support for it has otherwise
5390         been a secret.  (Further to bug#3717.)
5391         (Man-bgproc-sentinel): When "-k foo" produces no output show error
5392         "no matches" rather than "Can't find manpage", as the latter reads
5393         like -k was interpreted as a page name, which is not so.  (Bug#5431)
5395 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
5397         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
5398         switches.  Check also for //SUBDIRED// line.
5400 2009-12-25  Kenichi Handa  <handa@m17n.org>
5402         * language/indian.el (devanagari-composable-pattern): Fixed to
5403         handle ZWNJ and ZWJ.  Use it in composition-function-table for
5404         Devanagari.
5405         (malayalam-composable-pattern): Fix previous change.
5407 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5409         * ps-print.el (ps-face-attributes): It was not returning the
5410         attribute face for faces specified as string.  Reported by harven
5411         <harven@free.fr>.
5412         (ps-print-version): New version 7.3.5.
5414 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
5416         * calendar/icalendar.el (icalendar--convert-tz-offset):
5417         Fix timezone names.
5418         (icalendar--convert-tz-offset): Fix the "last-day-problem".
5419         (icalendar--add-diary-entry): Remove the trailing blank that
5420         diary-make-entry inserts.
5422 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
5424         Make `file-expand-wildcards' work for remote files.
5426         * files.el (file-expand-wildcards): In case of remote files, check
5427         only local file name part for wildcards.  Provide feature 'files
5428         and subfeature 'remote-wildcards.  (Bug#5198)
5430         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
5431         if there is already an established connection.
5432         (tramp-advice-file-expand-wildcards): Remove it.
5434         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
5435         (tramp-advice-file-expand-wildcards): Move from tramp.el.
5436         Activate advice for older GNU Emacs versions.  (Bug#5237)
5438 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
5440         Some doc fixes (more needed).
5442         * find-cmd.el (find-constituents): Reflow docstring.
5443         (find-cmd, find-prune, find-command): Fix typos in docstrings.
5444         (find-generic): Doc fix.
5446 2009-12-17  Juri Linkov  <juri@jurta.org>
5448         Fix regression from 23.1 to allow multiple modes in Local Variables.
5450         * files.el (hack-local-variables-filter): While ignoring duplicates,
5451         don't take `mode' into account.
5452         (hack-local-variables-filter, hack-dir-local-variables):
5453         Don't remove duplicate `mode' from local-variables-alist (like `eval').
5455 2009-12-17  Juri Linkov  <juri@jurta.org>
5457         Make `dired-diff' safer.  (Bug#5225)
5459         * dired-aux.el (dired-diff): Signal an error when `file' equals to
5460         `current' or when `file' is a directory of the `current' file.
5462 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
5464         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
5465         unconditionally preloaded files.
5467 2009-12-16  Juri Linkov  <juri@jurta.org>
5469         Revert to old 23.1 logic of using the file at the mark as default.
5470         * dired-aux.el (dired-diff): Use the file at the mark as default
5471         if it's not the same as the current file, and the target dir is
5472         the current dir or the mark is active.  Add the current file
5473         as the arg of `dired-dwim-target-defaults'.  Use the default file
5474         in the prompt.  (Bug#5225)
5476 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
5478         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
5479         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
5480         (tramp-check-for-regexp): Check also, when an echoing shell stops
5481         to echo sent commands.
5483 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5485         * Makefile.in: Revert last change (Bug#5191).
5487 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
5489         * vc-hg.el (vc-hg-print-log): Fix argument order.
5490         (vc-hg-working-revision): Make sure the command is executed in a
5491         known environment so that we can parse the output.  (Bug#4417)
5493 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5495         * progmodes/python.el (python-symbol-completions): Remove text
5496         properties from symbol string before calling python-send-receive.
5498 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
5500         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5501         when there are values for both file and line.  (Bug#5060)
5503 2009-12-14  Juri Linkov  <juri@jurta.org>
5505         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
5506         whitespace after the file name of the first line of unified format,
5507         because git-diff doesn't output whitespace and file modification time
5508         after the file name.
5510 2009-12-14  David Kastrup  <dak@gnu.org>
5512         * info.el (Info-hide-cookies-node): Before hiding a cookie,
5513         check if it already has the `display' property added by
5514         `Info-display-images-node', and not put the `invisible' property
5515         in this case.
5517 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5519         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
5520         (semantic-mru-bookmark-mode): Doc fixes.
5522         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
5523         of assert.
5525 2009-12-13  Glenn Morris  <rgm@gnu.org>
5527         * mail/emacsbug.el (message-sort-headers): Define for compiler.
5528         (report-emacs-bug): In message-mode, sort manually before storing
5529         original report text.  (Bug#5178)
5530         Remove superfluous save-excursion.
5532 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
5534         * net/dbus.el (dbus-property-handler): Filter lambda forms out
5535         when responding to "GetAll" properties.
5537 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
5539         * simple.el (compose-mail): Remove mail-setup-with-from from
5540         customization checks.
5542 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
5544         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
5545         RAR archives created on Unix systems.
5547 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5549         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
5550         the varalias that was accidentally removed by the 2009-11-19 change
5551         (bug#5186).
5553 2009-12-12  Kenichi Handa  <handa@m17n.org>
5555         * language/indian.el (indian-compose-regexp): New function.
5556         (malayalam-composable-pattern): Fix the pattern.
5557         (composition-function-table): Set malayalam-composable-pattern for
5558         Malayalam characters.
5560 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
5562         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
5563         rather than down-mouse-1, based on follow-link conventions.
5565         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
5566         are compiled.
5568 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
5570         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
5571         (verilog-vmm-statement-re, verilog-ovm-statement-re)
5572         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
5573         (verilog-leap-to-head, verilog-backward-token):
5574         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
5576 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
5578         * progmodes/verilog-mode.el (verilog-auto-lineup)
5579         (verilog-nameable-item-re): Cleanup user-visible spelling and
5580         documentation errors.  One reported by Gary Delp.
5581         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
5582         (verilog-read-decls): Fix AUTOWIRE with types declared in a
5583         package, bug195.  Reported by Pierre-David Pfister.
5585 2009-12-11  Glenn Morris  <rgm@gnu.org>
5587         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
5589         * mail/emacsbug.el: No longer require sendmail.
5590         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
5591         (report-emacs-bug-orig-text): Doc fix.
5592         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
5593         New local variables, to adapt to different mail-user-agents.
5594         (report-emacs-bug): Fix test for a gnu.org address.
5595         Use overlays for emphasis, since font-lock defeats 'face property.
5596         Pretest bugs also end up at the newsgroup these days.
5597         Stop message-mode stripping text properties.
5598         Set and use the new buffer-local variables.
5599         (report-emacs-bug-hook): Add doc-string.
5600         Remove some unnecessary save-excursions and simplify.
5601         Use the appropriate hook and send-command.
5603         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
5604         capitalization of some menu entries.
5606 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5608         * whitespace.el (whitespace-display-char-on):
5609         Ensure `buffer-display-table' is unique when two or more windows are
5610         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
5611         New version 12.1.
5613 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
5615         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
5616         characters in the Attribute field.
5618 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
5620         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
5622 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5624         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
5625         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5626         Disregard autoload-excludes.
5627         (update-directory-autoloads): Obey autoload-excludes here instead.
5628         But don't store its contents in no-autoloads and remove entries that
5629         refer to excludes files.
5631 2009-12-10  Glenn Morris  <rgm@gnu.org>
5633         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
5634         (expand-mail-aliases): Define for compiler.
5636         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
5637         Define for compiler.
5639         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
5640         appropriate for the mail-user-agent in use.
5642 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
5644         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
5646 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
5648         Fix short log parsing and fontification.
5649         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
5650         Fix fontification for the [merge] label.
5652 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
5654         Drop some properties to avoid surprises (bug#5002).
5655         * htmlfontify.el (hfy-ignored-properties): New defcustom.
5656         (hfy-fontify-buffer): Use it.
5658 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5660         Minor cleanup.
5661         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
5662         Adjust all callers.
5663         (ffap-locate-file): Remove unused arg `dir-ok' and make other
5664         args compulsory.  Adjust callers.
5665         (ffap-gopher-at-point): Remove unused var `name'.
5667         Get rid of the ELCFILES abomination.
5668         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
5669         (compile-elcfiles): New phony target.
5670         (compile-main): Compute ELCFILES dynamically.
5671         (compile-clean): New target to remove left-over elc files.
5672         (compile, all): Use it.
5674 2009-12-09  Kenichi Handa  <handa@etlken>
5676         * international/mule-diag.el: Require help-mode instead of help-fns.
5678 2009-12-09  Kenichi Handa  <handa@m17n.org>
5680         * international/mule-cmds.el (ucs-names): Supply sufficiently
5681         fine ranges instead of pre-calculating accurate ranges.
5682         Iterate with bigger gc-cons-threshold.
5684 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
5686         Add support for stashing a snapshot of the current tree.
5687         * vc-git.el (vc-git-stash-snapshot): New function.
5688         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
5690 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
5692         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
5693         instead of `(beginning|end)-of-line'.
5695 2009-12-08  Glenn Morris  <rgm@gnu.org>
5697         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
5699         * Makefile.in (ELCFILES): Regenerate.
5701 2009-12-07  Juri Linkov  <juri@jurta.org>
5703         Don't lazy-highlight the comint output in history Isearch mode.
5705         * comint.el (comint-history-isearch-search): Instead of
5706         `comint-line-beginning-position', use `comint-after-pmark-p'
5707         to check if point if before the process mark, and go to
5708         `process-mark' in this case.
5710 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5712         * textmodes/tex-mode.el (latex-complete)
5713         (latex-indent-or-complete): Remove.
5714         (latex-mode): Set completion-at-point-functions instead.
5716         Provide a standard completion command and hook it into TAB.
5717         * minibuffer.el (completion-at-point-functions): New var.
5718         (completion-at-point): New command.
5719         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
5720         * progmodes/python.el (python-mode-map): Use completion-at-point.
5721         (python-completion-at-point): Rename from python-partial-symbol and
5722         adjust for use in completion-at-point-functions.
5723         (python-mode): Setup completion-at-point for Python completion.
5724         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
5725         extracted from lisp-complete-symbol.
5726         (lisp-complete-symbol): Use it.
5727         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
5728         setup completion-at-point for Elisp completion.
5729         (emacs-lisp-mode-map, lisp-interaction-mode-map):
5730         Use completion-at-point.
5731         * ielm.el (ielm-map): Use completion-at-point.
5732         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
5733         * progmodes/sym-comp.el: Move to...
5734         * obsolete/sym-comp.el: Move from progmodes.
5736 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
5738         Prevent save-buffer in Rmail buffers from using the coding-system
5739         of the current message, and from clobbering the encoding mnemonics
5740         in the mode line (Bug#4623).
5742         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
5743         flag, too.
5744         (rmail-message-encoding): New variable.
5745         (rmail-write-region-annotate): Record the encoding of the current
5746         message in rmail-message-encoding.
5747         (rmail-after-save-hook): New function, restores the encoding of
5748         the current message after the message collection is saved.
5750 2009-12-07  Juri Linkov  <juri@jurta.org>
5752         * progmodes/grep.el (grep-read-files): Use `completing-read'
5753         instead of `read-string'.  Set its `collection' arg to
5754         `read-file-name-internal'.  (Bug#4301)
5756 2009-12-07  Juri Linkov  <juri@jurta.org>
5758         Correctly restore original Isearch point.  (Bug#4994)
5760         * isearch.el (isearch-mode): Move `isearch-push-state' after
5761         `(run-hooks 'isearch-mode-hook)'.
5762         (isearch-cancel): When `isearch-push-state-function' is defined,
5763         let-bind `isearch-cmds' to the first state (the last element of
5764         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
5765         function and restores the original point).  Otherwise, move point
5766         to `isearch-opoint'.
5768 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5770         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
5771         chars that don't have names, so the table can be built much faster at
5772         run-time.
5774 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
5776         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
5777         change.  Suggested by David Kastrup.
5779         * simple.el (compose-mail): Check for incompatibilities and warn.
5780         (compose-mail-user-agent-warnings): New option.
5782 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
5784         Support showing a single log entry from vc-annotate.
5785         * vc.el (print-log): Add a new argument: START-REVISION.
5786         (vc-print-log-internal): Add a new optional argument and
5787         pass it to the backend.
5788         (vc-print-log, vc-print-root-log): Adjust callers.
5789         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
5790         buffer already displays the requested log entry, use it.
5791         Otherwise display only the log entry in question.
5792         * vc-svn.el (vc-svn-print-log):
5793         * vc-mtn.el (vc-mtn-print-log):
5794         * vc-hg.el (vc-hg-state):
5795         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
5796         (vc-git-show-log-entry): Return t on success.
5797         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
5798         (vc-bzr-show-log-entry): Return t on success.
5799         * vc-rcs.el (vc-rcs-print-log):
5800         * vc-sccs.el (vc-sccs-print-log):
5801         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
5803 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
5805         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
5806         Add menus to the meta mode.  (Bug#5043)
5808 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
5810         * ediff-init.el (ediff-event-key): Use event-to-character instead of
5811         event-key.
5813         * ediff.el (ediff-buffers-internal): Add unwind-protect.
5815 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
5817         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
5818         Berbain <raphael.berbain@gmail.com>.
5820         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
5821         characters.
5822         (tramp-initial-end-of-output): New defconst.
5823         (tramp-methods, tramp-find-shell)
5824         (tramp-open-connection-setup-interactive-shell)
5825         (tramp-maybe-open-connection): Use it.
5826         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
5827         existence of `#' and `$'.
5829         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
5830         `tramp-initial-end-of-output'.
5832 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
5834         Get the background mode from the terminal for xterm, and set
5835         faces accordingly.
5836         * term/xterm.el (xterm-set-background-mode): New function.
5837         (terminal-init-xterm): Use it in case xterm supports background
5838         color queries.  Recompute faces after getting the background
5839         color.
5841 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
5843         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
5844         number comment back on its own line, for easier parsing.
5846 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5848         Make it work for non-file buffers (bug#5102).
5849         * doc-view.el (doc-view-current-cache-dir):
5850         Use doc-view-buffer-file-name rather than buffer-file-name.
5851         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
5853 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
5855         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
5856         author field is too short.
5858 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
5860         * vc-git.el (vc-git-print-log): Handle a limit argument.
5861         Display the short log in graph form and with labels.
5862         (vc-git-log-view-mode): Handle labels.
5864         Make vc-revert change VC state from 'added to 'unregistered.
5865         * vc-git.el (vc-git-revert): Call git reset first.
5867 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
5869         * net/newst-backend.el, net/newst-plainview.el:
5870         * net/newst-reader.el, net/newst-ticker.el:
5871         * net/newst-treeview.el, net/newsticker.el:
5872         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
5874 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
5876         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
5878         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
5879         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
5880         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
5881         Update annotation regexp.
5883         * simple.el (beginning-of-visual-line): Constrain to field
5884         boundaries (Bug#5106).
5886 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
5888         * xml.el (xml-substitute-numeric-entities): Move
5889         newsticker--decode-numeric-entities in newst-backend.el to
5890         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
5891         * net/newst-backend.el (newsticker--parse-generic-feed)
5892         (newsticker--parse-generic-items)
5893         (newsticker--decode-numeric-entities): Move
5894         newsticker--decode-numeric-entities in newst-backend.el to
5895         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
5897 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
5899         * progmodes/js.el (js--js-not): Add null to the list of values.
5901 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
5903         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
5905 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5907         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
5908         delimiter if it is at the end of the current line.
5909         (bibtex-generate-url-list): Fix docstring.
5911 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5913         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
5914         minibuffer's content with itself.
5915         Fold the confirm-after-completion case into the `confirm' case.
5916         (completion-pcm-word-delimiters): Add : and / to the delimiters.
5918 2009-12-06  Kevin Ryde  <user42@zip.com.au>
5920         * ffap.el (ffap-rfc-path): Make this a defcustom since
5921         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
5923         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
5924         manuals, similar to existing setup for help-mode.  (Bug#3913.)
5926 2009-12-05  Juri Linkov  <juri@jurta.org>
5928         Save and restore dired buffer's point positions too.  (Bug#4880)
5930         * dired.el (dired-save-positions): Return in the first element
5931         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
5932         Doc fix.
5933         (dired-restore-positions): First restore buffer's position.
5934         While restoring window's positions, check if window still displays
5935         the original buffer.
5937 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
5939         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
5940         if possible.
5942         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
5943         Make argument optional.
5945         * shell.el (shell): Require ansi-color (Bug#5113).
5947         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
5949         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
5951 2009-12-05  Alan Mackenzie  <acm@muc.de>
5953         * progmodes/cc-mode.el (c-before-hack-hook)
5954         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
5955         `c-file-style' to work again.  This reversion restores the current
5956         software to its state in Emacs 23.1.  (Bug#4146)
5958 2009-12-05  Kevin Ryde  <user42@zip.com.au>
5960         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
5961         comment-start-skip to comment-end-skip as comment (Bug#4781).
5963 2009-12-05  Juri Linkov  <juri@jurta.org>
5965         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
5966         for virtual nodes.  (Bug#4147)
5967         (Info-find-node-2): Set `Info-current-node-virtual' to nil
5968         when moving from a virtual node.
5969         (Info-mode-menu): Add `Info-virtual-index' to the menu.
5970         (Info-mode): Add `Info-virtual-index' to the docstring.
5972 2009-12-05  Eric Ludlam  <zappo@gnu.org>
5974         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
5975         Describe project macro symbols.
5977         * cedet/semantic/complete.el (semantic-complete-do-completion):
5978         Don't call semantic-collector-current-exact-match.
5980         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
5981         ede-objects as targets.
5983         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
5984         a target's object list even if compiler vars are already in the
5985         Makefile.
5987         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
5988         list of headers producing necessary macros.
5990 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5992         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
5993         track of the buffer position of the end of a BibTeX entry as this
5994         position may change during reformatting.
5995         (bibtex-format-entry): Remove whitespace before processing
5996         numerical fields so that we recognize the latter properly.
5997         (bibtex-reformat): Do not use push which changes the global value
5998         of bibtex-entry-format.
5999         (bibtex-field-braces-alist, bibtex-field-strings-alist)
6000         (bibtex-field-re-init): Replace only space characters by regexp
6001         for whitespace.
6002         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6003         (bibtex-initialize): Also update bibtex-strings.
6004         (bibtex-kill-field): Preserve white space at end of entry.
6005         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6006         Update bibtex-reference-keys.
6008 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6010         * minibuffer.el (completion-pcm--merge-try): Also consider placing
6011         point after a star, if that's the only place where modifications can
6012         make progress.
6014 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
6016         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6017         in docstrings.
6019 2009-12-04  Juri Linkov  <juri@jurta.org>
6021         * proced.el (proced): Call `(proced-update t)' to update process
6022         information instead of only running proced-post-display-hook.
6023         (proced-send-signal): Add a leading space to the buffer name
6024         " *Marked Processes*" to make this buffer ephemeral.
6026 2009-12-04  Juri Linkov  <juri@jurta.org>
6028         * dired.el (dired-auto-revert-buffer): New defcustom.
6029         (dired-internal-noselect): Use it.
6031 2009-12-04  Juri Linkov  <juri@jurta.org>
6033         Change roles of modes and functions in image-mode.el (Bug#5062).
6035         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6036         in `auto-mode-alist'.
6037         (image-mode-previous-major-mode): New variable.
6038         (image-minor-mode-map): Rename from `image-mode-text-map'.
6039         (image-mode): Move graceful error-handling code from
6040         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
6041         (image-minor-mode): Remove all image-handling code.
6042         Replace `image-mode-text-map' with `image-minor-mode-map'.
6043         Check for `image-type' in mode-line format string.
6044         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6045         (image-mode-as-text): New function with most code from
6046         `image-mode-maybe'.
6047         (image-toggle-display-text): Move code that removes image
6048         properties from `image-toggle-display' to here.
6049         (image-toggle-display-image): New function with code that adds
6050         image properties copied from `image-toggle-display'.
6051         (image-toggle-display): Remove most code with leaving only code
6052         that toggles between `image-mode-as-text' and `image-mode'.
6054 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
6056         * net/newst-treeview.el
6057         (newsticker--treeview-list-highlight-start): Restored call to
6058         save-excursion: Selected item was stuck.
6059         (newsticker--treeview-list-select): New.
6060         (newsticker--treeview-item-show-text)
6061         (newsticker--treeview-item-show)
6062         (newsticker--treeview-item-update): Use new
6063         newsticker-treeview-item-mode.
6064         (newsticker-treeview-update): Keep current item.
6065         (newsticker-treeview-next-new-or-immortal-item): Doc change.
6066         (newsticker--treeview-first-feed): Doc change.
6067         (newsticker-treeview-list-menu)
6068         (newsticker-treeview-item-menu): Added menu entries.
6069         (newsticker-treeview-item-mode): New.
6071         * net/newst-backend.el (newsticker-customize): Delete other
6072         windows.
6074 2009-12-04  Sam Steingold  <sds@gnu.org>
6076         * log-view.el (log-view-mode-map): "q" calls quit-window,
6077         like in all the other non-self-insert buffers.
6079 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6081         Minor cleanup.
6082         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6083         key decoding rather than do it manually via last-input-event +
6084         ascii-character.
6085         (term-exec): Use delete-and-extract-region.
6086         (term-handle-ansi-terminal-messages): Remove unused var `end'.
6087         (term-process-pager): Remove unused var `i'.
6088         (term-dynamic-simple-complete): Make obsolete.
6089         (serial-update-config-menu): Remove unused vars `y' and `str'.
6090         (term-update-mode-line): Remove unused var `temp'.
6092 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6094         Limit the number of log entries displayed by default.
6095         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6096         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6097         using a prefix argument.
6099 2009-12-03  Glenn Morris  <rgm@gnu.org>
6101         * progmodes/idlwave.el (class): Restore still useful declaration.
6103 2009-12-03  Alan Mackenzie  <acm@muc.de>
6105         Enhance `c-parse-state' to run efficiently in "brace deserts".
6107         * progmodes/cc-mode.el (c-basic-common-init):
6108         Call c-state-cache-init.
6109         (c-neutralize-syntax-in-and-mark-CPP): Rename from
6110         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
6111         placing `category' properties value 'c-cpp-delimiter at its boundaries.
6113         * progmodes/cc-langs.el (c-before-font-lock-function):
6114         c-extend-and-neutralize-syntax-in-CPP has been renamed
6115         c-neutralize-syntax-in-and-mark-CPP.
6117         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6118         with `category' properties now, not `syntax-table' ones.
6120         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6121         enhanced (but slower) version of c-end-of-macro that won't land
6122         inside a literal or on another awkward character.
6123         (c-state-cache-too-far, c-state-cache-start)
6124         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6125         (c-state-nonlit-pos-cache-limit, c-state-point-min)
6126         (c-state-point-min-lit-type, c-state-point-min-lit-start)
6127         (c-state-min-scan-pos, c-state-brace-pair-desert)
6128         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6129         buffer local variables.
6130         (c-state-literal-at, c-state-lit-beg)
6131         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6132         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6133         (c-state-cache-top-paren, c-state-cache-after-top-paren)
6134         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6135         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6136         (c-renarrow-state-cache)
6137         (c-append-lower-brace-pair-to-state-cache)
6138         (c-state-push-any-brace-pair, c-append-to-state-cache)
6139         (c-remove-stale-state-cache)
6140         (c-remove-stale-state-cache-backwards, c-state-cache-init)
6141         (c-invalidate-state-cache-1, c-parse-state-1)
6142         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6143         (c-parse-state): Enhance and refactor.
6144         (c-debug-parse-state): Amend to deal with all the new variables.
6146         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6147         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6148         modify to use category text properties rather than syntax-table ones.
6149         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6150         to switch off/on the syntactic paren property of C++ template
6151         delimiters using the category property.
6152         (c-with-<->-as-parens-suppressed): Macro to invoke code with
6153         template delims suppressed.
6154         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6155         New constant/macros which apply category properties to the start
6156         and end of preprocessor constructs.
6157         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6158         "comment out" the syntactic value of characters in preprocessor
6159         constructs.
6160         (c-with-cpps-commented-out)
6161         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6162         with characters in all or all but one preprocessor constructs
6163         "commented out".
6165 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6167         * proced.el (proced-filter-alist): Use regexp-quote.
6169 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
6171         Cleanup.
6172         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6173         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
6174         arguments.  Expand `default-directory'.
6176         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6177         the benefit of returning an expanded localname.
6178         (tramp-tramp-file-p): Handle the case NAME is not a string.
6180 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6182         Add support for bzr shelve/unshelve.
6183         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6184         (vc-bzr-extra-menu-map): New variables.
6185         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
6186         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
6187         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
6188         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
6189         (vc-bzr-dir-extra-headers): Display shelves.
6191         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
6193 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6195         * textmodes/bibtex.el (bibtex-complete-internal):
6196         Use completion-in-region.
6197         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
6199 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6201         Support applying stashes.  Improve UI.
6202         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
6203         (vc-git-stash-apply, vc-git-stash-pop)
6204         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
6205         (vc-git-stash-menu): New functions.
6206         (vc-git-stash-menu-map): New variable.
6207         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
6209 2009-12-03  Glenn Morris  <rgm@gnu.org>
6211         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
6212         (vc-print-log-internal): Fix previous change.
6213         (vc-revert): Correct pluralization.
6215 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6217         * progmodes/make-mode.el (makefile-special-targets-list): No need for
6218         it to be an alist any more.
6219         (makefile-complete): Use completion-in-region.
6221         * progmodes/octave-mod.el (octave-complete-symbol):
6222         Use completion-in-region.
6224         Misc cleanup.
6225         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
6226         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
6227         (idlwave-complete-class): Don't quote lambda.
6228         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
6229         (idlwave-mode-map): Move initialization into declaration.
6230         (idlwave-action-and-binding): Use backquotes.
6231         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
6232         Simplify.
6233         (idlwave-is-pointer-dereference): Remove unused var `pos'.
6234         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
6235         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
6236         `parts', and `all-parts'.
6237         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
6238         (idlwave-convert-xml-system-routine-info): Remove unused string
6239         `version-string'.
6240         (idlwave-display-user-catalog-widget): Use dolist.
6241         (idlwave-scanning-lib): Declare dynamically-scoped var.
6242         (idlwave-scan-library-catalogs): Remove unused var `flags'.
6243         (completion-highlight-first-word-only): Declare to silence bytecomp.
6244         (idlwave-popup-select): Tighten scope of `resp'.
6245         (idlwave-find-struct-tag): Remove unused var `beg'.
6246         (idlwave-after-load-rinfo-hook): Declare.
6247         (idlwave-sintern-class-info): Remove unused var `taglist'.
6248         (idlwave-find-class-definition): Remove unused var `list'.
6249         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
6250         (idlwave-what-module-find-class): Remove unused var `classes'.
6252 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
6254         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
6256 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6258         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
6259         buffers visited.  Remove redundant current-buffer-saving.
6261 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6263         Use completion-in-buffer and remove uses of dynamic scoping.
6264         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
6265         (pascal-buffer-to-use, pascal-flag): Don't declare.
6266         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
6267         (pascal-get-completion-decl, pascal-keyword-completion):
6268         Add `pascal-str' argument, save-excursion,
6269         return the found completions, and don't filter with pascal-pred.
6270         (pascal-completion-cache): New var.
6271         (pascal-completion): Don't switch buffer any more (it was never
6272         necessary).  Don't save-excursion any more (it's done by the called
6273         subroutines).  Use a cache to avoid redundant computations.
6274         Use complete-with-action rather than pascal-completion-response and
6275         let it apply the predicate as well.
6276         (pascal-complete-word): Use completion-in-buffer when
6277         pascal-toggle-completions is nil.
6278         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
6279         not used any more.
6280         (pascal-comp-defun): Don't change buffer any more.
6281         Use complete-with-action rather than pascal-completion-response and
6282         let it apply the predicate as well.
6283         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
6284         when neded.
6286 2009-12-02  Kenichi Handa  <handa@m17n.org>
6288         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
6289         shape for all Indic scripts.
6291 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6293         Use completion-in-buffer.
6294         * wid-edit.el (widget-field-text-end): New function.
6295         (widget-field-value-get): Use it.
6296         (widget-string-complete, widget-file-complete)
6297         (widget-color-complete): Use it and completion-in-region.
6298         (widget-complete): Don't narrow the buffer.
6300 2009-12-02  Glenn Morris  <rgm@gnu.org>
6302         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
6303         (rmail-select-summary): Use rmail-pop-to-buffer.
6304         * mail/rmailsum.el: Replace all pop-to-buffer calls with
6305         rmail-pop-to-buffer, to prevent horizontal splits.
6307         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
6308         save-excursion with save-current-buffer.
6309         Widen before searching.  (Bug#5093)
6310         (diary-list-sexp-entries): Remove superfluous save-excursion.
6312 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
6314         * woman.el (woman-make-bufname): Handle man-pages with "." in the
6315         name.  (Bug#5038)
6317 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
6319         * ido.el (ido-file-internal): Handle filenames at point that do
6320         not have a directory part.  (Bug#5049)
6322 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
6324         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
6325         (mpc-songs-jump-to, mpc-resume): Doc fixes.
6327 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
6329         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
6330         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
6331         any more.
6333 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6335         * comint.el (comint-insert-input): Ignore clicks to the right of
6336         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
6338         * vc.el (vc-print-log-internal): Don't wait for the process to
6339         terminate before setting up the major mode.
6341         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
6342         in case.
6344         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
6345         the last element.
6347         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
6349 2009-12-01  Glenn Morris  <rgm@gnu.org>
6351         * window.el (window--display-buffer-2): Fix previous changes.
6353 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
6355         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
6357 2009-12-01  Glenn Morris  <rgm@gnu.org>
6359         * Makefile.in (ELCFILES): Add mpc.elc.
6361 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6363         * mpc.el: New file.
6365 2009-12-01  Glenn Morris  <rgm@gnu.org>
6367         * window.el (window-to-use): Define for compiler.
6369         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
6370         consistent with others (no final period).
6372         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
6373         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
6375 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
6377         Make vc-print-log buttons work.
6378         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
6380 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
6382         * savehist.el (savehist-autosave-interval): Allow setting to nil
6383         through customize.  (Bug#5056)
6385 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
6387         Fix references to jit-lock properties.
6388         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6389         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
6390         (perl-font-lock-special-syntactic-constructs):
6391         Quote jit-lock-defer-multiline property.
6393 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
6395         * vc-git.el (vc-git-registered): Call vc-git-root only once.
6397 2009-11-30  Juri Linkov  <juri@jurta.org>
6399         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
6400         value `buffer' of `multi-isearch-next-buffer-current-function'.
6401         Use `(current-buffer)' when `buffer' is nil.
6402         (multi-isearch-next-buffer-from-list): Don't fallback to
6403         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
6405 2009-11-30  Juri Linkov  <juri@jurta.org>
6407         * misearch.el (multi-isearch-read-buffers): Move canonicalization
6408         of buffers with `get-buffer' to `multi-isearch-buffers'.
6409         (multi-isearch-buffers, multi-isearch-buffers-regexp):
6410         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
6411         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
6412         FILES with `expand-file-name' converting relative file names
6413         to absolute.  Doc fix.  (Bug#4727)
6415 2009-11-30  Juri Linkov  <juri@jurta.org>
6417         * misearch.el (multi-isearch-read-buffers)
6418         (multi-isearch-read-matching-buffers): New functions.
6419         (multi-isearch-buffers, multi-isearch-buffers-regexp):
6420         Use them in the `interactive' spec.  Doc fix.
6421         (multi-isearch-read-files, multi-isearch-read-matching-files):
6422         New functions.
6423         (multi-isearch-files, multi-isearch-files-regexp):
6424         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
6426 2009-11-30  Juri Linkov  <juri@jurta.org>
6428         * doc-view.el (doc-view-continuous):
6429         Rename from `doc-view-continuous-mode'.
6430         (doc-view-menu): Move "Toggle display" to the top.
6431         Add submenu "Continuous" with radio buttons "Off"/"On"
6432         and "Save as Default".
6433         (doc-view-scroll-up-or-next-page)
6434         (doc-view-scroll-down-or-previous-page)
6435         (doc-view-next-line-or-next-page)
6436         (doc-view-previous-line-or-previous-page): Rename
6437         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
6439 2009-11-30  Juri Linkov  <juri@jurta.org>
6441         * comint.el (comint-mode-map): Rebind `M-r' from
6442         `comint-previous-matching-input' to
6443         `comint-history-isearch-backward-regexp'.
6444         Unbind `M-s' to allow global key binding `M-s'.
6445         Add menu items for `comint-history-isearch-backward' and
6446         `comint-history-isearch-backward-regexp'.  (Bug#3746)
6448 2009-11-30  Juri Linkov  <juri@jurta.org>
6450         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
6451         For def=recenter, replace `recenter' with `recenter-top-bottom'
6452         that is called with `this-command' and `last-command' let-bound
6453         to `recenter-top-bottom'.  When the last `def' was not `recenter',
6454         set `recenter-last-op' to nil.  (Bug#4981)
6456 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6458         Minor cleanup and simplification.
6459         * filecache.el (file-cache-add-directory)
6460         (file-cache-add-directory-recursively)
6461         (file-cache-add-from-file-cache-buffer)
6462         (file-cache-delete-file-regexp, file-cache-delete-directory)
6463         (file-cache-files-matching-internal, file-cache-display): Use dolist.
6464         (file-cache-temp-minibuffer-message): Delete function.
6465         (file-cache-minibuffer-complete): Use minibuffer-message instead.
6467         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6468         Don't signal an error when bumping into EOB in tr, s, or y.
6470 2009-11-29  Juri Linkov  <juri@jurta.org>
6472         * startup.el (fancy-about-text): Fix wording of Guided Tour.
6473         (Bug#4960)
6475         * descr-text.el (describe-char-unidata-list): Use lowercase name
6476         for "Unicode name" like in other tags.
6478 2009-11-29  Juri Linkov  <juri@jurta.org>
6480         * ediff-util.el (ediff-minibuffer-with-setup-hook):
6481         New compatibility macro.
6482         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
6484 2009-11-29  Juri Linkov  <juri@jurta.org>
6486         Add defcustom to define the cycling order of `recenter-top-bottom'.
6487         (Bug#4981)
6489         * window.el (recenter-last-op): Doc fix.
6490         (recenter-positions): New defcustom.
6491         (recenter-top-bottom): Rewrite to use `recenter-positions'.
6492         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
6494 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
6496         Improve integration of Tramp and ange-ftp in eshell.
6498         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
6499         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
6500         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
6502         * eshell/esh-util.el (top): Require also Tramp when compiling.
6503         (eshell-directory-files-and-attributes): Check for FTP remote
6504         connection.
6505         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
6506         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
6507         (eshell-file-attributes): Handle ".".  Return `entry'.
6509         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
6510         (ange-ftp-directory-files-and-attributes)
6511         (ange-ftp-real-directory-files-and-attributes): New defuns.
6513         * net/tramp.el (tramp-maybe-open-connection): Open the remote
6514         shell with "exec" when possible.  This prevents trailing prompts
6515         in `start-file-process'.
6517 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6519         Try and remove assumptions about point-min==1.
6520         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
6521         (rng-compute-mode-line-string): Show the validation percentage in
6522         terms of the narrowed text, not the widened text.
6523         (rng-do-some-validation): Don't catch internal errors when debugging.
6524         (rng-first-error): Simplify.
6525         (rng-after-change-function): Remove work around.  AFAIK the bug has
6526         been fixed a while ago.
6528         * image-mode.el (image-minor-mode): Exit more gracefully when the image
6529         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
6531         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
6533         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
6534         `cd' doesn't always do it for us (bug#5067).
6536         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
6537         on 2009-10-25 as part of some other change (bug#5067).
6539 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6541         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6542         `suspicious'.
6543         (byte-compile-warnings): Use byte-compile-warning-types.
6544         (byte-compile-save-excursion): Warn about use of set-buffer right
6545         after save-excursion.
6547         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
6548         the excursion as well.
6550 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
6552         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
6553         providing a Tramp related implementation of "su" and "sudo".
6554         (eshell-unix-initialize): Add "su" and "sudo".
6556 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
6558         * net/socks.el (socks-send-command): Convert binary request to
6559         unibyte before sending.  This fixes mishandling of some port
6560         numbers such as 129.
6562 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6564         * help.el (describe-bindings-internal): Remove `interactive'.
6566         * man.el (Man-completion-table): Trim a terminating "(".
6567         Remove the space between name page a section.
6568         Add the command's description on the `help-echo' property.
6569         Remove `process-connection-type' binding since it's unused by
6570         call-process.
6571         Provide completion for the "<section> <name>" format as well.
6572         (Man-default-man-entry): Remove spurious var shadowing the argument.
6574 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6576         * log-view.el: Add "Keywords: tools", since its other keywords
6577         aren't in finder-known-keywords, and following vc.el.
6579         * sha1.el (sha1-string-external): default-directory "/" in case
6580         otherwise non-existent.  process-connection-type pipe for touch of
6581         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6583 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6585         Misc coding convention cleanups.
6586         * htmlfontify.el (hfy-init-kludge-hook): Rename from
6587         hfy-init-kludge-hooks.
6588         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
6589         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
6590         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
6591         and push.
6592         (hfy-slant, hfy-weight): Use tables rather than code.
6593         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
6594         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
6595         (hfy-face-attr-for-class): Initialize `face-spec' directly.
6596         (hfy-face-to-css): Remove `nconc' with single arg.
6597         (hfy-p-to-face-lennart): Use `or'.
6598         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
6599         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
6600         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
6601         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
6602         (hfy-force-fontification): Use run-hooks.
6604 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
6606         Various minor fixes.
6607         * htmlfontify.el (hfy-default-header): Add toggle_invis since
6608         Javascript belongs in the header, not the body.
6609         (hfy-javascript): Remove.
6610         (hfy-fontify-buffer): Don't insert it any more.
6611         (hfy-face-at): Handle (face0 face1 face2) style face properties.
6612         Fix bug in invis handling when there were no invis props in a chunk.
6614 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6616         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
6618 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
6620         * finder.el (finder-mode-map): Add a menu.
6622 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
6624         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
6625         "unsigned" structs.
6627         (verilog-leap-to-head, verilog-backward-token): Handle "disable
6628         fork" statement better.
6630 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
6632         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
6633         (verilog-delete-auto, verilog-delete-empty-auto-pair)
6634         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
6635         Reported by Clay Douglass.
6637         (verilog-auto-inst, verilog-auto-star-safe)
6638         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6639         Fix removing "// Interfaces" when saving .* expansions.  Reported by
6640         Pierre-David Pfister.
6642 2009-11-26  Glenn Morris  <rgm@gnu.org>
6644         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
6645         the scope.
6647 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
6649         * vc-annotate.el (vc-annotate-revision-previous-to-line):
6650         Really use previous revision.
6652 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6654         * man.el (Man-completion-table): default-directory "/" in case
6655         doesn't otherwise exist.  process-environment COLUMNS=999 so as
6656         not to truncate long names.  process-connection-type pipe to avoid
6657         any chance of hitting the pseudo-tty TIOCGWINSZ.
6658         (man): completion-ignore-case t for friendliness and since man
6659         itself is case-insensitive on the command line.
6660         Further to Bug#3717.
6662         * arc-mode.el: Add "Keywords: files", so the details in its
6663         commentary can be reached from finder-by-keyword.
6664         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
6665         editing mode, but it's comms related and sgml-mode.el has "comm"
6666         on that basis too.
6667         * textmodes/bibtex-style.el: Add "Keywords: tex".
6668         * international/isearch-x.el, international/ja-dic-cnv.el:
6669         * international/ja-dic-utl.el, international/kkc.el:
6670         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
6672 2009-11-25  Juri Linkov  <juri@jurta.org>
6674         * man.el (Man-completion-table): Modify regexp to include
6675         section names to completion strings.  (Bug#3717)
6677 2009-11-25  Juri Linkov  <juri@jurta.org>
6679         Search recursively in gzipped files.  (Bug#4982)
6681         * progmodes/grep.el (grep-highlight-matches): Add new options
6682         `always' and `auto'.  Doc fix.
6683         (grep-process-setup): Check `grep-highlight-matches' for
6684         `auto-detect' to determine the need to compute grep defaults.
6685         Move Windows/DOS specific --colors settings handling
6686         to `grep-compute-defaults'.  Check `grep-highlight-matches'
6687         to get the value of "--color=".
6688         (grep-compute-defaults): Compute `grep-highlight-matches' when it
6689         has the value `auto-detect'.  Move Windows/DOS specific settings
6690         from `grep-process-setup'.
6691         (zrgrep): New command with alias `rzgrep'.
6693 2009-11-25  Juri Linkov  <juri@jurta.org>
6695         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
6696         to nil instead of switching off view-mode.  (Bug#4896)
6698 2009-11-25  Juri Linkov  <juri@jurta.org>
6700         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
6702         * mwheel.el (mwheel-scroll-up-function)
6703         (mwheel-scroll-down-function): New defvars.
6704         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
6705         `scroll-up', and `mwheel-scroll-down-function' instead of
6706         `scroll-down'.
6708         * doc-view.el (doc-view-scroll-up-or-next-page)
6709         (doc-view-scroll-down-or-previous-page): Add optional ARG.
6710         Use this ARG in the call to image-scroll-up/image-scroll-down.
6711         Change `interactive' spec to "P".  Goto next/previous page only
6712         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
6713         SPC/DEL case).  Doc fix.
6714         (doc-view-next-line-or-next-page)
6715         (doc-view-previous-line-or-previous-page): Rename arg to ARG
6716         for consistency.
6717         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
6718         `doc-view-scroll-up-or-next-page', and buffer-local
6719         `mwheel-scroll-down-function' to
6720         `doc-view-scroll-down-or-previous-page'.
6722 2009-11-25  Juri Linkov  <juri@jurta.org>
6724         Provide additional default values (directories at other Dired
6725         windows) via M-n in the minibuffer of some Dired commands.
6727         * dired-aux.el (dired-diff, dired-compare-directories)
6728         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
6729         `minibuffer-default' in `minibuffer-with-setup-hook'.
6730         (dired-dwim-target-directory): Find a window that displays Dired
6731         buffer instead of failing when the next window is not Dired.
6732         Use `get-window-with-predicate' to find for the next Dired window.
6733         (dired-dwim-target-defaults): New function.
6735         * ediff-util.el (ediff-read-file-name):
6736         Use `dired-dwim-target-defaults' to set `minibuffer-default'
6737         in `minibuffer-with-setup-hook'.
6739 2009-11-25  Juri Linkov  <juri@jurta.org>
6741         Provide additional default values (file name at point or at the
6742         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
6744         * minibuffer.el (read-file-name-defaults): New function.
6745         (read-file-name): Reset `minibuffer-default' to nil when
6746         it duplicates initial input `insdef'.
6747         Bind `minibuffer-default-add-function' to lambda that
6748         calls `read-file-name-defaults' in `minibuffer-selected-window'.
6749         (minibuffer-insert-file-name-at-point): New command.
6751         * files.el (file-name-at-point-functions): New defcustom.
6752         (find-file-default): Remove defvar.
6753         (find-file-read-args): Don't use `find-file-default'.
6754         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6755         to `read-file-name'.
6756         (find-file-literally): Use `read-file-name' with
6757         `confirm-nonexistent-file-or-buffer'.
6759         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
6761         * dired.el (dired-read-dir-and-switches):
6762         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6763         to `read-file-name'.
6764         (dired-file-name-at-point): New function.
6765         (dired-mode): Add hook `dired-file-name-at-point' to
6766         `file-name-at-point-functions'.
6768 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6770         Really make the *Completions* window soft-dedicated (bug#5030).
6771         * window.el (window--display-buffer-2): Add `dedicated' argument.
6772         (display-buffer): Pass it when needed so the dedicated flag is set
6773         after calling set-window-buffer, which would otherwise reset it.
6775 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6777         * progmodes/meta-mode.el (meta-complete-symbol):
6778         * progmodes/etags.el (complete-tag):
6779         * mail/mailabbrev.el (mail-abbrev-complete-alias):
6780         Use completion-in-region.
6782         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
6783         (dabbrev-completion): Use completion-in-region.
6784         (dabbrev--abbrev-at-point): Simplify regexp.
6786         * abbrev.el (abbrev--before-point): Use word-motion functions
6787         if :regexp is not specified (bug#5031).
6789         * subr.el (string-prefix-p): New function.
6791         * man.el (Man-completion-cache): New var.
6792         (Man-completion-table): Use it.
6794         * vc.el (vc-print-log-internal): Make `limit' optional for better
6795         compatibility (e.g. with vc-annotate.el).
6797 2009-11-24  Kevin Ryde  <user42@zip.com.au>
6799         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
6800         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
6802         * emacs-lisp/elint.el (elint-add-required-env): Better error message
6803         when .el source file not found or other error.
6805 2009-11-24  Markus Triska  <markus.triska@gmx.at>
6807         * linum.el (linum-update-window): Ignore intangible (bug#4996).
6809 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6811         Handle the [back] button properly (bug#4979).
6812         * descr-text.el (describe-text-properties): Add a `buffer' argument.
6813         Use help-setup-xref, help-buffer, and with-help-window.
6814         (describe-char): Add `buffer' argument.
6815         Pass proper command to help-setup-xref.  Don't meddle with
6816         help-xref-stack-item directly.
6817         (describe-text-category): Use with-help-window and help-buffer.
6819         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
6820         for the displayed buffer (bug#4887).
6822         * man.el (Man-completion-table): New function.
6823         (man): Use it.
6825 2009-11-24  David Reitter  <david.reitter@gmail.com>
6827         * vc-git.el (vc-git-registered): Use checkout directory (where
6828         .git is) rather than the file's directory and a relative path spec
6829         to work around a bug in git.
6831 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
6833         Improve handling of processes on remote hosts.
6835         * eshell/esh-util.el (eshell-path-env): New defvar.
6836         (eshell-parse-colon-path): New defun.
6837         (eshell-file-attributes): Use `eshell-parse-colon-path'.
6839         * eshell/esh-ext.el (eshell-search-path):
6840         Use `eshell-parse-colon-path'.
6841         (eshell-remote-command): Remove argument HANDLER.
6842         (eshell-external-command): Check for FTP remote connection.
6844         * eshell/esh-proc.el (eshell-gather-process-output):
6845         Use `file-truename', in order to start also symlinked files.
6846         Apply `start-file-process' instead of `start-process'.
6847         Shorten `command' to the local file name part.
6849         * eshell/em-cmpl.el (eshell-complete-commands-list):
6850         Use `eshell-parse-colon-path'.
6852         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
6854         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
6855         to `eshell-directory-change-hook'.
6857 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
6859         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
6860         because it could be enabled automatically if view-read-only is non-nil.
6862 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
6864         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
6865         made on 2009-11-22.
6867 2009-11-24  Glenn Morris  <rgm@gnu.org>
6869         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
6870         deleted variable bookmark-bmenu-bookmark-column.
6872         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6873         Move after definition of global-semantic-idle-tag-highlight-mode.
6875 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6877         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
6879 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
6881         * net/browse-url.el (browse-url-filename-alist): On Windows, add
6882         two slashes to the "file:" prefix.
6883         (browse-url-file-url): De-munge Cygwin filenames before passing
6884         them to Windows browser.
6885         (browse-url-default-windows-browser): Use call-process.
6887 2009-11-23  Juri Linkov  <juri@jurta.org>
6889         Implement DocView Continuous mode.  (Bug#4896)
6890         * doc-view.el (doc-view-continuous-mode): New defcustom.
6891         (doc-view-mode-map): Bind C-n/<down> to
6892         `doc-view-next-line-or-next-page', C-p/<up> to
6893         `doc-view-previous-line-or-previous-page'.
6894         (doc-view-next-line-or-next-page)
6895         (doc-view-previous-line-or-previous-page): New commands.
6897 2009-11-23  Juri Linkov  <juri@jurta.org>
6899         Implement Isearch in comint input history.  (Bug#3746)
6900         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
6901         `isearch-mode-hook'.
6902         (comint-history-isearch): New defcustom.
6903         (comint-history-isearch-backward)
6904         (comint-history-isearch-backward-regexp): New commands.
6905         (comint-history-isearch-message-overlay): New buffer-local variable.
6906         (comint-history-isearch-setup, comint-history-isearch-end)
6907         (comint-goto-input, comint-history-isearch-search)
6908         (comint-history-isearch-message, comint-history-isearch-wrap)
6909         (comint-history-isearch-push-state)
6910         (comint-history-isearch-pop-state): New functions.
6912 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
6914         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
6915         return.
6916         (tramp-handle-make-symbolic-link)
6917         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
6918         Quote file names.
6919         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
6920         (tramp-handle-process-file): Use it.
6922 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6924         * window.el (move-to-window-line-last-op): Remove.
6925         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
6927 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
6929         Make M-r mirror the new cycling behavior of C-l.
6930         * window.el (move-to-window-line-last-op): New var.
6931         (move-to-window-line-top-bottom): New command.
6932         (global-map): Bind M-r move-to-window-line-top-bottom.
6934 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
6936         * dired-x.el (dired-guess-shell-alist-default):
6937         Support xz format.  (Bug#4953)
6939 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
6941         * cedet/srecode/map.el (srecode-get-maps):
6942         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
6943         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
6944         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
6945         (semantic-toggle-decoration-style):
6946         * cedet/semantic/decorate/include.el
6947         (semantic-decoration-include-describe)
6948         (semantic-decoration-unknown-include-describe)
6949         (semantic-decoration-unparsed-include-describe)
6950         (semantic-decoration-all-include-summary):
6951         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
6952         * cedet/semantic/analyze/complete.el
6953         (semantic-analyze-possible-completions):
6954         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
6955         (semantic-show-unmatched-syntax-mode)
6956         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
6957         (semantic-highlight-func-mode):
6958         * cedet/semantic/util.el (semantic-describe-buffer):
6959         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
6960         (semantic-symref-find-tags-by-name)
6961         (semantic-symref-find-tags-by-regexp)
6962         (semantic-symref-find-tags-by-completion)
6963         (semantic-symref-find-file-references-by-name)
6964         (semantic-symref-find-text):
6965         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
6966         (senator-yank-tag):
6967         * cedet/semantic/scope.el (semantic-calculate-scope):
6968         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
6969         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
6970         (define-semantic-idle-service):
6971         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
6972         (semantic-complete-analyze-inline-idle):
6973         * cedet/semantic/analyze.el (semantic-analyze-current-context):
6974         * cedet/mode-local.el (describe-mode-local-bindings)
6975         (describe-mode-local-bindings-in-mode):
6976         * cedet/ede/make.el (ede-make-check-version):
6977         * cedet/ede/locate.el (ede-enable-locate-on-project):
6978         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
6979         (cedet-idutils-version-check):
6980         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
6981         (cedet-gnu-global-version-check):
6982         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
6983         (cedet-cscope-version-check): Use called-interactively-p instead
6984         of interactive-p.
6986         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
6987         Use semantic-format-tag-prototype.
6989 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
6991         * emulation/viper-cmd.el: Use viper-last-command-char instead of
6992         last-command-char/last-command-event.
6993         (viper-prefix-arg-value): Do correct conversion of event-char for
6994         XEmacs.
6996         * emulation/viper-util.el, emulation/viper.el:
6997         Use viper-last-command-char instead of
6998         last-command-char/last-command-event.
7000         * ediff-init.el, ediff-mult.el, ediff-util.el:
7001         Replace last-command-char and last-command-event
7002         with (ediff-last-command-char) everywhere.
7004         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7005         created in fundamental mode.
7007         * ediff.el (ediff-version): Revert the change of interactive-p to
7008         called-interactively-p.
7010 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
7012         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7013         generation from word-movement command names.
7015 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
7017         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7018         (semantic-complete-jump-local, semantic-complete-jump):
7019         Improve prompt string.
7021 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
7023         * cus-start.el (all): Add native condition for font-use-system-font.
7025 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
7027         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7028         Correct the patch from 2009-11-18.  (Bug#3910)
7030 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
7032         * progmodes/subword.el: Rename from lisp/subword.el.
7034         * subword.el: Rename to progmodes/subword.el.
7036         * Makefile.in (ELCFILES): Adapt to subword.el move.
7038 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7039             Stefan Monnier  <monnier@iro.umontreal.ca>
7041         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7042         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7043         (bookmark-bmenu-show-filenames): Use push.
7044         (bookmark-bmenu-hide-filenames): Use local var instead of
7045         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
7046         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7047         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7048         filenames now that the bookmark names are always available.
7050 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7052         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7053         (bookmark-search-pattern): Move and leave unbound.
7054         (bookmark-bmenu-mode-map): Change binding.
7055         (bookmark-read-search-input): Simplify.
7056         Don't use text-char-description.  Don't error on non-char events.
7057         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7058         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7059         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7060         Use a local var for the timer.
7061         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7062         (i.e. bookmark-bmenu-search).
7064 2009-11-21  Glenn Morris  <rgm@gnu.org>
7066         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
7068 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7070         * net/browse-url.el (browse-url-default-windows-browser):
7071         Use cygstart for cygwin.
7073 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
7075         * bookmark.el: Formatting and doc fixes only:
7076         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7077         (bookmark-bmenu-search): Wrap to fit within 80 columns.
7078         Minor grammar and punctuation fixes in doc string.
7079         (bookmark-read-search-input): Adjust to fit within 80 columns.
7081 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7083         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7084         (c-backward-into-nomenclature): Adapt to subword renaming.
7086         * subword.el (subword-forward, subword-backward, subword-mark)
7087         (subword-kill, subword-backward-kill, subword-transpose)
7088         (subword-downcase, subword-upcase, subword-capitalize)
7089         (subword-forward-internal, subword-backward-internal):
7090         Rename from forward-subword, backward-subword, mark-subword,
7091         kill-subword, backward-kill-subword, transpose-subwords,
7092         downcase-subword, upcase-subword, capitalize-subword,
7093         forward-subword-internal, backward-subword-internal.
7095 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7097         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7098         New options.
7099         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7100         New vars.
7101         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7102         (bookmark-bmenu-filter-alist-by-regexp)
7103         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7104         (bookmark-bmenu-search): New command.
7105         (bookmark-bmenu-mode-map): Bind it.
7107 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7109         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7111         * cedet/semantic/idle.el (define-semantic-idle-service)
7112         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7114 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7116         * progmodes/cc-cmds.el: declare-functioned forward-subword and
7117         backward-subword to quit the byte-compiler.
7119         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7121         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7123         * progmodes/cc-cmds.el (c-update-modeline)
7124         (c-forward-into-nomenclature, c-backward-into-nomenclature):
7125         Refer to subword.el functions instead of cc-subword.el.
7127         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7128         subword.el functions instead of cc-subword.el.
7130         * progmodes/cc-subword.el: Rename to subword.el.
7131         * subword.el: Rename from progmodes/cc-subword.el.
7132         (subword-mode-map): Rename from c-subword-mode-map.
7133         (subword-mode): Rename from c-subword-mode.
7134         (global-subword-mode): New global minor mode.
7135         (forward-subword): Rename from c-forward-subword.
7136         (backward-subword): Rename from c-backward-subword.
7137         (mark-subword): Rename from c-mark-subword.
7138         (kill-subword): Rename from c-kill-subword.
7139         (backward-kill-subword): Rename from c-backward-kill-subword.
7140         (transpose-subwords): Rename from c-tranpose-subword.
7141         (downcase-subword): Rename from c-downcase-subword.
7142         (capitalize-subword): Rename from c-capitalize-subword.
7143         (forward-subword-internal): Rename from c-forward-subword-internal.
7144         (backward-subword-internal): Rename from c-backward-subword-internal.
7146 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
7148         * vc.el (vc-deduce-fileset): Allow non-state changing operations
7149         from a dired buffer.
7150         (vc-dired-deduce-fileset): New function.
7151         (vc-root-diff, vc-print-root-log): Use it.
7153         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7154         nil LIMIT argument to vc-print-log-internal.
7156 2009-11-20  Glenn Morris  <rgm@gnu.org>
7158         * Makefile.in (ELCFILES): Regenerate.
7160 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7162         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7164         * cedet/semantic.el: Enable idle-mode menu items only if
7165         global-semantic-idle-scheduler-mode is enabled.
7166         (semantic-default-submodes): Doc fix.
7168         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7169         When turning off, disable other idle modes.
7171 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
7173         * calc/calc.el (calc-set-mode-line):
7174         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7175         (math-format-number): Rename `math-format-complement-signed' to
7176         `math-format-twos-complement'.
7178         * calc/calc-bin.el (math-format-twos-complement): Rename from
7179         math-format-complement-signed.
7180         (calc-radix): Rename `calc-complement-signed-mode' to
7181         `calc-twos-complement-mode'.
7182         (calc-octal-radix, calc-hex-radix): Add an argument for
7183         two's complement.
7185         * calc/calc-embed.el (calc-embedded-mode-vars):
7186         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7188         * calc/calc-ext.el (calc-init-extensions):
7189         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7190         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
7192         * calc/calc-units.el (math-build-units-table-buffer):
7193         Let `calc-twos-complement-mode' be nil.
7195         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
7196         entries.
7198         * calc/calc-vec.el (calcFunc-vunpack):
7199         * calc/calc-aent.el (calc-do-calc-eval):
7200         * calc/calc-forms.el (math-format-date):
7201         * calc/calc-graph.el (calc-graph-plot):
7202         * calc/calc-math.el (math-use-emacs-fn):
7203         * calc/calccomp.el (math-compose-expr):
7204         Let `calc-twos-complement-mode' be nil.
7206 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7208         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
7209         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
7210         * minibuffer.el (completion-in-region-functions): New hook.
7211         (completion-in-region): New function.
7212         * emacs-lisp/lisp.el (lisp-complete-symbol):
7213         * pcomplete.el (pcomplete-std-complete): Use it.
7215 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7217         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
7218         (latex-complete-alist): New vars.
7219         (latex-string-prefix-p, latex-complete-bibtex-keys)
7220         (latex-complete-envnames, latex-complete-refkeys)
7221         (latex-complete-data): New functions.
7222         (latex-complete, latex-indent-or-complete): New commands.
7224         * window.el (display-buffer-mark-dedicated): New var.
7225         (display-buffer): Obey it.
7226         * minibuffer.el (minibuffer-completion-help): Use it.
7228         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
7230         * filecache.el (file-cache-add-file): Use push and cons.
7231         (file-cache-delete-file-regexp): Use push.
7232         (file-cache-complete): Use completion-in-region.
7234         * simple.el (with-wrapper-hook): Fix thinko.
7236         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
7237         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
7238         Use with-current-buffer and string-to-number.
7239         (hfy-fallback-colour-values): Use assoc-string.
7240         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
7241         (hfy-face-at): Remove unused var `found-face'.
7242         (hfy-compile-stylesheet): Remove unused var `css'.
7243         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
7244         and `orig-buffer'.
7245         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
7246         Use with-current-buffer.
7247         (hfy-text-p): Use expand-file-name and fewer setq.
7249 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
7251         * htmlfontify.el, hfy-cmap.el: New files.
7253 2009-11-19  Juri Linkov  <juri@jurta.org>
7255         * minibuffer.el (completions-format): New defcustom.
7256         (completion--insert-strings): Implement vertical format.
7258         * simple.el (switch-to-completions): Move point to the first
7259         completion when point was at the beginning of the buffer.
7261 2009-11-19  Juri Linkov  <juri@jurta.org>
7263         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
7265         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
7267 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
7269         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
7270         (mail-signature): Change default to t.
7271         (mail-from-style): Deprecate `system-default' value.
7272         (mail-insert-from-field): For default value of mail-from-style,
7273         default to `angles' unless `angles' needs quoting and `parens'
7274         does not.
7275         (mail-citation-prefix-regexp): Use citation regexp from
7276         message-mode.
7278 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
7280         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7281         Set variables for computing the prompt for reading password.
7283 2009-11-19  Glenn Morris  <rgm@gnu.org>
7285         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
7287         * textmodes/flyspell.el (sgml-lexical-context): Declare.
7289         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
7290         (newsticker-treeview-listwindow-height): Fix custom type.
7292 2009-11-19  Kenichi Handa  <handa@m17n.org>
7294         * descr-text.el (describe-char-padded-string): Compose with TAB
7295         only if there's a font for CH.
7296         (describe-char): Fix the condition for detecting a trivial composition.
7298 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
7300         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
7301         more accurate version of the regexp.  (Bug#3910)
7303 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
7305         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
7307 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
7309         * font-setting.el (font-use-system-font): Declare for byte-compiler.
7310         (font-setting-change-default-font): Fix typo in docstring.
7312 2009-11-18  Alan Mackenzie  <acm@muc.de>
7314         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
7316 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7318         * font-setting.el (font-use-system-font): Move ...
7320         * cus-start.el (all): ... to here.
7322 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
7324         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
7325         Don't set `ad-return-value' if `ad-do-it' doesn't.
7327         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
7328         modification time.
7330 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7332         * menu-bar.el: Put "Use system font" in Option-menu.
7333         (menu-bar-options-save): Add font-use-system-font.
7335         * loadup.el: If feature system-font-setting or font-render-setting is
7336         there, load font-setting.
7338         * Makefile.in (ELCFILES): Add font-settings.el.
7339         * font-setting.el: New file.
7341 2009-11-17  Glenn Morris  <rgm@gnu.org>
7343         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
7345         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
7346         Preserve point in the list buffer.  (Bug#4939)
7347         Use point-at-eol.
7348         (newsticker--treeview-list-update-highlight)
7349         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
7351 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
7353         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
7354         Remove.
7356         * calc/calc-ext.el (calc-init-extensions): Remove references to
7357         symclip.
7359         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
7361         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
7362         * calc/calc-help.el (calc-b-prefix-help): Remove references to
7363         `calc-symclip'.
7365 2009-11-16  Kevin Ryde  <user42@zip.com.au>
7367         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7368         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
7370         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
7371         (lm-keywords-list): Allow comma-only separator like "foo,bar".
7372         Ignore trailing spaces by omit-nulls to split-string (fixing
7373         regression from Emacs 21 due to the incompatible split-string
7374         change).  (Bug #4928.)
7376 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7378         * vc.el (vc-log-show-limit): Default to 2000.
7379         (vc-print-log-internal): Insert buttons to request more entries
7380         when limiting the output.
7382         * vc-sccs.el (vc-sccs-print-log):
7383         * vc-rcs.el (vc-rcs-print-log):
7384         * vc-cvs.el (vc-cvs-print-log):
7385         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
7386         LIMIT is non-nil.
7388 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
7390         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
7391         error when `tramp-gvfs-dbus-event-vector' is set.
7392         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
7394 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7396         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
7398 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
7400         * net/dbus.el (dbus-unregister-service): New defun.
7401         (dbus-register-property): Register the handlers of
7402         "org.freedesktop.DBus.Properties" for SERVICE.
7403         (dbus-property-handler): Fix docstring.
7405 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7407         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
7408         Quote doc string reference in defvaralias as it is not in special form.
7409         (byte-compile-output-docform): Doc fix.
7411 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
7413         * calc/calc.el (math-2-word-size, math-half-2-word-size)
7414         (calc-complement-signed-mode): New variables.
7415         (calc-set-mode-line): Add indicator for twos-complements.
7416         (math-format-number): Format twos-complement notation.
7418         * calc/calc-bin.el (calc-word-size): Reset the variables
7419         `math-2-word-size' and `math-half-2-word-size'.
7420         (math-format-complement-signed, math-symclip, calcFunc-symclip)
7421         (calc-symclip): New functions.
7423         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
7425         * calc/calc-embed.el (calc-embedded-mode-vars):
7426         Add `calc-complement-signed-mode' to the list of modes.
7428         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
7429         (calc-b-oper-keys): Add `calc-symclip' to list.
7431         * calc/calc-ext.el (math-read-number-fancy): Read complement
7432         signed numbers.
7433         (calc-init-extensions): Add binding for `calc-symclip'.
7434         Add autoload for `calcFunc-symclip' and `calc-symclip'.
7436         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
7437         `calc-symclip'.
7438         (calc-modes-menu): Add item for twos complement mode.
7440         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
7442 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
7444         * register.el (jump-to-register, insert-register): Handle Semantic
7445         tags.  From commented-out advice in semantic/senator.el.
7447 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
7449         * vc.el (vc-log-show-limit): New variable.
7450         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
7451         when using a prefix argument.
7452         (vc-print-log-internal): Add new argument LIMIT.
7454         * vc-svn.el (vc-svn-print-log):
7455         * vc-mtn.el (vc-mtn-print-log):
7456         * vc-hg.el (vc-hg-print-log):
7457         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
7458         pass it to the log command when set.  Make the BUFFER argument
7459         non-optional.
7461         * vc-sccs.el (vc-sccs-print-log):
7462         * vc-rcs.el (vc-rcs-print-log):
7463         * vc-git.el (vc-git-print-log):
7464         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
7465         ignore it.  Make the BUFFER argument non-optional
7467         * bindings.el (mode-line-buffer-identification): Do not purecopy.
7469 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
7471         * dired.el (dired-mode-map): Move encryption items to "Operate"
7472         menu (Bug#4703).
7474         * strokes.el (strokes-update-window-configuration): Make strokes
7475         buffer current before erasing (Bug#4906).
7477         * cedet/semantic/idle.el (semantic-idle-summary-mode)
7478         (semantic-idle-summary-mode): Define using define-minor-mode
7479         instead of define-semantic-idle-service.
7480         (semantic-idle-summary-mode): New function.
7481         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
7482         that mouse motion does not reset the echo area.
7484 2009-11-15  Juri Linkov  <juri@jurta.org>
7486         * simple.el (set-mark-default-inactive): Add :type, :group
7487         and :version.  (Bug#4876)
7489 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
7491         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
7492         (archive-unique-fname): ... here.  (Bug#4929)
7494 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7496         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
7497         with a real fix.
7499         * novice.el (disabled-command-function): Add useful args.
7500         Setup the help buffer so that [back] works.
7501         Remove redundant call to help-mode.
7502         (disabled-command-function): Use `case'.
7503         (en/disable-command): New function extracted from enable-command.
7504         (enable-command, disable-command): Use it.
7506 2009-11-14  Glenn Morris  <rgm@gnu.org>
7508         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
7509         constants.  (Bug#4913)
7511         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
7513 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
7515         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
7516         defined in C that have no doc-strings.  (Bug#1063)
7518 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
7520         * cus-edit.el (data, files):
7521         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
7523 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
7525         * simple.el (shell-command): Doc fix (Bug#4891).
7527         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
7529 2009-11-14  Glenn Morris  <rgm@gnu.org>
7531         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
7532         statements for vc-diff, emerge-quit, and rmail-cease-edit.
7533         If they are already loaded, eval-after-load will do the right thing.
7535         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
7536         compiling.
7538         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
7540         * simple.el (x-selection-owner-p): Declare.
7541         (read-mail-command): Use custom radio type rather than choice.
7542         (completion-no-auto-exit): Doc fix.
7544         * custom.el (defgroup):
7545         * epg-config.el (epg): Doc fixes.
7547 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
7549         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
7550         * international/ccl.el (define-ccl-program): Do not purecopy the
7551         docstring, defconst does it anyway.
7553 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7555         * add-log.el (add-change-log-entry): Avoid displaying the changelog
7556         a second time.
7558         * x-dnd.el (x-dnd-maybe-call-test-function):
7559         * window.el (split-window-vertically):
7560         * whitespace.el (whitespace-help-on):
7561         * vc-rcs.el (vc-rcs-consult-headers):
7562         * userlock.el (ask-user-about-lock-help)
7563         (ask-user-about-supersession-help):
7564         * type-break.el (type-break-force-mode-line-update):
7565         * time-stamp.el (time-stamp-conv-warn):
7566         * terminal.el (te-set-output-log, te-more-break, te-filter)
7567         (te-sentinel, terminal-emulator):
7568         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
7569         (term-write-input-ring, term-check-source, term-start-output-log):
7570         (term-display-buffer-line, term-dynamic-list-completions):
7571         (term-ansi-make-term, serial-term):
7572         * subr.el (selective-display):
7573         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7574         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
7575         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
7576         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
7577         (speedbar-remove-localized-speedbar-support)
7578         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
7579         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
7580         (speedbar-buffers-line-directory):
7581         * simple.el (shell-command-on-region, append-to-buffer)
7582         (prepend-to-buffer):
7583         * shadowfile.el (shadow-save-todo-file):
7584         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
7585         (scroll-bar-maybe-set-window-start):
7586         * sb-image.el (speedbar-image-dump):
7587         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
7588         (load-save-place-alist-from-file):
7589         * ps-samp.el (ps-print-message-from-summary):
7590         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
7591         (ps-background-image, ps-begin-job, ps-do-despool):
7592         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
7593         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
7594         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
7595         (pr-call-process, pr-file-list, pr-interface-save):
7596         * novice.el (disabled-command-function)
7597         (enable-command, disable-command):
7598         * mouse.el (mouse-buffer-menu-alist):
7599         * mouse-copy.el (mouse-kill-preserving-secondary):
7600         * macros.el (kbd-macro-query):
7601         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
7602         * informat.el (batch-info-validate):
7603         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
7604         * hippie-exp.el (try-expand-dabbrev-visible):
7605         * help-mode.el (help-make-xrefs):
7606         * help-fns.el (describe-variable):
7607         * generic-x.el (bat-generic-mode-run-as-comint):
7608         * finder.el (finder-mouse-select):
7609         * find-dired.el (find-dired-sentinel):
7610         * filesets.el (filesets-file-close):
7611         * files.el (list-directory):
7612         * faces.el (list-faces-display, describe-face):
7613         * facemenu.el (list-colors-display):
7614         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
7615         * epg.el (epg--process-filter, epg-cancel):
7616         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
7617         (epa--read-signature-type):
7618         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
7619         (emerge-file-names):
7620         * ehelp.el (electric-helpify):
7621         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
7622         * ediff-vers.el (rcs-ediff-view-revision):
7623         * ediff-util.el (ediff-setup):
7624         * ediff-mult.el (ediff-append-custom-diff):
7625         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
7626         (ediff-wordify):
7627         * echistory.el (Electric-command-history-redo-expression):
7628         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7629         * disp-table.el (describe-display-table):
7630         * dired.el (dired-find-buffer-nocreate):
7631         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
7632         * dabbrev.el (dabbrev--same-major-mode-p):
7633         * chistory.el (list-command-history):
7634         * apropos.el (apropos-documentation):
7635         * allout.el (allout-obtain-passphrase):
7636         (allout-copy-exposed-to-buffer):
7637         (allout-verify-passphrase): Use with-current-buffer.
7639 2009-11-13  Glenn Morris  <rgm@gnu.org>
7641         * Makefile.in (ELCFILES): Regenerate.
7643 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
7645         * net/dbus.el (dbus-registered-objects-table): Rename from
7646         `dbus-registered-functions-table', because it contains also properties.
7647         (dbus-unregister-object): Unregister also properties.
7648         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
7649         Use a timeout of 500 msec, in order to not block.
7650         (dbus-register-property, dbus-property-handler): New defuns.
7652 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7654         * simple.el (minibuffer-default-add-completions): Drop deprecated
7655         4th arg.
7657 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
7659         * textmodes/artist.el (artist-mouse-choose-operation):
7660         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
7661         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
7662         (artist-compute-up-event-key): New function.
7663         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
7665 2009-11-13  Kenichi Handa  <handa@m17n.org>
7667         * language/japan-util.el: Make sure that the value of jisx0208
7668         property is jisx0208 character.
7670 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
7672         * international/mule.el (auto-coding-regexp-alist): Only purecopy
7673         car or each item, not the whole list.
7675 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7677         * minibuffer.el (minibuffer-completion-help):
7678         Use minibuffer-hide-completions.
7680 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
7682         * dired.el (dired-save-positions, dired-restore-positions): New funs.
7683         (dired-revert): Use them (bug#4880).
7685 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
7687         * tooltip.el (tooltip-frame-parameters): Undo previous change.
7689 2009-11-12  Juri Linkov  <juri@jurta.org>
7691         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
7692         New functions.
7693         (find-file-literally-at-point): Alias of `ffap-literally'.
7695 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
7697         * textmodes/ispell.el (ispell-skip-region-alist):
7698         * textmodes/css-mode.el (auto-mode-alist):
7699         * progmodes/compile.el (auto-mode-alist):
7700         * international/mule.el (ctext-non-standard-encodings-alist)
7701         (ctext-non-standard-encodings-regexp):
7702         * simple.el (shell-command-switch, text-read-only):
7703         * replace.el (occur-mode-map):
7704         * paths.el (rmail-file-name):
7705         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
7706         * find-file.el (ff-special-constructs):
7707         * files.el (file-name-handler-alist):
7708         * composite.el: Purecopy strings.
7710         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
7712 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
7714         * widget.el (define-widget): Purecopy the docstring.
7715         * international/mule-cmds.el (charset): Do not purecopy the
7716         docstring here, define-widget does it.
7718         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7719         * textmodes/bibtex-style.el (auto-mode-alist):
7720         * progmodes/inf-lisp.el (inferior-lisp-prompt):
7721         * progmodes/compile.el (compile-command):
7722         * language/korea-util.el (default-korean-keyboard):
7723         * international/mule-conf.el (file-coding-system-alist):
7724         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
7725         * tooltip.el (tooltip-frame-parameters):
7726         * newcomment.el (comment-end, comment-padding):
7727         * dired.el (dired-trivial-filenames):
7728         * comint.el (comint-file-name-prefix): Purecopy initial values.
7730 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
7732         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
7733         (tramp-advice-minibuffer-electric-tilde): Unload advices via
7734         `tramp-unload'.
7735         (tramp-advice-make-auto-save-file-name)
7736         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
7737         after removing the advice.
7739 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
7741         * progmodes/grep.el (grep-regexp-alist):
7742         * international/mule-cmds.el (iso-2022-control-alist):
7743         * emacs-lisp/timer.el (timer-duration-words):
7744         * subr.el (version-separator, version-regexp-alist):
7745         * minibuffer.el (completion-styles-alist):
7746         * faces.el (face-attribute-name-alist, list-faces-sample-text):
7747         Change defvars to defconsts.
7749         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
7750         * loadup.el ("international/mule-conf"): Load the byte compiled version.
7751         * international/mule-conf.el: Allow to be byte compiled.
7753         * international/mule.el (define-charset): Purecopy props.
7754         (load-with-code-conversion): Purecopy doc string and file name.
7755         (put-charset-property): Purecopy strings.
7756         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
7758         * international/mule-cmds.el (register-input-method): Purecopy arguments.
7759         (define-char-code-property): Correctly purecopy the table.
7761         * international/ccl.el (define-ccl-program): Purecopy the docstring.
7763         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
7765         * subr.el (add-hook): Purecopy strings.
7766         (eval-after-load): Purecopy load-history-regexp and the form.
7768         * custom.el (custom-declare-group): Purecopy load-file-name.
7770         * subr.el (menu-bar-separator): New defconst.
7771         * net/eudc.el (eudc-tools-menu):
7772         * international/mule-cmds.el (set-coding-system-map)
7773         (mule-menu-keymap):
7774         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7775         * vc-hooks.el (vc-menu-map):
7776         * replace.el (occur-mode-map):
7777         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
7778         (menu-bar-edit-menu, menu-bar-goto-menu)
7779         (menu-bar-custom-menu, menu-bar-showhide-menu)
7780         (menu-bar-options-menu, menu-bar-tools-menu)
7781         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
7782         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
7783         (menu-bar-help-menu):
7784         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
7785         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
7787         * term/x-win.el (x-gtk-stock-map):
7788         * progmodes/vera-mode.el (auto-mode-alist):
7789         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7790         (inferior-lisp-program, inferior-lisp-load-command):
7791         * progmodes/hideshow.el (hs-special-modes-alist):
7792         * progmodes/gud.el (same-window-regexps):
7793         * progmodes/grep.el (grep-program, find-program, xargs-program):
7794         * net/telnet.el (same-window-regexps):
7795         * net/rlogin.el (same-window-regexps):
7796         * language/ethiopic.el (font-ccl-encoder-alist):
7797         * vc-sccs.el (vc-sccs-master-templates):
7798         * vc-rcs.el (vc-rcs-master-templates):
7799         * subr.el (cl-assertion-failed):
7800         * simple.el (next-error-overlay-arrow-position):
7801         * lpr.el (lpr-command):
7802         * locate.el (locate-ls-subdir-switches):
7803         * info.el (same-window-regexps, info)
7804         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7805         * image-mode.el (image-mode, auto-mode-alist):
7806         * hippie-exp.el (hippie-expand-ignore-buffers):
7807         * format.el (format-alist):
7808         * find-dired.el (find-ls-subdir-switches, find-grep-options)
7809         (find-name-arg):
7810         * facemenu.el (facemenu-keybindings):
7811         * dired.el (dired-listing-switches, dired-chown-program):
7812         * diff.el (diff-switches, diff-command):
7813         * cus-edit.el (same-window-regexps):
7814         * bindings.el (mode-line-mule-info)
7815         (mode-line-buffer-identification): Purecopy strings.
7817 2009-11-11  Juri Linkov  <juri@jurta.org>
7819         * simple.el (dired-get-filename) <declare-function>:
7820         Tell the byte-compiler about dired-get-filename.
7821         (shell-command): In Dired mode, get filename from the current line
7822         as the default value.
7824 2009-11-10  Glenn Morris  <rgm@gnu.org>
7826         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
7827         * calendar/holidays.el, progmodes/cperl-mode.el:
7828         Update x-popup-menu declarations.
7830         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
7831         (list-load-path-shadows): Use dolist.
7832         (list-load-path-shadows): Use with-current-buffer.
7834 2009-11-10  Juri Linkov  <juri@jurta.org>
7836         * minibuffer.el (read-file-name): Support a list of default values
7837         in `default-filename'.  Use the first file name where only one
7838         element is required.  Doc fix.
7840 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
7842         * net/dbus.el (dbus-unregister-object): Release service, if no
7843         other method is registered for it.
7845 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
7847         * bookmark.el (bookmark-completing-read): Sort bookmark names if
7848         bookmark-sort-flag is non-nil (Bug#4653).
7850 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
7852         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
7853         the progress reporter entirely.
7855         * emulation/cua-base.el: Add CUA property to some CC mode commands
7856         (Bug#4100).
7858 2009-11-08  Kevin Ryde  <user42@zip.com.au>
7860         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
7861         at end of sentence (Bug#4818).
7863 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
7865         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7866         Handle "see declaration of" MSFT statements (Bug#4100).
7868 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
7870         * net/tramp.el (tramp-advice-make-auto-save-file-name)
7871         (tramp-advice-file-expand-wildcards): Unload via
7872         `ad-remove-advice'.
7874         * net/trampver.el: Update release number.
7876 2009-11-08  Kevin Ryde  <user42@zip.com.au>
7878         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
7879         `ad-do-it'.
7881 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
7883         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
7884         in order to keep context in SELinux.
7886 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
7888         * dired-aux.el (dired-query): Place cursor in echo area and allow
7889         C-g.
7891         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
7892         menu item if not on a directory (Bug#4701).
7894 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
7896         Sync with Tramp 2.1.17.
7898         * net/tramp.el (tramp-handle-copy-directory): Don't use
7899         `file-remote-p' (due to compatibility).
7901         * net/tramp-compat.el (tramp-compat-copy-directory)
7902         (tramp-compat-delete-directory): New defuns.
7904         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7905         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
7906         `tramp-compat-delete-directory'.
7908         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
7909         (tramp-smb-handle-delete-directory): Use
7910         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
7912         * net/trampver.el: Update release number.
7914 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
7916         * tar-mode.el (tar-copy): Call write-region on the right buffer
7917         (Bug#4857).
7919         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
7920         by hand, if necessary (Bug#4878).
7922 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
7924         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
7925         align size column (Bug#4839).
7927         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
7928         statement.
7930 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7932         * progmodes/ld-script.el (auto-mode-alist):
7933         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
7935         * cus-face.el (custom-declare-face): Purecopy face spec.
7937 2009-11-06  Kenichi Handa  <handa@m17n.org>
7939         * international/uni-bidi.el: Re-generated.
7940         * international/uni-category.el: Re-generated.
7941         * international/uni-combining.el: Re-generated.
7942         * international/uni-mirrored.el: Re-generated.
7944 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7946         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
7947         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
7948         (tex-start-options, slitex-run-command, latex-run-command)
7949         (tex-run-command, tex-directory):
7950         * textmodes/ispell.el (ispell-html-skip-alists)
7951         (ispell-tex-skip-alists, ispell-tex-skip-alists):
7952         * textmodes/fill.el (adaptive-fill-first-line-regexp):
7953         (adaptive-fill-regexp):
7954         * textmodes/dns-mode.el (auto-mode-alist):
7955         * progmodes/python.el (interpreter-mode-alist):
7956         * progmodes/etags.el (tags-compression-info-list):
7957         * progmodes/etags.el (tags-file-name):
7958         * net/browse-url.el (browse-url-galeon-program)
7959         (browse-url-firefox-program):
7960         * mail/sendmail.el (mail-signature-file)
7961         (mail-citation-prefix-regexp):
7962         * international/mule-conf.el (eight-bit):
7963         * international/latexenc.el (latex-inputenc-coding-alist):
7964         * international/fontset.el (x-pixel-size-width-font-regexp):
7965         * emacs-lisp/warnings.el (warning-type-format):
7966         * emacs-lisp/trace.el (trace-buffer):
7967         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
7968         (emacs-lisp-mode-map):
7969         * calendar/holidays.el (holiday-solar-holidays)
7970         (holiday-bahai-holidays, holiday-islamic-holidays)
7971         (holiday-christian-holidays, holiday-hebrew-holidays)
7972         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
7973         (hebrew-holidays-1, holiday-oriental-holidays)
7974         (holiday-general-holidays):
7975         * x-dnd.el (x-dnd-known-types):
7976         * tool-bar.el (tool-bar):
7977         * startup.el (site-run-file):
7978         * shell.el (shell-dumb-shell-regexp):
7979         * rfn-eshadow.el (file-name-shadow-tty-properties)
7980         (file-name-shadow-properties):
7981         * paths.el (remote-shell-program, news-directory):
7982         * mouse.el ([C-down-mouse-3]):
7983         * menu-bar.el (menu-bar-tools-menu):
7984         * jka-cmpr-hook.el (jka-compr-load-suffixes)
7985         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
7986         (jka-compr-compression-info-list):
7987         * isearch.el (search-whitespace-regexp):
7988         * image-file.el (image-file-name-extensions):
7989         * find-dired.el (find-ls-option):
7990         * files.el (directory-listing-before-filename-regexp)
7991         (directory-free-space-args, insert-directory-program)
7992         (list-directory-brief-switches, magic-fallback-mode-alist)
7993         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
7994         (automount-dir-prefix):
7995         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
7996         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
7997         (face-font-registry-alternatives, face-font-registry-alternatives)
7998         (face-font-family-alternatives):
7999         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8000         (facemenu-foreground-menu, facemenu-face-menu):
8001         * epa-hook.el (epa-file-name-regexp):
8002         * dnd.el (dnd-protocol-alist):
8003         * textmodes/rst.el (auto-mode-alist):
8004         * button.el (default-button): Purecopy strings.
8006 2009-11-06  Glenn Morris  <rgm@gnu.org>
8008         * Makefile.in (ELCFILES): Update.
8010 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8012         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8013         * emacs-lisp/levents.el: Move to obsolete/levents.el.
8015         * nxml/xsd-regexp.el (xsdre-gen-categories):
8016         * nxml/xmltok.el (xmltok-parse-entity):
8017         * nxml/rng-parse.el (rng-parse-validate-file):
8018         * nxml/rng-maint.el (rng-format-manual)
8019         (rng-manual-output-force-new-line):
8020         * nxml/rng-loc.el (rng-save-schema-location-1):
8021         * nxml/rng-cmpct.el (rng-c-parse-file):
8022         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8023         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8025 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
8027         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8028         Remove extra save-excursions and make-variable-buffer-local's.
8029         Suggested by Stefan Monnier.
8031         (verilog-getopt-file, verilog-module-inside-filename-p)
8032         (verilog-set-define): Merge GNU 1.35 and repair changes from
8033         switching to using with-current-buffer.
8035         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8036         being treated as a number and confusing AUTORESET.
8037         Reported by Dan Dever.
8039         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8040         Add verilog-auto-ignore-concat to fix backward compatibility with
8041         older verilog-modes.  Reported by Dan Katz.
8043         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8044         containing closing anchors "...$".
8046         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8047         Reported by Wade Smith.
8049         (verilog-batch-execute-func): Comment on function usage.
8051 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
8053         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8054         for labels.
8056         (verilog-label-re, verilog-calc-1): Support proper indent of named
8057         asserts.
8059         (verilog-backward-token, verilog-basic-complete-re)
8060         (verilog-beg-of-statement, verilog-indent-re): Support proper
8061         indent of the assert statement at the beginning of a block of text.
8063         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8064         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8065         tokens as begins.
8067 2009-11-05  Glenn Morris  <rgm@gnu.org>
8069         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8070         Emacs 19.  (Bug#1531)
8071         (byte-compile-fix-header): Update for the above change.
8072         Drop test for epoch::version.
8074         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8075         * cus-dep.el (custom-make-dependencies):
8076         * finder.el (finder-compile-keywords):
8077         Use autoload-rubric's feature argument.
8079         * calendar/diary-lib.el (top-level): Make load behave more like require.
8081         * vc-git.el (vc-git-stash-map): Move definition before use.
8083 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
8085         * custom.el (custom-declare-group): Purecopy standard-value.
8086         (custom-declare-group): Purecopy custom-prefix.
8088         * international/mule.el (load-with-code-conversion):
8089         Call do-after-load-evaluation unconditionally.
8091         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8093 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8095         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8097 2009-11-04  Glenn Morris  <rgm@gnu.org>
8099         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8100         (byte-compile-compatibility): Remove option.
8101         (byte-compile-close-variables, byte-compile-fix-header)
8102         (byte-compile-insert-header, byte-compile-output-docform)
8103         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8104         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8105         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8106         (byte-compile-insert, byte-compile-defun):
8107         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
8108         (byte-defop-compiler19): Remove.
8109         Without byte-compile-compatibility, the 'emacs19-opcode property is not
8110         used by anything.  Replace all calls with byte-defop-compiler.
8112 2009-11-04  Juri Linkov  <juri@jurta.org>
8114         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8115         (menu-bar-options-menu): Don't quote the `prop' arg of
8116         `menu-bar-make-mm-toggle'.
8118 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
8120         * calendar/calendar.el (cal-loaddefs):
8121         * calendar/diary-lib.el (diary-loaddefs):
8122         * calendar/holidays.el (hol-loaddefs):
8123         * eshell/esh-module.el (esh-groups): Load rather than require.
8125 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8127         * calendar/todo-mode.el (todo-add-category): Don't hardcode
8128         point-min==1.
8129         (todo-top-priorities): Only display-buffer when called interactively.
8130         (todo-item-start): Don't save excursion point.
8131         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
8132         (todo-insert-item-here, todo-file-item, todo-remove-item):
8133         Adjust uses of todo-item-start and todo-item-end.
8135         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8136         (autoload-rubric): Don't use any more.
8137         * cedet/semantic/fw.el (semantic/loaddefs):
8138         * cedet/srecode.el (srecode/loaddefs):
8139         * cedet/ede.el (ede/loaddefs): Load rather than require.
8140         * cedet/ede/cpp-root.el:
8141         * cedet/ede/emacs.el:
8142         * cedet/ede/files.el:
8143         * cedet/ede/linux.el:
8144         * cedet/ede/locate.el:
8145         * cedet/ede/make.el:
8146         * cedet/ede/shell.el:
8147         * cedet/ede/speedbar.el:
8148         * cedet/ede/system.el:
8149         * cedet/ede/util.el:
8150         * cedet/semantic/analyze.el:
8151         * cedet/semantic/bovine.el:
8152         * cedet/semantic/complete.el:
8153         * cedet/semantic/ctxt.el:
8154         * cedet/semantic/db-file.el:
8155         * cedet/semantic/db-find.el:
8156         * cedet/semantic/db-global.el:
8157         * cedet/semantic/db-mode.el:
8158         * cedet/semantic/db-typecache.el:
8159         * cedet/semantic/db.el:
8160         * cedet/semantic/debug.el:
8161         * cedet/semantic/dep.el:
8162         * cedet/semantic/doc.el:
8163         * cedet/semantic/edit.el:
8164         * cedet/semantic/find.el:
8165         * cedet/semantic/format.el:
8166         * cedet/semantic/html.el:
8167         * cedet/semantic/ia-sb.el:
8168         * cedet/semantic/ia.el:
8169         * cedet/semantic/idle.el:
8170         * cedet/semantic/lex-spp.el:
8171         * cedet/semantic/lex.el:
8172         * cedet/semantic/mru-bookmark.el:
8173         * cedet/semantic/scope.el:
8174         * cedet/semantic/senator.el:
8175         * cedet/semantic/sort.el:
8176         * cedet/semantic/symref.el:
8177         * cedet/semantic/tag-file.el:
8178         * cedet/semantic/tag-ls.el:
8179         * cedet/semantic/tag-write.el:
8180         * cedet/semantic/tag.el:
8181         * cedet/semantic/util-modes.el:
8182         * cedet/semantic/analyze/complete.el:
8183         * cedet/semantic/analyze/refs.el:
8184         * cedet/semantic/bovine/c.el:
8185         * cedet/semantic/bovine/gcc.el:
8186         * cedet/semantic/bovine/make.el:
8187         * cedet/semantic/bovine/scm.el:
8188         * cedet/semantic/decorate/include.el:
8189         * cedet/semantic/decorate/mode.el:
8190         * cedet/semantic/symref/cscope.el:
8191         * cedet/semantic/symref/global.el:
8192         * cedet/semantic/symref/grep.el:
8193         * cedet/semantic/symref/idutils.el:
8194         * cedet/semantic/symref/list.el:
8195         * cedet/semantic/wisent/java-tags.el:
8196         * cedet/semantic/wisent/javascript.el:
8197         * cedet/srecode/compile.el:
8198         * cedet/srecode/cpp.el:
8199         * cedet/srecode/document.el:
8200         * cedet/srecode/el.el:
8201         * cedet/srecode/expandproto.el:
8202         * cedet/srecode/getset.el:
8203         * cedet/srecode/insert.el:
8204         * cedet/srecode/java.el:
8205         * cedet/srecode/map.el:
8206         * cedet/srecode/mode.el:
8207         * cedet/srecode/template.el:
8208         * cedet/srecode/texi.el: Remove the file-local setting of
8209         generated-autoload-feature.
8211         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
8212         and only put a prop if it is non-nil.
8214 2009-11-03  Juri Linkov  <juri@jurta.org>
8216         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
8217         (menu-bar-options-menu): Fix list quoting (Bug#4429).
8219         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
8220         and "Menu" to make top-level menu item visually one unit (like
8221         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
8222         multi-word menu items).  Fix :help string for quit-window.
8224 2009-11-03  Glenn Morris  <rgm@gnu.org>
8226         * cedet/mode-local.el (with-mode-local): Doc fix.
8228         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
8229         (byte-compile-file-form-define-abbrev-table)
8230         (byte-compile-file-form-custom-declare-variable)
8231         (byte-compile-variable-ref, byte-compile-defvar):
8232         Whether or not a warning is enabled should only affect whether we issue
8233         the warning, not whether or not we collect the relevant data.
8234         Eg warnings can be turned on and off throughout the course of a file.
8236         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
8237         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
8239 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8241         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
8242         * play/mpuz.el (mpuz-create-buffer):
8243         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
8244         (lm-print-y,s,noise, lm-print-w0, lm-init):
8245         * play/gomoku.el (gomoku-prompt-for-move):
8246         * play/fortune.el (fortune-in-buffer):
8247         * play/dissociate.el (dissociated-press):
8248         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
8249         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
8250         * mail/supercite.el (sc-eref-show):
8251         * mail/smtpmail.el (smtpmail-send-it):
8252         * mail/rmailsum.el (rmail-summary-next-labeled-message)
8253         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
8254         (rmail-summary-undelete-many, rmail-summary-rmail-update)
8255         (rmail-summary-goto-msg, rmail-summary-expunge)
8256         (rmail-summary-get-new-mail, rmail-summary-search-backward)
8257         (rmail-summary-add-label, rmail-summary-output-menu)
8258         (rmail-summary-output-body):
8259         * mail/rfc822.el (rfc822-addresses):
8260         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
8261         * mail/mailpost.el (post-mail-send-it):
8262         * mail/hashcash.el (hashcash-generate-payment):
8263         * mail/feedmail.el (feedmail-run-the-queue)
8264         (feedmail-queue-send-edit-prompt-help-first)
8265         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
8266         (feedmail-deduce-address-list):
8267         * eshell/esh-ext.el (eshell-remote-command):
8268         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
8269         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
8270         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
8271         (viper-save-string-in-file, viper-valid-marker):
8272         * emulation/viper-keym.el (viper-toggle-key):
8273         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
8274         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
8275         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
8276         * emulation/viper-cmd.el (viper-exec-form-in-vi)
8277         (viper-exec-form-in-emacs, viper-brac-function):
8278         * emulation/viper.el (viper-delocalize-var):
8279         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
8280         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
8281         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
8282         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
8283         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
8284         * emulation/edt.el (edt-electric-helpify):
8285         * emulation/cua-rect.el (cua--rectangle-aux-replace):
8286         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
8287         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
8288         (cua-indent-to-global-mark-column):
8289         * calendar/diary-lib.el (calendar-mark-1):
8290         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
8291         Use with-current-buffer.
8292         * emulation/viper.el (viper-delocalize-var): Use dolist.
8294 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
8296         * comint.el (comint-replace-by-expanded-history-before-point):
8297         Replace !! with the previous input string literally (Bug#1795).
8299 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
8301         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
8302         to be made up of whitespace.
8304 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
8306         * minibuffer.el (read-file-name): Don't use file dialogs for
8307         remote directories (Bug#99).
8309 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
8311         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
8313 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
8315         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
8316         instead of deleting the window or frame.
8318 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
8320         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
8321         Support face colors.
8323         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
8324         New function.  Support face colors (Bug#1168).
8325         (tex-common-initialization): Use it.
8327         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
8328         mode allows it (Bug#1168).
8330 2009-10-31  Juri Linkov  <juri@jurta.org>
8332         * facemenu.el (list-colors-display): Don't mark buffer as
8333         modified (Bug#3948).
8335 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
8337         * international/mule-diag.el (list-character-sets-1): Minor
8338         message fix (Bug#3526).
8340         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
8341         face property (Bug#4834).
8342         (etags-list-tags, etags-tags-apropos-additional)
8343         (etags-tags-apropos, tags-select-tags-table): Add follow-link
8344         property.
8346         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
8347         items.
8349         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
8350         items.
8352         * cedet/ede.el (ede-minor-mode):
8353         * cedet/semantic.el (semantic-mode): Toggle menu separators.
8355 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8357         * textmodes/two-column.el (2C-split):
8358         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
8359         * textmodes/tex-mode.el (tex-set-buffer-directory):
8360         * textmodes/spell.el (spell-region, spell-string):
8361         * textmodes/reftex.el (reftex-erase-buffer):
8362         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
8363         * textmodes/reftex-toc.el (reftex-toc-promote-action):
8364         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
8365         (reftex-select-item):
8366         * textmodes/reftex-ref.el (reftex-label-info-update)
8367         (reftex-offer-label-menu):
8368         * textmodes/reftex-index.el (reftex-index-change-entry)
8369         (reftex-index-phrases-info):
8370         * textmodes/reftex-global.el (reftex-create-tags-file)
8371         (reftex-save-all-document-buffers, reftex-ensure-write-access):
8372         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
8373         (reftex-view-crossref-from-bibtex):
8374         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
8375         (reftex-extract-bib-entries-from-thebibliography)
8376         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
8377         * textmodes/refbib.el (r2b-capitalize-title):
8378         (r2b-convert-buffer, r2b-help):
8379         * textmodes/page-ext.el (pages-directory)
8380         (pages-directory-goto-with-mouse):
8381         * textmodes/bibtex.el (bibtex-validate-globally):
8382         * textmodes/bib-mode.el (bib-capitalize-title):
8383         * textmodes/artist.el (artist-clear-buffer, artist-system):
8384         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
8385         (local-set-scheme-interaction-buffer, xscheme-process-filter)
8386         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
8387         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
8388         (xscheme-send-control-g-interrupt, xscheme-start-process)
8389         (xscheme-process-sentinel, xscheme-cd):
8390         * progmodes/verilog-mode.el (verilog-read-always-signals)
8391         (verilog-set-define, verilog-getopt-file)
8392         (verilog-module-inside-filename-p):
8393         * progmodes/sh-script.el:
8394         * progmodes/python.el (python-pdbtrack-get-source-buffer)
8395         (python-pdbtrack-grub-for-buffer, python-execute-file):
8396         * progmodes/octave-inf.el (inferior-octave):
8397         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8398         (idlwave-shell-compile-helper-routines, idlwave-set-local)
8399         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
8400         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
8401         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
8402         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
8403         (idlwave-shell-filter, idlwave-shell-examine-highlight)
8404         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
8405         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
8406         (idlwave-shell-examine-display, idlwave-shell-run-region)
8407         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
8408         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
8409         * progmodes/idlw-help.el (idlwave-help-get-special-help)
8410         (idlwave-help-get-help-buffer):
8411         * progmodes/gud.el (gud-basic-call, gud-find-class)
8412         (gud-tooltip-activate-mouse-motions-if-enabled):
8413         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8414         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
8415         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
8416         (ebrowse-tags-next-file):
8417         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
8418         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
8419         (ebnf-eps-finish-and-write):
8420         * progmodes/cpp.el (cpp-edit-save):
8421         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
8422         * progmodes/cc-defs.el (c-emacs-features):
8423         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
8424         (antlr-directory-dependencies):
8425         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
8426         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
8427         (ada-find-any-references, ada-make-filename-from-adaname)
8428         (ada-make-body-gnatstub):
8429         * obsolete/rnews.el (news-list-news-groups):
8430         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
8431         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
8432         * net/rcirc.el (rcirc-debug):
8433         * net/newst-treeview.el (newsticker--treeview-list-add-item)
8434         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
8435         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
8436         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
8437         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
8438         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
8439         (newsticker--treeview-list-clear-highlight)
8440         (newsticker--treeview-list-update-highlight)
8441         (newsticker--treeview-list-highlight-start)
8442         (newsticker--treeview-tree-update-highlight)
8443         (newsticker--treeview-get-selected-item)
8444         (newsticker-treeview-mark-list-items-old)
8445         (newsticker--treeview-set-current-node):
8446         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8447         * net/newst-backend.el (newsticker--get-news-by-funcall)
8448         (newsticker--get-news-by-wget, newsticker--image-get)
8449         (newsticker--image-sentinel):
8450         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
8451         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
8452         (eudc-ph-close-session):
8453         * net/eudc.el (eudc-save-options):
8454         * language/thai-word.el (thai-update-word-table):
8455         * language/japan-util.el (japanese-string-conversion):
8456         * international/titdic-cnv.el (tsang-quick-converter)
8457         (ziranma-converter, ctlau-converter):
8458         * international/mule-cmds.el (describe-language-environment):
8459         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
8460         (skkdic-convert-postfix, skkdic-convert-prefix):
8461         (skkdic-convert-okuri-nasi, skkdic-convert):
8462         * emacs-lisp/re-builder.el (reb-update-overlays):
8463         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
8464         * emacs-lisp/gulp.el (gulp-send-requests):
8465         * emacs-lisp/find-gc.el (trace-call-tree):
8466         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
8467         (eieio-describe-generic):
8468         * emacs-lisp/eieio-base.el (eieio-persistent-read):
8469         * emacs-lisp/edebug.el (edebug-outside-excursion):
8470         * emacs-lisp/debug.el (debugger-make-xrefs):
8471         * emacs-lisp/cust-print.el (custom-prin1-to-string):
8472         * emacs-lisp/chart.el (chart-new-buffer):
8473         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
8474         Use with-current-buffer.
8475         * textmodes/artist.el (artist-system): Don't call
8476         copy-sequence on a fresh string.
8477         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
8479 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
8481         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
8482         is no item to edit.  (Bug#4820)
8483         (todo-top-priorities): Restore point and restore narrowing in Todo
8484         buffer.  (Bug#4820)
8486 2009-10-31  Glenn Morris  <rgm@gnu.org>
8488         * net/ange-ftp.el (top-level): Don't require dired when compiling.
8489         (comint-last-output-start, comint-last-input-start)
8490         (comint-last-input-end): Don't defvar when compiling.
8491         (ange-ftp-process-file): Use bound-and-true-p.
8493         * pcmpl-rpm.el (top-level): Move provide statement to end.
8494         (pcmpl-rpm): Remove unused custom group.
8496         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
8498         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
8500         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8501         (byte-compile-warnings): Add `constants' as an option.
8502         (byte-compile-callargs-warn, byte-compile-arglist-warn)
8503         (display-call-tree): Update for byte-compile-fdefinition possibly
8504         returning `(macro lambda ...)'.  (Bug#4778)
8505         (byte-compile-variable-ref, byte-compile-setq-default):
8506         Respect `constants' member of byte-compile-warnings.
8508         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
8509         Use mapc rather than mapcar because the return value is never used.
8511         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
8512         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
8513         * cedet/semantic/html.el:
8514         Suppress harmless warnings about setting up semantic-imenu (not
8515         part of Emacs) variables.
8517 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8519         * vc-bzr.el (vc-bzr-revision-keywords): New var.
8520         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
8521         to "submit:".
8523         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
8524         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
8525         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
8526         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
8527         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
8528         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
8529         (semantic-analyzer-debug-global-symbol)
8530         (semantic-analyzer-debug-missing-innertype)
8531         (semantic-analyzer-debug-insert-include-summary):
8532         * cedet/semantic/util.el (semantic-file-tag-table):
8533         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
8534         (semantic-recursive-find-nonterminal-by-name):
8535         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
8536         * cedet/semantic/tag-file.el (semantic-prototype-file):
8537         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
8538         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
8539         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
8540         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
8541         (semantic-idle-summary-maybe-highlight):
8542         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
8543         (semantic-ia-sb-tag-info):
8544         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
8545         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
8546         * cedet/semantic/ede-grammar.el (project-compile-target):
8547         (ede-proj-makefile-insert-variables):
8548         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
8549         (semantic-debug-set-source-location, semantic-debug-interface-layout)
8550         (semantic-debug-mode, semantic-debug):
8551         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
8552         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
8553         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
8554         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
8555         (semanticdb-find-translate-path-includes--internal)
8556         (semanticdb-reset-log, semanticdb-find-log-activity):
8557         * cedet/semantic/db-file.el (object-write):
8558         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
8559         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
8560         (semanticdb-create-ebrowse-database):
8561         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
8562         * cedet/semantic/complete.el (semantic-displayor-focus-request)
8563         (semantic-collector-calculate-completions-raw)
8564         (semantic-complete-read-tag-analyzer):
8565         * cedet/semantic/analyze.el (semantic-analyze-pulse):
8566         * cedet/ede/util.el (ede-update-version-in-source):
8567         * cedet/ede/proj.el (project-delete-target):
8568         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
8569         (ede-proj-flush-autoconf):
8570         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
8571         (ede-proj-configure-synchronize):
8572         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
8573         * cedet/ede/linux.el (ede-linux-version):
8574         * cedet/ede/emacs.el (ede-emacs-version):
8575         * cedet/ede/dired.el (ede-dired-add-to-target):
8576         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
8577         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
8578         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
8579         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
8580         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
8581         (cedet-idutils-version-check):
8582         * cedet/cedet-global.el (cedet-gnu-global-call):
8583         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
8584         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
8585         * cedet/cedet-cscope.el (cedet-cscope-call)
8586         (cedet-cscope-expand-filename, cedet-cscope-version-check):
8587         Use with-current-buffer.
8588         * cedet/ede.el (ede-make-project-local-variable)
8589         (ede-set-project-variables, ede-set): Use dolist.
8591 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
8593         * textmodes/ispell.el (ispell-skip-region-alist):
8594         * international/mule-conf.el (eight-bit):
8595         * international/fontset.el (font-encoding-alist):
8596         * startup.el (pure-space-overflow-message):
8597         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
8598         * paths.el (gnus-nntp-service, rmail-spool-directory)
8599         (term-file-prefix):
8600         * files.el (save-some-buffers-action-alist):
8601         * cmuscheme.el (same-window-buffer-names):
8602         * ielm.el (same-window-buffer-names):
8603         * shell.el (same-window-buffer-names):
8604         * mail/sendmail.el (same-window-buffer-names):
8605         * progmodes/inf-lisp.el (same-window-buffer-names):
8606         * bindings.el (mode-line-client)
8607         (mode-line-column-line-number-mode-map):
8608         * language/tibetan.el (tibetan-precomposition-rule-regexp)
8609         (tibetan-precomposed-regexp): Purecopy string arguments.
8611 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8613         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
8614         (calcDigit-nondigit):
8615         * calc/calc-yank.el (calc-copy-to-buffer):
8616         * calc/calc-units.el (calc-invalidate-units-table):
8617         * calc/calc-trail.el (calc-trail-yank):
8618         * calc/calc-store.el (calc-insert-variables):
8619         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
8620         * calc/calc-prog.el (calc-read-parse-table):
8621         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
8622         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
8623         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
8624         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
8625         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
8626         (calc-graph-name, calc-graph-find-command, calc-graph-view)
8627         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
8628         * calc/calc-ext.el (calc-realign):
8629         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
8630         (calc-embedded-finish-edit, calc-embedded-make-info)
8631         (calc-embedded-finish-command, calc-embedded-stack-change):
8632         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
8634         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
8635         (overload-docstring-extension): Use that info.
8636         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
8637         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
8638         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
8639         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
8640         (semantic-nonterminal-full-name): Add the new `when' info.
8641         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
8642         `assert'.
8644         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
8645         shell-dynamic-complete-filename in preference to
8646         comint-dynamic-complete-filename.
8648         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8649         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8650         Don't consider whether the display supports colors.
8651         (bookmark-import-new-list): Use dolist.
8652         (bookmark-bmenu-mode-map): Move initialization into declaration.
8653         (bookmark-bmenu-list): Use dolist, simplify.
8654         (bookmark-show-all-annotations): Use save-selected-window and dolist.
8655         (menu-bar-final-items): Use push.
8657 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
8659         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
8660         it works on remote files.
8661         (vc-hg-diff): Don't pass any `--cwd' argument.
8663 2009-10-27  Kevin Ryde  <user42@zip.com.au>
8665         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8666         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
8667         (Further to Bug#3921).
8669 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
8671         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
8672         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
8673         calling `tramp-imap-put-file'.  Add file size to the call.
8674         (tramp-imap-get-file-entries): Compute also user name, file size,
8675         and date.
8676         (tramp-imap-handle-insert-directory): Insert uid and gid.
8677         (tramp-imap-handle-file-attributes): Transform uid and gid
8678         according to `id-format'.
8679         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
8680         size in header X-Size.
8682 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
8684         * simple.el (transpose-subr): Give clearer error when the mark
8685         is not set.  (Bug#4807)
8687 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
8689         * net/tramp.el (tramp-perl-file-truename): New defconst.
8690         Perl code contributed by yary <not.com@gmail.com> (tiny change).
8691         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
8692         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
8693         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
8695         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
8696         Ignore `dired-call-process'.
8697         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
8699 2009-10-26  Julian Scheid  <julians37@gmail.com>
8701         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
8702         (tramp-get-remote-readlink): New defun.
8703         (tramp-handle-file-truename): Use it.
8704         (tramp-handle-file-exists-p): Check file-attributes cache, assume
8705         file exists if cache value present.
8706         (tramp-check-cached-permissions): New defun.
8707         (tramp-handle-file-readable-p): Use it.
8708         (tramp-handle-file-writable-p): Likewise.
8709         (tramp-handle-file-executable-p): Likewise.
8710         (tramp-handle-file-name-all-completions): Try using Perl to get
8711         partial completions.  When perl not available, combine `cd' and
8712         `ls' into single remote operation and use shell expansion to get
8713         partial remote directory contents.  Set `file-exists-p' cache for
8714         directory and any files returned by ls.  Change cache handling to
8715         support partial directory contents.  Use error message emitted by
8716         remote `cd' or Perl code for local tramp-error.
8717         (tramp-do-copy-or-rename-file-directly): Avoid separate
8718         tramp-send-command-and-check call.
8719         (tramp-handle-process-file): Merge three remote ops into one.
8720         Do not flush all caches when `process-file-side-effects' is set.
8721         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
8722         file-attributes shows uid/gid to be set already.
8724 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
8726         * textmodes/tex-mode.el (tex-dvi-view-command)
8727         (tex-show-queue-command, tex-open-quote):
8728         * progmodes/ruby-mode.el (auto-mode-alist)
8729         (interpreter-mode-alist): Purecopy strings.
8731         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
8733         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
8734         string for the hook, keymap and abbrev table.
8736         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
8738         * x-dnd.el (x-dnd-xdnd-to-action):
8739         * startup.el (fancy-startup-text, fancy-about-text): Change to
8740         defconst from defvar.
8742         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
8744         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
8745         Purecopy initialization strings.
8747         * mail/sendmail.el (mail-header-separator)
8748         (mail-personal-alias-file):
8749         * mail/rmail.el (rmail-default-dont-reply-to-names)
8750         (rmail-ignored-headers, rmail-retry-ignored-headers)
8751         (rmail-highlighted-headers, rmail-secondary-file-directory)
8752         (rmail-secondary-file-regexp):
8753         * files.el (null-device, file-name-invalid-regexp)
8754         (locate-dominating-stop-dir-regexp)
8755         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
8756         (interpreter-mode-alist): Use mapcar instead of mapc.
8758         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
8760         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
8761         (completion-ignored-extensions):
8762         (debug-ignored-errors): Purecopy strings.
8764 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8766         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
8767         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
8768         (pcomplete--here): Use push.
8770         * subr.el (all-completions): Declare the 4th arg obsolete.
8772 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8774         * pcomplete.el (pcomplete-unquote-argument-function): New var.
8775         (pcomplete-unquote-argument): New function.
8776         (pcomplete--common-suffix): Always pay attention to case.
8777         (pcomplete--table-subvert): Quote and unquote the text.
8778         (pcomplete--common-quoted-suffix): New function.
8779         (pcomplete-std-complete): Use it and pcomplete-begin.
8781         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
8782         we're inside a dedicated or minibuffer window.
8784 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8786         * cedet/semantic/fw.el (semantic-alias-obsolete)
8787         (semantic-varalias-obsolete): Make the `when' arg mandatory.
8788         (define-mode-overload-implementation):
8789         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
8790         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
8791         * cedet/semantic/util.el (semantic-file-token-stream)
8792         (semantic-something-to-stream):
8793         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
8794         (semantic-expand-nonterminal):
8795         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
8796         (semantic-find-dependency, semantic-find-nonterminal)
8797         (semantic-find-dependency):
8798         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
8799         (semantic-flex-text, semantic-flex-make-keyword-table)
8800         (semantic-flex-keyword-p, semantic-flex-keyword-put)
8801         (semantic-flex-keyword-get, semantic-flex-map-keywords)
8802         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
8803         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
8804         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
8805         (semantic-after-idle-scheduler-reparse-hooks):
8806         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
8807         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
8808         * cedet/semantic.el (semantic-toplevel-bovine-table)
8809         (semantic-toplevel-bovine-cache)
8810         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
8811         (semantic-init-mode-hooks, semantic-init-db-hooks)
8812         (semantic-bovination-working-type): Provide the `when' arg.
8814 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
8816         * bookmark.el: Update documentation, especially documentation
8817         of `bookmark-alist' and of the bookmark file format.
8818         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
8820 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
8822         * mail/emacsbug.el (report-emacs-bug): Clarify that the
8823         keybindings apply to the mail buffer (Bug#4003).  Shrink help
8824         window to buffer.
8826         * whitespace.el (whitespace-mode, whitespace-newline-mode)
8827         (global-whitespace-mode, global-whitespace-newline-mode)
8828         (whitespace-toggle-options, global-whitespace-toggle-options):
8829         Doc fix (Bug#3660).
8831         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
8832         of xmltok-start before the end tag was inserted (Bug#2840).
8834         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
8835         patterns that are preceded by an open-paren (Bug#1320).
8837 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
8839         * files.el (delete-directory): Delete symlinks to directories with
8840         delete-file (Bug#4739).
8842 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
8844         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
8845         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
8846         argument to make-obsolete.
8848         * cedet/semantic/fw.el (semantic-alias-obsolete)
8849         (semantic-varalias-obsolete): Add optional WHEN argument.
8851 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
8853         * vc.el (vc-backend-for-registration): Rename from
8854         vc-get-backend-for-registration.  Update callers.
8856         * international/mule-cmds.el (set-language-info-alist):
8857         Purecopy lang-env.
8858         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
8859         (charset): Purecopy the name.
8860         (define-char-code-property): Purecopy string arguments.
8862         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8863         Purecopy string arguments.
8865         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8866         * ediff-hook.el (menu-bar-ediff-menu):
8867         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
8868         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
8870 2009-10-24  Glenn Morris  <rgm@gnu.org>
8872         * comint.el (comint-dynamic-list-completions):
8873         * term.el (term-dynamic-list-completions): Use choose-completion rather
8874         than obsolete alias mouse-choose-completion.
8876         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
8877         file-cache-choose-completion.
8878         (file-cache-choose-completion): Handle an optional event argument.
8879         (file-cache-mouse-choose-completion): Make it an obsolete alias.
8881         * progmodes/octave-mod.el (octave-complete-symbol):
8882         Use choose-completion if mouse-choose-completion is ever removed.
8884         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
8885         use.
8887         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
8888         compiler.
8890         * vc-hooks.el (vc-responsible-backend): Fix declaration.
8892 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8894         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
8895         Ignore `pred' now that we receive one.
8896         Handle test-completion specially.
8898 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
8900         * vc.el (vc-responsible-backend): Throw an error if not backend is
8901         found.  Remove the REGISTER argument.  Move the code dealing with
8902         REGISTER ...
8903         (vc-get-backend-for-registration): ... here.  New function.
8904         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
8905         of vc-responsible-backend, pass the file name instead of the
8906         directory name.
8908 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8910         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
8911         New funs.
8912         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
8913         (pcomplete-comint-setup): Don't modify a global var via
8914         accidental side-effects.
8915         (pcomplete-shell-setup): Adjust call accordingly.
8916         (pcomplete-parse-comint-arguments): Use push.
8918 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
8920         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8921         Allow uncapitalized info node names (Bug#3921).
8923         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
8924         to the DEBUG file (Bug#3781).
8926 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
8928         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
8929         dictionary entry (Bug#4579).
8931 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
8933         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
8934         from `rfn-eshadow-update-overlay-hook' when unloading.
8935         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
8936         "rsyncc".  Adjust doc string.
8937         (tramp-temp-buffer-file-name): New buffer-local defvar.
8938         (tramp-handle-insert-file-contents, tramp-handle-write-region):
8939         Keep temporary file when indicated by method ("rsync" and
8940         "rsyncc").
8941         (tramp-handle-write-region): Handle APPEND.
8942         (tramp-delete-temp-file-function): New defun.  Added to
8943         `kill-buffer-hook'.
8945 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
8947         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
8949 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
8951         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
8952         (color-name-rgb-alist, tty-standard-colors)
8953         (tty-color-mode-alist): Change to defconst.
8955         * simple.el (mark-inactive): Purecopy message.
8957         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
8958         (global-map, yank-menu):
8959         * textmodes/ispell.el (ispell-menu-map):
8960         * net/eudc.el (eudc-tools-menu):
8961         * international/mule-cmds.el (describe-language-environment-map)
8962         (setup-language-environment-map, set-coding-system-map)
8963         (mule-menu-keymap):
8964         * vc-hooks.el (vc-menu-entry, vc-menu-map):
8965         * replace.el (occur-mode-map):
8966         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
8968 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
8970         * calc/calc.el (math-read-number, math-read-number-simple): Use
8971         `save-match-data'.
8973 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8975         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
8976         rather than fiddling with global-map bindings, since it should only
8977         affect per-terminal settings.
8978         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
8980         * minibuffer.el (completion-table-with-terminator): Allow to specify
8981         the terminator-regexp.
8983         * simple.el (switch-to-completions): Look for *Completions* in other
8984         frames as well.
8986         * pcomplete.el: Allow the use of completion-tables.
8987         (pcomplete-std-complete): New command.
8988         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
8989         (pcomplete--here): Use a function for `form' rather than an expression,
8990         so it can be byte-compiled.
8991         (pcomplete-here, pcomplete-here*): Adjust accordingly.
8992         Add edebug declaration.
8993         (pcomplete-show-completions): Remove unused var `curbuf'.
8994         (pcomplete-do-complete, pcomplete-stub):
8995         Don't assume `completions' is a list of strings any more.
8997 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
8999         * find-dired.el (find-name-arg): Fix typo in docstring.
9001 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9003         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9004         (pcmpl-linux-fs-types): Same, and update to new modules layout.
9006         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9007         pcomplete-entries.
9009         * comint.el (comint-read-input-ring, comint-write-input-ring)
9010         (comint-substitute-in-file-name)
9011         (comint-dynamic-complete-as-filename)
9012         (comint-dynamic-simple-complete)
9013         (comint-dynamic-list-filename-completions)
9014         (comint-dynamic-list-completions)
9015         (comint-redirect-results-list-from-process): Minor simplifications.
9017 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9019         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9020         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9021         the first form.  And insert a blank line after ";;; Code" since
9022         that's usual style.  (Bug#4612)
9024         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9026 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9028         * minibuffer.el (completion-table-with-terminator): Properly implement
9029         boundaries, in case `terminator' appears in the suffix.
9030         (completion--embedded-envvar-table): Don't return boundaries if
9031         there's no valid completion.  Simplify.
9032         (completion-file-name-table): New completion table extracted from
9033         completion--file-name-table.
9034         (completion--file-name-table): Use it.
9035         (read-file-name-predicate): Declare obsolete.
9036         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9037         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9038         completion-file-name-table, and use the `pred' argument.
9039         * files.el (locate-file-completion-table): Use the `pred' arg rather
9040         than read-file-name-predicate.
9041         (abbreviate-file-name): Use \` rather than ^ for BOS.
9043 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
9045         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9046         vc-responsible-backend to register, it causes problems.
9048 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9050         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9052 2009-10-21  Eric Ludlam  <zappo@gnu.org>
9054         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9055         (semantic-c-debug-mode-init-pch): New functions.
9056         (semantic-c-debug-mode-init-last-mode): New var.
9057         (semantic-c-parse-lexical-token): Use them.
9059         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9060         When extracting the argument list, limit only by point-max.
9062 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
9064         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9065         (tramp-smb-handle-file-attributes): Use it.
9066         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9067         (tramp-smb-handle-insert-directory): Use `mapc' rather than
9068         `mapcar'.  Use `tramp-smb-get-stat-capability'.
9069         Add `dired-filename' text properties.
9070         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9071         (tramp-smb-maybe-open-connection): Simplify check for smbclient
9072         version.
9074 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9076         * subr.el (read-key-delay): Reduce to 0.01.
9077         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9078         (bug#4751).
9080 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9082         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9084         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9085         (Info-menu): Remove unused vars `last' and `completions'.
9086         (Info-index-nodes): Remove unused var `node'.
9088         * info.el (Info-complete-menu-item): Use complete-with-action.
9090 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
9092         Make vc-annotate work through copies and renames.
9093         * vc-annotate.el (vc-annotate-extract-revision-at-line):
9094         Return the file name too.
9095         (vc-annotate-revision-at-line)
9096         (vc-annotate-find-revision-at-line)
9097         (vc-annotate-revision-previous-to-line)
9098         (vc-annotate-show-log-revision-at-line): Update to get the file
9099         name from vc-annotate-extract-revision-at-line.
9100         (vc-annotate-show-diff-revision-at-line-internal): Change the
9101         argument to mean whether to show a file diff or not.  Get the file
9102         name from vc-annotate-extract-revision-at-line.
9103         (vc-annotate-show-diff-revision-at-line):
9104         Update vc-annotate-show-diff-revision-at-line call.
9105         (vc-annotate-warp-revision): Add an optional file argument.
9107         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9108         (vc-git-annotate-extract-revision-at-line): Also return the file
9109         name if found.
9111         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9112         command.  Remove unused code.
9113         (vc-hg-annotate-re): Update to match --follow output.
9114         (vc-hg-annotate-extract-revision-at-line): Also return the file
9115         name if found.
9117         * vc.el: Update annotate-extract-revision-at-line documentation.
9119 2009-10-18  Kevin Ryde  <user42@zip.com.au>
9121         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9122         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9124         * net/browse-url.el (browse-url): Identify alist with "consp and
9125         not functionp" and let all other things go down the `apply' leg,
9126         as suggested by Stefan.  (Further to bug#4531.)
9128 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
9130         * minibuffer.el (read-file-name): Check for repeat before putting
9131         a default argument in file-name-history (Bug#4657).
9133         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9134         read syntax (Bug#4737).
9136         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9138 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9140         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9141         (html-tag-alist, html-tag-help): Add descriptions for undocumented
9142         entries and make note of obsolete tags.
9144 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9146         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9148 2009-10-18  Glenn Morris  <rgm@gnu.org>
9150         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9151         grep, so that binary files (eg international/uni-bidi.el) can match.
9152         Remove test for "UnicodeData" files, since it is hopefully unnecessary
9153         now, and in any case the file header format has changed.
9155 2009-10-17  Glenn Morris  <rgm@gnu.org>
9157         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9158         (flyspell-get-word, flyspell-large-region)
9159         (flyspell-auto-correct-previous-word): Doc/error message fixes.
9161 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9163         * Makefile.in (ELCFILES): Add ede/shell.
9165 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
9167         * term/common-win.el (x-colors): Purecopy it.
9169 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9171         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9172         permissive for when the buffer is empty.
9173         (tar-header-block-tokenize): Decode the username and groupname.
9174         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9176 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9178         * cedet/srecode/srt.el:
9179         * cedet/srecode/compile.el:
9180         * cedet/semantic/mru-bookmark.el:
9181         * cedet/semantic/debug.el:
9182         * cedet/semantic/complete.el:
9183         * cedet/semantic/analyze.el: Require CL when compiling.
9185 2009-10-17  Eric Ludlam  <zappo@gnu.org>
9187         * cedet/semantic/scope.el
9188         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
9189         tmpscope so that the regular scope will continue to work.
9191         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
9192         Use semantic-idle-summary-highlight-face as the highlighting.
9194         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
9195         contains multibyte characters, choose first applicable coding
9196         system automatically.
9198         * cedet/ede/project-am.el (project-run-target): New method.
9199         (project-run-target): New method.
9201         * cedet/ede.el (ede-target): Add run target menu item.
9202         (ede-project, ede-minor-keymap): Add ede-run-target binding.
9203         (ede-run-target): New function.
9204         (ede-target::project-run-target): New method.
9206         * cedet/ede/proj.el (project-run-target): New method.
9208         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
9209         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
9210         Add :rules.
9211         (ede-proj-target-makefile-shared-object): Only libtool compilers
9212         now available.  Add linkers for libtool.
9213         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
9214         (ede-proj-makefile-target-name): Always use .la extension.
9216         * cedet/ede/proj-prog.el (project-run-target): New method.
9218         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
9219         (ede-g++-linker): Change Change link lines.
9221         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
9222         When searching for old variables, go to the end of the buffer and
9223         search backward from there.
9224         (ede-proj-makefile-automake-insert-subdirs)
9225         (ede-proj-makefile-automake-insert-extradist): New methods.
9226         (ede-proj-makefile-create): Use them.
9228         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
9229         Force FILE to expand to the current target.  Use file-exists-p to
9230         check that it exists.
9232         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
9233         (ede-linux-load): Wrap dir in file-name-as-directory.
9234         Set :version slot.
9236         * cedet/ede/files.el (ede-get-locator-object): When enabling
9237         locate, do so on "top".
9239         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
9240         file-name-as-directory during compare.
9241         (ede-emacs-version): Return Emacs/XEmacs differentiator.
9242         Get version number from different places.  Don't call egrep.
9243         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
9244         to set the directory.
9246         * cedet/ede/shell.el: New file.
9248         * cedet/inversion.el (inversion-decoders): Allow for stray . in
9249         alpha/beta variants.
9251 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9253         * international/mule-cmds.el (select-safe-coding-system): If the file
9254         has a coding cookie, use it regardless of any other setting (bug#4712).
9256 2009-10-17  Glenn Morris  <rgm@gnu.org>
9258         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
9259         All errors should have messages.
9261         * foldout.el (foldout-mouse-swallow-events):
9262         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
9264         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
9265         (dired-keep-marker-copy, dired-keep-marker-hardlink)
9266         (dired-keep-marker-symlink, dired-dwim-target)
9267         (dired-copy-preserve-time): Do not autoload these defcustoms.
9269         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
9270         messages from messing up the file coding.  (Bug#4623)
9272 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
9274         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
9275         if no match is found for the current dictionary.  (Bug#4578)
9277         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
9278         optional, since that is how it is documented, and this is often called
9279         with a nil argument.  (Bug#4577)
9280         (flyspell-external-point-words, flyspell-auto-correct-word)
9281         (flyspell-correct-word-before-point, flyspell-word-search-forward)
9282         (flyspell-word-search-backward): Remove nil argument in calls to
9283         flyspell-get-word, since it is not needed now.
9285 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
9287         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
9289 2009-10-16  Glenn Morris  <rgm@gnu.org>
9291         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
9293 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
9295         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
9296         (ange-ftp-file-size): New function.
9297         (ange-ftp-file-attributes): Use it.
9299 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
9301         * net/tramp-smb.el (tramp-smb-version): New defvar.
9302         (tramp-smb-maybe-open-connection): Use it, in order to avoid
9303         repeated checks.
9305 2009-10-16  Glenn Morris  <rgm@gnu.org>
9307         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9308         Maybe copy some custom properties from old to new name.  (Bug#4706)
9310 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
9312         * subr.el (error, sit-for, start-process-shell-command)
9313         (start-file-process-shell-command): Set the calling convention
9314         after the function definition.
9316 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9318         * subr.el (error, sit-for, start-process-shell-command)
9319         (start-file-process-shell-command): Use the new
9320         set-advertised-calling-convention feature.
9322 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
9324         * international/ucs-normalize.el (ucs-normalize-version):
9325         Change to 1.2.
9326         (check-range): Adjust for Unicode 5.2.
9328 2009-10-15  Juri Linkov  <juri@jurta.org>
9330         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
9331         to the `menu-item' format.
9333 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
9335         * net/tramp.el (tramp-replace-environment-variables): Do not fail
9336         if the environment variable does not exist.
9338         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9339         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
9340         parameter.
9341         (tramp-smb-handle-add-name-to-file)
9342         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9343         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9344         (tramp-smb-handle-file-attributes)
9345         (tramp-smb-do-file-attributes-with-stat)
9346         (tramp-smb-handle-file-local-copy)
9347         (tramp-smb-handle-insert-directory)
9348         (tramp-smb-handle-make-directory)
9349         (tramp-smb-handle-make-directory-internal)
9350         (tramp-smb-handle-make-symbolic-link)
9351         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
9352         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
9353         (tramp-smb-maybe-open-connection): Apply the changed parameters.
9354         (tramp-smb-read-file-entry): Read Disk names in compressed format.
9355         Handle long file names.
9356         (tramp-smb-get-cifs-capabilities): Check, whether the connection
9357         process is running.
9358         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
9359         Read share names with "-g" option.
9361 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
9363         * net/rcirc.el (rcirc-view-log-file): New command.
9364         (rcirc-track-minor-mode-map): Remove C-c ` binding.
9365         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
9366         specified.
9368 2009-10-15  Glenn Morris  <rgm@gnu.org>
9370         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
9371         from the second command-line argument.
9372         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
9373         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
9374         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
9375         w32-batch-update-autoloads.
9376         * emacs-lisp/autoload.el (autoload-make-program): New variable.
9377         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
9379         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
9380         the headers cannot be located.  Simplify, subtracting superflous
9381         save-excursions.
9383 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9385         Replace completion-base-size by completion-base-position to fix bugs
9386         such as (bug#4699).
9387         * simple.el (completion-base-position): New var.
9388         (completion-base-size): Mark as obsolete.
9389         (choose-completion): Make it work for mouse events as well.
9390         Pass the new base-position to choose-completion-string.
9391         (choose-completion-guess-base-position): New function, extracted from
9392         choose-completion-delete-max-match.
9393         (choose-completion-delete-max-match): Use it.  Make obsolete.
9394         (choose-completion-string): Use the new base-position info.
9395         (completion-root-regexp): Delete.
9396         (completion-setup-function): Preserve completion-base-position.
9397         Eliminate obsolete base-size manipulation.
9398         * minibuffer.el (display-completion-list): Don't mess with base-size.
9399         (minibuffer-completion-help): Set completion-base-position instead.
9400         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
9401         choose-completion.
9402         * textmodes/bibtex.el (bibtex-complete):
9403         * emacs-lisp/crm.el (crm--choose-completion-string):
9404         Adjust to new calling convention.
9405         * complete.el (partial-completion-mode): Use minibufferp to avoid
9406         bumping into incompatible change to choose-completion-string-functions.
9407         * ido.el (ido-choose-completion-string): Make its calling convention
9408         more permissive.
9409         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
9410         base-size manipulation.
9411         (comint-dynamic-list-input-ring): Use dotimes and push.
9412         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
9413         fundamental-mode.  Use `or'.
9415 2009-10-14  Juri Linkov  <juri@jurta.org>
9417         * misearch.el (multi-isearch-next-buffer-from-list)
9418         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
9420 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9422         * Makefile.in (compile-onefile): Load `bytecomp' rather than
9423         `bytecomp.el'.
9425         * minibuffer.el (completion-pcm--merge-completions): Make sure the
9426         string we return is all made up of text from the completions rather
9427         than part from the completions and part from the input (bug#4219).
9429         * ido.el (ido-everywhere): Use define-minor-mode.
9431         * buff-menu.el (list-buffers, ctl-x-map):
9432         Mark the entry points with ;;;###autoload cookies.
9434 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
9436         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
9437         correctly in the detached head case.
9438         (vc-git-print-log): Remove unused binding.
9440         * vc.el (vc-responsible-backend): When a directory is passed for
9441         for registration create a VC repository if no backend is
9442         responsible for the directory argument.
9443         (vc-deduce-fileset): Tell vc-responsible-backend to register.
9445         * vc.el: Move comments about RCS and SCCS ...
9446         * vc-rcs.el:
9447         * vc-sccs.el: ... here, respectively.
9449 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9451         * minibuffer.el (completion--file-name-table): Return nil if there's
9452         no file completion, even if substitute-in-file-name changed
9453         the string (bug#4708).
9455 2009-10-13  Juri Linkov  <juri@jurta.org>
9457         * files-x.el (read-file-local-variable-value): Don't filter out
9458         minor modes from mode name completion (bug#4664).
9460 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
9462         * international/mule-cmds.el (ucs-names): Remove exclusion of
9463         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
9465 2009-10-13  Kenichi Handa  <handa@m17n.org>
9467         * international/uni-name.el: Regenerated.
9469 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
9471         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
9472         should be automatically buffer-local, but isn't.)
9474 2009-10-12  Sam Steingold  <sds@gnu.org>
9476         * progmodes/compile.el (compilation-next-error-function): Fix the
9477         timestamps if the buffer has been visited before.
9478         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
9479         non-anchored patterns, like the perl one (bug#3928).
9481 2009-10-12  Glenn Morris  <rgm@gnu.org>
9483         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
9484         Let-bind `size'.
9486 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
9488         * proced.el (proced-unload-function): New function.
9490         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
9491         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
9492         Doc fix.
9494         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
9496 2009-10-11  Juri Linkov  <juri@jurta.org>
9498         * files-x.el (read-file-local-variable-value):
9499         Provide default value only for bound variables (bug#4664).
9501 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
9503         * net/tramp.el (tramp-local-host-p): Function shall return nil for
9504         connection methods like smb.
9506         * net/tramp-cache.el (tramp-flush-connection-property): The hash
9507         can be empty.
9509         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9510         (tramp-smb-file-name-handler-alist): Add handlers for
9511         `add-name-to-file', `make-symbolic-link'.
9512         (tramp-smb-handle-add-name-to-file)
9513         (tramp-smb-do-file-attributes-with-stat)
9514         (tramp-smb-handle-make-symbolic-link)
9515         (tramp-smb-get-cifs-capabilities): New defuns.
9516         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9517         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9518         (tramp-smb-handle-file-local-copy)
9519         (tramp-smb-handle-make-directory-internal)
9520         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9521         The file name syntax depends on cifs capabilities.
9522         (tramp-smb-handle-file-attributes):
9523         Call `tramp-smb-do-file-attributes-with-stat' if possible.
9524         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
9525         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
9527 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
9529         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
9530         (eieio-defclass): Apply deftype handler and setf-method properties
9531         directly.
9532         (eieio-add-new-slot): Avoid union function from cl library.
9533         (eieio--typep): New function.
9534         (eieio-perform-slot-validation): Use it.
9536 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
9538         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
9539         Update documentation to refer to the variables documented in r1.135.
9540         (Bug#4188)
9542 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
9544         * bookmark.el (Info-suffix-list): Remove this unused variable.
9545         (bookmark-current-point): Remove this obsolete variable.
9546         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
9547         Adjust for removal of bookmark-current-point.
9549         (bookmarks-already-loaded, bookmark-current-buffer)
9550         (bookmark-yank-point): Document.  (Bug#4188)
9552 2009-10-10  Glenn Morris  <rgm@gnu.org>
9554         * frame.el (frame-height): Doc fix.
9556         * calendar/calendar.el (calendar-split-width-threshold): New option.
9557         (calendar-basic-setup): Use calendar-split-width-threshold.
9559 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
9561         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
9562         Use .la for Automake.
9564 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
9566         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
9567         Use "autoreconf -i".  Suggested by Andreas Schwab.
9569 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
9571         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
9572         Ideographic Supplement" range (U+1F200..U+1F2FF).
9574 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9576         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
9577         since the list will have been rebuilt anyway.  (Bug#4349)
9579 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9581         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
9582         (bookmark-bmenu-execute-deletions): Don't save here, as
9583         bookmark-delete will now do so if necessary.
9584         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
9585         (Bug#4348)
9587 2009-10-09  Glenn Morris  <rgm@gnu.org>
9589         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
9591 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9593         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
9594         (bookmark-jump-other-window): Just invoke bookmark-jump with new
9595         argument now, so the two function's behaviors will match.  (Bug#3645)
9597 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
9599         * cedet/ede/proj.el (project-make-dist, project-compile-project):
9600         Fix filename test.
9601         (ede-proj-dist-makefile): Use expand-file-name instead of concat
9602         to expand file names.
9604 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
9606         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
9607         (tramp-file-name-real-host, tramp-file-name-port):
9608         Apply `save-match-data'.
9610         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
9611         case both directories are remote.
9612         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
9613         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
9615 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
9617         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
9618         (ede-proj-target-makefile-objectcode): Use it.
9620         * cedet/ede/source.el (ede-want-any-source-files-p)
9621         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
9622         Return search result.  This error was introduced while merging.
9624 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
9626         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
9628 2009-10-07  Glenn Morris  <rgm@gnu.org>
9630         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
9631         of concat.
9633 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9635         * files-x.el (read-file-local-variable): Include some
9636         non-user-variables in the completion table (bug#4664).
9638 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
9640         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
9641         message.
9643         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9644         (tramp-smb-file-name-handler-alist): Add handler for
9645         `copy-directory', `expand-file-name', `set-file-modes'.
9646         (tramp-smb-handle-copy-directory)
9647         (tramp-smb-handle-expand-file-name)
9648         (tramp-smb-handle-set-file-modes): New defuns.
9649         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
9650         (tramp-smb-handle-file-attributes): Simplify check for retrieving
9651         entry.
9652         (tramp-smb-handle-insert-directory): Don't flush the cache.
9653         (tramp-smb-maybe-open-connection): Check for samba client and
9654         server versions.
9656 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
9658         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
9659         to not error out of search for "^lisp=" fails.
9661 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
9663         * makefile.w32-in (WINS_UPDATES): New macro.
9664         (custom-deps, finder-data, autoloads): Use it.
9666 2009-10-07  Glenn Morris  <rgm@gnu.org>
9668         * Makefile.in (autoloads): Revert previous change.
9669         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
9670         the list of preloaded files passed on the command-line, get
9671         it from src/Makefile.
9673         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
9674         show the original buffer rather than a random one.
9676 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
9678         * help.el (describe-no-warranty): Place point in a slightly better
9679         position in the GPLv3 text.
9681 2009-10-06  Sam Steingold  <sds@gnu.org>
9683         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
9684         the comm attribute is present before calling regexp-quote.
9686 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
9688         * play/animate.el (animate-string): For good effect, make sure
9689         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
9691         * play/animate.el (animate-sequence, animate-birthday-present):
9692         * misc.el (butterfly): Don't set `indent-tabs-mode'.
9694 2009-10-06  Glenn Morris  <rgm@gnu.org>
9696         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
9698         * emacs-lisp/autoload.el (autoload-excludes): New variable.
9699         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
9700         (batch-update-autoloads): Process a string value of autoload-excludes,
9701         set during the build process.
9702         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
9704         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
9705         inside with-parsed...  macro so that `v' is defined.
9707         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
9708         * progmodes/fortran.el (fortran-end-of-block)
9709         (fortran-beginning-of-block):
9710         Also push mark in the macro case.
9712         * emerge.el (emerge-show-file-name):
9713         * calc/calc.el (calc-quit):
9714         * calc/calc-misc.el (calc-big-or-small):
9715         * calc/calc-graph.el (calc-graph-view):
9716         * calc/calc-ext.el (calc-reset):
9717         * calendar/calendar.el (calendar-basic-setup):
9718         Use window-full-height-p.
9720         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
9721         header we don't understand, don't insert another.  (Bug#4624)
9722         If changing mime charset, insert the new one in the right place.
9724 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
9726         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
9727         (cal-tex-cursor-month): Correctly increment the end date for diary and
9728         holiday listing.  (Bug#4626)
9730 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9732         * help-fns.el (describe-function-1): Don't burp if the function is not
9733         a symbol.
9735 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
9737         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
9738         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
9739         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
9740         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
9742         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
9743         (eieio-default-superclass): Reflow docstrings.
9744         (this, class-option-assoc, defclass, eieio-class-un-autoload)
9745         (eieio-unbind-method-implementations, defmethod)
9746         (eieio-validate-slot-value, eieio-validate-class-slot-value)
9747         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
9748         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
9749         (eieio-slot-originating-class-p, eieio-slot-name-index)
9750         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
9751         (constructor, initialize-instance, no-next-method, object-print)
9752         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
9753         Fix typos in docstrings.
9754         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
9755         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
9756         (next-method-p): Doc fixes.
9757         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
9758         Fix typos in error messages.
9759         (eieio-defmethod): Fix typo in description of generic method.
9761         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
9762         (eieio-persistent-save-interactive, slot-missing):
9763         Fix typos in docstrings.
9764         (eieio-instance-inheritor-slot-boundp): Doc fix.
9766         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
9767         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
9769         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
9770         (eieio-custom-object-apply-reset):
9771         Fix typos in docstrings and error messages.
9773         * emacs-lisp/eieio-datadebug.el (data-debug-show):
9774         Fix typo in docstring.
9776         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
9777         (eieio-browse-tree): Doc fix.
9778         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
9779         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
9780         Fix typos in docstrings.
9782         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
9783         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
9784         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
9785         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
9786         Reflow docstrings.
9788 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
9790         * vc-hg.el (log-view-vc-backend): Declare for compiler.
9791         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
9792         Set log-view-vc-backend so that diff can work.
9794         * log-view.el (log-view-diff): Use vc-diff-internal instead of
9795         vc-version-diff.
9796         (vc-diff-internal): Autoload this instead of vc-version-diff.
9798 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
9800         * simple.el (eval-expression): Doc fix.
9802         * progmodes/cwarn.el (cwarn-mode): Doc fix.
9804 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
9806         * files.el (directory-files-no-dot-files-regexp): New defconst.
9807         (delete-directory): Use it.
9808         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
9810         * net/tramp.el (tramp-verbose): Fix docstring.
9811         (tramp-methods): Add recursive option to `tramp-copy-args'.
9812         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
9813         "scp1_old", "scp2_old", "rsync", "rsyncc".
9814         (tramp-default-method): Check also for `auth-source-user-or-password'.
9815         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9816         Add handler for `copy-directory'.
9817         (tramp-handle-copy-directory): New defun.
9818         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
9819         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
9820         Optimize sent command.
9822 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9824         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
9825         window if necessary.
9827         * calendar/calendar.el (calendar-basic-setup): Don't call
9828         switch-to-buffer in a dedicated window.
9830 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
9832         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
9833         don't do anything related to relocating, just return nil.
9834         (bookmark-error-no-filename): New error.
9835         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
9836         bookmark has no file.  Don't even attempt to handle things that
9837         are not files; the whole point of custom handlers is to keep that
9838         knowledge elsewhere anyway.  Tighten some comments.
9839         (bookmark-file-or-variation-thereof): Remove now-unused function.
9840         (bookmark-location): Doc string fix.
9841         (Bug#4250)
9843 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9845         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
9846         don't use a file dialog, because they usually don't know how to read
9847         a directory target from the user.  (Bug#4230)
9848         Also, make sure the prompt can display directories as well as files.
9850 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9852         * bookmark.el (bookmark-set, bookmark-buffer-name):
9853         Improve doc strings.  (Bug#1193)
9855 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9857         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
9858         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
9859         (bookmark-get-annotation, bookmark-set-annotation)
9860         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
9861         (bookmark-set-position, bookmark-get-front-context-string)
9862         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
9863         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
9864         (bookmark-jump-other-window, bookmark-handle-bookmark)
9865         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
9866         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
9867         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
9868         Improve doc strings to say whether bookmark can be a string or
9869         a record or both, and make other consistency and clarity fixes.
9870         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
9871         (bookmark-default-annotation-text, bookmark-yank-word)
9872         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
9873         (bookmark-import-new-list, bookmark-maybe-rename)
9874         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9875         (bookmark-bmenu-bookmark): Give these doc strings.
9876         (bookmark-bmenu-check-position): Give this a doc string, but also
9877         add a FIXME comment about how the function may be pointless.
9878         (bookmark-default-handler): Rework doc string and change a
9879         parameter name, to clarify that this takes a bookmark record
9880         not a bookmark name.
9881         (bookmark-set): Change a parameter name to indicate its meaning,
9882         and improve the doc string a bit.
9883         (Bug#4188)
9885 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9887         * bookmark.el (bookmark-alist): Document the new `handler' element
9888         in the param alist.
9889         (bookmark-make-record-function): Adjust documentation for above.
9890         (Bug#4193)
9892 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9894         * info.el (Info-bookmark-make-record): Document this function.
9895         (Info-bookmark-jump): Document with a doc string, not just a comment.
9896         (Bug#4203)
9898 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
9900         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
9901         (semantic-new-buffer-fcn): Call parser setup functions here.
9902         (semantic-mode): Don't call parser setup functions here, it's done
9903         in semantic-new-buffer-fcn now.
9904         (semantic-mode): Parse all existing buffers when enabled.
9906         * cedet/srecode/compile.el (srecode-compile-file):
9907         Call semantic-new-buffer-fcn if the buffer has not been parsed.
9909 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
9911         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
9913         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
9914         (proj-comp-insert-variable-once): New macro, renamed from
9915         ede-pmake-insert-variable-once in ede/pmake.edl.
9916         (ede-proj-makefile-insert-variables): Use it.
9918 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
9920         * files.el (copy-directory): New defun.
9922         * dired-aux.el (dired-copy-file-recursive): Use it.
9924 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
9926         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9927         (makefile-end-of-command):
9928         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9929         (semantic-end-of-context): Fix previous change.  Doc fixes.
9931 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
9933         * files-x.el (modify-dir-local-variable)
9934         (copy-dir-locals-to-file-locals-prop-line):
9935         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9936         (makefile-end-of-command):
9937         * cedet/semantic/lex.el (semantic-lex-token):
9938         * cedet/semantic/analyze/fcn.el
9939         (semantic-analyze-dereference-metatype-1):
9940         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
9941         (semantic-lex-cpp-undef):
9942         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
9943         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9944         (semantic-end-of-context): Fix typos in docstrings.
9946         * recentf.el (recentf-unload-function): New function.
9948 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
9950         * cedet/ede.el (ede-project-placeholder-cache-file):
9951         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
9952         * cedet/srecode/map.el (srecode-map-save-file):
9953         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
9955 2009-10-04  Glenn Morris  <rgm@gnu.org>
9957         * window.el (window-full-height-p): Add doc string.
9959 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
9961         * window.el (window-full-height-p): New function.  (Bug#4543)
9963 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
9965         * cedet/srecode/insert.el: Require srecode/args.
9967         * cedet/srecode/args.el: Require srecode/dictionary instead of
9968         srecode/insert.
9970         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
9972         * files.el (auto-mode-alist): Add .srt and Project.ede.
9974         * cedet/semantic.el (semantic-mode):
9975         Handle srecode-template-mode-hook as well.
9976         (semantic-mode): Use js-mode-hook for Javascript hook.
9978         * cedet/srecode/template.el: Remove hook variable.
9980         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
9982         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
9983         projects exist.
9984         (ede-project-placeholder-cache-file): Default to a file in
9985         user-emacs-directory.
9987         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
9988         templates in data-directory.
9989         (srecode-map-save-file): Default to a file in user-emacs-directory.
9991         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
9992         directory.
9994 2009-09-30  Eric Ludlam  <zappo@gnu.org>
9996         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
9997         Doc fix.
9999         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10000         Only insert each variable once.
10002         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10003         (ede-pmake-insert-variable-shared): Use it.
10005         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10006         for lexical table iff table is nil.
10008 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
10010         * vc.el: Remove commented out code.
10011         (vc-derived-from-dir-mode): Remove, unused.
10012         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10014 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
10016         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10017         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
10018         there could be recursive loading when `default-directory' is a
10019         remote file name.  (Bug#4614)
10021 2009-10-03  Glenn Morris  <rgm@gnu.org>
10023         * calendar/calendar.el (calendar-basic-setup): Handle the case where
10024         the frame is wide.
10025         (calendar-generate-window): Test for shrinkability rather than width.
10027         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10028         declaration, currently false.
10030         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10031         reusing existing buffers, in case we happen to visit two files with the
10032         same basename.  (Bug#4593)
10034 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10036         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10037         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10038         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10039         subdirs of cedet as well.
10040         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10042 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10044         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10045         Obey advertised-signature-table.
10047         * help-fns.el (help-function-arglist): Don't check
10048         advertised-signature-table.
10049         (describe-function-1): Do it here instead so it also applies to subrs.
10051 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
10053         * simple.el (start-file-process): Say in the doc-string, that file
10054         handlers might not support pty association, if PROGRAM is nil.
10056         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10057         HOST and USER are strings.  They are nil, when there are
10058         incomplete entries in ~/.netrc, for example.
10059         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
10060         root directory ("device busy" error otherwise).
10062         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10063         Flush file properties of created directory.
10065 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10067         * makefile.w32-in (WINS_BASIC): Remove cedet.
10068         (WINS_CEDET): Add cedet.
10069         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10071 2009-10-02  Kevin Ryde  <user42@zip.com.au>
10073         * net/browse-url.el (browse-url): Pass any symbol in
10074         browse-url-browser-function to `apply', since if you've mistakenly put
10075         an unbound symbol then the error is clearer.  (Bug#4531)
10077 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10079         * allout.el (allout-init, allout-back-to-current-heading)
10080         (allout-beginning-of-current-entry, allout-ascend-to-depth)
10081         (allout-ascend, allout-up-current-level, allout-end-of-level)
10082         (allout-previous-visible-heading, allout-forward-current-level)
10083         (allout-backward-current-level, allout-show-children):
10084         * apropos.el (apropos-describe-plist):
10085         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10086         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10087         * completion.el (add-completion, add-permanent-completion):
10088         * descr-text.el (describe-text-category, describe-char):
10089         * desktop.el (desktop-lazy-abort):
10090         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10091         * dired.el (dired-build-subdir-alist):
10092         * ediff.el (ediff-version):
10093         * elide-head.el (elide-head, elide-head-show):
10094         * emerge.el (emerge-version):
10095         * env.el (getenv):
10096         * face-remap.el (variable-pitch-mode):
10097         * faces.el (describe-face):
10098         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10099         (dired-at-point):
10100         * files.el (find-file-existing, auto-save-mode):
10101         * font-lock.el (font-lock-fontify-buffer):
10102         * help-fns.el (describe-function, describe-variable)
10103         (describe-syntax, describe-categories):
10104         * help.el (view-lossage, describe-bindings, describe-key)
10105         (describe-mode):
10106         * hexl.el (hexl-current-address):
10107         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10108         * info.el (Info-goto-emacs-key-command-node):
10109         * log-edit.el (log-edit-insert-cvs-template)
10110         (log-edit-insert-cvs-rcstemplate):
10111         * menu-bar.el (menu-bar-mode):
10112         * mouse.el (mouse-appearance-menu):
10113         * newcomment.el (comment-indent-new-line):
10114         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10115         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10116         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10117         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10118         * recentf.el (recentf-mode):
10119         * savehist.el (savehist-mode, savehist-save):
10120         * shadowfile.el (shadow-copy-files):
10121         * simple.el (kill-ring-save, next-line, previous-line)
10122         (normal-erase-is-backspace-mode):
10123         * strokes.el (strokes-update-window-configuration)
10124         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10125         (strokes-xpm-for-stroke):
10126         * time.el (emacs-uptime, emacs-init-time):
10127         * tutorial.el (tutorial--describe-nonstandard-key)
10128         (tutorial--detailed-help):
10129         * type-break.el (type-break-mode)
10130         (type-break-mode-line-message-mode, type-break-query-mode)
10131         (type-break-guesstimate-keystroke-threshold):
10132         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10133         * version.el (emacs-version):
10134         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10135         * winner.el (winner-mode):
10136         * calendar/timeclock.el (timeclock-in, timeclock-out)
10137         (timeclock-status-string, timeclock-change)
10138         (timeclock-workday-remaining-string)
10139         (timeclock-workday-elapsed-string)
10140         (timeclock-when-to-leave-string):
10141         * calendar/todo-mode.el (todo-add-category):
10142         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10143         * emacs-lisp/autoload.el (update-file-autoloads):
10144         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10145         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10146         (checkdoc-message-text, checkdoc-defun):
10147         * emacs-lisp/debug.el (debugger-list-functions):
10148         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10149         * emacs-lisp/eieio-opt.el (eieio-describe-class)
10150         (eieio-describe-generic):
10151         * emacs-lisp/lisp-mnt.el (lm-synopsis):
10152         * emacs-lisp/shadow.el (list-load-path-shadows):
10153         * emulation/cua-base.el (cua-mode):
10154         * emulation/edt.el (edt-set-scroll-margins):
10155         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10156         (tpu-toggle-regexp, tpu-toggle-search-direction)
10157         (tpu-toggle-rectangle, tpu-toggle-control-keys):
10158         * emulation/tpu-extras.el (tpu-set-scroll-margins):
10159         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10160         (viper-set-parsing-style-toggling-macro)
10161         (viper-set-emacs-state-searchstyle-macros):
10162         * emulation/viper.el (viper-set-hooks):
10163         * eshell/esh-mode.el (eshell-truncate-buffer):
10164         * international/mule-cmds.el (prefer-coding-system)
10165         (describe-input-method, describe-language-environment):
10166         * international/mule-diag.el (list-character-sets)
10167         (describe-character-set, describe-coding-system)
10168         (describe-fontset, list-fontsets, list-input-methods):
10169         * mail/sendmail.el (mail-signature):
10170         * net/ange-ftp.el (ange-ftp-copy-file):
10171         * net/browse-url.el (browse-url):
10172         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10173         * net/quickurl.el (quickurl-add-url):
10174         * net/rcirc.el (names, topic):
10175         * net/xesam.el (xesam-mode):
10176         * play/5x5.el (5x5-new-game):
10177         * play/yow.el (apropos-zippy):
10178         * progmodes/ada-mode.el (ada-mode-version):
10179         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10180         (f90-end-of-block)
10181         (f90-beginning-of-block):
10182         * progmodes/fortran.el (fortran-end-of-block)
10183         (fortran-beginning-of-block):
10184         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
10185         * progmodes/python.el (python-describe-symbol, python-shell):
10186         * term/ns-win.el (ns-print-buffer):
10187         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
10188         * textmodes/flyspell.el (flyspell-mode-on):
10189         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
10190         (pages-directory-for-addresses):
10191         * textmodes/table.el (table-recognize-cell)
10192         (table-query-dimension, table-generate-source)
10193         (table-insert-sequence, table--warn-incompatibility):
10194         * textmodes/tex-mode.el (tex-validate-buffer):
10195         * textmodes/texinfmt.el (texinfmt-version)
10196         (texinfo-format-buffer):
10197         Use `called-interactively-p' instead of `interactive-p'.
10199 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10201         * image-mode.el (image-toggle-display):
10202         * emacs-lisp/elp.el (elp-instrument-function):
10203         * emacs-lisp/advice.el (ad-make-advised-definition):
10204         * emacs-lisp/easy-mmode.el (define-minor-mode):
10205         * net/browse-url.el (browse-url-maybe-new-window):
10206         * progmodes/sh-script.el (sh-learn-buffer-indent):
10207         Pass new argument 'any to `called-interactively-p'.
10209 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10211         * international/uni-bidi.el:
10212         * international/uni-category.el:
10213         * international/uni-combining.el:
10214         * international/uni-comment.el:
10215         * international/uni-decimal.el:
10216         * international/uni-decomposition.el:
10217         * international/uni-digit.el:
10218         * international/uni-lowercase.el:
10219         * international/uni-mirrored.el:
10220         * international/uni-name.el:
10221         * international/uni-numeric.el:
10222         * international/uni-old-name.el:
10223         * international/uni-titlecase.el:
10224         * international/uni-uppercase.el:
10225         Regenerate from Unicode 5.2.0 data.
10227 2009-10-01  Glenn Morris  <rgm@gnu.org>
10229         * Makefile.in (ELCFILES): Regenerate.
10231 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10233         * subr.el (interactive-p): Mark obsolete.
10234         (called-interactively-p): Make the optional-ness of `kind' obsolete.
10235         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
10236         advertised-signature-table for subroutines as well.
10238         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
10239         (set-advertised-calling-convention): New function.
10240         (make-obsolete, define-obsolete-function-alias)
10241         (make-obsolete-variable, define-obsolete-variable-alias):
10242         Make the optional-ness of `when' obsolete.
10243         (define-obsolete-face-alias): Make `when' non-optional.
10244         * help-fns.el (help-function-arglist):
10245         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
10246         Use advertised-signature-table.
10248 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
10250         * files.el (delete-directory): New defun.  The original function
10251         in fileio.c has been renamed to `delete-directory-internal'.
10253         * dired.el (dired-delete-file): Call `delete-directory' with
10254         RECURSIVE parameter.
10256         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
10257         parameter RECURSIVE.  Implementation is missing.
10259         * net/tramp.el (tramp-handle-make-directory): Flush upper
10260         directory's file properties.
10261         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
10262         (tramp-handle-dired-recursive-delete-directory): Flush directory
10263         properties after the remove command only.
10265         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10266         Handle optional parameter RECURSIVE.
10268         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
10269         Handle optional parameter RECURSIVE.
10271         * net/tramp-smb.el (tramp-smb-errors): Add error message for
10272         connection timeout.
10273         (tramp-smb-handle-delete-directory): Handle optional parameter
10274         RECURSIVE.
10276 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10278         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
10279         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
10280         (byte-compile-defmacro): Use backquotes.
10282         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
10284         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
10285         has no associated file.
10286         (vc-resynch-buffer): Use vc-dir-buffers.
10288 2009-10-01  Glenn Morris  <rgm@gnu.org>
10290         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
10291         (chart-file-count):
10292         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
10293         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
10294         * emacs-lisp/eieio-opt.el (eieio-describe-class):
10295         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
10296         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
10297         (eieio-copy-parents-into-subclass, make-instance, class-children)
10298         (eieio-generic-form):
10299         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
10300         * cedet/cedet-idutils.el (cedet-idutils-search)
10301         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
10302         (cedet-idutils-version-check):
10303         * cedet/cedet.el (cedet-version):
10304         * cedet/data-debug.el (data-debug-insert-overlay-button)
10305         (data-debug-insert-overlay-list-button)
10306         (data-debug-insert-buffer-button)
10307         (data-debug-insert-buffer-list-button)
10308         (data-debug-insert-process-button, data-debug-insert-ring-button)
10309         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
10310         (data-debug-insert-stuff-vector-button)
10311         (data-debug-insert-symbol-button, data-debug-insert-string)
10312         (data-debug-insert-number, data-debug-insert-lambda-expression)
10313         (data-debug-insert-nil, data-debug-insert-simple-thing)
10314         (data-debug-insert-custom, data-debug-edebug-expr):
10315         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
10316         (global-ede-mode-map, ede-new, ede-debug-target)
10317         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
10318         * cedet/semantic.el (semantic-minimum-working-buffer-size)
10319         (semantic-fetch-tags, semantic-submode-list)
10320         (semantic-default-submodes):
10321         * cedet/ede/source.el (ede-source-match):
10322         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
10323         (project-am-package-info):
10324         * cedet/ede/proj.el (ede-proj-target, project-new-target):
10325         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
10326         * cedet/ede/proj-comp.el (ede-current-build-list):
10327         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
10328         * cedet/ede/files.el (ede-toplevel-project-or-nil):
10329         * cedet/ede/cpp-root.el (initialize-instance):
10330         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
10331         (autoconf-parameter-strip, autoconf-insert-new-macro):
10332         * cedet/semantic/wisent.el (wisent-lex-eoi):
10333         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
10334         (semantic-show-parser-state-mode):
10335         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
10336         * cedet/semantic/tag.el (semantic-tag-new-variable)
10337         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
10338         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
10339         (semantic--tag-deep-copy-tag-list)
10340         (semantic-tag-components-with-overlays-default):
10341         * cedet/semantic/symref.el (semantic-symref-find-text):
10342         * cedet/semantic/senator.el (senator-yank-tag)
10343         (senator-transpose-tags-up):
10344         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
10345         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
10346         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
10347         * cedet/semantic/lex.el (semantic-lex-comment-regex)
10348         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
10349         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
10350         * cedet/semantic/lex-spp.el
10351         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
10352         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
10353         * cedet/semantic/idle.el
10354         (semantic-idle-summary-current-symbol-info-brutish)
10355         (semantic-idle-summary-current-symbol-info-default):
10356         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
10357         (semantic--grammar-macro-compl-dict):
10358         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
10359         * cedet/semantic/format.el (semantic-format-tag-custom-list)
10360         (semantic-format-tag-canonical-name-default):
10361         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
10362         (semantic-find-tags-for-completion)
10363         (semantic-find-tags-by-scope-protection-default)
10364         (semantic-deep-find-tags-for-completion):
10365         * cedet/semantic/edit.el
10366         (semantic-edits-incremental-reparse-failed-hook)
10367         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
10368         (semantic-edits-splice-remove, semantic-edits-splice-replace):
10369         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
10370         * cedet/semantic/dep.el (semantic-dependency-include-path):
10371         * cedet/semantic/db.el (semanticdb-default-find-index-class)
10372         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
10373         (semanticdb-project-roots):
10374         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
10375         (semanticdb-find-adebug-insert-scanned-tag-cons)
10376         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
10377         (semanticdb-brute-deep-find-tags-for-completion):
10378         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
10379         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
10380         (semantic-end-of-context-default)
10381         (semantic-ctxt-current-function-default)
10382         (semantic-ctxt-scoped-types-default):
10383         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
10384         (semantic-complete-inline-tag-engine)
10385         (semantic-complete-inline-custom-type)
10386         (semantic-complete-read-tag-analyzer):
10387         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
10388         (semantic-chart-database-size):
10389         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
10390         (semantic-analyze-current-context):
10391         * cedet/semantic/symref/list.el (semantic-symref)
10392         (semantic-symref-hide-buffer, semantic-symref-symbol):
10393         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
10394         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
10395         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
10396         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
10397         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
10398         (semantic-c-dereference-template):
10399         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
10400         (semantic--analyze-refs-full-lookup-with-parents)
10401         (semantic--analyze-refs-full-lookup-simple):
10402         * cedet/semantic/analyze/complete.el
10403         (semantic-analyze-possible-completions):
10404         * cedet/srecode/table.el (srecode-mode-table-new):
10405         * cedet/srecode/srt.el (srecode-read-variable-name):
10406         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
10407         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
10408         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
10409         * cedet/srecode/map.el (srecode-current-map):
10410         * cedet/srecode/insert.el (srecode-insert)
10411         (srecode-insert-variable-secondname-handler, srecode-insert-method)
10412         (srecode-template-inserter-point-override)
10413         (srecode-insert-include-lookup):
10414         * cedet/srecode/getset.el (srecode-auto-choose-class):
10415         * cedet/srecode/extract.el (srecode-inserter-extract):
10416         * cedet/srecode/document.el
10417         (srecode-document-autocomment-return-last-alist)
10418         (srecode-document-autocomment-param-type-alist)
10419         (srecode-document-insert-function-comment)
10420         (srecode-document-insert-variable-one-line-comment)
10421         (srecode-document-function-name-comment):
10422         * cedet/srecode/dictionary.el (srecode-create-dictionary)
10423         (srecode-compound-toString):
10424         * cedet/srecode/compile.el (srecode-flush-active-templates):
10425         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
10426         Doc/message fixes.
10428         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
10429         match-data.  (Bug#4555).
10431         * cedet/semantic/bovine/gcc.el
10432         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
10433         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
10435         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
10436         rather than parsing it as a regexp.  This relaxes the layout
10437         requirements and makes errors easier to detect.
10438         (check-declare-verify): Check file is regular.
10439         (check-declare-directory): Doc fix.
10440         * subr.el (declare-function): Doc fix.
10442         * ibuffer.el (ibuffer-format-qualifier):
10443         * isearch.el (hi-lock-regexp-okay):
10444         * calc/calc.el (math-zerop):
10445         * mail/uce.el (rmail-msgbeg, rmail-msgend):
10446         * term/w32-win.el (setup-default-fontset, set-fontset-font):
10447         Remove unused declarations.
10449 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10451         * cedet/semantic/wisent/javat-wy.el
10452         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
10454 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
10456         * cedet/srecode/expandproto.el: Fix provide statement.
10458 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10460         * emacs-lisp/eieio.el (boolean-p): Delete.
10462 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
10464         * cedet/ede/srecode.el: Fix provide statement.
10466 2009-09-30  Glenn Morris  <rgm@gnu.org>
10468         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
10469         * cedet/ede/proj-aux.el (ede-aux-source):
10470         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
10471         (ede-misc-source):
10472         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
10473         (semantic-mrub-switch-tags): Fix doc typos.
10475         * cedet/semantic/db-global.el (data-debug-new-buffer)
10476         (data-debug-insert-thing): Remove unneeded declarations (one broken).
10477         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
10479         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
10481         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
10482         use of CL function `remove-if-not'.
10484         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
10486         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
10487         filename is not a string.
10489 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
10491         * files.el (safe-local-eval-forms): Fix typo.
10493 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10495         * vc-hooks.el (vc-dir-buffers): New var.
10496         (vc-state-refresh): New function.
10497         (vc-state): Use it.
10498         (vc-after-save): Always ask the backend to recompute the new state.
10499         Always call vc-dir if necessary, using vc-dir-buffers.
10500         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
10501         Use vc-dir-buffers.
10502         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
10503         (vc-dir-prepare-status-buffer, vc-dir-update)
10504         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
10505         Don't call expand-file-name on default-directory.
10507 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10509         * speedbar.el (speedbar-item-delete):
10510         * calc/calc-prog.el (calc-kbd-if):
10511         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
10513         * epa.el (epa-key-list-mode-map):
10514         * hi-lock.el (hi-lock-menu): Fix typos in menus.
10516         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
10517         (hs-show-hook): Fix typo in docstring.
10519 2009-09-29  Glenn Morris  <rgm@gnu.org>
10521         * cedet/semantic/symref/idutils.el:
10522         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
10524         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
10526         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
10527         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
10528         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
10529         Mark declarations not understood by check-declare.
10531         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
10532         file-name-nondirectory call preventing location of cedet files.
10533         (check-declare-verify): Use literal search rather than re-search.
10534         Add basic defmethod and defclass, and define-overloadable-function.
10536         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10537         Use tramp-compat-file-attributes rather than nonexistent
10538         tramp-compat-handle-file-attributes.
10540         * Makefile.in (lisptagsfiles4): New.
10541         (AUTOGENEL): Add cedet loaddefs files.
10542         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
10543         (update-elclist, compile-always, backup-compiled-files)
10544         (bootstrap-clean): Add yet another directory level.
10545         (update-elclist): Use LC_COLLATE rather than COLLATE.
10546         (ELCFILES): Update, via `make update-elclist'.
10548 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10550         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
10551         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
10552         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
10554 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
10556         * Makefile.in (lisptagsfiles3): Define.
10557         (TAGS, TAGS-LISP): Use it.
10558         (update-elclist): Add third directory level to look for elc files.
10559         (compile-always): Likewise.
10560         (backup-compiled-files): Likewise.
10561         (bootstrap-clean): Likewise.
10562         (ELCFILES): Update.
10564 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
10566         * Makefile.in (ELCFILES): Add CEDET files.
10568 2009-09-28  Eric Ludlam  <zappo@gnu.org>
10570         CEDET (development tools) package merged.
10572         * cedet/*.el:
10573         * cedet/ede/*.el:
10574         * cedet/semantic/*.el:
10575         * cedet/srecode/*.el: New files.
10577 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
10579         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
10581         * net/tramp.el (top): Require tramp-imap.
10583         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10584         Use `tramp-compat-handle-file-attributes'.
10586 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10588         * net/tramp-imap.el: New package.
10590 2009-09-28  Eric Ludlam  <zappo@gnu.org>
10592         * emacs-lisp/chart.el:
10593         * emacs-lisp/eieio-base.el:
10594         * emacs-lisp/eieio-comp.el:
10595         * emacs-lisp/eieio-custom.el:
10596         * emacs-lisp/eieio-datadebug.el:
10597         * emacs-lisp/eieio-opt.el:
10598         * emacs-lisp/eieio-speedbar.el:
10599         * emacs-lisp/eieio.el: New files.
10601         * cedet/cedet-cscope.el:
10602         * cedet/cedet-files.el:
10603         * cedet/cedet-global.el:
10604         * cedet/cedet-idutils.el:
10605         * cedet/data-debug.el:
10606         * cedet/inversion.el:
10607         * cedet/mode-local.el:
10608         * cedet/pulse.el: New files.
10610 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10612         * whitespace.el (whitespace-trailing-regexp)
10613         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
10614         Fix doc string.
10616 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
10618         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
10619         menu.
10621         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
10622         menu-bar-ediff-menu.
10624         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
10625         define-overloadable-function.
10627         * progmodes/autoconf.el: Provide autoconf as well, so that this
10628         file can be `require'd.
10630         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
10632         * emacs-lisp/autoload.el (generated-autoload-feature)
10633         (generated-autoload-load-name): New vars.
10634         (autoload-rubric, autoload-generate-file-autoloads): Use them.
10635         (make-autoload): Recognize define-overloadable-function and
10636         defclass forms (for EIEIO).
10638         * Makefile.in (update-subdirs): Exclude cedet directory.
10640 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
10642         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
10644         * faces.el: Default light-background background for region face to
10645         ns_selection_color under NS.
10647 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10649         * net/imap-hash.el: New library, see NEWS.
10651         * Makefile.in (ELCFILES): Add imap-hash.el.
10653 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10655         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
10656         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
10657         * help-macro.el (make-help-screen): Avoid using an ambiguous function
10658         definition where the docstring could be taken for the return value.
10660 2009-09-26  Glenn Morris  <rgm@gnu.org>
10662         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
10663         Add option to only show images below a certain size.
10664         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
10665         save-excursion calls.
10667 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
10669         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
10670         subdirectories) and eieio.
10672 2009-09-26  Alan Mackenzie  <acm@muc.de>
10674         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
10675         buggy bracketing.  (Bug#4289)
10677         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
10678         character constants (as case labels).  (Bug#4289)
10680 2009-09-25  Juri Linkov  <juri@jurta.org>
10682         * files.el (safe-local-eval-forms): Allow time-stamp in
10683         before-save-hook (Bug#4554).
10685 2009-09-25  Drew Adams  <drew.adams@oracle.com>
10687         * menu-bar.el (list-buffers-directory): Doc fix.
10689 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10691         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
10692         Try and avoid copying twice the same paragraph.
10693         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
10694         Remove save-excursion.
10695         (log-edit-changelog-entry): Do it here instead.
10697 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
10699         * bs.el (bs--get-file-name): Use `list-buffers-directory'
10700         when available, instead of hardcoding mode names.  Doc fix.
10702         * menu-bar.el (list-buffers-directory): Add docstring.
10703         Make automatically buffer-local.
10705         * dired.el (dired-mode):
10706         * files.el (cd-absolute):
10707         * pcvs.el (cvs-temp-buffer):
10708         * pcvs-util.el (cvs-get-buffer-create):
10709         * shell.el (shell-mode):
10710         * vc-dir.el (vc-dir-mode):
10711         Don't make `list-buffers-directory' buffer local.
10713 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
10715         * comint.el (comint-exec, comint-run, make-comint):
10716         Doc fixes (Bug#4542).
10718 2009-09-25  Glenn Morris  <rgm@gnu.org>
10720         * mail/rmailmm.el (rmail-mime): New custom group.
10721         Move all defcustoms in this file into this group.
10722         (rmail-mime-media-type-handlers-alist): Revert previous change.
10723         (rmail-mime-show-images): New option.
10724         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
10725         references to it, since it wasn't actually used for anything.
10726         (rmail-mime-insert-image): New function.
10727         (rmail-mime-image): Use rmail-mime-insert-image.
10728         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
10729         obey the value of `rmail-mime-show-images' option.  Print the size of
10730         attachments.
10732 2009-09-25  David Engster  <deng@randomsample.de>
10734         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
10736 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10738         * whitespace.el: Does not highlight trailing spaces While point is
10739         at end of line.  Does not highligt spaces at beginning of buffer
10740         while point is at beginning of buffer.  Does not highlight spaces
10741         at end of buffer while point is at end of buffer.  (Bug#4177)
10742         New version 12.0.
10743         (whitespace-display-mappings): Adjust initialization.
10744         (whitespace-point, whitespace-font-lock-refontify): New vars.
10745         (whitespace-color-on, whitespace-color-off): Adjust code.
10746         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10747         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
10748         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
10750 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
10752         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
10754         * textmodes/sgml-mode.el: Remove xml-mode alias.
10756         * files.el (auto-mode-alist, conf-mode-maybe)
10757         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
10759 2009-09-24  Alan Mackenzie  <acm@muc.de>
10761         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
10762         c-forward-conditionals, but it doesn't move point and doesn't set
10763         the mark.
10764         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
10765         (c-down-conditional-with-else, c-backward-conditional)
10766         (c-forward-conditional): Refactor to use c-scan-conditionals.
10768 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10770         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
10771         (help-default-arg-highlight): Remove.
10772         (help-highlight-arg): New function.
10773         (help-do-arg-highlight): Use it.
10774         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
10776 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10778         * term.el (term-set-scroll-region, term-handle-ansi-escape):
10779         Undo last change, which didn't fix the problem and introduced others.
10781 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
10783         * progmodes/gdb-mi.el: Don't require speedbar.
10784         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
10786 2009-09-24  Glenn Morris  <rgm@gnu.org>
10788         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
10790         * term/ns-win.el (ns-reg-to-script): Define for compiler.
10792         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
10793         there is no newline after the final mime boundary.  (Bug#4539)
10794         Move markers on insertion so that any buttons inserted don't end up in
10795         the next part of a multipart message.
10796         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
10797         (rmail-mime-bulk-handler): Optionally handle images.
10798         (rmail-mime-image): New button action.
10799         (rmail-mime-image-handler): New function.
10800         (rmail-mime-mode): New mode.
10801         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
10803 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10805         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
10806         than just dropping elements from it (bug#4504).
10808         * term.el (term-set-scroll-region): Don't move cursor any more.
10809         (term-handle-ansi-escape): Call term-goto here instead.
10810         Suggested by Ivan Kanis <apple@kanis.eu>.
10812         * term.el: Require CL.
10813         (term-ansi-reset): New function.
10814         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
10815         (term-handle-colors-array): Simplify.
10817 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10819         * allout.el (allout-overlay-interior-modification-handler)
10820         (allout-obtain-passphrase):
10821         * epa-file.el (epa-file-write-region):
10822         * ps-print.el (ps-begin-job):
10823         * vc-hooks.el (vc-toggle-read-only):
10824         * vc-rcs.el (vc-rcs-rollback):
10825         * vc-sccs.el (vc-sccs-rollback):
10826         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
10827         (vc-version-diff, vc-revert, vc-rollback):
10828         * wdired.el (wdired-check-kill-buffer):
10829         * emacs-lisp/authors.el (authors):
10830         * net/socks.el (socks-open-connection):
10831         * net/zeroconf.el (zeroconf-service-add-hook):
10832         * obsolete/vc-mcvs.el (vc-mcvs-register):
10833         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
10834         (gdb-select-frame):
10835         * progmodes/grep.el (lgrep, rgrep):
10836         * progmodes/idlw-help.el (idlwave-help-check-locations)
10837         (idlwave-help-html-link, idlwave-help-assistant-open-link):
10838         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10839         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
10840         (reftex-toc-rename-label): Fix typos in error messages.
10842         * dired-aux.el (dired-do-shell-command): Reflow docstring.
10843         (dired-copy-how-to-fn): Doc fix.
10844         (dired-files-attributes, dired-read-shell-command):
10845         Fix typos in docstrings.
10847         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
10848         (dired-x-find-file-other-window): Reflow docstrings.
10849         (dired-omit-marker-char, dired-read-shell-command)
10850         (dired-x-submit-report): Fix typos in docstrings.
10852         * shell.el (shell-mode-hook):
10853         * view.el (View-scroll-line-forward):
10854         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
10855         Fix typos in docstrings.
10857         * net/dig.el (dig-invoke): Fix typo in docstring.
10858         (query-dig): Reflow docstring.
10860         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
10861         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
10862         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
10863         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
10864         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
10865         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
10866         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
10867         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
10868         (idlwave-completion-map, idlwave-current-indent)
10869         (idlwave-custom-ampersand-surround, idlwave-customize)
10870         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
10871         (idlwave-define-abbrev, idlwave-determine-class-special)
10872         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
10873         (idlwave-end-block-reg, idlwave-end-of-statement)
10874         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
10875         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
10876         (idlwave-explicit-class-listed, idlwave-file-header)
10877         (idlwave-fill-paragraph, idlwave-find-class-definition)
10878         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
10879         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
10880         (idlwave-in-quote, idlwave-indent-action-table)
10881         (idlwave-indent-expand-table, idlwave-indent-line)
10882         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
10883         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
10884         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
10885         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
10886         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
10887         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
10888         (idlwave-outlawed-buffers, idlwave-popup-select)
10889         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
10890         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
10891         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
10892         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
10893         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
10894         (idlwave-statement-type, idlwave-struct-skip)
10895         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
10896         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
10897         (idlwave-what-module-find-class): Fix typos in docstrings.
10898         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
10899         (idlwave-calculate-cont-indent, idlwave-expand-equal)
10900         (idlwave-find-module, idlwave-find-structure-definition)
10901         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
10902         (idlwave-list-load-path-shadows, idlwave-next-statement)
10903         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
10904         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
10905         (idlwave-template): Reflow docstrings.
10907         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
10908         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
10909         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
10910         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
10911         (idlwave-shell-display-line, idlwave-shell-display-wframe)
10912         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
10913         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
10914         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
10915         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
10916         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
10917         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
10918         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
10919         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
10920         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
10921         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
10922         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
10923         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
10924         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
10925         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
10926         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
10927         Fix typos in docstrings.
10928         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
10929         (idlwave-shell-hide-output, idlwave-shell-mode)
10930         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
10931         Reflow docstrings.
10933         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
10935 2009-09-24  Ivan Kanis  <apple@kanis.eu>
10937         * term.el (term-bold-attribute): New var.
10938         (term-handle-colors-array): Use it.
10940 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
10942         * progmodes/gdb-mi.el (gdb-version): New variable.
10943         (gdb-non-stop-handler): Set gdb-version.
10944         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
10945         Condition "--thread" option on gdb-version.
10946         (gdb-invalidate-threads): Remove unused argument.
10948 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10950         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
10951         to looking-back to avoid ridiculous slow down in large files (bug#4511).
10953 2009-09-23  Glenn Morris  <rgm@gnu.org>
10955         * mail/rmail.el (rmail-reply): Don't try to add a References header when
10956         replying to mail without References or Message-Id.  (Bug#4525)
10958 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
10960         * term/ns-win.el (ns-reg-to-script): New variable.
10962 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
10964         * epg.el (epg-wait-for-status): Preserve existing 'error results.
10966 2009-09-22  Sam Steingold  <sds@gnu.org>
10968         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
10969         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
10970         to 1 because hg returns status 1 when nothing is found.
10971         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
10973 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10975         * textmodes/fill.el: Convert to utf-8 encoding.
10976         (fill-french-nobreak-p): Remove redundant » and « inherited from our
10977         pre-unicode days.
10979         * add-log.el (change-log-fill-forward-paragraph): New function.
10980         (change-log-mode): Use it so fill-region DTRT.
10981         Set fill-indent-according-to-mode here rather than in
10982         change-log-fill-paragraph.
10983         (change-log-fill-paragraph): Remove.
10985 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
10987         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
10988         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
10990 2009-09-22  Glenn Morris  <rgm@gnu.org>
10992         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
10993         the scroll-bar scroll the calendar window rather than the buffer.
10995         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
10996         commands that move point (as opposed to scrolling).
10998         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11000         * emacs-lisp/elint.el (elint): New custom group.
11001         (elint-log-buffer): Make it a defcustom.
11002         (elint-scan-preloaded, elint-ignored-warnings)
11003         (elint-directory-skip-re): New options.
11004         (elint-builtin-variables): Doc fix.
11005         (elint-preloaded-env): New variable.
11006         (elint-unknown-builtin-args): Add an entry for encode-time.
11007         (elint-extra-errors): Make it a variable rather than a constant.
11008         (elint-preloaded-skip-re): New constant.
11009         (elint-directory): Skip files matching elint-directory-skip-re.
11010         (elint-features): New variable, local to linted buffers.
11011         (elint-update-env): Initialize elint-features.  Possibly add
11012         elint-preloaded-env to the buffer's environment.
11013         (elint-get-top-forms): Bind elint-current-pos, for log messages.
11014         Skip quoted forms.
11015         (elint-init-form): New function, extracted from elint-init-env.
11016         Make non-list forms a warning rather than an error.
11017         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
11018         easy-menu-define, put that adds an error-condition, and provide.
11019         When requiring cl, also require cl-macs.  Really require cl, to handle
11020         some cl macros.  Store required libraries in the list elint-features,
11021         so as not to re-load them.  Treat cc-require like require.
11022         (elint-init-env): Call elint-init-form to do the work.
11023         Handle eval-and-compile and such like.
11024         (elint-add-required-env): Do not clear messages.
11025         (elint-special-forms): Add handlers for function, defalias, if, when,
11026         unless, and, or.
11027         (elint-form): Add optional argument to ignore elint-special-forms,
11028         useful to prevent recursive calls from handlers.  Doc fix.
11029         Respect elint-ignored-warnings.
11030         (elint-form): Respect elint-ignored-warnings.
11031         (elint-bound-variable, elint-bound-function): New variables.
11032         (elint-unbound-variable): Respect elint-bound-variable.
11033         (elint-get-args): Respect elint-bound-function.
11034         (elint-check-cond-form): Add some simple handling for (f)boundp and
11035         featurep tests.
11036         (elint-check-defalias-form): New handler.
11037         (elint-check-let-form): Make an empty let a warning rather than an
11038         error.
11039         (elint-check-setq-form): Make an empty setq a warning rather than an
11040         error.  Respect elint-ignored-warnings.
11041         (elint-check-defvar-form): Accept null doc-strings.
11042         (elint-check-conditional-form): New handler.  Does some simple-minded
11043         checking of featurep and (f)boundp tests.
11044         (elint-put-function-args): New function.
11045         (elint-initialize): Use elint-scan-doc-file rather than
11046         elint-find-builtin-variables.  Use elint-put-function-args.
11047         Possibly scan preloaded-file-list.
11048         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11049         extend to handle functions as well.
11051 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
11053         * linum.el (linum-delete-overlays, linum-update-window):
11054         Do not modify the right margin.  (Bug#3971)
11056 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
11058         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11059         nxml-mode instead of xml-mode.
11061 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11063         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
11065 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11067         * net/dig.el (dig-mode): Use define-derived-mode.
11069 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
11071         * vc-dispatcher.el (vc-do-command): Return the process object in
11072         the asynchronous case.  Use when instead of if.  Do not run
11073         vc-exec-after to display a message if not enabled.  (Bug#4463)
11075         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11076         properties to the stash strings.
11077         (vc-git-stash-list): Return a list of strings.
11078         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11079         (vc-git-stash-show-at-point): New functions.
11080         (vc-git-stash-map): New keymap.
11082         * register.el (ctl-x-r-map): Define the keys here instead of
11083         using autoload.
11085 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
11087         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11088         list, to workaround performance problem (bug#4485).
11090 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
11092         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11094 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
11096         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11097         Document that this option is not recommended to use.
11099 2009-09-19  Glenn Morris  <rgm@gnu.org>
11101         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11102         variable `var'.
11104         * calc/calc-alg.el (var):
11105         * calc/calcalg2.el (var): Define for compiler.
11107 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
11109         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11110         Doc fix (Bug#3932).
11112         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11114         * time-stamp.el (time-stamp-month-dd-yyyy)
11115         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11116         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11117         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11118         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11119         Remove functions that have been obsolete since 1995 (Bug#4436).
11121         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11122         indent buffer only if called interactively (Bug#4452).
11124 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
11125             Eli Zaretskii  <eliz@gnu.org>
11127         This fixes bug#4197 (merged to bug#865, though not identical).
11128         * server.el (server-auth-dir): Add docstring note about FAT32.
11129         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11130         but warn against using them.
11132 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
11134         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11135         older GDB where there is no has_more field.
11137 2009-09-19  Glenn Morris  <rgm@gnu.org>
11139         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11141 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
11143         * files.el (auto-mode-alist): Change default for XML files to nXML
11144         mode (Bug#4169).
11146 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
11148         * server.el (server-ensure-safe-dir): Pass 'integer
11149         to `file-attributes', as suggested.
11151 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11153         * dired-aux.el (dired-query-alist): Remove spurious backslash.
11154         (dired-query): Use read-key.
11156 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
11158         * cus-start.el (ns-use-qd-smoothing): Remove.
11160 2009-09-18  Glenn Morris  <rgm@gnu.org>
11162         * allout.el (top-level): Remove unnecessary progn.
11164         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11166         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11167         definition of abbrev table.
11169         * speedbar.el (speedbar-track-mouse):
11170         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11171         * net/eudc.el (eudc-expand-inline):
11172         * net/newst-backend.el (newsticker--cache-read-feed):
11173         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11174         condition-case handlers.
11176 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
11178         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11179         (gdb-var-list): Add an element for has_more field.
11180         (gdb-non-stop-handler): Enable pretty printing for STL containers.
11181         (gdb-var-create-handler, gdb-var-list-children-handler-1)
11182         (gdb-var-update-handler-1): Parse output of dynamic variable
11183         objects (STL containers).
11184         (gdb-var-delete-1): Pass var1 as an explicit second argument.
11185         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
11187         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
11188         gdb-var-list.
11189         (gud-speedbar-buttons): Make node expandable if expression "has more"
11190         children.
11192 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
11194         * startup.el (emacs-quick-startup): Remove variable and all uses.
11195         (command-line): Set `inhibit-x-resources' instead.
11196         (command-line-1): Use `inhibit-x-resources' instead.
11198 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
11200         * subr.el: Fix last change to avoid using the `unless' macro,
11201         which breaks bootstrapping.
11203 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11205         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
11206         extended definitions, in case we reload subr.el after having
11207         loaded CL.
11208         (eval-next-after-load): Mark as obsolete.
11210 2009-09-17  Juri Linkov  <juri@jurta.org>
11212         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
11213         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
11214         (menu-bar-showhide-menu, menu-bar-tools-menu)
11215         (menu-bar-describe-menu, menu-bar-help-menu)
11216         (minibuffer-local-completion-map, minibuffer-local-map):
11217         Fix list quoting.
11219 2009-09-17  Glenn Morris  <rgm@gnu.org>
11221         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
11222         arguments, whether or not it has a handler.
11224         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
11226         * simple.el (hard-newline): Give it a doc-string.
11228         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11229         (lisp-mode-syntax-table): Give them doc-strings.
11231 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
11233         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
11234         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
11235         (menu-bar-options-menu, menu-bar-showhide-menu)
11236         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
11237         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
11238         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
11239         (menu-bar-options-menu, menu-bar-tools-menu)
11240         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
11241         (menu-bar-help-menu):
11242         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
11243         string arguments.
11245         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
11246         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
11247         calls for the menu names and :help.
11249 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11251         * mouse.el (minor-mode-menu-from-indicator): Pay attention
11252         to :minor-mode-function (bug#4455).
11254 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11256         * startup.el (command-line): Initialize the window-system after
11257         processing the command-line.
11259         * textmodes/page.el (what-page): Make sure we don't inf-loop if
11260         page-delimiter matches the empty string.
11262 2009-09-16  Glenn Morris  <rgm@gnu.org>
11264         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
11265         byte-compile-not-obsolete-var.  It's a list now.
11266         (byte-compile-not-obsolete-funcs): New variable.
11267         (byte-compile-warn-obsolete): Don't warn about functions if they are in
11268         byte-compile-not-obsolete-funcs.
11269         (byte-compile-variable-ref, byte-compile-defvar): Update for
11270         byte-compile-not-obsolete-vars name-change and list nature.
11271         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
11272         and variables behind (f)boundp tests.
11273         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
11275 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
11277         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
11279 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11281         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
11282         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
11283         Don't autoload.
11285 2009-09-15  Stephen Eglen  <stephen@gnu.org>
11287         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
11288         the virtual-buffers, use the name of the buffer specified by
11289         find-file-noselect, as the match may be a symlink.  (This was a
11290         problem if the target and the symlink had different names.)
11292 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11294         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
11296         * desktop.el (desktop-path): Check user-emacs-directory.
11298         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
11300         * loadup.el: Use after-load-functions to GC after loading each file.
11301         Remove the explicit GC calls that used to be sprinkled around.
11303         * subr.el (after-load-functions): New hook.
11304         (do-after-load-evaluation): Run it.  Use string-match-p to detect
11305         `obsolete' packages, rather than painfully extracting the relevant
11306         directory name.
11308 2009-09-15  Glenn Morris  <rgm@gnu.org>
11310         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
11311         free variable `doc'.
11313         * dired.el (dired-mode-map): Add menu entry for async shell command.
11315         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
11316         variables, also consider the .elc files, since the .el files are
11317         normally gzipped (subsequent code locates the .el.gz from the .elc).
11319         * calc/calc-prog.el (arglist): Define for compiler.
11321         * calendar/diary-lib.el (diary-display-function): Change the default to
11322         fancy display.
11323         (body): Define for compiler.
11325         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
11326         (byte-compile-file-form, byte-compile-lambda)
11327         (byte-compile-top-level-body, byte-compile-form)
11328         (byte-compile-variable-ref, byte-compile-setq)
11329         (byte-compile-setq-default, byte-compile-body)
11330         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
11331         (batch-byte-compile): Give some more local variables with common names
11332         a "bytecomp-" prefix to avoid masking warnings about free variables.
11334         * startup.el (command-line-1): Give local variables with common names a
11335         distinguishing prefix, so as not to hide free variable warnings during
11336         bootstrap.
11338         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
11339         clever and add a suffix to make a unique name, just let the user decide
11340         whether or not to overwrite it.  If the input is a directory, write the
11341         default filename to that directory.  (Bug#4388)
11342         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
11343         is a filename-as-a-directory.
11345 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11347         * textmodes/page.el (what-page): Don't move to beginning of line.
11348         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
11350 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
11352         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
11354 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
11356         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
11357         * help.el (help-for-help-internal): Add purecopy calls for text.
11359         * vc.el (top): print-log method now takes an optional SHORTLOG
11360         argument.  Add a new method: root.
11361         (vc-root-diff, vc-print-root-log): New functions.
11362         (vc-log-short-style): New variable.
11363         (vc-print-log-internal): Add support for showing short logs.
11365         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
11366         vc-print-root-log and vc-print-root-diff.
11368         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
11369         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
11370         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
11371         short logs.
11373         * vc-cvs.el (vc-cvs-print-log):
11374         * vc-mtn.el (vc-mtn-print-log):
11375         * vc-rcs.el (vc-rcs-print-log):
11376         * vc-sccs.el (vc-sccs-print-log):
11377         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
11378         that is ignored for now.
11380         * vc-mtn.el (vc-mtn-annotate-command):
11381         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
11383 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11385         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
11386         to function-key-map, and give them ascii-character property.
11387         * term/x-win.el (x-alternatives-map):
11388         * term/ns-win.el (ns-alternatives-map):
11389         * term/internal.el (msdos-key-remapping-map):
11390         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
11392 2009-09-14  Glenn Morris  <rgm@gnu.org>
11394         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
11395         temp-buffers (2009-09-12).
11397 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11399         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
11400         the new read-key function.
11402 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
11404         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
11405         is defined (Bug#4405).
11407 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
11409         * recentf.el (recentf-cleanup): Use a hash table to find
11410         duplicates (Bug#4407).
11412 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
11414         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
11415         kp-0 to ascii equivalents (Bug#4325).
11417 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
11419         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
11421         * eshell/em-hist.el:
11422         * eshell/em-dirs.el (eshell-complete-user-reference):
11423         Declare pcomplete functions and variables to avoid compiler warnings.
11425 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
11427         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
11428         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
11429         * eshell/em-alias.el (eshell-aliases-file):
11430         * eshell/em-hist.el (eshell-history-file-name):
11431         Use expand-file-name instead of concat to make file names (Bug#4308).
11433 2009-09-13  Glenn Morris  <rgm@gnu.org>
11435         * ediff-merg.el (ediff-do-merge):
11436         * filesets.el (filesets-run-cmd):
11437         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
11438         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
11439         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
11440         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
11441         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
11442         Replace empty `let's with `progn'.
11444 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11446         * mail/sendmail.el (send-mail-function):
11447         * tooltip.el (tooltip-mode):
11448         * simple.el (transient-mark-mode):
11449         * rfn-eshadow.el (file-name-shadow-mode):
11450         * frame.el (blink-cursor-mode):
11451         * font-core.el (global-font-lock-mode):
11452         * files.el (temporary-file-directory)
11453         (small-temporary-file-directory, auto-save-file-name-transforms):
11454         * epa-hook.el (auto-encryption-mode):
11455         * composite.el (global-auto-composition-mode):
11456         Use custom-initialize-delay.
11457         * startup.el (command-line): Don't explicitly call
11458         custom-reevaluate-setting for all the above vars.
11459         * custom.el (custom-initialize-safe-set)
11460         (custom-initialize-safe-default): Delete.
11462 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11464         * term/x-win.el (x-initialize-window-system):
11465         * term/w32-win.el (w32-initialize-window-system):
11466         * term/ns-win.el (ns-initialize-window-system): Don't call
11467         mouse-wheel-mode since it's enabled globally by default already.
11469         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
11470         actually define the variable, but only silences the byte-compiler.
11471         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
11472         before looking it up.
11473         (mouse-wheel-scroll-amount): Also reset the bindings if this value
11474         is changed.
11476 2009-09-12  Glenn Morris  <rgm@gnu.org>
11478         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
11479         1000.
11480         (elint-add-required-env): Don't beep on error.
11481         (elint-forms): In case of error, return ENV unchanged.
11482         (elint-init-env): Skip non-list forms.
11483         (elint-log): Handle unknown file positions.
11485 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
11487         * epg.el (epg-make-context): Add autoload cookie.
11488         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
11489         (epg-decrypt-string, epg-start-verify, epg-verify-file)
11490         (epg-verify-string, epg-start-sign, epg-sign-file)
11491         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
11492         (epg-encrypt-string, epg-start-export-keys)
11493         (epg-export-keys-to-file, epg-export-keys-to-string)
11494         (epg-start-import-keys, epg-import-keys-from-file)
11495         (epg-import-keys-from-string, epg-start-receive-keys)
11496         (epg-receive-keys, epg-import-keys-from-server)
11497         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
11498         (epg-sign-keys, epg-start-generate-key)
11499         (epg-generate-key-from-file, epg-generate-key-from-string):
11500         Remove autoload cookie.
11502 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
11504         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
11505         reevaluation of trash-directory.
11507         * mwheel.el: Fix last change.
11508         (mouse-wheel-mode): New defvar.
11509         (mouse-wheel-mode): Remove autoload cookie.
11511 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11513         * mwheel.el (mwheel-installed-bindings): New var.
11514         (mouse-wheel-mode): Use it, so as to make sure we really remove all
11515         the bindings we set last time.  Use custom-initialize-delay.
11516         * loadup.el: Load mwheel after term/*-win.el.
11517         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
11518         and mouse-wheel-up-event now that their first evaluation is done
11519         sufficiently late to be correct.
11521         * startup.el (tutorial-directory): Make it a defcustom.
11522         Use custom-initialize-delay rather than eval-at-startup to set it.
11523         * image.el (image-load-path): Make it a defcustom.
11524         Use custom-initialize-delay rather than eval-at-startup to set it.
11525         * subr.el (eval-at-startup): Remove.
11526         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
11528         * subr.el (do-after-load-evaluation): Warn the user after loading an
11529         obsolete package.
11531 2009-09-12  Glenn Morris  <rgm@gnu.org>
11533         * proced.el (proced-mark-alt): Remove alias.
11534         (proced-mode-map): Remove proced-mark-alt.
11536         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
11537         Elint file and directory.  Remove initialization entry.
11539         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
11540         commands.
11541         (elint-current-buffer): Set mode-line-process.
11542         (elint-init-env): Handle define-derived-mode.
11543         Fix declare-function with unspecified arglist.  Guard against odd
11544         defalias statements (eg iso-insert's 8859-1-map).
11545         (elint-add-required-env): Use a temp buffer.
11546         (elint-form): Just print the function/macro name, not the whole form.
11547         Return env unchanged if we fail to parse a macro.
11548         (elint-forms): Guard against parse errors.
11549         (elint-output): New function, to handle batch mode.
11550         (elint-log-message): Add optional argument.  Use elint-output.
11551         (elint-set-mode-line): New function.
11553 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
11555         * emacs-lisp/elp.el (elp-not-profilable): Add more
11556         functions (Bug#4233).
11558 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
11560         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
11561         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
11563 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
11565         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
11566         (gdb-var-list-children): Use json parsing.
11568 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
11570         * progmodes/js.el (js--proper-indentation): Handle the case where
11571         char-before is null.  Reported by Deniz Dogan.
11573 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
11575         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
11577 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
11579         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
11580         (epg-digest-algorithm-alist): Add SHA224.
11581         (epg-context-set-passphrase-callback)
11582         (epg-context-set-progress-callback): Add description about
11583         callback function.
11585 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11587         * custom.el (custom-delayed-init-variables): New var.
11588         (custom-initialize-delay): New function.
11589         * startup.el (command-line): "Re"evaluate all vars in
11590         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
11591         explicitly any more.
11592         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
11593         to avoid creating a ~/.emacs.d at build-time (bug#4347).
11595         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
11597 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
11599         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
11600         (gdb-var-update-handler): Use json parsing.
11602 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
11604         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
11605         decode annotated text, regardless of language environment.  (Bug#2741)
11607 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11609         * Makefile.in (autoloads): Make rmail.el writable as well.
11611 2009-09-11  Glenn Morris  <rgm@gnu.org>
11613         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
11614         loaddefs.el.
11615         * dired.el: Regenerate with extracted autoloads.
11616         * Makefile.in (autoloads): Make dired.el writable.
11618         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
11619         * ibuffer.el: Regenerate with extracted autoloads.
11620         * Makefile.in (autoloads): Make ibuffer.el writable.
11622         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
11623         * version.el (emacs-copyright, emacs-major-version)
11624         (emacs-minor-version): Reformat doc-strings for make-docfile.
11626         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
11627         functions and variables, since they must be stuff specific to some other
11628         platform.
11629         (apropos-print): Make mouse-click message less specific about button.
11631         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
11632         that records where a macro was defined.
11633         * help-fns.el (describe-function-1): Mention if a function has a
11634         compiler-macro.
11635         * help-mode.el (help-function-cmacro): New button.
11637         * locate.el (top-level): Always require dired.
11638         (locate-mode-map): Initialize inside the defvar.
11640         * net/ange-ftp.el (dired-compress-file): Declare.
11641         (ange-ftp-dired-compress-file): Add doc string.
11643         * term/ns-win.el (x-display-name, x-setup-function-keys):
11644         Unify doc-strings with X versions.
11646 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11648         * emulation/crisp.el (crisp-mode-map): Move initialization
11649         into declaration.
11650         (crisp-mode): Use define-minor-mode.
11652         * progmodes/xscheme.el (xscheme-evaluation-commands):
11653         Put a :advertised-binding property rather than using
11654         advertised-xscheme-send-previous-expression.
11655         (advertised-xscheme-send-previous-expression): Declare obsolete.
11656         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
11657         `advertised-undo'.
11658         (crisp-mode): Add corresponding bindings to
11659         undo's :advertised-binding instead.
11660         * dired.el (dired-mode-map): Put a :advertised-binding property rather
11661         than using dired-advertised-find-file.
11662         (dired-advertised-find-file):
11663         * simple.el (advertised-undo):
11664         * wid-edit.el (advertised-widget-backward): Declare obsolete.
11665         (widget-keymap): Put a :advertised-binding property rather
11666         than using advertised-widget-backward.
11667         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
11668         than using advertised-undo.
11669         * tutorial.el (tutorial--default-keys): Adjust accordingly.
11671 2009-09-10  Simon South  <ssouth@slowcomputing.org>
11673         * progmodes/delphi.el (delphi-tab): Indent region when Transient
11674         Mark mode is enabled and region is active; otherwise indent or
11675         insert TAB as usual.
11676         (delphi-mode): Update description of TAB-key binding.
11678 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11680         * subr.el (define-key-rebound-commands): Mark obsolete.
11681         * startup.el (precompute-menubar-bindings): Remove.
11682         (normal-top-level): Remove obsolete code that tried to precompute
11683         menubar bindings.
11684         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
11685         define-key-rebound-commands and precompute-menubar-bindings.
11687 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11689         * net/imap.el (imap-interactive-login): Better messages.
11690         (imap-open): Fix bug with renamed buffer on reconnect.
11691         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11692         for easier debugging and cleaner code.  On successful (guessed based on
11693         server capabilities) secondary authentication, set imap-state
11694         correctly.
11695         (imap-last-authenticator): Define imap-last-authenticator as a variable
11696         to avoid warnings.
11698 2009-09-10  Glenn Morris  <rgm@gnu.org>
11700         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
11702         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
11703         (byte-compile-file-form-autoload): Don't warn about unknown functions
11704         where the autoload statement comes after the use.
11705         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
11706         that any handlers inside the body (eg require) are in turn respected.
11708         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
11709         effects.
11711         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
11712         and syntax and abbrev tables basic docs, if they don't have any.
11714         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
11716         * international/mule-cmds.el (top-level): Require cl when compiling.
11717         (view-hello-file): Use default-value rather than
11718         default-enable-multibyte-characters.
11720         * progmodes/fortran.el: Move all safe and risky properties into the
11721         defcustoms.
11723         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
11724         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
11725         * mail/undigest.el:
11726         Put autoloads in rmail.el rather than loaddefs.el.
11727         * mail/rmail.el: Regenerate with extracted autoloads.
11729         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
11730         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
11732 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
11734         Reported in thread for Bug#4375.
11735         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
11736         "-data-evaluate-expression" instead of print.
11737         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
11738         (gdb-tooltip-print): Parse output from above MI command.
11739         (gdb): Revert 2009-08-11 change.  User should detach inferior
11740         manually.
11742         Remove the word "separate" from IO functions as inferior
11743         output is now never displayed in the GUD buffer.
11745 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
11747         * startup.el (command-line-normalize-file-name): On Windows and
11748         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
11750 2009-09-10  Juri Linkov  <juri@jurta.org>
11752         * isearch.el (isearch-text-char-description): Propertize escape
11753         character sequences with the `escape-glyph' face.  (Bug#4344)
11755         * simple.el (shell-command): Set asynchronous process filter to
11756         `comint-output-filter'.  (Bug#4343)
11758         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
11759         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
11760         the list.  Move "asm" to the bottom.
11761         (grep-find-ignored-directories): Add `choice' with nil value
11762         to empty the list easily.
11763         (grep-find-ignored-files): New option.
11764         (grep-files-history): Set to nil by default instead of '("ch" "el").
11765         (grep-compute-defaults): Add "<X>" to `grep-template'.
11766         (grep-read-files): Bind new local variables `default-alias' and
11767         `default-extension'.  Use a list of default values for the file prompt.
11768         (lgrep): Add `--exclude=' command line options composed from
11769         `grep-find-ignored-files'.
11770         (rgrep): Add `-name' command line options composed from
11771         `grep-find-ignored-files'.  (Bug#4301)
11773 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11775         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
11776         (bug#4368).
11778 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11780         * calendar/time-date.el (autoload):
11781         Expand define-obsolete-function-alias into defalias and make-obsolete
11782         for old Emacsen that Gnus supports.
11783         (with-no-warnings): Define it for old Emacsen.
11784         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11785         is available.
11786         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11787         float-time is available; suppress compile warning for time-to-seconds.
11789 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11791         * net/imap.el (imap-message-map): Docstring fix.
11793 2009-09-09  Glenn Morris  <rgm@gnu.org>
11795         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
11796         line numbers too.  (Bug#4374)
11798 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11800         * smerge-mode.el (smerge-remove-props, smerge-refine):
11801         Use with-silent-modifications (bug#4342).
11803         * subr.el (with-silent-modifications): New macro.
11805 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
11807         * files.el (top-level): Require `cl' when compiling.
11809 2009-09-07  Glenn Morris  <rgm@gnu.org>
11811         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
11813         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
11814         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
11816 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
11818         * vc-git.el (vc-git-annotate-command): Use separator to parse
11819         arguments correctly.
11821 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
11823         * proced.el (proced-mode): Doc fix.
11825 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
11827         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
11828         lstat fails.
11829         (tramp-do-file-attributes-with-ls): Check for file existence at
11830         remote end.
11831         (tramp-do-file-attributes-with-stat): Likewise.
11832         (tramp-convert-file-attributes): Return nil when attr is nil.
11834 2009-09-05  Glenn Morris  <rgm@gnu.org>
11836         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
11837         properties to this button.
11838         (diary-fancy-display): Don't extend the button to the final newline.
11839         (diary-fancy-display-mode): Continue to define "q" as a local key.
11841         * calendar/cal-china.el (holiday-chinese): Make it slightly more
11842         efficient.
11844         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
11846         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
11847         (byte-compile-dest-file-function): New option.
11848         (byte-compile-dest-file): Doc fix.
11849         Obey byte-compile-dest-file-function.
11850         (byte-compile-cl-file-p): New function.
11851         (byte-compile-eval): Only suppress noruntime warnings about cl functions
11852         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
11853         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
11854         than for file being previously loaded.
11855         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
11856         (byte-compile-file-form-require): Handle the case where requiring a file
11857         indirectly causes CL to be loaded.
11859 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
11861         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
11862         before killing the old buffer, since by the time `kill-buffer' is
11863         run so many buffer variables have been set to nil that it may not
11864         behave as expected.  (Bug#4061)
11866 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
11868         * files.el (find-alternate-file): If the old buffer is modified
11869         and visiting a file, behave similarly to `kill-buffer' when
11870         killing it, thus reverting to the pre-1.878 behavior; see
11871         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
11872         for discussion.  Also, consult `buffer-file-name' as a variable
11873         not as a function, for consistency with the rest of the code.
11875 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
11877         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
11878         also when adding a new directory.
11880         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
11881         defun.
11883 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11885         * files.el (locate-file-completion-table): Make it provide boundary
11886         information, so partial-completion works better.
11888 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
11890         * mail/footnote.el (Footnote-text-under-cursor):
11891         Check footnote-text-marker-alist before using it (bug#4324).
11893 2009-09-04  Glenn Morris  <rgm@gnu.org>
11895         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
11896         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
11897         * play/solitaire.el, play/tetris.el:
11898         Remove leading * from defcustom and defface docs.
11900         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
11901         necessary.
11902         (diary-fancy-overriding-map): New variable.
11903         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
11904         Use view-mode.
11906         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
11907         goto-line.
11909 2009-09-03  Glenn Morris  <rgm@gnu.org>
11911         * arc-mode.el (archive-mode):
11912         * dos-fns.el (set-default-process-coding-system):
11913         * man.el (Man-getpage-in-background):
11914         * menu-bar.el (menu-bar-describe-menu):
11915         * server.el (server-process-filter):
11916         * startup.el (command-line):
11917         * tar-mode.el (tar-header-block-tokenize, tar-extract):
11918         * w32-fns.el (set-default-process-coding-system):
11919         * x-dnd.el (x-dnd-handle-file-name):
11920         * international/mule-cmds.el (mule-menu-keymap)
11921         (set-default-coding-systems, language-info-alist, set-language-info)
11922         (set-language-environment, standard-display-european-internal)
11923         (set-locale-environment):
11924         * international/mule-diag.el (mule-diag):
11925         * mail/emacsbug.el (report-emacs-bug):
11926         * mail/rmail.el (rmail-mode):
11927         * mail/sendmail.el (mail-setup):
11928         Use default-value rather than default-enable-multibyte-characters.
11930         * progmodes/f90.el: Move all safe properties into the defcustoms.
11931         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
11933         * calendar/appt.el (appt-check):
11934         * calendar/diary-lib.el (diary-set-header, diary-live-p)
11935         (diary-check-diary-file, diary-list-entries)
11936         (diary-include-other-diary-files, diary-simple-display)
11937         (diary-fancy-display, diary-print-entries)
11938         (diary-mark-included-diary-files, diary-make-entry):
11939         Don't call substitute-in-file-name on diary-file.
11941 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
11942             Stefan Monnier  <monnier@iro.umontreal.ca>
11944         * mail/footnote.el (footnote-prefix): Make it a defcustom.
11945         (footnote-mode-map): Move initialization into the declaration.
11946         (footnote-minor-mode-map): Define it rather than changing global-map.
11947         (footnote-mode): Use define-minor-mode.
11949 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
11951         * net/tramp.el (tramp-handle-file-attributes-with-ls)
11952         (tramp-do-file-attributes-with-perl)
11953         (tramp-do-file-attributes-with-stat): Rename from
11954         `tramp-handle-file-attributes-with-*'.
11955         (tramp-handle-file-attributes): Use them.
11956         (tramp-do-directory-files-and-attributes-with-perl)
11957         (tramp-do-directory-files-and-attributes-with-stat): Rename from
11958         `tramp-handle-directory-files-and-attributes-with-*'.
11959         (tramp-handle-directory-files-and-attributes): Use them.
11960         (tramp-method-out-of-band-p): Additional parameter SIZE.
11961         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
11962         (tramp-handle-write-region): Use it.
11963         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
11964         (tramp-handle-vc-registered): Check, whether the first run did
11965         return files to be tested.
11966         (tramp-advice-make-auto-save-file-name): Do not call directly
11967         `tramp-handle-make-auto-save-file-name', because this would bypass
11968         the locking mechanism.
11970         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
11971         (file-remote-p, process-file, start-file-process, set-file-times)
11972         (tramp-compat-file-attributes): Compatibility functions shall not
11973         call directly `tramp-handle-*', because this would bypass the
11974         locking mechanism.
11975         (tramp-compat-number-sequence): New defun.
11977 2009-09-02  Glenn Morris  <rgm@gnu.org>
11979         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
11980         alias for float-time.
11981         (time-to-number-of-days): In Emacs, use float-time.
11982         * net/newst-backend.el (time-add): Suppress warnings from compat
11983         function.
11984         * time.el (emacs-uptime, emacs-init-time):
11985         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
11986         Use float-time rather than time-to-seconds.
11988         * minibuffer.el (completion-initials-expand): Fix typo.
11990         * faces.el (modeline, modeline-inactive, modeline-highlight)
11991         (modeline-buffer-id):
11992         * info.el (info-menu-5): Mark these face aliases as obsolete.
11994 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
11996         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
11997         space ...
11998         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
11999         no "--thread" option.
12000         (gdb-stopped): Don't print "Switched to thread" message when it is
12001         unchanged.
12003 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12005         * minibuffer.el (completion-try-completion)
12006         (completion-all-completions): Remove ill-defined (and
12007         mistakenly installed and luckily never used nor documented)
12008         `completion-styles' property.
12009         (completion-initials-expand, completion-initials-all-completions)
12010         (completion-initials-try-completion): New functions.
12011         (completion-styles-alist): Add doc to each entry.
12012         Add new `initials' entry.
12014 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12016         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12017         MI command -var-evaluate-expression.
12018         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12019         and tweak for case of string child.
12020         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12022 2009-09-01  Glenn Morris  <rgm@gnu.org>
12024         * add-log.el (change-log-date-face, change-log-name-face)
12025         (change-log-email-face, change-log-file-face, change-log-list-face)
12026         (change-log-conditionals-face, change-log-function-face)
12027         (change-log-acknowledgement-face):
12028         * cus-edit.el (custom-invalid-face, custom-rogue-face)
12029         (custom-modified-face, custom-set-face, custom-changed-face)
12030         (custom-saved-face, custom-button-face, custom-button-pressed-face)
12031         (custom-documentation-face, custom-state-face, custom-comment-face)
12032         (custom-comment-tag-face, custom-variable-tag-face)
12033         (custom-variable-button-face, custom-face-tag-face)
12034         (custom-group-tag-face-1, custom-group-tag-face):
12035         * diff-mode.el (diff-header-face, diff-file-header-face)
12036         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12037         (diff-added-face, diff-changed-face, diff-function-face)
12038         (diff-context-face, diff-nonexistent-face):
12039         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12040         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12041         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12042         (Info-title-4-face):
12043         * isearch.el (isearch-lazy-highlight-face):
12044         * log-view.el (log-view-file-face, log-view-message-face):
12045         * paren.el (show-paren-match-face, show-paren-mismatch-face):
12046         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12047         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12048         (cvs-msg-face):
12049         * smerge-mode.el (smerge-mine-face, smerge-other-face)
12050         (smerge-base-face, smerge-markers-face):
12051         * wid-edit.el (widget-documentation-face, widget-button-face)
12052         (widget-field-face, widget-single-line-field-face)
12053         (widget-inactive-face, widget-button-pressed-face):
12054         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12055         (woman-addition-face):
12056         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12057         (eshell-ls-executable-face, eshell-ls-readonly-face)
12058         (eshell-ls-unreadable-face, eshell-ls-special-face)
12059         (eshell-ls-missing-face, eshell-ls-archive-face)
12060         (eshell-ls-backup-face, eshell-ls-product-face)
12061         (eshell-ls-clutter-face):
12062         * eshell/em-prompt.el (eshell-prompt-face):
12063         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12064         * obsolete/old-whitespace.el (whitespace-highlight-face):
12065         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12066         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12067         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12068         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12069         (antlr-font-lock-literal-face):
12070         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12071         (ebrowse-root-class-face, ebrowse-file-name-face)
12072         (ebrowse-default-face, ebrowse-member-attribute-face)
12073         (ebrowse-member-class-face, ebrowse-progress-face):
12074         * progmodes/make-mode.el (makefile-space-face):
12075         * progmodes/sh-script.el (sh-heredoc-face):
12076         * textmodes/flyspell.el (flyspell-incorrect-face)
12077         (flyspell-duplicate-face):
12078         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12079         * textmodes/texinfo.el (texinfo-heading-face):
12080         Mark face aliases with "-face" suffix as obsolete.
12082         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12083         compiler.
12085         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12086         (eudc-bob-sound-menu): Use defvar rather than defconst, since
12087         easy-menu-define wants to modify these.
12089         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12091         * net/browse-url.el (browse-url-file-url):
12092         * term/internal.el (dos-codepage-setup):
12093         Use default-value rather than default-enable-multibyte-characters.
12095         * progmodes/etags.el (etags-goto-tag-location):
12096         * progmodes/flymake.el (flymake-highlight-line)
12097         (flymake-goto-file-and-line, flymake-goto-line):
12098         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12099         (gdb-goto-breakpoint):
12100         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12101         * progmodes/python.el (python-find-function)
12102         (python-pdbtrack-track-stack-file):
12103         * progmodes/verilog-mode.el (verilog-surelint-off):
12104         * term/ns-win.el (ns-open-file-select-line):
12105         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12106         Use forward-line rather than goto-line.
12108         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12109         * textmodes/reftex-index.el (reftex-display-index):
12110         * textmodes/reftex-ref.el (reftex-offer-label-menu):
12111         * textmodes/reftex-toc.el (reftex-toc):
12112         Remove unnecessary bindings of default-major-mode (all are followed by
12113         major-mode check and possible mode switch).
12115 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12117         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12118         Handle watchpoints (bug#4282).
12119         (def-gdb-thread-buffer-command): Enable thread to be selected by
12120         clicking without selecting threads buffer first.
12121         (gdb-current-context-command): Use selected frame so that "up",
12122         "down" etc work in the GUD buffer.
12123         (gdb-update): Find selected frame before rendering stack buffer.
12124         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12126 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12128         * progmodes/sym-comp.el (displayed-completions): Remove.
12129         (symbol-complete): Use minibuffer-complete.
12131 2009-08-31  Glenn Morris  <rgm@gnu.org>
12133         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12135         * apropos.el (apropos-symbols-internal):
12136         Handle (obsolete) face aliases.
12138         * faces.el (describe-face): Adjust the output format to be more like
12139         describe-variable, and to mention (obsolete) face aliases.
12140         Adjust the whitespace so that help-setup-xref works.
12142         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12143         * calendar/diary-lib.el (diary-button-face):
12144         Mark these face aliases as obsolete.
12146         * calendar/calendar.el (calendar-today): Doc fix.
12148 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12150         * progmodes/gdb-mi.el (gdb-control-all-threads)
12151         (gdb-control-current-thread): Force tool bar update.
12152         (gdb-non-stop-handler): New function.
12153         (gdb-init-1): Use it to test if non-stop mode is supported.
12154         Remove unused gdbmi buffer type.
12156 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
12158         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12159         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
12161 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
12163         * comint.el (comint-exec-1): Check command is non-null first.
12164         Part of gdb-mi.el change (2009-08-28).
12166 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12168         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12170 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
12172         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12173         instead of `dolist' to avoid a recursive require when bootstrapping.
12175 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12177         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12179         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12181         * net/imap.el (imap-send-command): Simplify.
12182         (imap-wait-for-tag): point-max -> buffer-size.
12184         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
12186         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
12187         with constant argument.
12189         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
12191         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
12193         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
12194         Change default, since most of our files don't have a history.
12195         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
12196         the user.
12198         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12199         Add comint-run.
12201         * calc/calc.el: Improve commenting convention.
12202         (calc-digit-map, toplevel): Simplify.
12204         * comint.el (comint-insert-input): Be careful to only set point if we
12205         don't delegate to some other command.
12207         * proced.el (proced-signal-list): Make it an alist.
12208         (proced-grammar-alist): Capitalize names.
12209         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
12210         Disable undo manually and make it read-only.
12211         Use completion-annotate-function.
12213         * minibuffer.el (minibuffer-message): If the current buffer is not
12214         a minibuffer, insert the message in the echo area rather than at the
12215         end of the buffer.
12216         (completion-annotate-function): New variable.
12217         (minibuffer-completion-help): Use it.
12218         (completion--embedded-envvar-table): Environment vars are
12219         always case-sensitive.
12221 2009-08-30  Glenn Morris  <rgm@gnu.org>
12223         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
12224         from fortran-current-defun.
12225         (fortran-beginning-of-subprogram): Be more precise about finding the
12226         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
12227         (fortran-end-of-subprogram): Simplify.
12228         (fortran-current-defun): Use fortran-start-prog-re.
12230 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
12232         * subr.el (do-after-load-evaluation): Simplify.
12234 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
12236         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
12238         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
12239         (vc-rcs-print-log): Use it.
12241         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
12243 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12245         * paths.el (abbrev-file-name): Move to abbrev.el.
12246         * abbrev.el (abbrev-file-name): Move from paths.el.
12247         Obey user-emacs-directory.
12248         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
12249         user-emacs-directory.
12250         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
12251         abbrev-file-name and calc-settings-file any more.
12252         * startup.el (command-line): Recompute abbrev-file-name and
12253         abbreviated-home-dir.
12254         (normal-no-mouse-startup-screen): Improve the generic code and get rid
12255         of the special code for when C-h bindings haven't been changed.
12256         (display-startup-echo-area-message): Use with-current-buffer.
12257         (command-line-1): Use a list of strings, rather than a list of lists
12258         of strings for longopts.
12260         * files.el (get-free-disk-space): Use / for default-directory.
12262         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
12263         Use with-current-buffer.
12265         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
12266         Recognize immutable variables like most-positive-fixnum.
12267         (byte-compile-setq-default): Check and warn if trying to assign
12268         to an immutable variable, or a non-variable.
12270         * progmodes/cc-vars.el (c-comment-continuation-stars):
12271         * progmodes/cc-engine.el (c-looking-at-bos):
12272         * progmodes/cc-cmds.el (c-toggle-auto-state)
12273         (c-forward-into-nomenclature, c-backward-into-nomenclature)
12274         (c-comment-line-break-function): Add version of obsolescence.
12276 2009-08-28  Juri Linkov  <juri@jurta.org>
12278         * files.el (magic-fallback-mode-alist): Add ZIP magic number
12279         associated with `archive-mode'.
12281         * image.el (image-type-header-regexps): Use only JPEG magic number
12282         to determine JPEG images, and don't use `image-jpeg-p' because
12283         Emacs can display non-JFIF non-Exif JPEG images.
12285 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
12287         * arc-mode.el (archive-mode):
12288         * emacs-lisp/re-builder.el (re-builder-unload-function):
12289         Protect against the default value of `major-mode' being nil.
12291 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
12293         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
12294         Fix typos in docstrings.
12296         * progmodes/js.el (js--macro-decl-re): Doc fix.
12297         (js--plain-method-re, js--split-name): Refloc docstring.
12298         (js--class-styles, js--make-merged-item, js--splice-into-items):
12299         Fix typos in docstrings; reflow docstrings.
12300         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
12301         (js--variable-decl-matcher, js--inside-pitem-p)
12302         (js--parse-state-at-point, js--get-all-known-symbols)
12303         (js--symbol-history, js-find-symbol, js--js-references)
12304         (js--moz-interactor, js--js-encode-value, js--read-tab):
12305         Fix typos in docstrings.
12307 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12309         * textmodes/reftex.el (reftex-get-file-buffer-force):
12310         * progmodes/verilog-mode.el (verilog-batch-execute-func):
12311         * emulation/viper.el (viper-go-away, viper-set-hooks):
12312         * emacs-lisp/re-builder.el (re-builder-unload-function):
12313         * emacs-lisp/bytecomp.el (byte-compile-file):
12314         * ses.el (ses-unload-function):
12315         * hexl.el (hexl-find-file):
12316         * files.el (normal-mode):
12317         * ehelp.el (with-electric-help):
12318         * autoinsert.el (auto-insert-alist):
12319         * arc-mode.el (archive-mode):
12320         Use (default-value 'major-mode) instead of default-major-mode.
12322         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
12323         * international/mule.el (load-with-code-conversion):
12324         * emacs-lisp/debug.el (debug):
12325         * ediff-vers.el (ediff-rcs-get-output-buffer):
12326         * dired.el (dired-internal-noselect): Don't let-bind
12327         default-major-mode around code that doesn't use it.
12328         E.g. buffer creation via get-buffer-create doesn't use it.
12330 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
12332         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
12333         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
12334         when writing the temp file.  Otherwise, epa-file gets confused.
12335         (tramp-register-file-name-handlers): Make it a defun.  Move also
12336         `epa-file-handler' to the front of `file-name-handler-alist'.
12338 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12340         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
12341         start right after a ^M.
12342         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
12343         (tramp-completion-file-name-regexp-separate)
12344         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
12345         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
12346         Don't modify last-coding-system-used by accident.
12347         (tramp-completion-file-name-handler): Apply the checks here,
12348         instead during registration.
12349         (tramp-register-file-name-handlers): Renamed from
12350         `tramp-register-file-name-handler'.  Register both
12351         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
12352         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
12354 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
12356         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
12357         Remove variable ...
12358         (gdb-init-1, gdb-display-separate-io-buffer)
12359         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
12360         references to it.
12361         (gdb-inferior-io-mode): Use make-comint-in-buffer.
12362         (gdb-inferior-filter): Use comint-output-filter to stop
12363         echoing and remove ^M characters.
12365 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12367         * emulation/viper-init.el (viper-restore-cursor-type):
12368         * emulation/cua-base.el (cua--update-indications):
12369         Replace default-cursor-type with (default-value 'cursor-type).
12371         * mail/sendmail.el (mail-recover-1):
12372         * international/mule-diag.el (describe-current-coding-system-briefly)
12373         (describe-current-coding-system):
12374         * international/mule-cmds.el (select-safe-coding-system)
12375         (select-message-coding-system)
12376         (set-language-environment-coding-systems, set-locale-environment):
12377         * hexl.el (hexl-insert-multibyte-char):
12378         * dos-w32.el (find-buffer-file-type-coding-system):
12379         * simple.el (what-cursor-position):
12380         Replace uses of default-buffer-file-coding-system
12381         with (default-value 'buffer-file-coding-system).
12383         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
12384         Replace uses of default-cursor-in-non-selected-windows
12385         with (default-value 'cursor-in-non-selected-windows).
12386         Use with-current-buffer.
12388         * mail/feedmail.el: Use CL macros.
12389         (feedmail-run-the-queue, feedmail-send-it-immediately):
12390         * dos-w32.el (find-buffer-file-type): Replace uses of
12391         default-buffer-file-type with (default-value 'buffer-file-type).
12393 2009-08-28  Glenn Morris  <rgm@gnu.org>
12395         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
12396         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
12397         Use default-value of major-mode rather than default-major-mode.
12399 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12401         * Makefile.in (update-elcfiles): Report left over elc files.
12403         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
12404         expand-file-name and with-current-buffer.
12405         (mail-get-names, mail-directory): Use with-current-buffer.
12407         * vc.el (vc-read-revision): New function.
12408         (vc-version-diff, vc-merge): Use it.
12410 2009-08-27  Sam Steingold  <sds@gnu.org>
12412         * simple.el (kill-do-not-save-duplicates): New user option.
12413         (kill-new): When it is non-nil, and the new string is the same as
12414         the latest kill, set replace to t to avoid duplicates in kill-ring.
12416 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
12418         * net/tramp.el (tramp-handle-process-file): Do not flush all
12419         caches when `process-file-side-effects' is set.
12420         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
12421         instead of `tramp-find-file-exists-command'.
12422         Unset `process-file-side-effects'.
12424 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
12426         * net/tramp.el (tramp-methods): New method "rsyncc".
12427         (top): Add completion function for "rsyncc".
12428         (tramp-message-show-message): New defvar.
12429         (tramp-message, tramp-error): Use it.
12430         (tramp-do-copy-or-rename-file-directly): Extend check for direct
12431         remote copying.
12432         (tramp-do-copy-or-rename-file-out-of-band): Handle new
12433         `tramp-methods' entry `copy-env' of "rsyncc".
12434         (tramp-vc-registered-read-file-names): New defconst.
12435         (tramp-vc-registered-file-names): New defvar.
12436         (tramp-handle-vc-registered): Implement optimization strategy.
12437         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
12438         (tramp-vc-file-name-handler): New defun.
12439         (tramp-get-ls-command, tramp-get-test-command)
12440         (tramp-get-file-exists-command, tramp-get-remote-ln)
12441         (tramp-get-remote-perl, tramp-get-remote-stat)
12442         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
12444         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
12445         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
12446         timestamps.
12447         (tramp-get-file-property): Check for timestamps in
12448         `tramp-cache-inhibit-cache'.
12449         (tramp-set-file-property): Write timestamp.
12451 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12453         * language/japan-util.el (japanese-symbol-table): Add entries for
12454         cp932-2-byte.
12456         * international/characters.el: Add category `j' to cp932-2-byte.
12458 2009-08-27  Kenichi Handa  <handa@m17n.org>
12460         * international/fontset.el (build-default-fontset-data): New macro.
12461         (setup-default-fontset): Use build-default-fontset-data for CJK,
12462         tibetan, ethiopic, and ipa.
12464 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12466         * cus-start.el (default-major-mode): Customize `major-mode' instead.
12467         (enable-multibyte-characters): Not customizable any more.
12469         * subr.el (default-mode-line-format, default-header-line-format)
12470         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
12471         (default-direction-reversed, default-truncate-lines)
12472         (default-left-margin, default-tab-width, default-case-fold-search)
12473         (default-left-margin-width, default-right-margin-width)
12474         (default-left-fringe-width, default-right-fringe-width)
12475         (default-fringes-outside-margins, default-scroll-bar-width)
12476         (default-vertical-scroll-bar, default-indicate-empty-lines)
12477         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
12478         (default-fringe-cursor-alist, default-scroll-up-aggressively)
12479         (default-scroll-down-aggressively, default-fill-column)
12480         (default-cursor-type, default-buffer-file-type)
12481         (default-cursor-in-non-selected-windows)
12482         (default-buffer-file-coding-system, default-major-mode)
12483         (default-enable-multibyte-characters): Mark as obsolete.
12485 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
12487         * vc-dir.el (vc-dir-update): Remove debug helper.
12489         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
12491 2009-08-26  Sam Steingold  <sds@gnu.org>
12493         * simple.el (save-interprogram-paste-before-kill): New user option.
12494         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
12495         save the interprogram-paste into kill-ring before overriding it
12496         with the Emacs kill.
12498 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
12500         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
12501         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
12502         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
12503         and move to vc-rcs.el.
12504         (vc-default-next-revision): Rename to vc-rcs-next-revision and
12505         move to vc-rcs.el.
12506         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
12507         (vc-rcs-update-changelog): Remove.
12508         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
12509         and move to vc-rcs.el.
12511         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
12512         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
12513         renaming.
12514         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
12515         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
12516         vc.el, renamed to be RCS specific.
12518         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
12519         New functions.
12520         (vc-cvs-update-changelog): Move here from vc.el.
12522         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
12523         New functions.
12525 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12527         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
12529 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
12531         * vc-git.el (vc-git-register): Use "git add" for directories.
12532         (vc-git-stash, vc-git-stash-show): New functions.
12533         (vc-git-extra-menu-map): Bind them.
12535         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
12536         directory correctly in case the item is a directory itself.
12538         * vc.el: Document the desired behavior for reverted files in the
12539         `added' state.
12540         (vc-default-prettify-state-info): Remove function, unused.
12542         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
12544 2009-08-26  Glenn Morris  <rgm@gnu.org>
12546         * bindings.el (standard-mode-line-format): Reposition dashes in
12547         which-func entry.  (Bug#4217)
12549         * files.el (enable-local-variables, enable-local-eval)
12550         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
12551         the defcustoms.
12552         (auto-mode-alist, ignored-local-variables)
12553         (save-some-buffers-action-alist): Move risky declarations to the
12554         definitions.
12555         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
12556         (font-lock-defaults, format-alist, imenu--index-alist)
12557         (imenu-generic-expression, input-method-alist, minor-mode-alist)
12558         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
12559         (mode-line-modified, mode-line-mule-info, mode-line-position)
12560         (mode-line-process, mode-line-remote, outline-level)
12561         (parse-time-rules, rmail-output-file-alist)
12562         (special-display-buffer-names, vc-mode):
12563         Move risky declarations to the relevant files.
12564         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
12565         (mode-line-modified, mode-line-process, mode-line-position)
12566         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
12567         * font-core.el (font-lock-defaults):
12568         * format.el (format-alist):
12569         * vc-hooks.el (vc-mode):
12570         * window.el (special-display-buffer-names):
12571         * international/mule-cmds.el (input-method-alist):
12572         Define riskiness here (dumped file) rather than in files.el.
12573         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
12574         * imenu.el (imenu-generic-expression, imenu--index-alist):
12575         * outline.el (outline-level):
12576         * time.el (display-time-string):
12577         * calendar/parse-time.el (parse-time-rules):
12578         * mail/rmailout.el (rmail-output-file-alist):
12579         Autoload riskiness here, rather than placing in files.el.
12581 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
12583         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
12585 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
12587         * simple.el (process-file-side-effects): New defvar.
12589         * dired-aux.el (dired-show-file-type):
12590         * vc.el (vc-diff-internal):
12591         * vc-arch.el (vc-arch-diff):
12592         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
12593         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
12594         * vc-git.el (vc-git-registered, vc-git-working-revision)
12595         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
12596         (vc-git--empty-db-p):
12597         * vc-hooks.el (vc-user-login-name):
12598         * vc-svn.el (vc-svn-registered, vc-svn-state)
12599         (vc-svn-dir-extra-headers, vc-svn-find-revision):
12600         * progmodes/grep.el (grep-probe): Let-bind
12601         `process-file-side-effects' with nil.
12603         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
12605         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
12606         daemon.  Replace ping by checking for running service for bluez
12607         and zeroconf.  (Bug#4239)
12609 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12611         * net/dig.el (dig): Add autoload cookie.
12613 2009-08-25  Glenn Morris  <rgm@gnu.org>
12615         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
12616         load-history for absolute file-names.
12617         (byte-compile-file-form-require): Warn about use of the cl package.
12619         * format.el (format-alist): Doc fix.
12621         * play/bubbles.el (top-level): Don't require cl at run-time.
12623         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
12624         run-time cl).
12626 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
12628         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
12629         from cl package.
12630         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
12632 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
12634         * calc/calc-alg.el (math-trig-rewrite)
12635         (math-hyperbolic-trig-rewrite): New functions.
12636         (calc-simplify): Simplify trig functions when asked.
12638 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12640         * diff-mode.el (diff-find-source-location): Avoid goto-line.
12642 2009-08-24  Kenichi Handa  <handa@m17n.org>
12644         * language/ind-util.el (mapthread): Delete it.
12645         (combinatorial): New function.
12646         (indian--puthash-cv): Use combinatorial instead of mapthread.
12648 2009-08-22  Kevin Ryde  <user42@zip.com.au>
12650         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
12651         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
12652         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
12653         Clarify docstring that the value is strings not symbols.
12654         (checkdoc-list-of-strings-p): New function.
12656 2009-08-22  Glenn Morris  <rgm@gnu.org>
12658         * files.el (auto-mode-alist):
12659         * hippie-exp.el (he-concat-directory-file-name):
12660         * lpr.el (lpr-windows-system, printer-name):
12661         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
12662         * ps-print.el (ps-windows-system):
12663         * startup.el (command-line):
12664         * emulation/viper-ex.el (viper-glob-function):
12665         * international/mule-cmds.el (set-language-environment-coding-systems):
12666         * net/ange-ftp.el (ange-ftp-write-region):
12667         * obsolete/fast-lock.el (fast-lock-cache-name):
12668         Remove code for defunct system-types emx, macos, mswindows, next-mach,
12669         unisoft-unix, vax-vms, win32, w32.
12671         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
12672         given name if the pattern is not more specific.
12674         * calendar/lunar.el (lunar-phase-names): New option.
12675         (lunar-phase): Doc fix.
12676         (lunar-cycles-per-year): New constant.
12677         (lunar-index): New function.
12678         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
12679         (lunar-phase-name): Use lunar-phase-names.
12680         (calendar-lunar-phases): Use format.
12681         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
12683         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
12684         Copy imenu-example--name-and-position function here for own use.
12685         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
12687         * bs.el (bs--redisplay):
12688         * cus-edit.el (custom-redraw):
12689         * ibuffer.el (ibuffer-bury-buffer):
12690         * server.el (server-goto-line-column):
12691         * startup.el (command-line-1):
12692         * strokes.el (strokes-xpm-for-stroke):
12693         * term.el (term-display-buffer-line):
12694         * view.el (View-goto-line):
12695         * calc/calc.el (calc-do, calc-trail-buffer):
12696         * play/gamegrid.el (gamegrid-add-score-insecure):
12697         * progmodes/ada-mode.el (ada-compile-goto-error):
12698         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
12699         (ebrowse-select-1st-to-9nth):
12700         * progmodes/cperl-mode.el (cperl-time-fontification):
12701         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
12702         * progmodes/gud.el (gud-display-line):
12703         (idlwave-shell-display-line):
12704         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
12705         * progmodes/make-mode.el (makefile-browser-toggle):
12706         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
12707         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
12708         * textmodes/picture.el (picture-draw-rectangle):
12709         * textmodes/reftex-index.el (reftex-index-goto-letter):
12710         (reftex-select-jump-to-previous):
12711         * textmodes/reftex-sel.el (reftex-find-start-point)
12712         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
12713         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
12714         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
12715         * textmodes/tex-mode.el (tex-compilation-parse-errors):
12716         * textmodes/two-column.el (2C-associated-buffer):
12717         Use forward-line rather than goto-line.
12719         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
12720         goto-line.
12722         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
12723         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
12724         (quick-check-list-to-regexp): Declare.
12726         * progmodes/make-mode.el (makefile-browser-insert-selection):
12727         Use goto-char rather than goto-line.
12729         * progmodes/prolog.el (compilation-error-regexp-alist)
12730         (compilation-forget-errors): Declare.
12732 2009-08-22  Juri Linkov  <juri@jurta.org>
12734         * progmodes/grep.el (lgrep, rgrep): At the beginning
12735         set `dir' to `default-directory' unless `dir' is a non-nil
12736         readable directory.  (Bug#4052)
12737         (lgrep, rgrep): Change a weird way to report an error
12738         from using `read-string' to using `error'.
12739         Instead of using interactive arguments in the function body,
12740         add new argument `confirm'.
12742 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12744         * textmodes/remember.el (remember-buffer):
12745         * progmodes/cperl-mode.el (cperl-vc-header-alist):
12746         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
12747         (icalendar-extract-ical-from-buffer):
12748         * net/newst-treeview.el (newsticker-groups-filename):
12749         * net/newst-backend.el (newsticker-cache-filename):
12750         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
12751         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
12752         (speedbar-add-ignored-path-regexp, speedbar-line-path)
12753         (speedbar-buffers-line-path, speedbar-path-line)
12754         (speedbar-buffers-line-path):
12755         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
12756         (epg-sign-keys):
12757         * epa.el (epa-display-verify-result):
12758         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
12760 2009-08-21  Glenn Morris  <rgm@gnu.org>
12762         * progmodes/js.el (inferior-moz-process): Fix declaration.
12764         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
12766         * obsolete/rnewspost.el (news-mail-reply):
12767         Use goto-char rather than goto-line.
12769         * term/ns-win.el (ns-open-file-select-line):
12770         Use line-beginning-position rather than goto-line.
12772         * apropos.el (apropos-command):
12773         * ehelp.el (electric-helpify):
12774         * printing.el (pr-show-setup):
12775         * strokes.el (strokes-help):
12776         * tutorial.el (tutorial--describe-nonstandard-key)
12777         (tutorial--detailed-help):
12778         * woman.el (woman-mini-help, woman-display-extended-fonts):
12779         * calc/calc-help.el (calc-describe-key):
12780         * emulation/edt.el (edt-electric-helpify):
12781         * international/mule-diag.el (mule-diag):
12782         * play/yow.el (apropos-zippy):
12783         * progmodes/python.el (python-describe-symbol):
12784         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
12785         * textmodes/table.el (*table--cell-describe-mode)
12786         (*table--cell-describe-bindings):
12787         Use help-print-return-message rather than the now obsolete alias.
12789         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
12790         (calendar-cursor-to-visible-date):
12791         * play/5x5.el (5x5-position-cursor):
12792         * play/decipher.el (decipher):
12793         * play/gomoku.el (gomoku-goto-xy):
12794         * play/landmark.el (lm-goto-xy):
12795         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
12796         (mpuz-paint-digit):
12797         Use forward-line, not goto-line.
12799         * mail/rmail.el (rmail-obsolete): Delete custom group.
12800         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
12801         (rmail-remote-password, rmail-remote-password-required):
12802         Remove unneeded :set-after and :set properties.
12804 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
12806         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
12808 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
12810         * loadup.el: Remove leftover macos code.
12812         * vc-git.el (vc-git-annotate-command): Run asynchronously.
12813         Explicitly pass the date format to git blame so that user local
12814         so that the output format can be parsed.
12816 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
12818         * net/dbus.el (top): Don't check for (getenv
12819         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
12821 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
12823         * log-edit.el (log-edit-strip-single-file-name): New var.
12824         (log-edit-insert-changelog): Use it.  Bug#3571
12826 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12828         * subr.el (read-passwd): Use read-key so keypad keys work as well.
12829         Bug#3287
12831         * help.el (help-print-return-message): Rename from
12832         print-help-return-message.
12834         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
12835         cvs-mode-map parent hack.
12836         (log-view-mode): Derive from special-mode.
12838         * linum.el (linum-mode): window-size-change-functions is redundant.
12839         Adapt to new window-configuration-change-hook behavior.
12840         (linum-after-size, linum-after-config): Remove.
12842         * imenu.el (imenu-example--name-and-position)
12843         (imenu-example--lisp-extract-index-name)
12844         (imenu-example--create-lisp-index, imenu-example--create-c-index):
12845         Mark as obsolete.
12847         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
12848         (inferior-prolog-mode): Use it.
12849         (inferior-prolog-load-file): Reset list of errors.
12851 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12853         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
12855         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
12857 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
12859         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
12860         is running already.
12862 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12864         * subr.el (listify-key-sequence-1): Use normal syntax since those
12865         integers are nowadays always represented by the same (positive) number
12866         on all platforms.
12867         (read-key-empty-map): New const.
12868         (read-key-delay): New var.
12869         (read-key): New function.
12870         (force-mode-line-update): Use with-current-buffer.
12871         (locate-user-emacs-file): Don't forget to abbreviate the file name.
12872         (start-process-shell-command, start-file-process-shell-command):
12873         Discourage the use of command-args.
12875 2009-08-19  Glenn Morris  <rgm@gnu.org>
12877         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
12879 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12881         * simple.el (choose-completion-string): Don't rely on
12882         minibuffer-completing-file-name and ad-hoc checks to decide whether
12883         to continue completion or not.
12885         * minibuffer.el (minibuffer-hide-completions): New function.
12886         (completion--do-completion): Use it.
12887         (completions-annotations): New face.
12888         (completion--insert-strings): Use it.
12889         (completion-pcm--delim-wild-regex): Add docstring.
12890         (completion-pcm--string->pattern): Add support for 0-width delimiters
12891         in completion-pcm--delim-wild-regex.
12893 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12895         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
12896         Remove unused var `buffer-modified-p'.
12898         * minibuffer.el (completion--do-completion): Move point for the #b001
12899         case as well (bug#4176).
12900         (minibuffer-complete, minibuffer-complete-word): Don't move point.
12902 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
12904         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
12905         and :session buses.
12907 2009-08-18  Kenichi Handa  <handa@m17n.org>
12909         * international/ucs-normalize.el (ucs-normalize-version):
12910         Change to 1.1.
12911         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
12912         (utf-8-hfs): Make it perform normalization on encoding too.
12914         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
12915         (sentence-end-without-space): Delete duplicated chars.
12916         (sentence-end-base): Likewise.
12918         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
12919         (html-mode): Delete duplicated chars from sentence-end-base.
12921         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
12922         (texinfo-mode): Delete duplicated chars from sentence-end-base.
12924 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
12926         * files.el (hack-one-local-variable): If the mode function is for
12927         a minor mode, pass it an argument (Bug#4148).
12929 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
12931         * net/tramp.el (tramp-register-completion-file-name-handler):
12932         Check also for (member 'partial-completion completion-styles).
12934 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12936         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
12937         abbrev (Bug#3943).
12939 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
12941         * progmodes/cperl-mode.el: Merge upstream 6.2.
12942         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
12943         (cperl-forward-re): Check cperl-brace-recursing.
12944         (cperl-highlight-charclass): New function.
12945         (cperl-find-pods-heres): Use it.
12946         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
12947         (cperl-beautify-regexp-piece): Fix column calculation.
12948         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
12949         (cperl-beautify-level): Don't process entire regexp.
12950         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
12951         calling man.
12952         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
12953         (cperl-init-faces): Build a list in the normal way.
12955 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12957         * calendar/parse-time.el (parse-time-string-chars): Save match
12958         data.
12960 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12962         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
12963         (sql-product): Use it.
12964         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
12965         (sql-set-product): Add completion.
12966         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
12967         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
12968         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
12969         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
12970         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
12971         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
12972         (sql-highlight-db2-keywords): Remove.
12973         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
12974         (sql-highlight-product): Use derived-mode-p.
12975         (sql-set-sqli-buffer): Use with-current-buffer.
12976         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
12977         Simplify.
12979         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
12981         * term.el: Fix commenting convention, turn comments into docstrings.
12983 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
12985         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
12987 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12989         * calendar/parse-time.el (parse-time-string-chars): Compute using
12990         character classes, to handle non-ascii characters (Bug#3190).
12992 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12994         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
12995         another heredoc if the user adds another < (Bug#3226).
12997         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12998         Don't initialize based on window-system (Bug#4124).
13000         * facemenu.el (facemenu-read-color): Use a completion function
13001         that accepts any defined color, such as RGB triplets (Bug#3677).
13003         * files.el (get-free-disk-space): Change fallback default
13004         directory to /.  Expand DIR argument before switching to fallback.
13005         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13007 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13009         * files.el (load-library): Doc fix.
13011 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
13013         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13014         (viper-if-string): Redefine C-s in the minibuffer to insert the last
13015         incremental search string.
13017         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13018         XEmacs.
13020         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13021         (ediff-merge-region-is-non-clash)
13022         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13023         Also check if the job is really a merge job.
13025         * ediff.el (ediff-current-file): New function.
13027 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13029         * progmodes/js.el: Edit docstrings throughout to follow Emacs
13030         conventions.
13031         (js-insert-and-indent): Delete function.
13032         (js-mode-map): Don't bind keys to js-insert-and-indent.
13033         (js-beginning-of-defun): Rename from js--beginning-of-defun.
13034         (js-end-of-defun): Rename from js--end-of-defun.
13035         (js-auto-indent-flag): Delete variable.
13037 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
13039         * progmodes/js.el: Remove proclaim statement.
13040         Defvar which-func-imenu-joiner-function to silence compiler.
13042         * files.el (auto-mode-alist): Use js-mode for .js files.
13044         * progmodes/js2-mode.el: Remove file.
13046         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13048         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13050         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13052 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
13053             Karl Landstrom  <karl.landstrom@brgeight.se>
13055         * progmodes/js.el: New file.
13057 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
13059         * timezone.el (timezone-parse-date): Add ability to understand ISO
13060         basic format (minimal separators) dates in addition to the
13061         already-supported extended format dates.
13063 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
13065         * international/ucs-normalize.el: Add a `coding' file variable.
13067         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13069 2009-08-14  Sam Steingold  <sds@gnu.org>
13071         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13073 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
13075         * faces.el (help-argument-name): Define it here instead of
13076         help-fns.el, because in daemon mode help-fns.el may be loaded when
13077         faces are still uninitialized (Bug#1078).
13079         * help-fns.el (help-argument-name): Move defface to faces.el.
13081 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
13083         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13084         create buffer with a pty but no process so that GDB can make the
13085         inferior the controlling process.
13087 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
13089         * international/ucs-normalize.el: New file.
13091 2009-08-13  Richard Stallman  <rms@gnu.org>
13093         * mail/rmail.el (rmail-get-attr-names):
13094         Accept an attribute header that is too short.
13096         * mail/rmail.el (rmail-forget-messages):
13097         Ignore nil elt in rmail-message-vector.  Use dotimes.
13099         * progmodes/compile.el (compilation-goto-locus):
13100         Use next-error-move-function.
13102         * simple.el (next-error-move-function): New variable.
13104 2009-08-12  Juri Linkov  <juri@jurta.org>
13106         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13107         always non-nil.  (Bug#4052)
13109         * replace.el (read-regexp): Return empty string when
13110         `default-value' is nil.
13111         (keep-lines-read-args): Don't use empty string as the
13112         default value for `read-regexp'.  (Bug#2495)
13114 2009-08-12  Juri Linkov  <juri@jurta.org>
13116         * international/mule-cmds.el (ucs-insert): Change arguments
13117         from `arg' to `character', `count', `inherit' to be the same
13118         as in `insert-char'.  Doc fix.  (Bug#4039)
13120         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13122 2009-08-12  Juri Linkov  <juri@jurta.org>
13124         * files-x.el: New file.
13126         * files.el: Move code that deals with adding/deleting
13127         file/directory-local variables to files-x.el.
13129         * Makefile.in (ELCFILES): Add files-x.elc.
13131 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
13133         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13134         to use `goto-line'.
13135         (gdb-place-breakpoints, gdb-get-location): Rewritten without
13136         `goto-line'.
13137         (gdb-invalidate-disassembly): Do not refresh upon receiving
13138         'update signal.  Instead, update all disassembly buffers only after
13139         threads list.
13140         (gdb): Send -target-detach when buffer is killed (Bug#3794).
13141         (gdb-starting): Moved -data-list-register-names...
13142         (gdb-stopped): ...here so it's sent when first thread stops.
13143         (gdb-registers-handler-custom): Do nothing if register names are
13144         unknown yet.
13146         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13147         from `gdb-mi.el' to avoid extra tangling.
13149         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13150         change which breaks `gud-def' definitions used in `gdb'.
13151         (gdb-update-gud-running): No extra fuss for updating frame number.
13153 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13155         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13156         (describe-language-environment-map, setup-language-environment-map)
13157         (set-coding-system-map): Move initialization into declaration.
13158         (set-language-info-alist): Last arg to define-key-after can be skipped.
13160         * international/quail.el (quail-completion-1): Simplify.
13161         (quail-define-rules): Use slightly more compact code.
13162         (quail-insert-decode-map): Propertize keys, compact columns.
13164         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13165         Add goto-line.
13167 2009-08-10  Miles Bader  <miles@gnu.org>
13169         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13170         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13171         (js2-instance-member, js2-private-member, js2-private-function-call)
13172         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13173         (js2-magic-paren, js2-external-variable):
13174         Remove "-face" suffix from face names.
13175         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13176         (js2-highlight-undeclared-vars, js2-peek-token)
13177         (js2-parse-function-params, js2-mode-show-errors)
13178         (js2-mode-show-warnings, js2-make-magic-delimiter)
13179         (js2-mode-highlight-magic-parens): Update to use new face names.
13181 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
13183         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
13184         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
13186 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
13188         * subr.el: Provide hashtable-print-readable.
13190         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
13191         hs-c-like-adjust-block-beginning.
13192         (hs-hide-block-at-point): Stop hiding at the beginning of
13193         hs-block-end-regexp (Bug#700).
13195 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
13197         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
13198         a macro.
13199         (gdb-registers-handler-custom): Do not fail when register names
13200         are unavailable.
13202 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13204         * progmodes/gdb-mi.el (gdb-control-all-threads)
13205         (gdb-control-current-thread): Interactive setters for
13206         `gdb-gud-control-all-threads' to use in menu.
13207         (gdb-show-run-p): Show «Go» when process is not active.
13208         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
13209         gud/thread.xpm and gud/all.xpm.
13211 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
13213         * net/net-utils.el (net-utils-font-lock-keywords): New var.
13214         (nslookup-font-lock-keywords): Make it a variable.
13215         (net-utils-mode): New mode for viewing diagnostic network output.
13216         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
13217         (net-utils-run-simple): New function.
13218         (ifconfig, iwconfig, netstat, arp, route): Use it.
13220 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13222         * progmodes/gdb-mi.el (gdb-read-memory-custom)
13223         (gdb-memory-set-address, def-gdb-set-positive-number)
13224         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
13225         after changing settings.
13226         (gdb-invalidate-disassembly): Update when first shown.
13227         (gdb-edit-locals-value): Fixed.
13228         (gdb-registers-handler-custom): Print registers in right order and
13229         allow changing register values (only for current thread yet).
13230         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
13231         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
13232         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
13233         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
13234         info in mode name.
13235         (gdb-registers-mode-map): TAB to switch to locals.
13237 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
13239         * mail/rmail.el (rmail-add-mbox-headers)
13240         (rmail-set-message-counters-counter): Search for
13241         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
13243 2009-08-08  Glenn Morris  <rgm@gnu.org>
13245         * Makefile.in (ELCFILES): Update.
13247 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13249         * mail/sendmail.el (mail-yank-original): Set
13250         buffer-file-coding-system from the one used by the message whose
13251         text is yanked.
13253         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
13254         to "windows" when "pgnuplot" is used.
13255         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
13256         call accept-process-output if "pgnuplot" is used.
13257         (calc-graph-init): Don't send -display and -geometry to
13258         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
13259         running "pgnuplot -V" with shell-command-to-string.
13261         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
13262         the default.
13264 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13266         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
13267         org/org-latex.elc.
13269 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
13271         * vc-dispatcher.el (vc-resynch-window): Update comment.
13273         * term.el (term-handle-ansi-escape): Add comments with the
13274         terminfo capabilities implemented.
13276 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
13278         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
13279         (gdb-var-create-handler): Rewritten using JSON parser.
13280         (gdb-propertize-header): Moved earlier.
13281         (gdb-set-header): Removed to avoid duplication.
13282         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
13283         Refresh disassembly buffers only after threads list have been
13284         update.
13285         (gdb-threads-header, gdb-registers-header): Per-buffer header line
13286         variables.
13288 2009-08-04  Juri Linkov  <juri@jurta.org>
13290         * files.el: Commands to add/delete file/directory-local variables.
13291         (read-file-local-variable, read-file-local-variable-value)
13292         (read-file-local-variable-mode, modify-file-local-variable)
13293         (modify-file-local-variable-prop-line)
13294         (modify-dir-local-variable): New functions.
13295         (add-file-local-variable, delete-file-local-variable)
13296         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
13297         (add-dir-local-variable, delete-dir-local-variable)
13298         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
13299         (copy-dir-locals-to-file-locals-prop-line): New commands.
13301 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
13303         * abbrev.el (insert-abbrev-table-description): Prettify output.
13304         Suggested by Karl Chen.
13306 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
13308         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
13309         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
13310         (gdb-overlay-arrow-position, gdb-thread-position)
13311         (gdb-disassembly-position): Declare variables.
13312         (gdb-wait-for-pending): Function now.
13313         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
13314         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
13315         compilation goes smoothly.
13316         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
13317         (gdb-non-stop-setting): New customization setting which replaces
13318         `gdb-non-stop' so changing it doesn't break active GDB session.
13319         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
13320         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
13321         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
13322         (gdb-show-threads-by-default): New customization options.
13323         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
13324         routines.
13325         (gdb-get-buffer-create): Send buffers update signal when they are
13326         created.
13327         (gdb-invalidate-locals, gdb-invalidate-registers)
13328         (gdb-invalidate-breakpoints)
13329         (gdb-invalidate-threads, gdb-invalidate-disassembly)
13330         (gdb-invalidate-memory): Accept update signal.
13331         (gdb-current-context-command): Use --frame option.
13332         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
13333         Implement `gdb-frame-number' selection logic.
13334         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
13335         whether to show GUD toolbar buttons.
13336         (gdb-thread-exited): Unselect current thread when it exits.
13337         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
13338         (gdb-mark-line): Routine which sets overlay arrow or inverses
13339         video on fringeless displays.
13340         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
13341         to build aligned columns of data in GDB buffers and set text
13342         properties line-by-line.
13343         (gdb-invalidate-breakpoints)
13344         (gdb-breakpoints-list-handler-custom)
13345         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
13346         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
13347         (gdb-registers-handler-custom): Align data columns.
13348         (gdb-locals-handler-custom): Now prints data like in variable
13349         declarations.
13350         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
13351         Removed confusing buttons.
13352         (gdb-invalidate-threads): Append --frame.
13353         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
13354         between breakpoints/threads buffers.
13355         (gdb-set-window-buffer): Now can ignore dedicated windows.
13356         (gdb-propertize-header): Use `gdb-set-window-buffer'.
13357         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
13358         (def-gdb-thread-buffer-gud-command): Replaces
13359         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
13360         for fine thread control.
13361         (gdb-preempt-existing-or-display-buffer): New function used to
13362         display bound buffers without breaking window layout.
13363         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
13364         (gdb-select-frame): New version of `gdb-frames-select' which now
13365         sets `gdb-frame-number' so commands may use --frame option instead
13366         of inner debugger state.
13367         (gdb-frame-handler): Do not set `gdb-frame-number'.
13368         (gdb-threads-mode-map): Select threads with mouse.
13370         * progmodes/gud.el (gdb-gud-context-call): Declare function to
13371         avoid compilation warning.
13372         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
13373         `gdb-show-stop-p`.
13375         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
13376         Argument `key' renamed to `buffer-type'.
13377         (gdb-current-context-buffer-name): Do not add thread info to
13378         buffer name when no thread is selected.
13379         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
13380         command (bug 3794).
13381         (gdb-thread-selected): Handle `=thread-selected' notification.
13382         (gdb-wait-for-pending): New macro to deal with congestion problems.
13383         (gdb-breakpoints-list-handler-custom): Don't fail on pending
13384         breakpoints.
13385         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
13386         This fixes problem similar to one described in bug 3947.
13387         (gud-menu-map): More menu items.
13388         (gdb-init-1): Reset `gdb-thread-number' to nil.
13390         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
13391         non-stop settings.
13393         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
13394         (gdb-current-context-command): Do not append --thread if
13395         `gdb-thread-number' is nil.
13396         (gdb-running-threads-count, gdb-stopped-threads-count): New
13397         variables.
13398         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
13399         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
13400         customization options.
13401         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
13402         GUD commands.
13403         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
13404         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
13405         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
13406         set `gdb-thread-number' and update `gud-running' properly.
13407         (gdb-running): Update threads list when new threads appear.
13408         (gdb-stopped): Support non-stop operation and new thread switching
13409         logic.
13410         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
13411         (gdb-json-partial-output): New set of JSON routines.
13412         (def-gdb-auto-update-trigger): New `signal-list' optional
13413         argument.
13414         (gdb-thread-list-handler-custom): Update `gud-running',
13415         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
13416         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
13417         (gdb-continue-thread, gdb-step-thread): New commands for fine
13418         thread execution control.
13419         (gud-menu-map): New menu items to switch non-stop options.
13420         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
13421         (gdb-send): Mimic RET properly (bug 3794).
13423         * progmodes/gdb-mi.el (gdb-rules-name-maker)
13424         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
13425         gdb-buffer-rules.
13426         (def-gdb-auto-update-handler): New nopreserve optional argument.
13427         (gdb-stack-list-frames-custom): Print stack from top to bottom.
13429         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
13430         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
13431         (gdb-parent-mode): New mode to derive other GDB modes from.
13432         (gdb-display-disassembly-for-thread)
13433         (gdb-frame-disassembly-for-thread): New commands for threads
13434         buffer.
13436         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
13437         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
13438         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
13439         (gdb-update): We now store all GDB buffers in a list so that they
13440         can be updated by traversing a list instead of calling invalidate
13441         triggers explicitly.
13442         (def-gdb-trigger-and-handler): New macro to define trigger-handler
13443         pair for GDB buffer.
13444         (gdb-stack-buffer-name): Add thread information.
13445         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
13446         handle pending triggers.
13447         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
13448         (def-gdb-thread-buffer-simple-command)
13449         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
13450         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
13451         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
13452         New commands which show buffers bound to thread.
13453         (gdb-stack-list-locals-regexp): Removed unused regexp.
13455         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
13456         (gdb-locals-buffer-name, gdb-registers-buffer-name)
13457         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
13458         to (gud-comint-buffer) in *-buffer-name functions
13459         because (gdb-get-target-string) already does that.
13460         (gdb-locals-handler-custom, gdb-registers-handler-custom)
13461         (gdb-changed-registers-handler): Rewritten without regexps.
13463         * progmodes/gdb-mi.el: Basic thread selection support.
13464         (gdb-thread-number): New variable.
13465         (gdb-current-context-command): New macro which adds --thread
13466         option to command.
13467         (gdb-threads-mode-map): Select thread with SPC.
13468         (gdb-thread-list-handler-custom): Mark current thread with overlay
13469         arrow.  Synchronize GDB thread and Emacs thread.
13470         (gdb-select-thread): New command which selects current thread.
13471         (gdb-invalidate-frames, gdb-invalidate-locals)
13472         (gdb-invalidate-registers): Use --thread option.
13474 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
13476         * net/tramp.el (top): Make check for tramp-gvfs loading more
13477         robust.  (Bug#3977)
13478         (tramp-handle-insert-file-contents): `unwind-protect' must be
13479         inside `with-parsed-tramp-file-name'.
13481         * net/tramp-gvfs.el (top): Remove superfluous message when loading
13482         fails.
13484 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
13486         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
13487         directory if CLASSPATH is not set.
13489 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
13491         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
13492         New defconst.
13493         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
13495 2009-08-02  Kevin Ryde  <user42@zip.com.au>
13497         * net/newst-backend.el (newsticker--raw-url-list-defaults):
13498         Update freshmeat link.  Delete newsforge.com as it seems gone.
13500 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
13502         * select.el (x-set-selection): Doc fix (Bug#4021).
13504         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
13506         * help-fns.el (describe-variable): Treat list return values from
13507         dir-locals-find-file properly (Bug#4005).
13509 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
13511         * net/tramp.el (tramp-debug-message): Print also microseconds.
13513 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
13515         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
13516         or END is non-nil.
13517         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
13518         (tramp-get-debug-buffer): Change `outline-regexp' according to new
13519         format.
13521         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
13522         (tramp-get-file-property): Use it.
13524         * autorevert.el (auto-revert-handler): Allow
13525         `auto-revert-tail-mode' for remote files.
13527 2009-08-02  Jason Rumney  <jasonr@gnu.org>
13529         * minibuffer.el (read-file-name): Treat confirm options to
13530         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
13532 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
13534         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
13535         (font-lock-variable-name-face, font-lock-constant-face): Darken
13536         the colors for light backgrounds.
13538 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
13540         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
13541         month names.  (Bug#3987)
13543 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
13545         * simple.el (line-move-finish): Pass whole number to
13546         line-move-to-column.
13547         (line-move-visual): Perform hscroll to the recorded position.
13549 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
13551         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
13553 2009-07-29  Alan Mackenzie  <acm@muc.de>
13555         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
13557 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
13559         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
13560         (gdb-place-breakpoints): Use full path when setting breakpoints.
13562 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
13564         * calc/calc.el (calc-mode-map): Add keybinding for
13565         `calc-transpose-lines'.
13567 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
13569         * calc/calc-misc.el (calc-transpose-lines): New function.
13571 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
13573         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
13574         Simplify check for out-of-band methods.
13575         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
13576         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
13578 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
13580         * vc-git.el (vc-git-checkin): Fix typo.
13582 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
13584         * progmodes/js2-mode.el: New file.
13586 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
13588         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
13589         (gud-menu-map): Adjust tooltip accordingly.
13591 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
13593         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
13594         (vc-bzr-log-view-mode): Adjust log-view-file-re.
13596         * add-log.el (change-log-mode-map): Add a menu.
13598 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
13600         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
13601         function returns nil.
13602         (dbus-handle-event): Handle special return value :ignore.
13603         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
13605 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
13607         * view.el (view-mode-enable): Don't define Helper-return-blurb if
13608         it's not needed.
13610 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
13612         Fix Bug#3888:
13614         * w32-vars.el (x-select-enable-clipboard): Doc fix.
13616         * term/pc-win.el (x-display-name, x-colors)
13617         (x-select-enable-clipboard, x-select-text): Doc fix.
13619         * term/common-win.el (x-display-name, x-colors): Doc fix.
13621         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
13622         (xw-defined-colors): Doc fix.
13624         * w32-fns.el (x-select-text, x-setup-function-keys)
13625         (x-get-selection, x-set-selection): Doc fix.
13627         * term/x-win.el (x-select-text, x-setup-function-keys)
13628         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
13630         * select.el (x-set-selection): Doc fix.
13632 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
13634         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
13635         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
13636         "IsNSSSupportAvailable" method is not available.  Reported by
13637         Steve Youngs <steve@sxemacs.org>.
13639 2009-07-24  Kenichi Handa  <handa@m17n.org>
13641         * international/characters.el: Fix setting of category ?C, ?|, ?K,
13642         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
13643         (build-unicode-category-table): Fix range checks.
13645 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
13647         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
13648         the buffer we try to sync is current when calling
13649         vc-resynch-buffer.
13651         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
13652         not show up to date files.
13654 2009-07-24  Glenn Morris  <rgm@gnu.org>
13656         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
13657         Add autoload cookies.  If necessary, initialize.
13658         (elint-log): Handle non-file buffers.
13659         (elint-initialize): Add optional argument to reinitialize.
13660         (elint-find-builtin-variables): Save excursion.
13662 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
13664         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13665         for Lint.
13667 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
13669         * vc.el (vc-print-log-internal): New function, split out from ...
13670         (vc-print-log): ... here.
13671         (vc-dir-move-to-goal-column): Declare.
13673         * vc-git.el (vc-git-add-signoff): New variable.
13674         (vc-git-checkin): Use it.
13675         (vc-git-toggle-signoff): New function.
13676         (vc-git-extra-menu-map): Bind it to menu.
13677         (vc-git--run-command-string): Accept a nil FILE argument.
13678         (vc-git-stash-list): New function.
13679         (vc-git-dir-extra-headers): Use it.
13681 2009-07-23  Glenn Morris  <rgm@gnu.org>
13683         * help-fns.el (describe-variable): Describe ignored and risky local
13684         variables in a similar way to that in which we describe safe ones.
13686         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
13687         (byte-compile-output-file-form, byte-compile-output-docform)
13688         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
13689         Give some more local variables with common names a "bytecomp-" prefix,
13690         so as not to shadow things during compilation.
13691         * emacs-lisp/cl-macs.el (load-time-value)
13692         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
13693         `outbuffer' to `bytecomp-outbuffer'.
13695         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
13696         since the next two variables cover them automatically now.
13697         (elint-builtin-variables, elint-autoloaded-variables): New.
13698         (elint-unknown-builtin-args): Remove all members, since they can be
13699         parsed automatically now.
13700         (elint-extra-errors): New.
13701         (elint-env-add-env, elint-env-add-macro): Use cadr.
13702         (elint-current-buffer): Use or.  Change final message.
13703         (elint-get-top-forms): Use line-end-position.
13704         (elint-init-env): Use cadr.  Handle autoload, declare-function,
13705         and defalias.
13706         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
13707         (regexp-assoc): Remove unused function.
13708         (elint-top-form): Set elint-current-pos, to record the start of the
13709         top-level form, for compilation-mode.
13710         (elint-form): Trap errors in macro expansion.  Use dolist.
13711         (elint-unbound-variable): Use elint-builtin-variables and
13712         elint-autoloaded-variables.
13713         (elint-get-args): Use cadr, or.
13714         (elint-check-cond-form): Use dolist, cadr.
13715         (elint-check-condition-case-form): Doc fix.  Use cadr.
13716         Use elint-extra-errors.
13717         (elint-log): New function.
13718         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
13719         Distinguish errors and warnings.
13720         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
13721         Use a bytecomp-style format.
13722         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
13723         (elint-get-log-buffer): Use compilation mode.  Disable undo.
13724         Don't truncate lines.
13725         (elint-initialize): Set builtin and autoloaded variable lists.
13726         Only process elint-unknown-builtin-args if non-nil.
13727         (elint-find-builtin-variables, elint-find-autoloaded-variables):
13728         New functions.
13729         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
13731 2009-07-22  Kevin Ryde  <user42@zip.com.au>
13733         * net/newst-backend.el (newsticker--parse-atom-1.0)
13734         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
13735         (newsticker--parse-rss-1.0):
13736         * progmodes/idlwave.el (idlwave-mode):
13737         * progmodes/idlw-shell.el (idlwave-shell-mode):
13738         * progmodes/vera-mode.el (vera-mode):
13739         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
13740         * progmodes/vhdl-mode.el (vhdl-mode):
13741         * textmodes/table.el (table-generate-source)
13742         (table--warn-incompatibility):
13743         Hyperlink urls in docstrings with URL `...'.
13745 2009-07-22  Glenn Morris  <rgm@gnu.org>
13747         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
13748         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
13749         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
13750         Remove leading * from defcustom docs.
13752         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
13754         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
13755         defcustom doc.
13756         (list-load-path-shadows): Optionally, just return shadows as a string.
13758         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
13760 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
13762         * mail/rmailedit.el (rmail-edit-mode): Use
13763         auto-save-include-big-deletions.
13765         * mail/rmail.el (rmail-variables): Use
13766         auto-save-include-big-deletions.
13768         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
13769         changes.
13771 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
13773         * calc/calc.el (calc-undo-length): New variable.
13774         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
13776 2009-07-21  Richard Stallman  <rms@gnu.org>
13778         * files.el (auto-save-mode): Handle buffer-save-size = -2
13779         for toggling mode.
13781 2009-07-21  Glenn Morris  <rgm@gnu.org>
13783         * textmodes/ispell.el (ispell-looking-back): Update declaration.
13785         * calendar/todo-mode.el (calendar-current-date): Update declaration.
13787         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
13788         silence compiler.  Instead...
13789         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
13790         (ps-print-ensure-fontified): Update for above function name changes.
13792         * printing.el (pr-mh-get-msg-num, pr-mh-show)
13793         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
13794         silence compiler.  Instead...
13795         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
13796         (mh-show-buffer): Only define for compiler.
13797         (pr-mh-current-message): Update for above function name changes.
13799         * files.el (abort-if-file-too-large): Explicitly pass `filename'
13800         as an argument.
13801         (find-file-noselect, insert-file-1): Update for above change.
13803         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
13805         * mail/mailclient.el (mailclient-send-it): Fix message.
13807         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
13808         (edebug-eval): Check cl-debug-env is bound.
13809         (print-level, print-circle): Don't redefine built-in variables.
13811         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
13812         (custom-print-vectors): Remove old comments from doc.
13814         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
13815         (emerge-version): Make the variable an obsolete alias for the
13816         emacs-version variable.  Make the function obsolete.
13817         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
13818         Emerge options, rather than merging in into the main Options menu.
13819         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
13820         and auto advance modes.  Disable edit/fast items when not relevant.
13822 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
13824         * term/vt420.el (terminal-init-vt420): Fix typo.
13826 2009-07-20  Sam Steingold  <sds@gnu.org>
13828         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
13829         variable (removed from compile.el on 2004-03-11).
13831 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
13833         * files.el (hack-local-variables-filter): Fix last change.
13835 2009-07-19  Juri Linkov  <juri@jurta.org>
13837         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
13838         (dir-local-variables-alist): New buffer-local variable.
13839         (hack-local-variables-filter): If variable is not dir-local,
13840         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
13841         because file-local overrides dir-local.
13842         (c-postprocess-file-styles) <declare-function>:
13843         Remove obsolete declaration.
13844         (hack-dir-local-variables): Add dir-local variable/value pair to
13845         `dir-local-variables-alist' and remove duplicates.  Doc fix.
13847         * help-fns.el (describe-variable): Add information about
13848         file-local and dir-local variables.
13850 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
13852         * files.el (hack-local-variables-filter): Rewrite.
13854 2009-07-19  Glenn Morris  <rgm@gnu.org>
13856         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
13857         Silence compiler by only defining on XEmacs.
13859         * international/mule.el (auto-coding-regexp-alist): Only match
13860         BABYL... at the start of buffer, not of lines.  (Bug#3790)
13862         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
13863         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
13864         (cal-menu-context-mouse-menu): Doc fix.
13866         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
13868         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
13870 2009-07-18  Juri Linkov  <juri@jurta.org>
13872         * info.el: Virtual Info keyword finder.
13873         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
13874         (Info-finder-file): New variable.
13875         (Info-finder-find-file): New function.
13876         (finder-known-keywords, finder-package-info)
13877         (find-library-name, lm-commentary): Use defvar and
13878         declare-function to silence compiler warnings.
13879         (Info-finder-find-node): New function.
13880         (info-finder): New command.
13882         * subr.el (process-kill-buffer-query-function): New function.
13883         (add-hook)<kill-buffer-query-functions>: Add hook
13884         `process-kill-buffer-query-function'.
13886 2009-07-18  Alan Mackenzie  <acm@muc.de>
13888         * progmodes/cc-mode.el (c-before-hack-hook)
13889         (c-postprocess-file-styles): Give invocation of `c-set-style'
13890         DONT-OVERRIDE parameter of t.  Already set style variables will
13891         thus not be overridden by style settings given by `c-file-syle'.
13893         * files.el (hack-local-variables-filter): Remove entries with
13894         duplicate keys from `file-local-variables-alist'.
13896 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
13898         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
13899         x-set-selection if display-selections-p returns nil for the
13900         current frame.
13902 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
13904         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
13906 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
13908         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
13909         Accept nil in addition to a regexp.
13910         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
13911         Accept nil in addition to a regexp.
13912         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
13913         buffers that have an associated file.  Handle nil values of
13914         desktop-buffers-not-to-save and desktop-files-not-to-save.
13915         (Bug#3833)
13917         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13918         (x-disown-selection-internal): New functions.
13920 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
13922         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
13923         warning.
13924         (gdb-breakpoints-header): Move forward to avoid compiler warning.
13925         (gdb-make-header-line-mouse-map): Remove duplicate definition.
13927 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
13929         * simple.el (set-mark): Revert last change.
13931 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
13933         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
13934         rendering of pngs is not possible instead of messaging a long
13935         description.
13937 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
13939         * w32-fns.el (x-selection-owner-p): New function.
13941         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
13942         (mouse-yank-at-click, mouse-yank-primary): If
13943         select-active-regions is non-nil, deactivate the mark before
13944         insertion.
13946         * simple.el (deactivate-mark, set-mark): Only save selection if we
13947         own it.
13949 2009-07-17  Kenichi Handa  <handa@m17n.org>
13951         * case-table.el (describe-buffer-case-table): Fix for the case
13952         that KEY is a cons.
13954 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
13956         * vc-rcs.el (vc-rcs-find-file-hook):
13957         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
13959 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
13961         * net/tramp.el (tramp-wait-for-output): Handle the case when
13962         commands do not return a newline but a null byte before the shell
13963         prompt.  (Bug#3858)
13965 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13967         * term/ns-win.el (ns-set-alpha): Don't declare.
13968         (ns-set-background-alpha): Remove function.
13970 2009-07-16  Kevin Ryde  <user42@zip.com.au>
13972         * emacs-lisp/copyright.el (copyright-update): Save match-data across
13973         y-or-n-p, for safety.
13975 2009-07-16  Richard Stallman  <rms@gnu.org>
13977         * files.el (auto-save-mode): If buffer-saved-size is -2,
13978         don't clobber it.
13980         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
13981         (rmail-retry-ignored-headers): Add more uninteresting fields.
13983 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
13985         * net/rcirc.el (rcirc): Use history variables.
13986         (rcirc-server-name-history, rcirc-nick-name-history)
13987         (rcirc-server-port-history): New variables.
13989 2009-07-15  Kenichi Handa  <handa@m17n.org>
13991         * international/mule-cmds.el (set-language-environment-charset):
13992         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
13993         ignore them.
13995         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
13996         Delete unibyte-display.
13998 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14000         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14002 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14004         * simple.el (deactivate-mark): Optional argument FORCE.
14005         (set-mark): Use deactivate-mark.
14007         * info.el (Info-search): No need to check transient-mark-mode
14008         before calling deactivate-mark.
14010         * select.el (x-set-selection): Doc fix.
14011         (x-valid-simple-selection-p): Allow buffer values.
14012         (xselect--selection-bounds): Handle buffer values.  Suggested by
14013         David De La Harpe Golden.
14015         * mouse.el (mouse-set-region, mouse-drag-track): Call
14016         copy-region-as-kill before setting the mark, to let
14017         select-active-regions work.
14019 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
14021         * simple.el (deactivate-mark): If select-active-regions is
14022         non-nil, copy the selection data into a string.
14023         (activate-mark): If select-active-regions is non-nil, set the
14024         selection to the current buffer.
14025         (set-mark): Update selection if select-active-regions is non-nil.
14027         * select.el (x-valid-simple-selection-p): Allow buffer values.
14029 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14031         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14032         and more featureful message-mode.
14034 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
14036         * select.el (x-set-selection): Doc fix.
14037         (x-valid-simple-selection-p): Disallow selection data consisting
14038         of a list or cons of integers, since that is not used.
14039         (xselect--selection-bounds, xselect--int-to-cons): New functions.
14040         (xselect-convert-to-string, xselect-convert-to-length)
14041         (xselect-convert-to-filename, xselect-convert-to-charpos)
14042         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14044 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
14046         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14047         output in -break-info command (Emacs bug #3794).
14049 2009-07-14  Glenn Morris  <rgm@gnu.org>
14051         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14052         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14053         (edebug-print-length, edebug-print-level, edebug-print-circle)
14054         (edebug-sit-for-seconds, edebug-view-outside)
14055         (edebug-bounce-point, edebug-set-global-break-condition)
14056         (edebug-Go-nonstop-mode, edebug-trace-mode)
14057         (edebug-Trace-fast-mode, edebug-continue-mode)
14058         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14059         (edebug-visit-eval-list): Doc fixes.
14061         * subr.el (def-edebug-spec): Doc fix.
14063 2009-07-14  Kenichi Handa  <handa@m17n.org>
14065         * international/characters.el: Fix setting of category ?C.
14067 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
14069         * term/ns-win.el (x-select-font): defalias x-select-font to
14070         ns-popup-font-panel instead of generate-fontset-menu.
14072 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
14074         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
14076 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
14078         * arc-mode.el (archive-find-type): Allow for a PK00 string before
14079         the PK\003\004 header (Bug#3770).
14081 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
14083         * pcomplete.el (pcomplete-comint-setup): Check for
14084         shell-dynamic-complete-filename too.
14086 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
14088         * simple.el (temporary-goal-column): Change the value for
14089         line-move-visual to a cons cell.
14090         (line-move-visual): Record or set the window hscroll, if
14091         necessary (Bug#3494).
14092         (line-move-1): Handle cons value of temporary-goal-column.
14094 2009-07-11  Kenichi Handa  <handa@m17n.org>
14096         * international/mule-diag.el (describe-character-set): Don't show
14097         width.
14099 2009-07-10  Sam Steingold  <sds@gnu.org>
14101         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14102         Omake sometimes indents the errors it prints, so allow all
14103         regexps to start with spaces.
14105 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
14107         * cus-edit.el (customize-changed-options-previous-release):
14108         Bump value to 22.1.  (Bug#3804)
14110 2009-07-08  Sam Steingold  <sds@gnu.org>
14112         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14113         to be a cons cell (test . ignored-directory) to selectively ignore
14114         some directories depending on the location of the search.
14116 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
14118         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14119         remote user is root, on the local host.
14120         (tramp-local-host-p): Either the local user or the remote user
14121         must be root.  (Bug#3771)
14123 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14125         * progmodes/gdb-mi.el (gdb): Remove description of
14126         gdb-use-separate-io-buffer.
14127         (menu): Don't allow toggling of or enable
14128         gdb-use-separate-io-buffer from menubar.
14130 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
14132         * mail/unrmail.el (unrmail): Make sure the message ends with two
14133         newlines (Bug#3769).
14135 2009-07-08  Glenn Morris  <rgm@gnu.org>
14137         * calendar/calendar.el (calendar-current-date): Rework previous change.
14139 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
14141         * calendar/calendar.el (calendar-current-date):
14142         Add an optional argument giving an offset from today.
14144 2009-07-08  Glenn Morris  <rgm@gnu.org>
14146         * tutorial.el (tutorial--describe-nonstandard-key):
14147         Adjust the message for when a key has been unbound.
14148         (help-with-tutorial): Hide the arch-tag.
14150 2009-07-08  Kenichi Handa  <handa@m17n.org>
14152         * international/fontset.el (setup-default-fontset): For each
14153         script, append (not set) font-specs.
14155         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14156         docstring.
14158 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14160         * progmodes/gdb-mi.el (gdb-init-1): Move sending
14161         -data-list-register-names to ...
14162         (gdb-starting): ... here because GDB 7.0 requires execution to
14163         have started when using this MI command.
14164         (gdb-set-header): New function to distinguish select and
14165         unselected tabs in gdb buffers.
14166         (gdb-propertize-header): New macro that uses gdb-set-header.
14167         (gdb-breakpoints-header, gdb-locals-header): Use it.
14168         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14170 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
14172         * Makefile.in (ELCFILES): Remove fadr.elc.
14174 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
14176         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14177         may contain frame information, so `string-match' should be used.
14178         (gdb-update): Disassembly is invalidated through
14179         `gdb-get-selected-frame'.
14180         (gdb-pad-string): New function to pad string with spaces.
14181         (gdb-invalidate-disassembly): Invalidate only if the buffer
14182         exists.
14183         (gdb-disassembly-handler-custom): Column alignment.
14184         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
14185         placing new ones.
14186         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
14187         end of line, too.
14188         (gdb-frame-handler): Match convention to for disassembly buffer
14189         mode name.
14190         (gdb-stack-list-frames-handler): Rewritten without regexps.
14191         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
14192         not highlight breakpoints without line information.
14193         (gdb-input): Add trailing newline to command.
14195         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
14196         buffer properly.
14197         (gdb-breakpoints-list-handler-custom): Replacement for
14198         `gdb-break-list-handler'.  Using real parser instead of regexps
14199         now.
14200         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
14201         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
14202         to place breakpoints.
14203         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
14204         functions.
14205         (gdb-disassembly-handler-custom): Show overlay arrow.
14206         (gdb-disassembly-place-breakpoints): Show breakpoints in
14207         disassembly buffer.
14208         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14209         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
14210         instead of parsing breakpoints buffer.  Fixed old menu references
14211         in `gud-menu-map'.
14213         * fadr.el: Remove.
14215         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
14216         (gdb-memory-address): New variable which holds top address of
14217         memory page shown in memory buffer.
14218         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
14219         customization variables.
14220         New functions:
14221         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
14222         display the memory buffer.
14223         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
14224         buffer display parameters.
14225         (def-gdb-memory-format, gdb-memory-format-binary)
14226         (gdb-memory-format-octal, gdb-memory-format-unsigned)
14227         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
14228         Functions for setting memory buffer format.
14229         (gdb-memory-unit-word, gdb-memory-unit-halfword)
14230         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
14231         unit size used in memory buffer.
14232         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
14233         to next/previous page of memory buffer.
14234         Now using (bindat-get-field) instead of fadr functions.
14236 2009-07-07  Sam Steingold  <sds@gnu.org>
14238         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
14239         non-top-level files.
14241 2009-07-07  Kenichi Handa  <handa@m17n.org>
14243         * international/mule-cmds.el (reset-language-environment): Put
14244         the highset priority to the charset iso-8859-1.
14246 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14248         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
14249         to the end of the line when locating the block (Bug#700).
14251 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
14253         * net/tramp.el (tramp-handle-write-region): Flush file properties
14254         in case of short track.
14256 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
14258         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
14259         Coded custom representation of verilog error regular expressions
14260         to work with Emacs-22's new format.
14261         (verilog-error-regexp-xemacs-alist): Coded custom representation
14262         of verilog error regular expressions to work with XEmacs format.
14263         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
14264         error recognition into XEmacs.
14265         (verilog-error-regexp-add-emacs): Hook routine to install verilog
14266         error recognition into Emacs-22.
14268 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14270         * woman.el: Remove stand-alone closing parentheses.
14271         (woman-file-name, woman2-format-paragraphs)
14272         (woman-leave-blank-lines): Code cleanup.
14273         (woman-use-own-frame): Change default to nil.
14274         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
14275         defaults to inherit from default faces.
14276         (woman2-process-escapes): Consume the newline after a stand-alone
14277         filler character (Bug#3651).
14279 2009-07-06  Glenn Morris  <rgm@gnu.org>
14281         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
14282         (top-level): Move provide to the end.
14283         (ffap): Remove defunct URL from custom group.
14285         * subr.el (eval-after-load): Doc fix.
14287 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
14289         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
14290         `calc-embedded-word' is called twice.
14292 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14294         * files.el (find-alternate-file-other-window, find-alternate-file):
14295         Obey confirm-nonexistent-file-or-buffer.
14297 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
14299         * dired-aux.el (dired-show-file-type): Handle remote files.
14301 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
14303         * desktop.el (desktop-globals-to-save):
14304         Add file-name-history (Bug#2750).
14306 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
14308         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
14310 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
14312         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
14313         property on entire argument since this is what eshell-lisp-command
14314         expects.
14316 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
14318         * net/tramp-gvfs.el (tramp-gvfs-methods)
14319         (tramp-gvfs-zeroconf-domain)
14320         (tramp-bluez-discover-devices-timeout): Add version flag.
14321         (tramp-gvfs-handler-mounted-unmounted)
14322         (tramp-gvfs-connection-mounted-p): Polish handling of
14323         incompatibilities between GVFS 0.2 and 1.0.
14325 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
14327         * cus-start.el (all): Add make-pointer-invisible.
14329 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
14331         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
14332         formatted correctly.
14334 2009-07-02  Juri Linkov  <juri@jurta.org>
14336         * info.el: Virtual Info files and nodes.
14337         (Info-virtual-files, Info-virtual-nodes): New variables.
14338         (Info-current-node-virtual): New variable.
14339         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
14340         New functions.
14341         (Info-file-supports-index-cookies): Use Info-virtual-file-p
14342         to check for a virtual file instead of checking a fixed list
14343         of node names.
14344         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
14345         instead of ad-hoc processing of "dir" and (apropos history toc).
14346         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
14347         instead of ad-hoc processing of "dir" and (apropos history toc).
14348         Reread a file when moving from a virtual node.
14349         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
14350         (Info-directory-toc-nodes, Info-directory-find-file)
14351         (Info-directory-find-node): New functions.
14352         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
14353         (Info-history): Move part of code to
14354         `Info-history-find-node'.
14355         (Info-history-toc-nodes, Info-history-find-file)
14356         (Info-history-find-node): New functions.
14357         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
14358         (Info-toc): Move part of code to `Info-toc-find-node'.
14359         (Info-toc-find-node): New function.
14360         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
14361         the current Info file name to references because now the node
14362         "*TOC*" belongs to the same Info manual.
14363         (Info-toc-build): Rename from `Info-build-toc'.
14364         (Info-toc-nodes): Rename input argument `file' to `filename'.
14365         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
14366         instead of ad-hoc processing of ("dir" apropos history toc).
14367         (Info-index-nodes): Use Info-virtual-file-p
14368         to check for a virtual file instead of checking a fixed list
14369         of node names.
14370         (Info-index-node): Add check for `Info-current-node-virtual'.
14371         Raise `save-match-data' higher up the tree to contain
14372         `search-forward' too (bug fix).
14373         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
14374         (Info-virtual-index-nodes): New variable.
14375         (Info-virtual-index-find-node, Info-virtual-index): New functions.
14376         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
14377         (Info-apropos-file, Info-apropos-nodes): New variables.
14378         (Info-apropos-toc-nodes, Info-apropos-find-file)
14379         (Info-apropos-find-node, Info-apropos-matches): New functions.
14380         (info-apropos): Move part of code to `Info-apropos-find-node' and
14381         `Info-apropos-matches'.
14382         (Info-mode-map): Bind "I" to `Info-virtual-index'.
14383         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
14384         for a virtual file instead of checking a fixed list of node names.
14386         * simple.el (async-shell-command): New command.
14388         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
14390         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
14391         instead of `mount-info'.
14393 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
14395         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
14396         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
14398 2009-07-02  Kenichi Handa  <handa@m17n.org>
14400         * international/mule.el (set-keyboard-coding-system): Force *-unix
14401         coding-system to avoid eol conversion.
14403 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
14405         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
14406         Add handler for `process-file', `shell-command' and
14407         `start-file-process'.
14408         (tramp-gvfs-handle-shell-command)
14409         (tramp-gvfs-handle-start-file-process)
14410         (tramp-gvfs-handle-process-file): New defuns.
14411         (tramp-synce-list-devices): Simplify check for existence of property.
14413 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
14415         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
14417 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
14419         * language/korean.el (set-language-info-alist): Add korean-cp949,
14420         cp949 to spec.
14422 2009-07-01  Kenichi Handa  <handa@m17n.org>
14424         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
14426         * international/encoded-kb.el: Deleted.
14428         * international/mule.el (set-keyboard-coding-system): Perform the
14429         necessary setup here instead of calling encoded-kbd-setup-display.
14431 2009-07-01  Glenn Morris  <rgm@gnu.org>
14433         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
14435 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
14437         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
14439 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
14441         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
14442         Handle also the 'rename case, when setting file modes.  (Bug#3712)
14443         (tramp-default-file-modes): Remove execute permissions.
14445         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
14446         (top): Add a default for "synce" in `tramp-default-user-alist'.
14447         Add completion function for "synce" method.
14448         (tramp-hal-service, tramp-hal-path-manager)
14449         (tramp-hal-interface-manager, tramp-hal-interface-device):
14450         New defconst.
14451         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
14452         (tramp-synce-list-devices, tramp-synce-parse-device-names):
14453         New defuns.
14455         * net/trampver.el: Update release number.
14457 2009-06-30  Kenichi Handa  <handa@m17n.org>
14459         * international/fontset.el (setup-default-fontset): Add CJK fonts
14460         for symbols and the other miscellaneous characters.
14462         * language/korea-util.el (setup-korean-environment-internal):
14463         Make char-width-table suitable for Korean environments.
14464         (exit-korean-environment): Cancel above.
14466         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
14467         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
14468         setup-function to make char-width-table suitable for respective
14469         environments, and an exit-function to cancel that.
14471         * language/japan-util.el (setup-japanese-environment-internal):
14472         Call use-cjk-char-width-table with arg `ja_JP'.
14474         * international/characters.el (cjk-char-width-table): Delete it.
14475         (cjk-char-width-table-list): New variable.
14476         (use-cjk-char-width-table): New arg local-name.
14477         (use-default-char-width-table): Fix for the case that Emacs is
14478         already using the default char-width-table.
14480 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
14482         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
14483         modes mandatory.  (Bug#3712)
14485 2009-06-29  Alan Mackenzie  <acm@muc.de>
14487         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
14488         correction between the visible width of TABs and their number of bytes.
14490 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
14492         * server.el (server-buffer-done): Prevent kill-buffer from
14493         prompting by clearing the buffer modification flag (Bug#3696).
14495 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
14497         * progmodes/verilog-mode.el (verilog-beg-of-statement)
14498         (verilog-endcomment-reason-re): Support unique case and priority case.
14499         (verilog-basic-complete-re): Support localparam lineup.
14500         (verilog-beg-of-statement-1): Fix for robustness, unique case.
14501         (verilog-set-auto-endcomments): Fix for unique case, always_comb
14502         commenting.
14503         (verilog-leap-to-case-head): Now support *nested* unique &
14504         priority case statements.
14505         (verilog-auto-lineup): Make just declarations the default (as it
14506         had been).
14507         (verilog-leap-to-case-head): Support priority/unique case statements.
14508         (verilog-auto-lineup): Rework to give users radio buttons to
14509         select the various styles of automatic lineup.
14510         (verilog-error-regexp-alist): Rework to support the XEmacs style
14511         of error regular expressions from compilers, lint tools &
14512         simulators.  Note that GNU Emacs has made it impossible for a mode
14513         to load such things.
14514         (electric-verilog-terminate-line, verilog-indent-declaration)
14515         (verilog-auto-wiure): Rework for radio button selection of
14516         auto-lineup selection of specification of auto lineup.
14517         (verilog-beg-of-statement-1): Redesign to support proper operation
14518         in additional code, based on testing with auto-lineup.
14519         (verilog-calculate-indent, assignments & declarations)
14520         (verilog-backward-token): Enhance to support auto-lineup of
14521         assignments & declarations.
14522         (verilog-in-directive-p, verilog-at-struct-p): New function for
14523         easy test of whether we are.
14524         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
14525         to support safe execution at almost anyline.
14526         (verilog-calc-1): Properly support indenting deep inside generate
14527         blocks.
14528         (verilog-init-font): Remove definition & use of verilog-init-font,
14529         as it is redundant with font-lock-defaults.
14530         (verilog-mode): Alter the definition of verilog-font-lock-defaults
14531         to avoid circular calls if syntax-ppss is a function (as is the
14532         case now in 22.x GNU Emacs) as that function would sometimes call
14533         itself, leading to (nearly) infinite recursion.
14534         (verilog-ovm-begin-re, verilog-ovm-end-re)
14535         (verilog-ovm-statement-re, verilog-leap-to-head)
14536         (verilog-backward-token): Add support for OVM macros.  Some are
14537         complete statements, and others open and close scopes like begin
14538         and end.
14539         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
14540         (verilog-defun-level-generate-only-re): Really fix the defun-list
14541         compilation issue.
14542         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
14543         coverpoint, constraint and cross statements.
14544         (verilog-defun-level-list, verilog-generate-defun-level-list)
14545         (verilog-all-defun-level-list): Redo these specifications - it is
14546         too hard to support eval-when compile aggregation of lists also
14547         built at when-compile time.
14548         (verilog-defun-level-list): Place defconsts of variables used in
14549         building regular expressions which are built in eval-when-compile
14550         bodies in the same eval-when-compile body to facilitate compile
14551         without load.
14552         (verilog-beg-block-re-ordered): Support indenting
14553         virtual/protected tasks and functions.
14554         (verilog-defun-level-list, verilog-in-generate-region-p)
14555         (verilog-backward-ws&directives, verilog-calc-1): Speed up
14556         indentation of some module items (generate items).
14557         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
14558         across virtual/protected tasks and functions.
14560 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
14562         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
14563         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
14564         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
14565         in concatenations.  Reported by Yishay Belkind.
14566         (verilog-auto-ascii-enum): Support one-hot state machines in
14567         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
14568         (verilog-auto-inst, verilog-auto-inst-port): Include interface
14569         modport in AUTOINST and add vl-modport for users.  Reported by
14570         David Rogoff.
14571         (verilog-auto-inout-module, verilog-auto-inst)
14572         (verilog-decls-get-interfaces, verilog-insert-definition)
14573         (verilog-insert-one-definition, verilog-read-decls)
14574         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
14575         (verilog-sig-modport, verilog-signals-combine-bus)
14576         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
14577         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
14578         Suggested by David Rogoff.
14579         (verilog-repair-open-comma): Fix non-insertion of comma when
14580         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
14581         (verilog-make-width-expression): Simplify [A-1:0] expression
14582         widths to just {A{1'b0}}.
14583         (verilog-mode): Cleanup checkdoc warnings.
14584         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
14585         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
14586         inputs/outputs or data type.  Suggested by Vasu Kandadi.
14587         (next-error-last-buffer): Fix byte-compiler warning.
14588         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
14589         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
14590         or shell command text during AUTO expansion.  Suggested by Tad Truex.
14591         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
14592         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
14593         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
14594         in AUTOINOUT.  Reported by Matthew Lovell.
14595         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
14596         causing use of <= assignments.  Reported by Alex Reed.
14597         (verilog-read-decls): Fix triand, trior, wand, wor to be
14598         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
14599         (verilog-extended-complete-re): Support import "DPI-C" functions.
14600         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
14601         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
14602         (verilog-insert-date, verilog-insert-year)
14603         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
14604         Windows systems.  Reported by Michael Potts.
14605         (verilog-read-module-name): Fix AUTOINST when the child module
14606         declaration's name is a tick define.  Reported by Elliot Mednick.
14607         (verilog-read-decls): Fix V2K parameter bit subscripts getting
14608         passed to next parameter's definition.  Reported by Bruce T.
14609         (verilog-read-decls): Fix detecting "parameter int" when using
14610         AUTOINSTPARAM.  Reported by Bruce T.
14611         (verilog-goto-defun): Fix goto not finding modules unless first
14612         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
14613         (verilog-mode): Expand -f flag arguments on entry to mode so
14614         verilog-goto-defun will work.  Reported by Lawrence Butcher.
14615         (verilog-getopt): Expand environment variables in -f file
14616         arguments.  Suggested by Lawrence Butcher.
14617         (verilog-set-define): Fix "Symbol's value as variable is void"
14618         when reading enumerations.
14619         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
14620         Suggested by Stephen Peltan.
14621         (verilog-read-defines): Fix reading of enumerations in include
14622         files.  Reported by Steve Peltan.
14624 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
14626         * files.el (trash-directory): Fix defcustom type.
14628 2009-06-28  Juri Linkov  <juri@jurta.org>
14630         * help-fns.el (describe-function-1): Correctly locate adviced
14631         functions in hyperlink (Bug#2438).
14633 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
14635         * files.el (trash-directory): Change default to nil.
14636         (move-file-to-trash): If trash-directory is nil and
14637         system-move-file-to-trash is unbound, perform freedesktop-style
14638         trashing.
14640 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
14642         * files.el (move-file-to-trash): Add freedesktop trash
14643         support (Bug#973).
14645 2009-06-28  Glenn Morris  <rgm@gnu.org>
14647         * autorevert.el (global-auto-revert-non-file-buffers)
14648         (global-auto-revert-mode): Doc fixes.
14650 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
14652         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
14654 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
14656         * faces.el (x-handle-named-frame-geometry): Ensure that we have
14657         opened an X connection before calling x-get-resource (Bug#3194).
14659         * play/doctor.el: Remove reference to obsolete website.
14660         (make-doctor-variables): Correct grammar mistake (Bug#2633).
14662 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
14664         Remove find-file-not-found-hook VC method.  (Bug#2757)
14665         * vc-hooks.el (vc-file-not-found-hook)
14666         (vc-default-find-file-not-found-hook): Remove functions.
14667         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
14668         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
14669         * vc.el:
14670         * vc-hg.el:
14671         * vc-git.el: Do not mention find-file-not-found-hook VC method.
14673 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
14675         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
14676         compatibility function for `looking-back'.
14678         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
14679         Use `ispell-looking-back'.
14681 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
14683         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
14684         rather than `filename'.
14686 2009-06-23  Miles Bader  <miles@gnu.org>
14688         * face-remap.el (text-scale-set): New function.
14690 2009-06-23  Glenn Morris  <rgm@gnu.org>
14692         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
14694         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
14696         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
14698         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
14700         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14701         Simplify Persian conditionals.
14703         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
14704         variable `filename'.
14706         * comint.el (comint-insert-input): Doc fix.
14708         * Makefile.in (ELCFILES): Fix typo in previous change.
14710 2009-06-23  Miles Bader  <miles@gnu.org>
14712         * cus-start.el: Add entry for `recenter-redisplay'.
14714 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
14716         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
14717         Add an optional argument for the backend, use it instead of
14718         calling vc-backend.
14719         (vc-mode-line): Add an optional argument for the backend.
14720         Pass the backend to vc-state and vc-working-revision.  Move code for
14721         special handling for vc-state being a buffer to ...
14723         * vc-rcs.el (vc-rcs-find-file-hook):
14724         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
14726         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
14727         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
14728         vc-stay-local-p and vc-mode-line calls.
14730         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
14731         (vc-cvs-diff, vc-cvs-annotate-command)
14732         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
14733         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
14734         vc-mode-line calls.
14736         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
14737         direct comparison.
14738         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
14739         backend when calling vc-mode-line.
14740         (vc-register): Do not create a closure for calling the vc register
14741         function, call it directly.
14743 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
14745         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
14746         to make it obvious item can be clicked.
14748         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
14750 2009-06-23  Kenichi Handa  <handa@m17n.org>
14752         * language/korea-util.el (korean-key-bindings): Change the binding
14753         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
14754         same command.
14756 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
14758         Sync with Tramp 2.1.16.
14760         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
14762         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
14763         when a loading of a package fails.  Completion function for rsync
14764         is `tramp-completion-function-alist-ssh'.
14765         (all): Replace all calls of `split-string' and
14766         `tramp-split-string' by `tramp-compat-split-string'.
14767         (tramp-default-method): Use `tramp-compat-process-running-p'.
14768         (tramp-default-proxies-alist): Allow also Lisp forms.
14769         (tramp-remote-path): Add choice "Private Directories".
14770         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
14771         (tramp-domain-regexp): Allow also "-", "_" and ".".
14772         (tramp-end-of-output): Remove newlines, and add "$" at the end.
14773         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
14774         (tramp-debug-message): Insert header line in debug buffer.
14775         (tramp-handle-directory-files-and-attributes-with-stat):
14776         Care about filenames with spaces, or starting with "-".
14777         (tramp-handle-dired-uncache): New defun.
14778         (tramp-handle-insert-directory): Don't flush the directory from
14779         cache, this is handled by `dired-uncache' now.
14780         (tramp-handle-insert-file-contents): Improve error handling.
14781         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14782         Quote `tramp-end-of-output'.
14783         (tramp-action-password): Improve trace message.
14784         (tramp-check-for-regexp): Both echoes must be present, before removing.
14785         (tramp-open-connection-setup-interactive-shell): Trace coding system.
14786         (tramp-compute-multi-hops): Eval cons cells of
14787         `tramp-default-proxies-alist'.
14788         (tramp-maybe-open-connection): Use the same command pattern for
14789         first hop and further hops.
14790         (tramp-wait-for-output): Remove handling of newlines.
14791         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
14792         (tramp-split-string): Remove function.  It is handled in
14793         tramp-compat now.
14795         * net/tramp-cmds.el (tramp-bug):
14796         Recommend `tramp-cleanup-all-connections' in the bug mail.
14798         * net/tramp-compat.el (tramp-compat-split-string)
14799         (tramp-compat-process-running-p): New defuns.
14801         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
14802         for `dired-uncache'.
14804         * net/tramp-gvfs.el: New package.
14806         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
14807         Add handler for `dired-uncache'.
14808         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
14810         * net/trampver.el: Update release number.  Make version check fit
14811         for SXEmacs 22.
14813 2009-06-22  Jim Meyering  <meyering@redhat.com>
14815         Automatically handle .xz suffix (XZ-compressed files), too.
14816         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
14817         XZ is the successor to LZMA: <http://tukaani.org/xz/>
14819 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
14820             Nick Roberts  <nickrob@snap.net.nz>
14822         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
14823         repository (http://sphinx.net.ru/hg/gdb-mi/).
14825 2009-06-22  Glenn Morris  <rgm@gnu.org>
14827         * files.el (dir-locals-collect-mode-variables): Allow for any number of
14828         `mode' and `eval' entries.  (Bug#3430)
14830         * Makefile.in (ELCFILES): Add fadr.elc.
14832         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
14833         differing behavior of \n and ^ in strings.  (Bug#3385)
14835         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
14837         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
14838         property.
14839         (lisp-indent-function): Make it a defcustom.
14841 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
14843         * progmodes/gdb-ui.el: Replace with ...
14844         * progmodes/gdb-mi.el: ... this file.
14845         * progmodes/gud.el: Modify for gdb-mi.el.
14847 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
14849         * fadr.el: New file.
14851 See ChangeLog.14 for earlier changes.
14853 ;; Local Variables:
14854 ;; coding: utf-8
14855 ;; End:
14857     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
14859   This file is part of GNU Emacs.
14861   GNU Emacs is free software: you can redistribute it and/or modify
14862   it under the terms of the GNU General Public License as published by
14863   the Free Software Foundation, either version 3 of the License, or
14864   (at your option) any later version.
14866   GNU Emacs is distributed in the hope that it will be useful,
14867   but WITHOUT ANY WARRANTY; without even the implied warranty of
14868   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14869   GNU General Public License for more details.
14871   You should have received a copy of the GNU General Public License
14872   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14874 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1