* lisp/emacs-lisp/timer.el (timer-event-handler): Protect against timers
[emacs.git] / lisp / ChangeLog
blob4837023ba3b948e21be63cb8dc221fc435494589
1 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
4         that change current buffer.
6 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
9         beginning of the string.  Use `string-match-p'.  (Bug#6765)
11 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
13         * cus-start.el (x-gtk-use-system-tooltips): New variable.
15 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
17         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
18         (package--builtins): Tweak descriptions.
19         (package-print-package): Upcase descriptions if necessary.
20         Show all built-in packages in font-lock-builtin-face.
21         (package-list-packages-internal): Omit "emacs" package.
22         Show status of built-in packages as "built-in".
24 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
26         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
27         before killing to preserve the primary selection (Bug#6701).
29         * term/x-win.el (x-select-text): Doc fix.
31 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
33         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
34         The following functions were modified or created:
36         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
37         (objc-font-lock-extra-types):
38         * progmodes/cc-mode.el (c-basic-common-init):
39         * progmodes/cc-langs.el (c-make-mode-syntax-table)
40         (c++-make-template-syntax-table)
41         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
42         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
43         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
44         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
45         * progmodes/cc-fonts.el (c-make-inverse-face)
46         (c-basic-matchers-after):
47         * progmodes/cc-engine.el (c-forward-keyword-clause)
48         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
49         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
50         (c-guess-continued-construct, c-guess-basic-syntax):
52 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
54         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
56 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
58         * files.el (bidi-paragraph-direction): Define safe local values.
60         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
61         language-info-alist.  Remove outdated FIXME in a comment.
63 2010-07-31  Alan Mackenzie  <acm@muc.de>
65         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
66         Auto-fill broken in C/C++ modes.
68 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
70         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
71         (menu-bar-showhide-tool-bar-menu-customize-disable)
72         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
73         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
74         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
75         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
76         make a menu for Options => toolbar that can move it.
78 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
80         * emacs-lisp/package-x.el (package--make-rss-entry):
81         (package-maint-add-news-item, package--update-news)
82         (package-upload-buffer-internal): New arg ARCHIVE-URL.
84         * emacs-lisp/package.el (package-archive-url): Rename from
85         package-archive-id.
86         (package-install): Doc fix.
87         (package-download-single, package-download-tar, package-install)
88         (package-menu-view-commentary): Callers changed.
90 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
92         * net/tramp.el (tramp-handle-start-file-process): Check only for
93         `remote-tty' process property.
94         (tramp-open-shell): Don't check for tty.
95         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
96         process property.
98         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
99         host.
101 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
103         * emacs-lisp/package.el (package-load-list, package-archives)
104         (package-archive-contents, package-user-dir)
105         (package-directory-list, package--builtins, package-alist)
106         (package-activated-list, package-obsolete-alist): Mark as risky.
108 2010-07-28  Phil Hagelberg  <phil@evri.com>
110         Add support for non-default package repositories.
111         * emacs-lisp/package.el (package-archive-base): Var deleted.
112         (package-archives): New variable.
113         (package-archive-contents): Doc fix.
114         (package-load-descriptor): Do nothing if descriptor file is missing.
115         (package--write-file-no-coding): New function.
116         (package-unpack-single): Use it.
117         (package-archive-id): New function.
118         (package-download-single, package-download-tar)
119         (package-menu-view-commentary): Use it.
120         (package-installed-p): Make second argument optional.
121         (package-read-all-archive-contents): New function.
122         (package-initialize): Use it.
123         (package-read-archive-contents): Add ARCHIVE argument.
124         (package--add-to-archive-contents): New function.
125         (package-install): Don't call package-read-archive-contents.
126         (package--download-one-archive): Store archive file in a
127         subdirectory of package-user-dir.
128         (package-menu-execute): Remove spurious line movement.
130 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
132         * cus-start.el (tool-bar-style): Add text-image-horiz.
134 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
136         * progmodes/gud.el (gud-common-init): Check for remoteness of
137         `file', and not of `default-directory'.
139 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
141         * net/tramp.el (tramp-methods): Move hostname to the end in all
142         ssh `tramp-login-args'.
143         (tramp-verbose): Describe verbose level 9.
144         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
145         (tramp-open-connection-setup-interactive-shell): Trace stty
146         settings if `tramp-verbose' >= 9.
147         (tramp-handle-start-file-process): Implement tty setting.
148         (Bug#4604, Bug#6360)
150         * net/tramp-cmds.el (tramp-bug): Recommend setting of
151         `tramp-verbose' to 9.
153 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
155         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
156         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
157         Remove references to package `lisp-re' (bug#4369).
159 2010-07-27  Tom Tromey  <tromey@redhat.com>
161         * progmodes/js.el (js-mode):
162         * progmodes/make-mode.el (makefile-mode):
163         * progmodes/simula.el (simula-mode):
164         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
166 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
168         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
170         * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
172         * time.el (display-time-day-and-date): Remove spurious * in docstring.
173         (display-time-world-buffer-name, display-time-world-mode-map):
174         Fix typos in docstrings.
176 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
178         * image-mode.el (image-display-size): New function.
179         (image-forward-hscroll, image-next-line, image-eol, image-eob)
180         (image-mode-fit-frame): Use it (Bug#6639).
182 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
184         * dired.el (dired-buffers-for-dir): Handle list values of
185         dired-directory (Bug#6636).
187 2010-07-26  Sam Steingold  <sds@gnu.org>
189         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
190         Do not call `x-get-selection' the second time, reuse the value.
192 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
194         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
195         which consist of control chars only.  Suggested by Richard Stallman.
197 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
199         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
200         exists before passing an error to find-file-not-found-functions
201         (bug#6723).
203 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
205         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
206         Remove leading nil element, adjust values.
207         (tetris-shapes, tetris-shape-scores):
208         Change representation of shapes and remove some redundancy.
209         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
210         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
211         Adjust for working with new representation of shapes.
212         (tetris-shape-rotations): New function.
213         (tetris-move-bottom, tetris-move-left, tetris-move-right)
214         (tetris-rotate-prev, tetris-rotate-next):
215         Adjust for working with the new version of tetris-test-shape.
217 2010-07-23  Markus Triska  <markus.triska@gmx.at>
219         * progmodes/ps-mode.el: Use comint (bug#5954).
220         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
221         (ps-mode-other-newline): Simplify.
222         (ps-run-mode): Derive from comint-mode instead of
223         fundamental-mode, yielding input history etc.
224         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
225         (ps-run-send-string): Adapt for comint-mode.
226         (ps-run-newline): Remove now unneeded function.
228 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
230         * net/tramp.el (tramp-methods): Move hostname to the end in all
231         plink `tramp-login-args'.
233 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
235         * net/tramp.el (tramp-open-shell): New defun.
236         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
237         Use it.
239 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
241         * net/tramp.el (tramp-file-name-regexp-unified)
242         (tramp-completion-file-name-regexp-unified): On W32 systems, do
243         not regard the volume letter as remote filename.  (Bug#5447)
245 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
247         * custom.el (custom-declare-variable): Give a clearer error message
248         when the docstring is missing (bug#6476).
250 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
252         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
253         (sql-login-params): New widget definition.
254         (sql-oracle-login-params, sql-mysql-login-params)
255         (sql-solid-login-params, sql-sybase-login-params)
256         (sql-informix-login-params, sql-ingres-login-params)
257         (sql-ms-login-params, sql-postgres-login-params)
258         (sql-interbase-login-params, sql-db2-login-params)
259         (sql-linter-login-params): Use it.
260         (sql-sqlite-login-params): Use it; Define "database" parameter as
261         a file name.
262         (sql-sqlite-program): Change to "sqlite3".
263         (sql-comint-sqlite): Make sure database name is complete.
264         (sql-for-each-login): New function.
265         (sql-connect, sql-save-connection): Use it.
266         (sql-get-login-ext): New function.
267         (sql-get-login): Use it.
268         (sql-make-alternate-buffer-name): Handle :file parameters.
270 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
272         * dired.el (dired-no-confirm): Document value t and fix defcustom to
273         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
275 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
277         * dired.el (dired-mode-map): Use command remapping (bug#6632).
279 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
281         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
283 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
285         * net/tramp.el (tramp-get-ls-command)
286         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
287         instead of "/".
289 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
291         * progmodes/sql.el: Version 2.3.
292         (sql-connection-alist): Changed keys from symbols to strings;
293         enhanced the widget definition.
294         (sql-mode-menu): Added submenu to select connections.
295         (sql-interactive-mode-menu): Added "Save Connection" item.
296         (sql-add-product): Fixed menu item.
297         (sql-get-product-feature): Improved error handling.
298         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
299         (sql-make-alternate-buffer-name): Simplified.
300         (sql-product-interactive): Handle missing product.
301         (sql-connect): Support string keys, minor improvements.
302         (sql-save-connection): New function.
303         (sql-connection-menu-filter): New function.
305 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
307         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
308         (tramp-open-connection-setup-interactive-shell): Apply
309         workaround for IRIX64 bug.  Move argument of last
310         `tramp-send-command' where it belongs to.
312 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
314         * net/tramp.el (tramp-perl-file-attributes)
315         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
316         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
317         front of `login-args'.
319 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
321         * time.el (display-time-world-mode): Define with `define-derived-mode'.
322         Set `show-trailing-whitespace' to nil.
323         (display-time-world-display): Simplify.
325 2010-07-18  Alan Mackenzie  <acm@muc.de>
327         Enhance `c-file-style' in file/directory local variables.
328         * progmodes/cc-mode.el (c-count-cfss): New function.
329         (c-before-hack-hook): Call `c-set-style' differently according to
330         whether c-file-style was set in file or directory local
331         variables.
333 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
335         * progmodes/sql.el: Version 2.2.
336         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
337         defcustom :safe keyword rather than putting safe-local-variable
338         property.
339         (sql-password): Use defcustom :risky keyword rather than putting
340         risky-local-variable property.
341         (sql-oracle-login-params, sql-sqlite-login-params)
342         (sql-solid-login-params, sql-sybase-login-params)
343         (sql-informix-login-params, sql-ingres-login-params)
344         (sql-ms-login-params, sql-postgres-login-params)
345         (sql-interbase-login-params, sql-db2-login-params)
346         (sql-linter-login-params): Add `port' option.
347         (sql-get-product-feature): Added NO-INDIRECT parameter.
348         (sql-comint-oracle, sql-comint-sybase)
349         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
350         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
351         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
352         (sql-comint-linter): Renamed sql-connect-* functions to
353         sql-comint-*.
354         (sql-product-alist, sql-mode-menu): Renamed as above and
355         :sqli-connect-func to :sqli-comint-func.
356         (sql-connection): New variable.
357         (sql-interactive-mode): Set it.
358         (sql-connection-alist): New variable.
359         (sql-connect): New function.
360         (sql--alt-buffer-part, sql--alt-if-not-empty)
361         (sql-make-alternate-buffer-name): Improved alternative buffer name.
363 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
365         * image-mode.el (image-bookmark-make-record): Do not set context
366         in an image (Bug#6650).
368 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
370         * simple.el (select-active-region): New function.
371         (push-mark-command, set-mark, activate-mark)
372         (handle-shift-selection): Use it.
373         (deactivate-mark): Don't check for size of region.
375         * mouse.el (mouse-drag-track): Use select-active-region.
377 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
379         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
380         "--dired" stronger.
382 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
384         * term/x-win.el (x-select-enable-primary): Change default to nil.
385         (x-select-enable-clipboard): Add :version keyword.
387         * mouse.el (mouse-drag-copy-region):
388         * simple.el (select-active-regions): Likewise.
390 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
392         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
393         (vc-coding-system-for-diff): Use it to decide whether to inherit
394         from the file the EOL format for reading the diffs of that file.
395         (Bug#4451)
397 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
399         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
400         unibyte, so compressed attachments are not compressed again.
402 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
404         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
405         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
406         (tramp-find-shell): Simplify setting connection property.
407         (tramp-get-ls-command): Make test for "--color=never" stronger.
409 2010-07-15  Simon South  <ssouth@member.fsf.org>
411         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
412         blocks within record declarations (i.e. variant parts) correctly.
414 2010-07-15  Simon South  <ssouth@member.fsf.org>
416         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
417         over literal tokens when parsing so newlines aren't "absorbed" by
418         single-line comments.  Corrects the indentation of case blocks
419         that have a comment on the first line.
421 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
423         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
424         by Drew Adams (Bug#5504).
426 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
428         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
429         now that Unicode is used (Bug#6594).
431 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
433         * term/x-win.el (x-select-enable-clipboard): Default to t.
434         (x-initialize-window-system): Don't overwrite Paste menu item.
436         * simple.el (select-active-regions): Default to t.
437         (push-mark-command): Don't overwrite primary with empty string.
439         * mouse.el: Bind mouse-2 to mouse-yank-primary.
440         (mouse-drag-copy-region): Default to nil.
442         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
443         Cut/Copy/Paste menu bar items.
445 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
447         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
448         Patch applied by Karl Fogel.
450         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
451         and `bookmark-current-buffer' if they have been already set in
452         another buffer (e.g gnus-art).
454 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
455             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
457         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
459         * bookmark.el (bookmark-make-record-default): Allow unneeded
460         information to be omitted from the record.
462         Adjust declarations and calls:
464         * info.el (bookmark-make-record-default): Adjust declaration.
465         (Info-bookmark-make-record): Adjust call.
467         * woman.el (bookmark-make-record-default): Adjust declaration.
468         (woman-bookmark-make-record): Adjust call.
470         * man.el (bookmark-make-record-default): Adjust declaration.
471         (Man-bookmark-make-record): Adjust call.
473         * image-mode.el (bookmark-make-record-default): Adjust declaration.
475         * doc-view.el (bookmark-make-record-default): Adjust declaration.
477 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
479         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
480         This is also from Thierry Volpiatto's patch in bug #6444.  However,
481         because it was extraneous to the functional change in that patch,
482         and causes a re-indendation, I am committing it separately.
484 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
486         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
487         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
488         Patch applied by Karl Fogel (Bug#6444).
490 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
492         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
494 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
496         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
497         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
498         (ns-alternatives-map): Change S-tab binding to backtab
499         (bug#6616).
501         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
502         under ns.
504 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
506         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
507         (Bug#5806)
509         * language/tv-util.el (tai-viet-re): Remove format.
511 2010-07-12  Kenichi Handa  <handa@m17n.org>
513         * language/hebrew.el: Remove no-byte-compile declaration.
514         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
515         composition-function-table for 3-character looking back.
516         (hebrew-font-get-precomposed): New function.
517         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
519 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
521         * mouse.el (mouse-drag-track): Handle select-active-regions
522         (Bug#6612).
524 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
526         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
527         empty argument to gvfs-copy.
529 2010-07-10  Glenn Morris  <rgm@gnu.org>
531         * calendar/calendar.el (calendar-week-end-day): New function.
532         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
533         Respect calendar-week-start-day.  (Bug#6606)
534         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
535         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
536         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
537         respect calendar-week-start-day.
539 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
541         * simple.el (use-region-p): Doc fix (Bug#6607).
543 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
545         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
546         regexps for cucumber and ruby.
548 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
550         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
551         (epa-file-insert-file-contents): Hack to prevent
552         find-file from opening empty buffer when decryption failed
553         (bug#6568).
555 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
557         * textmodes/ispell.el (ispell-alternate-dictionary):
558         Use file-readable-p.
559         Return nil if no word-list is found at default locations.
560         (ispell-complete-word-dict): Default to nil.
561         (ispell-command-loop): Use 'word-list' when using lookup-words.
562         (lookup-words): Use ispell-complete-word-dict or
563         ispell-alternate-dictionary.  Check for word-list availability
564         and handle errors if needed with better messages (Bug#6539).
565         (ispell-complete-word): Use ispell-complete-word-dict or
566         ispell-alternate-dictionary.
568 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
570         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
571         builtins (BufferError, BytesWarning, WindowsError; callables
572         bin, bytearray, bytes, format, memoryview, next, print; __package__).
574 2010-07-07  Glenn Morris  <rgm@gnu.org>
576         * play/zone.el (top-level): Do not require timer, tabify, or cl.
577         (zone-shift-left): Ignore intangibility, and any errors from
578         forward-char.
579         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
580         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
581         deleting, and copying text properties.
582         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
583         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
584         to point-max is hard.
585         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
586         (zone-fill-out-screen): Ignore intangibility.
588 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
590         * menu-bar.el (menu-bar-mode):
591         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
592         if it has been set.
594         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
595         word/line selection (Bug#6565).
597 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
599         * net/dbus.el (dbus-send-signal): Declare function.
601 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
603         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
604         (dbus-register-property): New optional argument EMITS-SIGNAL.
605         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
607 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
609         * mouse.el (mouse-drag-overlay): Variable deleted.
610         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
611         (mouse--remap-link-click-p): New function.
612         (mouse-drag-track): Handle dragging by using temporary Transient
613         Mark mode, instead of a special overlay.
614         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
615         mouse-show-mark.
617         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
618         deleted.
620 2010-07-02  Juri Linkov  <juri@jurta.org>
622         * autoinsert.el (auto-insert-alist): Fix readability
623         by using dotted pair notation for lambda.
625 2010-07-02  Juri Linkov  <juri@jurta.org>
627         * faces.el (read-face-name): Rename arg `string-describing-default'
628         to `default'.  Doc fix.  Display the default value in quotes
629         in the prompt.  With empty input, return the `default' arg,
630         unless the default value is a string (in which case return nil).
631         (describe-face): Replace the string `default' arg of `read-face-name'
632         with the symbol `default'.
634 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
636         * emulation/viper-cmd.el (viper-delete-backward-char)
637         (viper-del-backward-char-in-insert)
638         (viper-del-backward-char-in-replace, viper-change)
639         (viper-backward-indent): Replace delete-backward-char with
640         delete-char (Bug#6552).
642 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
644         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
646 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
648         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
649         argument passed to frame-creation-function (Bug#5378).
651         * faces.el (x-handle-named-frame-geometry)
652         (x-handle-reverse-video, x-create-frame-with-faces)
653         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
654         separately consult default-frame-alist.  It is now passed as the
655         PARAMETER argument.
657 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
659         * startup.el (command-line): Don't call tool-bar-setup in a
660         tty-only build.
662 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
664         * ruler-mode.el (ruler--save-header-line-format): New fun.
665         (ruler-mode): Use it as a setter function, so as not to overwrite
666         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
668 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
670         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
671         (vc-root-diff, vc-print-root-log, vc-log-incoming)
672         (vc-log-outgoing): Use it.
673         (vc-diff-internal): Set diff-vc-backend.
675         * vc/diff-mode.el (diff-vc-backend): New var.
677 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
679         * dynamic-setting.el (font-setting-change-default-font): Remove
680         call to message.
682 2010-06-28  Kenichi Handa  <handa@m17n.org>
684         * international/quail.el (quail-insert-kbd-layout): Fix the
685         showing of untranslated characters.
687 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
689         * simple.el (delete-active-region): New option.
690         (delete-backward-char): Implement in Lisp.
691         (delete-forward-char): New command.
693         * mouse.el (mouse-region-delete-keys): Deleted.
694         (mouse-show-mark): Simplify.
696         * bindings.el (global-map): Bind delete and DEL, the former to
697         delete-forward-char.
699 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
701         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
702         (ruby-mode): Bind indent-line-function (Bug#5119).
704 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
706         * startup.el (command-line): Recognize "0" X resource value.
708 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
710         * startup.el (command-line): Use X resources to set the value of
711         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
713         * menu-bar.el (menu-bar-mode):
714         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
715         Set init-value to t.
717         * frame.el (frame-notice-user-settings): Don't change
718         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
719         vice versa (Bug#2249).
721 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
723         * w32-fns.el (w32-convert-standard-filename): Doc fix.
725 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
727         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
728         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
730         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
731         default directories are expanded (Bug#6143).
733 2010-06-24  Juri Linkov  <juri@jurta.org>
735         * minibuffer.el (completions-format): Change default from nil to
736         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
738 2010-06-24  Juri Linkov  <juri@jurta.org>
740         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
741         buffer-locally to lambda that re-runs the vc diff command.
742         (Bug#6447)
744 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
746         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
747         echo area is in use (Bug#3412).
749 2010-06-22  Glenn Morris  <rgm@gnu.org>
751         * textmodes/texinfmt.el (texinfo-format-region)
752         (texinfo-raise-lower-sections, texinfo-format-separate-node)
753         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
754         (texinfo-format-option, texinfo-noindent):
755         Use line-beginning-position and line-end-position.
757         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
758         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
759         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
760         utf-8 characters.
762 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
764         * play/zone.el (zone-fall-through-ws): Fix next-line ->
765         forward-line fallout.
767 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
769         * mouse.el (mouse-appearance-menu): Add docstring.
771         * help.el (describe-key): Print up-event using key-description.
773 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
775         * net/zeroconf.el (zeroconf-resolve-service)
776         (zeroconf-service-resolver-handler): Use
777         `dbus-byte-array-to-string'.
778         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
780 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
782         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
784 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
786         Avoid displaying files with a nil state in vc-dir.
787         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
788         cases that cause insertion.
789         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
790         with a nil state.
792 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
794         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
796 2010-06-29  Leo  <sdl.web@gmail.com>
798         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
800 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
802         * generic-x.el (bat-generic-mode): Fix regexp for command line
803         switches (Bug#5719).
805 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
807         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
808         of nconc to avoid pure storage error (Bug#6239).
810 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
812         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
813         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
814         bindings of bookmark-automatically-show-annotations (Bug#6515).
816 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
818         * arc-mode.el (archive-zip-extract): Don't quote the file name on
819         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
821 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
823         * comint.el (make-comint, make-comint-in-buffer): Mention return
824         value in the docstrings.  (Bug#6498)
826 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
828         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
829         since it is not present when using some non-default switches.
831 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
833         * simple.el (compose-mail): Fix doc string to refer to
834         `compose-mail-user-agent-warnings', instead of to the
835         nonexistent `compose-mail-check-user-agent'.
837 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
839         Fix an indentation bug:
841         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
842         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
843         of existing values.
845         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
846         (c-clear->-pair-props-if-match-before): now return t when they've
847         cleared properties, nil otherwise.
848         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
849         by taking account of the existing value.
851         * progmodes/cc-defs.el
852         (c-clear-char-property-with-value-function): Fix this to clear the
853         property rather than overwriting it with nil.
855 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
857         * emacs-lisp/package.el (package-print-package): Add link to
858         package description via describe-package.
859         (describe-package-1): List package requirements.  Add button to
860         perform installation.
861         (package-menu-describe-package): New command.
863         * help-mode.el (help-package): New button type.
865 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
867         * emacs-lisp/package.el: Move package-list-packages binding to
868         menu-bar.el.
869         (describe-package, describe-package-1, package--dir): New funs.
870         (package-activate-1): Use package--dir.
872         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
874         * help-mode.el (help-package-def): New button type.
876         * menu-bar.el: Move package-list-packages binding here from
877         package.el.
879 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
881         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
883 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
885         * emacs-lisp/edebug.el (edebug-read-list):
886         Phase out old-style backquotes.
888 2010-06-17  Juri Linkov  <juri@jurta.org>
890         * help-mode.el (help-mode): Set buffer-local variable
891         revert-buffer-function to help-mode-revert-buffer.
892         (help-mode-revert-buffer): New function.
894         * info.el (Info-revert-find-node): Check for major-mode Info-mode
895         before popping to "*info*" (like in other Info functions).
896         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
897         old-history-forward.  Pop to old-buffer-name or "*info*" to
898         recreate the killed buffer.  Set Info-history-forward from
899         old-history-forward.
900         (Info-breadcrumbs-depth): Add :group and :version.
902 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
904         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
906 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
908         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
909         for languages like Portuguese with pt_{BR,PT} and no plain pt.
911 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
913         * emacs-lisp/package.el (package-menu-mode-map):
914         Move initialization into declaration.
916         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
918 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
920         * emacs-lisp/package.el (package-archive-base): Point to
921         elpa.gnu.org.
922         (package-enable, package-load-list): New defcustoms.
923         (package-user-dir, package-directory-list): Turn into defcustoms.
924         Don't include package-user-dir in package-directory-list.
925         (package--builtins-base): Don't include Emacs as a "package".
926         (package-subdirectory-regexp): New var.
927         (package-load-all-descriptors, package-compute-transaction)
928         (package-download-transaction): Obey package-load-list.
929         (package-activate-1): Rename from package-do-activate.
930         (package-list-packages-internal): Check package-load-list.
931         (package-load-descriptor, package-generate-autoloads)
932         (package-unpack, package-unpack-single)
933         (package--read-archive-file, package-delete): Use
934         expand-file-name.
936         * emacs-lisp/package-x.el: New file.  Package uploading
937         functionality split out from package.el.
939         * startup.el (command-line): Load packages after reading init
940         file.
942 2010-06-17  Tom Tromey  <tromey@redhat.com>
944         * emacs-lisp/package.el: New file.
946 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
948         Fix vc-annotate for renamed files when using Git.
949         * vc-git.el (vc-git-find-revision): Deal with empty results from
950         ls-files.  Doe not pass the object as a file name to cat-file, it
951         is not a file name.
952         (vc-git-annotate-command): Pass the file name using -- to avoid
953         ambiguity with the revision.
954         (vc-git-previous-revision): Pass a relative file name.
956 2010-06-22  Glenn Morris  <rgm@gnu.org>
958         * progmodes/js.el (js-mode-map): Use standard capitalization and
959         ellipses for menu entries.
961         * wid-edit.el (widget-complete): Doc fix.
963 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
965         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
967 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
969         Fix annotating other revisions for renamed files in vc-annotate.
970         * vc-annotate.el (vc-annotate): Add an optional argument for the
971         VC backend.  Use it when non-nil.
972         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
973         (Bug#6487)
975         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
976         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
977         Do not pass the file name to the 'previous-revision call when we
978         don't want a file diff.  (Bug#6489)
980 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
982         Fix finding revisions for renamed files in vc-annotate.
983         * vc.el (vc-find-revision): Add an optional argument for
984         the VC backend.  Use it when non-nil.
985         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
986         backend to vc-find-revision.  (Bug#6487)
988 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
990         Fix reading file names in Git annotate buffers.
991         * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
992         trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
994 2010-06-20  Alan Mackenzie  <acm@muc.de>
996         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
997         in file local variables, set it first.
999 2010-06-19  Glenn Morris  <rgm@gnu.org>
1001         * descr-text.el (describe-char-unicode-data): Insert separating
1002         space when needed.  (Bug#6422)
1004         * progmodes/idlwave.el (idlwave-action-and-binding):
1005         Fix typo in 2009-12-03 change.  (Bug#6450)
1007 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1009         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
1010         handling for `lambda' (misunderstanding).
1012 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
1014         * calc/calc-poly.el (math-accum-factors): Make sure that
1015         constants aren't distributed after they are factored out.
1017 2010-06-16  Juri Linkov  <juri@jurta.org>
1019         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
1020         `list-colors-print'.  (Bug#6332)
1022         * subr.el (read-quoted-char): Fix up last change (bug#6290).
1024 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1026         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
1027         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
1029         * font-lock.el (font-lock-major-mode): Rename from
1030         font-lock-mode-major-mode to distinguish it from
1031         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1032         (font-lock-set-defaults):
1033         * font-core.el (font-lock-default-function): Adjust users.
1034         (font-lock-mode): Don't set it at all.
1036 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1038         * vc-annotate.el (vc-annotate): Use vc-read-revision.
1040 2010-06-16  Glenn Morris  <rgm@gnu.org>
1042         * calendar/appt.el (appt-time-msg-list): Doc fix.
1043         (appt-check): Let-bind appt-warn-time.
1044         (appt-add): Make the 3rd argument optional.
1045         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
1046         Only add WARNTIME to the output list if non-nil.
1048 2010-06-16  Ivan Kanis  <apple@kanis.eu>
1050         * calendar/appt.el (appt-check): Let the 3rd element of
1051         appt-time-msg-list specify the warning time.
1052         (appt-add): Add new argument with the warning time.  (Bug#5176)
1054 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1056         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1057         older than version 1.6.  (Bug#6361)
1059 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
1061         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1062         used by cl-do-arglist.  (Bug#6408)
1064 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
1066         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
1067         portuguese casechars/not-casechars for missing 'çÇ'.
1068         Suggested by Rolando Pereira (bug#6434).
1070 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
1072         * facemenu.el (list-colors-sort): Doc fix.
1074 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1076         * progmodes/sql.el (sql-connect-mysql): Fix typo.
1078 2010-06-14  Juri Linkov  <juri@jurta.org>
1080         Add sort option `list-colors-sort'.  (Bug#6332)
1081         * facemenu.el (color-rgb-to-hsv): New function.
1082         (list-colors-sort): New defcustom.
1083         (list-colors-sort-key): New function.
1084         (list-colors-display): Doc fix.  Sort list according to the option
1085         `list-colors-sort'.
1086         (list-colors-print): Add HSV values to `help-echo' property of
1087         RGB strings.
1089 2010-06-14  Juri Linkov  <juri@jurta.org>
1091         * compare-w.el: Move to the "vc" subdirectory.
1093 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1095         * image-mode.el (image-mode-map): Remap left-char and right-char.
1097         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
1099 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
1101         * term/common-win.el (x-colors): Add all the color names defined
1102         in rgb.txt (Bug#6332).
1104         * facemenu.el (list-colors-print): Don't print extra names if it
1105         will overflow the window width.
1107         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
1108         change (Bug#6343).
1110 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
1112         * files.el (make-directory): Doc fix (bug#6396).
1114 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
1116         * net/tramp.el (tramp-remote-process-environment): Protect version
1117         string by apostroph.
1118         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1119         XEmacs.
1120         (tramp-file-name-for-operation): Add `call-process-region'.
1121         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1123         * net/tramp-compat.el (top): Do not autoload
1124         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1125         only when `start-file-process' is not bound.
1126         (tramp-advice-file-expand-wildcards): Do not use
1127         `tramp-handle-file-remote-p'.
1128         (tramp-compat-make-temp-file): Handle the case, that
1129         `make-temp-file' has no third argument EXTENSION.
1131 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
1133         * makefile.w32-in (WINS_BASIC): Include new directory vc.
1135         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
1137 2010-06-11  Juri Linkov  <juri@jurta.org>
1139         * finder.el (finder-known-keywords): Add keyword "vc"
1140         for version control.
1142         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
1143         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
1144         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
1145         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
1147 2010-06-11  Juri Linkov  <juri@jurta.org>
1149         Move version control related files to the "vc" subdirectory.
1150         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
1151         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
1152         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
1153         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
1154         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
1155         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
1156         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
1157         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
1158         Move files to the "vc" subdirectory.
1160 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1162         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
1163         (Bug#6367).
1165 2010-06-11  Stephen Eglen  <stephen@gnu.org>
1167         * shell.el: Bind `shell-resync-dirs' to M-RET.
1169 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
1171         * notifications.el: Move file from lisp/net, because it is
1172         supposed to talk locally to the user.
1174 2010-06-10  Julien Danjou  <julien@danjou.info>
1176         * net/notifications.el (notifications-on-action-signal)
1177         (notifications-on-closed-signal): Pass notification id as first
1178         argument to the callback functions.  Add docstrings.
1179         (notifications-notify): Fix docstring.
1181 2010-06-10  Glenn Morris  <rgm@gnu.org>
1183         * emacs-lisp/authors.el (authors-ignored-files)
1184         (authors-valid-file-names): Add some files.
1186 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1188         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
1189         merge conflict, giving preference to the emacs-23 version of the code.
1191 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1193         * emacs-lisp/advice.el (ad-compile-function):
1194         Define warning-suppress-types before we let-bind it (bug#6275).
1196         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1197         declare it, make it buffer-local and permanent-local (bug#6324).
1198         (vc-resynch-window): Adjust name.
1199         * vc-hooks.el (vc-find-file-hook): Adjust name.
1201 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
1203         * net/notifications.el (notifications-notify): Fix docstring.
1205 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1207         Update to Unicode 6.0.0 beta.
1208         * international/charprop.el: Update copyright.
1209         * international/mule-cmds.el (ucs-names): Update character ranges.
1210         * international/uni-bidi.el:
1211         * international/uni-category.el:
1212         * international/uni-combining.el:
1213         * international/uni-comment.el:
1214         * international/uni-decimal.el:
1215         * international/uni-decomposition.el:
1216         * international/uni-digit.el:
1217         * international/uni-lowercase.el:
1218         * international/uni-mirrored.el:
1219         * international/uni-name.el:
1220         * international/uni-numeric.el:
1221         * international/uni-old-name.el:
1222         * international/uni-titlecase.el:
1223         * international/uni-uppercase.el: Regenerate.
1225 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1227         * emacs-lisp/smie.el (comment-string-strip): Declare function.
1228         (smie-precs-precedence-table): Fix typo in docstring.
1230         * vc-mtn.el (log-edit-extract-headers): Declare function.
1232         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
1234         * net/notifications.el (dbus-register-signal): Declare function.
1235         (notifications-notify): Fix typos and reflow docstring.
1237 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1239         Improve VC create/retrieve tag/branch.
1240         * vc.el (vc-create-tag): Do not read the directory name for VCs
1241         with repository revision granularity.  Adjust the tag/branch
1242         prompt.  Reset VC properties.
1243         (vc-retrieve-tag): Do not read the directory name for VCs
1244         with repository revision granularity.  Reset VC properties.
1246 2010-06-09  Julien Danjou  <julien@danjou.info>
1248         * net/notifications.el: New file.
1250 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1252         Add optional support for resetting VC properties.
1253         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1254         call vc-file-clearprops when true.
1255         (vc-resynch-buffer): Add new optional argument, pass it down.
1256         (vc-resynch-buffers-in-directory): Likewise.
1258         Improve support for special markup in the VC commit message.
1259         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1260         * vc-hg.el (vc-hg-checkin): Add support for Date:.
1261         * vc-git.el (vc-git-checkin):
1262         * vc-bzr.el (vc-bzr-checkin): Likewise.
1264 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1266         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1267         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1269 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
1271         * iimage.el: Remove images as soon as the underlying text is modified.
1272         (iimage-modification-hook): New function.
1273         (iimage-mode-buffer): Use it.
1275 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1277         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1278         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
1279         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
1280         (smie-indent-keyword): Add handling of open-paren keywords.
1281         (smie-indent-comment-continue): Don't assume comment-continue.
1283 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
1285         * window.el (pop-to-buffer): Remove the conditional that
1286         compares new-window and old-window, so it will reselect
1287         the selected window unconditionally.
1288         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1290 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1292         * emacs-lisp/smie.el (smie-indent-offset-after)
1293         (smie-indent-forward-token, smie-indent-backward-token): New functions.
1294         (smie-indent-after-keyword): Use them.
1295         (smie-indent-fixindent): Only applies to the indentation of the BOL.
1296         (smie-indent-keyword): Tweak the black magic.
1297         (smie-indent-comment-continue): Strip comment-continue before use.
1298         (smie-indent-functions): Indent comments before keywords.
1300 2010-06-06  Juri Linkov  <juri@jurta.org>
1302         * isearch.el (isearch-lazy-highlight-search): Fix looping
1303         by checking for empty match.  This syncs this loop with the
1304         similar loop in `isearch-search'.  (Bug#6362)
1306 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
1308         * net/dbus.el (dbus-register-method): Declare function.
1309         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1310         (dbus-introspect): Doc fix.
1311         (dbus-event-bus-name, dbus-introspect-get-interface)
1312         (dbus-introspect-get-argument): Reflow docstrings.
1314 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
1316         vc-log-incoming/vc-log-outgoing fixes for Git.
1317         * vc-git.el (vc-git-log-view-mode): Fix font lock for
1318         incoming/outgoing logs.
1319         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1320         instead of vc-git-compute-remote.
1321         (vc-git-compute-remote): Remove.
1323 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
1325         * term/common-win.el (x-colors): Add "dark green" and "dark
1326         turquoise" (Bug#6332).
1328 2010-06-04  Juri Linkov  <juri@jurta.org>
1330         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1331         Instead of setting `replace' to t and replacing the same string
1332         with itself, don't do certain actions when
1333         kill-do-not-save-duplicates is non-nil and string is equal to car
1334         of kill-ring: don't call menu-bar-update-yank-menu, don't push
1335         interprogram-paste strings to kill-ring, and don't push the input
1336         argument `string' to kill-ring.
1337         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1339 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1341         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1343 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
1345         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1346         (tramp-gvfs-handler-mounted-unmounted)
1347         (tramp-gvfs-connection-mounted-p): Handle default-location.
1349         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1350         move files to trash.
1352 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1354         * international/mule-cmds.el (nonascii-insert-offset)
1355         (nonascii-translation-table): Add obsolescence information.
1357         * international/mule.el (make-translation-table-from-vector): Doc fix.
1359 2010-06-03  Eric Ludlam  <zappo@gnu.org>
1361         * cedet/semantic/lex-spp.el
1362         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1363         invalid values during save, just save a nil (Bug#6324).
1365 2010-06-03  Glenn Morris  <rgm@gnu.org>
1367         * desktop.el (desktop-clear-preserve-buffers):
1368         Add "*Warnings*" buffer.  (Bug#6336)
1370 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
1372         vc-log-incoming/vc-log-outgoing improvements for Git.
1373         * vc-git.el (vc-git-log-outgoing): Use the same format as the
1374         short log.
1375         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
1377         Add bindings for vc-log-incoming and vc-log-outgoing.
1378         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1379         and vc-log-outgoing.
1380         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1381         and vc-log-outgoing.
1383 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1385         * net/rcirc.el (rcirc-sort-nicknames): Remove.
1386         (rcirc-handler-366): Always sort nicknames.
1388 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
1390         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1392 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1394         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1396 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1398         * net/rcirc.el (rcirc-sort-nicknames): Change default.
1399         (rcirc-sort-nicknames-join): Avoid setq.
1401 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1403         * net/rcirc.el (rcirc-sort-nicknames): New custom.
1404         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1405         (rcirc-handler-366): Use them.
1407 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1409         Split smie-indent-calculate into more manageable chunks.
1410         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1411         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1412         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1413         (smie-indent-exps): Extract from smie-indent-calculate.
1414         (smie-indent-functions): New var.
1415         (smie-indent-functions): Use them.
1417 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1419         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1420         (smie-indent-calculate): Simplify and cleanup.
1422 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
1424         * net/tramp-gvfs.el (top): Require url-util.
1425         (tramp-gvfs-mount-point): Remove.
1426         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1427         New defuns.
1428         (with-tramp-dbus-call-method): Format trace message.
1429         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1430         Implement backup call, when operation on local files fails.
1431         Use progress reporter.  Flush properties of changed files.
1432         (tramp-gvfs-handle-make-directory): Make more traces.
1433         (tramp-gvfs-url-file-name): Hexify file name in url.
1434         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1435         into account for the resulting file name.
1436         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1437         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
1438         (tramp-gvfs-handler-mounted-unmounted)
1439         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1440         attribute "default_location".  Set "prefix" property.
1441         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1442         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1443         exists.  Raise an error, if not (due to a corresponding answer
1444         "no" in interactive questions, for example).
1446 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
1448         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1450 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
1452         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1453         right-*.  (Bug#6265)
1455 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
1457         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1458         * vc-git.el (vc-git-compute-remote): New function.
1459         (vc-git-log-outgoing): Use it instead of hard coding a value.
1460         (vc-git-log-incoming): New function.
1462         Improve state updating for VC tag commands.
1463         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1464         to update the state of all buffers in the directory.
1466         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1468 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1470         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1471         `file-directory-p' to the filename part rather than to the whole text.
1473 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
1475         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1476         (bug#6231).
1478 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1480         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1482 2010-05-31  Drew Adams  <drew.adams@oracle.com>
1484         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1486 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
1488         * subr.el (momentary-string-display): Just use read-event to read
1489         the exit event (Bug#6238).
1491 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
1493         * international/mule.el (define-coding-system): Doc fix (bug#6313).
1495 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1497         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1498         Suggested by Eli Zaretskii <eliz@gnu.org>.
1500 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1502         * minibuffer.el (completion-file-name-table): Don't return a boundary
1503         past the end of `string' (bug#6299).
1504         (completion--file-name-table): Delegate to completion-file-name-table
1505         for the `boundaries' case.
1507 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1509         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1510         movement commands.
1512         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1513         `path-separator', but maintain compatibility with Emacs 20.2.
1515 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1517         * server.el (server-process-filter): Receive parent-id argument
1518         from emacsclient.
1519         (server-create-window-system-frame): New arg.  Pass parent-id as
1520         frame parameter.
1522 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
1524         Bidi-sensitive word movement with arrow keys.
1525         * subr.el (right-arrow-command, left-arrow-command): Move to
1526         bindings.el.
1528         * bindings.el (right-char, left-char): Move from subr.el and
1529         rename from right-arrow-command and left-arrow-command.
1530         (right-word, left-word): New functions.
1531         (global-map) <right>: Bind to right-char.
1532         (global-map) <left>: Bind to left-char.
1533         (global-map) <C-right>: Bind to right-word.
1534         (global-map) <C-left>: Bind to left-word.
1536         * ls-lisp.el (ls-lisp-classify-file): New function.
1537         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1538         (ls-lisp-classify): Call ls-lisp-classify-file.
1539         (insert-directory): Remove blanks from switches.
1541 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1543         * ansi-color.el: Delete unused escape sequences (Bug#6085).
1544         (ansi-color-drop-regexp): New constant.
1545         (ansi-color-apply, ansi-color-filter-region)
1546         (ansi-color-apply-on-region): Delete unrecognized control sequences.
1547         (ansi-color-apply): Build string list before calling concat.
1549 2010-05-28  Juri Linkov  <juri@jurta.org>
1551         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1552         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
1553         (Bug#5270)
1555 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1557         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
1558         to ignored backtrace functions.
1559         (with-progress-reporter): Expand docstring.
1560         (tramp-handle-delete-file): Implement TRASH argument.
1561         (tramp-get-remote-trash): New defun.
1563 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1565         * net/tramp-compat.el (tramp-compat-delete-file): Use
1566         `symbol-value' for backward compatibility.
1568         * net/tramp.el (tramp-handle-make-symbolic-link)
1569         (tramp-handle-load)
1570         (tramp-do-copy-or-rename-file-via-buffer)
1571         (tramp-do-copy-or-rename-file-directly)
1572         (tramp-do-copy-or-rename-file-out-of-band)
1573         (tramp-handle-process-file, tramp-handle-call-process-region)
1574         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1575         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1576         (tramp-delete-temp-file-function): Use `delete-file' instead
1577         of `tramp-compat-delete-file'.
1579         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1580         (tramp-fish-handle-make-symbolic-link)
1581         (tramp-fish-handle-process-file): Use `delete-file' instead
1582         of `tramp-compat-delete-file'.
1584         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
1585         `delete-file' instead of `tramp-compat-delete-file'.
1587         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1588         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
1589         `tramp-compat-delete-file'.
1591         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
1592         `delete-file' instead of `tramp-compat-delete-file'.
1594         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1595         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1596         (tramp-smb-handle-write-region): Use `delete-file' instead of
1597         `tramp-compat-delete-file'.
1598         (tramp-smb-handle-delete-directory): Use 'trash as arg.
1600 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1602         * dired.el (dired-delete-file): New arg TRASH.
1603         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
1604         (dired-do-flagged-delete, dired-do-delete): Use trash.
1606         * speedbar.el (speedbar-item-delete): Allow trashing.
1608         * files.el (delete-directory): New arg TRASH.
1610         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
1611         (ange-ftp-rename-remote-to-remote)
1612         (ange-ftp-rename-local-to-remote)
1613         (ange-ftp-rename-remote-to-local, ange-ftp-load)
1614         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
1615         `delete-file'.
1616         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
1617         allow trashing.
1619         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1620         handle new TRASH arg of `delete-file'.
1622         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
1623         (tramp-handle-make-symbolic-link, tramp-handle-load)
1624         (tramp-do-copy-or-rename-file-via-buffer)
1625         (tramp-do-copy-or-rename-file-directly)
1626         (tramp-do-copy-or-rename-file-out-of-band)
1627         (tramp-handle-process-file, tramp-handle-call-process-region)
1628         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1629         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1630         (tramp-delete-temp-file-function): Use null TRASH arg in
1631         tramp-compat-delete-file call.
1633         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1634         (tramp-fish-handle-delete-file)
1635         (tramp-fish-handle-make-symbolic-link)
1636         (tramp-fish-handle-process-file): Use null TRASH arg in
1637         `tramp-compat-delete-file' call.
1639         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
1640         arg in `tramp-compat-delete-file' call.
1642         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1643         (tramp-gvfs-handle-write-region): Use null TRASH arg in
1644         `tramp-compat-delete-file' call.
1646         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
1647         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
1648         `tramp-compat-delete-file' call.
1650         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1651         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1652         (tramp-smb-handle-write-region): Use null TRASH arg in
1653         tramp-compat-delete-file call.
1654         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
1655         (tramp-smb-handle-delete-file): Rename arg.
1657         * diff.el (diff-sentinel):
1658         * epg.el (epg--make-temp-file, epg-decrypt-string)
1659         (epg-verify-string, epg-sign-string, epg-encrypt-string):
1660         * jka-compr.el (jka-compr-partial-uncompress)
1661         (jka-compr-call-process, jka-compr-write-region):
1662         * server.el (server-sentinel): Remove optional arg from
1663         delete-file, reverting 2010-05-03 change.
1665 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1667         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
1668         font-lock-constant-face, not obsolete font-lock-reference-face.
1670 2010-05-27  Kenichi Handa  <handa@m17n.org>
1672         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
1673         element of GSTRING is nil.
1675 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1677         * emacs-lisp/smie.el (smie-forward-token-function)
1678         (smie-backward-token-function): New vars.
1679         (smie-backward-sexp, smie-forward-sexp)
1680         (smie-indent-hanging-p, smie-indent-calculate): Use them.
1681         (smie-default-backward-token): Rename from smie-backward-token and
1682         skip comments.
1683         (smie-default-forward-token): Rename from smie-forward-token and
1684         skip comments.
1685         (smie-next-sexp): Handle nil results from next-token.
1686         (smie-indent-calculate): Add a new case for special `fixindent' comments.
1688 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1690         * progmodes/verilog-mode.el (verilog-type-font-keywords):
1691         Use font-lock-constant-face, not obsolete font-lock-reference-face.
1693 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
1695         * htmlfontify.el (hfy-face-resolve-face): New function.
1696         (hfy-face-to-style): Use it (Bug#6279).
1698 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1700         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
1701         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
1703 2010-05-26  Glenn Morris  <rgm@gnu.org>
1705         * emulation/edt.el (edt-load-keys): Use locate-library.
1707 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
1709         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
1710         (log-edit-changelog-entries): Doc fix.
1711         (log-edit-changelog-insert-entries): Args changed.
1712         Rename relative filenames in ChangeLog entries.  Delete tabs.
1713         (log-edit-insert-changelog-entries): Reorganize return value of
1714         `log-edit-changelog-entries' to pass filenames to
1715         log-edit-changelog-insert-entries.
1717 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1719         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
1720         `image-dired-dired-insert-marked-thumbs' to
1721         `image-dired-dired-toggle-marked-thumbs'.
1723         * image-dired.el: Require cl when compiling.
1724         (image-dired-dired-toggle-marked-thumbs): Rename from
1725         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
1726         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
1727         to 'no-dir.  Skip files whose names don't match
1728         `image-file-name-regexp'.  When file has a thumbnail overlay,
1729         delete it.  (Bug#5270)
1731 2010-05-25  Juri Linkov  <juri@jurta.org>
1733         * image-mode.el (image-mode): Add image-after-revert-hook to
1734         after-revert-hook.
1735         (image-after-revert-hook): New function.  (Bug#5669)
1737 2010-05-25  Juri Linkov  <juri@jurta.org>
1739         * image.el (image-animated-p): When delay between animated images
1740         is 0, set it to 10 (0.1 sec).  (Bug#6258)
1742 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1744         * net/tramp.el (tramp-handle-insert-directory): Don't use
1745         `forward-word', its default syntax could be changed.
1747 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
1749         * net/tramp.el (tramp-progress-reporter-update): New defun.
1750         (with-progress-reporter): Use it.
1751         (tramp-process-actions):
1752         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
1753         current message, in order to let progress reporter continue
1754         afterwards.  (Bug#6257)
1756 2010-05-25  Glenn Morris  <rgm@gnu.org>
1758         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
1759         Add :version.
1761 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
1763         * net/rcirc.el (rcirc-default-user-name): Change to "user".
1764         (rcirc-default-full-name): Change to "unknown".
1765         (rcirc-user-name-history): Add variable.
1767 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
1768             Jonathan Rockway  <jon@jrock.us>
1770         * net/rcirc.el (rcirc-server-alist): Add :pass.
1771         (rcirc): When prompting for connection parameters, also prompt for
1772         username and password.
1773         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
1774         value to server when connecting.
1776 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1778         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
1779         (smie-merge-prec2s): Pass the tables as separate args.
1780         (smie-bnf-precedence-table): Adjust call accordingly.
1781         (smie-prec2-levels): Set levels at the end.
1783         Replace Lisp calls to delete-backward-char by delete-char.
1784         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
1785         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
1786         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
1787         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
1788         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
1789         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
1790         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
1791         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
1792         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
1793         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
1794         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
1795         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
1796         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
1797         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
1798         delete-backward-char by calls to delete-char.
1800 2010-05-25  Kenichi Handa  <handa@m17n.org>
1802         * language/hebrew.el (hebrew-shape-gstring): New function.
1803         Register it in composition-function-table for all Hebrew combining
1804         characters.
1806 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1808         * epa.el (epa--select-keys): Don't explicitly delete the window since
1809         that can fail (e.g. sole window in frame).  Use dedication instead.
1811 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
1813         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1815 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
1817         * image.el (image-refresh): Define as an alias for image-flush.
1819         * image-mode.el (image-toggle-display-image): Caller changed.
1821 2010-05-21  Juri Linkov  <juri@jurta.org>
1823         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
1824         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
1825         whitespace, call wildcard-to-regexp on substrings and concat them
1826         with "\\|".  (Bug#6114)
1828 2010-05-21  Alan Mackenzie  <acm@muc.de>
1830         * progmodes/cc-engine.el (c-parse-state-get-strategy):
1831         Replace parameter `here' with `here-' and `here-plus', which sandwich
1832         any pertinent CPP construct.
1833         (c-remove-stale-state-cache-backwards): Fix a bug which happens
1834         when doing (c-parse-state) in a CPP construct: Exclude any "new"
1835         CPP construct from taking part in the scanning.
1837 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
1839         * net/tramp.el (tramp-do-copy-or-rename-file)
1840         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
1841         Tune `with-progress-reporter' messages.
1842         (tramp-handle-vc-registered):
1843         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
1844         (tramp-fish-handle-insert-file-contents)
1845         (tramp-fish-maybe-open-connection):
1846         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1847         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
1848         (tramp-imap-handle-insert-file-contents)
1849         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1851 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
1853         * add-log.el (change-log-font-lock-keywords):
1854         Highlight all authors in multi-author entries.
1856         * smerge-mode.el (smerge-refine-ignore-whitespace)
1857         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
1858         Fix typos in docstrings.
1859         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
1861 2010-05-21  Glenn Morris  <rgm@gnu.org>
1863         * progmodes/fortran.el (fortran-mode):
1864         * progmodes/f90.el (f90-mode): Derive from prog-mode.
1866         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
1867         having a relative path in src/Makefile.in.
1869 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1871         * help-mode.el (help-make-xrefs): For Info node links turn
1872         newlines into spaces.  Link node names with newlines are matched
1873         by help-xref-info-regexp and buttonized, this change ensures they
1874         can be followed successfully with RET.  (Bug#6206)
1876 2010-05-20  Juri Linkov  <juri@jurta.org>
1878         * locate.el (locate): Use pop-to-buffer instead of
1879         switch-to-buffer-other-window.  (Bug#6204)
1881 2010-05-20  Juri Linkov  <juri@jurta.org>
1883         * replace.el (replace-highlight): Fix lazy-highlighting
1884         for `M-s w str M-% str RET'.
1886 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
1888         * isearch.el (isearch-yank-word-or-char): Pull next subword
1889         when `subword-mode' is activated.  (Bug#6220)
1891 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
1893         * isearch.el (isearch-update-post-hook): New hook.
1894         (isearch-update): Use the new hook.  (Bug#6225)
1896 2010-05-20  Juri Linkov  <juri@jurta.org>
1898         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
1899         [f1], [help], and (char-to-string help-char) instead of "\C-h".
1900         (Bug#6222)
1902 2010-05-20  Juri Linkov  <juri@jurta.org>
1904         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
1905         (Bug#6223)
1907 2010-05-20  Juri Linkov  <juri@jurta.org>
1909         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
1910         FILE-NAME to read from the minibuffer when called interactively
1911         with prefix argument instead of using buffer-file-name.
1912         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
1914         * dired.el: Update autoloads.
1916 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
1918         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
1919         nxml-finish-element, for consistency with SGML mode.
1921         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
1922         octave-close-block.
1924 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
1926         * composite.el: Require cl when compiling.
1927         (reference-point-alist, compose-gstring-for-graphic)
1928         (compose-gstring-for-terminal): Fix typos in docstrings.
1930 2010-05-19  Juri Linkov  <juri@jurta.org>
1932         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
1933         set-window-parameter.
1935 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1937         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
1938         where appropriate.
1939         (tramp-maybe-open-connection): Use it.
1941 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
1943         * simple.el (move-end-of-line): Make sure we are at line beginning
1944         before backing up to end of previous line.
1946 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1948         * password-cache.el (password-cache-remove): Fix docstring.
1950         * net/secrets.el: Autoload the widget functions.
1951         (secrets-search-items, secrets-create-item)
1952         (secrets-get-attributes, secrets-expand-item): Attributes will be
1953         stored on the password database without leading ":", as all other
1954         clients do as well.
1955         (secrets-mode): Fix docstring.
1956         (secrets-show-secrets): Provide it as autoloaded command only when
1957         D-Bus support is available.  Check existence of Secret Service API.
1959 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1961         * indent.el (indent-region): Deactivate region (bug#6200).
1963 2010-05-19  Glenn Morris  <rgm@gnu.org>
1965         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
1967 2010-05-19  Kenichi Handa  <handa@m17n.org>
1969         * composite.el: Register compose-gstring-for-graphic in
1970         composition-function-table only for combining characters (Mn, Mc, Me).
1972 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
1974         * calc/calc-trail.el (calc-trail-isearch-forward)
1975         (calc-trail-isearch-backward): Ensure that the new window
1976         point is set correctly.
1978 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1980         * subr.el (read-quoted-char): Resolve modifiers after key
1981         remapping (bug#6212).
1983 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
1985         Add visualization code for secrets.
1986         * net/secrets.el (secrets-mode): New major mode.
1987         (secrets-show-secrets, secrets-show-collections)
1988         (secrets-expand-collection, secrets-expand-item)
1989         (secrets-tree-widget-after-toggle-function)
1990         (secrets-tree-widget-show-password): New defuns.
1992 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1994         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
1995         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
1996         handled in smie-next-sexp.
1997         (smie-indent-calculate): Provide a starting indentation (so the
1998         recursion is well-founded ;-).
2000         Fix handling of non-associative equal levels.
2001         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
2002         when it's not needed.
2003         (smie-op-left, smie-op-right): New functions.
2004         (smie-next-sexp): New function, extracted from smie-backward-sexp.
2005         Better handle equal levels to distinguish the associative case from
2006         the "multi-keyword construct" case.
2007         (smie-backward-sexp, smie-forward-sexp): Use it.
2009 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
2011         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
2013         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
2014         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
2016 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2018         Provide a simple generic indentation engine and use it for Prolog.
2019         * emacs-lisp/smie.el: New file.
2020         * progmodes/prolog.el (prolog-smie-op-levels)
2021         (prolog-smie-indent-rules): New var.
2022         (prolog-mode-variables): Use them to configure SMIE.
2023         (prolog-indent-line, prolog-indent-level): Remove.
2025 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
2027         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
2028         order before computing the averages.
2030 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
2032         * calc/calc-vec.el (calc-histogram):
2033         (calcFunc-histogram): Allow vectors as inputs.
2034         (math-vector-avg): New function.
2036         * calc/calc-ext.el (math-group-float): Have the number of digits
2037         being grouped depend on the radix (Bug#6189).
2039 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
2041         * version.el (emacs-copyright, emacs-version): Don't define here,
2042         now that emacs.c defines it.
2044 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
2046         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
2047         "Describe Language Environment" menu item.
2049         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
2051         Bidi-sensitive movement with arrow keys.
2052         * subr.el (right-arrow-command, left-arrow-command): New functions.
2054         * bindings.el (global-map): Bind them to right and left arrow keys.
2056         Don't override standard definition of convert-standard-filename.
2057         * files.el (convert-standard-filename): Call
2058         w32-convert-standard-filename and dos-convert-standard-filename on
2059         the corresponding systems.
2061         * w32-fns.el (w32-convert-standard-filename): Rename from
2062         convert-standard-filename.  Doc fix.
2064         * dos-fns.el (dos-convert-standard-filename): Doc fix.
2065         (convert-standard-filename): Don't defalias.
2066         (register-name-alist, make-register, register-value)
2067         (set-register-value, intdos): Obsolete aliases for the
2068         corresponding dos-* functions and variables.
2069         (dos-intdos): Add a doc string.
2071 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
2073         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
2074         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
2075         (math-compose-tex-func):
2076         * calc/calccomp.el (math-compose-expr):
2077         * calc/calc-ext.el (math-format-flat-expr-fancy):
2078         * calc/calc-store.el (calc-read-var-name):
2079         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
2081         * calc/calc.el (var-π, var-φ, var-γ): New variables.
2082         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
2083         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
2084         (math-standard-units): Add units.
2086 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2088         * progmodes/asm-mode.el (asm-mode):
2089         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
2091         * pcomplete.el (pcomplete-completions-at-point): New function,
2092         extracted from pcomplete-std-complete.
2093         (pcomplete-std-complete): Use it.
2095 2010-05-15  Glenn Morris  <rgm@gnu.org>
2097         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2098         Remove references to CVS, RCS and Old directories.
2100 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
2102         * calc/calc-bin.el (math-format-twos-complement): Group digits when
2103         appropriate.
2105 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2107         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
2108         (sh-mode-syntax-table): Give it a default value instead.
2109         (sh-header-marker): Make buffer-local.
2110         (sh-mode): Move make-local-variable to the corresponding setq.
2111         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
2112         Use complete-with-action.
2114         * simple.el (prog-mode): New (abstract) major mode.
2115         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
2116         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
2118 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
2120         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
2121         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
2122         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
2123         (sql-make-alternate-buffer-name, sql-placeholders-filter)
2124         (sql-escape-newlines-filter, sql-input-sender)
2125         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
2127 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
2129         Add TeX open-block and close-block keybindings to SGML, and vice versa.
2131         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
2132         latex-open-block and C-c / to latex-close-block.
2134         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
2135         and C-c C-e to sgml-close-tag.
2137 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
2139         * net/tramp.el (with-progress-reporter): Create reporter object
2140         only when the message would be displayed.  Handle nested calls.
2141         (tramp-handle-load, tramp-handle-file-local-copy)
2142         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2143         (tramp-maybe-send-script, tramp-find-shell):
2144         Use `with-progress-reporter'.
2145         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
2146         Fix message text.
2148         * net/tramp-smb.el (tramp-smb-handle-copy-file)
2149         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2150         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2151         Use `with-progress-reporter'.
2153 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
2155         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
2156         process everytime when spellchecking from the minibuffer (bug#6143).
2158 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2160         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
2162         * dos-fns.el: Add "dos-" prefix for namespace control.
2163         (convert-standard-filename): Define as alias for
2164         dos-convert-standard-filename but only if applicable.
2166 2010-05-12  Alan Mackenzie  <acm@muc.de>
2168         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2169         Push the mark at the start of these functions when appropriate.
2171 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2173         * minibuffer.el (completion-cycle-threshold): New custom var.
2174         (completion--do-completion): Use it.
2175         (minibuffer-complete): Use cycling if appropriate.
2177 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
2179         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
2180         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
2182 2010-05-11  Juri Linkov  <juri@jurta.org>
2184         * scroll-all.el (scroll-all-check-to-scroll):
2185         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
2187 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2189         * iimage.el (iimage-mode-map): Move initialization into declaration.
2190         (iimage-mode-buffer): Use with-silent-modifications.
2191         Simplify calling convention.  Adjust callers.
2192         (iimage-mode): Don't run hook redundantly.
2194         * minibuffer.el (completion-pcm--pattern->regex):
2195         Fix last change (bug#6160).
2197 2010-05-10  Juri Linkov  <juri@jurta.org>
2199         Remove nodes visited during Isearch from the Info history.
2200         * info.el (Info-isearch-initial-history)
2201         (Info-isearch-initial-history-list): New variables.
2202         (Info-isearch-start): Record initial values of
2203         Info-isearch-initial-history and Info-isearch-initial-history-list.
2204         Add Info-isearch-end to isearch-mode-end-hook.
2205         (Info-isearch-end): New function.
2207 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
2209         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
2210         format string, in order to work around a bug in pdksh.
2211         Reported by Gilles Pion <gpion@lfdj.com>.
2212         (tramp-handle-verify-visited-file-modtime): Do not send a command
2213         when the connection is not established.
2214         (tramp-handle-set-file-times): Simplify the check for utc.
2216 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
2218         Fix use of `filter-buffer-substring' (rework previous change).
2219         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
2220         (cua-repeat-replace-region):
2221         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
2222         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2223         (cua-cut-region-to-global-mark): Use it.
2225 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
2227         * progmodes/sql.el: Version 2.1.
2228         (sql-product-alist): Redesign structure of product info.
2229         (sql-product, sql-user, sql-server, sql-database): Safe variables.
2230         (sql-port, sql-port-history): New variables.
2231         (sql-interactive-product): New variable.
2232         (sql-send-terminator): New variable.
2233         (sql-imenu-generic-expression): Add "Types" imenu entry.
2234         (sql-oracle-login-params, sql-sqlite-login-params)
2235         (sql-mysql-login-params, sql-solid-login-params)
2236         (sql-sybase-login-params, sql-informix-login-params)
2237         (sql-ingres-login-params, sql-ms-login-params)
2238         (sql-postgres-login-params, sql-interbase-login-params)
2239         (sql-db2-login-params, sql-linter-login-params)
2240         (sql-oracle-scan-on): New variables.
2241         (sql-mode-map): Add C-c C-i to start interactive mode.
2242         (sql-mode-menu): Update existing menu entries.
2243         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
2244         (sql-mode-oracle-font-lock-keywords)
2245         (sql-mode-postgres-font-lock-keywords)
2246         (sql-mode-ms-font-lock-keywords)
2247         (sql-mode-sybase-font-lock-keywords)
2248         (sql-mode-informix-font-lock-keywords)
2249         (sql-mode-interbase-font-lock-keywords)
2250         (sql-mode-ingres-font-lock-keywords)
2251         (sql-mode-solid-font-lock-keywords)
2252         (sql-mode-mysql-font-lock-keywords)
2253         (sql-mode-sqlite-font-lock-keywords)
2254         (sql-mode-db2-font-lock-keywords)
2255         (sql-mode-linter-font-lock-keywords): Update initialization to
2256         reduce run-time complexity.
2257         (sql-add-product, sql-del-product): New functions.
2258         (sql-set-product-feature, sql-get-product-feature): New functions.
2259         (sql-product-font-lock): Update product API.
2260         (sql-add-product-keywords): New function.
2261         (sql-highlight-product): Update product API.
2262         (sql-help-list-products): New function.
2263         (sql-help): Dynamically lists free and non-free products.
2264         (sql-get-login): Correct bug in handling history and added
2265         prompt for port.
2266         (sql-copy-column): Copy without properties.
2267         (sqli-input-sender): Apply filters to SQLi input.
2268         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2269         Implement as a filter.
2270         (sql-escape-newlines-filter): Implement as a filter.
2271         (sql-remove-tabs-filter): New function.
2272         (sql-send-magic-terminator): New function.
2273         (sql-send-string): Implement magic terminator.
2274         (sql-send-region): Use `sql-send-string'.
2275         (sql-interactive-mode): Use product API.
2276         (sql-product-interactive): Use product API.
2277         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2278         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2279         (sql-db2, sql-linter): Use `sql-product-interactive'.
2280         (sql-connect): New function.
2281         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2282         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2283         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2284         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2285         Use `sql-connect'.
2287 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2289         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2290         New custom variable.
2291         (completion-pcm--string->pattern): Use it.
2292         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2293         Make it handle any symbol as `any'.
2294         (completion-pcm--merge-completions): Extract common suffix for the new
2295         `prefix' symbol as well.
2296         (completion-substring--all-completions): Use the new `prefix' symbol.
2298 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
2300         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2301         not bound.
2302         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2303         (tramp-compat-funcall): New defmacro.
2304         (tramp-compat-line-beginning-position)
2305         (tramp-compat-line-end-position)
2306         (tramp-compat-temporary-file-directory)
2307         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2308         (tramp-compat-copy-file, tramp-compat-copy-directory)
2309         (tramp-compat-delete-file, tramp-compat-delete-directory)
2310         (tramp-compat-number-sequence, tramp-compat-process-running-p)
2311         * net/tramp.el (top, with-progress-reporter)
2312         (tramp-rfn-eshadow-setup-minibuffer)
2313         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2314         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2315         (tramp-completion-mode-p, tramp-check-for-regexp)
2316         (tramp-open-connection-setup-interactive-shell)
2317         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2318         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2319         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2320         * net/tramp-cmds.el (tramp-cleanup-all-connections)
2321         (tramp-reporter-dump-variable, tramp-load-report-modules)
2322         (tramp-append-tramp-buffers)
2323         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2325         * net/tramp-imap.el (top): Autoload `epg-make-context'.
2327 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2329         * progmodes/compile.el (compilation-buffer-modtime): Rename from
2330         buffer-modtime.  Adjust users.
2332 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2334         * international/mule.el (auto-coding-alist): Only purecopy
2335         car of each item, not the whole list (Bug#6083).
2337 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2339         * progmodes/js.el (js-mode): Make paragraph variables local before
2340         calling c-setup-paragraph-variables (Bug#6071).
2342 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
2344         * composite.el (compose-region, reference-point-alist): Fix typos
2345         in the doc strings.
2347 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2349         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2350         gnuplot's "set" command.
2352 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2354         * abbrev.el (last-abbrev-text): Doc fix.
2355         (abbrev-prefix-mark): Don't escape parenthesis.
2357 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
2359         * composite.el (find-composition): Doc fix.
2361 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2363         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2364         (sql-oracle-program, sql-sqlite-options)
2365         (sql-query-placeholders-and-send): Doc fixes.
2366         (sql-set-product, sql-interactive-mode): Reflow docstrings.
2367         (sql-imenu-generic-expression, sql-buffer)
2368         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2369         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2370         (sql-mode-sybase-font-lock-keywords)
2371         (sql-mode-informix-font-lock-keywords)
2372         (sql-mode-interbase-font-lock-keywords)
2373         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2374         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2375         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2376         (sql-product-feature, sql-highlight-product)
2377         (comint-line-beginning-position, sql-rename-buffer)
2378         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2379         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2380         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2381         Fix typos in docstrings.
2383 2010-05-08  Juri Linkov  <juri@jurta.org>
2385         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2386         property instead of `invisible' and `after-string' (bug#5998).
2388 2010-05-08  Juri Linkov  <juri@jurta.org>
2390         * image-mode.el (image-mode-as-text): Fix typo in docstring.
2392 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2394         * filecache.el (file-cache-add-directory-list)
2395         (file-cache-add-directory-recursively): Fix typos in docstrings.
2397 2010-05-08  Kenichi Handa  <handa@m17n.org>
2399         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2400         (gujarati-composable-pattern): Fix typo.
2402 2010-05-08  Kenichi Handa  <handa@m17n.org>
2404         * language/indian.el (oriya-composable-pattern)
2405         (tamil-composable-pattern, malayalam-composable-pattern):
2406         Add two-part vowels to "v" (vowel sign).
2408 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2410         * files.el (copy-directory): Handle symlinks (Bug#5982).
2412 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
2414         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2415         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2416         (Bug#5846).
2418 2010-05-08  Glenn Morris  <rgm@gnu.org>
2420         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2422         * minibuffer.el (completion-at-point): Doc fix.
2424 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2426         * electric.el (Electric-command-loop): Minor tweak.
2428         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2429         better with dedicated windows.
2431 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2433         * Version 23.2 released.
2435 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
2436             Stefan Monnier  <monnier@iro.umontreal.ca>
2438         Highlight vendor specific properties.
2439         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2440         (css-proprietary-property): New face.
2441         (css-font-lock-keywords): Use them.
2443 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
2445         * cus-start.el (all): Add native condition for tool-bar-* symbols.
2447 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2449         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2450         * files.el (auto-mode-alist): Remove redundant entries.
2452         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2453         * simple.el (auto-save-mode): Move from files.el.
2454         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2456 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2458         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2460 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2462         * mail/binhex.el (binhex-decode-region-internal)
2463         * mail/uudecode.el (uudecode-decode-region-internal)
2464         * net/dns.el (dns-read-string-name, dns-write, dns-read)
2465         (dns-read-type, dns-query)
2466         * pgg-parse.el (pgg-parse-armor)
2467         * pgg.el (pgg-verify-region)
2468         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2469         XEmacs.
2471         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2473 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
2475         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2477         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2478         * emulation/cua-base.el (cua-repeat-replace-region):
2479         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2480         (cua-cut-region-to-global-mark):
2481         Remove text properties with `set-text-properties'.
2483 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
2485         * net/tramp.el (top, with-progress-reporter):
2486         Use `symbol-function' inside `funcall'.
2488         * net/tramp-compat.el (tramp-compat-file-attributes)
2489         (tramp-compat-delete-file, tramp-compat-delete-directory):
2490         Handle only `wrong-number-of-arguments' error.
2492         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2493         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2494         inside `funcall'.
2496 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2498         * minibuffer.el (completion--sreverse, completion--common-suffix):
2499         New functions.
2500         (completion-pcm--merge-completions): Extract common suffix when safe.
2502         * emacs-lisp/easy-mmode.el (define-minor-mode):
2503         Make :variable more flexible.
2504         * files.el (auto-save-mode): Use it to define using define-minor-mode.
2506 2010-05-05  Juri Linkov  <juri@jurta.org>
2508         Add `slow' and `history' tags to the desktop data.
2510         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2511         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2512         (Info-finder-find-node): Require `finder.el' to be able
2513         to restore node from the desktop.
2514         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
2515         data `Info-history' and `slow' tag in the assoc list.
2516         (Info-restore-desktop-buffer): Don't restore nodes with the
2517         `slow' tag.  Restore `Info-history'.
2519 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
2521         Add FORCE argument to `delete-file'.
2523         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2524         forcing to delete the temporary file.
2525         (ange-ftp-delete-file): Add FORCE arg.
2526         (ange-ftp-rename-remote-to-remote)
2527         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2528         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2529         Force file deletion.
2531         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2533         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2534         (tramp-handle-make-symbolic-link, tramp-handle-load)
2535         (tramp-do-copy-or-rename-file-via-buffer)
2536         (tramp-do-copy-or-rename-file-directly)
2537         (tramp-do-copy-or-rename-file-out-of-band)
2538         (tramp-handle-process-file, tramp-handle-call-process-region)
2539         (tramp-handle-shell-command, tramp-handle-file-local-copy)
2540         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2541         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2543         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2544         (tramp-fish-handle-make-symbolic-link)
2545         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
2547         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2548         Use `tramp-compat-delete-file'.
2550         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
2551         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
2553         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
2554         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
2556         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
2557         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
2558         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
2559         `tramp-compat-delete-file'.
2561 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2563         Minor cleanups.
2564         * subr.el (add-minor-mode): Use push.
2565         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
2566         * emulation/edt.el (edt-select-mode): Simplify.
2568         Use define-minor-mode in more cases.
2569         * term/tvi970.el (tvi970-set-keypad-mode):
2570         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2571         (normal-erase-is-backspace-mode):
2572         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
2573         (set-scroll-bar-mode-1): (Re)move to its sole caller.
2574         (get-scroll-bar-mode): New function.
2575         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
2577         Use define-minor-mode for less obvious cases.
2578         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
2579         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
2580         * international/iso-ascii.el (iso-ascii-mode):
2581         * frame.el (auto-raise-mode, auto-lower-mode):
2582         * composite.el (global-auto-composition-mode): Use define-minor-mode.
2584 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
2586         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
2587         in order to see error messages for failed logins.
2589 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
2591         * diff.el (diff-sentinel):
2593         * epg.el (epg--make-temp-file, epg-decrypt-string)
2594         (epg-verify-string, epg-sign-string, epg-encrypt-string):
2596         * jka-compr.el (jka-compr-partial-uncompress)
2597         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
2599         * server.el (server-sentinel): Use delete-file's new FORCE arg
2600         (Bug#6070).
2602 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2604         Use define-minor-mode where applicable.
2605         * view.el (view-mode):
2606         * type-break.el (type-break-query-mode)
2607         (type-break-mode-line-message-mode):
2608         * textmodes/reftex.el (reftex-mode):
2609         * term/vt100.el (vt100-wide-mode):
2610         * tar-mode.el (tar-subfile-mode):
2611         * savehist.el (savehist-mode):
2612         * ibuf-ext.el (ibuffer-auto-mode):
2613         * composite.el (auto-composition-mode):
2614         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2615         Use define-minor-mode.
2616         (vhdl-mode): Use static mode-line format.
2617         (vhdl-mode-line-update): Delete.
2618         (vhdl-create-mode-menu, vhdl-activate-customizations)
2619         (vhdl-hs-minor-mode): Don't bother calling it.
2621 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2623         * simple.el (with-wrapper-hook): Move.
2624         (buffer-substring-filters): Mark obsolete.
2625         (filter-buffer-substring-functions): New variable.
2626         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
2628         Use a mode-line spec rather than a static string in Semantic.
2629         * cedet/semantic/util-modes.el:
2630         (semantic-minor-modes-format): New var to replace...
2631         (semantic-minor-modes-status): Remove.
2632         (semantic-mode-line-update): Construct a mode-line spec rather than
2633         a static string so that mouse buttons can be used on individual minor
2634         modes and so that semantic-mode-line-update only needs to be called
2635         when global settings are changed.
2636         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
2637         Call semantic-mode-line-update.
2638         (semantic-toggle-minor-mode-globally): Don't assume mode is on
2639         minor-mode-alist, check semantic-minor-mode-alist as well.
2640         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
2641         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
2642         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
2643         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2644         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2645         (define-semantic-idle-service, semantic-idle-summary-mode):
2646         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
2647         Don't call semantic-mode-line-update any more.
2649 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2651         Use define-minor-mode in CEDET where applicable.
2653         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
2654         Use define-minor-mode.
2656         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
2657         Remove unused arg `keymap' and code redundant with define-minor-mode.
2658         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
2659         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
2660         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
2661         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
2662         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
2663         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
2664         Use define-minor-mode.
2665         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
2666         (semantic-show-unmatched-syntax-mode-setup)
2667         (semantic-show-parser-state-mode-setup)
2668         (semantic-highlight-func-mode-setup): Inline into sole caller.
2670         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2671         (semantic-mru-bookmark-mode): Use define-minor-mode.
2672         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
2674         * cedet/semantic/idle.el (define-semantic-idle-service):
2675         Use define-minor-mode and inline setup function into its sole caller.
2676         (semantic-idle-scheduler-mode-setup)
2677         (semantic-idle-summary-mode-setup): Inline into sole caller.
2678         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
2679         Use define-minor-mode.
2681         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
2682         (semantic-decoration-mode): Use define-minor-mode.
2683         (semantic-decoration-mode-setup): Inline into sole caller.
2685         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
2686         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
2687         (ede-dired-add-to-target): Use dolist.
2689 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2690             Michael Albinus  <michael.albinus@gmx.de>
2692         Implement compression for inline methods.
2694         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2695         (tramp-copy-size-limit): Allow also nil.
2696         (tramp-inline-compress-commands): New defconst.
2697         (tramp-find-inline-compress, tramp-get-inline-compress)
2698         (tramp-get-inline-coding): New defuns.
2699         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2700         replaced by `tramp-get-inline-coding'.
2701         (tramp-handle-file-local-copy, tramp-handle-write-region)
2702         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2704 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2706         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
2707         Remove unused functions.
2709         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
2710         Set find-tag-default-function as a variable rather than a property.
2712         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
2713         * progmodes/etags.el (tags-completion-at-point-function):
2714         Remove left over interactive spec.  Add autoloading stub.
2715         (complete-tag): Use tags-completion-at-point-function.
2717 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
2719         * minibuffer.el (tags-completion-at-point-function): Fix return value.
2721 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
2723         * ido.el (ido-init-completion-maps): Remove C-v binding.
2724         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
2726 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
2728         * minibuffer.el (tags-completion-at-point-function): New function.
2729         (completion-at-point-functions): Use it.
2731         * cedet/semantic.el (semantic-completion-at-point-function): New function.
2732         (semantic-mode): Use semantic-completion-at-point-function for
2733         completion-at-point-functions instead.
2735         * progmodes/etags.el (complete-tag): Revert last change.
2737 2010-04-29  Alan Mackenzie  <acm@muc.de>
2739         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
2740         off-by-one error (in end of macro position).
2742 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2744         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
2745         firefox is absent.  Don't autoload.
2746         (browse-url-galeon-program): Don't autoload.
2748 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
2750         * bindings.el (complete-symbol): Move into minibuffer.el.
2752         * minibuffer.el (complete-tag): Move from etags.el.  If tags
2753         completion cannot be performed, return nil instead of signalling
2754         an error.
2755         (completion-at-point): Make it an alias for complete-symbol.
2756         (complete-symbol): Move from bindings.el, and replace with the
2757         body of completion-at-point.
2759         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
2761         * cedet/semantic.el (semantic-mode): When enabled, add
2762         semantic-ia-complete-symbol to completion-at-point-functions.
2764         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
2765         if Semantic is not active.
2767 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
2769         * net/tramp.el (tramp-remote-selinux-p): New defun.
2770         (tramp-handle-file-selinux-context)
2771         (tramp-handle-set-file-selinux-context): Use it.
2773 2010-04-28  Sam Steingold  <sds@gnu.org>
2775         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2776         `safe-local-variable' if the value is a string or a symbol with
2777         the property `bug-reference-url-format'.
2779 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
2781         * progmodes/bug-reference.el (bug-reference-url-format): Revert
2782         2010-04-27 change due to security risk.
2784 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2786         Make it possible to locally disable a globally enabled mode.
2787         * simple.el (fundamental-mode): Run fundamental-mode-hook.
2788         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
2789         rather than kill-all-local-variables so it runs fundamental-mode-hook.
2790         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2791         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
2792         that subsequent hooks get a chance to disable it.
2794 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2796         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2797         Avoid re-enabling a minor mode after the user turned the minor mode
2798         off if MODE-enable-in-buffers is run twice (typically once from
2799         fundamental-mode's after-change-major-mode-hook and a second time from
2800         run-mode-hook's own after-change-major-mode-hook).
2802         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
2804 2010-04-27  Sam Steingold  <sds@gnu.org>
2806         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2807         `safe-local-variable' if the value is a string or a function, as
2808         documented and implemented on 2010-04-02.
2810 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
2812         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
2813         when method is 'kill.
2815 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
2817         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
2818         condition in default directory check.
2819         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
2820         Kill ispell process when killing its associated buffer.
2822 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
2824         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
2825         but we aren't using it.
2827 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
2829         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
2830         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
2832 2010-04-24  Glenn Morris  <rgm@gnu.org>
2834         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
2835         Ignore VCS-ignore files, and deleted nextstep preferences files.
2836         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
2837         (authors-ambiguous-files): New list.
2838         (authors-valid-file-names): Add some deleted files.
2839         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
2840         (authors-disambiguate-file-name): New function.  (Bug#5501)
2841         (authors-canonical-file-name): Doc fix.
2842         Don't warn about obsolete files.
2843         (authors-canonical-file-name, authors-scan-el):
2844         Use authors-disambiguate-file-name.
2846         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2847         Add autoload cookies.
2848         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
2849         (generated-autoload-file): Set file-local value to "htmlfontify.el".
2850         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
2851         They have definitions / compiler macros in cl.el.
2852         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2853         Replace manual autoloads with generated ones.
2854         (htmlfontify-unload-rgb-file): Remove autoload.
2855         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
2857 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2859         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
2860         (byte-compile-setq-default): Optimize for the
2861         single-var case and don't call byte-compile-form in this case to avoid
2862         inf-loop with byte-compile-set-default.
2864         * progmodes/compile.el (compilation-start): Abbreviate default directory.
2866 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
2868         Implement SELINUX backends.
2870         * net/tramp.el (tramp-file-name-handler-alist):
2871         Add `file-selinux-context' and `set-file-selinux-context'.
2872         (tramp-handle-file-selinux-context)
2873         (tramp-handle-set-file-selinux-context): New defuns.
2874         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2875         Handle PRESERVE-SELINUX-CONTEXT.
2877         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2878         Add `file-selinux-context' and `set-file-selinux-context'.
2879         (tramp-gvfs-handle-file-selinux-context)
2880         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2881         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2883         * net/ange-ftp.el (ange-ftp-copy-file):
2884         * net/tramp-fish.el (tramp-fish-handle-copy-file):
2885         * net/tramp-imap.el (tramp-imap-handle-copy-file):
2886         * net/tramp-smb.el (tramp-smb-handle-copy-file):
2887         Add PRESERVE-SELINUX-CONTEXT.
2889 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2891         Synchronize with Tramp repository.
2893         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
2894         (tramp-action-process-alive, tramp-action-out-of-band)
2895         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2896         (tramp-exists-file-name-handler): Fix docstring.
2897         (with-progress-reporter): New defmacro.
2898         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
2899         (tramp-maybe-open-connection): Use it.
2901 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
2903         Detect ssh 'ControlMaster' argument automatically in some cases.
2905         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2906         (tramp-default-method): Use it.
2908 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2910         * net/tramp.el (tramp-handle-copy-file): Add new optional
2911         parameter `preserve-selinux-context'.
2912         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
2914 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2916         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
2917         Ensure, that non remote files are still checked.  Oops.
2919 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
2921         Fix Bug#5840.
2923         * icomplete.el (icomplete-completions): Use `non-essential'.
2925         * net/tramp.el (tramp-connectable-p): New defun.
2926         (tramp-handle-expand-file-name)
2927         (tramp-completion-handle-file-name-all-completions)
2928         (tramp-completion-handle-file-name-completion): Use it.
2930 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2932         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
2934 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
2936         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
2938         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
2940         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
2941         is present.
2943         * info.el (info-tool-bar-map): Add labels.
2945         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
2947         * cus-edit.el (custom-commands): Add labels for tool bar.
2948         (custom-buffer-create-internal, Custom-mode): Adjust for
2949         labels in custom-commands.
2951         * dynamic-setting.el: Renamed from font-setting.el.
2953 2010-04-21  John Wiegley  <jwiegley@gmail.com>
2955         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
2956         toggles the use of virtual buffers.
2957         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
2958         value.
2959         (ido-toggle-virtual-buffers): New function.
2961 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
2963         Use `define-derived-mode'; fix window selection; doc fixes.
2964         * play/tetris.el (tetris, tetris-update-speed-function)
2965         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
2966         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
2967         (tetris-rotate-next, tetris-end-game, tetris-start-game)
2968         (tetris-pause-game): Fix typos in docstrings.
2969         (tetris-mode-map, tetris-null-map):
2970         Move initialization into declaration.
2971         (tetris-mode): Define with `define-derived-mode';
2972         set show-trailing-whitespace to nil.
2973         (tetris): Prefer window already displaying the "*Tetris*" buffer.
2975 2010-04-21  Karel Klíč  <kklic@redhat.com>
2977         * files.el (backup-buffer): Handle SELinux context, and return it
2978         if a backup was made by renaming.
2979         (backup-buffer-copy): Set SELinux context to the target file.
2980         (basic-save-buffer): Set SELinux context of the newly written file.
2981         (basic-save-buffer-1): Now it also returns any SELinux context.
2982         (basic-save-buffer-2): Set SELinux context of the newly created file,
2983         and return it.
2984         * net/tramp.el (tramp-file-name-for-operation):
2985         Add file-selinux-context.
2987 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2989         Make the log-edit comments use RFC822 format throughout.
2991         * vc.el (vc-checkin, vc-modify-change-comment):
2992         Adjust to new vc-start/finish-logentry.
2993         (vc-find-conflicted-file): New command.
2994         (vc-transfer-file): Adjust to new vc-checkin.
2995         (vc-next-action): Improve scoping.
2997         * vc-hg.el (vc-hg-log-edit-mode): Remove.
2998         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
3000         * vc-git.el (vc-git-log-edit-mode): Remove.
3001         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
3002         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
3004         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
3005         (vc-start-logentry): Remove argument `extra'.
3006         (vc-finish-logentry): Remove extra args.
3008         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
3009         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
3010         (vc-bzr-conflicted-files): New function.
3012         * log-edit.el (log-edit-extra-flags)
3013         (log-edit-before-checkin-process): Remove.
3014         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
3015         (log-edit-headers-alist): New var.
3016         (log-edit-header-contents-regexp): New const.
3017         (log-edit-match-to-eoh): New function.
3018         (log-edit-font-lock-keywords): Use them.
3019         (log-edit): Insert a "Summary:" header as default.
3020         (log-edit-mode): Mark font-lock rules as case-insensitive.
3021         (log-edit-done): Cleanup headers.
3022         (log-view-process-buffer): Remove.
3023         (log-edit-extract-headers): New function to replace it.
3025 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
3027         * subr.el (default-direction-reversed): Remove obsolescence info.
3029 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3031         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
3032         windows/frames.
3034         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
3035         I.e. include text after point in the completion region.
3036         Also, return nil when we're not after/in a symbol.
3038         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
3039         default enable-multibyte-characters.
3041 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3043         * international/mule.el: Help the user choose a valid coding-system.
3044         (read-buffer-file-coding-system): New function.
3045         (set-buffer-file-coding-system): Use it.  Prompt the user if the
3046         coding-system cannot encode all the chars.
3048         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
3049         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
3050         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
3051         Don't use *vc-bzr-shelve*.
3053 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3055         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
3056         Don't destroy list before using it.
3058 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
3060         Fix the version number for added files.
3061         * vc-hg.el (vc-hg-working-revision): Check if the file is
3062         registered after hg parent fails (Bug#5961).
3064 2010-04-19  Glenn Morris  <rgm@gnu.org>
3066         * htmlfontify.el (htmlfontify-buffer)
3067         (htmlfontify-copy-and-link-dir): Autoload entry points.
3069 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
3071         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
3072         name relative to the project root (Bug#5960).
3074 2010-04-19  Glenn Morris  <rgm@gnu.org>
3076         * vc-git.el (vc-git-print-log): Doc fix.
3078 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
3080         * ido.el (ido-file-internal): Fix 2009-12-02 change.
3082 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
3084         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
3085         default settings (Bug#5928).
3087 2010-04-19  Glenn Morris  <rgm@gnu.org>
3089         * progmodes/fortran.el (fortran-match-and-skip-declaration):
3090         New function.
3091         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
3093 2010-04-19  Kenichi Handa  <handa@m17n.org>
3095         * language/indian.el (malayalam-composable-pattern): Fix previous
3096         change (add U+0D4D "SIGN VIRAMA").
3097         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
3098         (tamil-composable-pattern): Fix typo in the regexp.
3099         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
3100         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
3101         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
3103 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3105         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
3106         paragraph-separate (Bug#5821).
3108 2010-04-19  Juri Linkov  <juri@jurta.org>
3110         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
3112         * info.el (Info-find-node-2): Comment out code that skips
3113         breadcrumbs line.
3114         (Info-mouse-follow-link): New command.
3115         (Info-link-keymap): New keymap.
3116         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
3117         Return a string with links instead of inserting breadcrumbs
3118         to the Info buffer.
3119         (Info-fontify-node): Comment out code that inserts breadcrumbs.
3120         Instead of putting the `invisible' text property over the Info
3121         header, make an overlay over the Info header with the `invisible'
3122         property and `after-string' set to the string returned by
3123         `Info-breadcrumbs'.
3125 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3127         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
3128         Reported by monkey@sandpframing.com.
3130 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3132         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
3133         (tmm-get-keymap): Add key-binding shortcuts now that they're not
3134         available in the "keyseq cache" any more.
3136         * custom.el (defcustom): Add edebug spec.
3138 2010-04-18  Juri Linkov  <juri@jurta.org>
3140         Test for special mode-class in view-buffer instead of view-file (bug#5513).
3142         * view.el (view-file, view-buffer): Move test for special mode-class
3143         from view-file to view-buffer.
3145         * tar-mode.el (tar-extract): Turn if's into one cond
3146         like in arc-mode.el.
3148 2010-04-18  Juri Linkov  <juri@jurta.org>
3150         Add 7z archive format support (bug#5475).
3152         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
3153         (archive-7z-extract): New defcustom.
3154         (archive-find-type): Add magic string for 7z.
3155         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
3156         If `stderr-file' is non-nil, use `(t stderr-file)' for the
3157         `buffer' arg of `call-process'.
3158         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
3159         call the function `archive-7z-extract' with the variable
3160         `archive-7z-extract' let-bound to `archive-zip-extract'.
3161         (archive-7z-summarize, archive-7z-extract): New functions.
3163         * international/mule.el (auto-coding-alist):
3164         * files.el (auto-mode-alist): Add 7z file extension.
3166 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3168         * loadup.el: Setup hash-cons for pure data.
3170         Fix duplicate entries in cedet's loaddefs.el files.
3171         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
3172         Should make most file-local generated-autoload-file unnecessary.
3173         (print-readably): Silence warnings.
3174         (autoload-find-destination): Take load-name as an arg to make sure
3175         it's the same as the one that will be in the file.
3176         (autoload-generate-file-autoloads): Adjust to above changes.
3177         Try to make the dataflow a bit simpler.
3179         * cvs-status.el (cvs-refontify): Remove unused.
3181 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
3183         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
3185         * calc-bin.el (calc-radix): Have the "O" option turn on
3186         twos-complement mode.
3188 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
3190         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
3191         Add `calc-option-prefix-help' to calc-help autoloads.
3192         (calc-inverse): Add "Option" to message, as appropriate.
3193         (calc-hyperbolic): Add "Option" to message, as appropriate.
3194         (calc-option, calc-is-option): New functions.
3196         * calc-help.el (calc-full-help): Add `calc-option-help'.
3197         (calc-option-prefix-help): New function.
3199         * calc-misc.el (calc-help): Add "Option" entry.
3201         * calc.el (calc-local-var-list): Add `calc-option-flag'.
3202         (calc-option-flag): New variable.
3203         (calc-do): Set `calc-option-flag to nil.
3204         (calc-set-mode-line): Add "Opt " as appropriate.
3206 2010-04-16  Juri Linkov  <juri@jurta.org>
3208         Move scrolling commands from simple.el to window.el
3209         because their primitives are implemented in window.c.
3211         * simple.el (scroll-error-top-bottom)
3212         (scroll-up-command, scroll-down-command, scroll-up-line)
3213         (scroll-down-line, scroll-other-window-down)
3214         (beginning-of-buffer-other-window, end-of-buffer-other-window):
3215         * window.el (scroll-error-top-bottom)
3216         (scroll-up-command, scroll-down-command, scroll-up-line)
3217         (scroll-down-line, scroll-other-window-down)
3218         (beginning-of-buffer-other-window, end-of-buffer-other-window):
3219         Move from simple.el to window.el because their primitives are
3220         implemented in window.c.
3222 2010-04-16  Juri Linkov  <juri@jurta.org>
3224         * isearch.el (isearch-lookup-scroll-key): Check both
3225         `isearch-scroll' and `scroll-command' properties.
3226         (scroll-up, scroll-down): Remove `isearch-scroll' property.
3228         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
3230         * simple.el (scroll-up-command, scroll-down-command)
3231         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
3233 2010-04-15  Juri Linkov  <juri@jurta.org>
3235         * simple.el (scroll-up-command, scroll-down-command)
3236         (scroll-up-line, scroll-down-line): Put `scroll-command'
3237         property on the these symbols.  Remove them from
3238         `scroll-preserve-screen-position-commands'.
3240         * mwheel.el (mwheel-scroll): Put `scroll-command' and
3241         `isearch-scroll' properties on the `mwheel-scroll' symbol.
3242         Remove it from `scroll-preserve-screen-position-commands'.
3244         * isearch.el (isearch-allow-scroll): Doc fix.
3246 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
3248         * net/tramp.el (tramp-error-with-buffer): Don't show the
3249         connection buffer when we are in completion mode.
3250         (tramp-file-name-handler): Catch the error for some operations
3251         when we are in completion mode.  This gives the user the chance to
3252         correct the file name in the minibuffer.
3254 2010-04-15  Glenn Morris  <rgm@gnu.org>
3256         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3258 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
3260         Simplify by using `define-derived-mode'.
3261         * info.el (Info-mode):
3262         * calendar/todo-mode.el (todo-mode):
3263         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3264         (gomoku-mode-map): Move initialization into declaration.
3266 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
3268         Fix Bug#5840.
3269         * ido.el (ido-file-name-all-completions-1):
3270         * minibuffer.el (minibuffer-completion-help):
3271         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3273 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3275         * simple.el (non-essential): New var.
3277         Add a new field `location' to bookmarks for non-file bookmarks.
3278         * bookmark.el (bookmark-location): Use the new field, if present.
3279         (bookmark-insert-location): Undo last change, not needed any more.
3280         * man.el (Man-bookmark-make-record):
3281         * woman.el (woman-bookmark-make-record): Add `location' field.
3283 2010-04-14  Juri Linkov  <juri@jurta.org>
3285         * simple.el (scroll-error-top-bottom): New defcustom.
3286         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
3288         * emulation/pc-select.el (pc-select-override-scroll-error):
3289         Obsolete in favor of `scroll-error-top-bottom'.
3291 2010-04-14  Juri Linkov  <juri@jurta.org>
3293         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3294         `scroll-up-command' and `M-v' to `scroll-down-command'.
3296         * emulation/cua-rect.el (cua--init-rectangles):
3297         * forms.el (forms--change-commands):
3298         * image-mode.el (image-mode-map):
3299         Remap scroll-down-command and scroll-up-command
3300         in addition to scroll-down and scroll-up.
3302 2010-04-14  Juri Linkov  <juri@jurta.org>
3304         * mwheel.el (scroll-preserve-screen-position-commands):
3305         Add mwheel-scroll to this list of commands.
3307         * simple.el (scroll-preserve-screen-position-commands):
3308         Add scroll-up-command, scroll-down-command, scroll-up-line,
3309         scroll-down-line to this list of commands.
3311 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3313         * obsolete/complete.el: Move from lisp/complete.el.
3315         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3317         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3318         to the minor mode function now turns the mode ON unconditionally.
3320 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3322         * vc-dir.el (vc-dir-kill-line): New command.
3323         (vc-dir-mode-map): Bind it to C-k.
3325         * bookmark.el (bookmark-insert-location): Handle a nil filename.
3327         * woman.el: Add bookmark declarations to silence the compiler.
3328         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3329         step to compatibility between man and woman bookmarks.
3330         Adjust for Man-default-bookmark-title renaming.
3331         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
3333         * man.el: Add bookmark declarations to silence the compiler.
3334         (Man-name-local-regexp): Make it match NAME as well.
3335         (Man-getpage-in-background): Return the buffer.
3336         (Man-notify-when-ready): Use `case'.
3337         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3338         Don't hardcode "NAME".  Simplify.
3339         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3340         Rename from Man-bookmark-make-record.
3341         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
3342         we have the actual man-args.  Use Man-getpage-in-background rather
3343         than `man' since the arg is already processed.  Let bookmark.el do the
3344         window handling.  Only wait for the relevant process.
3345         Don't forget to autoload.
3347         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3349 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3351         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3352         New functions.
3353         (woman-mode): Setup bookmark support.
3355         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3356         (man-bookmark-jump): New functions.
3357         (Man-mode): Setup bookmark support.
3359 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
3361         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3362         recognize ssh-keygen prompt (Bug#2817).
3364 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3366         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3368 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3370         Synchronize with Tramp repository.
3372         * net/tramp.el (tramp-completion-function-alist)
3373         (tramp-file-name-regexp, tramp-chunksize)
3374         (tramp-local-coding-commands, tramp-remote-coding-commands):
3375         Fix docstring.
3376         (tramp-remote-process-environment): Use `format' instead of `concat'.
3377         (tramp-handle-directory-files-and-attributes)
3378         (tramp-get-remote-path): Use `copy-tree'.
3379         (tramp-handle-file-name-all-completions): Backward/ XEmacs
3380         compatibility: Use `completion-ignore-case' if
3381         `read-file-name-completion-ignore-case' does not exist.
3382         (tramp-do-copy-or-rename-file-directly): Do not use
3383         `tramp-handle-file-remote-p'.
3384         (tramp-do-copy-or-rename-file-out-of-band):
3385         Use `tramp-compat-delete-directory'.
3386         (tramp-do-copy-or-rename-file-out-of-band)
3387         (tramp-compute-multi-hops, tramp-maybe-open-connection):
3388         Use `format-spec-make'.
3389         (tramp-find-foreign-file-name-handler)
3390         (tramp-advice-make-auto-save-file-name)
3391         (tramp-set-auto-save-file-modes): Remove superfluous check for
3392         `stringp'.  This is done inside `tramp-tramp-file-p'.
3393         (tramp-debug-outline-regexp): New defconst.
3394         (tramp-get-debug-buffer): Use it.
3395         (tramp-check-for-regexp): Use (forward-line 1).
3396         (tramp-set-auto-save-file-modes): Adapt version check.
3398         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3399         Wrap call of `featurep' for 2nd argument.
3400         (tramp-compat-make-temp-file): Simplify fallback implementation.
3401         (tramp-compat-copy-tree): Remove function.
3402         (tramp-compat-delete-directory): Provide implementation for older
3403         Emacsen.
3405         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3406         Do not use `tramp-fish-handle-file-attributes.
3408         * net/trampver.el: Update release number.
3410 2010-04-10  Glenn Morris  <rgm@gnu.org>
3412         * progmodes/compile.el (compilation-save-buffers-predicate):
3413         Add missing :version tag.
3415 2010-04-09  Sam Steingold  <sds@gnu.org>
3417         * progmodes/compile.el (compilation-save-buffers-predicate):
3418         Remove the "autoload" cookie.
3420         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3421         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3422         and `bug-reference-prog-mode' can be used in hooks directly.
3424 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3426         Add --author support to git commit.
3427         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3428         (vc-git-log-edit-mode): New minor mode.
3429         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3430         New declarations.
3432 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
3434         * vc-hooks.el, vc-git.el: Improve documentation comments.
3436 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3438         Fix some of the problems in defsubst* (bug#5728).
3439         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3440         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3442 2010-04-07  Sam Steingold  <sds@gnu.org>
3444         * progmodes/compile.el (compilation-save-buffers-predicate):
3445         New custom variable.
3446         (compile, recompile): Pass it to `save-some-buffers'.
3448 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
3450         * wid-edit.el (widget-choose): Move cursor to the second line of
3451         the buffer (Bug#5695).
3453 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3455         Add new VC methods: vc-log-incoming and vc-log-outgoing.
3456         * vc.el (vc-print-log-setup-buttons): New function split out from
3457         vc-print-log-internal.
3458         (vc-log-internal-common): New function, a parametrized version of
3459         vc-print-log-internal.
3460         (vc-print-log-internal): Just call vc-log-internal-common with the
3461         right arguments.
3462         (vc-incoming-outgoing-internal):
3463         (vc-log-incoming, vc-log-outgoing): New functions.
3464         (vc-log-view-type): New permanent local variable.
3466         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3468         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3469         of the dynamic bound vc-short-log.
3470         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3472         * vc-git.el (vc-git-log-outgoing): New function.
3473         (vc-git-log-view-mode): Use vc-log-view-type instead
3474         of the dynamic bound vc-short-log.
3476         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3477         of the dynamic bound vc-short-log.  Highlight the tag.
3478         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3479         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3480         (vc-hg-incoming-mode): Remove.
3481         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3483 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3485         Fix default-directory for vc-root-diff.
3486         * vc.el (vc-root-diff): Bind default-directory to the root
3487         directory for the diff command.
3489 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
3491         * progmodes/verilog-mode.el (verilog-forward-sexp):
3492         (verilog-calc-1): Support "disable fork" and "fork wait" multi
3493         word keywords, suggested by Steve Pearlmutter.
3494         (verilog-pretty-declarations): Support lineup of declarations in
3495         port lists.
3496         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3497         fix bug for /* / comments.
3498         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3499         Speed up and simplfy as this is never called with a bound.
3500         (verilog-pretty-declarations): Enhance to line up declarations
3501         inside a parameter list, suggested by Alan Morgan.
3502         (verilog-pretty-expr): Tune assignment regular expression match
3503         string for corner cases; also use markers instead of character
3504         number as indent changes the later.
3506 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
3508         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3509         as missing keyword.
3510         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3511         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
3512         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3513         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
3514         Tennant.
3515         (verilog-keywords):
3516         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3517         1800-2009 keywords, including "global.".
3519 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3521         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3522         appearing in buffer list (if a live buffer name matched a recentf
3523         file basename).  Should use uniquify to offer a real solution.
3525 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3527         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3528         comment to code, and add a :version tag.
3529         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3531 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
3533         Enable recentf-mode if using virtual buffers.
3534         * ido.el (recentf-list): Declare for byte-compiler.
3535         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
3536         (ido-make-buffer-list): Simplify.
3537         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
3539 2010-04-05  Juri Linkov  <juri@jurta.org>
3541         Scrolling commands which scroll a line instead of full screen.
3542         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3544         * simple.el (scroll-up-line, scroll-down-line): New commands.
3545         Put property isearch-scroll=t on them.
3547         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
3548         Remove commands.
3550 2010-04-05  Juri Linkov  <juri@jurta.org>
3552         Scrolling commands which do not signal errors at top/bottom.
3553         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3555         * simple.el (scroll-up-command, scroll-down-command): New commands.
3556         Put property isearch-scroll=t on them.
3558         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
3559         `scroll-down-command' and [next] from `scroll-up' to
3560         `scroll-up-command'.
3562         * emulation/cua-base.el: Put property CUA=move on
3563         `scroll-up-command' and `scroll-down-command'.
3564         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
3565         and `scroll-down-command' to `cua-scroll-down'.
3567 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
3569         * help.el (describe-mode): Return nil.
3571 2010-04-04  John Wiegley  <jwiegley@gmail.com>
3573         * ido.el (ido-use-virtual-buffers): New variable to indicate
3574         whether "virtual buffer" support is enabled for IDO.
3575         (ido-virtual): Face used to indicate virtual buffers in the list.
3576         (ido-buffer-internal): If a buffer is chosen, and no such buffer
3577         exists, but a virtual buffer of that name does (which would be why
3578         it was in the list), recreate the buffer by reopening the file.
3579         (ido-make-buffer-list): If virtual buffers are being used, call
3580         `ido-add-virtual-buffers-to-list' before the make list hook.
3581         (ido-virtual-buffers): New variable which contains a copy of the
3582         current contents of the `recentf-list', albeit pared down for the
3583         sake of speed, and with proper faces applied.
3584         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
3585         create a list of "virtual buffers" to present to the user in
3586         addition to the currently open set.  Note that this logic could
3587         get rather slow if that list is too large.  With the default
3588         `recentf-max-saved-items' of 200, there is little speed penalty.
3590 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3592         * font-lock.el: Require CL when compiling.
3593         (font-lock-turn-on-thing-lock): Use `case'.
3595 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
3597         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
3598         Zaretskii.
3600 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
3602         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
3603         (semantic-create-imenu-directory-index): Fix typos in docstrings.
3604         (semantic-imenu-goto-function): Reflow docstring.
3606 2010-04-02  Juri Linkov  <juri@jurta.org>
3608         * ehelp.el (electric-help-orig-major-mode):
3609         New buffer-local variable.
3610         (electric-help-mode): Set it to original major-mode.  Doc fix.
3611         (with-electric-help): Use `electric-help-orig-major-mode' instead
3612         of (default-value 'major-mode).  Doc fix.
3613         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
3615 2010-04-02  Sam Steingold  <sds@gnu.org>
3617         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
3618         `vc-hg-command' with a list of flags.
3620         * progmodes/bug-reference.el (bug-reference-bug-regexp):
3621         Also accept "patch" and "RFE".
3622         (bug-reference-fontify): `bug-reference-url-format' can also be a
3623         function to be able to handle the bug kind.
3624         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
3626 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
3628         * tmm.el (tmm-get-keymap): Check with symbolp before passing
3629         value to fboundp, it may not be a symbol.
3631 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3633         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
3635 2010-03-31  Juri Linkov  <juri@jurta.org>
3637         * simple.el (next-line, previous-line): Re-throw a signal
3638         with `signal' instead of using `ding'.
3639         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
3641 2010-03-31  Juri Linkov  <juri@jurta.org>
3643         * simple.el (keyboard-escape-quit): Raise deselecting the active
3644         region higher than exiting the minibuffer.
3645         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
3647 2010-03-31  Juri Linkov  <juri@jurta.org>
3649         * image.el (image-animated-p): Use `image-metadata' instead of
3650         `image-extension-data'.  Get GIF extenstion data from metadata
3651         property `extension-data'.
3653 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3655         * simple.el (append-to-buffer): Simplify.
3657 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
3659         * textmodes/artist.el (artist-mode): Fix typo in docstring.
3660         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
3662 2010-03-31  Kenichi Handa  <handa@m17n.org>
3664         * language/sinhala.el (composition-function-table): Fix regexp for
3665         the new Unicode specification.
3667         * language/indian.el (devanagari-composable-pattern)
3668         (tamil-composable-pattern, kannada-composable-pattern)
3669         (malayalam-composable-pattern): Adjust for the new Unicode
3670         specification.
3671         (bengali-composable-pattern, gurmukhi-composable-pattern)
3672         (gujarati-composable-pattern, oriya-composable-pattern)
3673         (telugu-composable-pattern): New variables to cope with the new
3674         Unicode specification.  Use them in composition-function-table.
3676 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3678         Make tmm-menubar work for the Buffers menu again (bug#5726).
3679         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
3680         vectors rather than cons cells, as used in menu-bar-update-buffers.
3682 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3684         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
3685         (js-insert-and-indent): Revert 2009-08-15 change, restoring
3686         electric punctuation for "{}();,:" (Bug#5586).
3688         * mail/sendmail.el (mail-default-directory): Doc fix.
3690 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3692         * mail/sendmail.el (mail-default-directory): Doc fix.
3694 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
3696         * subr.el (version-regexp-alist, version-to-list)
3697         (version-list-<, version-list-=, version-list-<=)
3698         (version-list-not-zero, version<, version<=, version=): Doc fix.
3699         (Bug#5744).
3701 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
3703         * vc.el (vc-root-diff): Doc fix.
3705 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3707         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
3709         * simple.el (append-to-buffer): Fix last change.
3711 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3713         * simple.el (append-to-buffer): Ensure that point is preserved if
3714         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
3715         (Bug#5749)
3717 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3719         * files.el (auto-mode-case-fold): Change default to t.
3721 2010-03-30  Juri Linkov  <juri@jurta.org>
3723         * dired-x.el (dired-omit-mode): Doc fix.
3725 2010-03-30  Juri Linkov  <juri@jurta.org>
3727         * replace.el (occur-accumulate-lines): Move occur-engine related
3728         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
3729         to be located after `occur-engine'.
3731 2010-03-30  Juri Linkov  <juri@jurta.org>
3733         Make occur handle multi-line matches cleanly with context.
3734         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
3736         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
3737         (occur-engine): Add local variables `ret', `prev-after-lines',
3738         `prev-lines'.  Use more arguments for `occur-context-lines'.
3739         Set first elem of its returned list to `data', and the second elem
3740         to `prev-after-lines'.  Don't print the separator line.
3741         In the end, print remaining context after-lines.
3742         (occur-context-lines): Add new arguments `begpt', `endpt',
3743         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
3744         after-lines of the previous match with before-lines of the
3745         current match and not overlap them.  Return a list with two
3746         values: the output line and the list of context after-lines.
3748 2010-03-30  Juri Linkov  <juri@jurta.org>
3750         * replace.el (occur-accumulate-lines): Fix a bug where the first
3751         context line at the beginning of the buffer was missing.
3753 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
3755         * files.el: Make bidi-display-reordering safe variable for boolean
3756         values.
3758 2010-03-29  Phil Hagelberg  <phil@evri.com>
3759             Chong Yidong  <cyd@stupidchicken.com>
3761         * subr.el: Extend progress reporters to perform "spinning".
3762         (progress-reporter-update, progress-reporter-do-update):
3763         Handle non-numeric value arguments.
3764         (progress-reporter--pulse-characters): New var.
3766 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
3768         * progmodes/compile.el (compilation-start): Fix regexp detection
3769         of initial cd command (Bug#5771).
3771 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
3773         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
3775 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
3777         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
3778         * lisp/progmodes/gdb-mi.el: Restore.
3779         * lisp/progmodes/gdb-ui.el: Remove.
3780         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
3782 2010-03-25  Glenn Morris  <rgm@gnu.org>
3784         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
3785         all dired buffers, even tramp ones.  (Bug#5755)
3787 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3789         Add "union tags" in mpc.el.
3790         * mpc.el: Remove backward compatibility code.
3791         (mpc-browser-tags): Change default.
3792         (mpc--find-memoize-union-tags): New var.
3793         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
3794         (mpc-cmd-find): Handle the case where the playlist does not exist.
3795         Handle union-tags.
3796         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
3797         (mpc-cmd-add): Use mpc-cmd-flush.
3798         (mpc-tagbrowser-tag-name): New fun.
3799         (mpc-tagbrowser-buf): Use it.
3800         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
3802 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3804         Misc cleanup.
3805         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
3806         Use replace-regexp-in-string.
3807         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
3808         (makefile-imake-mode-syntax-table): Move init into defvar.
3809         (makefile-mode): Use define-derived-mode.
3811         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
3812         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
3813         not be present any more.
3815 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3817         * faces.el (set-face-attribute): Fix typo in docstring.
3818         (face-valid-attribute-values): Reflow docstring.
3820         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
3822 2010-03-24  Glenn Morris  <rgm@gnu.org>
3824         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
3826 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3828         * indent.el (indent-for-tab-command): Doc fix.
3830 2010-03-24  Alan Mackenzie  <acm@muc.de>
3832         * progmodes/cc-engine.el (c-remove-stale-state-cache):
3833         Fix off-by-one error.  Fixes bug #5747.
3835 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3837         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
3838         (image-dired-read-comment): Doc fix.
3840         * json.el (json-object-type, json-array-type, json-key-type)
3841         (json-false, json-null, json-read-number):
3842         * minibuffer.el (completion-in-region-functions):
3843         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
3844         (cal-tex-cursor-week):
3845         * emacs-lisp/trace.el (trace-function):
3846         * eshell/em-basic.el (eshell/printnl):
3847         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
3848         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
3849         * obsolete/levents.el (allocate-event, event-key, event-object)
3850         (event-point, event-process, event-timestamp, event-to-character)
3851         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
3852         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
3853         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
3854         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
3855         (reftex-highlight-selection): Fix typos in docstrings.
3857 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3859         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
3861 2010-03-24  Glenn Morris  <rgm@gnu.org>
3863         * mail/rmail.el (rmail-highlight-face): Restore option deleted
3864         2008-02-13 without comment; mark it obsolete.
3865         (rmail-highlight-headers): Use rmail-highlight-face once more.
3867 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3869         * woman.el (woman2-process-escapes): Only consume the newline if
3870         the filler character is on a line by itself (Bug#5729).
3872 2010-03-24  Kenichi Handa  <handa@m17n.org>
3874         * language/indian.el (devanagari-composable-pattern): Add more
3875         consonants.
3877 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3879         * net/trampver.el: Update release number.
3881 2010-03-24  Glenn Morris  <rgm@gnu.org>
3883         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
3885 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3887         * net/tramp.el (tramp-find-executable):
3888         Use `tramp-get-connection-buffer'.  Make the regexp for checking
3889         output of "wc -l" more robust.
3890         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
3891         (tramp-open-connection-setup-interactive-shell): Remove workaround
3892         for OpenSolaris bug, it is not needed anymore.
3894 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
3896         * cedet/semantic/imenu.el: New file, from the CEDET repository
3897         (Bug#5412).
3899 2010-03-24  Glenn Morris  <rgm@gnu.org>
3901         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
3903 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
3905         * files.el (auto-mode-alist): Accept more verilog file patterns.
3907 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3909         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
3911 2010-03-24  Glenn Morris  <rgm@gnu.org>
3913         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
3914         log-edit-before-checkin-process.
3916         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
3918         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
3920         * vc-dispatcher.el (vc-start-logentry): Doc fix.
3921         (log-view-process-buffer, log-edit-extra-flags): Declare.
3923         * log-edit.el (log-edit-before-checkin-process): Doc fix.
3925         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3926         Consistently check ede-object is bound throughout.
3928         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
3930 2010-03-23  Sam Steingold  <sds@gnu.org>
3932         Fix bug#5620: recalculate all markers on compilation buffer
3933         modifications, not on file modifications.
3934         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
3935         the buffer modification time, for buffers not associated with files.
3936         (compilation-mode): Create it.
3937         (compilation-filter): Update it.
3938         (compilation-next-error-function): Use it instead of
3939         `visited-file-modtime' for timestamp.
3941 2010-03-23  Juri Linkov  <juri@jurta.org>
3943         Implement Occur multi-line matches.
3944         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
3946         * replace.el (occur): Doc fix.
3947         (occur-engine): Set `begpt' to the beginning of the first line.
3948         Set `endpt' to the end of the last match line.  At first, count
3949         line numbers between `origpt' and `begpt'.  Split out code from
3950         `out-line' variable to new let-bindings `match-prefix' and
3951         `match-str'.  In `out-line' add non-numeric prefix to all
3952         non-first lines of multi-line matches.  Finally, count lines
3953         between `begpt' and `endpt' and add to `lines'.
3955 2010-03-23  Juri Linkov  <juri@jurta.org>
3957         * replace.el (occur-accumulate-lines, occur-engine):
3958         Use `occur-engine-line' instead of duplicate code.
3959         (occur-engine-line): New function created from duplicate code
3960         in `occur-accumulate-lines' and `occur-engine'.
3962         * replace.el (occur-engine-line): Add optional arg `keep-props'.
3963         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
3965 2010-03-23  Juri Linkov  <juri@jurta.org>
3967         * finder.el: Remove TODO tasks.
3969         * info.el (Info-finder-find-node): Add node "all"
3970         with all package info.  Handle a list of multiple keywords
3971         separated by comma.
3972         (info-finder): In interactive use with a prefix argument,
3973         use `completing-read-multiple' to read a list of keywords
3974         separated by comma.
3976 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3978         Add a new completion style `substring'.
3979         * minibuffer.el (completion-basic--pattern): New function.
3980         (completion-basic-try-completion, completion-basic-all-completions):
3981         Use it.
3982         (completion-substring--all-completions)
3983         (completion-substring-try-completion)
3984         (completion-substring-all-completions): New functions.
3985         (completion-styles-alist): New style `substring'.
3987 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3989         Get rid of .elc files after removal of the corresponding .el.
3990         * Makefile.in (compile-clean): New target.
3991         (compile-main): Use it.
3993 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
3995         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
3996         don't do make there.  When compiling with separate object dir, there
3997         is no Makefile there.
3999 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4001         Get rid of the ELCFILES abomination, again.
4002         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4003         (all, compile): Don't call compile-last.
4004         (compile-main): Build the "elcfiles" list dynamically.
4005         (compile-targets): New (internal) target.
4007 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
4009         * Makefile.in (top_srcdir): Define.
4010         (abs_top_builddir): Define.
4011         (srcdir): Don't append `/..'.
4012         (EMACS): Use ${abs_top_builddir}.
4013         (all, compile, compile-always, compile-last): Don't set emacswd.
4014         (update-subdirs, update-authors): Use $(top_srcdir) instead of
4015         $(srcdir).
4016         (lisp): Use $(srcdir) instead of @srcdir@.
4018 2010-03-21  Juri Linkov  <juri@jurta.org>
4020         Fix message of multi-line occur regexps and multi-buffer header lines.
4021         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
4023         * replace.el (occur-1): Don't display regexp if it is longer
4024         than window-width.  Use `query-replace-descr' to display regexp.
4025         (occur-engine): Don't display regexp in the buffer header for
4026         multi-buffer occur.  Display a separate header line with total
4027         match count and regexp for multi-buffer occur.
4028         Use `query-replace-descr' to display regexp.
4030 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4032         * net/secrets.el: Fix parenthesis.
4033         (secrets-enabled): Fix parenthesis.
4035 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4037         Use more relative file and directory names.
4038         * Makefile.in (EMACS): Arrange for it to work when we chdir.
4039         (setwins, setwins_almost, setwins_for_subdirs):
4040         Don't `cd'; output relative names.
4041         (all, compile, compile-always, compile-last): Set emacswd.
4042         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
4043         Just cd to the lisp source dir so we can use relative file names.
4045         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
4047 2010-03-20  Glenn Morris  <rgm@gnu.org>
4049         * textmodes/rst.el: Use faces for font-lock customization, and make the
4050         old -face variables obsolete.
4051         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
4052         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
4053         (rst-block-face, rst-external-face, rst-definition-face)
4054         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
4055         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
4056         Make obsolete.
4057         (rst-font-lock-keywords-function): Update for above changes.
4059 2010-03-20  Juri Linkov  <juri@jurta.org>
4061         * s-region.el:
4062         * obsolete/s-region.el: Move to obsolete.
4064 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
4066         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
4068 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
4070         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
4072 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
4074         Add special markup processing for commit logs.
4075         * log-edit.el (log-edit-extra-flags): New variable.
4076         (log-edit): Add new argument MODE.  Use that mode when non-nil
4077         instead of the log-view-mode.
4078         (log-view-process-buffer): New function.
4080         * vc.el: Document that the checkin method takes optional
4081         arguments.  Document new backend specific method: log-view-mode.
4082         (vc-default-log-edit-mode): New function.
4083         (vc-checkin): Use a backend specific log-view-mode.
4084         Pass extra arguments to the checkin method.
4085         (vc-modify-change-comment): Pass a dummy extra argument.
4087         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
4088         log-edit.
4089         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
4090         (vc-finish-logentry): Process the log buffer before passing it
4091         down.  Pass log-edit-extra-flags.
4093         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
4094         command.
4095         (log-edit-extra-flags, log-edit-before-checkin-process):
4096         New declarations.
4098         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
4099         command.
4100         (log-edit-extra-flags, log-edit-before-checkin-process):
4101         New declarations.
4102         (vc-hg-log-edit-mode): New derived mode.
4104         * vc-arch.el (vc-arch-checkin):
4105         * vc-cvs.el (vc-cvs-checkin):
4106         * vc-git.el (vc-git-checkin):
4107         * vc-mtn.el (vc-mtn-checkin):
4108         * vc-rcs.el (vc-rcs-checkin):
4109         * vc-sccs.el (vc-sccs-checkin):
4110         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
4112 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4114         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
4115         parent typo).
4117 2010-03-19  Glenn Morris  <rgm@gnu.org>
4119         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4121 2010-03-18  Glenn Morris  <rgm@gnu.org>
4123         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
4125         * replace.el (query-replace-history): Give it a doc string.
4126         (map-query-replace-regexp): Use query-replace-from-history-variable
4127         and query-replace-to-history-variable.
4129         * mail/hashcash.el (declare-function): Remove duplicate definition.
4131         * mail/emacsbug.el (report-emacs-bug-pretest-address):
4132         Make it an obsolete alias for report-emacs-bug-address.
4133         (message-strip-special-text-properties): Declare.
4134         (report-emacs-bug): Remove test for a pretest bug address.
4135         Combine message-mode-specific code.
4137         * mail/supercite.el: Don't require sendmail.
4138         (mh-in-header-p): Declare rather than using with-no-warnings.
4139         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
4140         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
4142         * calendar/cal-french.el: Convert to utf-8.
4144         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
4145         Emacs scripts.
4147 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
4149         * net/secrets.el (secrets-enabled): New variable.  Use it instead
4150         of a subfeature.
4152 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
4154         * net/secrets.el (top): Register the D-Bus signals only when the
4155         service "org.freedesktop.secrets" can be pinged.
4156         Provide subfeature `enabled'.
4158 2010-03-14  Juri Linkov  <juri@jurta.org>
4160         Add finder unknown keywords.
4162         * finder.el (finder-unknown-keywords): New function.
4164         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
4165         to create a Finder node with unknown keywords.
4167 2010-03-14  Juri Linkov  <juri@jurta.org>
4169         * finder.el (finder-compile-keywords): Replace `princ' with
4170         `prin1' on a list of symbols interned from keyword strings.
4172         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
4173         a comma, then split keywords using a comma and optional whitespace.
4174         Otherwise, split by whitespace.
4176         * complete.el:
4177         * face-remap.el:
4178         * log-view.el:
4179         * net/hmac-def.el:
4180         * net/hmac-md5.el:
4181         * net/netrc.el:
4182         * progmodes/mixal-mode.el: Fix keywords.
4184 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
4186         * Makefile.in (ELCFILES): Add net/secrets.elc.
4188         * net/secrets.el: New file.
4190 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4192         * facemenu.el (list-colors-display, list-colors-print): New arg
4193         callback.  Use it to allow selecting colors.
4195         * wid-edit.el (widget-image-insert): Insert image prop even if the
4196         current display is non-graphic.
4197         (widget-field-value-set): New fun.
4198         (editable-field): Use it.
4199         (widget-field-value-get): Clean up unused var.
4200         (widget-color-value-create, widget-color--choose-action):
4201         New funs.  Allow using list-colors-display to choose color.
4203 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4205         * cus-edit.el: Resort topmost custom groups.
4206         (custom-buffer-sort-alphabetically): Default to t.
4207         (customize-apropos): Use apropos-parse-pattern.
4208         (custom-search-field): New var.
4209         (custom-buffer-create-internal): Add custom-apropos search field.
4210         (custom-add-parent-links): Don't display parent doc.
4211         (custom-group-value-create): Don't sort top-level custom group.
4212         (custom-magic-value-create): Show visibility button before option name.
4214         (custom-variable-state): New fun, from custom-variable-state-set.
4215         (custom-variable-state-set): Use it.
4216         (custom-group-value-create): Hide options with standard values
4217         using the :hidden-states property.  Use progress reporter.
4219         (custom-show): Simplify.
4220         (custom-visibility): Disable images by default.
4221         (custom-variable): New property :hidden-states.
4222         (custom-variable-value-create): Enable images for
4223         custom-visibility widgets.  Use :hidden-states property to
4224         determine initial visibility.
4226         * wid-edit.el (widget-image-find): Give images center ascent.
4227         (visibility): Add :on-image and :off-image properties.
4228         (widget-visibility-value-create): Use them.
4230 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4232         * cus-edit.el (processes): Remove from development group.
4233         (oop, hypermedia): Delete group.
4234         (comm): Promote to top-level group.
4236         * net/browse-url.el (browse-url):
4237         * net/xesam.el (xesam):
4238         * net/tramp.el (tramp):
4239         * net/goto-addr.el (goto-address):
4240         * net/ange-ftp.el (ange-ftp): Put in comm group.
4242         * view.el (view): Remove from editing group.
4244         * uniquify.el (uniquify): Put in files group.
4246         * net/browse-url.el (browse-url):
4247         * ps-print.el (postscript): Put in external group.
4249         * cus-edit.el (outlines):
4250         * textmodes/text-mode.el (text-mode-hook):
4251         * textmodes/table.el (table):
4252         * textmodes/picture.el (picture):
4253         * outline.el (outlines): Put in wp group.
4255         * nxml/nxml-mode.el (nxml): Remove from wp group.
4257         * net/tramp-imap.el (tramp-imap): Put in tramp group.
4259         * mail/metamail.el (metamail): Remove from hypermedia group.
4261         * cus-edit.el (abbrev):
4262         * whitespace.el (whitespace):
4263         * vcursor.el (vcursor):
4264         * reveal.el (reveal):
4265         * hl-line.el (hl-line): Put in convenience group.
4267         * epg-config.el (epg): Put in data group.
4269         * emulation/pc-select.el (pc-select): Put in emulations group.
4271         * calculator.el (calculator): Put in applications group.
4273 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4275         Add .dir-locals.el support for file-less buffers.
4276         * files.el (hack-local-variables): Split out code to apply local
4277         variable settings ...
4278         (hack-local-variables-apply): ... here.  New function.
4279         (hack-dir-local-variables): Use the default directory for when the
4280         buffer does not have an associated file.
4281         (hack-dir-local-variables-non-file-buffer): New function.
4282         * diff-mode.el (diff-mode):
4283         * vc-annotate.el (vc-annotate-mode):
4284         * vc-dir.el (vc-dir-mode):
4285         * log-edit.el (log-edit-mode):
4286         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4288 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4290         Add support for shelving snapshots and for showing shelves.
4291         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4292         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4293         New functions.
4294         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4295         (vc-bzr-extra-menu-map): Map them.
4297 2010-03-11  Glenn Morris  <rgm@gnu.org>
4299         * cus-edit.el (customize-changed-options-previous-release):
4300         Bump to 23.1.
4302         * image.el (image-animate-max-time): Fix :version tag.
4304 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
4306         * Branch for 23.2.
4308 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4310         * vc-git.el (vc-git-revision-table): Include remote branches.
4312 2010-03-10  Kim F. Storm  <storm@cua.dk>
4314         Animated image API.
4315         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4317         * image.el (image-animate-max-time): New defcustom.
4318         (image-animated-types): New defconst.
4319         (create-animated-image, image-animate-timer)
4320         (image-animate-start, image-animate-stop, image-animate-timeout)
4321         (image-animated-p): New functions.
4323         * image-mode.el (image-toggle-display-image):
4324         Replace `create-image' with `create-animated-image'.
4326 2010-03-09  Miles Bader  <miles@gnu.org>
4328         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4329         instead of "format:"; this ensures that the output is
4330         newline-terminated.
4332 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
4334         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4335         that all errors are caught, and that the return value is always a
4336         list (Bug#5692).
4338 2010-03-08  Kenichi Handa  <handa@m17n.org>
4340         * language/misc-lang.el (windows-1256): New coding system.
4341         (cp1256): New alias of windows-1256 (bug#5690).
4343 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
4345         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4346         call to rfc822-bad-address.  (Bug#5692)
4348 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4350         * vc-git.el (vc-git-annotate-extract-revision-at-line):
4351         Use vc-git-root as default directory for revision path (Bug#5657).
4353 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
4355         * calculator.el (calculator): Don't bind split-window-keep-point
4356         (Bug#5674).
4358 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4360         * vc-git.el: Re-flow to fit into 80 columns.
4361         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4362         Remove spurious `quote' element in each case alternative.
4363         (vc-git-show-log-entry): Use prog1.
4364         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4366 2010-03-06  Glenn Morris  <rgm@gnu.org>
4368         * cedet/semantic/grammar.el (semantic-grammar-header-template):
4369         Update template copyright to GPLv3+.
4371 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4373         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4375 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
4377         * macros.el (insert-kbd-macro): Look up keyboard macro using the
4378         definition, not the name (Bug#5481).
4380 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4382         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4383         argument with a local variable.  (Bug#5670)
4385 2010-03-02  Juri Linkov  <juri@jurta.org>
4387         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
4389 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
4391         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4392         error when FILENAME and NEWNAME are existing remote directories.
4394         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4395         parameter DIR-FLAG.
4397 2010-03-02  Glenn Morris  <rgm@gnu.org>
4399         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4400         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4402 2010-03-01  Kenichi Handa  <handa@m17n.org>
4404         * language/burmese.el (burmese-composable-pattern): Rename from
4405         myanmar-composable-pattern.
4407         * international/characters.el (script-list):
4408         * international/fontset.el (script-representative-chars):
4409         Change myanmar to burmese.
4410         (otf-script-alist): Likewise.
4411         (setup-default-fontset): Likewise.  Re-fix :otf spec.
4413 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4415         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4417 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
4419         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4421 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4423         * net/tramp.el (tramp-handle-write-region): START can be a string.
4424         Take care in the checks.  Reported by Dan Davison
4425         <davison@stats.ox.ac.uk>.
4427 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4429         * net/dbus.el (dbus-introspect, dbus-get-property)
4430         (dbus-set-property, dbus-get-all-properties):
4431         Use `dbus-call-method' when noninteractive.  (Bug#5645)
4433 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
4435         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4436         * emacs-lisp/elint.el (elint-add-required-env):
4437         * cedet/semantic/db-find.el
4438         (semanticdb-find-translate-path-brutish-default):
4439         * cedet/ede/make.el (ede-make-check-version):
4440         * calendar/icalendar.el (icalendar--add-diary-entry):
4441         * calc/calcalg2.el (math-tracing-integral):
4442         * files.el (recover-session-finish): Use with-current-buffer
4443         instead of save-excursion.
4445 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4447         Fix in-buffer completion when after-change-functions modify the buffer.
4448         * minibuffer.el (completion--replace): New function.
4449         (completion--do-completion): Use it and use relative movement.
4451 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
4453         * international/fontset.el (setup-default-fontset): Fix :otf spec.
4455 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
4457         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4458         Allow the characters _<> in the stack entry (Bug#5653).
4460 2010-02-26  Kenichi Handa  <handa@m17n.org>
4462         * language/burmese.el: Fix entries in composition-function-table.
4463         (myanmar-composable-pattern): New variable.
4465         * international/fontset.el (setup-default-fontset): Add an entry
4466         for myanmar.
4468         * international/characters.el (script-list): Add Myanmar
4469         Extended-A.
4471 2010-02-26  Glenn Morris  <rgm@gnu.org>
4473         * custom.el (custom-initialize-delay): Doc fix.
4475         * mail/sendmail.el (send-mail-function): Autoload the call
4476         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4478 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
4480         * files.el (hack-local-variables-filter): For eval forms, also
4481         check safe-local-variable-p (Bug#5636).
4483 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
4485         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4486         and use c(ad)r of cddr (Bug#5640).
4488 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
4490         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4491         setting the modes by `ignore-errors'.  It might fail, for example
4492         if the file is not owned by the user but the group.
4493         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4495 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
4497         * files.el (directory-listing-before-filename-regexp): Use
4498         stricter matching for iso-style dates, to avoid false matches with
4499         date-like filenames (Bug#5597).
4501         * htmlfontify.el (htmlfontify): Doc fix.
4503         * eshell/eshell.el (eshell): Doc fix.
4505         * startup.el (fancy-about-screen): In mode-line, apply
4506         mode-line-buffer-id face only to the buffer name (Bug#5613).
4508 2010-02-20  Kevin Ryde  <user42@zip.com.au>
4510         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4511         In `watcom' anchor regexp to start of line, to avoid slowness
4512         (Bug#5599).
4514 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
4516         * subr.el (remove-yank-excluded-properties): Explain in a comment
4517         why `category' property is removed.
4519 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
4521         * isearch.el (isearch-update-post-hook, isearch-update): Revert
4522         2010-02-17 change.
4524 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
4526         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4527         (icalendar--convert-weekly-to-ical)
4528         (icalendar--convert-yearly-to-ical)
4529         (icalendar--convert-block-to-ical)
4530         (icalendar--convert-cyclic-to-ical)
4531         (icalendar--convert-anniversary-to-ical): Take care of time
4532         specifications where hour has 1-digit only (Bug#5549).
4534 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
4536         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4537         of disassemble output in GDB 7.1.
4539 2010-02-19  Glenn Morris  <rgm@gnu.org>
4541         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4542         property.  (Bug#5593)
4544 2010-02-18  Sam Steingold  <sds@gnu.org>
4546         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4548 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4550         Use abbreviated file names in bookmarks (bug#5591).
4551         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
4552         calls to expand-file-name.
4553         (bookmark-relocate): Use abbreviated file names in bookmarks.
4554         (bookmark-load): Use abbreviated file names in messages.
4556 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4558         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4559         expand "." and "..".  Reported by Thierry Volpiatto
4560         <thierry.volpiatto@gmail.com>.
4562 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4564         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4565         permissions of the temporary file to "0600".  In case the remote
4566         file has no read permissions for the owner, there might be
4567         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
4569 22010-02-18  Glenn Morris  <rgm@gnu.org>
4571         * emacs-lisp/authors.el (authors-renamed-files-alist):
4572         Add entries for INSTALL.CVS.
4574 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
4576         * vc-bzr.el: Fix typo in Known Bugs section.
4578         * isearch.el (isearch-update-post-hook): New hook.
4579         (isearch-update): Use the new hook.
4581 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
4583         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4584         Fix errors in copying directories.
4585         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
4586         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
4587         (tramp-handle-delete-file)
4588         (tramp-handle-dired-recursive-delete-directory)
4589         (tramp-handle-write-region): Flush also the cache for the upper
4590         directory.
4592 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
4594         * simple.el (save-interprogram-paste-before-kill): Doc fix.
4596         * cus-edit.el (hardware): Doc fix.
4598         * man.el (man): Add to external custom group.
4600         * delim-col.el (columns): Move to wp custom group.
4602         * doc-view.el (doc-view): Add to data custom group.
4604         * cedet/data-debug.el (data-debug): Move to extensions group.
4606         * cedet/ede.el (ede):
4607         * cedet/srecode.el (srecode):
4608         * cedet/semantic.el (semantic): Put in tools and extensions group.
4610         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
4612         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4613         by ispell-parse-output (Bug#5575).
4615 2010-02-16  Kenichi Handa  <handa@m17n.org>
4617         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
4618         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
4619         (skkdic-convert): Use `euc-japan' coding system for writing.
4621 2010-02-16  Glenn Morris  <rgm@gnu.org>
4623         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
4624         tex-main-file before using it.  (Bug#5562)
4626 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4628         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
4629         warnings, since it is annoying for the user to see them each time he
4630         runs the code.
4632 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
4634         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
4635         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
4636         instead of PROC for caching "first-password-request".  Otherwise,
4637         new processes would not profit from passwords already entered.
4639         * net/tramp-cache.el (tramp-dump-connection-properties):
4640         Don't save "first-password-request" property.
4642 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
4644         * outline.el (outline-head-from-level):
4645         * simple.el (with-wrapper-hook):
4646         * cedet/ede.el (ede-run-target, project-delete-target)
4647         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
4648         (ede-adebug-project, ede-adebug-project-parent)
4649         (ede-adebug-project-root):
4650         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
4651         (elint-defun, elint-buffer-env, elint-top-form-logged)
4652         (elint-unbound-variable):
4653         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
4654         Fix typos in docstrings.
4656 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
4658         * files.el (insert-directory): When WILDCARD-REGEXP and
4659         FULL-DIRECTORY-P are nil, insert the file entry instead of the
4660         whole directory.  (Bug#5551)
4662         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
4663         dired's alignment sanity.  (Bug#5516)
4665 2010-02-14  Juri Linkov  <juri@jurta.org>
4667         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
4668         Remove remaining ^H with their preceding chars.  (Bug#5566)
4670 2010-02-13  Glenn Morris  <rgm@gnu.org>
4672         * simple.el (transpose-subr): Give it a doc-string.
4674         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
4675         Doc fixes.
4677 2010-02-12  Juri Linkov  <juri@jurta.org>
4679         * arc-mode.el (archive-unique-fname): Make directories for nested
4680         archives.  (Bug#5540)
4682 2010-02-12  Juri Linkov  <juri@jurta.org>
4684         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
4686 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4688         * subr.el (copy-overlay): Handle deleted overlays.
4690         * man.el (Man-completion-table): Don't signal an error if we can't run
4691         manual-program (bug#4056).
4693 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
4695         * textmodes/artist.el (artist-mt): Fix typos in docstring.
4697 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4699         * info.el (Info-bookmark-jump): Simplify.
4701         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
4702         (bookmark-default-handler): Accept new bookmark field `buffer'.
4704 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
4706         * iswitchb.el (iswitchb-completions): Revert last change.
4708 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
4710         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
4711         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
4712         This prevents file names like "~/" being listed literally.
4714 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
4716         * term/xterm.el (xterm-maybe-set-dark-background-mode):
4717         Remove dead code.  (Bug#5546)
4719 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
4721         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
4722         correctly (Bug#5548).
4724 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
4726         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
4727         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
4729 2010-02-08  Kenichi Handa  <handa@m17n.org>
4731         * international/mule-util.el (with-coding-priority): Add autoload
4732         cookie for putting `lisp-indent-function'.
4734 2010-02-07  Glenn Morris  <rgm@gnu.org>
4736         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
4737         Move F2003 named interfaces from keywords-2 to keywords-1, and
4738         use function-name-face rather than constant-face.
4739         Simplify "abstract interface" regexp.
4741 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
4743         * eshell/esh-util.el (eshell-file-attributes): New optional arg
4744         ID-FORMAT.  Pass it to `file-attributes'.
4746         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
4748 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
4750         * faces.el (set-face-attribute): Allow calling
4751         internal-set-lisp-face-attribute with 'unspecified family and
4752         foundry argument (Bug#5536).
4754 2010-02-07  Glenn Morris  <rgm@gnu.org>
4756         * progmodes/f90.el (f90-font-lock-keywords-2)
4757         (f90-looking-at-type-like, f90-looking-at-program-block-end):
4758         Handle F2003 named interfaces.
4760 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
4762         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
4763         beg and end before calling c-get-state-before-change-functions.
4765 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
4767         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
4769 2010-02-05  Juri Linkov  <juri@jurta.org>
4771         * doc-view.el (doc-view-mode):
4772         * image-mode.el (image-mode): Put property mode-class=special.
4773         (Bug#4896)
4775 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
4777         * vc-svn.el (vc-svn-revision-table): New function.
4779 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
4781         * net/ange-ftp.el (ange-ftp-insert-directory):
4782         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4783         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4784         Handle also directories.  (Bug#5478)
4786 2010-02-05  Glenn Morris  <rgm@gnu.org>
4788         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
4790 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
4792         * startup.el (command-line-1): Convert options beginning with a
4793         single dash as well (Bug#5519).
4795 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4797         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
4798         * minibuffer.el (completion-initials-expand): Only check the presence
4799         of delims *within* the boundaries, since otherwise the / delim is
4800         always found for files.
4802         Fix up various corner case problems.
4803         * doc-view.el (doc-view-last-page-number): New function.
4804         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
4805         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
4806         (doc-view-kill-proc): Avoid inf-loop in freak cases.
4807         (doc-view-reconvert-doc): Use the new recursive delete-directory.
4808         (doc-view-convert-current-doc): Don't create the resolution.el file
4809         here any more.
4810         (doc-view-pdf/ps->png): Do it here instead.
4811         (doc-view-already-converted-p): Check that resolution.el is present.
4812         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
4813         windows that are not yet showing images.
4815 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
4817         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
4818         `dired-uncache' for every elemnt which is an absolute file name.
4820         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
4821         directory, handle its directory component.
4822         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
4823         function is called permanently and creates noise, otherwise.
4825         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4826         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4827         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
4829 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
4831         * macros.el (apply-macro-to-region-lines):
4832         Minor simplification.  (Bug#5485)
4834 2010-02-04  Glenn Morris  <rgm@gnu.org>
4836         * mail/rmail.el (rmail-show-message-1): Handle malformed
4837         quoted-printable text.  (Bug#5441)
4839         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
4841         * simple.el (visual-line-mode): Capitalize lighter.
4843 2010-02-03  John Wiegley  <jwiegley@gmail.com>
4845         * iswitchb.el (iswitchb-completions): Add bookmark files to the
4846         list of files considered for "virtual buffer" completions.
4848 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
4850         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
4851         also in case of (and (not full) (not wildcard)).  This is needed
4852         when dired is called with a list of files, which are not in
4853         `default-directory'.  (Bug#5478)
4855 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4857         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
4859 2010-02-02  Juri Linkov  <juri@jurta.org>
4861         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
4862         from unidiff to allow function-line after @@.
4864 2010-02-02  Juri Linkov  <juri@jurta.org>
4866         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
4867         '(RCS SCCS) with inverted condition.
4869 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
4871         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
4872         messages.
4874 2010-02-01  Juri Linkov  <juri@jurta.org>
4876         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
4877         compare with "pkunzip" and "pkzip" instead of only "pkzip".
4878         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
4879         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
4881 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4883         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
4884         (doc-view-revert-buffer): New command.
4885         (doc-view-mode-map): Use it.
4887 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
4889         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
4890         pending merge is detected.
4892 2010-01-31  Juri Linkov  <juri@jurta.org>
4894         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
4895         beginning of interactive spec like all other grep commands do.
4896         Put "all" in front of "gz".  (Bug#5260)
4898 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
4900         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
4902 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
4904         * dirtrack.el (dirtrack): Warn instead of signalling error if the
4905         regexp is incorrect (Bug#5476).
4907 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
4909         * net/tramp.el (tramp-handle-insert-directory): Handle also
4910         symlinks, when FILENAME is not in `default-directory'.
4912 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
4914         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
4915         FILE is not in `default-directory'.  (Bug#5478)
4917         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
4918         of SWITCHES.  Handle the case, FILENAME is not in
4919         `default-directory'.  (Bug#5478)
4920         (tramp-register-file-name-handlers): Add safe-magic property.
4922 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
4924         * arc-mode.el (archive-zip-extract): Quote the argument passed to
4925         unzip (Bug#5475).
4927 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
4929         * progmodes/flymake.el (flymake-allowed-file-name-masks)
4930         (flymake-master-make-header-init): Add other C++ filename masks.
4931         (flymake-find-possible-master-files)
4932         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
4934 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
4936         Fix some busybox annoyances.
4938         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
4939         not responding." string.
4940         (tramp-open-connection-setup-interactive-shell): Dump stty
4941         settings.  Enable "neveropen" arg for all `tramp-send-command'
4942         calls.  Handle "=" in variable values properly.
4943         (tramp-find-inline-encoding): Raise an error, when no encoding is
4944         found.
4945         (tramp-wait-for-output): Check, whether PROC buffer is available.
4946         Remove spurious " ^H" sequences, sent by busybox.
4947         (tramp-get-ls-command): Suppress coloring, if possible.
4949 2010-01-28  Glenn Morris  <rgm@gnu.org>
4951         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
4953         * log-edit.el (log-edit-strip-single-file-name): Add missing
4954         :safe, :group, and :version tags.
4956 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
4958         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
4959         buffers.  (Bug#5477)
4961 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
4963         * files.el (delete-directory): Handle moving to trash without
4964         first doing recursion (Bug#5436).
4966 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
4968         * vc-hooks.el (vc-path): Mark as obsolete.
4970 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
4972         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
4973         names too.
4975         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
4976         for the short log.
4977         (vc-bzr-log-view-mode): Adjust regexp for the above change.
4979 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
4981         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
4983         * vc-bzr.el (vc-bzr-revision-table): New function.
4985 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
4987         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
4988         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
4990 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
4992         Remove support for adding --signoff on commit.
4993         Future support will use an incompatible generic mechanism.
4994         * vc-git.el (vc-git-add-signoff): Remove variable.
4995         (vc-git-toggle-signoff): Remove function.
4996         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
4998         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
4999         from xterm-set-background-mode.  Return t if the background mode
5000         was set.
5001         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
5002         earlier, call it again in case the background mode has changed.
5004 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
5006         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
5007         (Bug#3541).
5009 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
5011         * emacs-lisp/assoc.el (aelement): Doc fix.
5012         (aput, adelete, amake): Use lexical-let (Bug#5450).
5014 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
5016         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
5017         is the same as subprogram call, not declaration.  (Bug#5435).
5019 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
5021         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
5022         (tramp-smb-maybe-open-connection): Use it.
5024 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
5026         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
5028 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5030         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
5031         just because we see "encoding: 8bit".
5032         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
5034 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
5036         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
5038 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
5040         * jka-compr.el (jka-compr-load): If load-file is not in
5041         load-history, try its file-truename version.  (bug#5447)
5043 2010-01-21  Alan Mackenzie  <acm@muc.de>
5045         Fix a situation where deletion of a cpp construct throws an error.
5046         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
5047         invoking c-with-all-but-one-cpps-commented-out, check that the
5048         special cpp construct is still in the buffer.
5049         (c-parse-state): Record the special cpp with markers, not numbers.
5051 2010-01-21  Kenichi Handa  <handa@m17n.org>
5053         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
5054         process last-command-event, as it is now decoded first (Bug#5380).
5056 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
5058         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
5060 2010-01-20  Glenn Morris  <rgm@gnu.org>
5062         * indent.el (tab-always-indent): Fix custom-type.
5064 2010-01-19  Alan Mackenzie  <acm@muc.de>
5066         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
5067         buffer throws "args out of range".
5068         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
5069         playing the role of delimiter.
5071 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
5073         * progmodes/ada-mode.el: Fix bug#5400.
5074         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
5075         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
5076         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
5077         Improve comments in "is" portion.  Handle null procedure declaration.
5078         (ada-move-to-end): Improve doc string.
5080 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
5082         * ido.el (ido-cur-list): Initialize to nil.
5083         Remove obsolete information from commentary.
5084         (ido-choice-list): Initialize to nil.
5085         (ido-get-bufname): Reject minibuffers.
5086         (ido-make-buffer-list): If "default" is a nonexistent
5087         buffer, ignore it, as per the function's comment.
5088         (ido-kill-buffer-internal): New function.
5089         (ido-kill-buffer-at-head): Use it.
5090         (ido-visit-buffer): Likewise.
5092 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5094         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
5096 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
5098         * cedet/ede/locate.el (ede-locate-file-in-project)
5099         (ede-locate-file-in-project-impl): Fix typos in docstrings.
5100         (ede-enable-locate-on-project): Fix typos in error messages.
5102         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
5103         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
5104         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
5105         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
5106         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
5107         Fix typos in menu help.
5109         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
5110         Fix typos in chart titles.
5112         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
5113         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
5114         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
5115         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
5116         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
5117         (semantic-parse-stream, semantic-parse-region)
5118         (semantic-parse-region-default, semantic--set-buffer-cache)
5119         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
5120         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
5121         (semantic-default-submodes):
5122         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
5123         (semanticdb-create-ebrowse-database)
5124         (semanticdb-find-tags-for-completion-method)
5125         (semanticdb-find-tags-by-class-method)
5126         (semanticdb-deep-find-tags-by-name-method)
5127         (semanticdb-deep-find-tags-for-completion-method):
5128         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
5129         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
5130         (semanticdb-find-tags-for-completion-method)
5131         (semanticdb-find-tags-by-class-method)
5132         (semanticdb-deep-find-tags-for-completion-method):
5133         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
5134         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
5135         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
5136         (semanticdb-find-tags-by-name-method)
5137         (semanticdb-find-tags-by-name-regexp-method)
5138         (semanticdb-find-tags-for-completion-method)
5139         (semanticdb-find-tags-by-class-method)
5140         (semanticdb-find-tags-external-children-of-type-method)
5141         (semanticdb-find-tags-subclasses-of-type-method)
5142         (semanticdb-deep-find-tags-by-name-method)
5143         (semanticdb-deep-find-tags-by-name-regexp-method)
5144         (semanticdb-deep-find-tags-for-completion-method):
5145         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
5146         (semanticdb-enable-gnu-global-in-buffer)
5147         (semanticdb-find-tags-for-completion-method)
5148         (semanticdb-deep-find-tags-by-name-method)
5149         (semanticdb-deep-find-tags-for-completion-method):
5150         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
5151         (javascript-mode, semanticdb-find-translate-path)
5152         (semanticdb-find-tags-for-completion-method)
5153         (semanticdb-find-tags-by-class-method)
5154         (semanticdb-deep-find-tags-by-name-method)
5155         (semanticdb-deep-find-tags-for-completion-method)
5156         (semanticdb-find-tags-external-children-of-type-method):
5157         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
5158         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
5159         (global-semantic-idle-scheduler-mode):
5160         * cedet/srecode/dictionary.el (srecode-field-value)
5161         (srecode-dictionary-add-section-dictionary):
5162         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
5163         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
5164         (describe-class, eieio-describe-generic, describe-generic):
5165         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
5166         (eieio-speedbar-expand):
5167         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5168         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
5169         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
5170         (viper-del-backward-char-in-replace, viper-backward-indent)
5171         (viper-brac-function, viper-register-to-point, viper-submit-report):
5172         * net/tramp.el (tramp-remote-coding-commands):
5173         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
5174         Fix typos in docstrings.
5176 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5178         * mail/sendmail.el (mail-yank-original): Set the mark if the
5179         specified function for yanking does not do it.
5181 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
5183         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
5185         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
5186         resyncing a directory.
5188 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
5190         * progmodes/ada-mode.el: Fix bug#1920.
5191         (ada-ident-re): Delete ., allow multibyte characters.
5192         (ada-goto-label-re): New; matches goto labels.
5193         (ada-block-label-re): New; matches block labels.
5194         (ada-label-re): New; matches both.
5195         (ada-named-block-re): Deleted; callers changed to use
5196         `ada-block-label-re' instead.
5197         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
5198         Use `ada-block-label-re'.
5199         (ada-indent-on-previous-lines): Improve handling of goto labels.
5200         (ada-get-indent-block-start): Special-case block label.
5201         (ada-get-indent-label): Split into `ada-indent-block-label' and
5202         `ada-indent-goto-label'.
5203         (ada-goto-stmt-start, ada-goto-next-non-ws):
5204         Optionally ignore goto labels.
5205         (ada-goto-next-word): Simplify.
5206         (ada-indent-newline-indent-conditional): Insert newline before
5207         trying to fix indentation; doc fix.
5209 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
5211         * calc/calc.el (calc-command-flags): Give it an initial value.
5213 2010-01-17  Glenn Morris  <rgm@gnu.org>
5215         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
5217 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5219         * cedet/semantic.el (semantic-mode):
5220         * files.el (minibuffer-with-setup-hook):
5221         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
5222         (artist-key-draw-continously, artist-key-do-continously-continously)
5223         (artist-key-set-point-continously, artist-mouse-draw-continously):
5224         Fix typos in docstrings.
5226 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
5228         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
5229         return t (Bug#3898).
5231 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
5233         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
5234         can parse the output of the external commands (Bug#5279).
5236 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
5238         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
5240 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
5242         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5244         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5246         * startup.el (command-line): Remove unused --icon-type arg.
5247         Handle --display arg, passing it to command-line-1 (Bug#5392).
5249 2010-01-16  Mario Lang  <mlang@delysid.org>
5251         * cedet/ede/cpp-root.el (ede-cpp-root-project):
5252         * cedet/ede/files.el (ede-expand-filename):
5253         * cedet/ede/simple.el (ede-simple-project):
5254         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5255         (semantic-complete-inline-tag-engine):
5256         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5257         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5258         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5259         * cedet/semantic/db.el (semanticdb-equivalent-mode):
5260         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5261         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5262         * emacs-lisp/chart.el (chart-translate-namezone):
5263         * textmodes/artist.el (artist-compute-popup-menu-table):
5264         Remove duplicated words in doc-strings.
5266 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
5268         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5269         to mairix-search to suppress threading (Bug#5342).
5271 2010-01-15  Kenichi Handa  <handa@m17n.org>
5273         * international/mule-cmds.el (canonicalize-coding-system-name):
5274         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
5276 2010-01-15  Glenn Morris  <rgm@gnu.org>
5278         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
5280         * wid-edit.el (widget-keymap): Doc fix.
5282         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5283         former seems to be more widely accepted by various svn versions.
5285 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5287         * find-cmd.el (find-constituents):
5288         * vc-arch.el (vc-arch-root):
5289         * window.el (window-body-height, pop-up-frames):
5290         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5291         (semantic-no-reparse-needed-change-hook):
5292         * cedet/srecode/insert.el (srecode-resolve-argument-list)
5293         (srecode-template-inserter-blank, srecode-template-inserter-variable)
5294         (srecode-template-inserter-ask, srecode-template-inserter-width)
5295         (srecode-template-inserter-section-start)
5296         (srecode-template-inserter-section-end, srecode-insert-method):
5297         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5298         * progmodes/ada-stmt.el (ada-if):
5299         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5300         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5301         (ispell-encoding8-command, ispell-aspell-supports-utf8)
5302         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5304         * progmodes/flymake.el (flymake-post-syntax-check):
5305         Fix typo in error message.
5307 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5309         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5310         which is always a string.  (Bug#5313)
5312 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5314         * progmodes/ada-xref.el (ada-default-prj-properties):
5315         Simplify previous change.
5317 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5319         * progmodes/ada-xref.el (ada-default-prj-properties):
5320         Default ada_project_path to $ADA_PROJECT_PATH.
5322 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5324         * progmodes/ada-mode.el (ada-create-keymap):
5325         Override `narrow-to-defun' with `ada-narrow-to-defun'.
5327 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5329         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5330         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5331         (ada-get-current-indent, ada-imenu-generic-expression)
5332         (ada-which-function): Check for it.
5334 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5336         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5337         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5339 2010-01-14  Glenn Morris  <rgm@gnu.org>
5341         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
5343 2010-01-14  Kenichi Handa  <handa@m17n.org>
5345         * composite.el (auto-composition-mode): Make it a buffer local
5346         variable (permanent-local).
5347         (auto-composition-function): Set the default value to
5348         auto-compose-chars.
5349         (auto-composition-mode): Make it a simple function, not a minor mode.
5350         (global-auto-composition-mode): Likewise.
5351         (turn-on-auto-composition-if-enabled): Delete it.
5353 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
5355         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5357 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
5359         * files.el (copy-directory): Compute target for recursive
5360         directories with identical names.  (Bug#5343)
5362 2010-01-12  Glenn Morris  <rgm@gnu.org>
5364         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5365         it to bug-gnu-emacs rather than emacs-pretest-bug.
5367 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5369         * cedet/data-debug.el (data-debug): Fix customization group reference.
5371 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5373         * cedet/semantic/analyze.el (semantic-analyze-push-error)
5374         (semantic-analyze-context, semantic-analyze-context-assignment)
5375         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5376         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5377         (semantic-java-doc-keywords-map):
5378         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5379         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5380         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5381         (semantic-c-classname, semantic-format-tag-uml-prototype)
5382         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5383         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5384         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5385         (semantic-get-local-variables, semantic-end-of-command)
5386         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5387         (lisp-mode):
5388         * cedet/semantic/bovine/make.el (makefile-mode):
5389         * cedet/semantic/wisent/python.el (wisent-python-string-re)
5390         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5391         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5392         (semantic-lex, semantic-get-local-variables, python-mode):
5393         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5394         * cedet/srecode/extract.el (srecode-extract-state-set)
5395         (srecode-extract-method): Fix typos in docstrings.
5397 2010-01-11  Sam Steingold  <sds@gnu.org>
5399         * imenu.el (imenu-default-create-index-function): Detect infinite
5400         loops caused by imenu-prev-index-position-function.
5402 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5404         * htmlfontify.el (htmlfontify-load-rgb-file)
5405         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5406         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5407         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5408         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5409         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5410         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5411         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5412         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5413         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5414         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5415         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5416         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5417         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5418         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5419         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5420         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5421         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5422         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5423         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5424         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5425         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5426         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5427         backslash-quoting from parentheses, etc.
5429 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
5431         * progmodes/js.el: Autoload javascript-mode alias.
5433 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5435         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5436         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5437         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5438         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5439         Fix typos in docstrings.
5440         (ffap-url-regexp): Doc fix.
5441         (ffap-at-mouse): Fix typo in message.
5443 2010-01-11  Glenn Morris  <rgm@gnu.org>
5445         * version.el (emacs-copyright): Set copyright year to 2010.
5447 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5449         * format.el (format-annotate-function): Only set
5450         write-region-post-annotation-function after running to-fn so as not to
5451         affect nested write-region calls (bug#5273).
5453 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
5455         * cedet/semantic.el (semantic-new-buffer-setup-functions):
5456         Add python parser.
5458         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5459         wisent/python.el.
5461 2010-01-10  Richard Kim  <emacs18@gmail.com>
5463         * cedet/semantic/wisent/python-wy.el:
5464         * cedet/semantic/wisent/python.el: New files.
5466 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5468         * man.el (Man-goto-section): Signal error if the section is not
5469         found (Bug#5317).
5471 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
5473         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5474         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
5476 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5478         * progmodes/compile.el: Don't treat compile-command as safe if
5479         compilation-read-command might be nil (Bug#4218).
5481 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
5483         * startup.el (command-line-1): Use orig-argi to check for ignored X and
5484         NS options.
5486 2010-01-08  Kenichi Handa  <handa@m17n.org>
5488         * international/fontset.el (build-default-fontset-data):
5489         Exclude characters in scripts kana, hangul, han, or cjk-misc.
5491 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
5493         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5494         to `create-file-buffer' as it expects, not just a buffer name.
5495         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5496         to help uniquify.  (Bug#3224)
5498 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
5500         * font-setting.el (font-setting-change-default-font): Use user-spec
5501         instead of name.
5503 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5505         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5507 2010-01-05  Tom Tromey  <tromey@redhat.com>
5509         * progmodes/python.el (python-font-lock-keywords):
5510         Handle qualified decorators (Bug#881).
5512 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5514         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5515         in a lightweight checkout.
5517 2010-01-05  Kenichi Handa  <handa@m17n.org>
5519         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5521 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5523         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5525 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
5527         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5528         checkouts.  (Bug#618)
5529         (vc-bzr-log-view-mode): Also highlight the author.
5530         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5531         (vc-bzr-shelve-menu-map):
5532         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5533         (vc-bzr-shelve-apply): Make prompt more explicit.
5535 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5537         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5538         They are valid characters in URL paths (rfc3986), and at least
5539         Firefox does not understand the encoded version (Bug#3166).
5541 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
5543         * progmodes/octave-mod.el (octave-end-keywords)
5544         (octave-block-begin-or-end-regexp, octave-block-match-alist):
5545         Add "end" keyword (Bug#3061).
5546         (octave-end-as-array-index-p): New function.
5547         (calculate-octave-indent): Use it.
5549 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5551         * bookmark.el: Consistently put the text property on the bookmark name.
5552         (bookmark-bmenu-marks-width): Bump back to 2, to include
5553         annotation marks.
5554         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
5555         property on the bookmark name, instead of not putting it at all.
5556         (bookmark-bmenu-list): Fix where we put the text property.
5558 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5560         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
5561         for showing buffer modified state (as added in the previous change).
5563 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5565         * bookmark.el: Show modified state of bookmark buffer more accurately.
5566         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
5567         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
5568         (with-buffer-modified-unmodified): New macro.
5569         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5570         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
5571         Use new macro to preserve the buffer modified state.
5573 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5575         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
5576         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
5577         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
5578         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
5579         (bookmark-bmenu-rename, bookmark-bmenu-locate)
5580         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
5581         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
5583 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5585         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5586         Make the lines in the generated doc string shorter.  (Bug#4668)
5588 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
5590         * net/rcirc.el: Add follow-link binding (Bug#4738).
5592 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5594         * Makefile.in (bzr-update): Rename from cvs-update.
5595         (cvs-update): New target for backward compatibility.
5597         * makefile.w32-in (bzr-update): Rename from cvs-update.
5598         (cvs-update): New target for backward compatibility.
5600 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5602         * bookmark.el: Remove gratuitous gratitude.
5604 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5606         * bookmark.el (bookmark-bmenu-any-marks): New function.
5607         (bookmark-bmenu-save): Clear buffer modification if no marks.
5609 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5611         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5612         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5613         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
5614         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
5616         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
5617         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
5618         To: emacs-devel {_AT_} gnu.org
5619         Subject: bookmark.el bug report
5620         Date: Mon, 28 Dec 2009 14:19:16 +0800
5621         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
5623 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5625         * bookmark.el: Improvements suggested by Drew Adams:
5626         (bookmark-bmenu-ensure-position): New name for
5627         `bookmark-bmenu-check-position'.  Just ensure the position,
5628         don't return any meaningful value.
5629         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
5630         New constants.
5632 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
5634         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
5635         (bookmark-yank-point, bookmark-bmenu-check-position):
5636         Fix typos in docstrings.
5637         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
5638         (bookmark-name-from-full-record, bookmark-get-position)
5639         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
5640         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
5641         Remove useless quoting of parenthesis, etc. in docstrings.
5643         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
5644         (ediff-append-custom-diff): Fix typo in error message.
5645         (ediff-meta-mark-equal-files): Fix typos in messages.
5647         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
5649         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
5650         Fix typo in docstring.
5652         * net/imap-hash.el (imap-hash-make): Doc fix.
5653         (imap-hash-test): Fix typo in error message; reflow docstring.
5654         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
5655         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
5656         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
5657         Fix typos in docstrings.
5658         (imap-hash-open-connection): Fix typo in error message.
5660         * play/gomoku.el (gomoku): Fix typos in docstring.
5662         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
5663         (gdb-jsonify-buffer): Fix typos in docstring.
5664         (gdb-goto-breakpoint): Fix typo in error message.
5665         ("Display Other Windows"): Fix typo in help message.
5666         (gdb-speedbar-expand-node): Fix typo in question.
5668         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
5669         (idlwave-html-system-help-location, idlwave-html-help-location)
5670         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
5671         (idlwave-help-browser-generic-args, idlwave-help-directory)
5672         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
5673         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
5674         (idlwave-online-help, idlwave-help-html-link)
5675         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
5676         Fix typos in docstrings.
5677         (idlwave-help-with-source, idlwave-help-find-routine-definition):
5678         Reflow docstrings.
5679         (idlwave-help-assistant-start): Fix typo in error message.
5681         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
5682         (octave-electric-space): Fix typos in docstrings.
5684 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5686         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
5688 2010-01-01  Juri Linkov  <juri@jurta.org>
5690         * comint.el (comint-input-ring-size): Make it a defcustom and
5691         increase the default to 500 (Bug#5148).
5693 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
5695         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
5696         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
5697         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
5699 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
5701         Show working revision correctly for mercurial.
5702         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
5703         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
5705 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
5707         Declare some functions for the byte-compiler.
5708         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
5709         (speedbar-timer-fn, speedbar-change-expand-button-char)
5710         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
5712 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
5714         This changeset reverts GDB Graphical Interface to use annotations.
5715         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
5717 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
5719         Make vc-dir work on subdirectories of the bzr root.
5720         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
5721         file names relative to it.
5722         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
5723         relative directory to vc-bzr-after-dir-status.
5725 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
5727         * font-lock.el (font-lock-refresh-defaults): New function, which
5728         can be used to let font-lock react to external changes in
5729         variables like font-lock-defaults and keywords.
5730         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
5732 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
5734         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
5736         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
5738 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
5740         Supersede color.diff settings in git log (bug#5211).
5742         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
5743         escape chars in its output when the user has color.diff set to `always'.
5744         This fix works on git 1.4.2 and newer (released on 2006-08-13).
5746 2009-12-26  Kevin Ryde  <user42@zip.com.au>
5748         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
5749         node.  Keep previous "Index" name to work with past coreutils too.
5751         * man.el (man): Revise docstring a bit to show -a and -l as
5752         examples.  Add -k description since support for it has otherwise
5753         been a secret.  (Further to bug#3717.)
5754         (Man-bgproc-sentinel): When "-k foo" produces no output show error
5755         "no matches" rather than "Can't find manpage", as the latter reads
5756         like -k was interpreted as a page name, which is not so.  (Bug#5431)
5758 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
5760         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
5761         switches.  Check also for //SUBDIRED// line.
5763 2009-12-25  Kenichi Handa  <handa@m17n.org>
5765         * language/indian.el (devanagari-composable-pattern): Fixed to
5766         handle ZWNJ and ZWJ.  Use it in composition-function-table for
5767         Devanagari.
5768         (malayalam-composable-pattern): Fix previous change.
5770 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5772         * ps-print.el (ps-face-attributes): It was not returning the
5773         attribute face for faces specified as string.  Reported by harven
5774         <harven@free.fr>.
5775         (ps-print-version): New version 7.3.5.
5777 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
5779         * calendar/icalendar.el (icalendar--convert-tz-offset):
5780         Fix timezone names.
5781         (icalendar--convert-tz-offset): Fix the "last-day-problem".
5782         (icalendar--add-diary-entry): Remove the trailing blank that
5783         diary-make-entry inserts.
5785 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
5787         Make `file-expand-wildcards' work for remote files.
5789         * files.el (file-expand-wildcards): In case of remote files, check
5790         only local file name part for wildcards.  Provide feature 'files
5791         and subfeature 'remote-wildcards.  (Bug#5198)
5793         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
5794         if there is already an established connection.
5795         (tramp-advice-file-expand-wildcards): Remove it.
5797         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
5798         (tramp-advice-file-expand-wildcards): Move from tramp.el.
5799         Activate advice for older GNU Emacs versions.  (Bug#5237)
5801 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
5803         Some doc fixes (more needed).
5805         * find-cmd.el (find-constituents): Reflow docstring.
5806         (find-cmd, find-prune, find-command): Fix typos in docstrings.
5807         (find-generic): Doc fix.
5809 2009-12-17  Juri Linkov  <juri@jurta.org>
5811         Fix regression from 23.1 to allow multiple modes in Local Variables.
5813         * files.el (hack-local-variables-filter): While ignoring duplicates,
5814         don't take `mode' into account.
5815         (hack-local-variables-filter, hack-dir-local-variables):
5816         Don't remove duplicate `mode' from local-variables-alist (like `eval').
5818 2009-12-17  Juri Linkov  <juri@jurta.org>
5820         Make `dired-diff' safer.  (Bug#5225)
5822         * dired-aux.el (dired-diff): Signal an error when `file' equals to
5823         `current' or when `file' is a directory of the `current' file.
5825 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
5827         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
5828         unconditionally preloaded files.
5830 2009-12-16  Juri Linkov  <juri@jurta.org>
5832         Revert to old 23.1 logic of using the file at the mark as default.
5833         * dired-aux.el (dired-diff): Use the file at the mark as default
5834         if it's not the same as the current file, and the target dir is
5835         the current dir or the mark is active.  Add the current file
5836         as the arg of `dired-dwim-target-defaults'.  Use the default file
5837         in the prompt.  (Bug#5225)
5839 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
5841         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
5842         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
5843         (tramp-check-for-regexp): Check also, when an echoing shell stops
5844         to echo sent commands.
5846 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5848         * Makefile.in: Revert last change (Bug#5191).
5850 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
5852         * vc-hg.el (vc-hg-print-log): Fix argument order.
5853         (vc-hg-working-revision): Make sure the command is executed in a
5854         known environment so that we can parse the output.  (Bug#4417)
5856 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5858         * progmodes/python.el (python-symbol-completions): Remove text
5859         properties from symbol string before calling python-send-receive.
5861 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
5863         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5864         when there are values for both file and line.  (Bug#5060)
5866 2009-12-14  Juri Linkov  <juri@jurta.org>
5868         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
5869         whitespace after the file name of the first line of unified format,
5870         because git-diff doesn't output whitespace and file modification time
5871         after the file name.
5873 2009-12-14  David Kastrup  <dak@gnu.org>
5875         * info.el (Info-hide-cookies-node): Before hiding a cookie,
5876         check if it already has the `display' property added by
5877         `Info-display-images-node', and not put the `invisible' property
5878         in this case.
5880 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5882         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
5883         (semantic-mru-bookmark-mode): Doc fixes.
5885         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
5886         of assert.
5888 2009-12-13  Glenn Morris  <rgm@gnu.org>
5890         * mail/emacsbug.el (message-sort-headers): Define for compiler.
5891         (report-emacs-bug): In message-mode, sort manually before storing
5892         original report text.  (Bug#5178)
5893         Remove superfluous save-excursion.
5895 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
5897         * net/dbus.el (dbus-property-handler): Filter lambda forms out
5898         when responding to "GetAll" properties.
5900 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
5902         * simple.el (compose-mail): Remove mail-setup-with-from from
5903         customization checks.
5905 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
5907         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
5908         RAR archives created on Unix systems.
5910 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5912         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
5913         the varalias that was accidentally removed by the 2009-11-19 change
5914         (bug#5186).
5916 2009-12-12  Kenichi Handa  <handa@m17n.org>
5918         * language/indian.el (indian-compose-regexp): New function.
5919         (malayalam-composable-pattern): Fix the pattern.
5920         (composition-function-table): Set malayalam-composable-pattern for
5921         Malayalam characters.
5923 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
5925         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
5926         rather than down-mouse-1, based on follow-link conventions.
5928         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
5929         are compiled.
5931 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
5933         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
5934         (verilog-vmm-statement-re, verilog-ovm-statement-re)
5935         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
5936         (verilog-leap-to-head, verilog-backward-token):
5937         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
5939 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
5941         * progmodes/verilog-mode.el (verilog-auto-lineup)
5942         (verilog-nameable-item-re): Cleanup user-visible spelling and
5943         documentation errors.  One reported by Gary Delp.
5944         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
5945         (verilog-read-decls): Fix AUTOWIRE with types declared in a
5946         package, bug195.  Reported by Pierre-David Pfister.
5948 2009-12-11  Glenn Morris  <rgm@gnu.org>
5950         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
5952         * mail/emacsbug.el: No longer require sendmail.
5953         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
5954         (report-emacs-bug-orig-text): Doc fix.
5955         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
5956         New local variables, to adapt to different mail-user-agents.
5957         (report-emacs-bug): Fix test for a gnu.org address.
5958         Use overlays for emphasis, since font-lock defeats 'face property.
5959         Pretest bugs also end up at the newsgroup these days.
5960         Stop message-mode stripping text properties.
5961         Set and use the new buffer-local variables.
5962         (report-emacs-bug-hook): Add doc-string.
5963         Remove some unnecessary save-excursions and simplify.
5964         Use the appropriate hook and send-command.
5966         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
5967         capitalization of some menu entries.
5969 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5971         * whitespace.el (whitespace-display-char-on):
5972         Ensure `buffer-display-table' is unique when two or more windows are
5973         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
5974         New version 12.1.
5976 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
5978         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
5979         characters in the Attribute field.
5981 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
5983         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
5985 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5987         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
5988         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5989         Disregard autoload-excludes.
5990         (update-directory-autoloads): Obey autoload-excludes here instead.
5991         But don't store its contents in no-autoloads and remove entries that
5992         refer to excludes files.
5994 2009-12-10  Glenn Morris  <rgm@gnu.org>
5996         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
5997         (expand-mail-aliases): Define for compiler.
5999         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
6000         Define for compiler.
6002         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
6003         appropriate for the mail-user-agent in use.
6005 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
6007         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
6009 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
6011         Fix short log parsing and fontification.
6012         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
6013         Fix fontification for the [merge] label.
6015 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
6017         Drop some properties to avoid surprises (bug#5002).
6018         * htmlfontify.el (hfy-ignored-properties): New defcustom.
6019         (hfy-fontify-buffer): Use it.
6021 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6023         Minor cleanup.
6024         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
6025         Adjust all callers.
6026         (ffap-locate-file): Remove unused arg `dir-ok' and make other
6027         args compulsory.  Adjust callers.
6028         (ffap-gopher-at-point): Remove unused var `name'.
6030         Get rid of the ELCFILES abomination.
6031         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6032         (compile-elcfiles): New phony target.
6033         (compile-main): Compute ELCFILES dynamically.
6034         (compile-clean): New target to remove left-over elc files.
6035         (compile, all): Use it.
6037 2009-12-09  Kenichi Handa  <handa@etlken>
6039         * international/mule-diag.el: Require help-mode instead of help-fns.
6041 2009-12-09  Kenichi Handa  <handa@m17n.org>
6043         * international/mule-cmds.el (ucs-names): Supply sufficiently
6044         fine ranges instead of pre-calculating accurate ranges.
6045         Iterate with bigger gc-cons-threshold.
6047 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
6049         Add support for stashing a snapshot of the current tree.
6050         * vc-git.el (vc-git-stash-snapshot): New function.
6051         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
6053 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
6055         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
6056         instead of `(beginning|end)-of-line'.
6058 2009-12-08  Glenn Morris  <rgm@gnu.org>
6060         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
6062         * Makefile.in (ELCFILES): Regenerate.
6064 2009-12-07  Juri Linkov  <juri@jurta.org>
6066         Don't lazy-highlight the comint output in history Isearch mode.
6068         * comint.el (comint-history-isearch-search): Instead of
6069         `comint-line-beginning-position', use `comint-after-pmark-p'
6070         to check if point if before the process mark, and go to
6071         `process-mark' in this case.
6073 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6075         * textmodes/tex-mode.el (latex-complete)
6076         (latex-indent-or-complete): Remove.
6077         (latex-mode): Set completion-at-point-functions instead.
6079         Provide a standard completion command and hook it into TAB.
6080         * minibuffer.el (completion-at-point-functions): New var.
6081         (completion-at-point): New command.
6082         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
6083         * progmodes/python.el (python-mode-map): Use completion-at-point.
6084         (python-completion-at-point): Rename from python-partial-symbol and
6085         adjust for use in completion-at-point-functions.
6086         (python-mode): Setup completion-at-point for Python completion.
6087         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
6088         extracted from lisp-complete-symbol.
6089         (lisp-complete-symbol): Use it.
6090         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
6091         setup completion-at-point for Elisp completion.
6092         (emacs-lisp-mode-map, lisp-interaction-mode-map):
6093         Use completion-at-point.
6094         * ielm.el (ielm-map): Use completion-at-point.
6095         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
6096         * progmodes/sym-comp.el: Move to...
6097         * obsolete/sym-comp.el: Move from progmodes.
6099 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
6101         Prevent save-buffer in Rmail buffers from using the coding-system
6102         of the current message, and from clobbering the encoding mnemonics
6103         in the mode line (Bug#4623).
6105         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
6106         flag, too.
6107         (rmail-message-encoding): New variable.
6108         (rmail-write-region-annotate): Record the encoding of the current
6109         message in rmail-message-encoding.
6110         (rmail-after-save-hook): New function, restores the encoding of
6111         the current message after the message collection is saved.
6113 2009-12-07  Juri Linkov  <juri@jurta.org>
6115         * progmodes/grep.el (grep-read-files): Use `completing-read'
6116         instead of `read-string'.  Set its `collection' arg to
6117         `read-file-name-internal'.  (Bug#4301)
6119 2009-12-07  Juri Linkov  <juri@jurta.org>
6121         Correctly restore original Isearch point.  (Bug#4994)
6123         * isearch.el (isearch-mode): Move `isearch-push-state' after
6124         `(run-hooks 'isearch-mode-hook)'.
6125         (isearch-cancel): When `isearch-push-state-function' is defined,
6126         let-bind `isearch-cmds' to the first state (the last element of
6127         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
6128         function and restores the original point).  Otherwise, move point
6129         to `isearch-opoint'.
6131 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6133         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
6134         chars that don't have names, so the table can be built much faster at
6135         run-time.
6137 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
6139         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
6140         change.  Suggested by David Kastrup.
6142         * simple.el (compose-mail): Check for incompatibilities and warn.
6143         (compose-mail-user-agent-warnings): New option.
6145 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6147         Support showing a single log entry from vc-annotate.
6148         * vc.el (print-log): Add a new argument: START-REVISION.
6149         (vc-print-log-internal): Add a new optional argument and
6150         pass it to the backend.
6151         (vc-print-log, vc-print-root-log): Adjust callers.
6152         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
6153         buffer already displays the requested log entry, use it.
6154         Otherwise display only the log entry in question.
6155         * vc-svn.el (vc-svn-print-log):
6156         * vc-mtn.el (vc-mtn-print-log):
6157         * vc-hg.el (vc-hg-state):
6158         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
6159         (vc-git-show-log-entry): Return t on success.
6160         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
6161         (vc-bzr-show-log-entry): Return t on success.
6162         * vc-rcs.el (vc-rcs-print-log):
6163         * vc-sccs.el (vc-sccs-print-log):
6164         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
6166 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6168         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
6169         Add menus to the meta mode.  (Bug#5043)
6171 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
6173         * ediff-init.el (ediff-event-key): Use event-to-character instead of
6174         event-key.
6176         * ediff.el (ediff-buffers-internal): Add unwind-protect.
6178 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
6180         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
6181         Berbain <raphael.berbain@gmail.com>.
6183         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
6184         characters.
6185         (tramp-initial-end-of-output): New defconst.
6186         (tramp-methods, tramp-find-shell)
6187         (tramp-open-connection-setup-interactive-shell)
6188         (tramp-maybe-open-connection): Use it.
6189         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
6190         existence of `#' and `$'.
6192         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
6193         `tramp-initial-end-of-output'.
6195 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6197         Get the background mode from the terminal for xterm, and set
6198         faces accordingly.
6199         * term/xterm.el (xterm-set-background-mode): New function.
6200         (terminal-init-xterm): Use it in case xterm supports background
6201         color queries.  Recompute faces after getting the background
6202         color.
6204 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
6206         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
6207         number comment back on its own line, for easier parsing.
6209 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6211         Make it work for non-file buffers (bug#5102).
6212         * doc-view.el (doc-view-current-cache-dir):
6213         Use doc-view-buffer-file-name rather than buffer-file-name.
6214         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
6216 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
6218         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
6219         author field is too short.
6221 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
6223         * vc-git.el (vc-git-print-log): Handle a limit argument.
6224         Display the short log in graph form and with labels.
6225         (vc-git-log-view-mode): Handle labels.
6227         Make vc-revert change VC state from 'added to 'unregistered.
6228         * vc-git.el (vc-git-revert): Call git reset first.
6230 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6232         * net/newst-backend.el, net/newst-plainview.el:
6233         * net/newst-reader.el, net/newst-ticker.el:
6234         * net/newst-treeview.el, net/newsticker.el:
6235         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
6237 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6239         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
6241         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
6242         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
6243         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6244         Update annotation regexp.
6246         * simple.el (beginning-of-visual-line): Constrain to field
6247         boundaries (Bug#5106).
6249 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6251         * xml.el (xml-substitute-numeric-entities): Move
6252         newsticker--decode-numeric-entities in newst-backend.el to
6253         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6254         * net/newst-backend.el (newsticker--parse-generic-feed)
6255         (newsticker--parse-generic-items)
6256         (newsticker--decode-numeric-entities): Move
6257         newsticker--decode-numeric-entities in newst-backend.el to
6258         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6260 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
6262         * progmodes/js.el (js--js-not): Add null to the list of values.
6264 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6266         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
6268 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6270         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6271         delimiter if it is at the end of the current line.
6272         (bibtex-generate-url-list): Fix docstring.
6274 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6276         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6277         minibuffer's content with itself.
6278         Fold the confirm-after-completion case into the `confirm' case.
6279         (completion-pcm-word-delimiters): Add : and / to the delimiters.
6281 2009-12-06  Kevin Ryde  <user42@zip.com.au>
6283         * ffap.el (ffap-rfc-path): Make this a defcustom since
6284         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
6286         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6287         manuals, similar to existing setup for help-mode.  (Bug#3913.)
6289 2009-12-05  Juri Linkov  <juri@jurta.org>
6291         Save and restore dired buffer's point positions too.  (Bug#4880)
6293         * dired.el (dired-save-positions): Return in the first element
6294         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6295         Doc fix.
6296         (dired-restore-positions): First restore buffer's position.
6297         While restoring window's positions, check if window still displays
6298         the original buffer.
6300 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
6302         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6303         if possible.
6305         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6306         Make argument optional.
6308         * shell.el (shell): Require ansi-color (Bug#5113).
6310         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6312         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6314 2009-12-05  Alan Mackenzie  <acm@muc.de>
6316         * progmodes/cc-mode.el (c-before-hack-hook)
6317         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6318         `c-file-style' to work again.  This reversion restores the current
6319         software to its state in Emacs 23.1.  (Bug#4146)
6321 2009-12-05  Kevin Ryde  <user42@zip.com.au>
6323         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6324         comment-start-skip to comment-end-skip as comment (Bug#4781).
6326 2009-12-05  Juri Linkov  <juri@jurta.org>
6328         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6329         for virtual nodes.  (Bug#4147)
6330         (Info-find-node-2): Set `Info-current-node-virtual' to nil
6331         when moving from a virtual node.
6332         (Info-mode-menu): Add `Info-virtual-index' to the menu.
6333         (Info-mode): Add `Info-virtual-index' to the docstring.
6335 2009-12-05  Eric Ludlam  <zappo@gnu.org>
6337         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6338         Describe project macro symbols.
6340         * cedet/semantic/complete.el (semantic-complete-do-completion):
6341         Don't call semantic-collector-current-exact-match.
6343         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6344         ede-objects as targets.
6346         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6347         a target's object list even if compiler vars are already in the
6348         Makefile.
6350         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6351         list of headers producing necessary macros.
6353 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6355         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6356         track of the buffer position of the end of a BibTeX entry as this
6357         position may change during reformatting.
6358         (bibtex-format-entry): Remove whitespace before processing
6359         numerical fields so that we recognize the latter properly.
6360         (bibtex-reformat): Do not use push which changes the global value
6361         of bibtex-entry-format.
6362         (bibtex-field-braces-alist, bibtex-field-strings-alist)
6363         (bibtex-field-re-init): Replace only space characters by regexp
6364         for whitespace.
6365         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6366         (bibtex-initialize): Also update bibtex-strings.
6367         (bibtex-kill-field): Preserve white space at end of entry.
6368         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6369         Update bibtex-reference-keys.
6371 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6373         * minibuffer.el (completion-pcm--merge-try): Also consider placing
6374         point after a star, if that's the only place where modifications can
6375         make progress.
6377 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
6379         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6380         in docstrings.
6382 2009-12-04  Juri Linkov  <juri@jurta.org>
6384         * proced.el (proced): Call `(proced-update t)' to update process
6385         information instead of only running proced-post-display-hook.
6386         (proced-send-signal): Add a leading space to the buffer name
6387         " *Marked Processes*" to make this buffer ephemeral.
6389 2009-12-04  Juri Linkov  <juri@jurta.org>
6391         * dired.el (dired-auto-revert-buffer): New defcustom.
6392         (dired-internal-noselect): Use it.
6394 2009-12-04  Juri Linkov  <juri@jurta.org>
6396         Change roles of modes and functions in image-mode.el (Bug#5062).
6398         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6399         in `auto-mode-alist'.
6400         (image-mode-previous-major-mode): New variable.
6401         (image-minor-mode-map): Rename from `image-mode-text-map'.
6402         (image-mode): Move graceful error-handling code from
6403         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
6404         (image-minor-mode): Remove all image-handling code.
6405         Replace `image-mode-text-map' with `image-minor-mode-map'.
6406         Check for `image-type' in mode-line format string.
6407         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6408         (image-mode-as-text): New function with most code from
6409         `image-mode-maybe'.
6410         (image-toggle-display-text): Move code that removes image
6411         properties from `image-toggle-display' to here.
6412         (image-toggle-display-image): New function with code that adds
6413         image properties copied from `image-toggle-display'.
6414         (image-toggle-display): Remove most code with leaving only code
6415         that toggles between `image-mode-as-text' and `image-mode'.
6417 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
6419         * net/newst-treeview.el
6420         (newsticker--treeview-list-highlight-start): Restored call to
6421         save-excursion: Selected item was stuck.
6422         (newsticker--treeview-list-select): New.
6423         (newsticker--treeview-item-show-text)
6424         (newsticker--treeview-item-show)
6425         (newsticker--treeview-item-update): Use new
6426         newsticker-treeview-item-mode.
6427         (newsticker-treeview-update): Keep current item.
6428         (newsticker-treeview-next-new-or-immortal-item): Doc change.
6429         (newsticker--treeview-first-feed): Doc change.
6430         (newsticker-treeview-list-menu)
6431         (newsticker-treeview-item-menu): Added menu entries.
6432         (newsticker-treeview-item-mode): New.
6434         * net/newst-backend.el (newsticker-customize): Delete other
6435         windows.
6437 2009-12-04  Sam Steingold  <sds@gnu.org>
6439         * log-view.el (log-view-mode-map): "q" calls quit-window,
6440         like in all the other non-self-insert buffers.
6442 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6444         Minor cleanup.
6445         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6446         key decoding rather than do it manually via last-input-event +
6447         ascii-character.
6448         (term-exec): Use delete-and-extract-region.
6449         (term-handle-ansi-terminal-messages): Remove unused var `end'.
6450         (term-process-pager): Remove unused var `i'.
6451         (term-dynamic-simple-complete): Make obsolete.
6452         (serial-update-config-menu): Remove unused vars `y' and `str'.
6453         (term-update-mode-line): Remove unused var `temp'.
6455 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6457         Limit the number of log entries displayed by default.
6458         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6459         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6460         using a prefix argument.
6462 2009-12-03  Glenn Morris  <rgm@gnu.org>
6464         * progmodes/idlwave.el (class): Restore still useful declaration.
6466 2009-12-03  Alan Mackenzie  <acm@muc.de>
6468         Enhance `c-parse-state' to run efficiently in "brace deserts".
6470         * progmodes/cc-mode.el (c-basic-common-init):
6471         Call c-state-cache-init.
6472         (c-neutralize-syntax-in-and-mark-CPP): Rename from
6473         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
6474         placing `category' properties value 'c-cpp-delimiter at its boundaries.
6476         * progmodes/cc-langs.el (c-before-font-lock-function):
6477         c-extend-and-neutralize-syntax-in-CPP has been renamed
6478         c-neutralize-syntax-in-and-mark-CPP.
6480         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6481         with `category' properties now, not `syntax-table' ones.
6483         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6484         enhanced (but slower) version of c-end-of-macro that won't land
6485         inside a literal or on another awkward character.
6486         (c-state-cache-too-far, c-state-cache-start)
6487         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6488         (c-state-nonlit-pos-cache-limit, c-state-point-min)
6489         (c-state-point-min-lit-type, c-state-point-min-lit-start)
6490         (c-state-min-scan-pos, c-state-brace-pair-desert)
6491         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6492         buffer local variables.
6493         (c-state-literal-at, c-state-lit-beg)
6494         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6495         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6496         (c-state-cache-top-paren, c-state-cache-after-top-paren)
6497         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6498         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6499         (c-renarrow-state-cache)
6500         (c-append-lower-brace-pair-to-state-cache)
6501         (c-state-push-any-brace-pair, c-append-to-state-cache)
6502         (c-remove-stale-state-cache)
6503         (c-remove-stale-state-cache-backwards, c-state-cache-init)
6504         (c-invalidate-state-cache-1, c-parse-state-1)
6505         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6506         (c-parse-state): Enhance and refactor.
6507         (c-debug-parse-state): Amend to deal with all the new variables.
6509         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6510         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6511         modify to use category text properties rather than syntax-table ones.
6512         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6513         to switch off/on the syntactic paren property of C++ template
6514         delimiters using the category property.
6515         (c-with-<->-as-parens-suppressed): Macro to invoke code with
6516         template delims suppressed.
6517         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6518         New constant/macros which apply category properties to the start
6519         and end of preprocessor constructs.
6520         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6521         "comment out" the syntactic value of characters in preprocessor
6522         constructs.
6523         (c-with-cpps-commented-out)
6524         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6525         with characters in all or all but one preprocessor constructs
6526         "commented out".
6528 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6530         * proced.el (proced-filter-alist): Use regexp-quote.
6532 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
6534         Cleanup.
6535         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6536         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
6537         arguments.  Expand `default-directory'.
6539         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6540         the benefit of returning an expanded localname.
6541         (tramp-tramp-file-p): Handle the case NAME is not a string.
6543 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6545         Add support for bzr shelve/unshelve.
6546         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6547         (vc-bzr-extra-menu-map): New variables.
6548         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
6549         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
6550         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
6551         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
6552         (vc-bzr-dir-extra-headers): Display shelves.
6554         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
6556 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6558         * textmodes/bibtex.el (bibtex-complete-internal):
6559         Use completion-in-region.
6560         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
6562 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6564         Support applying stashes.  Improve UI.
6565         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
6566         (vc-git-stash-apply, vc-git-stash-pop)
6567         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
6568         (vc-git-stash-menu): New functions.
6569         (vc-git-stash-menu-map): New variable.
6570         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
6572 2009-12-03  Glenn Morris  <rgm@gnu.org>
6574         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
6575         (vc-print-log-internal): Fix previous change.
6576         (vc-revert): Correct pluralization.
6578 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6580         * progmodes/make-mode.el (makefile-special-targets-list): No need for
6581         it to be an alist any more.
6582         (makefile-complete): Use completion-in-region.
6584         * progmodes/octave-mod.el (octave-complete-symbol):
6585         Use completion-in-region.
6587         Misc cleanup.
6588         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
6589         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
6590         (idlwave-complete-class): Don't quote lambda.
6591         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
6592         (idlwave-mode-map): Move initialization into declaration.
6593         (idlwave-action-and-binding): Use backquotes.
6594         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
6595         Simplify.
6596         (idlwave-is-pointer-dereference): Remove unused var `pos'.
6597         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
6598         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
6599         `parts', and `all-parts'.
6600         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
6601         (idlwave-convert-xml-system-routine-info): Remove unused string
6602         `version-string'.
6603         (idlwave-display-user-catalog-widget): Use dolist.
6604         (idlwave-scanning-lib): Declare dynamically-scoped var.
6605         (idlwave-scan-library-catalogs): Remove unused var `flags'.
6606         (completion-highlight-first-word-only): Declare to silence bytecomp.
6607         (idlwave-popup-select): Tighten scope of `resp'.
6608         (idlwave-find-struct-tag): Remove unused var `beg'.
6609         (idlwave-after-load-rinfo-hook): Declare.
6610         (idlwave-sintern-class-info): Remove unused var `taglist'.
6611         (idlwave-find-class-definition): Remove unused var `list'.
6612         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
6613         (idlwave-what-module-find-class): Remove unused var `classes'.
6615 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
6617         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
6619 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6621         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
6622         buffers visited.  Remove redundant current-buffer-saving.
6624 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6626         Use completion-in-buffer and remove uses of dynamic scoping.
6627         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
6628         (pascal-buffer-to-use, pascal-flag): Don't declare.
6629         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
6630         (pascal-get-completion-decl, pascal-keyword-completion):
6631         Add `pascal-str' argument, save-excursion,
6632         return the found completions, and don't filter with pascal-pred.
6633         (pascal-completion-cache): New var.
6634         (pascal-completion): Don't switch buffer any more (it was never
6635         necessary).  Don't save-excursion any more (it's done by the called
6636         subroutines).  Use a cache to avoid redundant computations.
6637         Use complete-with-action rather than pascal-completion-response and
6638         let it apply the predicate as well.
6639         (pascal-complete-word): Use completion-in-buffer when
6640         pascal-toggle-completions is nil.
6641         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
6642         not used any more.
6643         (pascal-comp-defun): Don't change buffer any more.
6644         Use complete-with-action rather than pascal-completion-response and
6645         let it apply the predicate as well.
6646         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
6647         when neded.
6649 2009-12-02  Kenichi Handa  <handa@m17n.org>
6651         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
6652         shape for all Indic scripts.
6654 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6656         Use completion-in-buffer.
6657         * wid-edit.el (widget-field-text-end): New function.
6658         (widget-field-value-get): Use it.
6659         (widget-string-complete, widget-file-complete)
6660         (widget-color-complete): Use it and completion-in-region.
6661         (widget-complete): Don't narrow the buffer.
6663 2009-12-02  Glenn Morris  <rgm@gnu.org>
6665         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
6666         (rmail-select-summary): Use rmail-pop-to-buffer.
6667         * mail/rmailsum.el: Replace all pop-to-buffer calls with
6668         rmail-pop-to-buffer, to prevent horizontal splits.
6670         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
6671         save-excursion with save-current-buffer.
6672         Widen before searching.  (Bug#5093)
6673         (diary-list-sexp-entries): Remove superfluous save-excursion.
6675 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
6677         * woman.el (woman-make-bufname): Handle man-pages with "." in the
6678         name.  (Bug#5038)
6680 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
6682         * ido.el (ido-file-internal): Handle filenames at point that do
6683         not have a directory part.  (Bug#5049)
6685 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
6687         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
6688         (mpc-songs-jump-to, mpc-resume): Doc fixes.
6690 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
6692         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
6693         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
6694         any more.
6696 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6698         * comint.el (comint-insert-input): Ignore clicks to the right of
6699         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
6701         * vc.el (vc-print-log-internal): Don't wait for the process to
6702         terminate before setting up the major mode.
6704         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
6705         in case.
6707         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
6708         the last element.
6710         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
6712 2009-12-01  Glenn Morris  <rgm@gnu.org>
6714         * window.el (window--display-buffer-2): Fix previous changes.
6716 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
6718         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
6720 2009-12-01  Glenn Morris  <rgm@gnu.org>
6722         * Makefile.in (ELCFILES): Add mpc.elc.
6724 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6726         * mpc.el: New file.
6728 2009-12-01  Glenn Morris  <rgm@gnu.org>
6730         * window.el (window-to-use): Define for compiler.
6732         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
6733         consistent with others (no final period).
6735         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
6736         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
6738 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
6740         Make vc-print-log buttons work.
6741         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
6743 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
6745         * savehist.el (savehist-autosave-interval): Allow setting to nil
6746         through customize.  (Bug#5056)
6748 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
6750         Fix references to jit-lock properties.
6751         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6752         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
6753         (perl-font-lock-special-syntactic-constructs):
6754         Quote jit-lock-defer-multiline property.
6756 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
6758         * vc-git.el (vc-git-registered): Call vc-git-root only once.
6760 2009-11-30  Juri Linkov  <juri@jurta.org>
6762         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
6763         value `buffer' of `multi-isearch-next-buffer-current-function'.
6764         Use `(current-buffer)' when `buffer' is nil.
6765         (multi-isearch-next-buffer-from-list): Don't fallback to
6766         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
6768 2009-11-30  Juri Linkov  <juri@jurta.org>
6770         * misearch.el (multi-isearch-read-buffers): Move canonicalization
6771         of buffers with `get-buffer' to `multi-isearch-buffers'.
6772         (multi-isearch-buffers, multi-isearch-buffers-regexp):
6773         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
6774         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
6775         FILES with `expand-file-name' converting relative file names
6776         to absolute.  Doc fix.  (Bug#4727)
6778 2009-11-30  Juri Linkov  <juri@jurta.org>
6780         * misearch.el (multi-isearch-read-buffers)
6781         (multi-isearch-read-matching-buffers): New functions.
6782         (multi-isearch-buffers, multi-isearch-buffers-regexp):
6783         Use them in the `interactive' spec.  Doc fix.
6784         (multi-isearch-read-files, multi-isearch-read-matching-files):
6785         New functions.
6786         (multi-isearch-files, multi-isearch-files-regexp):
6787         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
6789 2009-11-30  Juri Linkov  <juri@jurta.org>
6791         * doc-view.el (doc-view-continuous):
6792         Rename from `doc-view-continuous-mode'.
6793         (doc-view-menu): Move "Toggle display" to the top.
6794         Add submenu "Continuous" with radio buttons "Off"/"On"
6795         and "Save as Default".
6796         (doc-view-scroll-up-or-next-page)
6797         (doc-view-scroll-down-or-previous-page)
6798         (doc-view-next-line-or-next-page)
6799         (doc-view-previous-line-or-previous-page): Rename
6800         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
6802 2009-11-30  Juri Linkov  <juri@jurta.org>
6804         * comint.el (comint-mode-map): Rebind `M-r' from
6805         `comint-previous-matching-input' to
6806         `comint-history-isearch-backward-regexp'.
6807         Unbind `M-s' to allow global key binding `M-s'.
6808         Add menu items for `comint-history-isearch-backward' and
6809         `comint-history-isearch-backward-regexp'.  (Bug#3746)
6811 2009-11-30  Juri Linkov  <juri@jurta.org>
6813         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
6814         For def=recenter, replace `recenter' with `recenter-top-bottom'
6815         that is called with `this-command' and `last-command' let-bound
6816         to `recenter-top-bottom'.  When the last `def' was not `recenter',
6817         set `recenter-last-op' to nil.  (Bug#4981)
6819 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6821         Minor cleanup and simplification.
6822         * filecache.el (file-cache-add-directory)
6823         (file-cache-add-directory-recursively)
6824         (file-cache-add-from-file-cache-buffer)
6825         (file-cache-delete-file-regexp, file-cache-delete-directory)
6826         (file-cache-files-matching-internal, file-cache-display): Use dolist.
6827         (file-cache-temp-minibuffer-message): Delete function.
6828         (file-cache-minibuffer-complete): Use minibuffer-message instead.
6830         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6831         Don't signal an error when bumping into EOB in tr, s, or y.
6833 2009-11-29  Juri Linkov  <juri@jurta.org>
6835         * startup.el (fancy-about-text): Fix wording of Guided Tour.
6836         (Bug#4960)
6838         * descr-text.el (describe-char-unidata-list): Use lowercase name
6839         for "Unicode name" like in other tags.
6841 2009-11-29  Juri Linkov  <juri@jurta.org>
6843         * ediff-util.el (ediff-minibuffer-with-setup-hook):
6844         New compatibility macro.
6845         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
6847 2009-11-29  Juri Linkov  <juri@jurta.org>
6849         Add defcustom to define the cycling order of `recenter-top-bottom'.
6850         (Bug#4981)
6852         * window.el (recenter-last-op): Doc fix.
6853         (recenter-positions): New defcustom.
6854         (recenter-top-bottom): Rewrite to use `recenter-positions'.
6855         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
6857 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
6859         Improve integration of Tramp and ange-ftp in eshell.
6861         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
6862         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
6863         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
6865         * eshell/esh-util.el (top): Require also Tramp when compiling.
6866         (eshell-directory-files-and-attributes): Check for FTP remote
6867         connection.
6868         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
6869         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
6870         (eshell-file-attributes): Handle ".".  Return `entry'.
6872         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
6873         (ange-ftp-directory-files-and-attributes)
6874         (ange-ftp-real-directory-files-and-attributes): New defuns.
6876         * net/tramp.el (tramp-maybe-open-connection): Open the remote
6877         shell with "exec" when possible.  This prevents trailing prompts
6878         in `start-file-process'.
6880 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6882         Try and remove assumptions about point-min==1.
6883         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
6884         (rng-compute-mode-line-string): Show the validation percentage in
6885         terms of the narrowed text, not the widened text.
6886         (rng-do-some-validation): Don't catch internal errors when debugging.
6887         (rng-first-error): Simplify.
6888         (rng-after-change-function): Remove work around.  AFAIK the bug has
6889         been fixed a while ago.
6891         * image-mode.el (image-minor-mode): Exit more gracefully when the image
6892         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
6894         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
6896         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
6897         `cd' doesn't always do it for us (bug#5067).
6899         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
6900         on 2009-10-25 as part of some other change (bug#5067).
6902 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6904         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6905         `suspicious'.
6906         (byte-compile-warnings): Use byte-compile-warning-types.
6907         (byte-compile-save-excursion): Warn about use of set-buffer right
6908         after save-excursion.
6910         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
6911         the excursion as well.
6913 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
6915         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
6916         providing a Tramp related implementation of "su" and "sudo".
6917         (eshell-unix-initialize): Add "su" and "sudo".
6919 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
6921         * net/socks.el (socks-send-command): Convert binary request to
6922         unibyte before sending.  This fixes mishandling of some port
6923         numbers such as 129.
6925 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6927         * help.el (describe-bindings-internal): Remove `interactive'.
6929         * man.el (Man-completion-table): Trim a terminating "(".
6930         Remove the space between name page a section.
6931         Add the command's description on the `help-echo' property.
6932         Remove `process-connection-type' binding since it's unused by
6933         call-process.
6934         Provide completion for the "<section> <name>" format as well.
6935         (Man-default-man-entry): Remove spurious var shadowing the argument.
6937 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6939         * log-view.el: Add "Keywords: tools", since its other keywords
6940         aren't in finder-known-keywords, and following vc.el.
6942         * sha1.el (sha1-string-external): default-directory "/" in case
6943         otherwise non-existent.  process-connection-type pipe for touch of
6944         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6946 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6948         Misc coding convention cleanups.
6949         * htmlfontify.el (hfy-init-kludge-hook): Rename from
6950         hfy-init-kludge-hooks.
6951         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
6952         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
6953         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
6954         and push.
6955         (hfy-slant, hfy-weight): Use tables rather than code.
6956         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
6957         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
6958         (hfy-face-attr-for-class): Initialize `face-spec' directly.
6959         (hfy-face-to-css): Remove `nconc' with single arg.
6960         (hfy-p-to-face-lennart): Use `or'.
6961         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
6962         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
6963         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
6964         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
6965         (hfy-force-fontification): Use run-hooks.
6967 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
6969         Various minor fixes.
6970         * htmlfontify.el (hfy-default-header): Add toggle_invis since
6971         Javascript belongs in the header, not the body.
6972         (hfy-javascript): Remove.
6973         (hfy-fontify-buffer): Don't insert it any more.
6974         (hfy-face-at): Handle (face0 face1 face2) style face properties.
6975         Fix bug in invis handling when there were no invis props in a chunk.
6977 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6979         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
6981 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
6983         * finder.el (finder-mode-map): Add a menu.
6985 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
6987         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
6988         "unsigned" structs.
6990         (verilog-leap-to-head, verilog-backward-token): Handle "disable
6991         fork" statement better.
6993 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
6995         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
6996         (verilog-delete-auto, verilog-delete-empty-auto-pair)
6997         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
6998         Reported by Clay Douglass.
7000         (verilog-auto-inst, verilog-auto-star-safe)
7001         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
7002         Fix removing "// Interfaces" when saving .* expansions.  Reported by
7003         Pierre-David Pfister.
7005 2009-11-26  Glenn Morris  <rgm@gnu.org>
7007         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
7008         the scope.
7010 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
7012         * vc-annotate.el (vc-annotate-revision-previous-to-line):
7013         Really use previous revision.
7015 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7017         * man.el (Man-completion-table): default-directory "/" in case
7018         doesn't otherwise exist.  process-environment COLUMNS=999 so as
7019         not to truncate long names.  process-connection-type pipe to avoid
7020         any chance of hitting the pseudo-tty TIOCGWINSZ.
7021         (man): completion-ignore-case t for friendliness and since man
7022         itself is case-insensitive on the command line.
7023         Further to Bug#3717.
7025         * arc-mode.el: Add "Keywords: files", so the details in its
7026         commentary can be reached from finder-by-keyword.
7027         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
7028         editing mode, but it's comms related and sgml-mode.el has "comm"
7029         on that basis too.
7030         * textmodes/bibtex-style.el: Add "Keywords: tex".
7031         * international/isearch-x.el, international/ja-dic-cnv.el:
7032         * international/ja-dic-utl.el, international/kkc.el:
7033         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
7035 2009-11-25  Juri Linkov  <juri@jurta.org>
7037         * man.el (Man-completion-table): Modify regexp to include
7038         section names to completion strings.  (Bug#3717)
7040 2009-11-25  Juri Linkov  <juri@jurta.org>
7042         Search recursively in gzipped files.  (Bug#4982)
7044         * progmodes/grep.el (grep-highlight-matches): Add new options
7045         `always' and `auto'.  Doc fix.
7046         (grep-process-setup): Check `grep-highlight-matches' for
7047         `auto-detect' to determine the need to compute grep defaults.
7048         Move Windows/DOS specific --colors settings handling
7049         to `grep-compute-defaults'.  Check `grep-highlight-matches'
7050         to get the value of "--color=".
7051         (grep-compute-defaults): Compute `grep-highlight-matches' when it
7052         has the value `auto-detect'.  Move Windows/DOS specific settings
7053         from `grep-process-setup'.
7054         (zrgrep): New command with alias `rzgrep'.
7056 2009-11-25  Juri Linkov  <juri@jurta.org>
7058         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
7059         to nil instead of switching off view-mode.  (Bug#4896)
7061 2009-11-25  Juri Linkov  <juri@jurta.org>
7063         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
7065         * mwheel.el (mwheel-scroll-up-function)
7066         (mwheel-scroll-down-function): New defvars.
7067         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
7068         `scroll-up', and `mwheel-scroll-down-function' instead of
7069         `scroll-down'.
7071         * doc-view.el (doc-view-scroll-up-or-next-page)
7072         (doc-view-scroll-down-or-previous-page): Add optional ARG.
7073         Use this ARG in the call to image-scroll-up/image-scroll-down.
7074         Change `interactive' spec to "P".  Goto next/previous page only
7075         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
7076         SPC/DEL case).  Doc fix.
7077         (doc-view-next-line-or-next-page)
7078         (doc-view-previous-line-or-previous-page): Rename arg to ARG
7079         for consistency.
7080         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
7081         `doc-view-scroll-up-or-next-page', and buffer-local
7082         `mwheel-scroll-down-function' to
7083         `doc-view-scroll-down-or-previous-page'.
7085 2009-11-25  Juri Linkov  <juri@jurta.org>
7087         Provide additional default values (directories at other Dired
7088         windows) via M-n in the minibuffer of some Dired commands.
7090         * dired-aux.el (dired-diff, dired-compare-directories)
7091         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
7092         `minibuffer-default' in `minibuffer-with-setup-hook'.
7093         (dired-dwim-target-directory): Find a window that displays Dired
7094         buffer instead of failing when the next window is not Dired.
7095         Use `get-window-with-predicate' to find for the next Dired window.
7096         (dired-dwim-target-defaults): New function.
7098         * ediff-util.el (ediff-read-file-name):
7099         Use `dired-dwim-target-defaults' to set `minibuffer-default'
7100         in `minibuffer-with-setup-hook'.
7102 2009-11-25  Juri Linkov  <juri@jurta.org>
7104         Provide additional default values (file name at point or at the
7105         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
7107         * minibuffer.el (read-file-name-defaults): New function.
7108         (read-file-name): Reset `minibuffer-default' to nil when
7109         it duplicates initial input `insdef'.
7110         Bind `minibuffer-default-add-function' to lambda that
7111         calls `read-file-name-defaults' in `minibuffer-selected-window'.
7112         (minibuffer-insert-file-name-at-point): New command.
7114         * files.el (file-name-at-point-functions): New defcustom.
7115         (find-file-default): Remove defvar.
7116         (find-file-read-args): Don't use `find-file-default'.
7117         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7118         to `read-file-name'.
7119         (find-file-literally): Use `read-file-name' with
7120         `confirm-nonexistent-file-or-buffer'.
7122         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
7124         * dired.el (dired-read-dir-and-switches):
7125         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7126         to `read-file-name'.
7127         (dired-file-name-at-point): New function.
7128         (dired-mode): Add hook `dired-file-name-at-point' to
7129         `file-name-at-point-functions'.
7131 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7133         Really make the *Completions* window soft-dedicated (bug#5030).
7134         * window.el (window--display-buffer-2): Add `dedicated' argument.
7135         (display-buffer): Pass it when needed so the dedicated flag is set
7136         after calling set-window-buffer, which would otherwise reset it.
7138 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7140         * progmodes/meta-mode.el (meta-complete-symbol):
7141         * progmodes/etags.el (complete-tag):
7142         * mail/mailabbrev.el (mail-abbrev-complete-alias):
7143         Use completion-in-region.
7145         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
7146         (dabbrev-completion): Use completion-in-region.
7147         (dabbrev--abbrev-at-point): Simplify regexp.
7149         * abbrev.el (abbrev--before-point): Use word-motion functions
7150         if :regexp is not specified (bug#5031).
7152         * subr.el (string-prefix-p): New function.
7154         * man.el (Man-completion-cache): New var.
7155         (Man-completion-table): Use it.
7157         * vc.el (vc-print-log-internal): Make `limit' optional for better
7158         compatibility (e.g. with vc-annotate.el).
7160 2009-11-24  Kevin Ryde  <user42@zip.com.au>
7162         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
7163         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
7165         * emacs-lisp/elint.el (elint-add-required-env): Better error message
7166         when .el source file not found or other error.
7168 2009-11-24  Markus Triska  <markus.triska@gmx.at>
7170         * linum.el (linum-update-window): Ignore intangible (bug#4996).
7172 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7174         Handle the [back] button properly (bug#4979).
7175         * descr-text.el (describe-text-properties): Add a `buffer' argument.
7176         Use help-setup-xref, help-buffer, and with-help-window.
7177         (describe-char): Add `buffer' argument.
7178         Pass proper command to help-setup-xref.  Don't meddle with
7179         help-xref-stack-item directly.
7180         (describe-text-category): Use with-help-window and help-buffer.
7182         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
7183         for the displayed buffer (bug#4887).
7185         * man.el (Man-completion-table): New function.
7186         (man): Use it.
7188 2009-11-24  David Reitter  <david.reitter@gmail.com>
7190         * vc-git.el (vc-git-registered): Use checkout directory (where
7191         .git is) rather than the file's directory and a relative path spec
7192         to work around a bug in git.
7194 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
7196         Improve handling of processes on remote hosts.
7198         * eshell/esh-util.el (eshell-path-env): New defvar.
7199         (eshell-parse-colon-path): New defun.
7200         (eshell-file-attributes): Use `eshell-parse-colon-path'.
7202         * eshell/esh-ext.el (eshell-search-path):
7203         Use `eshell-parse-colon-path'.
7204         (eshell-remote-command): Remove argument HANDLER.
7205         (eshell-external-command): Check for FTP remote connection.
7207         * eshell/esh-proc.el (eshell-gather-process-output):
7208         Use `file-truename', in order to start also symlinked files.
7209         Apply `start-file-process' instead of `start-process'.
7210         Shorten `command' to the local file name part.
7212         * eshell/em-cmpl.el (eshell-complete-commands-list):
7213         Use `eshell-parse-colon-path'.
7215         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
7217         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
7218         to `eshell-directory-change-hook'.
7220 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
7222         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
7223         because it could be enabled automatically if view-read-only is non-nil.
7225 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
7227         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
7228         made on 2009-11-22.
7230 2009-11-24  Glenn Morris  <rgm@gnu.org>
7232         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
7233         deleted variable bookmark-bmenu-bookmark-column.
7235         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7236         Move after definition of global-semantic-idle-tag-highlight-mode.
7238 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7240         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
7242 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7244         * net/browse-url.el (browse-url-filename-alist): On Windows, add
7245         two slashes to the "file:" prefix.
7246         (browse-url-file-url): De-munge Cygwin filenames before passing
7247         them to Windows browser.
7248         (browse-url-default-windows-browser): Use call-process.
7250 2009-11-23  Juri Linkov  <juri@jurta.org>
7252         Implement DocView Continuous mode.  (Bug#4896)
7253         * doc-view.el (doc-view-continuous-mode): New defcustom.
7254         (doc-view-mode-map): Bind C-n/<down> to
7255         `doc-view-next-line-or-next-page', C-p/<up> to
7256         `doc-view-previous-line-or-previous-page'.
7257         (doc-view-next-line-or-next-page)
7258         (doc-view-previous-line-or-previous-page): New commands.
7260 2009-11-23  Juri Linkov  <juri@jurta.org>
7262         Implement Isearch in comint input history.  (Bug#3746)
7263         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7264         `isearch-mode-hook'.
7265         (comint-history-isearch): New defcustom.
7266         (comint-history-isearch-backward)
7267         (comint-history-isearch-backward-regexp): New commands.
7268         (comint-history-isearch-message-overlay): New buffer-local variable.
7269         (comint-history-isearch-setup, comint-history-isearch-end)
7270         (comint-goto-input, comint-history-isearch-search)
7271         (comint-history-isearch-message, comint-history-isearch-wrap)
7272         (comint-history-isearch-push-state)
7273         (comint-history-isearch-pop-state): New functions.
7275 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
7277         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7278         return.
7279         (tramp-handle-make-symbolic-link)
7280         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7281         Quote file names.
7282         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7283         (tramp-handle-process-file): Use it.
7285 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7287         * window.el (move-to-window-line-last-op): Remove.
7288         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7290 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
7292         Make M-r mirror the new cycling behavior of C-l.
7293         * window.el (move-to-window-line-last-op): New var.
7294         (move-to-window-line-top-bottom): New command.
7295         (global-map): Bind M-r move-to-window-line-top-bottom.
7297 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
7299         * dired-x.el (dired-guess-shell-alist-default):
7300         Support xz format.  (Bug#4953)
7302 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
7304         * cedet/srecode/map.el (srecode-get-maps):
7305         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7306         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7307         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7308         (semantic-toggle-decoration-style):
7309         * cedet/semantic/decorate/include.el
7310         (semantic-decoration-include-describe)
7311         (semantic-decoration-unknown-include-describe)
7312         (semantic-decoration-unparsed-include-describe)
7313         (semantic-decoration-all-include-summary):
7314         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7315         * cedet/semantic/analyze/complete.el
7316         (semantic-analyze-possible-completions):
7317         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7318         (semantic-show-unmatched-syntax-mode)
7319         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7320         (semantic-highlight-func-mode):
7321         * cedet/semantic/util.el (semantic-describe-buffer):
7322         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7323         (semantic-symref-find-tags-by-name)
7324         (semantic-symref-find-tags-by-regexp)
7325         (semantic-symref-find-tags-by-completion)
7326         (semantic-symref-find-file-references-by-name)
7327         (semantic-symref-find-text):
7328         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7329         (senator-yank-tag):
7330         * cedet/semantic/scope.el (semantic-calculate-scope):
7331         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7332         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7333         (define-semantic-idle-service):
7334         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7335         (semantic-complete-analyze-inline-idle):
7336         * cedet/semantic/analyze.el (semantic-analyze-current-context):
7337         * cedet/mode-local.el (describe-mode-local-bindings)
7338         (describe-mode-local-bindings-in-mode):
7339         * cedet/ede/make.el (ede-make-check-version):
7340         * cedet/ede/locate.el (ede-enable-locate-on-project):
7341         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7342         (cedet-idutils-version-check):
7343         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7344         (cedet-gnu-global-version-check):
7345         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7346         (cedet-cscope-version-check): Use called-interactively-p instead
7347         of interactive-p.
7349         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7350         Use semantic-format-tag-prototype.
7352 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
7354         * emulation/viper-cmd.el: Use viper-last-command-char instead of
7355         last-command-char/last-command-event.
7356         (viper-prefix-arg-value): Do correct conversion of event-char for
7357         XEmacs.
7359         * emulation/viper-util.el, emulation/viper.el:
7360         Use viper-last-command-char instead of
7361         last-command-char/last-command-event.
7363         * ediff-init.el, ediff-mult.el, ediff-util.el:
7364         Replace last-command-char and last-command-event
7365         with (ediff-last-command-char) everywhere.
7367         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7368         created in fundamental mode.
7370         * ediff.el (ediff-version): Revert the change of interactive-p to
7371         called-interactively-p.
7373 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
7375         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7376         generation from word-movement command names.
7378 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
7380         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7381         (semantic-complete-jump-local, semantic-complete-jump):
7382         Improve prompt string.
7384 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
7386         * cus-start.el (all): Add native condition for font-use-system-font.
7388 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
7390         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7391         Correct the patch from 2009-11-18.  (Bug#3910)
7393 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
7395         * progmodes/subword.el: Rename from lisp/subword.el.
7397         * subword.el: Rename to progmodes/subword.el.
7399         * Makefile.in (ELCFILES): Adapt to subword.el move.
7401 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7402             Stefan Monnier  <monnier@iro.umontreal.ca>
7404         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7405         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7406         (bookmark-bmenu-show-filenames): Use push.
7407         (bookmark-bmenu-hide-filenames): Use local var instead of
7408         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
7409         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7410         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7411         filenames now that the bookmark names are always available.
7413 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7415         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7416         (bookmark-search-pattern): Move and leave unbound.
7417         (bookmark-bmenu-mode-map): Change binding.
7418         (bookmark-read-search-input): Simplify.
7419         Don't use text-char-description.  Don't error on non-char events.
7420         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7421         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7422         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7423         Use a local var for the timer.
7424         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7425         (i.e. bookmark-bmenu-search).
7427 2009-11-21  Glenn Morris  <rgm@gnu.org>
7429         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
7431 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7433         * net/browse-url.el (browse-url-default-windows-browser):
7434         Use cygstart for cygwin.
7436 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
7438         * bookmark.el: Formatting and doc fixes only:
7439         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7440         (bookmark-bmenu-search): Wrap to fit within 80 columns.
7441         Minor grammar and punctuation fixes in doc string.
7442         (bookmark-read-search-input): Adjust to fit within 80 columns.
7444 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7446         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7447         (c-backward-into-nomenclature): Adapt to subword renaming.
7449         * subword.el (subword-forward, subword-backward, subword-mark)
7450         (subword-kill, subword-backward-kill, subword-transpose)
7451         (subword-downcase, subword-upcase, subword-capitalize)
7452         (subword-forward-internal, subword-backward-internal):
7453         Rename from forward-subword, backward-subword, mark-subword,
7454         kill-subword, backward-kill-subword, transpose-subwords,
7455         downcase-subword, upcase-subword, capitalize-subword,
7456         forward-subword-internal, backward-subword-internal.
7458 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7460         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7461         New options.
7462         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7463         New vars.
7464         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7465         (bookmark-bmenu-filter-alist-by-regexp)
7466         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7467         (bookmark-bmenu-search): New command.
7468         (bookmark-bmenu-mode-map): Bind it.
7470 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7472         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7474         * cedet/semantic/idle.el (define-semantic-idle-service)
7475         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7477 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7479         * progmodes/cc-cmds.el: declare-functioned forward-subword and
7480         backward-subword to quit the byte-compiler.
7482         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7484         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7486         * progmodes/cc-cmds.el (c-update-modeline)
7487         (c-forward-into-nomenclature, c-backward-into-nomenclature):
7488         Refer to subword.el functions instead of cc-subword.el.
7490         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7491         subword.el functions instead of cc-subword.el.
7493         * progmodes/cc-subword.el: Rename to subword.el.
7494         * subword.el: Rename from progmodes/cc-subword.el.
7495         (subword-mode-map): Rename from c-subword-mode-map.
7496         (subword-mode): Rename from c-subword-mode.
7497         (global-subword-mode): New global minor mode.
7498         (forward-subword): Rename from c-forward-subword.
7499         (backward-subword): Rename from c-backward-subword.
7500         (mark-subword): Rename from c-mark-subword.
7501         (kill-subword): Rename from c-kill-subword.
7502         (backward-kill-subword): Rename from c-backward-kill-subword.
7503         (transpose-subwords): Rename from c-tranpose-subword.
7504         (downcase-subword): Rename from c-downcase-subword.
7505         (capitalize-subword): Rename from c-capitalize-subword.
7506         (forward-subword-internal): Rename from c-forward-subword-internal.
7507         (backward-subword-internal): Rename from c-backward-subword-internal.
7509 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
7511         * vc.el (vc-deduce-fileset): Allow non-state changing operations
7512         from a dired buffer.
7513         (vc-dired-deduce-fileset): New function.
7514         (vc-root-diff, vc-print-root-log): Use it.
7516         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7517         nil LIMIT argument to vc-print-log-internal.
7519 2009-11-20  Glenn Morris  <rgm@gnu.org>
7521         * Makefile.in (ELCFILES): Regenerate.
7523 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7525         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7527         * cedet/semantic.el: Enable idle-mode menu items only if
7528         global-semantic-idle-scheduler-mode is enabled.
7529         (semantic-default-submodes): Doc fix.
7531         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7532         When turning off, disable other idle modes.
7534 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
7536         * calc/calc.el (calc-set-mode-line):
7537         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7538         (math-format-number): Rename `math-format-complement-signed' to
7539         `math-format-twos-complement'.
7541         * calc/calc-bin.el (math-format-twos-complement): Rename from
7542         math-format-complement-signed.
7543         (calc-radix): Rename `calc-complement-signed-mode' to
7544         `calc-twos-complement-mode'.
7545         (calc-octal-radix, calc-hex-radix): Add an argument for
7546         two's complement.
7548         * calc/calc-embed.el (calc-embedded-mode-vars):
7549         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7551         * calc/calc-ext.el (calc-init-extensions):
7552         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7553         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
7555         * calc/calc-units.el (math-build-units-table-buffer):
7556         Let `calc-twos-complement-mode' be nil.
7558         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
7559         entries.
7561         * calc/calc-vec.el (calcFunc-vunpack):
7562         * calc/calc-aent.el (calc-do-calc-eval):
7563         * calc/calc-forms.el (math-format-date):
7564         * calc/calc-graph.el (calc-graph-plot):
7565         * calc/calc-math.el (math-use-emacs-fn):
7566         * calc/calccomp.el (math-compose-expr):
7567         Let `calc-twos-complement-mode' be nil.
7569 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7571         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
7572         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
7573         * minibuffer.el (completion-in-region-functions): New hook.
7574         (completion-in-region): New function.
7575         * emacs-lisp/lisp.el (lisp-complete-symbol):
7576         * pcomplete.el (pcomplete-std-complete): Use it.
7578 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7580         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
7581         (latex-complete-alist): New vars.
7582         (latex-string-prefix-p, latex-complete-bibtex-keys)
7583         (latex-complete-envnames, latex-complete-refkeys)
7584         (latex-complete-data): New functions.
7585         (latex-complete, latex-indent-or-complete): New commands.
7587         * window.el (display-buffer-mark-dedicated): New var.
7588         (display-buffer): Obey it.
7589         * minibuffer.el (minibuffer-completion-help): Use it.
7591         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
7593         * filecache.el (file-cache-add-file): Use push and cons.
7594         (file-cache-delete-file-regexp): Use push.
7595         (file-cache-complete): Use completion-in-region.
7597         * simple.el (with-wrapper-hook): Fix thinko.
7599         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
7600         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
7601         Use with-current-buffer and string-to-number.
7602         (hfy-fallback-colour-values): Use assoc-string.
7603         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
7604         (hfy-face-at): Remove unused var `found-face'.
7605         (hfy-compile-stylesheet): Remove unused var `css'.
7606         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
7607         and `orig-buffer'.
7608         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
7609         Use with-current-buffer.
7610         (hfy-text-p): Use expand-file-name and fewer setq.
7612 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
7614         * htmlfontify.el, hfy-cmap.el: New files.
7616 2009-11-19  Juri Linkov  <juri@jurta.org>
7618         * minibuffer.el (completions-format): New defcustom.
7619         (completion--insert-strings): Implement vertical format.
7621         * simple.el (switch-to-completions): Move point to the first
7622         completion when point was at the beginning of the buffer.
7624 2009-11-19  Juri Linkov  <juri@jurta.org>
7626         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
7628         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
7630 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
7632         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
7633         (mail-signature): Change default to t.
7634         (mail-from-style): Deprecate `system-default' value.
7635         (mail-insert-from-field): For default value of mail-from-style,
7636         default to `angles' unless `angles' needs quoting and `parens'
7637         does not.
7638         (mail-citation-prefix-regexp): Use citation regexp from
7639         message-mode.
7641 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
7643         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7644         Set variables for computing the prompt for reading password.
7646 2009-11-19  Glenn Morris  <rgm@gnu.org>
7648         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
7650         * textmodes/flyspell.el (sgml-lexical-context): Declare.
7652         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
7653         (newsticker-treeview-listwindow-height): Fix custom type.
7655 2009-11-19  Kenichi Handa  <handa@m17n.org>
7657         * descr-text.el (describe-char-padded-string): Compose with TAB
7658         only if there's a font for CH.
7659         (describe-char): Fix the condition for detecting a trivial composition.
7661 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
7663         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
7664         more accurate version of the regexp.  (Bug#3910)
7666 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
7668         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
7670 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
7672         * font-setting.el (font-use-system-font): Declare for byte-compiler.
7673         (font-setting-change-default-font): Fix typo in docstring.
7675 2009-11-18  Alan Mackenzie  <acm@muc.de>
7677         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
7679 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7681         * font-setting.el (font-use-system-font): Move ...
7683         * cus-start.el (all): ... to here.
7685 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
7687         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
7688         Don't set `ad-return-value' if `ad-do-it' doesn't.
7690         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
7691         modification time.
7693 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7695         * menu-bar.el: Put "Use system font" in Option-menu.
7696         (menu-bar-options-save): Add font-use-system-font.
7698         * loadup.el: If feature system-font-setting or font-render-setting is
7699         there, load font-setting.
7701         * Makefile.in (ELCFILES): Add font-settings.el.
7702         * font-setting.el: New file.
7704 2009-11-17  Glenn Morris  <rgm@gnu.org>
7706         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
7708         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
7709         Preserve point in the list buffer.  (Bug#4939)
7710         Use point-at-eol.
7711         (newsticker--treeview-list-update-highlight)
7712         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
7714 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
7716         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
7717         Remove.
7719         * calc/calc-ext.el (calc-init-extensions): Remove references to
7720         symclip.
7722         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
7724         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
7725         * calc/calc-help.el (calc-b-prefix-help): Remove references to
7726         `calc-symclip'.
7728 2009-11-16  Kevin Ryde  <user42@zip.com.au>
7730         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7731         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
7733         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
7734         (lm-keywords-list): Allow comma-only separator like "foo,bar".
7735         Ignore trailing spaces by omit-nulls to split-string (fixing
7736         regression from Emacs 21 due to the incompatible split-string
7737         change).  (Bug #4928.)
7739 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7741         * vc.el (vc-log-show-limit): Default to 2000.
7742         (vc-print-log-internal): Insert buttons to request more entries
7743         when limiting the output.
7745         * vc-sccs.el (vc-sccs-print-log):
7746         * vc-rcs.el (vc-rcs-print-log):
7747         * vc-cvs.el (vc-cvs-print-log):
7748         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
7749         LIMIT is non-nil.
7751 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
7753         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
7754         error when `tramp-gvfs-dbus-event-vector' is set.
7755         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
7757 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7759         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
7761 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
7763         * net/dbus.el (dbus-unregister-service): New defun.
7764         (dbus-register-property): Register the handlers of
7765         "org.freedesktop.DBus.Properties" for SERVICE.
7766         (dbus-property-handler): Fix docstring.
7768 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7770         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
7771         Quote doc string reference in defvaralias as it is not in special form.
7772         (byte-compile-output-docform): Doc fix.
7774 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
7776         * calc/calc.el (math-2-word-size, math-half-2-word-size)
7777         (calc-complement-signed-mode): New variables.
7778         (calc-set-mode-line): Add indicator for twos-complements.
7779         (math-format-number): Format twos-complement notation.
7781         * calc/calc-bin.el (calc-word-size): Reset the variables
7782         `math-2-word-size' and `math-half-2-word-size'.
7783         (math-format-complement-signed, math-symclip, calcFunc-symclip)
7784         (calc-symclip): New functions.
7786         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
7788         * calc/calc-embed.el (calc-embedded-mode-vars):
7789         Add `calc-complement-signed-mode' to the list of modes.
7791         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
7792         (calc-b-oper-keys): Add `calc-symclip' to list.
7794         * calc/calc-ext.el (math-read-number-fancy): Read complement
7795         signed numbers.
7796         (calc-init-extensions): Add binding for `calc-symclip'.
7797         Add autoload for `calcFunc-symclip' and `calc-symclip'.
7799         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
7800         `calc-symclip'.
7801         (calc-modes-menu): Add item for twos complement mode.
7803         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
7805 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
7807         * register.el (jump-to-register, insert-register): Handle Semantic
7808         tags.  From commented-out advice in semantic/senator.el.
7810 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
7812         * vc.el (vc-log-show-limit): New variable.
7813         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
7814         when using a prefix argument.
7815         (vc-print-log-internal): Add new argument LIMIT.
7817         * vc-svn.el (vc-svn-print-log):
7818         * vc-mtn.el (vc-mtn-print-log):
7819         * vc-hg.el (vc-hg-print-log):
7820         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
7821         pass it to the log command when set.  Make the BUFFER argument
7822         non-optional.
7824         * vc-sccs.el (vc-sccs-print-log):
7825         * vc-rcs.el (vc-rcs-print-log):
7826         * vc-git.el (vc-git-print-log):
7827         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
7828         ignore it.  Make the BUFFER argument non-optional
7830         * bindings.el (mode-line-buffer-identification): Do not purecopy.
7832 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
7834         * dired.el (dired-mode-map): Move encryption items to "Operate"
7835         menu (Bug#4703).
7837         * strokes.el (strokes-update-window-configuration): Make strokes
7838         buffer current before erasing (Bug#4906).
7840         * cedet/semantic/idle.el (semantic-idle-summary-mode)
7841         (semantic-idle-summary-mode): Define using define-minor-mode
7842         instead of define-semantic-idle-service.
7843         (semantic-idle-summary-mode): New function.
7844         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
7845         that mouse motion does not reset the echo area.
7847 2009-11-15  Juri Linkov  <juri@jurta.org>
7849         * simple.el (set-mark-default-inactive): Add :type, :group
7850         and :version.  (Bug#4876)
7852 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
7854         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
7855         (archive-unique-fname): ... here.  (Bug#4929)
7857 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7859         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
7860         with a real fix.
7862         * novice.el (disabled-command-function): Add useful args.
7863         Setup the help buffer so that [back] works.
7864         Remove redundant call to help-mode.
7865         (disabled-command-function): Use `case'.
7866         (en/disable-command): New function extracted from enable-command.
7867         (enable-command, disable-command): Use it.
7869 2009-11-14  Glenn Morris  <rgm@gnu.org>
7871         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
7872         constants.  (Bug#4913)
7874         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
7876 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
7878         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
7879         defined in C that have no doc-strings.  (Bug#1063)
7881 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
7883         * cus-edit.el (data, files):
7884         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
7886 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
7888         * simple.el (shell-command): Doc fix (Bug#4891).
7890         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
7892 2009-11-14  Glenn Morris  <rgm@gnu.org>
7894         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
7895         statements for vc-diff, emerge-quit, and rmail-cease-edit.
7896         If they are already loaded, eval-after-load will do the right thing.
7898         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
7899         compiling.
7901         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
7903         * simple.el (x-selection-owner-p): Declare.
7904         (read-mail-command): Use custom radio type rather than choice.
7905         (completion-no-auto-exit): Doc fix.
7907         * custom.el (defgroup):
7908         * epg-config.el (epg): Doc fixes.
7910 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
7912         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
7913         * international/ccl.el (define-ccl-program): Do not purecopy the
7914         docstring, defconst does it anyway.
7916 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7918         * add-log.el (add-change-log-entry): Avoid displaying the changelog
7919         a second time.
7921         * x-dnd.el (x-dnd-maybe-call-test-function):
7922         * window.el (split-window-vertically):
7923         * whitespace.el (whitespace-help-on):
7924         * vc-rcs.el (vc-rcs-consult-headers):
7925         * userlock.el (ask-user-about-lock-help)
7926         (ask-user-about-supersession-help):
7927         * type-break.el (type-break-force-mode-line-update):
7928         * time-stamp.el (time-stamp-conv-warn):
7929         * terminal.el (te-set-output-log, te-more-break, te-filter)
7930         (te-sentinel, terminal-emulator):
7931         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
7932         (term-write-input-ring, term-check-source, term-start-output-log):
7933         (term-display-buffer-line, term-dynamic-list-completions):
7934         (term-ansi-make-term, serial-term):
7935         * subr.el (selective-display):
7936         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7937         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
7938         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
7939         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
7940         (speedbar-remove-localized-speedbar-support)
7941         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
7942         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
7943         (speedbar-buffers-line-directory):
7944         * simple.el (shell-command-on-region, append-to-buffer)
7945         (prepend-to-buffer):
7946         * shadowfile.el (shadow-save-todo-file):
7947         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
7948         (scroll-bar-maybe-set-window-start):
7949         * sb-image.el (speedbar-image-dump):
7950         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
7951         (load-save-place-alist-from-file):
7952         * ps-samp.el (ps-print-message-from-summary):
7953         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
7954         (ps-background-image, ps-begin-job, ps-do-despool):
7955         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
7956         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
7957         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
7958         (pr-call-process, pr-file-list, pr-interface-save):
7959         * novice.el (disabled-command-function)
7960         (enable-command, disable-command):
7961         * mouse.el (mouse-buffer-menu-alist):
7962         * mouse-copy.el (mouse-kill-preserving-secondary):
7963         * macros.el (kbd-macro-query):
7964         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
7965         * informat.el (batch-info-validate):
7966         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
7967         * hippie-exp.el (try-expand-dabbrev-visible):
7968         * help-mode.el (help-make-xrefs):
7969         * help-fns.el (describe-variable):
7970         * generic-x.el (bat-generic-mode-run-as-comint):
7971         * finder.el (finder-mouse-select):
7972         * find-dired.el (find-dired-sentinel):
7973         * filesets.el (filesets-file-close):
7974         * files.el (list-directory):
7975         * faces.el (list-faces-display, describe-face):
7976         * facemenu.el (list-colors-display):
7977         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
7978         * epg.el (epg--process-filter, epg-cancel):
7979         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
7980         (epa--read-signature-type):
7981         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
7982         (emerge-file-names):
7983         * ehelp.el (electric-helpify):
7984         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
7985         * ediff-vers.el (rcs-ediff-view-revision):
7986         * ediff-util.el (ediff-setup):
7987         * ediff-mult.el (ediff-append-custom-diff):
7988         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
7989         (ediff-wordify):
7990         * echistory.el (Electric-command-history-redo-expression):
7991         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7992         * disp-table.el (describe-display-table):
7993         * dired.el (dired-find-buffer-nocreate):
7994         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
7995         * dabbrev.el (dabbrev--same-major-mode-p):
7996         * chistory.el (list-command-history):
7997         * apropos.el (apropos-documentation):
7998         * allout.el (allout-obtain-passphrase):
7999         (allout-copy-exposed-to-buffer):
8000         (allout-verify-passphrase): Use with-current-buffer.
8002 2009-11-13  Glenn Morris  <rgm@gnu.org>
8004         * Makefile.in (ELCFILES): Regenerate.
8006 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
8008         * net/dbus.el (dbus-registered-objects-table): Rename from
8009         `dbus-registered-functions-table', because it contains also properties.
8010         (dbus-unregister-object): Unregister also properties.
8011         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8012         Use a timeout of 500 msec, in order to not block.
8013         (dbus-register-property, dbus-property-handler): New defuns.
8015 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8017         * simple.el (minibuffer-default-add-completions): Drop deprecated
8018         4th arg.
8020 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
8022         * textmodes/artist.el (artist-mouse-choose-operation):
8023         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
8024         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
8025         (artist-compute-up-event-key): New function.
8026         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
8028 2009-11-13  Kenichi Handa  <handa@m17n.org>
8030         * language/japan-util.el: Make sure that the value of jisx0208
8031         property is jisx0208 character.
8033 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
8035         * international/mule.el (auto-coding-regexp-alist): Only purecopy
8036         car or each item, not the whole list.
8038 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8040         * minibuffer.el (minibuffer-completion-help):
8041         Use minibuffer-hide-completions.
8043 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
8045         * dired.el (dired-save-positions, dired-restore-positions): New funs.
8046         (dired-revert): Use them (bug#4880).
8048 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
8050         * tooltip.el (tooltip-frame-parameters): Undo previous change.
8052 2009-11-12  Juri Linkov  <juri@jurta.org>
8054         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
8055         New functions.
8056         (find-file-literally-at-point): Alias of `ffap-literally'.
8058 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
8060         * textmodes/ispell.el (ispell-skip-region-alist):
8061         * textmodes/css-mode.el (auto-mode-alist):
8062         * progmodes/compile.el (auto-mode-alist):
8063         * international/mule.el (ctext-non-standard-encodings-alist)
8064         (ctext-non-standard-encodings-regexp):
8065         * simple.el (shell-command-switch, text-read-only):
8066         * replace.el (occur-mode-map):
8067         * paths.el (rmail-file-name):
8068         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
8069         * find-file.el (ff-special-constructs):
8070         * files.el (file-name-handler-alist):
8071         * composite.el: Purecopy strings.
8073         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
8075 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
8077         * widget.el (define-widget): Purecopy the docstring.
8078         * international/mule-cmds.el (charset): Do not purecopy the
8079         docstring here, define-widget does it.
8081         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8082         * textmodes/bibtex-style.el (auto-mode-alist):
8083         * progmodes/inf-lisp.el (inferior-lisp-prompt):
8084         * progmodes/compile.el (compile-command):
8085         * language/korea-util.el (default-korean-keyboard):
8086         * international/mule-conf.el (file-coding-system-alist):
8087         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
8088         * tooltip.el (tooltip-frame-parameters):
8089         * newcomment.el (comment-end, comment-padding):
8090         * dired.el (dired-trivial-filenames):
8091         * comint.el (comint-file-name-prefix): Purecopy initial values.
8093 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
8095         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
8096         (tramp-advice-minibuffer-electric-tilde): Unload advices via
8097         `tramp-unload'.
8098         (tramp-advice-make-auto-save-file-name)
8099         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
8100         after removing the advice.
8102 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
8104         * progmodes/grep.el (grep-regexp-alist):
8105         * international/mule-cmds.el (iso-2022-control-alist):
8106         * emacs-lisp/timer.el (timer-duration-words):
8107         * subr.el (version-separator, version-regexp-alist):
8108         * minibuffer.el (completion-styles-alist):
8109         * faces.el (face-attribute-name-alist, list-faces-sample-text):
8110         Change defvars to defconsts.
8112         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
8113         * loadup.el ("international/mule-conf"): Load the byte compiled version.
8114         * international/mule-conf.el: Allow to be byte compiled.
8116         * international/mule.el (define-charset): Purecopy props.
8117         (load-with-code-conversion): Purecopy doc string and file name.
8118         (put-charset-property): Purecopy strings.
8119         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
8121         * international/mule-cmds.el (register-input-method): Purecopy arguments.
8122         (define-char-code-property): Correctly purecopy the table.
8124         * international/ccl.el (define-ccl-program): Purecopy the docstring.
8126         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
8128         * subr.el (add-hook): Purecopy strings.
8129         (eval-after-load): Purecopy load-history-regexp and the form.
8131         * custom.el (custom-declare-group): Purecopy load-file-name.
8133         * subr.el (menu-bar-separator): New defconst.
8134         * net/eudc.el (eudc-tools-menu):
8135         * international/mule-cmds.el (set-coding-system-map)
8136         (mule-menu-keymap):
8137         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8138         * vc-hooks.el (vc-menu-map):
8139         * replace.el (occur-mode-map):
8140         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
8141         (menu-bar-edit-menu, menu-bar-goto-menu)
8142         (menu-bar-custom-menu, menu-bar-showhide-menu)
8143         (menu-bar-options-menu, menu-bar-tools-menu)
8144         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
8145         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
8146         (menu-bar-help-menu):
8147         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
8148         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
8150         * term/x-win.el (x-gtk-stock-map):
8151         * progmodes/vera-mode.el (auto-mode-alist):
8152         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8153         (inferior-lisp-program, inferior-lisp-load-command):
8154         * progmodes/hideshow.el (hs-special-modes-alist):
8155         * progmodes/gud.el (same-window-regexps):
8156         * progmodes/grep.el (grep-program, find-program, xargs-program):
8157         * net/telnet.el (same-window-regexps):
8158         * net/rlogin.el (same-window-regexps):
8159         * language/ethiopic.el (font-ccl-encoder-alist):
8160         * vc-sccs.el (vc-sccs-master-templates):
8161         * vc-rcs.el (vc-rcs-master-templates):
8162         * subr.el (cl-assertion-failed):
8163         * simple.el (next-error-overlay-arrow-position):
8164         * lpr.el (lpr-command):
8165         * locate.el (locate-ls-subdir-switches):
8166         * info.el (same-window-regexps, info)
8167         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8168         * image-mode.el (image-mode, auto-mode-alist):
8169         * hippie-exp.el (hippie-expand-ignore-buffers):
8170         * format.el (format-alist):
8171         * find-dired.el (find-ls-subdir-switches, find-grep-options)
8172         (find-name-arg):
8173         * facemenu.el (facemenu-keybindings):
8174         * dired.el (dired-listing-switches, dired-chown-program):
8175         * diff.el (diff-switches, diff-command):
8176         * cus-edit.el (same-window-regexps):
8177         * bindings.el (mode-line-mule-info)
8178         (mode-line-buffer-identification): Purecopy strings.
8180 2009-11-11  Juri Linkov  <juri@jurta.org>
8182         * simple.el (dired-get-filename) <declare-function>:
8183         Tell the byte-compiler about dired-get-filename.
8184         (shell-command): In Dired mode, get filename from the current line
8185         as the default value.
8187 2009-11-10  Glenn Morris  <rgm@gnu.org>
8189         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
8190         * calendar/holidays.el, progmodes/cperl-mode.el:
8191         Update x-popup-menu declarations.
8193         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
8194         (list-load-path-shadows): Use dolist.
8195         (list-load-path-shadows): Use with-current-buffer.
8197 2009-11-10  Juri Linkov  <juri@jurta.org>
8199         * minibuffer.el (read-file-name): Support a list of default values
8200         in `default-filename'.  Use the first file name where only one
8201         element is required.  Doc fix.
8203 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
8205         * net/dbus.el (dbus-unregister-object): Release service, if no
8206         other method is registered for it.
8208 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
8210         * bookmark.el (bookmark-completing-read): Sort bookmark names if
8211         bookmark-sort-flag is non-nil (Bug#4653).
8213 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8215         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
8216         the progress reporter entirely.
8218         * emulation/cua-base.el: Add CUA property to some CC mode commands
8219         (Bug#4100).
8221 2009-11-08  Kevin Ryde  <user42@zip.com.au>
8223         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
8224         at end of sentence (Bug#4818).
8226 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
8228         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8229         Handle "see declaration of" MSFT statements (Bug#4100).
8231 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
8233         * net/tramp.el (tramp-advice-make-auto-save-file-name)
8234         (tramp-advice-file-expand-wildcards): Unload via
8235         `ad-remove-advice'.
8237         * net/trampver.el: Update release number.
8239 2009-11-08  Kevin Ryde  <user42@zip.com.au>
8241         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
8242         `ad-do-it'.
8244 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
8246         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8247         in order to keep context in SELinux.
8249 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8251         * dired-aux.el (dired-query): Place cursor in echo area and allow
8252         C-g.
8254         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8255         menu item if not on a directory (Bug#4701).
8257 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
8259         Sync with Tramp 2.1.17.
8261         * net/tramp.el (tramp-handle-copy-directory): Don't use
8262         `file-remote-p' (due to compatibility).
8264         * net/tramp-compat.el (tramp-compat-copy-directory)
8265         (tramp-compat-delete-directory): New defuns.
8267         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8268         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8269         `tramp-compat-delete-directory'.
8271         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8272         (tramp-smb-handle-delete-directory): Use
8273         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8275         * net/trampver.el: Update release number.
8277 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
8279         * tar-mode.el (tar-copy): Call write-region on the right buffer
8280         (Bug#4857).
8282         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8283         by hand, if necessary (Bug#4878).
8285 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
8287         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8288         align size column (Bug#4839).
8290         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8291         statement.
8293 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8295         * progmodes/ld-script.el (auto-mode-alist):
8296         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8298         * cus-face.el (custom-declare-face): Purecopy face spec.
8300 2009-11-06  Kenichi Handa  <handa@m17n.org>
8302         * international/uni-bidi.el: Re-generated.
8303         * international/uni-category.el: Re-generated.
8304         * international/uni-combining.el: Re-generated.
8305         * international/uni-mirrored.el: Re-generated.
8307 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8309         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8310         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8311         (tex-start-options, slitex-run-command, latex-run-command)
8312         (tex-run-command, tex-directory):
8313         * textmodes/ispell.el (ispell-html-skip-alists)
8314         (ispell-tex-skip-alists, ispell-tex-skip-alists):
8315         * textmodes/fill.el (adaptive-fill-first-line-regexp):
8316         (adaptive-fill-regexp):
8317         * textmodes/dns-mode.el (auto-mode-alist):
8318         * progmodes/python.el (interpreter-mode-alist):
8319         * progmodes/etags.el (tags-compression-info-list):
8320         * progmodes/etags.el (tags-file-name):
8321         * net/browse-url.el (browse-url-galeon-program)
8322         (browse-url-firefox-program):
8323         * mail/sendmail.el (mail-signature-file)
8324         (mail-citation-prefix-regexp):
8325         * international/mule-conf.el (eight-bit):
8326         * international/latexenc.el (latex-inputenc-coding-alist):
8327         * international/fontset.el (x-pixel-size-width-font-regexp):
8328         * emacs-lisp/warnings.el (warning-type-format):
8329         * emacs-lisp/trace.el (trace-buffer):
8330         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8331         (emacs-lisp-mode-map):
8332         * calendar/holidays.el (holiday-solar-holidays)
8333         (holiday-bahai-holidays, holiday-islamic-holidays)
8334         (holiday-christian-holidays, holiday-hebrew-holidays)
8335         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8336         (hebrew-holidays-1, holiday-oriental-holidays)
8337         (holiday-general-holidays):
8338         * x-dnd.el (x-dnd-known-types):
8339         * tool-bar.el (tool-bar):
8340         * startup.el (site-run-file):
8341         * shell.el (shell-dumb-shell-regexp):
8342         * rfn-eshadow.el (file-name-shadow-tty-properties)
8343         (file-name-shadow-properties):
8344         * paths.el (remote-shell-program, news-directory):
8345         * mouse.el ([C-down-mouse-3]):
8346         * menu-bar.el (menu-bar-tools-menu):
8347         * jka-cmpr-hook.el (jka-compr-load-suffixes)
8348         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8349         (jka-compr-compression-info-list):
8350         * isearch.el (search-whitespace-regexp):
8351         * image-file.el (image-file-name-extensions):
8352         * find-dired.el (find-ls-option):
8353         * files.el (directory-listing-before-filename-regexp)
8354         (directory-free-space-args, insert-directory-program)
8355         (list-directory-brief-switches, magic-fallback-mode-alist)
8356         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8357         (automount-dir-prefix):
8358         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8359         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8360         (face-font-registry-alternatives, face-font-registry-alternatives)
8361         (face-font-family-alternatives):
8362         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8363         (facemenu-foreground-menu, facemenu-face-menu):
8364         * epa-hook.el (epa-file-name-regexp):
8365         * dnd.el (dnd-protocol-alist):
8366         * textmodes/rst.el (auto-mode-alist):
8367         * button.el (default-button): Purecopy strings.
8369 2009-11-06  Glenn Morris  <rgm@gnu.org>
8371         * Makefile.in (ELCFILES): Update.
8373 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8375         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8376         * emacs-lisp/levents.el: Move to obsolete/levents.el.
8378         * nxml/xsd-regexp.el (xsdre-gen-categories):
8379         * nxml/xmltok.el (xmltok-parse-entity):
8380         * nxml/rng-parse.el (rng-parse-validate-file):
8381         * nxml/rng-maint.el (rng-format-manual)
8382         (rng-manual-output-force-new-line):
8383         * nxml/rng-loc.el (rng-save-schema-location-1):
8384         * nxml/rng-cmpct.el (rng-c-parse-file):
8385         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8386         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8388 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
8390         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8391         Remove extra save-excursions and make-variable-buffer-local's.
8392         Suggested by Stefan Monnier.
8394         (verilog-getopt-file, verilog-module-inside-filename-p)
8395         (verilog-set-define): Merge GNU 1.35 and repair changes from
8396         switching to using with-current-buffer.
8398         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8399         being treated as a number and confusing AUTORESET.
8400         Reported by Dan Dever.
8402         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8403         Add verilog-auto-ignore-concat to fix backward compatibility with
8404         older verilog-modes.  Reported by Dan Katz.
8406         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8407         containing closing anchors "...$".
8409         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8410         Reported by Wade Smith.
8412         (verilog-batch-execute-func): Comment on function usage.
8414 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
8416         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8417         for labels.
8419         (verilog-label-re, verilog-calc-1): Support proper indent of named
8420         asserts.
8422         (verilog-backward-token, verilog-basic-complete-re)
8423         (verilog-beg-of-statement, verilog-indent-re): Support proper
8424         indent of the assert statement at the beginning of a block of text.
8426         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8427         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8428         tokens as begins.
8430 2009-11-05  Glenn Morris  <rgm@gnu.org>
8432         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8433         Emacs 19.  (Bug#1531)
8434         (byte-compile-fix-header): Update for the above change.
8435         Drop test for epoch::version.
8437         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8438         * cus-dep.el (custom-make-dependencies):
8439         * finder.el (finder-compile-keywords):
8440         Use autoload-rubric's feature argument.
8442         * calendar/diary-lib.el (top-level): Make load behave more like require.
8444         * vc-git.el (vc-git-stash-map): Move definition before use.
8446 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
8448         * custom.el (custom-declare-group): Purecopy standard-value.
8449         (custom-declare-group): Purecopy custom-prefix.
8451         * international/mule.el (load-with-code-conversion):
8452         Call do-after-load-evaluation unconditionally.
8454         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8456 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8458         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8460 2009-11-04  Glenn Morris  <rgm@gnu.org>
8462         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8463         (byte-compile-compatibility): Remove option.
8464         (byte-compile-close-variables, byte-compile-fix-header)
8465         (byte-compile-insert-header, byte-compile-output-docform)
8466         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8467         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8468         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8469         (byte-compile-insert, byte-compile-defun):
8470         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
8471         (byte-defop-compiler19): Remove.
8472         Without byte-compile-compatibility, the 'emacs19-opcode property is not
8473         used by anything.  Replace all calls with byte-defop-compiler.
8475 2009-11-04  Juri Linkov  <juri@jurta.org>
8477         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8478         (menu-bar-options-menu): Don't quote the `prop' arg of
8479         `menu-bar-make-mm-toggle'.
8481 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
8483         * calendar/calendar.el (cal-loaddefs):
8484         * calendar/diary-lib.el (diary-loaddefs):
8485         * calendar/holidays.el (hol-loaddefs):
8486         * eshell/esh-module.el (esh-groups): Load rather than require.
8488 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8490         * calendar/todo-mode.el (todo-add-category): Don't hardcode
8491         point-min==1.
8492         (todo-top-priorities): Only display-buffer when called interactively.
8493         (todo-item-start): Don't save excursion point.
8494         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
8495         (todo-insert-item-here, todo-file-item, todo-remove-item):
8496         Adjust uses of todo-item-start and todo-item-end.
8498         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8499         (autoload-rubric): Don't use any more.
8500         * cedet/semantic/fw.el (semantic/loaddefs):
8501         * cedet/srecode.el (srecode/loaddefs):
8502         * cedet/ede.el (ede/loaddefs): Load rather than require.
8503         * cedet/ede/cpp-root.el:
8504         * cedet/ede/emacs.el:
8505         * cedet/ede/files.el:
8506         * cedet/ede/linux.el:
8507         * cedet/ede/locate.el:
8508         * cedet/ede/make.el:
8509         * cedet/ede/shell.el:
8510         * cedet/ede/speedbar.el:
8511         * cedet/ede/system.el:
8512         * cedet/ede/util.el:
8513         * cedet/semantic/analyze.el:
8514         * cedet/semantic/bovine.el:
8515         * cedet/semantic/complete.el:
8516         * cedet/semantic/ctxt.el:
8517         * cedet/semantic/db-file.el:
8518         * cedet/semantic/db-find.el:
8519         * cedet/semantic/db-global.el:
8520         * cedet/semantic/db-mode.el:
8521         * cedet/semantic/db-typecache.el:
8522         * cedet/semantic/db.el:
8523         * cedet/semantic/debug.el:
8524         * cedet/semantic/dep.el:
8525         * cedet/semantic/doc.el:
8526         * cedet/semantic/edit.el:
8527         * cedet/semantic/find.el:
8528         * cedet/semantic/format.el:
8529         * cedet/semantic/html.el:
8530         * cedet/semantic/ia-sb.el:
8531         * cedet/semantic/ia.el:
8532         * cedet/semantic/idle.el:
8533         * cedet/semantic/lex-spp.el:
8534         * cedet/semantic/lex.el:
8535         * cedet/semantic/mru-bookmark.el:
8536         * cedet/semantic/scope.el:
8537         * cedet/semantic/senator.el:
8538         * cedet/semantic/sort.el:
8539         * cedet/semantic/symref.el:
8540         * cedet/semantic/tag-file.el:
8541         * cedet/semantic/tag-ls.el:
8542         * cedet/semantic/tag-write.el:
8543         * cedet/semantic/tag.el:
8544         * cedet/semantic/util-modes.el:
8545         * cedet/semantic/analyze/complete.el:
8546         * cedet/semantic/analyze/refs.el:
8547         * cedet/semantic/bovine/c.el:
8548         * cedet/semantic/bovine/gcc.el:
8549         * cedet/semantic/bovine/make.el:
8550         * cedet/semantic/bovine/scm.el:
8551         * cedet/semantic/decorate/include.el:
8552         * cedet/semantic/decorate/mode.el:
8553         * cedet/semantic/symref/cscope.el:
8554         * cedet/semantic/symref/global.el:
8555         * cedet/semantic/symref/grep.el:
8556         * cedet/semantic/symref/idutils.el:
8557         * cedet/semantic/symref/list.el:
8558         * cedet/semantic/wisent/java-tags.el:
8559         * cedet/semantic/wisent/javascript.el:
8560         * cedet/srecode/compile.el:
8561         * cedet/srecode/cpp.el:
8562         * cedet/srecode/document.el:
8563         * cedet/srecode/el.el:
8564         * cedet/srecode/expandproto.el:
8565         * cedet/srecode/getset.el:
8566         * cedet/srecode/insert.el:
8567         * cedet/srecode/java.el:
8568         * cedet/srecode/map.el:
8569         * cedet/srecode/mode.el:
8570         * cedet/srecode/template.el:
8571         * cedet/srecode/texi.el: Remove the file-local setting of
8572         generated-autoload-feature.
8574         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
8575         and only put a prop if it is non-nil.
8577 2009-11-03  Juri Linkov  <juri@jurta.org>
8579         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
8580         (menu-bar-options-menu): Fix list quoting (Bug#4429).
8582         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
8583         and "Menu" to make top-level menu item visually one unit (like
8584         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
8585         multi-word menu items).  Fix :help string for quit-window.
8587 2009-11-03  Glenn Morris  <rgm@gnu.org>
8589         * cedet/mode-local.el (with-mode-local): Doc fix.
8591         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
8592         (byte-compile-file-form-define-abbrev-table)
8593         (byte-compile-file-form-custom-declare-variable)
8594         (byte-compile-variable-ref, byte-compile-defvar):
8595         Whether or not a warning is enabled should only affect whether we issue
8596         the warning, not whether or not we collect the relevant data.
8597         Eg warnings can be turned on and off throughout the course of a file.
8599         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
8600         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
8602 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8604         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
8605         * play/mpuz.el (mpuz-create-buffer):
8606         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
8607         (lm-print-y,s,noise, lm-print-w0, lm-init):
8608         * play/gomoku.el (gomoku-prompt-for-move):
8609         * play/fortune.el (fortune-in-buffer):
8610         * play/dissociate.el (dissociated-press):
8611         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
8612         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
8613         * mail/supercite.el (sc-eref-show):
8614         * mail/smtpmail.el (smtpmail-send-it):
8615         * mail/rmailsum.el (rmail-summary-next-labeled-message)
8616         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
8617         (rmail-summary-undelete-many, rmail-summary-rmail-update)
8618         (rmail-summary-goto-msg, rmail-summary-expunge)
8619         (rmail-summary-get-new-mail, rmail-summary-search-backward)
8620         (rmail-summary-add-label, rmail-summary-output-menu)
8621         (rmail-summary-output-body):
8622         * mail/rfc822.el (rfc822-addresses):
8623         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
8624         * mail/mailpost.el (post-mail-send-it):
8625         * mail/hashcash.el (hashcash-generate-payment):
8626         * mail/feedmail.el (feedmail-run-the-queue)
8627         (feedmail-queue-send-edit-prompt-help-first)
8628         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
8629         (feedmail-deduce-address-list):
8630         * eshell/esh-ext.el (eshell-remote-command):
8631         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
8632         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
8633         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
8634         (viper-save-string-in-file, viper-valid-marker):
8635         * emulation/viper-keym.el (viper-toggle-key):
8636         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
8637         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
8638         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
8639         * emulation/viper-cmd.el (viper-exec-form-in-vi)
8640         (viper-exec-form-in-emacs, viper-brac-function):
8641         * emulation/viper.el (viper-delocalize-var):
8642         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
8643         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
8644         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
8645         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
8646         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
8647         * emulation/edt.el (edt-electric-helpify):
8648         * emulation/cua-rect.el (cua--rectangle-aux-replace):
8649         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
8650         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
8651         (cua-indent-to-global-mark-column):
8652         * calendar/diary-lib.el (calendar-mark-1):
8653         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
8654         Use with-current-buffer.
8655         * emulation/viper.el (viper-delocalize-var): Use dolist.
8657 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
8659         * comint.el (comint-replace-by-expanded-history-before-point):
8660         Replace !! with the previous input string literally (Bug#1795).
8662 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
8664         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
8665         to be made up of whitespace.
8667 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
8669         * minibuffer.el (read-file-name): Don't use file dialogs for
8670         remote directories (Bug#99).
8672 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
8674         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
8676 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
8678         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
8679         instead of deleting the window or frame.
8681 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
8683         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
8684         Support face colors.
8686         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
8687         New function.  Support face colors (Bug#1168).
8688         (tex-common-initialization): Use it.
8690         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
8691         mode allows it (Bug#1168).
8693 2009-10-31  Juri Linkov  <juri@jurta.org>
8695         * facemenu.el (list-colors-display): Don't mark buffer as
8696         modified (Bug#3948).
8698 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
8700         * international/mule-diag.el (list-character-sets-1): Minor
8701         message fix (Bug#3526).
8703         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
8704         face property (Bug#4834).
8705         (etags-list-tags, etags-tags-apropos-additional)
8706         (etags-tags-apropos, tags-select-tags-table): Add follow-link
8707         property.
8709         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
8710         items.
8712         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
8713         items.
8715         * cedet/ede.el (ede-minor-mode):
8716         * cedet/semantic.el (semantic-mode): Toggle menu separators.
8718 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8720         * textmodes/two-column.el (2C-split):
8721         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
8722         * textmodes/tex-mode.el (tex-set-buffer-directory):
8723         * textmodes/spell.el (spell-region, spell-string):
8724         * textmodes/reftex.el (reftex-erase-buffer):
8725         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
8726         * textmodes/reftex-toc.el (reftex-toc-promote-action):
8727         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
8728         (reftex-select-item):
8729         * textmodes/reftex-ref.el (reftex-label-info-update)
8730         (reftex-offer-label-menu):
8731         * textmodes/reftex-index.el (reftex-index-change-entry)
8732         (reftex-index-phrases-info):
8733         * textmodes/reftex-global.el (reftex-create-tags-file)
8734         (reftex-save-all-document-buffers, reftex-ensure-write-access):
8735         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
8736         (reftex-view-crossref-from-bibtex):
8737         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
8738         (reftex-extract-bib-entries-from-thebibliography)
8739         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
8740         * textmodes/refbib.el (r2b-capitalize-title):
8741         (r2b-convert-buffer, r2b-help):
8742         * textmodes/page-ext.el (pages-directory)
8743         (pages-directory-goto-with-mouse):
8744         * textmodes/bibtex.el (bibtex-validate-globally):
8745         * textmodes/bib-mode.el (bib-capitalize-title):
8746         * textmodes/artist.el (artist-clear-buffer, artist-system):
8747         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
8748         (local-set-scheme-interaction-buffer, xscheme-process-filter)
8749         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
8750         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
8751         (xscheme-send-control-g-interrupt, xscheme-start-process)
8752         (xscheme-process-sentinel, xscheme-cd):
8753         * progmodes/verilog-mode.el (verilog-read-always-signals)
8754         (verilog-set-define, verilog-getopt-file)
8755         (verilog-module-inside-filename-p):
8756         * progmodes/sh-script.el:
8757         * progmodes/python.el (python-pdbtrack-get-source-buffer)
8758         (python-pdbtrack-grub-for-buffer, python-execute-file):
8759         * progmodes/octave-inf.el (inferior-octave):
8760         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8761         (idlwave-shell-compile-helper-routines, idlwave-set-local)
8762         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
8763         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
8764         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
8765         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
8766         (idlwave-shell-filter, idlwave-shell-examine-highlight)
8767         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
8768         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
8769         (idlwave-shell-examine-display, idlwave-shell-run-region)
8770         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
8771         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
8772         * progmodes/idlw-help.el (idlwave-help-get-special-help)
8773         (idlwave-help-get-help-buffer):
8774         * progmodes/gud.el (gud-basic-call, gud-find-class)
8775         (gud-tooltip-activate-mouse-motions-if-enabled):
8776         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8777         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
8778         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
8779         (ebrowse-tags-next-file):
8780         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
8781         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
8782         (ebnf-eps-finish-and-write):
8783         * progmodes/cpp.el (cpp-edit-save):
8784         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
8785         * progmodes/cc-defs.el (c-emacs-features):
8786         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
8787         (antlr-directory-dependencies):
8788         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
8789         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
8790         (ada-find-any-references, ada-make-filename-from-adaname)
8791         (ada-make-body-gnatstub):
8792         * obsolete/rnews.el (news-list-news-groups):
8793         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
8794         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
8795         * net/rcirc.el (rcirc-debug):
8796         * net/newst-treeview.el (newsticker--treeview-list-add-item)
8797         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
8798         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
8799         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
8800         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
8801         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
8802         (newsticker--treeview-list-clear-highlight)
8803         (newsticker--treeview-list-update-highlight)
8804         (newsticker--treeview-list-highlight-start)
8805         (newsticker--treeview-tree-update-highlight)
8806         (newsticker--treeview-get-selected-item)
8807         (newsticker-treeview-mark-list-items-old)
8808         (newsticker--treeview-set-current-node):
8809         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8810         * net/newst-backend.el (newsticker--get-news-by-funcall)
8811         (newsticker--get-news-by-wget, newsticker--image-get)
8812         (newsticker--image-sentinel):
8813         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
8814         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
8815         (eudc-ph-close-session):
8816         * net/eudc.el (eudc-save-options):
8817         * language/thai-word.el (thai-update-word-table):
8818         * language/japan-util.el (japanese-string-conversion):
8819         * international/titdic-cnv.el (tsang-quick-converter)
8820         (ziranma-converter, ctlau-converter):
8821         * international/mule-cmds.el (describe-language-environment):
8822         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
8823         (skkdic-convert-postfix, skkdic-convert-prefix):
8824         (skkdic-convert-okuri-nasi, skkdic-convert):
8825         * emacs-lisp/re-builder.el (reb-update-overlays):
8826         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
8827         * emacs-lisp/gulp.el (gulp-send-requests):
8828         * emacs-lisp/find-gc.el (trace-call-tree):
8829         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
8830         (eieio-describe-generic):
8831         * emacs-lisp/eieio-base.el (eieio-persistent-read):
8832         * emacs-lisp/edebug.el (edebug-outside-excursion):
8833         * emacs-lisp/debug.el (debugger-make-xrefs):
8834         * emacs-lisp/cust-print.el (custom-prin1-to-string):
8835         * emacs-lisp/chart.el (chart-new-buffer):
8836         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
8837         Use with-current-buffer.
8838         * textmodes/artist.el (artist-system): Don't call
8839         copy-sequence on a fresh string.
8840         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
8842 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
8844         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
8845         is no item to edit.  (Bug#4820)
8846         (todo-top-priorities): Restore point and restore narrowing in Todo
8847         buffer.  (Bug#4820)
8849 2009-10-31  Glenn Morris  <rgm@gnu.org>
8851         * net/ange-ftp.el (top-level): Don't require dired when compiling.
8852         (comint-last-output-start, comint-last-input-start)
8853         (comint-last-input-end): Don't defvar when compiling.
8854         (ange-ftp-process-file): Use bound-and-true-p.
8856         * pcmpl-rpm.el (top-level): Move provide statement to end.
8857         (pcmpl-rpm): Remove unused custom group.
8859         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
8861         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
8863         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8864         (byte-compile-warnings): Add `constants' as an option.
8865         (byte-compile-callargs-warn, byte-compile-arglist-warn)
8866         (display-call-tree): Update for byte-compile-fdefinition possibly
8867         returning `(macro lambda ...)'.  (Bug#4778)
8868         (byte-compile-variable-ref, byte-compile-setq-default):
8869         Respect `constants' member of byte-compile-warnings.
8871         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
8872         Use mapc rather than mapcar because the return value is never used.
8874         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
8875         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
8876         * cedet/semantic/html.el:
8877         Suppress harmless warnings about setting up semantic-imenu (not
8878         part of Emacs) variables.
8880 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8882         * vc-bzr.el (vc-bzr-revision-keywords): New var.
8883         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
8884         to "submit:".
8886         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
8887         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
8888         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
8889         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
8890         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
8891         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
8892         (semantic-analyzer-debug-global-symbol)
8893         (semantic-analyzer-debug-missing-innertype)
8894         (semantic-analyzer-debug-insert-include-summary):
8895         * cedet/semantic/util.el (semantic-file-tag-table):
8896         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
8897         (semantic-recursive-find-nonterminal-by-name):
8898         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
8899         * cedet/semantic/tag-file.el (semantic-prototype-file):
8900         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
8901         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
8902         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
8903         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
8904         (semantic-idle-summary-maybe-highlight):
8905         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
8906         (semantic-ia-sb-tag-info):
8907         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
8908         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
8909         * cedet/semantic/ede-grammar.el (project-compile-target):
8910         (ede-proj-makefile-insert-variables):
8911         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
8912         (semantic-debug-set-source-location, semantic-debug-interface-layout)
8913         (semantic-debug-mode, semantic-debug):
8914         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
8915         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
8916         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
8917         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
8918         (semanticdb-find-translate-path-includes--internal)
8919         (semanticdb-reset-log, semanticdb-find-log-activity):
8920         * cedet/semantic/db-file.el (object-write):
8921         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
8922         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
8923         (semanticdb-create-ebrowse-database):
8924         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
8925         * cedet/semantic/complete.el (semantic-displayor-focus-request)
8926         (semantic-collector-calculate-completions-raw)
8927         (semantic-complete-read-tag-analyzer):
8928         * cedet/semantic/analyze.el (semantic-analyze-pulse):
8929         * cedet/ede/util.el (ede-update-version-in-source):
8930         * cedet/ede/proj.el (project-delete-target):
8931         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
8932         (ede-proj-flush-autoconf):
8933         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
8934         (ede-proj-configure-synchronize):
8935         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
8936         * cedet/ede/linux.el (ede-linux-version):
8937         * cedet/ede/emacs.el (ede-emacs-version):
8938         * cedet/ede/dired.el (ede-dired-add-to-target):
8939         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
8940         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
8941         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
8942         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
8943         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
8944         (cedet-idutils-version-check):
8945         * cedet/cedet-global.el (cedet-gnu-global-call):
8946         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
8947         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
8948         * cedet/cedet-cscope.el (cedet-cscope-call)
8949         (cedet-cscope-expand-filename, cedet-cscope-version-check):
8950         Use with-current-buffer.
8951         * cedet/ede.el (ede-make-project-local-variable)
8952         (ede-set-project-variables, ede-set): Use dolist.
8954 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
8956         * textmodes/ispell.el (ispell-skip-region-alist):
8957         * international/mule-conf.el (eight-bit):
8958         * international/fontset.el (font-encoding-alist):
8959         * startup.el (pure-space-overflow-message):
8960         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
8961         * paths.el (gnus-nntp-service, rmail-spool-directory)
8962         (term-file-prefix):
8963         * files.el (save-some-buffers-action-alist):
8964         * cmuscheme.el (same-window-buffer-names):
8965         * ielm.el (same-window-buffer-names):
8966         * shell.el (same-window-buffer-names):
8967         * mail/sendmail.el (same-window-buffer-names):
8968         * progmodes/inf-lisp.el (same-window-buffer-names):
8969         * bindings.el (mode-line-client)
8970         (mode-line-column-line-number-mode-map):
8971         * language/tibetan.el (tibetan-precomposition-rule-regexp)
8972         (tibetan-precomposed-regexp): Purecopy string arguments.
8974 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8976         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
8977         (calcDigit-nondigit):
8978         * calc/calc-yank.el (calc-copy-to-buffer):
8979         * calc/calc-units.el (calc-invalidate-units-table):
8980         * calc/calc-trail.el (calc-trail-yank):
8981         * calc/calc-store.el (calc-insert-variables):
8982         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
8983         * calc/calc-prog.el (calc-read-parse-table):
8984         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
8985         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
8986         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
8987         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
8988         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
8989         (calc-graph-name, calc-graph-find-command, calc-graph-view)
8990         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
8991         * calc/calc-ext.el (calc-realign):
8992         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
8993         (calc-embedded-finish-edit, calc-embedded-make-info)
8994         (calc-embedded-finish-command, calc-embedded-stack-change):
8995         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
8997         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
8998         (overload-docstring-extension): Use that info.
8999         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
9000         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
9001         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
9002         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
9003         (semantic-nonterminal-full-name): Add the new `when' info.
9004         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
9005         `assert'.
9007         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
9008         shell-dynamic-complete-filename in preference to
9009         comint-dynamic-complete-filename.
9011         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9012         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9013         Don't consider whether the display supports colors.
9014         (bookmark-import-new-list): Use dolist.
9015         (bookmark-bmenu-mode-map): Move initialization into declaration.
9016         (bookmark-bmenu-list): Use dolist, simplify.
9017         (bookmark-show-all-annotations): Use save-selected-window and dolist.
9018         (menu-bar-final-items): Use push.
9020 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
9022         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
9023         it works on remote files.
9024         (vc-hg-diff): Don't pass any `--cwd' argument.
9026 2009-10-27  Kevin Ryde  <user42@zip.com.au>
9028         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9029         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
9030         (Further to Bug#3921).
9032 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
9034         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
9035         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
9036         calling `tramp-imap-put-file'.  Add file size to the call.
9037         (tramp-imap-get-file-entries): Compute also user name, file size,
9038         and date.
9039         (tramp-imap-handle-insert-directory): Insert uid and gid.
9040         (tramp-imap-handle-file-attributes): Transform uid and gid
9041         according to `id-format'.
9042         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
9043         size in header X-Size.
9045 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
9047         * simple.el (transpose-subr): Give clearer error when the mark
9048         is not set.  (Bug#4807)
9050 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
9052         * net/tramp.el (tramp-perl-file-truename): New defconst.
9053         Perl code contributed by yary <not.com@gmail.com> (tiny change).
9054         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
9055         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
9056         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
9058         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
9059         Ignore `dired-call-process'.
9060         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
9062 2009-10-26  Julian Scheid  <julians37@gmail.com>
9064         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
9065         (tramp-get-remote-readlink): New defun.
9066         (tramp-handle-file-truename): Use it.
9067         (tramp-handle-file-exists-p): Check file-attributes cache, assume
9068         file exists if cache value present.
9069         (tramp-check-cached-permissions): New defun.
9070         (tramp-handle-file-readable-p): Use it.
9071         (tramp-handle-file-writable-p): Likewise.
9072         (tramp-handle-file-executable-p): Likewise.
9073         (tramp-handle-file-name-all-completions): Try using Perl to get
9074         partial completions.  When perl not available, combine `cd' and
9075         `ls' into single remote operation and use shell expansion to get
9076         partial remote directory contents.  Set `file-exists-p' cache for
9077         directory and any files returned by ls.  Change cache handling to
9078         support partial directory contents.  Use error message emitted by
9079         remote `cd' or Perl code for local tramp-error.
9080         (tramp-do-copy-or-rename-file-directly): Avoid separate
9081         tramp-send-command-and-check call.
9082         (tramp-handle-process-file): Merge three remote ops into one.
9083         Do not flush all caches when `process-file-side-effects' is set.
9084         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
9085         file-attributes shows uid/gid to be set already.
9087 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
9089         * textmodes/tex-mode.el (tex-dvi-view-command)
9090         (tex-show-queue-command, tex-open-quote):
9091         * progmodes/ruby-mode.el (auto-mode-alist)
9092         (interpreter-mode-alist): Purecopy strings.
9094         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
9096         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
9097         string for the hook, keymap and abbrev table.
9099         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
9101         * x-dnd.el (x-dnd-xdnd-to-action):
9102         * startup.el (fancy-startup-text, fancy-about-text): Change to
9103         defconst from defvar.
9105         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
9107         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
9108         Purecopy initialization strings.
9110         * mail/sendmail.el (mail-header-separator)
9111         (mail-personal-alias-file):
9112         * mail/rmail.el (rmail-default-dont-reply-to-names)
9113         (rmail-ignored-headers, rmail-retry-ignored-headers)
9114         (rmail-highlighted-headers, rmail-secondary-file-directory)
9115         (rmail-secondary-file-regexp):
9116         * files.el (null-device, file-name-invalid-regexp)
9117         (locate-dominating-stop-dir-regexp)
9118         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
9119         (interpreter-mode-alist): Use mapcar instead of mapc.
9121         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
9123         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
9124         (completion-ignored-extensions):
9125         (debug-ignored-errors): Purecopy strings.
9127 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9129         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
9130         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
9131         (pcomplete--here): Use push.
9133         * subr.el (all-completions): Declare the 4th arg obsolete.
9135 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9137         * pcomplete.el (pcomplete-unquote-argument-function): New var.
9138         (pcomplete-unquote-argument): New function.
9139         (pcomplete--common-suffix): Always pay attention to case.
9140         (pcomplete--table-subvert): Quote and unquote the text.
9141         (pcomplete--common-quoted-suffix): New function.
9142         (pcomplete-std-complete): Use it and pcomplete-begin.
9144         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
9145         we're inside a dedicated or minibuffer window.
9147 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9149         * cedet/semantic/fw.el (semantic-alias-obsolete)
9150         (semantic-varalias-obsolete): Make the `when' arg mandatory.
9151         (define-mode-overload-implementation):
9152         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
9153         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
9154         * cedet/semantic/util.el (semantic-file-token-stream)
9155         (semantic-something-to-stream):
9156         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
9157         (semantic-expand-nonterminal):
9158         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
9159         (semantic-find-dependency, semantic-find-nonterminal)
9160         (semantic-find-dependency):
9161         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
9162         (semantic-flex-text, semantic-flex-make-keyword-table)
9163         (semantic-flex-keyword-p, semantic-flex-keyword-put)
9164         (semantic-flex-keyword-get, semantic-flex-map-keywords)
9165         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
9166         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
9167         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
9168         (semantic-after-idle-scheduler-reparse-hooks):
9169         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
9170         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
9171         * cedet/semantic.el (semantic-toplevel-bovine-table)
9172         (semantic-toplevel-bovine-cache)
9173         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
9174         (semantic-init-mode-hooks, semantic-init-db-hooks)
9175         (semantic-bovination-working-type): Provide the `when' arg.
9177 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
9179         * bookmark.el: Update documentation, especially documentation
9180         of `bookmark-alist' and of the bookmark file format.
9181         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
9183 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
9185         * mail/emacsbug.el (report-emacs-bug): Clarify that the
9186         keybindings apply to the mail buffer (Bug#4003).  Shrink help
9187         window to buffer.
9189         * whitespace.el (whitespace-mode, whitespace-newline-mode)
9190         (global-whitespace-mode, global-whitespace-newline-mode)
9191         (whitespace-toggle-options, global-whitespace-toggle-options):
9192         Doc fix (Bug#3660).
9194         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
9195         of xmltok-start before the end tag was inserted (Bug#2840).
9197         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
9198         patterns that are preceded by an open-paren (Bug#1320).
9200 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
9202         * files.el (delete-directory): Delete symlinks to directories with
9203         delete-file (Bug#4739).
9205 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
9207         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
9208         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
9209         argument to make-obsolete.
9211         * cedet/semantic/fw.el (semantic-alias-obsolete)
9212         (semantic-varalias-obsolete): Add optional WHEN argument.
9214 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
9216         * vc.el (vc-backend-for-registration): Rename from
9217         vc-get-backend-for-registration.  Update callers.
9219         * international/mule-cmds.el (set-language-info-alist):
9220         Purecopy lang-env.
9221         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
9222         (charset): Purecopy the name.
9223         (define-char-code-property): Purecopy string arguments.
9225         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9226         Purecopy string arguments.
9228         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9229         * ediff-hook.el (menu-bar-ediff-menu):
9230         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
9231         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
9233 2009-10-24  Glenn Morris  <rgm@gnu.org>
9235         * comint.el (comint-dynamic-list-completions):
9236         * term.el (term-dynamic-list-completions): Use choose-completion rather
9237         than obsolete alias mouse-choose-completion.
9239         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
9240         file-cache-choose-completion.
9241         (file-cache-choose-completion): Handle an optional event argument.
9242         (file-cache-mouse-choose-completion): Make it an obsolete alias.
9244         * progmodes/octave-mod.el (octave-complete-symbol):
9245         Use choose-completion if mouse-choose-completion is ever removed.
9247         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9248         use.
9250         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9251         compiler.
9253         * vc-hooks.el (vc-responsible-backend): Fix declaration.
9255 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9257         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9258         Ignore `pred' now that we receive one.
9259         Handle test-completion specially.
9261 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9263         * vc.el (vc-responsible-backend): Throw an error if not backend is
9264         found.  Remove the REGISTER argument.  Move the code dealing with
9265         REGISTER ...
9266         (vc-get-backend-for-registration): ... here.  New function.
9267         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9268         of vc-responsible-backend, pass the file name instead of the
9269         directory name.
9271 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9273         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9274         New funs.
9275         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
9276         (pcomplete-comint-setup): Don't modify a global var via
9277         accidental side-effects.
9278         (pcomplete-shell-setup): Adjust call accordingly.
9279         (pcomplete-parse-comint-arguments): Use push.
9281 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
9283         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9284         Allow uncapitalized info node names (Bug#3921).
9286         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9287         to the DEBUG file (Bug#3781).
9289 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
9291         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9292         dictionary entry (Bug#4579).
9294 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
9296         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9297         from `rfn-eshadow-update-overlay-hook' when unloading.
9298         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9299         "rsyncc".  Adjust doc string.
9300         (tramp-temp-buffer-file-name): New buffer-local defvar.
9301         (tramp-handle-insert-file-contents, tramp-handle-write-region):
9302         Keep temporary file when indicated by method ("rsync" and
9303         "rsyncc").
9304         (tramp-handle-write-region): Handle APPEND.
9305         (tramp-delete-temp-file-function): New defun.  Added to
9306         `kill-buffer-hook'.
9308 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
9310         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9312 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9314         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9315         (color-name-rgb-alist, tty-standard-colors)
9316         (tty-color-mode-alist): Change to defconst.
9318         * simple.el (mark-inactive): Purecopy message.
9320         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9321         (global-map, yank-menu):
9322         * textmodes/ispell.el (ispell-menu-map):
9323         * net/eudc.el (eudc-tools-menu):
9324         * international/mule-cmds.el (describe-language-environment-map)
9325         (setup-language-environment-map, set-coding-system-map)
9326         (mule-menu-keymap):
9327         * vc-hooks.el (vc-menu-entry, vc-menu-map):
9328         * replace.el (occur-mode-map):
9329         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9331 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
9333         * calc/calc.el (math-read-number, math-read-number-simple): Use
9334         `save-match-data'.
9336 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9338         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9339         rather than fiddling with global-map bindings, since it should only
9340         affect per-terminal settings.
9341         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9343         * minibuffer.el (completion-table-with-terminator): Allow to specify
9344         the terminator-regexp.
9346         * simple.el (switch-to-completions): Look for *Completions* in other
9347         frames as well.
9349         * pcomplete.el: Allow the use of completion-tables.
9350         (pcomplete-std-complete): New command.
9351         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9352         (pcomplete--here): Use a function for `form' rather than an expression,
9353         so it can be byte-compiled.
9354         (pcomplete-here, pcomplete-here*): Adjust accordingly.
9355         Add edebug declaration.
9356         (pcomplete-show-completions): Remove unused var `curbuf'.
9357         (pcomplete-do-complete, pcomplete-stub):
9358         Don't assume `completions' is a list of strings any more.
9360 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
9362         * find-dired.el (find-name-arg): Fix typo in docstring.
9364 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9366         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9367         (pcmpl-linux-fs-types): Same, and update to new modules layout.
9369         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9370         pcomplete-entries.
9372         * comint.el (comint-read-input-ring, comint-write-input-ring)
9373         (comint-substitute-in-file-name)
9374         (comint-dynamic-complete-as-filename)
9375         (comint-dynamic-simple-complete)
9376         (comint-dynamic-list-filename-completions)
9377         (comint-dynamic-list-completions)
9378         (comint-redirect-results-list-from-process): Minor simplifications.
9380 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9382         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9383         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9384         the first form.  And insert a blank line after ";;; Code" since
9385         that's usual style.  (Bug#4612)
9387         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9389 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9391         * minibuffer.el (completion-table-with-terminator): Properly implement
9392         boundaries, in case `terminator' appears in the suffix.
9393         (completion--embedded-envvar-table): Don't return boundaries if
9394         there's no valid completion.  Simplify.
9395         (completion-file-name-table): New completion table extracted from
9396         completion--file-name-table.
9397         (completion--file-name-table): Use it.
9398         (read-file-name-predicate): Declare obsolete.
9399         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9400         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9401         completion-file-name-table, and use the `pred' argument.
9402         * files.el (locate-file-completion-table): Use the `pred' arg rather
9403         than read-file-name-predicate.
9404         (abbreviate-file-name): Use \` rather than ^ for BOS.
9406 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
9408         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9409         vc-responsible-backend to register, it causes problems.
9411 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9413         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9415 2009-10-21  Eric Ludlam  <zappo@gnu.org>
9417         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9418         (semantic-c-debug-mode-init-pch): New functions.
9419         (semantic-c-debug-mode-init-last-mode): New var.
9420         (semantic-c-parse-lexical-token): Use them.
9422         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9423         When extracting the argument list, limit only by point-max.
9425 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
9427         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9428         (tramp-smb-handle-file-attributes): Use it.
9429         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9430         (tramp-smb-handle-insert-directory): Use `mapc' rather than
9431         `mapcar'.  Use `tramp-smb-get-stat-capability'.
9432         Add `dired-filename' text properties.
9433         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9434         (tramp-smb-maybe-open-connection): Simplify check for smbclient
9435         version.
9437 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9439         * subr.el (read-key-delay): Reduce to 0.01.
9440         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9441         (bug#4751).
9443 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9445         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9447         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9448         (Info-menu): Remove unused vars `last' and `completions'.
9449         (Info-index-nodes): Remove unused var `node'.
9451         * info.el (Info-complete-menu-item): Use complete-with-action.
9453 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
9455         Make vc-annotate work through copies and renames.
9456         * vc-annotate.el (vc-annotate-extract-revision-at-line):
9457         Return the file name too.
9458         (vc-annotate-revision-at-line)
9459         (vc-annotate-find-revision-at-line)
9460         (vc-annotate-revision-previous-to-line)
9461         (vc-annotate-show-log-revision-at-line): Update to get the file
9462         name from vc-annotate-extract-revision-at-line.
9463         (vc-annotate-show-diff-revision-at-line-internal): Change the
9464         argument to mean whether to show a file diff or not.  Get the file
9465         name from vc-annotate-extract-revision-at-line.
9466         (vc-annotate-show-diff-revision-at-line):
9467         Update vc-annotate-show-diff-revision-at-line call.
9468         (vc-annotate-warp-revision): Add an optional file argument.
9470         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9471         (vc-git-annotate-extract-revision-at-line): Also return the file
9472         name if found.
9474         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9475         command.  Remove unused code.
9476         (vc-hg-annotate-re): Update to match --follow output.
9477         (vc-hg-annotate-extract-revision-at-line): Also return the file
9478         name if found.
9480         * vc.el: Update annotate-extract-revision-at-line documentation.
9482 2009-10-18  Kevin Ryde  <user42@zip.com.au>
9484         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9485         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9487         * net/browse-url.el (browse-url): Identify alist with "consp and
9488         not functionp" and let all other things go down the `apply' leg,
9489         as suggested by Stefan.  (Further to bug#4531.)
9491 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
9493         * minibuffer.el (read-file-name): Check for repeat before putting
9494         a default argument in file-name-history (Bug#4657).
9496         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9497         read syntax (Bug#4737).
9499         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9501 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9503         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9504         (html-tag-alist, html-tag-help): Add descriptions for undocumented
9505         entries and make note of obsolete tags.
9507 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9509         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9511 2009-10-18  Glenn Morris  <rgm@gnu.org>
9513         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9514         grep, so that binary files (eg international/uni-bidi.el) can match.
9515         Remove test for "UnicodeData" files, since it is hopefully unnecessary
9516         now, and in any case the file header format has changed.
9518 2009-10-17  Glenn Morris  <rgm@gnu.org>
9520         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9521         (flyspell-get-word, flyspell-large-region)
9522         (flyspell-auto-correct-previous-word): Doc/error message fixes.
9524 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9526         * Makefile.in (ELCFILES): Add ede/shell.
9528 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
9530         * term/common-win.el (x-colors): Purecopy it.
9532 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9534         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9535         permissive for when the buffer is empty.
9536         (tar-header-block-tokenize): Decode the username and groupname.
9537         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9539 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9541         * cedet/srecode/srt.el:
9542         * cedet/srecode/compile.el:
9543         * cedet/semantic/mru-bookmark.el:
9544         * cedet/semantic/debug.el:
9545         * cedet/semantic/complete.el:
9546         * cedet/semantic/analyze.el: Require CL when compiling.
9548 2009-10-17  Eric Ludlam  <zappo@gnu.org>
9550         * cedet/semantic/scope.el
9551         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
9552         tmpscope so that the regular scope will continue to work.
9554         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
9555         Use semantic-idle-summary-highlight-face as the highlighting.
9557         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
9558         contains multibyte characters, choose first applicable coding
9559         system automatically.
9561         * cedet/ede/project-am.el (project-run-target): New method.
9562         (project-run-target): New method.
9564         * cedet/ede.el (ede-target): Add run target menu item.
9565         (ede-project, ede-minor-keymap): Add ede-run-target binding.
9566         (ede-run-target): New function.
9567         (ede-target::project-run-target): New method.
9569         * cedet/ede/proj.el (project-run-target): New method.
9571         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
9572         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
9573         Add :rules.
9574         (ede-proj-target-makefile-shared-object): Only libtool compilers
9575         now available.  Add linkers for libtool.
9576         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
9577         (ede-proj-makefile-target-name): Always use .la extension.
9579         * cedet/ede/proj-prog.el (project-run-target): New method.
9581         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
9582         (ede-g++-linker): Change Change link lines.
9584         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
9585         When searching for old variables, go to the end of the buffer and
9586         search backward from there.
9587         (ede-proj-makefile-automake-insert-subdirs)
9588         (ede-proj-makefile-automake-insert-extradist): New methods.
9589         (ede-proj-makefile-create): Use them.
9591         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
9592         Force FILE to expand to the current target.  Use file-exists-p to
9593         check that it exists.
9595         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
9596         (ede-linux-load): Wrap dir in file-name-as-directory.
9597         Set :version slot.
9599         * cedet/ede/files.el (ede-get-locator-object): When enabling
9600         locate, do so on "top".
9602         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
9603         file-name-as-directory during compare.
9604         (ede-emacs-version): Return Emacs/XEmacs differentiator.
9605         Get version number from different places.  Don't call egrep.
9606         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
9607         to set the directory.
9609         * cedet/ede/shell.el: New file.
9611         * cedet/inversion.el (inversion-decoders): Allow for stray . in
9612         alpha/beta variants.
9614 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9616         * international/mule-cmds.el (select-safe-coding-system): If the file
9617         has a coding cookie, use it regardless of any other setting (bug#4712).
9619 2009-10-17  Glenn Morris  <rgm@gnu.org>
9621         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
9622         All errors should have messages.
9624         * foldout.el (foldout-mouse-swallow-events):
9625         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
9627         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
9628         (dired-keep-marker-copy, dired-keep-marker-hardlink)
9629         (dired-keep-marker-symlink, dired-dwim-target)
9630         (dired-copy-preserve-time): Do not autoload these defcustoms.
9632         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
9633         messages from messing up the file coding.  (Bug#4623)
9635 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
9637         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
9638         if no match is found for the current dictionary.  (Bug#4578)
9640         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
9641         optional, since that is how it is documented, and this is often called
9642         with a nil argument.  (Bug#4577)
9643         (flyspell-external-point-words, flyspell-auto-correct-word)
9644         (flyspell-correct-word-before-point, flyspell-word-search-forward)
9645         (flyspell-word-search-backward): Remove nil argument in calls to
9646         flyspell-get-word, since it is not needed now.
9648 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
9650         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
9652 2009-10-16  Glenn Morris  <rgm@gnu.org>
9654         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
9656 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
9658         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
9659         (ange-ftp-file-size): New function.
9660         (ange-ftp-file-attributes): Use it.
9662 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
9664         * net/tramp-smb.el (tramp-smb-version): New defvar.
9665         (tramp-smb-maybe-open-connection): Use it, in order to avoid
9666         repeated checks.
9668 2009-10-16  Glenn Morris  <rgm@gnu.org>
9670         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9671         Maybe copy some custom properties from old to new name.  (Bug#4706)
9673 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
9675         * subr.el (error, sit-for, start-process-shell-command)
9676         (start-file-process-shell-command): Set the calling convention
9677         after the function definition.
9679 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9681         * subr.el (error, sit-for, start-process-shell-command)
9682         (start-file-process-shell-command): Use the new
9683         set-advertised-calling-convention feature.
9685 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
9687         * international/ucs-normalize.el (ucs-normalize-version):
9688         Change to 1.2.
9689         (check-range): Adjust for Unicode 5.2.
9691 2009-10-15  Juri Linkov  <juri@jurta.org>
9693         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
9694         to the `menu-item' format.
9696 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
9698         * net/tramp.el (tramp-replace-environment-variables): Do not fail
9699         if the environment variable does not exist.
9701         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9702         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
9703         parameter.
9704         (tramp-smb-handle-add-name-to-file)
9705         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9706         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9707         (tramp-smb-handle-file-attributes)
9708         (tramp-smb-do-file-attributes-with-stat)
9709         (tramp-smb-handle-file-local-copy)
9710         (tramp-smb-handle-insert-directory)
9711         (tramp-smb-handle-make-directory)
9712         (tramp-smb-handle-make-directory-internal)
9713         (tramp-smb-handle-make-symbolic-link)
9714         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
9715         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
9716         (tramp-smb-maybe-open-connection): Apply the changed parameters.
9717         (tramp-smb-read-file-entry): Read Disk names in compressed format.
9718         Handle long file names.
9719         (tramp-smb-get-cifs-capabilities): Check, whether the connection
9720         process is running.
9721         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
9722         Read share names with "-g" option.
9724 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
9726         * net/rcirc.el (rcirc-view-log-file): New command.
9727         (rcirc-track-minor-mode-map): Remove C-c ` binding.
9728         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
9729         specified.
9731 2009-10-15  Glenn Morris  <rgm@gnu.org>
9733         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
9734         from the second command-line argument.
9735         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
9736         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
9737         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
9738         w32-batch-update-autoloads.
9739         * emacs-lisp/autoload.el (autoload-make-program): New variable.
9740         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
9742         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
9743         the headers cannot be located.  Simplify, subtracting superflous
9744         save-excursions.
9746 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9748         Replace completion-base-size by completion-base-position to fix bugs
9749         such as (bug#4699).
9750         * simple.el (completion-base-position): New var.
9751         (completion-base-size): Mark as obsolete.
9752         (choose-completion): Make it work for mouse events as well.
9753         Pass the new base-position to choose-completion-string.
9754         (choose-completion-guess-base-position): New function, extracted from
9755         choose-completion-delete-max-match.
9756         (choose-completion-delete-max-match): Use it.  Make obsolete.
9757         (choose-completion-string): Use the new base-position info.
9758         (completion-root-regexp): Delete.
9759         (completion-setup-function): Preserve completion-base-position.
9760         Eliminate obsolete base-size manipulation.
9761         * minibuffer.el (display-completion-list): Don't mess with base-size.
9762         (minibuffer-completion-help): Set completion-base-position instead.
9763         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
9764         choose-completion.
9765         * textmodes/bibtex.el (bibtex-complete):
9766         * emacs-lisp/crm.el (crm--choose-completion-string):
9767         Adjust to new calling convention.
9768         * complete.el (partial-completion-mode): Use minibufferp to avoid
9769         bumping into incompatible change to choose-completion-string-functions.
9770         * ido.el (ido-choose-completion-string): Make its calling convention
9771         more permissive.
9772         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
9773         base-size manipulation.
9774         (comint-dynamic-list-input-ring): Use dotimes and push.
9775         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
9776         fundamental-mode.  Use `or'.
9778 2009-10-14  Juri Linkov  <juri@jurta.org>
9780         * misearch.el (multi-isearch-next-buffer-from-list)
9781         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
9783 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9785         * Makefile.in (compile-onefile): Load `bytecomp' rather than
9786         `bytecomp.el'.
9788         * minibuffer.el (completion-pcm--merge-completions): Make sure the
9789         string we return is all made up of text from the completions rather
9790         than part from the completions and part from the input (bug#4219).
9792         * ido.el (ido-everywhere): Use define-minor-mode.
9794         * buff-menu.el (list-buffers, ctl-x-map):
9795         Mark the entry points with ;;;###autoload cookies.
9797 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
9799         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
9800         correctly in the detached head case.
9801         (vc-git-print-log): Remove unused binding.
9803         * vc.el (vc-responsible-backend): When a directory is passed for
9804         for registration create a VC repository if no backend is
9805         responsible for the directory argument.
9806         (vc-deduce-fileset): Tell vc-responsible-backend to register.
9808         * vc.el: Move comments about RCS and SCCS ...
9809         * vc-rcs.el:
9810         * vc-sccs.el: ... here, respectively.
9812 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9814         * minibuffer.el (completion--file-name-table): Return nil if there's
9815         no file completion, even if substitute-in-file-name changed
9816         the string (bug#4708).
9818 2009-10-13  Juri Linkov  <juri@jurta.org>
9820         * files-x.el (read-file-local-variable-value): Don't filter out
9821         minor modes from mode name completion (bug#4664).
9823 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
9825         * international/mule-cmds.el (ucs-names): Remove exclusion of
9826         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
9828 2009-10-13  Kenichi Handa  <handa@m17n.org>
9830         * international/uni-name.el: Regenerated.
9832 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
9834         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
9835         should be automatically buffer-local, but isn't.)
9837 2009-10-12  Sam Steingold  <sds@gnu.org>
9839         * progmodes/compile.el (compilation-next-error-function): Fix the
9840         timestamps if the buffer has been visited before.
9841         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
9842         non-anchored patterns, like the perl one (bug#3928).
9844 2009-10-12  Glenn Morris  <rgm@gnu.org>
9846         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
9847         Let-bind `size'.
9849 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
9851         * proced.el (proced-unload-function): New function.
9853         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
9854         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
9855         Doc fix.
9857         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
9859 2009-10-11  Juri Linkov  <juri@jurta.org>
9861         * files-x.el (read-file-local-variable-value):
9862         Provide default value only for bound variables (bug#4664).
9864 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
9866         * net/tramp.el (tramp-local-host-p): Function shall return nil for
9867         connection methods like smb.
9869         * net/tramp-cache.el (tramp-flush-connection-property): The hash
9870         can be empty.
9872         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9873         (tramp-smb-file-name-handler-alist): Add handlers for
9874         `add-name-to-file', `make-symbolic-link'.
9875         (tramp-smb-handle-add-name-to-file)
9876         (tramp-smb-do-file-attributes-with-stat)
9877         (tramp-smb-handle-make-symbolic-link)
9878         (tramp-smb-get-cifs-capabilities): New defuns.
9879         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9880         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9881         (tramp-smb-handle-file-local-copy)
9882         (tramp-smb-handle-make-directory-internal)
9883         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9884         The file name syntax depends on cifs capabilities.
9885         (tramp-smb-handle-file-attributes):
9886         Call `tramp-smb-do-file-attributes-with-stat' if possible.
9887         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
9888         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
9890 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
9892         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
9893         (eieio-defclass): Apply deftype handler and setf-method properties
9894         directly.
9895         (eieio-add-new-slot): Avoid union function from cl library.
9896         (eieio--typep): New function.
9897         (eieio-perform-slot-validation): Use it.
9899 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
9901         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
9902         Update documentation to refer to the variables documented in r1.135.
9903         (Bug#4188)
9905 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
9907         * bookmark.el (Info-suffix-list): Remove this unused variable.
9908         (bookmark-current-point): Remove this obsolete variable.
9909         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
9910         Adjust for removal of bookmark-current-point.
9912         (bookmarks-already-loaded, bookmark-current-buffer)
9913         (bookmark-yank-point): Document.  (Bug#4188)
9915 2009-10-10  Glenn Morris  <rgm@gnu.org>
9917         * frame.el (frame-height): Doc fix.
9919         * calendar/calendar.el (calendar-split-width-threshold): New option.
9920         (calendar-basic-setup): Use calendar-split-width-threshold.
9922 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
9924         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
9925         Use .la for Automake.
9927 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
9929         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
9930         Use "autoreconf -i".  Suggested by Andreas Schwab.
9932 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
9934         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
9935         Ideographic Supplement" range (U+1F200..U+1F2FF).
9937 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9939         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
9940         since the list will have been rebuilt anyway.  (Bug#4349)
9942 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9944         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
9945         (bookmark-bmenu-execute-deletions): Don't save here, as
9946         bookmark-delete will now do so if necessary.
9947         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
9948         (Bug#4348)
9950 2009-10-09  Glenn Morris  <rgm@gnu.org>
9952         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
9954 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9956         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
9957         (bookmark-jump-other-window): Just invoke bookmark-jump with new
9958         argument now, so the two function's behaviors will match.  (Bug#3645)
9960 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
9962         * cedet/ede/proj.el (project-make-dist, project-compile-project):
9963         Fix filename test.
9964         (ede-proj-dist-makefile): Use expand-file-name instead of concat
9965         to expand file names.
9967 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
9969         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
9970         (tramp-file-name-real-host, tramp-file-name-port):
9971         Apply `save-match-data'.
9973         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
9974         case both directories are remote.
9975         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
9976         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
9978 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
9980         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
9981         (ede-proj-target-makefile-objectcode): Use it.
9983         * cedet/ede/source.el (ede-want-any-source-files-p)
9984         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
9985         Return search result.  This error was introduced while merging.
9987 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
9989         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
9991 2009-10-07  Glenn Morris  <rgm@gnu.org>
9993         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
9994         of concat.
9996 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9998         * files-x.el (read-file-local-variable): Include some
9999         non-user-variables in the completion table (bug#4664).
10001 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
10003         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
10004         message.
10006         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10007         (tramp-smb-file-name-handler-alist): Add handler for
10008         `copy-directory', `expand-file-name', `set-file-modes'.
10009         (tramp-smb-handle-copy-directory)
10010         (tramp-smb-handle-expand-file-name)
10011         (tramp-smb-handle-set-file-modes): New defuns.
10012         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
10013         (tramp-smb-handle-file-attributes): Simplify check for retrieving
10014         entry.
10015         (tramp-smb-handle-insert-directory): Don't flush the cache.
10016         (tramp-smb-maybe-open-connection): Check for samba client and
10017         server versions.
10019 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
10021         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
10022         to not error out of search for "^lisp=" fails.
10024 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
10026         * makefile.w32-in (WINS_UPDATES): New macro.
10027         (custom-deps, finder-data, autoloads): Use it.
10029 2009-10-07  Glenn Morris  <rgm@gnu.org>
10031         * Makefile.in (autoloads): Revert previous change.
10032         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
10033         the list of preloaded files passed on the command-line, get
10034         it from src/Makefile.
10036         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
10037         show the original buffer rather than a random one.
10039 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
10041         * help.el (describe-no-warranty): Place point in a slightly better
10042         position in the GPLv3 text.
10044 2009-10-06  Sam Steingold  <sds@gnu.org>
10046         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
10047         the comm attribute is present before calling regexp-quote.
10049 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
10051         * play/animate.el (animate-string): For good effect, make sure
10052         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
10054         * play/animate.el (animate-sequence, animate-birthday-present):
10055         * misc.el (butterfly): Don't set `indent-tabs-mode'.
10057 2009-10-06  Glenn Morris  <rgm@gnu.org>
10059         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
10061         * emacs-lisp/autoload.el (autoload-excludes): New variable.
10062         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
10063         (batch-update-autoloads): Process a string value of autoload-excludes,
10064         set during the build process.
10065         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
10067         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
10068         inside with-parsed...  macro so that `v' is defined.
10070         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
10071         * progmodes/fortran.el (fortran-end-of-block)
10072         (fortran-beginning-of-block):
10073         Also push mark in the macro case.
10075         * emerge.el (emerge-show-file-name):
10076         * calc/calc.el (calc-quit):
10077         * calc/calc-misc.el (calc-big-or-small):
10078         * calc/calc-graph.el (calc-graph-view):
10079         * calc/calc-ext.el (calc-reset):
10080         * calendar/calendar.el (calendar-basic-setup):
10081         Use window-full-height-p.
10083         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
10084         header we don't understand, don't insert another.  (Bug#4624)
10085         If changing mime charset, insert the new one in the right place.
10087 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
10089         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
10090         (cal-tex-cursor-month): Correctly increment the end date for diary and
10091         holiday listing.  (Bug#4626)
10093 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10095         * help-fns.el (describe-function-1): Don't burp if the function is not
10096         a symbol.
10098 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
10100         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
10101         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
10102         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
10103         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
10105         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
10106         (eieio-default-superclass): Reflow docstrings.
10107         (this, class-option-assoc, defclass, eieio-class-un-autoload)
10108         (eieio-unbind-method-implementations, defmethod)
10109         (eieio-validate-slot-value, eieio-validate-class-slot-value)
10110         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
10111         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
10112         (eieio-slot-originating-class-p, eieio-slot-name-index)
10113         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
10114         (constructor, initialize-instance, no-next-method, object-print)
10115         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
10116         Fix typos in docstrings.
10117         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
10118         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
10119         (next-method-p): Doc fixes.
10120         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
10121         Fix typos in error messages.
10122         (eieio-defmethod): Fix typo in description of generic method.
10124         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
10125         (eieio-persistent-save-interactive, slot-missing):
10126         Fix typos in docstrings.
10127         (eieio-instance-inheritor-slot-boundp): Doc fix.
10129         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
10130         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
10132         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
10133         (eieio-custom-object-apply-reset):
10134         Fix typos in docstrings and error messages.
10136         * emacs-lisp/eieio-datadebug.el (data-debug-show):
10137         Fix typo in docstring.
10139         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
10140         (eieio-browse-tree): Doc fix.
10141         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
10142         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
10143         Fix typos in docstrings.
10145         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
10146         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
10147         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
10148         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
10149         Reflow docstrings.
10151 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
10153         * vc-hg.el (log-view-vc-backend): Declare for compiler.
10154         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
10155         Set log-view-vc-backend so that diff can work.
10157         * log-view.el (log-view-diff): Use vc-diff-internal instead of
10158         vc-version-diff.
10159         (vc-diff-internal): Autoload this instead of vc-version-diff.
10161 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
10163         * simple.el (eval-expression): Doc fix.
10165         * progmodes/cwarn.el (cwarn-mode): Doc fix.
10167 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
10169         * files.el (directory-files-no-dot-files-regexp): New defconst.
10170         (delete-directory): Use it.
10171         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
10173         * net/tramp.el (tramp-verbose): Fix docstring.
10174         (tramp-methods): Add recursive option to `tramp-copy-args'.
10175         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
10176         "scp1_old", "scp2_old", "rsync", "rsyncc".
10177         (tramp-default-method): Check also for `auth-source-user-or-password'.
10178         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10179         Add handler for `copy-directory'.
10180         (tramp-handle-copy-directory): New defun.
10181         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
10182         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
10183         Optimize sent command.
10185 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10187         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
10188         window if necessary.
10190         * calendar/calendar.el (calendar-basic-setup): Don't call
10191         switch-to-buffer in a dedicated window.
10193 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
10195         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
10196         don't do anything related to relocating, just return nil.
10197         (bookmark-error-no-filename): New error.
10198         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
10199         bookmark has no file.  Don't even attempt to handle things that
10200         are not files; the whole point of custom handlers is to keep that
10201         knowledge elsewhere anyway.  Tighten some comments.
10202         (bookmark-file-or-variation-thereof): Remove now-unused function.
10203         (bookmark-location): Doc string fix.
10204         (Bug#4250)
10206 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10208         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
10209         don't use a file dialog, because they usually don't know how to read
10210         a directory target from the user.  (Bug#4230)
10211         Also, make sure the prompt can display directories as well as files.
10213 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10215         * bookmark.el (bookmark-set, bookmark-buffer-name):
10216         Improve doc strings.  (Bug#1193)
10218 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10220         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
10221         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
10222         (bookmark-get-annotation, bookmark-set-annotation)
10223         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10224         (bookmark-set-position, bookmark-get-front-context-string)
10225         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10226         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
10227         (bookmark-jump-other-window, bookmark-handle-bookmark)
10228         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
10229         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
10230         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
10231         Improve doc strings to say whether bookmark can be a string or
10232         a record or both, and make other consistency and clarity fixes.
10233         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
10234         (bookmark-default-annotation-text, bookmark-yank-word)
10235         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
10236         (bookmark-import-new-list, bookmark-maybe-rename)
10237         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10238         (bookmark-bmenu-bookmark): Give these doc strings.
10239         (bookmark-bmenu-check-position): Give this a doc string, but also
10240         add a FIXME comment about how the function may be pointless.
10241         (bookmark-default-handler): Rework doc string and change a
10242         parameter name, to clarify that this takes a bookmark record
10243         not a bookmark name.
10244         (bookmark-set): Change a parameter name to indicate its meaning,
10245         and improve the doc string a bit.
10246         (Bug#4188)
10248 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10250         * bookmark.el (bookmark-alist): Document the new `handler' element
10251         in the param alist.
10252         (bookmark-make-record-function): Adjust documentation for above.
10253         (Bug#4193)
10255 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10257         * info.el (Info-bookmark-make-record): Document this function.
10258         (Info-bookmark-jump): Document with a doc string, not just a comment.
10259         (Bug#4203)
10261 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10263         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
10264         (semantic-new-buffer-fcn): Call parser setup functions here.
10265         (semantic-mode): Don't call parser setup functions here, it's done
10266         in semantic-new-buffer-fcn now.
10267         (semantic-mode): Parse all existing buffers when enabled.
10269         * cedet/srecode/compile.el (srecode-compile-file):
10270         Call semantic-new-buffer-fcn if the buffer has not been parsed.
10272 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10274         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10276         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10277         (proj-comp-insert-variable-once): New macro, renamed from
10278         ede-pmake-insert-variable-once in ede/pmake.edl.
10279         (ede-proj-makefile-insert-variables): Use it.
10281 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
10283         * files.el (copy-directory): New defun.
10285         * dired-aux.el (dired-copy-file-recursive): Use it.
10287 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10289         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10290         (makefile-end-of-command):
10291         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10292         (semantic-end-of-context): Fix previous change.  Doc fixes.
10294 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10296         * files-x.el (modify-dir-local-variable)
10297         (copy-dir-locals-to-file-locals-prop-line):
10298         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10299         (makefile-end-of-command):
10300         * cedet/semantic/lex.el (semantic-lex-token):
10301         * cedet/semantic/analyze/fcn.el
10302         (semantic-analyze-dereference-metatype-1):
10303         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10304         (semantic-lex-cpp-undef):
10305         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10306         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10307         (semantic-end-of-context): Fix typos in docstrings.
10309         * recentf.el (recentf-unload-function): New function.
10311 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10313         * cedet/ede.el (ede-project-placeholder-cache-file):
10314         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10315         * cedet/srecode/map.el (srecode-map-save-file):
10316         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
10318 2009-10-04  Glenn Morris  <rgm@gnu.org>
10320         * window.el (window-full-height-p): Add doc string.
10322 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
10324         * window.el (window-full-height-p): New function.  (Bug#4543)
10326 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
10328         * cedet/srecode/insert.el: Require srecode/args.
10330         * cedet/srecode/args.el: Require srecode/dictionary instead of
10331         srecode/insert.
10333         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10335         * files.el (auto-mode-alist): Add .srt and Project.ede.
10337         * cedet/semantic.el (semantic-mode):
10338         Handle srecode-template-mode-hook as well.
10339         (semantic-mode): Use js-mode-hook for Javascript hook.
10341         * cedet/srecode/template.el: Remove hook variable.
10343         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10345         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10346         projects exist.
10347         (ede-project-placeholder-cache-file): Default to a file in
10348         user-emacs-directory.
10350         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10351         templates in data-directory.
10352         (srecode-map-save-file): Default to a file in user-emacs-directory.
10354         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10355         directory.
10357 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10359         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10360         Doc fix.
10362         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10363         Only insert each variable once.
10365         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10366         (ede-pmake-insert-variable-shared): Use it.
10368         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10369         for lexical table iff table is nil.
10371 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
10373         * vc.el: Remove commented out code.
10374         (vc-derived-from-dir-mode): Remove, unused.
10375         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10377 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
10379         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10380         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
10381         there could be recursive loading when `default-directory' is a
10382         remote file name.  (Bug#4614)
10384 2009-10-03  Glenn Morris  <rgm@gnu.org>
10386         * calendar/calendar.el (calendar-basic-setup): Handle the case where
10387         the frame is wide.
10388         (calendar-generate-window): Test for shrinkability rather than width.
10390         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10391         declaration, currently false.
10393         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10394         reusing existing buffers, in case we happen to visit two files with the
10395         same basename.  (Bug#4593)
10397 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10399         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10400         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10401         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10402         subdirs of cedet as well.
10403         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10405 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10407         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10408         Obey advertised-signature-table.
10410         * help-fns.el (help-function-arglist): Don't check
10411         advertised-signature-table.
10412         (describe-function-1): Do it here instead so it also applies to subrs.
10414 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
10416         * simple.el (start-file-process): Say in the doc-string, that file
10417         handlers might not support pty association, if PROGRAM is nil.
10419         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10420         HOST and USER are strings.  They are nil, when there are
10421         incomplete entries in ~/.netrc, for example.
10422         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
10423         root directory ("device busy" error otherwise).
10425         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10426         Flush file properties of created directory.
10428 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10430         * makefile.w32-in (WINS_BASIC): Remove cedet.
10431         (WINS_CEDET): Add cedet.
10432         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10434 2009-10-02  Kevin Ryde  <user42@zip.com.au>
10436         * net/browse-url.el (browse-url): Pass any symbol in
10437         browse-url-browser-function to `apply', since if you've mistakenly put
10438         an unbound symbol then the error is clearer.  (Bug#4531)
10440 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10442         * allout.el (allout-init, allout-back-to-current-heading)
10443         (allout-beginning-of-current-entry, allout-ascend-to-depth)
10444         (allout-ascend, allout-up-current-level, allout-end-of-level)
10445         (allout-previous-visible-heading, allout-forward-current-level)
10446         (allout-backward-current-level, allout-show-children):
10447         * apropos.el (apropos-describe-plist):
10448         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10449         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10450         * completion.el (add-completion, add-permanent-completion):
10451         * descr-text.el (describe-text-category, describe-char):
10452         * desktop.el (desktop-lazy-abort):
10453         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10454         * dired.el (dired-build-subdir-alist):
10455         * ediff.el (ediff-version):
10456         * elide-head.el (elide-head, elide-head-show):
10457         * emerge.el (emerge-version):
10458         * env.el (getenv):
10459         * face-remap.el (variable-pitch-mode):
10460         * faces.el (describe-face):
10461         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10462         (dired-at-point):
10463         * files.el (find-file-existing, auto-save-mode):
10464         * font-lock.el (font-lock-fontify-buffer):
10465         * help-fns.el (describe-function, describe-variable)
10466         (describe-syntax, describe-categories):
10467         * help.el (view-lossage, describe-bindings, describe-key)
10468         (describe-mode):
10469         * hexl.el (hexl-current-address):
10470         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10471         * info.el (Info-goto-emacs-key-command-node):
10472         * log-edit.el (log-edit-insert-cvs-template)
10473         (log-edit-insert-cvs-rcstemplate):
10474         * menu-bar.el (menu-bar-mode):
10475         * mouse.el (mouse-appearance-menu):
10476         * newcomment.el (comment-indent-new-line):
10477         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10478         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10479         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10480         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10481         * recentf.el (recentf-mode):
10482         * savehist.el (savehist-mode, savehist-save):
10483         * shadowfile.el (shadow-copy-files):
10484         * simple.el (kill-ring-save, next-line, previous-line)
10485         (normal-erase-is-backspace-mode):
10486         * strokes.el (strokes-update-window-configuration)
10487         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10488         (strokes-xpm-for-stroke):
10489         * time.el (emacs-uptime, emacs-init-time):
10490         * tutorial.el (tutorial--describe-nonstandard-key)
10491         (tutorial--detailed-help):
10492         * type-break.el (type-break-mode)
10493         (type-break-mode-line-message-mode, type-break-query-mode)
10494         (type-break-guesstimate-keystroke-threshold):
10495         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10496         * version.el (emacs-version):
10497         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10498         * winner.el (winner-mode):
10499         * calendar/timeclock.el (timeclock-in, timeclock-out)
10500         (timeclock-status-string, timeclock-change)
10501         (timeclock-workday-remaining-string)
10502         (timeclock-workday-elapsed-string)
10503         (timeclock-when-to-leave-string):
10504         * calendar/todo-mode.el (todo-add-category):
10505         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10506         * emacs-lisp/autoload.el (update-file-autoloads):
10507         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10508         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10509         (checkdoc-message-text, checkdoc-defun):
10510         * emacs-lisp/debug.el (debugger-list-functions):
10511         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10512         * emacs-lisp/eieio-opt.el (eieio-describe-class)
10513         (eieio-describe-generic):
10514         * emacs-lisp/lisp-mnt.el (lm-synopsis):
10515         * emacs-lisp/shadow.el (list-load-path-shadows):
10516         * emulation/cua-base.el (cua-mode):
10517         * emulation/edt.el (edt-set-scroll-margins):
10518         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10519         (tpu-toggle-regexp, tpu-toggle-search-direction)
10520         (tpu-toggle-rectangle, tpu-toggle-control-keys):
10521         * emulation/tpu-extras.el (tpu-set-scroll-margins):
10522         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10523         (viper-set-parsing-style-toggling-macro)
10524         (viper-set-emacs-state-searchstyle-macros):
10525         * emulation/viper.el (viper-set-hooks):
10526         * eshell/esh-mode.el (eshell-truncate-buffer):
10527         * international/mule-cmds.el (prefer-coding-system)
10528         (describe-input-method, describe-language-environment):
10529         * international/mule-diag.el (list-character-sets)
10530         (describe-character-set, describe-coding-system)
10531         (describe-fontset, list-fontsets, list-input-methods):
10532         * mail/sendmail.el (mail-signature):
10533         * net/ange-ftp.el (ange-ftp-copy-file):
10534         * net/browse-url.el (browse-url):
10535         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10536         * net/quickurl.el (quickurl-add-url):
10537         * net/rcirc.el (names, topic):
10538         * net/xesam.el (xesam-mode):
10539         * play/5x5.el (5x5-new-game):
10540         * play/yow.el (apropos-zippy):
10541         * progmodes/ada-mode.el (ada-mode-version):
10542         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10543         (f90-end-of-block)
10544         (f90-beginning-of-block):
10545         * progmodes/fortran.el (fortran-end-of-block)
10546         (fortran-beginning-of-block):
10547         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
10548         * progmodes/python.el (python-describe-symbol, python-shell):
10549         * term/ns-win.el (ns-print-buffer):
10550         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
10551         * textmodes/flyspell.el (flyspell-mode-on):
10552         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
10553         (pages-directory-for-addresses):
10554         * textmodes/table.el (table-recognize-cell)
10555         (table-query-dimension, table-generate-source)
10556         (table-insert-sequence, table--warn-incompatibility):
10557         * textmodes/tex-mode.el (tex-validate-buffer):
10558         * textmodes/texinfmt.el (texinfmt-version)
10559         (texinfo-format-buffer):
10560         Use `called-interactively-p' instead of `interactive-p'.
10562 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10564         * image-mode.el (image-toggle-display):
10565         * emacs-lisp/elp.el (elp-instrument-function):
10566         * emacs-lisp/advice.el (ad-make-advised-definition):
10567         * emacs-lisp/easy-mmode.el (define-minor-mode):
10568         * net/browse-url.el (browse-url-maybe-new-window):
10569         * progmodes/sh-script.el (sh-learn-buffer-indent):
10570         Pass new argument 'any to `called-interactively-p'.
10572 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10574         * international/uni-bidi.el:
10575         * international/uni-category.el:
10576         * international/uni-combining.el:
10577         * international/uni-comment.el:
10578         * international/uni-decimal.el:
10579         * international/uni-decomposition.el:
10580         * international/uni-digit.el:
10581         * international/uni-lowercase.el:
10582         * international/uni-mirrored.el:
10583         * international/uni-name.el:
10584         * international/uni-numeric.el:
10585         * international/uni-old-name.el:
10586         * international/uni-titlecase.el:
10587         * international/uni-uppercase.el:
10588         Regenerate from Unicode 5.2.0 data.
10590 2009-10-01  Glenn Morris  <rgm@gnu.org>
10592         * Makefile.in (ELCFILES): Regenerate.
10594 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10596         * subr.el (interactive-p): Mark obsolete.
10597         (called-interactively-p): Make the optional-ness of `kind' obsolete.
10598         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
10599         advertised-signature-table for subroutines as well.
10601         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
10602         (set-advertised-calling-convention): New function.
10603         (make-obsolete, define-obsolete-function-alias)
10604         (make-obsolete-variable, define-obsolete-variable-alias):
10605         Make the optional-ness of `when' obsolete.
10606         (define-obsolete-face-alias): Make `when' non-optional.
10607         * help-fns.el (help-function-arglist):
10608         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
10609         Use advertised-signature-table.
10611 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
10613         * files.el (delete-directory): New defun.  The original function
10614         in fileio.c has been renamed to `delete-directory-internal'.
10616         * dired.el (dired-delete-file): Call `delete-directory' with
10617         RECURSIVE parameter.
10619         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
10620         parameter RECURSIVE.  Implementation is missing.
10622         * net/tramp.el (tramp-handle-make-directory): Flush upper
10623         directory's file properties.
10624         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
10625         (tramp-handle-dired-recursive-delete-directory): Flush directory
10626         properties after the remove command only.
10628         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10629         Handle optional parameter RECURSIVE.
10631         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
10632         Handle optional parameter RECURSIVE.
10634         * net/tramp-smb.el (tramp-smb-errors): Add error message for
10635         connection timeout.
10636         (tramp-smb-handle-delete-directory): Handle optional parameter
10637         RECURSIVE.
10639 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10641         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
10642         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
10643         (byte-compile-defmacro): Use backquotes.
10645         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
10647         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
10648         has no associated file.
10649         (vc-resynch-buffer): Use vc-dir-buffers.
10651 2009-10-01  Glenn Morris  <rgm@gnu.org>
10653         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
10654         (chart-file-count):
10655         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
10656         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
10657         * emacs-lisp/eieio-opt.el (eieio-describe-class):
10658         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
10659         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
10660         (eieio-copy-parents-into-subclass, make-instance, class-children)
10661         (eieio-generic-form):
10662         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
10663         * cedet/cedet-idutils.el (cedet-idutils-search)
10664         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
10665         (cedet-idutils-version-check):
10666         * cedet/cedet.el (cedet-version):
10667         * cedet/data-debug.el (data-debug-insert-overlay-button)
10668         (data-debug-insert-overlay-list-button)
10669         (data-debug-insert-buffer-button)
10670         (data-debug-insert-buffer-list-button)
10671         (data-debug-insert-process-button, data-debug-insert-ring-button)
10672         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
10673         (data-debug-insert-stuff-vector-button)
10674         (data-debug-insert-symbol-button, data-debug-insert-string)
10675         (data-debug-insert-number, data-debug-insert-lambda-expression)
10676         (data-debug-insert-nil, data-debug-insert-simple-thing)
10677         (data-debug-insert-custom, data-debug-edebug-expr):
10678         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
10679         (global-ede-mode-map, ede-new, ede-debug-target)
10680         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
10681         * cedet/semantic.el (semantic-minimum-working-buffer-size)
10682         (semantic-fetch-tags, semantic-submode-list)
10683         (semantic-default-submodes):
10684         * cedet/ede/source.el (ede-source-match):
10685         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
10686         (project-am-package-info):
10687         * cedet/ede/proj.el (ede-proj-target, project-new-target):
10688         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
10689         * cedet/ede/proj-comp.el (ede-current-build-list):
10690         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
10691         * cedet/ede/files.el (ede-toplevel-project-or-nil):
10692         * cedet/ede/cpp-root.el (initialize-instance):
10693         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
10694         (autoconf-parameter-strip, autoconf-insert-new-macro):
10695         * cedet/semantic/wisent.el (wisent-lex-eoi):
10696         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
10697         (semantic-show-parser-state-mode):
10698         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
10699         * cedet/semantic/tag.el (semantic-tag-new-variable)
10700         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
10701         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
10702         (semantic--tag-deep-copy-tag-list)
10703         (semantic-tag-components-with-overlays-default):
10704         * cedet/semantic/symref.el (semantic-symref-find-text):
10705         * cedet/semantic/senator.el (senator-yank-tag)
10706         (senator-transpose-tags-up):
10707         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
10708         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
10709         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
10710         * cedet/semantic/lex.el (semantic-lex-comment-regex)
10711         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
10712         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
10713         * cedet/semantic/lex-spp.el
10714         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
10715         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
10716         * cedet/semantic/idle.el
10717         (semantic-idle-summary-current-symbol-info-brutish)
10718         (semantic-idle-summary-current-symbol-info-default):
10719         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
10720         (semantic--grammar-macro-compl-dict):
10721         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
10722         * cedet/semantic/format.el (semantic-format-tag-custom-list)
10723         (semantic-format-tag-canonical-name-default):
10724         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
10725         (semantic-find-tags-for-completion)
10726         (semantic-find-tags-by-scope-protection-default)
10727         (semantic-deep-find-tags-for-completion):
10728         * cedet/semantic/edit.el
10729         (semantic-edits-incremental-reparse-failed-hook)
10730         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
10731         (semantic-edits-splice-remove, semantic-edits-splice-replace):
10732         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
10733         * cedet/semantic/dep.el (semantic-dependency-include-path):
10734         * cedet/semantic/db.el (semanticdb-default-find-index-class)
10735         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
10736         (semanticdb-project-roots):
10737         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
10738         (semanticdb-find-adebug-insert-scanned-tag-cons)
10739         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
10740         (semanticdb-brute-deep-find-tags-for-completion):
10741         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
10742         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
10743         (semantic-end-of-context-default)
10744         (semantic-ctxt-current-function-default)
10745         (semantic-ctxt-scoped-types-default):
10746         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
10747         (semantic-complete-inline-tag-engine)
10748         (semantic-complete-inline-custom-type)
10749         (semantic-complete-read-tag-analyzer):
10750         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
10751         (semantic-chart-database-size):
10752         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
10753         (semantic-analyze-current-context):
10754         * cedet/semantic/symref/list.el (semantic-symref)
10755         (semantic-symref-hide-buffer, semantic-symref-symbol):
10756         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
10757         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
10758         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
10759         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
10760         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
10761         (semantic-c-dereference-template):
10762         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
10763         (semantic--analyze-refs-full-lookup-with-parents)
10764         (semantic--analyze-refs-full-lookup-simple):
10765         * cedet/semantic/analyze/complete.el
10766         (semantic-analyze-possible-completions):
10767         * cedet/srecode/table.el (srecode-mode-table-new):
10768         * cedet/srecode/srt.el (srecode-read-variable-name):
10769         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
10770         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
10771         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
10772         * cedet/srecode/map.el (srecode-current-map):
10773         * cedet/srecode/insert.el (srecode-insert)
10774         (srecode-insert-variable-secondname-handler, srecode-insert-method)
10775         (srecode-template-inserter-point-override)
10776         (srecode-insert-include-lookup):
10777         * cedet/srecode/getset.el (srecode-auto-choose-class):
10778         * cedet/srecode/extract.el (srecode-inserter-extract):
10779         * cedet/srecode/document.el
10780         (srecode-document-autocomment-return-last-alist)
10781         (srecode-document-autocomment-param-type-alist)
10782         (srecode-document-insert-function-comment)
10783         (srecode-document-insert-variable-one-line-comment)
10784         (srecode-document-function-name-comment):
10785         * cedet/srecode/dictionary.el (srecode-create-dictionary)
10786         (srecode-compound-toString):
10787         * cedet/srecode/compile.el (srecode-flush-active-templates):
10788         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
10789         Doc/message fixes.
10791         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
10792         match-data.  (Bug#4555).
10794         * cedet/semantic/bovine/gcc.el
10795         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
10796         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
10798         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
10799         rather than parsing it as a regexp.  This relaxes the layout
10800         requirements and makes errors easier to detect.
10801         (check-declare-verify): Check file is regular.
10802         (check-declare-directory): Doc fix.
10803         * subr.el (declare-function): Doc fix.
10805         * ibuffer.el (ibuffer-format-qualifier):
10806         * isearch.el (hi-lock-regexp-okay):
10807         * calc/calc.el (math-zerop):
10808         * mail/uce.el (rmail-msgbeg, rmail-msgend):
10809         * term/w32-win.el (setup-default-fontset, set-fontset-font):
10810         Remove unused declarations.
10812 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10814         * cedet/semantic/wisent/javat-wy.el
10815         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
10817 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
10819         * cedet/srecode/expandproto.el: Fix provide statement.
10821 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10823         * emacs-lisp/eieio.el (boolean-p): Delete.
10825 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
10827         * cedet/ede/srecode.el: Fix provide statement.
10829 2009-09-30  Glenn Morris  <rgm@gnu.org>
10831         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
10832         * cedet/ede/proj-aux.el (ede-aux-source):
10833         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
10834         (ede-misc-source):
10835         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
10836         (semantic-mrub-switch-tags): Fix doc typos.
10838         * cedet/semantic/db-global.el (data-debug-new-buffer)
10839         (data-debug-insert-thing): Remove unneeded declarations (one broken).
10840         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
10842         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
10844         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
10845         use of CL function `remove-if-not'.
10847         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
10849         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
10850         filename is not a string.
10852 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
10854         * files.el (safe-local-eval-forms): Fix typo.
10856 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10858         * vc-hooks.el (vc-dir-buffers): New var.
10859         (vc-state-refresh): New function.
10860         (vc-state): Use it.
10861         (vc-after-save): Always ask the backend to recompute the new state.
10862         Always call vc-dir if necessary, using vc-dir-buffers.
10863         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
10864         Use vc-dir-buffers.
10865         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
10866         (vc-dir-prepare-status-buffer, vc-dir-update)
10867         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
10868         Don't call expand-file-name on default-directory.
10870 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10872         * speedbar.el (speedbar-item-delete):
10873         * calc/calc-prog.el (calc-kbd-if):
10874         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
10876         * epa.el (epa-key-list-mode-map):
10877         * hi-lock.el (hi-lock-menu): Fix typos in menus.
10879         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
10880         (hs-show-hook): Fix typo in docstring.
10882 2009-09-29  Glenn Morris  <rgm@gnu.org>
10884         * cedet/semantic/symref/idutils.el:
10885         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
10887         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
10889         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
10890         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
10891         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
10892         Mark declarations not understood by check-declare.
10894         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
10895         file-name-nondirectory call preventing location of cedet files.
10896         (check-declare-verify): Use literal search rather than re-search.
10897         Add basic defmethod and defclass, and define-overloadable-function.
10899         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10900         Use tramp-compat-file-attributes rather than nonexistent
10901         tramp-compat-handle-file-attributes.
10903         * Makefile.in (lisptagsfiles4): New.
10904         (AUTOGENEL): Add cedet loaddefs files.
10905         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
10906         (update-elclist, compile-always, backup-compiled-files)
10907         (bootstrap-clean): Add yet another directory level.
10908         (update-elclist): Use LC_COLLATE rather than COLLATE.
10909         (ELCFILES): Update, via `make update-elclist'.
10911 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10913         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
10914         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
10915         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
10917 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
10919         * Makefile.in (lisptagsfiles3): Define.
10920         (TAGS, TAGS-LISP): Use it.
10921         (update-elclist): Add third directory level to look for elc files.
10922         (compile-always): Likewise.
10923         (backup-compiled-files): Likewise.
10924         (bootstrap-clean): Likewise.
10925         (ELCFILES): Update.
10927 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
10929         * Makefile.in (ELCFILES): Add CEDET files.
10931 2009-09-28  Eric Ludlam  <zappo@gnu.org>
10933         CEDET (development tools) package merged.
10935         * cedet/*.el:
10936         * cedet/ede/*.el:
10937         * cedet/semantic/*.el:
10938         * cedet/srecode/*.el: New files.
10940 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
10942         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
10944         * net/tramp.el (top): Require tramp-imap.
10946         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10947         Use `tramp-compat-handle-file-attributes'.
10949 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10951         * net/tramp-imap.el: New package.
10953 2009-09-28  Eric Ludlam  <zappo@gnu.org>
10955         * emacs-lisp/chart.el:
10956         * emacs-lisp/eieio-base.el:
10957         * emacs-lisp/eieio-comp.el:
10958         * emacs-lisp/eieio-custom.el:
10959         * emacs-lisp/eieio-datadebug.el:
10960         * emacs-lisp/eieio-opt.el:
10961         * emacs-lisp/eieio-speedbar.el:
10962         * emacs-lisp/eieio.el: New files.
10964         * cedet/cedet-cscope.el:
10965         * cedet/cedet-files.el:
10966         * cedet/cedet-global.el:
10967         * cedet/cedet-idutils.el:
10968         * cedet/data-debug.el:
10969         * cedet/inversion.el:
10970         * cedet/mode-local.el:
10971         * cedet/pulse.el: New files.
10973 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10975         * whitespace.el (whitespace-trailing-regexp)
10976         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
10977         Fix doc string.
10979 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
10981         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
10982         menu.
10984         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
10985         menu-bar-ediff-menu.
10987         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
10988         define-overloadable-function.
10990         * progmodes/autoconf.el: Provide autoconf as well, so that this
10991         file can be `require'd.
10993         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
10995         * emacs-lisp/autoload.el (generated-autoload-feature)
10996         (generated-autoload-load-name): New vars.
10997         (autoload-rubric, autoload-generate-file-autoloads): Use them.
10998         (make-autoload): Recognize define-overloadable-function and
10999         defclass forms (for EIEIO).
11001         * Makefile.in (update-subdirs): Exclude cedet directory.
11003 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
11005         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
11007         * faces.el: Default light-background background for region face to
11008         ns_selection_color under NS.
11010 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11012         * net/imap-hash.el: New library, see NEWS.
11014         * Makefile.in (ELCFILES): Add imap-hash.el.
11016 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11018         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
11019         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
11020         * help-macro.el (make-help-screen): Avoid using an ambiguous function
11021         definition where the docstring could be taken for the return value.
11023 2009-09-26  Glenn Morris  <rgm@gnu.org>
11025         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
11026         Add option to only show images below a certain size.
11027         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
11028         save-excursion calls.
11030 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
11032         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
11033         subdirectories) and eieio.
11035 2009-09-26  Alan Mackenzie  <acm@muc.de>
11037         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
11038         buggy bracketing.  (Bug#4289)
11040         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
11041         character constants (as case labels).  (Bug#4289)
11043 2009-09-25  Juri Linkov  <juri@jurta.org>
11045         * files.el (safe-local-eval-forms): Allow time-stamp in
11046         before-save-hook (Bug#4554).
11048 2009-09-25  Drew Adams  <drew.adams@oracle.com>
11050         * menu-bar.el (list-buffers-directory): Doc fix.
11052 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11054         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
11055         Try and avoid copying twice the same paragraph.
11056         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
11057         Remove save-excursion.
11058         (log-edit-changelog-entry): Do it here instead.
11060 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
11062         * bs.el (bs--get-file-name): Use `list-buffers-directory'
11063         when available, instead of hardcoding mode names.  Doc fix.
11065         * menu-bar.el (list-buffers-directory): Add docstring.
11066         Make automatically buffer-local.
11068         * dired.el (dired-mode):
11069         * files.el (cd-absolute):
11070         * pcvs.el (cvs-temp-buffer):
11071         * pcvs-util.el (cvs-get-buffer-create):
11072         * shell.el (shell-mode):
11073         * vc-dir.el (vc-dir-mode):
11074         Don't make `list-buffers-directory' buffer local.
11076 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
11078         * comint.el (comint-exec, comint-run, make-comint):
11079         Doc fixes (Bug#4542).
11081 2009-09-25  Glenn Morris  <rgm@gnu.org>
11083         * mail/rmailmm.el (rmail-mime): New custom group.
11084         Move all defcustoms in this file into this group.
11085         (rmail-mime-media-type-handlers-alist): Revert previous change.
11086         (rmail-mime-show-images): New option.
11087         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
11088         references to it, since it wasn't actually used for anything.
11089         (rmail-mime-insert-image): New function.
11090         (rmail-mime-image): Use rmail-mime-insert-image.
11091         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
11092         obey the value of `rmail-mime-show-images' option.  Print the size of
11093         attachments.
11095 2009-09-25  David Engster  <deng@randomsample.de>
11097         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
11099 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11101         * whitespace.el: Does not highlight trailing spaces While point is
11102         at end of line.  Does not highligt spaces at beginning of buffer
11103         while point is at beginning of buffer.  Does not highlight spaces
11104         at end of buffer while point is at end of buffer.  (Bug#4177)
11105         New version 12.0.
11106         (whitespace-display-mappings): Adjust initialization.
11107         (whitespace-point, whitespace-font-lock-refontify): New vars.
11108         (whitespace-color-on, whitespace-color-off): Adjust code.
11109         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
11110         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
11111         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
11113 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
11115         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
11117         * textmodes/sgml-mode.el: Remove xml-mode alias.
11119         * files.el (auto-mode-alist, conf-mode-maybe)
11120         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
11122 2009-09-24  Alan Mackenzie  <acm@muc.de>
11124         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
11125         c-forward-conditionals, but it doesn't move point and doesn't set
11126         the mark.
11127         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
11128         (c-down-conditional-with-else, c-backward-conditional)
11129         (c-forward-conditional): Refactor to use c-scan-conditionals.
11131 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11133         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
11134         (help-default-arg-highlight): Remove.
11135         (help-highlight-arg): New function.
11136         (help-do-arg-highlight): Use it.
11137         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
11139 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11141         * term.el (term-set-scroll-region, term-handle-ansi-escape):
11142         Undo last change, which didn't fix the problem and introduced others.
11144 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
11146         * progmodes/gdb-mi.el: Don't require speedbar.
11147         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
11149 2009-09-24  Glenn Morris  <rgm@gnu.org>
11151         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
11153         * term/ns-win.el (ns-reg-to-script): Define for compiler.
11155         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
11156         there is no newline after the final mime boundary.  (Bug#4539)
11157         Move markers on insertion so that any buttons inserted don't end up in
11158         the next part of a multipart message.
11159         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
11160         (rmail-mime-bulk-handler): Optionally handle images.
11161         (rmail-mime-image): New button action.
11162         (rmail-mime-image-handler): New function.
11163         (rmail-mime-mode): New mode.
11164         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
11166 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11168         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
11169         than just dropping elements from it (bug#4504).
11171         * term.el (term-set-scroll-region): Don't move cursor any more.
11172         (term-handle-ansi-escape): Call term-goto here instead.
11173         Suggested by Ivan Kanis <apple@kanis.eu>.
11175         * term.el: Require CL.
11176         (term-ansi-reset): New function.
11177         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
11178         (term-handle-colors-array): Simplify.
11180 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11182         * allout.el (allout-overlay-interior-modification-handler)
11183         (allout-obtain-passphrase):
11184         * epa-file.el (epa-file-write-region):
11185         * ps-print.el (ps-begin-job):
11186         * vc-hooks.el (vc-toggle-read-only):
11187         * vc-rcs.el (vc-rcs-rollback):
11188         * vc-sccs.el (vc-sccs-rollback):
11189         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
11190         (vc-version-diff, vc-revert, vc-rollback):
11191         * wdired.el (wdired-check-kill-buffer):
11192         * emacs-lisp/authors.el (authors):
11193         * net/socks.el (socks-open-connection):
11194         * net/zeroconf.el (zeroconf-service-add-hook):
11195         * obsolete/vc-mcvs.el (vc-mcvs-register):
11196         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
11197         (gdb-select-frame):
11198         * progmodes/grep.el (lgrep, rgrep):
11199         * progmodes/idlw-help.el (idlwave-help-check-locations)
11200         (idlwave-help-html-link, idlwave-help-assistant-open-link):
11201         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11202         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
11203         (reftex-toc-rename-label): Fix typos in error messages.
11205         * dired-aux.el (dired-do-shell-command): Reflow docstring.
11206         (dired-copy-how-to-fn): Doc fix.
11207         (dired-files-attributes, dired-read-shell-command):
11208         Fix typos in docstrings.
11210         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
11211         (dired-x-find-file-other-window): Reflow docstrings.
11212         (dired-omit-marker-char, dired-read-shell-command)
11213         (dired-x-submit-report): Fix typos in docstrings.
11215         * shell.el (shell-mode-hook):
11216         * view.el (View-scroll-line-forward):
11217         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
11218         Fix typos in docstrings.
11220         * net/dig.el (dig-invoke): Fix typo in docstring.
11221         (query-dig): Reflow docstring.
11223         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
11224         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
11225         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
11226         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
11227         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
11228         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
11229         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
11230         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
11231         (idlwave-completion-map, idlwave-current-indent)
11232         (idlwave-custom-ampersand-surround, idlwave-customize)
11233         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
11234         (idlwave-define-abbrev, idlwave-determine-class-special)
11235         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
11236         (idlwave-end-block-reg, idlwave-end-of-statement)
11237         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
11238         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
11239         (idlwave-explicit-class-listed, idlwave-file-header)
11240         (idlwave-fill-paragraph, idlwave-find-class-definition)
11241         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
11242         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
11243         (idlwave-in-quote, idlwave-indent-action-table)
11244         (idlwave-indent-expand-table, idlwave-indent-line)
11245         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11246         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11247         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11248         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11249         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11250         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11251         (idlwave-outlawed-buffers, idlwave-popup-select)
11252         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11253         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11254         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11255         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11256         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11257         (idlwave-statement-type, idlwave-struct-skip)
11258         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11259         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11260         (idlwave-what-module-find-class): Fix typos in docstrings.
11261         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11262         (idlwave-calculate-cont-indent, idlwave-expand-equal)
11263         (idlwave-find-module, idlwave-find-structure-definition)
11264         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11265         (idlwave-list-load-path-shadows, idlwave-next-statement)
11266         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11267         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11268         (idlwave-template): Reflow docstrings.
11270         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11271         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11272         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11273         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11274         (idlwave-shell-display-line, idlwave-shell-display-wframe)
11275         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11276         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11277         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11278         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11279         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11280         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11281         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11282         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11283         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11284         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11285         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11286         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11287         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11288         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11289         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11290         Fix typos in docstrings.
11291         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11292         (idlwave-shell-hide-output, idlwave-shell-mode)
11293         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11294         Reflow docstrings.
11296         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11298 2009-09-24  Ivan Kanis  <apple@kanis.eu>
11300         * term.el (term-bold-attribute): New var.
11301         (term-handle-colors-array): Use it.
11303 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
11305         * progmodes/gdb-mi.el (gdb-version): New variable.
11306         (gdb-non-stop-handler): Set gdb-version.
11307         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11308         Condition "--thread" option on gdb-version.
11309         (gdb-invalidate-threads): Remove unused argument.
11311 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11313         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11314         to looking-back to avoid ridiculous slow down in large files (bug#4511).
11316 2009-09-23  Glenn Morris  <rgm@gnu.org>
11318         * mail/rmail.el (rmail-reply): Don't try to add a References header when
11319         replying to mail without References or Message-Id.  (Bug#4525)
11321 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
11323         * term/ns-win.el (ns-reg-to-script): New variable.
11325 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
11327         * epg.el (epg-wait-for-status): Preserve existing 'error results.
11329 2009-09-22  Sam Steingold  <sds@gnu.org>
11331         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11332         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11333         to 1 because hg returns status 1 when nothing is found.
11334         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11336 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11338         * textmodes/fill.el: Convert to utf-8 encoding.
11339         (fill-french-nobreak-p): Remove redundant » and « inherited from our
11340         pre-Unicode days.
11342         * add-log.el (change-log-fill-forward-paragraph): New function.
11343         (change-log-mode): Use it so fill-region DTRT.
11344         Set fill-indent-according-to-mode here rather than in
11345         change-log-fill-paragraph.
11346         (change-log-fill-paragraph): Remove.
11348 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
11350         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11351         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
11353 2009-09-22  Glenn Morris  <rgm@gnu.org>
11355         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11356         the scroll-bar scroll the calendar window rather than the buffer.
11358         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11359         commands that move point (as opposed to scrolling).
11361         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11363         * emacs-lisp/elint.el (elint): New custom group.
11364         (elint-log-buffer): Make it a defcustom.
11365         (elint-scan-preloaded, elint-ignored-warnings)
11366         (elint-directory-skip-re): New options.
11367         (elint-builtin-variables): Doc fix.
11368         (elint-preloaded-env): New variable.
11369         (elint-unknown-builtin-args): Add an entry for encode-time.
11370         (elint-extra-errors): Make it a variable rather than a constant.
11371         (elint-preloaded-skip-re): New constant.
11372         (elint-directory): Skip files matching elint-directory-skip-re.
11373         (elint-features): New variable, local to linted buffers.
11374         (elint-update-env): Initialize elint-features.  Possibly add
11375         elint-preloaded-env to the buffer's environment.
11376         (elint-get-top-forms): Bind elint-current-pos, for log messages.
11377         Skip quoted forms.
11378         (elint-init-form): New function, extracted from elint-init-env.
11379         Make non-list forms a warning rather than an error.
11380         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
11381         easy-menu-define, put that adds an error-condition, and provide.
11382         When requiring cl, also require cl-macs.  Really require cl, to handle
11383         some cl macros.  Store required libraries in the list elint-features,
11384         so as not to re-load them.  Treat cc-require like require.
11385         (elint-init-env): Call elint-init-form to do the work.
11386         Handle eval-and-compile and such like.
11387         (elint-add-required-env): Do not clear messages.
11388         (elint-special-forms): Add handlers for function, defalias, if, when,
11389         unless, and, or.
11390         (elint-form): Add optional argument to ignore elint-special-forms,
11391         useful to prevent recursive calls from handlers.  Doc fix.
11392         Respect elint-ignored-warnings.
11393         (elint-form): Respect elint-ignored-warnings.
11394         (elint-bound-variable, elint-bound-function): New variables.
11395         (elint-unbound-variable): Respect elint-bound-variable.
11396         (elint-get-args): Respect elint-bound-function.
11397         (elint-check-cond-form): Add some simple handling for (f)boundp and
11398         featurep tests.
11399         (elint-check-defalias-form): New handler.
11400         (elint-check-let-form): Make an empty let a warning rather than an
11401         error.
11402         (elint-check-setq-form): Make an empty setq a warning rather than an
11403         error.  Respect elint-ignored-warnings.
11404         (elint-check-defvar-form): Accept null doc-strings.
11405         (elint-check-conditional-form): New handler.  Does some simple-minded
11406         checking of featurep and (f)boundp tests.
11407         (elint-put-function-args): New function.
11408         (elint-initialize): Use elint-scan-doc-file rather than
11409         elint-find-builtin-variables.  Use elint-put-function-args.
11410         Possibly scan preloaded-file-list.
11411         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11412         extend to handle functions as well.
11414 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
11416         * linum.el (linum-delete-overlays, linum-update-window):
11417         Do not modify the right margin.  (Bug#3971)
11419 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
11421         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11422         nxml-mode instead of xml-mode.
11424 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11426         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
11428 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11430         * net/dig.el (dig-mode): Use define-derived-mode.
11432 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
11434         * vc-dispatcher.el (vc-do-command): Return the process object in
11435         the asynchronous case.  Use when instead of if.  Do not run
11436         vc-exec-after to display a message if not enabled.  (Bug#4463)
11438         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11439         properties to the stash strings.
11440         (vc-git-stash-list): Return a list of strings.
11441         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11442         (vc-git-stash-show-at-point): New functions.
11443         (vc-git-stash-map): New keymap.
11445         * register.el (ctl-x-r-map): Define the keys here instead of
11446         using autoload.
11448 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
11450         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11451         list, to workaround performance problem (bug#4485).
11453 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
11455         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11457 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
11459         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11460         Document that this option is not recommended to use.
11462 2009-09-19  Glenn Morris  <rgm@gnu.org>
11464         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11465         variable `var'.
11467         * calc/calc-alg.el (var):
11468         * calc/calcalg2.el (var): Define for compiler.
11470 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
11472         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11473         Doc fix (Bug#3932).
11475         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11477         * time-stamp.el (time-stamp-month-dd-yyyy)
11478         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11479         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11480         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11481         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11482         Remove functions that have been obsolete since 1995 (Bug#4436).
11484         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11485         indent buffer only if called interactively (Bug#4452).
11487 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
11488             Eli Zaretskii  <eliz@gnu.org>
11490         This fixes bug#4197 (merged to bug#865, though not identical).
11491         * server.el (server-auth-dir): Add docstring note about FAT32.
11492         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11493         but warn against using them.
11495 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
11497         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11498         older GDB where there is no has_more field.
11500 2009-09-19  Glenn Morris  <rgm@gnu.org>
11502         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11504 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
11506         * files.el (auto-mode-alist): Change default for XML files to nXML
11507         mode (Bug#4169).
11509 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
11511         * server.el (server-ensure-safe-dir): Pass 'integer
11512         to `file-attributes', as suggested.
11514 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11516         * dired-aux.el (dired-query-alist): Remove spurious backslash.
11517         (dired-query): Use read-key.
11519 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
11521         * cus-start.el (ns-use-qd-smoothing): Remove.
11523 2009-09-18  Glenn Morris  <rgm@gnu.org>
11525         * allout.el (top-level): Remove unnecessary progn.
11527         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11529         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11530         definition of abbrev table.
11532         * speedbar.el (speedbar-track-mouse):
11533         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11534         * net/eudc.el (eudc-expand-inline):
11535         * net/newst-backend.el (newsticker--cache-read-feed):
11536         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11537         condition-case handlers.
11539 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
11541         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11542         (gdb-var-list): Add an element for has_more field.
11543         (gdb-non-stop-handler): Enable pretty printing for STL containers.
11544         (gdb-var-create-handler, gdb-var-list-children-handler-1)
11545         (gdb-var-update-handler-1): Parse output of dynamic variable
11546         objects (STL containers).
11547         (gdb-var-delete-1): Pass var1 as an explicit second argument.
11548         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
11550         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
11551         gdb-var-list.
11552         (gud-speedbar-buttons): Make node expandable if expression "has more"
11553         children.
11555 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
11557         * startup.el (emacs-quick-startup): Remove variable and all uses.
11558         (command-line): Set `inhibit-x-resources' instead.
11559         (command-line-1): Use `inhibit-x-resources' instead.
11561 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
11563         * subr.el: Fix last change to avoid using the `unless' macro,
11564         which breaks bootstrapping.
11566 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11568         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
11569         extended definitions, in case we reload subr.el after having
11570         loaded CL.
11571         (eval-next-after-load): Mark as obsolete.
11573 2009-09-17  Juri Linkov  <juri@jurta.org>
11575         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
11576         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
11577         (menu-bar-showhide-menu, menu-bar-tools-menu)
11578         (menu-bar-describe-menu, menu-bar-help-menu)
11579         (minibuffer-local-completion-map, minibuffer-local-map):
11580         Fix list quoting.
11582 2009-09-17  Glenn Morris  <rgm@gnu.org>
11584         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
11585         arguments, whether or not it has a handler.
11587         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
11589         * simple.el (hard-newline): Give it a doc-string.
11591         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11592         (lisp-mode-syntax-table): Give them doc-strings.
11594 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
11596         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
11597         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
11598         (menu-bar-options-menu, menu-bar-showhide-menu)
11599         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
11600         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
11601         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
11602         (menu-bar-options-menu, menu-bar-tools-menu)
11603         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
11604         (menu-bar-help-menu):
11605         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
11606         string arguments.
11608         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
11609         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
11610         calls for the menu names and :help.
11612 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11614         * mouse.el (minor-mode-menu-from-indicator): Pay attention
11615         to :minor-mode-function (bug#4455).
11617 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11619         * startup.el (command-line): Initialize the window-system after
11620         processing the command-line.
11622         * textmodes/page.el (what-page): Make sure we don't inf-loop if
11623         page-delimiter matches the empty string.
11625 2009-09-16  Glenn Morris  <rgm@gnu.org>
11627         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
11628         byte-compile-not-obsolete-var.  It's a list now.
11629         (byte-compile-not-obsolete-funcs): New variable.
11630         (byte-compile-warn-obsolete): Don't warn about functions if they are in
11631         byte-compile-not-obsolete-funcs.
11632         (byte-compile-variable-ref, byte-compile-defvar): Update for
11633         byte-compile-not-obsolete-vars name-change and list nature.
11634         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
11635         and variables behind (f)boundp tests.
11636         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
11638 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
11640         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
11642 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11644         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
11645         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
11646         Don't autoload.
11648 2009-09-15  Stephen Eglen  <stephen@gnu.org>
11650         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
11651         the virtual-buffers, use the name of the buffer specified by
11652         find-file-noselect, as the match may be a symlink.  (This was a
11653         problem if the target and the symlink had different names.)
11655 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11657         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
11659         * desktop.el (desktop-path): Check user-emacs-directory.
11661         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
11663         * loadup.el: Use after-load-functions to GC after loading each file.
11664         Remove the explicit GC calls that used to be sprinkled around.
11666         * subr.el (after-load-functions): New hook.
11667         (do-after-load-evaluation): Run it.  Use string-match-p to detect
11668         `obsolete' packages, rather than painfully extracting the relevant
11669         directory name.
11671 2009-09-15  Glenn Morris  <rgm@gnu.org>
11673         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
11674         free variable `doc'.
11676         * dired.el (dired-mode-map): Add menu entry for async shell command.
11678         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
11679         variables, also consider the .elc files, since the .el files are
11680         normally gzipped (subsequent code locates the .el.gz from the .elc).
11682         * calc/calc-prog.el (arglist): Define for compiler.
11684         * calendar/diary-lib.el (diary-display-function): Change the default to
11685         fancy display.
11686         (body): Define for compiler.
11688         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
11689         (byte-compile-file-form, byte-compile-lambda)
11690         (byte-compile-top-level-body, byte-compile-form)
11691         (byte-compile-variable-ref, byte-compile-setq)
11692         (byte-compile-setq-default, byte-compile-body)
11693         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
11694         (batch-byte-compile): Give some more local variables with common names
11695         a "bytecomp-" prefix to avoid masking warnings about free variables.
11697         * startup.el (command-line-1): Give local variables with common names a
11698         distinguishing prefix, so as not to hide free variable warnings during
11699         bootstrap.
11701         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
11702         clever and add a suffix to make a unique name, just let the user decide
11703         whether or not to overwrite it.  If the input is a directory, write the
11704         default filename to that directory.  (Bug#4388)
11705         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
11706         is a filename-as-a-directory.
11708 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11710         * textmodes/page.el (what-page): Don't move to beginning of line.
11711         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
11713 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
11715         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
11717 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
11719         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
11720         * help.el (help-for-help-internal): Add purecopy calls for text.
11722         * vc.el (top): print-log method now takes an optional SHORTLOG
11723         argument.  Add a new method: root.
11724         (vc-root-diff, vc-print-root-log): New functions.
11725         (vc-log-short-style): New variable.
11726         (vc-print-log-internal): Add support for showing short logs.
11728         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
11729         vc-print-root-log and vc-print-root-diff.
11731         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
11732         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
11733         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
11734         short logs.
11736         * vc-cvs.el (vc-cvs-print-log):
11737         * vc-mtn.el (vc-mtn-print-log):
11738         * vc-rcs.el (vc-rcs-print-log):
11739         * vc-sccs.el (vc-sccs-print-log):
11740         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
11741         that is ignored for now.
11743         * vc-mtn.el (vc-mtn-annotate-command):
11744         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
11746 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11748         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
11749         to function-key-map, and give them ascii-character property.
11750         * term/x-win.el (x-alternatives-map):
11751         * term/ns-win.el (ns-alternatives-map):
11752         * term/internal.el (msdos-key-remapping-map):
11753         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
11755 2009-09-14  Glenn Morris  <rgm@gnu.org>
11757         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
11758         temp-buffers (2009-09-12).
11760 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11762         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
11763         the new read-key function.
11765 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
11767         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
11768         is defined (Bug#4405).
11770 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
11772         * recentf.el (recentf-cleanup): Use a hash table to find
11773         duplicates (Bug#4407).
11775 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
11777         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
11778         kp-0 to ascii equivalents (Bug#4325).
11780 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
11782         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
11784         * eshell/em-hist.el:
11785         * eshell/em-dirs.el (eshell-complete-user-reference):
11786         Declare pcomplete functions and variables to avoid compiler warnings.
11788 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
11790         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
11791         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
11792         * eshell/em-alias.el (eshell-aliases-file):
11793         * eshell/em-hist.el (eshell-history-file-name):
11794         Use expand-file-name instead of concat to make file names (Bug#4308).
11796 2009-09-13  Glenn Morris  <rgm@gnu.org>
11798         * ediff-merg.el (ediff-do-merge):
11799         * filesets.el (filesets-run-cmd):
11800         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
11801         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
11802         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
11803         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
11804         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
11805         Replace empty `let's with `progn'.
11807 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11809         * mail/sendmail.el (send-mail-function):
11810         * tooltip.el (tooltip-mode):
11811         * simple.el (transient-mark-mode):
11812         * rfn-eshadow.el (file-name-shadow-mode):
11813         * frame.el (blink-cursor-mode):
11814         * font-core.el (global-font-lock-mode):
11815         * files.el (temporary-file-directory)
11816         (small-temporary-file-directory, auto-save-file-name-transforms):
11817         * epa-hook.el (auto-encryption-mode):
11818         * composite.el (global-auto-composition-mode):
11819         Use custom-initialize-delay.
11820         * startup.el (command-line): Don't explicitly call
11821         custom-reevaluate-setting for all the above vars.
11822         * custom.el (custom-initialize-safe-set)
11823         (custom-initialize-safe-default): Delete.
11825 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11827         * term/x-win.el (x-initialize-window-system):
11828         * term/w32-win.el (w32-initialize-window-system):
11829         * term/ns-win.el (ns-initialize-window-system): Don't call
11830         mouse-wheel-mode since it's enabled globally by default already.
11832         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
11833         actually define the variable, but only silences the byte-compiler.
11834         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
11835         before looking it up.
11836         (mouse-wheel-scroll-amount): Also reset the bindings if this value
11837         is changed.
11839 2009-09-12  Glenn Morris  <rgm@gnu.org>
11841         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
11842         1000.
11843         (elint-add-required-env): Don't beep on error.
11844         (elint-forms): In case of error, return ENV unchanged.
11845         (elint-init-env): Skip non-list forms.
11846         (elint-log): Handle unknown file positions.
11848 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
11850         * epg.el (epg-make-context): Add autoload cookie.
11851         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
11852         (epg-decrypt-string, epg-start-verify, epg-verify-file)
11853         (epg-verify-string, epg-start-sign, epg-sign-file)
11854         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
11855         (epg-encrypt-string, epg-start-export-keys)
11856         (epg-export-keys-to-file, epg-export-keys-to-string)
11857         (epg-start-import-keys, epg-import-keys-from-file)
11858         (epg-import-keys-from-string, epg-start-receive-keys)
11859         (epg-receive-keys, epg-import-keys-from-server)
11860         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
11861         (epg-sign-keys, epg-start-generate-key)
11862         (epg-generate-key-from-file, epg-generate-key-from-string):
11863         Remove autoload cookie.
11865 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
11867         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
11868         reevaluation of trash-directory.
11870         * mwheel.el: Fix last change.
11871         (mouse-wheel-mode): New defvar.
11872         (mouse-wheel-mode): Remove autoload cookie.
11874 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11876         * mwheel.el (mwheel-installed-bindings): New var.
11877         (mouse-wheel-mode): Use it, so as to make sure we really remove all
11878         the bindings we set last time.  Use custom-initialize-delay.
11879         * loadup.el: Load mwheel after term/*-win.el.
11880         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
11881         and mouse-wheel-up-event now that their first evaluation is done
11882         sufficiently late to be correct.
11884         * startup.el (tutorial-directory): Make it a defcustom.
11885         Use custom-initialize-delay rather than eval-at-startup to set it.
11886         * image.el (image-load-path): Make it a defcustom.
11887         Use custom-initialize-delay rather than eval-at-startup to set it.
11888         * subr.el (eval-at-startup): Remove.
11889         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
11891         * subr.el (do-after-load-evaluation): Warn the user after loading an
11892         obsolete package.
11894 2009-09-12  Glenn Morris  <rgm@gnu.org>
11896         * proced.el (proced-mark-alt): Remove alias.
11897         (proced-mode-map): Remove proced-mark-alt.
11899         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
11900         Elint file and directory.  Remove initialization entry.
11902         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
11903         commands.
11904         (elint-current-buffer): Set mode-line-process.
11905         (elint-init-env): Handle define-derived-mode.
11906         Fix declare-function with unspecified arglist.  Guard against odd
11907         defalias statements (eg iso-insert's 8859-1-map).
11908         (elint-add-required-env): Use a temp buffer.
11909         (elint-form): Just print the function/macro name, not the whole form.
11910         Return env unchanged if we fail to parse a macro.
11911         (elint-forms): Guard against parse errors.
11912         (elint-output): New function, to handle batch mode.
11913         (elint-log-message): Add optional argument.  Use elint-output.
11914         (elint-set-mode-line): New function.
11916 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
11918         * emacs-lisp/elp.el (elp-not-profilable): Add more
11919         functions (Bug#4233).
11921 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
11923         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
11924         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
11926 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
11928         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
11929         (gdb-var-list-children): Use json parsing.
11931 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
11933         * progmodes/js.el (js--proper-indentation): Handle the case where
11934         char-before is null.  Reported by Deniz Dogan.
11936 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
11938         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
11940 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
11942         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
11943         (epg-digest-algorithm-alist): Add SHA224.
11944         (epg-context-set-passphrase-callback)
11945         (epg-context-set-progress-callback): Add description about
11946         callback function.
11948 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11950         * custom.el (custom-delayed-init-variables): New var.
11951         (custom-initialize-delay): New function.
11952         * startup.el (command-line): "Re"evaluate all vars in
11953         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
11954         explicitly any more.
11955         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
11956         to avoid creating a ~/.emacs.d at build-time (bug#4347).
11958         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
11960 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
11962         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
11963         (gdb-var-update-handler): Use json parsing.
11965 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
11967         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
11968         decode annotated text, regardless of language environment.  (Bug#2741)
11970 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11972         * Makefile.in (autoloads): Make rmail.el writable as well.
11974 2009-09-11  Glenn Morris  <rgm@gnu.org>
11976         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
11977         loaddefs.el.
11978         * dired.el: Regenerate with extracted autoloads.
11979         * Makefile.in (autoloads): Make dired.el writable.
11981         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
11982         * ibuffer.el: Regenerate with extracted autoloads.
11983         * Makefile.in (autoloads): Make ibuffer.el writable.
11985         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
11986         * version.el (emacs-copyright, emacs-major-version)
11987         (emacs-minor-version): Reformat doc-strings for make-docfile.
11989         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
11990         functions and variables, since they must be stuff specific to some other
11991         platform.
11992         (apropos-print): Make mouse-click message less specific about button.
11994         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
11995         that records where a macro was defined.
11996         * help-fns.el (describe-function-1): Mention if a function has a
11997         compiler-macro.
11998         * help-mode.el (help-function-cmacro): New button.
12000         * locate.el (top-level): Always require dired.
12001         (locate-mode-map): Initialize inside the defvar.
12003         * net/ange-ftp.el (dired-compress-file): Declare.
12004         (ange-ftp-dired-compress-file): Add doc string.
12006         * term/ns-win.el (x-display-name, x-setup-function-keys):
12007         Unify doc-strings with X versions.
12009 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12011         * emulation/crisp.el (crisp-mode-map): Move initialization
12012         into declaration.
12013         (crisp-mode): Use define-minor-mode.
12015         * progmodes/xscheme.el (xscheme-evaluation-commands):
12016         Put a :advertised-binding property rather than using
12017         advertised-xscheme-send-previous-expression.
12018         (advertised-xscheme-send-previous-expression): Declare obsolete.
12019         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
12020         `advertised-undo'.
12021         (crisp-mode): Add corresponding bindings to
12022         undo's :advertised-binding instead.
12023         * dired.el (dired-mode-map): Put a :advertised-binding property rather
12024         than using dired-advertised-find-file.
12025         (dired-advertised-find-file):
12026         * simple.el (advertised-undo):
12027         * wid-edit.el (advertised-widget-backward): Declare obsolete.
12028         (widget-keymap): Put a :advertised-binding property rather
12029         than using advertised-widget-backward.
12030         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
12031         than using advertised-undo.
12032         * tutorial.el (tutorial--default-keys): Adjust accordingly.
12034 2009-09-10  Simon South  <ssouth@slowcomputing.org>
12036         * progmodes/delphi.el (delphi-tab): Indent region when Transient
12037         Mark mode is enabled and region is active; otherwise indent or
12038         insert TAB as usual.
12039         (delphi-mode): Update description of TAB-key binding.
12041 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12043         * subr.el (define-key-rebound-commands): Mark obsolete.
12044         * startup.el (precompute-menubar-bindings): Remove.
12045         (normal-top-level): Remove obsolete code that tried to precompute
12046         menubar bindings.
12047         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
12048         define-key-rebound-commands and precompute-menubar-bindings.
12050 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12052         * net/imap.el (imap-interactive-login): Better messages.
12053         (imap-open): Fix bug with renamed buffer on reconnect.
12054         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12055         for easier debugging and cleaner code.  On successful (guessed based on
12056         server capabilities) secondary authentication, set imap-state
12057         correctly.
12058         (imap-last-authenticator): Define imap-last-authenticator as a variable
12059         to avoid warnings.
12061 2009-09-10  Glenn Morris  <rgm@gnu.org>
12063         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
12065         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
12066         (byte-compile-file-form-autoload): Don't warn about unknown functions
12067         where the autoload statement comes after the use.
12068         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
12069         that any handlers inside the body (eg require) are in turn respected.
12071         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
12072         effects.
12074         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
12075         and syntax and abbrev tables basic docs, if they don't have any.
12077         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
12079         * international/mule-cmds.el (top-level): Require cl when compiling.
12080         (view-hello-file): Use default-value rather than
12081         default-enable-multibyte-characters.
12083         * progmodes/fortran.el: Move all safe and risky properties into the
12084         defcustoms.
12086         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
12087         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
12088         * mail/undigest.el:
12089         Put autoloads in rmail.el rather than loaddefs.el.
12090         * mail/rmail.el: Regenerate with extracted autoloads.
12092         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
12093         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
12095 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
12097         Reported in thread for Bug#4375.
12098         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
12099         "-data-evaluate-expression" instead of print.
12100         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
12101         (gdb-tooltip-print): Parse output from above MI command.
12102         (gdb): Revert 2009-08-11 change.  User should detach inferior
12103         manually.
12105         Remove the word "separate" from IO functions as inferior
12106         output is now never displayed in the GUD buffer.
12108 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
12110         * startup.el (command-line-normalize-file-name): On Windows and
12111         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
12113 2009-09-10  Juri Linkov  <juri@jurta.org>
12115         * isearch.el (isearch-text-char-description): Propertize escape
12116         character sequences with the `escape-glyph' face.  (Bug#4344)
12118         * simple.el (shell-command): Set asynchronous process filter to
12119         `comint-output-filter'.  (Bug#4343)
12121         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
12122         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
12123         the list.  Move "asm" to the bottom.
12124         (grep-find-ignored-directories): Add `choice' with nil value
12125         to empty the list easily.
12126         (grep-find-ignored-files): New option.
12127         (grep-files-history): Set to nil by default instead of '("ch" "el").
12128         (grep-compute-defaults): Add "<X>" to `grep-template'.
12129         (grep-read-files): Bind new local variables `default-alias' and
12130         `default-extension'.  Use a list of default values for the file prompt.
12131         (lgrep): Add `--exclude=' command line options composed from
12132         `grep-find-ignored-files'.
12133         (rgrep): Add `-name' command line options composed from
12134         `grep-find-ignored-files'.  (Bug#4301)
12136 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12138         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
12139         (bug#4368).
12141 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12143         * calendar/time-date.el (autoload):
12144         Expand define-obsolete-function-alias into defalias and make-obsolete
12145         for old Emacsen that Gnus supports.
12146         (with-no-warnings): Define it for old Emacsen.
12147         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12148         is available.
12149         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12150         float-time is available; suppress compile warning for time-to-seconds.
12152 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12154         * net/imap.el (imap-message-map): Docstring fix.
12156 2009-09-09  Glenn Morris  <rgm@gnu.org>
12158         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
12159         line numbers too.  (Bug#4374)
12161 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12163         * smerge-mode.el (smerge-remove-props, smerge-refine):
12164         Use with-silent-modifications (bug#4342).
12166         * subr.el (with-silent-modifications): New macro.
12168 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
12170         * files.el (top-level): Require `cl' when compiling.
12172 2009-09-07  Glenn Morris  <rgm@gnu.org>
12174         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
12176         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
12177         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
12179 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
12181         * vc-git.el (vc-git-annotate-command): Use separator to parse
12182         arguments correctly.
12184 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
12186         * proced.el (proced-mode): Doc fix.
12188 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
12190         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
12191         lstat fails.
12192         (tramp-do-file-attributes-with-ls): Check for file existence at
12193         remote end.
12194         (tramp-do-file-attributes-with-stat): Likewise.
12195         (tramp-convert-file-attributes): Return nil when attr is nil.
12197 2009-09-05  Glenn Morris  <rgm@gnu.org>
12199         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
12200         properties to this button.
12201         (diary-fancy-display): Don't extend the button to the final newline.
12202         (diary-fancy-display-mode): Continue to define "q" as a local key.
12204         * calendar/cal-china.el (holiday-chinese): Make it slightly more
12205         efficient.
12207         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
12209         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
12210         (byte-compile-dest-file-function): New option.
12211         (byte-compile-dest-file): Doc fix.
12212         Obey byte-compile-dest-file-function.
12213         (byte-compile-cl-file-p): New function.
12214         (byte-compile-eval): Only suppress noruntime warnings about cl functions
12215         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
12216         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
12217         than for file being previously loaded.
12218         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
12219         (byte-compile-file-form-require): Handle the case where requiring a file
12220         indirectly causes CL to be loaded.
12222 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
12224         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
12225         before killing the old buffer, since by the time `kill-buffer' is
12226         run so many buffer variables have been set to nil that it may not
12227         behave as expected.  (Bug#4061)
12229 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
12231         * files.el (find-alternate-file): If the old buffer is modified
12232         and visiting a file, behave similarly to `kill-buffer' when
12233         killing it, thus reverting to the pre-1.878 behavior; see
12234         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
12235         for discussion.  Also, consult `buffer-file-name' as a variable
12236         not as a function, for consistency with the rest of the code.
12238 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
12240         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12241         also when adding a new directory.
12243         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12244         defun.
12246 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12248         * files.el (locate-file-completion-table): Make it provide boundary
12249         information, so partial-completion works better.
12251 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
12253         * mail/footnote.el (Footnote-text-under-cursor):
12254         Check footnote-text-marker-alist before using it (bug#4324).
12256 2009-09-04  Glenn Morris  <rgm@gnu.org>
12258         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12259         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12260         * play/solitaire.el, play/tetris.el:
12261         Remove leading * from defcustom and defface docs.
12263         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12264         necessary.
12265         (diary-fancy-overriding-map): New variable.
12266         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12267         Use view-mode.
12269         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12270         goto-line.
12272 2009-09-03  Glenn Morris  <rgm@gnu.org>
12274         * arc-mode.el (archive-mode):
12275         * dos-fns.el (set-default-process-coding-system):
12276         * man.el (Man-getpage-in-background):
12277         * menu-bar.el (menu-bar-describe-menu):
12278         * server.el (server-process-filter):
12279         * startup.el (command-line):
12280         * tar-mode.el (tar-header-block-tokenize, tar-extract):
12281         * w32-fns.el (set-default-process-coding-system):
12282         * x-dnd.el (x-dnd-handle-file-name):
12283         * international/mule-cmds.el (mule-menu-keymap)
12284         (set-default-coding-systems, language-info-alist, set-language-info)
12285         (set-language-environment, standard-display-european-internal)
12286         (set-locale-environment):
12287         * international/mule-diag.el (mule-diag):
12288         * mail/emacsbug.el (report-emacs-bug):
12289         * mail/rmail.el (rmail-mode):
12290         * mail/sendmail.el (mail-setup):
12291         Use default-value rather than default-enable-multibyte-characters.
12293         * progmodes/f90.el: Move all safe properties into the defcustoms.
12294         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12296         * calendar/appt.el (appt-check):
12297         * calendar/diary-lib.el (diary-set-header, diary-live-p)
12298         (diary-check-diary-file, diary-list-entries)
12299         (diary-include-other-diary-files, diary-simple-display)
12300         (diary-fancy-display, diary-print-entries)
12301         (diary-mark-included-diary-files, diary-make-entry):
12302         Don't call substitute-in-file-name on diary-file.
12304 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
12305             Stefan Monnier  <monnier@iro.umontreal.ca>
12307         * mail/footnote.el (footnote-prefix): Make it a defcustom.
12308         (footnote-mode-map): Move initialization into the declaration.
12309         (footnote-minor-mode-map): Define it rather than changing global-map.
12310         (footnote-mode): Use define-minor-mode.
12312 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
12314         * net/tramp.el (tramp-handle-file-attributes-with-ls)
12315         (tramp-do-file-attributes-with-perl)
12316         (tramp-do-file-attributes-with-stat): Rename from
12317         `tramp-handle-file-attributes-with-*'.
12318         (tramp-handle-file-attributes): Use them.
12319         (tramp-do-directory-files-and-attributes-with-perl)
12320         (tramp-do-directory-files-and-attributes-with-stat): Rename from
12321         `tramp-handle-directory-files-and-attributes-with-*'.
12322         (tramp-handle-directory-files-and-attributes): Use them.
12323         (tramp-method-out-of-band-p): Additional parameter SIZE.
12324         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12325         (tramp-handle-write-region): Use it.
12326         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12327         (tramp-handle-vc-registered): Check, whether the first run did
12328         return files to be tested.
12329         (tramp-advice-make-auto-save-file-name): Do not call directly
12330         `tramp-handle-make-auto-save-file-name', because this would bypass
12331         the locking mechanism.
12333         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12334         (file-remote-p, process-file, start-file-process, set-file-times)
12335         (tramp-compat-file-attributes): Compatibility functions shall not
12336         call directly `tramp-handle-*', because this would bypass the
12337         locking mechanism.
12338         (tramp-compat-number-sequence): New defun.
12340 2009-09-02  Glenn Morris  <rgm@gnu.org>
12342         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12343         alias for float-time.
12344         (time-to-number-of-days): In Emacs, use float-time.
12345         * net/newst-backend.el (time-add): Suppress warnings from compat
12346         function.
12347         * time.el (emacs-uptime, emacs-init-time):
12348         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12349         Use float-time rather than time-to-seconds.
12351         * minibuffer.el (completion-initials-expand): Fix typo.
12353         * faces.el (modeline, modeline-inactive, modeline-highlight)
12354         (modeline-buffer-id):
12355         * info.el (info-menu-5): Mark these face aliases as obsolete.
12357 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12359         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12360         space ...
12361         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12362         no "--thread" option.
12363         (gdb-stopped): Don't print "Switched to thread" message when it is
12364         unchanged.
12366 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12368         * minibuffer.el (completion-try-completion)
12369         (completion-all-completions): Remove ill-defined (and
12370         mistakenly installed and luckily never used nor documented)
12371         `completion-styles' property.
12372         (completion-initials-expand, completion-initials-all-completions)
12373         (completion-initials-try-completion): New functions.
12374         (completion-styles-alist): Add doc to each entry.
12375         Add new `initials' entry.
12377 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12379         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12380         MI command -var-evaluate-expression.
12381         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12382         and tweak for case of string child.
12383         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12385 2009-09-01  Glenn Morris  <rgm@gnu.org>
12387         * add-log.el (change-log-date-face, change-log-name-face)
12388         (change-log-email-face, change-log-file-face, change-log-list-face)
12389         (change-log-conditionals-face, change-log-function-face)
12390         (change-log-acknowledgement-face):
12391         * cus-edit.el (custom-invalid-face, custom-rogue-face)
12392         (custom-modified-face, custom-set-face, custom-changed-face)
12393         (custom-saved-face, custom-button-face, custom-button-pressed-face)
12394         (custom-documentation-face, custom-state-face, custom-comment-face)
12395         (custom-comment-tag-face, custom-variable-tag-face)
12396         (custom-variable-button-face, custom-face-tag-face)
12397         (custom-group-tag-face-1, custom-group-tag-face):
12398         * diff-mode.el (diff-header-face, diff-file-header-face)
12399         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12400         (diff-added-face, diff-changed-face, diff-function-face)
12401         (diff-context-face, diff-nonexistent-face):
12402         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12403         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12404         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12405         (Info-title-4-face):
12406         * isearch.el (isearch-lazy-highlight-face):
12407         * log-view.el (log-view-file-face, log-view-message-face):
12408         * paren.el (show-paren-match-face, show-paren-mismatch-face):
12409         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12410         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12411         (cvs-msg-face):
12412         * smerge-mode.el (smerge-mine-face, smerge-other-face)
12413         (smerge-base-face, smerge-markers-face):
12414         * wid-edit.el (widget-documentation-face, widget-button-face)
12415         (widget-field-face, widget-single-line-field-face)
12416         (widget-inactive-face, widget-button-pressed-face):
12417         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12418         (woman-addition-face):
12419         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12420         (eshell-ls-executable-face, eshell-ls-readonly-face)
12421         (eshell-ls-unreadable-face, eshell-ls-special-face)
12422         (eshell-ls-missing-face, eshell-ls-archive-face)
12423         (eshell-ls-backup-face, eshell-ls-product-face)
12424         (eshell-ls-clutter-face):
12425         * eshell/em-prompt.el (eshell-prompt-face):
12426         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12427         * obsolete/old-whitespace.el (whitespace-highlight-face):
12428         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12429         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12430         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12431         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12432         (antlr-font-lock-literal-face):
12433         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12434         (ebrowse-root-class-face, ebrowse-file-name-face)
12435         (ebrowse-default-face, ebrowse-member-attribute-face)
12436         (ebrowse-member-class-face, ebrowse-progress-face):
12437         * progmodes/make-mode.el (makefile-space-face):
12438         * progmodes/sh-script.el (sh-heredoc-face):
12439         * textmodes/flyspell.el (flyspell-incorrect-face)
12440         (flyspell-duplicate-face):
12441         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12442         * textmodes/texinfo.el (texinfo-heading-face):
12443         Mark face aliases with "-face" suffix as obsolete.
12445         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12446         compiler.
12448         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12449         (eudc-bob-sound-menu): Use defvar rather than defconst, since
12450         easy-menu-define wants to modify these.
12452         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12454         * net/browse-url.el (browse-url-file-url):
12455         * term/internal.el (dos-codepage-setup):
12456         Use default-value rather than default-enable-multibyte-characters.
12458         * progmodes/etags.el (etags-goto-tag-location):
12459         * progmodes/flymake.el (flymake-highlight-line)
12460         (flymake-goto-file-and-line, flymake-goto-line):
12461         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12462         (gdb-goto-breakpoint):
12463         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12464         * progmodes/python.el (python-find-function)
12465         (python-pdbtrack-track-stack-file):
12466         * progmodes/verilog-mode.el (verilog-surelint-off):
12467         * term/ns-win.el (ns-open-file-select-line):
12468         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12469         Use forward-line rather than goto-line.
12471         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12472         * textmodes/reftex-index.el (reftex-display-index):
12473         * textmodes/reftex-ref.el (reftex-offer-label-menu):
12474         * textmodes/reftex-toc.el (reftex-toc):
12475         Remove unnecessary bindings of default-major-mode (all are followed by
12476         major-mode check and possible mode switch).
12478 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12480         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12481         Handle watchpoints (bug#4282).
12482         (def-gdb-thread-buffer-command): Enable thread to be selected by
12483         clicking without selecting threads buffer first.
12484         (gdb-current-context-command): Use selected frame so that "up",
12485         "down" etc work in the GUD buffer.
12486         (gdb-update): Find selected frame before rendering stack buffer.
12487         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12489 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12491         * progmodes/sym-comp.el (displayed-completions): Remove.
12492         (symbol-complete): Use minibuffer-complete.
12494 2009-08-31  Glenn Morris  <rgm@gnu.org>
12496         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12498         * apropos.el (apropos-symbols-internal):
12499         Handle (obsolete) face aliases.
12501         * faces.el (describe-face): Adjust the output format to be more like
12502         describe-variable, and to mention (obsolete) face aliases.
12503         Adjust the whitespace so that help-setup-xref works.
12505         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12506         * calendar/diary-lib.el (diary-button-face):
12507         Mark these face aliases as obsolete.
12509         * calendar/calendar.el (calendar-today): Doc fix.
12511 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12513         * progmodes/gdb-mi.el (gdb-control-all-threads)
12514         (gdb-control-current-thread): Force tool bar update.
12515         (gdb-non-stop-handler): New function.
12516         (gdb-init-1): Use it to test if non-stop mode is supported.
12517         Remove unused gdbmi buffer type.
12519 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
12521         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12522         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
12524 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
12526         * comint.el (comint-exec-1): Check command is non-null first.
12527         Part of gdb-mi.el change (2009-08-28).
12529 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12531         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12533 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
12535         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12536         instead of `dolist' to avoid a recursive require when bootstrapping.
12538 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12540         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12542         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12544         * net/imap.el (imap-send-command): Simplify.
12545         (imap-wait-for-tag): point-max -> buffer-size.
12547         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
12549         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
12550         with constant argument.
12552         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
12554         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
12556         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
12557         Change default, since most of our files don't have a history.
12558         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
12559         the user.
12561         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12562         Add comint-run.
12564         * calc/calc.el: Improve commenting convention.
12565         (calc-digit-map, toplevel): Simplify.
12567         * comint.el (comint-insert-input): Be careful to only set point if we
12568         don't delegate to some other command.
12570         * proced.el (proced-signal-list): Make it an alist.
12571         (proced-grammar-alist): Capitalize names.
12572         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
12573         Disable undo manually and make it read-only.
12574         Use completion-annotate-function.
12576         * minibuffer.el (minibuffer-message): If the current buffer is not
12577         a minibuffer, insert the message in the echo area rather than at the
12578         end of the buffer.
12579         (completion-annotate-function): New variable.
12580         (minibuffer-completion-help): Use it.
12581         (completion--embedded-envvar-table): Environment vars are
12582         always case-sensitive.
12584 2009-08-30  Glenn Morris  <rgm@gnu.org>
12586         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
12587         from fortran-current-defun.
12588         (fortran-beginning-of-subprogram): Be more precise about finding the
12589         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
12590         (fortran-end-of-subprogram): Simplify.
12591         (fortran-current-defun): Use fortran-start-prog-re.
12593 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
12595         * subr.el (do-after-load-evaluation): Simplify.
12597 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
12599         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
12601         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
12602         (vc-rcs-print-log): Use it.
12604         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
12606 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12608         * paths.el (abbrev-file-name): Move to abbrev.el.
12609         * abbrev.el (abbrev-file-name): Move from paths.el.
12610         Obey user-emacs-directory.
12611         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
12612         user-emacs-directory.
12613         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
12614         abbrev-file-name and calc-settings-file any more.
12615         * startup.el (command-line): Recompute abbrev-file-name and
12616         abbreviated-home-dir.
12617         (normal-no-mouse-startup-screen): Improve the generic code and get rid
12618         of the special code for when C-h bindings haven't been changed.
12619         (display-startup-echo-area-message): Use with-current-buffer.
12620         (command-line-1): Use a list of strings, rather than a list of lists
12621         of strings for longopts.
12623         * files.el (get-free-disk-space): Use / for default-directory.
12625         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
12626         Use with-current-buffer.
12628         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
12629         Recognize immutable variables like most-positive-fixnum.
12630         (byte-compile-setq-default): Check and warn if trying to assign
12631         to an immutable variable, or a non-variable.
12633         * progmodes/cc-vars.el (c-comment-continuation-stars):
12634         * progmodes/cc-engine.el (c-looking-at-bos):
12635         * progmodes/cc-cmds.el (c-toggle-auto-state)
12636         (c-forward-into-nomenclature, c-backward-into-nomenclature)
12637         (c-comment-line-break-function): Add version of obsolescence.
12639 2009-08-28  Juri Linkov  <juri@jurta.org>
12641         * files.el (magic-fallback-mode-alist): Add ZIP magic number
12642         associated with `archive-mode'.
12644         * image.el (image-type-header-regexps): Use only JPEG magic number
12645         to determine JPEG images, and don't use `image-jpeg-p' because
12646         Emacs can display non-JFIF non-Exif JPEG images.
12648 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
12650         * arc-mode.el (archive-mode):
12651         * emacs-lisp/re-builder.el (re-builder-unload-function):
12652         Protect against the default value of `major-mode' being nil.
12654 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
12656         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
12657         Fix typos in docstrings.
12659         * progmodes/js.el (js--macro-decl-re): Doc fix.
12660         (js--plain-method-re, js--split-name): Refloc docstring.
12661         (js--class-styles, js--make-merged-item, js--splice-into-items):
12662         Fix typos in docstrings; reflow docstrings.
12663         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
12664         (js--variable-decl-matcher, js--inside-pitem-p)
12665         (js--parse-state-at-point, js--get-all-known-symbols)
12666         (js--symbol-history, js-find-symbol, js--js-references)
12667         (js--moz-interactor, js--js-encode-value, js--read-tab):
12668         Fix typos in docstrings.
12670 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12672         * textmodes/reftex.el (reftex-get-file-buffer-force):
12673         * progmodes/verilog-mode.el (verilog-batch-execute-func):
12674         * emulation/viper.el (viper-go-away, viper-set-hooks):
12675         * emacs-lisp/re-builder.el (re-builder-unload-function):
12676         * emacs-lisp/bytecomp.el (byte-compile-file):
12677         * ses.el (ses-unload-function):
12678         * hexl.el (hexl-find-file):
12679         * files.el (normal-mode):
12680         * ehelp.el (with-electric-help):
12681         * autoinsert.el (auto-insert-alist):
12682         * arc-mode.el (archive-mode):
12683         Use (default-value 'major-mode) instead of default-major-mode.
12685         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
12686         * international/mule.el (load-with-code-conversion):
12687         * emacs-lisp/debug.el (debug):
12688         * ediff-vers.el (ediff-rcs-get-output-buffer):
12689         * dired.el (dired-internal-noselect): Don't let-bind
12690         default-major-mode around code that doesn't use it.
12691         E.g. buffer creation via get-buffer-create doesn't use it.
12693 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
12695         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
12696         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
12697         when writing the temp file.  Otherwise, epa-file gets confused.
12698         (tramp-register-file-name-handlers): Make it a defun.  Move also
12699         `epa-file-handler' to the front of `file-name-handler-alist'.
12701 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12703         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
12704         start right after a ^M.
12705         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
12706         (tramp-completion-file-name-regexp-separate)
12707         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
12708         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
12709         Don't modify last-coding-system-used by accident.
12710         (tramp-completion-file-name-handler): Apply the checks here,
12711         instead during registration.
12712         (tramp-register-file-name-handlers): Renamed from
12713         `tramp-register-file-name-handler'.  Register both
12714         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
12715         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
12717 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
12719         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
12720         Remove variable ...
12721         (gdb-init-1, gdb-display-separate-io-buffer)
12722         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
12723         references to it.
12724         (gdb-inferior-io-mode): Use make-comint-in-buffer.
12725         (gdb-inferior-filter): Use comint-output-filter to stop
12726         echoing and remove ^M characters.
12728 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12730         * emulation/viper-init.el (viper-restore-cursor-type):
12731         * emulation/cua-base.el (cua--update-indications):
12732         Replace default-cursor-type with (default-value 'cursor-type).
12734         * mail/sendmail.el (mail-recover-1):
12735         * international/mule-diag.el (describe-current-coding-system-briefly)
12736         (describe-current-coding-system):
12737         * international/mule-cmds.el (select-safe-coding-system)
12738         (select-message-coding-system)
12739         (set-language-environment-coding-systems, set-locale-environment):
12740         * hexl.el (hexl-insert-multibyte-char):
12741         * dos-w32.el (find-buffer-file-type-coding-system):
12742         * simple.el (what-cursor-position):
12743         Replace uses of default-buffer-file-coding-system
12744         with (default-value 'buffer-file-coding-system).
12746         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
12747         Replace uses of default-cursor-in-non-selected-windows
12748         with (default-value 'cursor-in-non-selected-windows).
12749         Use with-current-buffer.
12751         * mail/feedmail.el: Use CL macros.
12752         (feedmail-run-the-queue, feedmail-send-it-immediately):
12753         * dos-w32.el (find-buffer-file-type): Replace uses of
12754         default-buffer-file-type with (default-value 'buffer-file-type).
12756 2009-08-28  Glenn Morris  <rgm@gnu.org>
12758         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
12759         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
12760         Use default-value of major-mode rather than default-major-mode.
12762 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12764         * Makefile.in (update-elcfiles): Report left over elc files.
12766         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
12767         expand-file-name and with-current-buffer.
12768         (mail-get-names, mail-directory): Use with-current-buffer.
12770         * vc.el (vc-read-revision): New function.
12771         (vc-version-diff, vc-merge): Use it.
12773 2009-08-27  Sam Steingold  <sds@gnu.org>
12775         * simple.el (kill-do-not-save-duplicates): New user option.
12776         (kill-new): When it is non-nil, and the new string is the same as
12777         the latest kill, set replace to t to avoid duplicates in kill-ring.
12779 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
12781         * net/tramp.el (tramp-handle-process-file): Do not flush all
12782         caches when `process-file-side-effects' is set.
12783         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
12784         instead of `tramp-find-file-exists-command'.
12785         Unset `process-file-side-effects'.
12787 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
12789         * net/tramp.el (tramp-methods): New method "rsyncc".
12790         (top): Add completion function for "rsyncc".
12791         (tramp-message-show-message): New defvar.
12792         (tramp-message, tramp-error): Use it.
12793         (tramp-do-copy-or-rename-file-directly): Extend check for direct
12794         remote copying.
12795         (tramp-do-copy-or-rename-file-out-of-band): Handle new
12796         `tramp-methods' entry `copy-env' of "rsyncc".
12797         (tramp-vc-registered-read-file-names): New defconst.
12798         (tramp-vc-registered-file-names): New defvar.
12799         (tramp-handle-vc-registered): Implement optimization strategy.
12800         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
12801         (tramp-vc-file-name-handler): New defun.
12802         (tramp-get-ls-command, tramp-get-test-command)
12803         (tramp-get-file-exists-command, tramp-get-remote-ln)
12804         (tramp-get-remote-perl, tramp-get-remote-stat)
12805         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
12807         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
12808         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
12809         timestamps.
12810         (tramp-get-file-property): Check for timestamps in
12811         `tramp-cache-inhibit-cache'.
12812         (tramp-set-file-property): Write timestamp.
12814 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12816         * language/japan-util.el (japanese-symbol-table): Add entries for
12817         cp932-2-byte.
12819         * international/characters.el: Add category `j' to cp932-2-byte.
12821 2009-08-27  Kenichi Handa  <handa@m17n.org>
12823         * international/fontset.el (build-default-fontset-data): New macro.
12824         (setup-default-fontset): Use build-default-fontset-data for CJK,
12825         tibetan, ethiopic, and ipa.
12827 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12829         * cus-start.el (default-major-mode): Customize `major-mode' instead.
12830         (enable-multibyte-characters): Not customizable any more.
12832         * subr.el (default-mode-line-format, default-header-line-format)
12833         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
12834         (default-direction-reversed, default-truncate-lines)
12835         (default-left-margin, default-tab-width, default-case-fold-search)
12836         (default-left-margin-width, default-right-margin-width)
12837         (default-left-fringe-width, default-right-fringe-width)
12838         (default-fringes-outside-margins, default-scroll-bar-width)
12839         (default-vertical-scroll-bar, default-indicate-empty-lines)
12840         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
12841         (default-fringe-cursor-alist, default-scroll-up-aggressively)
12842         (default-scroll-down-aggressively, default-fill-column)
12843         (default-cursor-type, default-buffer-file-type)
12844         (default-cursor-in-non-selected-windows)
12845         (default-buffer-file-coding-system, default-major-mode)
12846         (default-enable-multibyte-characters): Mark as obsolete.
12848 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
12850         * vc-dir.el (vc-dir-update): Remove debug helper.
12852         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
12854 2009-08-26  Sam Steingold  <sds@gnu.org>
12856         * simple.el (save-interprogram-paste-before-kill): New user option.
12857         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
12858         save the interprogram-paste into kill-ring before overriding it
12859         with the Emacs kill.
12861 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
12863         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
12864         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
12865         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
12866         and move to vc-rcs.el.
12867         (vc-default-next-revision): Rename to vc-rcs-next-revision and
12868         move to vc-rcs.el.
12869         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
12870         (vc-rcs-update-changelog): Remove.
12871         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
12872         and move to vc-rcs.el.
12874         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
12875         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
12876         renaming.
12877         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
12878         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
12879         vc.el, renamed to be RCS specific.
12881         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
12882         New functions.
12883         (vc-cvs-update-changelog): Move here from vc.el.
12885         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
12886         New functions.
12888 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12890         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
12892 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
12894         * vc-git.el (vc-git-register): Use "git add" for directories.
12895         (vc-git-stash, vc-git-stash-show): New functions.
12896         (vc-git-extra-menu-map): Bind them.
12898         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
12899         directory correctly in case the item is a directory itself.
12901         * vc.el: Document the desired behavior for reverted files in the
12902         `added' state.
12903         (vc-default-prettify-state-info): Remove function, unused.
12905         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
12907 2009-08-26  Glenn Morris  <rgm@gnu.org>
12909         * bindings.el (standard-mode-line-format): Reposition dashes in
12910         which-func entry.  (Bug#4217)
12912         * files.el (enable-local-variables, enable-local-eval)
12913         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
12914         the defcustoms.
12915         (auto-mode-alist, ignored-local-variables)
12916         (save-some-buffers-action-alist): Move risky declarations to the
12917         definitions.
12918         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
12919         (font-lock-defaults, format-alist, imenu--index-alist)
12920         (imenu-generic-expression, input-method-alist, minor-mode-alist)
12921         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
12922         (mode-line-modified, mode-line-mule-info, mode-line-position)
12923         (mode-line-process, mode-line-remote, outline-level)
12924         (parse-time-rules, rmail-output-file-alist)
12925         (special-display-buffer-names, vc-mode):
12926         Move risky declarations to the relevant files.
12927         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
12928         (mode-line-modified, mode-line-process, mode-line-position)
12929         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
12930         * font-core.el (font-lock-defaults):
12931         * format.el (format-alist):
12932         * vc-hooks.el (vc-mode):
12933         * window.el (special-display-buffer-names):
12934         * international/mule-cmds.el (input-method-alist):
12935         Define riskiness here (dumped file) rather than in files.el.
12936         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
12937         * imenu.el (imenu-generic-expression, imenu--index-alist):
12938         * outline.el (outline-level):
12939         * time.el (display-time-string):
12940         * calendar/parse-time.el (parse-time-rules):
12941         * mail/rmailout.el (rmail-output-file-alist):
12942         Autoload riskiness here, rather than placing in files.el.
12944 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
12946         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
12948 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
12950         * simple.el (process-file-side-effects): New defvar.
12952         * dired-aux.el (dired-show-file-type):
12953         * vc.el (vc-diff-internal):
12954         * vc-arch.el (vc-arch-diff):
12955         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
12956         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
12957         * vc-git.el (vc-git-registered, vc-git-working-revision)
12958         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
12959         (vc-git--empty-db-p):
12960         * vc-hooks.el (vc-user-login-name):
12961         * vc-svn.el (vc-svn-registered, vc-svn-state)
12962         (vc-svn-dir-extra-headers, vc-svn-find-revision):
12963         * progmodes/grep.el (grep-probe): Let-bind
12964         `process-file-side-effects' with nil.
12966         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
12968         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
12969         daemon.  Replace ping by checking for running service for bluez
12970         and zeroconf.  (Bug#4239)
12972 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12974         * net/dig.el (dig): Add autoload cookie.
12976 2009-08-25  Glenn Morris  <rgm@gnu.org>
12978         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
12979         load-history for absolute file-names.
12980         (byte-compile-file-form-require): Warn about use of the cl package.
12982         * format.el (format-alist): Doc fix.
12984         * play/bubbles.el (top-level): Don't require cl at run-time.
12986         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
12987         run-time cl).
12989 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
12991         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
12992         from cl package.
12993         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
12995 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
12997         * calc/calc-alg.el (math-trig-rewrite)
12998         (math-hyperbolic-trig-rewrite): New functions.
12999         (calc-simplify): Simplify trig functions when asked.
13001 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13003         * diff-mode.el (diff-find-source-location): Avoid goto-line.
13005 2009-08-24  Kenichi Handa  <handa@m17n.org>
13007         * language/ind-util.el (mapthread): Delete it.
13008         (combinatorial): New function.
13009         (indian--puthash-cv): Use combinatorial instead of mapthread.
13011 2009-08-22  Kevin Ryde  <user42@zip.com.au>
13013         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
13014         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
13015         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
13016         Clarify docstring that the value is strings not symbols.
13017         (checkdoc-list-of-strings-p): New function.
13019 2009-08-22  Glenn Morris  <rgm@gnu.org>
13021         * files.el (auto-mode-alist):
13022         * hippie-exp.el (he-concat-directory-file-name):
13023         * lpr.el (lpr-windows-system, printer-name):
13024         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
13025         * ps-print.el (ps-windows-system):
13026         * startup.el (command-line):
13027         * emulation/viper-ex.el (viper-glob-function):
13028         * international/mule-cmds.el (set-language-environment-coding-systems):
13029         * net/ange-ftp.el (ange-ftp-write-region):
13030         * obsolete/fast-lock.el (fast-lock-cache-name):
13031         Remove code for defunct system-types emx, macos, mswindows, next-mach,
13032         unisoft-unix, vax-vms, win32, w32.
13034         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
13035         given name if the pattern is not more specific.
13037         * calendar/lunar.el (lunar-phase-names): New option.
13038         (lunar-phase): Doc fix.
13039         (lunar-cycles-per-year): New constant.
13040         (lunar-index): New function.
13041         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
13042         (lunar-phase-name): Use lunar-phase-names.
13043         (calendar-lunar-phases): Use format.
13044         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
13046         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
13047         Copy imenu-example--name-and-position function here for own use.
13048         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
13050         * bs.el (bs--redisplay):
13051         * cus-edit.el (custom-redraw):
13052         * ibuffer.el (ibuffer-bury-buffer):
13053         * server.el (server-goto-line-column):
13054         * startup.el (command-line-1):
13055         * strokes.el (strokes-xpm-for-stroke):
13056         * term.el (term-display-buffer-line):
13057         * view.el (View-goto-line):
13058         * calc/calc.el (calc-do, calc-trail-buffer):
13059         * play/gamegrid.el (gamegrid-add-score-insecure):
13060         * progmodes/ada-mode.el (ada-compile-goto-error):
13061         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
13062         (ebrowse-select-1st-to-9nth):
13063         * progmodes/cperl-mode.el (cperl-time-fontification):
13064         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
13065         * progmodes/gud.el (gud-display-line):
13066         (idlwave-shell-display-line):
13067         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
13068         * progmodes/make-mode.el (makefile-browser-toggle):
13069         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
13070         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
13071         * textmodes/picture.el (picture-draw-rectangle):
13072         * textmodes/reftex-index.el (reftex-index-goto-letter):
13073         (reftex-select-jump-to-previous):
13074         * textmodes/reftex-sel.el (reftex-find-start-point)
13075         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
13076         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
13077         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
13078         * textmodes/tex-mode.el (tex-compilation-parse-errors):
13079         * textmodes/two-column.el (2C-associated-buffer):
13080         Use forward-line rather than goto-line.
13082         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
13083         goto-line.
13085         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
13086         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
13087         (quick-check-list-to-regexp): Declare.
13089         * progmodes/make-mode.el (makefile-browser-insert-selection):
13090         Use goto-char rather than goto-line.
13092         * progmodes/prolog.el (compilation-error-regexp-alist)
13093         (compilation-forget-errors): Declare.
13095 2009-08-22  Juri Linkov  <juri@jurta.org>
13097         * progmodes/grep.el (lgrep, rgrep): At the beginning
13098         set `dir' to `default-directory' unless `dir' is a non-nil
13099         readable directory.  (Bug#4052)
13100         (lgrep, rgrep): Change a weird way to report an error
13101         from using `read-string' to using `error'.
13102         Instead of using interactive arguments in the function body,
13103         add new argument `confirm'.
13105 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13107         * textmodes/remember.el (remember-buffer):
13108         * progmodes/cperl-mode.el (cperl-vc-header-alist):
13109         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
13110         (icalendar-extract-ical-from-buffer):
13111         * net/newst-treeview.el (newsticker-groups-filename):
13112         * net/newst-backend.el (newsticker-cache-filename):
13113         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
13114         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
13115         (speedbar-add-ignored-path-regexp, speedbar-line-path)
13116         (speedbar-buffers-line-path, speedbar-path-line)
13117         (speedbar-buffers-line-path):
13118         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
13119         (epg-sign-keys):
13120         * epa.el (epa-display-verify-result):
13121         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
13123 2009-08-21  Glenn Morris  <rgm@gnu.org>
13125         * progmodes/js.el (inferior-moz-process): Fix declaration.
13127         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
13129         * obsolete/rnewspost.el (news-mail-reply):
13130         Use goto-char rather than goto-line.
13132         * term/ns-win.el (ns-open-file-select-line):
13133         Use line-beginning-position rather than goto-line.
13135         * apropos.el (apropos-command):
13136         * ehelp.el (electric-helpify):
13137         * printing.el (pr-show-setup):
13138         * strokes.el (strokes-help):
13139         * tutorial.el (tutorial--describe-nonstandard-key)
13140         (tutorial--detailed-help):
13141         * woman.el (woman-mini-help, woman-display-extended-fonts):
13142         * calc/calc-help.el (calc-describe-key):
13143         * emulation/edt.el (edt-electric-helpify):
13144         * international/mule-diag.el (mule-diag):
13145         * play/yow.el (apropos-zippy):
13146         * progmodes/python.el (python-describe-symbol):
13147         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
13148         * textmodes/table.el (*table--cell-describe-mode)
13149         (*table--cell-describe-bindings):
13150         Use help-print-return-message rather than the now obsolete alias.
13152         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
13153         (calendar-cursor-to-visible-date):
13154         * play/5x5.el (5x5-position-cursor):
13155         * play/decipher.el (decipher):
13156         * play/gomoku.el (gomoku-goto-xy):
13157         * play/landmark.el (lm-goto-xy):
13158         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
13159         (mpuz-paint-digit):
13160         Use forward-line, not goto-line.
13162         * mail/rmail.el (rmail-obsolete): Delete custom group.
13163         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
13164         (rmail-remote-password, rmail-remote-password-required):
13165         Remove unneeded :set-after and :set properties.
13167 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
13169         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
13171 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
13173         * loadup.el: Remove leftover macos code.
13175         * vc-git.el (vc-git-annotate-command): Run asynchronously.
13176         Explicitly pass the date format to git blame so that user local
13177         so that the output format can be parsed.
13179 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
13181         * net/dbus.el (top): Don't check for (getenv
13182         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
13184 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
13186         * log-edit.el (log-edit-strip-single-file-name): New var.
13187         (log-edit-insert-changelog): Use it.  Bug#3571
13189 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13191         * subr.el (read-passwd): Use read-key so keypad keys work as well.
13192         Bug#3287
13194         * help.el (help-print-return-message): Rename from
13195         print-help-return-message.
13197         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
13198         cvs-mode-map parent hack.
13199         (log-view-mode): Derive from special-mode.
13201         * linum.el (linum-mode): window-size-change-functions is redundant.
13202         Adapt to new window-configuration-change-hook behavior.
13203         (linum-after-size, linum-after-config): Remove.
13205         * imenu.el (imenu-example--name-and-position)
13206         (imenu-example--lisp-extract-index-name)
13207         (imenu-example--create-lisp-index, imenu-example--create-c-index):
13208         Mark as obsolete.
13210         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
13211         (inferior-prolog-mode): Use it.
13212         (inferior-prolog-load-file): Reset list of errors.
13214 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13216         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
13218         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
13220 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
13222         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
13223         is running already.
13225 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13227         * subr.el (listify-key-sequence-1): Use normal syntax since those
13228         integers are nowadays always represented by the same (positive) number
13229         on all platforms.
13230         (read-key-empty-map): New const.
13231         (read-key-delay): New var.
13232         (read-key): New function.
13233         (force-mode-line-update): Use with-current-buffer.
13234         (locate-user-emacs-file): Don't forget to abbreviate the file name.
13235         (start-process-shell-command, start-file-process-shell-command):
13236         Discourage the use of command-args.
13238 2009-08-19  Glenn Morris  <rgm@gnu.org>
13240         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
13242 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13244         * simple.el (choose-completion-string): Don't rely on
13245         minibuffer-completing-file-name and ad-hoc checks to decide whether
13246         to continue completion or not.
13248         * minibuffer.el (minibuffer-hide-completions): New function.
13249         (completion--do-completion): Use it.
13250         (completions-annotations): New face.
13251         (completion--insert-strings): Use it.
13252         (completion-pcm--delim-wild-regex): Add docstring.
13253         (completion-pcm--string->pattern): Add support for 0-width delimiters
13254         in completion-pcm--delim-wild-regex.
13256 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13258         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13259         Remove unused var `buffer-modified-p'.
13261         * minibuffer.el (completion--do-completion): Move point for the #b001
13262         case as well (bug#4176).
13263         (minibuffer-complete, minibuffer-complete-word): Don't move point.
13265 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
13267         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
13268         and :session buses.
13270 2009-08-18  Kenichi Handa  <handa@m17n.org>
13272         * international/ucs-normalize.el (ucs-normalize-version):
13273         Change to 1.1.
13274         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13275         (utf-8-hfs): Make it perform normalization on encoding too.
13277         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
13278         (sentence-end-without-space): Delete duplicated chars.
13279         (sentence-end-base): Likewise.
13281         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
13282         (html-mode): Delete duplicated chars from sentence-end-base.
13284         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
13285         (texinfo-mode): Delete duplicated chars from sentence-end-base.
13287 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
13289         * files.el (hack-one-local-variable): If the mode function is for
13290         a minor mode, pass it an argument (Bug#4148).
13292 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
13294         * net/tramp.el (tramp-register-completion-file-name-handler):
13295         Check also for (member 'partial-completion completion-styles).
13297 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13299         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13300         abbrev (Bug#3943).
13302 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
13304         * progmodes/cperl-mode.el: Merge upstream 6.2.
13305         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13306         (cperl-forward-re): Check cperl-brace-recursing.
13307         (cperl-highlight-charclass): New function.
13308         (cperl-find-pods-heres): Use it.
13309         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13310         (cperl-beautify-regexp-piece): Fix column calculation.
13311         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13312         (cperl-beautify-level): Don't process entire regexp.
13313         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13314         calling man.
13315         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13316         (cperl-init-faces): Build a list in the normal way.
13318 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13320         * calendar/parse-time.el (parse-time-string-chars): Save match
13321         data.
13323 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13325         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13326         (sql-product): Use it.
13327         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13328         (sql-set-product): Add completion.
13329         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13330         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13331         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13332         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13333         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13334         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13335         (sql-highlight-db2-keywords): Remove.
13336         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13337         (sql-highlight-product): Use derived-mode-p.
13338         (sql-set-sqli-buffer): Use with-current-buffer.
13339         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13340         Simplify.
13342         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13344         * term.el: Fix commenting convention, turn comments into docstrings.
13346 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
13348         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13350 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13352         * calendar/parse-time.el (parse-time-string-chars): Compute using
13353         character classes, to handle non-ascii characters (Bug#3190).
13355 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13357         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13358         another heredoc if the user adds another < (Bug#3226).
13360         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13361         Don't initialize based on window-system (Bug#4124).
13363         * facemenu.el (facemenu-read-color): Use a completion function
13364         that accepts any defined color, such as RGB triplets (Bug#3677).
13366         * files.el (get-free-disk-space): Change fallback default
13367         directory to /.  Expand DIR argument before switching to fallback.
13368         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13370 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13372         * files.el (load-library): Doc fix.
13374 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
13376         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13377         (viper-if-string): Redefine C-s in the minibuffer to insert the last
13378         incremental search string.
13380         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13381         XEmacs.
13383         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13384         (ediff-merge-region-is-non-clash)
13385         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13386         Also check if the job is really a merge job.
13388         * ediff.el (ediff-current-file): New function.
13390 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13392         * progmodes/js.el: Edit docstrings throughout to follow Emacs
13393         conventions.
13394         (js-insert-and-indent): Delete function.
13395         (js-mode-map): Don't bind keys to js-insert-and-indent.
13396         (js-beginning-of-defun): Rename from js--beginning-of-defun.
13397         (js-end-of-defun): Rename from js--end-of-defun.
13398         (js-auto-indent-flag): Delete variable.
13400 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
13402         * progmodes/js.el: Remove proclaim statement.
13403         Defvar which-func-imenu-joiner-function to silence compiler.
13405         * files.el (auto-mode-alist): Use js-mode for .js files.
13407         * progmodes/js2-mode.el: Remove file.
13409         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13411         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13413         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13415 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
13416             Karl Landstrom  <karl.landstrom@brgeight.se>
13418         * progmodes/js.el: New file.
13420 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
13422         * timezone.el (timezone-parse-date): Add ability to understand ISO
13423         basic format (minimal separators) dates in addition to the
13424         already-supported extended format dates.
13426 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
13428         * international/ucs-normalize.el: Add a `coding' file variable.
13430         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13432 2009-08-14  Sam Steingold  <sds@gnu.org>
13434         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13436 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
13438         * faces.el (help-argument-name): Define it here instead of
13439         help-fns.el, because in daemon mode help-fns.el may be loaded when
13440         faces are still uninitialized (Bug#1078).
13442         * help-fns.el (help-argument-name): Move defface to faces.el.
13444 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
13446         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13447         create buffer with a pty but no process so that GDB can make the
13448         inferior the controlling process.
13450 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
13452         * international/ucs-normalize.el: New file.
13454 2009-08-13  Richard Stallman  <rms@gnu.org>
13456         * mail/rmail.el (rmail-get-attr-names):
13457         Accept an attribute header that is too short.
13459         * mail/rmail.el (rmail-forget-messages):
13460         Ignore nil elt in rmail-message-vector.  Use dotimes.
13462         * progmodes/compile.el (compilation-goto-locus):
13463         Use next-error-move-function.
13465         * simple.el (next-error-move-function): New variable.
13467 2009-08-12  Juri Linkov  <juri@jurta.org>
13469         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13470         always non-nil.  (Bug#4052)
13472         * replace.el (read-regexp): Return empty string when
13473         `default-value' is nil.
13474         (keep-lines-read-args): Don't use empty string as the
13475         default value for `read-regexp'.  (Bug#2495)
13477 2009-08-12  Juri Linkov  <juri@jurta.org>
13479         * international/mule-cmds.el (ucs-insert): Change arguments
13480         from `arg' to `character', `count', `inherit' to be the same
13481         as in `insert-char'.  Doc fix.  (Bug#4039)
13483         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13485 2009-08-12  Juri Linkov  <juri@jurta.org>
13487         * files-x.el: New file.
13489         * files.el: Move code that deals with adding/deleting
13490         file/directory-local variables to files-x.el.
13492         * Makefile.in (ELCFILES): Add files-x.elc.
13494 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
13496         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13497         to use `goto-line'.
13498         (gdb-place-breakpoints, gdb-get-location): Rewritten without
13499         `goto-line'.
13500         (gdb-invalidate-disassembly): Do not refresh upon receiving
13501         'update signal.  Instead, update all disassembly buffers only after
13502         threads list.
13503         (gdb): Send -target-detach when buffer is killed (Bug#3794).
13504         (gdb-starting): Moved -data-list-register-names...
13505         (gdb-stopped): ...here so it's sent when first thread stops.
13506         (gdb-registers-handler-custom): Do nothing if register names are
13507         unknown yet.
13509         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13510         from `gdb-mi.el' to avoid extra tangling.
13512         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13513         change which breaks `gud-def' definitions used in `gdb'.
13514         (gdb-update-gud-running): No extra fuss for updating frame number.
13516 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13518         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13519         (describe-language-environment-map, setup-language-environment-map)
13520         (set-coding-system-map): Move initialization into declaration.
13521         (set-language-info-alist): Last arg to define-key-after can be skipped.
13523         * international/quail.el (quail-completion-1): Simplify.
13524         (quail-define-rules): Use slightly more compact code.
13525         (quail-insert-decode-map): Propertize keys, compact columns.
13527         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13528         Add goto-line.
13530 2009-08-10  Miles Bader  <miles@gnu.org>
13532         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13533         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13534         (js2-instance-member, js2-private-member, js2-private-function-call)
13535         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13536         (js2-magic-paren, js2-external-variable):
13537         Remove "-face" suffix from face names.
13538         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13539         (js2-highlight-undeclared-vars, js2-peek-token)
13540         (js2-parse-function-params, js2-mode-show-errors)
13541         (js2-mode-show-warnings, js2-make-magic-delimiter)
13542         (js2-mode-highlight-magic-parens): Update to use new face names.
13544 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
13546         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
13547         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
13549 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
13551         * subr.el: Provide hashtable-print-readable.
13553         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
13554         hs-c-like-adjust-block-beginning.
13555         (hs-hide-block-at-point): Stop hiding at the beginning of
13556         hs-block-end-regexp (Bug#700).
13558 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
13560         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
13561         a macro.
13562         (gdb-registers-handler-custom): Do not fail when register names
13563         are unavailable.
13565 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13567         * progmodes/gdb-mi.el (gdb-control-all-threads)
13568         (gdb-control-current-thread): Interactive setters for
13569         `gdb-gud-control-all-threads' to use in menu.
13570         (gdb-show-run-p): Show «Go» when process is not active.
13571         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
13572         gud/thread.xpm and gud/all.xpm.
13574 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
13576         * net/net-utils.el (net-utils-font-lock-keywords): New var.
13577         (nslookup-font-lock-keywords): Make it a variable.
13578         (net-utils-mode): New mode for viewing diagnostic network output.
13579         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
13580         (net-utils-run-simple): New function.
13581         (ifconfig, iwconfig, netstat, arp, route): Use it.
13583 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13585         * progmodes/gdb-mi.el (gdb-read-memory-custom)
13586         (gdb-memory-set-address, def-gdb-set-positive-number)
13587         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
13588         after changing settings.
13589         (gdb-invalidate-disassembly): Update when first shown.
13590         (gdb-edit-locals-value): Fixed.
13591         (gdb-registers-handler-custom): Print registers in right order and
13592         allow changing register values (only for current thread yet).
13593         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
13594         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
13595         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
13596         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
13597         info in mode name.
13598         (gdb-registers-mode-map): TAB to switch to locals.
13600 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
13602         * mail/rmail.el (rmail-add-mbox-headers)
13603         (rmail-set-message-counters-counter): Search for
13604         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
13606 2009-08-08  Glenn Morris  <rgm@gnu.org>
13608         * Makefile.in (ELCFILES): Update.
13610 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13612         * mail/sendmail.el (mail-yank-original): Set
13613         buffer-file-coding-system from the one used by the message whose
13614         text is yanked.
13616         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
13617         to "windows" when "pgnuplot" is used.
13618         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
13619         call accept-process-output if "pgnuplot" is used.
13620         (calc-graph-init): Don't send -display and -geometry to
13621         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
13622         running "pgnuplot -V" with shell-command-to-string.
13624         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
13625         the default.
13627 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13629         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
13630         org/org-latex.elc.
13632 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
13634         * vc-dispatcher.el (vc-resynch-window): Update comment.
13636         * term.el (term-handle-ansi-escape): Add comments with the
13637         terminfo capabilities implemented.
13639 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
13641         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
13642         (gdb-var-create-handler): Rewritten using JSON parser.
13643         (gdb-propertize-header): Moved earlier.
13644         (gdb-set-header): Removed to avoid duplication.
13645         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
13646         Refresh disassembly buffers only after threads list have been
13647         update.
13648         (gdb-threads-header, gdb-registers-header): Per-buffer header line
13649         variables.
13651 2009-08-04  Juri Linkov  <juri@jurta.org>
13653         * files.el: Commands to add/delete file/directory-local variables.
13654         (read-file-local-variable, read-file-local-variable-value)
13655         (read-file-local-variable-mode, modify-file-local-variable)
13656         (modify-file-local-variable-prop-line)
13657         (modify-dir-local-variable): New functions.
13658         (add-file-local-variable, delete-file-local-variable)
13659         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
13660         (add-dir-local-variable, delete-dir-local-variable)
13661         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
13662         (copy-dir-locals-to-file-locals-prop-line): New commands.
13664 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
13666         * abbrev.el (insert-abbrev-table-description): Prettify output.
13667         Suggested by Karl Chen.
13669 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
13671         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
13672         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
13673         (gdb-overlay-arrow-position, gdb-thread-position)
13674         (gdb-disassembly-position): Declare variables.
13675         (gdb-wait-for-pending): Function now.
13676         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
13677         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
13678         compilation goes smoothly.
13679         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
13680         (gdb-non-stop-setting): New customization setting which replaces
13681         `gdb-non-stop' so changing it doesn't break active GDB session.
13682         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
13683         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
13684         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
13685         (gdb-show-threads-by-default): New customization options.
13686         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
13687         routines.
13688         (gdb-get-buffer-create): Send buffers update signal when they are
13689         created.
13690         (gdb-invalidate-locals, gdb-invalidate-registers)
13691         (gdb-invalidate-breakpoints)
13692         (gdb-invalidate-threads, gdb-invalidate-disassembly)
13693         (gdb-invalidate-memory): Accept update signal.
13694         (gdb-current-context-command): Use --frame option.
13695         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
13696         Implement `gdb-frame-number' selection logic.
13697         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
13698         whether to show GUD toolbar buttons.
13699         (gdb-thread-exited): Unselect current thread when it exits.
13700         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
13701         (gdb-mark-line): Routine which sets overlay arrow or inverses
13702         video on fringeless displays.
13703         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
13704         to build aligned columns of data in GDB buffers and set text
13705         properties line-by-line.
13706         (gdb-invalidate-breakpoints)
13707         (gdb-breakpoints-list-handler-custom)
13708         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
13709         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
13710         (gdb-registers-handler-custom): Align data columns.
13711         (gdb-locals-handler-custom): Now prints data like in variable
13712         declarations.
13713         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
13714         Removed confusing buttons.
13715         (gdb-invalidate-threads): Append --frame.
13716         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
13717         between breakpoints/threads buffers.
13718         (gdb-set-window-buffer): Now can ignore dedicated windows.
13719         (gdb-propertize-header): Use `gdb-set-window-buffer'.
13720         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
13721         (def-gdb-thread-buffer-gud-command): Replaces
13722         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
13723         for fine thread control.
13724         (gdb-preempt-existing-or-display-buffer): New function used to
13725         display bound buffers without breaking window layout.
13726         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
13727         (gdb-select-frame): New version of `gdb-frames-select' which now
13728         sets `gdb-frame-number' so commands may use --frame option instead
13729         of inner debugger state.
13730         (gdb-frame-handler): Do not set `gdb-frame-number'.
13731         (gdb-threads-mode-map): Select threads with mouse.
13733         * progmodes/gud.el (gdb-gud-context-call): Declare function to
13734         avoid compilation warning.
13735         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
13736         `gdb-show-stop-p`.
13738         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
13739         Argument `key' renamed to `buffer-type'.
13740         (gdb-current-context-buffer-name): Do not add thread info to
13741         buffer name when no thread is selected.
13742         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
13743         command (bug 3794).
13744         (gdb-thread-selected): Handle `=thread-selected' notification.
13745         (gdb-wait-for-pending): New macro to deal with congestion problems.
13746         (gdb-breakpoints-list-handler-custom): Don't fail on pending
13747         breakpoints.
13748         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
13749         This fixes problem similar to one described in bug 3947.
13750         (gud-menu-map): More menu items.
13751         (gdb-init-1): Reset `gdb-thread-number' to nil.
13753         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
13754         non-stop settings.
13756         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
13757         (gdb-current-context-command): Do not append --thread if
13758         `gdb-thread-number' is nil.
13759         (gdb-running-threads-count, gdb-stopped-threads-count): New
13760         variables.
13761         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
13762         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
13763         customization options.
13764         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
13765         GUD commands.
13766         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
13767         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
13768         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
13769         set `gdb-thread-number' and update `gud-running' properly.
13770         (gdb-running): Update threads list when new threads appear.
13771         (gdb-stopped): Support non-stop operation and new thread switching
13772         logic.
13773         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
13774         (gdb-json-partial-output): New set of JSON routines.
13775         (def-gdb-auto-update-trigger): New `signal-list' optional
13776         argument.
13777         (gdb-thread-list-handler-custom): Update `gud-running',
13778         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
13779         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
13780         (gdb-continue-thread, gdb-step-thread): New commands for fine
13781         thread execution control.
13782         (gud-menu-map): New menu items to switch non-stop options.
13783         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
13784         (gdb-send): Mimic RET properly (bug 3794).
13786         * progmodes/gdb-mi.el (gdb-rules-name-maker)
13787         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
13788         gdb-buffer-rules.
13789         (def-gdb-auto-update-handler): New nopreserve optional argument.
13790         (gdb-stack-list-frames-custom): Print stack from top to bottom.
13792         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
13793         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
13794         (gdb-parent-mode): New mode to derive other GDB modes from.
13795         (gdb-display-disassembly-for-thread)
13796         (gdb-frame-disassembly-for-thread): New commands for threads
13797         buffer.
13799         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
13800         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
13801         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
13802         (gdb-update): We now store all GDB buffers in a list so that they
13803         can be updated by traversing a list instead of calling invalidate
13804         triggers explicitly.
13805         (def-gdb-trigger-and-handler): New macro to define trigger-handler
13806         pair for GDB buffer.
13807         (gdb-stack-buffer-name): Add thread information.
13808         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
13809         handle pending triggers.
13810         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
13811         (def-gdb-thread-buffer-simple-command)
13812         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
13813         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
13814         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
13815         New commands which show buffers bound to thread.
13816         (gdb-stack-list-locals-regexp): Removed unused regexp.
13818         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
13819         (gdb-locals-buffer-name, gdb-registers-buffer-name)
13820         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
13821         to (gud-comint-buffer) in *-buffer-name functions
13822         because (gdb-get-target-string) already does that.
13823         (gdb-locals-handler-custom, gdb-registers-handler-custom)
13824         (gdb-changed-registers-handler): Rewritten without regexps.
13826         * progmodes/gdb-mi.el: Basic thread selection support.
13827         (gdb-thread-number): New variable.
13828         (gdb-current-context-command): New macro which adds --thread
13829         option to command.
13830         (gdb-threads-mode-map): Select thread with SPC.
13831         (gdb-thread-list-handler-custom): Mark current thread with overlay
13832         arrow.  Synchronize GDB thread and Emacs thread.
13833         (gdb-select-thread): New command which selects current thread.
13834         (gdb-invalidate-frames, gdb-invalidate-locals)
13835         (gdb-invalidate-registers): Use --thread option.
13837 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
13839         * net/tramp.el (top): Make check for tramp-gvfs loading more
13840         robust.  (Bug#3977)
13841         (tramp-handle-insert-file-contents): `unwind-protect' must be
13842         inside `with-parsed-tramp-file-name'.
13844         * net/tramp-gvfs.el (top): Remove superfluous message when loading
13845         fails.
13847 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
13849         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
13850         directory if CLASSPATH is not set.
13852 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
13854         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
13855         New defconst.
13856         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
13858 2009-08-02  Kevin Ryde  <user42@zip.com.au>
13860         * net/newst-backend.el (newsticker--raw-url-list-defaults):
13861         Update freshmeat link.  Delete newsforge.com as it seems gone.
13863 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
13865         * select.el (x-set-selection): Doc fix (Bug#4021).
13867         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
13869         * help-fns.el (describe-variable): Treat list return values from
13870         dir-locals-find-file properly (Bug#4005).
13872 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
13874         * net/tramp.el (tramp-debug-message): Print also microseconds.
13876 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
13878         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
13879         or END is non-nil.
13880         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
13881         (tramp-get-debug-buffer): Change `outline-regexp' according to new
13882         format.
13884         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
13885         (tramp-get-file-property): Use it.
13887         * autorevert.el (auto-revert-handler): Allow
13888         `auto-revert-tail-mode' for remote files.
13890 2009-08-02  Jason Rumney  <jasonr@gnu.org>
13892         * minibuffer.el (read-file-name): Treat confirm options to
13893         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
13895 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
13897         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
13898         (font-lock-variable-name-face, font-lock-constant-face): Darken
13899         the colors for light backgrounds.
13901 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
13903         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
13904         month names.  (Bug#3987)
13906 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
13908         * simple.el (line-move-finish): Pass whole number to
13909         line-move-to-column.
13910         (line-move-visual): Perform hscroll to the recorded position.
13912 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
13914         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
13916 2009-07-29  Alan Mackenzie  <acm@muc.de>
13918         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
13920 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
13922         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
13923         (gdb-place-breakpoints): Use full path when setting breakpoints.
13925 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
13927         * calc/calc.el (calc-mode-map): Add keybinding for
13928         `calc-transpose-lines'.
13930 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
13932         * calc/calc-misc.el (calc-transpose-lines): New function.
13934 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
13936         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
13937         Simplify check for out-of-band methods.
13938         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
13939         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
13941 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
13943         * vc-git.el (vc-git-checkin): Fix typo.
13945 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
13947         * progmodes/js2-mode.el: New file.
13949 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
13951         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
13952         (gud-menu-map): Adjust tooltip accordingly.
13954 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
13956         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
13957         (vc-bzr-log-view-mode): Adjust log-view-file-re.
13959         * add-log.el (change-log-mode-map): Add a menu.
13961 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
13963         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
13964         function returns nil.
13965         (dbus-handle-event): Handle special return value :ignore.
13966         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
13968 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
13970         * view.el (view-mode-enable): Don't define Helper-return-blurb if
13971         it's not needed.
13973 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
13975         Fix Bug#3888:
13977         * w32-vars.el (x-select-enable-clipboard): Doc fix.
13979         * term/pc-win.el (x-display-name, x-colors)
13980         (x-select-enable-clipboard, x-select-text): Doc fix.
13982         * term/common-win.el (x-display-name, x-colors): Doc fix.
13984         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
13985         (xw-defined-colors): Doc fix.
13987         * w32-fns.el (x-select-text, x-setup-function-keys)
13988         (x-get-selection, x-set-selection): Doc fix.
13990         * term/x-win.el (x-select-text, x-setup-function-keys)
13991         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
13993         * select.el (x-set-selection): Doc fix.
13995 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
13997         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
13998         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
13999         "IsNSSSupportAvailable" method is not available.  Reported by
14000         Steve Youngs <steve@sxemacs.org>.
14002 2009-07-24  Kenichi Handa  <handa@m17n.org>
14004         * international/characters.el: Fix setting of category ?C, ?|, ?K,
14005         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
14006         (build-unicode-category-table): Fix range checks.
14008 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
14010         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
14011         the buffer we try to sync is current when calling
14012         vc-resynch-buffer.
14014         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
14015         not show up to date files.
14017 2009-07-24  Glenn Morris  <rgm@gnu.org>
14019         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
14020         Add autoload cookies.  If necessary, initialize.
14021         (elint-log): Handle non-file buffers.
14022         (elint-initialize): Add optional argument to reinitialize.
14023         (elint-find-builtin-variables): Save excursion.
14025 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
14027         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14028         for Lint.
14030 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
14032         * vc.el (vc-print-log-internal): New function, split out from ...
14033         (vc-print-log): ... here.
14034         (vc-dir-move-to-goal-column): Declare.
14036         * vc-git.el (vc-git-add-signoff): New variable.
14037         (vc-git-checkin): Use it.
14038         (vc-git-toggle-signoff): New function.
14039         (vc-git-extra-menu-map): Bind it to menu.
14040         (vc-git--run-command-string): Accept a nil FILE argument.
14041         (vc-git-stash-list): New function.
14042         (vc-git-dir-extra-headers): Use it.
14044 2009-07-23  Glenn Morris  <rgm@gnu.org>
14046         * help-fns.el (describe-variable): Describe ignored and risky local
14047         variables in a similar way to that in which we describe safe ones.
14049         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
14050         (byte-compile-output-file-form, byte-compile-output-docform)
14051         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
14052         Give some more local variables with common names a "bytecomp-" prefix,
14053         so as not to shadow things during compilation.
14054         * emacs-lisp/cl-macs.el (load-time-value)
14055         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
14056         `outbuffer' to `bytecomp-outbuffer'.
14058         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
14059         since the next two variables cover them automatically now.
14060         (elint-builtin-variables, elint-autoloaded-variables): New.
14061         (elint-unknown-builtin-args): Remove all members, since they can be
14062         parsed automatically now.
14063         (elint-extra-errors): New.
14064         (elint-env-add-env, elint-env-add-macro): Use cadr.
14065         (elint-current-buffer): Use or.  Change final message.
14066         (elint-get-top-forms): Use line-end-position.
14067         (elint-init-env): Use cadr.  Handle autoload, declare-function,
14068         and defalias.
14069         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
14070         (regexp-assoc): Remove unused function.
14071         (elint-top-form): Set elint-current-pos, to record the start of the
14072         top-level form, for compilation-mode.
14073         (elint-form): Trap errors in macro expansion.  Use dolist.
14074         (elint-unbound-variable): Use elint-builtin-variables and
14075         elint-autoloaded-variables.
14076         (elint-get-args): Use cadr, or.
14077         (elint-check-cond-form): Use dolist, cadr.
14078         (elint-check-condition-case-form): Doc fix.  Use cadr.
14079         Use elint-extra-errors.
14080         (elint-log): New function.
14081         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
14082         Distinguish errors and warnings.
14083         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
14084         Use a bytecomp-style format.
14085         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
14086         (elint-get-log-buffer): Use compilation mode.  Disable undo.
14087         Don't truncate lines.
14088         (elint-initialize): Set builtin and autoloaded variable lists.
14089         Only process elint-unknown-builtin-args if non-nil.
14090         (elint-find-builtin-variables, elint-find-autoloaded-variables):
14091         New functions.
14092         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
14094 2009-07-22  Kevin Ryde  <user42@zip.com.au>
14096         * net/newst-backend.el (newsticker--parse-atom-1.0)
14097         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14098         (newsticker--parse-rss-1.0):
14099         * progmodes/idlwave.el (idlwave-mode):
14100         * progmodes/idlw-shell.el (idlwave-shell-mode):
14101         * progmodes/vera-mode.el (vera-mode):
14102         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
14103         * progmodes/vhdl-mode.el (vhdl-mode):
14104         * textmodes/table.el (table-generate-source)
14105         (table--warn-incompatibility):
14106         Hyperlink urls in docstrings with URL `...'.
14108 2009-07-22  Glenn Morris  <rgm@gnu.org>
14110         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
14111         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
14112         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
14113         Remove leading * from defcustom docs.
14115         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
14117         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
14118         defcustom doc.
14119         (list-load-path-shadows): Optionally, just return shadows as a string.
14121         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
14123 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
14125         * mail/rmailedit.el (rmail-edit-mode): Use
14126         auto-save-include-big-deletions.
14128         * mail/rmail.el (rmail-variables): Use
14129         auto-save-include-big-deletions.
14131         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
14132         changes.
14134 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
14136         * calc/calc.el (calc-undo-length): New variable.
14137         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
14139 2009-07-21  Richard Stallman  <rms@gnu.org>
14141         * files.el (auto-save-mode): Handle buffer-save-size = -2
14142         for toggling mode.
14144 2009-07-21  Glenn Morris  <rgm@gnu.org>
14146         * textmodes/ispell.el (ispell-looking-back): Update declaration.
14148         * calendar/todo-mode.el (calendar-current-date): Update declaration.
14150         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
14151         silence compiler.  Instead...
14152         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
14153         (ps-print-ensure-fontified): Update for above function name changes.
14155         * printing.el (pr-mh-get-msg-num, pr-mh-show)
14156         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
14157         silence compiler.  Instead...
14158         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
14159         (mh-show-buffer): Only define for compiler.
14160         (pr-mh-current-message): Update for above function name changes.
14162         * files.el (abort-if-file-too-large): Explicitly pass `filename'
14163         as an argument.
14164         (find-file-noselect, insert-file-1): Update for above change.
14166         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
14168         * mail/mailclient.el (mailclient-send-it): Fix message.
14170         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
14171         (edebug-eval): Check cl-debug-env is bound.
14172         (print-level, print-circle): Don't redefine built-in variables.
14174         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
14175         (custom-print-vectors): Remove old comments from doc.
14177         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
14178         (emerge-version): Make the variable an obsolete alias for the
14179         emacs-version variable.  Make the function obsolete.
14180         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
14181         Emerge options, rather than merging in into the main Options menu.
14182         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
14183         and auto advance modes.  Disable edit/fast items when not relevant.
14185 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
14187         * term/vt420.el (terminal-init-vt420): Fix typo.
14189 2009-07-20  Sam Steingold  <sds@gnu.org>
14191         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
14192         variable (removed from compile.el on 2004-03-11).
14194 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
14196         * files.el (hack-local-variables-filter): Fix last change.
14198 2009-07-19  Juri Linkov  <juri@jurta.org>
14200         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
14201         (dir-local-variables-alist): New buffer-local variable.
14202         (hack-local-variables-filter): If variable is not dir-local,
14203         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
14204         because file-local overrides dir-local.
14205         (c-postprocess-file-styles) <declare-function>:
14206         Remove obsolete declaration.
14207         (hack-dir-local-variables): Add dir-local variable/value pair to
14208         `dir-local-variables-alist' and remove duplicates.  Doc fix.
14210         * help-fns.el (describe-variable): Add information about
14211         file-local and dir-local variables.
14213 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
14215         * files.el (hack-local-variables-filter): Rewrite.
14217 2009-07-19  Glenn Morris  <rgm@gnu.org>
14219         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
14220         Silence compiler by only defining on XEmacs.
14222         * international/mule.el (auto-coding-regexp-alist): Only match
14223         BABYL... at the start of buffer, not of lines.  (Bug#3790)
14225         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
14226         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
14227         (cal-menu-context-mouse-menu): Doc fix.
14229         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
14231         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
14233 2009-07-18  Juri Linkov  <juri@jurta.org>
14235         * info.el: Virtual Info keyword finder.
14236         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
14237         (Info-finder-file): New variable.
14238         (Info-finder-find-file): New function.
14239         (finder-known-keywords, finder-package-info)
14240         (find-library-name, lm-commentary): Use defvar and
14241         declare-function to silence compiler warnings.
14242         (Info-finder-find-node): New function.
14243         (info-finder): New command.
14245         * subr.el (process-kill-buffer-query-function): New function.
14246         (add-hook)<kill-buffer-query-functions>: Add hook
14247         `process-kill-buffer-query-function'.
14249 2009-07-18  Alan Mackenzie  <acm@muc.de>
14251         * progmodes/cc-mode.el (c-before-hack-hook)
14252         (c-postprocess-file-styles): Give invocation of `c-set-style'
14253         DONT-OVERRIDE parameter of t.  Already set style variables will
14254         thus not be overridden by style settings given by `c-file-syle'.
14256         * files.el (hack-local-variables-filter): Remove entries with
14257         duplicate keys from `file-local-variables-alist'.
14259 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14261         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14262         x-set-selection if display-selections-p returns nil for the
14263         current frame.
14265 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
14267         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14269 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14271         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14272         Accept nil in addition to a regexp.
14273         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14274         Accept nil in addition to a regexp.
14275         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14276         buffers that have an associated file.  Handle nil values of
14277         desktop-buffers-not-to-save and desktop-files-not-to-save.
14278         (Bug#3833)
14280         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14281         (x-disown-selection-internal): New functions.
14283 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
14285         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14286         warning.
14287         (gdb-breakpoints-header): Move forward to avoid compiler warning.
14288         (gdb-make-header-line-mouse-map): Remove duplicate definition.
14290 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
14292         * simple.el (set-mark): Revert last change.
14294 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
14296         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14297         rendering of pngs is not possible instead of messaging a long
14298         description.
14300 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
14302         * w32-fns.el (x-selection-owner-p): New function.
14304         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14305         (mouse-yank-at-click, mouse-yank-primary): If
14306         select-active-regions is non-nil, deactivate the mark before
14307         insertion.
14309         * simple.el (deactivate-mark, set-mark): Only save selection if we
14310         own it.
14312 2009-07-17  Kenichi Handa  <handa@m17n.org>
14314         * case-table.el (describe-buffer-case-table): Fix for the case
14315         that KEY is a cons.
14317 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
14319         * vc-rcs.el (vc-rcs-find-file-hook):
14320         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14322 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
14324         * net/tramp.el (tramp-wait-for-output): Handle the case when
14325         commands do not return a newline but a null byte before the shell
14326         prompt.  (Bug#3858)
14328 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14330         * term/ns-win.el (ns-set-alpha): Don't declare.
14331         (ns-set-background-alpha): Remove function.
14333 2009-07-16  Kevin Ryde  <user42@zip.com.au>
14335         * emacs-lisp/copyright.el (copyright-update): Save match-data across
14336         y-or-n-p, for safety.
14338 2009-07-16  Richard Stallman  <rms@gnu.org>
14340         * files.el (auto-save-mode): If buffer-saved-size is -2,
14341         don't clobber it.
14343         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14344         (rmail-retry-ignored-headers): Add more uninteresting fields.
14346 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
14348         * net/rcirc.el (rcirc): Use history variables.
14349         (rcirc-server-name-history, rcirc-nick-name-history)
14350         (rcirc-server-port-history): New variables.
14352 2009-07-15  Kenichi Handa  <handa@m17n.org>
14354         * international/mule-cmds.el (set-language-environment-charset):
14355         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14356         ignore them.
14358         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14359         Delete unibyte-display.
14361 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14363         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14365 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14367         * simple.el (deactivate-mark): Optional argument FORCE.
14368         (set-mark): Use deactivate-mark.
14370         * info.el (Info-search): No need to check transient-mark-mode
14371         before calling deactivate-mark.
14373         * select.el (x-set-selection): Doc fix.
14374         (x-valid-simple-selection-p): Allow buffer values.
14375         (xselect--selection-bounds): Handle buffer values.  Suggested by
14376         David De La Harpe Golden.
14378         * mouse.el (mouse-set-region, mouse-drag-track): Call
14379         copy-region-as-kill before setting the mark, to let
14380         select-active-regions work.
14382 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
14384         * simple.el (deactivate-mark): If select-active-regions is
14385         non-nil, copy the selection data into a string.
14386         (activate-mark): If select-active-regions is non-nil, set the
14387         selection to the current buffer.
14388         (set-mark): Update selection if select-active-regions is non-nil.
14390         * select.el (x-valid-simple-selection-p): Allow buffer values.
14392 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14394         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14395         and more featureful message-mode.
14397 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
14399         * select.el (x-set-selection): Doc fix.
14400         (x-valid-simple-selection-p): Disallow selection data consisting
14401         of a list or cons of integers, since that is not used.
14402         (xselect--selection-bounds, xselect--int-to-cons): New functions.
14403         (xselect-convert-to-string, xselect-convert-to-length)
14404         (xselect-convert-to-filename, xselect-convert-to-charpos)
14405         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14407 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
14409         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14410         output in -break-info command (Emacs bug #3794).
14412 2009-07-14  Glenn Morris  <rgm@gnu.org>
14414         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14415         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14416         (edebug-print-length, edebug-print-level, edebug-print-circle)
14417         (edebug-sit-for-seconds, edebug-view-outside)
14418         (edebug-bounce-point, edebug-set-global-break-condition)
14419         (edebug-Go-nonstop-mode, edebug-trace-mode)
14420         (edebug-Trace-fast-mode, edebug-continue-mode)
14421         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14422         (edebug-visit-eval-list): Doc fixes.
14424         * subr.el (def-edebug-spec): Doc fix.
14426 2009-07-14  Kenichi Handa  <handa@m17n.org>
14428         * international/characters.el: Fix setting of category ?C.
14430 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
14432         * term/ns-win.el (x-select-font): defalias x-select-font to
14433         ns-popup-font-panel instead of generate-fontset-menu.
14435 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
14437         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
14439 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
14441         * arc-mode.el (archive-find-type): Allow for a PK00 string before
14442         the PK\003\004 header (Bug#3770).
14444 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
14446         * pcomplete.el (pcomplete-comint-setup): Check for
14447         shell-dynamic-complete-filename too.
14449 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
14451         * simple.el (temporary-goal-column): Change the value for
14452         line-move-visual to a cons cell.
14453         (line-move-visual): Record or set the window hscroll, if
14454         necessary (Bug#3494).
14455         (line-move-1): Handle cons value of temporary-goal-column.
14457 2009-07-11  Kenichi Handa  <handa@m17n.org>
14459         * international/mule-diag.el (describe-character-set): Don't show
14460         width.
14462 2009-07-10  Sam Steingold  <sds@gnu.org>
14464         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14465         Omake sometimes indents the errors it prints, so allow all
14466         regexps to start with spaces.
14468 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
14470         * cus-edit.el (customize-changed-options-previous-release):
14471         Bump value to 22.1.  (Bug#3804)
14473 2009-07-08  Sam Steingold  <sds@gnu.org>
14475         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14476         to be a cons cell (test . ignored-directory) to selectively ignore
14477         some directories depending on the location of the search.
14479 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
14481         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14482         remote user is root, on the local host.
14483         (tramp-local-host-p): Either the local user or the remote user
14484         must be root.  (Bug#3771)
14486 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14488         * progmodes/gdb-mi.el (gdb): Remove description of
14489         gdb-use-separate-io-buffer.
14490         (menu): Don't allow toggling of or enable
14491         gdb-use-separate-io-buffer from menubar.
14493 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
14495         * mail/unrmail.el (unrmail): Make sure the message ends with two
14496         newlines (Bug#3769).
14498 2009-07-08  Glenn Morris  <rgm@gnu.org>
14500         * calendar/calendar.el (calendar-current-date): Rework previous change.
14502 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
14504         * calendar/calendar.el (calendar-current-date):
14505         Add an optional argument giving an offset from today.
14507 2009-07-08  Glenn Morris  <rgm@gnu.org>
14509         * tutorial.el (tutorial--describe-nonstandard-key):
14510         Adjust the message for when a key has been unbound.
14511         (help-with-tutorial): Hide the arch-tag.
14513 2009-07-08  Kenichi Handa  <handa@m17n.org>
14515         * international/fontset.el (setup-default-fontset): For each
14516         script, append (not set) font-specs.
14518         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14519         docstring.
14521 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14523         * progmodes/gdb-mi.el (gdb-init-1): Move sending
14524         -data-list-register-names to ...
14525         (gdb-starting): ... here because GDB 7.0 requires execution to
14526         have started when using this MI command.
14527         (gdb-set-header): New function to distinguish select and
14528         unselected tabs in gdb buffers.
14529         (gdb-propertize-header): New macro that uses gdb-set-header.
14530         (gdb-breakpoints-header, gdb-locals-header): Use it.
14531         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14533 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
14535         * Makefile.in (ELCFILES): Remove fadr.elc.
14537 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
14539         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14540         may contain frame information, so `string-match' should be used.
14541         (gdb-update): Disassembly is invalidated through
14542         `gdb-get-selected-frame'.
14543         (gdb-pad-string): New function to pad string with spaces.
14544         (gdb-invalidate-disassembly): Invalidate only if the buffer
14545         exists.
14546         (gdb-disassembly-handler-custom): Column alignment.
14547         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
14548         placing new ones.
14549         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
14550         end of line, too.
14551         (gdb-frame-handler): Match convention to for disassembly buffer
14552         mode name.
14553         (gdb-stack-list-frames-handler): Rewritten without regexps.
14554         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
14555         not highlight breakpoints without line information.
14556         (gdb-input): Add trailing newline to command.
14558         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
14559         buffer properly.
14560         (gdb-breakpoints-list-handler-custom): Replacement for
14561         `gdb-break-list-handler'.  Using real parser instead of regexps
14562         now.
14563         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
14564         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
14565         to place breakpoints.
14566         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
14567         functions.
14568         (gdb-disassembly-handler-custom): Show overlay arrow.
14569         (gdb-disassembly-place-breakpoints): Show breakpoints in
14570         disassembly buffer.
14571         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14572         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
14573         instead of parsing breakpoints buffer.  Fixed old menu references
14574         in `gud-menu-map'.
14576         * fadr.el: Remove.
14578         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
14579         (gdb-memory-address): New variable which holds top address of
14580         memory page shown in memory buffer.
14581         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
14582         customization variables.
14583         New functions:
14584         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
14585         display the memory buffer.
14586         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
14587         buffer display parameters.
14588         (def-gdb-memory-format, gdb-memory-format-binary)
14589         (gdb-memory-format-octal, gdb-memory-format-unsigned)
14590         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
14591         Functions for setting memory buffer format.
14592         (gdb-memory-unit-word, gdb-memory-unit-halfword)
14593         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
14594         unit size used in memory buffer.
14595         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
14596         to next/previous page of memory buffer.
14597         Now using (bindat-get-field) instead of fadr functions.
14599 2009-07-07  Sam Steingold  <sds@gnu.org>
14601         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
14602         non-top-level files.
14604 2009-07-07  Kenichi Handa  <handa@m17n.org>
14606         * international/mule-cmds.el (reset-language-environment): Put
14607         the highset priority to the charset iso-8859-1.
14609 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14611         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
14612         to the end of the line when locating the block (Bug#700).
14614 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
14616         * net/tramp.el (tramp-handle-write-region): Flush file properties
14617         in case of short track.
14619 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
14621         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
14622         Coded custom representation of verilog error regular expressions
14623         to work with Emacs-22's new format.
14624         (verilog-error-regexp-xemacs-alist): Coded custom representation
14625         of verilog error regular expressions to work with XEmacs format.
14626         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
14627         error recognition into XEmacs.
14628         (verilog-error-regexp-add-emacs): Hook routine to install verilog
14629         error recognition into Emacs-22.
14631 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14633         * woman.el: Remove stand-alone closing parentheses.
14634         (woman-file-name, woman2-format-paragraphs)
14635         (woman-leave-blank-lines): Code cleanup.
14636         (woman-use-own-frame): Change default to nil.
14637         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
14638         defaults to inherit from default faces.
14639         (woman2-process-escapes): Consume the newline after a stand-alone
14640         filler character (Bug#3651).
14642 2009-07-06  Glenn Morris  <rgm@gnu.org>
14644         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
14645         (top-level): Move provide to the end.
14646         (ffap): Remove defunct URL from custom group.
14648         * subr.el (eval-after-load): Doc fix.
14650 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
14652         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
14653         `calc-embedded-word' is called twice.
14655 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14657         * files.el (find-alternate-file-other-window, find-alternate-file):
14658         Obey confirm-nonexistent-file-or-buffer.
14660 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
14662         * dired-aux.el (dired-show-file-type): Handle remote files.
14664 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
14666         * desktop.el (desktop-globals-to-save):
14667         Add file-name-history (Bug#2750).
14669 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
14671         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
14673 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
14675         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
14676         property on entire argument since this is what eshell-lisp-command
14677         expects.
14679 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
14681         * net/tramp-gvfs.el (tramp-gvfs-methods)
14682         (tramp-gvfs-zeroconf-domain)
14683         (tramp-bluez-discover-devices-timeout): Add version flag.
14684         (tramp-gvfs-handler-mounted-unmounted)
14685         (tramp-gvfs-connection-mounted-p): Polish handling of
14686         incompatibilities between GVFS 0.2 and 1.0.
14688 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
14690         * cus-start.el (all): Add make-pointer-invisible.
14692 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
14694         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
14695         formatted correctly.
14697 2009-07-02  Juri Linkov  <juri@jurta.org>
14699         * info.el: Virtual Info files and nodes.
14700         (Info-virtual-files, Info-virtual-nodes): New variables.
14701         (Info-current-node-virtual): New variable.
14702         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
14703         New functions.
14704         (Info-file-supports-index-cookies): Use Info-virtual-file-p
14705         to check for a virtual file instead of checking a fixed list
14706         of node names.
14707         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
14708         instead of ad-hoc processing of "dir" and (apropos history toc).
14709         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
14710         instead of ad-hoc processing of "dir" and (apropos history toc).
14711         Reread a file when moving from a virtual node.
14712         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
14713         (Info-directory-toc-nodes, Info-directory-find-file)
14714         (Info-directory-find-node): New functions.
14715         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
14716         (Info-history): Move part of code to
14717         `Info-history-find-node'.
14718         (Info-history-toc-nodes, Info-history-find-file)
14719         (Info-history-find-node): New functions.
14720         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
14721         (Info-toc): Move part of code to `Info-toc-find-node'.
14722         (Info-toc-find-node): New function.
14723         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
14724         the current Info file name to references because now the node
14725         "*TOC*" belongs to the same Info manual.
14726         (Info-toc-build): Rename from `Info-build-toc'.
14727         (Info-toc-nodes): Rename input argument `file' to `filename'.
14728         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
14729         instead of ad-hoc processing of ("dir" apropos history toc).
14730         (Info-index-nodes): Use Info-virtual-file-p
14731         to check for a virtual file instead of checking a fixed list
14732         of node names.
14733         (Info-index-node): Add check for `Info-current-node-virtual'.
14734         Raise `save-match-data' higher up the tree to contain
14735         `search-forward' too (bug fix).
14736         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
14737         (Info-virtual-index-nodes): New variable.
14738         (Info-virtual-index-find-node, Info-virtual-index): New functions.
14739         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
14740         (Info-apropos-file, Info-apropos-nodes): New variables.
14741         (Info-apropos-toc-nodes, Info-apropos-find-file)
14742         (Info-apropos-find-node, Info-apropos-matches): New functions.
14743         (info-apropos): Move part of code to `Info-apropos-find-node' and
14744         `Info-apropos-matches'.
14745         (Info-mode-map): Bind "I" to `Info-virtual-index'.
14746         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
14747         for a virtual file instead of checking a fixed list of node names.
14749         * simple.el (async-shell-command): New command.
14751         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
14753         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
14754         instead of `mount-info'.
14756 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
14758         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
14759         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
14761 2009-07-02  Kenichi Handa  <handa@m17n.org>
14763         * international/mule.el (set-keyboard-coding-system): Force *-unix
14764         coding-system to avoid eol conversion.
14766 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
14768         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
14769         Add handler for `process-file', `shell-command' and
14770         `start-file-process'.
14771         (tramp-gvfs-handle-shell-command)
14772         (tramp-gvfs-handle-start-file-process)
14773         (tramp-gvfs-handle-process-file): New defuns.
14774         (tramp-synce-list-devices): Simplify check for existence of property.
14776 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
14778         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
14780 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
14782         * language/korean.el (set-language-info-alist): Add korean-cp949,
14783         cp949 to spec.
14785 2009-07-01  Kenichi Handa  <handa@m17n.org>
14787         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
14789         * international/encoded-kb.el: Deleted.
14791         * international/mule.el (set-keyboard-coding-system): Perform the
14792         necessary setup here instead of calling encoded-kbd-setup-display.
14794 2009-07-01  Glenn Morris  <rgm@gnu.org>
14796         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
14798 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
14800         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
14802 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
14804         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
14805         Handle also the 'rename case, when setting file modes.  (Bug#3712)
14806         (tramp-default-file-modes): Remove execute permissions.
14808         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
14809         (top): Add a default for "synce" in `tramp-default-user-alist'.
14810         Add completion function for "synce" method.
14811         (tramp-hal-service, tramp-hal-path-manager)
14812         (tramp-hal-interface-manager, tramp-hal-interface-device):
14813         New defconst.
14814         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
14815         (tramp-synce-list-devices, tramp-synce-parse-device-names):
14816         New defuns.
14818         * net/trampver.el: Update release number.
14820 2009-06-30  Kenichi Handa  <handa@m17n.org>
14822         * international/fontset.el (setup-default-fontset): Add CJK fonts
14823         for symbols and the other miscellaneous characters.
14825         * language/korea-util.el (setup-korean-environment-internal):
14826         Make char-width-table suitable for Korean environments.
14827         (exit-korean-environment): Cancel above.
14829         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
14830         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
14831         setup-function to make char-width-table suitable for respective
14832         environments, and an exit-function to cancel that.
14834         * language/japan-util.el (setup-japanese-environment-internal):
14835         Call use-cjk-char-width-table with arg `ja_JP'.
14837         * international/characters.el (cjk-char-width-table): Delete it.
14838         (cjk-char-width-table-list): New variable.
14839         (use-cjk-char-width-table): New arg local-name.
14840         (use-default-char-width-table): Fix for the case that Emacs is
14841         already using the default char-width-table.
14843 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
14845         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
14846         modes mandatory.  (Bug#3712)
14848 2009-06-29  Alan Mackenzie  <acm@muc.de>
14850         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
14851         correction between the visible width of TABs and their number of bytes.
14853 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
14855         * server.el (server-buffer-done): Prevent kill-buffer from
14856         prompting by clearing the buffer modification flag (Bug#3696).
14858 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
14860         * progmodes/verilog-mode.el (verilog-beg-of-statement)
14861         (verilog-endcomment-reason-re): Support unique case and priority case.
14862         (verilog-basic-complete-re): Support localparam lineup.
14863         (verilog-beg-of-statement-1): Fix for robustness, unique case.
14864         (verilog-set-auto-endcomments): Fix for unique case, always_comb
14865         commenting.
14866         (verilog-leap-to-case-head): Now support *nested* unique &
14867         priority case statements.
14868         (verilog-auto-lineup): Make just declarations the default (as it
14869         had been).
14870         (verilog-leap-to-case-head): Support priority/unique case statements.
14871         (verilog-auto-lineup): Rework to give users radio buttons to
14872         select the various styles of automatic lineup.
14873         (verilog-error-regexp-alist): Rework to support the XEmacs style
14874         of error regular expressions from compilers, lint tools &
14875         simulators.  Note that GNU Emacs has made it impossible for a mode
14876         to load such things.
14877         (electric-verilog-terminate-line, verilog-indent-declaration)
14878         (verilog-auto-wiure): Rework for radio button selection of
14879         auto-lineup selection of specification of auto lineup.
14880         (verilog-beg-of-statement-1): Redesign to support proper operation
14881         in additional code, based on testing with auto-lineup.
14882         (verilog-calculate-indent, assignments & declarations)
14883         (verilog-backward-token): Enhance to support auto-lineup of
14884         assignments & declarations.
14885         (verilog-in-directive-p, verilog-at-struct-p): New function for
14886         easy test of whether we are.
14887         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
14888         to support safe execution at almost anyline.
14889         (verilog-calc-1): Properly support indenting deep inside generate
14890         blocks.
14891         (verilog-init-font): Remove definition & use of verilog-init-font,
14892         as it is redundant with font-lock-defaults.
14893         (verilog-mode): Alter the definition of verilog-font-lock-defaults
14894         to avoid circular calls if syntax-ppss is a function (as is the
14895         case now in 22.x GNU Emacs) as that function would sometimes call
14896         itself, leading to (nearly) infinite recursion.
14897         (verilog-ovm-begin-re, verilog-ovm-end-re)
14898         (verilog-ovm-statement-re, verilog-leap-to-head)
14899         (verilog-backward-token): Add support for OVM macros.  Some are
14900         complete statements, and others open and close scopes like begin
14901         and end.
14902         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
14903         (verilog-defun-level-generate-only-re): Really fix the defun-list
14904         compilation issue.
14905         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
14906         coverpoint, constraint and cross statements.
14907         (verilog-defun-level-list, verilog-generate-defun-level-list)
14908         (verilog-all-defun-level-list): Redo these specifications - it is
14909         too hard to support eval-when compile aggregation of lists also
14910         built at when-compile time.
14911         (verilog-defun-level-list): Place defconsts of variables used in
14912         building regular expressions which are built in eval-when-compile
14913         bodies in the same eval-when-compile body to facilitate compile
14914         without load.
14915         (verilog-beg-block-re-ordered): Support indenting
14916         virtual/protected tasks and functions.
14917         (verilog-defun-level-list, verilog-in-generate-region-p)
14918         (verilog-backward-ws&directives, verilog-calc-1): Speed up
14919         indentation of some module items (generate items).
14920         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
14921         across virtual/protected tasks and functions.
14923 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
14925         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
14926         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
14927         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
14928         in concatenations.  Reported by Yishay Belkind.
14929         (verilog-auto-ascii-enum): Support one-hot state machines in
14930         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
14931         (verilog-auto-inst, verilog-auto-inst-port): Include interface
14932         modport in AUTOINST and add vl-modport for users.  Reported by
14933         David Rogoff.
14934         (verilog-auto-inout-module, verilog-auto-inst)
14935         (verilog-decls-get-interfaces, verilog-insert-definition)
14936         (verilog-insert-one-definition, verilog-read-decls)
14937         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
14938         (verilog-sig-modport, verilog-signals-combine-bus)
14939         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
14940         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
14941         Suggested by David Rogoff.
14942         (verilog-repair-open-comma): Fix non-insertion of comma when
14943         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
14944         (verilog-make-width-expression): Simplify [A-1:0] expression
14945         widths to just {A{1'b0}}.
14946         (verilog-mode): Cleanup checkdoc warnings.
14947         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
14948         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
14949         inputs/outputs or data type.  Suggested by Vasu Kandadi.
14950         (next-error-last-buffer): Fix byte-compiler warning.
14951         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
14952         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
14953         or shell command text during AUTO expansion.  Suggested by Tad Truex.
14954         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
14955         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
14956         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
14957         in AUTOINOUT.  Reported by Matthew Lovell.
14958         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
14959         causing use of <= assignments.  Reported by Alex Reed.
14960         (verilog-read-decls): Fix triand, trior, wand, wor to be
14961         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
14962         (verilog-extended-complete-re): Support import "DPI-C" functions.
14963         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
14964         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
14965         (verilog-insert-date, verilog-insert-year)
14966         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
14967         Windows systems.  Reported by Michael Potts.
14968         (verilog-read-module-name): Fix AUTOINST when the child module
14969         declaration's name is a tick define.  Reported by Elliot Mednick.
14970         (verilog-read-decls): Fix V2K parameter bit subscripts getting
14971         passed to next parameter's definition.  Reported by Bruce T.
14972         (verilog-read-decls): Fix detecting "parameter int" when using
14973         AUTOINSTPARAM.  Reported by Bruce T.
14974         (verilog-goto-defun): Fix goto not finding modules unless first
14975         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
14976         (verilog-mode): Expand -f flag arguments on entry to mode so
14977         verilog-goto-defun will work.  Reported by Lawrence Butcher.
14978         (verilog-getopt): Expand environment variables in -f file
14979         arguments.  Suggested by Lawrence Butcher.
14980         (verilog-set-define): Fix "Symbol's value as variable is void"
14981         when reading enumerations.
14982         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
14983         Suggested by Stephen Peltan.
14984         (verilog-read-defines): Fix reading of enumerations in include
14985         files.  Reported by Steve Peltan.
14987 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
14989         * files.el (trash-directory): Fix defcustom type.
14991 2009-06-28  Juri Linkov  <juri@jurta.org>
14993         * help-fns.el (describe-function-1): Correctly locate adviced
14994         functions in hyperlink (Bug#2438).
14996 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
14998         * files.el (trash-directory): Change default to nil.
14999         (move-file-to-trash): If trash-directory is nil and
15000         system-move-file-to-trash is unbound, perform freedesktop-style
15001         trashing.
15003 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
15005         * files.el (move-file-to-trash): Add freedesktop trash
15006         support (Bug#973).
15008 2009-06-28  Glenn Morris  <rgm@gnu.org>
15010         * autorevert.el (global-auto-revert-non-file-buffers)
15011         (global-auto-revert-mode): Doc fixes.
15013 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
15015         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
15017 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
15019         * faces.el (x-handle-named-frame-geometry): Ensure that we have
15020         opened an X connection before calling x-get-resource (Bug#3194).
15022         * play/doctor.el: Remove reference to obsolete website.
15023         (make-doctor-variables): Correct grammar mistake (Bug#2633).
15025 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
15027         Remove find-file-not-found-hook VC method.  (Bug#2757)
15028         * vc-hooks.el (vc-file-not-found-hook)
15029         (vc-default-find-file-not-found-hook): Remove functions.
15030         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
15031         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
15032         * vc.el:
15033         * vc-hg.el:
15034         * vc-git.el: Do not mention find-file-not-found-hook VC method.
15036 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
15038         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
15039         compatibility function for `looking-back'.
15041         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15042         Use `ispell-looking-back'.
15044 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
15046         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
15047         rather than `filename'.
15049 2009-06-23  Miles Bader  <miles@gnu.org>
15051         * face-remap.el (text-scale-set): New function.
15053 2009-06-23  Glenn Morris  <rgm@gnu.org>
15055         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
15057         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
15059         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
15061         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
15063         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15064         Simplify Persian conditionals.
15066         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
15067         variable `filename'.
15069         * comint.el (comint-insert-input): Doc fix.
15071         * Makefile.in (ELCFILES): Fix typo in previous change.
15073 2009-06-23  Miles Bader  <miles@gnu.org>
15075         * cus-start.el: Add entry for `recenter-redisplay'.
15077 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
15079         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
15080         Add an optional argument for the backend, use it instead of
15081         calling vc-backend.
15082         (vc-mode-line): Add an optional argument for the backend.
15083         Pass the backend to vc-state and vc-working-revision.  Move code for
15084         special handling for vc-state being a buffer to ...
15086         * vc-rcs.el (vc-rcs-find-file-hook):
15087         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
15089         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
15090         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
15091         vc-stay-local-p and vc-mode-line calls.
15093         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
15094         (vc-cvs-diff, vc-cvs-annotate-command)
15095         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
15096         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
15097         vc-mode-line calls.
15099         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
15100         direct comparison.
15101         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
15102         backend when calling vc-mode-line.
15103         (vc-register): Do not create a closure for calling the vc register
15104         function, call it directly.
15106 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
15108         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
15109         to make it obvious item can be clicked.
15111         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
15113 2009-06-23  Kenichi Handa  <handa@m17n.org>
15115         * language/korea-util.el (korean-key-bindings): Change the binding
15116         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
15117         same command.
15119 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
15121         Sync with Tramp 2.1.16.
15123         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
15125         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
15126         when a loading of a package fails.  Completion function for rsync
15127         is `tramp-completion-function-alist-ssh'.
15128         (all): Replace all calls of `split-string' and
15129         `tramp-split-string' by `tramp-compat-split-string'.
15130         (tramp-default-method): Use `tramp-compat-process-running-p'.
15131         (tramp-default-proxies-alist): Allow also Lisp forms.
15132         (tramp-remote-path): Add choice "Private Directories".
15133         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
15134         (tramp-domain-regexp): Allow also "-", "_" and ".".
15135         (tramp-end-of-output): Remove newlines, and add "$" at the end.
15136         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
15137         (tramp-debug-message): Insert header line in debug buffer.
15138         (tramp-handle-directory-files-and-attributes-with-stat):
15139         Care about filenames with spaces, or starting with "-".
15140         (tramp-handle-dired-uncache): New defun.
15141         (tramp-handle-insert-directory): Don't flush the directory from
15142         cache, this is handled by `dired-uncache' now.
15143         (tramp-handle-insert-file-contents): Improve error handling.
15144         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15145         Quote `tramp-end-of-output'.
15146         (tramp-action-password): Improve trace message.
15147         (tramp-check-for-regexp): Both echoes must be present, before removing.
15148         (tramp-open-connection-setup-interactive-shell): Trace coding system.
15149         (tramp-compute-multi-hops): Eval cons cells of
15150         `tramp-default-proxies-alist'.
15151         (tramp-maybe-open-connection): Use the same command pattern for
15152         first hop and further hops.
15153         (tramp-wait-for-output): Remove handling of newlines.
15154         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
15155         (tramp-split-string): Remove function.  It is handled in
15156         tramp-compat now.
15158         * net/tramp-cmds.el (tramp-bug):
15159         Recommend `tramp-cleanup-all-connections' in the bug mail.
15161         * net/tramp-compat.el (tramp-compat-split-string)
15162         (tramp-compat-process-running-p): New defuns.
15164         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
15165         for `dired-uncache'.
15167         * net/tramp-gvfs.el: New package.
15169         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15170         Add handler for `dired-uncache'.
15171         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
15173         * net/trampver.el: Update release number.  Make version check fit
15174         for SXEmacs 22.
15176 2009-06-22  Jim Meyering  <meyering@redhat.com>
15178         Automatically handle .xz suffix (XZ-compressed files), too.
15179         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
15180         XZ is the successor to LZMA: <http://tukaani.org/xz/>
15182 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
15183             Nick Roberts  <nickrob@snap.net.nz>
15185         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
15186         repository (http://sphinx.net.ru/hg/gdb-mi/).
15188 2009-06-22  Glenn Morris  <rgm@gnu.org>
15190         * files.el (dir-locals-collect-mode-variables): Allow for any number of
15191         `mode' and `eval' entries.  (Bug#3430)
15193         * Makefile.in (ELCFILES): Add fadr.elc.
15195         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
15196         differing behavior of \n and ^ in strings.  (Bug#3385)
15198         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
15200         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
15201         property.
15202         (lisp-indent-function): Make it a defcustom.
15204 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
15206         * progmodes/gdb-ui.el: Replace with ...
15207         * progmodes/gdb-mi.el: ... this file.
15208         * progmodes/gud.el: Modify for gdb-mi.el.
15210 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
15212         * fadr.el: New file.
15214 See ChangeLog.14 for earlier changes.
15216 ;; Local Variables:
15217 ;; coding: utf-8
15218 ;; End:
15220     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
15222   This file is part of GNU Emacs.
15224   GNU Emacs is free software: you can redistribute it and/or modify
15225   it under the terms of the GNU General Public License as published by
15226   the Free Software Foundation, either version 3 of the License, or
15227   (at your option) any later version.
15229   GNU Emacs is distributed in the hope that it will be useful,
15230   but WITHOUT ANY WARRANTY; without even the implied warranty of
15231   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15232   GNU General Public License for more details.
15234   You should have received a copy of the GNU General Public License
15235   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15237 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1