New code for replacing buffers in windows, mostly in Elisp now.
[emacs.git] / lisp / ChangeLog
blob290b2dc052292e4697ae73a93a7405110c6ed25b
1 2010-07-30  Martin Rudalics  <rudalics@gmx.at>
3         * help.el (temp-buffer-max-height, temp-buffer-resize-mode)
4         (resize-temp-buffer-window): Move back from window.el to avoid
5         calling define-minor-mode in window.el and choke in bootstrap.
7 2010-07-29  Martin Rudalics  <rudalics@gmx.at>
9         * loadup.el (top-level): Load window before files for the sake
10         of replace-buffer-in-windows.
12         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13         (previous-buffer): Move to window.el.
15         * bindings.el (unbury-buffer): Move to window.el.
17         * window.el (display-buffer): Move group definition to front of
18         display buffer section.
19         (record-window-buffer, unrecord-window-buffer)
20         (set-window-buffer-start-and-point, switch-to-prev-buffer)
21         (switch-to-next-buffer): New functions.
22         (get-next-valid-buffer, last-buffer): Move here from simple.el.
23         (next-buffer): Move here from simple.el.  Call
24         switch-to-next-buffer.
25         (previous-buffer): Move here from simple.el.  Call
26         switch-to-prev-buffer.
27         (bury-buffer, quit-restore-window): Switch to previous buffer
28         when window cannot be deleted.
29         (unbury-buffer): Move here from bindings.el.
30         (delete-windows-on): Switch to previous buffer if window cannot
31         be deleted.  Unrecord buffer argument in all live windows.
32         (replace-buffer-in-windows): Move here from window.c.  Switch to
33         previous buffer if window cannot be deleted.  Unrecord argument
34         buffer in all live windows.
35         (switch-to-buffer): In doc-string warning suggest using
36         with-current-buffer instead of set-buffer.
38 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
40         * emacs-lisp/package.el (package-load-list, package-archives)
41         (package-archive-contents, package-user-dir)
42         (package-directory-list, package--builtins, package-alist)
43         (package-activated-list, package-obsolete-alist): Mark as risky.
45 2010-07-28  Phil Hagelberg  <phil@evri.com>
47         Add support for non-default package repositories.
48         * emacs-lisp/package.el (package-archive-base): Var deleted.
49         (package-archives): New variable.
50         (package-archive-contents): Doc fix.
51         (package-load-descriptor): Do nothing if descriptor file is
52         missing.
53         (package--write-file-no-coding): New function.
54         (package-unpack-single): Use it.
55         (package-archive-id): New function.
56         (package-download-single, package-download-tar)
57         (package-menu-view-commentary): Use it.
58         (package-installed-p): Make second argument optional.
59         (package-read-all-archive-contents): New function.
60         (package-initialize): Use it.
61         (package-read-archive-contents): Add ARCHIVE argument.
62         (package--add-to-archive-contents): New function.
63         (package-install): Don't call package-read-archive-contents.
64         (package--download-one-archive): Store archive file in a
65         subdirectory of package-user-dir.
66         (package-menu-execute): Remove spurious line movement.
68 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
70         * cus-start.el (tool-bar-style): Add text-image-horiz.
72 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
74         * progmodes/gud.el (gud-common-init): Check for remoteness of
75         `file', and not of `default-directory'.
77 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
79         * net/tramp.el (tramp-methods): Move hostname to the end in all
80         ssh `tramp-login-args'.
81         (tramp-verbose): Describe verbose level 9.
82         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
83         (tramp-open-connection-setup-interactive-shell): Trace stty
84         settings if `tramp-verbose' >= 9.
85         (tramp-handle-start-file-process): Implement tty setting.
86         (Bug#4604, Bug#6360)
88         * net/tramp-cmds.el (tramp-bug): Recommend setting of
89         `tramp-verbose' to 9.
91 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
93         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
94         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
95         Remove references to package `lisp-re' (bug#4369).
97 2010-07-27  Tom Tromey  <tromey@redhat.com>
99         * progmodes/js.el (js-mode):
100         * progmodes/make-mode.el (makefile-mode):
101         * progmodes/simula.el (simula-mode):
102         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
104 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
106         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
108         * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
110         * time.el (display-time-day-and-date): Remove spurious * in docstring.
111         (display-time-world-buffer-name, display-time-world-mode-map):
112         Fix typos in docstrings.
114 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
116         * image-mode.el (image-display-size): New function.
117         (image-forward-hscroll, image-next-line, image-eol, image-eob)
118         (image-mode-fit-frame): Use it (Bug#6639).
120 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
122         * dired.el (dired-buffers-for-dir): Handle list values of
123         dired-directory (Bug#6636).
125 2010-07-26  Sam Steingold  <sds@gnu.org>
127         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
128         Do not call `x-get-selection' the second time, reuse the value.
130 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
132         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
133         which consist of control chars only.  Suggested by Richard
134         Stallman.
136 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
138         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
139         exists before passing an error to find-file-not-found-functions
140         (bug#6723).
142 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
144         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
145         Remove leading nil element, adjust values.
146         (tetris-shapes, tetris-shape-scores):
147         Change representation of shapes and remove some redundancy.
148         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
149         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
150         Adjust for working with new representation of shapes.
151         (tetris-shape-rotations): New function.
152         (tetris-move-bottom, tetris-move-left, tetris-move-right)
153         (tetris-rotate-prev, tetris-rotate-next):
154         Adjust for working with the new version of tetris-test-shape.
156 2010-07-23  Markus Triska  <markus.triska@gmx.at>
158         * progmodes/ps-mode.el: Use comint (bug#5954).
159         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
160         (ps-mode-other-newline): Simplify.
161         (ps-run-mode): Derive from comint-mode instead of
162         fundamental-mode, yielding input history etc.
163         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
164         (ps-run-send-string): Adapt for comint-mode.
165         (ps-run-newline): Remove now unneeded function.
167 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
169         * net/tramp.el (tramp-methods): Move hostname to the end in all
170         plink `tramp-login-args'.
172 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
174         * net/tramp.el (tramp-open-shell): New defun.
175         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
176         Use it.
178 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
180         * net/tramp.el (tramp-file-name-regexp-unified)
181         (tramp-completion-file-name-regexp-unified): On W32 systems, do
182         not regard the volume letter as remote filename.  (Bug#5447)
184 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
186         * custom.el (custom-declare-variable): Give a clearer error message
187         when the docstring is missing (bug#6476).
189 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
191         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
192         (sql-login-params): New widget definition.
193         (sql-oracle-login-params, sql-mysql-login-params)
194         (sql-solid-login-params, sql-sybase-login-params)
195         (sql-informix-login-params, sql-ingres-login-params)
196         (sql-ms-login-params, sql-postgres-login-params)
197         (sql-interbase-login-params, sql-db2-login-params)
198         (sql-linter-login-params): Use it.
199         (sql-sqlite-login-params): Use it; Define "database" parameter as
200         a file name.
201         (sql-sqlite-program): Change to "sqlite3".
202         (sql-comint-sqlite): Make sure database name is complete.
203         (sql-for-each-login): New function.
204         (sql-connect, sql-save-connection): Use it.
205         (sql-get-login-ext): New function.
206         (sql-get-login): Use it.
207         (sql-make-alternate-buffer-name): Handle :file parameters.
209 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
211         * dired.el (dired-no-confirm): Document value t and fix defcustom to
212         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
214 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
216         * dired.el (dired-mode-map): Use command remapping (bug#6632).
218 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
220         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
222 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
224         * net/tramp.el (tramp-get-ls-command)
225         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
226         instead of "/".
228 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
230         * progmodes/sql.el: Version 2.3.
231         (sql-connection-alist): Changed keys from symbols to strings;
232         enhanced the widget definition.
233         (sql-mode-menu): Added submenu to select connections.
234         (sql-interactive-mode-menu): Added "Save Connection" item.
235         (sql-add-product): Fixed menu item.
236         (sql-get-product-feature): Improved error handling.
237         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
238         (sql-make-alternate-buffer-name): Simplified.
239         (sql-product-interactive): Handle missing product.
240         (sql-connect): Support string keys, minor improvements.
241         (sql-save-connection): New function.
242         (sql-connection-menu-filter): New function.
244 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
246         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
247         (tramp-open-connection-setup-interactive-shell): Apply
248         workaround for IRIX64 bug.  Move argument of last
249         `tramp-send-command' where it belongs to.
251 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
253         * net/tramp.el (tramp-perl-file-attributes)
254         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
255         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
256         front of `login-args'.
258 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
260         * time.el (display-time-world-mode): Define with `define-derived-mode'.
261         Set `show-trailing-whitespace' to nil.
262         (display-time-world-display): Simplify.
264 2010-07-18  Alan Mackenzie  <acm@muc.de>
266         Enhance `c-file-style' in file/directory local variables.
267         * progmodes/cc-mode.el (c-count-cfss): New function.
268         (c-before-hack-hook): Call `c-set-style' differently according to
269         whether c-file-style was set in file or directory local
270         variables.
272 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
274         * progmodes/sql.el: Version 2.2.
275         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
276         defcustom :safe keyword rather than putting safe-local-variable
277         property.
278         (sql-password): Use defcustom :risky keyword rather than putting
279         risky-local-variable property.
280         (sql-oracle-login-params, sql-sqlite-login-params)
281         (sql-solid-login-params, sql-sybase-login-params)
282         (sql-informix-login-params, sql-ingres-login-params)
283         (sql-ms-login-params, sql-postgres-login-params)
284         (sql-interbase-login-params, sql-db2-login-params)
285         (sql-linter-login-params): Add `port' option.
286         (sql-get-product-feature): Added NO-INDIRECT parameter.
287         (sql-comint-oracle, sql-comint-sybase)
288         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
289         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
290         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
291         (sql-comint-linter): Renamed sql-connect-* functions to
292         sql-comint-*.
293         (sql-product-alist, sql-mode-menu): Renamed as above and
294         :sqli-connect-func to :sqli-comint-func.
295         (sql-connection): New variable.
296         (sql-interactive-mode): Set it.
297         (sql-connection-alist): New variable.
298         (sql-connect): New function.
299         (sql--alt-buffer-part, sql--alt-if-not-empty)
300         (sql-make-alternate-buffer-name): Improved alternative buffer name.
302 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
304         * image-mode.el (image-bookmark-make-record): Do not set context
305         in an image (Bug#6650).
307 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
309         * simple.el (select-active-region): New function.
310         (push-mark-command, set-mark, activate-mark)
311         (handle-shift-selection): Use it.
312         (deactivate-mark): Don't check for size of region.
314         * mouse.el (mouse-drag-track): Use select-active-region.
316 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
318         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
319         "--dired" stronger.
321 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
323         * term/x-win.el (x-select-enable-primary): Change default to nil.
324         (x-select-enable-clipboard): Add :version keyword.
326         * mouse.el (mouse-drag-copy-region):
327         * simple.el (select-active-regions): Likewise.
329 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
331         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
332         (vc-coding-system-for-diff): Use it to decide whether to inherit
333         from the file the EOL format for reading the diffs of that file.
334         (Bug#4451)
336 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
338         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
339         unibyte, so compressed attachments are not compressed again.
341 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
343         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
344         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
345         (tramp-find-shell): Simplify setting connection property.
346         (tramp-get-ls-command): Make test for "--color=never" stronger.
348 2010-07-15  Simon South  <ssouth@member.fsf.org>
350         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
351         blocks within record declarations (i.e. variant parts) correctly.
353 2010-07-15  Simon South  <ssouth@member.fsf.org>
355         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
356         over literal tokens when parsing so newlines aren't "absorbed" by
357         single-line comments.  Corrects the indentation of case blocks
358         that have a comment on the first line.
360 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
362         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
363         by Drew Adams (Bug#5504).
365 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
367         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
368         now that Unicode is used (Bug#6594).
370 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
372         * term/x-win.el (x-select-enable-clipboard): Default to t.
373         (x-initialize-window-system): Don't overwrite Paste menu item.
375         * simple.el (select-active-regions): Default to t.
376         (push-mark-command): Don't overwrite primary with empty string.
378         * mouse.el: Bind mouse-2 to mouse-yank-primary.
379         (mouse-drag-copy-region): Default to nil.
381         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
382         Cut/Copy/Paste menu bar items.
384 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
386         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
387         Patch applied by Karl Fogel.
389         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
390         and `bookmark-current-buffer' if they have been already set in
391         another buffer (e.g gnus-art).
393 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
394             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
396         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
398         * bookmark.el (bookmark-make-record-default): Allow unneeded
399         information to be omitted from the record.
401         Adjust declarations and calls:
403         * info.el (bookmark-make-record-default): Adjust declaration.
404         (Info-bookmark-make-record): Adjust call.
406         * woman.el (bookmark-make-record-default): Adjust declaration.
407         (woman-bookmark-make-record): Adjust call.
409         * man.el (bookmark-make-record-default): Adjust declaration.
410         (Man-bookmark-make-record): Adjust call.
412         * image-mode.el (bookmark-make-record-default): Adjust declaration.
414         * doc-view.el (bookmark-make-record-default): Adjust declaration.
416 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
418         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
419         This is also from Thierry Volpiatto's patch in bug #6444.  However,
420         because it was extraneous to the functional change in that patch,
421         and causes a re-indendation, I am committing it separately.
423 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
425         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
426         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
427         Patch applied by Karl Fogel (Bug#6444).
429 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
431         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
433 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
435         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
436         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
437         (ns-alternatives-map): Change S-tab binding to backtab
438         (bug#6616).
440         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
441         under ns.
443 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
445         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
446         (Bug#5806)
448         * language/tv-util.el (tai-viet-re): Remove format.
450 2010-07-12  Kenichi Handa  <handa@m17n.org>
452         * language/hebrew.el: Remove no-byte-compile declaration.
453         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
454         composition-function-table for 3-character looking back.
455         (hebrew-font-get-precomposed): New function.
456         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
458 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
460         * mouse.el (mouse-drag-track): Handle select-active-regions
461         (Bug#6612).
463 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
465         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
466         empty argument to gvfs-copy.
468 2010-07-10  Glenn Morris  <rgm@gnu.org>
470         * calendar/calendar.el (calendar-week-end-day): New function.
471         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
472         Respect calendar-week-start-day.  (Bug#6606)
473         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
474         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
475         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
476         respect calendar-week-start-day.
478 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
480         * simple.el (use-region-p): Doc fix (Bug#6607).
482 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
484         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
485         regexps for cucumber and ruby.
487 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
489         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
490         (epa-file-insert-file-contents): Hack to prevent
491         find-file from opening empty buffer when decryption failed
492         (bug#6568).
494 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
496         * textmodes/ispell.el (ispell-alternate-dictionary):
497         Use file-readable-p.
498         Return nil if no word-list is found at default locations.
499         (ispell-complete-word-dict): Default to nil.
500         (ispell-command-loop): Use 'word-list' when using lookup-words.
501         (lookup-words): Use ispell-complete-word-dict or
502         ispell-alternate-dictionary.  Check for word-list availability
503         and handle errors if needed with better messages (Bug#6539).
504         (ispell-complete-word): Use ispell-complete-word-dict or
505         ispell-alternate-dictionary.
507 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
509         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
510         builtins (BufferError, BytesWarning, WindowsError; callables
511         bin, bytearray, bytes, format, memoryview, next, print; __package__).
513 2010-07-07  Glenn Morris  <rgm@gnu.org>
515         * play/zone.el (top-level): Do not require timer, tabify, or cl.
516         (zone-shift-left): Ignore intangibility, and any errors from
517         forward-char.
518         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
519         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
520         deleting, and copying text properties.
521         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
522         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
523         to point-max is hard.
524         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
525         (zone-fill-out-screen): Ignore intangibility.
527 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
529         * menu-bar.el (menu-bar-mode):
530         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
531         if it has been set.
533         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
534         word/line selection (Bug#6565).
536 2010-07-04  Martin Rudalics  <rudalics@gmx.at>
538         * window.el (get-mru-window): New function.
539 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
541         * net/dbus.el (dbus-send-signal): Declare function.
543 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
545         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
546         (dbus-register-property): New optional argument EMITS-SIGNAL.
547         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
549 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
551         * mouse.el (mouse-drag-overlay): Variable deleted.
552         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
553         (mouse--remap-link-click-p): New function.
554         (mouse-drag-track): Handle dragging by using temporary Transient
555         Mark mode, instead of a special overlay.
556         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
557         mouse-show-mark.
559         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
560         deleted.
562 2010-07-02  Juri Linkov  <juri@jurta.org>
564         * autoinsert.el (auto-insert-alist): Fix readability
565         by using dotted pair notation for lambda.
567 2010-07-02  Juri Linkov  <juri@jurta.org>
569         * faces.el (read-face-name): Rename arg `string-describing-default'
570         to `default'.  Doc fix.  Display the default value in quotes
571         in the prompt.  With empty input, return the `default' arg,
572         unless the default value is a string (in which case return nil).
573         (describe-face): Replace the string `default' arg of `read-face-name'
574         with the symbol `default'.
576 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
578         * emulation/viper-cmd.el (viper-delete-backward-char)
579         (viper-del-backward-char-in-insert)
580         (viper-del-backward-char-in-replace, viper-change)
581         (viper-backward-indent): Replace delete-backward-char with
582         delete-char (Bug#6552).
584 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
586         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
588 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
590         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
591         argument passed to frame-creation-function (Bug#5378).
593         * faces.el (x-handle-named-frame-geometry)
594         (x-handle-reverse-video, x-create-frame-with-faces)
595         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
596         separately consult default-frame-alist.  It is now passed as the
597         PARAMETER argument.
599 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
601         * startup.el (command-line): Don't call tool-bar-setup in a
602         tty-only build.
604 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
606         * ruler-mode.el (ruler--save-header-line-format): New fun.
607         (ruler-mode): Use it as a setter function, so as not to overwrite
608         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
610 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
612         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
613         (vc-root-diff, vc-print-root-log, vc-log-incoming)
614         (vc-log-outgoing): Use it.
615         (vc-diff-internal): Set diff-vc-backend.
617         * vc/diff-mode.el (diff-vc-backend): New var.
619 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
621         * dynamic-setting.el (font-setting-change-default-font): Remove
622         call to message.
624 2010-06-28  Kenichi Handa  <handa@m17n.org>
626         * international/quail.el (quail-insert-kbd-layout): Fix the
627         showing of untranslated characters.
629 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
631         * simple.el (delete-active-region): New option.
632         (delete-backward-char): Implement in Lisp.
633         (delete-forward-char): New command.
635         * mouse.el (mouse-region-delete-keys): Deleted.
636         (mouse-show-mark): Simplify.
638         * bindings.el (global-map): Bind delete and DEL, the former to
639         delete-forward-char.
641 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
643         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
644         (ruby-mode): Bind indent-line-function (Bug#5119).
646 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
648         * startup.el (command-line): Recognize "0" X resource value.
650 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
652         * startup.el (command-line): Use X resources to set the value of
653         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
655         * menu-bar.el (menu-bar-mode):
656         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
657         Set init-value to t.
659         * frame.el (frame-notice-user-settings): Don't change
660         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
661         vice versa (Bug#2249).
663 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
665         * w32-fns.el (w32-convert-standard-filename): Doc fix.
667 2010-06-25  Martin Rudalics  <rudalics@gmx.at>
669         * files.el (read-buffer-to-switch)
670         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
671         Move to window.el.
673         * window.el (display-buffer): New customization group.
674         (special-display-buffer-names, special-display-regexps)
675         (same-window-buffer-names, same-window-regexps, pop-up-frames)
676         (display-buffer-reuse-frames, pop-up-windows)
677         (split-window-preferred-function, split-height-threshold)
678         (split-width-threshold, even-window-heights): Move or add to
679         display-buffer customization group.
680         (window-size-fixed): Move down in code, rewrite doc-string.
681         (window-right, window-left, window-child, window-internal-p)
682         (window-any-p, normalize-live-buffer, normalize-live-frame)
683         (normalize-any-window, normalize-live-window)
684         (window-iso-combined-p, walk-window-tree-1, walk-window-tree)
685         (window-in-direction-2, window-in-direction, window-tree-1)
686         (window-size-ignore, window-sizable, window-sizable-p)
687         (window-min-size, window-min-size-1, window-size-fixed-p)
688         (window-size-fixed-1, window-min-delta, window-min-delta-1)
689         (window-max-delta, window-max-delta-1, window-resizable)
690         (window-resizable-p, window-total-height, window-height)
691         (window-full-height-p, window-total-width, window-body-height)
692         (window-body-width, window-width, resize-window-reset)
693         (resize-window-reset-1, resize-window, resize-subwindows-skip-p)
694         (resize-subwindows-normal, resize-subwindows)
695         (resize-other-windows, resize-this-window, resize-mini-window)
696         (resize-root-window, resize-root-window-vertically)
697         (window-deletable-p, window-or-subwindow-p)
698         (kill-or-unrecord-buffer, quit-restore-window)
699         (window-split-min-size, window-children-count)
700         (split-window-quit-restore): New functions.
701         (ignore-window-parameters, display-buffer-window-and-buffer)
702         (resize-window-safe-window): New variables.
703         (window-safe-min-height, window-safe-min-width): New constants.
704         (window-min-height, window-min-width, window-full-width-p)
705         (get-lru-window, get-largest-window)
706         (adjust-window-trailing-edge, window-tree, other-window)
707         (replace-buffer-in-windows, split-window): Move here from
708         window.c.
709         (window-current-scroll-bars): Use normalize-live-window.
710         (get-window-with-predicate): Use window-list-1.
711         (get-buffer-window-list): Use normalize-live-buffer and
712         window-list-1.
713         (count-windows): Use window-list-1.
714         (enlarge-window, shrink-window): Use resize-window.
715         (maximize-window, minimize-window, frame-root-window-p)
716         (composite-window-p, composite-root-window-p)
717         (composite-main-window-p, composite-support-window-p)
718         (composite-root-window, composite-major-window)
719         (composite-main-sibling, composite-lowest-child-role)
720         (compound-window-p, compound-main-window-p)
721         (compound-root-window, group-window-p, group-window-main-p)
722         (group-root-window, make-compound-window, make-window-group)
723         (make-support-window): New functions for composite windows.
724         (one-window-p): Rewrite doc-string.
725         (delete-window, delete-other-windows, delete-windows-on)
726         (bury-buffer, switch-to-buffer): Move here from buffer.c.
727         (split-window-vertically, split-window-horizontally): Call
728         split-window-quit-restore.
729         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
730         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
731         (bw-refresh-edges, bw-balance-sub): Replace by new balance
732         windows functions.
733         (balance-windows, balance-windows-1, balance-windows-2): New
734         functions for balancing windows.
735         (bw-adjust-window): Rename to balance-windows-area-adjust.
736         (balance-windows-area): Call balance-windows-area-adjust.
737         (pop-up-windows): New values `selected' and `root'.
738         (window-splittable-p): Rename to window-sensibly-splittable-p.
739         (split-window-sensibly): Call window-sensibly-splittable-p.
740         (window--display-buffer-1, window--display-buffer-2): Remove.
741         (display-buffer-window-and-buffer)
742         (window--display-buffer-in-window, window--reuse-window)
743         (window--pop-up-window, window--pop-up-frame)
744         (window--raise-window-frame): New helper functions for
745         display-buffer.
746         (display-buffer): Rewrite using the new helper functions.
747         (read-buffer-to-switch, switch-to-buffer-other-window)
748         (switch-to-buffer-other-frame): Move here from files.el.
749         (set-window-text-height, fit-window-to-buffer): Use
750         normalize-live-window and resize-window.
751         (shrink-window-if-larger-than-buffer): Use normalize-live-window
752         and window-iso-combined-p.
753         (temp-buffer-max-height, temp-buffer-resize-mode): Move here
754         from help.el.
755         (resize-temp-buffer-window): Move here from help.el and use
756         window-iso-combined-p.
757         (ctl-x-map): Move bindings for non-scrolling commands here from
758         window.c.
760         * cus-start.el (all): Remove window-min-height and
761         window-min-width entries.  Add recenter-redisplay and
762         window-splits entries.
764         * calendar/calendar.el (calendar-basic-setup):  Call
765         window-sensibly-splittable-p instead of window-splittable-p.
767         * dired.el (dired-pop-to-buffer): Call
768         window-sensibly-splittable-p instead of window-splittable-p.
770         * help-mode.el (help-mode-finish): Remove help-window and
771         view-return-to-alist handling code.
773         * help.el (help-window): Remove variable.
774         (help-window-point-marker): Fix doc-string.
775         (temp-buffer-max-height, temp-buffer-resize-mode)
776         (resize-temp-buffer-window): Move to window.el.
777         (help-window-display-message): Fix doc-string and handling of
778         optional argument.
779         (help-window-setup-finish): Remove.
780         (help-window-setup): Remove handling of list-of-frames and
781         list-of-window-tuples.  These are handled by the quit-restore
782         window mechanism now.
783         (with-help-window): Remove setup of list-of-frames and
784         list-of-window-tuples.  Reset display-buffer-window-and-buffer
785         and call help-window-setup when the buffr display mechanism
786         called by with-output-to-temp-buffer has set it.
788         * view.el (view-exits-all-viewing-windows): Fix doc-string.
789         (view-return-to-alist): Remove variable.
790         (view-file-other-window): Remove second argument in call of
791         view-buffer-other-window.
792         (view-file-other-frame): Remove second argument in call of
793         view-buffer-other-frame.
794         (view-buffer): Remove the undo-window mechanism and fix call of
795         view-mode-enter.
796         (view-buffer-other-window, view-buffer-other-frame): Remove
797         second argument and return-to mechanism and fix call of
798         view-mode-enter.
799         (view-return-to-alist-update): Remove function.
800         (view-mode-enter): Rename second argument to quit-restore and
801         replace view-return-to-alist mechanism by quit-restore
802         parameter.  Rewrite doc-string.
803         (view-mode-exit): Rename arguments and replace
804         view-return-to-alist mechanism by calling quit-restore-window.
805         (View-exit, View-exit-and-edit, View-leave, View-quit)
806         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
807         appropriate argument(s).
808         (view-end-message): Instead of checking view-return-to-alist
809         look at quit-restore window parameter.
811         * progmodes/ebrowse.el (ebrowse-view-file-other-frame): Adjust
812         call of view-mode-enter to the latter's new definition.
814         * progmodes/python.el (view-return-to-alist): Remove defvar.
815         (python-describe-symbol): Don't set view-return-to-alist any
816         more.
818 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
820         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
821         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
823         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
824         default directories are expanded (Bug#6143).
826 2010-06-24  Juri Linkov  <juri@jurta.org>
828         * minibuffer.el (completions-format): Change default from nil to
829         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
831 2010-06-24  Juri Linkov  <juri@jurta.org>
833         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
834         buffer-locally to lambda that re-runs the vc diff command.
835         (Bug#6447)
837 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
839         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
840         echo area is in use (Bug#3412).
842 2010-06-22  Glenn Morris  <rgm@gnu.org>
844         * textmodes/texinfmt.el (texinfo-format-region)
845         (texinfo-raise-lower-sections, texinfo-format-separate-node)
846         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
847         (texinfo-format-option, texinfo-noindent):
848         Use line-beginning-position and line-end-position.
850         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
851         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
852         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
853         utf-8 characters.
855 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
857         * play/zone.el (zone-fall-through-ws): Fix next-line ->
858         forward-line fallout.
860 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
862         * mouse.el (mouse-appearance-menu): Add docstring.
864         * help.el (describe-key): Print up-event using key-description.
866 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
868         * net/zeroconf.el (zeroconf-resolve-service)
869         (zeroconf-service-resolver-handler): Use
870         `dbus-byte-array-to-string'.
871         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
873 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
875         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
877 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
879         Avoid displaying files with a nil state in vc-dir.
880         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
881         cases that cause insertion.
882         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
883         with a nil state.
885 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
887         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
889 2010-06-29  Leo  <sdl.web@gmail.com>
891         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
893 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
895         * generic-x.el (bat-generic-mode): Fix regexp for command line
896         switches (Bug#5719).
898 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
900         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
901         of nconc to avoid pure storage error (Bug#6239).
903 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
905         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
906         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
907         bindings of bookmark-automatically-show-annotations (Bug#6515).
909 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
911         * arc-mode.el (archive-zip-extract): Don't quote the file name on
912         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
914 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
916         * comint.el (make-comint, make-comint-in-buffer): Mention return
917         value in the docstrings.  (Bug#6498)
919 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
921         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
922         since it is not present when using some non-default switches.
924 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
926         * simple.el (compose-mail): Fix doc string to refer to
927         `compose-mail-user-agent-warnings', instead of to the
928         nonexistent `compose-mail-check-user-agent'.
930 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
932         Fix an indentation bug:
934         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
935         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
936         of existing values.
938         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
939         (c-clear->-pair-props-if-match-before): now return t when they've
940         cleared properties, nil otherwise.
941         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
942         by taking account of the existing value.
944         * progmodes/cc-defs.el
945         (c-clear-char-property-with-value-function): Fix this to clear the
946         property rather than overwriting it with nil.
948 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
950         * emacs-lisp/package.el (package-print-package): Add link to
951         package description via describe-package.
952         (describe-package-1): List package requirements.  Add button to
953         perform installation.
954         (package-menu-describe-package): New command.
956         * help-mode.el (help-package): New button type.
958 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
960         * emacs-lisp/package.el: Move package-list-packages binding to
961         menu-bar.el.
962         (describe-package, describe-package-1, package--dir): New funs.
963         (package-activate-1): Use package--dir.
965         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
967         * help-mode.el (help-package-def): New button type.
969         * menu-bar.el: Move package-list-packages binding here from
970         package.el.
972 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
974         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
976 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
978         * emacs-lisp/edebug.el (edebug-read-list):
979         Phase out old-style backquotes.
981 2010-06-17  Juri Linkov  <juri@jurta.org>
983         * help-mode.el (help-mode): Set buffer-local variable
984         revert-buffer-function to help-mode-revert-buffer.
985         (help-mode-revert-buffer): New function.
987         * info.el (Info-revert-find-node): Check for major-mode Info-mode
988         before popping to "*info*" (like in other Info functions).
989         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
990         old-history-forward.  Pop to old-buffer-name or "*info*" to
991         recreate the killed buffer.  Set Info-history-forward from
992         old-history-forward.
993         (Info-breadcrumbs-depth): Add :group and :version.
995 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
997         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
999 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
1001         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
1002         for languages like Portuguese with pt_{BR,PT} and no plain pt.
1004 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
1006         * emacs-lisp/package.el (package-menu-mode-map):
1007         Move initialization into declaration.
1009         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
1011 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
1013         * emacs-lisp/package.el (package-archive-base): Point to
1014         elpa.gnu.org.
1015         (package-enable, package-load-list): New defcustoms.
1016         (package-user-dir, package-directory-list): Turn into defcustoms.
1017         Don't include package-user-dir in package-directory-list.
1018         (package--builtins-base): Don't include Emacs as a "package".
1019         (package-subdirectory-regexp): New var.
1020         (package-load-all-descriptors, package-compute-transaction)
1021         (package-download-transaction): Obey package-load-list.
1022         (package-activate-1): Rename from package-do-activate.
1023         (package-list-packages-internal): Check package-load-list.
1024         (package-load-descriptor, package-generate-autoloads)
1025         (package-unpack, package-unpack-single)
1026         (package--read-archive-file, package-delete): Use
1027         expand-file-name.
1029         * emacs-lisp/package-x.el: New file.  Package uploading
1030         functionality split out from package.el.
1032         * startup.el (command-line): Load packages after reading init
1033         file.
1035 2010-06-17  Tom Tromey  <tromey@redhat.com>
1037         * emacs-lisp/package.el: New file.
1039 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1041         Fix vc-annotate for renamed files when using Git.
1042         * vc-git.el (vc-git-find-revision): Deal with empty results from
1043         ls-files.  Doe not pass the object as a file name to cat-file, it
1044         is not a file name.
1045         (vc-git-annotate-command): Pass the file name using -- to avoid
1046         ambiguity with the revision.
1047         (vc-git-previous-revision): Pass a relative file name.
1049 2010-06-22  Glenn Morris  <rgm@gnu.org>
1051         * progmodes/js.el (js-mode-map): Use standard capitalization and
1052         ellipses for menu entries.
1054         * wid-edit.el (widget-complete): Doc fix.
1056 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
1058         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1060 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1062         Fix annotating other revisions for renamed files in vc-annotate.
1063         * vc-annotate.el (vc-annotate): Add an optional argument for the
1064         VC backend.  Use it when non-nil.
1065         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
1066         (Bug#6487)
1068         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1069         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1070         Do not pass the file name to the 'previous-revision call when we
1071         don't want a file diff.  (Bug#6489)
1073 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1075         Fix finding revisions for renamed files in vc-annotate.
1076         * vc.el (vc-find-revision): Add an optional argument for
1077         the VC backend.  Use it when non-nil.
1078         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1079         backend to vc-find-revision.  (Bug#6487)
1081 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1083         Fix reading file names in Git annotate buffers.
1084         * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
1085         trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
1087 2010-06-20  Alan Mackenzie  <acm@muc.de>
1089         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1090         in file local variables, set it first.
1092 2010-06-19  Glenn Morris  <rgm@gnu.org>
1094         * descr-text.el (describe-char-unicode-data): Insert separating
1095         space when needed.  (Bug#6422)
1097         * progmodes/idlwave.el (idlwave-action-and-binding):
1098         Fix typo in 2009-12-03 change.  (Bug#6450)
1100 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1102         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
1103         handling for `lambda' (misunderstanding).
1105 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
1107         * calc/calc-poly.el (math-accum-factors): Make sure that
1108         constants aren't distributed after they are factored out.
1110 2010-06-16  Juri Linkov  <juri@jurta.org>
1112         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
1113         `list-colors-print'.  (Bug#6332)
1115         * subr.el (read-quoted-char): Fix up last change (bug#6290).
1117 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1119         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
1120         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
1122         * font-lock.el (font-lock-major-mode): Rename from
1123         font-lock-mode-major-mode to distinguish it from
1124         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1125         (font-lock-set-defaults):
1126         * font-core.el (font-lock-default-function): Adjust users.
1127         (font-lock-mode): Don't set it at all.
1129 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1131         * vc-annotate.el (vc-annotate): Use vc-read-revision.
1133 2010-06-16  Glenn Morris  <rgm@gnu.org>
1135         * calendar/appt.el (appt-time-msg-list): Doc fix.
1136         (appt-check): Let-bind appt-warn-time.
1137         (appt-add): Make the 3rd argument optional.
1138         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
1139         Only add WARNTIME to the output list if non-nil.
1141 2010-06-16  Ivan Kanis  <apple@kanis.eu>
1143         * calendar/appt.el (appt-check): Let the 3rd element of
1144         appt-time-msg-list specify the warning time.
1145         (appt-add): Add new argument with the warning time.  (Bug#5176)
1147 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1149         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1150         older than version 1.6.  (Bug#6361)
1152 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
1154         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1155         used by cl-do-arglist.  (Bug#6408)
1157 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
1159         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
1160         portuguese casechars/not-casechars for missing 'çÇ'.
1161         Suggested by Rolando Pereira (bug#6434).
1163 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
1165         * facemenu.el (list-colors-sort): Doc fix.
1167 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1169         * progmodes/sql.el (sql-connect-mysql): Fix typo.
1171 2010-06-14  Juri Linkov  <juri@jurta.org>
1173         Add sort option `list-colors-sort'.  (Bug#6332)
1174         * facemenu.el (color-rgb-to-hsv): New function.
1175         (list-colors-sort): New defcustom.
1176         (list-colors-sort-key): New function.
1177         (list-colors-display): Doc fix.  Sort list according to the option
1178         `list-colors-sort'.
1179         (list-colors-print): Add HSV values to `help-echo' property of
1180         RGB strings.
1182 2010-06-14  Juri Linkov  <juri@jurta.org>
1184         * compare-w.el: Move to the "vc" subdirectory.
1186 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1188         * image-mode.el (image-mode-map): Remap left-char and right-char.
1190         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
1192 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
1194         * term/common-win.el (x-colors): Add all the color names defined
1195         in rgb.txt (Bug#6332).
1197         * facemenu.el (list-colors-print): Don't print extra names if it
1198         will overflow the window width.
1200         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
1201         change (Bug#6343).
1203 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
1205         * files.el (make-directory): Doc fix (bug#6396).
1207 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
1209         * net/tramp.el (tramp-remote-process-environment): Protect version
1210         string by apostroph.
1211         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1212         XEmacs.
1213         (tramp-file-name-for-operation): Add `call-process-region'.
1214         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1216         * net/tramp-compat.el (top): Do not autoload
1217         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1218         only when `start-file-process' is not bound.
1219         (tramp-advice-file-expand-wildcards): Do not use
1220         `tramp-handle-file-remote-p'.
1221         (tramp-compat-make-temp-file): Handle the case, that
1222         `make-temp-file' has no third argument EXTENSION.
1224 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
1226         * makefile.w32-in (WINS_BASIC): Include new directory vc.
1228         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
1230 2010-06-11  Juri Linkov  <juri@jurta.org>
1232         * finder.el (finder-known-keywords): Add keyword "vc"
1233         for version control.
1235         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
1236         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
1237         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
1238         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
1240 2010-06-11  Juri Linkov  <juri@jurta.org>
1242         Move version control related files to the "vc" subdirectory.
1243         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
1244         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
1245         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
1246         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
1247         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
1248         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
1249         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
1250         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
1251         Move files to the "vc" subdirectory.
1253 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1255         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
1256         (Bug#6367).
1258 2010-06-11  Stephen Eglen  <stephen@gnu.org>
1260         * shell.el: Bind `shell-resync-dirs' to M-RET.
1262 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
1264         * notifications.el: Move file from lisp/net, because it is
1265         supposed to talk locally to the user.
1267 2010-06-10  Julien Danjou  <julien@danjou.info>
1269         * net/notifications.el (notifications-on-action-signal)
1270         (notifications-on-closed-signal): Pass notification id as first
1271         argument to the callback functions.  Add docstrings.
1272         (notifications-notify): Fix docstring.
1274 2010-06-10  Glenn Morris  <rgm@gnu.org>
1276         * emacs-lisp/authors.el (authors-ignored-files)
1277         (authors-valid-file-names): Add some files.
1279 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1281         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
1282         merge conflict, giving preference to the emacs-23 version of the code.
1284 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1286         * emacs-lisp/advice.el (ad-compile-function):
1287         Define warning-suppress-types before we let-bind it (bug#6275).
1289         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1290         declare it, make it buffer-local and permanent-local (bug#6324).
1291         (vc-resynch-window): Adjust name.
1292         * vc-hooks.el (vc-find-file-hook): Adjust name.
1294 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
1296         * net/notifications.el (notifications-notify): Fix docstring.
1298 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1300         Update to Unicode 6.0.0 beta.
1301         * international/charprop.el: Update copyright.
1302         * international/mule-cmds.el (ucs-names): Update character ranges.
1303         * international/uni-bidi.el:
1304         * international/uni-category.el:
1305         * international/uni-combining.el:
1306         * international/uni-comment.el:
1307         * international/uni-decimal.el:
1308         * international/uni-decomposition.el:
1309         * international/uni-digit.el:
1310         * international/uni-lowercase.el:
1311         * international/uni-mirrored.el:
1312         * international/uni-name.el:
1313         * international/uni-numeric.el:
1314         * international/uni-old-name.el:
1315         * international/uni-titlecase.el:
1316         * international/uni-uppercase.el: Regenerate.
1318 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1320         * emacs-lisp/smie.el (comment-string-strip): Declare function.
1321         (smie-precs-precedence-table): Fix typo in docstring.
1323         * vc-mtn.el (log-edit-extract-headers): Declare function.
1325         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
1327         * net/notifications.el (dbus-register-signal): Declare function.
1328         (notifications-notify): Fix typos and reflow docstring.
1330 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1332         Improve VC create/retrieve tag/branch.
1333         * vc.el (vc-create-tag): Do not read the directory name for VCs
1334         with repository revision granularity.  Adjust the tag/branch
1335         prompt.  Reset VC properties.
1336         (vc-retrieve-tag): Do not read the directory name for VCs
1337         with repository revision granularity.  Reset VC properties.
1339 2010-06-09  Julien Danjou  <julien@danjou.info>
1341         * net/notifications.el: New file.
1343 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1345         Add optional support for resetting VC properties.
1346         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1347         call vc-file-clearprops when true.
1348         (vc-resynch-buffer): Add new optional argument, pass it down.
1349         (vc-resynch-buffers-in-directory): Likewise.
1351         Improve support for special markup in the VC commit message.
1352         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1353         * vc-hg.el (vc-hg-checkin): Add support for Date:.
1354         * vc-git.el (vc-git-checkin):
1355         * vc-bzr.el (vc-bzr-checkin): Likewise.
1357 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1359         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1360         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1362 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
1364         * iimage.el: Remove images as soon as the underlying text is modified.
1365         (iimage-modification-hook): New function.
1366         (iimage-mode-buffer): Use it.
1368 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1370         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1371         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
1372         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
1373         (smie-indent-keyword): Add handling of open-paren keywords.
1374         (smie-indent-comment-continue): Don't assume comment-continue.
1376 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
1378         * window.el (pop-to-buffer): Remove the conditional that
1379         compares new-window and old-window, so it will reselect
1380         the selected window unconditionally.
1381         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1383 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1385         * emacs-lisp/smie.el (smie-indent-offset-after)
1386         (smie-indent-forward-token, smie-indent-backward-token): New functions.
1387         (smie-indent-after-keyword): Use them.
1388         (smie-indent-fixindent): Only applies to the indentation of the BOL.
1389         (smie-indent-keyword): Tweak the black magic.
1390         (smie-indent-comment-continue): Strip comment-continue before use.
1391         (smie-indent-functions): Indent comments before keywords.
1393 2010-06-06  Juri Linkov  <juri@jurta.org>
1395         * isearch.el (isearch-lazy-highlight-search): Fix looping
1396         by checking for empty match.  This syncs this loop with the
1397         similar loop in `isearch-search'.  (Bug#6362)
1399 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
1401         * net/dbus.el (dbus-register-method): Declare function.
1402         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1403         (dbus-introspect): Doc fix.
1404         (dbus-event-bus-name, dbus-introspect-get-interface)
1405         (dbus-introspect-get-argument): Reflow docstrings.
1407 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
1409         vc-log-incoming/vc-log-outgoing fixes for Git.
1410         * vc-git.el (vc-git-log-view-mode): Fix font lock for
1411         incoming/outgoing logs.
1412         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1413         instead of vc-git-compute-remote.
1414         (vc-git-compute-remote): Remove.
1416 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
1418         * term/common-win.el (x-colors): Add "dark green" and "dark
1419         turquoise" (Bug#6332).
1421 2010-06-04  Juri Linkov  <juri@jurta.org>
1423         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1424         Instead of setting `replace' to t and replacing the same string
1425         with itself, don't do certain actions when
1426         kill-do-not-save-duplicates is non-nil and string is equal to car
1427         of kill-ring: don't call menu-bar-update-yank-menu, don't push
1428         interprogram-paste strings to kill-ring, and don't push the input
1429         argument `string' to kill-ring.
1430         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1432 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1434         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1436 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
1438         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1439         (tramp-gvfs-handler-mounted-unmounted)
1440         (tramp-gvfs-connection-mounted-p): Handle default-location.
1442         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1443         move files to trash.
1445 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1447         * international/mule-cmds.el (nonascii-insert-offset)
1448         (nonascii-translation-table): Add obsolescence information.
1450         * international/mule.el (make-translation-table-from-vector): Doc fix.
1452 2010-06-03  Eric Ludlam  <zappo@gnu.org>
1454         * cedet/semantic/lex-spp.el
1455         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1456         invalid values during save, just save a nil (Bug#6324).
1458 2010-06-03  Glenn Morris  <rgm@gnu.org>
1460         * desktop.el (desktop-clear-preserve-buffers):
1461         Add "*Warnings*" buffer.  (Bug#6336)
1463 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
1465         vc-log-incoming/vc-log-outgoing improvements for Git.
1466         * vc-git.el (vc-git-log-outgoing): Use the same format as the
1467         short log.
1468         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
1470         Add bindings for vc-log-incoming and vc-log-outgoing.
1471         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1472         and vc-log-outgoing.
1473         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1474         and vc-log-outgoing.
1476 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1478         * net/rcirc.el (rcirc-sort-nicknames): Remove.
1479         (rcirc-handler-366): Always sort nicknames.
1481 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
1483         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1485 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1487         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1489 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1491         * net/rcirc.el (rcirc-sort-nicknames): Change default.
1492         (rcirc-sort-nicknames-join): Avoid setq.
1494 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1496         * net/rcirc.el (rcirc-sort-nicknames): New custom.
1497         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1498         (rcirc-handler-366): Use them.
1500 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1502         Split smie-indent-calculate into more manageable chunks.
1503         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1504         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1505         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1506         (smie-indent-exps): Extract from smie-indent-calculate.
1507         (smie-indent-functions): New var.
1508         (smie-indent-functions): Use them.
1510 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1512         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1513         (smie-indent-calculate): Simplify and cleanup.
1515 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
1517         * net/tramp-gvfs.el (top): Require url-util.
1518         (tramp-gvfs-mount-point): Remove.
1519         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1520         New defuns.
1521         (with-tramp-dbus-call-method): Format trace message.
1522         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1523         Implement backup call, when operation on local files fails.
1524         Use progress reporter.  Flush properties of changed files.
1525         (tramp-gvfs-handle-make-directory): Make more traces.
1526         (tramp-gvfs-url-file-name): Hexify file name in url.
1527         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1528         into account for the resulting file name.
1529         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1530         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
1531         (tramp-gvfs-handler-mounted-unmounted)
1532         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1533         attribute "default_location".  Set "prefix" property.
1534         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1535         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1536         exists.  Raise an error, if not (due to a corresponding answer
1537         "no" in interactive questions, for example).
1539 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
1541         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1543 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
1545         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1546         right-*.  (Bug#6265)
1548 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
1550         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1551         * vc-git.el (vc-git-compute-remote): New function.
1552         (vc-git-log-outgoing): Use it instead of hard coding a value.
1553         (vc-git-log-incoming): New function.
1555         Improve state updating for VC tag commands.
1556         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1557         to update the state of all buffers in the directory.
1559         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1561 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1563         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1564         `file-directory-p' to the filename part rather than to the whole text.
1566 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
1568         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1569         (bug#6231).
1571 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1573         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1575 2010-05-31  Drew Adams  <drew.adams@oracle.com>
1577         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1579 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
1581         * subr.el (momentary-string-display): Just use read-event to read
1582         the exit event (Bug#6238).
1584 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
1586         * international/mule.el (define-coding-system): Doc fix (bug#6313).
1588 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1590         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1591         Suggested by Eli Zaretskii <eliz@gnu.org>.
1593 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1595         * minibuffer.el (completion-file-name-table): Don't return a boundary
1596         past the end of `string' (bug#6299).
1597         (completion--file-name-table): Delegate to completion-file-name-table
1598         for the `boundaries' case.
1600 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1602         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1603         movement commands.
1605         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1606         `path-separator', but maintain compatibility with Emacs 20.2.
1608 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1610         * server.el (server-process-filter): Receive parent-id argument
1611         from emacsclient.
1612         (server-create-window-system-frame): New arg.  Pass parent-id as
1613         frame parameter.
1615 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
1617         Bidi-sensitive word movement with arrow keys.
1618         * subr.el (right-arrow-command, left-arrow-command): Move to
1619         bindings.el.
1621         * bindings.el (right-char, left-char): Move from subr.el and
1622         rename from right-arrow-command and left-arrow-command.
1623         (right-word, left-word): New functions.
1624         (global-map) <right>: Bind to right-char.
1625         (global-map) <left>: Bind to left-char.
1626         (global-map) <C-right>: Bind to right-word.
1627         (global-map) <C-left>: Bind to left-word.
1629         * ls-lisp.el (ls-lisp-classify-file): New function.
1630         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1631         (ls-lisp-classify): Call ls-lisp-classify-file.
1632         (insert-directory): Remove blanks from switches.
1634 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1636         * ansi-color.el: Delete unused escape sequences (Bug#6085).
1637         (ansi-color-drop-regexp): New constant.
1638         (ansi-color-apply, ansi-color-filter-region)
1639         (ansi-color-apply-on-region): Delete unrecognized control sequences.
1640         (ansi-color-apply): Build string list before calling concat.
1642 2010-05-28  Juri Linkov  <juri@jurta.org>
1644         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1645         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
1646         (Bug#5270)
1648 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1650         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
1651         to ignored backtrace functions.
1652         (with-progress-reporter): Expand docstring.
1653         (tramp-handle-delete-file): Implement TRASH argument.
1654         (tramp-get-remote-trash): New defun.
1656 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1658         * net/tramp-compat.el (tramp-compat-delete-file): Use
1659         `symbol-value' for backward compatibility.
1661         * net/tramp.el (tramp-handle-make-symbolic-link)
1662         (tramp-handle-load)
1663         (tramp-do-copy-or-rename-file-via-buffer)
1664         (tramp-do-copy-or-rename-file-directly)
1665         (tramp-do-copy-or-rename-file-out-of-band)
1666         (tramp-handle-process-file, tramp-handle-call-process-region)
1667         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1668         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1669         (tramp-delete-temp-file-function): Use `delete-file' instead
1670         of `tramp-compat-delete-file'.
1672         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1673         (tramp-fish-handle-make-symbolic-link)
1674         (tramp-fish-handle-process-file): Use `delete-file' instead
1675         of `tramp-compat-delete-file'.
1677         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
1678         `delete-file' instead of `tramp-compat-delete-file'.
1680         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1681         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
1682         `tramp-compat-delete-file'.
1684         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
1685         `delete-file' instead of `tramp-compat-delete-file'.
1687         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1688         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1689         (tramp-smb-handle-write-region): Use `delete-file' instead of
1690         `tramp-compat-delete-file'.
1691         (tramp-smb-handle-delete-directory): Use 'trash as arg.
1693 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1695         * dired.el (dired-delete-file): New arg TRASH.
1696         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
1697         (dired-do-flagged-delete, dired-do-delete): Use trash.
1699         * speedbar.el (speedbar-item-delete): Allow trashing.
1701         * files.el (delete-directory): New arg TRASH.
1703         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
1704         (ange-ftp-rename-remote-to-remote)
1705         (ange-ftp-rename-local-to-remote)
1706         (ange-ftp-rename-remote-to-local, ange-ftp-load)
1707         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
1708         `delete-file'.
1709         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
1710         allow trashing.
1712         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1713         handle new TRASH arg of `delete-file'.
1715         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
1716         (tramp-handle-make-symbolic-link, tramp-handle-load)
1717         (tramp-do-copy-or-rename-file-via-buffer)
1718         (tramp-do-copy-or-rename-file-directly)
1719         (tramp-do-copy-or-rename-file-out-of-band)
1720         (tramp-handle-process-file, tramp-handle-call-process-region)
1721         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1722         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1723         (tramp-delete-temp-file-function): Use null TRASH arg in
1724         tramp-compat-delete-file call.
1726         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1727         (tramp-fish-handle-delete-file)
1728         (tramp-fish-handle-make-symbolic-link)
1729         (tramp-fish-handle-process-file): Use null TRASH arg in
1730         `tramp-compat-delete-file' call.
1732         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
1733         arg in `tramp-compat-delete-file' call.
1735         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1736         (tramp-gvfs-handle-write-region): Use null TRASH arg in
1737         `tramp-compat-delete-file' call.
1739         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
1740         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
1741         `tramp-compat-delete-file' call.
1743         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1744         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1745         (tramp-smb-handle-write-region): Use null TRASH arg in
1746         tramp-compat-delete-file call.
1747         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
1748         (tramp-smb-handle-delete-file): Rename arg.
1750         * diff.el (diff-sentinel):
1751         * epg.el (epg--make-temp-file, epg-decrypt-string)
1752         (epg-verify-string, epg-sign-string, epg-encrypt-string):
1753         * jka-compr.el (jka-compr-partial-uncompress)
1754         (jka-compr-call-process, jka-compr-write-region):
1755         * server.el (server-sentinel): Remove optional arg from
1756         delete-file, reverting 2010-05-03 change.
1758 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1760         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
1761         font-lock-constant-face, not obsolete font-lock-reference-face.
1763 2010-05-27  Kenichi Handa  <handa@m17n.org>
1765         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
1766         element of GSTRING is nil.
1768 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1770         * emacs-lisp/smie.el (smie-forward-token-function)
1771         (smie-backward-token-function): New vars.
1772         (smie-backward-sexp, smie-forward-sexp)
1773         (smie-indent-hanging-p, smie-indent-calculate): Use them.
1774         (smie-default-backward-token): Rename from smie-backward-token and
1775         skip comments.
1776         (smie-default-forward-token): Rename from smie-forward-token and
1777         skip comments.
1778         (smie-next-sexp): Handle nil results from next-token.
1779         (smie-indent-calculate): Add a new case for special `fixindent' comments.
1781 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1783         * progmodes/verilog-mode.el (verilog-type-font-keywords):
1784         Use font-lock-constant-face, not obsolete font-lock-reference-face.
1786 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
1788         * htmlfontify.el (hfy-face-resolve-face): New function.
1789         (hfy-face-to-style): Use it (Bug#6279).
1791 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1793         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
1794         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
1796 2010-05-26  Glenn Morris  <rgm@gnu.org>
1798         * emulation/edt.el (edt-load-keys): Use locate-library.
1800 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
1802         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
1803         (log-edit-changelog-entries): Doc fix.
1804         (log-edit-changelog-insert-entries): Args changed.
1805         Rename relative filenames in ChangeLog entries.  Delete tabs.
1806         (log-edit-insert-changelog-entries): Reorganize return value of
1807         `log-edit-changelog-entries' to pass filenames to
1808         log-edit-changelog-insert-entries.
1810 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1812         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
1813         `image-dired-dired-insert-marked-thumbs' to
1814         `image-dired-dired-toggle-marked-thumbs'.
1816         * image-dired.el: Require cl when compiling.
1817         (image-dired-dired-toggle-marked-thumbs): Rename from
1818         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
1819         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
1820         to 'no-dir.  Skip files whose names don't match
1821         `image-file-name-regexp'.  When file has a thumbnail overlay,
1822         delete it.  (Bug#5270)
1824 2010-05-25  Juri Linkov  <juri@jurta.org>
1826         * image-mode.el (image-mode): Add image-after-revert-hook to
1827         after-revert-hook.
1828         (image-after-revert-hook): New function.  (Bug#5669)
1830 2010-05-25  Juri Linkov  <juri@jurta.org>
1832         * image.el (image-animated-p): When delay between animated images
1833         is 0, set it to 10 (0.1 sec).  (Bug#6258)
1835 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1837         * net/tramp.el (tramp-handle-insert-directory): Don't use
1838         `forward-word', its default syntax could be changed.
1840 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
1842         * net/tramp.el (tramp-progress-reporter-update): New defun.
1843         (with-progress-reporter): Use it.
1844         (tramp-process-actions):
1845         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
1846         current message, in order to let progress reporter continue
1847         afterwards.  (Bug#6257)
1849 2010-05-25  Glenn Morris  <rgm@gnu.org>
1851         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
1852         Add :version.
1854 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
1856         * net/rcirc.el (rcirc-default-user-name): Change to "user".
1857         (rcirc-default-full-name): Change to "unknown".
1858         (rcirc-user-name-history): Add variable.
1860 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
1861             Jonathan Rockway  <jon@jrock.us>
1863         * net/rcirc.el (rcirc-server-alist): Add :pass.
1864         (rcirc): When prompting for connection parameters, also prompt for
1865         username and password.
1866         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
1867         value to server when connecting.
1869 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1871         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
1872         (smie-merge-prec2s): Pass the tables as separate args.
1873         (smie-bnf-precedence-table): Adjust call accordingly.
1874         (smie-prec2-levels): Set levels at the end.
1876         Replace Lisp calls to delete-backward-char by delete-char.
1877         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
1878         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
1879         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
1880         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
1881         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
1882         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
1883         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
1884         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
1885         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
1886         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
1887         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
1888         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
1889         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
1890         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
1891         delete-backward-char by calls to delete-char.
1893 2010-05-25  Kenichi Handa  <handa@m17n.org>
1895         * language/hebrew.el (hebrew-shape-gstring): New function.
1896         Register it in composition-function-table for all Hebrew combining
1897         characters.
1899 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1901         * epa.el (epa--select-keys): Don't explicitly delete the window since
1902         that can fail (e.g. sole window in frame).  Use dedication instead.
1904 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
1906         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1908 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
1910         * image.el (image-refresh): Define as an alias for image-flush.
1912         * image-mode.el (image-toggle-display-image): Caller changed.
1914 2010-05-21  Juri Linkov  <juri@jurta.org>
1916         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
1917         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
1918         whitespace, call wildcard-to-regexp on substrings and concat them
1919         with "\\|".  (Bug#6114)
1921 2010-05-21  Alan Mackenzie  <acm@muc.de>
1923         * progmodes/cc-engine.el (c-parse-state-get-strategy):
1924         Replace parameter `here' with `here-' and `here-plus', which sandwich
1925         any pertinent CPP construct.
1926         (c-remove-stale-state-cache-backwards): Fix a bug which happens
1927         when doing (c-parse-state) in a CPP construct: Exclude any "new"
1928         CPP construct from taking part in the scanning.
1930 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
1932         * net/tramp.el (tramp-do-copy-or-rename-file)
1933         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
1934         Tune `with-progress-reporter' messages.
1935         (tramp-handle-vc-registered):
1936         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
1937         (tramp-fish-handle-insert-file-contents)
1938         (tramp-fish-maybe-open-connection):
1939         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1940         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
1941         (tramp-imap-handle-insert-file-contents)
1942         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1944 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
1946         * add-log.el (change-log-font-lock-keywords):
1947         Highlight all authors in multi-author entries.
1949         * smerge-mode.el (smerge-refine-ignore-whitespace)
1950         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
1951         Fix typos in docstrings.
1952         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
1954 2010-05-21  Glenn Morris  <rgm@gnu.org>
1956         * progmodes/fortran.el (fortran-mode):
1957         * progmodes/f90.el (f90-mode): Derive from prog-mode.
1959         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
1960         having a relative path in src/Makefile.in.
1962 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1964         * help-mode.el (help-make-xrefs): For Info node links turn
1965         newlines into spaces.  Link node names with newlines are matched
1966         by help-xref-info-regexp and buttonized, this change ensures they
1967         can be followed successfully with RET.  (Bug#6206)
1969 2010-05-20  Juri Linkov  <juri@jurta.org>
1971         * locate.el (locate): Use pop-to-buffer instead of
1972         switch-to-buffer-other-window.  (Bug#6204)
1974 2010-05-20  Juri Linkov  <juri@jurta.org>
1976         * replace.el (replace-highlight): Fix lazy-highlighting
1977         for `M-s w str M-% str RET'.
1979 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
1981         * isearch.el (isearch-yank-word-or-char): Pull next subword
1982         when `subword-mode' is activated.  (Bug#6220)
1984 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
1986         * isearch.el (isearch-update-post-hook): New hook.
1987         (isearch-update): Use the new hook.  (Bug#6225)
1989 2010-05-20  Juri Linkov  <juri@jurta.org>
1991         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
1992         [f1], [help], and (char-to-string help-char) instead of "\C-h".
1993         (Bug#6222)
1995 2010-05-20  Juri Linkov  <juri@jurta.org>
1997         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
1998         (Bug#6223)
2000 2010-05-20  Juri Linkov  <juri@jurta.org>
2002         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
2003         FILE-NAME to read from the minibuffer when called interactively
2004         with prefix argument instead of using buffer-file-name.
2005         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
2007         * dired.el: Update autoloads.
2009 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
2011         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
2012         nxml-finish-element, for consistency with SGML mode.
2014         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
2015         octave-close-block.
2017 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
2019         * composite.el: Require cl when compiling.
2020         (reference-point-alist, compose-gstring-for-graphic)
2021         (compose-gstring-for-terminal): Fix typos in docstrings.
2023 2010-05-19  Juri Linkov  <juri@jurta.org>
2025         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
2026         set-window-parameter.
2028 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2030         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
2031         where appropriate.
2032         (tramp-maybe-open-connection): Use it.
2034 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
2036         * simple.el (move-end-of-line): Make sure we are at line beginning
2037         before backing up to end of previous line.
2039 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2041         * password-cache.el (password-cache-remove): Fix docstring.
2043         * net/secrets.el: Autoload the widget functions.
2044         (secrets-search-items, secrets-create-item)
2045         (secrets-get-attributes, secrets-expand-item): Attributes will be
2046         stored on the password database without leading ":", as all other
2047         clients do as well.
2048         (secrets-mode): Fix docstring.
2049         (secrets-show-secrets): Provide it as autoloaded command only when
2050         D-Bus support is available.  Check existence of Secret Service API.
2052 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2054         * indent.el (indent-region): Deactivate region (bug#6200).
2056 2010-05-19  Glenn Morris  <rgm@gnu.org>
2058         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
2060 2010-05-19  Kenichi Handa  <handa@m17n.org>
2062         * composite.el: Register compose-gstring-for-graphic in
2063         composition-function-table only for combining characters (Mn, Mc, Me).
2065 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
2067         * calc/calc-trail.el (calc-trail-isearch-forward)
2068         (calc-trail-isearch-backward): Ensure that the new window
2069         point is set correctly.
2071 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2073         * subr.el (read-quoted-char): Resolve modifiers after key
2074         remapping (bug#6212).
2076 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
2078         Add visualization code for secrets.
2079         * net/secrets.el (secrets-mode): New major mode.
2080         (secrets-show-secrets, secrets-show-collections)
2081         (secrets-expand-collection, secrets-expand-item)
2082         (secrets-tree-widget-after-toggle-function)
2083         (secrets-tree-widget-show-password): New defuns.
2085 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2087         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
2088         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
2089         handled in smie-next-sexp.
2090         (smie-indent-calculate): Provide a starting indentation (so the
2091         recursion is well-founded ;-).
2093         Fix handling of non-associative equal levels.
2094         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
2095         when it's not needed.
2096         (smie-op-left, smie-op-right): New functions.
2097         (smie-next-sexp): New function, extracted from smie-backward-sexp.
2098         Better handle equal levels to distinguish the associative case from
2099         the "multi-keyword construct" case.
2100         (smie-backward-sexp, smie-forward-sexp): Use it.
2102 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
2104         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
2106         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
2107         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
2109 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2111         Provide a simple generic indentation engine and use it for Prolog.
2112         * emacs-lisp/smie.el: New file.
2113         * progmodes/prolog.el (prolog-smie-op-levels)
2114         (prolog-smie-indent-rules): New var.
2115         (prolog-mode-variables): Use them to configure SMIE.
2116         (prolog-indent-line, prolog-indent-level): Remove.
2118 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
2120         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
2121         order before computing the averages.
2123 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
2125         * calc/calc-vec.el (calc-histogram):
2126         (calcFunc-histogram): Allow vectors as inputs.
2127         (math-vector-avg): New function.
2129         * calc/calc-ext.el (math-group-float): Have the number of digits
2130         being grouped depend on the radix (Bug#6189).
2132 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
2134         * version.el (emacs-copyright, emacs-version): Don't define here,
2135         now that emacs.c defines it.
2137 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
2139         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
2140         "Describe Language Environment" menu item.
2142         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
2144         Bidi-sensitive movement with arrow keys.
2145         * subr.el (right-arrow-command, left-arrow-command): New functions.
2147         * bindings.el (global-map): Bind them to right and left arrow keys.
2149         Don't override standard definition of convert-standard-filename.
2150         * files.el (convert-standard-filename): Call
2151         w32-convert-standard-filename and dos-convert-standard-filename on
2152         the corresponding systems.
2154         * w32-fns.el (w32-convert-standard-filename): Rename from
2155         convert-standard-filename.  Doc fix.
2157         * dos-fns.el (dos-convert-standard-filename): Doc fix.
2158         (convert-standard-filename): Don't defalias.
2159         (register-name-alist, make-register, register-value)
2160         (set-register-value, intdos): Obsolete aliases for the
2161         corresponding dos-* functions and variables.
2162         (dos-intdos): Add a doc string.
2164 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
2166         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
2167         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
2168         (math-compose-tex-func):
2169         * calc/calccomp.el (math-compose-expr):
2170         * calc/calc-ext.el (math-format-flat-expr-fancy):
2171         * calc/calc-store.el (calc-read-var-name):
2172         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
2174         * calc/calc.el (var-π, var-φ, var-γ): New variables.
2175         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
2176         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
2177         (math-standard-units): Add units.
2179 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2181         * progmodes/asm-mode.el (asm-mode):
2182         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
2184         * pcomplete.el (pcomplete-completions-at-point): New function,
2185         extracted from pcomplete-std-complete.
2186         (pcomplete-std-complete): Use it.
2188 2010-05-15  Glenn Morris  <rgm@gnu.org>
2190         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2191         Remove references to CVS, RCS and Old directories.
2193 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
2195         * calc/calc-bin.el (math-format-twos-complement): Group digits when
2196         appropriate.
2198 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2200         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
2201         (sh-mode-syntax-table): Give it a default value instead.
2202         (sh-header-marker): Make buffer-local.
2203         (sh-mode): Move make-local-variable to the corresponding setq.
2204         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
2205         Use complete-with-action.
2207         * simple.el (prog-mode): New (abstract) major mode.
2208         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
2209         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
2211 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
2213         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
2214         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
2215         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
2216         (sql-make-alternate-buffer-name, sql-placeholders-filter)
2217         (sql-escape-newlines-filter, sql-input-sender)
2218         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
2220 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
2222         Add TeX open-block and close-block keybindings to SGML, and vice versa.
2224         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
2225         latex-open-block and C-c / to latex-close-block.
2227         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
2228         and C-c C-e to sgml-close-tag.
2230 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
2232         * net/tramp.el (with-progress-reporter): Create reporter object
2233         only when the message would be displayed.  Handle nested calls.
2234         (tramp-handle-load, tramp-handle-file-local-copy)
2235         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2236         (tramp-maybe-send-script, tramp-find-shell):
2237         Use `with-progress-reporter'.
2238         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
2239         Fix message text.
2241         * net/tramp-smb.el (tramp-smb-handle-copy-file)
2242         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2243         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2244         Use `with-progress-reporter'.
2246 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
2248         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
2249         process everytime when spellchecking from the minibuffer (bug#6143).
2251 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2253         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
2255         * dos-fns.el: Add "dos-" prefix for namespace control.
2256         (convert-standard-filename): Define as alias for
2257         dos-convert-standard-filename but only if applicable.
2259 2010-05-12  Alan Mackenzie  <acm@muc.de>
2261         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2262         Push the mark at the start of these functions when appropriate.
2264 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2266         * minibuffer.el (completion-cycle-threshold): New custom var.
2267         (completion--do-completion): Use it.
2268         (minibuffer-complete): Use cycling if appropriate.
2270 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
2272         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
2273         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
2275 2010-05-11  Juri Linkov  <juri@jurta.org>
2277         * scroll-all.el (scroll-all-check-to-scroll):
2278         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
2280 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2282         * iimage.el (iimage-mode-map): Move initialization into declaration.
2283         (iimage-mode-buffer): Use with-silent-modifications.
2284         Simplify calling convention.  Adjust callers.
2285         (iimage-mode): Don't run hook redundantly.
2287         * minibuffer.el (completion-pcm--pattern->regex):
2288         Fix last change (bug#6160).
2290 2010-05-10  Juri Linkov  <juri@jurta.org>
2292         Remove nodes visited during Isearch from the Info history.
2293         * info.el (Info-isearch-initial-history)
2294         (Info-isearch-initial-history-list): New variables.
2295         (Info-isearch-start): Record initial values of
2296         Info-isearch-initial-history and Info-isearch-initial-history-list.
2297         Add Info-isearch-end to isearch-mode-end-hook.
2298         (Info-isearch-end): New function.
2300 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
2302         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
2303         format string, in order to work around a bug in pdksh.
2304         Reported by Gilles Pion <gpion@lfdj.com>.
2305         (tramp-handle-verify-visited-file-modtime): Do not send a command
2306         when the connection is not established.
2307         (tramp-handle-set-file-times): Simplify the check for utc.
2309 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
2311         Fix use of `filter-buffer-substring' (rework previous change).
2312         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
2313         (cua-repeat-replace-region):
2314         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
2315         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2316         (cua-cut-region-to-global-mark): Use it.
2318 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
2320         * progmodes/sql.el: Version 2.1.
2321         (sql-product-alist): Redesign structure of product info.
2322         (sql-product, sql-user, sql-server, sql-database): Safe variables.
2323         (sql-port, sql-port-history): New variables.
2324         (sql-interactive-product): New variable.
2325         (sql-send-terminator): New variable.
2326         (sql-imenu-generic-expression): Add "Types" imenu entry.
2327         (sql-oracle-login-params, sql-sqlite-login-params)
2328         (sql-mysql-login-params, sql-solid-login-params)
2329         (sql-sybase-login-params, sql-informix-login-params)
2330         (sql-ingres-login-params, sql-ms-login-params)
2331         (sql-postgres-login-params, sql-interbase-login-params)
2332         (sql-db2-login-params, sql-linter-login-params)
2333         (sql-oracle-scan-on): New variables.
2334         (sql-mode-map): Add C-c C-i to start interactive mode.
2335         (sql-mode-menu): Update existing menu entries.
2336         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
2337         (sql-mode-oracle-font-lock-keywords)
2338         (sql-mode-postgres-font-lock-keywords)
2339         (sql-mode-ms-font-lock-keywords)
2340         (sql-mode-sybase-font-lock-keywords)
2341         (sql-mode-informix-font-lock-keywords)
2342         (sql-mode-interbase-font-lock-keywords)
2343         (sql-mode-ingres-font-lock-keywords)
2344         (sql-mode-solid-font-lock-keywords)
2345         (sql-mode-mysql-font-lock-keywords)
2346         (sql-mode-sqlite-font-lock-keywords)
2347         (sql-mode-db2-font-lock-keywords)
2348         (sql-mode-linter-font-lock-keywords): Update initialization to
2349         reduce run-time complexity.
2350         (sql-add-product, sql-del-product): New functions.
2351         (sql-set-product-feature, sql-get-product-feature): New functions.
2352         (sql-product-font-lock): Update product API.
2353         (sql-add-product-keywords): New function.
2354         (sql-highlight-product): Update product API.
2355         (sql-help-list-products): New function.
2356         (sql-help): Dynamically lists free and non-free products.
2357         (sql-get-login): Correct bug in handling history and added
2358         prompt for port.
2359         (sql-copy-column): Copy without properties.
2360         (sqli-input-sender): Apply filters to SQLi input.
2361         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2362         Implement as a filter.
2363         (sql-escape-newlines-filter): Implement as a filter.
2364         (sql-remove-tabs-filter): New function.
2365         (sql-send-magic-terminator): New function.
2366         (sql-send-string): Implement magic terminator.
2367         (sql-send-region): Use `sql-send-string'.
2368         (sql-interactive-mode): Use product API.
2369         (sql-product-interactive): Use product API.
2370         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2371         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2372         (sql-db2, sql-linter): Use `sql-product-interactive'.
2373         (sql-connect): New function.
2374         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2375         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2376         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2377         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2378         Use `sql-connect'.
2380 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2382         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2383         New custom variable.
2384         (completion-pcm--string->pattern): Use it.
2385         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2386         Make it handle any symbol as `any'.
2387         (completion-pcm--merge-completions): Extract common suffix for the new
2388         `prefix' symbol as well.
2389         (completion-substring--all-completions): Use the new `prefix' symbol.
2391 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
2393         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2394         not bound.
2395         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2396         (tramp-compat-funcall): New defmacro.
2397         (tramp-compat-line-beginning-position)
2398         (tramp-compat-line-end-position)
2399         (tramp-compat-temporary-file-directory)
2400         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2401         (tramp-compat-copy-file, tramp-compat-copy-directory)
2402         (tramp-compat-delete-file, tramp-compat-delete-directory)
2403         (tramp-compat-number-sequence, tramp-compat-process-running-p)
2404         * net/tramp.el (top, with-progress-reporter)
2405         (tramp-rfn-eshadow-setup-minibuffer)
2406         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2407         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2408         (tramp-completion-mode-p, tramp-check-for-regexp)
2409         (tramp-open-connection-setup-interactive-shell)
2410         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2411         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2412         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2413         * net/tramp-cmds.el (tramp-cleanup-all-connections)
2414         (tramp-reporter-dump-variable, tramp-load-report-modules)
2415         (tramp-append-tramp-buffers)
2416         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2418         * net/tramp-imap.el (top): Autoload `epg-make-context'.
2420 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2422         * progmodes/compile.el (compilation-buffer-modtime): Rename from
2423         buffer-modtime.  Adjust users.
2425 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2427         * international/mule.el (auto-coding-alist): Only purecopy
2428         car of each item, not the whole list (Bug#6083).
2430 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2432         * progmodes/js.el (js-mode): Make paragraph variables local before
2433         calling c-setup-paragraph-variables (Bug#6071).
2435 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
2437         * composite.el (compose-region, reference-point-alist): Fix typos
2438         in the doc strings.
2440 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2442         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2443         gnuplot's "set" command.
2445 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2447         * abbrev.el (last-abbrev-text): Doc fix.
2448         (abbrev-prefix-mark): Don't escape parenthesis.
2450 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
2452         * composite.el (find-composition): Doc fix.
2454 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2456         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2457         (sql-oracle-program, sql-sqlite-options)
2458         (sql-query-placeholders-and-send): Doc fixes.
2459         (sql-set-product, sql-interactive-mode): Reflow docstrings.
2460         (sql-imenu-generic-expression, sql-buffer)
2461         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2462         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2463         (sql-mode-sybase-font-lock-keywords)
2464         (sql-mode-informix-font-lock-keywords)
2465         (sql-mode-interbase-font-lock-keywords)
2466         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2467         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2468         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2469         (sql-product-feature, sql-highlight-product)
2470         (comint-line-beginning-position, sql-rename-buffer)
2471         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2472         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2473         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2474         Fix typos in docstrings.
2476 2010-05-08  Juri Linkov  <juri@jurta.org>
2478         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2479         property instead of `invisible' and `after-string' (bug#5998).
2481 2010-05-08  Juri Linkov  <juri@jurta.org>
2483         * image-mode.el (image-mode-as-text): Fix typo in docstring.
2485 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2487         * filecache.el (file-cache-add-directory-list)
2488         (file-cache-add-directory-recursively): Fix typos in docstrings.
2490 2010-05-08  Kenichi Handa  <handa@m17n.org>
2492         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2493         (gujarati-composable-pattern): Fix typo.
2495 2010-05-08  Kenichi Handa  <handa@m17n.org>
2497         * language/indian.el (oriya-composable-pattern)
2498         (tamil-composable-pattern, malayalam-composable-pattern):
2499         Add two-part vowels to "v" (vowel sign).
2501 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2503         * files.el (copy-directory): Handle symlinks (Bug#5982).
2505 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
2507         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2508         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2509         (Bug#5846).
2511 2010-05-08  Glenn Morris  <rgm@gnu.org>
2513         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2515         * minibuffer.el (completion-at-point): Doc fix.
2517 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2519         * electric.el (Electric-command-loop): Minor tweak.
2521         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2522         better with dedicated windows.
2524 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2526         * Version 23.2 released.
2528 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
2529             Stefan Monnier  <monnier@iro.umontreal.ca>
2531         Highlight vendor specific properties.
2532         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2533         (css-proprietary-property): New face.
2534         (css-font-lock-keywords): Use them.
2536 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
2538         * cus-start.el (all): Add native condition for tool-bar-* symbols.
2540 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2542         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2543         * files.el (auto-mode-alist): Remove redundant entries.
2545         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2546         * simple.el (auto-save-mode): Move from files.el.
2547         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2549 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2551         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2553 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2555         * mail/binhex.el (binhex-decode-region-internal)
2556         * mail/uudecode.el (uudecode-decode-region-internal)
2557         * net/dns.el (dns-read-string-name, dns-write, dns-read)
2558         (dns-read-type, dns-query)
2559         * pgg-parse.el (pgg-parse-armor)
2560         * pgg.el (pgg-verify-region)
2561         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2562         XEmacs.
2564         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2566 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
2568         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2570         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2571         * emulation/cua-base.el (cua-repeat-replace-region):
2572         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2573         (cua-cut-region-to-global-mark):
2574         Remove text properties with `set-text-properties'.
2576 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
2578         * net/tramp.el (top, with-progress-reporter):
2579         Use `symbol-function' inside `funcall'.
2581         * net/tramp-compat.el (tramp-compat-file-attributes)
2582         (tramp-compat-delete-file, tramp-compat-delete-directory):
2583         Handle only `wrong-number-of-arguments' error.
2585         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2586         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2587         inside `funcall'.
2589 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2591         * minibuffer.el (completion--sreverse, completion--common-suffix):
2592         New functions.
2593         (completion-pcm--merge-completions): Extract common suffix when safe.
2595         * emacs-lisp/easy-mmode.el (define-minor-mode):
2596         Make :variable more flexible.
2597         * files.el (auto-save-mode): Use it to define using define-minor-mode.
2599 2010-05-05  Juri Linkov  <juri@jurta.org>
2601         Add `slow' and `history' tags to the desktop data.
2603         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2604         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2605         (Info-finder-find-node): Require `finder.el' to be able
2606         to restore node from the desktop.
2607         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
2608         data `Info-history' and `slow' tag in the assoc list.
2609         (Info-restore-desktop-buffer): Don't restore nodes with the
2610         `slow' tag.  Restore `Info-history'.
2612 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
2614         Add FORCE argument to `delete-file'.
2616         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2617         forcing to delete the temporary file.
2618         (ange-ftp-delete-file): Add FORCE arg.
2619         (ange-ftp-rename-remote-to-remote)
2620         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2621         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2622         Force file deletion.
2624         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2626         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2627         (tramp-handle-make-symbolic-link, tramp-handle-load)
2628         (tramp-do-copy-or-rename-file-via-buffer)
2629         (tramp-do-copy-or-rename-file-directly)
2630         (tramp-do-copy-or-rename-file-out-of-band)
2631         (tramp-handle-process-file, tramp-handle-call-process-region)
2632         (tramp-handle-shell-command, tramp-handle-file-local-copy)
2633         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2634         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2636         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2637         (tramp-fish-handle-make-symbolic-link)
2638         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
2640         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2641         Use `tramp-compat-delete-file'.
2643         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
2644         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
2646         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
2647         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
2649         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
2650         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
2651         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
2652         `tramp-compat-delete-file'.
2654 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2656         Minor cleanups.
2657         * subr.el (add-minor-mode): Use push.
2658         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
2659         * emulation/edt.el (edt-select-mode): Simplify.
2661         Use define-minor-mode in more cases.
2662         * term/tvi970.el (tvi970-set-keypad-mode):
2663         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2664         (normal-erase-is-backspace-mode):
2665         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
2666         (set-scroll-bar-mode-1): (Re)move to its sole caller.
2667         (get-scroll-bar-mode): New function.
2668         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
2670         Use define-minor-mode for less obvious cases.
2671         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
2672         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
2673         * international/iso-ascii.el (iso-ascii-mode):
2674         * frame.el (auto-raise-mode, auto-lower-mode):
2675         * composite.el (global-auto-composition-mode): Use define-minor-mode.
2677 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
2679         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
2680         in order to see error messages for failed logins.
2682 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
2684         * diff.el (diff-sentinel):
2686         * epg.el (epg--make-temp-file, epg-decrypt-string)
2687         (epg-verify-string, epg-sign-string, epg-encrypt-string):
2689         * jka-compr.el (jka-compr-partial-uncompress)
2690         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
2692         * server.el (server-sentinel): Use delete-file's new FORCE arg
2693         (Bug#6070).
2695 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2697         Use define-minor-mode where applicable.
2698         * view.el (view-mode):
2699         * type-break.el (type-break-query-mode)
2700         (type-break-mode-line-message-mode):
2701         * textmodes/reftex.el (reftex-mode):
2702         * term/vt100.el (vt100-wide-mode):
2703         * tar-mode.el (tar-subfile-mode):
2704         * savehist.el (savehist-mode):
2705         * ibuf-ext.el (ibuffer-auto-mode):
2706         * composite.el (auto-composition-mode):
2707         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2708         Use define-minor-mode.
2709         (vhdl-mode): Use static mode-line format.
2710         (vhdl-mode-line-update): Delete.
2711         (vhdl-create-mode-menu, vhdl-activate-customizations)
2712         (vhdl-hs-minor-mode): Don't bother calling it.
2714 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2716         * simple.el (with-wrapper-hook): Move.
2717         (buffer-substring-filters): Mark obsolete.
2718         (filter-buffer-substring-functions): New variable.
2719         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
2721         Use a mode-line spec rather than a static string in Semantic.
2722         * cedet/semantic/util-modes.el:
2723         (semantic-minor-modes-format): New var to replace...
2724         (semantic-minor-modes-status): Remove.
2725         (semantic-mode-line-update): Construct a mode-line spec rather than
2726         a static string so that mouse buttons can be used on individual minor
2727         modes and so that semantic-mode-line-update only needs to be called
2728         when global settings are changed.
2729         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
2730         Call semantic-mode-line-update.
2731         (semantic-toggle-minor-mode-globally): Don't assume mode is on
2732         minor-mode-alist, check semantic-minor-mode-alist as well.
2733         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
2734         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
2735         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
2736         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2737         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2738         (define-semantic-idle-service, semantic-idle-summary-mode):
2739         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
2740         Don't call semantic-mode-line-update any more.
2742 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2744         Use define-minor-mode in CEDET where applicable.
2746         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
2747         Use define-minor-mode.
2749         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
2750         Remove unused arg `keymap' and code redundant with define-minor-mode.
2751         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
2752         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
2753         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
2754         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
2755         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
2756         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
2757         Use define-minor-mode.
2758         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
2759         (semantic-show-unmatched-syntax-mode-setup)
2760         (semantic-show-parser-state-mode-setup)
2761         (semantic-highlight-func-mode-setup): Inline into sole caller.
2763         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2764         (semantic-mru-bookmark-mode): Use define-minor-mode.
2765         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
2767         * cedet/semantic/idle.el (define-semantic-idle-service):
2768         Use define-minor-mode and inline setup function into its sole caller.
2769         (semantic-idle-scheduler-mode-setup)
2770         (semantic-idle-summary-mode-setup): Inline into sole caller.
2771         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
2772         Use define-minor-mode.
2774         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
2775         (semantic-decoration-mode): Use define-minor-mode.
2776         (semantic-decoration-mode-setup): Inline into sole caller.
2778         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
2779         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
2780         (ede-dired-add-to-target): Use dolist.
2782 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2783             Michael Albinus  <michael.albinus@gmx.de>
2785         Implement compression for inline methods.
2787         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2788         (tramp-copy-size-limit): Allow also nil.
2789         (tramp-inline-compress-commands): New defconst.
2790         (tramp-find-inline-compress, tramp-get-inline-compress)
2791         (tramp-get-inline-coding): New defuns.
2792         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2793         replaced by `tramp-get-inline-coding'.
2794         (tramp-handle-file-local-copy, tramp-handle-write-region)
2795         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2797 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2799         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
2800         Remove unused functions.
2802         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
2803         Set find-tag-default-function as a variable rather than a property.
2805         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
2806         * progmodes/etags.el (tags-completion-at-point-function):
2807         Remove left over interactive spec.  Add autoloading stub.
2808         (complete-tag): Use tags-completion-at-point-function.
2810 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
2812         * minibuffer.el (tags-completion-at-point-function): Fix return value.
2814 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
2816         * ido.el (ido-init-completion-maps): Remove C-v binding.
2817         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
2819 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
2821         * minibuffer.el (tags-completion-at-point-function): New function.
2822         (completion-at-point-functions): Use it.
2824         * cedet/semantic.el (semantic-completion-at-point-function): New function.
2825         (semantic-mode): Use semantic-completion-at-point-function for
2826         completion-at-point-functions instead.
2828         * progmodes/etags.el (complete-tag): Revert last change.
2830 2010-04-29  Alan Mackenzie  <acm@muc.de>
2832         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
2833         off-by-one error (in end of macro position).
2835 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2837         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
2838         firefox is absent.  Don't autoload.
2839         (browse-url-galeon-program): Don't autoload.
2841 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
2843         * bindings.el (complete-symbol): Move into minibuffer.el.
2845         * minibuffer.el (complete-tag): Move from etags.el.  If tags
2846         completion cannot be performed, return nil instead of signalling
2847         an error.
2848         (completion-at-point): Make it an alias for complete-symbol.
2849         (complete-symbol): Move from bindings.el, and replace with the
2850         body of completion-at-point.
2852         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
2854         * cedet/semantic.el (semantic-mode): When enabled, add
2855         semantic-ia-complete-symbol to completion-at-point-functions.
2857         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
2858         if Semantic is not active.
2860 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
2862         * net/tramp.el (tramp-remote-selinux-p): New defun.
2863         (tramp-handle-file-selinux-context)
2864         (tramp-handle-set-file-selinux-context): Use it.
2866 2010-04-28  Sam Steingold  <sds@gnu.org>
2868         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2869         `safe-local-variable' if the value is a string or a symbol with
2870         the property `bug-reference-url-format'.
2872 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
2874         * progmodes/bug-reference.el (bug-reference-url-format): Revert
2875         2010-04-27 change due to security risk.
2877 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2879         Make it possible to locally disable a globally enabled mode.
2880         * simple.el (fundamental-mode): Run fundamental-mode-hook.
2881         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
2882         rather than kill-all-local-variables so it runs fundamental-mode-hook.
2883         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2884         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
2885         that subsequent hooks get a chance to disable it.
2887 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2889         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2890         Avoid re-enabling a minor mode after the user turned the minor mode
2891         off if MODE-enable-in-buffers is run twice (typically once from
2892         fundamental-mode's after-change-major-mode-hook and a second time from
2893         run-mode-hook's own after-change-major-mode-hook).
2895         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
2897 2010-04-27  Sam Steingold  <sds@gnu.org>
2899         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2900         `safe-local-variable' if the value is a string or a function, as
2901         documented and implemented on 2010-04-02.
2903 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
2905         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
2906         when method is 'kill.
2908 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
2910         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
2911         condition in default directory check.
2912         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
2913         Kill ispell process when killing its associated buffer.
2915 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
2917         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
2918         but we aren't using it.
2920 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
2922         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
2923         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
2925 2010-04-24  Glenn Morris  <rgm@gnu.org>
2927         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
2928         Ignore VCS-ignore files, and deleted nextstep preferences files.
2929         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
2930         (authors-ambiguous-files): New list.
2931         (authors-valid-file-names): Add some deleted files.
2932         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
2933         (authors-disambiguate-file-name): New function.  (Bug#5501)
2934         (authors-canonical-file-name): Doc fix.
2935         Don't warn about obsolete files.
2936         (authors-canonical-file-name, authors-scan-el):
2937         Use authors-disambiguate-file-name.
2939         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2940         Add autoload cookies.
2941         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
2942         (generated-autoload-file): Set file-local value to "htmlfontify.el".
2943         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
2944         They have definitions / compiler macros in cl.el.
2945         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2946         Replace manual autoloads with generated ones.
2947         (htmlfontify-unload-rgb-file): Remove autoload.
2948         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
2950 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2952         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
2953         (byte-compile-setq-default): Optimize for the
2954         single-var case and don't call byte-compile-form in this case to avoid
2955         inf-loop with byte-compile-set-default.
2957         * progmodes/compile.el (compilation-start): Abbreviate default directory.
2959 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
2961         Implement SELINUX backends.
2963         * net/tramp.el (tramp-file-name-handler-alist):
2964         Add `file-selinux-context' and `set-file-selinux-context'.
2965         (tramp-handle-file-selinux-context)
2966         (tramp-handle-set-file-selinux-context): New defuns.
2967         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2968         Handle PRESERVE-SELINUX-CONTEXT.
2970         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2971         Add `file-selinux-context' and `set-file-selinux-context'.
2972         (tramp-gvfs-handle-file-selinux-context)
2973         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2974         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2976         * net/ange-ftp.el (ange-ftp-copy-file):
2977         * net/tramp-fish.el (tramp-fish-handle-copy-file):
2978         * net/tramp-imap.el (tramp-imap-handle-copy-file):
2979         * net/tramp-smb.el (tramp-smb-handle-copy-file):
2980         Add PRESERVE-SELINUX-CONTEXT.
2982 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2984         Synchronize with Tramp repository.
2986         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
2987         (tramp-action-process-alive, tramp-action-out-of-band)
2988         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2989         (tramp-exists-file-name-handler): Fix docstring.
2990         (with-progress-reporter): New defmacro.
2991         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
2992         (tramp-maybe-open-connection): Use it.
2994 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
2996         Detect ssh 'ControlMaster' argument automatically in some cases.
2998         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2999         (tramp-default-method): Use it.
3001 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
3003         * net/tramp.el (tramp-handle-copy-file): Add new optional
3004         parameter `preserve-selinux-context'.
3005         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
3007 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
3009         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
3010         Ensure, that non remote files are still checked.  Oops.
3012 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
3014         Fix Bug#5840.
3016         * icomplete.el (icomplete-completions): Use `non-essential'.
3018         * net/tramp.el (tramp-connectable-p): New defun.
3019         (tramp-handle-expand-file-name)
3020         (tramp-completion-handle-file-name-all-completions)
3021         (tramp-completion-handle-file-name-completion): Use it.
3023 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3025         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
3027 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
3029         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
3031         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
3033         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
3034         is present.
3036         * info.el (info-tool-bar-map): Add labels.
3038         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
3040         * cus-edit.el (custom-commands): Add labels for tool bar.
3041         (custom-buffer-create-internal, Custom-mode): Adjust for
3042         labels in custom-commands.
3044         * dynamic-setting.el: Renamed from font-setting.el.
3046 2010-04-21  John Wiegley  <jwiegley@gmail.com>
3048         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
3049         toggles the use of virtual buffers.
3050         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
3051         value.
3052         (ido-toggle-virtual-buffers): New function.
3054 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
3056         Use `define-derived-mode'; fix window selection; doc fixes.
3057         * play/tetris.el (tetris, tetris-update-speed-function)
3058         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
3059         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
3060         (tetris-rotate-next, tetris-end-game, tetris-start-game)
3061         (tetris-pause-game): Fix typos in docstrings.
3062         (tetris-mode-map, tetris-null-map):
3063         Move initialization into declaration.
3064         (tetris-mode): Define with `define-derived-mode';
3065         set show-trailing-whitespace to nil.
3066         (tetris): Prefer window already displaying the "*Tetris*" buffer.
3068 2010-04-21  Karel Klíč  <kklic@redhat.com>
3070         * files.el (backup-buffer): Handle SELinux context, and return it
3071         if a backup was made by renaming.
3072         (backup-buffer-copy): Set SELinux context to the target file.
3073         (basic-save-buffer): Set SELinux context of the newly written file.
3074         (basic-save-buffer-1): Now it also returns any SELinux context.
3075         (basic-save-buffer-2): Set SELinux context of the newly created file,
3076         and return it.
3077         * net/tramp.el (tramp-file-name-for-operation):
3078         Add file-selinux-context.
3080 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3082         Make the log-edit comments use RFC822 format throughout.
3084         * vc.el (vc-checkin, vc-modify-change-comment):
3085         Adjust to new vc-start/finish-logentry.
3086         (vc-find-conflicted-file): New command.
3087         (vc-transfer-file): Adjust to new vc-checkin.
3088         (vc-next-action): Improve scoping.
3090         * vc-hg.el (vc-hg-log-edit-mode): Remove.
3091         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
3093         * vc-git.el (vc-git-log-edit-mode): Remove.
3094         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
3095         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
3097         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
3098         (vc-start-logentry): Remove argument `extra'.
3099         (vc-finish-logentry): Remove extra args.
3101         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
3102         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
3103         (vc-bzr-conflicted-files): New function.
3105         * log-edit.el (log-edit-extra-flags)
3106         (log-edit-before-checkin-process): Remove.
3107         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
3108         (log-edit-headers-alist): New var.
3109         (log-edit-header-contents-regexp): New const.
3110         (log-edit-match-to-eoh): New function.
3111         (log-edit-font-lock-keywords): Use them.
3112         (log-edit): Insert a "Summary:" header as default.
3113         (log-edit-mode): Mark font-lock rules as case-insensitive.
3114         (log-edit-done): Cleanup headers.
3115         (log-view-process-buffer): Remove.
3116         (log-edit-extract-headers): New function to replace it.
3118 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
3120         * subr.el (default-direction-reversed): Remove obsolescence info.
3122 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3124         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
3125         windows/frames.
3127         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
3128         I.e. include text after point in the completion region.
3129         Also, return nil when we're not after/in a symbol.
3131         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
3132         default enable-multibyte-characters.
3134 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3136         * international/mule.el: Help the user choose a valid coding-system.
3137         (read-buffer-file-coding-system): New function.
3138         (set-buffer-file-coding-system): Use it.  Prompt the user if the
3139         coding-system cannot encode all the chars.
3141         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
3142         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
3143         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
3144         Don't use *vc-bzr-shelve*.
3146 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3148         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
3149         Don't destroy list before using it.
3151 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
3153         Fix the version number for added files.
3154         * vc-hg.el (vc-hg-working-revision): Check if the file is
3155         registered after hg parent fails (Bug#5961).
3157 2010-04-19  Glenn Morris  <rgm@gnu.org>
3159         * htmlfontify.el (htmlfontify-buffer)
3160         (htmlfontify-copy-and-link-dir): Autoload entry points.
3162 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
3164         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
3165         name relative to the project root (Bug#5960).
3167 2010-04-19  Glenn Morris  <rgm@gnu.org>
3169         * vc-git.el (vc-git-print-log): Doc fix.
3171 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
3173         * ido.el (ido-file-internal): Fix 2009-12-02 change.
3175 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
3177         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
3178         default settings (Bug#5928).
3180 2010-04-19  Glenn Morris  <rgm@gnu.org>
3182         * progmodes/fortran.el (fortran-match-and-skip-declaration):
3183         New function.
3184         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
3186 2010-04-19  Kenichi Handa  <handa@m17n.org>
3188         * language/indian.el (malayalam-composable-pattern): Fix previous
3189         change (add U+0D4D "SIGN VIRAMA").
3190         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
3191         (tamil-composable-pattern): Fix typo in the regexp.
3192         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
3193         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
3194         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
3196 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3198         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
3199         paragraph-separate (Bug#5821).
3201 2010-04-19  Juri Linkov  <juri@jurta.org>
3203         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
3205         * info.el (Info-find-node-2): Comment out code that skips
3206         breadcrumbs line.
3207         (Info-mouse-follow-link): New command.
3208         (Info-link-keymap): New keymap.
3209         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
3210         Return a string with links instead of inserting breadcrumbs
3211         to the Info buffer.
3212         (Info-fontify-node): Comment out code that inserts breadcrumbs.
3213         Instead of putting the `invisible' text property over the Info
3214         header, make an overlay over the Info header with the `invisible'
3215         property and `after-string' set to the string returned by
3216         `Info-breadcrumbs'.
3218 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3220         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
3221         Reported by monkey@sandpframing.com.
3223 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3225         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
3226         (tmm-get-keymap): Add key-binding shortcuts now that they're not
3227         available in the "keyseq cache" any more.
3229         * custom.el (defcustom): Add edebug spec.
3231 2010-04-18  Juri Linkov  <juri@jurta.org>
3233         Test for special mode-class in view-buffer instead of view-file (bug#5513).
3235         * view.el (view-file, view-buffer): Move test for special mode-class
3236         from view-file to view-buffer.
3238         * tar-mode.el (tar-extract): Turn if's into one cond
3239         like in arc-mode.el.
3241 2010-04-18  Juri Linkov  <juri@jurta.org>
3243         Add 7z archive format support (bug#5475).
3245         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
3246         (archive-7z-extract): New defcustom.
3247         (archive-find-type): Add magic string for 7z.
3248         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
3249         If `stderr-file' is non-nil, use `(t stderr-file)' for the
3250         `buffer' arg of `call-process'.
3251         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
3252         call the function `archive-7z-extract' with the variable
3253         `archive-7z-extract' let-bound to `archive-zip-extract'.
3254         (archive-7z-summarize, archive-7z-extract): New functions.
3256         * international/mule.el (auto-coding-alist):
3257         * files.el (auto-mode-alist): Add 7z file extension.
3259 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3261         * loadup.el: Setup hash-cons for pure data.
3263         Fix duplicate entries in cedet's loaddefs.el files.
3264         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
3265         Should make most file-local generated-autoload-file unnecessary.
3266         (print-readably): Silence warnings.
3267         (autoload-find-destination): Take load-name as an arg to make sure
3268         it's the same as the one that will be in the file.
3269         (autoload-generate-file-autoloads): Adjust to above changes.
3270         Try to make the dataflow a bit simpler.
3272         * cvs-status.el (cvs-refontify): Remove unused.
3274 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
3276         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
3278         * calc-bin.el (calc-radix): Have the "O" option turn on
3279         twos-complement mode.
3281 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
3283         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
3284         Add `calc-option-prefix-help' to calc-help autoloads.
3285         (calc-inverse): Add "Option" to message, as appropriate.
3286         (calc-hyperbolic): Add "Option" to message, as appropriate.
3287         (calc-option, calc-is-option): New functions.
3289         * calc-help.el (calc-full-help): Add `calc-option-help'.
3290         (calc-option-prefix-help): New function.
3292         * calc-misc.el (calc-help): Add "Option" entry.
3294         * calc.el (calc-local-var-list): Add `calc-option-flag'.
3295         (calc-option-flag): New variable.
3296         (calc-do): Set `calc-option-flag to nil.
3297         (calc-set-mode-line): Add "Opt " as appropriate.
3299 2010-04-16  Juri Linkov  <juri@jurta.org>
3301         Move scrolling commands from simple.el to window.el
3302         because their primitives are implemented in window.c.
3304         * simple.el (scroll-error-top-bottom)
3305         (scroll-up-command, scroll-down-command, scroll-up-line)
3306         (scroll-down-line, scroll-other-window-down)
3307         (beginning-of-buffer-other-window, end-of-buffer-other-window):
3308         * window.el (scroll-error-top-bottom)
3309         (scroll-up-command, scroll-down-command, scroll-up-line)
3310         (scroll-down-line, scroll-other-window-down)
3311         (beginning-of-buffer-other-window, end-of-buffer-other-window):
3312         Move from simple.el to window.el because their primitives are
3313         implemented in window.c.
3315 2010-04-16  Juri Linkov  <juri@jurta.org>
3317         * isearch.el (isearch-lookup-scroll-key): Check both
3318         `isearch-scroll' and `scroll-command' properties.
3319         (scroll-up, scroll-down): Remove `isearch-scroll' property.
3321         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
3323         * simple.el (scroll-up-command, scroll-down-command)
3324         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
3326 2010-04-15  Juri Linkov  <juri@jurta.org>
3328         * simple.el (scroll-up-command, scroll-down-command)
3329         (scroll-up-line, scroll-down-line): Put `scroll-command'
3330         property on the these symbols.  Remove them from
3331         `scroll-preserve-screen-position-commands'.
3333         * mwheel.el (mwheel-scroll): Put `scroll-command' and
3334         `isearch-scroll' properties on the `mwheel-scroll' symbol.
3335         Remove it from `scroll-preserve-screen-position-commands'.
3337         * isearch.el (isearch-allow-scroll): Doc fix.
3339 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
3341         * net/tramp.el (tramp-error-with-buffer): Don't show the
3342         connection buffer when we are in completion mode.
3343         (tramp-file-name-handler): Catch the error for some operations
3344         when we are in completion mode.  This gives the user the chance to
3345         correct the file name in the minibuffer.
3347 2010-04-15  Glenn Morris  <rgm@gnu.org>
3349         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3351 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
3353         Simplify by using `define-derived-mode'.
3354         * info.el (Info-mode):
3355         * calendar/todo-mode.el (todo-mode):
3356         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3357         (gomoku-mode-map): Move initialization into declaration.
3359 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
3361         Fix Bug#5840.
3362         * ido.el (ido-file-name-all-completions-1):
3363         * minibuffer.el (minibuffer-completion-help):
3364         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3366 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3368         * simple.el (non-essential): New var.
3370         Add a new field `location' to bookmarks for non-file bookmarks.
3371         * bookmark.el (bookmark-location): Use the new field, if present.
3372         (bookmark-insert-location): Undo last change, not needed any more.
3373         * man.el (Man-bookmark-make-record):
3374         * woman.el (woman-bookmark-make-record): Add `location' field.
3376 2010-04-14  Juri Linkov  <juri@jurta.org>
3378         * simple.el (scroll-error-top-bottom): New defcustom.
3379         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
3381         * emulation/pc-select.el (pc-select-override-scroll-error):
3382         Obsolete in favor of `scroll-error-top-bottom'.
3384 2010-04-14  Juri Linkov  <juri@jurta.org>
3386         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3387         `scroll-up-command' and `M-v' to `scroll-down-command'.
3389         * emulation/cua-rect.el (cua--init-rectangles):
3390         * forms.el (forms--change-commands):
3391         * image-mode.el (image-mode-map):
3392         Remap scroll-down-command and scroll-up-command
3393         in addition to scroll-down and scroll-up.
3395 2010-04-14  Juri Linkov  <juri@jurta.org>
3397         * mwheel.el (scroll-preserve-screen-position-commands):
3398         Add mwheel-scroll to this list of commands.
3400         * simple.el (scroll-preserve-screen-position-commands):
3401         Add scroll-up-command, scroll-down-command, scroll-up-line,
3402         scroll-down-line to this list of commands.
3404 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3406         * obsolete/complete.el: Move from lisp/complete.el.
3408         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3410         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3411         to the minor mode function now turns the mode ON unconditionally.
3413 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3415         * vc-dir.el (vc-dir-kill-line): New command.
3416         (vc-dir-mode-map): Bind it to C-k.
3418         * bookmark.el (bookmark-insert-location): Handle a nil filename.
3420         * woman.el: Add bookmark declarations to silence the compiler.
3421         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3422         step to compatibility between man and woman bookmarks.
3423         Adjust for Man-default-bookmark-title renaming.
3424         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
3426         * man.el: Add bookmark declarations to silence the compiler.
3427         (Man-name-local-regexp): Make it match NAME as well.
3428         (Man-getpage-in-background): Return the buffer.
3429         (Man-notify-when-ready): Use `case'.
3430         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3431         Don't hardcode "NAME".  Simplify.
3432         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3433         Rename from Man-bookmark-make-record.
3434         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
3435         we have the actual man-args.  Use Man-getpage-in-background rather
3436         than `man' since the arg is already processed.  Let bookmark.el do the
3437         window handling.  Only wait for the relevant process.
3438         Don't forget to autoload.
3440         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3442 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3444         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3445         New functions.
3446         (woman-mode): Setup bookmark support.
3448         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3449         (man-bookmark-jump): New functions.
3450         (Man-mode): Setup bookmark support.
3452 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
3454         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3455         recognize ssh-keygen prompt (Bug#2817).
3457 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3459         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3461 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3463         Synchronize with Tramp repository.
3465         * net/tramp.el (tramp-completion-function-alist)
3466         (tramp-file-name-regexp, tramp-chunksize)
3467         (tramp-local-coding-commands, tramp-remote-coding-commands):
3468         Fix docstring.
3469         (tramp-remote-process-environment): Use `format' instead of `concat'.
3470         (tramp-handle-directory-files-and-attributes)
3471         (tramp-get-remote-path): Use `copy-tree'.
3472         (tramp-handle-file-name-all-completions): Backward/ XEmacs
3473         compatibility: Use `completion-ignore-case' if
3474         `read-file-name-completion-ignore-case' does not exist.
3475         (tramp-do-copy-or-rename-file-directly): Do not use
3476         `tramp-handle-file-remote-p'.
3477         (tramp-do-copy-or-rename-file-out-of-band):
3478         Use `tramp-compat-delete-directory'.
3479         (tramp-do-copy-or-rename-file-out-of-band)
3480         (tramp-compute-multi-hops, tramp-maybe-open-connection):
3481         Use `format-spec-make'.
3482         (tramp-find-foreign-file-name-handler)
3483         (tramp-advice-make-auto-save-file-name)
3484         (tramp-set-auto-save-file-modes): Remove superfluous check for
3485         `stringp'.  This is done inside `tramp-tramp-file-p'.
3486         (tramp-debug-outline-regexp): New defconst.
3487         (tramp-get-debug-buffer): Use it.
3488         (tramp-check-for-regexp): Use (forward-line 1).
3489         (tramp-set-auto-save-file-modes): Adapt version check.
3491         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3492         Wrap call of `featurep' for 2nd argument.
3493         (tramp-compat-make-temp-file): Simplify fallback implementation.
3494         (tramp-compat-copy-tree): Remove function.
3495         (tramp-compat-delete-directory): Provide implementation for older
3496         Emacsen.
3498         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3499         Do not use `tramp-fish-handle-file-attributes.
3501         * net/trampver.el: Update release number.
3503 2010-04-10  Glenn Morris  <rgm@gnu.org>
3505         * progmodes/compile.el (compilation-save-buffers-predicate):
3506         Add missing :version tag.
3508 2010-04-09  Sam Steingold  <sds@gnu.org>
3510         * progmodes/compile.el (compilation-save-buffers-predicate):
3511         Remove the "autoload" cookie.
3513         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3514         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3515         and `bug-reference-prog-mode' can be used in hooks directly.
3517 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3519         Add --author support to git commit.
3520         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3521         (vc-git-log-edit-mode): New minor mode.
3522         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3523         New declarations.
3525 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
3527         * vc-hooks.el, vc-git.el: Improve documentation comments.
3529 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3531         Fix some of the problems in defsubst* (bug#5728).
3532         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3533         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3535 2010-04-07  Sam Steingold  <sds@gnu.org>
3537         * progmodes/compile.el (compilation-save-buffers-predicate):
3538         New custom variable.
3539         (compile, recompile): Pass it to `save-some-buffers'.
3541 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
3543         * wid-edit.el (widget-choose): Move cursor to the second line of
3544         the buffer (Bug#5695).
3546 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3548         Add new VC methods: vc-log-incoming and vc-log-outgoing.
3549         * vc.el (vc-print-log-setup-buttons): New function split out from
3550         vc-print-log-internal.
3551         (vc-log-internal-common): New function, a parametrized version of
3552         vc-print-log-internal.
3553         (vc-print-log-internal): Just call vc-log-internal-common with the
3554         right arguments.
3555         (vc-incoming-outgoing-internal):
3556         (vc-log-incoming, vc-log-outgoing): New functions.
3557         (vc-log-view-type): New permanent local variable.
3559         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3561         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3562         of the dynamic bound vc-short-log.
3563         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3565         * vc-git.el (vc-git-log-outgoing): New function.
3566         (vc-git-log-view-mode): Use vc-log-view-type instead
3567         of the dynamic bound vc-short-log.
3569         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3570         of the dynamic bound vc-short-log.  Highlight the tag.
3571         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3572         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3573         (vc-hg-incoming-mode): Remove.
3574         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3576 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3578         Fix default-directory for vc-root-diff.
3579         * vc.el (vc-root-diff): Bind default-directory to the root
3580         directory for the diff command.
3582 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
3584         * progmodes/verilog-mode.el (verilog-forward-sexp):
3585         (verilog-calc-1): Support "disable fork" and "fork wait" multi
3586         word keywords, suggested by Steve Pearlmutter.
3587         (verilog-pretty-declarations): Support lineup of declarations in
3588         port lists.
3589         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3590         fix bug for /* / comments.
3591         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3592         Speed up and simplfy as this is never called with a bound.
3593         (verilog-pretty-declarations): Enhance to line up declarations
3594         inside a parameter list, suggested by Alan Morgan.
3595         (verilog-pretty-expr): Tune assignment regular expression match
3596         string for corner cases; also use markers instead of character
3597         number as indent changes the later.
3599 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
3601         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3602         as missing keyword.
3603         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3604         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
3605         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3606         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
3607         Tennant.
3608         (verilog-keywords):
3609         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3610         1800-2009 keywords, including "global.".
3612 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3614         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3615         appearing in buffer list (if a live buffer name matched a recentf
3616         file basename).  Should use uniquify to offer a real solution.
3618 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3620         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3621         comment to code, and add a :version tag.
3622         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3624 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
3626         Enable recentf-mode if using virtual buffers.
3627         * ido.el (recentf-list): Declare for byte-compiler.
3628         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
3629         (ido-make-buffer-list): Simplify.
3630         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
3632 2010-04-05  Juri Linkov  <juri@jurta.org>
3634         Scrolling commands which scroll a line instead of full screen.
3635         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3637         * simple.el (scroll-up-line, scroll-down-line): New commands.
3638         Put property isearch-scroll=t on them.
3640         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
3641         Remove commands.
3643 2010-04-05  Juri Linkov  <juri@jurta.org>
3645         Scrolling commands which do not signal errors at top/bottom.
3646         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3648         * simple.el (scroll-up-command, scroll-down-command): New commands.
3649         Put property isearch-scroll=t on them.
3651         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
3652         `scroll-down-command' and [next] from `scroll-up' to
3653         `scroll-up-command'.
3655         * emulation/cua-base.el: Put property CUA=move on
3656         `scroll-up-command' and `scroll-down-command'.
3657         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
3658         and `scroll-down-command' to `cua-scroll-down'.
3660 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
3662         * help.el (describe-mode): Return nil.
3664 2010-04-04  John Wiegley  <jwiegley@gmail.com>
3666         * ido.el (ido-use-virtual-buffers): New variable to indicate
3667         whether "virtual buffer" support is enabled for IDO.
3668         (ido-virtual): Face used to indicate virtual buffers in the list.
3669         (ido-buffer-internal): If a buffer is chosen, and no such buffer
3670         exists, but a virtual buffer of that name does (which would be why
3671         it was in the list), recreate the buffer by reopening the file.
3672         (ido-make-buffer-list): If virtual buffers are being used, call
3673         `ido-add-virtual-buffers-to-list' before the make list hook.
3674         (ido-virtual-buffers): New variable which contains a copy of the
3675         current contents of the `recentf-list', albeit pared down for the
3676         sake of speed, and with proper faces applied.
3677         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
3678         create a list of "virtual buffers" to present to the user in
3679         addition to the currently open set.  Note that this logic could
3680         get rather slow if that list is too large.  With the default
3681         `recentf-max-saved-items' of 200, there is little speed penalty.
3683 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3685         * font-lock.el: Require CL when compiling.
3686         (font-lock-turn-on-thing-lock): Use `case'.
3688 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
3690         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
3691         Zaretskii.
3693 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
3695         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
3696         (semantic-create-imenu-directory-index): Fix typos in docstrings.
3697         (semantic-imenu-goto-function): Reflow docstring.
3699 2010-04-02  Juri Linkov  <juri@jurta.org>
3701         * ehelp.el (electric-help-orig-major-mode):
3702         New buffer-local variable.
3703         (electric-help-mode): Set it to original major-mode.  Doc fix.
3704         (with-electric-help): Use `electric-help-orig-major-mode' instead
3705         of (default-value 'major-mode).  Doc fix.
3706         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
3708 2010-04-02  Sam Steingold  <sds@gnu.org>
3710         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
3711         `vc-hg-command' with a list of flags.
3713         * progmodes/bug-reference.el (bug-reference-bug-regexp):
3714         Also accept "patch" and "RFE".
3715         (bug-reference-fontify): `bug-reference-url-format' can also be a
3716         function to be able to handle the bug kind.
3717         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
3719 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
3721         * tmm.el (tmm-get-keymap): Check with symbolp before passing
3722         value to fboundp, it may not be a symbol.
3724 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3726         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
3728 2010-03-31  Juri Linkov  <juri@jurta.org>
3730         * simple.el (next-line, previous-line): Re-throw a signal
3731         with `signal' instead of using `ding'.
3732         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
3734 2010-03-31  Juri Linkov  <juri@jurta.org>
3736         * simple.el (keyboard-escape-quit): Raise deselecting the active
3737         region higher than exiting the minibuffer.
3738         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
3740 2010-03-31  Juri Linkov  <juri@jurta.org>
3742         * image.el (image-animated-p): Use `image-metadata' instead of
3743         `image-extension-data'.  Get GIF extenstion data from metadata
3744         property `extension-data'.
3746 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3748         * simple.el (append-to-buffer): Simplify.
3750 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
3752         * textmodes/artist.el (artist-mode): Fix typo in docstring.
3753         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
3755 2010-03-31  Kenichi Handa  <handa@m17n.org>
3757         * language/sinhala.el (composition-function-table): Fix regexp for
3758         the new Unicode specification.
3760         * language/indian.el (devanagari-composable-pattern)
3761         (tamil-composable-pattern, kannada-composable-pattern)
3762         (malayalam-composable-pattern): Adjust for the new Unicode
3763         specification.
3764         (bengali-composable-pattern, gurmukhi-composable-pattern)
3765         (gujarati-composable-pattern, oriya-composable-pattern)
3766         (telugu-composable-pattern): New variables to cope with the new
3767         Unicode specification.  Use them in composition-function-table.
3769 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3771         Make tmm-menubar work for the Buffers menu again (bug#5726).
3772         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
3773         vectors rather than cons cells, as used in menu-bar-update-buffers.
3775 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3777         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
3778         (js-insert-and-indent): Revert 2009-08-15 change, restoring
3779         electric punctuation for "{}();,:" (Bug#5586).
3781         * mail/sendmail.el (mail-default-directory): Doc fix.
3783 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3785         * mail/sendmail.el (mail-default-directory): Doc fix.
3787 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
3789         * subr.el (version-regexp-alist, version-to-list)
3790         (version-list-<, version-list-=, version-list-<=)
3791         (version-list-not-zero, version<, version<=, version=): Doc fix.
3792         (Bug#5744).
3794 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
3796         * vc.el (vc-root-diff): Doc fix.
3798 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3800         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
3802         * simple.el (append-to-buffer): Fix last change.
3804 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3806         * simple.el (append-to-buffer): Ensure that point is preserved if
3807         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
3808         (Bug#5749)
3810 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3812         * files.el (auto-mode-case-fold): Change default to t.
3814 2010-03-30  Juri Linkov  <juri@jurta.org>
3816         * dired-x.el (dired-omit-mode): Doc fix.
3818 2010-03-30  Juri Linkov  <juri@jurta.org>
3820         * replace.el (occur-accumulate-lines): Move occur-engine related
3821         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
3822         to be located after `occur-engine'.
3824 2010-03-30  Juri Linkov  <juri@jurta.org>
3826         Make occur handle multi-line matches cleanly with context.
3827         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
3829         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
3830         (occur-engine): Add local variables `ret', `prev-after-lines',
3831         `prev-lines'.  Use more arguments for `occur-context-lines'.
3832         Set first elem of its returned list to `data', and the second elem
3833         to `prev-after-lines'.  Don't print the separator line.
3834         In the end, print remaining context after-lines.
3835         (occur-context-lines): Add new arguments `begpt', `endpt',
3836         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
3837         after-lines of the previous match with before-lines of the
3838         current match and not overlap them.  Return a list with two
3839         values: the output line and the list of context after-lines.
3841 2010-03-30  Juri Linkov  <juri@jurta.org>
3843         * replace.el (occur-accumulate-lines): Fix a bug where the first
3844         context line at the beginning of the buffer was missing.
3846 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
3848         * files.el: Make bidi-display-reordering safe variable for boolean
3849         values.
3851 2010-03-29  Phil Hagelberg  <phil@evri.com>
3852             Chong Yidong  <cyd@stupidchicken.com>
3854         * subr.el: Extend progress reporters to perform "spinning".
3855         (progress-reporter-update, progress-reporter-do-update):
3856         Handle non-numeric value arguments.
3857         (progress-reporter--pulse-characters): New var.
3859 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
3861         * progmodes/compile.el (compilation-start): Fix regexp detection
3862         of initial cd command (Bug#5771).
3864 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
3866         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
3868 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
3870         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
3871         * lisp/progmodes/gdb-mi.el: Restore.
3872         * lisp/progmodes/gdb-ui.el: Remove.
3873         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
3875 2010-03-25  Glenn Morris  <rgm@gnu.org>
3877         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
3878         all dired buffers, even tramp ones.  (Bug#5755)
3880 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3882         Add "union tags" in mpc.el.
3883         * mpc.el: Remove backward compatibility code.
3884         (mpc-browser-tags): Change default.
3885         (mpc--find-memoize-union-tags): New var.
3886         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
3887         (mpc-cmd-find): Handle the case where the playlist does not exist.
3888         Handle union-tags.
3889         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
3890         (mpc-cmd-add): Use mpc-cmd-flush.
3891         (mpc-tagbrowser-tag-name): New fun.
3892         (mpc-tagbrowser-buf): Use it.
3893         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
3895 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3897         Misc cleanup.
3898         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
3899         Use replace-regexp-in-string.
3900         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
3901         (makefile-imake-mode-syntax-table): Move init into defvar.
3902         (makefile-mode): Use define-derived-mode.
3904         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
3905         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
3906         not be present any more.
3908 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3910         * faces.el (set-face-attribute): Fix typo in docstring.
3911         (face-valid-attribute-values): Reflow docstring.
3913         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
3915 2010-03-24  Glenn Morris  <rgm@gnu.org>
3917         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
3919 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3921         * indent.el (indent-for-tab-command): Doc fix.
3923 2010-03-24  Alan Mackenzie  <acm@muc.de>
3925         * progmodes/cc-engine.el (c-remove-stale-state-cache):
3926         Fix off-by-one error.  Fixes bug #5747.
3928 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3930         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
3931         (image-dired-read-comment): Doc fix.
3933         * json.el (json-object-type, json-array-type, json-key-type)
3934         (json-false, json-null, json-read-number):
3935         * minibuffer.el (completion-in-region-functions):
3936         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
3937         (cal-tex-cursor-week):
3938         * emacs-lisp/trace.el (trace-function):
3939         * eshell/em-basic.el (eshell/printnl):
3940         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
3941         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
3942         * obsolete/levents.el (allocate-event, event-key, event-object)
3943         (event-point, event-process, event-timestamp, event-to-character)
3944         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
3945         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
3946         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
3947         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
3948         (reftex-highlight-selection): Fix typos in docstrings.
3950 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3952         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
3954 2010-03-24  Glenn Morris  <rgm@gnu.org>
3956         * mail/rmail.el (rmail-highlight-face): Restore option deleted
3957         2008-02-13 without comment; mark it obsolete.
3958         (rmail-highlight-headers): Use rmail-highlight-face once more.
3960 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3962         * woman.el (woman2-process-escapes): Only consume the newline if
3963         the filler character is on a line by itself (Bug#5729).
3965 2010-03-24  Kenichi Handa  <handa@m17n.org>
3967         * language/indian.el (devanagari-composable-pattern): Add more
3968         consonants.
3970 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3972         * net/trampver.el: Update release number.
3974 2010-03-24  Glenn Morris  <rgm@gnu.org>
3976         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
3978 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3980         * net/tramp.el (tramp-find-executable):
3981         Use `tramp-get-connection-buffer'.  Make the regexp for checking
3982         output of "wc -l" more robust.
3983         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
3984         (tramp-open-connection-setup-interactive-shell): Remove workaround
3985         for OpenSolaris bug, it is not needed anymore.
3987 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
3989         * cedet/semantic/imenu.el: New file, from the CEDET repository
3990         (Bug#5412).
3992 2010-03-24  Glenn Morris  <rgm@gnu.org>
3994         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
3996 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
3998         * files.el (auto-mode-alist): Accept more verilog file patterns.
4000 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4002         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
4004 2010-03-24  Glenn Morris  <rgm@gnu.org>
4006         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
4007         log-edit-before-checkin-process.
4009         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
4011         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
4013         * vc-dispatcher.el (vc-start-logentry): Doc fix.
4014         (log-view-process-buffer, log-edit-extra-flags): Declare.
4016         * log-edit.el (log-edit-before-checkin-process): Doc fix.
4018         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
4019         Consistently check ede-object is bound throughout.
4021         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
4023 2010-03-23  Sam Steingold  <sds@gnu.org>
4025         Fix bug#5620: recalculate all markers on compilation buffer
4026         modifications, not on file modifications.
4027         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
4028         the buffer modification time, for buffers not associated with files.
4029         (compilation-mode): Create it.
4030         (compilation-filter): Update it.
4031         (compilation-next-error-function): Use it instead of
4032         `visited-file-modtime' for timestamp.
4034 2010-03-23  Juri Linkov  <juri@jurta.org>
4036         Implement Occur multi-line matches.
4037         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
4039         * replace.el (occur): Doc fix.
4040         (occur-engine): Set `begpt' to the beginning of the first line.
4041         Set `endpt' to the end of the last match line.  At first, count
4042         line numbers between `origpt' and `begpt'.  Split out code from
4043         `out-line' variable to new let-bindings `match-prefix' and
4044         `match-str'.  In `out-line' add non-numeric prefix to all
4045         non-first lines of multi-line matches.  Finally, count lines
4046         between `begpt' and `endpt' and add to `lines'.
4048 2010-03-23  Juri Linkov  <juri@jurta.org>
4050         * replace.el (occur-accumulate-lines, occur-engine):
4051         Use `occur-engine-line' instead of duplicate code.
4052         (occur-engine-line): New function created from duplicate code
4053         in `occur-accumulate-lines' and `occur-engine'.
4055         * replace.el (occur-engine-line): Add optional arg `keep-props'.
4056         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
4058 2010-03-23  Juri Linkov  <juri@jurta.org>
4060         * finder.el: Remove TODO tasks.
4062         * info.el (Info-finder-find-node): Add node "all"
4063         with all package info.  Handle a list of multiple keywords
4064         separated by comma.
4065         (info-finder): In interactive use with a prefix argument,
4066         use `completing-read-multiple' to read a list of keywords
4067         separated by comma.
4069 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4071         Add a new completion style `substring'.
4072         * minibuffer.el (completion-basic--pattern): New function.
4073         (completion-basic-try-completion, completion-basic-all-completions):
4074         Use it.
4075         (completion-substring--all-completions)
4076         (completion-substring-try-completion)
4077         (completion-substring-all-completions): New functions.
4078         (completion-styles-alist): New style `substring'.
4080 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4082         Get rid of .elc files after removal of the corresponding .el.
4083         * Makefile.in (compile-clean): New target.
4084         (compile-main): Use it.
4086 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
4088         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
4089         don't do make there.  When compiling with separate object dir, there
4090         is no Makefile there.
4092 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4094         Get rid of the ELCFILES abomination, again.
4095         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4096         (all, compile): Don't call compile-last.
4097         (compile-main): Build the "elcfiles" list dynamically.
4098         (compile-targets): New (internal) target.
4100 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
4102         * Makefile.in (top_srcdir): Define.
4103         (abs_top_builddir): Define.
4104         (srcdir): Don't append `/..'.
4105         (EMACS): Use ${abs_top_builddir}.
4106         (all, compile, compile-always, compile-last): Don't set emacswd.
4107         (update-subdirs, update-authors): Use $(top_srcdir) instead of
4108         $(srcdir).
4109         (lisp): Use $(srcdir) instead of @srcdir@.
4111 2010-03-21  Juri Linkov  <juri@jurta.org>
4113         Fix message of multi-line occur regexps and multi-buffer header lines.
4114         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
4116         * replace.el (occur-1): Don't display regexp if it is longer
4117         than window-width.  Use `query-replace-descr' to display regexp.
4118         (occur-engine): Don't display regexp in the buffer header for
4119         multi-buffer occur.  Display a separate header line with total
4120         match count and regexp for multi-buffer occur.
4121         Use `query-replace-descr' to display regexp.
4123 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4125         * net/secrets.el: Fix parenthesis.
4126         (secrets-enabled): Fix parenthesis.
4128 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4130         Use more relative file and directory names.
4131         * Makefile.in (EMACS): Arrange for it to work when we chdir.
4132         (setwins, setwins_almost, setwins_for_subdirs):
4133         Don't `cd'; output relative names.
4134         (all, compile, compile-always, compile-last): Set emacswd.
4135         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
4136         Just cd to the lisp source dir so we can use relative file names.
4138         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
4140 2010-03-20  Glenn Morris  <rgm@gnu.org>
4142         * textmodes/rst.el: Use faces for font-lock customization, and make the
4143         old -face variables obsolete.
4144         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
4145         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
4146         (rst-block-face, rst-external-face, rst-definition-face)
4147         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
4148         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
4149         Make obsolete.
4150         (rst-font-lock-keywords-function): Update for above changes.
4152 2010-03-20  Juri Linkov  <juri@jurta.org>
4154         * s-region.el:
4155         * obsolete/s-region.el: Move to obsolete.
4157 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
4159         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
4161 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
4163         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
4165 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
4167         Add special markup processing for commit logs.
4168         * log-edit.el (log-edit-extra-flags): New variable.
4169         (log-edit): Add new argument MODE.  Use that mode when non-nil
4170         instead of the log-view-mode.
4171         (log-view-process-buffer): New function.
4173         * vc.el: Document that the checkin method takes optional
4174         arguments.  Document new backend specific method: log-view-mode.
4175         (vc-default-log-edit-mode): New function.
4176         (vc-checkin): Use a backend specific log-view-mode.
4177         Pass extra arguments to the checkin method.
4178         (vc-modify-change-comment): Pass a dummy extra argument.
4180         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
4181         log-edit.
4182         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
4183         (vc-finish-logentry): Process the log buffer before passing it
4184         down.  Pass log-edit-extra-flags.
4186         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
4187         command.
4188         (log-edit-extra-flags, log-edit-before-checkin-process):
4189         New declarations.
4191         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
4192         command.
4193         (log-edit-extra-flags, log-edit-before-checkin-process):
4194         New declarations.
4195         (vc-hg-log-edit-mode): New derived mode.
4197         * vc-arch.el (vc-arch-checkin):
4198         * vc-cvs.el (vc-cvs-checkin):
4199         * vc-git.el (vc-git-checkin):
4200         * vc-mtn.el (vc-mtn-checkin):
4201         * vc-rcs.el (vc-rcs-checkin):
4202         * vc-sccs.el (vc-sccs-checkin):
4203         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
4205 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4207         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
4208         parent typo).
4210 2010-03-19  Glenn Morris  <rgm@gnu.org>
4212         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4214 2010-03-18  Glenn Morris  <rgm@gnu.org>
4216         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
4218         * replace.el (query-replace-history): Give it a doc string.
4219         (map-query-replace-regexp): Use query-replace-from-history-variable
4220         and query-replace-to-history-variable.
4222         * mail/hashcash.el (declare-function): Remove duplicate definition.
4224         * mail/emacsbug.el (report-emacs-bug-pretest-address):
4225         Make it an obsolete alias for report-emacs-bug-address.
4226         (message-strip-special-text-properties): Declare.
4227         (report-emacs-bug): Remove test for a pretest bug address.
4228         Combine message-mode-specific code.
4230         * mail/supercite.el: Don't require sendmail.
4231         (mh-in-header-p): Declare rather than using with-no-warnings.
4232         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
4233         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
4235         * calendar/cal-french.el: Convert to utf-8.
4237         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
4238         Emacs scripts.
4240 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
4242         * net/secrets.el (secrets-enabled): New variable.  Use it instead
4243         of a subfeature.
4245 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
4247         * net/secrets.el (top): Register the D-Bus signals only when the
4248         service "org.freedesktop.secrets" can be pinged.
4249         Provide subfeature `enabled'.
4251 2010-03-14  Juri Linkov  <juri@jurta.org>
4253         Add finder unknown keywords.
4255         * finder.el (finder-unknown-keywords): New function.
4257         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
4258         to create a Finder node with unknown keywords.
4260 2010-03-14  Juri Linkov  <juri@jurta.org>
4262         * finder.el (finder-compile-keywords): Replace `princ' with
4263         `prin1' on a list of symbols interned from keyword strings.
4265         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
4266         a comma, then split keywords using a comma and optional whitespace.
4267         Otherwise, split by whitespace.
4269         * complete.el:
4270         * face-remap.el:
4271         * log-view.el:
4272         * net/hmac-def.el:
4273         * net/hmac-md5.el:
4274         * net/netrc.el:
4275         * progmodes/mixal-mode.el: Fix keywords.
4277 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
4279         * Makefile.in (ELCFILES): Add net/secrets.elc.
4281         * net/secrets.el: New file.
4283 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4285         * facemenu.el (list-colors-display, list-colors-print): New arg
4286         callback.  Use it to allow selecting colors.
4288         * wid-edit.el (widget-image-insert): Insert image prop even if the
4289         current display is non-graphic.
4290         (widget-field-value-set): New fun.
4291         (editable-field): Use it.
4292         (widget-field-value-get): Clean up unused var.
4293         (widget-color-value-create, widget-color--choose-action):
4294         New funs.  Allow using list-colors-display to choose color.
4296 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4298         * cus-edit.el: Resort topmost custom groups.
4299         (custom-buffer-sort-alphabetically): Default to t.
4300         (customize-apropos): Use apropos-parse-pattern.
4301         (custom-search-field): New var.
4302         (custom-buffer-create-internal): Add custom-apropos search field.
4303         (custom-add-parent-links): Don't display parent doc.
4304         (custom-group-value-create): Don't sort top-level custom group.
4305         (custom-magic-value-create): Show visibility button before option name.
4307         (custom-variable-state): New fun, from custom-variable-state-set.
4308         (custom-variable-state-set): Use it.
4309         (custom-group-value-create): Hide options with standard values
4310         using the :hidden-states property.  Use progress reporter.
4312         (custom-show): Simplify.
4313         (custom-visibility): Disable images by default.
4314         (custom-variable): New property :hidden-states.
4315         (custom-variable-value-create): Enable images for
4316         custom-visibility widgets.  Use :hidden-states property to
4317         determine initial visibility.
4319         * wid-edit.el (widget-image-find): Give images center ascent.
4320         (visibility): Add :on-image and :off-image properties.
4321         (widget-visibility-value-create): Use them.
4323 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4325         * cus-edit.el (processes): Remove from development group.
4326         (oop, hypermedia): Delete group.
4327         (comm): Promote to top-level group.
4329         * net/browse-url.el (browse-url):
4330         * net/xesam.el (xesam):
4331         * net/tramp.el (tramp):
4332         * net/goto-addr.el (goto-address):
4333         * net/ange-ftp.el (ange-ftp): Put in comm group.
4335         * view.el (view): Remove from editing group.
4337         * uniquify.el (uniquify): Put in files group.
4339         * net/browse-url.el (browse-url):
4340         * ps-print.el (postscript): Put in external group.
4342         * cus-edit.el (outlines):
4343         * textmodes/text-mode.el (text-mode-hook):
4344         * textmodes/table.el (table):
4345         * textmodes/picture.el (picture):
4346         * outline.el (outlines): Put in wp group.
4348         * nxml/nxml-mode.el (nxml): Remove from wp group.
4350         * net/tramp-imap.el (tramp-imap): Put in tramp group.
4352         * mail/metamail.el (metamail): Remove from hypermedia group.
4354         * cus-edit.el (abbrev):
4355         * whitespace.el (whitespace):
4356         * vcursor.el (vcursor):
4357         * reveal.el (reveal):
4358         * hl-line.el (hl-line): Put in convenience group.
4360         * epg-config.el (epg): Put in data group.
4362         * emulation/pc-select.el (pc-select): Put in emulations group.
4364         * calculator.el (calculator): Put in applications group.
4366 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4368         Add .dir-locals.el support for file-less buffers.
4369         * files.el (hack-local-variables): Split out code to apply local
4370         variable settings ...
4371         (hack-local-variables-apply): ... here.  New function.
4372         (hack-dir-local-variables): Use the default directory for when the
4373         buffer does not have an associated file.
4374         (hack-dir-local-variables-non-file-buffer): New function.
4375         * diff-mode.el (diff-mode):
4376         * vc-annotate.el (vc-annotate-mode):
4377         * vc-dir.el (vc-dir-mode):
4378         * log-edit.el (log-edit-mode):
4379         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4381 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4383         Add support for shelving snapshots and for showing shelves.
4384         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4385         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4386         New functions.
4387         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4388         (vc-bzr-extra-menu-map): Map them.
4390 2010-03-11  Glenn Morris  <rgm@gnu.org>
4392         * cus-edit.el (customize-changed-options-previous-release):
4393         Bump to 23.1.
4395         * image.el (image-animate-max-time): Fix :version tag.
4397 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
4399         * Branch for 23.2.
4401 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4403         * vc-git.el (vc-git-revision-table): Include remote branches.
4405 2010-03-10  Kim F. Storm  <storm@cua.dk>
4407         Animated image API.
4408         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4410         * image.el (image-animate-max-time): New defcustom.
4411         (image-animated-types): New defconst.
4412         (create-animated-image, image-animate-timer)
4413         (image-animate-start, image-animate-stop, image-animate-timeout)
4414         (image-animated-p): New functions.
4416         * image-mode.el (image-toggle-display-image):
4417         Replace `create-image' with `create-animated-image'.
4419 2010-03-09  Miles Bader  <miles@gnu.org>
4421         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4422         instead of "format:"; this ensures that the output is
4423         newline-terminated.
4425 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
4427         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4428         that all errors are caught, and that the return value is always a
4429         list (Bug#5692).
4431 2010-03-08  Kenichi Handa  <handa@m17n.org>
4433         * language/misc-lang.el (windows-1256): New coding system.
4434         (cp1256): New alias of windows-1256 (bug#5690).
4436 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
4438         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4439         call to rfc822-bad-address.  (Bug#5692)
4441 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4443         * vc-git.el (vc-git-annotate-extract-revision-at-line):
4444         Use vc-git-root as default directory for revision path (Bug#5657).
4446 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
4448         * calculator.el (calculator): Don't bind split-window-keep-point
4449         (Bug#5674).
4451 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4453         * vc-git.el: Re-flow to fit into 80 columns.
4454         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4455         Remove spurious `quote' element in each case alternative.
4456         (vc-git-show-log-entry): Use prog1.
4457         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4459 2010-03-06  Glenn Morris  <rgm@gnu.org>
4461         * cedet/semantic/grammar.el (semantic-grammar-header-template):
4462         Update template copyright to GPLv3+.
4464 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4466         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4468 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
4470         * macros.el (insert-kbd-macro): Look up keyboard macro using the
4471         definition, not the name (Bug#5481).
4473 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4475         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4476         argument with a local variable.  (Bug#5670)
4478 2010-03-02  Juri Linkov  <juri@jurta.org>
4480         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
4482 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
4484         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4485         error when FILENAME and NEWNAME are existing remote directories.
4487         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4488         parameter DIR-FLAG.
4490 2010-03-02  Glenn Morris  <rgm@gnu.org>
4492         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4493         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4495 2010-03-01  Kenichi Handa  <handa@m17n.org>
4497         * language/burmese.el (burmese-composable-pattern): Rename from
4498         myanmar-composable-pattern.
4500         * international/characters.el (script-list):
4501         * international/fontset.el (script-representative-chars):
4502         Change myanmar to burmese.
4503         (otf-script-alist): Likewise.
4504         (setup-default-fontset): Likewise.  Re-fix :otf spec.
4506 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4508         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4510 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
4512         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4514 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4516         * net/tramp.el (tramp-handle-write-region): START can be a string.
4517         Take care in the checks.  Reported by Dan Davison
4518         <davison@stats.ox.ac.uk>.
4520 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4522         * net/dbus.el (dbus-introspect, dbus-get-property)
4523         (dbus-set-property, dbus-get-all-properties):
4524         Use `dbus-call-method' when noninteractive.  (Bug#5645)
4526 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
4528         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4529         * emacs-lisp/elint.el (elint-add-required-env):
4530         * cedet/semantic/db-find.el
4531         (semanticdb-find-translate-path-brutish-default):
4532         * cedet/ede/make.el (ede-make-check-version):
4533         * calendar/icalendar.el (icalendar--add-diary-entry):
4534         * calc/calcalg2.el (math-tracing-integral):
4535         * files.el (recover-session-finish): Use with-current-buffer
4536         instead of save-excursion.
4538 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4540         Fix in-buffer completion when after-change-functions modify the buffer.
4541         * minibuffer.el (completion--replace): New function.
4542         (completion--do-completion): Use it and use relative movement.
4544 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
4546         * international/fontset.el (setup-default-fontset): Fix :otf spec.
4548 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
4550         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4551         Allow the characters _<> in the stack entry (Bug#5653).
4553 2010-02-26  Kenichi Handa  <handa@m17n.org>
4555         * language/burmese.el: Fix entries in composition-function-table.
4556         (myanmar-composable-pattern): New variable.
4558         * international/fontset.el (setup-default-fontset): Add an entry
4559         for myanmar.
4561         * international/characters.el (script-list): Add Myanmar
4562         Extended-A.
4564 2010-02-26  Glenn Morris  <rgm@gnu.org>
4566         * custom.el (custom-initialize-delay): Doc fix.
4568         * mail/sendmail.el (send-mail-function): Autoload the call
4569         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4571 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
4573         * files.el (hack-local-variables-filter): For eval forms, also
4574         check safe-local-variable-p (Bug#5636).
4576 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
4578         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4579         and use c(ad)r of cddr (Bug#5640).
4581 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
4583         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4584         setting the modes by `ignore-errors'.  It might fail, for example
4585         if the file is not owned by the user but the group.
4586         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4588 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
4590         * files.el (directory-listing-before-filename-regexp): Use
4591         stricter matching for iso-style dates, to avoid false matches with
4592         date-like filenames (Bug#5597).
4594         * htmlfontify.el (htmlfontify): Doc fix.
4596         * eshell/eshell.el (eshell): Doc fix.
4598         * startup.el (fancy-about-screen): In mode-line, apply
4599         mode-line-buffer-id face only to the buffer name (Bug#5613).
4601 2010-02-20  Kevin Ryde  <user42@zip.com.au>
4603         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4604         In `watcom' anchor regexp to start of line, to avoid slowness
4605         (Bug#5599).
4607 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
4609         * subr.el (remove-yank-excluded-properties): Explain in a comment
4610         why `category' property is removed.
4612 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
4614         * isearch.el (isearch-update-post-hook, isearch-update): Revert
4615         2010-02-17 change.
4617 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
4619         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4620         (icalendar--convert-weekly-to-ical)
4621         (icalendar--convert-yearly-to-ical)
4622         (icalendar--convert-block-to-ical)
4623         (icalendar--convert-cyclic-to-ical)
4624         (icalendar--convert-anniversary-to-ical): Take care of time
4625         specifications where hour has 1-digit only (Bug#5549).
4627 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
4629         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4630         of disassemble output in GDB 7.1.
4632 2010-02-19  Glenn Morris  <rgm@gnu.org>
4634         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4635         property.  (Bug#5593)
4637 2010-02-18  Sam Steingold  <sds@gnu.org>
4639         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4641 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4643         Use abbreviated file names in bookmarks (bug#5591).
4644         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
4645         calls to expand-file-name.
4646         (bookmark-relocate): Use abbreviated file names in bookmarks.
4647         (bookmark-load): Use abbreviated file names in messages.
4649 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4651         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4652         expand "." and "..".  Reported by Thierry Volpiatto
4653         <thierry.volpiatto@gmail.com>.
4655 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4657         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4658         permissions of the temporary file to "0600".  In case the remote
4659         file has no read permissions for the owner, there might be
4660         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
4662 22010-02-18  Glenn Morris  <rgm@gnu.org>
4664         * emacs-lisp/authors.el (authors-renamed-files-alist):
4665         Add entries for INSTALL.CVS.
4667 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
4669         * vc-bzr.el: Fix typo in Known Bugs section.
4671         * isearch.el (isearch-update-post-hook): New hook.
4672         (isearch-update): Use the new hook.
4674 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
4676         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4677         Fix errors in copying directories.
4678         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
4679         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
4680         (tramp-handle-delete-file)
4681         (tramp-handle-dired-recursive-delete-directory)
4682         (tramp-handle-write-region): Flush also the cache for the upper
4683         directory.
4685 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
4687         * simple.el (save-interprogram-paste-before-kill): Doc fix.
4689         * cus-edit.el (hardware): Doc fix.
4691         * man.el (man): Add to external custom group.
4693         * delim-col.el (columns): Move to wp custom group.
4695         * doc-view.el (doc-view): Add to data custom group.
4697         * cedet/data-debug.el (data-debug): Move to extensions group.
4699         * cedet/ede.el (ede):
4700         * cedet/srecode.el (srecode):
4701         * cedet/semantic.el (semantic): Put in tools and extensions group.
4703         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
4705         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4706         by ispell-parse-output (Bug#5575).
4708 2010-02-16  Kenichi Handa  <handa@m17n.org>
4710         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
4711         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
4712         (skkdic-convert): Use `euc-japan' coding system for writing.
4714 2010-02-16  Glenn Morris  <rgm@gnu.org>
4716         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
4717         tex-main-file before using it.  (Bug#5562)
4719 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4721         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
4722         warnings, since it is annoying for the user to see them each time he
4723         runs the code.
4725 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
4727         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
4728         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
4729         instead of PROC for caching "first-password-request".  Otherwise,
4730         new processes would not profit from passwords already entered.
4732         * net/tramp-cache.el (tramp-dump-connection-properties):
4733         Don't save "first-password-request" property.
4735 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
4737         * outline.el (outline-head-from-level):
4738         * simple.el (with-wrapper-hook):
4739         * cedet/ede.el (ede-run-target, project-delete-target)
4740         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
4741         (ede-adebug-project, ede-adebug-project-parent)
4742         (ede-adebug-project-root):
4743         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
4744         (elint-defun, elint-buffer-env, elint-top-form-logged)
4745         (elint-unbound-variable):
4746         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
4747         Fix typos in docstrings.
4749 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
4751         * files.el (insert-directory): When WILDCARD-REGEXP and
4752         FULL-DIRECTORY-P are nil, insert the file entry instead of the
4753         whole directory.  (Bug#5551)
4755         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
4756         dired's alignment sanity.  (Bug#5516)
4758 2010-02-14  Juri Linkov  <juri@jurta.org>
4760         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
4761         Remove remaining ^H with their preceding chars.  (Bug#5566)
4763 2010-02-13  Glenn Morris  <rgm@gnu.org>
4765         * simple.el (transpose-subr): Give it a doc-string.
4767         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
4768         Doc fixes.
4770 2010-02-12  Juri Linkov  <juri@jurta.org>
4772         * arc-mode.el (archive-unique-fname): Make directories for nested
4773         archives.  (Bug#5540)
4775 2010-02-12  Juri Linkov  <juri@jurta.org>
4777         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
4779 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4781         * subr.el (copy-overlay): Handle deleted overlays.
4783         * man.el (Man-completion-table): Don't signal an error if we can't run
4784         manual-program (bug#4056).
4786 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
4788         * textmodes/artist.el (artist-mt): Fix typos in docstring.
4790 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4792         * info.el (Info-bookmark-jump): Simplify.
4794         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
4795         (bookmark-default-handler): Accept new bookmark field `buffer'.
4797 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
4799         * iswitchb.el (iswitchb-completions): Revert last change.
4801 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
4803         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
4804         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
4805         This prevents file names like "~/" being listed literally.
4807 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
4809         * term/xterm.el (xterm-maybe-set-dark-background-mode):
4810         Remove dead code.  (Bug#5546)
4812 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
4814         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
4815         correctly (Bug#5548).
4817 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
4819         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
4820         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
4822 2010-02-08  Kenichi Handa  <handa@m17n.org>
4824         * international/mule-util.el (with-coding-priority): Add autoload
4825         cookie for putting `lisp-indent-function'.
4827 2010-02-07  Glenn Morris  <rgm@gnu.org>
4829         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
4830         Move F2003 named interfaces from keywords-2 to keywords-1, and
4831         use function-name-face rather than constant-face.
4832         Simplify "abstract interface" regexp.
4834 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
4836         * eshell/esh-util.el (eshell-file-attributes): New optional arg
4837         ID-FORMAT.  Pass it to `file-attributes'.
4839         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
4841 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
4843         * faces.el (set-face-attribute): Allow calling
4844         internal-set-lisp-face-attribute with 'unspecified family and
4845         foundry argument (Bug#5536).
4847 2010-02-07  Glenn Morris  <rgm@gnu.org>
4849         * progmodes/f90.el (f90-font-lock-keywords-2)
4850         (f90-looking-at-type-like, f90-looking-at-program-block-end):
4851         Handle F2003 named interfaces.
4853 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
4855         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
4856         beg and end before calling c-get-state-before-change-functions.
4858 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
4860         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
4862 2010-02-05  Juri Linkov  <juri@jurta.org>
4864         * doc-view.el (doc-view-mode):
4865         * image-mode.el (image-mode): Put property mode-class=special.
4866         (Bug#4896)
4868 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
4870         * vc-svn.el (vc-svn-revision-table): New function.
4872 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
4874         * net/ange-ftp.el (ange-ftp-insert-directory):
4875         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4876         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4877         Handle also directories.  (Bug#5478)
4879 2010-02-05  Glenn Morris  <rgm@gnu.org>
4881         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
4883 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
4885         * startup.el (command-line-1): Convert options beginning with a
4886         single dash as well (Bug#5519).
4888 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4890         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
4891         * minibuffer.el (completion-initials-expand): Only check the presence
4892         of delims *within* the boundaries, since otherwise the / delim is
4893         always found for files.
4895         Fix up various corner case problems.
4896         * doc-view.el (doc-view-last-page-number): New function.
4897         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
4898         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
4899         (doc-view-kill-proc): Avoid inf-loop in freak cases.
4900         (doc-view-reconvert-doc): Use the new recursive delete-directory.
4901         (doc-view-convert-current-doc): Don't create the resolution.el file
4902         here any more.
4903         (doc-view-pdf/ps->png): Do it here instead.
4904         (doc-view-already-converted-p): Check that resolution.el is present.
4905         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
4906         windows that are not yet showing images.
4908 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
4910         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
4911         `dired-uncache' for every elemnt which is an absolute file name.
4913         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
4914         directory, handle its directory component.
4915         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
4916         function is called permanently and creates noise, otherwise.
4918         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4919         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4920         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
4922 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
4924         * macros.el (apply-macro-to-region-lines):
4925         Minor simplification.  (Bug#5485)
4927 2010-02-04  Glenn Morris  <rgm@gnu.org>
4929         * mail/rmail.el (rmail-show-message-1): Handle malformed
4930         quoted-printable text.  (Bug#5441)
4932         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
4934         * simple.el (visual-line-mode): Capitalize lighter.
4936 2010-02-03  John Wiegley  <jwiegley@gmail.com>
4938         * iswitchb.el (iswitchb-completions): Add bookmark files to the
4939         list of files considered for "virtual buffer" completions.
4941 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
4943         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
4944         also in case of (and (not full) (not wildcard)).  This is needed
4945         when dired is called with a list of files, which are not in
4946         `default-directory'.  (Bug#5478)
4948 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4950         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
4952 2010-02-02  Juri Linkov  <juri@jurta.org>
4954         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
4955         from unidiff to allow function-line after @@.
4957 2010-02-02  Juri Linkov  <juri@jurta.org>
4959         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
4960         '(RCS SCCS) with inverted condition.
4962 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
4964         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
4965         messages.
4967 2010-02-01  Juri Linkov  <juri@jurta.org>
4969         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
4970         compare with "pkunzip" and "pkzip" instead of only "pkzip".
4971         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
4972         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
4974 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4976         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
4977         (doc-view-revert-buffer): New command.
4978         (doc-view-mode-map): Use it.
4980 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
4982         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
4983         pending merge is detected.
4985 2010-01-31  Juri Linkov  <juri@jurta.org>
4987         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
4988         beginning of interactive spec like all other grep commands do.
4989         Put "all" in front of "gz".  (Bug#5260)
4991 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
4993         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
4995 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
4997         * dirtrack.el (dirtrack): Warn instead of signalling error if the
4998         regexp is incorrect (Bug#5476).
5000 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
5002         * net/tramp.el (tramp-handle-insert-directory): Handle also
5003         symlinks, when FILENAME is not in `default-directory'.
5005 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
5007         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
5008         FILE is not in `default-directory'.  (Bug#5478)
5010         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
5011         of SWITCHES.  Handle the case, FILENAME is not in
5012         `default-directory'.  (Bug#5478)
5013         (tramp-register-file-name-handlers): Add safe-magic property.
5015 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
5017         * arc-mode.el (archive-zip-extract): Quote the argument passed to
5018         unzip (Bug#5475).
5020 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
5022         * progmodes/flymake.el (flymake-allowed-file-name-masks)
5023         (flymake-master-make-header-init): Add other C++ filename masks.
5024         (flymake-find-possible-master-files)
5025         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
5027 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
5029         Fix some busybox annoyances.
5031         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
5032         not responding." string.
5033         (tramp-open-connection-setup-interactive-shell): Dump stty
5034         settings.  Enable "neveropen" arg for all `tramp-send-command'
5035         calls.  Handle "=" in variable values properly.
5036         (tramp-find-inline-encoding): Raise an error, when no encoding is
5037         found.
5038         (tramp-wait-for-output): Check, whether PROC buffer is available.
5039         Remove spurious " ^H" sequences, sent by busybox.
5040         (tramp-get-ls-command): Suppress coloring, if possible.
5042 2010-01-28  Glenn Morris  <rgm@gnu.org>
5044         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
5046         * log-edit.el (log-edit-strip-single-file-name): Add missing
5047         :safe, :group, and :version tags.
5049 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
5051         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
5052         buffers.  (Bug#5477)
5054 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
5056         * files.el (delete-directory): Handle moving to trash without
5057         first doing recursion (Bug#5436).
5059 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
5061         * vc-hooks.el (vc-path): Mark as obsolete.
5063 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
5065         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
5066         names too.
5068         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
5069         for the short log.
5070         (vc-bzr-log-view-mode): Adjust regexp for the above change.
5072 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
5074         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
5076         * vc-bzr.el (vc-bzr-revision-table): New function.
5078 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
5080         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
5081         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
5083 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
5085         Remove support for adding --signoff on commit.
5086         Future support will use an incompatible generic mechanism.
5087         * vc-git.el (vc-git-add-signoff): Remove variable.
5088         (vc-git-toggle-signoff): Remove function.
5089         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
5091         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
5092         from xterm-set-background-mode.  Return t if the background mode
5093         was set.
5094         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
5095         earlier, call it again in case the background mode has changed.
5097 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
5099         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
5100         (Bug#3541).
5102 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
5104         * emacs-lisp/assoc.el (aelement): Doc fix.
5105         (aput, adelete, amake): Use lexical-let (Bug#5450).
5107 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
5109         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
5110         is the same as subprogram call, not declaration.  (Bug#5435).
5112 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
5114         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
5115         (tramp-smb-maybe-open-connection): Use it.
5117 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
5119         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
5121 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5123         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
5124         just because we see "encoding: 8bit".
5125         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
5127 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
5129         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
5131 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
5133         * jka-compr.el (jka-compr-load): If load-file is not in
5134         load-history, try its file-truename version.  (bug#5447)
5136 2010-01-21  Alan Mackenzie  <acm@muc.de>
5138         Fix a situation where deletion of a cpp construct throws an error.
5139         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
5140         invoking c-with-all-but-one-cpps-commented-out, check that the
5141         special cpp construct is still in the buffer.
5142         (c-parse-state): Record the special cpp with markers, not numbers.
5144 2010-01-21  Kenichi Handa  <handa@m17n.org>
5146         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
5147         process last-command-event, as it is now decoded first (Bug#5380).
5149 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
5151         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
5153 2010-01-20  Glenn Morris  <rgm@gnu.org>
5155         * indent.el (tab-always-indent): Fix custom-type.
5157 2010-01-19  Alan Mackenzie  <acm@muc.de>
5159         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
5160         buffer throws "args out of range".
5161         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
5162         playing the role of delimiter.
5164 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
5166         * progmodes/ada-mode.el: Fix bug#5400.
5167         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
5168         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
5169         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
5170         Improve comments in "is" portion.  Handle null procedure declaration.
5171         (ada-move-to-end): Improve doc string.
5173 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
5175         * ido.el (ido-cur-list): Initialize to nil.
5176         Remove obsolete information from commentary.
5177         (ido-choice-list): Initialize to nil.
5178         (ido-get-bufname): Reject minibuffers.
5179         (ido-make-buffer-list): If "default" is a nonexistent
5180         buffer, ignore it, as per the function's comment.
5181         (ido-kill-buffer-internal): New function.
5182         (ido-kill-buffer-at-head): Use it.
5183         (ido-visit-buffer): Likewise.
5185 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5187         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
5189 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
5191         * cedet/ede/locate.el (ede-locate-file-in-project)
5192         (ede-locate-file-in-project-impl): Fix typos in docstrings.
5193         (ede-enable-locate-on-project): Fix typos in error messages.
5195         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
5196         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
5197         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
5198         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
5199         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
5200         Fix typos in menu help.
5202         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
5203         Fix typos in chart titles.
5205         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
5206         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
5207         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
5208         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
5209         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
5210         (semantic-parse-stream, semantic-parse-region)
5211         (semantic-parse-region-default, semantic--set-buffer-cache)
5212         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
5213         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
5214         (semantic-default-submodes):
5215         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
5216         (semanticdb-create-ebrowse-database)
5217         (semanticdb-find-tags-for-completion-method)
5218         (semanticdb-find-tags-by-class-method)
5219         (semanticdb-deep-find-tags-by-name-method)
5220         (semanticdb-deep-find-tags-for-completion-method):
5221         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
5222         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
5223         (semanticdb-find-tags-for-completion-method)
5224         (semanticdb-find-tags-by-class-method)
5225         (semanticdb-deep-find-tags-for-completion-method):
5226         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
5227         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
5228         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
5229         (semanticdb-find-tags-by-name-method)
5230         (semanticdb-find-tags-by-name-regexp-method)
5231         (semanticdb-find-tags-for-completion-method)
5232         (semanticdb-find-tags-by-class-method)
5233         (semanticdb-find-tags-external-children-of-type-method)
5234         (semanticdb-find-tags-subclasses-of-type-method)
5235         (semanticdb-deep-find-tags-by-name-method)
5236         (semanticdb-deep-find-tags-by-name-regexp-method)
5237         (semanticdb-deep-find-tags-for-completion-method):
5238         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
5239         (semanticdb-enable-gnu-global-in-buffer)
5240         (semanticdb-find-tags-for-completion-method)
5241         (semanticdb-deep-find-tags-by-name-method)
5242         (semanticdb-deep-find-tags-for-completion-method):
5243         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
5244         (javascript-mode, semanticdb-find-translate-path)
5245         (semanticdb-find-tags-for-completion-method)
5246         (semanticdb-find-tags-by-class-method)
5247         (semanticdb-deep-find-tags-by-name-method)
5248         (semanticdb-deep-find-tags-for-completion-method)
5249         (semanticdb-find-tags-external-children-of-type-method):
5250         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
5251         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
5252         (global-semantic-idle-scheduler-mode):
5253         * cedet/srecode/dictionary.el (srecode-field-value)
5254         (srecode-dictionary-add-section-dictionary):
5255         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
5256         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
5257         (describe-class, eieio-describe-generic, describe-generic):
5258         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
5259         (eieio-speedbar-expand):
5260         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5261         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
5262         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
5263         (viper-del-backward-char-in-replace, viper-backward-indent)
5264         (viper-brac-function, viper-register-to-point, viper-submit-report):
5265         * net/tramp.el (tramp-remote-coding-commands):
5266         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
5267         Fix typos in docstrings.
5269 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5271         * mail/sendmail.el (mail-yank-original): Set the mark if the
5272         specified function for yanking does not do it.
5274 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
5276         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
5278         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
5279         resyncing a directory.
5281 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
5283         * progmodes/ada-mode.el: Fix bug#1920.
5284         (ada-ident-re): Delete ., allow multibyte characters.
5285         (ada-goto-label-re): New; matches goto labels.
5286         (ada-block-label-re): New; matches block labels.
5287         (ada-label-re): New; matches both.
5288         (ada-named-block-re): Deleted; callers changed to use
5289         `ada-block-label-re' instead.
5290         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
5291         Use `ada-block-label-re'.
5292         (ada-indent-on-previous-lines): Improve handling of goto labels.
5293         (ada-get-indent-block-start): Special-case block label.
5294         (ada-get-indent-label): Split into `ada-indent-block-label' and
5295         `ada-indent-goto-label'.
5296         (ada-goto-stmt-start, ada-goto-next-non-ws):
5297         Optionally ignore goto labels.
5298         (ada-goto-next-word): Simplify.
5299         (ada-indent-newline-indent-conditional): Insert newline before
5300         trying to fix indentation; doc fix.
5302 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
5304         * calc/calc.el (calc-command-flags): Give it an initial value.
5306 2010-01-17  Glenn Morris  <rgm@gnu.org>
5308         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
5310 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5312         * cedet/semantic.el (semantic-mode):
5313         * files.el (minibuffer-with-setup-hook):
5314         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
5315         (artist-key-draw-continously, artist-key-do-continously-continously)
5316         (artist-key-set-point-continously, artist-mouse-draw-continously):
5317         Fix typos in docstrings.
5319 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
5321         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
5322         return t (Bug#3898).
5324 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
5326         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
5327         can parse the output of the external commands (Bug#5279).
5329 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
5331         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
5333 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
5335         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5337         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5339         * startup.el (command-line): Remove unused --icon-type arg.
5340         Handle --display arg, passing it to command-line-1 (Bug#5392).
5342 2010-01-16  Mario Lang  <mlang@delysid.org>
5344         * cedet/ede/cpp-root.el (ede-cpp-root-project):
5345         * cedet/ede/files.el (ede-expand-filename):
5346         * cedet/ede/simple.el (ede-simple-project):
5347         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5348         (semantic-complete-inline-tag-engine):
5349         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5350         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5351         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5352         * cedet/semantic/db.el (semanticdb-equivalent-mode):
5353         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5354         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5355         * emacs-lisp/chart.el (chart-translate-namezone):
5356         * textmodes/artist.el (artist-compute-popup-menu-table):
5357         Remove duplicated words in doc-strings.
5359 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
5361         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5362         to mairix-search to suppress threading (Bug#5342).
5364 2010-01-15  Kenichi Handa  <handa@m17n.org>
5366         * international/mule-cmds.el (canonicalize-coding-system-name):
5367         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
5369 2010-01-15  Glenn Morris  <rgm@gnu.org>
5371         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
5373         * wid-edit.el (widget-keymap): Doc fix.
5375         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5376         former seems to be more widely accepted by various svn versions.
5378 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5380         * find-cmd.el (find-constituents):
5381         * vc-arch.el (vc-arch-root):
5382         * window.el (window-body-height, pop-up-frames):
5383         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5384         (semantic-no-reparse-needed-change-hook):
5385         * cedet/srecode/insert.el (srecode-resolve-argument-list)
5386         (srecode-template-inserter-blank, srecode-template-inserter-variable)
5387         (srecode-template-inserter-ask, srecode-template-inserter-width)
5388         (srecode-template-inserter-section-start)
5389         (srecode-template-inserter-section-end, srecode-insert-method):
5390         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5391         * progmodes/ada-stmt.el (ada-if):
5392         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5393         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5394         (ispell-encoding8-command, ispell-aspell-supports-utf8)
5395         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5397         * progmodes/flymake.el (flymake-post-syntax-check):
5398         Fix typo in error message.
5400 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5402         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5403         which is always a string.  (Bug#5313)
5405 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5407         * progmodes/ada-xref.el (ada-default-prj-properties):
5408         Simplify previous change.
5410 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5412         * progmodes/ada-xref.el (ada-default-prj-properties):
5413         Default ada_project_path to $ADA_PROJECT_PATH.
5415 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5417         * progmodes/ada-mode.el (ada-create-keymap):
5418         Override `narrow-to-defun' with `ada-narrow-to-defun'.
5420 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5422         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5423         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5424         (ada-get-current-indent, ada-imenu-generic-expression)
5425         (ada-which-function): Check for it.
5427 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5429         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5430         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5432 2010-01-14  Glenn Morris  <rgm@gnu.org>
5434         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
5436 2010-01-14  Kenichi Handa  <handa@m17n.org>
5438         * composite.el (auto-composition-mode): Make it a buffer local
5439         variable (permanent-local).
5440         (auto-composition-function): Set the default value to
5441         auto-compose-chars.
5442         (auto-composition-mode): Make it a simple function, not a minor mode.
5443         (global-auto-composition-mode): Likewise.
5444         (turn-on-auto-composition-if-enabled): Delete it.
5446 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
5448         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5450 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
5452         * files.el (copy-directory): Compute target for recursive
5453         directories with identical names.  (Bug#5343)
5455 2010-01-12  Glenn Morris  <rgm@gnu.org>
5457         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5458         it to bug-gnu-emacs rather than emacs-pretest-bug.
5460 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5462         * cedet/data-debug.el (data-debug): Fix customization group reference.
5464 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5466         * cedet/semantic/analyze.el (semantic-analyze-push-error)
5467         (semantic-analyze-context, semantic-analyze-context-assignment)
5468         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5469         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5470         (semantic-java-doc-keywords-map):
5471         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5472         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5473         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5474         (semantic-c-classname, semantic-format-tag-uml-prototype)
5475         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5476         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5477         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5478         (semantic-get-local-variables, semantic-end-of-command)
5479         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5480         (lisp-mode):
5481         * cedet/semantic/bovine/make.el (makefile-mode):
5482         * cedet/semantic/wisent/python.el (wisent-python-string-re)
5483         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5484         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5485         (semantic-lex, semantic-get-local-variables, python-mode):
5486         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5487         * cedet/srecode/extract.el (srecode-extract-state-set)
5488         (srecode-extract-method): Fix typos in docstrings.
5490 2010-01-11  Sam Steingold  <sds@gnu.org>
5492         * imenu.el (imenu-default-create-index-function): Detect infinite
5493         loops caused by imenu-prev-index-position-function.
5495 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5497         * htmlfontify.el (htmlfontify-load-rgb-file)
5498         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5499         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5500         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5501         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5502         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5503         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5504         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5505         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5506         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5507         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5508         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5509         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5510         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5511         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5512         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5513         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5514         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5515         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5516         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5517         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5518         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5519         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5520         backslash-quoting from parentheses, etc.
5522 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
5524         * progmodes/js.el: Autoload javascript-mode alias.
5526 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5528         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5529         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5530         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5531         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5532         Fix typos in docstrings.
5533         (ffap-url-regexp): Doc fix.
5534         (ffap-at-mouse): Fix typo in message.
5536 2010-01-11  Glenn Morris  <rgm@gnu.org>
5538         * version.el (emacs-copyright): Set copyright year to 2010.
5540 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5542         * format.el (format-annotate-function): Only set
5543         write-region-post-annotation-function after running to-fn so as not to
5544         affect nested write-region calls (bug#5273).
5546 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
5548         * cedet/semantic.el (semantic-new-buffer-setup-functions):
5549         Add python parser.
5551         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5552         wisent/python.el.
5554 2010-01-10  Richard Kim  <emacs18@gmail.com>
5556         * cedet/semantic/wisent/python-wy.el:
5557         * cedet/semantic/wisent/python.el: New files.
5559 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5561         * man.el (Man-goto-section): Signal error if the section is not
5562         found (Bug#5317).
5564 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
5566         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5567         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
5569 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5571         * progmodes/compile.el: Don't treat compile-command as safe if
5572         compilation-read-command might be nil (Bug#4218).
5574 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
5576         * startup.el (command-line-1): Use orig-argi to check for ignored X and
5577         NS options.
5579 2010-01-08  Kenichi Handa  <handa@m17n.org>
5581         * international/fontset.el (build-default-fontset-data):
5582         Exclude characters in scripts kana, hangul, han, or cjk-misc.
5584 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
5586         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5587         to `create-file-buffer' as it expects, not just a buffer name.
5588         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5589         to help uniquify.  (Bug#3224)
5591 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
5593         * font-setting.el (font-setting-change-default-font): Use user-spec
5594         instead of name.
5596 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5598         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5600 2010-01-05  Tom Tromey  <tromey@redhat.com>
5602         * progmodes/python.el (python-font-lock-keywords):
5603         Handle qualified decorators (Bug#881).
5605 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5607         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5608         in a lightweight checkout.
5610 2010-01-05  Kenichi Handa  <handa@m17n.org>
5612         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5614 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5616         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5618 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
5620         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5621         checkouts.  (Bug#618)
5622         (vc-bzr-log-view-mode): Also highlight the author.
5623         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5624         (vc-bzr-shelve-menu-map):
5625         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5626         (vc-bzr-shelve-apply): Make prompt more explicit.
5628 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5630         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5631         They are valid characters in URL paths (rfc3986), and at least
5632         Firefox does not understand the encoded version (Bug#3166).
5634 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
5636         * progmodes/octave-mod.el (octave-end-keywords)
5637         (octave-block-begin-or-end-regexp, octave-block-match-alist):
5638         Add "end" keyword (Bug#3061).
5639         (octave-end-as-array-index-p): New function.
5640         (calculate-octave-indent): Use it.
5642 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5644         * bookmark.el: Consistently put the text property on the bookmark name.
5645         (bookmark-bmenu-marks-width): Bump back to 2, to include
5646         annotation marks.
5647         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
5648         property on the bookmark name, instead of not putting it at all.
5649         (bookmark-bmenu-list): Fix where we put the text property.
5651 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5653         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
5654         for showing buffer modified state (as added in the previous change).
5656 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5658         * bookmark.el: Show modified state of bookmark buffer more accurately.
5659         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
5660         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
5661         (with-buffer-modified-unmodified): New macro.
5662         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5663         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
5664         Use new macro to preserve the buffer modified state.
5666 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5668         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
5669         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
5670         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
5671         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
5672         (bookmark-bmenu-rename, bookmark-bmenu-locate)
5673         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
5674         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
5676 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5678         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5679         Make the lines in the generated doc string shorter.  (Bug#4668)
5681 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
5683         * net/rcirc.el: Add follow-link binding (Bug#4738).
5685 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5687         * Makefile.in (bzr-update): Rename from cvs-update.
5688         (cvs-update): New target for backward compatibility.
5690         * makefile.w32-in (bzr-update): Rename from cvs-update.
5691         (cvs-update): New target for backward compatibility.
5693 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5695         * bookmark.el: Remove gratuitous gratitude.
5697 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5699         * bookmark.el (bookmark-bmenu-any-marks): New function.
5700         (bookmark-bmenu-save): Clear buffer modification if no marks.
5702 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5704         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5705         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5706         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
5707         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
5709         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
5710         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
5711         To: emacs-devel {_AT_} gnu.org
5712         Subject: bookmark.el bug report
5713         Date: Mon, 28 Dec 2009 14:19:16 +0800
5714         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
5716 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5718         * bookmark.el: Improvements suggested by Drew Adams:
5719         (bookmark-bmenu-ensure-position): New name for
5720         `bookmark-bmenu-check-position'.  Just ensure the position,
5721         don't return any meaningful value.
5722         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
5723         New constants.
5725 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
5727         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
5728         (bookmark-yank-point, bookmark-bmenu-check-position):
5729         Fix typos in docstrings.
5730         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
5731         (bookmark-name-from-full-record, bookmark-get-position)
5732         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
5733         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
5734         Remove useless quoting of parenthesis, etc. in docstrings.
5736         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
5737         (ediff-append-custom-diff): Fix typo in error message.
5738         (ediff-meta-mark-equal-files): Fix typos in messages.
5740         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
5742         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
5743         Fix typo in docstring.
5745         * net/imap-hash.el (imap-hash-make): Doc fix.
5746         (imap-hash-test): Fix typo in error message; reflow docstring.
5747         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
5748         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
5749         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
5750         Fix typos in docstrings.
5751         (imap-hash-open-connection): Fix typo in error message.
5753         * play/gomoku.el (gomoku): Fix typos in docstring.
5755         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
5756         (gdb-jsonify-buffer): Fix typos in docstring.
5757         (gdb-goto-breakpoint): Fix typo in error message.
5758         ("Display Other Windows"): Fix typo in help message.
5759         (gdb-speedbar-expand-node): Fix typo in question.
5761         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
5762         (idlwave-html-system-help-location, idlwave-html-help-location)
5763         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
5764         (idlwave-help-browser-generic-args, idlwave-help-directory)
5765         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
5766         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
5767         (idlwave-online-help, idlwave-help-html-link)
5768         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
5769         Fix typos in docstrings.
5770         (idlwave-help-with-source, idlwave-help-find-routine-definition):
5771         Reflow docstrings.
5772         (idlwave-help-assistant-start): Fix typo in error message.
5774         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
5775         (octave-electric-space): Fix typos in docstrings.
5777 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5779         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
5781 2010-01-01  Juri Linkov  <juri@jurta.org>
5783         * comint.el (comint-input-ring-size): Make it a defcustom and
5784         increase the default to 500 (Bug#5148).
5786 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
5788         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
5789         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
5790         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
5792 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
5794         Show working revision correctly for mercurial.
5795         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
5796         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
5798 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
5800         Declare some functions for the byte-compiler.
5801         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
5802         (speedbar-timer-fn, speedbar-change-expand-button-char)
5803         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
5805 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
5807         This changeset reverts GDB Graphical Interface to use annotations.
5808         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
5810 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
5812         Make vc-dir work on subdirectories of the bzr root.
5813         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
5814         file names relative to it.
5815         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
5816         relative directory to vc-bzr-after-dir-status.
5818 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
5820         * font-lock.el (font-lock-refresh-defaults): New function, which
5821         can be used to let font-lock react to external changes in
5822         variables like font-lock-defaults and keywords.
5823         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
5825 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
5827         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
5829         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
5831 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
5833         Supersede color.diff settings in git log (bug#5211).
5835         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
5836         escape chars in its output when the user has color.diff set to `always'.
5837         This fix works on git 1.4.2 and newer (released on 2006-08-13).
5839 2009-12-26  Kevin Ryde  <user42@zip.com.au>
5841         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
5842         node.  Keep previous "Index" name to work with past coreutils too.
5844         * man.el (man): Revise docstring a bit to show -a and -l as
5845         examples.  Add -k description since support for it has otherwise
5846         been a secret.  (Further to bug#3717.)
5847         (Man-bgproc-sentinel): When "-k foo" produces no output show error
5848         "no matches" rather than "Can't find manpage", as the latter reads
5849         like -k was interpreted as a page name, which is not so.  (Bug#5431)
5851 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
5853         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
5854         switches.  Check also for //SUBDIRED// line.
5856 2009-12-25  Kenichi Handa  <handa@m17n.org>
5858         * language/indian.el (devanagari-composable-pattern): Fixed to
5859         handle ZWNJ and ZWJ.  Use it in composition-function-table for
5860         Devanagari.
5861         (malayalam-composable-pattern): Fix previous change.
5863 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5865         * ps-print.el (ps-face-attributes): It was not returning the
5866         attribute face for faces specified as string.  Reported by harven
5867         <harven@free.fr>.
5868         (ps-print-version): New version 7.3.5.
5870 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
5872         * calendar/icalendar.el (icalendar--convert-tz-offset):
5873         Fix timezone names.
5874         (icalendar--convert-tz-offset): Fix the "last-day-problem".
5875         (icalendar--add-diary-entry): Remove the trailing blank that
5876         diary-make-entry inserts.
5878 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
5880         Make `file-expand-wildcards' work for remote files.
5882         * files.el (file-expand-wildcards): In case of remote files, check
5883         only local file name part for wildcards.  Provide feature 'files
5884         and subfeature 'remote-wildcards.  (Bug#5198)
5886         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
5887         if there is already an established connection.
5888         (tramp-advice-file-expand-wildcards): Remove it.
5890         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
5891         (tramp-advice-file-expand-wildcards): Move from tramp.el.
5892         Activate advice for older GNU Emacs versions.  (Bug#5237)
5894 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
5896         Some doc fixes (more needed).
5898         * find-cmd.el (find-constituents): Reflow docstring.
5899         (find-cmd, find-prune, find-command): Fix typos in docstrings.
5900         (find-generic): Doc fix.
5902 2009-12-17  Juri Linkov  <juri@jurta.org>
5904         Fix regression from 23.1 to allow multiple modes in Local Variables.
5906         * files.el (hack-local-variables-filter): While ignoring duplicates,
5907         don't take `mode' into account.
5908         (hack-local-variables-filter, hack-dir-local-variables):
5909         Don't remove duplicate `mode' from local-variables-alist (like `eval').
5911 2009-12-17  Juri Linkov  <juri@jurta.org>
5913         Make `dired-diff' safer.  (Bug#5225)
5915         * dired-aux.el (dired-diff): Signal an error when `file' equals to
5916         `current' or when `file' is a directory of the `current' file.
5918 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
5920         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
5921         unconditionally preloaded files.
5923 2009-12-16  Juri Linkov  <juri@jurta.org>
5925         Revert to old 23.1 logic of using the file at the mark as default.
5926         * dired-aux.el (dired-diff): Use the file at the mark as default
5927         if it's not the same as the current file, and the target dir is
5928         the current dir or the mark is active.  Add the current file
5929         as the arg of `dired-dwim-target-defaults'.  Use the default file
5930         in the prompt.  (Bug#5225)
5932 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
5934         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
5935         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
5936         (tramp-check-for-regexp): Check also, when an echoing shell stops
5937         to echo sent commands.
5939 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5941         * Makefile.in: Revert last change (Bug#5191).
5943 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
5945         * vc-hg.el (vc-hg-print-log): Fix argument order.
5946         (vc-hg-working-revision): Make sure the command is executed in a
5947         known environment so that we can parse the output.  (Bug#4417)
5949 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5951         * progmodes/python.el (python-symbol-completions): Remove text
5952         properties from symbol string before calling python-send-receive.
5954 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
5956         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5957         when there are values for both file and line.  (Bug#5060)
5959 2009-12-14  Juri Linkov  <juri@jurta.org>
5961         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
5962         whitespace after the file name of the first line of unified format,
5963         because git-diff doesn't output whitespace and file modification time
5964         after the file name.
5966 2009-12-14  David Kastrup  <dak@gnu.org>
5968         * info.el (Info-hide-cookies-node): Before hiding a cookie,
5969         check if it already has the `display' property added by
5970         `Info-display-images-node', and not put the `invisible' property
5971         in this case.
5973 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5975         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
5976         (semantic-mru-bookmark-mode): Doc fixes.
5978         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
5979         of assert.
5981 2009-12-13  Glenn Morris  <rgm@gnu.org>
5983         * mail/emacsbug.el (message-sort-headers): Define for compiler.
5984         (report-emacs-bug): In message-mode, sort manually before storing
5985         original report text.  (Bug#5178)
5986         Remove superfluous save-excursion.
5988 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
5990         * net/dbus.el (dbus-property-handler): Filter lambda forms out
5991         when responding to "GetAll" properties.
5993 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
5995         * simple.el (compose-mail): Remove mail-setup-with-from from
5996         customization checks.
5998 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
6000         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
6001         RAR archives created on Unix systems.
6003 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6005         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
6006         the varalias that was accidentally removed by the 2009-11-19 change
6007         (bug#5186).
6009 2009-12-12  Kenichi Handa  <handa@m17n.org>
6011         * language/indian.el (indian-compose-regexp): New function.
6012         (malayalam-composable-pattern): Fix the pattern.
6013         (composition-function-table): Set malayalam-composable-pattern for
6014         Malayalam characters.
6016 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
6018         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
6019         rather than down-mouse-1, based on follow-link conventions.
6021         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
6022         are compiled.
6024 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
6026         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
6027         (verilog-vmm-statement-re, verilog-ovm-statement-re)
6028         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
6029         (verilog-leap-to-head, verilog-backward-token):
6030         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
6032 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
6034         * progmodes/verilog-mode.el (verilog-auto-lineup)
6035         (verilog-nameable-item-re): Cleanup user-visible spelling and
6036         documentation errors.  One reported by Gary Delp.
6037         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
6038         (verilog-read-decls): Fix AUTOWIRE with types declared in a
6039         package, bug195.  Reported by Pierre-David Pfister.
6041 2009-12-11  Glenn Morris  <rgm@gnu.org>
6043         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
6045         * mail/emacsbug.el: No longer require sendmail.
6046         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
6047         (report-emacs-bug-orig-text): Doc fix.
6048         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
6049         New local variables, to adapt to different mail-user-agents.
6050         (report-emacs-bug): Fix test for a gnu.org address.
6051         Use overlays for emphasis, since font-lock defeats 'face property.
6052         Pretest bugs also end up at the newsgroup these days.
6053         Stop message-mode stripping text properties.
6054         Set and use the new buffer-local variables.
6055         (report-emacs-bug-hook): Add doc-string.
6056         Remove some unnecessary save-excursions and simplify.
6057         Use the appropriate hook and send-command.
6059         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
6060         capitalization of some menu entries.
6062 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6064         * whitespace.el (whitespace-display-char-on):
6065         Ensure `buffer-display-table' is unique when two or more windows are
6066         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
6067         New version 12.1.
6069 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
6071         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
6072         characters in the Attribute field.
6074 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
6076         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
6078 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6080         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
6081         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6082         Disregard autoload-excludes.
6083         (update-directory-autoloads): Obey autoload-excludes here instead.
6084         But don't store its contents in no-autoloads and remove entries that
6085         refer to excludes files.
6087 2009-12-10  Glenn Morris  <rgm@gnu.org>
6089         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
6090         (expand-mail-aliases): Define for compiler.
6092         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
6093         Define for compiler.
6095         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
6096         appropriate for the mail-user-agent in use.
6098 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
6100         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
6102 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
6104         Fix short log parsing and fontification.
6105         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
6106         Fix fontification for the [merge] label.
6108 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
6110         Drop some properties to avoid surprises (bug#5002).
6111         * htmlfontify.el (hfy-ignored-properties): New defcustom.
6112         (hfy-fontify-buffer): Use it.
6114 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6116         Minor cleanup.
6117         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
6118         Adjust all callers.
6119         (ffap-locate-file): Remove unused arg `dir-ok' and make other
6120         args compulsory.  Adjust callers.
6121         (ffap-gopher-at-point): Remove unused var `name'.
6123         Get rid of the ELCFILES abomination.
6124         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6125         (compile-elcfiles): New phony target.
6126         (compile-main): Compute ELCFILES dynamically.
6127         (compile-clean): New target to remove left-over elc files.
6128         (compile, all): Use it.
6130 2009-12-09  Kenichi Handa  <handa@etlken>
6132         * international/mule-diag.el: Require help-mode instead of help-fns.
6134 2009-12-09  Kenichi Handa  <handa@m17n.org>
6136         * international/mule-cmds.el (ucs-names): Supply sufficiently
6137         fine ranges instead of pre-calculating accurate ranges.
6138         Iterate with bigger gc-cons-threshold.
6140 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
6142         Add support for stashing a snapshot of the current tree.
6143         * vc-git.el (vc-git-stash-snapshot): New function.
6144         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
6146 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
6148         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
6149         instead of `(beginning|end)-of-line'.
6151 2009-12-08  Glenn Morris  <rgm@gnu.org>
6153         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
6155         * Makefile.in (ELCFILES): Regenerate.
6157 2009-12-07  Juri Linkov  <juri@jurta.org>
6159         Don't lazy-highlight the comint output in history Isearch mode.
6161         * comint.el (comint-history-isearch-search): Instead of
6162         `comint-line-beginning-position', use `comint-after-pmark-p'
6163         to check if point if before the process mark, and go to
6164         `process-mark' in this case.
6166 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6168         * textmodes/tex-mode.el (latex-complete)
6169         (latex-indent-or-complete): Remove.
6170         (latex-mode): Set completion-at-point-functions instead.
6172         Provide a standard completion command and hook it into TAB.
6173         * minibuffer.el (completion-at-point-functions): New var.
6174         (completion-at-point): New command.
6175         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
6176         * progmodes/python.el (python-mode-map): Use completion-at-point.
6177         (python-completion-at-point): Rename from python-partial-symbol and
6178         adjust for use in completion-at-point-functions.
6179         (python-mode): Setup completion-at-point for Python completion.
6180         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
6181         extracted from lisp-complete-symbol.
6182         (lisp-complete-symbol): Use it.
6183         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
6184         setup completion-at-point for Elisp completion.
6185         (emacs-lisp-mode-map, lisp-interaction-mode-map):
6186         Use completion-at-point.
6187         * ielm.el (ielm-map): Use completion-at-point.
6188         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
6189         * progmodes/sym-comp.el: Move to...
6190         * obsolete/sym-comp.el: Move from progmodes.
6192 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
6194         Prevent save-buffer in Rmail buffers from using the coding-system
6195         of the current message, and from clobbering the encoding mnemonics
6196         in the mode line (Bug#4623).
6198         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
6199         flag, too.
6200         (rmail-message-encoding): New variable.
6201         (rmail-write-region-annotate): Record the encoding of the current
6202         message in rmail-message-encoding.
6203         (rmail-after-save-hook): New function, restores the encoding of
6204         the current message after the message collection is saved.
6206 2009-12-07  Juri Linkov  <juri@jurta.org>
6208         * progmodes/grep.el (grep-read-files): Use `completing-read'
6209         instead of `read-string'.  Set its `collection' arg to
6210         `read-file-name-internal'.  (Bug#4301)
6212 2009-12-07  Juri Linkov  <juri@jurta.org>
6214         Correctly restore original Isearch point.  (Bug#4994)
6216         * isearch.el (isearch-mode): Move `isearch-push-state' after
6217         `(run-hooks 'isearch-mode-hook)'.
6218         (isearch-cancel): When `isearch-push-state-function' is defined,
6219         let-bind `isearch-cmds' to the first state (the last element of
6220         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
6221         function and restores the original point).  Otherwise, move point
6222         to `isearch-opoint'.
6224 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6226         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
6227         chars that don't have names, so the table can be built much faster at
6228         run-time.
6230 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
6232         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
6233         change.  Suggested by David Kastrup.
6235         * simple.el (compose-mail): Check for incompatibilities and warn.
6236         (compose-mail-user-agent-warnings): New option.
6238 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6240         Support showing a single log entry from vc-annotate.
6241         * vc.el (print-log): Add a new argument: START-REVISION.
6242         (vc-print-log-internal): Add a new optional argument and
6243         pass it to the backend.
6244         (vc-print-log, vc-print-root-log): Adjust callers.
6245         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
6246         buffer already displays the requested log entry, use it.
6247         Otherwise display only the log entry in question.
6248         * vc-svn.el (vc-svn-print-log):
6249         * vc-mtn.el (vc-mtn-print-log):
6250         * vc-hg.el (vc-hg-state):
6251         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
6252         (vc-git-show-log-entry): Return t on success.
6253         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
6254         (vc-bzr-show-log-entry): Return t on success.
6255         * vc-rcs.el (vc-rcs-print-log):
6256         * vc-sccs.el (vc-sccs-print-log):
6257         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
6259 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6261         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
6262         Add menus to the meta mode.  (Bug#5043)
6264 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
6266         * ediff-init.el (ediff-event-key): Use event-to-character instead of
6267         event-key.
6269         * ediff.el (ediff-buffers-internal): Add unwind-protect.
6271 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
6273         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
6274         Berbain <raphael.berbain@gmail.com>.
6276         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
6277         characters.
6278         (tramp-initial-end-of-output): New defconst.
6279         (tramp-methods, tramp-find-shell)
6280         (tramp-open-connection-setup-interactive-shell)
6281         (tramp-maybe-open-connection): Use it.
6282         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
6283         existence of `#' and `$'.
6285         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
6286         `tramp-initial-end-of-output'.
6288 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6290         Get the background mode from the terminal for xterm, and set
6291         faces accordingly.
6292         * term/xterm.el (xterm-set-background-mode): New function.
6293         (terminal-init-xterm): Use it in case xterm supports background
6294         color queries.  Recompute faces after getting the background
6295         color.
6297 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
6299         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
6300         number comment back on its own line, for easier parsing.
6302 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6304         Make it work for non-file buffers (bug#5102).
6305         * doc-view.el (doc-view-current-cache-dir):
6306         Use doc-view-buffer-file-name rather than buffer-file-name.
6307         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
6309 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
6311         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
6312         author field is too short.
6314 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
6316         * vc-git.el (vc-git-print-log): Handle a limit argument.
6317         Display the short log in graph form and with labels.
6318         (vc-git-log-view-mode): Handle labels.
6320         Make vc-revert change VC state from 'added to 'unregistered.
6321         * vc-git.el (vc-git-revert): Call git reset first.
6323 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6325         * net/newst-backend.el, net/newst-plainview.el:
6326         * net/newst-reader.el, net/newst-ticker.el:
6327         * net/newst-treeview.el, net/newsticker.el:
6328         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
6330 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6332         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
6334         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
6335         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
6336         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6337         Update annotation regexp.
6339         * simple.el (beginning-of-visual-line): Constrain to field
6340         boundaries (Bug#5106).
6342 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6344         * xml.el (xml-substitute-numeric-entities): Move
6345         newsticker--decode-numeric-entities in newst-backend.el to
6346         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6347         * net/newst-backend.el (newsticker--parse-generic-feed)
6348         (newsticker--parse-generic-items)
6349         (newsticker--decode-numeric-entities): Move
6350         newsticker--decode-numeric-entities in newst-backend.el to
6351         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6353 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
6355         * progmodes/js.el (js--js-not): Add null to the list of values.
6357 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6359         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
6361 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6363         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6364         delimiter if it is at the end of the current line.
6365         (bibtex-generate-url-list): Fix docstring.
6367 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6369         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6370         minibuffer's content with itself.
6371         Fold the confirm-after-completion case into the `confirm' case.
6372         (completion-pcm-word-delimiters): Add : and / to the delimiters.
6374 2009-12-06  Kevin Ryde  <user42@zip.com.au>
6376         * ffap.el (ffap-rfc-path): Make this a defcustom since
6377         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
6379         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6380         manuals, similar to existing setup for help-mode.  (Bug#3913.)
6382 2009-12-05  Juri Linkov  <juri@jurta.org>
6384         Save and restore dired buffer's point positions too.  (Bug#4880)
6386         * dired.el (dired-save-positions): Return in the first element
6387         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6388         Doc fix.
6389         (dired-restore-positions): First restore buffer's position.
6390         While restoring window's positions, check if window still displays
6391         the original buffer.
6393 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
6395         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6396         if possible.
6398         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6399         Make argument optional.
6401         * shell.el (shell): Require ansi-color (Bug#5113).
6403         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6405         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6407 2009-12-05  Alan Mackenzie  <acm@muc.de>
6409         * progmodes/cc-mode.el (c-before-hack-hook)
6410         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6411         `c-file-style' to work again.  This reversion restores the current
6412         software to its state in Emacs 23.1.  (Bug#4146)
6414 2009-12-05  Kevin Ryde  <user42@zip.com.au>
6416         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6417         comment-start-skip to comment-end-skip as comment (Bug#4781).
6419 2009-12-05  Juri Linkov  <juri@jurta.org>
6421         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6422         for virtual nodes.  (Bug#4147)
6423         (Info-find-node-2): Set `Info-current-node-virtual' to nil
6424         when moving from a virtual node.
6425         (Info-mode-menu): Add `Info-virtual-index' to the menu.
6426         (Info-mode): Add `Info-virtual-index' to the docstring.
6428 2009-12-05  Eric Ludlam  <zappo@gnu.org>
6430         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6431         Describe project macro symbols.
6433         * cedet/semantic/complete.el (semantic-complete-do-completion):
6434         Don't call semantic-collector-current-exact-match.
6436         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6437         ede-objects as targets.
6439         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6440         a target's object list even if compiler vars are already in the
6441         Makefile.
6443         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6444         list of headers producing necessary macros.
6446 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6448         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6449         track of the buffer position of the end of a BibTeX entry as this
6450         position may change during reformatting.
6451         (bibtex-format-entry): Remove whitespace before processing
6452         numerical fields so that we recognize the latter properly.
6453         (bibtex-reformat): Do not use push which changes the global value
6454         of bibtex-entry-format.
6455         (bibtex-field-braces-alist, bibtex-field-strings-alist)
6456         (bibtex-field-re-init): Replace only space characters by regexp
6457         for whitespace.
6458         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6459         (bibtex-initialize): Also update bibtex-strings.
6460         (bibtex-kill-field): Preserve white space at end of entry.
6461         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6462         Update bibtex-reference-keys.
6464 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6466         * minibuffer.el (completion-pcm--merge-try): Also consider placing
6467         point after a star, if that's the only place where modifications can
6468         make progress.
6470 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
6472         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6473         in docstrings.
6475 2009-12-04  Juri Linkov  <juri@jurta.org>
6477         * proced.el (proced): Call `(proced-update t)' to update process
6478         information instead of only running proced-post-display-hook.
6479         (proced-send-signal): Add a leading space to the buffer name
6480         " *Marked Processes*" to make this buffer ephemeral.
6482 2009-12-04  Juri Linkov  <juri@jurta.org>
6484         * dired.el (dired-auto-revert-buffer): New defcustom.
6485         (dired-internal-noselect): Use it.
6487 2009-12-04  Juri Linkov  <juri@jurta.org>
6489         Change roles of modes and functions in image-mode.el (Bug#5062).
6491         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6492         in `auto-mode-alist'.
6493         (image-mode-previous-major-mode): New variable.
6494         (image-minor-mode-map): Rename from `image-mode-text-map'.
6495         (image-mode): Move graceful error-handling code from
6496         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
6497         (image-minor-mode): Remove all image-handling code.
6498         Replace `image-mode-text-map' with `image-minor-mode-map'.
6499         Check for `image-type' in mode-line format string.
6500         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6501         (image-mode-as-text): New function with most code from
6502         `image-mode-maybe'.
6503         (image-toggle-display-text): Move code that removes image
6504         properties from `image-toggle-display' to here.
6505         (image-toggle-display-image): New function with code that adds
6506         image properties copied from `image-toggle-display'.
6507         (image-toggle-display): Remove most code with leaving only code
6508         that toggles between `image-mode-as-text' and `image-mode'.
6510 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
6512         * net/newst-treeview.el
6513         (newsticker--treeview-list-highlight-start): Restored call to
6514         save-excursion: Selected item was stuck.
6515         (newsticker--treeview-list-select): New.
6516         (newsticker--treeview-item-show-text)
6517         (newsticker--treeview-item-show)
6518         (newsticker--treeview-item-update): Use new
6519         newsticker-treeview-item-mode.
6520         (newsticker-treeview-update): Keep current item.
6521         (newsticker-treeview-next-new-or-immortal-item): Doc change.
6522         (newsticker--treeview-first-feed): Doc change.
6523         (newsticker-treeview-list-menu)
6524         (newsticker-treeview-item-menu): Added menu entries.
6525         (newsticker-treeview-item-mode): New.
6527         * net/newst-backend.el (newsticker-customize): Delete other
6528         windows.
6530 2009-12-04  Sam Steingold  <sds@gnu.org>
6532         * log-view.el (log-view-mode-map): "q" calls quit-window,
6533         like in all the other non-self-insert buffers.
6535 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6537         Minor cleanup.
6538         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6539         key decoding rather than do it manually via last-input-event +
6540         ascii-character.
6541         (term-exec): Use delete-and-extract-region.
6542         (term-handle-ansi-terminal-messages): Remove unused var `end'.
6543         (term-process-pager): Remove unused var `i'.
6544         (term-dynamic-simple-complete): Make obsolete.
6545         (serial-update-config-menu): Remove unused vars `y' and `str'.
6546         (term-update-mode-line): Remove unused var `temp'.
6548 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6550         Limit the number of log entries displayed by default.
6551         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6552         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6553         using a prefix argument.
6555 2009-12-03  Glenn Morris  <rgm@gnu.org>
6557         * progmodes/idlwave.el (class): Restore still useful declaration.
6559 2009-12-03  Alan Mackenzie  <acm@muc.de>
6561         Enhance `c-parse-state' to run efficiently in "brace deserts".
6563         * progmodes/cc-mode.el (c-basic-common-init):
6564         Call c-state-cache-init.
6565         (c-neutralize-syntax-in-and-mark-CPP): Rename from
6566         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
6567         placing `category' properties value 'c-cpp-delimiter at its boundaries.
6569         * progmodes/cc-langs.el (c-before-font-lock-function):
6570         c-extend-and-neutralize-syntax-in-CPP has been renamed
6571         c-neutralize-syntax-in-and-mark-CPP.
6573         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6574         with `category' properties now, not `syntax-table' ones.
6576         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6577         enhanced (but slower) version of c-end-of-macro that won't land
6578         inside a literal or on another awkward character.
6579         (c-state-cache-too-far, c-state-cache-start)
6580         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6581         (c-state-nonlit-pos-cache-limit, c-state-point-min)
6582         (c-state-point-min-lit-type, c-state-point-min-lit-start)
6583         (c-state-min-scan-pos, c-state-brace-pair-desert)
6584         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6585         buffer local variables.
6586         (c-state-literal-at, c-state-lit-beg)
6587         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6588         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6589         (c-state-cache-top-paren, c-state-cache-after-top-paren)
6590         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6591         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6592         (c-renarrow-state-cache)
6593         (c-append-lower-brace-pair-to-state-cache)
6594         (c-state-push-any-brace-pair, c-append-to-state-cache)
6595         (c-remove-stale-state-cache)
6596         (c-remove-stale-state-cache-backwards, c-state-cache-init)
6597         (c-invalidate-state-cache-1, c-parse-state-1)
6598         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6599         (c-parse-state): Enhance and refactor.
6600         (c-debug-parse-state): Amend to deal with all the new variables.
6602         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6603         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6604         modify to use category text properties rather than syntax-table ones.
6605         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6606         to switch off/on the syntactic paren property of C++ template
6607         delimiters using the category property.
6608         (c-with-<->-as-parens-suppressed): Macro to invoke code with
6609         template delims suppressed.
6610         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6611         New constant/macros which apply category properties to the start
6612         and end of preprocessor constructs.
6613         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6614         "comment out" the syntactic value of characters in preprocessor
6615         constructs.
6616         (c-with-cpps-commented-out)
6617         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6618         with characters in all or all but one preprocessor constructs
6619         "commented out".
6621 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6623         * proced.el (proced-filter-alist): Use regexp-quote.
6625 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
6627         Cleanup.
6628         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6629         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
6630         arguments.  Expand `default-directory'.
6632         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6633         the benefit of returning an expanded localname.
6634         (tramp-tramp-file-p): Handle the case NAME is not a string.
6636 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6638         Add support for bzr shelve/unshelve.
6639         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6640         (vc-bzr-extra-menu-map): New variables.
6641         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
6642         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
6643         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
6644         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
6645         (vc-bzr-dir-extra-headers): Display shelves.
6647         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
6649 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6651         * textmodes/bibtex.el (bibtex-complete-internal):
6652         Use completion-in-region.
6653         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
6655 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6657         Support applying stashes.  Improve UI.
6658         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
6659         (vc-git-stash-apply, vc-git-stash-pop)
6660         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
6661         (vc-git-stash-menu): New functions.
6662         (vc-git-stash-menu-map): New variable.
6663         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
6665 2009-12-03  Glenn Morris  <rgm@gnu.org>
6667         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
6668         (vc-print-log-internal): Fix previous change.
6669         (vc-revert): Correct pluralization.
6671 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6673         * progmodes/make-mode.el (makefile-special-targets-list): No need for
6674         it to be an alist any more.
6675         (makefile-complete): Use completion-in-region.
6677         * progmodes/octave-mod.el (octave-complete-symbol):
6678         Use completion-in-region.
6680         Misc cleanup.
6681         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
6682         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
6683         (idlwave-complete-class): Don't quote lambda.
6684         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
6685         (idlwave-mode-map): Move initialization into declaration.
6686         (idlwave-action-and-binding): Use backquotes.
6687         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
6688         Simplify.
6689         (idlwave-is-pointer-dereference): Remove unused var `pos'.
6690         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
6691         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
6692         `parts', and `all-parts'.
6693         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
6694         (idlwave-convert-xml-system-routine-info): Remove unused string
6695         `version-string'.
6696         (idlwave-display-user-catalog-widget): Use dolist.
6697         (idlwave-scanning-lib): Declare dynamically-scoped var.
6698         (idlwave-scan-library-catalogs): Remove unused var `flags'.
6699         (completion-highlight-first-word-only): Declare to silence bytecomp.
6700         (idlwave-popup-select): Tighten scope of `resp'.
6701         (idlwave-find-struct-tag): Remove unused var `beg'.
6702         (idlwave-after-load-rinfo-hook): Declare.
6703         (idlwave-sintern-class-info): Remove unused var `taglist'.
6704         (idlwave-find-class-definition): Remove unused var `list'.
6705         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
6706         (idlwave-what-module-find-class): Remove unused var `classes'.
6708 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
6710         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
6712 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6714         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
6715         buffers visited.  Remove redundant current-buffer-saving.
6717 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6719         Use completion-in-buffer and remove uses of dynamic scoping.
6720         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
6721         (pascal-buffer-to-use, pascal-flag): Don't declare.
6722         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
6723         (pascal-get-completion-decl, pascal-keyword-completion):
6724         Add `pascal-str' argument, save-excursion,
6725         return the found completions, and don't filter with pascal-pred.
6726         (pascal-completion-cache): New var.
6727         (pascal-completion): Don't switch buffer any more (it was never
6728         necessary).  Don't save-excursion any more (it's done by the called
6729         subroutines).  Use a cache to avoid redundant computations.
6730         Use complete-with-action rather than pascal-completion-response and
6731         let it apply the predicate as well.
6732         (pascal-complete-word): Use completion-in-buffer when
6733         pascal-toggle-completions is nil.
6734         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
6735         not used any more.
6736         (pascal-comp-defun): Don't change buffer any more.
6737         Use complete-with-action rather than pascal-completion-response and
6738         let it apply the predicate as well.
6739         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
6740         when neded.
6742 2009-12-02  Kenichi Handa  <handa@m17n.org>
6744         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
6745         shape for all Indic scripts.
6747 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6749         Use completion-in-buffer.
6750         * wid-edit.el (widget-field-text-end): New function.
6751         (widget-field-value-get): Use it.
6752         (widget-string-complete, widget-file-complete)
6753         (widget-color-complete): Use it and completion-in-region.
6754         (widget-complete): Don't narrow the buffer.
6756 2009-12-02  Glenn Morris  <rgm@gnu.org>
6758         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
6759         (rmail-select-summary): Use rmail-pop-to-buffer.
6760         * mail/rmailsum.el: Replace all pop-to-buffer calls with
6761         rmail-pop-to-buffer, to prevent horizontal splits.
6763         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
6764         save-excursion with save-current-buffer.
6765         Widen before searching.  (Bug#5093)
6766         (diary-list-sexp-entries): Remove superfluous save-excursion.
6768 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
6770         * woman.el (woman-make-bufname): Handle man-pages with "." in the
6771         name.  (Bug#5038)
6773 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
6775         * ido.el (ido-file-internal): Handle filenames at point that do
6776         not have a directory part.  (Bug#5049)
6778 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
6780         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
6781         (mpc-songs-jump-to, mpc-resume): Doc fixes.
6783 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
6785         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
6786         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
6787         any more.
6789 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6791         * comint.el (comint-insert-input): Ignore clicks to the right of
6792         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
6794         * vc.el (vc-print-log-internal): Don't wait for the process to
6795         terminate before setting up the major mode.
6797         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
6798         in case.
6800         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
6801         the last element.
6803         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
6805 2009-12-01  Glenn Morris  <rgm@gnu.org>
6807         * window.el (window--display-buffer-2): Fix previous changes.
6809 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
6811         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
6813 2009-12-01  Glenn Morris  <rgm@gnu.org>
6815         * Makefile.in (ELCFILES): Add mpc.elc.
6817 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6819         * mpc.el: New file.
6821 2009-12-01  Glenn Morris  <rgm@gnu.org>
6823         * window.el (window-to-use): Define for compiler.
6825         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
6826         consistent with others (no final period).
6828         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
6829         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
6831 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
6833         Make vc-print-log buttons work.
6834         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
6836 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
6838         * savehist.el (savehist-autosave-interval): Allow setting to nil
6839         through customize.  (Bug#5056)
6841 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
6843         Fix references to jit-lock properties.
6844         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6845         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
6846         (perl-font-lock-special-syntactic-constructs):
6847         Quote jit-lock-defer-multiline property.
6849 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
6851         * vc-git.el (vc-git-registered): Call vc-git-root only once.
6853 2009-11-30  Juri Linkov  <juri@jurta.org>
6855         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
6856         value `buffer' of `multi-isearch-next-buffer-current-function'.
6857         Use `(current-buffer)' when `buffer' is nil.
6858         (multi-isearch-next-buffer-from-list): Don't fallback to
6859         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
6861 2009-11-30  Juri Linkov  <juri@jurta.org>
6863         * misearch.el (multi-isearch-read-buffers): Move canonicalization
6864         of buffers with `get-buffer' to `multi-isearch-buffers'.
6865         (multi-isearch-buffers, multi-isearch-buffers-regexp):
6866         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
6867         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
6868         FILES with `expand-file-name' converting relative file names
6869         to absolute.  Doc fix.  (Bug#4727)
6871 2009-11-30  Juri Linkov  <juri@jurta.org>
6873         * misearch.el (multi-isearch-read-buffers)
6874         (multi-isearch-read-matching-buffers): New functions.
6875         (multi-isearch-buffers, multi-isearch-buffers-regexp):
6876         Use them in the `interactive' spec.  Doc fix.
6877         (multi-isearch-read-files, multi-isearch-read-matching-files):
6878         New functions.
6879         (multi-isearch-files, multi-isearch-files-regexp):
6880         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
6882 2009-11-30  Juri Linkov  <juri@jurta.org>
6884         * doc-view.el (doc-view-continuous):
6885         Rename from `doc-view-continuous-mode'.
6886         (doc-view-menu): Move "Toggle display" to the top.
6887         Add submenu "Continuous" with radio buttons "Off"/"On"
6888         and "Save as Default".
6889         (doc-view-scroll-up-or-next-page)
6890         (doc-view-scroll-down-or-previous-page)
6891         (doc-view-next-line-or-next-page)
6892         (doc-view-previous-line-or-previous-page): Rename
6893         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
6895 2009-11-30  Juri Linkov  <juri@jurta.org>
6897         * comint.el (comint-mode-map): Rebind `M-r' from
6898         `comint-previous-matching-input' to
6899         `comint-history-isearch-backward-regexp'.
6900         Unbind `M-s' to allow global key binding `M-s'.
6901         Add menu items for `comint-history-isearch-backward' and
6902         `comint-history-isearch-backward-regexp'.  (Bug#3746)
6904 2009-11-30  Juri Linkov  <juri@jurta.org>
6906         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
6907         For def=recenter, replace `recenter' with `recenter-top-bottom'
6908         that is called with `this-command' and `last-command' let-bound
6909         to `recenter-top-bottom'.  When the last `def' was not `recenter',
6910         set `recenter-last-op' to nil.  (Bug#4981)
6912 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6914         Minor cleanup and simplification.
6915         * filecache.el (file-cache-add-directory)
6916         (file-cache-add-directory-recursively)
6917         (file-cache-add-from-file-cache-buffer)
6918         (file-cache-delete-file-regexp, file-cache-delete-directory)
6919         (file-cache-files-matching-internal, file-cache-display): Use dolist.
6920         (file-cache-temp-minibuffer-message): Delete function.
6921         (file-cache-minibuffer-complete): Use minibuffer-message instead.
6923         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6924         Don't signal an error when bumping into EOB in tr, s, or y.
6926 2009-11-29  Juri Linkov  <juri@jurta.org>
6928         * startup.el (fancy-about-text): Fix wording of Guided Tour.
6929         (Bug#4960)
6931         * descr-text.el (describe-char-unidata-list): Use lowercase name
6932         for "Unicode name" like in other tags.
6934 2009-11-29  Juri Linkov  <juri@jurta.org>
6936         * ediff-util.el (ediff-minibuffer-with-setup-hook):
6937         New compatibility macro.
6938         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
6940 2009-11-29  Juri Linkov  <juri@jurta.org>
6942         Add defcustom to define the cycling order of `recenter-top-bottom'.
6943         (Bug#4981)
6945         * window.el (recenter-last-op): Doc fix.
6946         (recenter-positions): New defcustom.
6947         (recenter-top-bottom): Rewrite to use `recenter-positions'.
6948         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
6950 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
6952         Improve integration of Tramp and ange-ftp in eshell.
6954         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
6955         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
6956         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
6958         * eshell/esh-util.el (top): Require also Tramp when compiling.
6959         (eshell-directory-files-and-attributes): Check for FTP remote
6960         connection.
6961         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
6962         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
6963         (eshell-file-attributes): Handle ".".  Return `entry'.
6965         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
6966         (ange-ftp-directory-files-and-attributes)
6967         (ange-ftp-real-directory-files-and-attributes): New defuns.
6969         * net/tramp.el (tramp-maybe-open-connection): Open the remote
6970         shell with "exec" when possible.  This prevents trailing prompts
6971         in `start-file-process'.
6973 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6975         Try and remove assumptions about point-min==1.
6976         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
6977         (rng-compute-mode-line-string): Show the validation percentage in
6978         terms of the narrowed text, not the widened text.
6979         (rng-do-some-validation): Don't catch internal errors when debugging.
6980         (rng-first-error): Simplify.
6981         (rng-after-change-function): Remove work around.  AFAIK the bug has
6982         been fixed a while ago.
6984         * image-mode.el (image-minor-mode): Exit more gracefully when the image
6985         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
6987         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
6989         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
6990         `cd' doesn't always do it for us (bug#5067).
6992         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
6993         on 2009-10-25 as part of some other change (bug#5067).
6995 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6997         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6998         `suspicious'.
6999         (byte-compile-warnings): Use byte-compile-warning-types.
7000         (byte-compile-save-excursion): Warn about use of set-buffer right
7001         after save-excursion.
7003         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
7004         the excursion as well.
7006 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
7008         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
7009         providing a Tramp related implementation of "su" and "sudo".
7010         (eshell-unix-initialize): Add "su" and "sudo".
7012 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
7014         * net/socks.el (socks-send-command): Convert binary request to
7015         unibyte before sending.  This fixes mishandling of some port
7016         numbers such as 129.
7018 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7020         * help.el (describe-bindings-internal): Remove `interactive'.
7022         * man.el (Man-completion-table): Trim a terminating "(".
7023         Remove the space between name page a section.
7024         Add the command's description on the `help-echo' property.
7025         Remove `process-connection-type' binding since it's unused by
7026         call-process.
7027         Provide completion for the "<section> <name>" format as well.
7028         (Man-default-man-entry): Remove spurious var shadowing the argument.
7030 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7032         * log-view.el: Add "Keywords: tools", since its other keywords
7033         aren't in finder-known-keywords, and following vc.el.
7035         * sha1.el (sha1-string-external): default-directory "/" in case
7036         otherwise non-existent.  process-connection-type pipe for touch of
7037         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7039 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7041         Misc coding convention cleanups.
7042         * htmlfontify.el (hfy-init-kludge-hook): Rename from
7043         hfy-init-kludge-hooks.
7044         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
7045         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
7046         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
7047         and push.
7048         (hfy-slant, hfy-weight): Use tables rather than code.
7049         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
7050         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
7051         (hfy-face-attr-for-class): Initialize `face-spec' directly.
7052         (hfy-face-to-css): Remove `nconc' with single arg.
7053         (hfy-p-to-face-lennart): Use `or'.
7054         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
7055         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
7056         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
7057         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
7058         (hfy-force-fontification): Use run-hooks.
7060 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
7062         Various minor fixes.
7063         * htmlfontify.el (hfy-default-header): Add toggle_invis since
7064         Javascript belongs in the header, not the body.
7065         (hfy-javascript): Remove.
7066         (hfy-fontify-buffer): Don't insert it any more.
7067         (hfy-face-at): Handle (face0 face1 face2) style face properties.
7068         Fix bug in invis handling when there were no invis props in a chunk.
7070 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7072         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
7074 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
7076         * finder.el (finder-mode-map): Add a menu.
7078 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
7080         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
7081         "unsigned" structs.
7083         (verilog-leap-to-head, verilog-backward-token): Handle "disable
7084         fork" statement better.
7086 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
7088         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
7089         (verilog-delete-auto, verilog-delete-empty-auto-pair)
7090         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
7091         Reported by Clay Douglass.
7093         (verilog-auto-inst, verilog-auto-star-safe)
7094         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
7095         Fix removing "// Interfaces" when saving .* expansions.  Reported by
7096         Pierre-David Pfister.
7098 2009-11-26  Glenn Morris  <rgm@gnu.org>
7100         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
7101         the scope.
7103 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
7105         * vc-annotate.el (vc-annotate-revision-previous-to-line):
7106         Really use previous revision.
7108 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7110         * man.el (Man-completion-table): default-directory "/" in case
7111         doesn't otherwise exist.  process-environment COLUMNS=999 so as
7112         not to truncate long names.  process-connection-type pipe to avoid
7113         any chance of hitting the pseudo-tty TIOCGWINSZ.
7114         (man): completion-ignore-case t for friendliness and since man
7115         itself is case-insensitive on the command line.
7116         Further to Bug#3717.
7118         * arc-mode.el: Add "Keywords: files", so the details in its
7119         commentary can be reached from finder-by-keyword.
7120         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
7121         editing mode, but it's comms related and sgml-mode.el has "comm"
7122         on that basis too.
7123         * textmodes/bibtex-style.el: Add "Keywords: tex".
7124         * international/isearch-x.el, international/ja-dic-cnv.el:
7125         * international/ja-dic-utl.el, international/kkc.el:
7126         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
7128 2009-11-25  Juri Linkov  <juri@jurta.org>
7130         * man.el (Man-completion-table): Modify regexp to include
7131         section names to completion strings.  (Bug#3717)
7133 2009-11-25  Juri Linkov  <juri@jurta.org>
7135         Search recursively in gzipped files.  (Bug#4982)
7137         * progmodes/grep.el (grep-highlight-matches): Add new options
7138         `always' and `auto'.  Doc fix.
7139         (grep-process-setup): Check `grep-highlight-matches' for
7140         `auto-detect' to determine the need to compute grep defaults.
7141         Move Windows/DOS specific --colors settings handling
7142         to `grep-compute-defaults'.  Check `grep-highlight-matches'
7143         to get the value of "--color=".
7144         (grep-compute-defaults): Compute `grep-highlight-matches' when it
7145         has the value `auto-detect'.  Move Windows/DOS specific settings
7146         from `grep-process-setup'.
7147         (zrgrep): New command with alias `rzgrep'.
7149 2009-11-25  Juri Linkov  <juri@jurta.org>
7151         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
7152         to nil instead of switching off view-mode.  (Bug#4896)
7154 2009-11-25  Juri Linkov  <juri@jurta.org>
7156         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
7158         * mwheel.el (mwheel-scroll-up-function)
7159         (mwheel-scroll-down-function): New defvars.
7160         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
7161         `scroll-up', and `mwheel-scroll-down-function' instead of
7162         `scroll-down'.
7164         * doc-view.el (doc-view-scroll-up-or-next-page)
7165         (doc-view-scroll-down-or-previous-page): Add optional ARG.
7166         Use this ARG in the call to image-scroll-up/image-scroll-down.
7167         Change `interactive' spec to "P".  Goto next/previous page only
7168         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
7169         SPC/DEL case).  Doc fix.
7170         (doc-view-next-line-or-next-page)
7171         (doc-view-previous-line-or-previous-page): Rename arg to ARG
7172         for consistency.
7173         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
7174         `doc-view-scroll-up-or-next-page', and buffer-local
7175         `mwheel-scroll-down-function' to
7176         `doc-view-scroll-down-or-previous-page'.
7178 2009-11-25  Juri Linkov  <juri@jurta.org>
7180         Provide additional default values (directories at other Dired
7181         windows) via M-n in the minibuffer of some Dired commands.
7183         * dired-aux.el (dired-diff, dired-compare-directories)
7184         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
7185         `minibuffer-default' in `minibuffer-with-setup-hook'.
7186         (dired-dwim-target-directory): Find a window that displays Dired
7187         buffer instead of failing when the next window is not Dired.
7188         Use `get-window-with-predicate' to find for the next Dired window.
7189         (dired-dwim-target-defaults): New function.
7191         * ediff-util.el (ediff-read-file-name):
7192         Use `dired-dwim-target-defaults' to set `minibuffer-default'
7193         in `minibuffer-with-setup-hook'.
7195 2009-11-25  Juri Linkov  <juri@jurta.org>
7197         Provide additional default values (file name at point or at the
7198         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
7200         * minibuffer.el (read-file-name-defaults): New function.
7201         (read-file-name): Reset `minibuffer-default' to nil when
7202         it duplicates initial input `insdef'.
7203         Bind `minibuffer-default-add-function' to lambda that
7204         calls `read-file-name-defaults' in `minibuffer-selected-window'.
7205         (minibuffer-insert-file-name-at-point): New command.
7207         * files.el (file-name-at-point-functions): New defcustom.
7208         (find-file-default): Remove defvar.
7209         (find-file-read-args): Don't use `find-file-default'.
7210         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7211         to `read-file-name'.
7212         (find-file-literally): Use `read-file-name' with
7213         `confirm-nonexistent-file-or-buffer'.
7215         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
7217         * dired.el (dired-read-dir-and-switches):
7218         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7219         to `read-file-name'.
7220         (dired-file-name-at-point): New function.
7221         (dired-mode): Add hook `dired-file-name-at-point' to
7222         `file-name-at-point-functions'.
7224 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7226         Really make the *Completions* window soft-dedicated (bug#5030).
7227         * window.el (window--display-buffer-2): Add `dedicated' argument.
7228         (display-buffer): Pass it when needed so the dedicated flag is set
7229         after calling set-window-buffer, which would otherwise reset it.
7231 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7233         * progmodes/meta-mode.el (meta-complete-symbol):
7234         * progmodes/etags.el (complete-tag):
7235         * mail/mailabbrev.el (mail-abbrev-complete-alias):
7236         Use completion-in-region.
7238         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
7239         (dabbrev-completion): Use completion-in-region.
7240         (dabbrev--abbrev-at-point): Simplify regexp.
7242         * abbrev.el (abbrev--before-point): Use word-motion functions
7243         if :regexp is not specified (bug#5031).
7245         * subr.el (string-prefix-p): New function.
7247         * man.el (Man-completion-cache): New var.
7248         (Man-completion-table): Use it.
7250         * vc.el (vc-print-log-internal): Make `limit' optional for better
7251         compatibility (e.g. with vc-annotate.el).
7253 2009-11-24  Kevin Ryde  <user42@zip.com.au>
7255         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
7256         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
7258         * emacs-lisp/elint.el (elint-add-required-env): Better error message
7259         when .el source file not found or other error.
7261 2009-11-24  Markus Triska  <markus.triska@gmx.at>
7263         * linum.el (linum-update-window): Ignore intangible (bug#4996).
7265 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7267         Handle the [back] button properly (bug#4979).
7268         * descr-text.el (describe-text-properties): Add a `buffer' argument.
7269         Use help-setup-xref, help-buffer, and with-help-window.
7270         (describe-char): Add `buffer' argument.
7271         Pass proper command to help-setup-xref.  Don't meddle with
7272         help-xref-stack-item directly.
7273         (describe-text-category): Use with-help-window and help-buffer.
7275         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
7276         for the displayed buffer (bug#4887).
7278         * man.el (Man-completion-table): New function.
7279         (man): Use it.
7281 2009-11-24  David Reitter  <david.reitter@gmail.com>
7283         * vc-git.el (vc-git-registered): Use checkout directory (where
7284         .git is) rather than the file's directory and a relative path spec
7285         to work around a bug in git.
7287 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
7289         Improve handling of processes on remote hosts.
7291         * eshell/esh-util.el (eshell-path-env): New defvar.
7292         (eshell-parse-colon-path): New defun.
7293         (eshell-file-attributes): Use `eshell-parse-colon-path'.
7295         * eshell/esh-ext.el (eshell-search-path):
7296         Use `eshell-parse-colon-path'.
7297         (eshell-remote-command): Remove argument HANDLER.
7298         (eshell-external-command): Check for FTP remote connection.
7300         * eshell/esh-proc.el (eshell-gather-process-output):
7301         Use `file-truename', in order to start also symlinked files.
7302         Apply `start-file-process' instead of `start-process'.
7303         Shorten `command' to the local file name part.
7305         * eshell/em-cmpl.el (eshell-complete-commands-list):
7306         Use `eshell-parse-colon-path'.
7308         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
7310         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
7311         to `eshell-directory-change-hook'.
7313 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
7315         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
7316         because it could be enabled automatically if view-read-only is non-nil.
7318 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
7320         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
7321         made on 2009-11-22.
7323 2009-11-24  Glenn Morris  <rgm@gnu.org>
7325         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
7326         deleted variable bookmark-bmenu-bookmark-column.
7328         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7329         Move after definition of global-semantic-idle-tag-highlight-mode.
7331 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7333         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
7335 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7337         * net/browse-url.el (browse-url-filename-alist): On Windows, add
7338         two slashes to the "file:" prefix.
7339         (browse-url-file-url): De-munge Cygwin filenames before passing
7340         them to Windows browser.
7341         (browse-url-default-windows-browser): Use call-process.
7343 2009-11-23  Juri Linkov  <juri@jurta.org>
7345         Implement DocView Continuous mode.  (Bug#4896)
7346         * doc-view.el (doc-view-continuous-mode): New defcustom.
7347         (doc-view-mode-map): Bind C-n/<down> to
7348         `doc-view-next-line-or-next-page', C-p/<up> to
7349         `doc-view-previous-line-or-previous-page'.
7350         (doc-view-next-line-or-next-page)
7351         (doc-view-previous-line-or-previous-page): New commands.
7353 2009-11-23  Juri Linkov  <juri@jurta.org>
7355         Implement Isearch in comint input history.  (Bug#3746)
7356         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7357         `isearch-mode-hook'.
7358         (comint-history-isearch): New defcustom.
7359         (comint-history-isearch-backward)
7360         (comint-history-isearch-backward-regexp): New commands.
7361         (comint-history-isearch-message-overlay): New buffer-local variable.
7362         (comint-history-isearch-setup, comint-history-isearch-end)
7363         (comint-goto-input, comint-history-isearch-search)
7364         (comint-history-isearch-message, comint-history-isearch-wrap)
7365         (comint-history-isearch-push-state)
7366         (comint-history-isearch-pop-state): New functions.
7368 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
7370         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7371         return.
7372         (tramp-handle-make-symbolic-link)
7373         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7374         Quote file names.
7375         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7376         (tramp-handle-process-file): Use it.
7378 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7380         * window.el (move-to-window-line-last-op): Remove.
7381         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7383 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
7385         Make M-r mirror the new cycling behavior of C-l.
7386         * window.el (move-to-window-line-last-op): New var.
7387         (move-to-window-line-top-bottom): New command.
7388         (global-map): Bind M-r move-to-window-line-top-bottom.
7390 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
7392         * dired-x.el (dired-guess-shell-alist-default):
7393         Support xz format.  (Bug#4953)
7395 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
7397         * cedet/srecode/map.el (srecode-get-maps):
7398         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7399         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7400         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7401         (semantic-toggle-decoration-style):
7402         * cedet/semantic/decorate/include.el
7403         (semantic-decoration-include-describe)
7404         (semantic-decoration-unknown-include-describe)
7405         (semantic-decoration-unparsed-include-describe)
7406         (semantic-decoration-all-include-summary):
7407         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7408         * cedet/semantic/analyze/complete.el
7409         (semantic-analyze-possible-completions):
7410         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7411         (semantic-show-unmatched-syntax-mode)
7412         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7413         (semantic-highlight-func-mode):
7414         * cedet/semantic/util.el (semantic-describe-buffer):
7415         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7416         (semantic-symref-find-tags-by-name)
7417         (semantic-symref-find-tags-by-regexp)
7418         (semantic-symref-find-tags-by-completion)
7419         (semantic-symref-find-file-references-by-name)
7420         (semantic-symref-find-text):
7421         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7422         (senator-yank-tag):
7423         * cedet/semantic/scope.el (semantic-calculate-scope):
7424         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7425         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7426         (define-semantic-idle-service):
7427         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7428         (semantic-complete-analyze-inline-idle):
7429         * cedet/semantic/analyze.el (semantic-analyze-current-context):
7430         * cedet/mode-local.el (describe-mode-local-bindings)
7431         (describe-mode-local-bindings-in-mode):
7432         * cedet/ede/make.el (ede-make-check-version):
7433         * cedet/ede/locate.el (ede-enable-locate-on-project):
7434         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7435         (cedet-idutils-version-check):
7436         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7437         (cedet-gnu-global-version-check):
7438         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7439         (cedet-cscope-version-check): Use called-interactively-p instead
7440         of interactive-p.
7442         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7443         Use semantic-format-tag-prototype.
7445 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
7447         * emulation/viper-cmd.el: Use viper-last-command-char instead of
7448         last-command-char/last-command-event.
7449         (viper-prefix-arg-value): Do correct conversion of event-char for
7450         XEmacs.
7452         * emulation/viper-util.el, emulation/viper.el:
7453         Use viper-last-command-char instead of
7454         last-command-char/last-command-event.
7456         * ediff-init.el, ediff-mult.el, ediff-util.el:
7457         Replace last-command-char and last-command-event
7458         with (ediff-last-command-char) everywhere.
7460         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7461         created in fundamental mode.
7463         * ediff.el (ediff-version): Revert the change of interactive-p to
7464         called-interactively-p.
7466 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
7468         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7469         generation from word-movement command names.
7471 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
7473         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7474         (semantic-complete-jump-local, semantic-complete-jump):
7475         Improve prompt string.
7477 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
7479         * cus-start.el (all): Add native condition for font-use-system-font.
7481 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
7483         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7484         Correct the patch from 2009-11-18.  (Bug#3910)
7486 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
7488         * progmodes/subword.el: Rename from lisp/subword.el.
7490         * subword.el: Rename to progmodes/subword.el.
7492         * Makefile.in (ELCFILES): Adapt to subword.el move.
7494 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7495             Stefan Monnier  <monnier@iro.umontreal.ca>
7497         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7498         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7499         (bookmark-bmenu-show-filenames): Use push.
7500         (bookmark-bmenu-hide-filenames): Use local var instead of
7501         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
7502         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7503         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7504         filenames now that the bookmark names are always available.
7506 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7508         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7509         (bookmark-search-pattern): Move and leave unbound.
7510         (bookmark-bmenu-mode-map): Change binding.
7511         (bookmark-read-search-input): Simplify.
7512         Don't use text-char-description.  Don't error on non-char events.
7513         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7514         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7515         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7516         Use a local var for the timer.
7517         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7518         (i.e. bookmark-bmenu-search).
7520 2009-11-21  Glenn Morris  <rgm@gnu.org>
7522         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
7524 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7526         * net/browse-url.el (browse-url-default-windows-browser):
7527         Use cygstart for cygwin.
7529 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
7531         * bookmark.el: Formatting and doc fixes only:
7532         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7533         (bookmark-bmenu-search): Wrap to fit within 80 columns.
7534         Minor grammar and punctuation fixes in doc string.
7535         (bookmark-read-search-input): Adjust to fit within 80 columns.
7537 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7539         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7540         (c-backward-into-nomenclature): Adapt to subword renaming.
7542         * subword.el (subword-forward, subword-backward, subword-mark)
7543         (subword-kill, subword-backward-kill, subword-transpose)
7544         (subword-downcase, subword-upcase, subword-capitalize)
7545         (subword-forward-internal, subword-backward-internal):
7546         Rename from forward-subword, backward-subword, mark-subword,
7547         kill-subword, backward-kill-subword, transpose-subwords,
7548         downcase-subword, upcase-subword, capitalize-subword,
7549         forward-subword-internal, backward-subword-internal.
7551 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7553         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7554         New options.
7555         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7556         New vars.
7557         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7558         (bookmark-bmenu-filter-alist-by-regexp)
7559         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7560         (bookmark-bmenu-search): New command.
7561         (bookmark-bmenu-mode-map): Bind it.
7563 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7565         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7567         * cedet/semantic/idle.el (define-semantic-idle-service)
7568         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7570 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7572         * progmodes/cc-cmds.el: declare-functioned forward-subword and
7573         backward-subword to quit the byte-compiler.
7575         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7577         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7579         * progmodes/cc-cmds.el (c-update-modeline)
7580         (c-forward-into-nomenclature, c-backward-into-nomenclature):
7581         Refer to subword.el functions instead of cc-subword.el.
7583         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7584         subword.el functions instead of cc-subword.el.
7586         * progmodes/cc-subword.el: Rename to subword.el.
7587         * subword.el: Rename from progmodes/cc-subword.el.
7588         (subword-mode-map): Rename from c-subword-mode-map.
7589         (subword-mode): Rename from c-subword-mode.
7590         (global-subword-mode): New global minor mode.
7591         (forward-subword): Rename from c-forward-subword.
7592         (backward-subword): Rename from c-backward-subword.
7593         (mark-subword): Rename from c-mark-subword.
7594         (kill-subword): Rename from c-kill-subword.
7595         (backward-kill-subword): Rename from c-backward-kill-subword.
7596         (transpose-subwords): Rename from c-tranpose-subword.
7597         (downcase-subword): Rename from c-downcase-subword.
7598         (capitalize-subword): Rename from c-capitalize-subword.
7599         (forward-subword-internal): Rename from c-forward-subword-internal.
7600         (backward-subword-internal): Rename from c-backward-subword-internal.
7602 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
7604         * vc.el (vc-deduce-fileset): Allow non-state changing operations
7605         from a dired buffer.
7606         (vc-dired-deduce-fileset): New function.
7607         (vc-root-diff, vc-print-root-log): Use it.
7609         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7610         nil LIMIT argument to vc-print-log-internal.
7612 2009-11-20  Glenn Morris  <rgm@gnu.org>
7614         * Makefile.in (ELCFILES): Regenerate.
7616 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7618         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7620         * cedet/semantic.el: Enable idle-mode menu items only if
7621         global-semantic-idle-scheduler-mode is enabled.
7622         (semantic-default-submodes): Doc fix.
7624         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7625         When turning off, disable other idle modes.
7627 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
7629         * calc/calc.el (calc-set-mode-line):
7630         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7631         (math-format-number): Rename `math-format-complement-signed' to
7632         `math-format-twos-complement'.
7634         * calc/calc-bin.el (math-format-twos-complement): Rename from
7635         math-format-complement-signed.
7636         (calc-radix): Rename `calc-complement-signed-mode' to
7637         `calc-twos-complement-mode'.
7638         (calc-octal-radix, calc-hex-radix): Add an argument for
7639         two's complement.
7641         * calc/calc-embed.el (calc-embedded-mode-vars):
7642         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7644         * calc/calc-ext.el (calc-init-extensions):
7645         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7646         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
7648         * calc/calc-units.el (math-build-units-table-buffer):
7649         Let `calc-twos-complement-mode' be nil.
7651         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
7652         entries.
7654         * calc/calc-vec.el (calcFunc-vunpack):
7655         * calc/calc-aent.el (calc-do-calc-eval):
7656         * calc/calc-forms.el (math-format-date):
7657         * calc/calc-graph.el (calc-graph-plot):
7658         * calc/calc-math.el (math-use-emacs-fn):
7659         * calc/calccomp.el (math-compose-expr):
7660         Let `calc-twos-complement-mode' be nil.
7662 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7664         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
7665         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
7666         * minibuffer.el (completion-in-region-functions): New hook.
7667         (completion-in-region): New function.
7668         * emacs-lisp/lisp.el (lisp-complete-symbol):
7669         * pcomplete.el (pcomplete-std-complete): Use it.
7671 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7673         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
7674         (latex-complete-alist): New vars.
7675         (latex-string-prefix-p, latex-complete-bibtex-keys)
7676         (latex-complete-envnames, latex-complete-refkeys)
7677         (latex-complete-data): New functions.
7678         (latex-complete, latex-indent-or-complete): New commands.
7680         * window.el (display-buffer-mark-dedicated): New var.
7681         (display-buffer): Obey it.
7682         * minibuffer.el (minibuffer-completion-help): Use it.
7684         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
7686         * filecache.el (file-cache-add-file): Use push and cons.
7687         (file-cache-delete-file-regexp): Use push.
7688         (file-cache-complete): Use completion-in-region.
7690         * simple.el (with-wrapper-hook): Fix thinko.
7692         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
7693         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
7694         Use with-current-buffer and string-to-number.
7695         (hfy-fallback-colour-values): Use assoc-string.
7696         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
7697         (hfy-face-at): Remove unused var `found-face'.
7698         (hfy-compile-stylesheet): Remove unused var `css'.
7699         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
7700         and `orig-buffer'.
7701         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
7702         Use with-current-buffer.
7703         (hfy-text-p): Use expand-file-name and fewer setq.
7705 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
7707         * htmlfontify.el, hfy-cmap.el: New files.
7709 2009-11-19  Juri Linkov  <juri@jurta.org>
7711         * minibuffer.el (completions-format): New defcustom.
7712         (completion--insert-strings): Implement vertical format.
7714         * simple.el (switch-to-completions): Move point to the first
7715         completion when point was at the beginning of the buffer.
7717 2009-11-19  Juri Linkov  <juri@jurta.org>
7719         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
7721         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
7723 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
7725         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
7726         (mail-signature): Change default to t.
7727         (mail-from-style): Deprecate `system-default' value.
7728         (mail-insert-from-field): For default value of mail-from-style,
7729         default to `angles' unless `angles' needs quoting and `parens'
7730         does not.
7731         (mail-citation-prefix-regexp): Use citation regexp from
7732         message-mode.
7734 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
7736         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7737         Set variables for computing the prompt for reading password.
7739 2009-11-19  Glenn Morris  <rgm@gnu.org>
7741         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
7743         * textmodes/flyspell.el (sgml-lexical-context): Declare.
7745         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
7746         (newsticker-treeview-listwindow-height): Fix custom type.
7748 2009-11-19  Kenichi Handa  <handa@m17n.org>
7750         * descr-text.el (describe-char-padded-string): Compose with TAB
7751         only if there's a font for CH.
7752         (describe-char): Fix the condition for detecting a trivial composition.
7754 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
7756         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
7757         more accurate version of the regexp.  (Bug#3910)
7759 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
7761         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
7763 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
7765         * font-setting.el (font-use-system-font): Declare for byte-compiler.
7766         (font-setting-change-default-font): Fix typo in docstring.
7768 2009-11-18  Alan Mackenzie  <acm@muc.de>
7770         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
7772 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7774         * font-setting.el (font-use-system-font): Move ...
7776         * cus-start.el (all): ... to here.
7778 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
7780         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
7781         Don't set `ad-return-value' if `ad-do-it' doesn't.
7783         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
7784         modification time.
7786 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7788         * menu-bar.el: Put "Use system font" in Option-menu.
7789         (menu-bar-options-save): Add font-use-system-font.
7791         * loadup.el: If feature system-font-setting or font-render-setting is
7792         there, load font-setting.
7794         * Makefile.in (ELCFILES): Add font-settings.el.
7795         * font-setting.el: New file.
7797 2009-11-17  Glenn Morris  <rgm@gnu.org>
7799         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
7801         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
7802         Preserve point in the list buffer.  (Bug#4939)
7803         Use point-at-eol.
7804         (newsticker--treeview-list-update-highlight)
7805         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
7807 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
7809         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
7810         Remove.
7812         * calc/calc-ext.el (calc-init-extensions): Remove references to
7813         symclip.
7815         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
7817         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
7818         * calc/calc-help.el (calc-b-prefix-help): Remove references to
7819         `calc-symclip'.
7821 2009-11-16  Kevin Ryde  <user42@zip.com.au>
7823         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7824         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
7826         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
7827         (lm-keywords-list): Allow comma-only separator like "foo,bar".
7828         Ignore trailing spaces by omit-nulls to split-string (fixing
7829         regression from Emacs 21 due to the incompatible split-string
7830         change).  (Bug #4928.)
7832 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7834         * vc.el (vc-log-show-limit): Default to 2000.
7835         (vc-print-log-internal): Insert buttons to request more entries
7836         when limiting the output.
7838         * vc-sccs.el (vc-sccs-print-log):
7839         * vc-rcs.el (vc-rcs-print-log):
7840         * vc-cvs.el (vc-cvs-print-log):
7841         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
7842         LIMIT is non-nil.
7844 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
7846         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
7847         error when `tramp-gvfs-dbus-event-vector' is set.
7848         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
7850 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7852         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
7854 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
7856         * net/dbus.el (dbus-unregister-service): New defun.
7857         (dbus-register-property): Register the handlers of
7858         "org.freedesktop.DBus.Properties" for SERVICE.
7859         (dbus-property-handler): Fix docstring.
7861 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7863         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
7864         Quote doc string reference in defvaralias as it is not in special form.
7865         (byte-compile-output-docform): Doc fix.
7867 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
7869         * calc/calc.el (math-2-word-size, math-half-2-word-size)
7870         (calc-complement-signed-mode): New variables.
7871         (calc-set-mode-line): Add indicator for twos-complements.
7872         (math-format-number): Format twos-complement notation.
7874         * calc/calc-bin.el (calc-word-size): Reset the variables
7875         `math-2-word-size' and `math-half-2-word-size'.
7876         (math-format-complement-signed, math-symclip, calcFunc-symclip)
7877         (calc-symclip): New functions.
7879         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
7881         * calc/calc-embed.el (calc-embedded-mode-vars):
7882         Add `calc-complement-signed-mode' to the list of modes.
7884         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
7885         (calc-b-oper-keys): Add `calc-symclip' to list.
7887         * calc/calc-ext.el (math-read-number-fancy): Read complement
7888         signed numbers.
7889         (calc-init-extensions): Add binding for `calc-symclip'.
7890         Add autoload for `calcFunc-symclip' and `calc-symclip'.
7892         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
7893         `calc-symclip'.
7894         (calc-modes-menu): Add item for twos complement mode.
7896         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
7898 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
7900         * register.el (jump-to-register, insert-register): Handle Semantic
7901         tags.  From commented-out advice in semantic/senator.el.
7903 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
7905         * vc.el (vc-log-show-limit): New variable.
7906         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
7907         when using a prefix argument.
7908         (vc-print-log-internal): Add new argument LIMIT.
7910         * vc-svn.el (vc-svn-print-log):
7911         * vc-mtn.el (vc-mtn-print-log):
7912         * vc-hg.el (vc-hg-print-log):
7913         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
7914         pass it to the log command when set.  Make the BUFFER argument
7915         non-optional.
7917         * vc-sccs.el (vc-sccs-print-log):
7918         * vc-rcs.el (vc-rcs-print-log):
7919         * vc-git.el (vc-git-print-log):
7920         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
7921         ignore it.  Make the BUFFER argument non-optional
7923         * bindings.el (mode-line-buffer-identification): Do not purecopy.
7925 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
7927         * dired.el (dired-mode-map): Move encryption items to "Operate"
7928         menu (Bug#4703).
7930         * strokes.el (strokes-update-window-configuration): Make strokes
7931         buffer current before erasing (Bug#4906).
7933         * cedet/semantic/idle.el (semantic-idle-summary-mode)
7934         (semantic-idle-summary-mode): Define using define-minor-mode
7935         instead of define-semantic-idle-service.
7936         (semantic-idle-summary-mode): New function.
7937         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
7938         that mouse motion does not reset the echo area.
7940 2009-11-15  Juri Linkov  <juri@jurta.org>
7942         * simple.el (set-mark-default-inactive): Add :type, :group
7943         and :version.  (Bug#4876)
7945 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
7947         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
7948         (archive-unique-fname): ... here.  (Bug#4929)
7950 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7952         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
7953         with a real fix.
7955         * novice.el (disabled-command-function): Add useful args.
7956         Setup the help buffer so that [back] works.
7957         Remove redundant call to help-mode.
7958         (disabled-command-function): Use `case'.
7959         (en/disable-command): New function extracted from enable-command.
7960         (enable-command, disable-command): Use it.
7962 2009-11-14  Glenn Morris  <rgm@gnu.org>
7964         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
7965         constants.  (Bug#4913)
7967         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
7969 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
7971         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
7972         defined in C that have no doc-strings.  (Bug#1063)
7974 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
7976         * cus-edit.el (data, files):
7977         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
7979 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
7981         * simple.el (shell-command): Doc fix (Bug#4891).
7983         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
7985 2009-11-14  Glenn Morris  <rgm@gnu.org>
7987         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
7988         statements for vc-diff, emerge-quit, and rmail-cease-edit.
7989         If they are already loaded, eval-after-load will do the right thing.
7991         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
7992         compiling.
7994         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
7996         * simple.el (x-selection-owner-p): Declare.
7997         (read-mail-command): Use custom radio type rather than choice.
7998         (completion-no-auto-exit): Doc fix.
8000         * custom.el (defgroup):
8001         * epg-config.el (epg): Doc fixes.
8003 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
8005         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
8006         * international/ccl.el (define-ccl-program): Do not purecopy the
8007         docstring, defconst does it anyway.
8009 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8011         * add-log.el (add-change-log-entry): Avoid displaying the changelog
8012         a second time.
8014         * x-dnd.el (x-dnd-maybe-call-test-function):
8015         * window.el (split-window-vertically):
8016         * whitespace.el (whitespace-help-on):
8017         * vc-rcs.el (vc-rcs-consult-headers):
8018         * userlock.el (ask-user-about-lock-help)
8019         (ask-user-about-supersession-help):
8020         * type-break.el (type-break-force-mode-line-update):
8021         * time-stamp.el (time-stamp-conv-warn):
8022         * terminal.el (te-set-output-log, te-more-break, te-filter)
8023         (te-sentinel, terminal-emulator):
8024         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
8025         (term-write-input-ring, term-check-source, term-start-output-log):
8026         (term-display-buffer-line, term-dynamic-list-completions):
8027         (term-ansi-make-term, serial-term):
8028         * subr.el (selective-display):
8029         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8030         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
8031         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
8032         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
8033         (speedbar-remove-localized-speedbar-support)
8034         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
8035         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
8036         (speedbar-buffers-line-directory):
8037         * simple.el (shell-command-on-region, append-to-buffer)
8038         (prepend-to-buffer):
8039         * shadowfile.el (shadow-save-todo-file):
8040         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
8041         (scroll-bar-maybe-set-window-start):
8042         * sb-image.el (speedbar-image-dump):
8043         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
8044         (load-save-place-alist-from-file):
8045         * ps-samp.el (ps-print-message-from-summary):
8046         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
8047         (ps-background-image, ps-begin-job, ps-do-despool):
8048         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
8049         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
8050         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
8051         (pr-call-process, pr-file-list, pr-interface-save):
8052         * novice.el (disabled-command-function)
8053         (enable-command, disable-command):
8054         * mouse.el (mouse-buffer-menu-alist):
8055         * mouse-copy.el (mouse-kill-preserving-secondary):
8056         * macros.el (kbd-macro-query):
8057         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
8058         * informat.el (batch-info-validate):
8059         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
8060         * hippie-exp.el (try-expand-dabbrev-visible):
8061         * help-mode.el (help-make-xrefs):
8062         * help-fns.el (describe-variable):
8063         * generic-x.el (bat-generic-mode-run-as-comint):
8064         * finder.el (finder-mouse-select):
8065         * find-dired.el (find-dired-sentinel):
8066         * filesets.el (filesets-file-close):
8067         * files.el (list-directory):
8068         * faces.el (list-faces-display, describe-face):
8069         * facemenu.el (list-colors-display):
8070         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
8071         * epg.el (epg--process-filter, epg-cancel):
8072         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
8073         (epa--read-signature-type):
8074         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
8075         (emerge-file-names):
8076         * ehelp.el (electric-helpify):
8077         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
8078         * ediff-vers.el (rcs-ediff-view-revision):
8079         * ediff-util.el (ediff-setup):
8080         * ediff-mult.el (ediff-append-custom-diff):
8081         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
8082         (ediff-wordify):
8083         * echistory.el (Electric-command-history-redo-expression):
8084         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8085         * disp-table.el (describe-display-table):
8086         * dired.el (dired-find-buffer-nocreate):
8087         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
8088         * dabbrev.el (dabbrev--same-major-mode-p):
8089         * chistory.el (list-command-history):
8090         * apropos.el (apropos-documentation):
8091         * allout.el (allout-obtain-passphrase):
8092         (allout-copy-exposed-to-buffer):
8093         (allout-verify-passphrase): Use with-current-buffer.
8095 2009-11-13  Glenn Morris  <rgm@gnu.org>
8097         * Makefile.in (ELCFILES): Regenerate.
8099 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
8101         * net/dbus.el (dbus-registered-objects-table): Rename from
8102         `dbus-registered-functions-table', because it contains also properties.
8103         (dbus-unregister-object): Unregister also properties.
8104         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8105         Use a timeout of 500 msec, in order to not block.
8106         (dbus-register-property, dbus-property-handler): New defuns.
8108 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8110         * simple.el (minibuffer-default-add-completions): Drop deprecated
8111         4th arg.
8113 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
8115         * textmodes/artist.el (artist-mouse-choose-operation):
8116         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
8117         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
8118         (artist-compute-up-event-key): New function.
8119         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
8121 2009-11-13  Kenichi Handa  <handa@m17n.org>
8123         * language/japan-util.el: Make sure that the value of jisx0208
8124         property is jisx0208 character.
8126 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
8128         * international/mule.el (auto-coding-regexp-alist): Only purecopy
8129         car or each item, not the whole list.
8131 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8133         * minibuffer.el (minibuffer-completion-help):
8134         Use minibuffer-hide-completions.
8136 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
8138         * dired.el (dired-save-positions, dired-restore-positions): New funs.
8139         (dired-revert): Use them (bug#4880).
8141 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
8143         * tooltip.el (tooltip-frame-parameters): Undo previous change.
8145 2009-11-12  Juri Linkov  <juri@jurta.org>
8147         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
8148         New functions.
8149         (find-file-literally-at-point): Alias of `ffap-literally'.
8151 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
8153         * textmodes/ispell.el (ispell-skip-region-alist):
8154         * textmodes/css-mode.el (auto-mode-alist):
8155         * progmodes/compile.el (auto-mode-alist):
8156         * international/mule.el (ctext-non-standard-encodings-alist)
8157         (ctext-non-standard-encodings-regexp):
8158         * simple.el (shell-command-switch, text-read-only):
8159         * replace.el (occur-mode-map):
8160         * paths.el (rmail-file-name):
8161         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
8162         * find-file.el (ff-special-constructs):
8163         * files.el (file-name-handler-alist):
8164         * composite.el: Purecopy strings.
8166         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
8168 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
8170         * widget.el (define-widget): Purecopy the docstring.
8171         * international/mule-cmds.el (charset): Do not purecopy the
8172         docstring here, define-widget does it.
8174         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8175         * textmodes/bibtex-style.el (auto-mode-alist):
8176         * progmodes/inf-lisp.el (inferior-lisp-prompt):
8177         * progmodes/compile.el (compile-command):
8178         * language/korea-util.el (default-korean-keyboard):
8179         * international/mule-conf.el (file-coding-system-alist):
8180         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
8181         * tooltip.el (tooltip-frame-parameters):
8182         * newcomment.el (comment-end, comment-padding):
8183         * dired.el (dired-trivial-filenames):
8184         * comint.el (comint-file-name-prefix): Purecopy initial values.
8186 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
8188         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
8189         (tramp-advice-minibuffer-electric-tilde): Unload advices via
8190         `tramp-unload'.
8191         (tramp-advice-make-auto-save-file-name)
8192         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
8193         after removing the advice.
8195 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
8197         * progmodes/grep.el (grep-regexp-alist):
8198         * international/mule-cmds.el (iso-2022-control-alist):
8199         * emacs-lisp/timer.el (timer-duration-words):
8200         * subr.el (version-separator, version-regexp-alist):
8201         * minibuffer.el (completion-styles-alist):
8202         * faces.el (face-attribute-name-alist, list-faces-sample-text):
8203         Change defvars to defconsts.
8205         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
8206         * loadup.el ("international/mule-conf"): Load the byte compiled version.
8207         * international/mule-conf.el: Allow to be byte compiled.
8209         * international/mule.el (define-charset): Purecopy props.
8210         (load-with-code-conversion): Purecopy doc string and file name.
8211         (put-charset-property): Purecopy strings.
8212         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
8214         * international/mule-cmds.el (register-input-method): Purecopy arguments.
8215         (define-char-code-property): Correctly purecopy the table.
8217         * international/ccl.el (define-ccl-program): Purecopy the docstring.
8219         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
8221         * subr.el (add-hook): Purecopy strings.
8222         (eval-after-load): Purecopy load-history-regexp and the form.
8224         * custom.el (custom-declare-group): Purecopy load-file-name.
8226         * subr.el (menu-bar-separator): New defconst.
8227         * net/eudc.el (eudc-tools-menu):
8228         * international/mule-cmds.el (set-coding-system-map)
8229         (mule-menu-keymap):
8230         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8231         * vc-hooks.el (vc-menu-map):
8232         * replace.el (occur-mode-map):
8233         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
8234         (menu-bar-edit-menu, menu-bar-goto-menu)
8235         (menu-bar-custom-menu, menu-bar-showhide-menu)
8236         (menu-bar-options-menu, menu-bar-tools-menu)
8237         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
8238         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
8239         (menu-bar-help-menu):
8240         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
8241         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
8243         * term/x-win.el (x-gtk-stock-map):
8244         * progmodes/vera-mode.el (auto-mode-alist):
8245         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8246         (inferior-lisp-program, inferior-lisp-load-command):
8247         * progmodes/hideshow.el (hs-special-modes-alist):
8248         * progmodes/gud.el (same-window-regexps):
8249         * progmodes/grep.el (grep-program, find-program, xargs-program):
8250         * net/telnet.el (same-window-regexps):
8251         * net/rlogin.el (same-window-regexps):
8252         * language/ethiopic.el (font-ccl-encoder-alist):
8253         * vc-sccs.el (vc-sccs-master-templates):
8254         * vc-rcs.el (vc-rcs-master-templates):
8255         * subr.el (cl-assertion-failed):
8256         * simple.el (next-error-overlay-arrow-position):
8257         * lpr.el (lpr-command):
8258         * locate.el (locate-ls-subdir-switches):
8259         * info.el (same-window-regexps, info)
8260         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8261         * image-mode.el (image-mode, auto-mode-alist):
8262         * hippie-exp.el (hippie-expand-ignore-buffers):
8263         * format.el (format-alist):
8264         * find-dired.el (find-ls-subdir-switches, find-grep-options)
8265         (find-name-arg):
8266         * facemenu.el (facemenu-keybindings):
8267         * dired.el (dired-listing-switches, dired-chown-program):
8268         * diff.el (diff-switches, diff-command):
8269         * cus-edit.el (same-window-regexps):
8270         * bindings.el (mode-line-mule-info)
8271         (mode-line-buffer-identification): Purecopy strings.
8273 2009-11-11  Juri Linkov  <juri@jurta.org>
8275         * simple.el (dired-get-filename) <declare-function>:
8276         Tell the byte-compiler about dired-get-filename.
8277         (shell-command): In Dired mode, get filename from the current line
8278         as the default value.
8280 2009-11-10  Glenn Morris  <rgm@gnu.org>
8282         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
8283         * calendar/holidays.el, progmodes/cperl-mode.el:
8284         Update x-popup-menu declarations.
8286         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
8287         (list-load-path-shadows): Use dolist.
8288         (list-load-path-shadows): Use with-current-buffer.
8290 2009-11-10  Juri Linkov  <juri@jurta.org>
8292         * minibuffer.el (read-file-name): Support a list of default values
8293         in `default-filename'.  Use the first file name where only one
8294         element is required.  Doc fix.
8296 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
8298         * net/dbus.el (dbus-unregister-object): Release service, if no
8299         other method is registered for it.
8301 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
8303         * bookmark.el (bookmark-completing-read): Sort bookmark names if
8304         bookmark-sort-flag is non-nil (Bug#4653).
8306 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8308         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
8309         the progress reporter entirely.
8311         * emulation/cua-base.el: Add CUA property to some CC mode commands
8312         (Bug#4100).
8314 2009-11-08  Kevin Ryde  <user42@zip.com.au>
8316         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
8317         at end of sentence (Bug#4818).
8319 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
8321         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8322         Handle "see declaration of" MSFT statements (Bug#4100).
8324 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
8326         * net/tramp.el (tramp-advice-make-auto-save-file-name)
8327         (tramp-advice-file-expand-wildcards): Unload via
8328         `ad-remove-advice'.
8330         * net/trampver.el: Update release number.
8332 2009-11-08  Kevin Ryde  <user42@zip.com.au>
8334         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
8335         `ad-do-it'.
8337 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
8339         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8340         in order to keep context in SELinux.
8342 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8344         * dired-aux.el (dired-query): Place cursor in echo area and allow
8345         C-g.
8347         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8348         menu item if not on a directory (Bug#4701).
8350 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
8352         Sync with Tramp 2.1.17.
8354         * net/tramp.el (tramp-handle-copy-directory): Don't use
8355         `file-remote-p' (due to compatibility).
8357         * net/tramp-compat.el (tramp-compat-copy-directory)
8358         (tramp-compat-delete-directory): New defuns.
8360         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8361         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8362         `tramp-compat-delete-directory'.
8364         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8365         (tramp-smb-handle-delete-directory): Use
8366         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8368         * net/trampver.el: Update release number.
8370 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
8372         * tar-mode.el (tar-copy): Call write-region on the right buffer
8373         (Bug#4857).
8375         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8376         by hand, if necessary (Bug#4878).
8378 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
8380         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8381         align size column (Bug#4839).
8383         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8384         statement.
8386 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8388         * progmodes/ld-script.el (auto-mode-alist):
8389         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8391         * cus-face.el (custom-declare-face): Purecopy face spec.
8393 2009-11-06  Kenichi Handa  <handa@m17n.org>
8395         * international/uni-bidi.el: Re-generated.
8396         * international/uni-category.el: Re-generated.
8397         * international/uni-combining.el: Re-generated.
8398         * international/uni-mirrored.el: Re-generated.
8400 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8402         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8403         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8404         (tex-start-options, slitex-run-command, latex-run-command)
8405         (tex-run-command, tex-directory):
8406         * textmodes/ispell.el (ispell-html-skip-alists)
8407         (ispell-tex-skip-alists, ispell-tex-skip-alists):
8408         * textmodes/fill.el (adaptive-fill-first-line-regexp):
8409         (adaptive-fill-regexp):
8410         * textmodes/dns-mode.el (auto-mode-alist):
8411         * progmodes/python.el (interpreter-mode-alist):
8412         * progmodes/etags.el (tags-compression-info-list):
8413         * progmodes/etags.el (tags-file-name):
8414         * net/browse-url.el (browse-url-galeon-program)
8415         (browse-url-firefox-program):
8416         * mail/sendmail.el (mail-signature-file)
8417         (mail-citation-prefix-regexp):
8418         * international/mule-conf.el (eight-bit):
8419         * international/latexenc.el (latex-inputenc-coding-alist):
8420         * international/fontset.el (x-pixel-size-width-font-regexp):
8421         * emacs-lisp/warnings.el (warning-type-format):
8422         * emacs-lisp/trace.el (trace-buffer):
8423         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8424         (emacs-lisp-mode-map):
8425         * calendar/holidays.el (holiday-solar-holidays)
8426         (holiday-bahai-holidays, holiday-islamic-holidays)
8427         (holiday-christian-holidays, holiday-hebrew-holidays)
8428         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8429         (hebrew-holidays-1, holiday-oriental-holidays)
8430         (holiday-general-holidays):
8431         * x-dnd.el (x-dnd-known-types):
8432         * tool-bar.el (tool-bar):
8433         * startup.el (site-run-file):
8434         * shell.el (shell-dumb-shell-regexp):
8435         * rfn-eshadow.el (file-name-shadow-tty-properties)
8436         (file-name-shadow-properties):
8437         * paths.el (remote-shell-program, news-directory):
8438         * mouse.el ([C-down-mouse-3]):
8439         * menu-bar.el (menu-bar-tools-menu):
8440         * jka-cmpr-hook.el (jka-compr-load-suffixes)
8441         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8442         (jka-compr-compression-info-list):
8443         * isearch.el (search-whitespace-regexp):
8444         * image-file.el (image-file-name-extensions):
8445         * find-dired.el (find-ls-option):
8446         * files.el (directory-listing-before-filename-regexp)
8447         (directory-free-space-args, insert-directory-program)
8448         (list-directory-brief-switches, magic-fallback-mode-alist)
8449         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8450         (automount-dir-prefix):
8451         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8452         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8453         (face-font-registry-alternatives, face-font-registry-alternatives)
8454         (face-font-family-alternatives):
8455         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8456         (facemenu-foreground-menu, facemenu-face-menu):
8457         * epa-hook.el (epa-file-name-regexp):
8458         * dnd.el (dnd-protocol-alist):
8459         * textmodes/rst.el (auto-mode-alist):
8460         * button.el (default-button): Purecopy strings.
8462 2009-11-06  Glenn Morris  <rgm@gnu.org>
8464         * Makefile.in (ELCFILES): Update.
8466 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8468         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8469         * emacs-lisp/levents.el: Move to obsolete/levents.el.
8471         * nxml/xsd-regexp.el (xsdre-gen-categories):
8472         * nxml/xmltok.el (xmltok-parse-entity):
8473         * nxml/rng-parse.el (rng-parse-validate-file):
8474         * nxml/rng-maint.el (rng-format-manual)
8475         (rng-manual-output-force-new-line):
8476         * nxml/rng-loc.el (rng-save-schema-location-1):
8477         * nxml/rng-cmpct.el (rng-c-parse-file):
8478         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8479         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8481 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
8483         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8484         Remove extra save-excursions and make-variable-buffer-local's.
8485         Suggested by Stefan Monnier.
8487         (verilog-getopt-file, verilog-module-inside-filename-p)
8488         (verilog-set-define): Merge GNU 1.35 and repair changes from
8489         switching to using with-current-buffer.
8491         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8492         being treated as a number and confusing AUTORESET.
8493         Reported by Dan Dever.
8495         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8496         Add verilog-auto-ignore-concat to fix backward compatibility with
8497         older verilog-modes.  Reported by Dan Katz.
8499         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8500         containing closing anchors "...$".
8502         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8503         Reported by Wade Smith.
8505         (verilog-batch-execute-func): Comment on function usage.
8507 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
8509         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8510         for labels.
8512         (verilog-label-re, verilog-calc-1): Support proper indent of named
8513         asserts.
8515         (verilog-backward-token, verilog-basic-complete-re)
8516         (verilog-beg-of-statement, verilog-indent-re): Support proper
8517         indent of the assert statement at the beginning of a block of text.
8519         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8520         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8521         tokens as begins.
8523 2009-11-05  Glenn Morris  <rgm@gnu.org>
8525         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8526         Emacs 19.  (Bug#1531)
8527         (byte-compile-fix-header): Update for the above change.
8528         Drop test for epoch::version.
8530         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8531         * cus-dep.el (custom-make-dependencies):
8532         * finder.el (finder-compile-keywords):
8533         Use autoload-rubric's feature argument.
8535         * calendar/diary-lib.el (top-level): Make load behave more like require.
8537         * vc-git.el (vc-git-stash-map): Move definition before use.
8539 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
8541         * custom.el (custom-declare-group): Purecopy standard-value.
8542         (custom-declare-group): Purecopy custom-prefix.
8544         * international/mule.el (load-with-code-conversion):
8545         Call do-after-load-evaluation unconditionally.
8547         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8549 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8551         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8553 2009-11-04  Glenn Morris  <rgm@gnu.org>
8555         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8556         (byte-compile-compatibility): Remove option.
8557         (byte-compile-close-variables, byte-compile-fix-header)
8558         (byte-compile-insert-header, byte-compile-output-docform)
8559         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8560         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8561         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8562         (byte-compile-insert, byte-compile-defun):
8563         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
8564         (byte-defop-compiler19): Remove.
8565         Without byte-compile-compatibility, the 'emacs19-opcode property is not
8566         used by anything.  Replace all calls with byte-defop-compiler.
8568 2009-11-04  Juri Linkov  <juri@jurta.org>
8570         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8571         (menu-bar-options-menu): Don't quote the `prop' arg of
8572         `menu-bar-make-mm-toggle'.
8574 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
8576         * calendar/calendar.el (cal-loaddefs):
8577         * calendar/diary-lib.el (diary-loaddefs):
8578         * calendar/holidays.el (hol-loaddefs):
8579         * eshell/esh-module.el (esh-groups): Load rather than require.
8581 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8583         * calendar/todo-mode.el (todo-add-category): Don't hardcode
8584         point-min==1.
8585         (todo-top-priorities): Only display-buffer when called interactively.
8586         (todo-item-start): Don't save excursion point.
8587         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
8588         (todo-insert-item-here, todo-file-item, todo-remove-item):
8589         Adjust uses of todo-item-start and todo-item-end.
8591         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8592         (autoload-rubric): Don't use any more.
8593         * cedet/semantic/fw.el (semantic/loaddefs):
8594         * cedet/srecode.el (srecode/loaddefs):
8595         * cedet/ede.el (ede/loaddefs): Load rather than require.
8596         * cedet/ede/cpp-root.el:
8597         * cedet/ede/emacs.el:
8598         * cedet/ede/files.el:
8599         * cedet/ede/linux.el:
8600         * cedet/ede/locate.el:
8601         * cedet/ede/make.el:
8602         * cedet/ede/shell.el:
8603         * cedet/ede/speedbar.el:
8604         * cedet/ede/system.el:
8605         * cedet/ede/util.el:
8606         * cedet/semantic/analyze.el:
8607         * cedet/semantic/bovine.el:
8608         * cedet/semantic/complete.el:
8609         * cedet/semantic/ctxt.el:
8610         * cedet/semantic/db-file.el:
8611         * cedet/semantic/db-find.el:
8612         * cedet/semantic/db-global.el:
8613         * cedet/semantic/db-mode.el:
8614         * cedet/semantic/db-typecache.el:
8615         * cedet/semantic/db.el:
8616         * cedet/semantic/debug.el:
8617         * cedet/semantic/dep.el:
8618         * cedet/semantic/doc.el:
8619         * cedet/semantic/edit.el:
8620         * cedet/semantic/find.el:
8621         * cedet/semantic/format.el:
8622         * cedet/semantic/html.el:
8623         * cedet/semantic/ia-sb.el:
8624         * cedet/semantic/ia.el:
8625         * cedet/semantic/idle.el:
8626         * cedet/semantic/lex-spp.el:
8627         * cedet/semantic/lex.el:
8628         * cedet/semantic/mru-bookmark.el:
8629         * cedet/semantic/scope.el:
8630         * cedet/semantic/senator.el:
8631         * cedet/semantic/sort.el:
8632         * cedet/semantic/symref.el:
8633         * cedet/semantic/tag-file.el:
8634         * cedet/semantic/tag-ls.el:
8635         * cedet/semantic/tag-write.el:
8636         * cedet/semantic/tag.el:
8637         * cedet/semantic/util-modes.el:
8638         * cedet/semantic/analyze/complete.el:
8639         * cedet/semantic/analyze/refs.el:
8640         * cedet/semantic/bovine/c.el:
8641         * cedet/semantic/bovine/gcc.el:
8642         * cedet/semantic/bovine/make.el:
8643         * cedet/semantic/bovine/scm.el:
8644         * cedet/semantic/decorate/include.el:
8645         * cedet/semantic/decorate/mode.el:
8646         * cedet/semantic/symref/cscope.el:
8647         * cedet/semantic/symref/global.el:
8648         * cedet/semantic/symref/grep.el:
8649         * cedet/semantic/symref/idutils.el:
8650         * cedet/semantic/symref/list.el:
8651         * cedet/semantic/wisent/java-tags.el:
8652         * cedet/semantic/wisent/javascript.el:
8653         * cedet/srecode/compile.el:
8654         * cedet/srecode/cpp.el:
8655         * cedet/srecode/document.el:
8656         * cedet/srecode/el.el:
8657         * cedet/srecode/expandproto.el:
8658         * cedet/srecode/getset.el:
8659         * cedet/srecode/insert.el:
8660         * cedet/srecode/java.el:
8661         * cedet/srecode/map.el:
8662         * cedet/srecode/mode.el:
8663         * cedet/srecode/template.el:
8664         * cedet/srecode/texi.el: Remove the file-local setting of
8665         generated-autoload-feature.
8667         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
8668         and only put a prop if it is non-nil.
8670 2009-11-03  Juri Linkov  <juri@jurta.org>
8672         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
8673         (menu-bar-options-menu): Fix list quoting (Bug#4429).
8675         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
8676         and "Menu" to make top-level menu item visually one unit (like
8677         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
8678         multi-word menu items).  Fix :help string for quit-window.
8680 2009-11-03  Glenn Morris  <rgm@gnu.org>
8682         * cedet/mode-local.el (with-mode-local): Doc fix.
8684         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
8685         (byte-compile-file-form-define-abbrev-table)
8686         (byte-compile-file-form-custom-declare-variable)
8687         (byte-compile-variable-ref, byte-compile-defvar):
8688         Whether or not a warning is enabled should only affect whether we issue
8689         the warning, not whether or not we collect the relevant data.
8690         Eg warnings can be turned on and off throughout the course of a file.
8692         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
8693         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
8695 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8697         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
8698         * play/mpuz.el (mpuz-create-buffer):
8699         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
8700         (lm-print-y,s,noise, lm-print-w0, lm-init):
8701         * play/gomoku.el (gomoku-prompt-for-move):
8702         * play/fortune.el (fortune-in-buffer):
8703         * play/dissociate.el (dissociated-press):
8704         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
8705         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
8706         * mail/supercite.el (sc-eref-show):
8707         * mail/smtpmail.el (smtpmail-send-it):
8708         * mail/rmailsum.el (rmail-summary-next-labeled-message)
8709         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
8710         (rmail-summary-undelete-many, rmail-summary-rmail-update)
8711         (rmail-summary-goto-msg, rmail-summary-expunge)
8712         (rmail-summary-get-new-mail, rmail-summary-search-backward)
8713         (rmail-summary-add-label, rmail-summary-output-menu)
8714         (rmail-summary-output-body):
8715         * mail/rfc822.el (rfc822-addresses):
8716         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
8717         * mail/mailpost.el (post-mail-send-it):
8718         * mail/hashcash.el (hashcash-generate-payment):
8719         * mail/feedmail.el (feedmail-run-the-queue)
8720         (feedmail-queue-send-edit-prompt-help-first)
8721         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
8722         (feedmail-deduce-address-list):
8723         * eshell/esh-ext.el (eshell-remote-command):
8724         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
8725         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
8726         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
8727         (viper-save-string-in-file, viper-valid-marker):
8728         * emulation/viper-keym.el (viper-toggle-key):
8729         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
8730         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
8731         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
8732         * emulation/viper-cmd.el (viper-exec-form-in-vi)
8733         (viper-exec-form-in-emacs, viper-brac-function):
8734         * emulation/viper.el (viper-delocalize-var):
8735         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
8736         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
8737         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
8738         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
8739         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
8740         * emulation/edt.el (edt-electric-helpify):
8741         * emulation/cua-rect.el (cua--rectangle-aux-replace):
8742         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
8743         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
8744         (cua-indent-to-global-mark-column):
8745         * calendar/diary-lib.el (calendar-mark-1):
8746         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
8747         Use with-current-buffer.
8748         * emulation/viper.el (viper-delocalize-var): Use dolist.
8750 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
8752         * comint.el (comint-replace-by-expanded-history-before-point):
8753         Replace !! with the previous input string literally (Bug#1795).
8755 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
8757         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
8758         to be made up of whitespace.
8760 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
8762         * minibuffer.el (read-file-name): Don't use file dialogs for
8763         remote directories (Bug#99).
8765 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
8767         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
8769 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
8771         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
8772         instead of deleting the window or frame.
8774 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
8776         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
8777         Support face colors.
8779         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
8780         New function.  Support face colors (Bug#1168).
8781         (tex-common-initialization): Use it.
8783         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
8784         mode allows it (Bug#1168).
8786 2009-10-31  Juri Linkov  <juri@jurta.org>
8788         * facemenu.el (list-colors-display): Don't mark buffer as
8789         modified (Bug#3948).
8791 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
8793         * international/mule-diag.el (list-character-sets-1): Minor
8794         message fix (Bug#3526).
8796         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
8797         face property (Bug#4834).
8798         (etags-list-tags, etags-tags-apropos-additional)
8799         (etags-tags-apropos, tags-select-tags-table): Add follow-link
8800         property.
8802         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
8803         items.
8805         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
8806         items.
8808         * cedet/ede.el (ede-minor-mode):
8809         * cedet/semantic.el (semantic-mode): Toggle menu separators.
8811 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8813         * textmodes/two-column.el (2C-split):
8814         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
8815         * textmodes/tex-mode.el (tex-set-buffer-directory):
8816         * textmodes/spell.el (spell-region, spell-string):
8817         * textmodes/reftex.el (reftex-erase-buffer):
8818         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
8819         * textmodes/reftex-toc.el (reftex-toc-promote-action):
8820         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
8821         (reftex-select-item):
8822         * textmodes/reftex-ref.el (reftex-label-info-update)
8823         (reftex-offer-label-menu):
8824         * textmodes/reftex-index.el (reftex-index-change-entry)
8825         (reftex-index-phrases-info):
8826         * textmodes/reftex-global.el (reftex-create-tags-file)
8827         (reftex-save-all-document-buffers, reftex-ensure-write-access):
8828         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
8829         (reftex-view-crossref-from-bibtex):
8830         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
8831         (reftex-extract-bib-entries-from-thebibliography)
8832         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
8833         * textmodes/refbib.el (r2b-capitalize-title):
8834         (r2b-convert-buffer, r2b-help):
8835         * textmodes/page-ext.el (pages-directory)
8836         (pages-directory-goto-with-mouse):
8837         * textmodes/bibtex.el (bibtex-validate-globally):
8838         * textmodes/bib-mode.el (bib-capitalize-title):
8839         * textmodes/artist.el (artist-clear-buffer, artist-system):
8840         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
8841         (local-set-scheme-interaction-buffer, xscheme-process-filter)
8842         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
8843         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
8844         (xscheme-send-control-g-interrupt, xscheme-start-process)
8845         (xscheme-process-sentinel, xscheme-cd):
8846         * progmodes/verilog-mode.el (verilog-read-always-signals)
8847         (verilog-set-define, verilog-getopt-file)
8848         (verilog-module-inside-filename-p):
8849         * progmodes/sh-script.el:
8850         * progmodes/python.el (python-pdbtrack-get-source-buffer)
8851         (python-pdbtrack-grub-for-buffer, python-execute-file):
8852         * progmodes/octave-inf.el (inferior-octave):
8853         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8854         (idlwave-shell-compile-helper-routines, idlwave-set-local)
8855         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
8856         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
8857         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
8858         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
8859         (idlwave-shell-filter, idlwave-shell-examine-highlight)
8860         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
8861         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
8862         (idlwave-shell-examine-display, idlwave-shell-run-region)
8863         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
8864         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
8865         * progmodes/idlw-help.el (idlwave-help-get-special-help)
8866         (idlwave-help-get-help-buffer):
8867         * progmodes/gud.el (gud-basic-call, gud-find-class)
8868         (gud-tooltip-activate-mouse-motions-if-enabled):
8869         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8870         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
8871         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
8872         (ebrowse-tags-next-file):
8873         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
8874         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
8875         (ebnf-eps-finish-and-write):
8876         * progmodes/cpp.el (cpp-edit-save):
8877         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
8878         * progmodes/cc-defs.el (c-emacs-features):
8879         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
8880         (antlr-directory-dependencies):
8881         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
8882         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
8883         (ada-find-any-references, ada-make-filename-from-adaname)
8884         (ada-make-body-gnatstub):
8885         * obsolete/rnews.el (news-list-news-groups):
8886         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
8887         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
8888         * net/rcirc.el (rcirc-debug):
8889         * net/newst-treeview.el (newsticker--treeview-list-add-item)
8890         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
8891         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
8892         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
8893         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
8894         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
8895         (newsticker--treeview-list-clear-highlight)
8896         (newsticker--treeview-list-update-highlight)
8897         (newsticker--treeview-list-highlight-start)
8898         (newsticker--treeview-tree-update-highlight)
8899         (newsticker--treeview-get-selected-item)
8900         (newsticker-treeview-mark-list-items-old)
8901         (newsticker--treeview-set-current-node):
8902         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8903         * net/newst-backend.el (newsticker--get-news-by-funcall)
8904         (newsticker--get-news-by-wget, newsticker--image-get)
8905         (newsticker--image-sentinel):
8906         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
8907         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
8908         (eudc-ph-close-session):
8909         * net/eudc.el (eudc-save-options):
8910         * language/thai-word.el (thai-update-word-table):
8911         * language/japan-util.el (japanese-string-conversion):
8912         * international/titdic-cnv.el (tsang-quick-converter)
8913         (ziranma-converter, ctlau-converter):
8914         * international/mule-cmds.el (describe-language-environment):
8915         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
8916         (skkdic-convert-postfix, skkdic-convert-prefix):
8917         (skkdic-convert-okuri-nasi, skkdic-convert):
8918         * emacs-lisp/re-builder.el (reb-update-overlays):
8919         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
8920         * emacs-lisp/gulp.el (gulp-send-requests):
8921         * emacs-lisp/find-gc.el (trace-call-tree):
8922         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
8923         (eieio-describe-generic):
8924         * emacs-lisp/eieio-base.el (eieio-persistent-read):
8925         * emacs-lisp/edebug.el (edebug-outside-excursion):
8926         * emacs-lisp/debug.el (debugger-make-xrefs):
8927         * emacs-lisp/cust-print.el (custom-prin1-to-string):
8928         * emacs-lisp/chart.el (chart-new-buffer):
8929         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
8930         Use with-current-buffer.
8931         * textmodes/artist.el (artist-system): Don't call
8932         copy-sequence on a fresh string.
8933         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
8935 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
8937         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
8938         is no item to edit.  (Bug#4820)
8939         (todo-top-priorities): Restore point and restore narrowing in Todo
8940         buffer.  (Bug#4820)
8942 2009-10-31  Glenn Morris  <rgm@gnu.org>
8944         * net/ange-ftp.el (top-level): Don't require dired when compiling.
8945         (comint-last-output-start, comint-last-input-start)
8946         (comint-last-input-end): Don't defvar when compiling.
8947         (ange-ftp-process-file): Use bound-and-true-p.
8949         * pcmpl-rpm.el (top-level): Move provide statement to end.
8950         (pcmpl-rpm): Remove unused custom group.
8952         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
8954         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
8956         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8957         (byte-compile-warnings): Add `constants' as an option.
8958         (byte-compile-callargs-warn, byte-compile-arglist-warn)
8959         (display-call-tree): Update for byte-compile-fdefinition possibly
8960         returning `(macro lambda ...)'.  (Bug#4778)
8961         (byte-compile-variable-ref, byte-compile-setq-default):
8962         Respect `constants' member of byte-compile-warnings.
8964         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
8965         Use mapc rather than mapcar because the return value is never used.
8967         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
8968         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
8969         * cedet/semantic/html.el:
8970         Suppress harmless warnings about setting up semantic-imenu (not
8971         part of Emacs) variables.
8973 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8975         * vc-bzr.el (vc-bzr-revision-keywords): New var.
8976         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
8977         to "submit:".
8979         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
8980         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
8981         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
8982         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
8983         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
8984         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
8985         (semantic-analyzer-debug-global-symbol)
8986         (semantic-analyzer-debug-missing-innertype)
8987         (semantic-analyzer-debug-insert-include-summary):
8988         * cedet/semantic/util.el (semantic-file-tag-table):
8989         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
8990         (semantic-recursive-find-nonterminal-by-name):
8991         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
8992         * cedet/semantic/tag-file.el (semantic-prototype-file):
8993         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
8994         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
8995         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
8996         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
8997         (semantic-idle-summary-maybe-highlight):
8998         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
8999         (semantic-ia-sb-tag-info):
9000         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
9001         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
9002         * cedet/semantic/ede-grammar.el (project-compile-target):
9003         (ede-proj-makefile-insert-variables):
9004         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
9005         (semantic-debug-set-source-location, semantic-debug-interface-layout)
9006         (semantic-debug-mode, semantic-debug):
9007         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
9008         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
9009         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
9010         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
9011         (semanticdb-find-translate-path-includes--internal)
9012         (semanticdb-reset-log, semanticdb-find-log-activity):
9013         * cedet/semantic/db-file.el (object-write):
9014         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
9015         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
9016         (semanticdb-create-ebrowse-database):
9017         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
9018         * cedet/semantic/complete.el (semantic-displayor-focus-request)
9019         (semantic-collector-calculate-completions-raw)
9020         (semantic-complete-read-tag-analyzer):
9021         * cedet/semantic/analyze.el (semantic-analyze-pulse):
9022         * cedet/ede/util.el (ede-update-version-in-source):
9023         * cedet/ede/proj.el (project-delete-target):
9024         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
9025         (ede-proj-flush-autoconf):
9026         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
9027         (ede-proj-configure-synchronize):
9028         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
9029         * cedet/ede/linux.el (ede-linux-version):
9030         * cedet/ede/emacs.el (ede-emacs-version):
9031         * cedet/ede/dired.el (ede-dired-add-to-target):
9032         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
9033         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
9034         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
9035         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
9036         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
9037         (cedet-idutils-version-check):
9038         * cedet/cedet-global.el (cedet-gnu-global-call):
9039         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
9040         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
9041         * cedet/cedet-cscope.el (cedet-cscope-call)
9042         (cedet-cscope-expand-filename, cedet-cscope-version-check):
9043         Use with-current-buffer.
9044         * cedet/ede.el (ede-make-project-local-variable)
9045         (ede-set-project-variables, ede-set): Use dolist.
9047 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
9049         * textmodes/ispell.el (ispell-skip-region-alist):
9050         * international/mule-conf.el (eight-bit):
9051         * international/fontset.el (font-encoding-alist):
9052         * startup.el (pure-space-overflow-message):
9053         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
9054         * paths.el (gnus-nntp-service, rmail-spool-directory)
9055         (term-file-prefix):
9056         * files.el (save-some-buffers-action-alist):
9057         * cmuscheme.el (same-window-buffer-names):
9058         * ielm.el (same-window-buffer-names):
9059         * shell.el (same-window-buffer-names):
9060         * mail/sendmail.el (same-window-buffer-names):
9061         * progmodes/inf-lisp.el (same-window-buffer-names):
9062         * bindings.el (mode-line-client)
9063         (mode-line-column-line-number-mode-map):
9064         * language/tibetan.el (tibetan-precomposition-rule-regexp)
9065         (tibetan-precomposed-regexp): Purecopy string arguments.
9067 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9069         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
9070         (calcDigit-nondigit):
9071         * calc/calc-yank.el (calc-copy-to-buffer):
9072         * calc/calc-units.el (calc-invalidate-units-table):
9073         * calc/calc-trail.el (calc-trail-yank):
9074         * calc/calc-store.el (calc-insert-variables):
9075         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9076         * calc/calc-prog.el (calc-read-parse-table):
9077         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
9078         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
9079         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
9080         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
9081         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
9082         (calc-graph-name, calc-graph-find-command, calc-graph-view)
9083         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
9084         * calc/calc-ext.el (calc-realign):
9085         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
9086         (calc-embedded-finish-edit, calc-embedded-make-info)
9087         (calc-embedded-finish-command, calc-embedded-stack-change):
9088         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
9090         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
9091         (overload-docstring-extension): Use that info.
9092         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
9093         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
9094         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
9095         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
9096         (semantic-nonterminal-full-name): Add the new `when' info.
9097         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
9098         `assert'.
9100         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
9101         shell-dynamic-complete-filename in preference to
9102         comint-dynamic-complete-filename.
9104         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9105         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9106         Don't consider whether the display supports colors.
9107         (bookmark-import-new-list): Use dolist.
9108         (bookmark-bmenu-mode-map): Move initialization into declaration.
9109         (bookmark-bmenu-list): Use dolist, simplify.
9110         (bookmark-show-all-annotations): Use save-selected-window and dolist.
9111         (menu-bar-final-items): Use push.
9113 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
9115         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
9116         it works on remote files.
9117         (vc-hg-diff): Don't pass any `--cwd' argument.
9119 2009-10-27  Kevin Ryde  <user42@zip.com.au>
9121         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9122         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
9123         (Further to Bug#3921).
9125 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
9127         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
9128         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
9129         calling `tramp-imap-put-file'.  Add file size to the call.
9130         (tramp-imap-get-file-entries): Compute also user name, file size,
9131         and date.
9132         (tramp-imap-handle-insert-directory): Insert uid and gid.
9133         (tramp-imap-handle-file-attributes): Transform uid and gid
9134         according to `id-format'.
9135         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
9136         size in header X-Size.
9138 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
9140         * simple.el (transpose-subr): Give clearer error when the mark
9141         is not set.  (Bug#4807)
9143 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
9145         * net/tramp.el (tramp-perl-file-truename): New defconst.
9146         Perl code contributed by yary <not.com@gmail.com> (tiny change).
9147         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
9148         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
9149         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
9151         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
9152         Ignore `dired-call-process'.
9153         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
9155 2009-10-26  Julian Scheid  <julians37@gmail.com>
9157         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
9158         (tramp-get-remote-readlink): New defun.
9159         (tramp-handle-file-truename): Use it.
9160         (tramp-handle-file-exists-p): Check file-attributes cache, assume
9161         file exists if cache value present.
9162         (tramp-check-cached-permissions): New defun.
9163         (tramp-handle-file-readable-p): Use it.
9164         (tramp-handle-file-writable-p): Likewise.
9165         (tramp-handle-file-executable-p): Likewise.
9166         (tramp-handle-file-name-all-completions): Try using Perl to get
9167         partial completions.  When perl not available, combine `cd' and
9168         `ls' into single remote operation and use shell expansion to get
9169         partial remote directory contents.  Set `file-exists-p' cache for
9170         directory and any files returned by ls.  Change cache handling to
9171         support partial directory contents.  Use error message emitted by
9172         remote `cd' or Perl code for local tramp-error.
9173         (tramp-do-copy-or-rename-file-directly): Avoid separate
9174         tramp-send-command-and-check call.
9175         (tramp-handle-process-file): Merge three remote ops into one.
9176         Do not flush all caches when `process-file-side-effects' is set.
9177         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
9178         file-attributes shows uid/gid to be set already.
9180 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
9182         * textmodes/tex-mode.el (tex-dvi-view-command)
9183         (tex-show-queue-command, tex-open-quote):
9184         * progmodes/ruby-mode.el (auto-mode-alist)
9185         (interpreter-mode-alist): Purecopy strings.
9187         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
9189         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
9190         string for the hook, keymap and abbrev table.
9192         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
9194         * x-dnd.el (x-dnd-xdnd-to-action):
9195         * startup.el (fancy-startup-text, fancy-about-text): Change to
9196         defconst from defvar.
9198         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
9200         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
9201         Purecopy initialization strings.
9203         * mail/sendmail.el (mail-header-separator)
9204         (mail-personal-alias-file):
9205         * mail/rmail.el (rmail-default-dont-reply-to-names)
9206         (rmail-ignored-headers, rmail-retry-ignored-headers)
9207         (rmail-highlighted-headers, rmail-secondary-file-directory)
9208         (rmail-secondary-file-regexp):
9209         * files.el (null-device, file-name-invalid-regexp)
9210         (locate-dominating-stop-dir-regexp)
9211         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
9212         (interpreter-mode-alist): Use mapcar instead of mapc.
9214         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
9216         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
9217         (completion-ignored-extensions):
9218         (debug-ignored-errors): Purecopy strings.
9220 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9222         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
9223         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
9224         (pcomplete--here): Use push.
9226         * subr.el (all-completions): Declare the 4th arg obsolete.
9228 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9230         * pcomplete.el (pcomplete-unquote-argument-function): New var.
9231         (pcomplete-unquote-argument): New function.
9232         (pcomplete--common-suffix): Always pay attention to case.
9233         (pcomplete--table-subvert): Quote and unquote the text.
9234         (pcomplete--common-quoted-suffix): New function.
9235         (pcomplete-std-complete): Use it and pcomplete-begin.
9237         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
9238         we're inside a dedicated or minibuffer window.
9240 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9242         * cedet/semantic/fw.el (semantic-alias-obsolete)
9243         (semantic-varalias-obsolete): Make the `when' arg mandatory.
9244         (define-mode-overload-implementation):
9245         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
9246         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
9247         * cedet/semantic/util.el (semantic-file-token-stream)
9248         (semantic-something-to-stream):
9249         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
9250         (semantic-expand-nonterminal):
9251         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
9252         (semantic-find-dependency, semantic-find-nonterminal)
9253         (semantic-find-dependency):
9254         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
9255         (semantic-flex-text, semantic-flex-make-keyword-table)
9256         (semantic-flex-keyword-p, semantic-flex-keyword-put)
9257         (semantic-flex-keyword-get, semantic-flex-map-keywords)
9258         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
9259         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
9260         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
9261         (semantic-after-idle-scheduler-reparse-hooks):
9262         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
9263         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
9264         * cedet/semantic.el (semantic-toplevel-bovine-table)
9265         (semantic-toplevel-bovine-cache)
9266         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
9267         (semantic-init-mode-hooks, semantic-init-db-hooks)
9268         (semantic-bovination-working-type): Provide the `when' arg.
9270 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
9272         * bookmark.el: Update documentation, especially documentation
9273         of `bookmark-alist' and of the bookmark file format.
9274         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
9276 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
9278         * mail/emacsbug.el (report-emacs-bug): Clarify that the
9279         keybindings apply to the mail buffer (Bug#4003).  Shrink help
9280         window to buffer.
9282         * whitespace.el (whitespace-mode, whitespace-newline-mode)
9283         (global-whitespace-mode, global-whitespace-newline-mode)
9284         (whitespace-toggle-options, global-whitespace-toggle-options):
9285         Doc fix (Bug#3660).
9287         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
9288         of xmltok-start before the end tag was inserted (Bug#2840).
9290         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
9291         patterns that are preceded by an open-paren (Bug#1320).
9293 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
9295         * files.el (delete-directory): Delete symlinks to directories with
9296         delete-file (Bug#4739).
9298 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
9300         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
9301         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
9302         argument to make-obsolete.
9304         * cedet/semantic/fw.el (semantic-alias-obsolete)
9305         (semantic-varalias-obsolete): Add optional WHEN argument.
9307 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
9309         * vc.el (vc-backend-for-registration): Rename from
9310         vc-get-backend-for-registration.  Update callers.
9312         * international/mule-cmds.el (set-language-info-alist):
9313         Purecopy lang-env.
9314         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
9315         (charset): Purecopy the name.
9316         (define-char-code-property): Purecopy string arguments.
9318         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9319         Purecopy string arguments.
9321         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9322         * ediff-hook.el (menu-bar-ediff-menu):
9323         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
9324         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
9326 2009-10-24  Glenn Morris  <rgm@gnu.org>
9328         * comint.el (comint-dynamic-list-completions):
9329         * term.el (term-dynamic-list-completions): Use choose-completion rather
9330         than obsolete alias mouse-choose-completion.
9332         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
9333         file-cache-choose-completion.
9334         (file-cache-choose-completion): Handle an optional event argument.
9335         (file-cache-mouse-choose-completion): Make it an obsolete alias.
9337         * progmodes/octave-mod.el (octave-complete-symbol):
9338         Use choose-completion if mouse-choose-completion is ever removed.
9340         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9341         use.
9343         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9344         compiler.
9346         * vc-hooks.el (vc-responsible-backend): Fix declaration.
9348 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9350         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9351         Ignore `pred' now that we receive one.
9352         Handle test-completion specially.
9354 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9356         * vc.el (vc-responsible-backend): Throw an error if not backend is
9357         found.  Remove the REGISTER argument.  Move the code dealing with
9358         REGISTER ...
9359         (vc-get-backend-for-registration): ... here.  New function.
9360         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9361         of vc-responsible-backend, pass the file name instead of the
9362         directory name.
9364 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9366         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9367         New funs.
9368         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
9369         (pcomplete-comint-setup): Don't modify a global var via
9370         accidental side-effects.
9371         (pcomplete-shell-setup): Adjust call accordingly.
9372         (pcomplete-parse-comint-arguments): Use push.
9374 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
9376         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9377         Allow uncapitalized info node names (Bug#3921).
9379         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9380         to the DEBUG file (Bug#3781).
9382 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
9384         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9385         dictionary entry (Bug#4579).
9387 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
9389         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9390         from `rfn-eshadow-update-overlay-hook' when unloading.
9391         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9392         "rsyncc".  Adjust doc string.
9393         (tramp-temp-buffer-file-name): New buffer-local defvar.
9394         (tramp-handle-insert-file-contents, tramp-handle-write-region):
9395         Keep temporary file when indicated by method ("rsync" and
9396         "rsyncc").
9397         (tramp-handle-write-region): Handle APPEND.
9398         (tramp-delete-temp-file-function): New defun.  Added to
9399         `kill-buffer-hook'.
9401 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
9403         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9405 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9407         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9408         (color-name-rgb-alist, tty-standard-colors)
9409         (tty-color-mode-alist): Change to defconst.
9411         * simple.el (mark-inactive): Purecopy message.
9413         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9414         (global-map, yank-menu):
9415         * textmodes/ispell.el (ispell-menu-map):
9416         * net/eudc.el (eudc-tools-menu):
9417         * international/mule-cmds.el (describe-language-environment-map)
9418         (setup-language-environment-map, set-coding-system-map)
9419         (mule-menu-keymap):
9420         * vc-hooks.el (vc-menu-entry, vc-menu-map):
9421         * replace.el (occur-mode-map):
9422         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9424 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
9426         * calc/calc.el (math-read-number, math-read-number-simple): Use
9427         `save-match-data'.
9429 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9431         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9432         rather than fiddling with global-map bindings, since it should only
9433         affect per-terminal settings.
9434         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9436         * minibuffer.el (completion-table-with-terminator): Allow to specify
9437         the terminator-regexp.
9439         * simple.el (switch-to-completions): Look for *Completions* in other
9440         frames as well.
9442         * pcomplete.el: Allow the use of completion-tables.
9443         (pcomplete-std-complete): New command.
9444         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9445         (pcomplete--here): Use a function for `form' rather than an expression,
9446         so it can be byte-compiled.
9447         (pcomplete-here, pcomplete-here*): Adjust accordingly.
9448         Add edebug declaration.
9449         (pcomplete-show-completions): Remove unused var `curbuf'.
9450         (pcomplete-do-complete, pcomplete-stub):
9451         Don't assume `completions' is a list of strings any more.
9453 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
9455         * find-dired.el (find-name-arg): Fix typo in docstring.
9457 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9459         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9460         (pcmpl-linux-fs-types): Same, and update to new modules layout.
9462         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9463         pcomplete-entries.
9465         * comint.el (comint-read-input-ring, comint-write-input-ring)
9466         (comint-substitute-in-file-name)
9467         (comint-dynamic-complete-as-filename)
9468         (comint-dynamic-simple-complete)
9469         (comint-dynamic-list-filename-completions)
9470         (comint-dynamic-list-completions)
9471         (comint-redirect-results-list-from-process): Minor simplifications.
9473 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9475         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9476         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9477         the first form.  And insert a blank line after ";;; Code" since
9478         that's usual style.  (Bug#4612)
9480         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9482 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9484         * minibuffer.el (completion-table-with-terminator): Properly implement
9485         boundaries, in case `terminator' appears in the suffix.
9486         (completion--embedded-envvar-table): Don't return boundaries if
9487         there's no valid completion.  Simplify.
9488         (completion-file-name-table): New completion table extracted from
9489         completion--file-name-table.
9490         (completion--file-name-table): Use it.
9491         (read-file-name-predicate): Declare obsolete.
9492         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9493         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9494         completion-file-name-table, and use the `pred' argument.
9495         * files.el (locate-file-completion-table): Use the `pred' arg rather
9496         than read-file-name-predicate.
9497         (abbreviate-file-name): Use \` rather than ^ for BOS.
9499 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
9501         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9502         vc-responsible-backend to register, it causes problems.
9504 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9506         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9508 2009-10-21  Eric Ludlam  <zappo@gnu.org>
9510         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9511         (semantic-c-debug-mode-init-pch): New functions.
9512         (semantic-c-debug-mode-init-last-mode): New var.
9513         (semantic-c-parse-lexical-token): Use them.
9515         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9516         When extracting the argument list, limit only by point-max.
9518 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
9520         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9521         (tramp-smb-handle-file-attributes): Use it.
9522         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9523         (tramp-smb-handle-insert-directory): Use `mapc' rather than
9524         `mapcar'.  Use `tramp-smb-get-stat-capability'.
9525         Add `dired-filename' text properties.
9526         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9527         (tramp-smb-maybe-open-connection): Simplify check for smbclient
9528         version.
9530 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9532         * subr.el (read-key-delay): Reduce to 0.01.
9533         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9534         (bug#4751).
9536 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9538         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9540         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9541         (Info-menu): Remove unused vars `last' and `completions'.
9542         (Info-index-nodes): Remove unused var `node'.
9544         * info.el (Info-complete-menu-item): Use complete-with-action.
9546 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
9548         Make vc-annotate work through copies and renames.
9549         * vc-annotate.el (vc-annotate-extract-revision-at-line):
9550         Return the file name too.
9551         (vc-annotate-revision-at-line)
9552         (vc-annotate-find-revision-at-line)
9553         (vc-annotate-revision-previous-to-line)
9554         (vc-annotate-show-log-revision-at-line): Update to get the file
9555         name from vc-annotate-extract-revision-at-line.
9556         (vc-annotate-show-diff-revision-at-line-internal): Change the
9557         argument to mean whether to show a file diff or not.  Get the file
9558         name from vc-annotate-extract-revision-at-line.
9559         (vc-annotate-show-diff-revision-at-line):
9560         Update vc-annotate-show-diff-revision-at-line call.
9561         (vc-annotate-warp-revision): Add an optional file argument.
9563         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9564         (vc-git-annotate-extract-revision-at-line): Also return the file
9565         name if found.
9567         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9568         command.  Remove unused code.
9569         (vc-hg-annotate-re): Update to match --follow output.
9570         (vc-hg-annotate-extract-revision-at-line): Also return the file
9571         name if found.
9573         * vc.el: Update annotate-extract-revision-at-line documentation.
9575 2009-10-18  Kevin Ryde  <user42@zip.com.au>
9577         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9578         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9580         * net/browse-url.el (browse-url): Identify alist with "consp and
9581         not functionp" and let all other things go down the `apply' leg,
9582         as suggested by Stefan.  (Further to bug#4531.)
9584 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
9586         * minibuffer.el (read-file-name): Check for repeat before putting
9587         a default argument in file-name-history (Bug#4657).
9589         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9590         read syntax (Bug#4737).
9592         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9594 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9596         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9597         (html-tag-alist, html-tag-help): Add descriptions for undocumented
9598         entries and make note of obsolete tags.
9600 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9602         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9604 2009-10-18  Glenn Morris  <rgm@gnu.org>
9606         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9607         grep, so that binary files (eg international/uni-bidi.el) can match.
9608         Remove test for "UnicodeData" files, since it is hopefully unnecessary
9609         now, and in any case the file header format has changed.
9611 2009-10-17  Glenn Morris  <rgm@gnu.org>
9613         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9614         (flyspell-get-word, flyspell-large-region)
9615         (flyspell-auto-correct-previous-word): Doc/error message fixes.
9617 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9619         * Makefile.in (ELCFILES): Add ede/shell.
9621 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
9623         * term/common-win.el (x-colors): Purecopy it.
9625 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9627         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9628         permissive for when the buffer is empty.
9629         (tar-header-block-tokenize): Decode the username and groupname.
9630         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9632 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9634         * cedet/srecode/srt.el:
9635         * cedet/srecode/compile.el:
9636         * cedet/semantic/mru-bookmark.el:
9637         * cedet/semantic/debug.el:
9638         * cedet/semantic/complete.el:
9639         * cedet/semantic/analyze.el: Require CL when compiling.
9641 2009-10-17  Eric Ludlam  <zappo@gnu.org>
9643         * cedet/semantic/scope.el
9644         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
9645         tmpscope so that the regular scope will continue to work.
9647         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
9648         Use semantic-idle-summary-highlight-face as the highlighting.
9650         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
9651         contains multibyte characters, choose first applicable coding
9652         system automatically.
9654         * cedet/ede/project-am.el (project-run-target): New method.
9655         (project-run-target): New method.
9657         * cedet/ede.el (ede-target): Add run target menu item.
9658         (ede-project, ede-minor-keymap): Add ede-run-target binding.
9659         (ede-run-target): New function.
9660         (ede-target::project-run-target): New method.
9662         * cedet/ede/proj.el (project-run-target): New method.
9664         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
9665         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
9666         Add :rules.
9667         (ede-proj-target-makefile-shared-object): Only libtool compilers
9668         now available.  Add linkers for libtool.
9669         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
9670         (ede-proj-makefile-target-name): Always use .la extension.
9672         * cedet/ede/proj-prog.el (project-run-target): New method.
9674         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
9675         (ede-g++-linker): Change Change link lines.
9677         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
9678         When searching for old variables, go to the end of the buffer and
9679         search backward from there.
9680         (ede-proj-makefile-automake-insert-subdirs)
9681         (ede-proj-makefile-automake-insert-extradist): New methods.
9682         (ede-proj-makefile-create): Use them.
9684         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
9685         Force FILE to expand to the current target.  Use file-exists-p to
9686         check that it exists.
9688         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
9689         (ede-linux-load): Wrap dir in file-name-as-directory.
9690         Set :version slot.
9692         * cedet/ede/files.el (ede-get-locator-object): When enabling
9693         locate, do so on "top".
9695         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
9696         file-name-as-directory during compare.
9697         (ede-emacs-version): Return Emacs/XEmacs differentiator.
9698         Get version number from different places.  Don't call egrep.
9699         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
9700         to set the directory.
9702         * cedet/ede/shell.el: New file.
9704         * cedet/inversion.el (inversion-decoders): Allow for stray . in
9705         alpha/beta variants.
9707 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9709         * international/mule-cmds.el (select-safe-coding-system): If the file
9710         has a coding cookie, use it regardless of any other setting (bug#4712).
9712 2009-10-17  Glenn Morris  <rgm@gnu.org>
9714         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
9715         All errors should have messages.
9717         * foldout.el (foldout-mouse-swallow-events):
9718         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
9720         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
9721         (dired-keep-marker-copy, dired-keep-marker-hardlink)
9722         (dired-keep-marker-symlink, dired-dwim-target)
9723         (dired-copy-preserve-time): Do not autoload these defcustoms.
9725         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
9726         messages from messing up the file coding.  (Bug#4623)
9728 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
9730         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
9731         if no match is found for the current dictionary.  (Bug#4578)
9733         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
9734         optional, since that is how it is documented, and this is often called
9735         with a nil argument.  (Bug#4577)
9736         (flyspell-external-point-words, flyspell-auto-correct-word)
9737         (flyspell-correct-word-before-point, flyspell-word-search-forward)
9738         (flyspell-word-search-backward): Remove nil argument in calls to
9739         flyspell-get-word, since it is not needed now.
9741 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
9743         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
9745 2009-10-16  Glenn Morris  <rgm@gnu.org>
9747         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
9749 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
9751         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
9752         (ange-ftp-file-size): New function.
9753         (ange-ftp-file-attributes): Use it.
9755 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
9757         * net/tramp-smb.el (tramp-smb-version): New defvar.
9758         (tramp-smb-maybe-open-connection): Use it, in order to avoid
9759         repeated checks.
9761 2009-10-16  Glenn Morris  <rgm@gnu.org>
9763         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9764         Maybe copy some custom properties from old to new name.  (Bug#4706)
9766 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
9768         * subr.el (error, sit-for, start-process-shell-command)
9769         (start-file-process-shell-command): Set the calling convention
9770         after the function definition.
9772 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9774         * subr.el (error, sit-for, start-process-shell-command)
9775         (start-file-process-shell-command): Use the new
9776         set-advertised-calling-convention feature.
9778 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
9780         * international/ucs-normalize.el (ucs-normalize-version):
9781         Change to 1.2.
9782         (check-range): Adjust for Unicode 5.2.
9784 2009-10-15  Juri Linkov  <juri@jurta.org>
9786         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
9787         to the `menu-item' format.
9789 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
9791         * net/tramp.el (tramp-replace-environment-variables): Do not fail
9792         if the environment variable does not exist.
9794         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9795         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
9796         parameter.
9797         (tramp-smb-handle-add-name-to-file)
9798         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9799         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9800         (tramp-smb-handle-file-attributes)
9801         (tramp-smb-do-file-attributes-with-stat)
9802         (tramp-smb-handle-file-local-copy)
9803         (tramp-smb-handle-insert-directory)
9804         (tramp-smb-handle-make-directory)
9805         (tramp-smb-handle-make-directory-internal)
9806         (tramp-smb-handle-make-symbolic-link)
9807         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
9808         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
9809         (tramp-smb-maybe-open-connection): Apply the changed parameters.
9810         (tramp-smb-read-file-entry): Read Disk names in compressed format.
9811         Handle long file names.
9812         (tramp-smb-get-cifs-capabilities): Check, whether the connection
9813         process is running.
9814         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
9815         Read share names with "-g" option.
9817 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
9819         * net/rcirc.el (rcirc-view-log-file): New command.
9820         (rcirc-track-minor-mode-map): Remove C-c ` binding.
9821         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
9822         specified.
9824 2009-10-15  Glenn Morris  <rgm@gnu.org>
9826         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
9827         from the second command-line argument.
9828         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
9829         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
9830         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
9831         w32-batch-update-autoloads.
9832         * emacs-lisp/autoload.el (autoload-make-program): New variable.
9833         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
9835         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
9836         the headers cannot be located.  Simplify, subtracting superflous
9837         save-excursions.
9839 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9841         Replace completion-base-size by completion-base-position to fix bugs
9842         such as (bug#4699).
9843         * simple.el (completion-base-position): New var.
9844         (completion-base-size): Mark as obsolete.
9845         (choose-completion): Make it work for mouse events as well.
9846         Pass the new base-position to choose-completion-string.
9847         (choose-completion-guess-base-position): New function, extracted from
9848         choose-completion-delete-max-match.
9849         (choose-completion-delete-max-match): Use it.  Make obsolete.
9850         (choose-completion-string): Use the new base-position info.
9851         (completion-root-regexp): Delete.
9852         (completion-setup-function): Preserve completion-base-position.
9853         Eliminate obsolete base-size manipulation.
9854         * minibuffer.el (display-completion-list): Don't mess with base-size.
9855         (minibuffer-completion-help): Set completion-base-position instead.
9856         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
9857         choose-completion.
9858         * textmodes/bibtex.el (bibtex-complete):
9859         * emacs-lisp/crm.el (crm--choose-completion-string):
9860         Adjust to new calling convention.
9861         * complete.el (partial-completion-mode): Use minibufferp to avoid
9862         bumping into incompatible change to choose-completion-string-functions.
9863         * ido.el (ido-choose-completion-string): Make its calling convention
9864         more permissive.
9865         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
9866         base-size manipulation.
9867         (comint-dynamic-list-input-ring): Use dotimes and push.
9868         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
9869         fundamental-mode.  Use `or'.
9871 2009-10-14  Juri Linkov  <juri@jurta.org>
9873         * misearch.el (multi-isearch-next-buffer-from-list)
9874         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
9876 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9878         * Makefile.in (compile-onefile): Load `bytecomp' rather than
9879         `bytecomp.el'.
9881         * minibuffer.el (completion-pcm--merge-completions): Make sure the
9882         string we return is all made up of text from the completions rather
9883         than part from the completions and part from the input (bug#4219).
9885         * ido.el (ido-everywhere): Use define-minor-mode.
9887         * buff-menu.el (list-buffers, ctl-x-map):
9888         Mark the entry points with ;;;###autoload cookies.
9890 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
9892         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
9893         correctly in the detached head case.
9894         (vc-git-print-log): Remove unused binding.
9896         * vc.el (vc-responsible-backend): When a directory is passed for
9897         for registration create a VC repository if no backend is
9898         responsible for the directory argument.
9899         (vc-deduce-fileset): Tell vc-responsible-backend to register.
9901         * vc.el: Move comments about RCS and SCCS ...
9902         * vc-rcs.el:
9903         * vc-sccs.el: ... here, respectively.
9905 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9907         * minibuffer.el (completion--file-name-table): Return nil if there's
9908         no file completion, even if substitute-in-file-name changed
9909         the string (bug#4708).
9911 2009-10-13  Juri Linkov  <juri@jurta.org>
9913         * files-x.el (read-file-local-variable-value): Don't filter out
9914         minor modes from mode name completion (bug#4664).
9916 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
9918         * international/mule-cmds.el (ucs-names): Remove exclusion of
9919         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
9921 2009-10-13  Kenichi Handa  <handa@m17n.org>
9923         * international/uni-name.el: Regenerated.
9925 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
9927         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
9928         should be automatically buffer-local, but isn't.)
9930 2009-10-12  Sam Steingold  <sds@gnu.org>
9932         * progmodes/compile.el (compilation-next-error-function): Fix the
9933         timestamps if the buffer has been visited before.
9934         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
9935         non-anchored patterns, like the perl one (bug#3928).
9937 2009-10-12  Glenn Morris  <rgm@gnu.org>
9939         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
9940         Let-bind `size'.
9942 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
9944         * proced.el (proced-unload-function): New function.
9946         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
9947         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
9948         Doc fix.
9950         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
9952 2009-10-11  Juri Linkov  <juri@jurta.org>
9954         * files-x.el (read-file-local-variable-value):
9955         Provide default value only for bound variables (bug#4664).
9957 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
9959         * net/tramp.el (tramp-local-host-p): Function shall return nil for
9960         connection methods like smb.
9962         * net/tramp-cache.el (tramp-flush-connection-property): The hash
9963         can be empty.
9965         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9966         (tramp-smb-file-name-handler-alist): Add handlers for
9967         `add-name-to-file', `make-symbolic-link'.
9968         (tramp-smb-handle-add-name-to-file)
9969         (tramp-smb-do-file-attributes-with-stat)
9970         (tramp-smb-handle-make-symbolic-link)
9971         (tramp-smb-get-cifs-capabilities): New defuns.
9972         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9973         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9974         (tramp-smb-handle-file-local-copy)
9975         (tramp-smb-handle-make-directory-internal)
9976         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9977         The file name syntax depends on cifs capabilities.
9978         (tramp-smb-handle-file-attributes):
9979         Call `tramp-smb-do-file-attributes-with-stat' if possible.
9980         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
9981         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
9983 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
9985         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
9986         (eieio-defclass): Apply deftype handler and setf-method properties
9987         directly.
9988         (eieio-add-new-slot): Avoid union function from cl library.
9989         (eieio--typep): New function.
9990         (eieio-perform-slot-validation): Use it.
9992 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
9994         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
9995         Update documentation to refer to the variables documented in r1.135.
9996         (Bug#4188)
9998 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
10000         * bookmark.el (Info-suffix-list): Remove this unused variable.
10001         (bookmark-current-point): Remove this obsolete variable.
10002         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
10003         Adjust for removal of bookmark-current-point.
10005         (bookmarks-already-loaded, bookmark-current-buffer)
10006         (bookmark-yank-point): Document.  (Bug#4188)
10008 2009-10-10  Glenn Morris  <rgm@gnu.org>
10010         * frame.el (frame-height): Doc fix.
10012         * calendar/calendar.el (calendar-split-width-threshold): New option.
10013         (calendar-basic-setup): Use calendar-split-width-threshold.
10015 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
10017         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
10018         Use .la for Automake.
10020 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
10022         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
10023         Use "autoreconf -i".  Suggested by Andreas Schwab.
10025 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
10027         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
10028         Ideographic Supplement" range (U+1F200..U+1F2FF).
10030 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
10032         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
10033         since the list will have been rebuilt anyway.  (Bug#4349)
10035 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
10037         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
10038         (bookmark-bmenu-execute-deletions): Don't save here, as
10039         bookmark-delete will now do so if necessary.
10040         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
10041         (Bug#4348)
10043 2009-10-09  Glenn Morris  <rgm@gnu.org>
10045         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
10047 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
10049         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
10050         (bookmark-jump-other-window): Just invoke bookmark-jump with new
10051         argument now, so the two function's behaviors will match.  (Bug#3645)
10053 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
10055         * cedet/ede/proj.el (project-make-dist, project-compile-project):
10056         Fix filename test.
10057         (ede-proj-dist-makefile): Use expand-file-name instead of concat
10058         to expand file names.
10060 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
10062         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
10063         (tramp-file-name-real-host, tramp-file-name-port):
10064         Apply `save-match-data'.
10066         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
10067         case both directories are remote.
10068         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
10069         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
10071 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
10073         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
10074         (ede-proj-target-makefile-objectcode): Use it.
10076         * cedet/ede/source.el (ede-want-any-source-files-p)
10077         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
10078         Return search result.  This error was introduced while merging.
10080 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
10082         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
10084 2009-10-07  Glenn Morris  <rgm@gnu.org>
10086         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
10087         of concat.
10089 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10091         * files-x.el (read-file-local-variable): Include some
10092         non-user-variables in the completion table (bug#4664).
10094 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
10096         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
10097         message.
10099         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10100         (tramp-smb-file-name-handler-alist): Add handler for
10101         `copy-directory', `expand-file-name', `set-file-modes'.
10102         (tramp-smb-handle-copy-directory)
10103         (tramp-smb-handle-expand-file-name)
10104         (tramp-smb-handle-set-file-modes): New defuns.
10105         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
10106         (tramp-smb-handle-file-attributes): Simplify check for retrieving
10107         entry.
10108         (tramp-smb-handle-insert-directory): Don't flush the cache.
10109         (tramp-smb-maybe-open-connection): Check for samba client and
10110         server versions.
10112 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
10114         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
10115         to not error out of search for "^lisp=" fails.
10117 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
10119         * makefile.w32-in (WINS_UPDATES): New macro.
10120         (custom-deps, finder-data, autoloads): Use it.
10122 2009-10-07  Glenn Morris  <rgm@gnu.org>
10124         * Makefile.in (autoloads): Revert previous change.
10125         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
10126         the list of preloaded files passed on the command-line, get
10127         it from src/Makefile.
10129         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
10130         show the original buffer rather than a random one.
10132 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
10134         * help.el (describe-no-warranty): Place point in a slightly better
10135         position in the GPLv3 text.
10137 2009-10-06  Sam Steingold  <sds@gnu.org>
10139         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
10140         the comm attribute is present before calling regexp-quote.
10142 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
10144         * play/animate.el (animate-string): For good effect, make sure
10145         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
10147         * play/animate.el (animate-sequence, animate-birthday-present):
10148         * misc.el (butterfly): Don't set `indent-tabs-mode'.
10150 2009-10-06  Glenn Morris  <rgm@gnu.org>
10152         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
10154         * emacs-lisp/autoload.el (autoload-excludes): New variable.
10155         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
10156         (batch-update-autoloads): Process a string value of autoload-excludes,
10157         set during the build process.
10158         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
10160         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
10161         inside with-parsed...  macro so that `v' is defined.
10163         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
10164         * progmodes/fortran.el (fortran-end-of-block)
10165         (fortran-beginning-of-block):
10166         Also push mark in the macro case.
10168         * emerge.el (emerge-show-file-name):
10169         * calc/calc.el (calc-quit):
10170         * calc/calc-misc.el (calc-big-or-small):
10171         * calc/calc-graph.el (calc-graph-view):
10172         * calc/calc-ext.el (calc-reset):
10173         * calendar/calendar.el (calendar-basic-setup):
10174         Use window-full-height-p.
10176         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
10177         header we don't understand, don't insert another.  (Bug#4624)
10178         If changing mime charset, insert the new one in the right place.
10180 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
10182         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
10183         (cal-tex-cursor-month): Correctly increment the end date for diary and
10184         holiday listing.  (Bug#4626)
10186 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10188         * help-fns.el (describe-function-1): Don't burp if the function is not
10189         a symbol.
10191 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
10193         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
10194         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
10195         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
10196         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
10198         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
10199         (eieio-default-superclass): Reflow docstrings.
10200         (this, class-option-assoc, defclass, eieio-class-un-autoload)
10201         (eieio-unbind-method-implementations, defmethod)
10202         (eieio-validate-slot-value, eieio-validate-class-slot-value)
10203         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
10204         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
10205         (eieio-slot-originating-class-p, eieio-slot-name-index)
10206         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
10207         (constructor, initialize-instance, no-next-method, object-print)
10208         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
10209         Fix typos in docstrings.
10210         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
10211         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
10212         (next-method-p): Doc fixes.
10213         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
10214         Fix typos in error messages.
10215         (eieio-defmethod): Fix typo in description of generic method.
10217         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
10218         (eieio-persistent-save-interactive, slot-missing):
10219         Fix typos in docstrings.
10220         (eieio-instance-inheritor-slot-boundp): Doc fix.
10222         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
10223         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
10225         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
10226         (eieio-custom-object-apply-reset):
10227         Fix typos in docstrings and error messages.
10229         * emacs-lisp/eieio-datadebug.el (data-debug-show):
10230         Fix typo in docstring.
10232         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
10233         (eieio-browse-tree): Doc fix.
10234         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
10235         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
10236         Fix typos in docstrings.
10238         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
10239         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
10240         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
10241         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
10242         Reflow docstrings.
10244 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
10246         * vc-hg.el (log-view-vc-backend): Declare for compiler.
10247         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
10248         Set log-view-vc-backend so that diff can work.
10250         * log-view.el (log-view-diff): Use vc-diff-internal instead of
10251         vc-version-diff.
10252         (vc-diff-internal): Autoload this instead of vc-version-diff.
10254 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
10256         * simple.el (eval-expression): Doc fix.
10258         * progmodes/cwarn.el (cwarn-mode): Doc fix.
10260 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
10262         * files.el (directory-files-no-dot-files-regexp): New defconst.
10263         (delete-directory): Use it.
10264         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
10266         * net/tramp.el (tramp-verbose): Fix docstring.
10267         (tramp-methods): Add recursive option to `tramp-copy-args'.
10268         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
10269         "scp1_old", "scp2_old", "rsync", "rsyncc".
10270         (tramp-default-method): Check also for `auth-source-user-or-password'.
10271         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10272         Add handler for `copy-directory'.
10273         (tramp-handle-copy-directory): New defun.
10274         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
10275         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
10276         Optimize sent command.
10278 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10280         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
10281         window if necessary.
10283         * calendar/calendar.el (calendar-basic-setup): Don't call
10284         switch-to-buffer in a dedicated window.
10286 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
10288         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
10289         don't do anything related to relocating, just return nil.
10290         (bookmark-error-no-filename): New error.
10291         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
10292         bookmark has no file.  Don't even attempt to handle things that
10293         are not files; the whole point of custom handlers is to keep that
10294         knowledge elsewhere anyway.  Tighten some comments.
10295         (bookmark-file-or-variation-thereof): Remove now-unused function.
10296         (bookmark-location): Doc string fix.
10297         (Bug#4250)
10299 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10301         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
10302         don't use a file dialog, because they usually don't know how to read
10303         a directory target from the user.  (Bug#4230)
10304         Also, make sure the prompt can display directories as well as files.
10306 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10308         * bookmark.el (bookmark-set, bookmark-buffer-name):
10309         Improve doc strings.  (Bug#1193)
10311 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10313         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
10314         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
10315         (bookmark-get-annotation, bookmark-set-annotation)
10316         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10317         (bookmark-set-position, bookmark-get-front-context-string)
10318         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10319         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
10320         (bookmark-jump-other-window, bookmark-handle-bookmark)
10321         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
10322         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
10323         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
10324         Improve doc strings to say whether bookmark can be a string or
10325         a record or both, and make other consistency and clarity fixes.
10326         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
10327         (bookmark-default-annotation-text, bookmark-yank-word)
10328         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
10329         (bookmark-import-new-list, bookmark-maybe-rename)
10330         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10331         (bookmark-bmenu-bookmark): Give these doc strings.
10332         (bookmark-bmenu-check-position): Give this a doc string, but also
10333         add a FIXME comment about how the function may be pointless.
10334         (bookmark-default-handler): Rework doc string and change a
10335         parameter name, to clarify that this takes a bookmark record
10336         not a bookmark name.
10337         (bookmark-set): Change a parameter name to indicate its meaning,
10338         and improve the doc string a bit.
10339         (Bug#4188)
10341 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10343         * bookmark.el (bookmark-alist): Document the new `handler' element
10344         in the param alist.
10345         (bookmark-make-record-function): Adjust documentation for above.
10346         (Bug#4193)
10348 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10350         * info.el (Info-bookmark-make-record): Document this function.
10351         (Info-bookmark-jump): Document with a doc string, not just a comment.
10352         (Bug#4203)
10354 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10356         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
10357         (semantic-new-buffer-fcn): Call parser setup functions here.
10358         (semantic-mode): Don't call parser setup functions here, it's done
10359         in semantic-new-buffer-fcn now.
10360         (semantic-mode): Parse all existing buffers when enabled.
10362         * cedet/srecode/compile.el (srecode-compile-file):
10363         Call semantic-new-buffer-fcn if the buffer has not been parsed.
10365 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10367         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10369         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10370         (proj-comp-insert-variable-once): New macro, renamed from
10371         ede-pmake-insert-variable-once in ede/pmake.edl.
10372         (ede-proj-makefile-insert-variables): Use it.
10374 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
10376         * files.el (copy-directory): New defun.
10378         * dired-aux.el (dired-copy-file-recursive): Use it.
10380 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10382         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10383         (makefile-end-of-command):
10384         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10385         (semantic-end-of-context): Fix previous change.  Doc fixes.
10387 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10389         * files-x.el (modify-dir-local-variable)
10390         (copy-dir-locals-to-file-locals-prop-line):
10391         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10392         (makefile-end-of-command):
10393         * cedet/semantic/lex.el (semantic-lex-token):
10394         * cedet/semantic/analyze/fcn.el
10395         (semantic-analyze-dereference-metatype-1):
10396         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10397         (semantic-lex-cpp-undef):
10398         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10399         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10400         (semantic-end-of-context): Fix typos in docstrings.
10402         * recentf.el (recentf-unload-function): New function.
10404 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10406         * cedet/ede.el (ede-project-placeholder-cache-file):
10407         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10408         * cedet/srecode/map.el (srecode-map-save-file):
10409         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
10411 2009-10-04  Glenn Morris  <rgm@gnu.org>
10413         * window.el (window-full-height-p): Add doc string.
10415 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
10417         * window.el (window-full-height-p): New function.  (Bug#4543)
10419 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
10421         * cedet/srecode/insert.el: Require srecode/args.
10423         * cedet/srecode/args.el: Require srecode/dictionary instead of
10424         srecode/insert.
10426         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10428         * files.el (auto-mode-alist): Add .srt and Project.ede.
10430         * cedet/semantic.el (semantic-mode):
10431         Handle srecode-template-mode-hook as well.
10432         (semantic-mode): Use js-mode-hook for Javascript hook.
10434         * cedet/srecode/template.el: Remove hook variable.
10436         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10438         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10439         projects exist.
10440         (ede-project-placeholder-cache-file): Default to a file in
10441         user-emacs-directory.
10443         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10444         templates in data-directory.
10445         (srecode-map-save-file): Default to a file in user-emacs-directory.
10447         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10448         directory.
10450 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10452         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10453         Doc fix.
10455         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10456         Only insert each variable once.
10458         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10459         (ede-pmake-insert-variable-shared): Use it.
10461         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10462         for lexical table iff table is nil.
10464 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
10466         * vc.el: Remove commented out code.
10467         (vc-derived-from-dir-mode): Remove, unused.
10468         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10470 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
10472         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10473         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
10474         there could be recursive loading when `default-directory' is a
10475         remote file name.  (Bug#4614)
10477 2009-10-03  Glenn Morris  <rgm@gnu.org>
10479         * calendar/calendar.el (calendar-basic-setup): Handle the case where
10480         the frame is wide.
10481         (calendar-generate-window): Test for shrinkability rather than width.
10483         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10484         declaration, currently false.
10486         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10487         reusing existing buffers, in case we happen to visit two files with the
10488         same basename.  (Bug#4593)
10490 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10492         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10493         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10494         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10495         subdirs of cedet as well.
10496         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10498 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10500         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10501         Obey advertised-signature-table.
10503         * help-fns.el (help-function-arglist): Don't check
10504         advertised-signature-table.
10505         (describe-function-1): Do it here instead so it also applies to subrs.
10507 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
10509         * simple.el (start-file-process): Say in the doc-string, that file
10510         handlers might not support pty association, if PROGRAM is nil.
10512         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10513         HOST and USER are strings.  They are nil, when there are
10514         incomplete entries in ~/.netrc, for example.
10515         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
10516         root directory ("device busy" error otherwise).
10518         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10519         Flush file properties of created directory.
10521 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10523         * makefile.w32-in (WINS_BASIC): Remove cedet.
10524         (WINS_CEDET): Add cedet.
10525         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10527 2009-10-02  Kevin Ryde  <user42@zip.com.au>
10529         * net/browse-url.el (browse-url): Pass any symbol in
10530         browse-url-browser-function to `apply', since if you've mistakenly put
10531         an unbound symbol then the error is clearer.  (Bug#4531)
10533 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10535         * allout.el (allout-init, allout-back-to-current-heading)
10536         (allout-beginning-of-current-entry, allout-ascend-to-depth)
10537         (allout-ascend, allout-up-current-level, allout-end-of-level)
10538         (allout-previous-visible-heading, allout-forward-current-level)
10539         (allout-backward-current-level, allout-show-children):
10540         * apropos.el (apropos-describe-plist):
10541         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10542         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10543         * completion.el (add-completion, add-permanent-completion):
10544         * descr-text.el (describe-text-category, describe-char):
10545         * desktop.el (desktop-lazy-abort):
10546         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10547         * dired.el (dired-build-subdir-alist):
10548         * ediff.el (ediff-version):
10549         * elide-head.el (elide-head, elide-head-show):
10550         * emerge.el (emerge-version):
10551         * env.el (getenv):
10552         * face-remap.el (variable-pitch-mode):
10553         * faces.el (describe-face):
10554         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10555         (dired-at-point):
10556         * files.el (find-file-existing, auto-save-mode):
10557         * font-lock.el (font-lock-fontify-buffer):
10558         * help-fns.el (describe-function, describe-variable)
10559         (describe-syntax, describe-categories):
10560         * help.el (view-lossage, describe-bindings, describe-key)
10561         (describe-mode):
10562         * hexl.el (hexl-current-address):
10563         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10564         * info.el (Info-goto-emacs-key-command-node):
10565         * log-edit.el (log-edit-insert-cvs-template)
10566         (log-edit-insert-cvs-rcstemplate):
10567         * menu-bar.el (menu-bar-mode):
10568         * mouse.el (mouse-appearance-menu):
10569         * newcomment.el (comment-indent-new-line):
10570         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10571         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10572         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10573         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10574         * recentf.el (recentf-mode):
10575         * savehist.el (savehist-mode, savehist-save):
10576         * shadowfile.el (shadow-copy-files):
10577         * simple.el (kill-ring-save, next-line, previous-line)
10578         (normal-erase-is-backspace-mode):
10579         * strokes.el (strokes-update-window-configuration)
10580         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10581         (strokes-xpm-for-stroke):
10582         * time.el (emacs-uptime, emacs-init-time):
10583         * tutorial.el (tutorial--describe-nonstandard-key)
10584         (tutorial--detailed-help):
10585         * type-break.el (type-break-mode)
10586         (type-break-mode-line-message-mode, type-break-query-mode)
10587         (type-break-guesstimate-keystroke-threshold):
10588         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10589         * version.el (emacs-version):
10590         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10591         * winner.el (winner-mode):
10592         * calendar/timeclock.el (timeclock-in, timeclock-out)
10593         (timeclock-status-string, timeclock-change)
10594         (timeclock-workday-remaining-string)
10595         (timeclock-workday-elapsed-string)
10596         (timeclock-when-to-leave-string):
10597         * calendar/todo-mode.el (todo-add-category):
10598         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10599         * emacs-lisp/autoload.el (update-file-autoloads):
10600         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10601         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10602         (checkdoc-message-text, checkdoc-defun):
10603         * emacs-lisp/debug.el (debugger-list-functions):
10604         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10605         * emacs-lisp/eieio-opt.el (eieio-describe-class)
10606         (eieio-describe-generic):
10607         * emacs-lisp/lisp-mnt.el (lm-synopsis):
10608         * emacs-lisp/shadow.el (list-load-path-shadows):
10609         * emulation/cua-base.el (cua-mode):
10610         * emulation/edt.el (edt-set-scroll-margins):
10611         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10612         (tpu-toggle-regexp, tpu-toggle-search-direction)
10613         (tpu-toggle-rectangle, tpu-toggle-control-keys):
10614         * emulation/tpu-extras.el (tpu-set-scroll-margins):
10615         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10616         (viper-set-parsing-style-toggling-macro)
10617         (viper-set-emacs-state-searchstyle-macros):
10618         * emulation/viper.el (viper-set-hooks):
10619         * eshell/esh-mode.el (eshell-truncate-buffer):
10620         * international/mule-cmds.el (prefer-coding-system)
10621         (describe-input-method, describe-language-environment):
10622         * international/mule-diag.el (list-character-sets)
10623         (describe-character-set, describe-coding-system)
10624         (describe-fontset, list-fontsets, list-input-methods):
10625         * mail/sendmail.el (mail-signature):
10626         * net/ange-ftp.el (ange-ftp-copy-file):
10627         * net/browse-url.el (browse-url):
10628         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10629         * net/quickurl.el (quickurl-add-url):
10630         * net/rcirc.el (names, topic):
10631         * net/xesam.el (xesam-mode):
10632         * play/5x5.el (5x5-new-game):
10633         * play/yow.el (apropos-zippy):
10634         * progmodes/ada-mode.el (ada-mode-version):
10635         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10636         (f90-end-of-block)
10637         (f90-beginning-of-block):
10638         * progmodes/fortran.el (fortran-end-of-block)
10639         (fortran-beginning-of-block):
10640         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
10641         * progmodes/python.el (python-describe-symbol, python-shell):
10642         * term/ns-win.el (ns-print-buffer):
10643         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
10644         * textmodes/flyspell.el (flyspell-mode-on):
10645         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
10646         (pages-directory-for-addresses):
10647         * textmodes/table.el (table-recognize-cell)
10648         (table-query-dimension, table-generate-source)
10649         (table-insert-sequence, table--warn-incompatibility):
10650         * textmodes/tex-mode.el (tex-validate-buffer):
10651         * textmodes/texinfmt.el (texinfmt-version)
10652         (texinfo-format-buffer):
10653         Use `called-interactively-p' instead of `interactive-p'.
10655 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10657         * image-mode.el (image-toggle-display):
10658         * emacs-lisp/elp.el (elp-instrument-function):
10659         * emacs-lisp/advice.el (ad-make-advised-definition):
10660         * emacs-lisp/easy-mmode.el (define-minor-mode):
10661         * net/browse-url.el (browse-url-maybe-new-window):
10662         * progmodes/sh-script.el (sh-learn-buffer-indent):
10663         Pass new argument 'any to `called-interactively-p'.
10665 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10667         * international/uni-bidi.el:
10668         * international/uni-category.el:
10669         * international/uni-combining.el:
10670         * international/uni-comment.el:
10671         * international/uni-decimal.el:
10672         * international/uni-decomposition.el:
10673         * international/uni-digit.el:
10674         * international/uni-lowercase.el:
10675         * international/uni-mirrored.el:
10676         * international/uni-name.el:
10677         * international/uni-numeric.el:
10678         * international/uni-old-name.el:
10679         * international/uni-titlecase.el:
10680         * international/uni-uppercase.el:
10681         Regenerate from Unicode 5.2.0 data.
10683 2009-10-01  Glenn Morris  <rgm@gnu.org>
10685         * Makefile.in (ELCFILES): Regenerate.
10687 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10689         * subr.el (interactive-p): Mark obsolete.
10690         (called-interactively-p): Make the optional-ness of `kind' obsolete.
10691         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
10692         advertised-signature-table for subroutines as well.
10694         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
10695         (set-advertised-calling-convention): New function.
10696         (make-obsolete, define-obsolete-function-alias)
10697         (make-obsolete-variable, define-obsolete-variable-alias):
10698         Make the optional-ness of `when' obsolete.
10699         (define-obsolete-face-alias): Make `when' non-optional.
10700         * help-fns.el (help-function-arglist):
10701         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
10702         Use advertised-signature-table.
10704 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
10706         * files.el (delete-directory): New defun.  The original function
10707         in fileio.c has been renamed to `delete-directory-internal'.
10709         * dired.el (dired-delete-file): Call `delete-directory' with
10710         RECURSIVE parameter.
10712         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
10713         parameter RECURSIVE.  Implementation is missing.
10715         * net/tramp.el (tramp-handle-make-directory): Flush upper
10716         directory's file properties.
10717         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
10718         (tramp-handle-dired-recursive-delete-directory): Flush directory
10719         properties after the remove command only.
10721         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10722         Handle optional parameter RECURSIVE.
10724         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
10725         Handle optional parameter RECURSIVE.
10727         * net/tramp-smb.el (tramp-smb-errors): Add error message for
10728         connection timeout.
10729         (tramp-smb-handle-delete-directory): Handle optional parameter
10730         RECURSIVE.
10732 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10734         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
10735         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
10736         (byte-compile-defmacro): Use backquotes.
10738         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
10740         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
10741         has no associated file.
10742         (vc-resynch-buffer): Use vc-dir-buffers.
10744 2009-10-01  Glenn Morris  <rgm@gnu.org>
10746         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
10747         (chart-file-count):
10748         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
10749         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
10750         * emacs-lisp/eieio-opt.el (eieio-describe-class):
10751         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
10752         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
10753         (eieio-copy-parents-into-subclass, make-instance, class-children)
10754         (eieio-generic-form):
10755         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
10756         * cedet/cedet-idutils.el (cedet-idutils-search)
10757         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
10758         (cedet-idutils-version-check):
10759         * cedet/cedet.el (cedet-version):
10760         * cedet/data-debug.el (data-debug-insert-overlay-button)
10761         (data-debug-insert-overlay-list-button)
10762         (data-debug-insert-buffer-button)
10763         (data-debug-insert-buffer-list-button)
10764         (data-debug-insert-process-button, data-debug-insert-ring-button)
10765         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
10766         (data-debug-insert-stuff-vector-button)
10767         (data-debug-insert-symbol-button, data-debug-insert-string)
10768         (data-debug-insert-number, data-debug-insert-lambda-expression)
10769         (data-debug-insert-nil, data-debug-insert-simple-thing)
10770         (data-debug-insert-custom, data-debug-edebug-expr):
10771         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
10772         (global-ede-mode-map, ede-new, ede-debug-target)
10773         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
10774         * cedet/semantic.el (semantic-minimum-working-buffer-size)
10775         (semantic-fetch-tags, semantic-submode-list)
10776         (semantic-default-submodes):
10777         * cedet/ede/source.el (ede-source-match):
10778         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
10779         (project-am-package-info):
10780         * cedet/ede/proj.el (ede-proj-target, project-new-target):
10781         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
10782         * cedet/ede/proj-comp.el (ede-current-build-list):
10783         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
10784         * cedet/ede/files.el (ede-toplevel-project-or-nil):
10785         * cedet/ede/cpp-root.el (initialize-instance):
10786         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
10787         (autoconf-parameter-strip, autoconf-insert-new-macro):
10788         * cedet/semantic/wisent.el (wisent-lex-eoi):
10789         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
10790         (semantic-show-parser-state-mode):
10791         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
10792         * cedet/semantic/tag.el (semantic-tag-new-variable)
10793         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
10794         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
10795         (semantic--tag-deep-copy-tag-list)
10796         (semantic-tag-components-with-overlays-default):
10797         * cedet/semantic/symref.el (semantic-symref-find-text):
10798         * cedet/semantic/senator.el (senator-yank-tag)
10799         (senator-transpose-tags-up):
10800         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
10801         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
10802         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
10803         * cedet/semantic/lex.el (semantic-lex-comment-regex)
10804         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
10805         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
10806         * cedet/semantic/lex-spp.el
10807         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
10808         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
10809         * cedet/semantic/idle.el
10810         (semantic-idle-summary-current-symbol-info-brutish)
10811         (semantic-idle-summary-current-symbol-info-default):
10812         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
10813         (semantic--grammar-macro-compl-dict):
10814         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
10815         * cedet/semantic/format.el (semantic-format-tag-custom-list)
10816         (semantic-format-tag-canonical-name-default):
10817         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
10818         (semantic-find-tags-for-completion)
10819         (semantic-find-tags-by-scope-protection-default)
10820         (semantic-deep-find-tags-for-completion):
10821         * cedet/semantic/edit.el
10822         (semantic-edits-incremental-reparse-failed-hook)
10823         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
10824         (semantic-edits-splice-remove, semantic-edits-splice-replace):
10825         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
10826         * cedet/semantic/dep.el (semantic-dependency-include-path):
10827         * cedet/semantic/db.el (semanticdb-default-find-index-class)
10828         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
10829         (semanticdb-project-roots):
10830         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
10831         (semanticdb-find-adebug-insert-scanned-tag-cons)
10832         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
10833         (semanticdb-brute-deep-find-tags-for-completion):
10834         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
10835         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
10836         (semantic-end-of-context-default)
10837         (semantic-ctxt-current-function-default)
10838         (semantic-ctxt-scoped-types-default):
10839         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
10840         (semantic-complete-inline-tag-engine)
10841         (semantic-complete-inline-custom-type)
10842         (semantic-complete-read-tag-analyzer):
10843         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
10844         (semantic-chart-database-size):
10845         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
10846         (semantic-analyze-current-context):
10847         * cedet/semantic/symref/list.el (semantic-symref)
10848         (semantic-symref-hide-buffer, semantic-symref-symbol):
10849         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
10850         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
10851         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
10852         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
10853         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
10854         (semantic-c-dereference-template):
10855         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
10856         (semantic--analyze-refs-full-lookup-with-parents)
10857         (semantic--analyze-refs-full-lookup-simple):
10858         * cedet/semantic/analyze/complete.el
10859         (semantic-analyze-possible-completions):
10860         * cedet/srecode/table.el (srecode-mode-table-new):
10861         * cedet/srecode/srt.el (srecode-read-variable-name):
10862         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
10863         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
10864         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
10865         * cedet/srecode/map.el (srecode-current-map):
10866         * cedet/srecode/insert.el (srecode-insert)
10867         (srecode-insert-variable-secondname-handler, srecode-insert-method)
10868         (srecode-template-inserter-point-override)
10869         (srecode-insert-include-lookup):
10870         * cedet/srecode/getset.el (srecode-auto-choose-class):
10871         * cedet/srecode/extract.el (srecode-inserter-extract):
10872         * cedet/srecode/document.el
10873         (srecode-document-autocomment-return-last-alist)
10874         (srecode-document-autocomment-param-type-alist)
10875         (srecode-document-insert-function-comment)
10876         (srecode-document-insert-variable-one-line-comment)
10877         (srecode-document-function-name-comment):
10878         * cedet/srecode/dictionary.el (srecode-create-dictionary)
10879         (srecode-compound-toString):
10880         * cedet/srecode/compile.el (srecode-flush-active-templates):
10881         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
10882         Doc/message fixes.
10884         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
10885         match-data.  (Bug#4555).
10887         * cedet/semantic/bovine/gcc.el
10888         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
10889         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
10891         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
10892         rather than parsing it as a regexp.  This relaxes the layout
10893         requirements and makes errors easier to detect.
10894         (check-declare-verify): Check file is regular.
10895         (check-declare-directory): Doc fix.
10896         * subr.el (declare-function): Doc fix.
10898         * ibuffer.el (ibuffer-format-qualifier):
10899         * isearch.el (hi-lock-regexp-okay):
10900         * calc/calc.el (math-zerop):
10901         * mail/uce.el (rmail-msgbeg, rmail-msgend):
10902         * term/w32-win.el (setup-default-fontset, set-fontset-font):
10903         Remove unused declarations.
10905 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10907         * cedet/semantic/wisent/javat-wy.el
10908         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
10910 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
10912         * cedet/srecode/expandproto.el: Fix provide statement.
10914 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10916         * emacs-lisp/eieio.el (boolean-p): Delete.
10918 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
10920         * cedet/ede/srecode.el: Fix provide statement.
10922 2009-09-30  Glenn Morris  <rgm@gnu.org>
10924         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
10925         * cedet/ede/proj-aux.el (ede-aux-source):
10926         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
10927         (ede-misc-source):
10928         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
10929         (semantic-mrub-switch-tags): Fix doc typos.
10931         * cedet/semantic/db-global.el (data-debug-new-buffer)
10932         (data-debug-insert-thing): Remove unneeded declarations (one broken).
10933         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
10935         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
10937         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
10938         use of CL function `remove-if-not'.
10940         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
10942         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
10943         filename is not a string.
10945 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
10947         * files.el (safe-local-eval-forms): Fix typo.
10949 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10951         * vc-hooks.el (vc-dir-buffers): New var.
10952         (vc-state-refresh): New function.
10953         (vc-state): Use it.
10954         (vc-after-save): Always ask the backend to recompute the new state.
10955         Always call vc-dir if necessary, using vc-dir-buffers.
10956         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
10957         Use vc-dir-buffers.
10958         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
10959         (vc-dir-prepare-status-buffer, vc-dir-update)
10960         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
10961         Don't call expand-file-name on default-directory.
10963 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10965         * speedbar.el (speedbar-item-delete):
10966         * calc/calc-prog.el (calc-kbd-if):
10967         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
10969         * epa.el (epa-key-list-mode-map):
10970         * hi-lock.el (hi-lock-menu): Fix typos in menus.
10972         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
10973         (hs-show-hook): Fix typo in docstring.
10975 2009-09-29  Glenn Morris  <rgm@gnu.org>
10977         * cedet/semantic/symref/idutils.el:
10978         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
10980         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
10982         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
10983         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
10984         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
10985         Mark declarations not understood by check-declare.
10987         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
10988         file-name-nondirectory call preventing location of cedet files.
10989         (check-declare-verify): Use literal search rather than re-search.
10990         Add basic defmethod and defclass, and define-overloadable-function.
10992         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10993         Use tramp-compat-file-attributes rather than nonexistent
10994         tramp-compat-handle-file-attributes.
10996         * Makefile.in (lisptagsfiles4): New.
10997         (AUTOGENEL): Add cedet loaddefs files.
10998         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
10999         (update-elclist, compile-always, backup-compiled-files)
11000         (bootstrap-clean): Add yet another directory level.
11001         (update-elclist): Use LC_COLLATE rather than COLLATE.
11002         (ELCFILES): Update, via `make update-elclist'.
11004 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11006         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
11007         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
11008         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
11010 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
11012         * Makefile.in (lisptagsfiles3): Define.
11013         (TAGS, TAGS-LISP): Use it.
11014         (update-elclist): Add third directory level to look for elc files.
11015         (compile-always): Likewise.
11016         (backup-compiled-files): Likewise.
11017         (bootstrap-clean): Likewise.
11018         (ELCFILES): Update.
11020 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
11022         * Makefile.in (ELCFILES): Add CEDET files.
11024 2009-09-28  Eric Ludlam  <zappo@gnu.org>
11026         CEDET (development tools) package merged.
11028         * cedet/*.el:
11029         * cedet/ede/*.el:
11030         * cedet/semantic/*.el:
11031         * cedet/srecode/*.el: New files.
11033 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
11035         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
11037         * net/tramp.el (top): Require tramp-imap.
11039         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11040         Use `tramp-compat-handle-file-attributes'.
11042 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11044         * net/tramp-imap.el: New package.
11046 2009-09-28  Eric Ludlam  <zappo@gnu.org>
11048         * emacs-lisp/chart.el:
11049         * emacs-lisp/eieio-base.el:
11050         * emacs-lisp/eieio-comp.el:
11051         * emacs-lisp/eieio-custom.el:
11052         * emacs-lisp/eieio-datadebug.el:
11053         * emacs-lisp/eieio-opt.el:
11054         * emacs-lisp/eieio-speedbar.el:
11055         * emacs-lisp/eieio.el: New files.
11057         * cedet/cedet-cscope.el:
11058         * cedet/cedet-files.el:
11059         * cedet/cedet-global.el:
11060         * cedet/cedet-idutils.el:
11061         * cedet/data-debug.el:
11062         * cedet/inversion.el:
11063         * cedet/mode-local.el:
11064         * cedet/pulse.el: New files.
11066 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11068         * whitespace.el (whitespace-trailing-regexp)
11069         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
11070         Fix doc string.
11072 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
11074         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
11075         menu.
11077         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
11078         menu-bar-ediff-menu.
11080         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
11081         define-overloadable-function.
11083         * progmodes/autoconf.el: Provide autoconf as well, so that this
11084         file can be `require'd.
11086         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
11088         * emacs-lisp/autoload.el (generated-autoload-feature)
11089         (generated-autoload-load-name): New vars.
11090         (autoload-rubric, autoload-generate-file-autoloads): Use them.
11091         (make-autoload): Recognize define-overloadable-function and
11092         defclass forms (for EIEIO).
11094         * Makefile.in (update-subdirs): Exclude cedet directory.
11096 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
11098         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
11100         * faces.el: Default light-background background for region face to
11101         ns_selection_color under NS.
11103 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11105         * net/imap-hash.el: New library, see NEWS.
11107         * Makefile.in (ELCFILES): Add imap-hash.el.
11109 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11111         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
11112         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
11113         * help-macro.el (make-help-screen): Avoid using an ambiguous function
11114         definition where the docstring could be taken for the return value.
11116 2009-09-26  Glenn Morris  <rgm@gnu.org>
11118         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
11119         Add option to only show images below a certain size.
11120         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
11121         save-excursion calls.
11123 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
11125         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
11126         subdirectories) and eieio.
11128 2009-09-26  Alan Mackenzie  <acm@muc.de>
11130         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
11131         buggy bracketing.  (Bug#4289)
11133         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
11134         character constants (as case labels).  (Bug#4289)
11136 2009-09-25  Juri Linkov  <juri@jurta.org>
11138         * files.el (safe-local-eval-forms): Allow time-stamp in
11139         before-save-hook (Bug#4554).
11141 2009-09-25  Drew Adams  <drew.adams@oracle.com>
11143         * menu-bar.el (list-buffers-directory): Doc fix.
11145 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11147         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
11148         Try and avoid copying twice the same paragraph.
11149         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
11150         Remove save-excursion.
11151         (log-edit-changelog-entry): Do it here instead.
11153 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
11155         * bs.el (bs--get-file-name): Use `list-buffers-directory'
11156         when available, instead of hardcoding mode names.  Doc fix.
11158         * menu-bar.el (list-buffers-directory): Add docstring.
11159         Make automatically buffer-local.
11161         * dired.el (dired-mode):
11162         * files.el (cd-absolute):
11163         * pcvs.el (cvs-temp-buffer):
11164         * pcvs-util.el (cvs-get-buffer-create):
11165         * shell.el (shell-mode):
11166         * vc-dir.el (vc-dir-mode):
11167         Don't make `list-buffers-directory' buffer local.
11169 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
11171         * comint.el (comint-exec, comint-run, make-comint):
11172         Doc fixes (Bug#4542).
11174 2009-09-25  Glenn Morris  <rgm@gnu.org>
11176         * mail/rmailmm.el (rmail-mime): New custom group.
11177         Move all defcustoms in this file into this group.
11178         (rmail-mime-media-type-handlers-alist): Revert previous change.
11179         (rmail-mime-show-images): New option.
11180         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
11181         references to it, since it wasn't actually used for anything.
11182         (rmail-mime-insert-image): New function.
11183         (rmail-mime-image): Use rmail-mime-insert-image.
11184         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
11185         obey the value of `rmail-mime-show-images' option.  Print the size of
11186         attachments.
11188 2009-09-25  David Engster  <deng@randomsample.de>
11190         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
11192 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11194         * whitespace.el: Does not highlight trailing spaces While point is
11195         at end of line.  Does not highligt spaces at beginning of buffer
11196         while point is at beginning of buffer.  Does not highlight spaces
11197         at end of buffer while point is at end of buffer.  (Bug#4177)
11198         New version 12.0.
11199         (whitespace-display-mappings): Adjust initialization.
11200         (whitespace-point, whitespace-font-lock-refontify): New vars.
11201         (whitespace-color-on, whitespace-color-off): Adjust code.
11202         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
11203         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
11204         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
11206 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
11208         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
11210         * textmodes/sgml-mode.el: Remove xml-mode alias.
11212         * files.el (auto-mode-alist, conf-mode-maybe)
11213         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
11215 2009-09-24  Alan Mackenzie  <acm@muc.de>
11217         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
11218         c-forward-conditionals, but it doesn't move point and doesn't set
11219         the mark.
11220         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
11221         (c-down-conditional-with-else, c-backward-conditional)
11222         (c-forward-conditional): Refactor to use c-scan-conditionals.
11224 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11226         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
11227         (help-default-arg-highlight): Remove.
11228         (help-highlight-arg): New function.
11229         (help-do-arg-highlight): Use it.
11230         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
11232 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11234         * term.el (term-set-scroll-region, term-handle-ansi-escape):
11235         Undo last change, which didn't fix the problem and introduced others.
11237 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
11239         * progmodes/gdb-mi.el: Don't require speedbar.
11240         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
11242 2009-09-24  Glenn Morris  <rgm@gnu.org>
11244         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
11246         * term/ns-win.el (ns-reg-to-script): Define for compiler.
11248         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
11249         there is no newline after the final mime boundary.  (Bug#4539)
11250         Move markers on insertion so that any buttons inserted don't end up in
11251         the next part of a multipart message.
11252         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
11253         (rmail-mime-bulk-handler): Optionally handle images.
11254         (rmail-mime-image): New button action.
11255         (rmail-mime-image-handler): New function.
11256         (rmail-mime-mode): New mode.
11257         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
11259 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11261         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
11262         than just dropping elements from it (bug#4504).
11264         * term.el (term-set-scroll-region): Don't move cursor any more.
11265         (term-handle-ansi-escape): Call term-goto here instead.
11266         Suggested by Ivan Kanis <apple@kanis.eu>.
11268         * term.el: Require CL.
11269         (term-ansi-reset): New function.
11270         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
11271         (term-handle-colors-array): Simplify.
11273 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11275         * allout.el (allout-overlay-interior-modification-handler)
11276         (allout-obtain-passphrase):
11277         * epa-file.el (epa-file-write-region):
11278         * ps-print.el (ps-begin-job):
11279         * vc-hooks.el (vc-toggle-read-only):
11280         * vc-rcs.el (vc-rcs-rollback):
11281         * vc-sccs.el (vc-sccs-rollback):
11282         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
11283         (vc-version-diff, vc-revert, vc-rollback):
11284         * wdired.el (wdired-check-kill-buffer):
11285         * emacs-lisp/authors.el (authors):
11286         * net/socks.el (socks-open-connection):
11287         * net/zeroconf.el (zeroconf-service-add-hook):
11288         * obsolete/vc-mcvs.el (vc-mcvs-register):
11289         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
11290         (gdb-select-frame):
11291         * progmodes/grep.el (lgrep, rgrep):
11292         * progmodes/idlw-help.el (idlwave-help-check-locations)
11293         (idlwave-help-html-link, idlwave-help-assistant-open-link):
11294         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11295         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
11296         (reftex-toc-rename-label): Fix typos in error messages.
11298         * dired-aux.el (dired-do-shell-command): Reflow docstring.
11299         (dired-copy-how-to-fn): Doc fix.
11300         (dired-files-attributes, dired-read-shell-command):
11301         Fix typos in docstrings.
11303         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
11304         (dired-x-find-file-other-window): Reflow docstrings.
11305         (dired-omit-marker-char, dired-read-shell-command)
11306         (dired-x-submit-report): Fix typos in docstrings.
11308         * shell.el (shell-mode-hook):
11309         * view.el (View-scroll-line-forward):
11310         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
11311         Fix typos in docstrings.
11313         * net/dig.el (dig-invoke): Fix typo in docstring.
11314         (query-dig): Reflow docstring.
11316         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
11317         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
11318         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
11319         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
11320         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
11321         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
11322         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
11323         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
11324         (idlwave-completion-map, idlwave-current-indent)
11325         (idlwave-custom-ampersand-surround, idlwave-customize)
11326         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
11327         (idlwave-define-abbrev, idlwave-determine-class-special)
11328         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
11329         (idlwave-end-block-reg, idlwave-end-of-statement)
11330         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
11331         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
11332         (idlwave-explicit-class-listed, idlwave-file-header)
11333         (idlwave-fill-paragraph, idlwave-find-class-definition)
11334         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
11335         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
11336         (idlwave-in-quote, idlwave-indent-action-table)
11337         (idlwave-indent-expand-table, idlwave-indent-line)
11338         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11339         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11340         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11341         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11342         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11343         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11344         (idlwave-outlawed-buffers, idlwave-popup-select)
11345         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11346         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11347         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11348         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11349         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11350         (idlwave-statement-type, idlwave-struct-skip)
11351         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11352         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11353         (idlwave-what-module-find-class): Fix typos in docstrings.
11354         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11355         (idlwave-calculate-cont-indent, idlwave-expand-equal)
11356         (idlwave-find-module, idlwave-find-structure-definition)
11357         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11358         (idlwave-list-load-path-shadows, idlwave-next-statement)
11359         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11360         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11361         (idlwave-template): Reflow docstrings.
11363         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11364         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11365         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11366         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11367         (idlwave-shell-display-line, idlwave-shell-display-wframe)
11368         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11369         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11370         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11371         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11372         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11373         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11374         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11375         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11376         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11377         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11378         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11379         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11380         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11381         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11382         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11383         Fix typos in docstrings.
11384         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11385         (idlwave-shell-hide-output, idlwave-shell-mode)
11386         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11387         Reflow docstrings.
11389         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11391 2009-09-24  Ivan Kanis  <apple@kanis.eu>
11393         * term.el (term-bold-attribute): New var.
11394         (term-handle-colors-array): Use it.
11396 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
11398         * progmodes/gdb-mi.el (gdb-version): New variable.
11399         (gdb-non-stop-handler): Set gdb-version.
11400         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11401         Condition "--thread" option on gdb-version.
11402         (gdb-invalidate-threads): Remove unused argument.
11404 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11406         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11407         to looking-back to avoid ridiculous slow down in large files (bug#4511).
11409 2009-09-23  Glenn Morris  <rgm@gnu.org>
11411         * mail/rmail.el (rmail-reply): Don't try to add a References header when
11412         replying to mail without References or Message-Id.  (Bug#4525)
11414 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
11416         * term/ns-win.el (ns-reg-to-script): New variable.
11418 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
11420         * epg.el (epg-wait-for-status): Preserve existing 'error results.
11422 2009-09-22  Sam Steingold  <sds@gnu.org>
11424         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11425         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11426         to 1 because hg returns status 1 when nothing is found.
11427         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11429 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11431         * textmodes/fill.el: Convert to utf-8 encoding.
11432         (fill-french-nobreak-p): Remove redundant » and « inherited from our
11433         pre-Unicode days.
11435         * add-log.el (change-log-fill-forward-paragraph): New function.
11436         (change-log-mode): Use it so fill-region DTRT.
11437         Set fill-indent-according-to-mode here rather than in
11438         change-log-fill-paragraph.
11439         (change-log-fill-paragraph): Remove.
11441 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
11443         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11444         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
11446 2009-09-22  Glenn Morris  <rgm@gnu.org>
11448         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11449         the scroll-bar scroll the calendar window rather than the buffer.
11451         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11452         commands that move point (as opposed to scrolling).
11454         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11456         * emacs-lisp/elint.el (elint): New custom group.
11457         (elint-log-buffer): Make it a defcustom.
11458         (elint-scan-preloaded, elint-ignored-warnings)
11459         (elint-directory-skip-re): New options.
11460         (elint-builtin-variables): Doc fix.
11461         (elint-preloaded-env): New variable.
11462         (elint-unknown-builtin-args): Add an entry for encode-time.
11463         (elint-extra-errors): Make it a variable rather than a constant.
11464         (elint-preloaded-skip-re): New constant.
11465         (elint-directory): Skip files matching elint-directory-skip-re.
11466         (elint-features): New variable, local to linted buffers.
11467         (elint-update-env): Initialize elint-features.  Possibly add
11468         elint-preloaded-env to the buffer's environment.
11469         (elint-get-top-forms): Bind elint-current-pos, for log messages.
11470         Skip quoted forms.
11471         (elint-init-form): New function, extracted from elint-init-env.
11472         Make non-list forms a warning rather than an error.
11473         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
11474         easy-menu-define, put that adds an error-condition, and provide.
11475         When requiring cl, also require cl-macs.  Really require cl, to handle
11476         some cl macros.  Store required libraries in the list elint-features,
11477         so as not to re-load them.  Treat cc-require like require.
11478         (elint-init-env): Call elint-init-form to do the work.
11479         Handle eval-and-compile and such like.
11480         (elint-add-required-env): Do not clear messages.
11481         (elint-special-forms): Add handlers for function, defalias, if, when,
11482         unless, and, or.
11483         (elint-form): Add optional argument to ignore elint-special-forms,
11484         useful to prevent recursive calls from handlers.  Doc fix.
11485         Respect elint-ignored-warnings.
11486         (elint-form): Respect elint-ignored-warnings.
11487         (elint-bound-variable, elint-bound-function): New variables.
11488         (elint-unbound-variable): Respect elint-bound-variable.
11489         (elint-get-args): Respect elint-bound-function.
11490         (elint-check-cond-form): Add some simple handling for (f)boundp and
11491         featurep tests.
11492         (elint-check-defalias-form): New handler.
11493         (elint-check-let-form): Make an empty let a warning rather than an
11494         error.
11495         (elint-check-setq-form): Make an empty setq a warning rather than an
11496         error.  Respect elint-ignored-warnings.
11497         (elint-check-defvar-form): Accept null doc-strings.
11498         (elint-check-conditional-form): New handler.  Does some simple-minded
11499         checking of featurep and (f)boundp tests.
11500         (elint-put-function-args): New function.
11501         (elint-initialize): Use elint-scan-doc-file rather than
11502         elint-find-builtin-variables.  Use elint-put-function-args.
11503         Possibly scan preloaded-file-list.
11504         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11505         extend to handle functions as well.
11507 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
11509         * linum.el (linum-delete-overlays, linum-update-window):
11510         Do not modify the right margin.  (Bug#3971)
11512 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
11514         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11515         nxml-mode instead of xml-mode.
11517 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11519         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
11521 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11523         * net/dig.el (dig-mode): Use define-derived-mode.
11525 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
11527         * vc-dispatcher.el (vc-do-command): Return the process object in
11528         the asynchronous case.  Use when instead of if.  Do not run
11529         vc-exec-after to display a message if not enabled.  (Bug#4463)
11531         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11532         properties to the stash strings.
11533         (vc-git-stash-list): Return a list of strings.
11534         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11535         (vc-git-stash-show-at-point): New functions.
11536         (vc-git-stash-map): New keymap.
11538         * register.el (ctl-x-r-map): Define the keys here instead of
11539         using autoload.
11541 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
11543         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11544         list, to workaround performance problem (bug#4485).
11546 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
11548         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11550 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
11552         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11553         Document that this option is not recommended to use.
11555 2009-09-19  Glenn Morris  <rgm@gnu.org>
11557         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11558         variable `var'.
11560         * calc/calc-alg.el (var):
11561         * calc/calcalg2.el (var): Define for compiler.
11563 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
11565         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11566         Doc fix (Bug#3932).
11568         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11570         * time-stamp.el (time-stamp-month-dd-yyyy)
11571         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11572         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11573         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11574         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11575         Remove functions that have been obsolete since 1995 (Bug#4436).
11577         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11578         indent buffer only if called interactively (Bug#4452).
11580 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
11581             Eli Zaretskii  <eliz@gnu.org>
11583         This fixes bug#4197 (merged to bug#865, though not identical).
11584         * server.el (server-auth-dir): Add docstring note about FAT32.
11585         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11586         but warn against using them.
11588 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
11590         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11591         older GDB where there is no has_more field.
11593 2009-09-19  Glenn Morris  <rgm@gnu.org>
11595         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11597 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
11599         * files.el (auto-mode-alist): Change default for XML files to nXML
11600         mode (Bug#4169).
11602 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
11604         * server.el (server-ensure-safe-dir): Pass 'integer
11605         to `file-attributes', as suggested.
11607 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11609         * dired-aux.el (dired-query-alist): Remove spurious backslash.
11610         (dired-query): Use read-key.
11612 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
11614         * cus-start.el (ns-use-qd-smoothing): Remove.
11616 2009-09-18  Glenn Morris  <rgm@gnu.org>
11618         * allout.el (top-level): Remove unnecessary progn.
11620         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11622         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11623         definition of abbrev table.
11625         * speedbar.el (speedbar-track-mouse):
11626         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11627         * net/eudc.el (eudc-expand-inline):
11628         * net/newst-backend.el (newsticker--cache-read-feed):
11629         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11630         condition-case handlers.
11632 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
11634         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11635         (gdb-var-list): Add an element for has_more field.
11636         (gdb-non-stop-handler): Enable pretty printing for STL containers.
11637         (gdb-var-create-handler, gdb-var-list-children-handler-1)
11638         (gdb-var-update-handler-1): Parse output of dynamic variable
11639         objects (STL containers).
11640         (gdb-var-delete-1): Pass var1 as an explicit second argument.
11641         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
11643         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
11644         gdb-var-list.
11645         (gud-speedbar-buttons): Make node expandable if expression "has more"
11646         children.
11648 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
11650         * startup.el (emacs-quick-startup): Remove variable and all uses.
11651         (command-line): Set `inhibit-x-resources' instead.
11652         (command-line-1): Use `inhibit-x-resources' instead.
11654 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
11656         * subr.el: Fix last change to avoid using the `unless' macro,
11657         which breaks bootstrapping.
11659 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11661         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
11662         extended definitions, in case we reload subr.el after having
11663         loaded CL.
11664         (eval-next-after-load): Mark as obsolete.
11666 2009-09-17  Juri Linkov  <juri@jurta.org>
11668         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
11669         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
11670         (menu-bar-showhide-menu, menu-bar-tools-menu)
11671         (menu-bar-describe-menu, menu-bar-help-menu)
11672         (minibuffer-local-completion-map, minibuffer-local-map):
11673         Fix list quoting.
11675 2009-09-17  Glenn Morris  <rgm@gnu.org>
11677         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
11678         arguments, whether or not it has a handler.
11680         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
11682         * simple.el (hard-newline): Give it a doc-string.
11684         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11685         (lisp-mode-syntax-table): Give them doc-strings.
11687 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
11689         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
11690         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
11691         (menu-bar-options-menu, menu-bar-showhide-menu)
11692         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
11693         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
11694         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
11695         (menu-bar-options-menu, menu-bar-tools-menu)
11696         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
11697         (menu-bar-help-menu):
11698         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
11699         string arguments.
11701         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
11702         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
11703         calls for the menu names and :help.
11705 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11707         * mouse.el (minor-mode-menu-from-indicator): Pay attention
11708         to :minor-mode-function (bug#4455).
11710 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11712         * startup.el (command-line): Initialize the window-system after
11713         processing the command-line.
11715         * textmodes/page.el (what-page): Make sure we don't inf-loop if
11716         page-delimiter matches the empty string.
11718 2009-09-16  Glenn Morris  <rgm@gnu.org>
11720         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
11721         byte-compile-not-obsolete-var.  It's a list now.
11722         (byte-compile-not-obsolete-funcs): New variable.
11723         (byte-compile-warn-obsolete): Don't warn about functions if they are in
11724         byte-compile-not-obsolete-funcs.
11725         (byte-compile-variable-ref, byte-compile-defvar): Update for
11726         byte-compile-not-obsolete-vars name-change and list nature.
11727         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
11728         and variables behind (f)boundp tests.
11729         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
11731 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
11733         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
11735 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11737         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
11738         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
11739         Don't autoload.
11741 2009-09-15  Stephen Eglen  <stephen@gnu.org>
11743         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
11744         the virtual-buffers, use the name of the buffer specified by
11745         find-file-noselect, as the match may be a symlink.  (This was a
11746         problem if the target and the symlink had different names.)
11748 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11750         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
11752         * desktop.el (desktop-path): Check user-emacs-directory.
11754         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
11756         * loadup.el: Use after-load-functions to GC after loading each file.
11757         Remove the explicit GC calls that used to be sprinkled around.
11759         * subr.el (after-load-functions): New hook.
11760         (do-after-load-evaluation): Run it.  Use string-match-p to detect
11761         `obsolete' packages, rather than painfully extracting the relevant
11762         directory name.
11764 2009-09-15  Glenn Morris  <rgm@gnu.org>
11766         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
11767         free variable `doc'.
11769         * dired.el (dired-mode-map): Add menu entry for async shell command.
11771         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
11772         variables, also consider the .elc files, since the .el files are
11773         normally gzipped (subsequent code locates the .el.gz from the .elc).
11775         * calc/calc-prog.el (arglist): Define for compiler.
11777         * calendar/diary-lib.el (diary-display-function): Change the default to
11778         fancy display.
11779         (body): Define for compiler.
11781         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
11782         (byte-compile-file-form, byte-compile-lambda)
11783         (byte-compile-top-level-body, byte-compile-form)
11784         (byte-compile-variable-ref, byte-compile-setq)
11785         (byte-compile-setq-default, byte-compile-body)
11786         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
11787         (batch-byte-compile): Give some more local variables with common names
11788         a "bytecomp-" prefix to avoid masking warnings about free variables.
11790         * startup.el (command-line-1): Give local variables with common names a
11791         distinguishing prefix, so as not to hide free variable warnings during
11792         bootstrap.
11794         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
11795         clever and add a suffix to make a unique name, just let the user decide
11796         whether or not to overwrite it.  If the input is a directory, write the
11797         default filename to that directory.  (Bug#4388)
11798         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
11799         is a filename-as-a-directory.
11801 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11803         * textmodes/page.el (what-page): Don't move to beginning of line.
11804         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
11806 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
11808         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
11810 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
11812         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
11813         * help.el (help-for-help-internal): Add purecopy calls for text.
11815         * vc.el (top): print-log method now takes an optional SHORTLOG
11816         argument.  Add a new method: root.
11817         (vc-root-diff, vc-print-root-log): New functions.
11818         (vc-log-short-style): New variable.
11819         (vc-print-log-internal): Add support for showing short logs.
11821         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
11822         vc-print-root-log and vc-print-root-diff.
11824         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
11825         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
11826         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
11827         short logs.
11829         * vc-cvs.el (vc-cvs-print-log):
11830         * vc-mtn.el (vc-mtn-print-log):
11831         * vc-rcs.el (vc-rcs-print-log):
11832         * vc-sccs.el (vc-sccs-print-log):
11833         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
11834         that is ignored for now.
11836         * vc-mtn.el (vc-mtn-annotate-command):
11837         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
11839 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11841         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
11842         to function-key-map, and give them ascii-character property.
11843         * term/x-win.el (x-alternatives-map):
11844         * term/ns-win.el (ns-alternatives-map):
11845         * term/internal.el (msdos-key-remapping-map):
11846         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
11848 2009-09-14  Glenn Morris  <rgm@gnu.org>
11850         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
11851         temp-buffers (2009-09-12).
11853 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11855         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
11856         the new read-key function.
11858 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
11860         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
11861         is defined (Bug#4405).
11863 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
11865         * recentf.el (recentf-cleanup): Use a hash table to find
11866         duplicates (Bug#4407).
11868 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
11870         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
11871         kp-0 to ascii equivalents (Bug#4325).
11873 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
11875         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
11877         * eshell/em-hist.el:
11878         * eshell/em-dirs.el (eshell-complete-user-reference):
11879         Declare pcomplete functions and variables to avoid compiler warnings.
11881 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
11883         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
11884         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
11885         * eshell/em-alias.el (eshell-aliases-file):
11886         * eshell/em-hist.el (eshell-history-file-name):
11887         Use expand-file-name instead of concat to make file names (Bug#4308).
11889 2009-09-13  Glenn Morris  <rgm@gnu.org>
11891         * ediff-merg.el (ediff-do-merge):
11892         * filesets.el (filesets-run-cmd):
11893         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
11894         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
11895         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
11896         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
11897         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
11898         Replace empty `let's with `progn'.
11900 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11902         * mail/sendmail.el (send-mail-function):
11903         * tooltip.el (tooltip-mode):
11904         * simple.el (transient-mark-mode):
11905         * rfn-eshadow.el (file-name-shadow-mode):
11906         * frame.el (blink-cursor-mode):
11907         * font-core.el (global-font-lock-mode):
11908         * files.el (temporary-file-directory)
11909         (small-temporary-file-directory, auto-save-file-name-transforms):
11910         * epa-hook.el (auto-encryption-mode):
11911         * composite.el (global-auto-composition-mode):
11912         Use custom-initialize-delay.
11913         * startup.el (command-line): Don't explicitly call
11914         custom-reevaluate-setting for all the above vars.
11915         * custom.el (custom-initialize-safe-set)
11916         (custom-initialize-safe-default): Delete.
11918 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11920         * term/x-win.el (x-initialize-window-system):
11921         * term/w32-win.el (w32-initialize-window-system):
11922         * term/ns-win.el (ns-initialize-window-system): Don't call
11923         mouse-wheel-mode since it's enabled globally by default already.
11925         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
11926         actually define the variable, but only silences the byte-compiler.
11927         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
11928         before looking it up.
11929         (mouse-wheel-scroll-amount): Also reset the bindings if this value
11930         is changed.
11932 2009-09-12  Glenn Morris  <rgm@gnu.org>
11934         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
11935         1000.
11936         (elint-add-required-env): Don't beep on error.
11937         (elint-forms): In case of error, return ENV unchanged.
11938         (elint-init-env): Skip non-list forms.
11939         (elint-log): Handle unknown file positions.
11941 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
11943         * epg.el (epg-make-context): Add autoload cookie.
11944         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
11945         (epg-decrypt-string, epg-start-verify, epg-verify-file)
11946         (epg-verify-string, epg-start-sign, epg-sign-file)
11947         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
11948         (epg-encrypt-string, epg-start-export-keys)
11949         (epg-export-keys-to-file, epg-export-keys-to-string)
11950         (epg-start-import-keys, epg-import-keys-from-file)
11951         (epg-import-keys-from-string, epg-start-receive-keys)
11952         (epg-receive-keys, epg-import-keys-from-server)
11953         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
11954         (epg-sign-keys, epg-start-generate-key)
11955         (epg-generate-key-from-file, epg-generate-key-from-string):
11956         Remove autoload cookie.
11958 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
11960         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
11961         reevaluation of trash-directory.
11963         * mwheel.el: Fix last change.
11964         (mouse-wheel-mode): New defvar.
11965         (mouse-wheel-mode): Remove autoload cookie.
11967 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11969         * mwheel.el (mwheel-installed-bindings): New var.
11970         (mouse-wheel-mode): Use it, so as to make sure we really remove all
11971         the bindings we set last time.  Use custom-initialize-delay.
11972         * loadup.el: Load mwheel after term/*-win.el.
11973         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
11974         and mouse-wheel-up-event now that their first evaluation is done
11975         sufficiently late to be correct.
11977         * startup.el (tutorial-directory): Make it a defcustom.
11978         Use custom-initialize-delay rather than eval-at-startup to set it.
11979         * image.el (image-load-path): Make it a defcustom.
11980         Use custom-initialize-delay rather than eval-at-startup to set it.
11981         * subr.el (eval-at-startup): Remove.
11982         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
11984         * subr.el (do-after-load-evaluation): Warn the user after loading an
11985         obsolete package.
11987 2009-09-12  Glenn Morris  <rgm@gnu.org>
11989         * proced.el (proced-mark-alt): Remove alias.
11990         (proced-mode-map): Remove proced-mark-alt.
11992         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
11993         Elint file and directory.  Remove initialization entry.
11995         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
11996         commands.
11997         (elint-current-buffer): Set mode-line-process.
11998         (elint-init-env): Handle define-derived-mode.
11999         Fix declare-function with unspecified arglist.  Guard against odd
12000         defalias statements (eg iso-insert's 8859-1-map).
12001         (elint-add-required-env): Use a temp buffer.
12002         (elint-form): Just print the function/macro name, not the whole form.
12003         Return env unchanged if we fail to parse a macro.
12004         (elint-forms): Guard against parse errors.
12005         (elint-output): New function, to handle batch mode.
12006         (elint-log-message): Add optional argument.  Use elint-output.
12007         (elint-set-mode-line): New function.
12009 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
12011         * emacs-lisp/elp.el (elp-not-profilable): Add more
12012         functions (Bug#4233).
12014 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
12016         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
12017         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
12019 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
12021         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
12022         (gdb-var-list-children): Use json parsing.
12024 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
12026         * progmodes/js.el (js--proper-indentation): Handle the case where
12027         char-before is null.  Reported by Deniz Dogan.
12029 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
12031         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
12033 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
12035         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
12036         (epg-digest-algorithm-alist): Add SHA224.
12037         (epg-context-set-passphrase-callback)
12038         (epg-context-set-progress-callback): Add description about
12039         callback function.
12041 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12043         * custom.el (custom-delayed-init-variables): New var.
12044         (custom-initialize-delay): New function.
12045         * startup.el (command-line): "Re"evaluate all vars in
12046         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
12047         explicitly any more.
12048         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
12049         to avoid creating a ~/.emacs.d at build-time (bug#4347).
12051         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
12053 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
12055         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
12056         (gdb-var-update-handler): Use json parsing.
12058 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
12060         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
12061         decode annotated text, regardless of language environment.  (Bug#2741)
12063 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12065         * Makefile.in (autoloads): Make rmail.el writable as well.
12067 2009-09-11  Glenn Morris  <rgm@gnu.org>
12069         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
12070         loaddefs.el.
12071         * dired.el: Regenerate with extracted autoloads.
12072         * Makefile.in (autoloads): Make dired.el writable.
12074         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
12075         * ibuffer.el: Regenerate with extracted autoloads.
12076         * Makefile.in (autoloads): Make ibuffer.el writable.
12078         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
12079         * version.el (emacs-copyright, emacs-major-version)
12080         (emacs-minor-version): Reformat doc-strings for make-docfile.
12082         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
12083         functions and variables, since they must be stuff specific to some other
12084         platform.
12085         (apropos-print): Make mouse-click message less specific about button.
12087         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
12088         that records where a macro was defined.
12089         * help-fns.el (describe-function-1): Mention if a function has a
12090         compiler-macro.
12091         * help-mode.el (help-function-cmacro): New button.
12093         * locate.el (top-level): Always require dired.
12094         (locate-mode-map): Initialize inside the defvar.
12096         * net/ange-ftp.el (dired-compress-file): Declare.
12097         (ange-ftp-dired-compress-file): Add doc string.
12099         * term/ns-win.el (x-display-name, x-setup-function-keys):
12100         Unify doc-strings with X versions.
12102 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12104         * emulation/crisp.el (crisp-mode-map): Move initialization
12105         into declaration.
12106         (crisp-mode): Use define-minor-mode.
12108         * progmodes/xscheme.el (xscheme-evaluation-commands):
12109         Put a :advertised-binding property rather than using
12110         advertised-xscheme-send-previous-expression.
12111         (advertised-xscheme-send-previous-expression): Declare obsolete.
12112         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
12113         `advertised-undo'.
12114         (crisp-mode): Add corresponding bindings to
12115         undo's :advertised-binding instead.
12116         * dired.el (dired-mode-map): Put a :advertised-binding property rather
12117         than using dired-advertised-find-file.
12118         (dired-advertised-find-file):
12119         * simple.el (advertised-undo):
12120         * wid-edit.el (advertised-widget-backward): Declare obsolete.
12121         (widget-keymap): Put a :advertised-binding property rather
12122         than using advertised-widget-backward.
12123         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
12124         than using advertised-undo.
12125         * tutorial.el (tutorial--default-keys): Adjust accordingly.
12127 2009-09-10  Simon South  <ssouth@slowcomputing.org>
12129         * progmodes/delphi.el (delphi-tab): Indent region when Transient
12130         Mark mode is enabled and region is active; otherwise indent or
12131         insert TAB as usual.
12132         (delphi-mode): Update description of TAB-key binding.
12134 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12136         * subr.el (define-key-rebound-commands): Mark obsolete.
12137         * startup.el (precompute-menubar-bindings): Remove.
12138         (normal-top-level): Remove obsolete code that tried to precompute
12139         menubar bindings.
12140         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
12141         define-key-rebound-commands and precompute-menubar-bindings.
12143 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12145         * net/imap.el (imap-interactive-login): Better messages.
12146         (imap-open): Fix bug with renamed buffer on reconnect.
12147         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12148         for easier debugging and cleaner code.  On successful (guessed based on
12149         server capabilities) secondary authentication, set imap-state
12150         correctly.
12151         (imap-last-authenticator): Define imap-last-authenticator as a variable
12152         to avoid warnings.
12154 2009-09-10  Glenn Morris  <rgm@gnu.org>
12156         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
12158         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
12159         (byte-compile-file-form-autoload): Don't warn about unknown functions
12160         where the autoload statement comes after the use.
12161         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
12162         that any handlers inside the body (eg require) are in turn respected.
12164         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
12165         effects.
12167         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
12168         and syntax and abbrev tables basic docs, if they don't have any.
12170         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
12172         * international/mule-cmds.el (top-level): Require cl when compiling.
12173         (view-hello-file): Use default-value rather than
12174         default-enable-multibyte-characters.
12176         * progmodes/fortran.el: Move all safe and risky properties into the
12177         defcustoms.
12179         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
12180         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
12181         * mail/undigest.el:
12182         Put autoloads in rmail.el rather than loaddefs.el.
12183         * mail/rmail.el: Regenerate with extracted autoloads.
12185         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
12186         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
12188 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
12190         Reported in thread for Bug#4375.
12191         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
12192         "-data-evaluate-expression" instead of print.
12193         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
12194         (gdb-tooltip-print): Parse output from above MI command.
12195         (gdb): Revert 2009-08-11 change.  User should detach inferior
12196         manually.
12198         Remove the word "separate" from IO functions as inferior
12199         output is now never displayed in the GUD buffer.
12201 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
12203         * startup.el (command-line-normalize-file-name): On Windows and
12204         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
12206 2009-09-10  Juri Linkov  <juri@jurta.org>
12208         * isearch.el (isearch-text-char-description): Propertize escape
12209         character sequences with the `escape-glyph' face.  (Bug#4344)
12211         * simple.el (shell-command): Set asynchronous process filter to
12212         `comint-output-filter'.  (Bug#4343)
12214         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
12215         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
12216         the list.  Move "asm" to the bottom.
12217         (grep-find-ignored-directories): Add `choice' with nil value
12218         to empty the list easily.
12219         (grep-find-ignored-files): New option.
12220         (grep-files-history): Set to nil by default instead of '("ch" "el").
12221         (grep-compute-defaults): Add "<X>" to `grep-template'.
12222         (grep-read-files): Bind new local variables `default-alias' and
12223         `default-extension'.  Use a list of default values for the file prompt.
12224         (lgrep): Add `--exclude=' command line options composed from
12225         `grep-find-ignored-files'.
12226         (rgrep): Add `-name' command line options composed from
12227         `grep-find-ignored-files'.  (Bug#4301)
12229 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12231         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
12232         (bug#4368).
12234 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12236         * calendar/time-date.el (autoload):
12237         Expand define-obsolete-function-alias into defalias and make-obsolete
12238         for old Emacsen that Gnus supports.
12239         (with-no-warnings): Define it for old Emacsen.
12240         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12241         is available.
12242         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12243         float-time is available; suppress compile warning for time-to-seconds.
12245 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12247         * net/imap.el (imap-message-map): Docstring fix.
12249 2009-09-09  Glenn Morris  <rgm@gnu.org>
12251         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
12252         line numbers too.  (Bug#4374)
12254 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12256         * smerge-mode.el (smerge-remove-props, smerge-refine):
12257         Use with-silent-modifications (bug#4342).
12259         * subr.el (with-silent-modifications): New macro.
12261 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
12263         * files.el (top-level): Require `cl' when compiling.
12265 2009-09-07  Glenn Morris  <rgm@gnu.org>
12267         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
12269         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
12270         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
12272 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
12274         * vc-git.el (vc-git-annotate-command): Use separator to parse
12275         arguments correctly.
12277 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
12279         * proced.el (proced-mode): Doc fix.
12281 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
12283         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
12284         lstat fails.
12285         (tramp-do-file-attributes-with-ls): Check for file existence at
12286         remote end.
12287         (tramp-do-file-attributes-with-stat): Likewise.
12288         (tramp-convert-file-attributes): Return nil when attr is nil.
12290 2009-09-05  Glenn Morris  <rgm@gnu.org>
12292         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
12293         properties to this button.
12294         (diary-fancy-display): Don't extend the button to the final newline.
12295         (diary-fancy-display-mode): Continue to define "q" as a local key.
12297         * calendar/cal-china.el (holiday-chinese): Make it slightly more
12298         efficient.
12300         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
12302         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
12303         (byte-compile-dest-file-function): New option.
12304         (byte-compile-dest-file): Doc fix.
12305         Obey byte-compile-dest-file-function.
12306         (byte-compile-cl-file-p): New function.
12307         (byte-compile-eval): Only suppress noruntime warnings about cl functions
12308         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
12309         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
12310         than for file being previously loaded.
12311         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
12312         (byte-compile-file-form-require): Handle the case where requiring a file
12313         indirectly causes CL to be loaded.
12315 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
12317         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
12318         before killing the old buffer, since by the time `kill-buffer' is
12319         run so many buffer variables have been set to nil that it may not
12320         behave as expected.  (Bug#4061)
12322 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
12324         * files.el (find-alternate-file): If the old buffer is modified
12325         and visiting a file, behave similarly to `kill-buffer' when
12326         killing it, thus reverting to the pre-1.878 behavior; see
12327         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
12328         for discussion.  Also, consult `buffer-file-name' as a variable
12329         not as a function, for consistency with the rest of the code.
12331 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
12333         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12334         also when adding a new directory.
12336         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12337         defun.
12339 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12341         * files.el (locate-file-completion-table): Make it provide boundary
12342         information, so partial-completion works better.
12344 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
12346         * mail/footnote.el (Footnote-text-under-cursor):
12347         Check footnote-text-marker-alist before using it (bug#4324).
12349 2009-09-04  Glenn Morris  <rgm@gnu.org>
12351         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12352         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12353         * play/solitaire.el, play/tetris.el:
12354         Remove leading * from defcustom and defface docs.
12356         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12357         necessary.
12358         (diary-fancy-overriding-map): New variable.
12359         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12360         Use view-mode.
12362         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12363         goto-line.
12365 2009-09-03  Glenn Morris  <rgm@gnu.org>
12367         * arc-mode.el (archive-mode):
12368         * dos-fns.el (set-default-process-coding-system):
12369         * man.el (Man-getpage-in-background):
12370         * menu-bar.el (menu-bar-describe-menu):
12371         * server.el (server-process-filter):
12372         * startup.el (command-line):
12373         * tar-mode.el (tar-header-block-tokenize, tar-extract):
12374         * w32-fns.el (set-default-process-coding-system):
12375         * x-dnd.el (x-dnd-handle-file-name):
12376         * international/mule-cmds.el (mule-menu-keymap)
12377         (set-default-coding-systems, language-info-alist, set-language-info)
12378         (set-language-environment, standard-display-european-internal)
12379         (set-locale-environment):
12380         * international/mule-diag.el (mule-diag):
12381         * mail/emacsbug.el (report-emacs-bug):
12382         * mail/rmail.el (rmail-mode):
12383         * mail/sendmail.el (mail-setup):
12384         Use default-value rather than default-enable-multibyte-characters.
12386         * progmodes/f90.el: Move all safe properties into the defcustoms.
12387         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12389         * calendar/appt.el (appt-check):
12390         * calendar/diary-lib.el (diary-set-header, diary-live-p)
12391         (diary-check-diary-file, diary-list-entries)
12392         (diary-include-other-diary-files, diary-simple-display)
12393         (diary-fancy-display, diary-print-entries)
12394         (diary-mark-included-diary-files, diary-make-entry):
12395         Don't call substitute-in-file-name on diary-file.
12397 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
12398             Stefan Monnier  <monnier@iro.umontreal.ca>
12400         * mail/footnote.el (footnote-prefix): Make it a defcustom.
12401         (footnote-mode-map): Move initialization into the declaration.
12402         (footnote-minor-mode-map): Define it rather than changing global-map.
12403         (footnote-mode): Use define-minor-mode.
12405 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
12407         * net/tramp.el (tramp-handle-file-attributes-with-ls)
12408         (tramp-do-file-attributes-with-perl)
12409         (tramp-do-file-attributes-with-stat): Rename from
12410         `tramp-handle-file-attributes-with-*'.
12411         (tramp-handle-file-attributes): Use them.
12412         (tramp-do-directory-files-and-attributes-with-perl)
12413         (tramp-do-directory-files-and-attributes-with-stat): Rename from
12414         `tramp-handle-directory-files-and-attributes-with-*'.
12415         (tramp-handle-directory-files-and-attributes): Use them.
12416         (tramp-method-out-of-band-p): Additional parameter SIZE.
12417         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12418         (tramp-handle-write-region): Use it.
12419         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12420         (tramp-handle-vc-registered): Check, whether the first run did
12421         return files to be tested.
12422         (tramp-advice-make-auto-save-file-name): Do not call directly
12423         `tramp-handle-make-auto-save-file-name', because this would bypass
12424         the locking mechanism.
12426         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12427         (file-remote-p, process-file, start-file-process, set-file-times)
12428         (tramp-compat-file-attributes): Compatibility functions shall not
12429         call directly `tramp-handle-*', because this would bypass the
12430         locking mechanism.
12431         (tramp-compat-number-sequence): New defun.
12433 2009-09-02  Glenn Morris  <rgm@gnu.org>
12435         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12436         alias for float-time.
12437         (time-to-number-of-days): In Emacs, use float-time.
12438         * net/newst-backend.el (time-add): Suppress warnings from compat
12439         function.
12440         * time.el (emacs-uptime, emacs-init-time):
12441         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12442         Use float-time rather than time-to-seconds.
12444         * minibuffer.el (completion-initials-expand): Fix typo.
12446         * faces.el (modeline, modeline-inactive, modeline-highlight)
12447         (modeline-buffer-id):
12448         * info.el (info-menu-5): Mark these face aliases as obsolete.
12450 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12452         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12453         space ...
12454         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12455         no "--thread" option.
12456         (gdb-stopped): Don't print "Switched to thread" message when it is
12457         unchanged.
12459 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12461         * minibuffer.el (completion-try-completion)
12462         (completion-all-completions): Remove ill-defined (and
12463         mistakenly installed and luckily never used nor documented)
12464         `completion-styles' property.
12465         (completion-initials-expand, completion-initials-all-completions)
12466         (completion-initials-try-completion): New functions.
12467         (completion-styles-alist): Add doc to each entry.
12468         Add new `initials' entry.
12470 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12472         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12473         MI command -var-evaluate-expression.
12474         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12475         and tweak for case of string child.
12476         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12478 2009-09-01  Glenn Morris  <rgm@gnu.org>
12480         * add-log.el (change-log-date-face, change-log-name-face)
12481         (change-log-email-face, change-log-file-face, change-log-list-face)
12482         (change-log-conditionals-face, change-log-function-face)
12483         (change-log-acknowledgement-face):
12484         * cus-edit.el (custom-invalid-face, custom-rogue-face)
12485         (custom-modified-face, custom-set-face, custom-changed-face)
12486         (custom-saved-face, custom-button-face, custom-button-pressed-face)
12487         (custom-documentation-face, custom-state-face, custom-comment-face)
12488         (custom-comment-tag-face, custom-variable-tag-face)
12489         (custom-variable-button-face, custom-face-tag-face)
12490         (custom-group-tag-face-1, custom-group-tag-face):
12491         * diff-mode.el (diff-header-face, diff-file-header-face)
12492         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12493         (diff-added-face, diff-changed-face, diff-function-face)
12494         (diff-context-face, diff-nonexistent-face):
12495         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12496         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12497         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12498         (Info-title-4-face):
12499         * isearch.el (isearch-lazy-highlight-face):
12500         * log-view.el (log-view-file-face, log-view-message-face):
12501         * paren.el (show-paren-match-face, show-paren-mismatch-face):
12502         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12503         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12504         (cvs-msg-face):
12505         * smerge-mode.el (smerge-mine-face, smerge-other-face)
12506         (smerge-base-face, smerge-markers-face):
12507         * wid-edit.el (widget-documentation-face, widget-button-face)
12508         (widget-field-face, widget-single-line-field-face)
12509         (widget-inactive-face, widget-button-pressed-face):
12510         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12511         (woman-addition-face):
12512         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12513         (eshell-ls-executable-face, eshell-ls-readonly-face)
12514         (eshell-ls-unreadable-face, eshell-ls-special-face)
12515         (eshell-ls-missing-face, eshell-ls-archive-face)
12516         (eshell-ls-backup-face, eshell-ls-product-face)
12517         (eshell-ls-clutter-face):
12518         * eshell/em-prompt.el (eshell-prompt-face):
12519         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12520         * obsolete/old-whitespace.el (whitespace-highlight-face):
12521         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12522         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12523         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12524         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12525         (antlr-font-lock-literal-face):
12526         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12527         (ebrowse-root-class-face, ebrowse-file-name-face)
12528         (ebrowse-default-face, ebrowse-member-attribute-face)
12529         (ebrowse-member-class-face, ebrowse-progress-face):
12530         * progmodes/make-mode.el (makefile-space-face):
12531         * progmodes/sh-script.el (sh-heredoc-face):
12532         * textmodes/flyspell.el (flyspell-incorrect-face)
12533         (flyspell-duplicate-face):
12534         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12535         * textmodes/texinfo.el (texinfo-heading-face):
12536         Mark face aliases with "-face" suffix as obsolete.
12538         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12539         compiler.
12541         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12542         (eudc-bob-sound-menu): Use defvar rather than defconst, since
12543         easy-menu-define wants to modify these.
12545         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12547         * net/browse-url.el (browse-url-file-url):
12548         * term/internal.el (dos-codepage-setup):
12549         Use default-value rather than default-enable-multibyte-characters.
12551         * progmodes/etags.el (etags-goto-tag-location):
12552         * progmodes/flymake.el (flymake-highlight-line)
12553         (flymake-goto-file-and-line, flymake-goto-line):
12554         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12555         (gdb-goto-breakpoint):
12556         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12557         * progmodes/python.el (python-find-function)
12558         (python-pdbtrack-track-stack-file):
12559         * progmodes/verilog-mode.el (verilog-surelint-off):
12560         * term/ns-win.el (ns-open-file-select-line):
12561         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12562         Use forward-line rather than goto-line.
12564         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12565         * textmodes/reftex-index.el (reftex-display-index):
12566         * textmodes/reftex-ref.el (reftex-offer-label-menu):
12567         * textmodes/reftex-toc.el (reftex-toc):
12568         Remove unnecessary bindings of default-major-mode (all are followed by
12569         major-mode check and possible mode switch).
12571 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12573         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12574         Handle watchpoints (bug#4282).
12575         (def-gdb-thread-buffer-command): Enable thread to be selected by
12576         clicking without selecting threads buffer first.
12577         (gdb-current-context-command): Use selected frame so that "up",
12578         "down" etc work in the GUD buffer.
12579         (gdb-update): Find selected frame before rendering stack buffer.
12580         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12582 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12584         * progmodes/sym-comp.el (displayed-completions): Remove.
12585         (symbol-complete): Use minibuffer-complete.
12587 2009-08-31  Glenn Morris  <rgm@gnu.org>
12589         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12591         * apropos.el (apropos-symbols-internal):
12592         Handle (obsolete) face aliases.
12594         * faces.el (describe-face): Adjust the output format to be more like
12595         describe-variable, and to mention (obsolete) face aliases.
12596         Adjust the whitespace so that help-setup-xref works.
12598         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12599         * calendar/diary-lib.el (diary-button-face):
12600         Mark these face aliases as obsolete.
12602         * calendar/calendar.el (calendar-today): Doc fix.
12604 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12606         * progmodes/gdb-mi.el (gdb-control-all-threads)
12607         (gdb-control-current-thread): Force tool bar update.
12608         (gdb-non-stop-handler): New function.
12609         (gdb-init-1): Use it to test if non-stop mode is supported.
12610         Remove unused gdbmi buffer type.
12612 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
12614         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12615         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
12617 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
12619         * comint.el (comint-exec-1): Check command is non-null first.
12620         Part of gdb-mi.el change (2009-08-28).
12622 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12624         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12626 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
12628         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12629         instead of `dolist' to avoid a recursive require when bootstrapping.
12631 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12633         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12635         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12637         * net/imap.el (imap-send-command): Simplify.
12638         (imap-wait-for-tag): point-max -> buffer-size.
12640         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
12642         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
12643         with constant argument.
12645         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
12647         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
12649         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
12650         Change default, since most of our files don't have a history.
12651         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
12652         the user.
12654         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12655         Add comint-run.
12657         * calc/calc.el: Improve commenting convention.
12658         (calc-digit-map, toplevel): Simplify.
12660         * comint.el (comint-insert-input): Be careful to only set point if we
12661         don't delegate to some other command.
12663         * proced.el (proced-signal-list): Make it an alist.
12664         (proced-grammar-alist): Capitalize names.
12665         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
12666         Disable undo manually and make it read-only.
12667         Use completion-annotate-function.
12669         * minibuffer.el (minibuffer-message): If the current buffer is not
12670         a minibuffer, insert the message in the echo area rather than at the
12671         end of the buffer.
12672         (completion-annotate-function): New variable.
12673         (minibuffer-completion-help): Use it.
12674         (completion--embedded-envvar-table): Environment vars are
12675         always case-sensitive.
12677 2009-08-30  Glenn Morris  <rgm@gnu.org>
12679         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
12680         from fortran-current-defun.
12681         (fortran-beginning-of-subprogram): Be more precise about finding the
12682         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
12683         (fortran-end-of-subprogram): Simplify.
12684         (fortran-current-defun): Use fortran-start-prog-re.
12686 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
12688         * subr.el (do-after-load-evaluation): Simplify.
12690 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
12692         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
12694         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
12695         (vc-rcs-print-log): Use it.
12697         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
12699 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12701         * paths.el (abbrev-file-name): Move to abbrev.el.
12702         * abbrev.el (abbrev-file-name): Move from paths.el.
12703         Obey user-emacs-directory.
12704         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
12705         user-emacs-directory.
12706         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
12707         abbrev-file-name and calc-settings-file any more.
12708         * startup.el (command-line): Recompute abbrev-file-name and
12709         abbreviated-home-dir.
12710         (normal-no-mouse-startup-screen): Improve the generic code and get rid
12711         of the special code for when C-h bindings haven't been changed.
12712         (display-startup-echo-area-message): Use with-current-buffer.
12713         (command-line-1): Use a list of strings, rather than a list of lists
12714         of strings for longopts.
12716         * files.el (get-free-disk-space): Use / for default-directory.
12718         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
12719         Use with-current-buffer.
12721         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
12722         Recognize immutable variables like most-positive-fixnum.
12723         (byte-compile-setq-default): Check and warn if trying to assign
12724         to an immutable variable, or a non-variable.
12726         * progmodes/cc-vars.el (c-comment-continuation-stars):
12727         * progmodes/cc-engine.el (c-looking-at-bos):
12728         * progmodes/cc-cmds.el (c-toggle-auto-state)
12729         (c-forward-into-nomenclature, c-backward-into-nomenclature)
12730         (c-comment-line-break-function): Add version of obsolescence.
12732 2009-08-28  Juri Linkov  <juri@jurta.org>
12734         * files.el (magic-fallback-mode-alist): Add ZIP magic number
12735         associated with `archive-mode'.
12737         * image.el (image-type-header-regexps): Use only JPEG magic number
12738         to determine JPEG images, and don't use `image-jpeg-p' because
12739         Emacs can display non-JFIF non-Exif JPEG images.
12741 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
12743         * arc-mode.el (archive-mode):
12744         * emacs-lisp/re-builder.el (re-builder-unload-function):
12745         Protect against the default value of `major-mode' being nil.
12747 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
12749         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
12750         Fix typos in docstrings.
12752         * progmodes/js.el (js--macro-decl-re): Doc fix.
12753         (js--plain-method-re, js--split-name): Refloc docstring.
12754         (js--class-styles, js--make-merged-item, js--splice-into-items):
12755         Fix typos in docstrings; reflow docstrings.
12756         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
12757         (js--variable-decl-matcher, js--inside-pitem-p)
12758         (js--parse-state-at-point, js--get-all-known-symbols)
12759         (js--symbol-history, js-find-symbol, js--js-references)
12760         (js--moz-interactor, js--js-encode-value, js--read-tab):
12761         Fix typos in docstrings.
12763 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12765         * textmodes/reftex.el (reftex-get-file-buffer-force):
12766         * progmodes/verilog-mode.el (verilog-batch-execute-func):
12767         * emulation/viper.el (viper-go-away, viper-set-hooks):
12768         * emacs-lisp/re-builder.el (re-builder-unload-function):
12769         * emacs-lisp/bytecomp.el (byte-compile-file):
12770         * ses.el (ses-unload-function):
12771         * hexl.el (hexl-find-file):
12772         * files.el (normal-mode):
12773         * ehelp.el (with-electric-help):
12774         * autoinsert.el (auto-insert-alist):
12775         * arc-mode.el (archive-mode):
12776         Use (default-value 'major-mode) instead of default-major-mode.
12778         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
12779         * international/mule.el (load-with-code-conversion):
12780         * emacs-lisp/debug.el (debug):
12781         * ediff-vers.el (ediff-rcs-get-output-buffer):
12782         * dired.el (dired-internal-noselect): Don't let-bind
12783         default-major-mode around code that doesn't use it.
12784         E.g. buffer creation via get-buffer-create doesn't use it.
12786 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
12788         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
12789         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
12790         when writing the temp file.  Otherwise, epa-file gets confused.
12791         (tramp-register-file-name-handlers): Make it a defun.  Move also
12792         `epa-file-handler' to the front of `file-name-handler-alist'.
12794 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12796         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
12797         start right after a ^M.
12798         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
12799         (tramp-completion-file-name-regexp-separate)
12800         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
12801         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
12802         Don't modify last-coding-system-used by accident.
12803         (tramp-completion-file-name-handler): Apply the checks here,
12804         instead during registration.
12805         (tramp-register-file-name-handlers): Renamed from
12806         `tramp-register-file-name-handler'.  Register both
12807         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
12808         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
12810 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
12812         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
12813         Remove variable ...
12814         (gdb-init-1, gdb-display-separate-io-buffer)
12815         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
12816         references to it.
12817         (gdb-inferior-io-mode): Use make-comint-in-buffer.
12818         (gdb-inferior-filter): Use comint-output-filter to stop
12819         echoing and remove ^M characters.
12821 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12823         * emulation/viper-init.el (viper-restore-cursor-type):
12824         * emulation/cua-base.el (cua--update-indications):
12825         Replace default-cursor-type with (default-value 'cursor-type).
12827         * mail/sendmail.el (mail-recover-1):
12828         * international/mule-diag.el (describe-current-coding-system-briefly)
12829         (describe-current-coding-system):
12830         * international/mule-cmds.el (select-safe-coding-system)
12831         (select-message-coding-system)
12832         (set-language-environment-coding-systems, set-locale-environment):
12833         * hexl.el (hexl-insert-multibyte-char):
12834         * dos-w32.el (find-buffer-file-type-coding-system):
12835         * simple.el (what-cursor-position):
12836         Replace uses of default-buffer-file-coding-system
12837         with (default-value 'buffer-file-coding-system).
12839         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
12840         Replace uses of default-cursor-in-non-selected-windows
12841         with (default-value 'cursor-in-non-selected-windows).
12842         Use with-current-buffer.
12844         * mail/feedmail.el: Use CL macros.
12845         (feedmail-run-the-queue, feedmail-send-it-immediately):
12846         * dos-w32.el (find-buffer-file-type): Replace uses of
12847         default-buffer-file-type with (default-value 'buffer-file-type).
12849 2009-08-28  Glenn Morris  <rgm@gnu.org>
12851         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
12852         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
12853         Use default-value of major-mode rather than default-major-mode.
12855 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12857         * Makefile.in (update-elcfiles): Report left over elc files.
12859         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
12860         expand-file-name and with-current-buffer.
12861         (mail-get-names, mail-directory): Use with-current-buffer.
12863         * vc.el (vc-read-revision): New function.
12864         (vc-version-diff, vc-merge): Use it.
12866 2009-08-27  Sam Steingold  <sds@gnu.org>
12868         * simple.el (kill-do-not-save-duplicates): New user option.
12869         (kill-new): When it is non-nil, and the new string is the same as
12870         the latest kill, set replace to t to avoid duplicates in kill-ring.
12872 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
12874         * net/tramp.el (tramp-handle-process-file): Do not flush all
12875         caches when `process-file-side-effects' is set.
12876         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
12877         instead of `tramp-find-file-exists-command'.
12878         Unset `process-file-side-effects'.
12880 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
12882         * net/tramp.el (tramp-methods): New method "rsyncc".
12883         (top): Add completion function for "rsyncc".
12884         (tramp-message-show-message): New defvar.
12885         (tramp-message, tramp-error): Use it.
12886         (tramp-do-copy-or-rename-file-directly): Extend check for direct
12887         remote copying.
12888         (tramp-do-copy-or-rename-file-out-of-band): Handle new
12889         `tramp-methods' entry `copy-env' of "rsyncc".
12890         (tramp-vc-registered-read-file-names): New defconst.
12891         (tramp-vc-registered-file-names): New defvar.
12892         (tramp-handle-vc-registered): Implement optimization strategy.
12893         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
12894         (tramp-vc-file-name-handler): New defun.
12895         (tramp-get-ls-command, tramp-get-test-command)
12896         (tramp-get-file-exists-command, tramp-get-remote-ln)
12897         (tramp-get-remote-perl, tramp-get-remote-stat)
12898         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
12900         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
12901         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
12902         timestamps.
12903         (tramp-get-file-property): Check for timestamps in
12904         `tramp-cache-inhibit-cache'.
12905         (tramp-set-file-property): Write timestamp.
12907 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12909         * language/japan-util.el (japanese-symbol-table): Add entries for
12910         cp932-2-byte.
12912         * international/characters.el: Add category `j' to cp932-2-byte.
12914 2009-08-27  Kenichi Handa  <handa@m17n.org>
12916         * international/fontset.el (build-default-fontset-data): New macro.
12917         (setup-default-fontset): Use build-default-fontset-data for CJK,
12918         tibetan, ethiopic, and ipa.
12920 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12922         * cus-start.el (default-major-mode): Customize `major-mode' instead.
12923         (enable-multibyte-characters): Not customizable any more.
12925         * subr.el (default-mode-line-format, default-header-line-format)
12926         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
12927         (default-direction-reversed, default-truncate-lines)
12928         (default-left-margin, default-tab-width, default-case-fold-search)
12929         (default-left-margin-width, default-right-margin-width)
12930         (default-left-fringe-width, default-right-fringe-width)
12931         (default-fringes-outside-margins, default-scroll-bar-width)
12932         (default-vertical-scroll-bar, default-indicate-empty-lines)
12933         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
12934         (default-fringe-cursor-alist, default-scroll-up-aggressively)
12935         (default-scroll-down-aggressively, default-fill-column)
12936         (default-cursor-type, default-buffer-file-type)
12937         (default-cursor-in-non-selected-windows)
12938         (default-buffer-file-coding-system, default-major-mode)
12939         (default-enable-multibyte-characters): Mark as obsolete.
12941 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
12943         * vc-dir.el (vc-dir-update): Remove debug helper.
12945         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
12947 2009-08-26  Sam Steingold  <sds@gnu.org>
12949         * simple.el (save-interprogram-paste-before-kill): New user option.
12950         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
12951         save the interprogram-paste into kill-ring before overriding it
12952         with the Emacs kill.
12954 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
12956         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
12957         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
12958         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
12959         and move to vc-rcs.el.
12960         (vc-default-next-revision): Rename to vc-rcs-next-revision and
12961         move to vc-rcs.el.
12962         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
12963         (vc-rcs-update-changelog): Remove.
12964         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
12965         and move to vc-rcs.el.
12967         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
12968         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
12969         renaming.
12970         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
12971         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
12972         vc.el, renamed to be RCS specific.
12974         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
12975         New functions.
12976         (vc-cvs-update-changelog): Move here from vc.el.
12978         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
12979         New functions.
12981 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12983         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
12985 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
12987         * vc-git.el (vc-git-register): Use "git add" for directories.
12988         (vc-git-stash, vc-git-stash-show): New functions.
12989         (vc-git-extra-menu-map): Bind them.
12991         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
12992         directory correctly in case the item is a directory itself.
12994         * vc.el: Document the desired behavior for reverted files in the
12995         `added' state.
12996         (vc-default-prettify-state-info): Remove function, unused.
12998         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
13000 2009-08-26  Glenn Morris  <rgm@gnu.org>
13002         * bindings.el (standard-mode-line-format): Reposition dashes in
13003         which-func entry.  (Bug#4217)
13005         * files.el (enable-local-variables, enable-local-eval)
13006         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
13007         the defcustoms.
13008         (auto-mode-alist, ignored-local-variables)
13009         (save-some-buffers-action-alist): Move risky declarations to the
13010         definitions.
13011         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
13012         (font-lock-defaults, format-alist, imenu--index-alist)
13013         (imenu-generic-expression, input-method-alist, minor-mode-alist)
13014         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
13015         (mode-line-modified, mode-line-mule-info, mode-line-position)
13016         (mode-line-process, mode-line-remote, outline-level)
13017         (parse-time-rules, rmail-output-file-alist)
13018         (special-display-buffer-names, vc-mode):
13019         Move risky declarations to the relevant files.
13020         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
13021         (mode-line-modified, mode-line-process, mode-line-position)
13022         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
13023         * font-core.el (font-lock-defaults):
13024         * format.el (format-alist):
13025         * vc-hooks.el (vc-mode):
13026         * window.el (special-display-buffer-names):
13027         * international/mule-cmds.el (input-method-alist):
13028         Define riskiness here (dumped file) rather than in files.el.
13029         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
13030         * imenu.el (imenu-generic-expression, imenu--index-alist):
13031         * outline.el (outline-level):
13032         * time.el (display-time-string):
13033         * calendar/parse-time.el (parse-time-rules):
13034         * mail/rmailout.el (rmail-output-file-alist):
13035         Autoload riskiness here, rather than placing in files.el.
13037 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
13039         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
13041 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
13043         * simple.el (process-file-side-effects): New defvar.
13045         * dired-aux.el (dired-show-file-type):
13046         * vc.el (vc-diff-internal):
13047         * vc-arch.el (vc-arch-diff):
13048         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
13049         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
13050         * vc-git.el (vc-git-registered, vc-git-working-revision)
13051         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
13052         (vc-git--empty-db-p):
13053         * vc-hooks.el (vc-user-login-name):
13054         * vc-svn.el (vc-svn-registered, vc-svn-state)
13055         (vc-svn-dir-extra-headers, vc-svn-find-revision):
13056         * progmodes/grep.el (grep-probe): Let-bind
13057         `process-file-side-effects' with nil.
13059         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
13061         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
13062         daemon.  Replace ping by checking for running service for bluez
13063         and zeroconf.  (Bug#4239)
13065 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13067         * net/dig.el (dig): Add autoload cookie.
13069 2009-08-25  Glenn Morris  <rgm@gnu.org>
13071         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
13072         load-history for absolute file-names.
13073         (byte-compile-file-form-require): Warn about use of the cl package.
13075         * format.el (format-alist): Doc fix.
13077         * play/bubbles.el (top-level): Don't require cl at run-time.
13079         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
13080         run-time cl).
13082 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
13084         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
13085         from cl package.
13086         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
13088 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
13090         * calc/calc-alg.el (math-trig-rewrite)
13091         (math-hyperbolic-trig-rewrite): New functions.
13092         (calc-simplify): Simplify trig functions when asked.
13094 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13096         * diff-mode.el (diff-find-source-location): Avoid goto-line.
13098 2009-08-24  Kenichi Handa  <handa@m17n.org>
13100         * language/ind-util.el (mapthread): Delete it.
13101         (combinatorial): New function.
13102         (indian--puthash-cv): Use combinatorial instead of mapthread.
13104 2009-08-22  Kevin Ryde  <user42@zip.com.au>
13106         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
13107         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
13108         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
13109         Clarify docstring that the value is strings not symbols.
13110         (checkdoc-list-of-strings-p): New function.
13112 2009-08-22  Glenn Morris  <rgm@gnu.org>
13114         * files.el (auto-mode-alist):
13115         * hippie-exp.el (he-concat-directory-file-name):
13116         * lpr.el (lpr-windows-system, printer-name):
13117         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
13118         * ps-print.el (ps-windows-system):
13119         * startup.el (command-line):
13120         * emulation/viper-ex.el (viper-glob-function):
13121         * international/mule-cmds.el (set-language-environment-coding-systems):
13122         * net/ange-ftp.el (ange-ftp-write-region):
13123         * obsolete/fast-lock.el (fast-lock-cache-name):
13124         Remove code for defunct system-types emx, macos, mswindows, next-mach,
13125         unisoft-unix, vax-vms, win32, w32.
13127         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
13128         given name if the pattern is not more specific.
13130         * calendar/lunar.el (lunar-phase-names): New option.
13131         (lunar-phase): Doc fix.
13132         (lunar-cycles-per-year): New constant.
13133         (lunar-index): New function.
13134         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
13135         (lunar-phase-name): Use lunar-phase-names.
13136         (calendar-lunar-phases): Use format.
13137         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
13139         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
13140         Copy imenu-example--name-and-position function here for own use.
13141         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
13143         * bs.el (bs--redisplay):
13144         * cus-edit.el (custom-redraw):
13145         * ibuffer.el (ibuffer-bury-buffer):
13146         * server.el (server-goto-line-column):
13147         * startup.el (command-line-1):
13148         * strokes.el (strokes-xpm-for-stroke):
13149         * term.el (term-display-buffer-line):
13150         * view.el (View-goto-line):
13151         * calc/calc.el (calc-do, calc-trail-buffer):
13152         * play/gamegrid.el (gamegrid-add-score-insecure):
13153         * progmodes/ada-mode.el (ada-compile-goto-error):
13154         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
13155         (ebrowse-select-1st-to-9nth):
13156         * progmodes/cperl-mode.el (cperl-time-fontification):
13157         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
13158         * progmodes/gud.el (gud-display-line):
13159         (idlwave-shell-display-line):
13160         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
13161         * progmodes/make-mode.el (makefile-browser-toggle):
13162         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
13163         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
13164         * textmodes/picture.el (picture-draw-rectangle):
13165         * textmodes/reftex-index.el (reftex-index-goto-letter):
13166         (reftex-select-jump-to-previous):
13167         * textmodes/reftex-sel.el (reftex-find-start-point)
13168         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
13169         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
13170         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
13171         * textmodes/tex-mode.el (tex-compilation-parse-errors):
13172         * textmodes/two-column.el (2C-associated-buffer):
13173         Use forward-line rather than goto-line.
13175         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
13176         goto-line.
13178         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
13179         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
13180         (quick-check-list-to-regexp): Declare.
13182         * progmodes/make-mode.el (makefile-browser-insert-selection):
13183         Use goto-char rather than goto-line.
13185         * progmodes/prolog.el (compilation-error-regexp-alist)
13186         (compilation-forget-errors): Declare.
13188 2009-08-22  Juri Linkov  <juri@jurta.org>
13190         * progmodes/grep.el (lgrep, rgrep): At the beginning
13191         set `dir' to `default-directory' unless `dir' is a non-nil
13192         readable directory.  (Bug#4052)
13193         (lgrep, rgrep): Change a weird way to report an error
13194         from using `read-string' to using `error'.
13195         Instead of using interactive arguments in the function body,
13196         add new argument `confirm'.
13198 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13200         * textmodes/remember.el (remember-buffer):
13201         * progmodes/cperl-mode.el (cperl-vc-header-alist):
13202         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
13203         (icalendar-extract-ical-from-buffer):
13204         * net/newst-treeview.el (newsticker-groups-filename):
13205         * net/newst-backend.el (newsticker-cache-filename):
13206         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
13207         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
13208         (speedbar-add-ignored-path-regexp, speedbar-line-path)
13209         (speedbar-buffers-line-path, speedbar-path-line)
13210         (speedbar-buffers-line-path):
13211         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
13212         (epg-sign-keys):
13213         * epa.el (epa-display-verify-result):
13214         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
13216 2009-08-21  Glenn Morris  <rgm@gnu.org>
13218         * progmodes/js.el (inferior-moz-process): Fix declaration.
13220         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
13222         * obsolete/rnewspost.el (news-mail-reply):
13223         Use goto-char rather than goto-line.
13225         * term/ns-win.el (ns-open-file-select-line):
13226         Use line-beginning-position rather than goto-line.
13228         * apropos.el (apropos-command):
13229         * ehelp.el (electric-helpify):
13230         * printing.el (pr-show-setup):
13231         * strokes.el (strokes-help):
13232         * tutorial.el (tutorial--describe-nonstandard-key)
13233         (tutorial--detailed-help):
13234         * woman.el (woman-mini-help, woman-display-extended-fonts):
13235         * calc/calc-help.el (calc-describe-key):
13236         * emulation/edt.el (edt-electric-helpify):
13237         * international/mule-diag.el (mule-diag):
13238         * play/yow.el (apropos-zippy):
13239         * progmodes/python.el (python-describe-symbol):
13240         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
13241         * textmodes/table.el (*table--cell-describe-mode)
13242         (*table--cell-describe-bindings):
13243         Use help-print-return-message rather than the now obsolete alias.
13245         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
13246         (calendar-cursor-to-visible-date):
13247         * play/5x5.el (5x5-position-cursor):
13248         * play/decipher.el (decipher):
13249         * play/gomoku.el (gomoku-goto-xy):
13250         * play/landmark.el (lm-goto-xy):
13251         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
13252         (mpuz-paint-digit):
13253         Use forward-line, not goto-line.
13255         * mail/rmail.el (rmail-obsolete): Delete custom group.
13256         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
13257         (rmail-remote-password, rmail-remote-password-required):
13258         Remove unneeded :set-after and :set properties.
13260 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
13262         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
13264 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
13266         * loadup.el: Remove leftover macos code.
13268         * vc-git.el (vc-git-annotate-command): Run asynchronously.
13269         Explicitly pass the date format to git blame so that user local
13270         so that the output format can be parsed.
13272 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
13274         * net/dbus.el (top): Don't check for (getenv
13275         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
13277 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
13279         * log-edit.el (log-edit-strip-single-file-name): New var.
13280         (log-edit-insert-changelog): Use it.  Bug#3571
13282 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13284         * subr.el (read-passwd): Use read-key so keypad keys work as well.
13285         Bug#3287
13287         * help.el (help-print-return-message): Rename from
13288         print-help-return-message.
13290         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
13291         cvs-mode-map parent hack.
13292         (log-view-mode): Derive from special-mode.
13294         * linum.el (linum-mode): window-size-change-functions is redundant.
13295         Adapt to new window-configuration-change-hook behavior.
13296         (linum-after-size, linum-after-config): Remove.
13298         * imenu.el (imenu-example--name-and-position)
13299         (imenu-example--lisp-extract-index-name)
13300         (imenu-example--create-lisp-index, imenu-example--create-c-index):
13301         Mark as obsolete.
13303         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
13304         (inferior-prolog-mode): Use it.
13305         (inferior-prolog-load-file): Reset list of errors.
13307 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13309         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
13311         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
13313 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
13315         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
13316         is running already.
13318 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13320         * subr.el (listify-key-sequence-1): Use normal syntax since those
13321         integers are nowadays always represented by the same (positive) number
13322         on all platforms.
13323         (read-key-empty-map): New const.
13324         (read-key-delay): New var.
13325         (read-key): New function.
13326         (force-mode-line-update): Use with-current-buffer.
13327         (locate-user-emacs-file): Don't forget to abbreviate the file name.
13328         (start-process-shell-command, start-file-process-shell-command):
13329         Discourage the use of command-args.
13331 2009-08-19  Glenn Morris  <rgm@gnu.org>
13333         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
13335 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13337         * simple.el (choose-completion-string): Don't rely on
13338         minibuffer-completing-file-name and ad-hoc checks to decide whether
13339         to continue completion or not.
13341         * minibuffer.el (minibuffer-hide-completions): New function.
13342         (completion--do-completion): Use it.
13343         (completions-annotations): New face.
13344         (completion--insert-strings): Use it.
13345         (completion-pcm--delim-wild-regex): Add docstring.
13346         (completion-pcm--string->pattern): Add support for 0-width delimiters
13347         in completion-pcm--delim-wild-regex.
13349 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13351         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13352         Remove unused var `buffer-modified-p'.
13354         * minibuffer.el (completion--do-completion): Move point for the #b001
13355         case as well (bug#4176).
13356         (minibuffer-complete, minibuffer-complete-word): Don't move point.
13358 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
13360         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
13361         and :session buses.
13363 2009-08-18  Kenichi Handa  <handa@m17n.org>
13365         * international/ucs-normalize.el (ucs-normalize-version):
13366         Change to 1.1.
13367         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13368         (utf-8-hfs): Make it perform normalization on encoding too.
13370         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
13371         (sentence-end-without-space): Delete duplicated chars.
13372         (sentence-end-base): Likewise.
13374         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
13375         (html-mode): Delete duplicated chars from sentence-end-base.
13377         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
13378         (texinfo-mode): Delete duplicated chars from sentence-end-base.
13380 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
13382         * files.el (hack-one-local-variable): If the mode function is for
13383         a minor mode, pass it an argument (Bug#4148).
13385 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
13387         * net/tramp.el (tramp-register-completion-file-name-handler):
13388         Check also for (member 'partial-completion completion-styles).
13390 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13392         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13393         abbrev (Bug#3943).
13395 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
13397         * progmodes/cperl-mode.el: Merge upstream 6.2.
13398         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13399         (cperl-forward-re): Check cperl-brace-recursing.
13400         (cperl-highlight-charclass): New function.
13401         (cperl-find-pods-heres): Use it.
13402         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13403         (cperl-beautify-regexp-piece): Fix column calculation.
13404         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13405         (cperl-beautify-level): Don't process entire regexp.
13406         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13407         calling man.
13408         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13409         (cperl-init-faces): Build a list in the normal way.
13411 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13413         * calendar/parse-time.el (parse-time-string-chars): Save match
13414         data.
13416 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13418         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13419         (sql-product): Use it.
13420         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13421         (sql-set-product): Add completion.
13422         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13423         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13424         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13425         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13426         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13427         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13428         (sql-highlight-db2-keywords): Remove.
13429         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13430         (sql-highlight-product): Use derived-mode-p.
13431         (sql-set-sqli-buffer): Use with-current-buffer.
13432         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13433         Simplify.
13435         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13437         * term.el: Fix commenting convention, turn comments into docstrings.
13439 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
13441         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13443 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13445         * calendar/parse-time.el (parse-time-string-chars): Compute using
13446         character classes, to handle non-ascii characters (Bug#3190).
13448 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13450         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13451         another heredoc if the user adds another < (Bug#3226).
13453         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13454         Don't initialize based on window-system (Bug#4124).
13456         * facemenu.el (facemenu-read-color): Use a completion function
13457         that accepts any defined color, such as RGB triplets (Bug#3677).
13459         * files.el (get-free-disk-space): Change fallback default
13460         directory to /.  Expand DIR argument before switching to fallback.
13461         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13463 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13465         * files.el (load-library): Doc fix.
13467 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
13469         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13470         (viper-if-string): Redefine C-s in the minibuffer to insert the last
13471         incremental search string.
13473         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13474         XEmacs.
13476         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13477         (ediff-merge-region-is-non-clash)
13478         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13479         Also check if the job is really a merge job.
13481         * ediff.el (ediff-current-file): New function.
13483 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13485         * progmodes/js.el: Edit docstrings throughout to follow Emacs
13486         conventions.
13487         (js-insert-and-indent): Delete function.
13488         (js-mode-map): Don't bind keys to js-insert-and-indent.
13489         (js-beginning-of-defun): Rename from js--beginning-of-defun.
13490         (js-end-of-defun): Rename from js--end-of-defun.
13491         (js-auto-indent-flag): Delete variable.
13493 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
13495         * progmodes/js.el: Remove proclaim statement.
13496         Defvar which-func-imenu-joiner-function to silence compiler.
13498         * files.el (auto-mode-alist): Use js-mode for .js files.
13500         * progmodes/js2-mode.el: Remove file.
13502         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13504         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13506         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13508 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
13509             Karl Landstrom  <karl.landstrom@brgeight.se>
13511         * progmodes/js.el: New file.
13513 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
13515         * timezone.el (timezone-parse-date): Add ability to understand ISO
13516         basic format (minimal separators) dates in addition to the
13517         already-supported extended format dates.
13519 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
13521         * international/ucs-normalize.el: Add a `coding' file variable.
13523         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13525 2009-08-14  Sam Steingold  <sds@gnu.org>
13527         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13529 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
13531         * faces.el (help-argument-name): Define it here instead of
13532         help-fns.el, because in daemon mode help-fns.el may be loaded when
13533         faces are still uninitialized (Bug#1078).
13535         * help-fns.el (help-argument-name): Move defface to faces.el.
13537 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
13539         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13540         create buffer with a pty but no process so that GDB can make the
13541         inferior the controlling process.
13543 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
13545         * international/ucs-normalize.el: New file.
13547 2009-08-13  Richard Stallman  <rms@gnu.org>
13549         * mail/rmail.el (rmail-get-attr-names):
13550         Accept an attribute header that is too short.
13552         * mail/rmail.el (rmail-forget-messages):
13553         Ignore nil elt in rmail-message-vector.  Use dotimes.
13555         * progmodes/compile.el (compilation-goto-locus):
13556         Use next-error-move-function.
13558         * simple.el (next-error-move-function): New variable.
13560 2009-08-12  Juri Linkov  <juri@jurta.org>
13562         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13563         always non-nil.  (Bug#4052)
13565         * replace.el (read-regexp): Return empty string when
13566         `default-value' is nil.
13567         (keep-lines-read-args): Don't use empty string as the
13568         default value for `read-regexp'.  (Bug#2495)
13570 2009-08-12  Juri Linkov  <juri@jurta.org>
13572         * international/mule-cmds.el (ucs-insert): Change arguments
13573         from `arg' to `character', `count', `inherit' to be the same
13574         as in `insert-char'.  Doc fix.  (Bug#4039)
13576         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13578 2009-08-12  Juri Linkov  <juri@jurta.org>
13580         * files-x.el: New file.
13582         * files.el: Move code that deals with adding/deleting
13583         file/directory-local variables to files-x.el.
13585         * Makefile.in (ELCFILES): Add files-x.elc.
13587 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
13589         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13590         to use `goto-line'.
13591         (gdb-place-breakpoints, gdb-get-location): Rewritten without
13592         `goto-line'.
13593         (gdb-invalidate-disassembly): Do not refresh upon receiving
13594         'update signal.  Instead, update all disassembly buffers only after
13595         threads list.
13596         (gdb): Send -target-detach when buffer is killed (Bug#3794).
13597         (gdb-starting): Moved -data-list-register-names...
13598         (gdb-stopped): ...here so it's sent when first thread stops.
13599         (gdb-registers-handler-custom): Do nothing if register names are
13600         unknown yet.
13602         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13603         from `gdb-mi.el' to avoid extra tangling.
13605         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13606         change which breaks `gud-def' definitions used in `gdb'.
13607         (gdb-update-gud-running): No extra fuss for updating frame number.
13609 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13611         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13612         (describe-language-environment-map, setup-language-environment-map)
13613         (set-coding-system-map): Move initialization into declaration.
13614         (set-language-info-alist): Last arg to define-key-after can be skipped.
13616         * international/quail.el (quail-completion-1): Simplify.
13617         (quail-define-rules): Use slightly more compact code.
13618         (quail-insert-decode-map): Propertize keys, compact columns.
13620         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13621         Add goto-line.
13623 2009-08-10  Miles Bader  <miles@gnu.org>
13625         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13626         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13627         (js2-instance-member, js2-private-member, js2-private-function-call)
13628         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13629         (js2-magic-paren, js2-external-variable):
13630         Remove "-face" suffix from face names.
13631         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13632         (js2-highlight-undeclared-vars, js2-peek-token)
13633         (js2-parse-function-params, js2-mode-show-errors)
13634         (js2-mode-show-warnings, js2-make-magic-delimiter)
13635         (js2-mode-highlight-magic-parens): Update to use new face names.
13637 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
13639         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
13640         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
13642 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
13644         * subr.el: Provide hashtable-print-readable.
13646         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
13647         hs-c-like-adjust-block-beginning.
13648         (hs-hide-block-at-point): Stop hiding at the beginning of
13649         hs-block-end-regexp (Bug#700).
13651 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
13653         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
13654         a macro.
13655         (gdb-registers-handler-custom): Do not fail when register names
13656         are unavailable.
13658 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13660         * progmodes/gdb-mi.el (gdb-control-all-threads)
13661         (gdb-control-current-thread): Interactive setters for
13662         `gdb-gud-control-all-threads' to use in menu.
13663         (gdb-show-run-p): Show «Go» when process is not active.
13664         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
13665         gud/thread.xpm and gud/all.xpm.
13667 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
13669         * net/net-utils.el (net-utils-font-lock-keywords): New var.
13670         (nslookup-font-lock-keywords): Make it a variable.
13671         (net-utils-mode): New mode for viewing diagnostic network output.
13672         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
13673         (net-utils-run-simple): New function.
13674         (ifconfig, iwconfig, netstat, arp, route): Use it.
13676 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13678         * progmodes/gdb-mi.el (gdb-read-memory-custom)
13679         (gdb-memory-set-address, def-gdb-set-positive-number)
13680         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
13681         after changing settings.
13682         (gdb-invalidate-disassembly): Update when first shown.
13683         (gdb-edit-locals-value): Fixed.
13684         (gdb-registers-handler-custom): Print registers in right order and
13685         allow changing register values (only for current thread yet).
13686         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
13687         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
13688         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
13689         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
13690         info in mode name.
13691         (gdb-registers-mode-map): TAB to switch to locals.
13693 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
13695         * mail/rmail.el (rmail-add-mbox-headers)
13696         (rmail-set-message-counters-counter): Search for
13697         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
13699 2009-08-08  Glenn Morris  <rgm@gnu.org>
13701         * Makefile.in (ELCFILES): Update.
13703 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13705         * mail/sendmail.el (mail-yank-original): Set
13706         buffer-file-coding-system from the one used by the message whose
13707         text is yanked.
13709         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
13710         to "windows" when "pgnuplot" is used.
13711         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
13712         call accept-process-output if "pgnuplot" is used.
13713         (calc-graph-init): Don't send -display and -geometry to
13714         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
13715         running "pgnuplot -V" with shell-command-to-string.
13717         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
13718         the default.
13720 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13722         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
13723         org/org-latex.elc.
13725 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
13727         * vc-dispatcher.el (vc-resynch-window): Update comment.
13729         * term.el (term-handle-ansi-escape): Add comments with the
13730         terminfo capabilities implemented.
13732 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
13734         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
13735         (gdb-var-create-handler): Rewritten using JSON parser.
13736         (gdb-propertize-header): Moved earlier.
13737         (gdb-set-header): Removed to avoid duplication.
13738         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
13739         Refresh disassembly buffers only after threads list have been
13740         update.
13741         (gdb-threads-header, gdb-registers-header): Per-buffer header line
13742         variables.
13744 2009-08-04  Juri Linkov  <juri@jurta.org>
13746         * files.el: Commands to add/delete file/directory-local variables.
13747         (read-file-local-variable, read-file-local-variable-value)
13748         (read-file-local-variable-mode, modify-file-local-variable)
13749         (modify-file-local-variable-prop-line)
13750         (modify-dir-local-variable): New functions.
13751         (add-file-local-variable, delete-file-local-variable)
13752         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
13753         (add-dir-local-variable, delete-dir-local-variable)
13754         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
13755         (copy-dir-locals-to-file-locals-prop-line): New commands.
13757 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
13759         * abbrev.el (insert-abbrev-table-description): Prettify output.
13760         Suggested by Karl Chen.
13762 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
13764         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
13765         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
13766         (gdb-overlay-arrow-position, gdb-thread-position)
13767         (gdb-disassembly-position): Declare variables.
13768         (gdb-wait-for-pending): Function now.
13769         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
13770         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
13771         compilation goes smoothly.
13772         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
13773         (gdb-non-stop-setting): New customization setting which replaces
13774         `gdb-non-stop' so changing it doesn't break active GDB session.
13775         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
13776         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
13777         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
13778         (gdb-show-threads-by-default): New customization options.
13779         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
13780         routines.
13781         (gdb-get-buffer-create): Send buffers update signal when they are
13782         created.
13783         (gdb-invalidate-locals, gdb-invalidate-registers)
13784         (gdb-invalidate-breakpoints)
13785         (gdb-invalidate-threads, gdb-invalidate-disassembly)
13786         (gdb-invalidate-memory): Accept update signal.
13787         (gdb-current-context-command): Use --frame option.
13788         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
13789         Implement `gdb-frame-number' selection logic.
13790         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
13791         whether to show GUD toolbar buttons.
13792         (gdb-thread-exited): Unselect current thread when it exits.
13793         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
13794         (gdb-mark-line): Routine which sets overlay arrow or inverses
13795         video on fringeless displays.
13796         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
13797         to build aligned columns of data in GDB buffers and set text
13798         properties line-by-line.
13799         (gdb-invalidate-breakpoints)
13800         (gdb-breakpoints-list-handler-custom)
13801         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
13802         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
13803         (gdb-registers-handler-custom): Align data columns.
13804         (gdb-locals-handler-custom): Now prints data like in variable
13805         declarations.
13806         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
13807         Removed confusing buttons.
13808         (gdb-invalidate-threads): Append --frame.
13809         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
13810         between breakpoints/threads buffers.
13811         (gdb-set-window-buffer): Now can ignore dedicated windows.
13812         (gdb-propertize-header): Use `gdb-set-window-buffer'.
13813         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
13814         (def-gdb-thread-buffer-gud-command): Replaces
13815         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
13816         for fine thread control.
13817         (gdb-preempt-existing-or-display-buffer): New function used to
13818         display bound buffers without breaking window layout.
13819         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
13820         (gdb-select-frame): New version of `gdb-frames-select' which now
13821         sets `gdb-frame-number' so commands may use --frame option instead
13822         of inner debugger state.
13823         (gdb-frame-handler): Do not set `gdb-frame-number'.
13824         (gdb-threads-mode-map): Select threads with mouse.
13826         * progmodes/gud.el (gdb-gud-context-call): Declare function to
13827         avoid compilation warning.
13828         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
13829         `gdb-show-stop-p`.
13831         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
13832         Argument `key' renamed to `buffer-type'.
13833         (gdb-current-context-buffer-name): Do not add thread info to
13834         buffer name when no thread is selected.
13835         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
13836         command (bug 3794).
13837         (gdb-thread-selected): Handle `=thread-selected' notification.
13838         (gdb-wait-for-pending): New macro to deal with congestion problems.
13839         (gdb-breakpoints-list-handler-custom): Don't fail on pending
13840         breakpoints.
13841         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
13842         This fixes problem similar to one described in bug 3947.
13843         (gud-menu-map): More menu items.
13844         (gdb-init-1): Reset `gdb-thread-number' to nil.
13846         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
13847         non-stop settings.
13849         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
13850         (gdb-current-context-command): Do not append --thread if
13851         `gdb-thread-number' is nil.
13852         (gdb-running-threads-count, gdb-stopped-threads-count): New
13853         variables.
13854         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
13855         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
13856         customization options.
13857         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
13858         GUD commands.
13859         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
13860         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
13861         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
13862         set `gdb-thread-number' and update `gud-running' properly.
13863         (gdb-running): Update threads list when new threads appear.
13864         (gdb-stopped): Support non-stop operation and new thread switching
13865         logic.
13866         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
13867         (gdb-json-partial-output): New set of JSON routines.
13868         (def-gdb-auto-update-trigger): New `signal-list' optional
13869         argument.
13870         (gdb-thread-list-handler-custom): Update `gud-running',
13871         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
13872         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
13873         (gdb-continue-thread, gdb-step-thread): New commands for fine
13874         thread execution control.
13875         (gud-menu-map): New menu items to switch non-stop options.
13876         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
13877         (gdb-send): Mimic RET properly (bug 3794).
13879         * progmodes/gdb-mi.el (gdb-rules-name-maker)
13880         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
13881         gdb-buffer-rules.
13882         (def-gdb-auto-update-handler): New nopreserve optional argument.
13883         (gdb-stack-list-frames-custom): Print stack from top to bottom.
13885         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
13886         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
13887         (gdb-parent-mode): New mode to derive other GDB modes from.
13888         (gdb-display-disassembly-for-thread)
13889         (gdb-frame-disassembly-for-thread): New commands for threads
13890         buffer.
13892         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
13893         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
13894         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
13895         (gdb-update): We now store all GDB buffers in a list so that they
13896         can be updated by traversing a list instead of calling invalidate
13897         triggers explicitly.
13898         (def-gdb-trigger-and-handler): New macro to define trigger-handler
13899         pair for GDB buffer.
13900         (gdb-stack-buffer-name): Add thread information.
13901         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
13902         handle pending triggers.
13903         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
13904         (def-gdb-thread-buffer-simple-command)
13905         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
13906         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
13907         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
13908         New commands which show buffers bound to thread.
13909         (gdb-stack-list-locals-regexp): Removed unused regexp.
13911         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
13912         (gdb-locals-buffer-name, gdb-registers-buffer-name)
13913         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
13914         to (gud-comint-buffer) in *-buffer-name functions
13915         because (gdb-get-target-string) already does that.
13916         (gdb-locals-handler-custom, gdb-registers-handler-custom)
13917         (gdb-changed-registers-handler): Rewritten without regexps.
13919         * progmodes/gdb-mi.el: Basic thread selection support.
13920         (gdb-thread-number): New variable.
13921         (gdb-current-context-command): New macro which adds --thread
13922         option to command.
13923         (gdb-threads-mode-map): Select thread with SPC.
13924         (gdb-thread-list-handler-custom): Mark current thread with overlay
13925         arrow.  Synchronize GDB thread and Emacs thread.
13926         (gdb-select-thread): New command which selects current thread.
13927         (gdb-invalidate-frames, gdb-invalidate-locals)
13928         (gdb-invalidate-registers): Use --thread option.
13930 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
13932         * net/tramp.el (top): Make check for tramp-gvfs loading more
13933         robust.  (Bug#3977)
13934         (tramp-handle-insert-file-contents): `unwind-protect' must be
13935         inside `with-parsed-tramp-file-name'.
13937         * net/tramp-gvfs.el (top): Remove superfluous message when loading
13938         fails.
13940 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
13942         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
13943         directory if CLASSPATH is not set.
13945 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
13947         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
13948         New defconst.
13949         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
13951 2009-08-02  Kevin Ryde  <user42@zip.com.au>
13953         * net/newst-backend.el (newsticker--raw-url-list-defaults):
13954         Update freshmeat link.  Delete newsforge.com as it seems gone.
13956 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
13958         * select.el (x-set-selection): Doc fix (Bug#4021).
13960         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
13962         * help-fns.el (describe-variable): Treat list return values from
13963         dir-locals-find-file properly (Bug#4005).
13965 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
13967         * net/tramp.el (tramp-debug-message): Print also microseconds.
13969 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
13971         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
13972         or END is non-nil.
13973         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
13974         (tramp-get-debug-buffer): Change `outline-regexp' according to new
13975         format.
13977         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
13978         (tramp-get-file-property): Use it.
13980         * autorevert.el (auto-revert-handler): Allow
13981         `auto-revert-tail-mode' for remote files.
13983 2009-08-02  Jason Rumney  <jasonr@gnu.org>
13985         * minibuffer.el (read-file-name): Treat confirm options to
13986         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
13988 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
13990         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
13991         (font-lock-variable-name-face, font-lock-constant-face): Darken
13992         the colors for light backgrounds.
13994 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
13996         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
13997         month names.  (Bug#3987)
13999 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
14001         * simple.el (line-move-finish): Pass whole number to
14002         line-move-to-column.
14003         (line-move-visual): Perform hscroll to the recorded position.
14005 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
14007         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
14009 2009-07-29  Alan Mackenzie  <acm@muc.de>
14011         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
14013 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
14015         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
14016         (gdb-place-breakpoints): Use full path when setting breakpoints.
14018 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
14020         * calc/calc.el (calc-mode-map): Add keybinding for
14021         `calc-transpose-lines'.
14023 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
14025         * calc/calc-misc.el (calc-transpose-lines): New function.
14027 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
14029         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
14030         Simplify check for out-of-band methods.
14031         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
14032         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
14034 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
14036         * vc-git.el (vc-git-checkin): Fix typo.
14038 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
14040         * progmodes/js2-mode.el: New file.
14042 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
14044         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
14045         (gud-menu-map): Adjust tooltip accordingly.
14047 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
14049         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
14050         (vc-bzr-log-view-mode): Adjust log-view-file-re.
14052         * add-log.el (change-log-mode-map): Add a menu.
14054 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
14056         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
14057         function returns nil.
14058         (dbus-handle-event): Handle special return value :ignore.
14059         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
14061 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
14063         * view.el (view-mode-enable): Don't define Helper-return-blurb if
14064         it's not needed.
14066 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
14068         Fix Bug#3888:
14070         * w32-vars.el (x-select-enable-clipboard): Doc fix.
14072         * term/pc-win.el (x-display-name, x-colors)
14073         (x-select-enable-clipboard, x-select-text): Doc fix.
14075         * term/common-win.el (x-display-name, x-colors): Doc fix.
14077         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
14078         (xw-defined-colors): Doc fix.
14080         * w32-fns.el (x-select-text, x-setup-function-keys)
14081         (x-get-selection, x-set-selection): Doc fix.
14083         * term/x-win.el (x-select-text, x-setup-function-keys)
14084         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
14086         * select.el (x-set-selection): Doc fix.
14088 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
14090         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
14091         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
14092         "IsNSSSupportAvailable" method is not available.  Reported by
14093         Steve Youngs <steve@sxemacs.org>.
14095 2009-07-24  Kenichi Handa  <handa@m17n.org>
14097         * international/characters.el: Fix setting of category ?C, ?|, ?K,
14098         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
14099         (build-unicode-category-table): Fix range checks.
14101 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
14103         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
14104         the buffer we try to sync is current when calling
14105         vc-resynch-buffer.
14107         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
14108         not show up to date files.
14110 2009-07-24  Glenn Morris  <rgm@gnu.org>
14112         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
14113         Add autoload cookies.  If necessary, initialize.
14114         (elint-log): Handle non-file buffers.
14115         (elint-initialize): Add optional argument to reinitialize.
14116         (elint-find-builtin-variables): Save excursion.
14118 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
14120         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14121         for Lint.
14123 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
14125         * vc.el (vc-print-log-internal): New function, split out from ...
14126         (vc-print-log): ... here.
14127         (vc-dir-move-to-goal-column): Declare.
14129         * vc-git.el (vc-git-add-signoff): New variable.
14130         (vc-git-checkin): Use it.
14131         (vc-git-toggle-signoff): New function.
14132         (vc-git-extra-menu-map): Bind it to menu.
14133         (vc-git--run-command-string): Accept a nil FILE argument.
14134         (vc-git-stash-list): New function.
14135         (vc-git-dir-extra-headers): Use it.
14137 2009-07-23  Glenn Morris  <rgm@gnu.org>
14139         * help-fns.el (describe-variable): Describe ignored and risky local
14140         variables in a similar way to that in which we describe safe ones.
14142         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
14143         (byte-compile-output-file-form, byte-compile-output-docform)
14144         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
14145         Give some more local variables with common names a "bytecomp-" prefix,
14146         so as not to shadow things during compilation.
14147         * emacs-lisp/cl-macs.el (load-time-value)
14148         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
14149         `outbuffer' to `bytecomp-outbuffer'.
14151         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
14152         since the next two variables cover them automatically now.
14153         (elint-builtin-variables, elint-autoloaded-variables): New.
14154         (elint-unknown-builtin-args): Remove all members, since they can be
14155         parsed automatically now.
14156         (elint-extra-errors): New.
14157         (elint-env-add-env, elint-env-add-macro): Use cadr.
14158         (elint-current-buffer): Use or.  Change final message.
14159         (elint-get-top-forms): Use line-end-position.
14160         (elint-init-env): Use cadr.  Handle autoload, declare-function,
14161         and defalias.
14162         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
14163         (regexp-assoc): Remove unused function.
14164         (elint-top-form): Set elint-current-pos, to record the start of the
14165         top-level form, for compilation-mode.
14166         (elint-form): Trap errors in macro expansion.  Use dolist.
14167         (elint-unbound-variable): Use elint-builtin-variables and
14168         elint-autoloaded-variables.
14169         (elint-get-args): Use cadr, or.
14170         (elint-check-cond-form): Use dolist, cadr.
14171         (elint-check-condition-case-form): Doc fix.  Use cadr.
14172         Use elint-extra-errors.
14173         (elint-log): New function.
14174         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
14175         Distinguish errors and warnings.
14176         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
14177         Use a bytecomp-style format.
14178         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
14179         (elint-get-log-buffer): Use compilation mode.  Disable undo.
14180         Don't truncate lines.
14181         (elint-initialize): Set builtin and autoloaded variable lists.
14182         Only process elint-unknown-builtin-args if non-nil.
14183         (elint-find-builtin-variables, elint-find-autoloaded-variables):
14184         New functions.
14185         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
14187 2009-07-22  Kevin Ryde  <user42@zip.com.au>
14189         * net/newst-backend.el (newsticker--parse-atom-1.0)
14190         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14191         (newsticker--parse-rss-1.0):
14192         * progmodes/idlwave.el (idlwave-mode):
14193         * progmodes/idlw-shell.el (idlwave-shell-mode):
14194         * progmodes/vera-mode.el (vera-mode):
14195         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
14196         * progmodes/vhdl-mode.el (vhdl-mode):
14197         * textmodes/table.el (table-generate-source)
14198         (table--warn-incompatibility):
14199         Hyperlink urls in docstrings with URL `...'.
14201 2009-07-22  Glenn Morris  <rgm@gnu.org>
14203         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
14204         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
14205         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
14206         Remove leading * from defcustom docs.
14208         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
14210         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
14211         defcustom doc.
14212         (list-load-path-shadows): Optionally, just return shadows as a string.
14214         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
14216 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
14218         * mail/rmailedit.el (rmail-edit-mode): Use
14219         auto-save-include-big-deletions.
14221         * mail/rmail.el (rmail-variables): Use
14222         auto-save-include-big-deletions.
14224         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
14225         changes.
14227 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
14229         * calc/calc.el (calc-undo-length): New variable.
14230         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
14232 2009-07-21  Richard Stallman  <rms@gnu.org>
14234         * files.el (auto-save-mode): Handle buffer-save-size = -2
14235         for toggling mode.
14237 2009-07-21  Glenn Morris  <rgm@gnu.org>
14239         * textmodes/ispell.el (ispell-looking-back): Update declaration.
14241         * calendar/todo-mode.el (calendar-current-date): Update declaration.
14243         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
14244         silence compiler.  Instead...
14245         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
14246         (ps-print-ensure-fontified): Update for above function name changes.
14248         * printing.el (pr-mh-get-msg-num, pr-mh-show)
14249         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
14250         silence compiler.  Instead...
14251         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
14252         (mh-show-buffer): Only define for compiler.
14253         (pr-mh-current-message): Update for above function name changes.
14255         * files.el (abort-if-file-too-large): Explicitly pass `filename'
14256         as an argument.
14257         (find-file-noselect, insert-file-1): Update for above change.
14259         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
14261         * mail/mailclient.el (mailclient-send-it): Fix message.
14263         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
14264         (edebug-eval): Check cl-debug-env is bound.
14265         (print-level, print-circle): Don't redefine built-in variables.
14267         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
14268         (custom-print-vectors): Remove old comments from doc.
14270         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
14271         (emerge-version): Make the variable an obsolete alias for the
14272         emacs-version variable.  Make the function obsolete.
14273         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
14274         Emerge options, rather than merging in into the main Options menu.
14275         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
14276         and auto advance modes.  Disable edit/fast items when not relevant.
14278 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
14280         * term/vt420.el (terminal-init-vt420): Fix typo.
14282 2009-07-20  Sam Steingold  <sds@gnu.org>
14284         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
14285         variable (removed from compile.el on 2004-03-11).
14287 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
14289         * files.el (hack-local-variables-filter): Fix last change.
14291 2009-07-19  Juri Linkov  <juri@jurta.org>
14293         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
14294         (dir-local-variables-alist): New buffer-local variable.
14295         (hack-local-variables-filter): If variable is not dir-local,
14296         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
14297         because file-local overrides dir-local.
14298         (c-postprocess-file-styles) <declare-function>:
14299         Remove obsolete declaration.
14300         (hack-dir-local-variables): Add dir-local variable/value pair to
14301         `dir-local-variables-alist' and remove duplicates.  Doc fix.
14303         * help-fns.el (describe-variable): Add information about
14304         file-local and dir-local variables.
14306 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
14308         * files.el (hack-local-variables-filter): Rewrite.
14310 2009-07-19  Glenn Morris  <rgm@gnu.org>
14312         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
14313         Silence compiler by only defining on XEmacs.
14315         * international/mule.el (auto-coding-regexp-alist): Only match
14316         BABYL... at the start of buffer, not of lines.  (Bug#3790)
14318         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
14319         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
14320         (cal-menu-context-mouse-menu): Doc fix.
14322         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
14324         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
14326 2009-07-18  Juri Linkov  <juri@jurta.org>
14328         * info.el: Virtual Info keyword finder.
14329         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
14330         (Info-finder-file): New variable.
14331         (Info-finder-find-file): New function.
14332         (finder-known-keywords, finder-package-info)
14333         (find-library-name, lm-commentary): Use defvar and
14334         declare-function to silence compiler warnings.
14335         (Info-finder-find-node): New function.
14336         (info-finder): New command.
14338         * subr.el (process-kill-buffer-query-function): New function.
14339         (add-hook)<kill-buffer-query-functions>: Add hook
14340         `process-kill-buffer-query-function'.
14342 2009-07-18  Alan Mackenzie  <acm@muc.de>
14344         * progmodes/cc-mode.el (c-before-hack-hook)
14345         (c-postprocess-file-styles): Give invocation of `c-set-style'
14346         DONT-OVERRIDE parameter of t.  Already set style variables will
14347         thus not be overridden by style settings given by `c-file-syle'.
14349         * files.el (hack-local-variables-filter): Remove entries with
14350         duplicate keys from `file-local-variables-alist'.
14352 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14354         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14355         x-set-selection if display-selections-p returns nil for the
14356         current frame.
14358 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
14360         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14362 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14364         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14365         Accept nil in addition to a regexp.
14366         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14367         Accept nil in addition to a regexp.
14368         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14369         buffers that have an associated file.  Handle nil values of
14370         desktop-buffers-not-to-save and desktop-files-not-to-save.
14371         (Bug#3833)
14373         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14374         (x-disown-selection-internal): New functions.
14376 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
14378         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14379         warning.
14380         (gdb-breakpoints-header): Move forward to avoid compiler warning.
14381         (gdb-make-header-line-mouse-map): Remove duplicate definition.
14383 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
14385         * simple.el (set-mark): Revert last change.
14387 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
14389         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14390         rendering of pngs is not possible instead of messaging a long
14391         description.
14393 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
14395         * w32-fns.el (x-selection-owner-p): New function.
14397         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14398         (mouse-yank-at-click, mouse-yank-primary): If
14399         select-active-regions is non-nil, deactivate the mark before
14400         insertion.
14402         * simple.el (deactivate-mark, set-mark): Only save selection if we
14403         own it.
14405 2009-07-17  Kenichi Handa  <handa@m17n.org>
14407         * case-table.el (describe-buffer-case-table): Fix for the case
14408         that KEY is a cons.
14410 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
14412         * vc-rcs.el (vc-rcs-find-file-hook):
14413         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14415 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
14417         * net/tramp.el (tramp-wait-for-output): Handle the case when
14418         commands do not return a newline but a null byte before the shell
14419         prompt.  (Bug#3858)
14421 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14423         * term/ns-win.el (ns-set-alpha): Don't declare.
14424         (ns-set-background-alpha): Remove function.
14426 2009-07-16  Kevin Ryde  <user42@zip.com.au>
14428         * emacs-lisp/copyright.el (copyright-update): Save match-data across
14429         y-or-n-p, for safety.
14431 2009-07-16  Richard Stallman  <rms@gnu.org>
14433         * files.el (auto-save-mode): If buffer-saved-size is -2,
14434         don't clobber it.
14436         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14437         (rmail-retry-ignored-headers): Add more uninteresting fields.
14439 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
14441         * net/rcirc.el (rcirc): Use history variables.
14442         (rcirc-server-name-history, rcirc-nick-name-history)
14443         (rcirc-server-port-history): New variables.
14445 2009-07-15  Kenichi Handa  <handa@m17n.org>
14447         * international/mule-cmds.el (set-language-environment-charset):
14448         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14449         ignore them.
14451         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14452         Delete unibyte-display.
14454 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14456         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14458 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14460         * simple.el (deactivate-mark): Optional argument FORCE.
14461         (set-mark): Use deactivate-mark.
14463         * info.el (Info-search): No need to check transient-mark-mode
14464         before calling deactivate-mark.
14466         * select.el (x-set-selection): Doc fix.
14467         (x-valid-simple-selection-p): Allow buffer values.
14468         (xselect--selection-bounds): Handle buffer values.  Suggested by
14469         David De La Harpe Golden.
14471         * mouse.el (mouse-set-region, mouse-drag-track): Call
14472         copy-region-as-kill before setting the mark, to let
14473         select-active-regions work.
14475 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
14477         * simple.el (deactivate-mark): If select-active-regions is
14478         non-nil, copy the selection data into a string.
14479         (activate-mark): If select-active-regions is non-nil, set the
14480         selection to the current buffer.
14481         (set-mark): Update selection if select-active-regions is non-nil.
14483         * select.el (x-valid-simple-selection-p): Allow buffer values.
14485 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14487         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14488         and more featureful message-mode.
14490 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
14492         * select.el (x-set-selection): Doc fix.
14493         (x-valid-simple-selection-p): Disallow selection data consisting
14494         of a list or cons of integers, since that is not used.
14495         (xselect--selection-bounds, xselect--int-to-cons): New functions.
14496         (xselect-convert-to-string, xselect-convert-to-length)
14497         (xselect-convert-to-filename, xselect-convert-to-charpos)
14498         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14500 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
14502         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14503         output in -break-info command (Emacs bug #3794).
14505 2009-07-14  Glenn Morris  <rgm@gnu.org>
14507         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14508         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14509         (edebug-print-length, edebug-print-level, edebug-print-circle)
14510         (edebug-sit-for-seconds, edebug-view-outside)
14511         (edebug-bounce-point, edebug-set-global-break-condition)
14512         (edebug-Go-nonstop-mode, edebug-trace-mode)
14513         (edebug-Trace-fast-mode, edebug-continue-mode)
14514         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14515         (edebug-visit-eval-list): Doc fixes.
14517         * subr.el (def-edebug-spec): Doc fix.
14519 2009-07-14  Kenichi Handa  <handa@m17n.org>
14521         * international/characters.el: Fix setting of category ?C.
14523 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
14525         * term/ns-win.el (x-select-font): defalias x-select-font to
14526         ns-popup-font-panel instead of generate-fontset-menu.
14528 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
14530         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
14532 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
14534         * arc-mode.el (archive-find-type): Allow for a PK00 string before
14535         the PK\003\004 header (Bug#3770).
14537 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
14539         * pcomplete.el (pcomplete-comint-setup): Check for
14540         shell-dynamic-complete-filename too.
14542 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
14544         * simple.el (temporary-goal-column): Change the value for
14545         line-move-visual to a cons cell.
14546         (line-move-visual): Record or set the window hscroll, if
14547         necessary (Bug#3494).
14548         (line-move-1): Handle cons value of temporary-goal-column.
14550 2009-07-11  Kenichi Handa  <handa@m17n.org>
14552         * international/mule-diag.el (describe-character-set): Don't show
14553         width.
14555 2009-07-10  Sam Steingold  <sds@gnu.org>
14557         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14558         Omake sometimes indents the errors it prints, so allow all
14559         regexps to start with spaces.
14561 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
14563         * cus-edit.el (customize-changed-options-previous-release):
14564         Bump value to 22.1.  (Bug#3804)
14566 2009-07-08  Sam Steingold  <sds@gnu.org>
14568         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14569         to be a cons cell (test . ignored-directory) to selectively ignore
14570         some directories depending on the location of the search.
14572 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
14574         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14575         remote user is root, on the local host.
14576         (tramp-local-host-p): Either the local user or the remote user
14577         must be root.  (Bug#3771)
14579 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14581         * progmodes/gdb-mi.el (gdb): Remove description of
14582         gdb-use-separate-io-buffer.
14583         (menu): Don't allow toggling of or enable
14584         gdb-use-separate-io-buffer from menubar.
14586 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
14588         * mail/unrmail.el (unrmail): Make sure the message ends with two
14589         newlines (Bug#3769).
14591 2009-07-08  Glenn Morris  <rgm@gnu.org>
14593         * calendar/calendar.el (calendar-current-date): Rework previous change.
14595 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
14597         * calendar/calendar.el (calendar-current-date):
14598         Add an optional argument giving an offset from today.
14600 2009-07-08  Glenn Morris  <rgm@gnu.org>
14602         * tutorial.el (tutorial--describe-nonstandard-key):
14603         Adjust the message for when a key has been unbound.
14604         (help-with-tutorial): Hide the arch-tag.
14606 2009-07-08  Kenichi Handa  <handa@m17n.org>
14608         * international/fontset.el (setup-default-fontset): For each
14609         script, append (not set) font-specs.
14611         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14612         docstring.
14614 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14616         * progmodes/gdb-mi.el (gdb-init-1): Move sending
14617         -data-list-register-names to ...
14618         (gdb-starting): ... here because GDB 7.0 requires execution to
14619         have started when using this MI command.
14620         (gdb-set-header): New function to distinguish select and
14621         unselected tabs in gdb buffers.
14622         (gdb-propertize-header): New macro that uses gdb-set-header.
14623         (gdb-breakpoints-header, gdb-locals-header): Use it.
14624         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14626 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
14628         * Makefile.in (ELCFILES): Remove fadr.elc.
14630 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
14632         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14633         may contain frame information, so `string-match' should be used.
14634         (gdb-update): Disassembly is invalidated through
14635         `gdb-get-selected-frame'.
14636         (gdb-pad-string): New function to pad string with spaces.
14637         (gdb-invalidate-disassembly): Invalidate only if the buffer
14638         exists.
14639         (gdb-disassembly-handler-custom): Column alignment.
14640         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
14641         placing new ones.
14642         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
14643         end of line, too.
14644         (gdb-frame-handler): Match convention to for disassembly buffer
14645         mode name.
14646         (gdb-stack-list-frames-handler): Rewritten without regexps.
14647         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
14648         not highlight breakpoints without line information.
14649         (gdb-input): Add trailing newline to command.
14651         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
14652         buffer properly.
14653         (gdb-breakpoints-list-handler-custom): Replacement for
14654         `gdb-break-list-handler'.  Using real parser instead of regexps
14655         now.
14656         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
14657         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
14658         to place breakpoints.
14659         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
14660         functions.
14661         (gdb-disassembly-handler-custom): Show overlay arrow.
14662         (gdb-disassembly-place-breakpoints): Show breakpoints in
14663         disassembly buffer.
14664         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14665         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
14666         instead of parsing breakpoints buffer.  Fixed old menu references
14667         in `gud-menu-map'.
14669         * fadr.el: Remove.
14671         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
14672         (gdb-memory-address): New variable which holds top address of
14673         memory page shown in memory buffer.
14674         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
14675         customization variables.
14676         New functions:
14677         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
14678         display the memory buffer.
14679         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
14680         buffer display parameters.
14681         (def-gdb-memory-format, gdb-memory-format-binary)
14682         (gdb-memory-format-octal, gdb-memory-format-unsigned)
14683         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
14684         Functions for setting memory buffer format.
14685         (gdb-memory-unit-word, gdb-memory-unit-halfword)
14686         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
14687         unit size used in memory buffer.
14688         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
14689         to next/previous page of memory buffer.
14690         Now using (bindat-get-field) instead of fadr functions.
14692 2009-07-07  Sam Steingold  <sds@gnu.org>
14694         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
14695         non-top-level files.
14697 2009-07-07  Kenichi Handa  <handa@m17n.org>
14699         * international/mule-cmds.el (reset-language-environment): Put
14700         the highset priority to the charset iso-8859-1.
14702 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14704         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
14705         to the end of the line when locating the block (Bug#700).
14707 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
14709         * net/tramp.el (tramp-handle-write-region): Flush file properties
14710         in case of short track.
14712 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
14714         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
14715         Coded custom representation of verilog error regular expressions
14716         to work with Emacs-22's new format.
14717         (verilog-error-regexp-xemacs-alist): Coded custom representation
14718         of verilog error regular expressions to work with XEmacs format.
14719         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
14720         error recognition into XEmacs.
14721         (verilog-error-regexp-add-emacs): Hook routine to install verilog
14722         error recognition into Emacs-22.
14724 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14726         * woman.el: Remove stand-alone closing parentheses.
14727         (woman-file-name, woman2-format-paragraphs)
14728         (woman-leave-blank-lines): Code cleanup.
14729         (woman-use-own-frame): Change default to nil.
14730         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
14731         defaults to inherit from default faces.
14732         (woman2-process-escapes): Consume the newline after a stand-alone
14733         filler character (Bug#3651).
14735 2009-07-06  Glenn Morris  <rgm@gnu.org>
14737         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
14738         (top-level): Move provide to the end.
14739         (ffap): Remove defunct URL from custom group.
14741         * subr.el (eval-after-load): Doc fix.
14743 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
14745         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
14746         `calc-embedded-word' is called twice.
14748 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14750         * files.el (find-alternate-file-other-window, find-alternate-file):
14751         Obey confirm-nonexistent-file-or-buffer.
14753 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
14755         * dired-aux.el (dired-show-file-type): Handle remote files.
14757 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
14759         * desktop.el (desktop-globals-to-save):
14760         Add file-name-history (Bug#2750).
14762 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
14764         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
14766 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
14768         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
14769         property on entire argument since this is what eshell-lisp-command
14770         expects.
14772 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
14774         * net/tramp-gvfs.el (tramp-gvfs-methods)
14775         (tramp-gvfs-zeroconf-domain)
14776         (tramp-bluez-discover-devices-timeout): Add version flag.
14777         (tramp-gvfs-handler-mounted-unmounted)
14778         (tramp-gvfs-connection-mounted-p): Polish handling of
14779         incompatibilities between GVFS 0.2 and 1.0.
14781 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
14783         * cus-start.el (all): Add make-pointer-invisible.
14785 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
14787         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
14788         formatted correctly.
14790 2009-07-02  Juri Linkov  <juri@jurta.org>
14792         * info.el: Virtual Info files and nodes.
14793         (Info-virtual-files, Info-virtual-nodes): New variables.
14794         (Info-current-node-virtual): New variable.
14795         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
14796         New functions.
14797         (Info-file-supports-index-cookies): Use Info-virtual-file-p
14798         to check for a virtual file instead of checking a fixed list
14799         of node names.
14800         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
14801         instead of ad-hoc processing of "dir" and (apropos history toc).
14802         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
14803         instead of ad-hoc processing of "dir" and (apropos history toc).
14804         Reread a file when moving from a virtual node.
14805         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
14806         (Info-directory-toc-nodes, Info-directory-find-file)
14807         (Info-directory-find-node): New functions.
14808         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
14809         (Info-history): Move part of code to
14810         `Info-history-find-node'.
14811         (Info-history-toc-nodes, Info-history-find-file)
14812         (Info-history-find-node): New functions.
14813         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
14814         (Info-toc): Move part of code to `Info-toc-find-node'.
14815         (Info-toc-find-node): New function.
14816         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
14817         the current Info file name to references because now the node
14818         "*TOC*" belongs to the same Info manual.
14819         (Info-toc-build): Rename from `Info-build-toc'.
14820         (Info-toc-nodes): Rename input argument `file' to `filename'.
14821         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
14822         instead of ad-hoc processing of ("dir" apropos history toc).
14823         (Info-index-nodes): Use Info-virtual-file-p
14824         to check for a virtual file instead of checking a fixed list
14825         of node names.
14826         (Info-index-node): Add check for `Info-current-node-virtual'.
14827         Raise `save-match-data' higher up the tree to contain
14828         `search-forward' too (bug fix).
14829         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
14830         (Info-virtual-index-nodes): New variable.
14831         (Info-virtual-index-find-node, Info-virtual-index): New functions.
14832         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
14833         (Info-apropos-file, Info-apropos-nodes): New variables.
14834         (Info-apropos-toc-nodes, Info-apropos-find-file)
14835         (Info-apropos-find-node, Info-apropos-matches): New functions.
14836         (info-apropos): Move part of code to `Info-apropos-find-node' and
14837         `Info-apropos-matches'.
14838         (Info-mode-map): Bind "I" to `Info-virtual-index'.
14839         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
14840         for a virtual file instead of checking a fixed list of node names.
14842         * simple.el (async-shell-command): New command.
14844         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
14846         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
14847         instead of `mount-info'.
14849 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
14851         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
14852         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
14854 2009-07-02  Kenichi Handa  <handa@m17n.org>
14856         * international/mule.el (set-keyboard-coding-system): Force *-unix
14857         coding-system to avoid eol conversion.
14859 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
14861         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
14862         Add handler for `process-file', `shell-command' and
14863         `start-file-process'.
14864         (tramp-gvfs-handle-shell-command)
14865         (tramp-gvfs-handle-start-file-process)
14866         (tramp-gvfs-handle-process-file): New defuns.
14867         (tramp-synce-list-devices): Simplify check for existence of property.
14869 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
14871         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
14873 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
14875         * language/korean.el (set-language-info-alist): Add korean-cp949,
14876         cp949 to spec.
14878 2009-07-01  Kenichi Handa  <handa@m17n.org>
14880         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
14882         * international/encoded-kb.el: Deleted.
14884         * international/mule.el (set-keyboard-coding-system): Perform the
14885         necessary setup here instead of calling encoded-kbd-setup-display.
14887 2009-07-01  Glenn Morris  <rgm@gnu.org>
14889         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
14891 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
14893         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
14895 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
14897         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
14898         Handle also the 'rename case, when setting file modes.  (Bug#3712)
14899         (tramp-default-file-modes): Remove execute permissions.
14901         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
14902         (top): Add a default for "synce" in `tramp-default-user-alist'.
14903         Add completion function for "synce" method.
14904         (tramp-hal-service, tramp-hal-path-manager)
14905         (tramp-hal-interface-manager, tramp-hal-interface-device):
14906         New defconst.
14907         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
14908         (tramp-synce-list-devices, tramp-synce-parse-device-names):
14909         New defuns.
14911         * net/trampver.el: Update release number.
14913 2009-06-30  Kenichi Handa  <handa@m17n.org>
14915         * international/fontset.el (setup-default-fontset): Add CJK fonts
14916         for symbols and the other miscellaneous characters.
14918         * language/korea-util.el (setup-korean-environment-internal):
14919         Make char-width-table suitable for Korean environments.
14920         (exit-korean-environment): Cancel above.
14922         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
14923         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
14924         setup-function to make char-width-table suitable for respective
14925         environments, and an exit-function to cancel that.
14927         * language/japan-util.el (setup-japanese-environment-internal):
14928         Call use-cjk-char-width-table with arg `ja_JP'.
14930         * international/characters.el (cjk-char-width-table): Delete it.
14931         (cjk-char-width-table-list): New variable.
14932         (use-cjk-char-width-table): New arg local-name.
14933         (use-default-char-width-table): Fix for the case that Emacs is
14934         already using the default char-width-table.
14936 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
14938         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
14939         modes mandatory.  (Bug#3712)
14941 2009-06-29  Alan Mackenzie  <acm@muc.de>
14943         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
14944         correction between the visible width of TABs and their number of bytes.
14946 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
14948         * server.el (server-buffer-done): Prevent kill-buffer from
14949         prompting by clearing the buffer modification flag (Bug#3696).
14951 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
14953         * progmodes/verilog-mode.el (verilog-beg-of-statement)
14954         (verilog-endcomment-reason-re): Support unique case and priority case.
14955         (verilog-basic-complete-re): Support localparam lineup.
14956         (verilog-beg-of-statement-1): Fix for robustness, unique case.
14957         (verilog-set-auto-endcomments): Fix for unique case, always_comb
14958         commenting.
14959         (verilog-leap-to-case-head): Now support *nested* unique &
14960         priority case statements.
14961         (verilog-auto-lineup): Make just declarations the default (as it
14962         had been).
14963         (verilog-leap-to-case-head): Support priority/unique case statements.
14964         (verilog-auto-lineup): Rework to give users radio buttons to
14965         select the various styles of automatic lineup.
14966         (verilog-error-regexp-alist): Rework to support the XEmacs style
14967         of error regular expressions from compilers, lint tools &
14968         simulators.  Note that GNU Emacs has made it impossible for a mode
14969         to load such things.
14970         (electric-verilog-terminate-line, verilog-indent-declaration)
14971         (verilog-auto-wiure): Rework for radio button selection of
14972         auto-lineup selection of specification of auto lineup.
14973         (verilog-beg-of-statement-1): Redesign to support proper operation
14974         in additional code, based on testing with auto-lineup.
14975         (verilog-calculate-indent, assignments & declarations)
14976         (verilog-backward-token): Enhance to support auto-lineup of
14977         assignments & declarations.
14978         (verilog-in-directive-p, verilog-at-struct-p): New function for
14979         easy test of whether we are.
14980         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
14981         to support safe execution at almost anyline.
14982         (verilog-calc-1): Properly support indenting deep inside generate
14983         blocks.
14984         (verilog-init-font): Remove definition & use of verilog-init-font,
14985         as it is redundant with font-lock-defaults.
14986         (verilog-mode): Alter the definition of verilog-font-lock-defaults
14987         to avoid circular calls if syntax-ppss is a function (as is the
14988         case now in 22.x GNU Emacs) as that function would sometimes call
14989         itself, leading to (nearly) infinite recursion.
14990         (verilog-ovm-begin-re, verilog-ovm-end-re)
14991         (verilog-ovm-statement-re, verilog-leap-to-head)
14992         (verilog-backward-token): Add support for OVM macros.  Some are
14993         complete statements, and others open and close scopes like begin
14994         and end.
14995         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
14996         (verilog-defun-level-generate-only-re): Really fix the defun-list
14997         compilation issue.
14998         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
14999         coverpoint, constraint and cross statements.
15000         (verilog-defun-level-list, verilog-generate-defun-level-list)
15001         (verilog-all-defun-level-list): Redo these specifications - it is
15002         too hard to support eval-when compile aggregation of lists also
15003         built at when-compile time.
15004         (verilog-defun-level-list): Place defconsts of variables used in
15005         building regular expressions which are built in eval-when-compile
15006         bodies in the same eval-when-compile body to facilitate compile
15007         without load.
15008         (verilog-beg-block-re-ordered): Support indenting
15009         virtual/protected tasks and functions.
15010         (verilog-defun-level-list, verilog-in-generate-region-p)
15011         (verilog-backward-ws&directives, verilog-calc-1): Speed up
15012         indentation of some module items (generate items).
15013         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
15014         across virtual/protected tasks and functions.
15016 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
15018         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
15019         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
15020         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
15021         in concatenations.  Reported by Yishay Belkind.
15022         (verilog-auto-ascii-enum): Support one-hot state machines in
15023         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
15024         (verilog-auto-inst, verilog-auto-inst-port): Include interface
15025         modport in AUTOINST and add vl-modport for users.  Reported by
15026         David Rogoff.
15027         (verilog-auto-inout-module, verilog-auto-inst)
15028         (verilog-decls-get-interfaces, verilog-insert-definition)
15029         (verilog-insert-one-definition, verilog-read-decls)
15030         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
15031         (verilog-sig-modport, verilog-signals-combine-bus)
15032         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
15033         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
15034         Suggested by David Rogoff.
15035         (verilog-repair-open-comma): Fix non-insertion of comma when
15036         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
15037         (verilog-make-width-expression): Simplify [A-1:0] expression
15038         widths to just {A{1'b0}}.
15039         (verilog-mode): Cleanup checkdoc warnings.
15040         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
15041         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
15042         inputs/outputs or data type.  Suggested by Vasu Kandadi.
15043         (next-error-last-buffer): Fix byte-compiler warning.
15044         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
15045         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
15046         or shell command text during AUTO expansion.  Suggested by Tad Truex.
15047         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
15048         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
15049         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
15050         in AUTOINOUT.  Reported by Matthew Lovell.
15051         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
15052         causing use of <= assignments.  Reported by Alex Reed.
15053         (verilog-read-decls): Fix triand, trior, wand, wor to be
15054         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
15055         (verilog-extended-complete-re): Support import "DPI-C" functions.
15056         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
15057         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
15058         (verilog-insert-date, verilog-insert-year)
15059         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
15060         Windows systems.  Reported by Michael Potts.
15061         (verilog-read-module-name): Fix AUTOINST when the child module
15062         declaration's name is a tick define.  Reported by Elliot Mednick.
15063         (verilog-read-decls): Fix V2K parameter bit subscripts getting
15064         passed to next parameter's definition.  Reported by Bruce T.
15065         (verilog-read-decls): Fix detecting "parameter int" when using
15066         AUTOINSTPARAM.  Reported by Bruce T.
15067         (verilog-goto-defun): Fix goto not finding modules unless first
15068         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
15069         (verilog-mode): Expand -f flag arguments on entry to mode so
15070         verilog-goto-defun will work.  Reported by Lawrence Butcher.
15071         (verilog-getopt): Expand environment variables in -f file
15072         arguments.  Suggested by Lawrence Butcher.
15073         (verilog-set-define): Fix "Symbol's value as variable is void"
15074         when reading enumerations.
15075         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
15076         Suggested by Stephen Peltan.
15077         (verilog-read-defines): Fix reading of enumerations in include
15078         files.  Reported by Steve Peltan.
15080 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
15082         * files.el (trash-directory): Fix defcustom type.
15084 2009-06-28  Juri Linkov  <juri@jurta.org>
15086         * help-fns.el (describe-function-1): Correctly locate adviced
15087         functions in hyperlink (Bug#2438).
15089 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
15091         * files.el (trash-directory): Change default to nil.
15092         (move-file-to-trash): If trash-directory is nil and
15093         system-move-file-to-trash is unbound, perform freedesktop-style
15094         trashing.
15096 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
15098         * files.el (move-file-to-trash): Add freedesktop trash
15099         support (Bug#973).
15101 2009-06-28  Glenn Morris  <rgm@gnu.org>
15103         * autorevert.el (global-auto-revert-non-file-buffers)
15104         (global-auto-revert-mode): Doc fixes.
15106 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
15108         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
15110 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
15112         * faces.el (x-handle-named-frame-geometry): Ensure that we have
15113         opened an X connection before calling x-get-resource (Bug#3194).
15115         * play/doctor.el: Remove reference to obsolete website.
15116         (make-doctor-variables): Correct grammar mistake (Bug#2633).
15118 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
15120         Remove find-file-not-found-hook VC method.  (Bug#2757)
15121         * vc-hooks.el (vc-file-not-found-hook)
15122         (vc-default-find-file-not-found-hook): Remove functions.
15123         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
15124         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
15125         * vc.el:
15126         * vc-hg.el:
15127         * vc-git.el: Do not mention find-file-not-found-hook VC method.
15129 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
15131         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
15132         compatibility function for `looking-back'.
15134         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15135         Use `ispell-looking-back'.
15137 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
15139         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
15140         rather than `filename'.
15142 2009-06-23  Miles Bader  <miles@gnu.org>
15144         * face-remap.el (text-scale-set): New function.
15146 2009-06-23  Glenn Morris  <rgm@gnu.org>
15148         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
15150         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
15152         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
15154         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
15156         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15157         Simplify Persian conditionals.
15159         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
15160         variable `filename'.
15162         * comint.el (comint-insert-input): Doc fix.
15164         * Makefile.in (ELCFILES): Fix typo in previous change.
15166 2009-06-23  Miles Bader  <miles@gnu.org>
15168         * cus-start.el: Add entry for `recenter-redisplay'.
15170 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
15172         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
15173         Add an optional argument for the backend, use it instead of
15174         calling vc-backend.
15175         (vc-mode-line): Add an optional argument for the backend.
15176         Pass the backend to vc-state and vc-working-revision.  Move code for
15177         special handling for vc-state being a buffer to ...
15179         * vc-rcs.el (vc-rcs-find-file-hook):
15180         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
15182         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
15183         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
15184         vc-stay-local-p and vc-mode-line calls.
15186         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
15187         (vc-cvs-diff, vc-cvs-annotate-command)
15188         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
15189         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
15190         vc-mode-line calls.
15192         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
15193         direct comparison.
15194         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
15195         backend when calling vc-mode-line.
15196         (vc-register): Do not create a closure for calling the vc register
15197         function, call it directly.
15199 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
15201         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
15202         to make it obvious item can be clicked.
15204         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
15206 2009-06-23  Kenichi Handa  <handa@m17n.org>
15208         * language/korea-util.el (korean-key-bindings): Change the binding
15209         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
15210         same command.
15212 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
15214         Sync with Tramp 2.1.16.
15216         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
15218         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
15219         when a loading of a package fails.  Completion function for rsync
15220         is `tramp-completion-function-alist-ssh'.
15221         (all): Replace all calls of `split-string' and
15222         `tramp-split-string' by `tramp-compat-split-string'.
15223         (tramp-default-method): Use `tramp-compat-process-running-p'.
15224         (tramp-default-proxies-alist): Allow also Lisp forms.
15225         (tramp-remote-path): Add choice "Private Directories".
15226         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
15227         (tramp-domain-regexp): Allow also "-", "_" and ".".
15228         (tramp-end-of-output): Remove newlines, and add "$" at the end.
15229         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
15230         (tramp-debug-message): Insert header line in debug buffer.
15231         (tramp-handle-directory-files-and-attributes-with-stat):
15232         Care about filenames with spaces, or starting with "-".
15233         (tramp-handle-dired-uncache): New defun.
15234         (tramp-handle-insert-directory): Don't flush the directory from
15235         cache, this is handled by `dired-uncache' now.
15236         (tramp-handle-insert-file-contents): Improve error handling.
15237         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15238         Quote `tramp-end-of-output'.
15239         (tramp-action-password): Improve trace message.
15240         (tramp-check-for-regexp): Both echoes must be present, before removing.
15241         (tramp-open-connection-setup-interactive-shell): Trace coding system.
15242         (tramp-compute-multi-hops): Eval cons cells of
15243         `tramp-default-proxies-alist'.
15244         (tramp-maybe-open-connection): Use the same command pattern for
15245         first hop and further hops.
15246         (tramp-wait-for-output): Remove handling of newlines.
15247         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
15248         (tramp-split-string): Remove function.  It is handled in
15249         tramp-compat now.
15251         * net/tramp-cmds.el (tramp-bug):
15252         Recommend `tramp-cleanup-all-connections' in the bug mail.
15254         * net/tramp-compat.el (tramp-compat-split-string)
15255         (tramp-compat-process-running-p): New defuns.
15257         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
15258         for `dired-uncache'.
15260         * net/tramp-gvfs.el: New package.
15262         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15263         Add handler for `dired-uncache'.
15264         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
15266         * net/trampver.el: Update release number.  Make version check fit
15267         for SXEmacs 22.
15269 2009-06-22  Jim Meyering  <meyering@redhat.com>
15271         Automatically handle .xz suffix (XZ-compressed files), too.
15272         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
15273         XZ is the successor to LZMA: <http://tukaani.org/xz/>
15275 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
15276             Nick Roberts  <nickrob@snap.net.nz>
15278         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
15279         repository (http://sphinx.net.ru/hg/gdb-mi/).
15281 2009-06-22  Glenn Morris  <rgm@gnu.org>
15283         * files.el (dir-locals-collect-mode-variables): Allow for any number of
15284         `mode' and `eval' entries.  (Bug#3430)
15286         * Makefile.in (ELCFILES): Add fadr.elc.
15288         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
15289         differing behavior of \n and ^ in strings.  (Bug#3385)
15291         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
15293         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
15294         property.
15295         (lisp-indent-function): Make it a defcustom.
15297 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
15299         * progmodes/gdb-ui.el: Replace with ...
15300         * progmodes/gdb-mi.el: ... this file.
15301         * progmodes/gud.el: Modify for gdb-mi.el.
15303 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
15305         * fadr.el: New file.
15307 See ChangeLog.14 for earlier changes.
15309 ;; Local Variables:
15310 ;; coding: utf-8
15311 ;; End:
15313     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
15315   This file is part of GNU Emacs.
15317   GNU Emacs is free software: you can redistribute it and/or modify
15318   it under the terms of the GNU General Public License as published by
15319   the Free Software Foundation, either version 3 of the License, or
15320   (at your option) any later version.
15322   GNU Emacs is distributed in the hope that it will be useful,
15323   but WITHOUT ANY WARRANTY; without even the implied warranty of
15324   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15325   GNU General Public License for more details.
15327   You should have received a copy of the GNU General Public License
15328   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15330 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1