Fixed bug#6766 (icalendar.el)
[emacs.git] / lisp / ChangeLog
blob50aa73ad37b33f2af87336c20c7b00fa36ac6736
1 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
3         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
4         (icalendar--split-value): Fixed splitting regexp. (Bug#6766)
5         (icalendar--get-weekday-numbers): New
6         (icalendar--create-uid, icalendar-export-region)
7         (icalendar--parse-summary-and-rest): Code formatting.
8         (icalendar--convert-recurring-to-diary): Handle multiple byday
9         values in weekly rules. (Bug#6766)
11 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
13         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
14         to italicize headers.
15         (calc-highlight-selections-with-faces): New variable.
16         (calc-selected-face, calc-nonselected-face): New faces.
18         * calc/calccomp.el (math-comp-highlight-string): Use
19         `calc-highlight-selections-with-faces' to determine how to highlight
20         sub-formulas.
22         * calc/calc-sel.el (calc-show-selections): Change message to when
23         using faces to highlight selections.
25 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
27         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords): Added
28         SQLite 3 keywords, functions and datatypes.
29         (sql-interactive-mode): Removed `comint-process-echoes' set to t
30         (Bug#6686).
32 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
34         * simple.el (select-active-regions): Move to keyboard.c.
35         (deactivate-mark): Used saved-region-selection.
36         (select-active-region): Function removed.
37         (activate-mark, set-mark, push-mark-command)
38         (handle-shift-selection): Don't call it.
39         (keyboard-quit): Avoid adding the region to the window selection.
41         * mouse.el (mouse-drag-track): Remove hacks to deal with old
42         select-active-regions implementation.
43         (mouse-yank-at-click): Doc fix.
45         * cus-start.el: Add custom declaration for select-active-regions.
47 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
49         * simple.el (delete-forward-char): Doc fix.
51         * tutorial.el (help-with-tutorial): Hack safe file-local variables
52         after reading the tutorial.
54 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
56         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
57         for the case that a C style comment has its delimiters alone on
58         their respective lines.
60 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
62         * net/tramp.el (tramp-handle-start-file-process ): Set connection
63         property "vec".
64         (tramp-process-sentinel): Use it for flushing the cache.  We
65         cannot do it via the process buffer, the buffer could be deleted
66         already when running the sentinel.
68 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
70         * comint.el (comint-mode): Make directory tracking functions
71         functional on remote files.  (Bug#6764)
73 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
75         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
77 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
79         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
80         unexec.c => unexcoff.c.
82         * emacs-lisp/authors.el (authors-fixed-entries): Rename
83         unexec.c => unexcoff.c.
85 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
87         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
88         cache, not only file cache.
89         (tramp-process-sentinel): New defun.
90         (tramp-handle-start-file-process): Use it, in order to invalidate
91         file caches.
93 2010-08-03  Leo  <sdl.web@gmail.com>
95         * server.el (server-start): Simplify loop.
97 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
99         * frame.el (screen-height, screen-width, set-screen-width)
100         (set-screen-height): Remove ancient compatibility aliases.
102         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
103         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
105         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
106         that change current buffer.
108 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
110         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
111         beginning of the string.  Use `string-match-p'.  (Bug#6765)
113 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
115         * cus-start.el (x-gtk-use-system-tooltips): New variable.
117 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
119         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
120         (package--builtins): Tweak descriptions.
121         (package-print-package): Upcase descriptions if necessary.
122         Show all built-in packages in font-lock-builtin-face.
123         (package-list-packages-internal): Omit "emacs" package.
124         Show status of built-in packages as "built-in".
126 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
128         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
129         before killing to preserve the primary selection (Bug#6701).
131         * term/x-win.el (x-select-text): Doc fix.
133 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
135         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
136         The following functions were modified or created:
138         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
139         (objc-font-lock-extra-types):
140         * progmodes/cc-mode.el (c-basic-common-init):
141         * progmodes/cc-langs.el (c-make-mode-syntax-table)
142         (c++-make-template-syntax-table)
143         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
144         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
145         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
146         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
147         * progmodes/cc-fonts.el (c-make-inverse-face)
148         (c-basic-matchers-after):
149         * progmodes/cc-engine.el (c-forward-keyword-clause)
150         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
151         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
152         (c-guess-continued-construct, c-guess-basic-syntax):
154 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
156         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
158 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
160         * files.el (bidi-paragraph-direction): Define safe local values.
162         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
163         language-info-alist.  Remove outdated FIXME in a comment.
165 2010-07-31  Alan Mackenzie  <acm@muc.de>
167         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
168         Auto-fill broken in C/C++ modes.
170 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
172         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
173         (menu-bar-showhide-tool-bar-menu-customize-disable)
174         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
175         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
176         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
177         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
178         make a menu for Options => toolbar that can move it.
180 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
182         * emacs-lisp/package-x.el (package--make-rss-entry):
183         (package-maint-add-news-item, package--update-news)
184         (package-upload-buffer-internal): New arg ARCHIVE-URL.
186         * emacs-lisp/package.el (package-archive-url): Rename from
187         package-archive-id.
188         (package-install): Doc fix.
189         (package-download-single, package-download-tar, package-install)
190         (package-menu-view-commentary): Callers changed.
192 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
194         * net/tramp.el (tramp-handle-start-file-process): Check only for
195         `remote-tty' process property.
196         (tramp-open-shell): Don't check for tty.
197         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
198         process property.
200         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
201         host.
203 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
205         * emacs-lisp/package.el (package-load-list, package-archives)
206         (package-archive-contents, package-user-dir)
207         (package-directory-list, package--builtins, package-alist)
208         (package-activated-list, package-obsolete-alist): Mark as risky.
210 2010-07-28  Phil Hagelberg  <phil@evri.com>
212         Add support for non-default package repositories.
213         * emacs-lisp/package.el (package-archive-base): Var deleted.
214         (package-archives): New variable.
215         (package-archive-contents): Doc fix.
216         (package-load-descriptor): Do nothing if descriptor file is missing.
217         (package--write-file-no-coding): New function.
218         (package-unpack-single): Use it.
219         (package-archive-id): New function.
220         (package-download-single, package-download-tar)
221         (package-menu-view-commentary): Use it.
222         (package-installed-p): Make second argument optional.
223         (package-read-all-archive-contents): New function.
224         (package-initialize): Use it.
225         (package-read-archive-contents): Add ARCHIVE argument.
226         (package--add-to-archive-contents): New function.
227         (package-install): Don't call package-read-archive-contents.
228         (package--download-one-archive): Store archive file in a
229         subdirectory of package-user-dir.
230         (package-menu-execute): Remove spurious line movement.
232 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
234         * cus-start.el (tool-bar-style): Add text-image-horiz.
236 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
238         * progmodes/gud.el (gud-common-init): Check for remoteness of
239         `file', and not of `default-directory'.
241 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
243         * net/tramp.el (tramp-methods): Move hostname to the end in all
244         ssh `tramp-login-args'.
245         (tramp-verbose): Describe verbose level 9.
246         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
247         (tramp-open-connection-setup-interactive-shell): Trace stty
248         settings if `tramp-verbose' >= 9.
249         (tramp-handle-start-file-process): Implement tty setting.
250         (Bug#4604, Bug#6360)
252         * net/tramp-cmds.el (tramp-bug): Recommend setting of
253         `tramp-verbose' to 9.
255 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
257         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
258         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
259         Remove references to package `lisp-re' (bug#4369).
261 2010-07-27  Tom Tromey  <tromey@redhat.com>
263         * progmodes/js.el (js-mode):
264         * progmodes/make-mode.el (makefile-mode):
265         * progmodes/simula.el (simula-mode):
266         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
268 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
270         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
272         * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
274         * time.el (display-time-day-and-date): Remove spurious * in docstring.
275         (display-time-world-buffer-name, display-time-world-mode-map):
276         Fix typos in docstrings.
278 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
280         * image-mode.el (image-display-size): New function.
281         (image-forward-hscroll, image-next-line, image-eol, image-eob)
282         (image-mode-fit-frame): Use it (Bug#6639).
284 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
286         * dired.el (dired-buffers-for-dir): Handle list values of
287         dired-directory (Bug#6636).
289 2010-07-26  Sam Steingold  <sds@gnu.org>
291         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
292         Do not call `x-get-selection' the second time, reuse the value.
294 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
296         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
297         which consist of control chars only.  Suggested by Richard Stallman.
299 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
301         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
302         exists before passing an error to find-file-not-found-functions
303         (bug#6723).
305 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
307         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
308         Remove leading nil element, adjust values.
309         (tetris-shapes, tetris-shape-scores):
310         Change representation of shapes and remove some redundancy.
311         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
312         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
313         Adjust for working with new representation of shapes.
314         (tetris-shape-rotations): New function.
315         (tetris-move-bottom, tetris-move-left, tetris-move-right)
316         (tetris-rotate-prev, tetris-rotate-next):
317         Adjust for working with the new version of tetris-test-shape.
319 2010-07-23  Markus Triska  <markus.triska@gmx.at>
321         * progmodes/ps-mode.el: Use comint (bug#5954).
322         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
323         (ps-mode-other-newline): Simplify.
324         (ps-run-mode): Derive from comint-mode instead of
325         fundamental-mode, yielding input history etc.
326         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
327         (ps-run-send-string): Adapt for comint-mode.
328         (ps-run-newline): Remove now unneeded function.
330 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
332         * net/tramp.el (tramp-methods): Move hostname to the end in all
333         plink `tramp-login-args'.
335 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
337         * net/tramp.el (tramp-open-shell): New defun.
338         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
339         Use it.
341 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
343         * net/tramp.el (tramp-file-name-regexp-unified)
344         (tramp-completion-file-name-regexp-unified): On W32 systems, do
345         not regard the volume letter as remote filename.  (Bug#5447)
347 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
349         * custom.el (custom-declare-variable): Give a clearer error message
350         when the docstring is missing (bug#6476).
352 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
354         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
355         (sql-login-params): New widget definition.
356         (sql-oracle-login-params, sql-mysql-login-params)
357         (sql-solid-login-params, sql-sybase-login-params)
358         (sql-informix-login-params, sql-ingres-login-params)
359         (sql-ms-login-params, sql-postgres-login-params)
360         (sql-interbase-login-params, sql-db2-login-params)
361         (sql-linter-login-params): Use it.
362         (sql-sqlite-login-params): Use it; Define "database" parameter as
363         a file name.
364         (sql-sqlite-program): Change to "sqlite3".
365         (sql-comint-sqlite): Make sure database name is complete.
366         (sql-for-each-login): New function.
367         (sql-connect, sql-save-connection): Use it.
368         (sql-get-login-ext): New function.
369         (sql-get-login): Use it.
370         (sql-make-alternate-buffer-name): Handle :file parameters.
372 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
374         * dired.el (dired-no-confirm): Document value t and fix defcustom to
375         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
377 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
379         * dired.el (dired-mode-map): Use command remapping (bug#6632).
381 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
383         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
385 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
387         * net/tramp.el (tramp-get-ls-command)
388         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
389         instead of "/".
391 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
393         * progmodes/sql.el: Version 2.3.
394         (sql-connection-alist): Changed keys from symbols to strings;
395         enhanced the widget definition.
396         (sql-mode-menu): Added submenu to select connections.
397         (sql-interactive-mode-menu): Added "Save Connection" item.
398         (sql-add-product): Fixed menu item.
399         (sql-get-product-feature): Improved error handling.
400         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
401         (sql-make-alternate-buffer-name): Simplified.
402         (sql-product-interactive): Handle missing product.
403         (sql-connect): Support string keys, minor improvements.
404         (sql-save-connection): New function.
405         (sql-connection-menu-filter): New function.
407 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
409         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
410         (tramp-open-connection-setup-interactive-shell): Apply
411         workaround for IRIX64 bug.  Move argument of last
412         `tramp-send-command' where it belongs to.
414 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
416         * net/tramp.el (tramp-perl-file-attributes)
417         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
418         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
419         front of `login-args'.
421 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
423         * time.el (display-time-world-mode): Define with `define-derived-mode'.
424         Set `show-trailing-whitespace' to nil.
425         (display-time-world-display): Simplify.
427 2010-07-18  Alan Mackenzie  <acm@muc.de>
429         Enhance `c-file-style' in file/directory local variables.
430         * progmodes/cc-mode.el (c-count-cfss): New function.
431         (c-before-hack-hook): Call `c-set-style' differently according to
432         whether c-file-style was set in file or directory local
433         variables.
435 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
437         * progmodes/sql.el: Version 2.2.
438         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
439         defcustom :safe keyword rather than putting safe-local-variable
440         property.
441         (sql-password): Use defcustom :risky keyword rather than putting
442         risky-local-variable property.
443         (sql-oracle-login-params, sql-sqlite-login-params)
444         (sql-solid-login-params, sql-sybase-login-params)
445         (sql-informix-login-params, sql-ingres-login-params)
446         (sql-ms-login-params, sql-postgres-login-params)
447         (sql-interbase-login-params, sql-db2-login-params)
448         (sql-linter-login-params): Add `port' option.
449         (sql-get-product-feature): Added NO-INDIRECT parameter.
450         (sql-comint-oracle, sql-comint-sybase)
451         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
452         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
453         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
454         (sql-comint-linter): Renamed sql-connect-* functions to
455         sql-comint-*.
456         (sql-product-alist, sql-mode-menu): Renamed as above and
457         :sqli-connect-func to :sqli-comint-func.
458         (sql-connection): New variable.
459         (sql-interactive-mode): Set it.
460         (sql-connection-alist): New variable.
461         (sql-connect): New function.
462         (sql--alt-buffer-part, sql--alt-if-not-empty)
463         (sql-make-alternate-buffer-name): Improved alternative buffer name.
465 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
467         * image-mode.el (image-bookmark-make-record): Do not set context
468         in an image (Bug#6650).
470 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
472         * simple.el (select-active-region): New function.
473         (push-mark-command, set-mark, activate-mark)
474         (handle-shift-selection): Use it.
475         (deactivate-mark): Don't check for size of region.
477         * mouse.el (mouse-drag-track): Use select-active-region.
479 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
481         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
482         "--dired" stronger.
484 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
486         * term/x-win.el (x-select-enable-primary): Change default to nil.
487         (x-select-enable-clipboard): Add :version keyword.
489         * mouse.el (mouse-drag-copy-region):
490         * simple.el (select-active-regions): Likewise.
492 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
494         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
495         (vc-coding-system-for-diff): Use it to decide whether to inherit
496         from the file the EOL format for reading the diffs of that file.
497         (Bug#4451)
499 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
501         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
502         unibyte, so compressed attachments are not compressed again.
504 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
506         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
507         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
508         (tramp-find-shell): Simplify setting connection property.
509         (tramp-get-ls-command): Make test for "--color=never" stronger.
511 2010-07-15  Simon South  <ssouth@member.fsf.org>
513         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
514         blocks within record declarations (i.e. variant parts) correctly.
516 2010-07-15  Simon South  <ssouth@member.fsf.org>
518         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
519         over literal tokens when parsing so newlines aren't "absorbed" by
520         single-line comments.  Corrects the indentation of case blocks
521         that have a comment on the first line.
523 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
525         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
526         by Drew Adams (Bug#5504).
528 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
530         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
531         now that Unicode is used (Bug#6594).
533 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
535         * term/x-win.el (x-select-enable-clipboard): Default to t.
536         (x-initialize-window-system): Don't overwrite Paste menu item.
538         * simple.el (select-active-regions): Default to t.
539         (push-mark-command): Don't overwrite primary with empty string.
541         * mouse.el: Bind mouse-2 to mouse-yank-primary.
542         (mouse-drag-copy-region): Default to nil.
544         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
545         Cut/Copy/Paste menu bar items.
547 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
549         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
550         Patch applied by Karl Fogel.
552         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
553         and `bookmark-current-buffer' if they have been already set in
554         another buffer (e.g gnus-art).
556 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
557             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
559         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
561         * bookmark.el (bookmark-make-record-default): Allow unneeded
562         information to be omitted from the record.
564         Adjust declarations and calls:
566         * info.el (bookmark-make-record-default): Adjust declaration.
567         (Info-bookmark-make-record): Adjust call.
569         * woman.el (bookmark-make-record-default): Adjust declaration.
570         (woman-bookmark-make-record): Adjust call.
572         * man.el (bookmark-make-record-default): Adjust declaration.
573         (Man-bookmark-make-record): Adjust call.
575         * image-mode.el (bookmark-make-record-default): Adjust declaration.
577         * doc-view.el (bookmark-make-record-default): Adjust declaration.
579 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
581         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
582         This is also from Thierry Volpiatto's patch in bug #6444.  However,
583         because it was extraneous to the functional change in that patch,
584         and causes a re-indendation, I am committing it separately.
586 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
588         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
589         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
590         Patch applied by Karl Fogel (Bug#6444).
592 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
594         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
596 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
598         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
599         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
600         (ns-alternatives-map): Change S-tab binding to backtab
601         (bug#6616).
603         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
604         under ns.
606 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
608         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
609         (Bug#5806)
611         * language/tv-util.el (tai-viet-re): Remove format.
613 2010-07-12  Kenichi Handa  <handa@m17n.org>
615         * language/hebrew.el: Remove no-byte-compile declaration.
616         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
617         composition-function-table for 3-character looking back.
618         (hebrew-font-get-precomposed): New function.
619         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
621 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
623         * mouse.el (mouse-drag-track): Handle select-active-regions
624         (Bug#6612).
626 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
628         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
629         empty argument to gvfs-copy.
631 2010-07-10  Glenn Morris  <rgm@gnu.org>
633         * calendar/calendar.el (calendar-week-end-day): New function.
634         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
635         Respect calendar-week-start-day.  (Bug#6606)
636         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
637         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
638         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
639         respect calendar-week-start-day.
641 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
643         * simple.el (use-region-p): Doc fix (Bug#6607).
645 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
647         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
648         regexps for cucumber and ruby.
650 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
652         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
653         (epa-file-insert-file-contents): Hack to prevent
654         find-file from opening empty buffer when decryption failed
655         (bug#6568).
657 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
659         * textmodes/ispell.el (ispell-alternate-dictionary):
660         Use file-readable-p.
661         Return nil if no word-list is found at default locations.
662         (ispell-complete-word-dict): Default to nil.
663         (ispell-command-loop): Use 'word-list' when using lookup-words.
664         (lookup-words): Use ispell-complete-word-dict or
665         ispell-alternate-dictionary.  Check for word-list availability
666         and handle errors if needed with better messages (Bug#6539).
667         (ispell-complete-word): Use ispell-complete-word-dict or
668         ispell-alternate-dictionary.
670 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
672         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
673         builtins (BufferError, BytesWarning, WindowsError; callables
674         bin, bytearray, bytes, format, memoryview, next, print; __package__).
676 2010-07-07  Glenn Morris  <rgm@gnu.org>
678         * play/zone.el (top-level): Do not require timer, tabify, or cl.
679         (zone-shift-left): Ignore intangibility, and any errors from
680         forward-char.
681         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
682         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
683         deleting, and copying text properties.
684         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
685         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
686         to point-max is hard.
687         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
688         (zone-fill-out-screen): Ignore intangibility.
690 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
692         * menu-bar.el (menu-bar-mode):
693         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
694         if it has been set.
696         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
697         word/line selection (Bug#6565).
699 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
701         * net/dbus.el (dbus-send-signal): Declare function.
703 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
705         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
706         (dbus-register-property): New optional argument EMITS-SIGNAL.
707         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
709 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
711         * mouse.el (mouse-drag-overlay): Variable deleted.
712         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
713         (mouse--remap-link-click-p): New function.
714         (mouse-drag-track): Handle dragging by using temporary Transient
715         Mark mode, instead of a special overlay.
716         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
717         mouse-show-mark.
719         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
720         deleted.
722 2010-07-02  Juri Linkov  <juri@jurta.org>
724         * autoinsert.el (auto-insert-alist): Fix readability
725         by using dotted pair notation for lambda.
727 2010-07-02  Juri Linkov  <juri@jurta.org>
729         * faces.el (read-face-name): Rename arg `string-describing-default'
730         to `default'.  Doc fix.  Display the default value in quotes
731         in the prompt.  With empty input, return the `default' arg,
732         unless the default value is a string (in which case return nil).
733         (describe-face): Replace the string `default' arg of `read-face-name'
734         with the symbol `default'.
736 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
738         * emulation/viper-cmd.el (viper-delete-backward-char)
739         (viper-del-backward-char-in-insert)
740         (viper-del-backward-char-in-replace, viper-change)
741         (viper-backward-indent): Replace delete-backward-char with
742         delete-char (Bug#6552).
744 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
746         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
748 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
750         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
751         argument passed to frame-creation-function (Bug#5378).
753         * faces.el (x-handle-named-frame-geometry)
754         (x-handle-reverse-video, x-create-frame-with-faces)
755         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
756         separately consult default-frame-alist.  It is now passed as the
757         PARAMETER argument.
759 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
761         * startup.el (command-line): Don't call tool-bar-setup in a
762         tty-only build.
764 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
766         * ruler-mode.el (ruler--save-header-line-format): New fun.
767         (ruler-mode): Use it as a setter function, so as not to overwrite
768         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
770 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
772         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
773         (vc-root-diff, vc-print-root-log, vc-log-incoming)
774         (vc-log-outgoing): Use it.
775         (vc-diff-internal): Set diff-vc-backend.
777         * vc/diff-mode.el (diff-vc-backend): New var.
779 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
781         * dynamic-setting.el (font-setting-change-default-font): Remove
782         call to message.
784 2010-06-28  Kenichi Handa  <handa@m17n.org>
786         * international/quail.el (quail-insert-kbd-layout): Fix the
787         showing of untranslated characters.
789 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
791         * simple.el (delete-active-region): New option.
792         (delete-backward-char): Implement in Lisp.
793         (delete-forward-char): New command.
795         * mouse.el (mouse-region-delete-keys): Deleted.
796         (mouse-show-mark): Simplify.
798         * bindings.el (global-map): Bind delete and DEL, the former to
799         delete-forward-char.
801 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
803         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
804         (ruby-mode): Bind indent-line-function (Bug#5119).
806 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
808         * startup.el (command-line): Recognize "0" X resource value.
810 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
812         * startup.el (command-line): Use X resources to set the value of
813         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
815         * menu-bar.el (menu-bar-mode):
816         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
817         Set init-value to t.
819         * frame.el (frame-notice-user-settings): Don't change
820         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
821         vice versa (Bug#2249).
823 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
825         * w32-fns.el (w32-convert-standard-filename): Doc fix.
827 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
829         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
830         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
832         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
833         default directories are expanded (Bug#6143).
835 2010-06-24  Juri Linkov  <juri@jurta.org>
837         * minibuffer.el (completions-format): Change default from nil to
838         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
840 2010-06-24  Juri Linkov  <juri@jurta.org>
842         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
843         buffer-locally to lambda that re-runs the vc diff command.
844         (Bug#6447)
846 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
848         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
849         echo area is in use (Bug#3412).
851 2010-06-22  Glenn Morris  <rgm@gnu.org>
853         * textmodes/texinfmt.el (texinfo-format-region)
854         (texinfo-raise-lower-sections, texinfo-format-separate-node)
855         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
856         (texinfo-format-option, texinfo-noindent):
857         Use line-beginning-position and line-end-position.
859         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
860         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
861         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
862         utf-8 characters.
864 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
866         * play/zone.el (zone-fall-through-ws): Fix next-line ->
867         forward-line fallout.
869 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
871         * mouse.el (mouse-appearance-menu): Add docstring.
873         * help.el (describe-key): Print up-event using key-description.
875 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
877         * net/zeroconf.el (zeroconf-resolve-service)
878         (zeroconf-service-resolver-handler): Use
879         `dbus-byte-array-to-string'.
880         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
882 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
884         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
886 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
888         Avoid displaying files with a nil state in vc-dir.
889         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
890         cases that cause insertion.
891         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
892         with a nil state.
894 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
896         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
898 2010-06-29  Leo  <sdl.web@gmail.com>
900         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
902 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
904         * generic-x.el (bat-generic-mode): Fix regexp for command line
905         switches (Bug#5719).
907 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
909         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
910         of nconc to avoid pure storage error (Bug#6239).
912 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
914         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
915         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
916         bindings of bookmark-automatically-show-annotations (Bug#6515).
918 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
920         * arc-mode.el (archive-zip-extract): Don't quote the file name on
921         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
923 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
925         * comint.el (make-comint, make-comint-in-buffer): Mention return
926         value in the docstrings.  (Bug#6498)
928 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
930         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
931         since it is not present when using some non-default switches.
933 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
935         * simple.el (compose-mail): Fix doc string to refer to
936         `compose-mail-user-agent-warnings', instead of to the
937         nonexistent `compose-mail-check-user-agent'.
939 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
941         Fix an indentation bug:
943         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
944         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
945         of existing values.
947         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
948         (c-clear->-pair-props-if-match-before): now return t when they've
949         cleared properties, nil otherwise.
950         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
951         by taking account of the existing value.
953         * progmodes/cc-defs.el
954         (c-clear-char-property-with-value-function): Fix this to clear the
955         property rather than overwriting it with nil.
957 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
959         * emacs-lisp/package.el (package-print-package): Add link to
960         package description via describe-package.
961         (describe-package-1): List package requirements.  Add button to
962         perform installation.
963         (package-menu-describe-package): New command.
965         * help-mode.el (help-package): New button type.
967 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
969         * emacs-lisp/package.el: Move package-list-packages binding to
970         menu-bar.el.
971         (describe-package, describe-package-1, package--dir): New funs.
972         (package-activate-1): Use package--dir.
974         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
976         * help-mode.el (help-package-def): New button type.
978         * menu-bar.el: Move package-list-packages binding here from
979         package.el.
981 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
983         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
985 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
987         * emacs-lisp/edebug.el (edebug-read-list):
988         Phase out old-style backquotes.
990 2010-06-17  Juri Linkov  <juri@jurta.org>
992         * help-mode.el (help-mode): Set buffer-local variable
993         revert-buffer-function to help-mode-revert-buffer.
994         (help-mode-revert-buffer): New function.
996         * info.el (Info-revert-find-node): Check for major-mode Info-mode
997         before popping to "*info*" (like in other Info functions).
998         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
999         old-history-forward.  Pop to old-buffer-name or "*info*" to
1000         recreate the killed buffer.  Set Info-history-forward from
1001         old-history-forward.
1002         (Info-breadcrumbs-depth): Add :group and :version.
1004 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
1006         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
1008 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
1010         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
1011         for languages like Portuguese with pt_{BR,PT} and no plain pt.
1013 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
1015         * emacs-lisp/package.el (package-menu-mode-map):
1016         Move initialization into declaration.
1018         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
1020 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
1022         * emacs-lisp/package.el (package-archive-base): Point to
1023         elpa.gnu.org.
1024         (package-enable, package-load-list): New defcustoms.
1025         (package-user-dir, package-directory-list): Turn into defcustoms.
1026         Don't include package-user-dir in package-directory-list.
1027         (package--builtins-base): Don't include Emacs as a "package".
1028         (package-subdirectory-regexp): New var.
1029         (package-load-all-descriptors, package-compute-transaction)
1030         (package-download-transaction): Obey package-load-list.
1031         (package-activate-1): Rename from package-do-activate.
1032         (package-list-packages-internal): Check package-load-list.
1033         (package-load-descriptor, package-generate-autoloads)
1034         (package-unpack, package-unpack-single)
1035         (package--read-archive-file, package-delete): Use
1036         expand-file-name.
1038         * emacs-lisp/package-x.el: New file.  Package uploading
1039         functionality split out from package.el.
1041         * startup.el (command-line): Load packages after reading init
1042         file.
1044 2010-06-17  Tom Tromey  <tromey@redhat.com>
1046         * emacs-lisp/package.el: New file.
1048 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1050         Fix vc-annotate for renamed files when using Git.
1051         * vc-git.el (vc-git-find-revision): Deal with empty results from
1052         ls-files.  Doe not pass the object as a file name to cat-file, it
1053         is not a file name.
1054         (vc-git-annotate-command): Pass the file name using -- to avoid
1055         ambiguity with the revision.
1056         (vc-git-previous-revision): Pass a relative file name.
1058 2010-06-22  Glenn Morris  <rgm@gnu.org>
1060         * progmodes/js.el (js-mode-map): Use standard capitalization and
1061         ellipses for menu entries.
1063         * wid-edit.el (widget-complete): Doc fix.
1065 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
1067         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1069 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1071         Fix annotating other revisions for renamed files in vc-annotate.
1072         * vc-annotate.el (vc-annotate): Add an optional argument for the
1073         VC backend.  Use it when non-nil.
1074         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
1075         (Bug#6487)
1077         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1078         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1079         Do not pass the file name to the 'previous-revision call when we
1080         don't want a file diff.  (Bug#6489)
1082 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1084         Fix finding revisions for renamed files in vc-annotate.
1085         * vc.el (vc-find-revision): Add an optional argument for
1086         the VC backend.  Use it when non-nil.
1087         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1088         backend to vc-find-revision.  (Bug#6487)
1090 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1092         Fix reading file names in Git annotate buffers.
1093         * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
1094         trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
1096 2010-06-20  Alan Mackenzie  <acm@muc.de>
1098         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1099         in file local variables, set it first.
1101 2010-06-19  Glenn Morris  <rgm@gnu.org>
1103         * descr-text.el (describe-char-unicode-data): Insert separating
1104         space when needed.  (Bug#6422)
1106         * progmodes/idlwave.el (idlwave-action-and-binding):
1107         Fix typo in 2009-12-03 change.  (Bug#6450)
1109 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1111         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
1112         handling for `lambda' (misunderstanding).
1114 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
1116         * calc/calc-poly.el (math-accum-factors): Make sure that
1117         constants aren't distributed after they are factored out.
1119 2010-06-16  Juri Linkov  <juri@jurta.org>
1121         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
1122         `list-colors-print'.  (Bug#6332)
1124         * subr.el (read-quoted-char): Fix up last change (bug#6290).
1126 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1128         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
1129         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
1131         * font-lock.el (font-lock-major-mode): Rename from
1132         font-lock-mode-major-mode to distinguish it from
1133         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1134         (font-lock-set-defaults):
1135         * font-core.el (font-lock-default-function): Adjust users.
1136         (font-lock-mode): Don't set it at all.
1138 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1140         * vc-annotate.el (vc-annotate): Use vc-read-revision.
1142 2010-06-16  Glenn Morris  <rgm@gnu.org>
1144         * calendar/appt.el (appt-time-msg-list): Doc fix.
1145         (appt-check): Let-bind appt-warn-time.
1146         (appt-add): Make the 3rd argument optional.
1147         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
1148         Only add WARNTIME to the output list if non-nil.
1150 2010-06-16  Ivan Kanis  <apple@kanis.eu>
1152         * calendar/appt.el (appt-check): Let the 3rd element of
1153         appt-time-msg-list specify the warning time.
1154         (appt-add): Add new argument with the warning time.  (Bug#5176)
1156 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1158         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1159         older than version 1.6.  (Bug#6361)
1161 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
1163         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1164         used by cl-do-arglist.  (Bug#6408)
1166 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
1168         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
1169         portuguese casechars/not-casechars for missing 'çÇ'.
1170         Suggested by Rolando Pereira (bug#6434).
1172 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
1174         * facemenu.el (list-colors-sort): Doc fix.
1176 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1178         * progmodes/sql.el (sql-connect-mysql): Fix typo.
1180 2010-06-14  Juri Linkov  <juri@jurta.org>
1182         Add sort option `list-colors-sort'.  (Bug#6332)
1183         * facemenu.el (color-rgb-to-hsv): New function.
1184         (list-colors-sort): New defcustom.
1185         (list-colors-sort-key): New function.
1186         (list-colors-display): Doc fix.  Sort list according to the option
1187         `list-colors-sort'.
1188         (list-colors-print): Add HSV values to `help-echo' property of
1189         RGB strings.
1191 2010-06-14  Juri Linkov  <juri@jurta.org>
1193         * compare-w.el: Move to the "vc" subdirectory.
1195 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1197         * image-mode.el (image-mode-map): Remap left-char and right-char.
1199         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
1201 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
1203         * term/common-win.el (x-colors): Add all the color names defined
1204         in rgb.txt (Bug#6332).
1206         * facemenu.el (list-colors-print): Don't print extra names if it
1207         will overflow the window width.
1209         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
1210         change (Bug#6343).
1212 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
1214         * files.el (make-directory): Doc fix (bug#6396).
1216 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
1218         * net/tramp.el (tramp-remote-process-environment): Protect version
1219         string by apostroph.
1220         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1221         XEmacs.
1222         (tramp-file-name-for-operation): Add `call-process-region'.
1223         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1225         * net/tramp-compat.el (top): Do not autoload
1226         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1227         only when `start-file-process' is not bound.
1228         (tramp-advice-file-expand-wildcards): Do not use
1229         `tramp-handle-file-remote-p'.
1230         (tramp-compat-make-temp-file): Handle the case, that
1231         `make-temp-file' has no third argument EXTENSION.
1233 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
1235         * makefile.w32-in (WINS_BASIC): Include new directory vc.
1237         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
1239 2010-06-11  Juri Linkov  <juri@jurta.org>
1241         * finder.el (finder-known-keywords): Add keyword "vc"
1242         for version control.
1244         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
1245         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
1246         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
1247         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
1249 2010-06-11  Juri Linkov  <juri@jurta.org>
1251         Move version control related files to the "vc" subdirectory.
1252         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
1253         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
1254         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
1255         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
1256         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
1257         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
1258         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
1259         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
1260         Move files to the "vc" subdirectory.
1262 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1264         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
1265         (Bug#6367).
1267 2010-06-11  Stephen Eglen  <stephen@gnu.org>
1269         * shell.el: Bind `shell-resync-dirs' to M-RET.
1271 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
1273         * notifications.el: Move file from lisp/net, because it is
1274         supposed to talk locally to the user.
1276 2010-06-10  Julien Danjou  <julien@danjou.info>
1278         * net/notifications.el (notifications-on-action-signal)
1279         (notifications-on-closed-signal): Pass notification id as first
1280         argument to the callback functions.  Add docstrings.
1281         (notifications-notify): Fix docstring.
1283 2010-06-10  Glenn Morris  <rgm@gnu.org>
1285         * emacs-lisp/authors.el (authors-ignored-files)
1286         (authors-valid-file-names): Add some files.
1288 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1290         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
1291         merge conflict, giving preference to the emacs-23 version of the code.
1293 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1295         * emacs-lisp/advice.el (ad-compile-function):
1296         Define warning-suppress-types before we let-bind it (bug#6275).
1298         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1299         declare it, make it buffer-local and permanent-local (bug#6324).
1300         (vc-resynch-window): Adjust name.
1301         * vc-hooks.el (vc-find-file-hook): Adjust name.
1303 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
1305         * net/notifications.el (notifications-notify): Fix docstring.
1307 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1309         Update to Unicode 6.0.0 beta.
1310         * international/charprop.el: Update copyright.
1311         * international/mule-cmds.el (ucs-names): Update character ranges.
1312         * international/uni-bidi.el:
1313         * international/uni-category.el:
1314         * international/uni-combining.el:
1315         * international/uni-comment.el:
1316         * international/uni-decimal.el:
1317         * international/uni-decomposition.el:
1318         * international/uni-digit.el:
1319         * international/uni-lowercase.el:
1320         * international/uni-mirrored.el:
1321         * international/uni-name.el:
1322         * international/uni-numeric.el:
1323         * international/uni-old-name.el:
1324         * international/uni-titlecase.el:
1325         * international/uni-uppercase.el: Regenerate.
1327 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1329         * emacs-lisp/smie.el (comment-string-strip): Declare function.
1330         (smie-precs-precedence-table): Fix typo in docstring.
1332         * vc-mtn.el (log-edit-extract-headers): Declare function.
1334         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
1336         * net/notifications.el (dbus-register-signal): Declare function.
1337         (notifications-notify): Fix typos and reflow docstring.
1339 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1341         Improve VC create/retrieve tag/branch.
1342         * vc.el (vc-create-tag): Do not read the directory name for VCs
1343         with repository revision granularity.  Adjust the tag/branch
1344         prompt.  Reset VC properties.
1345         (vc-retrieve-tag): Do not read the directory name for VCs
1346         with repository revision granularity.  Reset VC properties.
1348 2010-06-09  Julien Danjou  <julien@danjou.info>
1350         * net/notifications.el: New file.
1352 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1354         Add optional support for resetting VC properties.
1355         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1356         call vc-file-clearprops when true.
1357         (vc-resynch-buffer): Add new optional argument, pass it down.
1358         (vc-resynch-buffers-in-directory): Likewise.
1360         Improve support for special markup in the VC commit message.
1361         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1362         * vc-hg.el (vc-hg-checkin): Add support for Date:.
1363         * vc-git.el (vc-git-checkin):
1364         * vc-bzr.el (vc-bzr-checkin): Likewise.
1366 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1368         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1369         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1371 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
1373         * iimage.el: Remove images as soon as the underlying text is modified.
1374         (iimage-modification-hook): New function.
1375         (iimage-mode-buffer): Use it.
1377 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1379         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1380         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
1381         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
1382         (smie-indent-keyword): Add handling of open-paren keywords.
1383         (smie-indent-comment-continue): Don't assume comment-continue.
1385 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
1387         * window.el (pop-to-buffer): Remove the conditional that
1388         compares new-window and old-window, so it will reselect
1389         the selected window unconditionally.
1390         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1392 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1394         * emacs-lisp/smie.el (smie-indent-offset-after)
1395         (smie-indent-forward-token, smie-indent-backward-token): New functions.
1396         (smie-indent-after-keyword): Use them.
1397         (smie-indent-fixindent): Only applies to the indentation of the BOL.
1398         (smie-indent-keyword): Tweak the black magic.
1399         (smie-indent-comment-continue): Strip comment-continue before use.
1400         (smie-indent-functions): Indent comments before keywords.
1402 2010-06-06  Juri Linkov  <juri@jurta.org>
1404         * isearch.el (isearch-lazy-highlight-search): Fix looping
1405         by checking for empty match.  This syncs this loop with the
1406         similar loop in `isearch-search'.  (Bug#6362)
1408 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
1410         * net/dbus.el (dbus-register-method): Declare function.
1411         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1412         (dbus-introspect): Doc fix.
1413         (dbus-event-bus-name, dbus-introspect-get-interface)
1414         (dbus-introspect-get-argument): Reflow docstrings.
1416 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
1418         vc-log-incoming/vc-log-outgoing fixes for Git.
1419         * vc-git.el (vc-git-log-view-mode): Fix font lock for
1420         incoming/outgoing logs.
1421         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1422         instead of vc-git-compute-remote.
1423         (vc-git-compute-remote): Remove.
1425 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
1427         * term/common-win.el (x-colors): Add "dark green" and "dark
1428         turquoise" (Bug#6332).
1430 2010-06-04  Juri Linkov  <juri@jurta.org>
1432         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1433         Instead of setting `replace' to t and replacing the same string
1434         with itself, don't do certain actions when
1435         kill-do-not-save-duplicates is non-nil and string is equal to car
1436         of kill-ring: don't call menu-bar-update-yank-menu, don't push
1437         interprogram-paste strings to kill-ring, and don't push the input
1438         argument `string' to kill-ring.
1439         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1441 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1443         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1445 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
1447         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1448         (tramp-gvfs-handler-mounted-unmounted)
1449         (tramp-gvfs-connection-mounted-p): Handle default-location.
1451         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1452         move files to trash.
1454 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1456         * international/mule-cmds.el (nonascii-insert-offset)
1457         (nonascii-translation-table): Add obsolescence information.
1459         * international/mule.el (make-translation-table-from-vector): Doc fix.
1461 2010-06-03  Eric Ludlam  <zappo@gnu.org>
1463         * cedet/semantic/lex-spp.el
1464         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1465         invalid values during save, just save a nil (Bug#6324).
1467 2010-06-03  Glenn Morris  <rgm@gnu.org>
1469         * desktop.el (desktop-clear-preserve-buffers):
1470         Add "*Warnings*" buffer.  (Bug#6336)
1472 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
1474         vc-log-incoming/vc-log-outgoing improvements for Git.
1475         * vc-git.el (vc-git-log-outgoing): Use the same format as the
1476         short log.
1477         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
1479         Add bindings for vc-log-incoming and vc-log-outgoing.
1480         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1481         and vc-log-outgoing.
1482         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1483         and vc-log-outgoing.
1485 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1487         * net/rcirc.el (rcirc-sort-nicknames): Remove.
1488         (rcirc-handler-366): Always sort nicknames.
1490 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
1492         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1494 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1496         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1498 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1500         * net/rcirc.el (rcirc-sort-nicknames): Change default.
1501         (rcirc-sort-nicknames-join): Avoid setq.
1503 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1505         * net/rcirc.el (rcirc-sort-nicknames): New custom.
1506         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1507         (rcirc-handler-366): Use them.
1509 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1511         Split smie-indent-calculate into more manageable chunks.
1512         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1513         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1514         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1515         (smie-indent-exps): Extract from smie-indent-calculate.
1516         (smie-indent-functions): New var.
1517         (smie-indent-functions): Use them.
1519 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1521         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1522         (smie-indent-calculate): Simplify and cleanup.
1524 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
1526         * net/tramp-gvfs.el (top): Require url-util.
1527         (tramp-gvfs-mount-point): Remove.
1528         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1529         New defuns.
1530         (with-tramp-dbus-call-method): Format trace message.
1531         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1532         Implement backup call, when operation on local files fails.
1533         Use progress reporter.  Flush properties of changed files.
1534         (tramp-gvfs-handle-make-directory): Make more traces.
1535         (tramp-gvfs-url-file-name): Hexify file name in url.
1536         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1537         into account for the resulting file name.
1538         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1539         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
1540         (tramp-gvfs-handler-mounted-unmounted)
1541         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1542         attribute "default_location".  Set "prefix" property.
1543         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1544         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1545         exists.  Raise an error, if not (due to a corresponding answer
1546         "no" in interactive questions, for example).
1548 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
1550         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1552 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
1554         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1555         right-*.  (Bug#6265)
1557 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
1559         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1560         * vc-git.el (vc-git-compute-remote): New function.
1561         (vc-git-log-outgoing): Use it instead of hard coding a value.
1562         (vc-git-log-incoming): New function.
1564         Improve state updating for VC tag commands.
1565         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1566         to update the state of all buffers in the directory.
1568         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1570 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1572         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1573         `file-directory-p' to the filename part rather than to the whole text.
1575 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
1577         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1578         (bug#6231).
1580 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1582         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1584 2010-05-31  Drew Adams  <drew.adams@oracle.com>
1586         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1588 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
1590         * subr.el (momentary-string-display): Just use read-event to read
1591         the exit event (Bug#6238).
1593 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
1595         * international/mule.el (define-coding-system): Doc fix (bug#6313).
1597 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1599         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1600         Suggested by Eli Zaretskii <eliz@gnu.org>.
1602 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1604         * minibuffer.el (completion-file-name-table): Don't return a boundary
1605         past the end of `string' (bug#6299).
1606         (completion--file-name-table): Delegate to completion-file-name-table
1607         for the `boundaries' case.
1609 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1611         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1612         movement commands.
1614         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1615         `path-separator', but maintain compatibility with Emacs 20.2.
1617 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1619         * server.el (server-process-filter): Receive parent-id argument
1620         from emacsclient.
1621         (server-create-window-system-frame): New arg.  Pass parent-id as
1622         frame parameter.
1624 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
1626         Bidi-sensitive word movement with arrow keys.
1627         * subr.el (right-arrow-command, left-arrow-command): Move to
1628         bindings.el.
1630         * bindings.el (right-char, left-char): Move from subr.el and
1631         rename from right-arrow-command and left-arrow-command.
1632         (right-word, left-word): New functions.
1633         (global-map) <right>: Bind to right-char.
1634         (global-map) <left>: Bind to left-char.
1635         (global-map) <C-right>: Bind to right-word.
1636         (global-map) <C-left>: Bind to left-word.
1638         * ls-lisp.el (ls-lisp-classify-file): New function.
1639         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1640         (ls-lisp-classify): Call ls-lisp-classify-file.
1641         (insert-directory): Remove blanks from switches.
1643 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1645         * ansi-color.el: Delete unused escape sequences (Bug#6085).
1646         (ansi-color-drop-regexp): New constant.
1647         (ansi-color-apply, ansi-color-filter-region)
1648         (ansi-color-apply-on-region): Delete unrecognized control sequences.
1649         (ansi-color-apply): Build string list before calling concat.
1651 2010-05-28  Juri Linkov  <juri@jurta.org>
1653         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1654         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
1655         (Bug#5270)
1657 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1659         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
1660         to ignored backtrace functions.
1661         (with-progress-reporter): Expand docstring.
1662         (tramp-handle-delete-file): Implement TRASH argument.
1663         (tramp-get-remote-trash): New defun.
1665 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1667         * net/tramp-compat.el (tramp-compat-delete-file): Use
1668         `symbol-value' for backward compatibility.
1670         * net/tramp.el (tramp-handle-make-symbolic-link)
1671         (tramp-handle-load)
1672         (tramp-do-copy-or-rename-file-via-buffer)
1673         (tramp-do-copy-or-rename-file-directly)
1674         (tramp-do-copy-or-rename-file-out-of-band)
1675         (tramp-handle-process-file, tramp-handle-call-process-region)
1676         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1677         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1678         (tramp-delete-temp-file-function): Use `delete-file' instead
1679         of `tramp-compat-delete-file'.
1681         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1682         (tramp-fish-handle-make-symbolic-link)
1683         (tramp-fish-handle-process-file): Use `delete-file' instead
1684         of `tramp-compat-delete-file'.
1686         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
1687         `delete-file' instead of `tramp-compat-delete-file'.
1689         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1690         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
1691         `tramp-compat-delete-file'.
1693         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
1694         `delete-file' instead of `tramp-compat-delete-file'.
1696         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1697         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1698         (tramp-smb-handle-write-region): Use `delete-file' instead of
1699         `tramp-compat-delete-file'.
1700         (tramp-smb-handle-delete-directory): Use 'trash as arg.
1702 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1704         * dired.el (dired-delete-file): New arg TRASH.
1705         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
1706         (dired-do-flagged-delete, dired-do-delete): Use trash.
1708         * speedbar.el (speedbar-item-delete): Allow trashing.
1710         * files.el (delete-directory): New arg TRASH.
1712         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
1713         (ange-ftp-rename-remote-to-remote)
1714         (ange-ftp-rename-local-to-remote)
1715         (ange-ftp-rename-remote-to-local, ange-ftp-load)
1716         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
1717         `delete-file'.
1718         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
1719         allow trashing.
1721         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1722         handle new TRASH arg of `delete-file'.
1724         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
1725         (tramp-handle-make-symbolic-link, tramp-handle-load)
1726         (tramp-do-copy-or-rename-file-via-buffer)
1727         (tramp-do-copy-or-rename-file-directly)
1728         (tramp-do-copy-or-rename-file-out-of-band)
1729         (tramp-handle-process-file, tramp-handle-call-process-region)
1730         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1731         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1732         (tramp-delete-temp-file-function): Use null TRASH arg in
1733         tramp-compat-delete-file call.
1735         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1736         (tramp-fish-handle-delete-file)
1737         (tramp-fish-handle-make-symbolic-link)
1738         (tramp-fish-handle-process-file): Use null TRASH arg in
1739         `tramp-compat-delete-file' call.
1741         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
1742         arg in `tramp-compat-delete-file' call.
1744         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1745         (tramp-gvfs-handle-write-region): Use null TRASH arg in
1746         `tramp-compat-delete-file' call.
1748         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
1749         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
1750         `tramp-compat-delete-file' call.
1752         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1753         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1754         (tramp-smb-handle-write-region): Use null TRASH arg in
1755         tramp-compat-delete-file call.
1756         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
1757         (tramp-smb-handle-delete-file): Rename arg.
1759         * diff.el (diff-sentinel):
1760         * epg.el (epg--make-temp-file, epg-decrypt-string)
1761         (epg-verify-string, epg-sign-string, epg-encrypt-string):
1762         * jka-compr.el (jka-compr-partial-uncompress)
1763         (jka-compr-call-process, jka-compr-write-region):
1764         * server.el (server-sentinel): Remove optional arg from
1765         delete-file, reverting 2010-05-03 change.
1767 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1769         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
1770         font-lock-constant-face, not obsolete font-lock-reference-face.
1772 2010-05-27  Kenichi Handa  <handa@m17n.org>
1774         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
1775         element of GSTRING is nil.
1777 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1779         * emacs-lisp/smie.el (smie-forward-token-function)
1780         (smie-backward-token-function): New vars.
1781         (smie-backward-sexp, smie-forward-sexp)
1782         (smie-indent-hanging-p, smie-indent-calculate): Use them.
1783         (smie-default-backward-token): Rename from smie-backward-token and
1784         skip comments.
1785         (smie-default-forward-token): Rename from smie-forward-token and
1786         skip comments.
1787         (smie-next-sexp): Handle nil results from next-token.
1788         (smie-indent-calculate): Add a new case for special `fixindent' comments.
1790 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1792         * progmodes/verilog-mode.el (verilog-type-font-keywords):
1793         Use font-lock-constant-face, not obsolete font-lock-reference-face.
1795 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
1797         * htmlfontify.el (hfy-face-resolve-face): New function.
1798         (hfy-face-to-style): Use it (Bug#6279).
1800 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1802         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
1803         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
1805 2010-05-26  Glenn Morris  <rgm@gnu.org>
1807         * emulation/edt.el (edt-load-keys): Use locate-library.
1809 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
1811         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
1812         (log-edit-changelog-entries): Doc fix.
1813         (log-edit-changelog-insert-entries): Args changed.
1814         Rename relative filenames in ChangeLog entries.  Delete tabs.
1815         (log-edit-insert-changelog-entries): Reorganize return value of
1816         `log-edit-changelog-entries' to pass filenames to
1817         log-edit-changelog-insert-entries.
1819 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1821         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
1822         `image-dired-dired-insert-marked-thumbs' to
1823         `image-dired-dired-toggle-marked-thumbs'.
1825         * image-dired.el: Require cl when compiling.
1826         (image-dired-dired-toggle-marked-thumbs): Rename from
1827         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
1828         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
1829         to 'no-dir.  Skip files whose names don't match
1830         `image-file-name-regexp'.  When file has a thumbnail overlay,
1831         delete it.  (Bug#5270)
1833 2010-05-25  Juri Linkov  <juri@jurta.org>
1835         * image-mode.el (image-mode): Add image-after-revert-hook to
1836         after-revert-hook.
1837         (image-after-revert-hook): New function.  (Bug#5669)
1839 2010-05-25  Juri Linkov  <juri@jurta.org>
1841         * image.el (image-animated-p): When delay between animated images
1842         is 0, set it to 10 (0.1 sec).  (Bug#6258)
1844 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1846         * net/tramp.el (tramp-handle-insert-directory): Don't use
1847         `forward-word', its default syntax could be changed.
1849 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
1851         * net/tramp.el (tramp-progress-reporter-update): New defun.
1852         (with-progress-reporter): Use it.
1853         (tramp-process-actions):
1854         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
1855         current message, in order to let progress reporter continue
1856         afterwards.  (Bug#6257)
1858 2010-05-25  Glenn Morris  <rgm@gnu.org>
1860         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
1861         Add :version.
1863 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
1865         * net/rcirc.el (rcirc-default-user-name): Change to "user".
1866         (rcirc-default-full-name): Change to "unknown".
1867         (rcirc-user-name-history): Add variable.
1869 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
1870             Jonathan Rockway  <jon@jrock.us>
1872         * net/rcirc.el (rcirc-server-alist): Add :pass.
1873         (rcirc): When prompting for connection parameters, also prompt for
1874         username and password.
1875         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
1876         value to server when connecting.
1878 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1880         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
1881         (smie-merge-prec2s): Pass the tables as separate args.
1882         (smie-bnf-precedence-table): Adjust call accordingly.
1883         (smie-prec2-levels): Set levels at the end.
1885         Replace Lisp calls to delete-backward-char by delete-char.
1886         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
1887         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
1888         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
1889         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
1890         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
1891         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
1892         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
1893         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
1894         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
1895         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
1896         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
1897         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
1898         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
1899         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
1900         delete-backward-char by calls to delete-char.
1902 2010-05-25  Kenichi Handa  <handa@m17n.org>
1904         * language/hebrew.el (hebrew-shape-gstring): New function.
1905         Register it in composition-function-table for all Hebrew combining
1906         characters.
1908 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1910         * epa.el (epa--select-keys): Don't explicitly delete the window since
1911         that can fail (e.g. sole window in frame).  Use dedication instead.
1913 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
1915         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1917 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
1919         * image.el (image-refresh): Define as an alias for image-flush.
1921         * image-mode.el (image-toggle-display-image): Caller changed.
1923 2010-05-21  Juri Linkov  <juri@jurta.org>
1925         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
1926         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
1927         whitespace, call wildcard-to-regexp on substrings and concat them
1928         with "\\|".  (Bug#6114)
1930 2010-05-21  Alan Mackenzie  <acm@muc.de>
1932         * progmodes/cc-engine.el (c-parse-state-get-strategy):
1933         Replace parameter `here' with `here-' and `here-plus', which sandwich
1934         any pertinent CPP construct.
1935         (c-remove-stale-state-cache-backwards): Fix a bug which happens
1936         when doing (c-parse-state) in a CPP construct: Exclude any "new"
1937         CPP construct from taking part in the scanning.
1939 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
1941         * net/tramp.el (tramp-do-copy-or-rename-file)
1942         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
1943         Tune `with-progress-reporter' messages.
1944         (tramp-handle-vc-registered):
1945         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
1946         (tramp-fish-handle-insert-file-contents)
1947         (tramp-fish-maybe-open-connection):
1948         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1949         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
1950         (tramp-imap-handle-insert-file-contents)
1951         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1953 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
1955         * add-log.el (change-log-font-lock-keywords):
1956         Highlight all authors in multi-author entries.
1958         * smerge-mode.el (smerge-refine-ignore-whitespace)
1959         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
1960         Fix typos in docstrings.
1961         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
1963 2010-05-21  Glenn Morris  <rgm@gnu.org>
1965         * progmodes/fortran.el (fortran-mode):
1966         * progmodes/f90.el (f90-mode): Derive from prog-mode.
1968         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
1969         having a relative path in src/Makefile.in.
1971 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1973         * help-mode.el (help-make-xrefs): For Info node links turn
1974         newlines into spaces.  Link node names with newlines are matched
1975         by help-xref-info-regexp and buttonized, this change ensures they
1976         can be followed successfully with RET.  (Bug#6206)
1978 2010-05-20  Juri Linkov  <juri@jurta.org>
1980         * locate.el (locate): Use pop-to-buffer instead of
1981         switch-to-buffer-other-window.  (Bug#6204)
1983 2010-05-20  Juri Linkov  <juri@jurta.org>
1985         * replace.el (replace-highlight): Fix lazy-highlighting
1986         for `M-s w str M-% str RET'.
1988 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
1990         * isearch.el (isearch-yank-word-or-char): Pull next subword
1991         when `subword-mode' is activated.  (Bug#6220)
1993 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
1995         * isearch.el (isearch-update-post-hook): New hook.
1996         (isearch-update): Use the new hook.  (Bug#6225)
1998 2010-05-20  Juri Linkov  <juri@jurta.org>
2000         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
2001         [f1], [help], and (char-to-string help-char) instead of "\C-h".
2002         (Bug#6222)
2004 2010-05-20  Juri Linkov  <juri@jurta.org>
2006         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
2007         (Bug#6223)
2009 2010-05-20  Juri Linkov  <juri@jurta.org>
2011         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
2012         FILE-NAME to read from the minibuffer when called interactively
2013         with prefix argument instead of using buffer-file-name.
2014         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
2016         * dired.el: Update autoloads.
2018 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
2020         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
2021         nxml-finish-element, for consistency with SGML mode.
2023         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
2024         octave-close-block.
2026 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
2028         * composite.el: Require cl when compiling.
2029         (reference-point-alist, compose-gstring-for-graphic)
2030         (compose-gstring-for-terminal): Fix typos in docstrings.
2032 2010-05-19  Juri Linkov  <juri@jurta.org>
2034         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
2035         set-window-parameter.
2037 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2039         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
2040         where appropriate.
2041         (tramp-maybe-open-connection): Use it.
2043 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
2045         * simple.el (move-end-of-line): Make sure we are at line beginning
2046         before backing up to end of previous line.
2048 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2050         * password-cache.el (password-cache-remove): Fix docstring.
2052         * net/secrets.el: Autoload the widget functions.
2053         (secrets-search-items, secrets-create-item)
2054         (secrets-get-attributes, secrets-expand-item): Attributes will be
2055         stored on the password database without leading ":", as all other
2056         clients do as well.
2057         (secrets-mode): Fix docstring.
2058         (secrets-show-secrets): Provide it as autoloaded command only when
2059         D-Bus support is available.  Check existence of Secret Service API.
2061 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2063         * indent.el (indent-region): Deactivate region (bug#6200).
2065 2010-05-19  Glenn Morris  <rgm@gnu.org>
2067         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
2069 2010-05-19  Kenichi Handa  <handa@m17n.org>
2071         * composite.el: Register compose-gstring-for-graphic in
2072         composition-function-table only for combining characters (Mn, Mc, Me).
2074 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
2076         * calc/calc-trail.el (calc-trail-isearch-forward)
2077         (calc-trail-isearch-backward): Ensure that the new window
2078         point is set correctly.
2080 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2082         * subr.el (read-quoted-char): Resolve modifiers after key
2083         remapping (bug#6212).
2085 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
2087         Add visualization code for secrets.
2088         * net/secrets.el (secrets-mode): New major mode.
2089         (secrets-show-secrets, secrets-show-collections)
2090         (secrets-expand-collection, secrets-expand-item)
2091         (secrets-tree-widget-after-toggle-function)
2092         (secrets-tree-widget-show-password): New defuns.
2094 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2096         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
2097         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
2098         handled in smie-next-sexp.
2099         (smie-indent-calculate): Provide a starting indentation (so the
2100         recursion is well-founded ;-).
2102         Fix handling of non-associative equal levels.
2103         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
2104         when it's not needed.
2105         (smie-op-left, smie-op-right): New functions.
2106         (smie-next-sexp): New function, extracted from smie-backward-sexp.
2107         Better handle equal levels to distinguish the associative case from
2108         the "multi-keyword construct" case.
2109         (smie-backward-sexp, smie-forward-sexp): Use it.
2111 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
2113         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
2115         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
2116         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
2118 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2120         Provide a simple generic indentation engine and use it for Prolog.
2121         * emacs-lisp/smie.el: New file.
2122         * progmodes/prolog.el (prolog-smie-op-levels)
2123         (prolog-smie-indent-rules): New var.
2124         (prolog-mode-variables): Use them to configure SMIE.
2125         (prolog-indent-line, prolog-indent-level): Remove.
2127 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
2129         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
2130         order before computing the averages.
2132 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
2134         * calc/calc-vec.el (calc-histogram):
2135         (calcFunc-histogram): Allow vectors as inputs.
2136         (math-vector-avg): New function.
2138         * calc/calc-ext.el (math-group-float): Have the number of digits
2139         being grouped depend on the radix (Bug#6189).
2141 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
2143         * version.el (emacs-copyright, emacs-version): Don't define here,
2144         now that emacs.c defines it.
2146 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
2148         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
2149         "Describe Language Environment" menu item.
2151         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
2153         Bidi-sensitive movement with arrow keys.
2154         * subr.el (right-arrow-command, left-arrow-command): New functions.
2156         * bindings.el (global-map): Bind them to right and left arrow keys.
2158         Don't override standard definition of convert-standard-filename.
2159         * files.el (convert-standard-filename): Call
2160         w32-convert-standard-filename and dos-convert-standard-filename on
2161         the corresponding systems.
2163         * w32-fns.el (w32-convert-standard-filename): Rename from
2164         convert-standard-filename.  Doc fix.
2166         * dos-fns.el (dos-convert-standard-filename): Doc fix.
2167         (convert-standard-filename): Don't defalias.
2168         (register-name-alist, make-register, register-value)
2169         (set-register-value, intdos): Obsolete aliases for the
2170         corresponding dos-* functions and variables.
2171         (dos-intdos): Add a doc string.
2173 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
2175         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
2176         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
2177         (math-compose-tex-func):
2178         * calc/calccomp.el (math-compose-expr):
2179         * calc/calc-ext.el (math-format-flat-expr-fancy):
2180         * calc/calc-store.el (calc-read-var-name):
2181         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
2183         * calc/calc.el (var-π, var-φ, var-γ): New variables.
2184         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
2185         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
2186         (math-standard-units): Add units.
2188 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2190         * progmodes/asm-mode.el (asm-mode):
2191         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
2193         * pcomplete.el (pcomplete-completions-at-point): New function,
2194         extracted from pcomplete-std-complete.
2195         (pcomplete-std-complete): Use it.
2197 2010-05-15  Glenn Morris  <rgm@gnu.org>
2199         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2200         Remove references to CVS, RCS and Old directories.
2202 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
2204         * calc/calc-bin.el (math-format-twos-complement): Group digits when
2205         appropriate.
2207 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2209         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
2210         (sh-mode-syntax-table): Give it a default value instead.
2211         (sh-header-marker): Make buffer-local.
2212         (sh-mode): Move make-local-variable to the corresponding setq.
2213         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
2214         Use complete-with-action.
2216         * simple.el (prog-mode): New (abstract) major mode.
2217         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
2218         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
2220 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
2222         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
2223         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
2224         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
2225         (sql-make-alternate-buffer-name, sql-placeholders-filter)
2226         (sql-escape-newlines-filter, sql-input-sender)
2227         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
2229 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
2231         Add TeX open-block and close-block keybindings to SGML, and vice versa.
2233         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
2234         latex-open-block and C-c / to latex-close-block.
2236         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
2237         and C-c C-e to sgml-close-tag.
2239 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
2241         * net/tramp.el (with-progress-reporter): Create reporter object
2242         only when the message would be displayed.  Handle nested calls.
2243         (tramp-handle-load, tramp-handle-file-local-copy)
2244         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2245         (tramp-maybe-send-script, tramp-find-shell):
2246         Use `with-progress-reporter'.
2247         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
2248         Fix message text.
2250         * net/tramp-smb.el (tramp-smb-handle-copy-file)
2251         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2252         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2253         Use `with-progress-reporter'.
2255 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
2257         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
2258         process everytime when spellchecking from the minibuffer (bug#6143).
2260 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2262         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
2264         * dos-fns.el: Add "dos-" prefix for namespace control.
2265         (convert-standard-filename): Define as alias for
2266         dos-convert-standard-filename but only if applicable.
2268 2010-05-12  Alan Mackenzie  <acm@muc.de>
2270         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2271         Push the mark at the start of these functions when appropriate.
2273 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2275         * minibuffer.el (completion-cycle-threshold): New custom var.
2276         (completion--do-completion): Use it.
2277         (minibuffer-complete): Use cycling if appropriate.
2279 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
2281         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
2282         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
2284 2010-05-11  Juri Linkov  <juri@jurta.org>
2286         * scroll-all.el (scroll-all-check-to-scroll):
2287         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
2289 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2291         * iimage.el (iimage-mode-map): Move initialization into declaration.
2292         (iimage-mode-buffer): Use with-silent-modifications.
2293         Simplify calling convention.  Adjust callers.
2294         (iimage-mode): Don't run hook redundantly.
2296         * minibuffer.el (completion-pcm--pattern->regex):
2297         Fix last change (bug#6160).
2299 2010-05-10  Juri Linkov  <juri@jurta.org>
2301         Remove nodes visited during Isearch from the Info history.
2302         * info.el (Info-isearch-initial-history)
2303         (Info-isearch-initial-history-list): New variables.
2304         (Info-isearch-start): Record initial values of
2305         Info-isearch-initial-history and Info-isearch-initial-history-list.
2306         Add Info-isearch-end to isearch-mode-end-hook.
2307         (Info-isearch-end): New function.
2309 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
2311         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
2312         format string, in order to work around a bug in pdksh.
2313         Reported by Gilles Pion <gpion@lfdj.com>.
2314         (tramp-handle-verify-visited-file-modtime): Do not send a command
2315         when the connection is not established.
2316         (tramp-handle-set-file-times): Simplify the check for utc.
2318 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
2320         Fix use of `filter-buffer-substring' (rework previous change).
2321         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
2322         (cua-repeat-replace-region):
2323         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
2324         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2325         (cua-cut-region-to-global-mark): Use it.
2327 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
2329         * progmodes/sql.el: Version 2.1.
2330         (sql-product-alist): Redesign structure of product info.
2331         (sql-product, sql-user, sql-server, sql-database): Safe variables.
2332         (sql-port, sql-port-history): New variables.
2333         (sql-interactive-product): New variable.
2334         (sql-send-terminator): New variable.
2335         (sql-imenu-generic-expression): Add "Types" imenu entry.
2336         (sql-oracle-login-params, sql-sqlite-login-params)
2337         (sql-mysql-login-params, sql-solid-login-params)
2338         (sql-sybase-login-params, sql-informix-login-params)
2339         (sql-ingres-login-params, sql-ms-login-params)
2340         (sql-postgres-login-params, sql-interbase-login-params)
2341         (sql-db2-login-params, sql-linter-login-params)
2342         (sql-oracle-scan-on): New variables.
2343         (sql-mode-map): Add C-c C-i to start interactive mode.
2344         (sql-mode-menu): Update existing menu entries.
2345         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
2346         (sql-mode-oracle-font-lock-keywords)
2347         (sql-mode-postgres-font-lock-keywords)
2348         (sql-mode-ms-font-lock-keywords)
2349         (sql-mode-sybase-font-lock-keywords)
2350         (sql-mode-informix-font-lock-keywords)
2351         (sql-mode-interbase-font-lock-keywords)
2352         (sql-mode-ingres-font-lock-keywords)
2353         (sql-mode-solid-font-lock-keywords)
2354         (sql-mode-mysql-font-lock-keywords)
2355         (sql-mode-sqlite-font-lock-keywords)
2356         (sql-mode-db2-font-lock-keywords)
2357         (sql-mode-linter-font-lock-keywords): Update initialization to
2358         reduce run-time complexity.
2359         (sql-add-product, sql-del-product): New functions.
2360         (sql-set-product-feature, sql-get-product-feature): New functions.
2361         (sql-product-font-lock): Update product API.
2362         (sql-add-product-keywords): New function.
2363         (sql-highlight-product): Update product API.
2364         (sql-help-list-products): New function.
2365         (sql-help): Dynamically lists free and non-free products.
2366         (sql-get-login): Correct bug in handling history and added
2367         prompt for port.
2368         (sql-copy-column): Copy without properties.
2369         (sqli-input-sender): Apply filters to SQLi input.
2370         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2371         Implement as a filter.
2372         (sql-escape-newlines-filter): Implement as a filter.
2373         (sql-remove-tabs-filter): New function.
2374         (sql-send-magic-terminator): New function.
2375         (sql-send-string): Implement magic terminator.
2376         (sql-send-region): Use `sql-send-string'.
2377         (sql-interactive-mode): Use product API.
2378         (sql-product-interactive): Use product API.
2379         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2380         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2381         (sql-db2, sql-linter): Use `sql-product-interactive'.
2382         (sql-connect): New function.
2383         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2384         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2385         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2386         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2387         Use `sql-connect'.
2389 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2391         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2392         New custom variable.
2393         (completion-pcm--string->pattern): Use it.
2394         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2395         Make it handle any symbol as `any'.
2396         (completion-pcm--merge-completions): Extract common suffix for the new
2397         `prefix' symbol as well.
2398         (completion-substring--all-completions): Use the new `prefix' symbol.
2400 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
2402         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2403         not bound.
2404         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2405         (tramp-compat-funcall): New defmacro.
2406         (tramp-compat-line-beginning-position)
2407         (tramp-compat-line-end-position)
2408         (tramp-compat-temporary-file-directory)
2409         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2410         (tramp-compat-copy-file, tramp-compat-copy-directory)
2411         (tramp-compat-delete-file, tramp-compat-delete-directory)
2412         (tramp-compat-number-sequence, tramp-compat-process-running-p)
2413         * net/tramp.el (top, with-progress-reporter)
2414         (tramp-rfn-eshadow-setup-minibuffer)
2415         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2416         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2417         (tramp-completion-mode-p, tramp-check-for-regexp)
2418         (tramp-open-connection-setup-interactive-shell)
2419         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2420         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2421         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2422         * net/tramp-cmds.el (tramp-cleanup-all-connections)
2423         (tramp-reporter-dump-variable, tramp-load-report-modules)
2424         (tramp-append-tramp-buffers)
2425         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2427         * net/tramp-imap.el (top): Autoload `epg-make-context'.
2429 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2431         * progmodes/compile.el (compilation-buffer-modtime): Rename from
2432         buffer-modtime.  Adjust users.
2434 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2436         * international/mule.el (auto-coding-alist): Only purecopy
2437         car of each item, not the whole list (Bug#6083).
2439 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2441         * progmodes/js.el (js-mode): Make paragraph variables local before
2442         calling c-setup-paragraph-variables (Bug#6071).
2444 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
2446         * composite.el (compose-region, reference-point-alist): Fix typos
2447         in the doc strings.
2449 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2451         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2452         gnuplot's "set" command.
2454 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2456         * abbrev.el (last-abbrev-text): Doc fix.
2457         (abbrev-prefix-mark): Don't escape parenthesis.
2459 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
2461         * composite.el (find-composition): Doc fix.
2463 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2465         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2466         (sql-oracle-program, sql-sqlite-options)
2467         (sql-query-placeholders-and-send): Doc fixes.
2468         (sql-set-product, sql-interactive-mode): Reflow docstrings.
2469         (sql-imenu-generic-expression, sql-buffer)
2470         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2471         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2472         (sql-mode-sybase-font-lock-keywords)
2473         (sql-mode-informix-font-lock-keywords)
2474         (sql-mode-interbase-font-lock-keywords)
2475         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2476         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2477         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2478         (sql-product-feature, sql-highlight-product)
2479         (comint-line-beginning-position, sql-rename-buffer)
2480         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2481         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2482         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2483         Fix typos in docstrings.
2485 2010-05-08  Juri Linkov  <juri@jurta.org>
2487         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2488         property instead of `invisible' and `after-string' (bug#5998).
2490 2010-05-08  Juri Linkov  <juri@jurta.org>
2492         * image-mode.el (image-mode-as-text): Fix typo in docstring.
2494 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2496         * filecache.el (file-cache-add-directory-list)
2497         (file-cache-add-directory-recursively): Fix typos in docstrings.
2499 2010-05-08  Kenichi Handa  <handa@m17n.org>
2501         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2502         (gujarati-composable-pattern): Fix typo.
2504 2010-05-08  Kenichi Handa  <handa@m17n.org>
2506         * language/indian.el (oriya-composable-pattern)
2507         (tamil-composable-pattern, malayalam-composable-pattern):
2508         Add two-part vowels to "v" (vowel sign).
2510 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2512         * files.el (copy-directory): Handle symlinks (Bug#5982).
2514 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
2516         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2517         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2518         (Bug#5846).
2520 2010-05-08  Glenn Morris  <rgm@gnu.org>
2522         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2524         * minibuffer.el (completion-at-point): Doc fix.
2526 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2528         * electric.el (Electric-command-loop): Minor tweak.
2530         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2531         better with dedicated windows.
2533 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2535         * Version 23.2 released.
2537 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
2538             Stefan Monnier  <monnier@iro.umontreal.ca>
2540         Highlight vendor specific properties.
2541         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2542         (css-proprietary-property): New face.
2543         (css-font-lock-keywords): Use them.
2545 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
2547         * cus-start.el (all): Add native condition for tool-bar-* symbols.
2549 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2551         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2552         * files.el (auto-mode-alist): Remove redundant entries.
2554         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2555         * simple.el (auto-save-mode): Move from files.el.
2556         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2558 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2560         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2562 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2564         * mail/binhex.el (binhex-decode-region-internal)
2565         * mail/uudecode.el (uudecode-decode-region-internal)
2566         * net/dns.el (dns-read-string-name, dns-write, dns-read)
2567         (dns-read-type, dns-query)
2568         * pgg-parse.el (pgg-parse-armor)
2569         * pgg.el (pgg-verify-region)
2570         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2571         XEmacs.
2573         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2575 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
2577         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2579         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2580         * emulation/cua-base.el (cua-repeat-replace-region):
2581         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2582         (cua-cut-region-to-global-mark):
2583         Remove text properties with `set-text-properties'.
2585 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
2587         * net/tramp.el (top, with-progress-reporter):
2588         Use `symbol-function' inside `funcall'.
2590         * net/tramp-compat.el (tramp-compat-file-attributes)
2591         (tramp-compat-delete-file, tramp-compat-delete-directory):
2592         Handle only `wrong-number-of-arguments' error.
2594         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2595         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2596         inside `funcall'.
2598 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2600         * minibuffer.el (completion--sreverse, completion--common-suffix):
2601         New functions.
2602         (completion-pcm--merge-completions): Extract common suffix when safe.
2604         * emacs-lisp/easy-mmode.el (define-minor-mode):
2605         Make :variable more flexible.
2606         * files.el (auto-save-mode): Use it to define using define-minor-mode.
2608 2010-05-05  Juri Linkov  <juri@jurta.org>
2610         Add `slow' and `history' tags to the desktop data.
2612         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2613         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2614         (Info-finder-find-node): Require `finder.el' to be able
2615         to restore node from the desktop.
2616         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
2617         data `Info-history' and `slow' tag in the assoc list.
2618         (Info-restore-desktop-buffer): Don't restore nodes with the
2619         `slow' tag.  Restore `Info-history'.
2621 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
2623         Add FORCE argument to `delete-file'.
2625         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2626         forcing to delete the temporary file.
2627         (ange-ftp-delete-file): Add FORCE arg.
2628         (ange-ftp-rename-remote-to-remote)
2629         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2630         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2631         Force file deletion.
2633         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2635         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2636         (tramp-handle-make-symbolic-link, tramp-handle-load)
2637         (tramp-do-copy-or-rename-file-via-buffer)
2638         (tramp-do-copy-or-rename-file-directly)
2639         (tramp-do-copy-or-rename-file-out-of-band)
2640         (tramp-handle-process-file, tramp-handle-call-process-region)
2641         (tramp-handle-shell-command, tramp-handle-file-local-copy)
2642         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2643         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2645         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2646         (tramp-fish-handle-make-symbolic-link)
2647         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
2649         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2650         Use `tramp-compat-delete-file'.
2652         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
2653         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
2655         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
2656         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
2658         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
2659         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
2660         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
2661         `tramp-compat-delete-file'.
2663 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2665         Minor cleanups.
2666         * subr.el (add-minor-mode): Use push.
2667         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
2668         * emulation/edt.el (edt-select-mode): Simplify.
2670         Use define-minor-mode in more cases.
2671         * term/tvi970.el (tvi970-set-keypad-mode):
2672         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2673         (normal-erase-is-backspace-mode):
2674         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
2675         (set-scroll-bar-mode-1): (Re)move to its sole caller.
2676         (get-scroll-bar-mode): New function.
2677         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
2679         Use define-minor-mode for less obvious cases.
2680         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
2681         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
2682         * international/iso-ascii.el (iso-ascii-mode):
2683         * frame.el (auto-raise-mode, auto-lower-mode):
2684         * composite.el (global-auto-composition-mode): Use define-minor-mode.
2686 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
2688         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
2689         in order to see error messages for failed logins.
2691 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
2693         * diff.el (diff-sentinel):
2695         * epg.el (epg--make-temp-file, epg-decrypt-string)
2696         (epg-verify-string, epg-sign-string, epg-encrypt-string):
2698         * jka-compr.el (jka-compr-partial-uncompress)
2699         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
2701         * server.el (server-sentinel): Use delete-file's new FORCE arg
2702         (Bug#6070).
2704 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2706         Use define-minor-mode where applicable.
2707         * view.el (view-mode):
2708         * type-break.el (type-break-query-mode)
2709         (type-break-mode-line-message-mode):
2710         * textmodes/reftex.el (reftex-mode):
2711         * term/vt100.el (vt100-wide-mode):
2712         * tar-mode.el (tar-subfile-mode):
2713         * savehist.el (savehist-mode):
2714         * ibuf-ext.el (ibuffer-auto-mode):
2715         * composite.el (auto-composition-mode):
2716         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2717         Use define-minor-mode.
2718         (vhdl-mode): Use static mode-line format.
2719         (vhdl-mode-line-update): Delete.
2720         (vhdl-create-mode-menu, vhdl-activate-customizations)
2721         (vhdl-hs-minor-mode): Don't bother calling it.
2723 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2725         * simple.el (with-wrapper-hook): Move.
2726         (buffer-substring-filters): Mark obsolete.
2727         (filter-buffer-substring-functions): New variable.
2728         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
2730         Use a mode-line spec rather than a static string in Semantic.
2731         * cedet/semantic/util-modes.el:
2732         (semantic-minor-modes-format): New var to replace...
2733         (semantic-minor-modes-status): Remove.
2734         (semantic-mode-line-update): Construct a mode-line spec rather than
2735         a static string so that mouse buttons can be used on individual minor
2736         modes and so that semantic-mode-line-update only needs to be called
2737         when global settings are changed.
2738         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
2739         Call semantic-mode-line-update.
2740         (semantic-toggle-minor-mode-globally): Don't assume mode is on
2741         minor-mode-alist, check semantic-minor-mode-alist as well.
2742         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
2743         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
2744         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
2745         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2746         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2747         (define-semantic-idle-service, semantic-idle-summary-mode):
2748         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
2749         Don't call semantic-mode-line-update any more.
2751 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2753         Use define-minor-mode in CEDET where applicable.
2755         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
2756         Use define-minor-mode.
2758         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
2759         Remove unused arg `keymap' and code redundant with define-minor-mode.
2760         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
2761         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
2762         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
2763         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
2764         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
2765         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
2766         Use define-minor-mode.
2767         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
2768         (semantic-show-unmatched-syntax-mode-setup)
2769         (semantic-show-parser-state-mode-setup)
2770         (semantic-highlight-func-mode-setup): Inline into sole caller.
2772         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2773         (semantic-mru-bookmark-mode): Use define-minor-mode.
2774         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
2776         * cedet/semantic/idle.el (define-semantic-idle-service):
2777         Use define-minor-mode and inline setup function into its sole caller.
2778         (semantic-idle-scheduler-mode-setup)
2779         (semantic-idle-summary-mode-setup): Inline into sole caller.
2780         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
2781         Use define-minor-mode.
2783         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
2784         (semantic-decoration-mode): Use define-minor-mode.
2785         (semantic-decoration-mode-setup): Inline into sole caller.
2787         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
2788         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
2789         (ede-dired-add-to-target): Use dolist.
2791 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2792             Michael Albinus  <michael.albinus@gmx.de>
2794         Implement compression for inline methods.
2796         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2797         (tramp-copy-size-limit): Allow also nil.
2798         (tramp-inline-compress-commands): New defconst.
2799         (tramp-find-inline-compress, tramp-get-inline-compress)
2800         (tramp-get-inline-coding): New defuns.
2801         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2802         replaced by `tramp-get-inline-coding'.
2803         (tramp-handle-file-local-copy, tramp-handle-write-region)
2804         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2806 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2808         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
2809         Remove unused functions.
2811         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
2812         Set find-tag-default-function as a variable rather than a property.
2814         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
2815         * progmodes/etags.el (tags-completion-at-point-function):
2816         Remove left over interactive spec.  Add autoloading stub.
2817         (complete-tag): Use tags-completion-at-point-function.
2819 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
2821         * minibuffer.el (tags-completion-at-point-function): Fix return value.
2823 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
2825         * ido.el (ido-init-completion-maps): Remove C-v binding.
2826         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
2828 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
2830         * minibuffer.el (tags-completion-at-point-function): New function.
2831         (completion-at-point-functions): Use it.
2833         * cedet/semantic.el (semantic-completion-at-point-function): New function.
2834         (semantic-mode): Use semantic-completion-at-point-function for
2835         completion-at-point-functions instead.
2837         * progmodes/etags.el (complete-tag): Revert last change.
2839 2010-04-29  Alan Mackenzie  <acm@muc.de>
2841         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
2842         off-by-one error (in end of macro position).
2844 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2846         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
2847         firefox is absent.  Don't autoload.
2848         (browse-url-galeon-program): Don't autoload.
2850 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
2852         * bindings.el (complete-symbol): Move into minibuffer.el.
2854         * minibuffer.el (complete-tag): Move from etags.el.  If tags
2855         completion cannot be performed, return nil instead of signalling
2856         an error.
2857         (completion-at-point): Make it an alias for complete-symbol.
2858         (complete-symbol): Move from bindings.el, and replace with the
2859         body of completion-at-point.
2861         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
2863         * cedet/semantic.el (semantic-mode): When enabled, add
2864         semantic-ia-complete-symbol to completion-at-point-functions.
2866         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
2867         if Semantic is not active.
2869 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
2871         * net/tramp.el (tramp-remote-selinux-p): New defun.
2872         (tramp-handle-file-selinux-context)
2873         (tramp-handle-set-file-selinux-context): Use it.
2875 2010-04-28  Sam Steingold  <sds@gnu.org>
2877         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2878         `safe-local-variable' if the value is a string or a symbol with
2879         the property `bug-reference-url-format'.
2881 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
2883         * progmodes/bug-reference.el (bug-reference-url-format): Revert
2884         2010-04-27 change due to security risk.
2886 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2888         Make it possible to locally disable a globally enabled mode.
2889         * simple.el (fundamental-mode): Run fundamental-mode-hook.
2890         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
2891         rather than kill-all-local-variables so it runs fundamental-mode-hook.
2892         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2893         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
2894         that subsequent hooks get a chance to disable it.
2896 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2898         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2899         Avoid re-enabling a minor mode after the user turned the minor mode
2900         off if MODE-enable-in-buffers is run twice (typically once from
2901         fundamental-mode's after-change-major-mode-hook and a second time from
2902         run-mode-hook's own after-change-major-mode-hook).
2904         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
2906 2010-04-27  Sam Steingold  <sds@gnu.org>
2908         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2909         `safe-local-variable' if the value is a string or a function, as
2910         documented and implemented on 2010-04-02.
2912 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
2914         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
2915         when method is 'kill.
2917 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
2919         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
2920         condition in default directory check.
2921         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
2922         Kill ispell process when killing its associated buffer.
2924 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
2926         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
2927         but we aren't using it.
2929 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
2931         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
2932         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
2934 2010-04-24  Glenn Morris  <rgm@gnu.org>
2936         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
2937         Ignore VCS-ignore files, and deleted nextstep preferences files.
2938         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
2939         (authors-ambiguous-files): New list.
2940         (authors-valid-file-names): Add some deleted files.
2941         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
2942         (authors-disambiguate-file-name): New function.  (Bug#5501)
2943         (authors-canonical-file-name): Doc fix.
2944         Don't warn about obsolete files.
2945         (authors-canonical-file-name, authors-scan-el):
2946         Use authors-disambiguate-file-name.
2948         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2949         Add autoload cookies.
2950         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
2951         (generated-autoload-file): Set file-local value to "htmlfontify.el".
2952         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
2953         They have definitions / compiler macros in cl.el.
2954         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2955         Replace manual autoloads with generated ones.
2956         (htmlfontify-unload-rgb-file): Remove autoload.
2957         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
2959 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2961         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
2962         (byte-compile-setq-default): Optimize for the
2963         single-var case and don't call byte-compile-form in this case to avoid
2964         inf-loop with byte-compile-set-default.
2966         * progmodes/compile.el (compilation-start): Abbreviate default directory.
2968 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
2970         Implement SELINUX backends.
2972         * net/tramp.el (tramp-file-name-handler-alist):
2973         Add `file-selinux-context' and `set-file-selinux-context'.
2974         (tramp-handle-file-selinux-context)
2975         (tramp-handle-set-file-selinux-context): New defuns.
2976         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2977         Handle PRESERVE-SELINUX-CONTEXT.
2979         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2980         Add `file-selinux-context' and `set-file-selinux-context'.
2981         (tramp-gvfs-handle-file-selinux-context)
2982         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2983         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2985         * net/ange-ftp.el (ange-ftp-copy-file):
2986         * net/tramp-fish.el (tramp-fish-handle-copy-file):
2987         * net/tramp-imap.el (tramp-imap-handle-copy-file):
2988         * net/tramp-smb.el (tramp-smb-handle-copy-file):
2989         Add PRESERVE-SELINUX-CONTEXT.
2991 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2993         Synchronize with Tramp repository.
2995         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
2996         (tramp-action-process-alive, tramp-action-out-of-band)
2997         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2998         (tramp-exists-file-name-handler): Fix docstring.
2999         (with-progress-reporter): New defmacro.
3000         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
3001         (tramp-maybe-open-connection): Use it.
3003 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
3005         Detect ssh 'ControlMaster' argument automatically in some cases.
3007         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
3008         (tramp-default-method): Use it.
3010 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
3012         * net/tramp.el (tramp-handle-copy-file): Add new optional
3013         parameter `preserve-selinux-context'.
3014         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
3016 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
3018         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
3019         Ensure, that non remote files are still checked.  Oops.
3021 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
3023         Fix Bug#5840.
3025         * icomplete.el (icomplete-completions): Use `non-essential'.
3027         * net/tramp.el (tramp-connectable-p): New defun.
3028         (tramp-handle-expand-file-name)
3029         (tramp-completion-handle-file-name-all-completions)
3030         (tramp-completion-handle-file-name-completion): Use it.
3032 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3034         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
3036 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
3038         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
3040         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
3042         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
3043         is present.
3045         * info.el (info-tool-bar-map): Add labels.
3047         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
3049         * cus-edit.el (custom-commands): Add labels for tool bar.
3050         (custom-buffer-create-internal, Custom-mode): Adjust for
3051         labels in custom-commands.
3053         * dynamic-setting.el: Renamed from font-setting.el.
3055 2010-04-21  John Wiegley  <jwiegley@gmail.com>
3057         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
3058         toggles the use of virtual buffers.
3059         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
3060         value.
3061         (ido-toggle-virtual-buffers): New function.
3063 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
3065         Use `define-derived-mode'; fix window selection; doc fixes.
3066         * play/tetris.el (tetris, tetris-update-speed-function)
3067         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
3068         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
3069         (tetris-rotate-next, tetris-end-game, tetris-start-game)
3070         (tetris-pause-game): Fix typos in docstrings.
3071         (tetris-mode-map, tetris-null-map):
3072         Move initialization into declaration.
3073         (tetris-mode): Define with `define-derived-mode';
3074         set show-trailing-whitespace to nil.
3075         (tetris): Prefer window already displaying the "*Tetris*" buffer.
3077 2010-04-21  Karel Klíč  <kklic@redhat.com>
3079         * files.el (backup-buffer): Handle SELinux context, and return it
3080         if a backup was made by renaming.
3081         (backup-buffer-copy): Set SELinux context to the target file.
3082         (basic-save-buffer): Set SELinux context of the newly written file.
3083         (basic-save-buffer-1): Now it also returns any SELinux context.
3084         (basic-save-buffer-2): Set SELinux context of the newly created file,
3085         and return it.
3086         * net/tramp.el (tramp-file-name-for-operation):
3087         Add file-selinux-context.
3089 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3091         Make the log-edit comments use RFC822 format throughout.
3093         * vc.el (vc-checkin, vc-modify-change-comment):
3094         Adjust to new vc-start/finish-logentry.
3095         (vc-find-conflicted-file): New command.
3096         (vc-transfer-file): Adjust to new vc-checkin.
3097         (vc-next-action): Improve scoping.
3099         * vc-hg.el (vc-hg-log-edit-mode): Remove.
3100         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
3102         * vc-git.el (vc-git-log-edit-mode): Remove.
3103         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
3104         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
3106         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
3107         (vc-start-logentry): Remove argument `extra'.
3108         (vc-finish-logentry): Remove extra args.
3110         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
3111         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
3112         (vc-bzr-conflicted-files): New function.
3114         * log-edit.el (log-edit-extra-flags)
3115         (log-edit-before-checkin-process): Remove.
3116         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
3117         (log-edit-headers-alist): New var.
3118         (log-edit-header-contents-regexp): New const.
3119         (log-edit-match-to-eoh): New function.
3120         (log-edit-font-lock-keywords): Use them.
3121         (log-edit): Insert a "Summary:" header as default.
3122         (log-edit-mode): Mark font-lock rules as case-insensitive.
3123         (log-edit-done): Cleanup headers.
3124         (log-view-process-buffer): Remove.
3125         (log-edit-extract-headers): New function to replace it.
3127 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
3129         * subr.el (default-direction-reversed): Remove obsolescence info.
3131 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3133         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
3134         windows/frames.
3136         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
3137         I.e. include text after point in the completion region.
3138         Also, return nil when we're not after/in a symbol.
3140         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
3141         default enable-multibyte-characters.
3143 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3145         * international/mule.el: Help the user choose a valid coding-system.
3146         (read-buffer-file-coding-system): New function.
3147         (set-buffer-file-coding-system): Use it.  Prompt the user if the
3148         coding-system cannot encode all the chars.
3150         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
3151         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
3152         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
3153         Don't use *vc-bzr-shelve*.
3155 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3157         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
3158         Don't destroy list before using it.
3160 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
3162         Fix the version number for added files.
3163         * vc-hg.el (vc-hg-working-revision): Check if the file is
3164         registered after hg parent fails (Bug#5961).
3166 2010-04-19  Glenn Morris  <rgm@gnu.org>
3168         * htmlfontify.el (htmlfontify-buffer)
3169         (htmlfontify-copy-and-link-dir): Autoload entry points.
3171 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
3173         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
3174         name relative to the project root (Bug#5960).
3176 2010-04-19  Glenn Morris  <rgm@gnu.org>
3178         * vc-git.el (vc-git-print-log): Doc fix.
3180 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
3182         * ido.el (ido-file-internal): Fix 2009-12-02 change.
3184 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
3186         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
3187         default settings (Bug#5928).
3189 2010-04-19  Glenn Morris  <rgm@gnu.org>
3191         * progmodes/fortran.el (fortran-match-and-skip-declaration):
3192         New function.
3193         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
3195 2010-04-19  Kenichi Handa  <handa@m17n.org>
3197         * language/indian.el (malayalam-composable-pattern): Fix previous
3198         change (add U+0D4D "SIGN VIRAMA").
3199         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
3200         (tamil-composable-pattern): Fix typo in the regexp.
3201         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
3202         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
3203         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
3205 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3207         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
3208         paragraph-separate (Bug#5821).
3210 2010-04-19  Juri Linkov  <juri@jurta.org>
3212         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
3214         * info.el (Info-find-node-2): Comment out code that skips
3215         breadcrumbs line.
3216         (Info-mouse-follow-link): New command.
3217         (Info-link-keymap): New keymap.
3218         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
3219         Return a string with links instead of inserting breadcrumbs
3220         to the Info buffer.
3221         (Info-fontify-node): Comment out code that inserts breadcrumbs.
3222         Instead of putting the `invisible' text property over the Info
3223         header, make an overlay over the Info header with the `invisible'
3224         property and `after-string' set to the string returned by
3225         `Info-breadcrumbs'.
3227 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3229         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
3230         Reported by monkey@sandpframing.com.
3232 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3234         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
3235         (tmm-get-keymap): Add key-binding shortcuts now that they're not
3236         available in the "keyseq cache" any more.
3238         * custom.el (defcustom): Add edebug spec.
3240 2010-04-18  Juri Linkov  <juri@jurta.org>
3242         Test for special mode-class in view-buffer instead of view-file (bug#5513).
3244         * view.el (view-file, view-buffer): Move test for special mode-class
3245         from view-file to view-buffer.
3247         * tar-mode.el (tar-extract): Turn if's into one cond
3248         like in arc-mode.el.
3250 2010-04-18  Juri Linkov  <juri@jurta.org>
3252         Add 7z archive format support (bug#5475).
3254         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
3255         (archive-7z-extract): New defcustom.
3256         (archive-find-type): Add magic string for 7z.
3257         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
3258         If `stderr-file' is non-nil, use `(t stderr-file)' for the
3259         `buffer' arg of `call-process'.
3260         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
3261         call the function `archive-7z-extract' with the variable
3262         `archive-7z-extract' let-bound to `archive-zip-extract'.
3263         (archive-7z-summarize, archive-7z-extract): New functions.
3265         * international/mule.el (auto-coding-alist):
3266         * files.el (auto-mode-alist): Add 7z file extension.
3268 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3270         * loadup.el: Setup hash-cons for pure data.
3272         Fix duplicate entries in cedet's loaddefs.el files.
3273         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
3274         Should make most file-local generated-autoload-file unnecessary.
3275         (print-readably): Silence warnings.
3276         (autoload-find-destination): Take load-name as an arg to make sure
3277         it's the same as the one that will be in the file.
3278         (autoload-generate-file-autoloads): Adjust to above changes.
3279         Try to make the dataflow a bit simpler.
3281         * cvs-status.el (cvs-refontify): Remove unused.
3283 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
3285         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
3287         * calc-bin.el (calc-radix): Have the "O" option turn on
3288         twos-complement mode.
3290 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
3292         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
3293         Add `calc-option-prefix-help' to calc-help autoloads.
3294         (calc-inverse): Add "Option" to message, as appropriate.
3295         (calc-hyperbolic): Add "Option" to message, as appropriate.
3296         (calc-option, calc-is-option): New functions.
3298         * calc-help.el (calc-full-help): Add `calc-option-help'.
3299         (calc-option-prefix-help): New function.
3301         * calc-misc.el (calc-help): Add "Option" entry.
3303         * calc.el (calc-local-var-list): Add `calc-option-flag'.
3304         (calc-option-flag): New variable.
3305         (calc-do): Set `calc-option-flag to nil.
3306         (calc-set-mode-line): Add "Opt " as appropriate.
3308 2010-04-16  Juri Linkov  <juri@jurta.org>
3310         Move scrolling commands from simple.el to window.el
3311         because their primitives are implemented in window.c.
3313         * simple.el (scroll-error-top-bottom)
3314         (scroll-up-command, scroll-down-command, scroll-up-line)
3315         (scroll-down-line, scroll-other-window-down)
3316         (beginning-of-buffer-other-window, end-of-buffer-other-window):
3317         * window.el (scroll-error-top-bottom)
3318         (scroll-up-command, scroll-down-command, scroll-up-line)
3319         (scroll-down-line, scroll-other-window-down)
3320         (beginning-of-buffer-other-window, end-of-buffer-other-window):
3321         Move from simple.el to window.el because their primitives are
3322         implemented in window.c.
3324 2010-04-16  Juri Linkov  <juri@jurta.org>
3326         * isearch.el (isearch-lookup-scroll-key): Check both
3327         `isearch-scroll' and `scroll-command' properties.
3328         (scroll-up, scroll-down): Remove `isearch-scroll' property.
3330         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
3332         * simple.el (scroll-up-command, scroll-down-command)
3333         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
3335 2010-04-15  Juri Linkov  <juri@jurta.org>
3337         * simple.el (scroll-up-command, scroll-down-command)
3338         (scroll-up-line, scroll-down-line): Put `scroll-command'
3339         property on the these symbols.  Remove them from
3340         `scroll-preserve-screen-position-commands'.
3342         * mwheel.el (mwheel-scroll): Put `scroll-command' and
3343         `isearch-scroll' properties on the `mwheel-scroll' symbol.
3344         Remove it from `scroll-preserve-screen-position-commands'.
3346         * isearch.el (isearch-allow-scroll): Doc fix.
3348 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
3350         * net/tramp.el (tramp-error-with-buffer): Don't show the
3351         connection buffer when we are in completion mode.
3352         (tramp-file-name-handler): Catch the error for some operations
3353         when we are in completion mode.  This gives the user the chance to
3354         correct the file name in the minibuffer.
3356 2010-04-15  Glenn Morris  <rgm@gnu.org>
3358         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3360 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
3362         Simplify by using `define-derived-mode'.
3363         * info.el (Info-mode):
3364         * calendar/todo-mode.el (todo-mode):
3365         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3366         (gomoku-mode-map): Move initialization into declaration.
3368 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
3370         Fix Bug#5840.
3371         * ido.el (ido-file-name-all-completions-1):
3372         * minibuffer.el (minibuffer-completion-help):
3373         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3375 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3377         * simple.el (non-essential): New var.
3379         Add a new field `location' to bookmarks for non-file bookmarks.
3380         * bookmark.el (bookmark-location): Use the new field, if present.
3381         (bookmark-insert-location): Undo last change, not needed any more.
3382         * man.el (Man-bookmark-make-record):
3383         * woman.el (woman-bookmark-make-record): Add `location' field.
3385 2010-04-14  Juri Linkov  <juri@jurta.org>
3387         * simple.el (scroll-error-top-bottom): New defcustom.
3388         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
3390         * emulation/pc-select.el (pc-select-override-scroll-error):
3391         Obsolete in favor of `scroll-error-top-bottom'.
3393 2010-04-14  Juri Linkov  <juri@jurta.org>
3395         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3396         `scroll-up-command' and `M-v' to `scroll-down-command'.
3398         * emulation/cua-rect.el (cua--init-rectangles):
3399         * forms.el (forms--change-commands):
3400         * image-mode.el (image-mode-map):
3401         Remap scroll-down-command and scroll-up-command
3402         in addition to scroll-down and scroll-up.
3404 2010-04-14  Juri Linkov  <juri@jurta.org>
3406         * mwheel.el (scroll-preserve-screen-position-commands):
3407         Add mwheel-scroll to this list of commands.
3409         * simple.el (scroll-preserve-screen-position-commands):
3410         Add scroll-up-command, scroll-down-command, scroll-up-line,
3411         scroll-down-line to this list of commands.
3413 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3415         * obsolete/complete.el: Move from lisp/complete.el.
3417         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3419         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3420         to the minor mode function now turns the mode ON unconditionally.
3422 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3424         * vc-dir.el (vc-dir-kill-line): New command.
3425         (vc-dir-mode-map): Bind it to C-k.
3427         * bookmark.el (bookmark-insert-location): Handle a nil filename.
3429         * woman.el: Add bookmark declarations to silence the compiler.
3430         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3431         step to compatibility between man and woman bookmarks.
3432         Adjust for Man-default-bookmark-title renaming.
3433         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
3435         * man.el: Add bookmark declarations to silence the compiler.
3436         (Man-name-local-regexp): Make it match NAME as well.
3437         (Man-getpage-in-background): Return the buffer.
3438         (Man-notify-when-ready): Use `case'.
3439         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3440         Don't hardcode "NAME".  Simplify.
3441         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3442         Rename from Man-bookmark-make-record.
3443         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
3444         we have the actual man-args.  Use Man-getpage-in-background rather
3445         than `man' since the arg is already processed.  Let bookmark.el do the
3446         window handling.  Only wait for the relevant process.
3447         Don't forget to autoload.
3449         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3451 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3453         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3454         New functions.
3455         (woman-mode): Setup bookmark support.
3457         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3458         (man-bookmark-jump): New functions.
3459         (Man-mode): Setup bookmark support.
3461 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
3463         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3464         recognize ssh-keygen prompt (Bug#2817).
3466 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3468         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3470 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3472         Synchronize with Tramp repository.
3474         * net/tramp.el (tramp-completion-function-alist)
3475         (tramp-file-name-regexp, tramp-chunksize)
3476         (tramp-local-coding-commands, tramp-remote-coding-commands):
3477         Fix docstring.
3478         (tramp-remote-process-environment): Use `format' instead of `concat'.
3479         (tramp-handle-directory-files-and-attributes)
3480         (tramp-get-remote-path): Use `copy-tree'.
3481         (tramp-handle-file-name-all-completions): Backward/ XEmacs
3482         compatibility: Use `completion-ignore-case' if
3483         `read-file-name-completion-ignore-case' does not exist.
3484         (tramp-do-copy-or-rename-file-directly): Do not use
3485         `tramp-handle-file-remote-p'.
3486         (tramp-do-copy-or-rename-file-out-of-band):
3487         Use `tramp-compat-delete-directory'.
3488         (tramp-do-copy-or-rename-file-out-of-band)
3489         (tramp-compute-multi-hops, tramp-maybe-open-connection):
3490         Use `format-spec-make'.
3491         (tramp-find-foreign-file-name-handler)
3492         (tramp-advice-make-auto-save-file-name)
3493         (tramp-set-auto-save-file-modes): Remove superfluous check for
3494         `stringp'.  This is done inside `tramp-tramp-file-p'.
3495         (tramp-debug-outline-regexp): New defconst.
3496         (tramp-get-debug-buffer): Use it.
3497         (tramp-check-for-regexp): Use (forward-line 1).
3498         (tramp-set-auto-save-file-modes): Adapt version check.
3500         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3501         Wrap call of `featurep' for 2nd argument.
3502         (tramp-compat-make-temp-file): Simplify fallback implementation.
3503         (tramp-compat-copy-tree): Remove function.
3504         (tramp-compat-delete-directory): Provide implementation for older
3505         Emacsen.
3507         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3508         Do not use `tramp-fish-handle-file-attributes.
3510         * net/trampver.el: Update release number.
3512 2010-04-10  Glenn Morris  <rgm@gnu.org>
3514         * progmodes/compile.el (compilation-save-buffers-predicate):
3515         Add missing :version tag.
3517 2010-04-09  Sam Steingold  <sds@gnu.org>
3519         * progmodes/compile.el (compilation-save-buffers-predicate):
3520         Remove the "autoload" cookie.
3522         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3523         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3524         and `bug-reference-prog-mode' can be used in hooks directly.
3526 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3528         Add --author support to git commit.
3529         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3530         (vc-git-log-edit-mode): New minor mode.
3531         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3532         New declarations.
3534 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
3536         * vc-hooks.el, vc-git.el: Improve documentation comments.
3538 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3540         Fix some of the problems in defsubst* (bug#5728).
3541         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3542         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3544 2010-04-07  Sam Steingold  <sds@gnu.org>
3546         * progmodes/compile.el (compilation-save-buffers-predicate):
3547         New custom variable.
3548         (compile, recompile): Pass it to `save-some-buffers'.
3550 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
3552         * wid-edit.el (widget-choose): Move cursor to the second line of
3553         the buffer (Bug#5695).
3555 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3557         Add new VC methods: vc-log-incoming and vc-log-outgoing.
3558         * vc.el (vc-print-log-setup-buttons): New function split out from
3559         vc-print-log-internal.
3560         (vc-log-internal-common): New function, a parametrized version of
3561         vc-print-log-internal.
3562         (vc-print-log-internal): Just call vc-log-internal-common with the
3563         right arguments.
3564         (vc-incoming-outgoing-internal):
3565         (vc-log-incoming, vc-log-outgoing): New functions.
3566         (vc-log-view-type): New permanent local variable.
3568         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3570         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3571         of the dynamic bound vc-short-log.
3572         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3574         * vc-git.el (vc-git-log-outgoing): New function.
3575         (vc-git-log-view-mode): Use vc-log-view-type instead
3576         of the dynamic bound vc-short-log.
3578         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3579         of the dynamic bound vc-short-log.  Highlight the tag.
3580         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3581         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3582         (vc-hg-incoming-mode): Remove.
3583         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3585 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3587         Fix default-directory for vc-root-diff.
3588         * vc.el (vc-root-diff): Bind default-directory to the root
3589         directory for the diff command.
3591 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
3593         * progmodes/verilog-mode.el (verilog-forward-sexp):
3594         (verilog-calc-1): Support "disable fork" and "fork wait" multi
3595         word keywords, suggested by Steve Pearlmutter.
3596         (verilog-pretty-declarations): Support lineup of declarations in
3597         port lists.
3598         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3599         fix bug for /* / comments.
3600         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3601         Speed up and simplfy as this is never called with a bound.
3602         (verilog-pretty-declarations): Enhance to line up declarations
3603         inside a parameter list, suggested by Alan Morgan.
3604         (verilog-pretty-expr): Tune assignment regular expression match
3605         string for corner cases; also use markers instead of character
3606         number as indent changes the later.
3608 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
3610         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3611         as missing keyword.
3612         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3613         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
3614         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3615         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
3616         Tennant.
3617         (verilog-keywords):
3618         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3619         1800-2009 keywords, including "global.".
3621 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3623         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3624         appearing in buffer list (if a live buffer name matched a recentf
3625         file basename).  Should use uniquify to offer a real solution.
3627 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3629         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3630         comment to code, and add a :version tag.
3631         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3633 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
3635         Enable recentf-mode if using virtual buffers.
3636         * ido.el (recentf-list): Declare for byte-compiler.
3637         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
3638         (ido-make-buffer-list): Simplify.
3639         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
3641 2010-04-05  Juri Linkov  <juri@jurta.org>
3643         Scrolling commands which scroll a line instead of full screen.
3644         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3646         * simple.el (scroll-up-line, scroll-down-line): New commands.
3647         Put property isearch-scroll=t on them.
3649         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
3650         Remove commands.
3652 2010-04-05  Juri Linkov  <juri@jurta.org>
3654         Scrolling commands which do not signal errors at top/bottom.
3655         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3657         * simple.el (scroll-up-command, scroll-down-command): New commands.
3658         Put property isearch-scroll=t on them.
3660         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
3661         `scroll-down-command' and [next] from `scroll-up' to
3662         `scroll-up-command'.
3664         * emulation/cua-base.el: Put property CUA=move on
3665         `scroll-up-command' and `scroll-down-command'.
3666         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
3667         and `scroll-down-command' to `cua-scroll-down'.
3669 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
3671         * help.el (describe-mode): Return nil.
3673 2010-04-04  John Wiegley  <jwiegley@gmail.com>
3675         * ido.el (ido-use-virtual-buffers): New variable to indicate
3676         whether "virtual buffer" support is enabled for IDO.
3677         (ido-virtual): Face used to indicate virtual buffers in the list.
3678         (ido-buffer-internal): If a buffer is chosen, and no such buffer
3679         exists, but a virtual buffer of that name does (which would be why
3680         it was in the list), recreate the buffer by reopening the file.
3681         (ido-make-buffer-list): If virtual buffers are being used, call
3682         `ido-add-virtual-buffers-to-list' before the make list hook.
3683         (ido-virtual-buffers): New variable which contains a copy of the
3684         current contents of the `recentf-list', albeit pared down for the
3685         sake of speed, and with proper faces applied.
3686         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
3687         create a list of "virtual buffers" to present to the user in
3688         addition to the currently open set.  Note that this logic could
3689         get rather slow if that list is too large.  With the default
3690         `recentf-max-saved-items' of 200, there is little speed penalty.
3692 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3694         * font-lock.el: Require CL when compiling.
3695         (font-lock-turn-on-thing-lock): Use `case'.
3697 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
3699         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
3700         Zaretskii.
3702 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
3704         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
3705         (semantic-create-imenu-directory-index): Fix typos in docstrings.
3706         (semantic-imenu-goto-function): Reflow docstring.
3708 2010-04-02  Juri Linkov  <juri@jurta.org>
3710         * ehelp.el (electric-help-orig-major-mode):
3711         New buffer-local variable.
3712         (electric-help-mode): Set it to original major-mode.  Doc fix.
3713         (with-electric-help): Use `electric-help-orig-major-mode' instead
3714         of (default-value 'major-mode).  Doc fix.
3715         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
3717 2010-04-02  Sam Steingold  <sds@gnu.org>
3719         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
3720         `vc-hg-command' with a list of flags.
3722         * progmodes/bug-reference.el (bug-reference-bug-regexp):
3723         Also accept "patch" and "RFE".
3724         (bug-reference-fontify): `bug-reference-url-format' can also be a
3725         function to be able to handle the bug kind.
3726         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
3728 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
3730         * tmm.el (tmm-get-keymap): Check with symbolp before passing
3731         value to fboundp, it may not be a symbol.
3733 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3735         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
3737 2010-03-31  Juri Linkov  <juri@jurta.org>
3739         * simple.el (next-line, previous-line): Re-throw a signal
3740         with `signal' instead of using `ding'.
3741         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
3743 2010-03-31  Juri Linkov  <juri@jurta.org>
3745         * simple.el (keyboard-escape-quit): Raise deselecting the active
3746         region higher than exiting the minibuffer.
3747         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
3749 2010-03-31  Juri Linkov  <juri@jurta.org>
3751         * image.el (image-animated-p): Use `image-metadata' instead of
3752         `image-extension-data'.  Get GIF extenstion data from metadata
3753         property `extension-data'.
3755 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3757         * simple.el (append-to-buffer): Simplify.
3759 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
3761         * textmodes/artist.el (artist-mode): Fix typo in docstring.
3762         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
3764 2010-03-31  Kenichi Handa  <handa@m17n.org>
3766         * language/sinhala.el (composition-function-table): Fix regexp for
3767         the new Unicode specification.
3769         * language/indian.el (devanagari-composable-pattern)
3770         (tamil-composable-pattern, kannada-composable-pattern)
3771         (malayalam-composable-pattern): Adjust for the new Unicode
3772         specification.
3773         (bengali-composable-pattern, gurmukhi-composable-pattern)
3774         (gujarati-composable-pattern, oriya-composable-pattern)
3775         (telugu-composable-pattern): New variables to cope with the new
3776         Unicode specification.  Use them in composition-function-table.
3778 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3780         Make tmm-menubar work for the Buffers menu again (bug#5726).
3781         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
3782         vectors rather than cons cells, as used in menu-bar-update-buffers.
3784 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3786         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
3787         (js-insert-and-indent): Revert 2009-08-15 change, restoring
3788         electric punctuation for "{}();,:" (Bug#5586).
3790         * mail/sendmail.el (mail-default-directory): Doc fix.
3792 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3794         * mail/sendmail.el (mail-default-directory): Doc fix.
3796 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
3798         * subr.el (version-regexp-alist, version-to-list)
3799         (version-list-<, version-list-=, version-list-<=)
3800         (version-list-not-zero, version<, version<=, version=): Doc fix.
3801         (Bug#5744).
3803 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
3805         * vc.el (vc-root-diff): Doc fix.
3807 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3809         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
3811         * simple.el (append-to-buffer): Fix last change.
3813 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3815         * simple.el (append-to-buffer): Ensure that point is preserved if
3816         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
3817         (Bug#5749)
3819 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3821         * files.el (auto-mode-case-fold): Change default to t.
3823 2010-03-30  Juri Linkov  <juri@jurta.org>
3825         * dired-x.el (dired-omit-mode): Doc fix.
3827 2010-03-30  Juri Linkov  <juri@jurta.org>
3829         * replace.el (occur-accumulate-lines): Move occur-engine related
3830         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
3831         to be located after `occur-engine'.
3833 2010-03-30  Juri Linkov  <juri@jurta.org>
3835         Make occur handle multi-line matches cleanly with context.
3836         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
3838         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
3839         (occur-engine): Add local variables `ret', `prev-after-lines',
3840         `prev-lines'.  Use more arguments for `occur-context-lines'.
3841         Set first elem of its returned list to `data', and the second elem
3842         to `prev-after-lines'.  Don't print the separator line.
3843         In the end, print remaining context after-lines.
3844         (occur-context-lines): Add new arguments `begpt', `endpt',
3845         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
3846         after-lines of the previous match with before-lines of the
3847         current match and not overlap them.  Return a list with two
3848         values: the output line and the list of context after-lines.
3850 2010-03-30  Juri Linkov  <juri@jurta.org>
3852         * replace.el (occur-accumulate-lines): Fix a bug where the first
3853         context line at the beginning of the buffer was missing.
3855 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
3857         * files.el: Make bidi-display-reordering safe variable for boolean
3858         values.
3860 2010-03-29  Phil Hagelberg  <phil@evri.com>
3861             Chong Yidong  <cyd@stupidchicken.com>
3863         * subr.el: Extend progress reporters to perform "spinning".
3864         (progress-reporter-update, progress-reporter-do-update):
3865         Handle non-numeric value arguments.
3866         (progress-reporter--pulse-characters): New var.
3868 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
3870         * progmodes/compile.el (compilation-start): Fix regexp detection
3871         of initial cd command (Bug#5771).
3873 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
3875         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
3877 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
3879         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
3880         * lisp/progmodes/gdb-mi.el: Restore.
3881         * lisp/progmodes/gdb-ui.el: Remove.
3882         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
3884 2010-03-25  Glenn Morris  <rgm@gnu.org>
3886         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
3887         all dired buffers, even tramp ones.  (Bug#5755)
3889 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3891         Add "union tags" in mpc.el.
3892         * mpc.el: Remove backward compatibility code.
3893         (mpc-browser-tags): Change default.
3894         (mpc--find-memoize-union-tags): New var.
3895         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
3896         (mpc-cmd-find): Handle the case where the playlist does not exist.
3897         Handle union-tags.
3898         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
3899         (mpc-cmd-add): Use mpc-cmd-flush.
3900         (mpc-tagbrowser-tag-name): New fun.
3901         (mpc-tagbrowser-buf): Use it.
3902         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
3904 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3906         Misc cleanup.
3907         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
3908         Use replace-regexp-in-string.
3909         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
3910         (makefile-imake-mode-syntax-table): Move init into defvar.
3911         (makefile-mode): Use define-derived-mode.
3913         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
3914         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
3915         not be present any more.
3917 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3919         * faces.el (set-face-attribute): Fix typo in docstring.
3920         (face-valid-attribute-values): Reflow docstring.
3922         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
3924 2010-03-24  Glenn Morris  <rgm@gnu.org>
3926         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
3928 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3930         * indent.el (indent-for-tab-command): Doc fix.
3932 2010-03-24  Alan Mackenzie  <acm@muc.de>
3934         * progmodes/cc-engine.el (c-remove-stale-state-cache):
3935         Fix off-by-one error.  Fixes bug #5747.
3937 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3939         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
3940         (image-dired-read-comment): Doc fix.
3942         * json.el (json-object-type, json-array-type, json-key-type)
3943         (json-false, json-null, json-read-number):
3944         * minibuffer.el (completion-in-region-functions):
3945         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
3946         (cal-tex-cursor-week):
3947         * emacs-lisp/trace.el (trace-function):
3948         * eshell/em-basic.el (eshell/printnl):
3949         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
3950         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
3951         * obsolete/levents.el (allocate-event, event-key, event-object)
3952         (event-point, event-process, event-timestamp, event-to-character)
3953         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
3954         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
3955         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
3956         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
3957         (reftex-highlight-selection): Fix typos in docstrings.
3959 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3961         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
3963 2010-03-24  Glenn Morris  <rgm@gnu.org>
3965         * mail/rmail.el (rmail-highlight-face): Restore option deleted
3966         2008-02-13 without comment; mark it obsolete.
3967         (rmail-highlight-headers): Use rmail-highlight-face once more.
3969 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3971         * woman.el (woman2-process-escapes): Only consume the newline if
3972         the filler character is on a line by itself (Bug#5729).
3974 2010-03-24  Kenichi Handa  <handa@m17n.org>
3976         * language/indian.el (devanagari-composable-pattern): Add more
3977         consonants.
3979 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3981         * net/trampver.el: Update release number.
3983 2010-03-24  Glenn Morris  <rgm@gnu.org>
3985         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
3987 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3989         * net/tramp.el (tramp-find-executable):
3990         Use `tramp-get-connection-buffer'.  Make the regexp for checking
3991         output of "wc -l" more robust.
3992         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
3993         (tramp-open-connection-setup-interactive-shell): Remove workaround
3994         for OpenSolaris bug, it is not needed anymore.
3996 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
3998         * cedet/semantic/imenu.el: New file, from the CEDET repository
3999         (Bug#5412).
4001 2010-03-24  Glenn Morris  <rgm@gnu.org>
4003         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
4005 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
4007         * files.el (auto-mode-alist): Accept more verilog file patterns.
4009 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4011         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
4013 2010-03-24  Glenn Morris  <rgm@gnu.org>
4015         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
4016         log-edit-before-checkin-process.
4018         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
4020         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
4022         * vc-dispatcher.el (vc-start-logentry): Doc fix.
4023         (log-view-process-buffer, log-edit-extra-flags): Declare.
4025         * log-edit.el (log-edit-before-checkin-process): Doc fix.
4027         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
4028         Consistently check ede-object is bound throughout.
4030         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
4032 2010-03-23  Sam Steingold  <sds@gnu.org>
4034         Fix bug#5620: recalculate all markers on compilation buffer
4035         modifications, not on file modifications.
4036         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
4037         the buffer modification time, for buffers not associated with files.
4038         (compilation-mode): Create it.
4039         (compilation-filter): Update it.
4040         (compilation-next-error-function): Use it instead of
4041         `visited-file-modtime' for timestamp.
4043 2010-03-23  Juri Linkov  <juri@jurta.org>
4045         Implement Occur multi-line matches.
4046         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
4048         * replace.el (occur): Doc fix.
4049         (occur-engine): Set `begpt' to the beginning of the first line.
4050         Set `endpt' to the end of the last match line.  At first, count
4051         line numbers between `origpt' and `begpt'.  Split out code from
4052         `out-line' variable to new let-bindings `match-prefix' and
4053         `match-str'.  In `out-line' add non-numeric prefix to all
4054         non-first lines of multi-line matches.  Finally, count lines
4055         between `begpt' and `endpt' and add to `lines'.
4057 2010-03-23  Juri Linkov  <juri@jurta.org>
4059         * replace.el (occur-accumulate-lines, occur-engine):
4060         Use `occur-engine-line' instead of duplicate code.
4061         (occur-engine-line): New function created from duplicate code
4062         in `occur-accumulate-lines' and `occur-engine'.
4064         * replace.el (occur-engine-line): Add optional arg `keep-props'.
4065         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
4067 2010-03-23  Juri Linkov  <juri@jurta.org>
4069         * finder.el: Remove TODO tasks.
4071         * info.el (Info-finder-find-node): Add node "all"
4072         with all package info.  Handle a list of multiple keywords
4073         separated by comma.
4074         (info-finder): In interactive use with a prefix argument,
4075         use `completing-read-multiple' to read a list of keywords
4076         separated by comma.
4078 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4080         Add a new completion style `substring'.
4081         * minibuffer.el (completion-basic--pattern): New function.
4082         (completion-basic-try-completion, completion-basic-all-completions):
4083         Use it.
4084         (completion-substring--all-completions)
4085         (completion-substring-try-completion)
4086         (completion-substring-all-completions): New functions.
4087         (completion-styles-alist): New style `substring'.
4089 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4091         Get rid of .elc files after removal of the corresponding .el.
4092         * Makefile.in (compile-clean): New target.
4093         (compile-main): Use it.
4095 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
4097         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
4098         don't do make there.  When compiling with separate object dir, there
4099         is no Makefile there.
4101 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4103         Get rid of the ELCFILES abomination, again.
4104         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4105         (all, compile): Don't call compile-last.
4106         (compile-main): Build the "elcfiles" list dynamically.
4107         (compile-targets): New (internal) target.
4109 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
4111         * Makefile.in (top_srcdir): Define.
4112         (abs_top_builddir): Define.
4113         (srcdir): Don't append `/..'.
4114         (EMACS): Use ${abs_top_builddir}.
4115         (all, compile, compile-always, compile-last): Don't set emacswd.
4116         (update-subdirs, update-authors): Use $(top_srcdir) instead of
4117         $(srcdir).
4118         (lisp): Use $(srcdir) instead of @srcdir@.
4120 2010-03-21  Juri Linkov  <juri@jurta.org>
4122         Fix message of multi-line occur regexps and multi-buffer header lines.
4123         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
4125         * replace.el (occur-1): Don't display regexp if it is longer
4126         than window-width.  Use `query-replace-descr' to display regexp.
4127         (occur-engine): Don't display regexp in the buffer header for
4128         multi-buffer occur.  Display a separate header line with total
4129         match count and regexp for multi-buffer occur.
4130         Use `query-replace-descr' to display regexp.
4132 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4134         * net/secrets.el: Fix parenthesis.
4135         (secrets-enabled): Fix parenthesis.
4137 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4139         Use more relative file and directory names.
4140         * Makefile.in (EMACS): Arrange for it to work when we chdir.
4141         (setwins, setwins_almost, setwins_for_subdirs):
4142         Don't `cd'; output relative names.
4143         (all, compile, compile-always, compile-last): Set emacswd.
4144         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
4145         Just cd to the lisp source dir so we can use relative file names.
4147         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
4149 2010-03-20  Glenn Morris  <rgm@gnu.org>
4151         * textmodes/rst.el: Use faces for font-lock customization, and make the
4152         old -face variables obsolete.
4153         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
4154         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
4155         (rst-block-face, rst-external-face, rst-definition-face)
4156         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
4157         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
4158         Make obsolete.
4159         (rst-font-lock-keywords-function): Update for above changes.
4161 2010-03-20  Juri Linkov  <juri@jurta.org>
4163         * s-region.el:
4164         * obsolete/s-region.el: Move to obsolete.
4166 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
4168         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
4170 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
4172         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
4174 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
4176         Add special markup processing for commit logs.
4177         * log-edit.el (log-edit-extra-flags): New variable.
4178         (log-edit): Add new argument MODE.  Use that mode when non-nil
4179         instead of the log-view-mode.
4180         (log-view-process-buffer): New function.
4182         * vc.el: Document that the checkin method takes optional
4183         arguments.  Document new backend specific method: log-view-mode.
4184         (vc-default-log-edit-mode): New function.
4185         (vc-checkin): Use a backend specific log-view-mode.
4186         Pass extra arguments to the checkin method.
4187         (vc-modify-change-comment): Pass a dummy extra argument.
4189         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
4190         log-edit.
4191         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
4192         (vc-finish-logentry): Process the log buffer before passing it
4193         down.  Pass log-edit-extra-flags.
4195         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
4196         command.
4197         (log-edit-extra-flags, log-edit-before-checkin-process):
4198         New declarations.
4200         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
4201         command.
4202         (log-edit-extra-flags, log-edit-before-checkin-process):
4203         New declarations.
4204         (vc-hg-log-edit-mode): New derived mode.
4206         * vc-arch.el (vc-arch-checkin):
4207         * vc-cvs.el (vc-cvs-checkin):
4208         * vc-git.el (vc-git-checkin):
4209         * vc-mtn.el (vc-mtn-checkin):
4210         * vc-rcs.el (vc-rcs-checkin):
4211         * vc-sccs.el (vc-sccs-checkin):
4212         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
4214 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4216         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
4217         parent typo).
4219 2010-03-19  Glenn Morris  <rgm@gnu.org>
4221         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4223 2010-03-18  Glenn Morris  <rgm@gnu.org>
4225         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
4227         * replace.el (query-replace-history): Give it a doc string.
4228         (map-query-replace-regexp): Use query-replace-from-history-variable
4229         and query-replace-to-history-variable.
4231         * mail/hashcash.el (declare-function): Remove duplicate definition.
4233         * mail/emacsbug.el (report-emacs-bug-pretest-address):
4234         Make it an obsolete alias for report-emacs-bug-address.
4235         (message-strip-special-text-properties): Declare.
4236         (report-emacs-bug): Remove test for a pretest bug address.
4237         Combine message-mode-specific code.
4239         * mail/supercite.el: Don't require sendmail.
4240         (mh-in-header-p): Declare rather than using with-no-warnings.
4241         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
4242         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
4244         * calendar/cal-french.el: Convert to utf-8.
4246         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
4247         Emacs scripts.
4249 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
4251         * net/secrets.el (secrets-enabled): New variable.  Use it instead
4252         of a subfeature.
4254 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
4256         * net/secrets.el (top): Register the D-Bus signals only when the
4257         service "org.freedesktop.secrets" can be pinged.
4258         Provide subfeature `enabled'.
4260 2010-03-14  Juri Linkov  <juri@jurta.org>
4262         Add finder unknown keywords.
4264         * finder.el (finder-unknown-keywords): New function.
4266         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
4267         to create a Finder node with unknown keywords.
4269 2010-03-14  Juri Linkov  <juri@jurta.org>
4271         * finder.el (finder-compile-keywords): Replace `princ' with
4272         `prin1' on a list of symbols interned from keyword strings.
4274         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
4275         a comma, then split keywords using a comma and optional whitespace.
4276         Otherwise, split by whitespace.
4278         * complete.el:
4279         * face-remap.el:
4280         * log-view.el:
4281         * net/hmac-def.el:
4282         * net/hmac-md5.el:
4283         * net/netrc.el:
4284         * progmodes/mixal-mode.el: Fix keywords.
4286 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
4288         * Makefile.in (ELCFILES): Add net/secrets.elc.
4290         * net/secrets.el: New file.
4292 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4294         * facemenu.el (list-colors-display, list-colors-print): New arg
4295         callback.  Use it to allow selecting colors.
4297         * wid-edit.el (widget-image-insert): Insert image prop even if the
4298         current display is non-graphic.
4299         (widget-field-value-set): New fun.
4300         (editable-field): Use it.
4301         (widget-field-value-get): Clean up unused var.
4302         (widget-color-value-create, widget-color--choose-action):
4303         New funs.  Allow using list-colors-display to choose color.
4305 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4307         * cus-edit.el: Resort topmost custom groups.
4308         (custom-buffer-sort-alphabetically): Default to t.
4309         (customize-apropos): Use apropos-parse-pattern.
4310         (custom-search-field): New var.
4311         (custom-buffer-create-internal): Add custom-apropos search field.
4312         (custom-add-parent-links): Don't display parent doc.
4313         (custom-group-value-create): Don't sort top-level custom group.
4314         (custom-magic-value-create): Show visibility button before option name.
4316         (custom-variable-state): New fun, from custom-variable-state-set.
4317         (custom-variable-state-set): Use it.
4318         (custom-group-value-create): Hide options with standard values
4319         using the :hidden-states property.  Use progress reporter.
4321         (custom-show): Simplify.
4322         (custom-visibility): Disable images by default.
4323         (custom-variable): New property :hidden-states.
4324         (custom-variable-value-create): Enable images for
4325         custom-visibility widgets.  Use :hidden-states property to
4326         determine initial visibility.
4328         * wid-edit.el (widget-image-find): Give images center ascent.
4329         (visibility): Add :on-image and :off-image properties.
4330         (widget-visibility-value-create): Use them.
4332 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4334         * cus-edit.el (processes): Remove from development group.
4335         (oop, hypermedia): Delete group.
4336         (comm): Promote to top-level group.
4338         * net/browse-url.el (browse-url):
4339         * net/xesam.el (xesam):
4340         * net/tramp.el (tramp):
4341         * net/goto-addr.el (goto-address):
4342         * net/ange-ftp.el (ange-ftp): Put in comm group.
4344         * view.el (view): Remove from editing group.
4346         * uniquify.el (uniquify): Put in files group.
4348         * net/browse-url.el (browse-url):
4349         * ps-print.el (postscript): Put in external group.
4351         * cus-edit.el (outlines):
4352         * textmodes/text-mode.el (text-mode-hook):
4353         * textmodes/table.el (table):
4354         * textmodes/picture.el (picture):
4355         * outline.el (outlines): Put in wp group.
4357         * nxml/nxml-mode.el (nxml): Remove from wp group.
4359         * net/tramp-imap.el (tramp-imap): Put in tramp group.
4361         * mail/metamail.el (metamail): Remove from hypermedia group.
4363         * cus-edit.el (abbrev):
4364         * whitespace.el (whitespace):
4365         * vcursor.el (vcursor):
4366         * reveal.el (reveal):
4367         * hl-line.el (hl-line): Put in convenience group.
4369         * epg-config.el (epg): Put in data group.
4371         * emulation/pc-select.el (pc-select): Put in emulations group.
4373         * calculator.el (calculator): Put in applications group.
4375 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4377         Add .dir-locals.el support for file-less buffers.
4378         * files.el (hack-local-variables): Split out code to apply local
4379         variable settings ...
4380         (hack-local-variables-apply): ... here.  New function.
4381         (hack-dir-local-variables): Use the default directory for when the
4382         buffer does not have an associated file.
4383         (hack-dir-local-variables-non-file-buffer): New function.
4384         * diff-mode.el (diff-mode):
4385         * vc-annotate.el (vc-annotate-mode):
4386         * vc-dir.el (vc-dir-mode):
4387         * log-edit.el (log-edit-mode):
4388         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4390 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4392         Add support for shelving snapshots and for showing shelves.
4393         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4394         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4395         New functions.
4396         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4397         (vc-bzr-extra-menu-map): Map them.
4399 2010-03-11  Glenn Morris  <rgm@gnu.org>
4401         * cus-edit.el (customize-changed-options-previous-release):
4402         Bump to 23.1.
4404         * image.el (image-animate-max-time): Fix :version tag.
4406 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
4408         * Branch for 23.2.
4410 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4412         * vc-git.el (vc-git-revision-table): Include remote branches.
4414 2010-03-10  Kim F. Storm  <storm@cua.dk>
4416         Animated image API.
4417         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4419         * image.el (image-animate-max-time): New defcustom.
4420         (image-animated-types): New defconst.
4421         (create-animated-image, image-animate-timer)
4422         (image-animate-start, image-animate-stop, image-animate-timeout)
4423         (image-animated-p): New functions.
4425         * image-mode.el (image-toggle-display-image):
4426         Replace `create-image' with `create-animated-image'.
4428 2010-03-09  Miles Bader  <miles@gnu.org>
4430         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4431         instead of "format:"; this ensures that the output is
4432         newline-terminated.
4434 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
4436         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4437         that all errors are caught, and that the return value is always a
4438         list (Bug#5692).
4440 2010-03-08  Kenichi Handa  <handa@m17n.org>
4442         * language/misc-lang.el (windows-1256): New coding system.
4443         (cp1256): New alias of windows-1256 (bug#5690).
4445 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
4447         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4448         call to rfc822-bad-address.  (Bug#5692)
4450 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4452         * vc-git.el (vc-git-annotate-extract-revision-at-line):
4453         Use vc-git-root as default directory for revision path (Bug#5657).
4455 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
4457         * calculator.el (calculator): Don't bind split-window-keep-point
4458         (Bug#5674).
4460 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4462         * vc-git.el: Re-flow to fit into 80 columns.
4463         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4464         Remove spurious `quote' element in each case alternative.
4465         (vc-git-show-log-entry): Use prog1.
4466         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4468 2010-03-06  Glenn Morris  <rgm@gnu.org>
4470         * cedet/semantic/grammar.el (semantic-grammar-header-template):
4471         Update template copyright to GPLv3+.
4473 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4475         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4477 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
4479         * macros.el (insert-kbd-macro): Look up keyboard macro using the
4480         definition, not the name (Bug#5481).
4482 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4484         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4485         argument with a local variable.  (Bug#5670)
4487 2010-03-02  Juri Linkov  <juri@jurta.org>
4489         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
4491 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
4493         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4494         error when FILENAME and NEWNAME are existing remote directories.
4496         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4497         parameter DIR-FLAG.
4499 2010-03-02  Glenn Morris  <rgm@gnu.org>
4501         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4502         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4504 2010-03-01  Kenichi Handa  <handa@m17n.org>
4506         * language/burmese.el (burmese-composable-pattern): Rename from
4507         myanmar-composable-pattern.
4509         * international/characters.el (script-list):
4510         * international/fontset.el (script-representative-chars):
4511         Change myanmar to burmese.
4512         (otf-script-alist): Likewise.
4513         (setup-default-fontset): Likewise.  Re-fix :otf spec.
4515 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4517         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4519 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
4521         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4523 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4525         * net/tramp.el (tramp-handle-write-region): START can be a string.
4526         Take care in the checks.  Reported by Dan Davison
4527         <davison@stats.ox.ac.uk>.
4529 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4531         * net/dbus.el (dbus-introspect, dbus-get-property)
4532         (dbus-set-property, dbus-get-all-properties):
4533         Use `dbus-call-method' when noninteractive.  (Bug#5645)
4535 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
4537         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4538         * emacs-lisp/elint.el (elint-add-required-env):
4539         * cedet/semantic/db-find.el
4540         (semanticdb-find-translate-path-brutish-default):
4541         * cedet/ede/make.el (ede-make-check-version):
4542         * calendar/icalendar.el (icalendar--add-diary-entry):
4543         * calc/calcalg2.el (math-tracing-integral):
4544         * files.el (recover-session-finish): Use with-current-buffer
4545         instead of save-excursion.
4547 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4549         Fix in-buffer completion when after-change-functions modify the buffer.
4550         * minibuffer.el (completion--replace): New function.
4551         (completion--do-completion): Use it and use relative movement.
4553 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
4555         * international/fontset.el (setup-default-fontset): Fix :otf spec.
4557 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
4559         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4560         Allow the characters _<> in the stack entry (Bug#5653).
4562 2010-02-26  Kenichi Handa  <handa@m17n.org>
4564         * language/burmese.el: Fix entries in composition-function-table.
4565         (myanmar-composable-pattern): New variable.
4567         * international/fontset.el (setup-default-fontset): Add an entry
4568         for myanmar.
4570         * international/characters.el (script-list): Add Myanmar
4571         Extended-A.
4573 2010-02-26  Glenn Morris  <rgm@gnu.org>
4575         * custom.el (custom-initialize-delay): Doc fix.
4577         * mail/sendmail.el (send-mail-function): Autoload the call
4578         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4580 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
4582         * files.el (hack-local-variables-filter): For eval forms, also
4583         check safe-local-variable-p (Bug#5636).
4585 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
4587         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4588         and use c(ad)r of cddr (Bug#5640).
4590 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
4592         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4593         setting the modes by `ignore-errors'.  It might fail, for example
4594         if the file is not owned by the user but the group.
4595         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4597 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
4599         * files.el (directory-listing-before-filename-regexp): Use
4600         stricter matching for iso-style dates, to avoid false matches with
4601         date-like filenames (Bug#5597).
4603         * htmlfontify.el (htmlfontify): Doc fix.
4605         * eshell/eshell.el (eshell): Doc fix.
4607         * startup.el (fancy-about-screen): In mode-line, apply
4608         mode-line-buffer-id face only to the buffer name (Bug#5613).
4610 2010-02-20  Kevin Ryde  <user42@zip.com.au>
4612         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4613         In `watcom' anchor regexp to start of line, to avoid slowness
4614         (Bug#5599).
4616 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
4618         * subr.el (remove-yank-excluded-properties): Explain in a comment
4619         why `category' property is removed.
4621 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
4623         * isearch.el (isearch-update-post-hook, isearch-update): Revert
4624         2010-02-17 change.
4626 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
4628         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4629         (icalendar--convert-weekly-to-ical)
4630         (icalendar--convert-yearly-to-ical)
4631         (icalendar--convert-block-to-ical)
4632         (icalendar--convert-cyclic-to-ical)
4633         (icalendar--convert-anniversary-to-ical): Take care of time
4634         specifications where hour has 1-digit only (Bug#5549).
4636 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
4638         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4639         of disassemble output in GDB 7.1.
4641 2010-02-19  Glenn Morris  <rgm@gnu.org>
4643         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4644         property.  (Bug#5593)
4646 2010-02-18  Sam Steingold  <sds@gnu.org>
4648         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4650 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4652         Use abbreviated file names in bookmarks (bug#5591).
4653         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
4654         calls to expand-file-name.
4655         (bookmark-relocate): Use abbreviated file names in bookmarks.
4656         (bookmark-load): Use abbreviated file names in messages.
4658 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4660         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4661         expand "." and "..".  Reported by Thierry Volpiatto
4662         <thierry.volpiatto@gmail.com>.
4664 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4666         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4667         permissions of the temporary file to "0600".  In case the remote
4668         file has no read permissions for the owner, there might be
4669         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
4671 22010-02-18  Glenn Morris  <rgm@gnu.org>
4673         * emacs-lisp/authors.el (authors-renamed-files-alist):
4674         Add entries for INSTALL.CVS.
4676 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
4678         * vc-bzr.el: Fix typo in Known Bugs section.
4680         * isearch.el (isearch-update-post-hook): New hook.
4681         (isearch-update): Use the new hook.
4683 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
4685         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4686         Fix errors in copying directories.
4687         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
4688         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
4689         (tramp-handle-delete-file)
4690         (tramp-handle-dired-recursive-delete-directory)
4691         (tramp-handle-write-region): Flush also the cache for the upper
4692         directory.
4694 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
4696         * simple.el (save-interprogram-paste-before-kill): Doc fix.
4698         * cus-edit.el (hardware): Doc fix.
4700         * man.el (man): Add to external custom group.
4702         * delim-col.el (columns): Move to wp custom group.
4704         * doc-view.el (doc-view): Add to data custom group.
4706         * cedet/data-debug.el (data-debug): Move to extensions group.
4708         * cedet/ede.el (ede):
4709         * cedet/srecode.el (srecode):
4710         * cedet/semantic.el (semantic): Put in tools and extensions group.
4712         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
4714         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4715         by ispell-parse-output (Bug#5575).
4717 2010-02-16  Kenichi Handa  <handa@m17n.org>
4719         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
4720         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
4721         (skkdic-convert): Use `euc-japan' coding system for writing.
4723 2010-02-16  Glenn Morris  <rgm@gnu.org>
4725         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
4726         tex-main-file before using it.  (Bug#5562)
4728 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4730         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
4731         warnings, since it is annoying for the user to see them each time he
4732         runs the code.
4734 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
4736         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
4737         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
4738         instead of PROC for caching "first-password-request".  Otherwise,
4739         new processes would not profit from passwords already entered.
4741         * net/tramp-cache.el (tramp-dump-connection-properties):
4742         Don't save "first-password-request" property.
4744 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
4746         * outline.el (outline-head-from-level):
4747         * simple.el (with-wrapper-hook):
4748         * cedet/ede.el (ede-run-target, project-delete-target)
4749         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
4750         (ede-adebug-project, ede-adebug-project-parent)
4751         (ede-adebug-project-root):
4752         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
4753         (elint-defun, elint-buffer-env, elint-top-form-logged)
4754         (elint-unbound-variable):
4755         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
4756         Fix typos in docstrings.
4758 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
4760         * files.el (insert-directory): When WILDCARD-REGEXP and
4761         FULL-DIRECTORY-P are nil, insert the file entry instead of the
4762         whole directory.  (Bug#5551)
4764         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
4765         dired's alignment sanity.  (Bug#5516)
4767 2010-02-14  Juri Linkov  <juri@jurta.org>
4769         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
4770         Remove remaining ^H with their preceding chars.  (Bug#5566)
4772 2010-02-13  Glenn Morris  <rgm@gnu.org>
4774         * simple.el (transpose-subr): Give it a doc-string.
4776         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
4777         Doc fixes.
4779 2010-02-12  Juri Linkov  <juri@jurta.org>
4781         * arc-mode.el (archive-unique-fname): Make directories for nested
4782         archives.  (Bug#5540)
4784 2010-02-12  Juri Linkov  <juri@jurta.org>
4786         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
4788 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4790         * subr.el (copy-overlay): Handle deleted overlays.
4792         * man.el (Man-completion-table): Don't signal an error if we can't run
4793         manual-program (bug#4056).
4795 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
4797         * textmodes/artist.el (artist-mt): Fix typos in docstring.
4799 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4801         * info.el (Info-bookmark-jump): Simplify.
4803         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
4804         (bookmark-default-handler): Accept new bookmark field `buffer'.
4806 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
4808         * iswitchb.el (iswitchb-completions): Revert last change.
4810 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
4812         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
4813         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
4814         This prevents file names like "~/" being listed literally.
4816 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
4818         * term/xterm.el (xterm-maybe-set-dark-background-mode):
4819         Remove dead code.  (Bug#5546)
4821 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
4823         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
4824         correctly (Bug#5548).
4826 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
4828         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
4829         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
4831 2010-02-08  Kenichi Handa  <handa@m17n.org>
4833         * international/mule-util.el (with-coding-priority): Add autoload
4834         cookie for putting `lisp-indent-function'.
4836 2010-02-07  Glenn Morris  <rgm@gnu.org>
4838         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
4839         Move F2003 named interfaces from keywords-2 to keywords-1, and
4840         use function-name-face rather than constant-face.
4841         Simplify "abstract interface" regexp.
4843 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
4845         * eshell/esh-util.el (eshell-file-attributes): New optional arg
4846         ID-FORMAT.  Pass it to `file-attributes'.
4848         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
4850 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
4852         * faces.el (set-face-attribute): Allow calling
4853         internal-set-lisp-face-attribute with 'unspecified family and
4854         foundry argument (Bug#5536).
4856 2010-02-07  Glenn Morris  <rgm@gnu.org>
4858         * progmodes/f90.el (f90-font-lock-keywords-2)
4859         (f90-looking-at-type-like, f90-looking-at-program-block-end):
4860         Handle F2003 named interfaces.
4862 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
4864         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
4865         beg and end before calling c-get-state-before-change-functions.
4867 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
4869         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
4871 2010-02-05  Juri Linkov  <juri@jurta.org>
4873         * doc-view.el (doc-view-mode):
4874         * image-mode.el (image-mode): Put property mode-class=special.
4875         (Bug#4896)
4877 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
4879         * vc-svn.el (vc-svn-revision-table): New function.
4881 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
4883         * net/ange-ftp.el (ange-ftp-insert-directory):
4884         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4885         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4886         Handle also directories.  (Bug#5478)
4888 2010-02-05  Glenn Morris  <rgm@gnu.org>
4890         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
4892 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
4894         * startup.el (command-line-1): Convert options beginning with a
4895         single dash as well (Bug#5519).
4897 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4899         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
4900         * minibuffer.el (completion-initials-expand): Only check the presence
4901         of delims *within* the boundaries, since otherwise the / delim is
4902         always found for files.
4904         Fix up various corner case problems.
4905         * doc-view.el (doc-view-last-page-number): New function.
4906         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
4907         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
4908         (doc-view-kill-proc): Avoid inf-loop in freak cases.
4909         (doc-view-reconvert-doc): Use the new recursive delete-directory.
4910         (doc-view-convert-current-doc): Don't create the resolution.el file
4911         here any more.
4912         (doc-view-pdf/ps->png): Do it here instead.
4913         (doc-view-already-converted-p): Check that resolution.el is present.
4914         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
4915         windows that are not yet showing images.
4917 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
4919         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
4920         `dired-uncache' for every elemnt which is an absolute file name.
4922         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
4923         directory, handle its directory component.
4924         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
4925         function is called permanently and creates noise, otherwise.
4927         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4928         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4929         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
4931 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
4933         * macros.el (apply-macro-to-region-lines):
4934         Minor simplification.  (Bug#5485)
4936 2010-02-04  Glenn Morris  <rgm@gnu.org>
4938         * mail/rmail.el (rmail-show-message-1): Handle malformed
4939         quoted-printable text.  (Bug#5441)
4941         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
4943         * simple.el (visual-line-mode): Capitalize lighter.
4945 2010-02-03  John Wiegley  <jwiegley@gmail.com>
4947         * iswitchb.el (iswitchb-completions): Add bookmark files to the
4948         list of files considered for "virtual buffer" completions.
4950 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
4952         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
4953         also in case of (and (not full) (not wildcard)).  This is needed
4954         when dired is called with a list of files, which are not in
4955         `default-directory'.  (Bug#5478)
4957 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4959         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
4961 2010-02-02  Juri Linkov  <juri@jurta.org>
4963         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
4964         from unidiff to allow function-line after @@.
4966 2010-02-02  Juri Linkov  <juri@jurta.org>
4968         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
4969         '(RCS SCCS) with inverted condition.
4971 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
4973         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
4974         messages.
4976 2010-02-01  Juri Linkov  <juri@jurta.org>
4978         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
4979         compare with "pkunzip" and "pkzip" instead of only "pkzip".
4980         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
4981         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
4983 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4985         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
4986         (doc-view-revert-buffer): New command.
4987         (doc-view-mode-map): Use it.
4989 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
4991         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
4992         pending merge is detected.
4994 2010-01-31  Juri Linkov  <juri@jurta.org>
4996         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
4997         beginning of interactive spec like all other grep commands do.
4998         Put "all" in front of "gz".  (Bug#5260)
5000 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
5002         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
5004 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
5006         * dirtrack.el (dirtrack): Warn instead of signalling error if the
5007         regexp is incorrect (Bug#5476).
5009 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
5011         * net/tramp.el (tramp-handle-insert-directory): Handle also
5012         symlinks, when FILENAME is not in `default-directory'.
5014 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
5016         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
5017         FILE is not in `default-directory'.  (Bug#5478)
5019         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
5020         of SWITCHES.  Handle the case, FILENAME is not in
5021         `default-directory'.  (Bug#5478)
5022         (tramp-register-file-name-handlers): Add safe-magic property.
5024 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
5026         * arc-mode.el (archive-zip-extract): Quote the argument passed to
5027         unzip (Bug#5475).
5029 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
5031         * progmodes/flymake.el (flymake-allowed-file-name-masks)
5032         (flymake-master-make-header-init): Add other C++ filename masks.
5033         (flymake-find-possible-master-files)
5034         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
5036 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
5038         Fix some busybox annoyances.
5040         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
5041         not responding." string.
5042         (tramp-open-connection-setup-interactive-shell): Dump stty
5043         settings.  Enable "neveropen" arg for all `tramp-send-command'
5044         calls.  Handle "=" in variable values properly.
5045         (tramp-find-inline-encoding): Raise an error, when no encoding is
5046         found.
5047         (tramp-wait-for-output): Check, whether PROC buffer is available.
5048         Remove spurious " ^H" sequences, sent by busybox.
5049         (tramp-get-ls-command): Suppress coloring, if possible.
5051 2010-01-28  Glenn Morris  <rgm@gnu.org>
5053         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
5055         * log-edit.el (log-edit-strip-single-file-name): Add missing
5056         :safe, :group, and :version tags.
5058 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
5060         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
5061         buffers.  (Bug#5477)
5063 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
5065         * files.el (delete-directory): Handle moving to trash without
5066         first doing recursion (Bug#5436).
5068 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
5070         * vc-hooks.el (vc-path): Mark as obsolete.
5072 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
5074         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
5075         names too.
5077         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
5078         for the short log.
5079         (vc-bzr-log-view-mode): Adjust regexp for the above change.
5081 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
5083         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
5085         * vc-bzr.el (vc-bzr-revision-table): New function.
5087 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
5089         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
5090         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
5092 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
5094         Remove support for adding --signoff on commit.
5095         Future support will use an incompatible generic mechanism.
5096         * vc-git.el (vc-git-add-signoff): Remove variable.
5097         (vc-git-toggle-signoff): Remove function.
5098         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
5100         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
5101         from xterm-set-background-mode.  Return t if the background mode
5102         was set.
5103         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
5104         earlier, call it again in case the background mode has changed.
5106 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
5108         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
5109         (Bug#3541).
5111 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
5113         * emacs-lisp/assoc.el (aelement): Doc fix.
5114         (aput, adelete, amake): Use lexical-let (Bug#5450).
5116 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
5118         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
5119         is the same as subprogram call, not declaration.  (Bug#5435).
5121 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
5123         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
5124         (tramp-smb-maybe-open-connection): Use it.
5126 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
5128         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
5130 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5132         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
5133         just because we see "encoding: 8bit".
5134         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
5136 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
5138         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
5140 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
5142         * jka-compr.el (jka-compr-load): If load-file is not in
5143         load-history, try its file-truename version.  (bug#5447)
5145 2010-01-21  Alan Mackenzie  <acm@muc.de>
5147         Fix a situation where deletion of a cpp construct throws an error.
5148         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
5149         invoking c-with-all-but-one-cpps-commented-out, check that the
5150         special cpp construct is still in the buffer.
5151         (c-parse-state): Record the special cpp with markers, not numbers.
5153 2010-01-21  Kenichi Handa  <handa@m17n.org>
5155         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
5156         process last-command-event, as it is now decoded first (Bug#5380).
5158 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
5160         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
5162 2010-01-20  Glenn Morris  <rgm@gnu.org>
5164         * indent.el (tab-always-indent): Fix custom-type.
5166 2010-01-19  Alan Mackenzie  <acm@muc.de>
5168         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
5169         buffer throws "args out of range".
5170         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
5171         playing the role of delimiter.
5173 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
5175         * progmodes/ada-mode.el: Fix bug#5400.
5176         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
5177         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
5178         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
5179         Improve comments in "is" portion.  Handle null procedure declaration.
5180         (ada-move-to-end): Improve doc string.
5182 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
5184         * ido.el (ido-cur-list): Initialize to nil.
5185         Remove obsolete information from commentary.
5186         (ido-choice-list): Initialize to nil.
5187         (ido-get-bufname): Reject minibuffers.
5188         (ido-make-buffer-list): If "default" is a nonexistent
5189         buffer, ignore it, as per the function's comment.
5190         (ido-kill-buffer-internal): New function.
5191         (ido-kill-buffer-at-head): Use it.
5192         (ido-visit-buffer): Likewise.
5194 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5196         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
5198 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
5200         * cedet/ede/locate.el (ede-locate-file-in-project)
5201         (ede-locate-file-in-project-impl): Fix typos in docstrings.
5202         (ede-enable-locate-on-project): Fix typos in error messages.
5204         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
5205         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
5206         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
5207         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
5208         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
5209         Fix typos in menu help.
5211         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
5212         Fix typos in chart titles.
5214         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
5215         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
5216         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
5217         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
5218         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
5219         (semantic-parse-stream, semantic-parse-region)
5220         (semantic-parse-region-default, semantic--set-buffer-cache)
5221         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
5222         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
5223         (semantic-default-submodes):
5224         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
5225         (semanticdb-create-ebrowse-database)
5226         (semanticdb-find-tags-for-completion-method)
5227         (semanticdb-find-tags-by-class-method)
5228         (semanticdb-deep-find-tags-by-name-method)
5229         (semanticdb-deep-find-tags-for-completion-method):
5230         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
5231         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
5232         (semanticdb-find-tags-for-completion-method)
5233         (semanticdb-find-tags-by-class-method)
5234         (semanticdb-deep-find-tags-for-completion-method):
5235         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
5236         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
5237         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
5238         (semanticdb-find-tags-by-name-method)
5239         (semanticdb-find-tags-by-name-regexp-method)
5240         (semanticdb-find-tags-for-completion-method)
5241         (semanticdb-find-tags-by-class-method)
5242         (semanticdb-find-tags-external-children-of-type-method)
5243         (semanticdb-find-tags-subclasses-of-type-method)
5244         (semanticdb-deep-find-tags-by-name-method)
5245         (semanticdb-deep-find-tags-by-name-regexp-method)
5246         (semanticdb-deep-find-tags-for-completion-method):
5247         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
5248         (semanticdb-enable-gnu-global-in-buffer)
5249         (semanticdb-find-tags-for-completion-method)
5250         (semanticdb-deep-find-tags-by-name-method)
5251         (semanticdb-deep-find-tags-for-completion-method):
5252         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
5253         (javascript-mode, semanticdb-find-translate-path)
5254         (semanticdb-find-tags-for-completion-method)
5255         (semanticdb-find-tags-by-class-method)
5256         (semanticdb-deep-find-tags-by-name-method)
5257         (semanticdb-deep-find-tags-for-completion-method)
5258         (semanticdb-find-tags-external-children-of-type-method):
5259         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
5260         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
5261         (global-semantic-idle-scheduler-mode):
5262         * cedet/srecode/dictionary.el (srecode-field-value)
5263         (srecode-dictionary-add-section-dictionary):
5264         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
5265         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
5266         (describe-class, eieio-describe-generic, describe-generic):
5267         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
5268         (eieio-speedbar-expand):
5269         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5270         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
5271         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
5272         (viper-del-backward-char-in-replace, viper-backward-indent)
5273         (viper-brac-function, viper-register-to-point, viper-submit-report):
5274         * net/tramp.el (tramp-remote-coding-commands):
5275         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
5276         Fix typos in docstrings.
5278 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5280         * mail/sendmail.el (mail-yank-original): Set the mark if the
5281         specified function for yanking does not do it.
5283 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
5285         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
5287         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
5288         resyncing a directory.
5290 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
5292         * progmodes/ada-mode.el: Fix bug#1920.
5293         (ada-ident-re): Delete ., allow multibyte characters.
5294         (ada-goto-label-re): New; matches goto labels.
5295         (ada-block-label-re): New; matches block labels.
5296         (ada-label-re): New; matches both.
5297         (ada-named-block-re): Deleted; callers changed to use
5298         `ada-block-label-re' instead.
5299         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
5300         Use `ada-block-label-re'.
5301         (ada-indent-on-previous-lines): Improve handling of goto labels.
5302         (ada-get-indent-block-start): Special-case block label.
5303         (ada-get-indent-label): Split into `ada-indent-block-label' and
5304         `ada-indent-goto-label'.
5305         (ada-goto-stmt-start, ada-goto-next-non-ws):
5306         Optionally ignore goto labels.
5307         (ada-goto-next-word): Simplify.
5308         (ada-indent-newline-indent-conditional): Insert newline before
5309         trying to fix indentation; doc fix.
5311 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
5313         * calc/calc.el (calc-command-flags): Give it an initial value.
5315 2010-01-17  Glenn Morris  <rgm@gnu.org>
5317         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
5319 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5321         * cedet/semantic.el (semantic-mode):
5322         * files.el (minibuffer-with-setup-hook):
5323         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
5324         (artist-key-draw-continously, artist-key-do-continously-continously)
5325         (artist-key-set-point-continously, artist-mouse-draw-continously):
5326         Fix typos in docstrings.
5328 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
5330         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
5331         return t (Bug#3898).
5333 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
5335         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
5336         can parse the output of the external commands (Bug#5279).
5338 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
5340         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
5342 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
5344         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5346         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5348         * startup.el (command-line): Remove unused --icon-type arg.
5349         Handle --display arg, passing it to command-line-1 (Bug#5392).
5351 2010-01-16  Mario Lang  <mlang@delysid.org>
5353         * cedet/ede/cpp-root.el (ede-cpp-root-project):
5354         * cedet/ede/files.el (ede-expand-filename):
5355         * cedet/ede/simple.el (ede-simple-project):
5356         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5357         (semantic-complete-inline-tag-engine):
5358         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5359         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5360         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5361         * cedet/semantic/db.el (semanticdb-equivalent-mode):
5362         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5363         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5364         * emacs-lisp/chart.el (chart-translate-namezone):
5365         * textmodes/artist.el (artist-compute-popup-menu-table):
5366         Remove duplicated words in doc-strings.
5368 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
5370         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5371         to mairix-search to suppress threading (Bug#5342).
5373 2010-01-15  Kenichi Handa  <handa@m17n.org>
5375         * international/mule-cmds.el (canonicalize-coding-system-name):
5376         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
5378 2010-01-15  Glenn Morris  <rgm@gnu.org>
5380         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
5382         * wid-edit.el (widget-keymap): Doc fix.
5384         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5385         former seems to be more widely accepted by various svn versions.
5387 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5389         * find-cmd.el (find-constituents):
5390         * vc-arch.el (vc-arch-root):
5391         * window.el (window-body-height, pop-up-frames):
5392         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5393         (semantic-no-reparse-needed-change-hook):
5394         * cedet/srecode/insert.el (srecode-resolve-argument-list)
5395         (srecode-template-inserter-blank, srecode-template-inserter-variable)
5396         (srecode-template-inserter-ask, srecode-template-inserter-width)
5397         (srecode-template-inserter-section-start)
5398         (srecode-template-inserter-section-end, srecode-insert-method):
5399         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5400         * progmodes/ada-stmt.el (ada-if):
5401         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5402         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5403         (ispell-encoding8-command, ispell-aspell-supports-utf8)
5404         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5406         * progmodes/flymake.el (flymake-post-syntax-check):
5407         Fix typo in error message.
5409 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5411         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5412         which is always a string.  (Bug#5313)
5414 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5416         * progmodes/ada-xref.el (ada-default-prj-properties):
5417         Simplify previous change.
5419 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5421         * progmodes/ada-xref.el (ada-default-prj-properties):
5422         Default ada_project_path to $ADA_PROJECT_PATH.
5424 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5426         * progmodes/ada-mode.el (ada-create-keymap):
5427         Override `narrow-to-defun' with `ada-narrow-to-defun'.
5429 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5431         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5432         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5433         (ada-get-current-indent, ada-imenu-generic-expression)
5434         (ada-which-function): Check for it.
5436 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5438         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5439         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5441 2010-01-14  Glenn Morris  <rgm@gnu.org>
5443         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
5445 2010-01-14  Kenichi Handa  <handa@m17n.org>
5447         * composite.el (auto-composition-mode): Make it a buffer local
5448         variable (permanent-local).
5449         (auto-composition-function): Set the default value to
5450         auto-compose-chars.
5451         (auto-composition-mode): Make it a simple function, not a minor mode.
5452         (global-auto-composition-mode): Likewise.
5453         (turn-on-auto-composition-if-enabled): Delete it.
5455 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
5457         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5459 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
5461         * files.el (copy-directory): Compute target for recursive
5462         directories with identical names.  (Bug#5343)
5464 2010-01-12  Glenn Morris  <rgm@gnu.org>
5466         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5467         it to bug-gnu-emacs rather than emacs-pretest-bug.
5469 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5471         * cedet/data-debug.el (data-debug): Fix customization group reference.
5473 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5475         * cedet/semantic/analyze.el (semantic-analyze-push-error)
5476         (semantic-analyze-context, semantic-analyze-context-assignment)
5477         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5478         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5479         (semantic-java-doc-keywords-map):
5480         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5481         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5482         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5483         (semantic-c-classname, semantic-format-tag-uml-prototype)
5484         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5485         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5486         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5487         (semantic-get-local-variables, semantic-end-of-command)
5488         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5489         (lisp-mode):
5490         * cedet/semantic/bovine/make.el (makefile-mode):
5491         * cedet/semantic/wisent/python.el (wisent-python-string-re)
5492         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5493         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5494         (semantic-lex, semantic-get-local-variables, python-mode):
5495         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5496         * cedet/srecode/extract.el (srecode-extract-state-set)
5497         (srecode-extract-method): Fix typos in docstrings.
5499 2010-01-11  Sam Steingold  <sds@gnu.org>
5501         * imenu.el (imenu-default-create-index-function): Detect infinite
5502         loops caused by imenu-prev-index-position-function.
5504 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5506         * htmlfontify.el (htmlfontify-load-rgb-file)
5507         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5508         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5509         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5510         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5511         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5512         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5513         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5514         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5515         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5516         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5517         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5518         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5519         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5520         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5521         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5522         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5523         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5524         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5525         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5526         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5527         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5528         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5529         backslash-quoting from parentheses, etc.
5531 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
5533         * progmodes/js.el: Autoload javascript-mode alias.
5535 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5537         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5538         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5539         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5540         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5541         Fix typos in docstrings.
5542         (ffap-url-regexp): Doc fix.
5543         (ffap-at-mouse): Fix typo in message.
5545 2010-01-11  Glenn Morris  <rgm@gnu.org>
5547         * version.el (emacs-copyright): Set copyright year to 2010.
5549 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5551         * format.el (format-annotate-function): Only set
5552         write-region-post-annotation-function after running to-fn so as not to
5553         affect nested write-region calls (bug#5273).
5555 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
5557         * cedet/semantic.el (semantic-new-buffer-setup-functions):
5558         Add python parser.
5560         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5561         wisent/python.el.
5563 2010-01-10  Richard Kim  <emacs18@gmail.com>
5565         * cedet/semantic/wisent/python-wy.el:
5566         * cedet/semantic/wisent/python.el: New files.
5568 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5570         * man.el (Man-goto-section): Signal error if the section is not
5571         found (Bug#5317).
5573 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
5575         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5576         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
5578 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5580         * progmodes/compile.el: Don't treat compile-command as safe if
5581         compilation-read-command might be nil (Bug#4218).
5583 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
5585         * startup.el (command-line-1): Use orig-argi to check for ignored X and
5586         NS options.
5588 2010-01-08  Kenichi Handa  <handa@m17n.org>
5590         * international/fontset.el (build-default-fontset-data):
5591         Exclude characters in scripts kana, hangul, han, or cjk-misc.
5593 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
5595         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5596         to `create-file-buffer' as it expects, not just a buffer name.
5597         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5598         to help uniquify.  (Bug#3224)
5600 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
5602         * font-setting.el (font-setting-change-default-font): Use user-spec
5603         instead of name.
5605 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5607         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5609 2010-01-05  Tom Tromey  <tromey@redhat.com>
5611         * progmodes/python.el (python-font-lock-keywords):
5612         Handle qualified decorators (Bug#881).
5614 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5616         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5617         in a lightweight checkout.
5619 2010-01-05  Kenichi Handa  <handa@m17n.org>
5621         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5623 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5625         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5627 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
5629         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5630         checkouts.  (Bug#618)
5631         (vc-bzr-log-view-mode): Also highlight the author.
5632         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5633         (vc-bzr-shelve-menu-map):
5634         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5635         (vc-bzr-shelve-apply): Make prompt more explicit.
5637 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5639         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5640         They are valid characters in URL paths (rfc3986), and at least
5641         Firefox does not understand the encoded version (Bug#3166).
5643 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
5645         * progmodes/octave-mod.el (octave-end-keywords)
5646         (octave-block-begin-or-end-regexp, octave-block-match-alist):
5647         Add "end" keyword (Bug#3061).
5648         (octave-end-as-array-index-p): New function.
5649         (calculate-octave-indent): Use it.
5651 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5653         * bookmark.el: Consistently put the text property on the bookmark name.
5654         (bookmark-bmenu-marks-width): Bump back to 2, to include
5655         annotation marks.
5656         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
5657         property on the bookmark name, instead of not putting it at all.
5658         (bookmark-bmenu-list): Fix where we put the text property.
5660 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5662         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
5663         for showing buffer modified state (as added in the previous change).
5665 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5667         * bookmark.el: Show modified state of bookmark buffer more accurately.
5668         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
5669         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
5670         (with-buffer-modified-unmodified): New macro.
5671         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5672         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
5673         Use new macro to preserve the buffer modified state.
5675 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5677         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
5678         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
5679         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
5680         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
5681         (bookmark-bmenu-rename, bookmark-bmenu-locate)
5682         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
5683         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
5685 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5687         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5688         Make the lines in the generated doc string shorter.  (Bug#4668)
5690 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
5692         * net/rcirc.el: Add follow-link binding (Bug#4738).
5694 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5696         * Makefile.in (bzr-update): Rename from cvs-update.
5697         (cvs-update): New target for backward compatibility.
5699         * makefile.w32-in (bzr-update): Rename from cvs-update.
5700         (cvs-update): New target for backward compatibility.
5702 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5704         * bookmark.el: Remove gratuitous gratitude.
5706 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5708         * bookmark.el (bookmark-bmenu-any-marks): New function.
5709         (bookmark-bmenu-save): Clear buffer modification if no marks.
5711 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5713         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5714         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5715         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
5716         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
5718         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
5719         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
5720         To: emacs-devel {_AT_} gnu.org
5721         Subject: bookmark.el bug report
5722         Date: Mon, 28 Dec 2009 14:19:16 +0800
5723         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
5725 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5727         * bookmark.el: Improvements suggested by Drew Adams:
5728         (bookmark-bmenu-ensure-position): New name for
5729         `bookmark-bmenu-check-position'.  Just ensure the position,
5730         don't return any meaningful value.
5731         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
5732         New constants.
5734 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
5736         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
5737         (bookmark-yank-point, bookmark-bmenu-check-position):
5738         Fix typos in docstrings.
5739         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
5740         (bookmark-name-from-full-record, bookmark-get-position)
5741         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
5742         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
5743         Remove useless quoting of parenthesis, etc. in docstrings.
5745         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
5746         (ediff-append-custom-diff): Fix typo in error message.
5747         (ediff-meta-mark-equal-files): Fix typos in messages.
5749         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
5751         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
5752         Fix typo in docstring.
5754         * net/imap-hash.el (imap-hash-make): Doc fix.
5755         (imap-hash-test): Fix typo in error message; reflow docstring.
5756         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
5757         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
5758         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
5759         Fix typos in docstrings.
5760         (imap-hash-open-connection): Fix typo in error message.
5762         * play/gomoku.el (gomoku): Fix typos in docstring.
5764         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
5765         (gdb-jsonify-buffer): Fix typos in docstring.
5766         (gdb-goto-breakpoint): Fix typo in error message.
5767         ("Display Other Windows"): Fix typo in help message.
5768         (gdb-speedbar-expand-node): Fix typo in question.
5770         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
5771         (idlwave-html-system-help-location, idlwave-html-help-location)
5772         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
5773         (idlwave-help-browser-generic-args, idlwave-help-directory)
5774         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
5775         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
5776         (idlwave-online-help, idlwave-help-html-link)
5777         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
5778         Fix typos in docstrings.
5779         (idlwave-help-with-source, idlwave-help-find-routine-definition):
5780         Reflow docstrings.
5781         (idlwave-help-assistant-start): Fix typo in error message.
5783         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
5784         (octave-electric-space): Fix typos in docstrings.
5786 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5788         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
5790 2010-01-01  Juri Linkov  <juri@jurta.org>
5792         * comint.el (comint-input-ring-size): Make it a defcustom and
5793         increase the default to 500 (Bug#5148).
5795 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
5797         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
5798         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
5799         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
5801 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
5803         Show working revision correctly for mercurial.
5804         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
5805         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
5807 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
5809         Declare some functions for the byte-compiler.
5810         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
5811         (speedbar-timer-fn, speedbar-change-expand-button-char)
5812         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
5814 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
5816         This changeset reverts GDB Graphical Interface to use annotations.
5817         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
5819 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
5821         Make vc-dir work on subdirectories of the bzr root.
5822         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
5823         file names relative to it.
5824         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
5825         relative directory to vc-bzr-after-dir-status.
5827 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
5829         * font-lock.el (font-lock-refresh-defaults): New function, which
5830         can be used to let font-lock react to external changes in
5831         variables like font-lock-defaults and keywords.
5832         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
5834 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
5836         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
5838         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
5840 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
5842         Supersede color.diff settings in git log (bug#5211).
5844         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
5845         escape chars in its output when the user has color.diff set to `always'.
5846         This fix works on git 1.4.2 and newer (released on 2006-08-13).
5848 2009-12-26  Kevin Ryde  <user42@zip.com.au>
5850         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
5851         node.  Keep previous "Index" name to work with past coreutils too.
5853         * man.el (man): Revise docstring a bit to show -a and -l as
5854         examples.  Add -k description since support for it has otherwise
5855         been a secret.  (Further to bug#3717.)
5856         (Man-bgproc-sentinel): When "-k foo" produces no output show error
5857         "no matches" rather than "Can't find manpage", as the latter reads
5858         like -k was interpreted as a page name, which is not so.  (Bug#5431)
5860 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
5862         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
5863         switches.  Check also for //SUBDIRED// line.
5865 2009-12-25  Kenichi Handa  <handa@m17n.org>
5867         * language/indian.el (devanagari-composable-pattern): Fixed to
5868         handle ZWNJ and ZWJ.  Use it in composition-function-table for
5869         Devanagari.
5870         (malayalam-composable-pattern): Fix previous change.
5872 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5874         * ps-print.el (ps-face-attributes): It was not returning the
5875         attribute face for faces specified as string.  Reported by harven
5876         <harven@free.fr>.
5877         (ps-print-version): New version 7.3.5.
5879 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
5881         * calendar/icalendar.el (icalendar--convert-tz-offset):
5882         Fix timezone names.
5883         (icalendar--convert-tz-offset): Fix the "last-day-problem".
5884         (icalendar--add-diary-entry): Remove the trailing blank that
5885         diary-make-entry inserts.
5887 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
5889         Make `file-expand-wildcards' work for remote files.
5891         * files.el (file-expand-wildcards): In case of remote files, check
5892         only local file name part for wildcards.  Provide feature 'files
5893         and subfeature 'remote-wildcards.  (Bug#5198)
5895         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
5896         if there is already an established connection.
5897         (tramp-advice-file-expand-wildcards): Remove it.
5899         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
5900         (tramp-advice-file-expand-wildcards): Move from tramp.el.
5901         Activate advice for older GNU Emacs versions.  (Bug#5237)
5903 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
5905         Some doc fixes (more needed).
5907         * find-cmd.el (find-constituents): Reflow docstring.
5908         (find-cmd, find-prune, find-command): Fix typos in docstrings.
5909         (find-generic): Doc fix.
5911 2009-12-17  Juri Linkov  <juri@jurta.org>
5913         Fix regression from 23.1 to allow multiple modes in Local Variables.
5915         * files.el (hack-local-variables-filter): While ignoring duplicates,
5916         don't take `mode' into account.
5917         (hack-local-variables-filter, hack-dir-local-variables):
5918         Don't remove duplicate `mode' from local-variables-alist (like `eval').
5920 2009-12-17  Juri Linkov  <juri@jurta.org>
5922         Make `dired-diff' safer.  (Bug#5225)
5924         * dired-aux.el (dired-diff): Signal an error when `file' equals to
5925         `current' or when `file' is a directory of the `current' file.
5927 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
5929         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
5930         unconditionally preloaded files.
5932 2009-12-16  Juri Linkov  <juri@jurta.org>
5934         Revert to old 23.1 logic of using the file at the mark as default.
5935         * dired-aux.el (dired-diff): Use the file at the mark as default
5936         if it's not the same as the current file, and the target dir is
5937         the current dir or the mark is active.  Add the current file
5938         as the arg of `dired-dwim-target-defaults'.  Use the default file
5939         in the prompt.  (Bug#5225)
5941 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
5943         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
5944         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
5945         (tramp-check-for-regexp): Check also, when an echoing shell stops
5946         to echo sent commands.
5948 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5950         * Makefile.in: Revert last change (Bug#5191).
5952 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
5954         * vc-hg.el (vc-hg-print-log): Fix argument order.
5955         (vc-hg-working-revision): Make sure the command is executed in a
5956         known environment so that we can parse the output.  (Bug#4417)
5958 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5960         * progmodes/python.el (python-symbol-completions): Remove text
5961         properties from symbol string before calling python-send-receive.
5963 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
5965         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5966         when there are values for both file and line.  (Bug#5060)
5968 2009-12-14  Juri Linkov  <juri@jurta.org>
5970         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
5971         whitespace after the file name of the first line of unified format,
5972         because git-diff doesn't output whitespace and file modification time
5973         after the file name.
5975 2009-12-14  David Kastrup  <dak@gnu.org>
5977         * info.el (Info-hide-cookies-node): Before hiding a cookie,
5978         check if it already has the `display' property added by
5979         `Info-display-images-node', and not put the `invisible' property
5980         in this case.
5982 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5984         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
5985         (semantic-mru-bookmark-mode): Doc fixes.
5987         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
5988         of assert.
5990 2009-12-13  Glenn Morris  <rgm@gnu.org>
5992         * mail/emacsbug.el (message-sort-headers): Define for compiler.
5993         (report-emacs-bug): In message-mode, sort manually before storing
5994         original report text.  (Bug#5178)
5995         Remove superfluous save-excursion.
5997 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
5999         * net/dbus.el (dbus-property-handler): Filter lambda forms out
6000         when responding to "GetAll" properties.
6002 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
6004         * simple.el (compose-mail): Remove mail-setup-with-from from
6005         customization checks.
6007 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
6009         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
6010         RAR archives created on Unix systems.
6012 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6014         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
6015         the varalias that was accidentally removed by the 2009-11-19 change
6016         (bug#5186).
6018 2009-12-12  Kenichi Handa  <handa@m17n.org>
6020         * language/indian.el (indian-compose-regexp): New function.
6021         (malayalam-composable-pattern): Fix the pattern.
6022         (composition-function-table): Set malayalam-composable-pattern for
6023         Malayalam characters.
6025 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
6027         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
6028         rather than down-mouse-1, based on follow-link conventions.
6030         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
6031         are compiled.
6033 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
6035         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
6036         (verilog-vmm-statement-re, verilog-ovm-statement-re)
6037         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
6038         (verilog-leap-to-head, verilog-backward-token):
6039         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
6041 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
6043         * progmodes/verilog-mode.el (verilog-auto-lineup)
6044         (verilog-nameable-item-re): Cleanup user-visible spelling and
6045         documentation errors.  One reported by Gary Delp.
6046         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
6047         (verilog-read-decls): Fix AUTOWIRE with types declared in a
6048         package, bug195.  Reported by Pierre-David Pfister.
6050 2009-12-11  Glenn Morris  <rgm@gnu.org>
6052         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
6054         * mail/emacsbug.el: No longer require sendmail.
6055         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
6056         (report-emacs-bug-orig-text): Doc fix.
6057         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
6058         New local variables, to adapt to different mail-user-agents.
6059         (report-emacs-bug): Fix test for a gnu.org address.
6060         Use overlays for emphasis, since font-lock defeats 'face property.
6061         Pretest bugs also end up at the newsgroup these days.
6062         Stop message-mode stripping text properties.
6063         Set and use the new buffer-local variables.
6064         (report-emacs-bug-hook): Add doc-string.
6065         Remove some unnecessary save-excursions and simplify.
6066         Use the appropriate hook and send-command.
6068         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
6069         capitalization of some menu entries.
6071 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6073         * whitespace.el (whitespace-display-char-on):
6074         Ensure `buffer-display-table' is unique when two or more windows are
6075         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
6076         New version 12.1.
6078 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
6080         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
6081         characters in the Attribute field.
6083 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
6085         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
6087 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6089         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
6090         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6091         Disregard autoload-excludes.
6092         (update-directory-autoloads): Obey autoload-excludes here instead.
6093         But don't store its contents in no-autoloads and remove entries that
6094         refer to excludes files.
6096 2009-12-10  Glenn Morris  <rgm@gnu.org>
6098         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
6099         (expand-mail-aliases): Define for compiler.
6101         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
6102         Define for compiler.
6104         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
6105         appropriate for the mail-user-agent in use.
6107 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
6109         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
6111 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
6113         Fix short log parsing and fontification.
6114         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
6115         Fix fontification for the [merge] label.
6117 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
6119         Drop some properties to avoid surprises (bug#5002).
6120         * htmlfontify.el (hfy-ignored-properties): New defcustom.
6121         (hfy-fontify-buffer): Use it.
6123 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6125         Minor cleanup.
6126         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
6127         Adjust all callers.
6128         (ffap-locate-file): Remove unused arg `dir-ok' and make other
6129         args compulsory.  Adjust callers.
6130         (ffap-gopher-at-point): Remove unused var `name'.
6132         Get rid of the ELCFILES abomination.
6133         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6134         (compile-elcfiles): New phony target.
6135         (compile-main): Compute ELCFILES dynamically.
6136         (compile-clean): New target to remove left-over elc files.
6137         (compile, all): Use it.
6139 2009-12-09  Kenichi Handa  <handa@etlken>
6141         * international/mule-diag.el: Require help-mode instead of help-fns.
6143 2009-12-09  Kenichi Handa  <handa@m17n.org>
6145         * international/mule-cmds.el (ucs-names): Supply sufficiently
6146         fine ranges instead of pre-calculating accurate ranges.
6147         Iterate with bigger gc-cons-threshold.
6149 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
6151         Add support for stashing a snapshot of the current tree.
6152         * vc-git.el (vc-git-stash-snapshot): New function.
6153         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
6155 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
6157         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
6158         instead of `(beginning|end)-of-line'.
6160 2009-12-08  Glenn Morris  <rgm@gnu.org>
6162         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
6164         * Makefile.in (ELCFILES): Regenerate.
6166 2009-12-07  Juri Linkov  <juri@jurta.org>
6168         Don't lazy-highlight the comint output in history Isearch mode.
6170         * comint.el (comint-history-isearch-search): Instead of
6171         `comint-line-beginning-position', use `comint-after-pmark-p'
6172         to check if point if before the process mark, and go to
6173         `process-mark' in this case.
6175 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6177         * textmodes/tex-mode.el (latex-complete)
6178         (latex-indent-or-complete): Remove.
6179         (latex-mode): Set completion-at-point-functions instead.
6181         Provide a standard completion command and hook it into TAB.
6182         * minibuffer.el (completion-at-point-functions): New var.
6183         (completion-at-point): New command.
6184         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
6185         * progmodes/python.el (python-mode-map): Use completion-at-point.
6186         (python-completion-at-point): Rename from python-partial-symbol and
6187         adjust for use in completion-at-point-functions.
6188         (python-mode): Setup completion-at-point for Python completion.
6189         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
6190         extracted from lisp-complete-symbol.
6191         (lisp-complete-symbol): Use it.
6192         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
6193         setup completion-at-point for Elisp completion.
6194         (emacs-lisp-mode-map, lisp-interaction-mode-map):
6195         Use completion-at-point.
6196         * ielm.el (ielm-map): Use completion-at-point.
6197         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
6198         * progmodes/sym-comp.el: Move to...
6199         * obsolete/sym-comp.el: Move from progmodes.
6201 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
6203         Prevent save-buffer in Rmail buffers from using the coding-system
6204         of the current message, and from clobbering the encoding mnemonics
6205         in the mode line (Bug#4623).
6207         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
6208         flag, too.
6209         (rmail-message-encoding): New variable.
6210         (rmail-write-region-annotate): Record the encoding of the current
6211         message in rmail-message-encoding.
6212         (rmail-after-save-hook): New function, restores the encoding of
6213         the current message after the message collection is saved.
6215 2009-12-07  Juri Linkov  <juri@jurta.org>
6217         * progmodes/grep.el (grep-read-files): Use `completing-read'
6218         instead of `read-string'.  Set its `collection' arg to
6219         `read-file-name-internal'.  (Bug#4301)
6221 2009-12-07  Juri Linkov  <juri@jurta.org>
6223         Correctly restore original Isearch point.  (Bug#4994)
6225         * isearch.el (isearch-mode): Move `isearch-push-state' after
6226         `(run-hooks 'isearch-mode-hook)'.
6227         (isearch-cancel): When `isearch-push-state-function' is defined,
6228         let-bind `isearch-cmds' to the first state (the last element of
6229         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
6230         function and restores the original point).  Otherwise, move point
6231         to `isearch-opoint'.
6233 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6235         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
6236         chars that don't have names, so the table can be built much faster at
6237         run-time.
6239 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
6241         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
6242         change.  Suggested by David Kastrup.
6244         * simple.el (compose-mail): Check for incompatibilities and warn.
6245         (compose-mail-user-agent-warnings): New option.
6247 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6249         Support showing a single log entry from vc-annotate.
6250         * vc.el (print-log): Add a new argument: START-REVISION.
6251         (vc-print-log-internal): Add a new optional argument and
6252         pass it to the backend.
6253         (vc-print-log, vc-print-root-log): Adjust callers.
6254         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
6255         buffer already displays the requested log entry, use it.
6256         Otherwise display only the log entry in question.
6257         * vc-svn.el (vc-svn-print-log):
6258         * vc-mtn.el (vc-mtn-print-log):
6259         * vc-hg.el (vc-hg-state):
6260         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
6261         (vc-git-show-log-entry): Return t on success.
6262         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
6263         (vc-bzr-show-log-entry): Return t on success.
6264         * vc-rcs.el (vc-rcs-print-log):
6265         * vc-sccs.el (vc-sccs-print-log):
6266         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
6268 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6270         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
6271         Add menus to the meta mode.  (Bug#5043)
6273 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
6275         * ediff-init.el (ediff-event-key): Use event-to-character instead of
6276         event-key.
6278         * ediff.el (ediff-buffers-internal): Add unwind-protect.
6280 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
6282         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
6283         Berbain <raphael.berbain@gmail.com>.
6285         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
6286         characters.
6287         (tramp-initial-end-of-output): New defconst.
6288         (tramp-methods, tramp-find-shell)
6289         (tramp-open-connection-setup-interactive-shell)
6290         (tramp-maybe-open-connection): Use it.
6291         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
6292         existence of `#' and `$'.
6294         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
6295         `tramp-initial-end-of-output'.
6297 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6299         Get the background mode from the terminal for xterm, and set
6300         faces accordingly.
6301         * term/xterm.el (xterm-set-background-mode): New function.
6302         (terminal-init-xterm): Use it in case xterm supports background
6303         color queries.  Recompute faces after getting the background
6304         color.
6306 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
6308         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
6309         number comment back on its own line, for easier parsing.
6311 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6313         Make it work for non-file buffers (bug#5102).
6314         * doc-view.el (doc-view-current-cache-dir):
6315         Use doc-view-buffer-file-name rather than buffer-file-name.
6316         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
6318 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
6320         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
6321         author field is too short.
6323 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
6325         * vc-git.el (vc-git-print-log): Handle a limit argument.
6326         Display the short log in graph form and with labels.
6327         (vc-git-log-view-mode): Handle labels.
6329         Make vc-revert change VC state from 'added to 'unregistered.
6330         * vc-git.el (vc-git-revert): Call git reset first.
6332 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6334         * net/newst-backend.el, net/newst-plainview.el:
6335         * net/newst-reader.el, net/newst-ticker.el:
6336         * net/newst-treeview.el, net/newsticker.el:
6337         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
6339 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6341         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
6343         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
6344         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
6345         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6346         Update annotation regexp.
6348         * simple.el (beginning-of-visual-line): Constrain to field
6349         boundaries (Bug#5106).
6351 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6353         * xml.el (xml-substitute-numeric-entities): Move
6354         newsticker--decode-numeric-entities in newst-backend.el to
6355         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6356         * net/newst-backend.el (newsticker--parse-generic-feed)
6357         (newsticker--parse-generic-items)
6358         (newsticker--decode-numeric-entities): Move
6359         newsticker--decode-numeric-entities in newst-backend.el to
6360         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6362 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
6364         * progmodes/js.el (js--js-not): Add null to the list of values.
6366 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6368         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
6370 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6372         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6373         delimiter if it is at the end of the current line.
6374         (bibtex-generate-url-list): Fix docstring.
6376 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6378         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6379         minibuffer's content with itself.
6380         Fold the confirm-after-completion case into the `confirm' case.
6381         (completion-pcm-word-delimiters): Add : and / to the delimiters.
6383 2009-12-06  Kevin Ryde  <user42@zip.com.au>
6385         * ffap.el (ffap-rfc-path): Make this a defcustom since
6386         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
6388         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6389         manuals, similar to existing setup for help-mode.  (Bug#3913.)
6391 2009-12-05  Juri Linkov  <juri@jurta.org>
6393         Save and restore dired buffer's point positions too.  (Bug#4880)
6395         * dired.el (dired-save-positions): Return in the first element
6396         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6397         Doc fix.
6398         (dired-restore-positions): First restore buffer's position.
6399         While restoring window's positions, check if window still displays
6400         the original buffer.
6402 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
6404         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6405         if possible.
6407         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6408         Make argument optional.
6410         * shell.el (shell): Require ansi-color (Bug#5113).
6412         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6414         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6416 2009-12-05  Alan Mackenzie  <acm@muc.de>
6418         * progmodes/cc-mode.el (c-before-hack-hook)
6419         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6420         `c-file-style' to work again.  This reversion restores the current
6421         software to its state in Emacs 23.1.  (Bug#4146)
6423 2009-12-05  Kevin Ryde  <user42@zip.com.au>
6425         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6426         comment-start-skip to comment-end-skip as comment (Bug#4781).
6428 2009-12-05  Juri Linkov  <juri@jurta.org>
6430         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6431         for virtual nodes.  (Bug#4147)
6432         (Info-find-node-2): Set `Info-current-node-virtual' to nil
6433         when moving from a virtual node.
6434         (Info-mode-menu): Add `Info-virtual-index' to the menu.
6435         (Info-mode): Add `Info-virtual-index' to the docstring.
6437 2009-12-05  Eric Ludlam  <zappo@gnu.org>
6439         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6440         Describe project macro symbols.
6442         * cedet/semantic/complete.el (semantic-complete-do-completion):
6443         Don't call semantic-collector-current-exact-match.
6445         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6446         ede-objects as targets.
6448         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6449         a target's object list even if compiler vars are already in the
6450         Makefile.
6452         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6453         list of headers producing necessary macros.
6455 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6457         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6458         track of the buffer position of the end of a BibTeX entry as this
6459         position may change during reformatting.
6460         (bibtex-format-entry): Remove whitespace before processing
6461         numerical fields so that we recognize the latter properly.
6462         (bibtex-reformat): Do not use push which changes the global value
6463         of bibtex-entry-format.
6464         (bibtex-field-braces-alist, bibtex-field-strings-alist)
6465         (bibtex-field-re-init): Replace only space characters by regexp
6466         for whitespace.
6467         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6468         (bibtex-initialize): Also update bibtex-strings.
6469         (bibtex-kill-field): Preserve white space at end of entry.
6470         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6471         Update bibtex-reference-keys.
6473 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6475         * minibuffer.el (completion-pcm--merge-try): Also consider placing
6476         point after a star, if that's the only place where modifications can
6477         make progress.
6479 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
6481         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6482         in docstrings.
6484 2009-12-04  Juri Linkov  <juri@jurta.org>
6486         * proced.el (proced): Call `(proced-update t)' to update process
6487         information instead of only running proced-post-display-hook.
6488         (proced-send-signal): Add a leading space to the buffer name
6489         " *Marked Processes*" to make this buffer ephemeral.
6491 2009-12-04  Juri Linkov  <juri@jurta.org>
6493         * dired.el (dired-auto-revert-buffer): New defcustom.
6494         (dired-internal-noselect): Use it.
6496 2009-12-04  Juri Linkov  <juri@jurta.org>
6498         Change roles of modes and functions in image-mode.el (Bug#5062).
6500         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6501         in `auto-mode-alist'.
6502         (image-mode-previous-major-mode): New variable.
6503         (image-minor-mode-map): Rename from `image-mode-text-map'.
6504         (image-mode): Move graceful error-handling code from
6505         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
6506         (image-minor-mode): Remove all image-handling code.
6507         Replace `image-mode-text-map' with `image-minor-mode-map'.
6508         Check for `image-type' in mode-line format string.
6509         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6510         (image-mode-as-text): New function with most code from
6511         `image-mode-maybe'.
6512         (image-toggle-display-text): Move code that removes image
6513         properties from `image-toggle-display' to here.
6514         (image-toggle-display-image): New function with code that adds
6515         image properties copied from `image-toggle-display'.
6516         (image-toggle-display): Remove most code with leaving only code
6517         that toggles between `image-mode-as-text' and `image-mode'.
6519 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
6521         * net/newst-treeview.el
6522         (newsticker--treeview-list-highlight-start): Restored call to
6523         save-excursion: Selected item was stuck.
6524         (newsticker--treeview-list-select): New.
6525         (newsticker--treeview-item-show-text)
6526         (newsticker--treeview-item-show)
6527         (newsticker--treeview-item-update): Use new
6528         newsticker-treeview-item-mode.
6529         (newsticker-treeview-update): Keep current item.
6530         (newsticker-treeview-next-new-or-immortal-item): Doc change.
6531         (newsticker--treeview-first-feed): Doc change.
6532         (newsticker-treeview-list-menu)
6533         (newsticker-treeview-item-menu): Added menu entries.
6534         (newsticker-treeview-item-mode): New.
6536         * net/newst-backend.el (newsticker-customize): Delete other
6537         windows.
6539 2009-12-04  Sam Steingold  <sds@gnu.org>
6541         * log-view.el (log-view-mode-map): "q" calls quit-window,
6542         like in all the other non-self-insert buffers.
6544 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6546         Minor cleanup.
6547         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6548         key decoding rather than do it manually via last-input-event +
6549         ascii-character.
6550         (term-exec): Use delete-and-extract-region.
6551         (term-handle-ansi-terminal-messages): Remove unused var `end'.
6552         (term-process-pager): Remove unused var `i'.
6553         (term-dynamic-simple-complete): Make obsolete.
6554         (serial-update-config-menu): Remove unused vars `y' and `str'.
6555         (term-update-mode-line): Remove unused var `temp'.
6557 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6559         Limit the number of log entries displayed by default.
6560         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6561         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6562         using a prefix argument.
6564 2009-12-03  Glenn Morris  <rgm@gnu.org>
6566         * progmodes/idlwave.el (class): Restore still useful declaration.
6568 2009-12-03  Alan Mackenzie  <acm@muc.de>
6570         Enhance `c-parse-state' to run efficiently in "brace deserts".
6572         * progmodes/cc-mode.el (c-basic-common-init):
6573         Call c-state-cache-init.
6574         (c-neutralize-syntax-in-and-mark-CPP): Rename from
6575         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
6576         placing `category' properties value 'c-cpp-delimiter at its boundaries.
6578         * progmodes/cc-langs.el (c-before-font-lock-function):
6579         c-extend-and-neutralize-syntax-in-CPP has been renamed
6580         c-neutralize-syntax-in-and-mark-CPP.
6582         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6583         with `category' properties now, not `syntax-table' ones.
6585         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6586         enhanced (but slower) version of c-end-of-macro that won't land
6587         inside a literal or on another awkward character.
6588         (c-state-cache-too-far, c-state-cache-start)
6589         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6590         (c-state-nonlit-pos-cache-limit, c-state-point-min)
6591         (c-state-point-min-lit-type, c-state-point-min-lit-start)
6592         (c-state-min-scan-pos, c-state-brace-pair-desert)
6593         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6594         buffer local variables.
6595         (c-state-literal-at, c-state-lit-beg)
6596         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6597         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6598         (c-state-cache-top-paren, c-state-cache-after-top-paren)
6599         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6600         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6601         (c-renarrow-state-cache)
6602         (c-append-lower-brace-pair-to-state-cache)
6603         (c-state-push-any-brace-pair, c-append-to-state-cache)
6604         (c-remove-stale-state-cache)
6605         (c-remove-stale-state-cache-backwards, c-state-cache-init)
6606         (c-invalidate-state-cache-1, c-parse-state-1)
6607         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6608         (c-parse-state): Enhance and refactor.
6609         (c-debug-parse-state): Amend to deal with all the new variables.
6611         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6612         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6613         modify to use category text properties rather than syntax-table ones.
6614         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6615         to switch off/on the syntactic paren property of C++ template
6616         delimiters using the category property.
6617         (c-with-<->-as-parens-suppressed): Macro to invoke code with
6618         template delims suppressed.
6619         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6620         New constant/macros which apply category properties to the start
6621         and end of preprocessor constructs.
6622         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6623         "comment out" the syntactic value of characters in preprocessor
6624         constructs.
6625         (c-with-cpps-commented-out)
6626         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6627         with characters in all or all but one preprocessor constructs
6628         "commented out".
6630 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6632         * proced.el (proced-filter-alist): Use regexp-quote.
6634 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
6636         Cleanup.
6637         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6638         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
6639         arguments.  Expand `default-directory'.
6641         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6642         the benefit of returning an expanded localname.
6643         (tramp-tramp-file-p): Handle the case NAME is not a string.
6645 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6647         Add support for bzr shelve/unshelve.
6648         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6649         (vc-bzr-extra-menu-map): New variables.
6650         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
6651         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
6652         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
6653         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
6654         (vc-bzr-dir-extra-headers): Display shelves.
6656         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
6658 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6660         * textmodes/bibtex.el (bibtex-complete-internal):
6661         Use completion-in-region.
6662         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
6664 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6666         Support applying stashes.  Improve UI.
6667         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
6668         (vc-git-stash-apply, vc-git-stash-pop)
6669         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
6670         (vc-git-stash-menu): New functions.
6671         (vc-git-stash-menu-map): New variable.
6672         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
6674 2009-12-03  Glenn Morris  <rgm@gnu.org>
6676         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
6677         (vc-print-log-internal): Fix previous change.
6678         (vc-revert): Correct pluralization.
6680 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6682         * progmodes/make-mode.el (makefile-special-targets-list): No need for
6683         it to be an alist any more.
6684         (makefile-complete): Use completion-in-region.
6686         * progmodes/octave-mod.el (octave-complete-symbol):
6687         Use completion-in-region.
6689         Misc cleanup.
6690         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
6691         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
6692         (idlwave-complete-class): Don't quote lambda.
6693         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
6694         (idlwave-mode-map): Move initialization into declaration.
6695         (idlwave-action-and-binding): Use backquotes.
6696         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
6697         Simplify.
6698         (idlwave-is-pointer-dereference): Remove unused var `pos'.
6699         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
6700         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
6701         `parts', and `all-parts'.
6702         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
6703         (idlwave-convert-xml-system-routine-info): Remove unused string
6704         `version-string'.
6705         (idlwave-display-user-catalog-widget): Use dolist.
6706         (idlwave-scanning-lib): Declare dynamically-scoped var.
6707         (idlwave-scan-library-catalogs): Remove unused var `flags'.
6708         (completion-highlight-first-word-only): Declare to silence bytecomp.
6709         (idlwave-popup-select): Tighten scope of `resp'.
6710         (idlwave-find-struct-tag): Remove unused var `beg'.
6711         (idlwave-after-load-rinfo-hook): Declare.
6712         (idlwave-sintern-class-info): Remove unused var `taglist'.
6713         (idlwave-find-class-definition): Remove unused var `list'.
6714         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
6715         (idlwave-what-module-find-class): Remove unused var `classes'.
6717 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
6719         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
6721 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6723         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
6724         buffers visited.  Remove redundant current-buffer-saving.
6726 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6728         Use completion-in-buffer and remove uses of dynamic scoping.
6729         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
6730         (pascal-buffer-to-use, pascal-flag): Don't declare.
6731         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
6732         (pascal-get-completion-decl, pascal-keyword-completion):
6733         Add `pascal-str' argument, save-excursion,
6734         return the found completions, and don't filter with pascal-pred.
6735         (pascal-completion-cache): New var.
6736         (pascal-completion): Don't switch buffer any more (it was never
6737         necessary).  Don't save-excursion any more (it's done by the called
6738         subroutines).  Use a cache to avoid redundant computations.
6739         Use complete-with-action rather than pascal-completion-response and
6740         let it apply the predicate as well.
6741         (pascal-complete-word): Use completion-in-buffer when
6742         pascal-toggle-completions is nil.
6743         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
6744         not used any more.
6745         (pascal-comp-defun): Don't change buffer any more.
6746         Use complete-with-action rather than pascal-completion-response and
6747         let it apply the predicate as well.
6748         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
6749         when neded.
6751 2009-12-02  Kenichi Handa  <handa@m17n.org>
6753         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
6754         shape for all Indic scripts.
6756 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6758         Use completion-in-buffer.
6759         * wid-edit.el (widget-field-text-end): New function.
6760         (widget-field-value-get): Use it.
6761         (widget-string-complete, widget-file-complete)
6762         (widget-color-complete): Use it and completion-in-region.
6763         (widget-complete): Don't narrow the buffer.
6765 2009-12-02  Glenn Morris  <rgm@gnu.org>
6767         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
6768         (rmail-select-summary): Use rmail-pop-to-buffer.
6769         * mail/rmailsum.el: Replace all pop-to-buffer calls with
6770         rmail-pop-to-buffer, to prevent horizontal splits.
6772         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
6773         save-excursion with save-current-buffer.
6774         Widen before searching.  (Bug#5093)
6775         (diary-list-sexp-entries): Remove superfluous save-excursion.
6777 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
6779         * woman.el (woman-make-bufname): Handle man-pages with "." in the
6780         name.  (Bug#5038)
6782 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
6784         * ido.el (ido-file-internal): Handle filenames at point that do
6785         not have a directory part.  (Bug#5049)
6787 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
6789         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
6790         (mpc-songs-jump-to, mpc-resume): Doc fixes.
6792 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
6794         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
6795         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
6796         any more.
6798 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6800         * comint.el (comint-insert-input): Ignore clicks to the right of
6801         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
6803         * vc.el (vc-print-log-internal): Don't wait for the process to
6804         terminate before setting up the major mode.
6806         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
6807         in case.
6809         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
6810         the last element.
6812         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
6814 2009-12-01  Glenn Morris  <rgm@gnu.org>
6816         * window.el (window--display-buffer-2): Fix previous changes.
6818 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
6820         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
6822 2009-12-01  Glenn Morris  <rgm@gnu.org>
6824         * Makefile.in (ELCFILES): Add mpc.elc.
6826 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6828         * mpc.el: New file.
6830 2009-12-01  Glenn Morris  <rgm@gnu.org>
6832         * window.el (window-to-use): Define for compiler.
6834         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
6835         consistent with others (no final period).
6837         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
6838         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
6840 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
6842         Make vc-print-log buttons work.
6843         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
6845 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
6847         * savehist.el (savehist-autosave-interval): Allow setting to nil
6848         through customize.  (Bug#5056)
6850 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
6852         Fix references to jit-lock properties.
6853         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6854         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
6855         (perl-font-lock-special-syntactic-constructs):
6856         Quote jit-lock-defer-multiline property.
6858 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
6860         * vc-git.el (vc-git-registered): Call vc-git-root only once.
6862 2009-11-30  Juri Linkov  <juri@jurta.org>
6864         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
6865         value `buffer' of `multi-isearch-next-buffer-current-function'.
6866         Use `(current-buffer)' when `buffer' is nil.
6867         (multi-isearch-next-buffer-from-list): Don't fallback to
6868         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
6870 2009-11-30  Juri Linkov  <juri@jurta.org>
6872         * misearch.el (multi-isearch-read-buffers): Move canonicalization
6873         of buffers with `get-buffer' to `multi-isearch-buffers'.
6874         (multi-isearch-buffers, multi-isearch-buffers-regexp):
6875         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
6876         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
6877         FILES with `expand-file-name' converting relative file names
6878         to absolute.  Doc fix.  (Bug#4727)
6880 2009-11-30  Juri Linkov  <juri@jurta.org>
6882         * misearch.el (multi-isearch-read-buffers)
6883         (multi-isearch-read-matching-buffers): New functions.
6884         (multi-isearch-buffers, multi-isearch-buffers-regexp):
6885         Use them in the `interactive' spec.  Doc fix.
6886         (multi-isearch-read-files, multi-isearch-read-matching-files):
6887         New functions.
6888         (multi-isearch-files, multi-isearch-files-regexp):
6889         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
6891 2009-11-30  Juri Linkov  <juri@jurta.org>
6893         * doc-view.el (doc-view-continuous):
6894         Rename from `doc-view-continuous-mode'.
6895         (doc-view-menu): Move "Toggle display" to the top.
6896         Add submenu "Continuous" with radio buttons "Off"/"On"
6897         and "Save as Default".
6898         (doc-view-scroll-up-or-next-page)
6899         (doc-view-scroll-down-or-previous-page)
6900         (doc-view-next-line-or-next-page)
6901         (doc-view-previous-line-or-previous-page): Rename
6902         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
6904 2009-11-30  Juri Linkov  <juri@jurta.org>
6906         * comint.el (comint-mode-map): Rebind `M-r' from
6907         `comint-previous-matching-input' to
6908         `comint-history-isearch-backward-regexp'.
6909         Unbind `M-s' to allow global key binding `M-s'.
6910         Add menu items for `comint-history-isearch-backward' and
6911         `comint-history-isearch-backward-regexp'.  (Bug#3746)
6913 2009-11-30  Juri Linkov  <juri@jurta.org>
6915         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
6916         For def=recenter, replace `recenter' with `recenter-top-bottom'
6917         that is called with `this-command' and `last-command' let-bound
6918         to `recenter-top-bottom'.  When the last `def' was not `recenter',
6919         set `recenter-last-op' to nil.  (Bug#4981)
6921 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6923         Minor cleanup and simplification.
6924         * filecache.el (file-cache-add-directory)
6925         (file-cache-add-directory-recursively)
6926         (file-cache-add-from-file-cache-buffer)
6927         (file-cache-delete-file-regexp, file-cache-delete-directory)
6928         (file-cache-files-matching-internal, file-cache-display): Use dolist.
6929         (file-cache-temp-minibuffer-message): Delete function.
6930         (file-cache-minibuffer-complete): Use minibuffer-message instead.
6932         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6933         Don't signal an error when bumping into EOB in tr, s, or y.
6935 2009-11-29  Juri Linkov  <juri@jurta.org>
6937         * startup.el (fancy-about-text): Fix wording of Guided Tour.
6938         (Bug#4960)
6940         * descr-text.el (describe-char-unidata-list): Use lowercase name
6941         for "Unicode name" like in other tags.
6943 2009-11-29  Juri Linkov  <juri@jurta.org>
6945         * ediff-util.el (ediff-minibuffer-with-setup-hook):
6946         New compatibility macro.
6947         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
6949 2009-11-29  Juri Linkov  <juri@jurta.org>
6951         Add defcustom to define the cycling order of `recenter-top-bottom'.
6952         (Bug#4981)
6954         * window.el (recenter-last-op): Doc fix.
6955         (recenter-positions): New defcustom.
6956         (recenter-top-bottom): Rewrite to use `recenter-positions'.
6957         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
6959 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
6961         Improve integration of Tramp and ange-ftp in eshell.
6963         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
6964         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
6965         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
6967         * eshell/esh-util.el (top): Require also Tramp when compiling.
6968         (eshell-directory-files-and-attributes): Check for FTP remote
6969         connection.
6970         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
6971         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
6972         (eshell-file-attributes): Handle ".".  Return `entry'.
6974         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
6975         (ange-ftp-directory-files-and-attributes)
6976         (ange-ftp-real-directory-files-and-attributes): New defuns.
6978         * net/tramp.el (tramp-maybe-open-connection): Open the remote
6979         shell with "exec" when possible.  This prevents trailing prompts
6980         in `start-file-process'.
6982 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6984         Try and remove assumptions about point-min==1.
6985         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
6986         (rng-compute-mode-line-string): Show the validation percentage in
6987         terms of the narrowed text, not the widened text.
6988         (rng-do-some-validation): Don't catch internal errors when debugging.
6989         (rng-first-error): Simplify.
6990         (rng-after-change-function): Remove work around.  AFAIK the bug has
6991         been fixed a while ago.
6993         * image-mode.el (image-minor-mode): Exit more gracefully when the image
6994         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
6996         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
6998         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
6999         `cd' doesn't always do it for us (bug#5067).
7001         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
7002         on 2009-10-25 as part of some other change (bug#5067).
7004 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7006         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7007         `suspicious'.
7008         (byte-compile-warnings): Use byte-compile-warning-types.
7009         (byte-compile-save-excursion): Warn about use of set-buffer right
7010         after save-excursion.
7012         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
7013         the excursion as well.
7015 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
7017         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
7018         providing a Tramp related implementation of "su" and "sudo".
7019         (eshell-unix-initialize): Add "su" and "sudo".
7021 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
7023         * net/socks.el (socks-send-command): Convert binary request to
7024         unibyte before sending.  This fixes mishandling of some port
7025         numbers such as 129.
7027 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7029         * help.el (describe-bindings-internal): Remove `interactive'.
7031         * man.el (Man-completion-table): Trim a terminating "(".
7032         Remove the space between name page a section.
7033         Add the command's description on the `help-echo' property.
7034         Remove `process-connection-type' binding since it's unused by
7035         call-process.
7036         Provide completion for the "<section> <name>" format as well.
7037         (Man-default-man-entry): Remove spurious var shadowing the argument.
7039 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7041         * log-view.el: Add "Keywords: tools", since its other keywords
7042         aren't in finder-known-keywords, and following vc.el.
7044         * sha1.el (sha1-string-external): default-directory "/" in case
7045         otherwise non-existent.  process-connection-type pipe for touch of
7046         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7048 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7050         Misc coding convention cleanups.
7051         * htmlfontify.el (hfy-init-kludge-hook): Rename from
7052         hfy-init-kludge-hooks.
7053         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
7054         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
7055         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
7056         and push.
7057         (hfy-slant, hfy-weight): Use tables rather than code.
7058         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
7059         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
7060         (hfy-face-attr-for-class): Initialize `face-spec' directly.
7061         (hfy-face-to-css): Remove `nconc' with single arg.
7062         (hfy-p-to-face-lennart): Use `or'.
7063         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
7064         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
7065         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
7066         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
7067         (hfy-force-fontification): Use run-hooks.
7069 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
7071         Various minor fixes.
7072         * htmlfontify.el (hfy-default-header): Add toggle_invis since
7073         Javascript belongs in the header, not the body.
7074         (hfy-javascript): Remove.
7075         (hfy-fontify-buffer): Don't insert it any more.
7076         (hfy-face-at): Handle (face0 face1 face2) style face properties.
7077         Fix bug in invis handling when there were no invis props in a chunk.
7079 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7081         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
7083 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
7085         * finder.el (finder-mode-map): Add a menu.
7087 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
7089         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
7090         "unsigned" structs.
7092         (verilog-leap-to-head, verilog-backward-token): Handle "disable
7093         fork" statement better.
7095 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
7097         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
7098         (verilog-delete-auto, verilog-delete-empty-auto-pair)
7099         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
7100         Reported by Clay Douglass.
7102         (verilog-auto-inst, verilog-auto-star-safe)
7103         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
7104         Fix removing "// Interfaces" when saving .* expansions.  Reported by
7105         Pierre-David Pfister.
7107 2009-11-26  Glenn Morris  <rgm@gnu.org>
7109         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
7110         the scope.
7112 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
7114         * vc-annotate.el (vc-annotate-revision-previous-to-line):
7115         Really use previous revision.
7117 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7119         * man.el (Man-completion-table): default-directory "/" in case
7120         doesn't otherwise exist.  process-environment COLUMNS=999 so as
7121         not to truncate long names.  process-connection-type pipe to avoid
7122         any chance of hitting the pseudo-tty TIOCGWINSZ.
7123         (man): completion-ignore-case t for friendliness and since man
7124         itself is case-insensitive on the command line.
7125         Further to Bug#3717.
7127         * arc-mode.el: Add "Keywords: files", so the details in its
7128         commentary can be reached from finder-by-keyword.
7129         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
7130         editing mode, but it's comms related and sgml-mode.el has "comm"
7131         on that basis too.
7132         * textmodes/bibtex-style.el: Add "Keywords: tex".
7133         * international/isearch-x.el, international/ja-dic-cnv.el:
7134         * international/ja-dic-utl.el, international/kkc.el:
7135         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
7137 2009-11-25  Juri Linkov  <juri@jurta.org>
7139         * man.el (Man-completion-table): Modify regexp to include
7140         section names to completion strings.  (Bug#3717)
7142 2009-11-25  Juri Linkov  <juri@jurta.org>
7144         Search recursively in gzipped files.  (Bug#4982)
7146         * progmodes/grep.el (grep-highlight-matches): Add new options
7147         `always' and `auto'.  Doc fix.
7148         (grep-process-setup): Check `grep-highlight-matches' for
7149         `auto-detect' to determine the need to compute grep defaults.
7150         Move Windows/DOS specific --colors settings handling
7151         to `grep-compute-defaults'.  Check `grep-highlight-matches'
7152         to get the value of "--color=".
7153         (grep-compute-defaults): Compute `grep-highlight-matches' when it
7154         has the value `auto-detect'.  Move Windows/DOS specific settings
7155         from `grep-process-setup'.
7156         (zrgrep): New command with alias `rzgrep'.
7158 2009-11-25  Juri Linkov  <juri@jurta.org>
7160         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
7161         to nil instead of switching off view-mode.  (Bug#4896)
7163 2009-11-25  Juri Linkov  <juri@jurta.org>
7165         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
7167         * mwheel.el (mwheel-scroll-up-function)
7168         (mwheel-scroll-down-function): New defvars.
7169         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
7170         `scroll-up', and `mwheel-scroll-down-function' instead of
7171         `scroll-down'.
7173         * doc-view.el (doc-view-scroll-up-or-next-page)
7174         (doc-view-scroll-down-or-previous-page): Add optional ARG.
7175         Use this ARG in the call to image-scroll-up/image-scroll-down.
7176         Change `interactive' spec to "P".  Goto next/previous page only
7177         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
7178         SPC/DEL case).  Doc fix.
7179         (doc-view-next-line-or-next-page)
7180         (doc-view-previous-line-or-previous-page): Rename arg to ARG
7181         for consistency.
7182         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
7183         `doc-view-scroll-up-or-next-page', and buffer-local
7184         `mwheel-scroll-down-function' to
7185         `doc-view-scroll-down-or-previous-page'.
7187 2009-11-25  Juri Linkov  <juri@jurta.org>
7189         Provide additional default values (directories at other Dired
7190         windows) via M-n in the minibuffer of some Dired commands.
7192         * dired-aux.el (dired-diff, dired-compare-directories)
7193         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
7194         `minibuffer-default' in `minibuffer-with-setup-hook'.
7195         (dired-dwim-target-directory): Find a window that displays Dired
7196         buffer instead of failing when the next window is not Dired.
7197         Use `get-window-with-predicate' to find for the next Dired window.
7198         (dired-dwim-target-defaults): New function.
7200         * ediff-util.el (ediff-read-file-name):
7201         Use `dired-dwim-target-defaults' to set `minibuffer-default'
7202         in `minibuffer-with-setup-hook'.
7204 2009-11-25  Juri Linkov  <juri@jurta.org>
7206         Provide additional default values (file name at point or at the
7207         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
7209         * minibuffer.el (read-file-name-defaults): New function.
7210         (read-file-name): Reset `minibuffer-default' to nil when
7211         it duplicates initial input `insdef'.
7212         Bind `minibuffer-default-add-function' to lambda that
7213         calls `read-file-name-defaults' in `minibuffer-selected-window'.
7214         (minibuffer-insert-file-name-at-point): New command.
7216         * files.el (file-name-at-point-functions): New defcustom.
7217         (find-file-default): Remove defvar.
7218         (find-file-read-args): Don't use `find-file-default'.
7219         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7220         to `read-file-name'.
7221         (find-file-literally): Use `read-file-name' with
7222         `confirm-nonexistent-file-or-buffer'.
7224         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
7226         * dired.el (dired-read-dir-and-switches):
7227         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7228         to `read-file-name'.
7229         (dired-file-name-at-point): New function.
7230         (dired-mode): Add hook `dired-file-name-at-point' to
7231         `file-name-at-point-functions'.
7233 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7235         Really make the *Completions* window soft-dedicated (bug#5030).
7236         * window.el (window--display-buffer-2): Add `dedicated' argument.
7237         (display-buffer): Pass it when needed so the dedicated flag is set
7238         after calling set-window-buffer, which would otherwise reset it.
7240 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7242         * progmodes/meta-mode.el (meta-complete-symbol):
7243         * progmodes/etags.el (complete-tag):
7244         * mail/mailabbrev.el (mail-abbrev-complete-alias):
7245         Use completion-in-region.
7247         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
7248         (dabbrev-completion): Use completion-in-region.
7249         (dabbrev--abbrev-at-point): Simplify regexp.
7251         * abbrev.el (abbrev--before-point): Use word-motion functions
7252         if :regexp is not specified (bug#5031).
7254         * subr.el (string-prefix-p): New function.
7256         * man.el (Man-completion-cache): New var.
7257         (Man-completion-table): Use it.
7259         * vc.el (vc-print-log-internal): Make `limit' optional for better
7260         compatibility (e.g. with vc-annotate.el).
7262 2009-11-24  Kevin Ryde  <user42@zip.com.au>
7264         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
7265         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
7267         * emacs-lisp/elint.el (elint-add-required-env): Better error message
7268         when .el source file not found or other error.
7270 2009-11-24  Markus Triska  <markus.triska@gmx.at>
7272         * linum.el (linum-update-window): Ignore intangible (bug#4996).
7274 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7276         Handle the [back] button properly (bug#4979).
7277         * descr-text.el (describe-text-properties): Add a `buffer' argument.
7278         Use help-setup-xref, help-buffer, and with-help-window.
7279         (describe-char): Add `buffer' argument.
7280         Pass proper command to help-setup-xref.  Don't meddle with
7281         help-xref-stack-item directly.
7282         (describe-text-category): Use with-help-window and help-buffer.
7284         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
7285         for the displayed buffer (bug#4887).
7287         * man.el (Man-completion-table): New function.
7288         (man): Use it.
7290 2009-11-24  David Reitter  <david.reitter@gmail.com>
7292         * vc-git.el (vc-git-registered): Use checkout directory (where
7293         .git is) rather than the file's directory and a relative path spec
7294         to work around a bug in git.
7296 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
7298         Improve handling of processes on remote hosts.
7300         * eshell/esh-util.el (eshell-path-env): New defvar.
7301         (eshell-parse-colon-path): New defun.
7302         (eshell-file-attributes): Use `eshell-parse-colon-path'.
7304         * eshell/esh-ext.el (eshell-search-path):
7305         Use `eshell-parse-colon-path'.
7306         (eshell-remote-command): Remove argument HANDLER.
7307         (eshell-external-command): Check for FTP remote connection.
7309         * eshell/esh-proc.el (eshell-gather-process-output):
7310         Use `file-truename', in order to start also symlinked files.
7311         Apply `start-file-process' instead of `start-process'.
7312         Shorten `command' to the local file name part.
7314         * eshell/em-cmpl.el (eshell-complete-commands-list):
7315         Use `eshell-parse-colon-path'.
7317         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
7319         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
7320         to `eshell-directory-change-hook'.
7322 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
7324         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
7325         because it could be enabled automatically if view-read-only is non-nil.
7327 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
7329         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
7330         made on 2009-11-22.
7332 2009-11-24  Glenn Morris  <rgm@gnu.org>
7334         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
7335         deleted variable bookmark-bmenu-bookmark-column.
7337         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7338         Move after definition of global-semantic-idle-tag-highlight-mode.
7340 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7342         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
7344 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7346         * net/browse-url.el (browse-url-filename-alist): On Windows, add
7347         two slashes to the "file:" prefix.
7348         (browse-url-file-url): De-munge Cygwin filenames before passing
7349         them to Windows browser.
7350         (browse-url-default-windows-browser): Use call-process.
7352 2009-11-23  Juri Linkov  <juri@jurta.org>
7354         Implement DocView Continuous mode.  (Bug#4896)
7355         * doc-view.el (doc-view-continuous-mode): New defcustom.
7356         (doc-view-mode-map): Bind C-n/<down> to
7357         `doc-view-next-line-or-next-page', C-p/<up> to
7358         `doc-view-previous-line-or-previous-page'.
7359         (doc-view-next-line-or-next-page)
7360         (doc-view-previous-line-or-previous-page): New commands.
7362 2009-11-23  Juri Linkov  <juri@jurta.org>
7364         Implement Isearch in comint input history.  (Bug#3746)
7365         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7366         `isearch-mode-hook'.
7367         (comint-history-isearch): New defcustom.
7368         (comint-history-isearch-backward)
7369         (comint-history-isearch-backward-regexp): New commands.
7370         (comint-history-isearch-message-overlay): New buffer-local variable.
7371         (comint-history-isearch-setup, comint-history-isearch-end)
7372         (comint-goto-input, comint-history-isearch-search)
7373         (comint-history-isearch-message, comint-history-isearch-wrap)
7374         (comint-history-isearch-push-state)
7375         (comint-history-isearch-pop-state): New functions.
7377 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
7379         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7380         return.
7381         (tramp-handle-make-symbolic-link)
7382         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7383         Quote file names.
7384         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7385         (tramp-handle-process-file): Use it.
7387 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7389         * window.el (move-to-window-line-last-op): Remove.
7390         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7392 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
7394         Make M-r mirror the new cycling behavior of C-l.
7395         * window.el (move-to-window-line-last-op): New var.
7396         (move-to-window-line-top-bottom): New command.
7397         (global-map): Bind M-r move-to-window-line-top-bottom.
7399 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
7401         * dired-x.el (dired-guess-shell-alist-default):
7402         Support xz format.  (Bug#4953)
7404 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
7406         * cedet/srecode/map.el (srecode-get-maps):
7407         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7408         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7409         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7410         (semantic-toggle-decoration-style):
7411         * cedet/semantic/decorate/include.el
7412         (semantic-decoration-include-describe)
7413         (semantic-decoration-unknown-include-describe)
7414         (semantic-decoration-unparsed-include-describe)
7415         (semantic-decoration-all-include-summary):
7416         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7417         * cedet/semantic/analyze/complete.el
7418         (semantic-analyze-possible-completions):
7419         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7420         (semantic-show-unmatched-syntax-mode)
7421         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7422         (semantic-highlight-func-mode):
7423         * cedet/semantic/util.el (semantic-describe-buffer):
7424         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7425         (semantic-symref-find-tags-by-name)
7426         (semantic-symref-find-tags-by-regexp)
7427         (semantic-symref-find-tags-by-completion)
7428         (semantic-symref-find-file-references-by-name)
7429         (semantic-symref-find-text):
7430         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7431         (senator-yank-tag):
7432         * cedet/semantic/scope.el (semantic-calculate-scope):
7433         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7434         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7435         (define-semantic-idle-service):
7436         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7437         (semantic-complete-analyze-inline-idle):
7438         * cedet/semantic/analyze.el (semantic-analyze-current-context):
7439         * cedet/mode-local.el (describe-mode-local-bindings)
7440         (describe-mode-local-bindings-in-mode):
7441         * cedet/ede/make.el (ede-make-check-version):
7442         * cedet/ede/locate.el (ede-enable-locate-on-project):
7443         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7444         (cedet-idutils-version-check):
7445         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7446         (cedet-gnu-global-version-check):
7447         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7448         (cedet-cscope-version-check): Use called-interactively-p instead
7449         of interactive-p.
7451         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7452         Use semantic-format-tag-prototype.
7454 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
7456         * emulation/viper-cmd.el: Use viper-last-command-char instead of
7457         last-command-char/last-command-event.
7458         (viper-prefix-arg-value): Do correct conversion of event-char for
7459         XEmacs.
7461         * emulation/viper-util.el, emulation/viper.el:
7462         Use viper-last-command-char instead of
7463         last-command-char/last-command-event.
7465         * ediff-init.el, ediff-mult.el, ediff-util.el:
7466         Replace last-command-char and last-command-event
7467         with (ediff-last-command-char) everywhere.
7469         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7470         created in fundamental mode.
7472         * ediff.el (ediff-version): Revert the change of interactive-p to
7473         called-interactively-p.
7475 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
7477         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7478         generation from word-movement command names.
7480 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
7482         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7483         (semantic-complete-jump-local, semantic-complete-jump):
7484         Improve prompt string.
7486 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
7488         * cus-start.el (all): Add native condition for font-use-system-font.
7490 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
7492         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7493         Correct the patch from 2009-11-18.  (Bug#3910)
7495 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
7497         * progmodes/subword.el: Rename from lisp/subword.el.
7499         * subword.el: Rename to progmodes/subword.el.
7501         * Makefile.in (ELCFILES): Adapt to subword.el move.
7503 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7504             Stefan Monnier  <monnier@iro.umontreal.ca>
7506         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7507         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7508         (bookmark-bmenu-show-filenames): Use push.
7509         (bookmark-bmenu-hide-filenames): Use local var instead of
7510         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
7511         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7512         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7513         filenames now that the bookmark names are always available.
7515 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7517         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7518         (bookmark-search-pattern): Move and leave unbound.
7519         (bookmark-bmenu-mode-map): Change binding.
7520         (bookmark-read-search-input): Simplify.
7521         Don't use text-char-description.  Don't error on non-char events.
7522         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7523         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7524         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7525         Use a local var for the timer.
7526         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7527         (i.e. bookmark-bmenu-search).
7529 2009-11-21  Glenn Morris  <rgm@gnu.org>
7531         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
7533 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7535         * net/browse-url.el (browse-url-default-windows-browser):
7536         Use cygstart for cygwin.
7538 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
7540         * bookmark.el: Formatting and doc fixes only:
7541         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7542         (bookmark-bmenu-search): Wrap to fit within 80 columns.
7543         Minor grammar and punctuation fixes in doc string.
7544         (bookmark-read-search-input): Adjust to fit within 80 columns.
7546 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7548         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7549         (c-backward-into-nomenclature): Adapt to subword renaming.
7551         * subword.el (subword-forward, subword-backward, subword-mark)
7552         (subword-kill, subword-backward-kill, subword-transpose)
7553         (subword-downcase, subword-upcase, subword-capitalize)
7554         (subword-forward-internal, subword-backward-internal):
7555         Rename from forward-subword, backward-subword, mark-subword,
7556         kill-subword, backward-kill-subword, transpose-subwords,
7557         downcase-subword, upcase-subword, capitalize-subword,
7558         forward-subword-internal, backward-subword-internal.
7560 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7562         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7563         New options.
7564         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7565         New vars.
7566         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7567         (bookmark-bmenu-filter-alist-by-regexp)
7568         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7569         (bookmark-bmenu-search): New command.
7570         (bookmark-bmenu-mode-map): Bind it.
7572 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7574         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7576         * cedet/semantic/idle.el (define-semantic-idle-service)
7577         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7579 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7581         * progmodes/cc-cmds.el: declare-functioned forward-subword and
7582         backward-subword to quit the byte-compiler.
7584         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7586         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7588         * progmodes/cc-cmds.el (c-update-modeline)
7589         (c-forward-into-nomenclature, c-backward-into-nomenclature):
7590         Refer to subword.el functions instead of cc-subword.el.
7592         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7593         subword.el functions instead of cc-subword.el.
7595         * progmodes/cc-subword.el: Rename to subword.el.
7596         * subword.el: Rename from progmodes/cc-subword.el.
7597         (subword-mode-map): Rename from c-subword-mode-map.
7598         (subword-mode): Rename from c-subword-mode.
7599         (global-subword-mode): New global minor mode.
7600         (forward-subword): Rename from c-forward-subword.
7601         (backward-subword): Rename from c-backward-subword.
7602         (mark-subword): Rename from c-mark-subword.
7603         (kill-subword): Rename from c-kill-subword.
7604         (backward-kill-subword): Rename from c-backward-kill-subword.
7605         (transpose-subwords): Rename from c-tranpose-subword.
7606         (downcase-subword): Rename from c-downcase-subword.
7607         (capitalize-subword): Rename from c-capitalize-subword.
7608         (forward-subword-internal): Rename from c-forward-subword-internal.
7609         (backward-subword-internal): Rename from c-backward-subword-internal.
7611 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
7613         * vc.el (vc-deduce-fileset): Allow non-state changing operations
7614         from a dired buffer.
7615         (vc-dired-deduce-fileset): New function.
7616         (vc-root-diff, vc-print-root-log): Use it.
7618         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7619         nil LIMIT argument to vc-print-log-internal.
7621 2009-11-20  Glenn Morris  <rgm@gnu.org>
7623         * Makefile.in (ELCFILES): Regenerate.
7625 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7627         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7629         * cedet/semantic.el: Enable idle-mode menu items only if
7630         global-semantic-idle-scheduler-mode is enabled.
7631         (semantic-default-submodes): Doc fix.
7633         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7634         When turning off, disable other idle modes.
7636 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
7638         * calc/calc.el (calc-set-mode-line):
7639         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7640         (math-format-number): Rename `math-format-complement-signed' to
7641         `math-format-twos-complement'.
7643         * calc/calc-bin.el (math-format-twos-complement): Rename from
7644         math-format-complement-signed.
7645         (calc-radix): Rename `calc-complement-signed-mode' to
7646         `calc-twos-complement-mode'.
7647         (calc-octal-radix, calc-hex-radix): Add an argument for
7648         two's complement.
7650         * calc/calc-embed.el (calc-embedded-mode-vars):
7651         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7653         * calc/calc-ext.el (calc-init-extensions):
7654         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7655         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
7657         * calc/calc-units.el (math-build-units-table-buffer):
7658         Let `calc-twos-complement-mode' be nil.
7660         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
7661         entries.
7663         * calc/calc-vec.el (calcFunc-vunpack):
7664         * calc/calc-aent.el (calc-do-calc-eval):
7665         * calc/calc-forms.el (math-format-date):
7666         * calc/calc-graph.el (calc-graph-plot):
7667         * calc/calc-math.el (math-use-emacs-fn):
7668         * calc/calccomp.el (math-compose-expr):
7669         Let `calc-twos-complement-mode' be nil.
7671 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7673         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
7674         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
7675         * minibuffer.el (completion-in-region-functions): New hook.
7676         (completion-in-region): New function.
7677         * emacs-lisp/lisp.el (lisp-complete-symbol):
7678         * pcomplete.el (pcomplete-std-complete): Use it.
7680 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7682         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
7683         (latex-complete-alist): New vars.
7684         (latex-string-prefix-p, latex-complete-bibtex-keys)
7685         (latex-complete-envnames, latex-complete-refkeys)
7686         (latex-complete-data): New functions.
7687         (latex-complete, latex-indent-or-complete): New commands.
7689         * window.el (display-buffer-mark-dedicated): New var.
7690         (display-buffer): Obey it.
7691         * minibuffer.el (minibuffer-completion-help): Use it.
7693         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
7695         * filecache.el (file-cache-add-file): Use push and cons.
7696         (file-cache-delete-file-regexp): Use push.
7697         (file-cache-complete): Use completion-in-region.
7699         * simple.el (with-wrapper-hook): Fix thinko.
7701         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
7702         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
7703         Use with-current-buffer and string-to-number.
7704         (hfy-fallback-colour-values): Use assoc-string.
7705         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
7706         (hfy-face-at): Remove unused var `found-face'.
7707         (hfy-compile-stylesheet): Remove unused var `css'.
7708         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
7709         and `orig-buffer'.
7710         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
7711         Use with-current-buffer.
7712         (hfy-text-p): Use expand-file-name and fewer setq.
7714 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
7716         * htmlfontify.el, hfy-cmap.el: New files.
7718 2009-11-19  Juri Linkov  <juri@jurta.org>
7720         * minibuffer.el (completions-format): New defcustom.
7721         (completion--insert-strings): Implement vertical format.
7723         * simple.el (switch-to-completions): Move point to the first
7724         completion when point was at the beginning of the buffer.
7726 2009-11-19  Juri Linkov  <juri@jurta.org>
7728         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
7730         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
7732 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
7734         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
7735         (mail-signature): Change default to t.
7736         (mail-from-style): Deprecate `system-default' value.
7737         (mail-insert-from-field): For default value of mail-from-style,
7738         default to `angles' unless `angles' needs quoting and `parens'
7739         does not.
7740         (mail-citation-prefix-regexp): Use citation regexp from
7741         message-mode.
7743 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
7745         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7746         Set variables for computing the prompt for reading password.
7748 2009-11-19  Glenn Morris  <rgm@gnu.org>
7750         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
7752         * textmodes/flyspell.el (sgml-lexical-context): Declare.
7754         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
7755         (newsticker-treeview-listwindow-height): Fix custom type.
7757 2009-11-19  Kenichi Handa  <handa@m17n.org>
7759         * descr-text.el (describe-char-padded-string): Compose with TAB
7760         only if there's a font for CH.
7761         (describe-char): Fix the condition for detecting a trivial composition.
7763 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
7765         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
7766         more accurate version of the regexp.  (Bug#3910)
7768 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
7770         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
7772 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
7774         * font-setting.el (font-use-system-font): Declare for byte-compiler.
7775         (font-setting-change-default-font): Fix typo in docstring.
7777 2009-11-18  Alan Mackenzie  <acm@muc.de>
7779         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
7781 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7783         * font-setting.el (font-use-system-font): Move ...
7785         * cus-start.el (all): ... to here.
7787 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
7789         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
7790         Don't set `ad-return-value' if `ad-do-it' doesn't.
7792         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
7793         modification time.
7795 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7797         * menu-bar.el: Put "Use system font" in Option-menu.
7798         (menu-bar-options-save): Add font-use-system-font.
7800         * loadup.el: If feature system-font-setting or font-render-setting is
7801         there, load font-setting.
7803         * Makefile.in (ELCFILES): Add font-settings.el.
7804         * font-setting.el: New file.
7806 2009-11-17  Glenn Morris  <rgm@gnu.org>
7808         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
7810         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
7811         Preserve point in the list buffer.  (Bug#4939)
7812         Use point-at-eol.
7813         (newsticker--treeview-list-update-highlight)
7814         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
7816 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
7818         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
7819         Remove.
7821         * calc/calc-ext.el (calc-init-extensions): Remove references to
7822         symclip.
7824         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
7826         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
7827         * calc/calc-help.el (calc-b-prefix-help): Remove references to
7828         `calc-symclip'.
7830 2009-11-16  Kevin Ryde  <user42@zip.com.au>
7832         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7833         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
7835         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
7836         (lm-keywords-list): Allow comma-only separator like "foo,bar".
7837         Ignore trailing spaces by omit-nulls to split-string (fixing
7838         regression from Emacs 21 due to the incompatible split-string
7839         change).  (Bug #4928.)
7841 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7843         * vc.el (vc-log-show-limit): Default to 2000.
7844         (vc-print-log-internal): Insert buttons to request more entries
7845         when limiting the output.
7847         * vc-sccs.el (vc-sccs-print-log):
7848         * vc-rcs.el (vc-rcs-print-log):
7849         * vc-cvs.el (vc-cvs-print-log):
7850         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
7851         LIMIT is non-nil.
7853 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
7855         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
7856         error when `tramp-gvfs-dbus-event-vector' is set.
7857         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
7859 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7861         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
7863 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
7865         * net/dbus.el (dbus-unregister-service): New defun.
7866         (dbus-register-property): Register the handlers of
7867         "org.freedesktop.DBus.Properties" for SERVICE.
7868         (dbus-property-handler): Fix docstring.
7870 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7872         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
7873         Quote doc string reference in defvaralias as it is not in special form.
7874         (byte-compile-output-docform): Doc fix.
7876 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
7878         * calc/calc.el (math-2-word-size, math-half-2-word-size)
7879         (calc-complement-signed-mode): New variables.
7880         (calc-set-mode-line): Add indicator for twos-complements.
7881         (math-format-number): Format twos-complement notation.
7883         * calc/calc-bin.el (calc-word-size): Reset the variables
7884         `math-2-word-size' and `math-half-2-word-size'.
7885         (math-format-complement-signed, math-symclip, calcFunc-symclip)
7886         (calc-symclip): New functions.
7888         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
7890         * calc/calc-embed.el (calc-embedded-mode-vars):
7891         Add `calc-complement-signed-mode' to the list of modes.
7893         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
7894         (calc-b-oper-keys): Add `calc-symclip' to list.
7896         * calc/calc-ext.el (math-read-number-fancy): Read complement
7897         signed numbers.
7898         (calc-init-extensions): Add binding for `calc-symclip'.
7899         Add autoload for `calcFunc-symclip' and `calc-symclip'.
7901         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
7902         `calc-symclip'.
7903         (calc-modes-menu): Add item for twos complement mode.
7905         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
7907 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
7909         * register.el (jump-to-register, insert-register): Handle Semantic
7910         tags.  From commented-out advice in semantic/senator.el.
7912 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
7914         * vc.el (vc-log-show-limit): New variable.
7915         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
7916         when using a prefix argument.
7917         (vc-print-log-internal): Add new argument LIMIT.
7919         * vc-svn.el (vc-svn-print-log):
7920         * vc-mtn.el (vc-mtn-print-log):
7921         * vc-hg.el (vc-hg-print-log):
7922         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
7923         pass it to the log command when set.  Make the BUFFER argument
7924         non-optional.
7926         * vc-sccs.el (vc-sccs-print-log):
7927         * vc-rcs.el (vc-rcs-print-log):
7928         * vc-git.el (vc-git-print-log):
7929         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
7930         ignore it.  Make the BUFFER argument non-optional
7932         * bindings.el (mode-line-buffer-identification): Do not purecopy.
7934 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
7936         * dired.el (dired-mode-map): Move encryption items to "Operate"
7937         menu (Bug#4703).
7939         * strokes.el (strokes-update-window-configuration): Make strokes
7940         buffer current before erasing (Bug#4906).
7942         * cedet/semantic/idle.el (semantic-idle-summary-mode)
7943         (semantic-idle-summary-mode): Define using define-minor-mode
7944         instead of define-semantic-idle-service.
7945         (semantic-idle-summary-mode): New function.
7946         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
7947         that mouse motion does not reset the echo area.
7949 2009-11-15  Juri Linkov  <juri@jurta.org>
7951         * simple.el (set-mark-default-inactive): Add :type, :group
7952         and :version.  (Bug#4876)
7954 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
7956         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
7957         (archive-unique-fname): ... here.  (Bug#4929)
7959 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7961         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
7962         with a real fix.
7964         * novice.el (disabled-command-function): Add useful args.
7965         Setup the help buffer so that [back] works.
7966         Remove redundant call to help-mode.
7967         (disabled-command-function): Use `case'.
7968         (en/disable-command): New function extracted from enable-command.
7969         (enable-command, disable-command): Use it.
7971 2009-11-14  Glenn Morris  <rgm@gnu.org>
7973         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
7974         constants.  (Bug#4913)
7976         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
7978 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
7980         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
7981         defined in C that have no doc-strings.  (Bug#1063)
7983 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
7985         * cus-edit.el (data, files):
7986         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
7988 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
7990         * simple.el (shell-command): Doc fix (Bug#4891).
7992         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
7994 2009-11-14  Glenn Morris  <rgm@gnu.org>
7996         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
7997         statements for vc-diff, emerge-quit, and rmail-cease-edit.
7998         If they are already loaded, eval-after-load will do the right thing.
8000         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
8001         compiling.
8003         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
8005         * simple.el (x-selection-owner-p): Declare.
8006         (read-mail-command): Use custom radio type rather than choice.
8007         (completion-no-auto-exit): Doc fix.
8009         * custom.el (defgroup):
8010         * epg-config.el (epg): Doc fixes.
8012 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
8014         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
8015         * international/ccl.el (define-ccl-program): Do not purecopy the
8016         docstring, defconst does it anyway.
8018 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8020         * add-log.el (add-change-log-entry): Avoid displaying the changelog
8021         a second time.
8023         * x-dnd.el (x-dnd-maybe-call-test-function):
8024         * window.el (split-window-vertically):
8025         * whitespace.el (whitespace-help-on):
8026         * vc-rcs.el (vc-rcs-consult-headers):
8027         * userlock.el (ask-user-about-lock-help)
8028         (ask-user-about-supersession-help):
8029         * type-break.el (type-break-force-mode-line-update):
8030         * time-stamp.el (time-stamp-conv-warn):
8031         * terminal.el (te-set-output-log, te-more-break, te-filter)
8032         (te-sentinel, terminal-emulator):
8033         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
8034         (term-write-input-ring, term-check-source, term-start-output-log):
8035         (term-display-buffer-line, term-dynamic-list-completions):
8036         (term-ansi-make-term, serial-term):
8037         * subr.el (selective-display):
8038         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8039         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
8040         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
8041         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
8042         (speedbar-remove-localized-speedbar-support)
8043         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
8044         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
8045         (speedbar-buffers-line-directory):
8046         * simple.el (shell-command-on-region, append-to-buffer)
8047         (prepend-to-buffer):
8048         * shadowfile.el (shadow-save-todo-file):
8049         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
8050         (scroll-bar-maybe-set-window-start):
8051         * sb-image.el (speedbar-image-dump):
8052         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
8053         (load-save-place-alist-from-file):
8054         * ps-samp.el (ps-print-message-from-summary):
8055         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
8056         (ps-background-image, ps-begin-job, ps-do-despool):
8057         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
8058         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
8059         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
8060         (pr-call-process, pr-file-list, pr-interface-save):
8061         * novice.el (disabled-command-function)
8062         (enable-command, disable-command):
8063         * mouse.el (mouse-buffer-menu-alist):
8064         * mouse-copy.el (mouse-kill-preserving-secondary):
8065         * macros.el (kbd-macro-query):
8066         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
8067         * informat.el (batch-info-validate):
8068         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
8069         * hippie-exp.el (try-expand-dabbrev-visible):
8070         * help-mode.el (help-make-xrefs):
8071         * help-fns.el (describe-variable):
8072         * generic-x.el (bat-generic-mode-run-as-comint):
8073         * finder.el (finder-mouse-select):
8074         * find-dired.el (find-dired-sentinel):
8075         * filesets.el (filesets-file-close):
8076         * files.el (list-directory):
8077         * faces.el (list-faces-display, describe-face):
8078         * facemenu.el (list-colors-display):
8079         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
8080         * epg.el (epg--process-filter, epg-cancel):
8081         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
8082         (epa--read-signature-type):
8083         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
8084         (emerge-file-names):
8085         * ehelp.el (electric-helpify):
8086         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
8087         * ediff-vers.el (rcs-ediff-view-revision):
8088         * ediff-util.el (ediff-setup):
8089         * ediff-mult.el (ediff-append-custom-diff):
8090         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
8091         (ediff-wordify):
8092         * echistory.el (Electric-command-history-redo-expression):
8093         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8094         * disp-table.el (describe-display-table):
8095         * dired.el (dired-find-buffer-nocreate):
8096         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
8097         * dabbrev.el (dabbrev--same-major-mode-p):
8098         * chistory.el (list-command-history):
8099         * apropos.el (apropos-documentation):
8100         * allout.el (allout-obtain-passphrase):
8101         (allout-copy-exposed-to-buffer):
8102         (allout-verify-passphrase): Use with-current-buffer.
8104 2009-11-13  Glenn Morris  <rgm@gnu.org>
8106         * Makefile.in (ELCFILES): Regenerate.
8108 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
8110         * net/dbus.el (dbus-registered-objects-table): Rename from
8111         `dbus-registered-functions-table', because it contains also properties.
8112         (dbus-unregister-object): Unregister also properties.
8113         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8114         Use a timeout of 500 msec, in order to not block.
8115         (dbus-register-property, dbus-property-handler): New defuns.
8117 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8119         * simple.el (minibuffer-default-add-completions): Drop deprecated
8120         4th arg.
8122 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
8124         * textmodes/artist.el (artist-mouse-choose-operation):
8125         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
8126         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
8127         (artist-compute-up-event-key): New function.
8128         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
8130 2009-11-13  Kenichi Handa  <handa@m17n.org>
8132         * language/japan-util.el: Make sure that the value of jisx0208
8133         property is jisx0208 character.
8135 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
8137         * international/mule.el (auto-coding-regexp-alist): Only purecopy
8138         car or each item, not the whole list.
8140 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8142         * minibuffer.el (minibuffer-completion-help):
8143         Use minibuffer-hide-completions.
8145 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
8147         * dired.el (dired-save-positions, dired-restore-positions): New funs.
8148         (dired-revert): Use them (bug#4880).
8150 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
8152         * tooltip.el (tooltip-frame-parameters): Undo previous change.
8154 2009-11-12  Juri Linkov  <juri@jurta.org>
8156         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
8157         New functions.
8158         (find-file-literally-at-point): Alias of `ffap-literally'.
8160 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
8162         * textmodes/ispell.el (ispell-skip-region-alist):
8163         * textmodes/css-mode.el (auto-mode-alist):
8164         * progmodes/compile.el (auto-mode-alist):
8165         * international/mule.el (ctext-non-standard-encodings-alist)
8166         (ctext-non-standard-encodings-regexp):
8167         * simple.el (shell-command-switch, text-read-only):
8168         * replace.el (occur-mode-map):
8169         * paths.el (rmail-file-name):
8170         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
8171         * find-file.el (ff-special-constructs):
8172         * files.el (file-name-handler-alist):
8173         * composite.el: Purecopy strings.
8175         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
8177 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
8179         * widget.el (define-widget): Purecopy the docstring.
8180         * international/mule-cmds.el (charset): Do not purecopy the
8181         docstring here, define-widget does it.
8183         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8184         * textmodes/bibtex-style.el (auto-mode-alist):
8185         * progmodes/inf-lisp.el (inferior-lisp-prompt):
8186         * progmodes/compile.el (compile-command):
8187         * language/korea-util.el (default-korean-keyboard):
8188         * international/mule-conf.el (file-coding-system-alist):
8189         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
8190         * tooltip.el (tooltip-frame-parameters):
8191         * newcomment.el (comment-end, comment-padding):
8192         * dired.el (dired-trivial-filenames):
8193         * comint.el (comint-file-name-prefix): Purecopy initial values.
8195 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
8197         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
8198         (tramp-advice-minibuffer-electric-tilde): Unload advices via
8199         `tramp-unload'.
8200         (tramp-advice-make-auto-save-file-name)
8201         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
8202         after removing the advice.
8204 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
8206         * progmodes/grep.el (grep-regexp-alist):
8207         * international/mule-cmds.el (iso-2022-control-alist):
8208         * emacs-lisp/timer.el (timer-duration-words):
8209         * subr.el (version-separator, version-regexp-alist):
8210         * minibuffer.el (completion-styles-alist):
8211         * faces.el (face-attribute-name-alist, list-faces-sample-text):
8212         Change defvars to defconsts.
8214         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
8215         * loadup.el ("international/mule-conf"): Load the byte compiled version.
8216         * international/mule-conf.el: Allow to be byte compiled.
8218         * international/mule.el (define-charset): Purecopy props.
8219         (load-with-code-conversion): Purecopy doc string and file name.
8220         (put-charset-property): Purecopy strings.
8221         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
8223         * international/mule-cmds.el (register-input-method): Purecopy arguments.
8224         (define-char-code-property): Correctly purecopy the table.
8226         * international/ccl.el (define-ccl-program): Purecopy the docstring.
8228         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
8230         * subr.el (add-hook): Purecopy strings.
8231         (eval-after-load): Purecopy load-history-regexp and the form.
8233         * custom.el (custom-declare-group): Purecopy load-file-name.
8235         * subr.el (menu-bar-separator): New defconst.
8236         * net/eudc.el (eudc-tools-menu):
8237         * international/mule-cmds.el (set-coding-system-map)
8238         (mule-menu-keymap):
8239         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8240         * vc-hooks.el (vc-menu-map):
8241         * replace.el (occur-mode-map):
8242         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
8243         (menu-bar-edit-menu, menu-bar-goto-menu)
8244         (menu-bar-custom-menu, menu-bar-showhide-menu)
8245         (menu-bar-options-menu, menu-bar-tools-menu)
8246         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
8247         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
8248         (menu-bar-help-menu):
8249         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
8250         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
8252         * term/x-win.el (x-gtk-stock-map):
8253         * progmodes/vera-mode.el (auto-mode-alist):
8254         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8255         (inferior-lisp-program, inferior-lisp-load-command):
8256         * progmodes/hideshow.el (hs-special-modes-alist):
8257         * progmodes/gud.el (same-window-regexps):
8258         * progmodes/grep.el (grep-program, find-program, xargs-program):
8259         * net/telnet.el (same-window-regexps):
8260         * net/rlogin.el (same-window-regexps):
8261         * language/ethiopic.el (font-ccl-encoder-alist):
8262         * vc-sccs.el (vc-sccs-master-templates):
8263         * vc-rcs.el (vc-rcs-master-templates):
8264         * subr.el (cl-assertion-failed):
8265         * simple.el (next-error-overlay-arrow-position):
8266         * lpr.el (lpr-command):
8267         * locate.el (locate-ls-subdir-switches):
8268         * info.el (same-window-regexps, info)
8269         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8270         * image-mode.el (image-mode, auto-mode-alist):
8271         * hippie-exp.el (hippie-expand-ignore-buffers):
8272         * format.el (format-alist):
8273         * find-dired.el (find-ls-subdir-switches, find-grep-options)
8274         (find-name-arg):
8275         * facemenu.el (facemenu-keybindings):
8276         * dired.el (dired-listing-switches, dired-chown-program):
8277         * diff.el (diff-switches, diff-command):
8278         * cus-edit.el (same-window-regexps):
8279         * bindings.el (mode-line-mule-info)
8280         (mode-line-buffer-identification): Purecopy strings.
8282 2009-11-11  Juri Linkov  <juri@jurta.org>
8284         * simple.el (dired-get-filename) <declare-function>:
8285         Tell the byte-compiler about dired-get-filename.
8286         (shell-command): In Dired mode, get filename from the current line
8287         as the default value.
8289 2009-11-10  Glenn Morris  <rgm@gnu.org>
8291         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
8292         * calendar/holidays.el, progmodes/cperl-mode.el:
8293         Update x-popup-menu declarations.
8295         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
8296         (list-load-path-shadows): Use dolist.
8297         (list-load-path-shadows): Use with-current-buffer.
8299 2009-11-10  Juri Linkov  <juri@jurta.org>
8301         * minibuffer.el (read-file-name): Support a list of default values
8302         in `default-filename'.  Use the first file name where only one
8303         element is required.  Doc fix.
8305 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
8307         * net/dbus.el (dbus-unregister-object): Release service, if no
8308         other method is registered for it.
8310 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
8312         * bookmark.el (bookmark-completing-read): Sort bookmark names if
8313         bookmark-sort-flag is non-nil (Bug#4653).
8315 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8317         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
8318         the progress reporter entirely.
8320         * emulation/cua-base.el: Add CUA property to some CC mode commands
8321         (Bug#4100).
8323 2009-11-08  Kevin Ryde  <user42@zip.com.au>
8325         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
8326         at end of sentence (Bug#4818).
8328 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
8330         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8331         Handle "see declaration of" MSFT statements (Bug#4100).
8333 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
8335         * net/tramp.el (tramp-advice-make-auto-save-file-name)
8336         (tramp-advice-file-expand-wildcards): Unload via
8337         `ad-remove-advice'.
8339         * net/trampver.el: Update release number.
8341 2009-11-08  Kevin Ryde  <user42@zip.com.au>
8343         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
8344         `ad-do-it'.
8346 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
8348         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8349         in order to keep context in SELinux.
8351 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8353         * dired-aux.el (dired-query): Place cursor in echo area and allow
8354         C-g.
8356         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8357         menu item if not on a directory (Bug#4701).
8359 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
8361         Sync with Tramp 2.1.17.
8363         * net/tramp.el (tramp-handle-copy-directory): Don't use
8364         `file-remote-p' (due to compatibility).
8366         * net/tramp-compat.el (tramp-compat-copy-directory)
8367         (tramp-compat-delete-directory): New defuns.
8369         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8370         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8371         `tramp-compat-delete-directory'.
8373         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8374         (tramp-smb-handle-delete-directory): Use
8375         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8377         * net/trampver.el: Update release number.
8379 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
8381         * tar-mode.el (tar-copy): Call write-region on the right buffer
8382         (Bug#4857).
8384         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8385         by hand, if necessary (Bug#4878).
8387 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
8389         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8390         align size column (Bug#4839).
8392         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8393         statement.
8395 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8397         * progmodes/ld-script.el (auto-mode-alist):
8398         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8400         * cus-face.el (custom-declare-face): Purecopy face spec.
8402 2009-11-06  Kenichi Handa  <handa@m17n.org>
8404         * international/uni-bidi.el: Re-generated.
8405         * international/uni-category.el: Re-generated.
8406         * international/uni-combining.el: Re-generated.
8407         * international/uni-mirrored.el: Re-generated.
8409 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8411         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8412         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8413         (tex-start-options, slitex-run-command, latex-run-command)
8414         (tex-run-command, tex-directory):
8415         * textmodes/ispell.el (ispell-html-skip-alists)
8416         (ispell-tex-skip-alists, ispell-tex-skip-alists):
8417         * textmodes/fill.el (adaptive-fill-first-line-regexp):
8418         (adaptive-fill-regexp):
8419         * textmodes/dns-mode.el (auto-mode-alist):
8420         * progmodes/python.el (interpreter-mode-alist):
8421         * progmodes/etags.el (tags-compression-info-list):
8422         * progmodes/etags.el (tags-file-name):
8423         * net/browse-url.el (browse-url-galeon-program)
8424         (browse-url-firefox-program):
8425         * mail/sendmail.el (mail-signature-file)
8426         (mail-citation-prefix-regexp):
8427         * international/mule-conf.el (eight-bit):
8428         * international/latexenc.el (latex-inputenc-coding-alist):
8429         * international/fontset.el (x-pixel-size-width-font-regexp):
8430         * emacs-lisp/warnings.el (warning-type-format):
8431         * emacs-lisp/trace.el (trace-buffer):
8432         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8433         (emacs-lisp-mode-map):
8434         * calendar/holidays.el (holiday-solar-holidays)
8435         (holiday-bahai-holidays, holiday-islamic-holidays)
8436         (holiday-christian-holidays, holiday-hebrew-holidays)
8437         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8438         (hebrew-holidays-1, holiday-oriental-holidays)
8439         (holiday-general-holidays):
8440         * x-dnd.el (x-dnd-known-types):
8441         * tool-bar.el (tool-bar):
8442         * startup.el (site-run-file):
8443         * shell.el (shell-dumb-shell-regexp):
8444         * rfn-eshadow.el (file-name-shadow-tty-properties)
8445         (file-name-shadow-properties):
8446         * paths.el (remote-shell-program, news-directory):
8447         * mouse.el ([C-down-mouse-3]):
8448         * menu-bar.el (menu-bar-tools-menu):
8449         * jka-cmpr-hook.el (jka-compr-load-suffixes)
8450         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8451         (jka-compr-compression-info-list):
8452         * isearch.el (search-whitespace-regexp):
8453         * image-file.el (image-file-name-extensions):
8454         * find-dired.el (find-ls-option):
8455         * files.el (directory-listing-before-filename-regexp)
8456         (directory-free-space-args, insert-directory-program)
8457         (list-directory-brief-switches, magic-fallback-mode-alist)
8458         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8459         (automount-dir-prefix):
8460         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8461         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8462         (face-font-registry-alternatives, face-font-registry-alternatives)
8463         (face-font-family-alternatives):
8464         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8465         (facemenu-foreground-menu, facemenu-face-menu):
8466         * epa-hook.el (epa-file-name-regexp):
8467         * dnd.el (dnd-protocol-alist):
8468         * textmodes/rst.el (auto-mode-alist):
8469         * button.el (default-button): Purecopy strings.
8471 2009-11-06  Glenn Morris  <rgm@gnu.org>
8473         * Makefile.in (ELCFILES): Update.
8475 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8477         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8478         * emacs-lisp/levents.el: Move to obsolete/levents.el.
8480         * nxml/xsd-regexp.el (xsdre-gen-categories):
8481         * nxml/xmltok.el (xmltok-parse-entity):
8482         * nxml/rng-parse.el (rng-parse-validate-file):
8483         * nxml/rng-maint.el (rng-format-manual)
8484         (rng-manual-output-force-new-line):
8485         * nxml/rng-loc.el (rng-save-schema-location-1):
8486         * nxml/rng-cmpct.el (rng-c-parse-file):
8487         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8488         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8490 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
8492         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8493         Remove extra save-excursions and make-variable-buffer-local's.
8494         Suggested by Stefan Monnier.
8496         (verilog-getopt-file, verilog-module-inside-filename-p)
8497         (verilog-set-define): Merge GNU 1.35 and repair changes from
8498         switching to using with-current-buffer.
8500         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8501         being treated as a number and confusing AUTORESET.
8502         Reported by Dan Dever.
8504         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8505         Add verilog-auto-ignore-concat to fix backward compatibility with
8506         older verilog-modes.  Reported by Dan Katz.
8508         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8509         containing closing anchors "...$".
8511         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8512         Reported by Wade Smith.
8514         (verilog-batch-execute-func): Comment on function usage.
8516 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
8518         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8519         for labels.
8521         (verilog-label-re, verilog-calc-1): Support proper indent of named
8522         asserts.
8524         (verilog-backward-token, verilog-basic-complete-re)
8525         (verilog-beg-of-statement, verilog-indent-re): Support proper
8526         indent of the assert statement at the beginning of a block of text.
8528         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8529         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8530         tokens as begins.
8532 2009-11-05  Glenn Morris  <rgm@gnu.org>
8534         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8535         Emacs 19.  (Bug#1531)
8536         (byte-compile-fix-header): Update for the above change.
8537         Drop test for epoch::version.
8539         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8540         * cus-dep.el (custom-make-dependencies):
8541         * finder.el (finder-compile-keywords):
8542         Use autoload-rubric's feature argument.
8544         * calendar/diary-lib.el (top-level): Make load behave more like require.
8546         * vc-git.el (vc-git-stash-map): Move definition before use.
8548 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
8550         * custom.el (custom-declare-group): Purecopy standard-value.
8551         (custom-declare-group): Purecopy custom-prefix.
8553         * international/mule.el (load-with-code-conversion):
8554         Call do-after-load-evaluation unconditionally.
8556         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8558 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8560         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8562 2009-11-04  Glenn Morris  <rgm@gnu.org>
8564         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8565         (byte-compile-compatibility): Remove option.
8566         (byte-compile-close-variables, byte-compile-fix-header)
8567         (byte-compile-insert-header, byte-compile-output-docform)
8568         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8569         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8570         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8571         (byte-compile-insert, byte-compile-defun):
8572         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
8573         (byte-defop-compiler19): Remove.
8574         Without byte-compile-compatibility, the 'emacs19-opcode property is not
8575         used by anything.  Replace all calls with byte-defop-compiler.
8577 2009-11-04  Juri Linkov  <juri@jurta.org>
8579         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8580         (menu-bar-options-menu): Don't quote the `prop' arg of
8581         `menu-bar-make-mm-toggle'.
8583 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
8585         * calendar/calendar.el (cal-loaddefs):
8586         * calendar/diary-lib.el (diary-loaddefs):
8587         * calendar/holidays.el (hol-loaddefs):
8588         * eshell/esh-module.el (esh-groups): Load rather than require.
8590 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8592         * calendar/todo-mode.el (todo-add-category): Don't hardcode
8593         point-min==1.
8594         (todo-top-priorities): Only display-buffer when called interactively.
8595         (todo-item-start): Don't save excursion point.
8596         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
8597         (todo-insert-item-here, todo-file-item, todo-remove-item):
8598         Adjust uses of todo-item-start and todo-item-end.
8600         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8601         (autoload-rubric): Don't use any more.
8602         * cedet/semantic/fw.el (semantic/loaddefs):
8603         * cedet/srecode.el (srecode/loaddefs):
8604         * cedet/ede.el (ede/loaddefs): Load rather than require.
8605         * cedet/ede/cpp-root.el:
8606         * cedet/ede/emacs.el:
8607         * cedet/ede/files.el:
8608         * cedet/ede/linux.el:
8609         * cedet/ede/locate.el:
8610         * cedet/ede/make.el:
8611         * cedet/ede/shell.el:
8612         * cedet/ede/speedbar.el:
8613         * cedet/ede/system.el:
8614         * cedet/ede/util.el:
8615         * cedet/semantic/analyze.el:
8616         * cedet/semantic/bovine.el:
8617         * cedet/semantic/complete.el:
8618         * cedet/semantic/ctxt.el:
8619         * cedet/semantic/db-file.el:
8620         * cedet/semantic/db-find.el:
8621         * cedet/semantic/db-global.el:
8622         * cedet/semantic/db-mode.el:
8623         * cedet/semantic/db-typecache.el:
8624         * cedet/semantic/db.el:
8625         * cedet/semantic/debug.el:
8626         * cedet/semantic/dep.el:
8627         * cedet/semantic/doc.el:
8628         * cedet/semantic/edit.el:
8629         * cedet/semantic/find.el:
8630         * cedet/semantic/format.el:
8631         * cedet/semantic/html.el:
8632         * cedet/semantic/ia-sb.el:
8633         * cedet/semantic/ia.el:
8634         * cedet/semantic/idle.el:
8635         * cedet/semantic/lex-spp.el:
8636         * cedet/semantic/lex.el:
8637         * cedet/semantic/mru-bookmark.el:
8638         * cedet/semantic/scope.el:
8639         * cedet/semantic/senator.el:
8640         * cedet/semantic/sort.el:
8641         * cedet/semantic/symref.el:
8642         * cedet/semantic/tag-file.el:
8643         * cedet/semantic/tag-ls.el:
8644         * cedet/semantic/tag-write.el:
8645         * cedet/semantic/tag.el:
8646         * cedet/semantic/util-modes.el:
8647         * cedet/semantic/analyze/complete.el:
8648         * cedet/semantic/analyze/refs.el:
8649         * cedet/semantic/bovine/c.el:
8650         * cedet/semantic/bovine/gcc.el:
8651         * cedet/semantic/bovine/make.el:
8652         * cedet/semantic/bovine/scm.el:
8653         * cedet/semantic/decorate/include.el:
8654         * cedet/semantic/decorate/mode.el:
8655         * cedet/semantic/symref/cscope.el:
8656         * cedet/semantic/symref/global.el:
8657         * cedet/semantic/symref/grep.el:
8658         * cedet/semantic/symref/idutils.el:
8659         * cedet/semantic/symref/list.el:
8660         * cedet/semantic/wisent/java-tags.el:
8661         * cedet/semantic/wisent/javascript.el:
8662         * cedet/srecode/compile.el:
8663         * cedet/srecode/cpp.el:
8664         * cedet/srecode/document.el:
8665         * cedet/srecode/el.el:
8666         * cedet/srecode/expandproto.el:
8667         * cedet/srecode/getset.el:
8668         * cedet/srecode/insert.el:
8669         * cedet/srecode/java.el:
8670         * cedet/srecode/map.el:
8671         * cedet/srecode/mode.el:
8672         * cedet/srecode/template.el:
8673         * cedet/srecode/texi.el: Remove the file-local setting of
8674         generated-autoload-feature.
8676         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
8677         and only put a prop if it is non-nil.
8679 2009-11-03  Juri Linkov  <juri@jurta.org>
8681         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
8682         (menu-bar-options-menu): Fix list quoting (Bug#4429).
8684         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
8685         and "Menu" to make top-level menu item visually one unit (like
8686         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
8687         multi-word menu items).  Fix :help string for quit-window.
8689 2009-11-03  Glenn Morris  <rgm@gnu.org>
8691         * cedet/mode-local.el (with-mode-local): Doc fix.
8693         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
8694         (byte-compile-file-form-define-abbrev-table)
8695         (byte-compile-file-form-custom-declare-variable)
8696         (byte-compile-variable-ref, byte-compile-defvar):
8697         Whether or not a warning is enabled should only affect whether we issue
8698         the warning, not whether or not we collect the relevant data.
8699         Eg warnings can be turned on and off throughout the course of a file.
8701         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
8702         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
8704 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8706         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
8707         * play/mpuz.el (mpuz-create-buffer):
8708         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
8709         (lm-print-y,s,noise, lm-print-w0, lm-init):
8710         * play/gomoku.el (gomoku-prompt-for-move):
8711         * play/fortune.el (fortune-in-buffer):
8712         * play/dissociate.el (dissociated-press):
8713         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
8714         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
8715         * mail/supercite.el (sc-eref-show):
8716         * mail/smtpmail.el (smtpmail-send-it):
8717         * mail/rmailsum.el (rmail-summary-next-labeled-message)
8718         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
8719         (rmail-summary-undelete-many, rmail-summary-rmail-update)
8720         (rmail-summary-goto-msg, rmail-summary-expunge)
8721         (rmail-summary-get-new-mail, rmail-summary-search-backward)
8722         (rmail-summary-add-label, rmail-summary-output-menu)
8723         (rmail-summary-output-body):
8724         * mail/rfc822.el (rfc822-addresses):
8725         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
8726         * mail/mailpost.el (post-mail-send-it):
8727         * mail/hashcash.el (hashcash-generate-payment):
8728         * mail/feedmail.el (feedmail-run-the-queue)
8729         (feedmail-queue-send-edit-prompt-help-first)
8730         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
8731         (feedmail-deduce-address-list):
8732         * eshell/esh-ext.el (eshell-remote-command):
8733         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
8734         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
8735         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
8736         (viper-save-string-in-file, viper-valid-marker):
8737         * emulation/viper-keym.el (viper-toggle-key):
8738         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
8739         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
8740         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
8741         * emulation/viper-cmd.el (viper-exec-form-in-vi)
8742         (viper-exec-form-in-emacs, viper-brac-function):
8743         * emulation/viper.el (viper-delocalize-var):
8744         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
8745         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
8746         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
8747         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
8748         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
8749         * emulation/edt.el (edt-electric-helpify):
8750         * emulation/cua-rect.el (cua--rectangle-aux-replace):
8751         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
8752         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
8753         (cua-indent-to-global-mark-column):
8754         * calendar/diary-lib.el (calendar-mark-1):
8755         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
8756         Use with-current-buffer.
8757         * emulation/viper.el (viper-delocalize-var): Use dolist.
8759 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
8761         * comint.el (comint-replace-by-expanded-history-before-point):
8762         Replace !! with the previous input string literally (Bug#1795).
8764 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
8766         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
8767         to be made up of whitespace.
8769 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
8771         * minibuffer.el (read-file-name): Don't use file dialogs for
8772         remote directories (Bug#99).
8774 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
8776         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
8778 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
8780         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
8781         instead of deleting the window or frame.
8783 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
8785         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
8786         Support face colors.
8788         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
8789         New function.  Support face colors (Bug#1168).
8790         (tex-common-initialization): Use it.
8792         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
8793         mode allows it (Bug#1168).
8795 2009-10-31  Juri Linkov  <juri@jurta.org>
8797         * facemenu.el (list-colors-display): Don't mark buffer as
8798         modified (Bug#3948).
8800 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
8802         * international/mule-diag.el (list-character-sets-1): Minor
8803         message fix (Bug#3526).
8805         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
8806         face property (Bug#4834).
8807         (etags-list-tags, etags-tags-apropos-additional)
8808         (etags-tags-apropos, tags-select-tags-table): Add follow-link
8809         property.
8811         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
8812         items.
8814         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
8815         items.
8817         * cedet/ede.el (ede-minor-mode):
8818         * cedet/semantic.el (semantic-mode): Toggle menu separators.
8820 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8822         * textmodes/two-column.el (2C-split):
8823         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
8824         * textmodes/tex-mode.el (tex-set-buffer-directory):
8825         * textmodes/spell.el (spell-region, spell-string):
8826         * textmodes/reftex.el (reftex-erase-buffer):
8827         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
8828         * textmodes/reftex-toc.el (reftex-toc-promote-action):
8829         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
8830         (reftex-select-item):
8831         * textmodes/reftex-ref.el (reftex-label-info-update)
8832         (reftex-offer-label-menu):
8833         * textmodes/reftex-index.el (reftex-index-change-entry)
8834         (reftex-index-phrases-info):
8835         * textmodes/reftex-global.el (reftex-create-tags-file)
8836         (reftex-save-all-document-buffers, reftex-ensure-write-access):
8837         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
8838         (reftex-view-crossref-from-bibtex):
8839         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
8840         (reftex-extract-bib-entries-from-thebibliography)
8841         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
8842         * textmodes/refbib.el (r2b-capitalize-title):
8843         (r2b-convert-buffer, r2b-help):
8844         * textmodes/page-ext.el (pages-directory)
8845         (pages-directory-goto-with-mouse):
8846         * textmodes/bibtex.el (bibtex-validate-globally):
8847         * textmodes/bib-mode.el (bib-capitalize-title):
8848         * textmodes/artist.el (artist-clear-buffer, artist-system):
8849         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
8850         (local-set-scheme-interaction-buffer, xscheme-process-filter)
8851         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
8852         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
8853         (xscheme-send-control-g-interrupt, xscheme-start-process)
8854         (xscheme-process-sentinel, xscheme-cd):
8855         * progmodes/verilog-mode.el (verilog-read-always-signals)
8856         (verilog-set-define, verilog-getopt-file)
8857         (verilog-module-inside-filename-p):
8858         * progmodes/sh-script.el:
8859         * progmodes/python.el (python-pdbtrack-get-source-buffer)
8860         (python-pdbtrack-grub-for-buffer, python-execute-file):
8861         * progmodes/octave-inf.el (inferior-octave):
8862         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8863         (idlwave-shell-compile-helper-routines, idlwave-set-local)
8864         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
8865         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
8866         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
8867         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
8868         (idlwave-shell-filter, idlwave-shell-examine-highlight)
8869         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
8870         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
8871         (idlwave-shell-examine-display, idlwave-shell-run-region)
8872         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
8873         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
8874         * progmodes/idlw-help.el (idlwave-help-get-special-help)
8875         (idlwave-help-get-help-buffer):
8876         * progmodes/gud.el (gud-basic-call, gud-find-class)
8877         (gud-tooltip-activate-mouse-motions-if-enabled):
8878         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8879         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
8880         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
8881         (ebrowse-tags-next-file):
8882         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
8883         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
8884         (ebnf-eps-finish-and-write):
8885         * progmodes/cpp.el (cpp-edit-save):
8886         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
8887         * progmodes/cc-defs.el (c-emacs-features):
8888         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
8889         (antlr-directory-dependencies):
8890         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
8891         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
8892         (ada-find-any-references, ada-make-filename-from-adaname)
8893         (ada-make-body-gnatstub):
8894         * obsolete/rnews.el (news-list-news-groups):
8895         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
8896         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
8897         * net/rcirc.el (rcirc-debug):
8898         * net/newst-treeview.el (newsticker--treeview-list-add-item)
8899         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
8900         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
8901         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
8902         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
8903         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
8904         (newsticker--treeview-list-clear-highlight)
8905         (newsticker--treeview-list-update-highlight)
8906         (newsticker--treeview-list-highlight-start)
8907         (newsticker--treeview-tree-update-highlight)
8908         (newsticker--treeview-get-selected-item)
8909         (newsticker-treeview-mark-list-items-old)
8910         (newsticker--treeview-set-current-node):
8911         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8912         * net/newst-backend.el (newsticker--get-news-by-funcall)
8913         (newsticker--get-news-by-wget, newsticker--image-get)
8914         (newsticker--image-sentinel):
8915         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
8916         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
8917         (eudc-ph-close-session):
8918         * net/eudc.el (eudc-save-options):
8919         * language/thai-word.el (thai-update-word-table):
8920         * language/japan-util.el (japanese-string-conversion):
8921         * international/titdic-cnv.el (tsang-quick-converter)
8922         (ziranma-converter, ctlau-converter):
8923         * international/mule-cmds.el (describe-language-environment):
8924         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
8925         (skkdic-convert-postfix, skkdic-convert-prefix):
8926         (skkdic-convert-okuri-nasi, skkdic-convert):
8927         * emacs-lisp/re-builder.el (reb-update-overlays):
8928         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
8929         * emacs-lisp/gulp.el (gulp-send-requests):
8930         * emacs-lisp/find-gc.el (trace-call-tree):
8931         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
8932         (eieio-describe-generic):
8933         * emacs-lisp/eieio-base.el (eieio-persistent-read):
8934         * emacs-lisp/edebug.el (edebug-outside-excursion):
8935         * emacs-lisp/debug.el (debugger-make-xrefs):
8936         * emacs-lisp/cust-print.el (custom-prin1-to-string):
8937         * emacs-lisp/chart.el (chart-new-buffer):
8938         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
8939         Use with-current-buffer.
8940         * textmodes/artist.el (artist-system): Don't call
8941         copy-sequence on a fresh string.
8942         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
8944 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
8946         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
8947         is no item to edit.  (Bug#4820)
8948         (todo-top-priorities): Restore point and restore narrowing in Todo
8949         buffer.  (Bug#4820)
8951 2009-10-31  Glenn Morris  <rgm@gnu.org>
8953         * net/ange-ftp.el (top-level): Don't require dired when compiling.
8954         (comint-last-output-start, comint-last-input-start)
8955         (comint-last-input-end): Don't defvar when compiling.
8956         (ange-ftp-process-file): Use bound-and-true-p.
8958         * pcmpl-rpm.el (top-level): Move provide statement to end.
8959         (pcmpl-rpm): Remove unused custom group.
8961         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
8963         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
8965         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8966         (byte-compile-warnings): Add `constants' as an option.
8967         (byte-compile-callargs-warn, byte-compile-arglist-warn)
8968         (display-call-tree): Update for byte-compile-fdefinition possibly
8969         returning `(macro lambda ...)'.  (Bug#4778)
8970         (byte-compile-variable-ref, byte-compile-setq-default):
8971         Respect `constants' member of byte-compile-warnings.
8973         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
8974         Use mapc rather than mapcar because the return value is never used.
8976         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
8977         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
8978         * cedet/semantic/html.el:
8979         Suppress harmless warnings about setting up semantic-imenu (not
8980         part of Emacs) variables.
8982 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8984         * vc-bzr.el (vc-bzr-revision-keywords): New var.
8985         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
8986         to "submit:".
8988         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
8989         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
8990         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
8991         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
8992         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
8993         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
8994         (semantic-analyzer-debug-global-symbol)
8995         (semantic-analyzer-debug-missing-innertype)
8996         (semantic-analyzer-debug-insert-include-summary):
8997         * cedet/semantic/util.el (semantic-file-tag-table):
8998         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
8999         (semantic-recursive-find-nonterminal-by-name):
9000         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
9001         * cedet/semantic/tag-file.el (semantic-prototype-file):
9002         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
9003         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
9004         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
9005         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
9006         (semantic-idle-summary-maybe-highlight):
9007         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
9008         (semantic-ia-sb-tag-info):
9009         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
9010         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
9011         * cedet/semantic/ede-grammar.el (project-compile-target):
9012         (ede-proj-makefile-insert-variables):
9013         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
9014         (semantic-debug-set-source-location, semantic-debug-interface-layout)
9015         (semantic-debug-mode, semantic-debug):
9016         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
9017         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
9018         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
9019         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
9020         (semanticdb-find-translate-path-includes--internal)
9021         (semanticdb-reset-log, semanticdb-find-log-activity):
9022         * cedet/semantic/db-file.el (object-write):
9023         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
9024         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
9025         (semanticdb-create-ebrowse-database):
9026         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
9027         * cedet/semantic/complete.el (semantic-displayor-focus-request)
9028         (semantic-collector-calculate-completions-raw)
9029         (semantic-complete-read-tag-analyzer):
9030         * cedet/semantic/analyze.el (semantic-analyze-pulse):
9031         * cedet/ede/util.el (ede-update-version-in-source):
9032         * cedet/ede/proj.el (project-delete-target):
9033         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
9034         (ede-proj-flush-autoconf):
9035         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
9036         (ede-proj-configure-synchronize):
9037         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
9038         * cedet/ede/linux.el (ede-linux-version):
9039         * cedet/ede/emacs.el (ede-emacs-version):
9040         * cedet/ede/dired.el (ede-dired-add-to-target):
9041         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
9042         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
9043         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
9044         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
9045         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
9046         (cedet-idutils-version-check):
9047         * cedet/cedet-global.el (cedet-gnu-global-call):
9048         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
9049         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
9050         * cedet/cedet-cscope.el (cedet-cscope-call)
9051         (cedet-cscope-expand-filename, cedet-cscope-version-check):
9052         Use with-current-buffer.
9053         * cedet/ede.el (ede-make-project-local-variable)
9054         (ede-set-project-variables, ede-set): Use dolist.
9056 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
9058         * textmodes/ispell.el (ispell-skip-region-alist):
9059         * international/mule-conf.el (eight-bit):
9060         * international/fontset.el (font-encoding-alist):
9061         * startup.el (pure-space-overflow-message):
9062         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
9063         * paths.el (gnus-nntp-service, rmail-spool-directory)
9064         (term-file-prefix):
9065         * files.el (save-some-buffers-action-alist):
9066         * cmuscheme.el (same-window-buffer-names):
9067         * ielm.el (same-window-buffer-names):
9068         * shell.el (same-window-buffer-names):
9069         * mail/sendmail.el (same-window-buffer-names):
9070         * progmodes/inf-lisp.el (same-window-buffer-names):
9071         * bindings.el (mode-line-client)
9072         (mode-line-column-line-number-mode-map):
9073         * language/tibetan.el (tibetan-precomposition-rule-regexp)
9074         (tibetan-precomposed-regexp): Purecopy string arguments.
9076 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9078         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
9079         (calcDigit-nondigit):
9080         * calc/calc-yank.el (calc-copy-to-buffer):
9081         * calc/calc-units.el (calc-invalidate-units-table):
9082         * calc/calc-trail.el (calc-trail-yank):
9083         * calc/calc-store.el (calc-insert-variables):
9084         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9085         * calc/calc-prog.el (calc-read-parse-table):
9086         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
9087         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
9088         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
9089         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
9090         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
9091         (calc-graph-name, calc-graph-find-command, calc-graph-view)
9092         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
9093         * calc/calc-ext.el (calc-realign):
9094         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
9095         (calc-embedded-finish-edit, calc-embedded-make-info)
9096         (calc-embedded-finish-command, calc-embedded-stack-change):
9097         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
9099         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
9100         (overload-docstring-extension): Use that info.
9101         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
9102         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
9103         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
9104         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
9105         (semantic-nonterminal-full-name): Add the new `when' info.
9106         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
9107         `assert'.
9109         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
9110         shell-dynamic-complete-filename in preference to
9111         comint-dynamic-complete-filename.
9113         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9114         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9115         Don't consider whether the display supports colors.
9116         (bookmark-import-new-list): Use dolist.
9117         (bookmark-bmenu-mode-map): Move initialization into declaration.
9118         (bookmark-bmenu-list): Use dolist, simplify.
9119         (bookmark-show-all-annotations): Use save-selected-window and dolist.
9120         (menu-bar-final-items): Use push.
9122 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
9124         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
9125         it works on remote files.
9126         (vc-hg-diff): Don't pass any `--cwd' argument.
9128 2009-10-27  Kevin Ryde  <user42@zip.com.au>
9130         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9131         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
9132         (Further to Bug#3921).
9134 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
9136         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
9137         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
9138         calling `tramp-imap-put-file'.  Add file size to the call.
9139         (tramp-imap-get-file-entries): Compute also user name, file size,
9140         and date.
9141         (tramp-imap-handle-insert-directory): Insert uid and gid.
9142         (tramp-imap-handle-file-attributes): Transform uid and gid
9143         according to `id-format'.
9144         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
9145         size in header X-Size.
9147 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
9149         * simple.el (transpose-subr): Give clearer error when the mark
9150         is not set.  (Bug#4807)
9152 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
9154         * net/tramp.el (tramp-perl-file-truename): New defconst.
9155         Perl code contributed by yary <not.com@gmail.com> (tiny change).
9156         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
9157         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
9158         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
9160         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
9161         Ignore `dired-call-process'.
9162         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
9164 2009-10-26  Julian Scheid  <julians37@gmail.com>
9166         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
9167         (tramp-get-remote-readlink): New defun.
9168         (tramp-handle-file-truename): Use it.
9169         (tramp-handle-file-exists-p): Check file-attributes cache, assume
9170         file exists if cache value present.
9171         (tramp-check-cached-permissions): New defun.
9172         (tramp-handle-file-readable-p): Use it.
9173         (tramp-handle-file-writable-p): Likewise.
9174         (tramp-handle-file-executable-p): Likewise.
9175         (tramp-handle-file-name-all-completions): Try using Perl to get
9176         partial completions.  When perl not available, combine `cd' and
9177         `ls' into single remote operation and use shell expansion to get
9178         partial remote directory contents.  Set `file-exists-p' cache for
9179         directory and any files returned by ls.  Change cache handling to
9180         support partial directory contents.  Use error message emitted by
9181         remote `cd' or Perl code for local tramp-error.
9182         (tramp-do-copy-or-rename-file-directly): Avoid separate
9183         tramp-send-command-and-check call.
9184         (tramp-handle-process-file): Merge three remote ops into one.
9185         Do not flush all caches when `process-file-side-effects' is set.
9186         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
9187         file-attributes shows uid/gid to be set already.
9189 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
9191         * textmodes/tex-mode.el (tex-dvi-view-command)
9192         (tex-show-queue-command, tex-open-quote):
9193         * progmodes/ruby-mode.el (auto-mode-alist)
9194         (interpreter-mode-alist): Purecopy strings.
9196         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
9198         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
9199         string for the hook, keymap and abbrev table.
9201         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
9203         * x-dnd.el (x-dnd-xdnd-to-action):
9204         * startup.el (fancy-startup-text, fancy-about-text): Change to
9205         defconst from defvar.
9207         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
9209         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
9210         Purecopy initialization strings.
9212         * mail/sendmail.el (mail-header-separator)
9213         (mail-personal-alias-file):
9214         * mail/rmail.el (rmail-default-dont-reply-to-names)
9215         (rmail-ignored-headers, rmail-retry-ignored-headers)
9216         (rmail-highlighted-headers, rmail-secondary-file-directory)
9217         (rmail-secondary-file-regexp):
9218         * files.el (null-device, file-name-invalid-regexp)
9219         (locate-dominating-stop-dir-regexp)
9220         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
9221         (interpreter-mode-alist): Use mapcar instead of mapc.
9223         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
9225         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
9226         (completion-ignored-extensions):
9227         (debug-ignored-errors): Purecopy strings.
9229 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9231         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
9232         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
9233         (pcomplete--here): Use push.
9235         * subr.el (all-completions): Declare the 4th arg obsolete.
9237 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9239         * pcomplete.el (pcomplete-unquote-argument-function): New var.
9240         (pcomplete-unquote-argument): New function.
9241         (pcomplete--common-suffix): Always pay attention to case.
9242         (pcomplete--table-subvert): Quote and unquote the text.
9243         (pcomplete--common-quoted-suffix): New function.
9244         (pcomplete-std-complete): Use it and pcomplete-begin.
9246         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
9247         we're inside a dedicated or minibuffer window.
9249 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9251         * cedet/semantic/fw.el (semantic-alias-obsolete)
9252         (semantic-varalias-obsolete): Make the `when' arg mandatory.
9253         (define-mode-overload-implementation):
9254         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
9255         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
9256         * cedet/semantic/util.el (semantic-file-token-stream)
9257         (semantic-something-to-stream):
9258         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
9259         (semantic-expand-nonterminal):
9260         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
9261         (semantic-find-dependency, semantic-find-nonterminal)
9262         (semantic-find-dependency):
9263         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
9264         (semantic-flex-text, semantic-flex-make-keyword-table)
9265         (semantic-flex-keyword-p, semantic-flex-keyword-put)
9266         (semantic-flex-keyword-get, semantic-flex-map-keywords)
9267         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
9268         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
9269         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
9270         (semantic-after-idle-scheduler-reparse-hooks):
9271         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
9272         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
9273         * cedet/semantic.el (semantic-toplevel-bovine-table)
9274         (semantic-toplevel-bovine-cache)
9275         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
9276         (semantic-init-mode-hooks, semantic-init-db-hooks)
9277         (semantic-bovination-working-type): Provide the `when' arg.
9279 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
9281         * bookmark.el: Update documentation, especially documentation
9282         of `bookmark-alist' and of the bookmark file format.
9283         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
9285 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
9287         * mail/emacsbug.el (report-emacs-bug): Clarify that the
9288         keybindings apply to the mail buffer (Bug#4003).  Shrink help
9289         window to buffer.
9291         * whitespace.el (whitespace-mode, whitespace-newline-mode)
9292         (global-whitespace-mode, global-whitespace-newline-mode)
9293         (whitespace-toggle-options, global-whitespace-toggle-options):
9294         Doc fix (Bug#3660).
9296         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
9297         of xmltok-start before the end tag was inserted (Bug#2840).
9299         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
9300         patterns that are preceded by an open-paren (Bug#1320).
9302 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
9304         * files.el (delete-directory): Delete symlinks to directories with
9305         delete-file (Bug#4739).
9307 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
9309         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
9310         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
9311         argument to make-obsolete.
9313         * cedet/semantic/fw.el (semantic-alias-obsolete)
9314         (semantic-varalias-obsolete): Add optional WHEN argument.
9316 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
9318         * vc.el (vc-backend-for-registration): Rename from
9319         vc-get-backend-for-registration.  Update callers.
9321         * international/mule-cmds.el (set-language-info-alist):
9322         Purecopy lang-env.
9323         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
9324         (charset): Purecopy the name.
9325         (define-char-code-property): Purecopy string arguments.
9327         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9328         Purecopy string arguments.
9330         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9331         * ediff-hook.el (menu-bar-ediff-menu):
9332         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
9333         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
9335 2009-10-24  Glenn Morris  <rgm@gnu.org>
9337         * comint.el (comint-dynamic-list-completions):
9338         * term.el (term-dynamic-list-completions): Use choose-completion rather
9339         than obsolete alias mouse-choose-completion.
9341         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
9342         file-cache-choose-completion.
9343         (file-cache-choose-completion): Handle an optional event argument.
9344         (file-cache-mouse-choose-completion): Make it an obsolete alias.
9346         * progmodes/octave-mod.el (octave-complete-symbol):
9347         Use choose-completion if mouse-choose-completion is ever removed.
9349         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9350         use.
9352         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9353         compiler.
9355         * vc-hooks.el (vc-responsible-backend): Fix declaration.
9357 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9359         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9360         Ignore `pred' now that we receive one.
9361         Handle test-completion specially.
9363 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9365         * vc.el (vc-responsible-backend): Throw an error if not backend is
9366         found.  Remove the REGISTER argument.  Move the code dealing with
9367         REGISTER ...
9368         (vc-get-backend-for-registration): ... here.  New function.
9369         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9370         of vc-responsible-backend, pass the file name instead of the
9371         directory name.
9373 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9375         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9376         New funs.
9377         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
9378         (pcomplete-comint-setup): Don't modify a global var via
9379         accidental side-effects.
9380         (pcomplete-shell-setup): Adjust call accordingly.
9381         (pcomplete-parse-comint-arguments): Use push.
9383 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
9385         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9386         Allow uncapitalized info node names (Bug#3921).
9388         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9389         to the DEBUG file (Bug#3781).
9391 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
9393         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9394         dictionary entry (Bug#4579).
9396 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
9398         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9399         from `rfn-eshadow-update-overlay-hook' when unloading.
9400         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9401         "rsyncc".  Adjust doc string.
9402         (tramp-temp-buffer-file-name): New buffer-local defvar.
9403         (tramp-handle-insert-file-contents, tramp-handle-write-region):
9404         Keep temporary file when indicated by method ("rsync" and
9405         "rsyncc").
9406         (tramp-handle-write-region): Handle APPEND.
9407         (tramp-delete-temp-file-function): New defun.  Added to
9408         `kill-buffer-hook'.
9410 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
9412         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9414 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9416         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9417         (color-name-rgb-alist, tty-standard-colors)
9418         (tty-color-mode-alist): Change to defconst.
9420         * simple.el (mark-inactive): Purecopy message.
9422         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9423         (global-map, yank-menu):
9424         * textmodes/ispell.el (ispell-menu-map):
9425         * net/eudc.el (eudc-tools-menu):
9426         * international/mule-cmds.el (describe-language-environment-map)
9427         (setup-language-environment-map, set-coding-system-map)
9428         (mule-menu-keymap):
9429         * vc-hooks.el (vc-menu-entry, vc-menu-map):
9430         * replace.el (occur-mode-map):
9431         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9433 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
9435         * calc/calc.el (math-read-number, math-read-number-simple): Use
9436         `save-match-data'.
9438 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9440         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9441         rather than fiddling with global-map bindings, since it should only
9442         affect per-terminal settings.
9443         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9445         * minibuffer.el (completion-table-with-terminator): Allow to specify
9446         the terminator-regexp.
9448         * simple.el (switch-to-completions): Look for *Completions* in other
9449         frames as well.
9451         * pcomplete.el: Allow the use of completion-tables.
9452         (pcomplete-std-complete): New command.
9453         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9454         (pcomplete--here): Use a function for `form' rather than an expression,
9455         so it can be byte-compiled.
9456         (pcomplete-here, pcomplete-here*): Adjust accordingly.
9457         Add edebug declaration.
9458         (pcomplete-show-completions): Remove unused var `curbuf'.
9459         (pcomplete-do-complete, pcomplete-stub):
9460         Don't assume `completions' is a list of strings any more.
9462 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
9464         * find-dired.el (find-name-arg): Fix typo in docstring.
9466 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9468         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9469         (pcmpl-linux-fs-types): Same, and update to new modules layout.
9471         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9472         pcomplete-entries.
9474         * comint.el (comint-read-input-ring, comint-write-input-ring)
9475         (comint-substitute-in-file-name)
9476         (comint-dynamic-complete-as-filename)
9477         (comint-dynamic-simple-complete)
9478         (comint-dynamic-list-filename-completions)
9479         (comint-dynamic-list-completions)
9480         (comint-redirect-results-list-from-process): Minor simplifications.
9482 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9484         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9485         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9486         the first form.  And insert a blank line after ";;; Code" since
9487         that's usual style.  (Bug#4612)
9489         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9491 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9493         * minibuffer.el (completion-table-with-terminator): Properly implement
9494         boundaries, in case `terminator' appears in the suffix.
9495         (completion--embedded-envvar-table): Don't return boundaries if
9496         there's no valid completion.  Simplify.
9497         (completion-file-name-table): New completion table extracted from
9498         completion--file-name-table.
9499         (completion--file-name-table): Use it.
9500         (read-file-name-predicate): Declare obsolete.
9501         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9502         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9503         completion-file-name-table, and use the `pred' argument.
9504         * files.el (locate-file-completion-table): Use the `pred' arg rather
9505         than read-file-name-predicate.
9506         (abbreviate-file-name): Use \` rather than ^ for BOS.
9508 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
9510         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9511         vc-responsible-backend to register, it causes problems.
9513 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9515         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9517 2009-10-21  Eric Ludlam  <zappo@gnu.org>
9519         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9520         (semantic-c-debug-mode-init-pch): New functions.
9521         (semantic-c-debug-mode-init-last-mode): New var.
9522         (semantic-c-parse-lexical-token): Use them.
9524         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9525         When extracting the argument list, limit only by point-max.
9527 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
9529         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9530         (tramp-smb-handle-file-attributes): Use it.
9531         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9532         (tramp-smb-handle-insert-directory): Use `mapc' rather than
9533         `mapcar'.  Use `tramp-smb-get-stat-capability'.
9534         Add `dired-filename' text properties.
9535         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9536         (tramp-smb-maybe-open-connection): Simplify check for smbclient
9537         version.
9539 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9541         * subr.el (read-key-delay): Reduce to 0.01.
9542         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9543         (bug#4751).
9545 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9547         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9549         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9550         (Info-menu): Remove unused vars `last' and `completions'.
9551         (Info-index-nodes): Remove unused var `node'.
9553         * info.el (Info-complete-menu-item): Use complete-with-action.
9555 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
9557         Make vc-annotate work through copies and renames.
9558         * vc-annotate.el (vc-annotate-extract-revision-at-line):
9559         Return the file name too.
9560         (vc-annotate-revision-at-line)
9561         (vc-annotate-find-revision-at-line)
9562         (vc-annotate-revision-previous-to-line)
9563         (vc-annotate-show-log-revision-at-line): Update to get the file
9564         name from vc-annotate-extract-revision-at-line.
9565         (vc-annotate-show-diff-revision-at-line-internal): Change the
9566         argument to mean whether to show a file diff or not.  Get the file
9567         name from vc-annotate-extract-revision-at-line.
9568         (vc-annotate-show-diff-revision-at-line):
9569         Update vc-annotate-show-diff-revision-at-line call.
9570         (vc-annotate-warp-revision): Add an optional file argument.
9572         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9573         (vc-git-annotate-extract-revision-at-line): Also return the file
9574         name if found.
9576         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9577         command.  Remove unused code.
9578         (vc-hg-annotate-re): Update to match --follow output.
9579         (vc-hg-annotate-extract-revision-at-line): Also return the file
9580         name if found.
9582         * vc.el: Update annotate-extract-revision-at-line documentation.
9584 2009-10-18  Kevin Ryde  <user42@zip.com.au>
9586         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9587         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9589         * net/browse-url.el (browse-url): Identify alist with "consp and
9590         not functionp" and let all other things go down the `apply' leg,
9591         as suggested by Stefan.  (Further to bug#4531.)
9593 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
9595         * minibuffer.el (read-file-name): Check for repeat before putting
9596         a default argument in file-name-history (Bug#4657).
9598         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9599         read syntax (Bug#4737).
9601         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9603 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9605         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9606         (html-tag-alist, html-tag-help): Add descriptions for undocumented
9607         entries and make note of obsolete tags.
9609 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9611         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9613 2009-10-18  Glenn Morris  <rgm@gnu.org>
9615         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9616         grep, so that binary files (eg international/uni-bidi.el) can match.
9617         Remove test for "UnicodeData" files, since it is hopefully unnecessary
9618         now, and in any case the file header format has changed.
9620 2009-10-17  Glenn Morris  <rgm@gnu.org>
9622         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9623         (flyspell-get-word, flyspell-large-region)
9624         (flyspell-auto-correct-previous-word): Doc/error message fixes.
9626 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9628         * Makefile.in (ELCFILES): Add ede/shell.
9630 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
9632         * term/common-win.el (x-colors): Purecopy it.
9634 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9636         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9637         permissive for when the buffer is empty.
9638         (tar-header-block-tokenize): Decode the username and groupname.
9639         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9641 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9643         * cedet/srecode/srt.el:
9644         * cedet/srecode/compile.el:
9645         * cedet/semantic/mru-bookmark.el:
9646         * cedet/semantic/debug.el:
9647         * cedet/semantic/complete.el:
9648         * cedet/semantic/analyze.el: Require CL when compiling.
9650 2009-10-17  Eric Ludlam  <zappo@gnu.org>
9652         * cedet/semantic/scope.el
9653         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
9654         tmpscope so that the regular scope will continue to work.
9656         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
9657         Use semantic-idle-summary-highlight-face as the highlighting.
9659         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
9660         contains multibyte characters, choose first applicable coding
9661         system automatically.
9663         * cedet/ede/project-am.el (project-run-target): New method.
9664         (project-run-target): New method.
9666         * cedet/ede.el (ede-target): Add run target menu item.
9667         (ede-project, ede-minor-keymap): Add ede-run-target binding.
9668         (ede-run-target): New function.
9669         (ede-target::project-run-target): New method.
9671         * cedet/ede/proj.el (project-run-target): New method.
9673         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
9674         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
9675         Add :rules.
9676         (ede-proj-target-makefile-shared-object): Only libtool compilers
9677         now available.  Add linkers for libtool.
9678         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
9679         (ede-proj-makefile-target-name): Always use .la extension.
9681         * cedet/ede/proj-prog.el (project-run-target): New method.
9683         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
9684         (ede-g++-linker): Change Change link lines.
9686         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
9687         When searching for old variables, go to the end of the buffer and
9688         search backward from there.
9689         (ede-proj-makefile-automake-insert-subdirs)
9690         (ede-proj-makefile-automake-insert-extradist): New methods.
9691         (ede-proj-makefile-create): Use them.
9693         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
9694         Force FILE to expand to the current target.  Use file-exists-p to
9695         check that it exists.
9697         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
9698         (ede-linux-load): Wrap dir in file-name-as-directory.
9699         Set :version slot.
9701         * cedet/ede/files.el (ede-get-locator-object): When enabling
9702         locate, do so on "top".
9704         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
9705         file-name-as-directory during compare.
9706         (ede-emacs-version): Return Emacs/XEmacs differentiator.
9707         Get version number from different places.  Don't call egrep.
9708         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
9709         to set the directory.
9711         * cedet/ede/shell.el: New file.
9713         * cedet/inversion.el (inversion-decoders): Allow for stray . in
9714         alpha/beta variants.
9716 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9718         * international/mule-cmds.el (select-safe-coding-system): If the file
9719         has a coding cookie, use it regardless of any other setting (bug#4712).
9721 2009-10-17  Glenn Morris  <rgm@gnu.org>
9723         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
9724         All errors should have messages.
9726         * foldout.el (foldout-mouse-swallow-events):
9727         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
9729         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
9730         (dired-keep-marker-copy, dired-keep-marker-hardlink)
9731         (dired-keep-marker-symlink, dired-dwim-target)
9732         (dired-copy-preserve-time): Do not autoload these defcustoms.
9734         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
9735         messages from messing up the file coding.  (Bug#4623)
9737 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
9739         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
9740         if no match is found for the current dictionary.  (Bug#4578)
9742         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
9743         optional, since that is how it is documented, and this is often called
9744         with a nil argument.  (Bug#4577)
9745         (flyspell-external-point-words, flyspell-auto-correct-word)
9746         (flyspell-correct-word-before-point, flyspell-word-search-forward)
9747         (flyspell-word-search-backward): Remove nil argument in calls to
9748         flyspell-get-word, since it is not needed now.
9750 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
9752         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
9754 2009-10-16  Glenn Morris  <rgm@gnu.org>
9756         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
9758 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
9760         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
9761         (ange-ftp-file-size): New function.
9762         (ange-ftp-file-attributes): Use it.
9764 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
9766         * net/tramp-smb.el (tramp-smb-version): New defvar.
9767         (tramp-smb-maybe-open-connection): Use it, in order to avoid
9768         repeated checks.
9770 2009-10-16  Glenn Morris  <rgm@gnu.org>
9772         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9773         Maybe copy some custom properties from old to new name.  (Bug#4706)
9775 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
9777         * subr.el (error, sit-for, start-process-shell-command)
9778         (start-file-process-shell-command): Set the calling convention
9779         after the function definition.
9781 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9783         * subr.el (error, sit-for, start-process-shell-command)
9784         (start-file-process-shell-command): Use the new
9785         set-advertised-calling-convention feature.
9787 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
9789         * international/ucs-normalize.el (ucs-normalize-version):
9790         Change to 1.2.
9791         (check-range): Adjust for Unicode 5.2.
9793 2009-10-15  Juri Linkov  <juri@jurta.org>
9795         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
9796         to the `menu-item' format.
9798 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
9800         * net/tramp.el (tramp-replace-environment-variables): Do not fail
9801         if the environment variable does not exist.
9803         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9804         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
9805         parameter.
9806         (tramp-smb-handle-add-name-to-file)
9807         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9808         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9809         (tramp-smb-handle-file-attributes)
9810         (tramp-smb-do-file-attributes-with-stat)
9811         (tramp-smb-handle-file-local-copy)
9812         (tramp-smb-handle-insert-directory)
9813         (tramp-smb-handle-make-directory)
9814         (tramp-smb-handle-make-directory-internal)
9815         (tramp-smb-handle-make-symbolic-link)
9816         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
9817         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
9818         (tramp-smb-maybe-open-connection): Apply the changed parameters.
9819         (tramp-smb-read-file-entry): Read Disk names in compressed format.
9820         Handle long file names.
9821         (tramp-smb-get-cifs-capabilities): Check, whether the connection
9822         process is running.
9823         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
9824         Read share names with "-g" option.
9826 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
9828         * net/rcirc.el (rcirc-view-log-file): New command.
9829         (rcirc-track-minor-mode-map): Remove C-c ` binding.
9830         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
9831         specified.
9833 2009-10-15  Glenn Morris  <rgm@gnu.org>
9835         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
9836         from the second command-line argument.
9837         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
9838         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
9839         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
9840         w32-batch-update-autoloads.
9841         * emacs-lisp/autoload.el (autoload-make-program): New variable.
9842         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
9844         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
9845         the headers cannot be located.  Simplify, subtracting superflous
9846         save-excursions.
9848 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9850         Replace completion-base-size by completion-base-position to fix bugs
9851         such as (bug#4699).
9852         * simple.el (completion-base-position): New var.
9853         (completion-base-size): Mark as obsolete.
9854         (choose-completion): Make it work for mouse events as well.
9855         Pass the new base-position to choose-completion-string.
9856         (choose-completion-guess-base-position): New function, extracted from
9857         choose-completion-delete-max-match.
9858         (choose-completion-delete-max-match): Use it.  Make obsolete.
9859         (choose-completion-string): Use the new base-position info.
9860         (completion-root-regexp): Delete.
9861         (completion-setup-function): Preserve completion-base-position.
9862         Eliminate obsolete base-size manipulation.
9863         * minibuffer.el (display-completion-list): Don't mess with base-size.
9864         (minibuffer-completion-help): Set completion-base-position instead.
9865         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
9866         choose-completion.
9867         * textmodes/bibtex.el (bibtex-complete):
9868         * emacs-lisp/crm.el (crm--choose-completion-string):
9869         Adjust to new calling convention.
9870         * complete.el (partial-completion-mode): Use minibufferp to avoid
9871         bumping into incompatible change to choose-completion-string-functions.
9872         * ido.el (ido-choose-completion-string): Make its calling convention
9873         more permissive.
9874         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
9875         base-size manipulation.
9876         (comint-dynamic-list-input-ring): Use dotimes and push.
9877         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
9878         fundamental-mode.  Use `or'.
9880 2009-10-14  Juri Linkov  <juri@jurta.org>
9882         * misearch.el (multi-isearch-next-buffer-from-list)
9883         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
9885 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9887         * Makefile.in (compile-onefile): Load `bytecomp' rather than
9888         `bytecomp.el'.
9890         * minibuffer.el (completion-pcm--merge-completions): Make sure the
9891         string we return is all made up of text from the completions rather
9892         than part from the completions and part from the input (bug#4219).
9894         * ido.el (ido-everywhere): Use define-minor-mode.
9896         * buff-menu.el (list-buffers, ctl-x-map):
9897         Mark the entry points with ;;;###autoload cookies.
9899 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
9901         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
9902         correctly in the detached head case.
9903         (vc-git-print-log): Remove unused binding.
9905         * vc.el (vc-responsible-backend): When a directory is passed for
9906         for registration create a VC repository if no backend is
9907         responsible for the directory argument.
9908         (vc-deduce-fileset): Tell vc-responsible-backend to register.
9910         * vc.el: Move comments about RCS and SCCS ...
9911         * vc-rcs.el:
9912         * vc-sccs.el: ... here, respectively.
9914 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9916         * minibuffer.el (completion--file-name-table): Return nil if there's
9917         no file completion, even if substitute-in-file-name changed
9918         the string (bug#4708).
9920 2009-10-13  Juri Linkov  <juri@jurta.org>
9922         * files-x.el (read-file-local-variable-value): Don't filter out
9923         minor modes from mode name completion (bug#4664).
9925 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
9927         * international/mule-cmds.el (ucs-names): Remove exclusion of
9928         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
9930 2009-10-13  Kenichi Handa  <handa@m17n.org>
9932         * international/uni-name.el: Regenerated.
9934 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
9936         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
9937         should be automatically buffer-local, but isn't.)
9939 2009-10-12  Sam Steingold  <sds@gnu.org>
9941         * progmodes/compile.el (compilation-next-error-function): Fix the
9942         timestamps if the buffer has been visited before.
9943         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
9944         non-anchored patterns, like the perl one (bug#3928).
9946 2009-10-12  Glenn Morris  <rgm@gnu.org>
9948         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
9949         Let-bind `size'.
9951 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
9953         * proced.el (proced-unload-function): New function.
9955         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
9956         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
9957         Doc fix.
9959         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
9961 2009-10-11  Juri Linkov  <juri@jurta.org>
9963         * files-x.el (read-file-local-variable-value):
9964         Provide default value only for bound variables (bug#4664).
9966 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
9968         * net/tramp.el (tramp-local-host-p): Function shall return nil for
9969         connection methods like smb.
9971         * net/tramp-cache.el (tramp-flush-connection-property): The hash
9972         can be empty.
9974         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9975         (tramp-smb-file-name-handler-alist): Add handlers for
9976         `add-name-to-file', `make-symbolic-link'.
9977         (tramp-smb-handle-add-name-to-file)
9978         (tramp-smb-do-file-attributes-with-stat)
9979         (tramp-smb-handle-make-symbolic-link)
9980         (tramp-smb-get-cifs-capabilities): New defuns.
9981         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9982         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9983         (tramp-smb-handle-file-local-copy)
9984         (tramp-smb-handle-make-directory-internal)
9985         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9986         The file name syntax depends on cifs capabilities.
9987         (tramp-smb-handle-file-attributes):
9988         Call `tramp-smb-do-file-attributes-with-stat' if possible.
9989         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
9990         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
9992 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
9994         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
9995         (eieio-defclass): Apply deftype handler and setf-method properties
9996         directly.
9997         (eieio-add-new-slot): Avoid union function from cl library.
9998         (eieio--typep): New function.
9999         (eieio-perform-slot-validation): Use it.
10001 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
10003         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
10004         Update documentation to refer to the variables documented in r1.135.
10005         (Bug#4188)
10007 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
10009         * bookmark.el (Info-suffix-list): Remove this unused variable.
10010         (bookmark-current-point): Remove this obsolete variable.
10011         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
10012         Adjust for removal of bookmark-current-point.
10014         (bookmarks-already-loaded, bookmark-current-buffer)
10015         (bookmark-yank-point): Document.  (Bug#4188)
10017 2009-10-10  Glenn Morris  <rgm@gnu.org>
10019         * frame.el (frame-height): Doc fix.
10021         * calendar/calendar.el (calendar-split-width-threshold): New option.
10022         (calendar-basic-setup): Use calendar-split-width-threshold.
10024 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
10026         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
10027         Use .la for Automake.
10029 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
10031         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
10032         Use "autoreconf -i".  Suggested by Andreas Schwab.
10034 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
10036         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
10037         Ideographic Supplement" range (U+1F200..U+1F2FF).
10039 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
10041         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
10042         since the list will have been rebuilt anyway.  (Bug#4349)
10044 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
10046         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
10047         (bookmark-bmenu-execute-deletions): Don't save here, as
10048         bookmark-delete will now do so if necessary.
10049         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
10050         (Bug#4348)
10052 2009-10-09  Glenn Morris  <rgm@gnu.org>
10054         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
10056 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
10058         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
10059         (bookmark-jump-other-window): Just invoke bookmark-jump with new
10060         argument now, so the two function's behaviors will match.  (Bug#3645)
10062 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
10064         * cedet/ede/proj.el (project-make-dist, project-compile-project):
10065         Fix filename test.
10066         (ede-proj-dist-makefile): Use expand-file-name instead of concat
10067         to expand file names.
10069 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
10071         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
10072         (tramp-file-name-real-host, tramp-file-name-port):
10073         Apply `save-match-data'.
10075         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
10076         case both directories are remote.
10077         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
10078         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
10080 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
10082         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
10083         (ede-proj-target-makefile-objectcode): Use it.
10085         * cedet/ede/source.el (ede-want-any-source-files-p)
10086         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
10087         Return search result.  This error was introduced while merging.
10089 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
10091         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
10093 2009-10-07  Glenn Morris  <rgm@gnu.org>
10095         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
10096         of concat.
10098 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10100         * files-x.el (read-file-local-variable): Include some
10101         non-user-variables in the completion table (bug#4664).
10103 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
10105         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
10106         message.
10108         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10109         (tramp-smb-file-name-handler-alist): Add handler for
10110         `copy-directory', `expand-file-name', `set-file-modes'.
10111         (tramp-smb-handle-copy-directory)
10112         (tramp-smb-handle-expand-file-name)
10113         (tramp-smb-handle-set-file-modes): New defuns.
10114         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
10115         (tramp-smb-handle-file-attributes): Simplify check for retrieving
10116         entry.
10117         (tramp-smb-handle-insert-directory): Don't flush the cache.
10118         (tramp-smb-maybe-open-connection): Check for samba client and
10119         server versions.
10121 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
10123         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
10124         to not error out of search for "^lisp=" fails.
10126 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
10128         * makefile.w32-in (WINS_UPDATES): New macro.
10129         (custom-deps, finder-data, autoloads): Use it.
10131 2009-10-07  Glenn Morris  <rgm@gnu.org>
10133         * Makefile.in (autoloads): Revert previous change.
10134         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
10135         the list of preloaded files passed on the command-line, get
10136         it from src/Makefile.
10138         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
10139         show the original buffer rather than a random one.
10141 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
10143         * help.el (describe-no-warranty): Place point in a slightly better
10144         position in the GPLv3 text.
10146 2009-10-06  Sam Steingold  <sds@gnu.org>
10148         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
10149         the comm attribute is present before calling regexp-quote.
10151 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
10153         * play/animate.el (animate-string): For good effect, make sure
10154         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
10156         * play/animate.el (animate-sequence, animate-birthday-present):
10157         * misc.el (butterfly): Don't set `indent-tabs-mode'.
10159 2009-10-06  Glenn Morris  <rgm@gnu.org>
10161         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
10163         * emacs-lisp/autoload.el (autoload-excludes): New variable.
10164         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
10165         (batch-update-autoloads): Process a string value of autoload-excludes,
10166         set during the build process.
10167         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
10169         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
10170         inside with-parsed...  macro so that `v' is defined.
10172         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
10173         * progmodes/fortran.el (fortran-end-of-block)
10174         (fortran-beginning-of-block):
10175         Also push mark in the macro case.
10177         * emerge.el (emerge-show-file-name):
10178         * calc/calc.el (calc-quit):
10179         * calc/calc-misc.el (calc-big-or-small):
10180         * calc/calc-graph.el (calc-graph-view):
10181         * calc/calc-ext.el (calc-reset):
10182         * calendar/calendar.el (calendar-basic-setup):
10183         Use window-full-height-p.
10185         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
10186         header we don't understand, don't insert another.  (Bug#4624)
10187         If changing mime charset, insert the new one in the right place.
10189 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
10191         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
10192         (cal-tex-cursor-month): Correctly increment the end date for diary and
10193         holiday listing.  (Bug#4626)
10195 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10197         * help-fns.el (describe-function-1): Don't burp if the function is not
10198         a symbol.
10200 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
10202         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
10203         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
10204         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
10205         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
10207         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
10208         (eieio-default-superclass): Reflow docstrings.
10209         (this, class-option-assoc, defclass, eieio-class-un-autoload)
10210         (eieio-unbind-method-implementations, defmethod)
10211         (eieio-validate-slot-value, eieio-validate-class-slot-value)
10212         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
10213         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
10214         (eieio-slot-originating-class-p, eieio-slot-name-index)
10215         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
10216         (constructor, initialize-instance, no-next-method, object-print)
10217         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
10218         Fix typos in docstrings.
10219         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
10220         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
10221         (next-method-p): Doc fixes.
10222         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
10223         Fix typos in error messages.
10224         (eieio-defmethod): Fix typo in description of generic method.
10226         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
10227         (eieio-persistent-save-interactive, slot-missing):
10228         Fix typos in docstrings.
10229         (eieio-instance-inheritor-slot-boundp): Doc fix.
10231         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
10232         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
10234         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
10235         (eieio-custom-object-apply-reset):
10236         Fix typos in docstrings and error messages.
10238         * emacs-lisp/eieio-datadebug.el (data-debug-show):
10239         Fix typo in docstring.
10241         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
10242         (eieio-browse-tree): Doc fix.
10243         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
10244         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
10245         Fix typos in docstrings.
10247         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
10248         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
10249         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
10250         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
10251         Reflow docstrings.
10253 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
10255         * vc-hg.el (log-view-vc-backend): Declare for compiler.
10256         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
10257         Set log-view-vc-backend so that diff can work.
10259         * log-view.el (log-view-diff): Use vc-diff-internal instead of
10260         vc-version-diff.
10261         (vc-diff-internal): Autoload this instead of vc-version-diff.
10263 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
10265         * simple.el (eval-expression): Doc fix.
10267         * progmodes/cwarn.el (cwarn-mode): Doc fix.
10269 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
10271         * files.el (directory-files-no-dot-files-regexp): New defconst.
10272         (delete-directory): Use it.
10273         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
10275         * net/tramp.el (tramp-verbose): Fix docstring.
10276         (tramp-methods): Add recursive option to `tramp-copy-args'.
10277         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
10278         "scp1_old", "scp2_old", "rsync", "rsyncc".
10279         (tramp-default-method): Check also for `auth-source-user-or-password'.
10280         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10281         Add handler for `copy-directory'.
10282         (tramp-handle-copy-directory): New defun.
10283         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
10284         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
10285         Optimize sent command.
10287 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10289         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
10290         window if necessary.
10292         * calendar/calendar.el (calendar-basic-setup): Don't call
10293         switch-to-buffer in a dedicated window.
10295 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
10297         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
10298         don't do anything related to relocating, just return nil.
10299         (bookmark-error-no-filename): New error.
10300         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
10301         bookmark has no file.  Don't even attempt to handle things that
10302         are not files; the whole point of custom handlers is to keep that
10303         knowledge elsewhere anyway.  Tighten some comments.
10304         (bookmark-file-or-variation-thereof): Remove now-unused function.
10305         (bookmark-location): Doc string fix.
10306         (Bug#4250)
10308 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10310         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
10311         don't use a file dialog, because they usually don't know how to read
10312         a directory target from the user.  (Bug#4230)
10313         Also, make sure the prompt can display directories as well as files.
10315 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10317         * bookmark.el (bookmark-set, bookmark-buffer-name):
10318         Improve doc strings.  (Bug#1193)
10320 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10322         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
10323         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
10324         (bookmark-get-annotation, bookmark-set-annotation)
10325         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10326         (bookmark-set-position, bookmark-get-front-context-string)
10327         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10328         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
10329         (bookmark-jump-other-window, bookmark-handle-bookmark)
10330         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
10331         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
10332         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
10333         Improve doc strings to say whether bookmark can be a string or
10334         a record or both, and make other consistency and clarity fixes.
10335         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
10336         (bookmark-default-annotation-text, bookmark-yank-word)
10337         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
10338         (bookmark-import-new-list, bookmark-maybe-rename)
10339         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10340         (bookmark-bmenu-bookmark): Give these doc strings.
10341         (bookmark-bmenu-check-position): Give this a doc string, but also
10342         add a FIXME comment about how the function may be pointless.
10343         (bookmark-default-handler): Rework doc string and change a
10344         parameter name, to clarify that this takes a bookmark record
10345         not a bookmark name.
10346         (bookmark-set): Change a parameter name to indicate its meaning,
10347         and improve the doc string a bit.
10348         (Bug#4188)
10350 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10352         * bookmark.el (bookmark-alist): Document the new `handler' element
10353         in the param alist.
10354         (bookmark-make-record-function): Adjust documentation for above.
10355         (Bug#4193)
10357 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10359         * info.el (Info-bookmark-make-record): Document this function.
10360         (Info-bookmark-jump): Document with a doc string, not just a comment.
10361         (Bug#4203)
10363 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10365         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
10366         (semantic-new-buffer-fcn): Call parser setup functions here.
10367         (semantic-mode): Don't call parser setup functions here, it's done
10368         in semantic-new-buffer-fcn now.
10369         (semantic-mode): Parse all existing buffers when enabled.
10371         * cedet/srecode/compile.el (srecode-compile-file):
10372         Call semantic-new-buffer-fcn if the buffer has not been parsed.
10374 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10376         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10378         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10379         (proj-comp-insert-variable-once): New macro, renamed from
10380         ede-pmake-insert-variable-once in ede/pmake.edl.
10381         (ede-proj-makefile-insert-variables): Use it.
10383 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
10385         * files.el (copy-directory): New defun.
10387         * dired-aux.el (dired-copy-file-recursive): Use it.
10389 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10391         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10392         (makefile-end-of-command):
10393         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10394         (semantic-end-of-context): Fix previous change.  Doc fixes.
10396 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10398         * files-x.el (modify-dir-local-variable)
10399         (copy-dir-locals-to-file-locals-prop-line):
10400         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10401         (makefile-end-of-command):
10402         * cedet/semantic/lex.el (semantic-lex-token):
10403         * cedet/semantic/analyze/fcn.el
10404         (semantic-analyze-dereference-metatype-1):
10405         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10406         (semantic-lex-cpp-undef):
10407         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10408         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10409         (semantic-end-of-context): Fix typos in docstrings.
10411         * recentf.el (recentf-unload-function): New function.
10413 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10415         * cedet/ede.el (ede-project-placeholder-cache-file):
10416         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10417         * cedet/srecode/map.el (srecode-map-save-file):
10418         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
10420 2009-10-04  Glenn Morris  <rgm@gnu.org>
10422         * window.el (window-full-height-p): Add doc string.
10424 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
10426         * window.el (window-full-height-p): New function.  (Bug#4543)
10428 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
10430         * cedet/srecode/insert.el: Require srecode/args.
10432         * cedet/srecode/args.el: Require srecode/dictionary instead of
10433         srecode/insert.
10435         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10437         * files.el (auto-mode-alist): Add .srt and Project.ede.
10439         * cedet/semantic.el (semantic-mode):
10440         Handle srecode-template-mode-hook as well.
10441         (semantic-mode): Use js-mode-hook for Javascript hook.
10443         * cedet/srecode/template.el: Remove hook variable.
10445         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10447         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10448         projects exist.
10449         (ede-project-placeholder-cache-file): Default to a file in
10450         user-emacs-directory.
10452         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10453         templates in data-directory.
10454         (srecode-map-save-file): Default to a file in user-emacs-directory.
10456         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10457         directory.
10459 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10461         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10462         Doc fix.
10464         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10465         Only insert each variable once.
10467         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10468         (ede-pmake-insert-variable-shared): Use it.
10470         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10471         for lexical table iff table is nil.
10473 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
10475         * vc.el: Remove commented out code.
10476         (vc-derived-from-dir-mode): Remove, unused.
10477         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10479 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
10481         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10482         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
10483         there could be recursive loading when `default-directory' is a
10484         remote file name.  (Bug#4614)
10486 2009-10-03  Glenn Morris  <rgm@gnu.org>
10488         * calendar/calendar.el (calendar-basic-setup): Handle the case where
10489         the frame is wide.
10490         (calendar-generate-window): Test for shrinkability rather than width.
10492         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10493         declaration, currently false.
10495         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10496         reusing existing buffers, in case we happen to visit two files with the
10497         same basename.  (Bug#4593)
10499 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10501         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10502         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10503         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10504         subdirs of cedet as well.
10505         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10507 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10509         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10510         Obey advertised-signature-table.
10512         * help-fns.el (help-function-arglist): Don't check
10513         advertised-signature-table.
10514         (describe-function-1): Do it here instead so it also applies to subrs.
10516 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
10518         * simple.el (start-file-process): Say in the doc-string, that file
10519         handlers might not support pty association, if PROGRAM is nil.
10521         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10522         HOST and USER are strings.  They are nil, when there are
10523         incomplete entries in ~/.netrc, for example.
10524         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
10525         root directory ("device busy" error otherwise).
10527         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10528         Flush file properties of created directory.
10530 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10532         * makefile.w32-in (WINS_BASIC): Remove cedet.
10533         (WINS_CEDET): Add cedet.
10534         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10536 2009-10-02  Kevin Ryde  <user42@zip.com.au>
10538         * net/browse-url.el (browse-url): Pass any symbol in
10539         browse-url-browser-function to `apply', since if you've mistakenly put
10540         an unbound symbol then the error is clearer.  (Bug#4531)
10542 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10544         * allout.el (allout-init, allout-back-to-current-heading)
10545         (allout-beginning-of-current-entry, allout-ascend-to-depth)
10546         (allout-ascend, allout-up-current-level, allout-end-of-level)
10547         (allout-previous-visible-heading, allout-forward-current-level)
10548         (allout-backward-current-level, allout-show-children):
10549         * apropos.el (apropos-describe-plist):
10550         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10551         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10552         * completion.el (add-completion, add-permanent-completion):
10553         * descr-text.el (describe-text-category, describe-char):
10554         * desktop.el (desktop-lazy-abort):
10555         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10556         * dired.el (dired-build-subdir-alist):
10557         * ediff.el (ediff-version):
10558         * elide-head.el (elide-head, elide-head-show):
10559         * emerge.el (emerge-version):
10560         * env.el (getenv):
10561         * face-remap.el (variable-pitch-mode):
10562         * faces.el (describe-face):
10563         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10564         (dired-at-point):
10565         * files.el (find-file-existing, auto-save-mode):
10566         * font-lock.el (font-lock-fontify-buffer):
10567         * help-fns.el (describe-function, describe-variable)
10568         (describe-syntax, describe-categories):
10569         * help.el (view-lossage, describe-bindings, describe-key)
10570         (describe-mode):
10571         * hexl.el (hexl-current-address):
10572         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10573         * info.el (Info-goto-emacs-key-command-node):
10574         * log-edit.el (log-edit-insert-cvs-template)
10575         (log-edit-insert-cvs-rcstemplate):
10576         * menu-bar.el (menu-bar-mode):
10577         * mouse.el (mouse-appearance-menu):
10578         * newcomment.el (comment-indent-new-line):
10579         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10580         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10581         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10582         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10583         * recentf.el (recentf-mode):
10584         * savehist.el (savehist-mode, savehist-save):
10585         * shadowfile.el (shadow-copy-files):
10586         * simple.el (kill-ring-save, next-line, previous-line)
10587         (normal-erase-is-backspace-mode):
10588         * strokes.el (strokes-update-window-configuration)
10589         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10590         (strokes-xpm-for-stroke):
10591         * time.el (emacs-uptime, emacs-init-time):
10592         * tutorial.el (tutorial--describe-nonstandard-key)
10593         (tutorial--detailed-help):
10594         * type-break.el (type-break-mode)
10595         (type-break-mode-line-message-mode, type-break-query-mode)
10596         (type-break-guesstimate-keystroke-threshold):
10597         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10598         * version.el (emacs-version):
10599         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10600         * winner.el (winner-mode):
10601         * calendar/timeclock.el (timeclock-in, timeclock-out)
10602         (timeclock-status-string, timeclock-change)
10603         (timeclock-workday-remaining-string)
10604         (timeclock-workday-elapsed-string)
10605         (timeclock-when-to-leave-string):
10606         * calendar/todo-mode.el (todo-add-category):
10607         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10608         * emacs-lisp/autoload.el (update-file-autoloads):
10609         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10610         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10611         (checkdoc-message-text, checkdoc-defun):
10612         * emacs-lisp/debug.el (debugger-list-functions):
10613         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10614         * emacs-lisp/eieio-opt.el (eieio-describe-class)
10615         (eieio-describe-generic):
10616         * emacs-lisp/lisp-mnt.el (lm-synopsis):
10617         * emacs-lisp/shadow.el (list-load-path-shadows):
10618         * emulation/cua-base.el (cua-mode):
10619         * emulation/edt.el (edt-set-scroll-margins):
10620         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10621         (tpu-toggle-regexp, tpu-toggle-search-direction)
10622         (tpu-toggle-rectangle, tpu-toggle-control-keys):
10623         * emulation/tpu-extras.el (tpu-set-scroll-margins):
10624         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10625         (viper-set-parsing-style-toggling-macro)
10626         (viper-set-emacs-state-searchstyle-macros):
10627         * emulation/viper.el (viper-set-hooks):
10628         * eshell/esh-mode.el (eshell-truncate-buffer):
10629         * international/mule-cmds.el (prefer-coding-system)
10630         (describe-input-method, describe-language-environment):
10631         * international/mule-diag.el (list-character-sets)
10632         (describe-character-set, describe-coding-system)
10633         (describe-fontset, list-fontsets, list-input-methods):
10634         * mail/sendmail.el (mail-signature):
10635         * net/ange-ftp.el (ange-ftp-copy-file):
10636         * net/browse-url.el (browse-url):
10637         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10638         * net/quickurl.el (quickurl-add-url):
10639         * net/rcirc.el (names, topic):
10640         * net/xesam.el (xesam-mode):
10641         * play/5x5.el (5x5-new-game):
10642         * play/yow.el (apropos-zippy):
10643         * progmodes/ada-mode.el (ada-mode-version):
10644         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10645         (f90-end-of-block)
10646         (f90-beginning-of-block):
10647         * progmodes/fortran.el (fortran-end-of-block)
10648         (fortran-beginning-of-block):
10649         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
10650         * progmodes/python.el (python-describe-symbol, python-shell):
10651         * term/ns-win.el (ns-print-buffer):
10652         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
10653         * textmodes/flyspell.el (flyspell-mode-on):
10654         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
10655         (pages-directory-for-addresses):
10656         * textmodes/table.el (table-recognize-cell)
10657         (table-query-dimension, table-generate-source)
10658         (table-insert-sequence, table--warn-incompatibility):
10659         * textmodes/tex-mode.el (tex-validate-buffer):
10660         * textmodes/texinfmt.el (texinfmt-version)
10661         (texinfo-format-buffer):
10662         Use `called-interactively-p' instead of `interactive-p'.
10664 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10666         * image-mode.el (image-toggle-display):
10667         * emacs-lisp/elp.el (elp-instrument-function):
10668         * emacs-lisp/advice.el (ad-make-advised-definition):
10669         * emacs-lisp/easy-mmode.el (define-minor-mode):
10670         * net/browse-url.el (browse-url-maybe-new-window):
10671         * progmodes/sh-script.el (sh-learn-buffer-indent):
10672         Pass new argument 'any to `called-interactively-p'.
10674 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10676         * international/uni-bidi.el:
10677         * international/uni-category.el:
10678         * international/uni-combining.el:
10679         * international/uni-comment.el:
10680         * international/uni-decimal.el:
10681         * international/uni-decomposition.el:
10682         * international/uni-digit.el:
10683         * international/uni-lowercase.el:
10684         * international/uni-mirrored.el:
10685         * international/uni-name.el:
10686         * international/uni-numeric.el:
10687         * international/uni-old-name.el:
10688         * international/uni-titlecase.el:
10689         * international/uni-uppercase.el:
10690         Regenerate from Unicode 5.2.0 data.
10692 2009-10-01  Glenn Morris  <rgm@gnu.org>
10694         * Makefile.in (ELCFILES): Regenerate.
10696 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10698         * subr.el (interactive-p): Mark obsolete.
10699         (called-interactively-p): Make the optional-ness of `kind' obsolete.
10700         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
10701         advertised-signature-table for subroutines as well.
10703         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
10704         (set-advertised-calling-convention): New function.
10705         (make-obsolete, define-obsolete-function-alias)
10706         (make-obsolete-variable, define-obsolete-variable-alias):
10707         Make the optional-ness of `when' obsolete.
10708         (define-obsolete-face-alias): Make `when' non-optional.
10709         * help-fns.el (help-function-arglist):
10710         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
10711         Use advertised-signature-table.
10713 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
10715         * files.el (delete-directory): New defun.  The original function
10716         in fileio.c has been renamed to `delete-directory-internal'.
10718         * dired.el (dired-delete-file): Call `delete-directory' with
10719         RECURSIVE parameter.
10721         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
10722         parameter RECURSIVE.  Implementation is missing.
10724         * net/tramp.el (tramp-handle-make-directory): Flush upper
10725         directory's file properties.
10726         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
10727         (tramp-handle-dired-recursive-delete-directory): Flush directory
10728         properties after the remove command only.
10730         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10731         Handle optional parameter RECURSIVE.
10733         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
10734         Handle optional parameter RECURSIVE.
10736         * net/tramp-smb.el (tramp-smb-errors): Add error message for
10737         connection timeout.
10738         (tramp-smb-handle-delete-directory): Handle optional parameter
10739         RECURSIVE.
10741 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10743         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
10744         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
10745         (byte-compile-defmacro): Use backquotes.
10747         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
10749         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
10750         has no associated file.
10751         (vc-resynch-buffer): Use vc-dir-buffers.
10753 2009-10-01  Glenn Morris  <rgm@gnu.org>
10755         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
10756         (chart-file-count):
10757         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
10758         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
10759         * emacs-lisp/eieio-opt.el (eieio-describe-class):
10760         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
10761         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
10762         (eieio-copy-parents-into-subclass, make-instance, class-children)
10763         (eieio-generic-form):
10764         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
10765         * cedet/cedet-idutils.el (cedet-idutils-search)
10766         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
10767         (cedet-idutils-version-check):
10768         * cedet/cedet.el (cedet-version):
10769         * cedet/data-debug.el (data-debug-insert-overlay-button)
10770         (data-debug-insert-overlay-list-button)
10771         (data-debug-insert-buffer-button)
10772         (data-debug-insert-buffer-list-button)
10773         (data-debug-insert-process-button, data-debug-insert-ring-button)
10774         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
10775         (data-debug-insert-stuff-vector-button)
10776         (data-debug-insert-symbol-button, data-debug-insert-string)
10777         (data-debug-insert-number, data-debug-insert-lambda-expression)
10778         (data-debug-insert-nil, data-debug-insert-simple-thing)
10779         (data-debug-insert-custom, data-debug-edebug-expr):
10780         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
10781         (global-ede-mode-map, ede-new, ede-debug-target)
10782         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
10783         * cedet/semantic.el (semantic-minimum-working-buffer-size)
10784         (semantic-fetch-tags, semantic-submode-list)
10785         (semantic-default-submodes):
10786         * cedet/ede/source.el (ede-source-match):
10787         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
10788         (project-am-package-info):
10789         * cedet/ede/proj.el (ede-proj-target, project-new-target):
10790         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
10791         * cedet/ede/proj-comp.el (ede-current-build-list):
10792         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
10793         * cedet/ede/files.el (ede-toplevel-project-or-nil):
10794         * cedet/ede/cpp-root.el (initialize-instance):
10795         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
10796         (autoconf-parameter-strip, autoconf-insert-new-macro):
10797         * cedet/semantic/wisent.el (wisent-lex-eoi):
10798         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
10799         (semantic-show-parser-state-mode):
10800         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
10801         * cedet/semantic/tag.el (semantic-tag-new-variable)
10802         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
10803         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
10804         (semantic--tag-deep-copy-tag-list)
10805         (semantic-tag-components-with-overlays-default):
10806         * cedet/semantic/symref.el (semantic-symref-find-text):
10807         * cedet/semantic/senator.el (senator-yank-tag)
10808         (senator-transpose-tags-up):
10809         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
10810         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
10811         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
10812         * cedet/semantic/lex.el (semantic-lex-comment-regex)
10813         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
10814         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
10815         * cedet/semantic/lex-spp.el
10816         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
10817         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
10818         * cedet/semantic/idle.el
10819         (semantic-idle-summary-current-symbol-info-brutish)
10820         (semantic-idle-summary-current-symbol-info-default):
10821         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
10822         (semantic--grammar-macro-compl-dict):
10823         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
10824         * cedet/semantic/format.el (semantic-format-tag-custom-list)
10825         (semantic-format-tag-canonical-name-default):
10826         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
10827         (semantic-find-tags-for-completion)
10828         (semantic-find-tags-by-scope-protection-default)
10829         (semantic-deep-find-tags-for-completion):
10830         * cedet/semantic/edit.el
10831         (semantic-edits-incremental-reparse-failed-hook)
10832         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
10833         (semantic-edits-splice-remove, semantic-edits-splice-replace):
10834         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
10835         * cedet/semantic/dep.el (semantic-dependency-include-path):
10836         * cedet/semantic/db.el (semanticdb-default-find-index-class)
10837         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
10838         (semanticdb-project-roots):
10839         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
10840         (semanticdb-find-adebug-insert-scanned-tag-cons)
10841         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
10842         (semanticdb-brute-deep-find-tags-for-completion):
10843         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
10844         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
10845         (semantic-end-of-context-default)
10846         (semantic-ctxt-current-function-default)
10847         (semantic-ctxt-scoped-types-default):
10848         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
10849         (semantic-complete-inline-tag-engine)
10850         (semantic-complete-inline-custom-type)
10851         (semantic-complete-read-tag-analyzer):
10852         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
10853         (semantic-chart-database-size):
10854         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
10855         (semantic-analyze-current-context):
10856         * cedet/semantic/symref/list.el (semantic-symref)
10857         (semantic-symref-hide-buffer, semantic-symref-symbol):
10858         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
10859         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
10860         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
10861         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
10862         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
10863         (semantic-c-dereference-template):
10864         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
10865         (semantic--analyze-refs-full-lookup-with-parents)
10866         (semantic--analyze-refs-full-lookup-simple):
10867         * cedet/semantic/analyze/complete.el
10868         (semantic-analyze-possible-completions):
10869         * cedet/srecode/table.el (srecode-mode-table-new):
10870         * cedet/srecode/srt.el (srecode-read-variable-name):
10871         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
10872         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
10873         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
10874         * cedet/srecode/map.el (srecode-current-map):
10875         * cedet/srecode/insert.el (srecode-insert)
10876         (srecode-insert-variable-secondname-handler, srecode-insert-method)
10877         (srecode-template-inserter-point-override)
10878         (srecode-insert-include-lookup):
10879         * cedet/srecode/getset.el (srecode-auto-choose-class):
10880         * cedet/srecode/extract.el (srecode-inserter-extract):
10881         * cedet/srecode/document.el
10882         (srecode-document-autocomment-return-last-alist)
10883         (srecode-document-autocomment-param-type-alist)
10884         (srecode-document-insert-function-comment)
10885         (srecode-document-insert-variable-one-line-comment)
10886         (srecode-document-function-name-comment):
10887         * cedet/srecode/dictionary.el (srecode-create-dictionary)
10888         (srecode-compound-toString):
10889         * cedet/srecode/compile.el (srecode-flush-active-templates):
10890         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
10891         Doc/message fixes.
10893         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
10894         match-data.  (Bug#4555).
10896         * cedet/semantic/bovine/gcc.el
10897         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
10898         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
10900         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
10901         rather than parsing it as a regexp.  This relaxes the layout
10902         requirements and makes errors easier to detect.
10903         (check-declare-verify): Check file is regular.
10904         (check-declare-directory): Doc fix.
10905         * subr.el (declare-function): Doc fix.
10907         * ibuffer.el (ibuffer-format-qualifier):
10908         * isearch.el (hi-lock-regexp-okay):
10909         * calc/calc.el (math-zerop):
10910         * mail/uce.el (rmail-msgbeg, rmail-msgend):
10911         * term/w32-win.el (setup-default-fontset, set-fontset-font):
10912         Remove unused declarations.
10914 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10916         * cedet/semantic/wisent/javat-wy.el
10917         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
10919 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
10921         * cedet/srecode/expandproto.el: Fix provide statement.
10923 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10925         * emacs-lisp/eieio.el (boolean-p): Delete.
10927 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
10929         * cedet/ede/srecode.el: Fix provide statement.
10931 2009-09-30  Glenn Morris  <rgm@gnu.org>
10933         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
10934         * cedet/ede/proj-aux.el (ede-aux-source):
10935         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
10936         (ede-misc-source):
10937         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
10938         (semantic-mrub-switch-tags): Fix doc typos.
10940         * cedet/semantic/db-global.el (data-debug-new-buffer)
10941         (data-debug-insert-thing): Remove unneeded declarations (one broken).
10942         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
10944         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
10946         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
10947         use of CL function `remove-if-not'.
10949         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
10951         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
10952         filename is not a string.
10954 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
10956         * files.el (safe-local-eval-forms): Fix typo.
10958 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10960         * vc-hooks.el (vc-dir-buffers): New var.
10961         (vc-state-refresh): New function.
10962         (vc-state): Use it.
10963         (vc-after-save): Always ask the backend to recompute the new state.
10964         Always call vc-dir if necessary, using vc-dir-buffers.
10965         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
10966         Use vc-dir-buffers.
10967         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
10968         (vc-dir-prepare-status-buffer, vc-dir-update)
10969         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
10970         Don't call expand-file-name on default-directory.
10972 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10974         * speedbar.el (speedbar-item-delete):
10975         * calc/calc-prog.el (calc-kbd-if):
10976         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
10978         * epa.el (epa-key-list-mode-map):
10979         * hi-lock.el (hi-lock-menu): Fix typos in menus.
10981         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
10982         (hs-show-hook): Fix typo in docstring.
10984 2009-09-29  Glenn Morris  <rgm@gnu.org>
10986         * cedet/semantic/symref/idutils.el:
10987         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
10989         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
10991         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
10992         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
10993         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
10994         Mark declarations not understood by check-declare.
10996         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
10997         file-name-nondirectory call preventing location of cedet files.
10998         (check-declare-verify): Use literal search rather than re-search.
10999         Add basic defmethod and defclass, and define-overloadable-function.
11001         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11002         Use tramp-compat-file-attributes rather than nonexistent
11003         tramp-compat-handle-file-attributes.
11005         * Makefile.in (lisptagsfiles4): New.
11006         (AUTOGENEL): Add cedet loaddefs files.
11007         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
11008         (update-elclist, compile-always, backup-compiled-files)
11009         (bootstrap-clean): Add yet another directory level.
11010         (update-elclist): Use LC_COLLATE rather than COLLATE.
11011         (ELCFILES): Update, via `make update-elclist'.
11013 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11015         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
11016         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
11017         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
11019 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
11021         * Makefile.in (lisptagsfiles3): Define.
11022         (TAGS, TAGS-LISP): Use it.
11023         (update-elclist): Add third directory level to look for elc files.
11024         (compile-always): Likewise.
11025         (backup-compiled-files): Likewise.
11026         (bootstrap-clean): Likewise.
11027         (ELCFILES): Update.
11029 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
11031         * Makefile.in (ELCFILES): Add CEDET files.
11033 2009-09-28  Eric Ludlam  <zappo@gnu.org>
11035         CEDET (development tools) package merged.
11037         * cedet/*.el:
11038         * cedet/ede/*.el:
11039         * cedet/semantic/*.el:
11040         * cedet/srecode/*.el: New files.
11042 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
11044         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
11046         * net/tramp.el (top): Require tramp-imap.
11048         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11049         Use `tramp-compat-handle-file-attributes'.
11051 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11053         * net/tramp-imap.el: New package.
11055 2009-09-28  Eric Ludlam  <zappo@gnu.org>
11057         * emacs-lisp/chart.el:
11058         * emacs-lisp/eieio-base.el:
11059         * emacs-lisp/eieio-comp.el:
11060         * emacs-lisp/eieio-custom.el:
11061         * emacs-lisp/eieio-datadebug.el:
11062         * emacs-lisp/eieio-opt.el:
11063         * emacs-lisp/eieio-speedbar.el:
11064         * emacs-lisp/eieio.el: New files.
11066         * cedet/cedet-cscope.el:
11067         * cedet/cedet-files.el:
11068         * cedet/cedet-global.el:
11069         * cedet/cedet-idutils.el:
11070         * cedet/data-debug.el:
11071         * cedet/inversion.el:
11072         * cedet/mode-local.el:
11073         * cedet/pulse.el: New files.
11075 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11077         * whitespace.el (whitespace-trailing-regexp)
11078         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
11079         Fix doc string.
11081 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
11083         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
11084         menu.
11086         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
11087         menu-bar-ediff-menu.
11089         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
11090         define-overloadable-function.
11092         * progmodes/autoconf.el: Provide autoconf as well, so that this
11093         file can be `require'd.
11095         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
11097         * emacs-lisp/autoload.el (generated-autoload-feature)
11098         (generated-autoload-load-name): New vars.
11099         (autoload-rubric, autoload-generate-file-autoloads): Use them.
11100         (make-autoload): Recognize define-overloadable-function and
11101         defclass forms (for EIEIO).
11103         * Makefile.in (update-subdirs): Exclude cedet directory.
11105 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
11107         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
11109         * faces.el: Default light-background background for region face to
11110         ns_selection_color under NS.
11112 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11114         * net/imap-hash.el: New library, see NEWS.
11116         * Makefile.in (ELCFILES): Add imap-hash.el.
11118 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11120         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
11121         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
11122         * help-macro.el (make-help-screen): Avoid using an ambiguous function
11123         definition where the docstring could be taken for the return value.
11125 2009-09-26  Glenn Morris  <rgm@gnu.org>
11127         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
11128         Add option to only show images below a certain size.
11129         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
11130         save-excursion calls.
11132 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
11134         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
11135         subdirectories) and eieio.
11137 2009-09-26  Alan Mackenzie  <acm@muc.de>
11139         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
11140         buggy bracketing.  (Bug#4289)
11142         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
11143         character constants (as case labels).  (Bug#4289)
11145 2009-09-25  Juri Linkov  <juri@jurta.org>
11147         * files.el (safe-local-eval-forms): Allow time-stamp in
11148         before-save-hook (Bug#4554).
11150 2009-09-25  Drew Adams  <drew.adams@oracle.com>
11152         * menu-bar.el (list-buffers-directory): Doc fix.
11154 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11156         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
11157         Try and avoid copying twice the same paragraph.
11158         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
11159         Remove save-excursion.
11160         (log-edit-changelog-entry): Do it here instead.
11162 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
11164         * bs.el (bs--get-file-name): Use `list-buffers-directory'
11165         when available, instead of hardcoding mode names.  Doc fix.
11167         * menu-bar.el (list-buffers-directory): Add docstring.
11168         Make automatically buffer-local.
11170         * dired.el (dired-mode):
11171         * files.el (cd-absolute):
11172         * pcvs.el (cvs-temp-buffer):
11173         * pcvs-util.el (cvs-get-buffer-create):
11174         * shell.el (shell-mode):
11175         * vc-dir.el (vc-dir-mode):
11176         Don't make `list-buffers-directory' buffer local.
11178 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
11180         * comint.el (comint-exec, comint-run, make-comint):
11181         Doc fixes (Bug#4542).
11183 2009-09-25  Glenn Morris  <rgm@gnu.org>
11185         * mail/rmailmm.el (rmail-mime): New custom group.
11186         Move all defcustoms in this file into this group.
11187         (rmail-mime-media-type-handlers-alist): Revert previous change.
11188         (rmail-mime-show-images): New option.
11189         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
11190         references to it, since it wasn't actually used for anything.
11191         (rmail-mime-insert-image): New function.
11192         (rmail-mime-image): Use rmail-mime-insert-image.
11193         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
11194         obey the value of `rmail-mime-show-images' option.  Print the size of
11195         attachments.
11197 2009-09-25  David Engster  <deng@randomsample.de>
11199         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
11201 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11203         * whitespace.el: Does not highlight trailing spaces While point is
11204         at end of line.  Does not highligt spaces at beginning of buffer
11205         while point is at beginning of buffer.  Does not highlight spaces
11206         at end of buffer while point is at end of buffer.  (Bug#4177)
11207         New version 12.0.
11208         (whitespace-display-mappings): Adjust initialization.
11209         (whitespace-point, whitespace-font-lock-refontify): New vars.
11210         (whitespace-color-on, whitespace-color-off): Adjust code.
11211         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
11212         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
11213         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
11215 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
11217         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
11219         * textmodes/sgml-mode.el: Remove xml-mode alias.
11221         * files.el (auto-mode-alist, conf-mode-maybe)
11222         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
11224 2009-09-24  Alan Mackenzie  <acm@muc.de>
11226         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
11227         c-forward-conditionals, but it doesn't move point and doesn't set
11228         the mark.
11229         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
11230         (c-down-conditional-with-else, c-backward-conditional)
11231         (c-forward-conditional): Refactor to use c-scan-conditionals.
11233 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11235         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
11236         (help-default-arg-highlight): Remove.
11237         (help-highlight-arg): New function.
11238         (help-do-arg-highlight): Use it.
11239         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
11241 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11243         * term.el (term-set-scroll-region, term-handle-ansi-escape):
11244         Undo last change, which didn't fix the problem and introduced others.
11246 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
11248         * progmodes/gdb-mi.el: Don't require speedbar.
11249         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
11251 2009-09-24  Glenn Morris  <rgm@gnu.org>
11253         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
11255         * term/ns-win.el (ns-reg-to-script): Define for compiler.
11257         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
11258         there is no newline after the final mime boundary.  (Bug#4539)
11259         Move markers on insertion so that any buttons inserted don't end up in
11260         the next part of a multipart message.
11261         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
11262         (rmail-mime-bulk-handler): Optionally handle images.
11263         (rmail-mime-image): New button action.
11264         (rmail-mime-image-handler): New function.
11265         (rmail-mime-mode): New mode.
11266         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
11268 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11270         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
11271         than just dropping elements from it (bug#4504).
11273         * term.el (term-set-scroll-region): Don't move cursor any more.
11274         (term-handle-ansi-escape): Call term-goto here instead.
11275         Suggested by Ivan Kanis <apple@kanis.eu>.
11277         * term.el: Require CL.
11278         (term-ansi-reset): New function.
11279         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
11280         (term-handle-colors-array): Simplify.
11282 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11284         * allout.el (allout-overlay-interior-modification-handler)
11285         (allout-obtain-passphrase):
11286         * epa-file.el (epa-file-write-region):
11287         * ps-print.el (ps-begin-job):
11288         * vc-hooks.el (vc-toggle-read-only):
11289         * vc-rcs.el (vc-rcs-rollback):
11290         * vc-sccs.el (vc-sccs-rollback):
11291         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
11292         (vc-version-diff, vc-revert, vc-rollback):
11293         * wdired.el (wdired-check-kill-buffer):
11294         * emacs-lisp/authors.el (authors):
11295         * net/socks.el (socks-open-connection):
11296         * net/zeroconf.el (zeroconf-service-add-hook):
11297         * obsolete/vc-mcvs.el (vc-mcvs-register):
11298         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
11299         (gdb-select-frame):
11300         * progmodes/grep.el (lgrep, rgrep):
11301         * progmodes/idlw-help.el (idlwave-help-check-locations)
11302         (idlwave-help-html-link, idlwave-help-assistant-open-link):
11303         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11304         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
11305         (reftex-toc-rename-label): Fix typos in error messages.
11307         * dired-aux.el (dired-do-shell-command): Reflow docstring.
11308         (dired-copy-how-to-fn): Doc fix.
11309         (dired-files-attributes, dired-read-shell-command):
11310         Fix typos in docstrings.
11312         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
11313         (dired-x-find-file-other-window): Reflow docstrings.
11314         (dired-omit-marker-char, dired-read-shell-command)
11315         (dired-x-submit-report): Fix typos in docstrings.
11317         * shell.el (shell-mode-hook):
11318         * view.el (View-scroll-line-forward):
11319         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
11320         Fix typos in docstrings.
11322         * net/dig.el (dig-invoke): Fix typo in docstring.
11323         (query-dig): Reflow docstring.
11325         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
11326         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
11327         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
11328         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
11329         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
11330         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
11331         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
11332         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
11333         (idlwave-completion-map, idlwave-current-indent)
11334         (idlwave-custom-ampersand-surround, idlwave-customize)
11335         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
11336         (idlwave-define-abbrev, idlwave-determine-class-special)
11337         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
11338         (idlwave-end-block-reg, idlwave-end-of-statement)
11339         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
11340         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
11341         (idlwave-explicit-class-listed, idlwave-file-header)
11342         (idlwave-fill-paragraph, idlwave-find-class-definition)
11343         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
11344         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
11345         (idlwave-in-quote, idlwave-indent-action-table)
11346         (idlwave-indent-expand-table, idlwave-indent-line)
11347         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11348         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11349         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11350         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11351         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11352         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11353         (idlwave-outlawed-buffers, idlwave-popup-select)
11354         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11355         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11356         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11357         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11358         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11359         (idlwave-statement-type, idlwave-struct-skip)
11360         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11361         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11362         (idlwave-what-module-find-class): Fix typos in docstrings.
11363         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11364         (idlwave-calculate-cont-indent, idlwave-expand-equal)
11365         (idlwave-find-module, idlwave-find-structure-definition)
11366         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11367         (idlwave-list-load-path-shadows, idlwave-next-statement)
11368         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11369         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11370         (idlwave-template): Reflow docstrings.
11372         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11373         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11374         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11375         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11376         (idlwave-shell-display-line, idlwave-shell-display-wframe)
11377         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11378         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11379         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11380         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11381         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11382         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11383         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11384         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11385         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11386         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11387         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11388         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11389         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11390         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11391         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11392         Fix typos in docstrings.
11393         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11394         (idlwave-shell-hide-output, idlwave-shell-mode)
11395         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11396         Reflow docstrings.
11398         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11400 2009-09-24  Ivan Kanis  <apple@kanis.eu>
11402         * term.el (term-bold-attribute): New var.
11403         (term-handle-colors-array): Use it.
11405 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
11407         * progmodes/gdb-mi.el (gdb-version): New variable.
11408         (gdb-non-stop-handler): Set gdb-version.
11409         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11410         Condition "--thread" option on gdb-version.
11411         (gdb-invalidate-threads): Remove unused argument.
11413 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11415         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11416         to looking-back to avoid ridiculous slow down in large files (bug#4511).
11418 2009-09-23  Glenn Morris  <rgm@gnu.org>
11420         * mail/rmail.el (rmail-reply): Don't try to add a References header when
11421         replying to mail without References or Message-Id.  (Bug#4525)
11423 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
11425         * term/ns-win.el (ns-reg-to-script): New variable.
11427 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
11429         * epg.el (epg-wait-for-status): Preserve existing 'error results.
11431 2009-09-22  Sam Steingold  <sds@gnu.org>
11433         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11434         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11435         to 1 because hg returns status 1 when nothing is found.
11436         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11438 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11440         * textmodes/fill.el: Convert to utf-8 encoding.
11441         (fill-french-nobreak-p): Remove redundant » and « inherited from our
11442         pre-Unicode days.
11444         * add-log.el (change-log-fill-forward-paragraph): New function.
11445         (change-log-mode): Use it so fill-region DTRT.
11446         Set fill-indent-according-to-mode here rather than in
11447         change-log-fill-paragraph.
11448         (change-log-fill-paragraph): Remove.
11450 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
11452         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11453         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
11455 2009-09-22  Glenn Morris  <rgm@gnu.org>
11457         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11458         the scroll-bar scroll the calendar window rather than the buffer.
11460         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11461         commands that move point (as opposed to scrolling).
11463         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11465         * emacs-lisp/elint.el (elint): New custom group.
11466         (elint-log-buffer): Make it a defcustom.
11467         (elint-scan-preloaded, elint-ignored-warnings)
11468         (elint-directory-skip-re): New options.
11469         (elint-builtin-variables): Doc fix.
11470         (elint-preloaded-env): New variable.
11471         (elint-unknown-builtin-args): Add an entry for encode-time.
11472         (elint-extra-errors): Make it a variable rather than a constant.
11473         (elint-preloaded-skip-re): New constant.
11474         (elint-directory): Skip files matching elint-directory-skip-re.
11475         (elint-features): New variable, local to linted buffers.
11476         (elint-update-env): Initialize elint-features.  Possibly add
11477         elint-preloaded-env to the buffer's environment.
11478         (elint-get-top-forms): Bind elint-current-pos, for log messages.
11479         Skip quoted forms.
11480         (elint-init-form): New function, extracted from elint-init-env.
11481         Make non-list forms a warning rather than an error.
11482         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
11483         easy-menu-define, put that adds an error-condition, and provide.
11484         When requiring cl, also require cl-macs.  Really require cl, to handle
11485         some cl macros.  Store required libraries in the list elint-features,
11486         so as not to re-load them.  Treat cc-require like require.
11487         (elint-init-env): Call elint-init-form to do the work.
11488         Handle eval-and-compile and such like.
11489         (elint-add-required-env): Do not clear messages.
11490         (elint-special-forms): Add handlers for function, defalias, if, when,
11491         unless, and, or.
11492         (elint-form): Add optional argument to ignore elint-special-forms,
11493         useful to prevent recursive calls from handlers.  Doc fix.
11494         Respect elint-ignored-warnings.
11495         (elint-form): Respect elint-ignored-warnings.
11496         (elint-bound-variable, elint-bound-function): New variables.
11497         (elint-unbound-variable): Respect elint-bound-variable.
11498         (elint-get-args): Respect elint-bound-function.
11499         (elint-check-cond-form): Add some simple handling for (f)boundp and
11500         featurep tests.
11501         (elint-check-defalias-form): New handler.
11502         (elint-check-let-form): Make an empty let a warning rather than an
11503         error.
11504         (elint-check-setq-form): Make an empty setq a warning rather than an
11505         error.  Respect elint-ignored-warnings.
11506         (elint-check-defvar-form): Accept null doc-strings.
11507         (elint-check-conditional-form): New handler.  Does some simple-minded
11508         checking of featurep and (f)boundp tests.
11509         (elint-put-function-args): New function.
11510         (elint-initialize): Use elint-scan-doc-file rather than
11511         elint-find-builtin-variables.  Use elint-put-function-args.
11512         Possibly scan preloaded-file-list.
11513         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11514         extend to handle functions as well.
11516 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
11518         * linum.el (linum-delete-overlays, linum-update-window):
11519         Do not modify the right margin.  (Bug#3971)
11521 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
11523         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11524         nxml-mode instead of xml-mode.
11526 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11528         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
11530 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11532         * net/dig.el (dig-mode): Use define-derived-mode.
11534 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
11536         * vc-dispatcher.el (vc-do-command): Return the process object in
11537         the asynchronous case.  Use when instead of if.  Do not run
11538         vc-exec-after to display a message if not enabled.  (Bug#4463)
11540         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11541         properties to the stash strings.
11542         (vc-git-stash-list): Return a list of strings.
11543         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11544         (vc-git-stash-show-at-point): New functions.
11545         (vc-git-stash-map): New keymap.
11547         * register.el (ctl-x-r-map): Define the keys here instead of
11548         using autoload.
11550 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
11552         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11553         list, to workaround performance problem (bug#4485).
11555 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
11557         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11559 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
11561         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11562         Document that this option is not recommended to use.
11564 2009-09-19  Glenn Morris  <rgm@gnu.org>
11566         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11567         variable `var'.
11569         * calc/calc-alg.el (var):
11570         * calc/calcalg2.el (var): Define for compiler.
11572 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
11574         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11575         Doc fix (Bug#3932).
11577         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11579         * time-stamp.el (time-stamp-month-dd-yyyy)
11580         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11581         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11582         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11583         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11584         Remove functions that have been obsolete since 1995 (Bug#4436).
11586         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11587         indent buffer only if called interactively (Bug#4452).
11589 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
11590             Eli Zaretskii  <eliz@gnu.org>
11592         This fixes bug#4197 (merged to bug#865, though not identical).
11593         * server.el (server-auth-dir): Add docstring note about FAT32.
11594         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11595         but warn against using them.
11597 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
11599         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11600         older GDB where there is no has_more field.
11602 2009-09-19  Glenn Morris  <rgm@gnu.org>
11604         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11606 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
11608         * files.el (auto-mode-alist): Change default for XML files to nXML
11609         mode (Bug#4169).
11611 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
11613         * server.el (server-ensure-safe-dir): Pass 'integer
11614         to `file-attributes', as suggested.
11616 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11618         * dired-aux.el (dired-query-alist): Remove spurious backslash.
11619         (dired-query): Use read-key.
11621 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
11623         * cus-start.el (ns-use-qd-smoothing): Remove.
11625 2009-09-18  Glenn Morris  <rgm@gnu.org>
11627         * allout.el (top-level): Remove unnecessary progn.
11629         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11631         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11632         definition of abbrev table.
11634         * speedbar.el (speedbar-track-mouse):
11635         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11636         * net/eudc.el (eudc-expand-inline):
11637         * net/newst-backend.el (newsticker--cache-read-feed):
11638         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11639         condition-case handlers.
11641 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
11643         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11644         (gdb-var-list): Add an element for has_more field.
11645         (gdb-non-stop-handler): Enable pretty printing for STL containers.
11646         (gdb-var-create-handler, gdb-var-list-children-handler-1)
11647         (gdb-var-update-handler-1): Parse output of dynamic variable
11648         objects (STL containers).
11649         (gdb-var-delete-1): Pass var1 as an explicit second argument.
11650         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
11652         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
11653         gdb-var-list.
11654         (gud-speedbar-buttons): Make node expandable if expression "has more"
11655         children.
11657 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
11659         * startup.el (emacs-quick-startup): Remove variable and all uses.
11660         (command-line): Set `inhibit-x-resources' instead.
11661         (command-line-1): Use `inhibit-x-resources' instead.
11663 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
11665         * subr.el: Fix last change to avoid using the `unless' macro,
11666         which breaks bootstrapping.
11668 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11670         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
11671         extended definitions, in case we reload subr.el after having
11672         loaded CL.
11673         (eval-next-after-load): Mark as obsolete.
11675 2009-09-17  Juri Linkov  <juri@jurta.org>
11677         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
11678         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
11679         (menu-bar-showhide-menu, menu-bar-tools-menu)
11680         (menu-bar-describe-menu, menu-bar-help-menu)
11681         (minibuffer-local-completion-map, minibuffer-local-map):
11682         Fix list quoting.
11684 2009-09-17  Glenn Morris  <rgm@gnu.org>
11686         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
11687         arguments, whether or not it has a handler.
11689         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
11691         * simple.el (hard-newline): Give it a doc-string.
11693         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11694         (lisp-mode-syntax-table): Give them doc-strings.
11696 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
11698         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
11699         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
11700         (menu-bar-options-menu, menu-bar-showhide-menu)
11701         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
11702         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
11703         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
11704         (menu-bar-options-menu, menu-bar-tools-menu)
11705         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
11706         (menu-bar-help-menu):
11707         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
11708         string arguments.
11710         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
11711         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
11712         calls for the menu names and :help.
11714 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11716         * mouse.el (minor-mode-menu-from-indicator): Pay attention
11717         to :minor-mode-function (bug#4455).
11719 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11721         * startup.el (command-line): Initialize the window-system after
11722         processing the command-line.
11724         * textmodes/page.el (what-page): Make sure we don't inf-loop if
11725         page-delimiter matches the empty string.
11727 2009-09-16  Glenn Morris  <rgm@gnu.org>
11729         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
11730         byte-compile-not-obsolete-var.  It's a list now.
11731         (byte-compile-not-obsolete-funcs): New variable.
11732         (byte-compile-warn-obsolete): Don't warn about functions if they are in
11733         byte-compile-not-obsolete-funcs.
11734         (byte-compile-variable-ref, byte-compile-defvar): Update for
11735         byte-compile-not-obsolete-vars name-change and list nature.
11736         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
11737         and variables behind (f)boundp tests.
11738         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
11740 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
11742         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
11744 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11746         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
11747         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
11748         Don't autoload.
11750 2009-09-15  Stephen Eglen  <stephen@gnu.org>
11752         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
11753         the virtual-buffers, use the name of the buffer specified by
11754         find-file-noselect, as the match may be a symlink.  (This was a
11755         problem if the target and the symlink had different names.)
11757 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11759         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
11761         * desktop.el (desktop-path): Check user-emacs-directory.
11763         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
11765         * loadup.el: Use after-load-functions to GC after loading each file.
11766         Remove the explicit GC calls that used to be sprinkled around.
11768         * subr.el (after-load-functions): New hook.
11769         (do-after-load-evaluation): Run it.  Use string-match-p to detect
11770         `obsolete' packages, rather than painfully extracting the relevant
11771         directory name.
11773 2009-09-15  Glenn Morris  <rgm@gnu.org>
11775         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
11776         free variable `doc'.
11778         * dired.el (dired-mode-map): Add menu entry for async shell command.
11780         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
11781         variables, also consider the .elc files, since the .el files are
11782         normally gzipped (subsequent code locates the .el.gz from the .elc).
11784         * calc/calc-prog.el (arglist): Define for compiler.
11786         * calendar/diary-lib.el (diary-display-function): Change the default to
11787         fancy display.
11788         (body): Define for compiler.
11790         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
11791         (byte-compile-file-form, byte-compile-lambda)
11792         (byte-compile-top-level-body, byte-compile-form)
11793         (byte-compile-variable-ref, byte-compile-setq)
11794         (byte-compile-setq-default, byte-compile-body)
11795         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
11796         (batch-byte-compile): Give some more local variables with common names
11797         a "bytecomp-" prefix to avoid masking warnings about free variables.
11799         * startup.el (command-line-1): Give local variables with common names a
11800         distinguishing prefix, so as not to hide free variable warnings during
11801         bootstrap.
11803         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
11804         clever and add a suffix to make a unique name, just let the user decide
11805         whether or not to overwrite it.  If the input is a directory, write the
11806         default filename to that directory.  (Bug#4388)
11807         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
11808         is a filename-as-a-directory.
11810 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11812         * textmodes/page.el (what-page): Don't move to beginning of line.
11813         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
11815 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
11817         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
11819 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
11821         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
11822         * help.el (help-for-help-internal): Add purecopy calls for text.
11824         * vc.el (top): print-log method now takes an optional SHORTLOG
11825         argument.  Add a new method: root.
11826         (vc-root-diff, vc-print-root-log): New functions.
11827         (vc-log-short-style): New variable.
11828         (vc-print-log-internal): Add support for showing short logs.
11830         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
11831         vc-print-root-log and vc-print-root-diff.
11833         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
11834         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
11835         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
11836         short logs.
11838         * vc-cvs.el (vc-cvs-print-log):
11839         * vc-mtn.el (vc-mtn-print-log):
11840         * vc-rcs.el (vc-rcs-print-log):
11841         * vc-sccs.el (vc-sccs-print-log):
11842         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
11843         that is ignored for now.
11845         * vc-mtn.el (vc-mtn-annotate-command):
11846         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
11848 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11850         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
11851         to function-key-map, and give them ascii-character property.
11852         * term/x-win.el (x-alternatives-map):
11853         * term/ns-win.el (ns-alternatives-map):
11854         * term/internal.el (msdos-key-remapping-map):
11855         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
11857 2009-09-14  Glenn Morris  <rgm@gnu.org>
11859         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
11860         temp-buffers (2009-09-12).
11862 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11864         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
11865         the new read-key function.
11867 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
11869         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
11870         is defined (Bug#4405).
11872 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
11874         * recentf.el (recentf-cleanup): Use a hash table to find
11875         duplicates (Bug#4407).
11877 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
11879         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
11880         kp-0 to ascii equivalents (Bug#4325).
11882 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
11884         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
11886         * eshell/em-hist.el:
11887         * eshell/em-dirs.el (eshell-complete-user-reference):
11888         Declare pcomplete functions and variables to avoid compiler warnings.
11890 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
11892         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
11893         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
11894         * eshell/em-alias.el (eshell-aliases-file):
11895         * eshell/em-hist.el (eshell-history-file-name):
11896         Use expand-file-name instead of concat to make file names (Bug#4308).
11898 2009-09-13  Glenn Morris  <rgm@gnu.org>
11900         * ediff-merg.el (ediff-do-merge):
11901         * filesets.el (filesets-run-cmd):
11902         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
11903         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
11904         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
11905         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
11906         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
11907         Replace empty `let's with `progn'.
11909 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11911         * mail/sendmail.el (send-mail-function):
11912         * tooltip.el (tooltip-mode):
11913         * simple.el (transient-mark-mode):
11914         * rfn-eshadow.el (file-name-shadow-mode):
11915         * frame.el (blink-cursor-mode):
11916         * font-core.el (global-font-lock-mode):
11917         * files.el (temporary-file-directory)
11918         (small-temporary-file-directory, auto-save-file-name-transforms):
11919         * epa-hook.el (auto-encryption-mode):
11920         * composite.el (global-auto-composition-mode):
11921         Use custom-initialize-delay.
11922         * startup.el (command-line): Don't explicitly call
11923         custom-reevaluate-setting for all the above vars.
11924         * custom.el (custom-initialize-safe-set)
11925         (custom-initialize-safe-default): Delete.
11927 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11929         * term/x-win.el (x-initialize-window-system):
11930         * term/w32-win.el (w32-initialize-window-system):
11931         * term/ns-win.el (ns-initialize-window-system): Don't call
11932         mouse-wheel-mode since it's enabled globally by default already.
11934         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
11935         actually define the variable, but only silences the byte-compiler.
11936         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
11937         before looking it up.
11938         (mouse-wheel-scroll-amount): Also reset the bindings if this value
11939         is changed.
11941 2009-09-12  Glenn Morris  <rgm@gnu.org>
11943         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
11944         1000.
11945         (elint-add-required-env): Don't beep on error.
11946         (elint-forms): In case of error, return ENV unchanged.
11947         (elint-init-env): Skip non-list forms.
11948         (elint-log): Handle unknown file positions.
11950 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
11952         * epg.el (epg-make-context): Add autoload cookie.
11953         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
11954         (epg-decrypt-string, epg-start-verify, epg-verify-file)
11955         (epg-verify-string, epg-start-sign, epg-sign-file)
11956         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
11957         (epg-encrypt-string, epg-start-export-keys)
11958         (epg-export-keys-to-file, epg-export-keys-to-string)
11959         (epg-start-import-keys, epg-import-keys-from-file)
11960         (epg-import-keys-from-string, epg-start-receive-keys)
11961         (epg-receive-keys, epg-import-keys-from-server)
11962         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
11963         (epg-sign-keys, epg-start-generate-key)
11964         (epg-generate-key-from-file, epg-generate-key-from-string):
11965         Remove autoload cookie.
11967 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
11969         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
11970         reevaluation of trash-directory.
11972         * mwheel.el: Fix last change.
11973         (mouse-wheel-mode): New defvar.
11974         (mouse-wheel-mode): Remove autoload cookie.
11976 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11978         * mwheel.el (mwheel-installed-bindings): New var.
11979         (mouse-wheel-mode): Use it, so as to make sure we really remove all
11980         the bindings we set last time.  Use custom-initialize-delay.
11981         * loadup.el: Load mwheel after term/*-win.el.
11982         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
11983         and mouse-wheel-up-event now that their first evaluation is done
11984         sufficiently late to be correct.
11986         * startup.el (tutorial-directory): Make it a defcustom.
11987         Use custom-initialize-delay rather than eval-at-startup to set it.
11988         * image.el (image-load-path): Make it a defcustom.
11989         Use custom-initialize-delay rather than eval-at-startup to set it.
11990         * subr.el (eval-at-startup): Remove.
11991         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
11993         * subr.el (do-after-load-evaluation): Warn the user after loading an
11994         obsolete package.
11996 2009-09-12  Glenn Morris  <rgm@gnu.org>
11998         * proced.el (proced-mark-alt): Remove alias.
11999         (proced-mode-map): Remove proced-mark-alt.
12001         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
12002         Elint file and directory.  Remove initialization entry.
12004         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
12005         commands.
12006         (elint-current-buffer): Set mode-line-process.
12007         (elint-init-env): Handle define-derived-mode.
12008         Fix declare-function with unspecified arglist.  Guard against odd
12009         defalias statements (eg iso-insert's 8859-1-map).
12010         (elint-add-required-env): Use a temp buffer.
12011         (elint-form): Just print the function/macro name, not the whole form.
12012         Return env unchanged if we fail to parse a macro.
12013         (elint-forms): Guard against parse errors.
12014         (elint-output): New function, to handle batch mode.
12015         (elint-log-message): Add optional argument.  Use elint-output.
12016         (elint-set-mode-line): New function.
12018 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
12020         * emacs-lisp/elp.el (elp-not-profilable): Add more
12021         functions (Bug#4233).
12023 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
12025         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
12026         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
12028 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
12030         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
12031         (gdb-var-list-children): Use json parsing.
12033 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
12035         * progmodes/js.el (js--proper-indentation): Handle the case where
12036         char-before is null.  Reported by Deniz Dogan.
12038 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
12040         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
12042 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
12044         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
12045         (epg-digest-algorithm-alist): Add SHA224.
12046         (epg-context-set-passphrase-callback)
12047         (epg-context-set-progress-callback): Add description about
12048         callback function.
12050 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12052         * custom.el (custom-delayed-init-variables): New var.
12053         (custom-initialize-delay): New function.
12054         * startup.el (command-line): "Re"evaluate all vars in
12055         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
12056         explicitly any more.
12057         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
12058         to avoid creating a ~/.emacs.d at build-time (bug#4347).
12060         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
12062 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
12064         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
12065         (gdb-var-update-handler): Use json parsing.
12067 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
12069         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
12070         decode annotated text, regardless of language environment.  (Bug#2741)
12072 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12074         * Makefile.in (autoloads): Make rmail.el writable as well.
12076 2009-09-11  Glenn Morris  <rgm@gnu.org>
12078         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
12079         loaddefs.el.
12080         * dired.el: Regenerate with extracted autoloads.
12081         * Makefile.in (autoloads): Make dired.el writable.
12083         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
12084         * ibuffer.el: Regenerate with extracted autoloads.
12085         * Makefile.in (autoloads): Make ibuffer.el writable.
12087         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
12088         * version.el (emacs-copyright, emacs-major-version)
12089         (emacs-minor-version): Reformat doc-strings for make-docfile.
12091         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
12092         functions and variables, since they must be stuff specific to some other
12093         platform.
12094         (apropos-print): Make mouse-click message less specific about button.
12096         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
12097         that records where a macro was defined.
12098         * help-fns.el (describe-function-1): Mention if a function has a
12099         compiler-macro.
12100         * help-mode.el (help-function-cmacro): New button.
12102         * locate.el (top-level): Always require dired.
12103         (locate-mode-map): Initialize inside the defvar.
12105         * net/ange-ftp.el (dired-compress-file): Declare.
12106         (ange-ftp-dired-compress-file): Add doc string.
12108         * term/ns-win.el (x-display-name, x-setup-function-keys):
12109         Unify doc-strings with X versions.
12111 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12113         * emulation/crisp.el (crisp-mode-map): Move initialization
12114         into declaration.
12115         (crisp-mode): Use define-minor-mode.
12117         * progmodes/xscheme.el (xscheme-evaluation-commands):
12118         Put a :advertised-binding property rather than using
12119         advertised-xscheme-send-previous-expression.
12120         (advertised-xscheme-send-previous-expression): Declare obsolete.
12121         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
12122         `advertised-undo'.
12123         (crisp-mode): Add corresponding bindings to
12124         undo's :advertised-binding instead.
12125         * dired.el (dired-mode-map): Put a :advertised-binding property rather
12126         than using dired-advertised-find-file.
12127         (dired-advertised-find-file):
12128         * simple.el (advertised-undo):
12129         * wid-edit.el (advertised-widget-backward): Declare obsolete.
12130         (widget-keymap): Put a :advertised-binding property rather
12131         than using advertised-widget-backward.
12132         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
12133         than using advertised-undo.
12134         * tutorial.el (tutorial--default-keys): Adjust accordingly.
12136 2009-09-10  Simon South  <ssouth@slowcomputing.org>
12138         * progmodes/delphi.el (delphi-tab): Indent region when Transient
12139         Mark mode is enabled and region is active; otherwise indent or
12140         insert TAB as usual.
12141         (delphi-mode): Update description of TAB-key binding.
12143 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12145         * subr.el (define-key-rebound-commands): Mark obsolete.
12146         * startup.el (precompute-menubar-bindings): Remove.
12147         (normal-top-level): Remove obsolete code that tried to precompute
12148         menubar bindings.
12149         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
12150         define-key-rebound-commands and precompute-menubar-bindings.
12152 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12154         * net/imap.el (imap-interactive-login): Better messages.
12155         (imap-open): Fix bug with renamed buffer on reconnect.
12156         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12157         for easier debugging and cleaner code.  On successful (guessed based on
12158         server capabilities) secondary authentication, set imap-state
12159         correctly.
12160         (imap-last-authenticator): Define imap-last-authenticator as a variable
12161         to avoid warnings.
12163 2009-09-10  Glenn Morris  <rgm@gnu.org>
12165         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
12167         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
12168         (byte-compile-file-form-autoload): Don't warn about unknown functions
12169         where the autoload statement comes after the use.
12170         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
12171         that any handlers inside the body (eg require) are in turn respected.
12173         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
12174         effects.
12176         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
12177         and syntax and abbrev tables basic docs, if they don't have any.
12179         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
12181         * international/mule-cmds.el (top-level): Require cl when compiling.
12182         (view-hello-file): Use default-value rather than
12183         default-enable-multibyte-characters.
12185         * progmodes/fortran.el: Move all safe and risky properties into the
12186         defcustoms.
12188         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
12189         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
12190         * mail/undigest.el:
12191         Put autoloads in rmail.el rather than loaddefs.el.
12192         * mail/rmail.el: Regenerate with extracted autoloads.
12194         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
12195         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
12197 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
12199         Reported in thread for Bug#4375.
12200         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
12201         "-data-evaluate-expression" instead of print.
12202         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
12203         (gdb-tooltip-print): Parse output from above MI command.
12204         (gdb): Revert 2009-08-11 change.  User should detach inferior
12205         manually.
12207         Remove the word "separate" from IO functions as inferior
12208         output is now never displayed in the GUD buffer.
12210 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
12212         * startup.el (command-line-normalize-file-name): On Windows and
12213         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
12215 2009-09-10  Juri Linkov  <juri@jurta.org>
12217         * isearch.el (isearch-text-char-description): Propertize escape
12218         character sequences with the `escape-glyph' face.  (Bug#4344)
12220         * simple.el (shell-command): Set asynchronous process filter to
12221         `comint-output-filter'.  (Bug#4343)
12223         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
12224         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
12225         the list.  Move "asm" to the bottom.
12226         (grep-find-ignored-directories): Add `choice' with nil value
12227         to empty the list easily.
12228         (grep-find-ignored-files): New option.
12229         (grep-files-history): Set to nil by default instead of '("ch" "el").
12230         (grep-compute-defaults): Add "<X>" to `grep-template'.
12231         (grep-read-files): Bind new local variables `default-alias' and
12232         `default-extension'.  Use a list of default values for the file prompt.
12233         (lgrep): Add `--exclude=' command line options composed from
12234         `grep-find-ignored-files'.
12235         (rgrep): Add `-name' command line options composed from
12236         `grep-find-ignored-files'.  (Bug#4301)
12238 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12240         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
12241         (bug#4368).
12243 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12245         * calendar/time-date.el (autoload):
12246         Expand define-obsolete-function-alias into defalias and make-obsolete
12247         for old Emacsen that Gnus supports.
12248         (with-no-warnings): Define it for old Emacsen.
12249         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12250         is available.
12251         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12252         float-time is available; suppress compile warning for time-to-seconds.
12254 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12256         * net/imap.el (imap-message-map): Docstring fix.
12258 2009-09-09  Glenn Morris  <rgm@gnu.org>
12260         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
12261         line numbers too.  (Bug#4374)
12263 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12265         * smerge-mode.el (smerge-remove-props, smerge-refine):
12266         Use with-silent-modifications (bug#4342).
12268         * subr.el (with-silent-modifications): New macro.
12270 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
12272         * files.el (top-level): Require `cl' when compiling.
12274 2009-09-07  Glenn Morris  <rgm@gnu.org>
12276         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
12278         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
12279         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
12281 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
12283         * vc-git.el (vc-git-annotate-command): Use separator to parse
12284         arguments correctly.
12286 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
12288         * proced.el (proced-mode): Doc fix.
12290 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
12292         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
12293         lstat fails.
12294         (tramp-do-file-attributes-with-ls): Check for file existence at
12295         remote end.
12296         (tramp-do-file-attributes-with-stat): Likewise.
12297         (tramp-convert-file-attributes): Return nil when attr is nil.
12299 2009-09-05  Glenn Morris  <rgm@gnu.org>
12301         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
12302         properties to this button.
12303         (diary-fancy-display): Don't extend the button to the final newline.
12304         (diary-fancy-display-mode): Continue to define "q" as a local key.
12306         * calendar/cal-china.el (holiday-chinese): Make it slightly more
12307         efficient.
12309         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
12311         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
12312         (byte-compile-dest-file-function): New option.
12313         (byte-compile-dest-file): Doc fix.
12314         Obey byte-compile-dest-file-function.
12315         (byte-compile-cl-file-p): New function.
12316         (byte-compile-eval): Only suppress noruntime warnings about cl functions
12317         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
12318         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
12319         than for file being previously loaded.
12320         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
12321         (byte-compile-file-form-require): Handle the case where requiring a file
12322         indirectly causes CL to be loaded.
12324 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
12326         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
12327         before killing the old buffer, since by the time `kill-buffer' is
12328         run so many buffer variables have been set to nil that it may not
12329         behave as expected.  (Bug#4061)
12331 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
12333         * files.el (find-alternate-file): If the old buffer is modified
12334         and visiting a file, behave similarly to `kill-buffer' when
12335         killing it, thus reverting to the pre-1.878 behavior; see
12336         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
12337         for discussion.  Also, consult `buffer-file-name' as a variable
12338         not as a function, for consistency with the rest of the code.
12340 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
12342         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12343         also when adding a new directory.
12345         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12346         defun.
12348 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12350         * files.el (locate-file-completion-table): Make it provide boundary
12351         information, so partial-completion works better.
12353 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
12355         * mail/footnote.el (Footnote-text-under-cursor):
12356         Check footnote-text-marker-alist before using it (bug#4324).
12358 2009-09-04  Glenn Morris  <rgm@gnu.org>
12360         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12361         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12362         * play/solitaire.el, play/tetris.el:
12363         Remove leading * from defcustom and defface docs.
12365         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12366         necessary.
12367         (diary-fancy-overriding-map): New variable.
12368         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12369         Use view-mode.
12371         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12372         goto-line.
12374 2009-09-03  Glenn Morris  <rgm@gnu.org>
12376         * arc-mode.el (archive-mode):
12377         * dos-fns.el (set-default-process-coding-system):
12378         * man.el (Man-getpage-in-background):
12379         * menu-bar.el (menu-bar-describe-menu):
12380         * server.el (server-process-filter):
12381         * startup.el (command-line):
12382         * tar-mode.el (tar-header-block-tokenize, tar-extract):
12383         * w32-fns.el (set-default-process-coding-system):
12384         * x-dnd.el (x-dnd-handle-file-name):
12385         * international/mule-cmds.el (mule-menu-keymap)
12386         (set-default-coding-systems, language-info-alist, set-language-info)
12387         (set-language-environment, standard-display-european-internal)
12388         (set-locale-environment):
12389         * international/mule-diag.el (mule-diag):
12390         * mail/emacsbug.el (report-emacs-bug):
12391         * mail/rmail.el (rmail-mode):
12392         * mail/sendmail.el (mail-setup):
12393         Use default-value rather than default-enable-multibyte-characters.
12395         * progmodes/f90.el: Move all safe properties into the defcustoms.
12396         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12398         * calendar/appt.el (appt-check):
12399         * calendar/diary-lib.el (diary-set-header, diary-live-p)
12400         (diary-check-diary-file, diary-list-entries)
12401         (diary-include-other-diary-files, diary-simple-display)
12402         (diary-fancy-display, diary-print-entries)
12403         (diary-mark-included-diary-files, diary-make-entry):
12404         Don't call substitute-in-file-name on diary-file.
12406 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
12407             Stefan Monnier  <monnier@iro.umontreal.ca>
12409         * mail/footnote.el (footnote-prefix): Make it a defcustom.
12410         (footnote-mode-map): Move initialization into the declaration.
12411         (footnote-minor-mode-map): Define it rather than changing global-map.
12412         (footnote-mode): Use define-minor-mode.
12414 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
12416         * net/tramp.el (tramp-handle-file-attributes-with-ls)
12417         (tramp-do-file-attributes-with-perl)
12418         (tramp-do-file-attributes-with-stat): Rename from
12419         `tramp-handle-file-attributes-with-*'.
12420         (tramp-handle-file-attributes): Use them.
12421         (tramp-do-directory-files-and-attributes-with-perl)
12422         (tramp-do-directory-files-and-attributes-with-stat): Rename from
12423         `tramp-handle-directory-files-and-attributes-with-*'.
12424         (tramp-handle-directory-files-and-attributes): Use them.
12425         (tramp-method-out-of-band-p): Additional parameter SIZE.
12426         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12427         (tramp-handle-write-region): Use it.
12428         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12429         (tramp-handle-vc-registered): Check, whether the first run did
12430         return files to be tested.
12431         (tramp-advice-make-auto-save-file-name): Do not call directly
12432         `tramp-handle-make-auto-save-file-name', because this would bypass
12433         the locking mechanism.
12435         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12436         (file-remote-p, process-file, start-file-process, set-file-times)
12437         (tramp-compat-file-attributes): Compatibility functions shall not
12438         call directly `tramp-handle-*', because this would bypass the
12439         locking mechanism.
12440         (tramp-compat-number-sequence): New defun.
12442 2009-09-02  Glenn Morris  <rgm@gnu.org>
12444         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12445         alias for float-time.
12446         (time-to-number-of-days): In Emacs, use float-time.
12447         * net/newst-backend.el (time-add): Suppress warnings from compat
12448         function.
12449         * time.el (emacs-uptime, emacs-init-time):
12450         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12451         Use float-time rather than time-to-seconds.
12453         * minibuffer.el (completion-initials-expand): Fix typo.
12455         * faces.el (modeline, modeline-inactive, modeline-highlight)
12456         (modeline-buffer-id):
12457         * info.el (info-menu-5): Mark these face aliases as obsolete.
12459 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12461         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12462         space ...
12463         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12464         no "--thread" option.
12465         (gdb-stopped): Don't print "Switched to thread" message when it is
12466         unchanged.
12468 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12470         * minibuffer.el (completion-try-completion)
12471         (completion-all-completions): Remove ill-defined (and
12472         mistakenly installed and luckily never used nor documented)
12473         `completion-styles' property.
12474         (completion-initials-expand, completion-initials-all-completions)
12475         (completion-initials-try-completion): New functions.
12476         (completion-styles-alist): Add doc to each entry.
12477         Add new `initials' entry.
12479 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12481         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12482         MI command -var-evaluate-expression.
12483         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12484         and tweak for case of string child.
12485         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12487 2009-09-01  Glenn Morris  <rgm@gnu.org>
12489         * add-log.el (change-log-date-face, change-log-name-face)
12490         (change-log-email-face, change-log-file-face, change-log-list-face)
12491         (change-log-conditionals-face, change-log-function-face)
12492         (change-log-acknowledgement-face):
12493         * cus-edit.el (custom-invalid-face, custom-rogue-face)
12494         (custom-modified-face, custom-set-face, custom-changed-face)
12495         (custom-saved-face, custom-button-face, custom-button-pressed-face)
12496         (custom-documentation-face, custom-state-face, custom-comment-face)
12497         (custom-comment-tag-face, custom-variable-tag-face)
12498         (custom-variable-button-face, custom-face-tag-face)
12499         (custom-group-tag-face-1, custom-group-tag-face):
12500         * diff-mode.el (diff-header-face, diff-file-header-face)
12501         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12502         (diff-added-face, diff-changed-face, diff-function-face)
12503         (diff-context-face, diff-nonexistent-face):
12504         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12505         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12506         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12507         (Info-title-4-face):
12508         * isearch.el (isearch-lazy-highlight-face):
12509         * log-view.el (log-view-file-face, log-view-message-face):
12510         * paren.el (show-paren-match-face, show-paren-mismatch-face):
12511         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12512         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12513         (cvs-msg-face):
12514         * smerge-mode.el (smerge-mine-face, smerge-other-face)
12515         (smerge-base-face, smerge-markers-face):
12516         * wid-edit.el (widget-documentation-face, widget-button-face)
12517         (widget-field-face, widget-single-line-field-face)
12518         (widget-inactive-face, widget-button-pressed-face):
12519         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12520         (woman-addition-face):
12521         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12522         (eshell-ls-executable-face, eshell-ls-readonly-face)
12523         (eshell-ls-unreadable-face, eshell-ls-special-face)
12524         (eshell-ls-missing-face, eshell-ls-archive-face)
12525         (eshell-ls-backup-face, eshell-ls-product-face)
12526         (eshell-ls-clutter-face):
12527         * eshell/em-prompt.el (eshell-prompt-face):
12528         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12529         * obsolete/old-whitespace.el (whitespace-highlight-face):
12530         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12531         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12532         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12533         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12534         (antlr-font-lock-literal-face):
12535         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12536         (ebrowse-root-class-face, ebrowse-file-name-face)
12537         (ebrowse-default-face, ebrowse-member-attribute-face)
12538         (ebrowse-member-class-face, ebrowse-progress-face):
12539         * progmodes/make-mode.el (makefile-space-face):
12540         * progmodes/sh-script.el (sh-heredoc-face):
12541         * textmodes/flyspell.el (flyspell-incorrect-face)
12542         (flyspell-duplicate-face):
12543         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12544         * textmodes/texinfo.el (texinfo-heading-face):
12545         Mark face aliases with "-face" suffix as obsolete.
12547         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12548         compiler.
12550         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12551         (eudc-bob-sound-menu): Use defvar rather than defconst, since
12552         easy-menu-define wants to modify these.
12554         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12556         * net/browse-url.el (browse-url-file-url):
12557         * term/internal.el (dos-codepage-setup):
12558         Use default-value rather than default-enable-multibyte-characters.
12560         * progmodes/etags.el (etags-goto-tag-location):
12561         * progmodes/flymake.el (flymake-highlight-line)
12562         (flymake-goto-file-and-line, flymake-goto-line):
12563         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12564         (gdb-goto-breakpoint):
12565         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12566         * progmodes/python.el (python-find-function)
12567         (python-pdbtrack-track-stack-file):
12568         * progmodes/verilog-mode.el (verilog-surelint-off):
12569         * term/ns-win.el (ns-open-file-select-line):
12570         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12571         Use forward-line rather than goto-line.
12573         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12574         * textmodes/reftex-index.el (reftex-display-index):
12575         * textmodes/reftex-ref.el (reftex-offer-label-menu):
12576         * textmodes/reftex-toc.el (reftex-toc):
12577         Remove unnecessary bindings of default-major-mode (all are followed by
12578         major-mode check and possible mode switch).
12580 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12582         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12583         Handle watchpoints (bug#4282).
12584         (def-gdb-thread-buffer-command): Enable thread to be selected by
12585         clicking without selecting threads buffer first.
12586         (gdb-current-context-command): Use selected frame so that "up",
12587         "down" etc work in the GUD buffer.
12588         (gdb-update): Find selected frame before rendering stack buffer.
12589         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12591 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12593         * progmodes/sym-comp.el (displayed-completions): Remove.
12594         (symbol-complete): Use minibuffer-complete.
12596 2009-08-31  Glenn Morris  <rgm@gnu.org>
12598         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12600         * apropos.el (apropos-symbols-internal):
12601         Handle (obsolete) face aliases.
12603         * faces.el (describe-face): Adjust the output format to be more like
12604         describe-variable, and to mention (obsolete) face aliases.
12605         Adjust the whitespace so that help-setup-xref works.
12607         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12608         * calendar/diary-lib.el (diary-button-face):
12609         Mark these face aliases as obsolete.
12611         * calendar/calendar.el (calendar-today): Doc fix.
12613 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12615         * progmodes/gdb-mi.el (gdb-control-all-threads)
12616         (gdb-control-current-thread): Force tool bar update.
12617         (gdb-non-stop-handler): New function.
12618         (gdb-init-1): Use it to test if non-stop mode is supported.
12619         Remove unused gdbmi buffer type.
12621 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
12623         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12624         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
12626 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
12628         * comint.el (comint-exec-1): Check command is non-null first.
12629         Part of gdb-mi.el change (2009-08-28).
12631 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12633         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12635 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
12637         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12638         instead of `dolist' to avoid a recursive require when bootstrapping.
12640 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12642         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12644         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12646         * net/imap.el (imap-send-command): Simplify.
12647         (imap-wait-for-tag): point-max -> buffer-size.
12649         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
12651         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
12652         with constant argument.
12654         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
12656         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
12658         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
12659         Change default, since most of our files don't have a history.
12660         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
12661         the user.
12663         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12664         Add comint-run.
12666         * calc/calc.el: Improve commenting convention.
12667         (calc-digit-map, toplevel): Simplify.
12669         * comint.el (comint-insert-input): Be careful to only set point if we
12670         don't delegate to some other command.
12672         * proced.el (proced-signal-list): Make it an alist.
12673         (proced-grammar-alist): Capitalize names.
12674         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
12675         Disable undo manually and make it read-only.
12676         Use completion-annotate-function.
12678         * minibuffer.el (minibuffer-message): If the current buffer is not
12679         a minibuffer, insert the message in the echo area rather than at the
12680         end of the buffer.
12681         (completion-annotate-function): New variable.
12682         (minibuffer-completion-help): Use it.
12683         (completion--embedded-envvar-table): Environment vars are
12684         always case-sensitive.
12686 2009-08-30  Glenn Morris  <rgm@gnu.org>
12688         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
12689         from fortran-current-defun.
12690         (fortran-beginning-of-subprogram): Be more precise about finding the
12691         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
12692         (fortran-end-of-subprogram): Simplify.
12693         (fortran-current-defun): Use fortran-start-prog-re.
12695 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
12697         * subr.el (do-after-load-evaluation): Simplify.
12699 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
12701         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
12703         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
12704         (vc-rcs-print-log): Use it.
12706         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
12708 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12710         * paths.el (abbrev-file-name): Move to abbrev.el.
12711         * abbrev.el (abbrev-file-name): Move from paths.el.
12712         Obey user-emacs-directory.
12713         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
12714         user-emacs-directory.
12715         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
12716         abbrev-file-name and calc-settings-file any more.
12717         * startup.el (command-line): Recompute abbrev-file-name and
12718         abbreviated-home-dir.
12719         (normal-no-mouse-startup-screen): Improve the generic code and get rid
12720         of the special code for when C-h bindings haven't been changed.
12721         (display-startup-echo-area-message): Use with-current-buffer.
12722         (command-line-1): Use a list of strings, rather than a list of lists
12723         of strings for longopts.
12725         * files.el (get-free-disk-space): Use / for default-directory.
12727         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
12728         Use with-current-buffer.
12730         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
12731         Recognize immutable variables like most-positive-fixnum.
12732         (byte-compile-setq-default): Check and warn if trying to assign
12733         to an immutable variable, or a non-variable.
12735         * progmodes/cc-vars.el (c-comment-continuation-stars):
12736         * progmodes/cc-engine.el (c-looking-at-bos):
12737         * progmodes/cc-cmds.el (c-toggle-auto-state)
12738         (c-forward-into-nomenclature, c-backward-into-nomenclature)
12739         (c-comment-line-break-function): Add version of obsolescence.
12741 2009-08-28  Juri Linkov  <juri@jurta.org>
12743         * files.el (magic-fallback-mode-alist): Add ZIP magic number
12744         associated with `archive-mode'.
12746         * image.el (image-type-header-regexps): Use only JPEG magic number
12747         to determine JPEG images, and don't use `image-jpeg-p' because
12748         Emacs can display non-JFIF non-Exif JPEG images.
12750 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
12752         * arc-mode.el (archive-mode):
12753         * emacs-lisp/re-builder.el (re-builder-unload-function):
12754         Protect against the default value of `major-mode' being nil.
12756 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
12758         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
12759         Fix typos in docstrings.
12761         * progmodes/js.el (js--macro-decl-re): Doc fix.
12762         (js--plain-method-re, js--split-name): Refloc docstring.
12763         (js--class-styles, js--make-merged-item, js--splice-into-items):
12764         Fix typos in docstrings; reflow docstrings.
12765         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
12766         (js--variable-decl-matcher, js--inside-pitem-p)
12767         (js--parse-state-at-point, js--get-all-known-symbols)
12768         (js--symbol-history, js-find-symbol, js--js-references)
12769         (js--moz-interactor, js--js-encode-value, js--read-tab):
12770         Fix typos in docstrings.
12772 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12774         * textmodes/reftex.el (reftex-get-file-buffer-force):
12775         * progmodes/verilog-mode.el (verilog-batch-execute-func):
12776         * emulation/viper.el (viper-go-away, viper-set-hooks):
12777         * emacs-lisp/re-builder.el (re-builder-unload-function):
12778         * emacs-lisp/bytecomp.el (byte-compile-file):
12779         * ses.el (ses-unload-function):
12780         * hexl.el (hexl-find-file):
12781         * files.el (normal-mode):
12782         * ehelp.el (with-electric-help):
12783         * autoinsert.el (auto-insert-alist):
12784         * arc-mode.el (archive-mode):
12785         Use (default-value 'major-mode) instead of default-major-mode.
12787         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
12788         * international/mule.el (load-with-code-conversion):
12789         * emacs-lisp/debug.el (debug):
12790         * ediff-vers.el (ediff-rcs-get-output-buffer):
12791         * dired.el (dired-internal-noselect): Don't let-bind
12792         default-major-mode around code that doesn't use it.
12793         E.g. buffer creation via get-buffer-create doesn't use it.
12795 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
12797         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
12798         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
12799         when writing the temp file.  Otherwise, epa-file gets confused.
12800         (tramp-register-file-name-handlers): Make it a defun.  Move also
12801         `epa-file-handler' to the front of `file-name-handler-alist'.
12803 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12805         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
12806         start right after a ^M.
12807         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
12808         (tramp-completion-file-name-regexp-separate)
12809         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
12810         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
12811         Don't modify last-coding-system-used by accident.
12812         (tramp-completion-file-name-handler): Apply the checks here,
12813         instead during registration.
12814         (tramp-register-file-name-handlers): Renamed from
12815         `tramp-register-file-name-handler'.  Register both
12816         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
12817         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
12819 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
12821         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
12822         Remove variable ...
12823         (gdb-init-1, gdb-display-separate-io-buffer)
12824         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
12825         references to it.
12826         (gdb-inferior-io-mode): Use make-comint-in-buffer.
12827         (gdb-inferior-filter): Use comint-output-filter to stop
12828         echoing and remove ^M characters.
12830 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12832         * emulation/viper-init.el (viper-restore-cursor-type):
12833         * emulation/cua-base.el (cua--update-indications):
12834         Replace default-cursor-type with (default-value 'cursor-type).
12836         * mail/sendmail.el (mail-recover-1):
12837         * international/mule-diag.el (describe-current-coding-system-briefly)
12838         (describe-current-coding-system):
12839         * international/mule-cmds.el (select-safe-coding-system)
12840         (select-message-coding-system)
12841         (set-language-environment-coding-systems, set-locale-environment):
12842         * hexl.el (hexl-insert-multibyte-char):
12843         * dos-w32.el (find-buffer-file-type-coding-system):
12844         * simple.el (what-cursor-position):
12845         Replace uses of default-buffer-file-coding-system
12846         with (default-value 'buffer-file-coding-system).
12848         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
12849         Replace uses of default-cursor-in-non-selected-windows
12850         with (default-value 'cursor-in-non-selected-windows).
12851         Use with-current-buffer.
12853         * mail/feedmail.el: Use CL macros.
12854         (feedmail-run-the-queue, feedmail-send-it-immediately):
12855         * dos-w32.el (find-buffer-file-type): Replace uses of
12856         default-buffer-file-type with (default-value 'buffer-file-type).
12858 2009-08-28  Glenn Morris  <rgm@gnu.org>
12860         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
12861         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
12862         Use default-value of major-mode rather than default-major-mode.
12864 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12866         * Makefile.in (update-elcfiles): Report left over elc files.
12868         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
12869         expand-file-name and with-current-buffer.
12870         (mail-get-names, mail-directory): Use with-current-buffer.
12872         * vc.el (vc-read-revision): New function.
12873         (vc-version-diff, vc-merge): Use it.
12875 2009-08-27  Sam Steingold  <sds@gnu.org>
12877         * simple.el (kill-do-not-save-duplicates): New user option.
12878         (kill-new): When it is non-nil, and the new string is the same as
12879         the latest kill, set replace to t to avoid duplicates in kill-ring.
12881 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
12883         * net/tramp.el (tramp-handle-process-file): Do not flush all
12884         caches when `process-file-side-effects' is set.
12885         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
12886         instead of `tramp-find-file-exists-command'.
12887         Unset `process-file-side-effects'.
12889 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
12891         * net/tramp.el (tramp-methods): New method "rsyncc".
12892         (top): Add completion function for "rsyncc".
12893         (tramp-message-show-message): New defvar.
12894         (tramp-message, tramp-error): Use it.
12895         (tramp-do-copy-or-rename-file-directly): Extend check for direct
12896         remote copying.
12897         (tramp-do-copy-or-rename-file-out-of-band): Handle new
12898         `tramp-methods' entry `copy-env' of "rsyncc".
12899         (tramp-vc-registered-read-file-names): New defconst.
12900         (tramp-vc-registered-file-names): New defvar.
12901         (tramp-handle-vc-registered): Implement optimization strategy.
12902         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
12903         (tramp-vc-file-name-handler): New defun.
12904         (tramp-get-ls-command, tramp-get-test-command)
12905         (tramp-get-file-exists-command, tramp-get-remote-ln)
12906         (tramp-get-remote-perl, tramp-get-remote-stat)
12907         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
12909         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
12910         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
12911         timestamps.
12912         (tramp-get-file-property): Check for timestamps in
12913         `tramp-cache-inhibit-cache'.
12914         (tramp-set-file-property): Write timestamp.
12916 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12918         * language/japan-util.el (japanese-symbol-table): Add entries for
12919         cp932-2-byte.
12921         * international/characters.el: Add category `j' to cp932-2-byte.
12923 2009-08-27  Kenichi Handa  <handa@m17n.org>
12925         * international/fontset.el (build-default-fontset-data): New macro.
12926         (setup-default-fontset): Use build-default-fontset-data for CJK,
12927         tibetan, ethiopic, and ipa.
12929 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12931         * cus-start.el (default-major-mode): Customize `major-mode' instead.
12932         (enable-multibyte-characters): Not customizable any more.
12934         * subr.el (default-mode-line-format, default-header-line-format)
12935         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
12936         (default-direction-reversed, default-truncate-lines)
12937         (default-left-margin, default-tab-width, default-case-fold-search)
12938         (default-left-margin-width, default-right-margin-width)
12939         (default-left-fringe-width, default-right-fringe-width)
12940         (default-fringes-outside-margins, default-scroll-bar-width)
12941         (default-vertical-scroll-bar, default-indicate-empty-lines)
12942         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
12943         (default-fringe-cursor-alist, default-scroll-up-aggressively)
12944         (default-scroll-down-aggressively, default-fill-column)
12945         (default-cursor-type, default-buffer-file-type)
12946         (default-cursor-in-non-selected-windows)
12947         (default-buffer-file-coding-system, default-major-mode)
12948         (default-enable-multibyte-characters): Mark as obsolete.
12950 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
12952         * vc-dir.el (vc-dir-update): Remove debug helper.
12954         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
12956 2009-08-26  Sam Steingold  <sds@gnu.org>
12958         * simple.el (save-interprogram-paste-before-kill): New user option.
12959         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
12960         save the interprogram-paste into kill-ring before overriding it
12961         with the Emacs kill.
12963 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
12965         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
12966         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
12967         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
12968         and move to vc-rcs.el.
12969         (vc-default-next-revision): Rename to vc-rcs-next-revision and
12970         move to vc-rcs.el.
12971         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
12972         (vc-rcs-update-changelog): Remove.
12973         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
12974         and move to vc-rcs.el.
12976         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
12977         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
12978         renaming.
12979         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
12980         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
12981         vc.el, renamed to be RCS specific.
12983         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
12984         New functions.
12985         (vc-cvs-update-changelog): Move here from vc.el.
12987         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
12988         New functions.
12990 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12992         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
12994 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
12996         * vc-git.el (vc-git-register): Use "git add" for directories.
12997         (vc-git-stash, vc-git-stash-show): New functions.
12998         (vc-git-extra-menu-map): Bind them.
13000         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
13001         directory correctly in case the item is a directory itself.
13003         * vc.el: Document the desired behavior for reverted files in the
13004         `added' state.
13005         (vc-default-prettify-state-info): Remove function, unused.
13007         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
13009 2009-08-26  Glenn Morris  <rgm@gnu.org>
13011         * bindings.el (standard-mode-line-format): Reposition dashes in
13012         which-func entry.  (Bug#4217)
13014         * files.el (enable-local-variables, enable-local-eval)
13015         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
13016         the defcustoms.
13017         (auto-mode-alist, ignored-local-variables)
13018         (save-some-buffers-action-alist): Move risky declarations to the
13019         definitions.
13020         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
13021         (font-lock-defaults, format-alist, imenu--index-alist)
13022         (imenu-generic-expression, input-method-alist, minor-mode-alist)
13023         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
13024         (mode-line-modified, mode-line-mule-info, mode-line-position)
13025         (mode-line-process, mode-line-remote, outline-level)
13026         (parse-time-rules, rmail-output-file-alist)
13027         (special-display-buffer-names, vc-mode):
13028         Move risky declarations to the relevant files.
13029         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
13030         (mode-line-modified, mode-line-process, mode-line-position)
13031         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
13032         * font-core.el (font-lock-defaults):
13033         * format.el (format-alist):
13034         * vc-hooks.el (vc-mode):
13035         * window.el (special-display-buffer-names):
13036         * international/mule-cmds.el (input-method-alist):
13037         Define riskiness here (dumped file) rather than in files.el.
13038         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
13039         * imenu.el (imenu-generic-expression, imenu--index-alist):
13040         * outline.el (outline-level):
13041         * time.el (display-time-string):
13042         * calendar/parse-time.el (parse-time-rules):
13043         * mail/rmailout.el (rmail-output-file-alist):
13044         Autoload riskiness here, rather than placing in files.el.
13046 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
13048         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
13050 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
13052         * simple.el (process-file-side-effects): New defvar.
13054         * dired-aux.el (dired-show-file-type):
13055         * vc.el (vc-diff-internal):
13056         * vc-arch.el (vc-arch-diff):
13057         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
13058         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
13059         * vc-git.el (vc-git-registered, vc-git-working-revision)
13060         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
13061         (vc-git--empty-db-p):
13062         * vc-hooks.el (vc-user-login-name):
13063         * vc-svn.el (vc-svn-registered, vc-svn-state)
13064         (vc-svn-dir-extra-headers, vc-svn-find-revision):
13065         * progmodes/grep.el (grep-probe): Let-bind
13066         `process-file-side-effects' with nil.
13068         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
13070         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
13071         daemon.  Replace ping by checking for running service for bluez
13072         and zeroconf.  (Bug#4239)
13074 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13076         * net/dig.el (dig): Add autoload cookie.
13078 2009-08-25  Glenn Morris  <rgm@gnu.org>
13080         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
13081         load-history for absolute file-names.
13082         (byte-compile-file-form-require): Warn about use of the cl package.
13084         * format.el (format-alist): Doc fix.
13086         * play/bubbles.el (top-level): Don't require cl at run-time.
13088         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
13089         run-time cl).
13091 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
13093         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
13094         from cl package.
13095         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
13097 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
13099         * calc/calc-alg.el (math-trig-rewrite)
13100         (math-hyperbolic-trig-rewrite): New functions.
13101         (calc-simplify): Simplify trig functions when asked.
13103 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13105         * diff-mode.el (diff-find-source-location): Avoid goto-line.
13107 2009-08-24  Kenichi Handa  <handa@m17n.org>
13109         * language/ind-util.el (mapthread): Delete it.
13110         (combinatorial): New function.
13111         (indian--puthash-cv): Use combinatorial instead of mapthread.
13113 2009-08-22  Kevin Ryde  <user42@zip.com.au>
13115         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
13116         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
13117         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
13118         Clarify docstring that the value is strings not symbols.
13119         (checkdoc-list-of-strings-p): New function.
13121 2009-08-22  Glenn Morris  <rgm@gnu.org>
13123         * files.el (auto-mode-alist):
13124         * hippie-exp.el (he-concat-directory-file-name):
13125         * lpr.el (lpr-windows-system, printer-name):
13126         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
13127         * ps-print.el (ps-windows-system):
13128         * startup.el (command-line):
13129         * emulation/viper-ex.el (viper-glob-function):
13130         * international/mule-cmds.el (set-language-environment-coding-systems):
13131         * net/ange-ftp.el (ange-ftp-write-region):
13132         * obsolete/fast-lock.el (fast-lock-cache-name):
13133         Remove code for defunct system-types emx, macos, mswindows, next-mach,
13134         unisoft-unix, vax-vms, win32, w32.
13136         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
13137         given name if the pattern is not more specific.
13139         * calendar/lunar.el (lunar-phase-names): New option.
13140         (lunar-phase): Doc fix.
13141         (lunar-cycles-per-year): New constant.
13142         (lunar-index): New function.
13143         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
13144         (lunar-phase-name): Use lunar-phase-names.
13145         (calendar-lunar-phases): Use format.
13146         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
13148         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
13149         Copy imenu-example--name-and-position function here for own use.
13150         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
13152         * bs.el (bs--redisplay):
13153         * cus-edit.el (custom-redraw):
13154         * ibuffer.el (ibuffer-bury-buffer):
13155         * server.el (server-goto-line-column):
13156         * startup.el (command-line-1):
13157         * strokes.el (strokes-xpm-for-stroke):
13158         * term.el (term-display-buffer-line):
13159         * view.el (View-goto-line):
13160         * calc/calc.el (calc-do, calc-trail-buffer):
13161         * play/gamegrid.el (gamegrid-add-score-insecure):
13162         * progmodes/ada-mode.el (ada-compile-goto-error):
13163         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
13164         (ebrowse-select-1st-to-9nth):
13165         * progmodes/cperl-mode.el (cperl-time-fontification):
13166         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
13167         * progmodes/gud.el (gud-display-line):
13168         (idlwave-shell-display-line):
13169         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
13170         * progmodes/make-mode.el (makefile-browser-toggle):
13171         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
13172         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
13173         * textmodes/picture.el (picture-draw-rectangle):
13174         * textmodes/reftex-index.el (reftex-index-goto-letter):
13175         (reftex-select-jump-to-previous):
13176         * textmodes/reftex-sel.el (reftex-find-start-point)
13177         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
13178         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
13179         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
13180         * textmodes/tex-mode.el (tex-compilation-parse-errors):
13181         * textmodes/two-column.el (2C-associated-buffer):
13182         Use forward-line rather than goto-line.
13184         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
13185         goto-line.
13187         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
13188         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
13189         (quick-check-list-to-regexp): Declare.
13191         * progmodes/make-mode.el (makefile-browser-insert-selection):
13192         Use goto-char rather than goto-line.
13194         * progmodes/prolog.el (compilation-error-regexp-alist)
13195         (compilation-forget-errors): Declare.
13197 2009-08-22  Juri Linkov  <juri@jurta.org>
13199         * progmodes/grep.el (lgrep, rgrep): At the beginning
13200         set `dir' to `default-directory' unless `dir' is a non-nil
13201         readable directory.  (Bug#4052)
13202         (lgrep, rgrep): Change a weird way to report an error
13203         from using `read-string' to using `error'.
13204         Instead of using interactive arguments in the function body,
13205         add new argument `confirm'.
13207 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13209         * textmodes/remember.el (remember-buffer):
13210         * progmodes/cperl-mode.el (cperl-vc-header-alist):
13211         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
13212         (icalendar-extract-ical-from-buffer):
13213         * net/newst-treeview.el (newsticker-groups-filename):
13214         * net/newst-backend.el (newsticker-cache-filename):
13215         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
13216         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
13217         (speedbar-add-ignored-path-regexp, speedbar-line-path)
13218         (speedbar-buffers-line-path, speedbar-path-line)
13219         (speedbar-buffers-line-path):
13220         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
13221         (epg-sign-keys):
13222         * epa.el (epa-display-verify-result):
13223         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
13225 2009-08-21  Glenn Morris  <rgm@gnu.org>
13227         * progmodes/js.el (inferior-moz-process): Fix declaration.
13229         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
13231         * obsolete/rnewspost.el (news-mail-reply):
13232         Use goto-char rather than goto-line.
13234         * term/ns-win.el (ns-open-file-select-line):
13235         Use line-beginning-position rather than goto-line.
13237         * apropos.el (apropos-command):
13238         * ehelp.el (electric-helpify):
13239         * printing.el (pr-show-setup):
13240         * strokes.el (strokes-help):
13241         * tutorial.el (tutorial--describe-nonstandard-key)
13242         (tutorial--detailed-help):
13243         * woman.el (woman-mini-help, woman-display-extended-fonts):
13244         * calc/calc-help.el (calc-describe-key):
13245         * emulation/edt.el (edt-electric-helpify):
13246         * international/mule-diag.el (mule-diag):
13247         * play/yow.el (apropos-zippy):
13248         * progmodes/python.el (python-describe-symbol):
13249         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
13250         * textmodes/table.el (*table--cell-describe-mode)
13251         (*table--cell-describe-bindings):
13252         Use help-print-return-message rather than the now obsolete alias.
13254         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
13255         (calendar-cursor-to-visible-date):
13256         * play/5x5.el (5x5-position-cursor):
13257         * play/decipher.el (decipher):
13258         * play/gomoku.el (gomoku-goto-xy):
13259         * play/landmark.el (lm-goto-xy):
13260         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
13261         (mpuz-paint-digit):
13262         Use forward-line, not goto-line.
13264         * mail/rmail.el (rmail-obsolete): Delete custom group.
13265         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
13266         (rmail-remote-password, rmail-remote-password-required):
13267         Remove unneeded :set-after and :set properties.
13269 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
13271         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
13273 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
13275         * loadup.el: Remove leftover macos code.
13277         * vc-git.el (vc-git-annotate-command): Run asynchronously.
13278         Explicitly pass the date format to git blame so that user local
13279         so that the output format can be parsed.
13281 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
13283         * net/dbus.el (top): Don't check for (getenv
13284         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
13286 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
13288         * log-edit.el (log-edit-strip-single-file-name): New var.
13289         (log-edit-insert-changelog): Use it.  Bug#3571
13291 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13293         * subr.el (read-passwd): Use read-key so keypad keys work as well.
13294         Bug#3287
13296         * help.el (help-print-return-message): Rename from
13297         print-help-return-message.
13299         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
13300         cvs-mode-map parent hack.
13301         (log-view-mode): Derive from special-mode.
13303         * linum.el (linum-mode): window-size-change-functions is redundant.
13304         Adapt to new window-configuration-change-hook behavior.
13305         (linum-after-size, linum-after-config): Remove.
13307         * imenu.el (imenu-example--name-and-position)
13308         (imenu-example--lisp-extract-index-name)
13309         (imenu-example--create-lisp-index, imenu-example--create-c-index):
13310         Mark as obsolete.
13312         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
13313         (inferior-prolog-mode): Use it.
13314         (inferior-prolog-load-file): Reset list of errors.
13316 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13318         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
13320         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
13322 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
13324         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
13325         is running already.
13327 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13329         * subr.el (listify-key-sequence-1): Use normal syntax since those
13330         integers are nowadays always represented by the same (positive) number
13331         on all platforms.
13332         (read-key-empty-map): New const.
13333         (read-key-delay): New var.
13334         (read-key): New function.
13335         (force-mode-line-update): Use with-current-buffer.
13336         (locate-user-emacs-file): Don't forget to abbreviate the file name.
13337         (start-process-shell-command, start-file-process-shell-command):
13338         Discourage the use of command-args.
13340 2009-08-19  Glenn Morris  <rgm@gnu.org>
13342         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
13344 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13346         * simple.el (choose-completion-string): Don't rely on
13347         minibuffer-completing-file-name and ad-hoc checks to decide whether
13348         to continue completion or not.
13350         * minibuffer.el (minibuffer-hide-completions): New function.
13351         (completion--do-completion): Use it.
13352         (completions-annotations): New face.
13353         (completion--insert-strings): Use it.
13354         (completion-pcm--delim-wild-regex): Add docstring.
13355         (completion-pcm--string->pattern): Add support for 0-width delimiters
13356         in completion-pcm--delim-wild-regex.
13358 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13360         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13361         Remove unused var `buffer-modified-p'.
13363         * minibuffer.el (completion--do-completion): Move point for the #b001
13364         case as well (bug#4176).
13365         (minibuffer-complete, minibuffer-complete-word): Don't move point.
13367 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
13369         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
13370         and :session buses.
13372 2009-08-18  Kenichi Handa  <handa@m17n.org>
13374         * international/ucs-normalize.el (ucs-normalize-version):
13375         Change to 1.1.
13376         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13377         (utf-8-hfs): Make it perform normalization on encoding too.
13379         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
13380         (sentence-end-without-space): Delete duplicated chars.
13381         (sentence-end-base): Likewise.
13383         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
13384         (html-mode): Delete duplicated chars from sentence-end-base.
13386         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
13387         (texinfo-mode): Delete duplicated chars from sentence-end-base.
13389 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
13391         * files.el (hack-one-local-variable): If the mode function is for
13392         a minor mode, pass it an argument (Bug#4148).
13394 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
13396         * net/tramp.el (tramp-register-completion-file-name-handler):
13397         Check also for (member 'partial-completion completion-styles).
13399 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13401         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13402         abbrev (Bug#3943).
13404 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
13406         * progmodes/cperl-mode.el: Merge upstream 6.2.
13407         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13408         (cperl-forward-re): Check cperl-brace-recursing.
13409         (cperl-highlight-charclass): New function.
13410         (cperl-find-pods-heres): Use it.
13411         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13412         (cperl-beautify-regexp-piece): Fix column calculation.
13413         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13414         (cperl-beautify-level): Don't process entire regexp.
13415         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13416         calling man.
13417         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13418         (cperl-init-faces): Build a list in the normal way.
13420 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13422         * calendar/parse-time.el (parse-time-string-chars): Save match
13423         data.
13425 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13427         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13428         (sql-product): Use it.
13429         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13430         (sql-set-product): Add completion.
13431         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13432         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13433         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13434         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13435         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13436         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13437         (sql-highlight-db2-keywords): Remove.
13438         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13439         (sql-highlight-product): Use derived-mode-p.
13440         (sql-set-sqli-buffer): Use with-current-buffer.
13441         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13442         Simplify.
13444         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13446         * term.el: Fix commenting convention, turn comments into docstrings.
13448 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
13450         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13452 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13454         * calendar/parse-time.el (parse-time-string-chars): Compute using
13455         character classes, to handle non-ascii characters (Bug#3190).
13457 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13459         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13460         another heredoc if the user adds another < (Bug#3226).
13462         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13463         Don't initialize based on window-system (Bug#4124).
13465         * facemenu.el (facemenu-read-color): Use a completion function
13466         that accepts any defined color, such as RGB triplets (Bug#3677).
13468         * files.el (get-free-disk-space): Change fallback default
13469         directory to /.  Expand DIR argument before switching to fallback.
13470         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13472 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13474         * files.el (load-library): Doc fix.
13476 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
13478         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13479         (viper-if-string): Redefine C-s in the minibuffer to insert the last
13480         incremental search string.
13482         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13483         XEmacs.
13485         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13486         (ediff-merge-region-is-non-clash)
13487         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13488         Also check if the job is really a merge job.
13490         * ediff.el (ediff-current-file): New function.
13492 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13494         * progmodes/js.el: Edit docstrings throughout to follow Emacs
13495         conventions.
13496         (js-insert-and-indent): Delete function.
13497         (js-mode-map): Don't bind keys to js-insert-and-indent.
13498         (js-beginning-of-defun): Rename from js--beginning-of-defun.
13499         (js-end-of-defun): Rename from js--end-of-defun.
13500         (js-auto-indent-flag): Delete variable.
13502 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
13504         * progmodes/js.el: Remove proclaim statement.
13505         Defvar which-func-imenu-joiner-function to silence compiler.
13507         * files.el (auto-mode-alist): Use js-mode for .js files.
13509         * progmodes/js2-mode.el: Remove file.
13511         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13513         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13515         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13517 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
13518             Karl Landstrom  <karl.landstrom@brgeight.se>
13520         * progmodes/js.el: New file.
13522 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
13524         * timezone.el (timezone-parse-date): Add ability to understand ISO
13525         basic format (minimal separators) dates in addition to the
13526         already-supported extended format dates.
13528 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
13530         * international/ucs-normalize.el: Add a `coding' file variable.
13532         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13534 2009-08-14  Sam Steingold  <sds@gnu.org>
13536         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13538 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
13540         * faces.el (help-argument-name): Define it here instead of
13541         help-fns.el, because in daemon mode help-fns.el may be loaded when
13542         faces are still uninitialized (Bug#1078).
13544         * help-fns.el (help-argument-name): Move defface to faces.el.
13546 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
13548         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13549         create buffer with a pty but no process so that GDB can make the
13550         inferior the controlling process.
13552 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
13554         * international/ucs-normalize.el: New file.
13556 2009-08-13  Richard Stallman  <rms@gnu.org>
13558         * mail/rmail.el (rmail-get-attr-names):
13559         Accept an attribute header that is too short.
13561         * mail/rmail.el (rmail-forget-messages):
13562         Ignore nil elt in rmail-message-vector.  Use dotimes.
13564         * progmodes/compile.el (compilation-goto-locus):
13565         Use next-error-move-function.
13567         * simple.el (next-error-move-function): New variable.
13569 2009-08-12  Juri Linkov  <juri@jurta.org>
13571         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13572         always non-nil.  (Bug#4052)
13574         * replace.el (read-regexp): Return empty string when
13575         `default-value' is nil.
13576         (keep-lines-read-args): Don't use empty string as the
13577         default value for `read-regexp'.  (Bug#2495)
13579 2009-08-12  Juri Linkov  <juri@jurta.org>
13581         * international/mule-cmds.el (ucs-insert): Change arguments
13582         from `arg' to `character', `count', `inherit' to be the same
13583         as in `insert-char'.  Doc fix.  (Bug#4039)
13585         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13587 2009-08-12  Juri Linkov  <juri@jurta.org>
13589         * files-x.el: New file.
13591         * files.el: Move code that deals with adding/deleting
13592         file/directory-local variables to files-x.el.
13594         * Makefile.in (ELCFILES): Add files-x.elc.
13596 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
13598         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13599         to use `goto-line'.
13600         (gdb-place-breakpoints, gdb-get-location): Rewritten without
13601         `goto-line'.
13602         (gdb-invalidate-disassembly): Do not refresh upon receiving
13603         'update signal.  Instead, update all disassembly buffers only after
13604         threads list.
13605         (gdb): Send -target-detach when buffer is killed (Bug#3794).
13606         (gdb-starting): Moved -data-list-register-names...
13607         (gdb-stopped): ...here so it's sent when first thread stops.
13608         (gdb-registers-handler-custom): Do nothing if register names are
13609         unknown yet.
13611         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13612         from `gdb-mi.el' to avoid extra tangling.
13614         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13615         change which breaks `gud-def' definitions used in `gdb'.
13616         (gdb-update-gud-running): No extra fuss for updating frame number.
13618 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13620         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13621         (describe-language-environment-map, setup-language-environment-map)
13622         (set-coding-system-map): Move initialization into declaration.
13623         (set-language-info-alist): Last arg to define-key-after can be skipped.
13625         * international/quail.el (quail-completion-1): Simplify.
13626         (quail-define-rules): Use slightly more compact code.
13627         (quail-insert-decode-map): Propertize keys, compact columns.
13629         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13630         Add goto-line.
13632 2009-08-10  Miles Bader  <miles@gnu.org>
13634         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13635         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13636         (js2-instance-member, js2-private-member, js2-private-function-call)
13637         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13638         (js2-magic-paren, js2-external-variable):
13639         Remove "-face" suffix from face names.
13640         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13641         (js2-highlight-undeclared-vars, js2-peek-token)
13642         (js2-parse-function-params, js2-mode-show-errors)
13643         (js2-mode-show-warnings, js2-make-magic-delimiter)
13644         (js2-mode-highlight-magic-parens): Update to use new face names.
13646 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
13648         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
13649         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
13651 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
13653         * subr.el: Provide hashtable-print-readable.
13655         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
13656         hs-c-like-adjust-block-beginning.
13657         (hs-hide-block-at-point): Stop hiding at the beginning of
13658         hs-block-end-regexp (Bug#700).
13660 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
13662         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
13663         a macro.
13664         (gdb-registers-handler-custom): Do not fail when register names
13665         are unavailable.
13667 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13669         * progmodes/gdb-mi.el (gdb-control-all-threads)
13670         (gdb-control-current-thread): Interactive setters for
13671         `gdb-gud-control-all-threads' to use in menu.
13672         (gdb-show-run-p): Show «Go» when process is not active.
13673         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
13674         gud/thread.xpm and gud/all.xpm.
13676 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
13678         * net/net-utils.el (net-utils-font-lock-keywords): New var.
13679         (nslookup-font-lock-keywords): Make it a variable.
13680         (net-utils-mode): New mode for viewing diagnostic network output.
13681         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
13682         (net-utils-run-simple): New function.
13683         (ifconfig, iwconfig, netstat, arp, route): Use it.
13685 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13687         * progmodes/gdb-mi.el (gdb-read-memory-custom)
13688         (gdb-memory-set-address, def-gdb-set-positive-number)
13689         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
13690         after changing settings.
13691         (gdb-invalidate-disassembly): Update when first shown.
13692         (gdb-edit-locals-value): Fixed.
13693         (gdb-registers-handler-custom): Print registers in right order and
13694         allow changing register values (only for current thread yet).
13695         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
13696         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
13697         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
13698         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
13699         info in mode name.
13700         (gdb-registers-mode-map): TAB to switch to locals.
13702 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
13704         * mail/rmail.el (rmail-add-mbox-headers)
13705         (rmail-set-message-counters-counter): Search for
13706         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
13708 2009-08-08  Glenn Morris  <rgm@gnu.org>
13710         * Makefile.in (ELCFILES): Update.
13712 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13714         * mail/sendmail.el (mail-yank-original): Set
13715         buffer-file-coding-system from the one used by the message whose
13716         text is yanked.
13718         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
13719         to "windows" when "pgnuplot" is used.
13720         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
13721         call accept-process-output if "pgnuplot" is used.
13722         (calc-graph-init): Don't send -display and -geometry to
13723         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
13724         running "pgnuplot -V" with shell-command-to-string.
13726         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
13727         the default.
13729 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13731         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
13732         org/org-latex.elc.
13734 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
13736         * vc-dispatcher.el (vc-resynch-window): Update comment.
13738         * term.el (term-handle-ansi-escape): Add comments with the
13739         terminfo capabilities implemented.
13741 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
13743         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
13744         (gdb-var-create-handler): Rewritten using JSON parser.
13745         (gdb-propertize-header): Moved earlier.
13746         (gdb-set-header): Removed to avoid duplication.
13747         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
13748         Refresh disassembly buffers only after threads list have been
13749         update.
13750         (gdb-threads-header, gdb-registers-header): Per-buffer header line
13751         variables.
13753 2009-08-04  Juri Linkov  <juri@jurta.org>
13755         * files.el: Commands to add/delete file/directory-local variables.
13756         (read-file-local-variable, read-file-local-variable-value)
13757         (read-file-local-variable-mode, modify-file-local-variable)
13758         (modify-file-local-variable-prop-line)
13759         (modify-dir-local-variable): New functions.
13760         (add-file-local-variable, delete-file-local-variable)
13761         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
13762         (add-dir-local-variable, delete-dir-local-variable)
13763         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
13764         (copy-dir-locals-to-file-locals-prop-line): New commands.
13766 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
13768         * abbrev.el (insert-abbrev-table-description): Prettify output.
13769         Suggested by Karl Chen.
13771 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
13773         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
13774         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
13775         (gdb-overlay-arrow-position, gdb-thread-position)
13776         (gdb-disassembly-position): Declare variables.
13777         (gdb-wait-for-pending): Function now.
13778         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
13779         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
13780         compilation goes smoothly.
13781         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
13782         (gdb-non-stop-setting): New customization setting which replaces
13783         `gdb-non-stop' so changing it doesn't break active GDB session.
13784         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
13785         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
13786         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
13787         (gdb-show-threads-by-default): New customization options.
13788         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
13789         routines.
13790         (gdb-get-buffer-create): Send buffers update signal when they are
13791         created.
13792         (gdb-invalidate-locals, gdb-invalidate-registers)
13793         (gdb-invalidate-breakpoints)
13794         (gdb-invalidate-threads, gdb-invalidate-disassembly)
13795         (gdb-invalidate-memory): Accept update signal.
13796         (gdb-current-context-command): Use --frame option.
13797         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
13798         Implement `gdb-frame-number' selection logic.
13799         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
13800         whether to show GUD toolbar buttons.
13801         (gdb-thread-exited): Unselect current thread when it exits.
13802         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
13803         (gdb-mark-line): Routine which sets overlay arrow or inverses
13804         video on fringeless displays.
13805         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
13806         to build aligned columns of data in GDB buffers and set text
13807         properties line-by-line.
13808         (gdb-invalidate-breakpoints)
13809         (gdb-breakpoints-list-handler-custom)
13810         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
13811         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
13812         (gdb-registers-handler-custom): Align data columns.
13813         (gdb-locals-handler-custom): Now prints data like in variable
13814         declarations.
13815         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
13816         Removed confusing buttons.
13817         (gdb-invalidate-threads): Append --frame.
13818         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
13819         between breakpoints/threads buffers.
13820         (gdb-set-window-buffer): Now can ignore dedicated windows.
13821         (gdb-propertize-header): Use `gdb-set-window-buffer'.
13822         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
13823         (def-gdb-thread-buffer-gud-command): Replaces
13824         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
13825         for fine thread control.
13826         (gdb-preempt-existing-or-display-buffer): New function used to
13827         display bound buffers without breaking window layout.
13828         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
13829         (gdb-select-frame): New version of `gdb-frames-select' which now
13830         sets `gdb-frame-number' so commands may use --frame option instead
13831         of inner debugger state.
13832         (gdb-frame-handler): Do not set `gdb-frame-number'.
13833         (gdb-threads-mode-map): Select threads with mouse.
13835         * progmodes/gud.el (gdb-gud-context-call): Declare function to
13836         avoid compilation warning.
13837         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
13838         `gdb-show-stop-p`.
13840         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
13841         Argument `key' renamed to `buffer-type'.
13842         (gdb-current-context-buffer-name): Do not add thread info to
13843         buffer name when no thread is selected.
13844         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
13845         command (bug 3794).
13846         (gdb-thread-selected): Handle `=thread-selected' notification.
13847         (gdb-wait-for-pending): New macro to deal with congestion problems.
13848         (gdb-breakpoints-list-handler-custom): Don't fail on pending
13849         breakpoints.
13850         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
13851         This fixes problem similar to one described in bug 3947.
13852         (gud-menu-map): More menu items.
13853         (gdb-init-1): Reset `gdb-thread-number' to nil.
13855         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
13856         non-stop settings.
13858         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
13859         (gdb-current-context-command): Do not append --thread if
13860         `gdb-thread-number' is nil.
13861         (gdb-running-threads-count, gdb-stopped-threads-count): New
13862         variables.
13863         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
13864         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
13865         customization options.
13866         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
13867         GUD commands.
13868         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
13869         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
13870         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
13871         set `gdb-thread-number' and update `gud-running' properly.
13872         (gdb-running): Update threads list when new threads appear.
13873         (gdb-stopped): Support non-stop operation and new thread switching
13874         logic.
13875         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
13876         (gdb-json-partial-output): New set of JSON routines.
13877         (def-gdb-auto-update-trigger): New `signal-list' optional
13878         argument.
13879         (gdb-thread-list-handler-custom): Update `gud-running',
13880         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
13881         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
13882         (gdb-continue-thread, gdb-step-thread): New commands for fine
13883         thread execution control.
13884         (gud-menu-map): New menu items to switch non-stop options.
13885         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
13886         (gdb-send): Mimic RET properly (bug 3794).
13888         * progmodes/gdb-mi.el (gdb-rules-name-maker)
13889         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
13890         gdb-buffer-rules.
13891         (def-gdb-auto-update-handler): New nopreserve optional argument.
13892         (gdb-stack-list-frames-custom): Print stack from top to bottom.
13894         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
13895         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
13896         (gdb-parent-mode): New mode to derive other GDB modes from.
13897         (gdb-display-disassembly-for-thread)
13898         (gdb-frame-disassembly-for-thread): New commands for threads
13899         buffer.
13901         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
13902         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
13903         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
13904         (gdb-update): We now store all GDB buffers in a list so that they
13905         can be updated by traversing a list instead of calling invalidate
13906         triggers explicitly.
13907         (def-gdb-trigger-and-handler): New macro to define trigger-handler
13908         pair for GDB buffer.
13909         (gdb-stack-buffer-name): Add thread information.
13910         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
13911         handle pending triggers.
13912         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
13913         (def-gdb-thread-buffer-simple-command)
13914         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
13915         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
13916         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
13917         New commands which show buffers bound to thread.
13918         (gdb-stack-list-locals-regexp): Removed unused regexp.
13920         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
13921         (gdb-locals-buffer-name, gdb-registers-buffer-name)
13922         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
13923         to (gud-comint-buffer) in *-buffer-name functions
13924         because (gdb-get-target-string) already does that.
13925         (gdb-locals-handler-custom, gdb-registers-handler-custom)
13926         (gdb-changed-registers-handler): Rewritten without regexps.
13928         * progmodes/gdb-mi.el: Basic thread selection support.
13929         (gdb-thread-number): New variable.
13930         (gdb-current-context-command): New macro which adds --thread
13931         option to command.
13932         (gdb-threads-mode-map): Select thread with SPC.
13933         (gdb-thread-list-handler-custom): Mark current thread with overlay
13934         arrow.  Synchronize GDB thread and Emacs thread.
13935         (gdb-select-thread): New command which selects current thread.
13936         (gdb-invalidate-frames, gdb-invalidate-locals)
13937         (gdb-invalidate-registers): Use --thread option.
13939 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
13941         * net/tramp.el (top): Make check for tramp-gvfs loading more
13942         robust.  (Bug#3977)
13943         (tramp-handle-insert-file-contents): `unwind-protect' must be
13944         inside `with-parsed-tramp-file-name'.
13946         * net/tramp-gvfs.el (top): Remove superfluous message when loading
13947         fails.
13949 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
13951         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
13952         directory if CLASSPATH is not set.
13954 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
13956         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
13957         New defconst.
13958         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
13960 2009-08-02  Kevin Ryde  <user42@zip.com.au>
13962         * net/newst-backend.el (newsticker--raw-url-list-defaults):
13963         Update freshmeat link.  Delete newsforge.com as it seems gone.
13965 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
13967         * select.el (x-set-selection): Doc fix (Bug#4021).
13969         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
13971         * help-fns.el (describe-variable): Treat list return values from
13972         dir-locals-find-file properly (Bug#4005).
13974 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
13976         * net/tramp.el (tramp-debug-message): Print also microseconds.
13978 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
13980         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
13981         or END is non-nil.
13982         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
13983         (tramp-get-debug-buffer): Change `outline-regexp' according to new
13984         format.
13986         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
13987         (tramp-get-file-property): Use it.
13989         * autorevert.el (auto-revert-handler): Allow
13990         `auto-revert-tail-mode' for remote files.
13992 2009-08-02  Jason Rumney  <jasonr@gnu.org>
13994         * minibuffer.el (read-file-name): Treat confirm options to
13995         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
13997 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
13999         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
14000         (font-lock-variable-name-face, font-lock-constant-face): Darken
14001         the colors for light backgrounds.
14003 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
14005         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
14006         month names.  (Bug#3987)
14008 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
14010         * simple.el (line-move-finish): Pass whole number to
14011         line-move-to-column.
14012         (line-move-visual): Perform hscroll to the recorded position.
14014 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
14016         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
14018 2009-07-29  Alan Mackenzie  <acm@muc.de>
14020         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
14022 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
14024         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
14025         (gdb-place-breakpoints): Use full path when setting breakpoints.
14027 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
14029         * calc/calc.el (calc-mode-map): Add keybinding for
14030         `calc-transpose-lines'.
14032 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
14034         * calc/calc-misc.el (calc-transpose-lines): New function.
14036 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
14038         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
14039         Simplify check for out-of-band methods.
14040         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
14041         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
14043 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
14045         * vc-git.el (vc-git-checkin): Fix typo.
14047 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
14049         * progmodes/js2-mode.el: New file.
14051 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
14053         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
14054         (gud-menu-map): Adjust tooltip accordingly.
14056 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
14058         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
14059         (vc-bzr-log-view-mode): Adjust log-view-file-re.
14061         * add-log.el (change-log-mode-map): Add a menu.
14063 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
14065         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
14066         function returns nil.
14067         (dbus-handle-event): Handle special return value :ignore.
14068         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
14070 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
14072         * view.el (view-mode-enable): Don't define Helper-return-blurb if
14073         it's not needed.
14075 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
14077         Fix Bug#3888:
14079         * w32-vars.el (x-select-enable-clipboard): Doc fix.
14081         * term/pc-win.el (x-display-name, x-colors)
14082         (x-select-enable-clipboard, x-select-text): Doc fix.
14084         * term/common-win.el (x-display-name, x-colors): Doc fix.
14086         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
14087         (xw-defined-colors): Doc fix.
14089         * w32-fns.el (x-select-text, x-setup-function-keys)
14090         (x-get-selection, x-set-selection): Doc fix.
14092         * term/x-win.el (x-select-text, x-setup-function-keys)
14093         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
14095         * select.el (x-set-selection): Doc fix.
14097 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
14099         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
14100         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
14101         "IsNSSSupportAvailable" method is not available.  Reported by
14102         Steve Youngs <steve@sxemacs.org>.
14104 2009-07-24  Kenichi Handa  <handa@m17n.org>
14106         * international/characters.el: Fix setting of category ?C, ?|, ?K,
14107         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
14108         (build-unicode-category-table): Fix range checks.
14110 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
14112         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
14113         the buffer we try to sync is current when calling
14114         vc-resynch-buffer.
14116         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
14117         not show up to date files.
14119 2009-07-24  Glenn Morris  <rgm@gnu.org>
14121         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
14122         Add autoload cookies.  If necessary, initialize.
14123         (elint-log): Handle non-file buffers.
14124         (elint-initialize): Add optional argument to reinitialize.
14125         (elint-find-builtin-variables): Save excursion.
14127 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
14129         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14130         for Lint.
14132 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
14134         * vc.el (vc-print-log-internal): New function, split out from ...
14135         (vc-print-log): ... here.
14136         (vc-dir-move-to-goal-column): Declare.
14138         * vc-git.el (vc-git-add-signoff): New variable.
14139         (vc-git-checkin): Use it.
14140         (vc-git-toggle-signoff): New function.
14141         (vc-git-extra-menu-map): Bind it to menu.
14142         (vc-git--run-command-string): Accept a nil FILE argument.
14143         (vc-git-stash-list): New function.
14144         (vc-git-dir-extra-headers): Use it.
14146 2009-07-23  Glenn Morris  <rgm@gnu.org>
14148         * help-fns.el (describe-variable): Describe ignored and risky local
14149         variables in a similar way to that in which we describe safe ones.
14151         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
14152         (byte-compile-output-file-form, byte-compile-output-docform)
14153         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
14154         Give some more local variables with common names a "bytecomp-" prefix,
14155         so as not to shadow things during compilation.
14156         * emacs-lisp/cl-macs.el (load-time-value)
14157         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
14158         `outbuffer' to `bytecomp-outbuffer'.
14160         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
14161         since the next two variables cover them automatically now.
14162         (elint-builtin-variables, elint-autoloaded-variables): New.
14163         (elint-unknown-builtin-args): Remove all members, since they can be
14164         parsed automatically now.
14165         (elint-extra-errors): New.
14166         (elint-env-add-env, elint-env-add-macro): Use cadr.
14167         (elint-current-buffer): Use or.  Change final message.
14168         (elint-get-top-forms): Use line-end-position.
14169         (elint-init-env): Use cadr.  Handle autoload, declare-function,
14170         and defalias.
14171         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
14172         (regexp-assoc): Remove unused function.
14173         (elint-top-form): Set elint-current-pos, to record the start of the
14174         top-level form, for compilation-mode.
14175         (elint-form): Trap errors in macro expansion.  Use dolist.
14176         (elint-unbound-variable): Use elint-builtin-variables and
14177         elint-autoloaded-variables.
14178         (elint-get-args): Use cadr, or.
14179         (elint-check-cond-form): Use dolist, cadr.
14180         (elint-check-condition-case-form): Doc fix.  Use cadr.
14181         Use elint-extra-errors.
14182         (elint-log): New function.
14183         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
14184         Distinguish errors and warnings.
14185         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
14186         Use a bytecomp-style format.
14187         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
14188         (elint-get-log-buffer): Use compilation mode.  Disable undo.
14189         Don't truncate lines.
14190         (elint-initialize): Set builtin and autoloaded variable lists.
14191         Only process elint-unknown-builtin-args if non-nil.
14192         (elint-find-builtin-variables, elint-find-autoloaded-variables):
14193         New functions.
14194         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
14196 2009-07-22  Kevin Ryde  <user42@zip.com.au>
14198         * net/newst-backend.el (newsticker--parse-atom-1.0)
14199         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14200         (newsticker--parse-rss-1.0):
14201         * progmodes/idlwave.el (idlwave-mode):
14202         * progmodes/idlw-shell.el (idlwave-shell-mode):
14203         * progmodes/vera-mode.el (vera-mode):
14204         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
14205         * progmodes/vhdl-mode.el (vhdl-mode):
14206         * textmodes/table.el (table-generate-source)
14207         (table--warn-incompatibility):
14208         Hyperlink urls in docstrings with URL `...'.
14210 2009-07-22  Glenn Morris  <rgm@gnu.org>
14212         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
14213         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
14214         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
14215         Remove leading * from defcustom docs.
14217         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
14219         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
14220         defcustom doc.
14221         (list-load-path-shadows): Optionally, just return shadows as a string.
14223         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
14225 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
14227         * mail/rmailedit.el (rmail-edit-mode): Use
14228         auto-save-include-big-deletions.
14230         * mail/rmail.el (rmail-variables): Use
14231         auto-save-include-big-deletions.
14233         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
14234         changes.
14236 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
14238         * calc/calc.el (calc-undo-length): New variable.
14239         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
14241 2009-07-21  Richard Stallman  <rms@gnu.org>
14243         * files.el (auto-save-mode): Handle buffer-save-size = -2
14244         for toggling mode.
14246 2009-07-21  Glenn Morris  <rgm@gnu.org>
14248         * textmodes/ispell.el (ispell-looking-back): Update declaration.
14250         * calendar/todo-mode.el (calendar-current-date): Update declaration.
14252         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
14253         silence compiler.  Instead...
14254         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
14255         (ps-print-ensure-fontified): Update for above function name changes.
14257         * printing.el (pr-mh-get-msg-num, pr-mh-show)
14258         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
14259         silence compiler.  Instead...
14260         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
14261         (mh-show-buffer): Only define for compiler.
14262         (pr-mh-current-message): Update for above function name changes.
14264         * files.el (abort-if-file-too-large): Explicitly pass `filename'
14265         as an argument.
14266         (find-file-noselect, insert-file-1): Update for above change.
14268         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
14270         * mail/mailclient.el (mailclient-send-it): Fix message.
14272         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
14273         (edebug-eval): Check cl-debug-env is bound.
14274         (print-level, print-circle): Don't redefine built-in variables.
14276         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
14277         (custom-print-vectors): Remove old comments from doc.
14279         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
14280         (emerge-version): Make the variable an obsolete alias for the
14281         emacs-version variable.  Make the function obsolete.
14282         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
14283         Emerge options, rather than merging in into the main Options menu.
14284         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
14285         and auto advance modes.  Disable edit/fast items when not relevant.
14287 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
14289         * term/vt420.el (terminal-init-vt420): Fix typo.
14291 2009-07-20  Sam Steingold  <sds@gnu.org>
14293         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
14294         variable (removed from compile.el on 2004-03-11).
14296 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
14298         * files.el (hack-local-variables-filter): Fix last change.
14300 2009-07-19  Juri Linkov  <juri@jurta.org>
14302         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
14303         (dir-local-variables-alist): New buffer-local variable.
14304         (hack-local-variables-filter): If variable is not dir-local,
14305         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
14306         because file-local overrides dir-local.
14307         (c-postprocess-file-styles) <declare-function>:
14308         Remove obsolete declaration.
14309         (hack-dir-local-variables): Add dir-local variable/value pair to
14310         `dir-local-variables-alist' and remove duplicates.  Doc fix.
14312         * help-fns.el (describe-variable): Add information about
14313         file-local and dir-local variables.
14315 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
14317         * files.el (hack-local-variables-filter): Rewrite.
14319 2009-07-19  Glenn Morris  <rgm@gnu.org>
14321         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
14322         Silence compiler by only defining on XEmacs.
14324         * international/mule.el (auto-coding-regexp-alist): Only match
14325         BABYL... at the start of buffer, not of lines.  (Bug#3790)
14327         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
14328         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
14329         (cal-menu-context-mouse-menu): Doc fix.
14331         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
14333         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
14335 2009-07-18  Juri Linkov  <juri@jurta.org>
14337         * info.el: Virtual Info keyword finder.
14338         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
14339         (Info-finder-file): New variable.
14340         (Info-finder-find-file): New function.
14341         (finder-known-keywords, finder-package-info)
14342         (find-library-name, lm-commentary): Use defvar and
14343         declare-function to silence compiler warnings.
14344         (Info-finder-find-node): New function.
14345         (info-finder): New command.
14347         * subr.el (process-kill-buffer-query-function): New function.
14348         (add-hook)<kill-buffer-query-functions>: Add hook
14349         `process-kill-buffer-query-function'.
14351 2009-07-18  Alan Mackenzie  <acm@muc.de>
14353         * progmodes/cc-mode.el (c-before-hack-hook)
14354         (c-postprocess-file-styles): Give invocation of `c-set-style'
14355         DONT-OVERRIDE parameter of t.  Already set style variables will
14356         thus not be overridden by style settings given by `c-file-syle'.
14358         * files.el (hack-local-variables-filter): Remove entries with
14359         duplicate keys from `file-local-variables-alist'.
14361 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14363         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14364         x-set-selection if display-selections-p returns nil for the
14365         current frame.
14367 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
14369         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14371 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14373         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14374         Accept nil in addition to a regexp.
14375         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14376         Accept nil in addition to a regexp.
14377         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14378         buffers that have an associated file.  Handle nil values of
14379         desktop-buffers-not-to-save and desktop-files-not-to-save.
14380         (Bug#3833)
14382         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14383         (x-disown-selection-internal): New functions.
14385 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
14387         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14388         warning.
14389         (gdb-breakpoints-header): Move forward to avoid compiler warning.
14390         (gdb-make-header-line-mouse-map): Remove duplicate definition.
14392 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
14394         * simple.el (set-mark): Revert last change.
14396 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
14398         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14399         rendering of pngs is not possible instead of messaging a long
14400         description.
14402 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
14404         * w32-fns.el (x-selection-owner-p): New function.
14406         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14407         (mouse-yank-at-click, mouse-yank-primary): If
14408         select-active-regions is non-nil, deactivate the mark before
14409         insertion.
14411         * simple.el (deactivate-mark, set-mark): Only save selection if we
14412         own it.
14414 2009-07-17  Kenichi Handa  <handa@m17n.org>
14416         * case-table.el (describe-buffer-case-table): Fix for the case
14417         that KEY is a cons.
14419 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
14421         * vc-rcs.el (vc-rcs-find-file-hook):
14422         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14424 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
14426         * net/tramp.el (tramp-wait-for-output): Handle the case when
14427         commands do not return a newline but a null byte before the shell
14428         prompt.  (Bug#3858)
14430 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14432         * term/ns-win.el (ns-set-alpha): Don't declare.
14433         (ns-set-background-alpha): Remove function.
14435 2009-07-16  Kevin Ryde  <user42@zip.com.au>
14437         * emacs-lisp/copyright.el (copyright-update): Save match-data across
14438         y-or-n-p, for safety.
14440 2009-07-16  Richard Stallman  <rms@gnu.org>
14442         * files.el (auto-save-mode): If buffer-saved-size is -2,
14443         don't clobber it.
14445         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14446         (rmail-retry-ignored-headers): Add more uninteresting fields.
14448 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
14450         * net/rcirc.el (rcirc): Use history variables.
14451         (rcirc-server-name-history, rcirc-nick-name-history)
14452         (rcirc-server-port-history): New variables.
14454 2009-07-15  Kenichi Handa  <handa@m17n.org>
14456         * international/mule-cmds.el (set-language-environment-charset):
14457         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14458         ignore them.
14460         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14461         Delete unibyte-display.
14463 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14465         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14467 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14469         * simple.el (deactivate-mark): Optional argument FORCE.
14470         (set-mark): Use deactivate-mark.
14472         * info.el (Info-search): No need to check transient-mark-mode
14473         before calling deactivate-mark.
14475         * select.el (x-set-selection): Doc fix.
14476         (x-valid-simple-selection-p): Allow buffer values.
14477         (xselect--selection-bounds): Handle buffer values.  Suggested by
14478         David De La Harpe Golden.
14480         * mouse.el (mouse-set-region, mouse-drag-track): Call
14481         copy-region-as-kill before setting the mark, to let
14482         select-active-regions work.
14484 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
14486         * simple.el (deactivate-mark): If select-active-regions is
14487         non-nil, copy the selection data into a string.
14488         (activate-mark): If select-active-regions is non-nil, set the
14489         selection to the current buffer.
14490         (set-mark): Update selection if select-active-regions is non-nil.
14492         * select.el (x-valid-simple-selection-p): Allow buffer values.
14494 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14496         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14497         and more featureful message-mode.
14499 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
14501         * select.el (x-set-selection): Doc fix.
14502         (x-valid-simple-selection-p): Disallow selection data consisting
14503         of a list or cons of integers, since that is not used.
14504         (xselect--selection-bounds, xselect--int-to-cons): New functions.
14505         (xselect-convert-to-string, xselect-convert-to-length)
14506         (xselect-convert-to-filename, xselect-convert-to-charpos)
14507         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14509 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
14511         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14512         output in -break-info command (Emacs bug #3794).
14514 2009-07-14  Glenn Morris  <rgm@gnu.org>
14516         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14517         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14518         (edebug-print-length, edebug-print-level, edebug-print-circle)
14519         (edebug-sit-for-seconds, edebug-view-outside)
14520         (edebug-bounce-point, edebug-set-global-break-condition)
14521         (edebug-Go-nonstop-mode, edebug-trace-mode)
14522         (edebug-Trace-fast-mode, edebug-continue-mode)
14523         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14524         (edebug-visit-eval-list): Doc fixes.
14526         * subr.el (def-edebug-spec): Doc fix.
14528 2009-07-14  Kenichi Handa  <handa@m17n.org>
14530         * international/characters.el: Fix setting of category ?C.
14532 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
14534         * term/ns-win.el (x-select-font): defalias x-select-font to
14535         ns-popup-font-panel instead of generate-fontset-menu.
14537 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
14539         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
14541 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
14543         * arc-mode.el (archive-find-type): Allow for a PK00 string before
14544         the PK\003\004 header (Bug#3770).
14546 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
14548         * pcomplete.el (pcomplete-comint-setup): Check for
14549         shell-dynamic-complete-filename too.
14551 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
14553         * simple.el (temporary-goal-column): Change the value for
14554         line-move-visual to a cons cell.
14555         (line-move-visual): Record or set the window hscroll, if
14556         necessary (Bug#3494).
14557         (line-move-1): Handle cons value of temporary-goal-column.
14559 2009-07-11  Kenichi Handa  <handa@m17n.org>
14561         * international/mule-diag.el (describe-character-set): Don't show
14562         width.
14564 2009-07-10  Sam Steingold  <sds@gnu.org>
14566         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14567         Omake sometimes indents the errors it prints, so allow all
14568         regexps to start with spaces.
14570 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
14572         * cus-edit.el (customize-changed-options-previous-release):
14573         Bump value to 22.1.  (Bug#3804)
14575 2009-07-08  Sam Steingold  <sds@gnu.org>
14577         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14578         to be a cons cell (test . ignored-directory) to selectively ignore
14579         some directories depending on the location of the search.
14581 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
14583         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14584         remote user is root, on the local host.
14585         (tramp-local-host-p): Either the local user or the remote user
14586         must be root.  (Bug#3771)
14588 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14590         * progmodes/gdb-mi.el (gdb): Remove description of
14591         gdb-use-separate-io-buffer.
14592         (menu): Don't allow toggling of or enable
14593         gdb-use-separate-io-buffer from menubar.
14595 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
14597         * mail/unrmail.el (unrmail): Make sure the message ends with two
14598         newlines (Bug#3769).
14600 2009-07-08  Glenn Morris  <rgm@gnu.org>
14602         * calendar/calendar.el (calendar-current-date): Rework previous change.
14604 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
14606         * calendar/calendar.el (calendar-current-date):
14607         Add an optional argument giving an offset from today.
14609 2009-07-08  Glenn Morris  <rgm@gnu.org>
14611         * tutorial.el (tutorial--describe-nonstandard-key):
14612         Adjust the message for when a key has been unbound.
14613         (help-with-tutorial): Hide the arch-tag.
14615 2009-07-08  Kenichi Handa  <handa@m17n.org>
14617         * international/fontset.el (setup-default-fontset): For each
14618         script, append (not set) font-specs.
14620         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14621         docstring.
14623 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14625         * progmodes/gdb-mi.el (gdb-init-1): Move sending
14626         -data-list-register-names to ...
14627         (gdb-starting): ... here because GDB 7.0 requires execution to
14628         have started when using this MI command.
14629         (gdb-set-header): New function to distinguish select and
14630         unselected tabs in gdb buffers.
14631         (gdb-propertize-header): New macro that uses gdb-set-header.
14632         (gdb-breakpoints-header, gdb-locals-header): Use it.
14633         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14635 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
14637         * Makefile.in (ELCFILES): Remove fadr.elc.
14639 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
14641         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14642         may contain frame information, so `string-match' should be used.
14643         (gdb-update): Disassembly is invalidated through
14644         `gdb-get-selected-frame'.
14645         (gdb-pad-string): New function to pad string with spaces.
14646         (gdb-invalidate-disassembly): Invalidate only if the buffer
14647         exists.
14648         (gdb-disassembly-handler-custom): Column alignment.
14649         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
14650         placing new ones.
14651         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
14652         end of line, too.
14653         (gdb-frame-handler): Match convention to for disassembly buffer
14654         mode name.
14655         (gdb-stack-list-frames-handler): Rewritten without regexps.
14656         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
14657         not highlight breakpoints without line information.
14658         (gdb-input): Add trailing newline to command.
14660         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
14661         buffer properly.
14662         (gdb-breakpoints-list-handler-custom): Replacement for
14663         `gdb-break-list-handler'.  Using real parser instead of regexps
14664         now.
14665         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
14666         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
14667         to place breakpoints.
14668         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
14669         functions.
14670         (gdb-disassembly-handler-custom): Show overlay arrow.
14671         (gdb-disassembly-place-breakpoints): Show breakpoints in
14672         disassembly buffer.
14673         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14674         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
14675         instead of parsing breakpoints buffer.  Fixed old menu references
14676         in `gud-menu-map'.
14678         * fadr.el: Remove.
14680         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
14681         (gdb-memory-address): New variable which holds top address of
14682         memory page shown in memory buffer.
14683         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
14684         customization variables.
14685         New functions:
14686         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
14687         display the memory buffer.
14688         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
14689         buffer display parameters.
14690         (def-gdb-memory-format, gdb-memory-format-binary)
14691         (gdb-memory-format-octal, gdb-memory-format-unsigned)
14692         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
14693         Functions for setting memory buffer format.
14694         (gdb-memory-unit-word, gdb-memory-unit-halfword)
14695         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
14696         unit size used in memory buffer.
14697         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
14698         to next/previous page of memory buffer.
14699         Now using (bindat-get-field) instead of fadr functions.
14701 2009-07-07  Sam Steingold  <sds@gnu.org>
14703         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
14704         non-top-level files.
14706 2009-07-07  Kenichi Handa  <handa@m17n.org>
14708         * international/mule-cmds.el (reset-language-environment): Put
14709         the highset priority to the charset iso-8859-1.
14711 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14713         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
14714         to the end of the line when locating the block (Bug#700).
14716 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
14718         * net/tramp.el (tramp-handle-write-region): Flush file properties
14719         in case of short track.
14721 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
14723         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
14724         Coded custom representation of verilog error regular expressions
14725         to work with Emacs-22's new format.
14726         (verilog-error-regexp-xemacs-alist): Coded custom representation
14727         of verilog error regular expressions to work with XEmacs format.
14728         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
14729         error recognition into XEmacs.
14730         (verilog-error-regexp-add-emacs): Hook routine to install verilog
14731         error recognition into Emacs-22.
14733 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14735         * woman.el: Remove stand-alone closing parentheses.
14736         (woman-file-name, woman2-format-paragraphs)
14737         (woman-leave-blank-lines): Code cleanup.
14738         (woman-use-own-frame): Change default to nil.
14739         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
14740         defaults to inherit from default faces.
14741         (woman2-process-escapes): Consume the newline after a stand-alone
14742         filler character (Bug#3651).
14744 2009-07-06  Glenn Morris  <rgm@gnu.org>
14746         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
14747         (top-level): Move provide to the end.
14748         (ffap): Remove defunct URL from custom group.
14750         * subr.el (eval-after-load): Doc fix.
14752 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
14754         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
14755         `calc-embedded-word' is called twice.
14757 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14759         * files.el (find-alternate-file-other-window, find-alternate-file):
14760         Obey confirm-nonexistent-file-or-buffer.
14762 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
14764         * dired-aux.el (dired-show-file-type): Handle remote files.
14766 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
14768         * desktop.el (desktop-globals-to-save):
14769         Add file-name-history (Bug#2750).
14771 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
14773         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
14775 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
14777         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
14778         property on entire argument since this is what eshell-lisp-command
14779         expects.
14781 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
14783         * net/tramp-gvfs.el (tramp-gvfs-methods)
14784         (tramp-gvfs-zeroconf-domain)
14785         (tramp-bluez-discover-devices-timeout): Add version flag.
14786         (tramp-gvfs-handler-mounted-unmounted)
14787         (tramp-gvfs-connection-mounted-p): Polish handling of
14788         incompatibilities between GVFS 0.2 and 1.0.
14790 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
14792         * cus-start.el (all): Add make-pointer-invisible.
14794 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
14796         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
14797         formatted correctly.
14799 2009-07-02  Juri Linkov  <juri@jurta.org>
14801         * info.el: Virtual Info files and nodes.
14802         (Info-virtual-files, Info-virtual-nodes): New variables.
14803         (Info-current-node-virtual): New variable.
14804         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
14805         New functions.
14806         (Info-file-supports-index-cookies): Use Info-virtual-file-p
14807         to check for a virtual file instead of checking a fixed list
14808         of node names.
14809         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
14810         instead of ad-hoc processing of "dir" and (apropos history toc).
14811         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
14812         instead of ad-hoc processing of "dir" and (apropos history toc).
14813         Reread a file when moving from a virtual node.
14814         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
14815         (Info-directory-toc-nodes, Info-directory-find-file)
14816         (Info-directory-find-node): New functions.
14817         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
14818         (Info-history): Move part of code to
14819         `Info-history-find-node'.
14820         (Info-history-toc-nodes, Info-history-find-file)
14821         (Info-history-find-node): New functions.
14822         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
14823         (Info-toc): Move part of code to `Info-toc-find-node'.
14824         (Info-toc-find-node): New function.
14825         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
14826         the current Info file name to references because now the node
14827         "*TOC*" belongs to the same Info manual.
14828         (Info-toc-build): Rename from `Info-build-toc'.
14829         (Info-toc-nodes): Rename input argument `file' to `filename'.
14830         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
14831         instead of ad-hoc processing of ("dir" apropos history toc).
14832         (Info-index-nodes): Use Info-virtual-file-p
14833         to check for a virtual file instead of checking a fixed list
14834         of node names.
14835         (Info-index-node): Add check for `Info-current-node-virtual'.
14836         Raise `save-match-data' higher up the tree to contain
14837         `search-forward' too (bug fix).
14838         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
14839         (Info-virtual-index-nodes): New variable.
14840         (Info-virtual-index-find-node, Info-virtual-index): New functions.
14841         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
14842         (Info-apropos-file, Info-apropos-nodes): New variables.
14843         (Info-apropos-toc-nodes, Info-apropos-find-file)
14844         (Info-apropos-find-node, Info-apropos-matches): New functions.
14845         (info-apropos): Move part of code to `Info-apropos-find-node' and
14846         `Info-apropos-matches'.
14847         (Info-mode-map): Bind "I" to `Info-virtual-index'.
14848         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
14849         for a virtual file instead of checking a fixed list of node names.
14851         * simple.el (async-shell-command): New command.
14853         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
14855         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
14856         instead of `mount-info'.
14858 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
14860         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
14861         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
14863 2009-07-02  Kenichi Handa  <handa@m17n.org>
14865         * international/mule.el (set-keyboard-coding-system): Force *-unix
14866         coding-system to avoid eol conversion.
14868 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
14870         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
14871         Add handler for `process-file', `shell-command' and
14872         `start-file-process'.
14873         (tramp-gvfs-handle-shell-command)
14874         (tramp-gvfs-handle-start-file-process)
14875         (tramp-gvfs-handle-process-file): New defuns.
14876         (tramp-synce-list-devices): Simplify check for existence of property.
14878 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
14880         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
14882 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
14884         * language/korean.el (set-language-info-alist): Add korean-cp949,
14885         cp949 to spec.
14887 2009-07-01  Kenichi Handa  <handa@m17n.org>
14889         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
14891         * international/encoded-kb.el: Deleted.
14893         * international/mule.el (set-keyboard-coding-system): Perform the
14894         necessary setup here instead of calling encoded-kbd-setup-display.
14896 2009-07-01  Glenn Morris  <rgm@gnu.org>
14898         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
14900 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
14902         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
14904 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
14906         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
14907         Handle also the 'rename case, when setting file modes.  (Bug#3712)
14908         (tramp-default-file-modes): Remove execute permissions.
14910         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
14911         (top): Add a default for "synce" in `tramp-default-user-alist'.
14912         Add completion function for "synce" method.
14913         (tramp-hal-service, tramp-hal-path-manager)
14914         (tramp-hal-interface-manager, tramp-hal-interface-device):
14915         New defconst.
14916         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
14917         (tramp-synce-list-devices, tramp-synce-parse-device-names):
14918         New defuns.
14920         * net/trampver.el: Update release number.
14922 2009-06-30  Kenichi Handa  <handa@m17n.org>
14924         * international/fontset.el (setup-default-fontset): Add CJK fonts
14925         for symbols and the other miscellaneous characters.
14927         * language/korea-util.el (setup-korean-environment-internal):
14928         Make char-width-table suitable for Korean environments.
14929         (exit-korean-environment): Cancel above.
14931         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
14932         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
14933         setup-function to make char-width-table suitable for respective
14934         environments, and an exit-function to cancel that.
14936         * language/japan-util.el (setup-japanese-environment-internal):
14937         Call use-cjk-char-width-table with arg `ja_JP'.
14939         * international/characters.el (cjk-char-width-table): Delete it.
14940         (cjk-char-width-table-list): New variable.
14941         (use-cjk-char-width-table): New arg local-name.
14942         (use-default-char-width-table): Fix for the case that Emacs is
14943         already using the default char-width-table.
14945 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
14947         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
14948         modes mandatory.  (Bug#3712)
14950 2009-06-29  Alan Mackenzie  <acm@muc.de>
14952         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
14953         correction between the visible width of TABs and their number of bytes.
14955 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
14957         * server.el (server-buffer-done): Prevent kill-buffer from
14958         prompting by clearing the buffer modification flag (Bug#3696).
14960 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
14962         * progmodes/verilog-mode.el (verilog-beg-of-statement)
14963         (verilog-endcomment-reason-re): Support unique case and priority case.
14964         (verilog-basic-complete-re): Support localparam lineup.
14965         (verilog-beg-of-statement-1): Fix for robustness, unique case.
14966         (verilog-set-auto-endcomments): Fix for unique case, always_comb
14967         commenting.
14968         (verilog-leap-to-case-head): Now support *nested* unique &
14969         priority case statements.
14970         (verilog-auto-lineup): Make just declarations the default (as it
14971         had been).
14972         (verilog-leap-to-case-head): Support priority/unique case statements.
14973         (verilog-auto-lineup): Rework to give users radio buttons to
14974         select the various styles of automatic lineup.
14975         (verilog-error-regexp-alist): Rework to support the XEmacs style
14976         of error regular expressions from compilers, lint tools &
14977         simulators.  Note that GNU Emacs has made it impossible for a mode
14978         to load such things.
14979         (electric-verilog-terminate-line, verilog-indent-declaration)
14980         (verilog-auto-wiure): Rework for radio button selection of
14981         auto-lineup selection of specification of auto lineup.
14982         (verilog-beg-of-statement-1): Redesign to support proper operation
14983         in additional code, based on testing with auto-lineup.
14984         (verilog-calculate-indent, assignments & declarations)
14985         (verilog-backward-token): Enhance to support auto-lineup of
14986         assignments & declarations.
14987         (verilog-in-directive-p, verilog-at-struct-p): New function for
14988         easy test of whether we are.
14989         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
14990         to support safe execution at almost anyline.
14991         (verilog-calc-1): Properly support indenting deep inside generate
14992         blocks.
14993         (verilog-init-font): Remove definition & use of verilog-init-font,
14994         as it is redundant with font-lock-defaults.
14995         (verilog-mode): Alter the definition of verilog-font-lock-defaults
14996         to avoid circular calls if syntax-ppss is a function (as is the
14997         case now in 22.x GNU Emacs) as that function would sometimes call
14998         itself, leading to (nearly) infinite recursion.
14999         (verilog-ovm-begin-re, verilog-ovm-end-re)
15000         (verilog-ovm-statement-re, verilog-leap-to-head)
15001         (verilog-backward-token): Add support for OVM macros.  Some are
15002         complete statements, and others open and close scopes like begin
15003         and end.
15004         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
15005         (verilog-defun-level-generate-only-re): Really fix the defun-list
15006         compilation issue.
15007         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
15008         coverpoint, constraint and cross statements.
15009         (verilog-defun-level-list, verilog-generate-defun-level-list)
15010         (verilog-all-defun-level-list): Redo these specifications - it is
15011         too hard to support eval-when compile aggregation of lists also
15012         built at when-compile time.
15013         (verilog-defun-level-list): Place defconsts of variables used in
15014         building regular expressions which are built in eval-when-compile
15015         bodies in the same eval-when-compile body to facilitate compile
15016         without load.
15017         (verilog-beg-block-re-ordered): Support indenting
15018         virtual/protected tasks and functions.
15019         (verilog-defun-level-list, verilog-in-generate-region-p)
15020         (verilog-backward-ws&directives, verilog-calc-1): Speed up
15021         indentation of some module items (generate items).
15022         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
15023         across virtual/protected tasks and functions.
15025 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
15027         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
15028         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
15029         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
15030         in concatenations.  Reported by Yishay Belkind.
15031         (verilog-auto-ascii-enum): Support one-hot state machines in
15032         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
15033         (verilog-auto-inst, verilog-auto-inst-port): Include interface
15034         modport in AUTOINST and add vl-modport for users.  Reported by
15035         David Rogoff.
15036         (verilog-auto-inout-module, verilog-auto-inst)
15037         (verilog-decls-get-interfaces, verilog-insert-definition)
15038         (verilog-insert-one-definition, verilog-read-decls)
15039         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
15040         (verilog-sig-modport, verilog-signals-combine-bus)
15041         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
15042         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
15043         Suggested by David Rogoff.
15044         (verilog-repair-open-comma): Fix non-insertion of comma when
15045         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
15046         (verilog-make-width-expression): Simplify [A-1:0] expression
15047         widths to just {A{1'b0}}.
15048         (verilog-mode): Cleanup checkdoc warnings.
15049         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
15050         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
15051         inputs/outputs or data type.  Suggested by Vasu Kandadi.
15052         (next-error-last-buffer): Fix byte-compiler warning.
15053         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
15054         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
15055         or shell command text during AUTO expansion.  Suggested by Tad Truex.
15056         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
15057         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
15058         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
15059         in AUTOINOUT.  Reported by Matthew Lovell.
15060         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
15061         causing use of <= assignments.  Reported by Alex Reed.
15062         (verilog-read-decls): Fix triand, trior, wand, wor to be
15063         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
15064         (verilog-extended-complete-re): Support import "DPI-C" functions.
15065         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
15066         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
15067         (verilog-insert-date, verilog-insert-year)
15068         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
15069         Windows systems.  Reported by Michael Potts.
15070         (verilog-read-module-name): Fix AUTOINST when the child module
15071         declaration's name is a tick define.  Reported by Elliot Mednick.
15072         (verilog-read-decls): Fix V2K parameter bit subscripts getting
15073         passed to next parameter's definition.  Reported by Bruce T.
15074         (verilog-read-decls): Fix detecting "parameter int" when using
15075         AUTOINSTPARAM.  Reported by Bruce T.
15076         (verilog-goto-defun): Fix goto not finding modules unless first
15077         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
15078         (verilog-mode): Expand -f flag arguments on entry to mode so
15079         verilog-goto-defun will work.  Reported by Lawrence Butcher.
15080         (verilog-getopt): Expand environment variables in -f file
15081         arguments.  Suggested by Lawrence Butcher.
15082         (verilog-set-define): Fix "Symbol's value as variable is void"
15083         when reading enumerations.
15084         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
15085         Suggested by Stephen Peltan.
15086         (verilog-read-defines): Fix reading of enumerations in include
15087         files.  Reported by Steve Peltan.
15089 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
15091         * files.el (trash-directory): Fix defcustom type.
15093 2009-06-28  Juri Linkov  <juri@jurta.org>
15095         * help-fns.el (describe-function-1): Correctly locate adviced
15096         functions in hyperlink (Bug#2438).
15098 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
15100         * files.el (trash-directory): Change default to nil.
15101         (move-file-to-trash): If trash-directory is nil and
15102         system-move-file-to-trash is unbound, perform freedesktop-style
15103         trashing.
15105 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
15107         * files.el (move-file-to-trash): Add freedesktop trash
15108         support (Bug#973).
15110 2009-06-28  Glenn Morris  <rgm@gnu.org>
15112         * autorevert.el (global-auto-revert-non-file-buffers)
15113         (global-auto-revert-mode): Doc fixes.
15115 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
15117         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
15119 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
15121         * faces.el (x-handle-named-frame-geometry): Ensure that we have
15122         opened an X connection before calling x-get-resource (Bug#3194).
15124         * play/doctor.el: Remove reference to obsolete website.
15125         (make-doctor-variables): Correct grammar mistake (Bug#2633).
15127 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
15129         Remove find-file-not-found-hook VC method.  (Bug#2757)
15130         * vc-hooks.el (vc-file-not-found-hook)
15131         (vc-default-find-file-not-found-hook): Remove functions.
15132         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
15133         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
15134         * vc.el:
15135         * vc-hg.el:
15136         * vc-git.el: Do not mention find-file-not-found-hook VC method.
15138 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
15140         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
15141         compatibility function for `looking-back'.
15143         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15144         Use `ispell-looking-back'.
15146 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
15148         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
15149         rather than `filename'.
15151 2009-06-23  Miles Bader  <miles@gnu.org>
15153         * face-remap.el (text-scale-set): New function.
15155 2009-06-23  Glenn Morris  <rgm@gnu.org>
15157         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
15159         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
15161         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
15163         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
15165         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15166         Simplify Persian conditionals.
15168         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
15169         variable `filename'.
15171         * comint.el (comint-insert-input): Doc fix.
15173         * Makefile.in (ELCFILES): Fix typo in previous change.
15175 2009-06-23  Miles Bader  <miles@gnu.org>
15177         * cus-start.el: Add entry for `recenter-redisplay'.
15179 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
15181         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
15182         Add an optional argument for the backend, use it instead of
15183         calling vc-backend.
15184         (vc-mode-line): Add an optional argument for the backend.
15185         Pass the backend to vc-state and vc-working-revision.  Move code for
15186         special handling for vc-state being a buffer to ...
15188         * vc-rcs.el (vc-rcs-find-file-hook):
15189         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
15191         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
15192         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
15193         vc-stay-local-p and vc-mode-line calls.
15195         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
15196         (vc-cvs-diff, vc-cvs-annotate-command)
15197         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
15198         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
15199         vc-mode-line calls.
15201         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
15202         direct comparison.
15203         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
15204         backend when calling vc-mode-line.
15205         (vc-register): Do not create a closure for calling the vc register
15206         function, call it directly.
15208 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
15210         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
15211         to make it obvious item can be clicked.
15213         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
15215 2009-06-23  Kenichi Handa  <handa@m17n.org>
15217         * language/korea-util.el (korean-key-bindings): Change the binding
15218         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
15219         same command.
15221 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
15223         Sync with Tramp 2.1.16.
15225         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
15227         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
15228         when a loading of a package fails.  Completion function for rsync
15229         is `tramp-completion-function-alist-ssh'.
15230         (all): Replace all calls of `split-string' and
15231         `tramp-split-string' by `tramp-compat-split-string'.
15232         (tramp-default-method): Use `tramp-compat-process-running-p'.
15233         (tramp-default-proxies-alist): Allow also Lisp forms.
15234         (tramp-remote-path): Add choice "Private Directories".
15235         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
15236         (tramp-domain-regexp): Allow also "-", "_" and ".".
15237         (tramp-end-of-output): Remove newlines, and add "$" at the end.
15238         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
15239         (tramp-debug-message): Insert header line in debug buffer.
15240         (tramp-handle-directory-files-and-attributes-with-stat):
15241         Care about filenames with spaces, or starting with "-".
15242         (tramp-handle-dired-uncache): New defun.
15243         (tramp-handle-insert-directory): Don't flush the directory from
15244         cache, this is handled by `dired-uncache' now.
15245         (tramp-handle-insert-file-contents): Improve error handling.
15246         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15247         Quote `tramp-end-of-output'.
15248         (tramp-action-password): Improve trace message.
15249         (tramp-check-for-regexp): Both echoes must be present, before removing.
15250         (tramp-open-connection-setup-interactive-shell): Trace coding system.
15251         (tramp-compute-multi-hops): Eval cons cells of
15252         `tramp-default-proxies-alist'.
15253         (tramp-maybe-open-connection): Use the same command pattern for
15254         first hop and further hops.
15255         (tramp-wait-for-output): Remove handling of newlines.
15256         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
15257         (tramp-split-string): Remove function.  It is handled in
15258         tramp-compat now.
15260         * net/tramp-cmds.el (tramp-bug):
15261         Recommend `tramp-cleanup-all-connections' in the bug mail.
15263         * net/tramp-compat.el (tramp-compat-split-string)
15264         (tramp-compat-process-running-p): New defuns.
15266         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
15267         for `dired-uncache'.
15269         * net/tramp-gvfs.el: New package.
15271         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15272         Add handler for `dired-uncache'.
15273         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
15275         * net/trampver.el: Update release number.  Make version check fit
15276         for SXEmacs 22.
15278 2009-06-22  Jim Meyering  <meyering@redhat.com>
15280         Automatically handle .xz suffix (XZ-compressed files), too.
15281         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
15282         XZ is the successor to LZMA: <http://tukaani.org/xz/>
15284 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
15285             Nick Roberts  <nickrob@snap.net.nz>
15287         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
15288         repository (http://sphinx.net.ru/hg/gdb-mi/).
15290 2009-06-22  Glenn Morris  <rgm@gnu.org>
15292         * files.el (dir-locals-collect-mode-variables): Allow for any number of
15293         `mode' and `eval' entries.  (Bug#3430)
15295         * Makefile.in (ELCFILES): Add fadr.elc.
15297         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
15298         differing behavior of \n and ^ in strings.  (Bug#3385)
15300         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
15302         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
15303         property.
15304         (lisp-indent-function): Make it a defcustom.
15306 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
15308         * progmodes/gdb-ui.el: Replace with ...
15309         * progmodes/gdb-mi.el: ... this file.
15310         * progmodes/gud.el: Modify for gdb-mi.el.
15312 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
15314         * fadr.el: New file.
15316 See ChangeLog.14 for earlier changes.
15318 ;; Local Variables:
15319 ;; coding: utf-8
15320 ;; End:
15322     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
15324   This file is part of GNU Emacs.
15326   GNU Emacs is free software: you can redistribute it and/or modify
15327   it under the terms of the GNU General Public License as published by
15328   the Free Software Foundation, either version 3 of the License, or
15329   (at your option) any later version.
15331   GNU Emacs is distributed in the hope that it will be useful,
15332   but WITHOUT ANY WARRANTY; without even the implied warranty of
15333   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15334   GNU General Public License for more details.
15336   You should have received a copy of the GNU General Public License
15337   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15339 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1