* server.el (server-start): Simplify loop.
[emacs.git] / lisp / ChangeLog
blobc6476ca1df5e4a5b28690d6a2e3a5ef9f784603e
1 2010-08-03  Leo  <sdl.web@gmail.com>
3         * server.el (server-start): Simplify loop.
5 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7         * frame.el (screen-height, screen-width, set-screen-width)
8         (set-screen-height): Remove ancient compatibility aliases.
10         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
11         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
13         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
14         that change current buffer.
16 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
19         beginning of the string.  Use `string-match-p'.  (Bug#6765)
21 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
23         * cus-start.el (x-gtk-use-system-tooltips): New variable.
25 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
27         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
28         (package--builtins): Tweak descriptions.
29         (package-print-package): Upcase descriptions if necessary.
30         Show all built-in packages in font-lock-builtin-face.
31         (package-list-packages-internal): Omit "emacs" package.
32         Show status of built-in packages as "built-in".
34 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
36         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
37         before killing to preserve the primary selection (Bug#6701).
39         * term/x-win.el (x-select-text): Doc fix.
41 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
43         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
44         The following functions were modified or created:
46         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
47         (objc-font-lock-extra-types):
48         * progmodes/cc-mode.el (c-basic-common-init):
49         * progmodes/cc-langs.el (c-make-mode-syntax-table)
50         (c++-make-template-syntax-table)
51         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
52         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
53         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
54         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
55         * progmodes/cc-fonts.el (c-make-inverse-face)
56         (c-basic-matchers-after):
57         * progmodes/cc-engine.el (c-forward-keyword-clause)
58         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
59         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
60         (c-guess-continued-construct, c-guess-basic-syntax):
62 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
64         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
66 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
68         * files.el (bidi-paragraph-direction): Define safe local values.
70         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
71         language-info-alist.  Remove outdated FIXME in a comment.
73 2010-07-31  Alan Mackenzie  <acm@muc.de>
75         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
76         Auto-fill broken in C/C++ modes.
78 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
80         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
81         (menu-bar-showhide-tool-bar-menu-customize-disable)
82         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
83         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
84         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
85         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
86         make a menu for Options => toolbar that can move it.
88 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
90         * emacs-lisp/package-x.el (package--make-rss-entry):
91         (package-maint-add-news-item, package--update-news)
92         (package-upload-buffer-internal): New arg ARCHIVE-URL.
94         * emacs-lisp/package.el (package-archive-url): Rename from
95         package-archive-id.
96         (package-install): Doc fix.
97         (package-download-single, package-download-tar, package-install)
98         (package-menu-view-commentary): Callers changed.
100 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
102         * net/tramp.el (tramp-handle-start-file-process): Check only for
103         `remote-tty' process property.
104         (tramp-open-shell): Don't check for tty.
105         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
106         process property.
108         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
109         host.
111 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
113         * emacs-lisp/package.el (package-load-list, package-archives)
114         (package-archive-contents, package-user-dir)
115         (package-directory-list, package--builtins, package-alist)
116         (package-activated-list, package-obsolete-alist): Mark as risky.
118 2010-07-28  Phil Hagelberg  <phil@evri.com>
120         Add support for non-default package repositories.
121         * emacs-lisp/package.el (package-archive-base): Var deleted.
122         (package-archives): New variable.
123         (package-archive-contents): Doc fix.
124         (package-load-descriptor): Do nothing if descriptor file is missing.
125         (package--write-file-no-coding): New function.
126         (package-unpack-single): Use it.
127         (package-archive-id): New function.
128         (package-download-single, package-download-tar)
129         (package-menu-view-commentary): Use it.
130         (package-installed-p): Make second argument optional.
131         (package-read-all-archive-contents): New function.
132         (package-initialize): Use it.
133         (package-read-archive-contents): Add ARCHIVE argument.
134         (package--add-to-archive-contents): New function.
135         (package-install): Don't call package-read-archive-contents.
136         (package--download-one-archive): Store archive file in a
137         subdirectory of package-user-dir.
138         (package-menu-execute): Remove spurious line movement.
140 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
142         * cus-start.el (tool-bar-style): Add text-image-horiz.
144 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
146         * progmodes/gud.el (gud-common-init): Check for remoteness of
147         `file', and not of `default-directory'.
149 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
151         * net/tramp.el (tramp-methods): Move hostname to the end in all
152         ssh `tramp-login-args'.
153         (tramp-verbose): Describe verbose level 9.
154         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
155         (tramp-open-connection-setup-interactive-shell): Trace stty
156         settings if `tramp-verbose' >= 9.
157         (tramp-handle-start-file-process): Implement tty setting.
158         (Bug#4604, Bug#6360)
160         * net/tramp-cmds.el (tramp-bug): Recommend setting of
161         `tramp-verbose' to 9.
163 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
165         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
166         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
167         Remove references to package `lisp-re' (bug#4369).
169 2010-07-27  Tom Tromey  <tromey@redhat.com>
171         * progmodes/js.el (js-mode):
172         * progmodes/make-mode.el (makefile-mode):
173         * progmodes/simula.el (simula-mode):
174         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
176 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
178         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
180         * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
182         * time.el (display-time-day-and-date): Remove spurious * in docstring.
183         (display-time-world-buffer-name, display-time-world-mode-map):
184         Fix typos in docstrings.
186 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
188         * image-mode.el (image-display-size): New function.
189         (image-forward-hscroll, image-next-line, image-eol, image-eob)
190         (image-mode-fit-frame): Use it (Bug#6639).
192 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
194         * dired.el (dired-buffers-for-dir): Handle list values of
195         dired-directory (Bug#6636).
197 2010-07-26  Sam Steingold  <sds@gnu.org>
199         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
200         Do not call `x-get-selection' the second time, reuse the value.
202 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
204         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
205         which consist of control chars only.  Suggested by Richard Stallman.
207 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
209         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
210         exists before passing an error to find-file-not-found-functions
211         (bug#6723).
213 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
215         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
216         Remove leading nil element, adjust values.
217         (tetris-shapes, tetris-shape-scores):
218         Change representation of shapes and remove some redundancy.
219         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
220         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
221         Adjust for working with new representation of shapes.
222         (tetris-shape-rotations): New function.
223         (tetris-move-bottom, tetris-move-left, tetris-move-right)
224         (tetris-rotate-prev, tetris-rotate-next):
225         Adjust for working with the new version of tetris-test-shape.
227 2010-07-23  Markus Triska  <markus.triska@gmx.at>
229         * progmodes/ps-mode.el: Use comint (bug#5954).
230         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
231         (ps-mode-other-newline): Simplify.
232         (ps-run-mode): Derive from comint-mode instead of
233         fundamental-mode, yielding input history etc.
234         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
235         (ps-run-send-string): Adapt for comint-mode.
236         (ps-run-newline): Remove now unneeded function.
238 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
240         * net/tramp.el (tramp-methods): Move hostname to the end in all
241         plink `tramp-login-args'.
243 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
245         * net/tramp.el (tramp-open-shell): New defun.
246         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
247         Use it.
249 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
251         * net/tramp.el (tramp-file-name-regexp-unified)
252         (tramp-completion-file-name-regexp-unified): On W32 systems, do
253         not regard the volume letter as remote filename.  (Bug#5447)
255 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
257         * custom.el (custom-declare-variable): Give a clearer error message
258         when the docstring is missing (bug#6476).
260 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
262         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
263         (sql-login-params): New widget definition.
264         (sql-oracle-login-params, sql-mysql-login-params)
265         (sql-solid-login-params, sql-sybase-login-params)
266         (sql-informix-login-params, sql-ingres-login-params)
267         (sql-ms-login-params, sql-postgres-login-params)
268         (sql-interbase-login-params, sql-db2-login-params)
269         (sql-linter-login-params): Use it.
270         (sql-sqlite-login-params): Use it; Define "database" parameter as
271         a file name.
272         (sql-sqlite-program): Change to "sqlite3".
273         (sql-comint-sqlite): Make sure database name is complete.
274         (sql-for-each-login): New function.
275         (sql-connect, sql-save-connection): Use it.
276         (sql-get-login-ext): New function.
277         (sql-get-login): Use it.
278         (sql-make-alternate-buffer-name): Handle :file parameters.
280 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
282         * dired.el (dired-no-confirm): Document value t and fix defcustom to
283         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
285 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
287         * dired.el (dired-mode-map): Use command remapping (bug#6632).
289 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
291         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
293 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
295         * net/tramp.el (tramp-get-ls-command)
296         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
297         instead of "/".
299 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
301         * progmodes/sql.el: Version 2.3.
302         (sql-connection-alist): Changed keys from symbols to strings;
303         enhanced the widget definition.
304         (sql-mode-menu): Added submenu to select connections.
305         (sql-interactive-mode-menu): Added "Save Connection" item.
306         (sql-add-product): Fixed menu item.
307         (sql-get-product-feature): Improved error handling.
308         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
309         (sql-make-alternate-buffer-name): Simplified.
310         (sql-product-interactive): Handle missing product.
311         (sql-connect): Support string keys, minor improvements.
312         (sql-save-connection): New function.
313         (sql-connection-menu-filter): New function.
315 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
317         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
318         (tramp-open-connection-setup-interactive-shell): Apply
319         workaround for IRIX64 bug.  Move argument of last
320         `tramp-send-command' where it belongs to.
322 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
324         * net/tramp.el (tramp-perl-file-attributes)
325         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
326         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
327         front of `login-args'.
329 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
331         * time.el (display-time-world-mode): Define with `define-derived-mode'.
332         Set `show-trailing-whitespace' to nil.
333         (display-time-world-display): Simplify.
335 2010-07-18  Alan Mackenzie  <acm@muc.de>
337         Enhance `c-file-style' in file/directory local variables.
338         * progmodes/cc-mode.el (c-count-cfss): New function.
339         (c-before-hack-hook): Call `c-set-style' differently according to
340         whether c-file-style was set in file or directory local
341         variables.
343 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
345         * progmodes/sql.el: Version 2.2.
346         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
347         defcustom :safe keyword rather than putting safe-local-variable
348         property.
349         (sql-password): Use defcustom :risky keyword rather than putting
350         risky-local-variable property.
351         (sql-oracle-login-params, sql-sqlite-login-params)
352         (sql-solid-login-params, sql-sybase-login-params)
353         (sql-informix-login-params, sql-ingres-login-params)
354         (sql-ms-login-params, sql-postgres-login-params)
355         (sql-interbase-login-params, sql-db2-login-params)
356         (sql-linter-login-params): Add `port' option.
357         (sql-get-product-feature): Added NO-INDIRECT parameter.
358         (sql-comint-oracle, sql-comint-sybase)
359         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
360         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
361         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
362         (sql-comint-linter): Renamed sql-connect-* functions to
363         sql-comint-*.
364         (sql-product-alist, sql-mode-menu): Renamed as above and
365         :sqli-connect-func to :sqli-comint-func.
366         (sql-connection): New variable.
367         (sql-interactive-mode): Set it.
368         (sql-connection-alist): New variable.
369         (sql-connect): New function.
370         (sql--alt-buffer-part, sql--alt-if-not-empty)
371         (sql-make-alternate-buffer-name): Improved alternative buffer name.
373 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
375         * image-mode.el (image-bookmark-make-record): Do not set context
376         in an image (Bug#6650).
378 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
380         * simple.el (select-active-region): New function.
381         (push-mark-command, set-mark, activate-mark)
382         (handle-shift-selection): Use it.
383         (deactivate-mark): Don't check for size of region.
385         * mouse.el (mouse-drag-track): Use select-active-region.
387 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
389         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
390         "--dired" stronger.
392 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
394         * term/x-win.el (x-select-enable-primary): Change default to nil.
395         (x-select-enable-clipboard): Add :version keyword.
397         * mouse.el (mouse-drag-copy-region):
398         * simple.el (select-active-regions): Likewise.
400 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
402         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
403         (vc-coding-system-for-diff): Use it to decide whether to inherit
404         from the file the EOL format for reading the diffs of that file.
405         (Bug#4451)
407 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
409         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
410         unibyte, so compressed attachments are not compressed again.
412 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
414         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
415         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
416         (tramp-find-shell): Simplify setting connection property.
417         (tramp-get-ls-command): Make test for "--color=never" stronger.
419 2010-07-15  Simon South  <ssouth@member.fsf.org>
421         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
422         blocks within record declarations (i.e. variant parts) correctly.
424 2010-07-15  Simon South  <ssouth@member.fsf.org>
426         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
427         over literal tokens when parsing so newlines aren't "absorbed" by
428         single-line comments.  Corrects the indentation of case blocks
429         that have a comment on the first line.
431 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
433         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
434         by Drew Adams (Bug#5504).
436 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
438         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
439         now that Unicode is used (Bug#6594).
441 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
443         * term/x-win.el (x-select-enable-clipboard): Default to t.
444         (x-initialize-window-system): Don't overwrite Paste menu item.
446         * simple.el (select-active-regions): Default to t.
447         (push-mark-command): Don't overwrite primary with empty string.
449         * mouse.el: Bind mouse-2 to mouse-yank-primary.
450         (mouse-drag-copy-region): Default to nil.
452         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
453         Cut/Copy/Paste menu bar items.
455 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
457         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
458         Patch applied by Karl Fogel.
460         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
461         and `bookmark-current-buffer' if they have been already set in
462         another buffer (e.g gnus-art).
464 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
465             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
467         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
469         * bookmark.el (bookmark-make-record-default): Allow unneeded
470         information to be omitted from the record.
472         Adjust declarations and calls:
474         * info.el (bookmark-make-record-default): Adjust declaration.
475         (Info-bookmark-make-record): Adjust call.
477         * woman.el (bookmark-make-record-default): Adjust declaration.
478         (woman-bookmark-make-record): Adjust call.
480         * man.el (bookmark-make-record-default): Adjust declaration.
481         (Man-bookmark-make-record): Adjust call.
483         * image-mode.el (bookmark-make-record-default): Adjust declaration.
485         * doc-view.el (bookmark-make-record-default): Adjust declaration.
487 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
489         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
490         This is also from Thierry Volpiatto's patch in bug #6444.  However,
491         because it was extraneous to the functional change in that patch,
492         and causes a re-indendation, I am committing it separately.
494 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
496         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
497         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
498         Patch applied by Karl Fogel (Bug#6444).
500 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
502         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
504 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
506         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
507         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
508         (ns-alternatives-map): Change S-tab binding to backtab
509         (bug#6616).
511         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
512         under ns.
514 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
516         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
517         (Bug#5806)
519         * language/tv-util.el (tai-viet-re): Remove format.
521 2010-07-12  Kenichi Handa  <handa@m17n.org>
523         * language/hebrew.el: Remove no-byte-compile declaration.
524         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
525         composition-function-table for 3-character looking back.
526         (hebrew-font-get-precomposed): New function.
527         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
529 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
531         * mouse.el (mouse-drag-track): Handle select-active-regions
532         (Bug#6612).
534 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
536         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
537         empty argument to gvfs-copy.
539 2010-07-10  Glenn Morris  <rgm@gnu.org>
541         * calendar/calendar.el (calendar-week-end-day): New function.
542         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
543         Respect calendar-week-start-day.  (Bug#6606)
544         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
545         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
546         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
547         respect calendar-week-start-day.
549 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
551         * simple.el (use-region-p): Doc fix (Bug#6607).
553 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
555         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
556         regexps for cucumber and ruby.
558 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
560         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
561         (epa-file-insert-file-contents): Hack to prevent
562         find-file from opening empty buffer when decryption failed
563         (bug#6568).
565 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
567         * textmodes/ispell.el (ispell-alternate-dictionary):
568         Use file-readable-p.
569         Return nil if no word-list is found at default locations.
570         (ispell-complete-word-dict): Default to nil.
571         (ispell-command-loop): Use 'word-list' when using lookup-words.
572         (lookup-words): Use ispell-complete-word-dict or
573         ispell-alternate-dictionary.  Check for word-list availability
574         and handle errors if needed with better messages (Bug#6539).
575         (ispell-complete-word): Use ispell-complete-word-dict or
576         ispell-alternate-dictionary.
578 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
580         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
581         builtins (BufferError, BytesWarning, WindowsError; callables
582         bin, bytearray, bytes, format, memoryview, next, print; __package__).
584 2010-07-07  Glenn Morris  <rgm@gnu.org>
586         * play/zone.el (top-level): Do not require timer, tabify, or cl.
587         (zone-shift-left): Ignore intangibility, and any errors from
588         forward-char.
589         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
590         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
591         deleting, and copying text properties.
592         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
593         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
594         to point-max is hard.
595         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
596         (zone-fill-out-screen): Ignore intangibility.
598 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
600         * menu-bar.el (menu-bar-mode):
601         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
602         if it has been set.
604         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
605         word/line selection (Bug#6565).
607 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
609         * net/dbus.el (dbus-send-signal): Declare function.
611 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
613         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
614         (dbus-register-property): New optional argument EMITS-SIGNAL.
615         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
617 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
619         * mouse.el (mouse-drag-overlay): Variable deleted.
620         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
621         (mouse--remap-link-click-p): New function.
622         (mouse-drag-track): Handle dragging by using temporary Transient
623         Mark mode, instead of a special overlay.
624         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
625         mouse-show-mark.
627         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
628         deleted.
630 2010-07-02  Juri Linkov  <juri@jurta.org>
632         * autoinsert.el (auto-insert-alist): Fix readability
633         by using dotted pair notation for lambda.
635 2010-07-02  Juri Linkov  <juri@jurta.org>
637         * faces.el (read-face-name): Rename arg `string-describing-default'
638         to `default'.  Doc fix.  Display the default value in quotes
639         in the prompt.  With empty input, return the `default' arg,
640         unless the default value is a string (in which case return nil).
641         (describe-face): Replace the string `default' arg of `read-face-name'
642         with the symbol `default'.
644 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
646         * emulation/viper-cmd.el (viper-delete-backward-char)
647         (viper-del-backward-char-in-insert)
648         (viper-del-backward-char-in-replace, viper-change)
649         (viper-backward-indent): Replace delete-backward-char with
650         delete-char (Bug#6552).
652 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
654         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
656 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
658         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
659         argument passed to frame-creation-function (Bug#5378).
661         * faces.el (x-handle-named-frame-geometry)
662         (x-handle-reverse-video, x-create-frame-with-faces)
663         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
664         separately consult default-frame-alist.  It is now passed as the
665         PARAMETER argument.
667 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
669         * startup.el (command-line): Don't call tool-bar-setup in a
670         tty-only build.
672 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
674         * ruler-mode.el (ruler--save-header-line-format): New fun.
675         (ruler-mode): Use it as a setter function, so as not to overwrite
676         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
678 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
680         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
681         (vc-root-diff, vc-print-root-log, vc-log-incoming)
682         (vc-log-outgoing): Use it.
683         (vc-diff-internal): Set diff-vc-backend.
685         * vc/diff-mode.el (diff-vc-backend): New var.
687 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
689         * dynamic-setting.el (font-setting-change-default-font): Remove
690         call to message.
692 2010-06-28  Kenichi Handa  <handa@m17n.org>
694         * international/quail.el (quail-insert-kbd-layout): Fix the
695         showing of untranslated characters.
697 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
699         * simple.el (delete-active-region): New option.
700         (delete-backward-char): Implement in Lisp.
701         (delete-forward-char): New command.
703         * mouse.el (mouse-region-delete-keys): Deleted.
704         (mouse-show-mark): Simplify.
706         * bindings.el (global-map): Bind delete and DEL, the former to
707         delete-forward-char.
709 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
711         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
712         (ruby-mode): Bind indent-line-function (Bug#5119).
714 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
716         * startup.el (command-line): Recognize "0" X resource value.
718 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
720         * startup.el (command-line): Use X resources to set the value of
721         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
723         * menu-bar.el (menu-bar-mode):
724         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
725         Set init-value to t.
727         * frame.el (frame-notice-user-settings): Don't change
728         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
729         vice versa (Bug#2249).
731 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
733         * w32-fns.el (w32-convert-standard-filename): Doc fix.
735 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
737         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
738         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
740         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
741         default directories are expanded (Bug#6143).
743 2010-06-24  Juri Linkov  <juri@jurta.org>
745         * minibuffer.el (completions-format): Change default from nil to
746         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
748 2010-06-24  Juri Linkov  <juri@jurta.org>
750         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
751         buffer-locally to lambda that re-runs the vc diff command.
752         (Bug#6447)
754 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
756         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
757         echo area is in use (Bug#3412).
759 2010-06-22  Glenn Morris  <rgm@gnu.org>
761         * textmodes/texinfmt.el (texinfo-format-region)
762         (texinfo-raise-lower-sections, texinfo-format-separate-node)
763         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
764         (texinfo-format-option, texinfo-noindent):
765         Use line-beginning-position and line-end-position.
767         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
768         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
769         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
770         utf-8 characters.
772 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
774         * play/zone.el (zone-fall-through-ws): Fix next-line ->
775         forward-line fallout.
777 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
779         * mouse.el (mouse-appearance-menu): Add docstring.
781         * help.el (describe-key): Print up-event using key-description.
783 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
785         * net/zeroconf.el (zeroconf-resolve-service)
786         (zeroconf-service-resolver-handler): Use
787         `dbus-byte-array-to-string'.
788         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
790 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
792         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
794 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
796         Avoid displaying files with a nil state in vc-dir.
797         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
798         cases that cause insertion.
799         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
800         with a nil state.
802 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
804         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
806 2010-06-29  Leo  <sdl.web@gmail.com>
808         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
810 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
812         * generic-x.el (bat-generic-mode): Fix regexp for command line
813         switches (Bug#5719).
815 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
817         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
818         of nconc to avoid pure storage error (Bug#6239).
820 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
822         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
823         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
824         bindings of bookmark-automatically-show-annotations (Bug#6515).
826 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
828         * arc-mode.el (archive-zip-extract): Don't quote the file name on
829         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
831 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
833         * comint.el (make-comint, make-comint-in-buffer): Mention return
834         value in the docstrings.  (Bug#6498)
836 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
838         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
839         since it is not present when using some non-default switches.
841 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
843         * simple.el (compose-mail): Fix doc string to refer to
844         `compose-mail-user-agent-warnings', instead of to the
845         nonexistent `compose-mail-check-user-agent'.
847 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
849         Fix an indentation bug:
851         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
852         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
853         of existing values.
855         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
856         (c-clear->-pair-props-if-match-before): now return t when they've
857         cleared properties, nil otherwise.
858         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
859         by taking account of the existing value.
861         * progmodes/cc-defs.el
862         (c-clear-char-property-with-value-function): Fix this to clear the
863         property rather than overwriting it with nil.
865 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
867         * emacs-lisp/package.el (package-print-package): Add link to
868         package description via describe-package.
869         (describe-package-1): List package requirements.  Add button to
870         perform installation.
871         (package-menu-describe-package): New command.
873         * help-mode.el (help-package): New button type.
875 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
877         * emacs-lisp/package.el: Move package-list-packages binding to
878         menu-bar.el.
879         (describe-package, describe-package-1, package--dir): New funs.
880         (package-activate-1): Use package--dir.
882         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
884         * help-mode.el (help-package-def): New button type.
886         * menu-bar.el: Move package-list-packages binding here from
887         package.el.
889 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
891         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
893 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
895         * emacs-lisp/edebug.el (edebug-read-list):
896         Phase out old-style backquotes.
898 2010-06-17  Juri Linkov  <juri@jurta.org>
900         * help-mode.el (help-mode): Set buffer-local variable
901         revert-buffer-function to help-mode-revert-buffer.
902         (help-mode-revert-buffer): New function.
904         * info.el (Info-revert-find-node): Check for major-mode Info-mode
905         before popping to "*info*" (like in other Info functions).
906         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
907         old-history-forward.  Pop to old-buffer-name or "*info*" to
908         recreate the killed buffer.  Set Info-history-forward from
909         old-history-forward.
910         (Info-breadcrumbs-depth): Add :group and :version.
912 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
914         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
916 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
918         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
919         for languages like Portuguese with pt_{BR,PT} and no plain pt.
921 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
923         * emacs-lisp/package.el (package-menu-mode-map):
924         Move initialization into declaration.
926         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
928 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
930         * emacs-lisp/package.el (package-archive-base): Point to
931         elpa.gnu.org.
932         (package-enable, package-load-list): New defcustoms.
933         (package-user-dir, package-directory-list): Turn into defcustoms.
934         Don't include package-user-dir in package-directory-list.
935         (package--builtins-base): Don't include Emacs as a "package".
936         (package-subdirectory-regexp): New var.
937         (package-load-all-descriptors, package-compute-transaction)
938         (package-download-transaction): Obey package-load-list.
939         (package-activate-1): Rename from package-do-activate.
940         (package-list-packages-internal): Check package-load-list.
941         (package-load-descriptor, package-generate-autoloads)
942         (package-unpack, package-unpack-single)
943         (package--read-archive-file, package-delete): Use
944         expand-file-name.
946         * emacs-lisp/package-x.el: New file.  Package uploading
947         functionality split out from package.el.
949         * startup.el (command-line): Load packages after reading init
950         file.
952 2010-06-17  Tom Tromey  <tromey@redhat.com>
954         * emacs-lisp/package.el: New file.
956 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
958         Fix vc-annotate for renamed files when using Git.
959         * vc-git.el (vc-git-find-revision): Deal with empty results from
960         ls-files.  Doe not pass the object as a file name to cat-file, it
961         is not a file name.
962         (vc-git-annotate-command): Pass the file name using -- to avoid
963         ambiguity with the revision.
964         (vc-git-previous-revision): Pass a relative file name.
966 2010-06-22  Glenn Morris  <rgm@gnu.org>
968         * progmodes/js.el (js-mode-map): Use standard capitalization and
969         ellipses for menu entries.
971         * wid-edit.el (widget-complete): Doc fix.
973 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
975         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
977 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
979         Fix annotating other revisions for renamed files in vc-annotate.
980         * vc-annotate.el (vc-annotate): Add an optional argument for the
981         VC backend.  Use it when non-nil.
982         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
983         (Bug#6487)
985         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
986         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
987         Do not pass the file name to the 'previous-revision call when we
988         don't want a file diff.  (Bug#6489)
990 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
992         Fix finding revisions for renamed files in vc-annotate.
993         * vc.el (vc-find-revision): Add an optional argument for
994         the VC backend.  Use it when non-nil.
995         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
996         backend to vc-find-revision.  (Bug#6487)
998 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1000         Fix reading file names in Git annotate buffers.
1001         * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
1002         trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
1004 2010-06-20  Alan Mackenzie  <acm@muc.de>
1006         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1007         in file local variables, set it first.
1009 2010-06-19  Glenn Morris  <rgm@gnu.org>
1011         * descr-text.el (describe-char-unicode-data): Insert separating
1012         space when needed.  (Bug#6422)
1014         * progmodes/idlwave.el (idlwave-action-and-binding):
1015         Fix typo in 2009-12-03 change.  (Bug#6450)
1017 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1019         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
1020         handling for `lambda' (misunderstanding).
1022 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
1024         * calc/calc-poly.el (math-accum-factors): Make sure that
1025         constants aren't distributed after they are factored out.
1027 2010-06-16  Juri Linkov  <juri@jurta.org>
1029         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
1030         `list-colors-print'.  (Bug#6332)
1032         * subr.el (read-quoted-char): Fix up last change (bug#6290).
1034 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1036         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
1037         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
1039         * font-lock.el (font-lock-major-mode): Rename from
1040         font-lock-mode-major-mode to distinguish it from
1041         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1042         (font-lock-set-defaults):
1043         * font-core.el (font-lock-default-function): Adjust users.
1044         (font-lock-mode): Don't set it at all.
1046 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1048         * vc-annotate.el (vc-annotate): Use vc-read-revision.
1050 2010-06-16  Glenn Morris  <rgm@gnu.org>
1052         * calendar/appt.el (appt-time-msg-list): Doc fix.
1053         (appt-check): Let-bind appt-warn-time.
1054         (appt-add): Make the 3rd argument optional.
1055         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
1056         Only add WARNTIME to the output list if non-nil.
1058 2010-06-16  Ivan Kanis  <apple@kanis.eu>
1060         * calendar/appt.el (appt-check): Let the 3rd element of
1061         appt-time-msg-list specify the warning time.
1062         (appt-add): Add new argument with the warning time.  (Bug#5176)
1064 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1066         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1067         older than version 1.6.  (Bug#6361)
1069 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
1071         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1072         used by cl-do-arglist.  (Bug#6408)
1074 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
1076         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
1077         portuguese casechars/not-casechars for missing 'çÇ'.
1078         Suggested by Rolando Pereira (bug#6434).
1080 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
1082         * facemenu.el (list-colors-sort): Doc fix.
1084 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1086         * progmodes/sql.el (sql-connect-mysql): Fix typo.
1088 2010-06-14  Juri Linkov  <juri@jurta.org>
1090         Add sort option `list-colors-sort'.  (Bug#6332)
1091         * facemenu.el (color-rgb-to-hsv): New function.
1092         (list-colors-sort): New defcustom.
1093         (list-colors-sort-key): New function.
1094         (list-colors-display): Doc fix.  Sort list according to the option
1095         `list-colors-sort'.
1096         (list-colors-print): Add HSV values to `help-echo' property of
1097         RGB strings.
1099 2010-06-14  Juri Linkov  <juri@jurta.org>
1101         * compare-w.el: Move to the "vc" subdirectory.
1103 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1105         * image-mode.el (image-mode-map): Remap left-char and right-char.
1107         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
1109 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
1111         * term/common-win.el (x-colors): Add all the color names defined
1112         in rgb.txt (Bug#6332).
1114         * facemenu.el (list-colors-print): Don't print extra names if it
1115         will overflow the window width.
1117         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
1118         change (Bug#6343).
1120 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
1122         * files.el (make-directory): Doc fix (bug#6396).
1124 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
1126         * net/tramp.el (tramp-remote-process-environment): Protect version
1127         string by apostroph.
1128         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1129         XEmacs.
1130         (tramp-file-name-for-operation): Add `call-process-region'.
1131         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1133         * net/tramp-compat.el (top): Do not autoload
1134         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1135         only when `start-file-process' is not bound.
1136         (tramp-advice-file-expand-wildcards): Do not use
1137         `tramp-handle-file-remote-p'.
1138         (tramp-compat-make-temp-file): Handle the case, that
1139         `make-temp-file' has no third argument EXTENSION.
1141 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
1143         * makefile.w32-in (WINS_BASIC): Include new directory vc.
1145         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
1147 2010-06-11  Juri Linkov  <juri@jurta.org>
1149         * finder.el (finder-known-keywords): Add keyword "vc"
1150         for version control.
1152         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
1153         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
1154         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
1155         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
1157 2010-06-11  Juri Linkov  <juri@jurta.org>
1159         Move version control related files to the "vc" subdirectory.
1160         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
1161         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
1162         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
1163         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
1164         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
1165         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
1166         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
1167         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
1168         Move files to the "vc" subdirectory.
1170 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1172         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
1173         (Bug#6367).
1175 2010-06-11  Stephen Eglen  <stephen@gnu.org>
1177         * shell.el: Bind `shell-resync-dirs' to M-RET.
1179 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
1181         * notifications.el: Move file from lisp/net, because it is
1182         supposed to talk locally to the user.
1184 2010-06-10  Julien Danjou  <julien@danjou.info>
1186         * net/notifications.el (notifications-on-action-signal)
1187         (notifications-on-closed-signal): Pass notification id as first
1188         argument to the callback functions.  Add docstrings.
1189         (notifications-notify): Fix docstring.
1191 2010-06-10  Glenn Morris  <rgm@gnu.org>
1193         * emacs-lisp/authors.el (authors-ignored-files)
1194         (authors-valid-file-names): Add some files.
1196 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1198         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
1199         merge conflict, giving preference to the emacs-23 version of the code.
1201 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1203         * emacs-lisp/advice.el (ad-compile-function):
1204         Define warning-suppress-types before we let-bind it (bug#6275).
1206         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1207         declare it, make it buffer-local and permanent-local (bug#6324).
1208         (vc-resynch-window): Adjust name.
1209         * vc-hooks.el (vc-find-file-hook): Adjust name.
1211 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
1213         * net/notifications.el (notifications-notify): Fix docstring.
1215 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1217         Update to Unicode 6.0.0 beta.
1218         * international/charprop.el: Update copyright.
1219         * international/mule-cmds.el (ucs-names): Update character ranges.
1220         * international/uni-bidi.el:
1221         * international/uni-category.el:
1222         * international/uni-combining.el:
1223         * international/uni-comment.el:
1224         * international/uni-decimal.el:
1225         * international/uni-decomposition.el:
1226         * international/uni-digit.el:
1227         * international/uni-lowercase.el:
1228         * international/uni-mirrored.el:
1229         * international/uni-name.el:
1230         * international/uni-numeric.el:
1231         * international/uni-old-name.el:
1232         * international/uni-titlecase.el:
1233         * international/uni-uppercase.el: Regenerate.
1235 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1237         * emacs-lisp/smie.el (comment-string-strip): Declare function.
1238         (smie-precs-precedence-table): Fix typo in docstring.
1240         * vc-mtn.el (log-edit-extract-headers): Declare function.
1242         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
1244         * net/notifications.el (dbus-register-signal): Declare function.
1245         (notifications-notify): Fix typos and reflow docstring.
1247 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1249         Improve VC create/retrieve tag/branch.
1250         * vc.el (vc-create-tag): Do not read the directory name for VCs
1251         with repository revision granularity.  Adjust the tag/branch
1252         prompt.  Reset VC properties.
1253         (vc-retrieve-tag): Do not read the directory name for VCs
1254         with repository revision granularity.  Reset VC properties.
1256 2010-06-09  Julien Danjou  <julien@danjou.info>
1258         * net/notifications.el: New file.
1260 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1262         Add optional support for resetting VC properties.
1263         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1264         call vc-file-clearprops when true.
1265         (vc-resynch-buffer): Add new optional argument, pass it down.
1266         (vc-resynch-buffers-in-directory): Likewise.
1268         Improve support for special markup in the VC commit message.
1269         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1270         * vc-hg.el (vc-hg-checkin): Add support for Date:.
1271         * vc-git.el (vc-git-checkin):
1272         * vc-bzr.el (vc-bzr-checkin): Likewise.
1274 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1276         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1277         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1279 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
1281         * iimage.el: Remove images as soon as the underlying text is modified.
1282         (iimage-modification-hook): New function.
1283         (iimage-mode-buffer): Use it.
1285 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1287         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1288         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
1289         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
1290         (smie-indent-keyword): Add handling of open-paren keywords.
1291         (smie-indent-comment-continue): Don't assume comment-continue.
1293 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
1295         * window.el (pop-to-buffer): Remove the conditional that
1296         compares new-window and old-window, so it will reselect
1297         the selected window unconditionally.
1298         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1300 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1302         * emacs-lisp/smie.el (smie-indent-offset-after)
1303         (smie-indent-forward-token, smie-indent-backward-token): New functions.
1304         (smie-indent-after-keyword): Use them.
1305         (smie-indent-fixindent): Only applies to the indentation of the BOL.
1306         (smie-indent-keyword): Tweak the black magic.
1307         (smie-indent-comment-continue): Strip comment-continue before use.
1308         (smie-indent-functions): Indent comments before keywords.
1310 2010-06-06  Juri Linkov  <juri@jurta.org>
1312         * isearch.el (isearch-lazy-highlight-search): Fix looping
1313         by checking for empty match.  This syncs this loop with the
1314         similar loop in `isearch-search'.  (Bug#6362)
1316 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
1318         * net/dbus.el (dbus-register-method): Declare function.
1319         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1320         (dbus-introspect): Doc fix.
1321         (dbus-event-bus-name, dbus-introspect-get-interface)
1322         (dbus-introspect-get-argument): Reflow docstrings.
1324 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
1326         vc-log-incoming/vc-log-outgoing fixes for Git.
1327         * vc-git.el (vc-git-log-view-mode): Fix font lock for
1328         incoming/outgoing logs.
1329         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1330         instead of vc-git-compute-remote.
1331         (vc-git-compute-remote): Remove.
1333 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
1335         * term/common-win.el (x-colors): Add "dark green" and "dark
1336         turquoise" (Bug#6332).
1338 2010-06-04  Juri Linkov  <juri@jurta.org>
1340         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1341         Instead of setting `replace' to t and replacing the same string
1342         with itself, don't do certain actions when
1343         kill-do-not-save-duplicates is non-nil and string is equal to car
1344         of kill-ring: don't call menu-bar-update-yank-menu, don't push
1345         interprogram-paste strings to kill-ring, and don't push the input
1346         argument `string' to kill-ring.
1347         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1349 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1351         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1353 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
1355         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1356         (tramp-gvfs-handler-mounted-unmounted)
1357         (tramp-gvfs-connection-mounted-p): Handle default-location.
1359         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1360         move files to trash.
1362 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1364         * international/mule-cmds.el (nonascii-insert-offset)
1365         (nonascii-translation-table): Add obsolescence information.
1367         * international/mule.el (make-translation-table-from-vector): Doc fix.
1369 2010-06-03  Eric Ludlam  <zappo@gnu.org>
1371         * cedet/semantic/lex-spp.el
1372         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1373         invalid values during save, just save a nil (Bug#6324).
1375 2010-06-03  Glenn Morris  <rgm@gnu.org>
1377         * desktop.el (desktop-clear-preserve-buffers):
1378         Add "*Warnings*" buffer.  (Bug#6336)
1380 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
1382         vc-log-incoming/vc-log-outgoing improvements for Git.
1383         * vc-git.el (vc-git-log-outgoing): Use the same format as the
1384         short log.
1385         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
1387         Add bindings for vc-log-incoming and vc-log-outgoing.
1388         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1389         and vc-log-outgoing.
1390         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1391         and vc-log-outgoing.
1393 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1395         * net/rcirc.el (rcirc-sort-nicknames): Remove.
1396         (rcirc-handler-366): Always sort nicknames.
1398 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
1400         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1402 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1404         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1406 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1408         * net/rcirc.el (rcirc-sort-nicknames): Change default.
1409         (rcirc-sort-nicknames-join): Avoid setq.
1411 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1413         * net/rcirc.el (rcirc-sort-nicknames): New custom.
1414         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1415         (rcirc-handler-366): Use them.
1417 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1419         Split smie-indent-calculate into more manageable chunks.
1420         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1421         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1422         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1423         (smie-indent-exps): Extract from smie-indent-calculate.
1424         (smie-indent-functions): New var.
1425         (smie-indent-functions): Use them.
1427 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1429         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1430         (smie-indent-calculate): Simplify and cleanup.
1432 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
1434         * net/tramp-gvfs.el (top): Require url-util.
1435         (tramp-gvfs-mount-point): Remove.
1436         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1437         New defuns.
1438         (with-tramp-dbus-call-method): Format trace message.
1439         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1440         Implement backup call, when operation on local files fails.
1441         Use progress reporter.  Flush properties of changed files.
1442         (tramp-gvfs-handle-make-directory): Make more traces.
1443         (tramp-gvfs-url-file-name): Hexify file name in url.
1444         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1445         into account for the resulting file name.
1446         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1447         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
1448         (tramp-gvfs-handler-mounted-unmounted)
1449         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1450         attribute "default_location".  Set "prefix" property.
1451         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1452         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1453         exists.  Raise an error, if not (due to a corresponding answer
1454         "no" in interactive questions, for example).
1456 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
1458         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1460 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
1462         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1463         right-*.  (Bug#6265)
1465 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
1467         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1468         * vc-git.el (vc-git-compute-remote): New function.
1469         (vc-git-log-outgoing): Use it instead of hard coding a value.
1470         (vc-git-log-incoming): New function.
1472         Improve state updating for VC tag commands.
1473         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1474         to update the state of all buffers in the directory.
1476         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1478 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1480         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1481         `file-directory-p' to the filename part rather than to the whole text.
1483 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
1485         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1486         (bug#6231).
1488 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1490         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1492 2010-05-31  Drew Adams  <drew.adams@oracle.com>
1494         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1496 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
1498         * subr.el (momentary-string-display): Just use read-event to read
1499         the exit event (Bug#6238).
1501 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
1503         * international/mule.el (define-coding-system): Doc fix (bug#6313).
1505 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1507         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1508         Suggested by Eli Zaretskii <eliz@gnu.org>.
1510 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1512         * minibuffer.el (completion-file-name-table): Don't return a boundary
1513         past the end of `string' (bug#6299).
1514         (completion--file-name-table): Delegate to completion-file-name-table
1515         for the `boundaries' case.
1517 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1519         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1520         movement commands.
1522         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1523         `path-separator', but maintain compatibility with Emacs 20.2.
1525 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1527         * server.el (server-process-filter): Receive parent-id argument
1528         from emacsclient.
1529         (server-create-window-system-frame): New arg.  Pass parent-id as
1530         frame parameter.
1532 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
1534         Bidi-sensitive word movement with arrow keys.
1535         * subr.el (right-arrow-command, left-arrow-command): Move to
1536         bindings.el.
1538         * bindings.el (right-char, left-char): Move from subr.el and
1539         rename from right-arrow-command and left-arrow-command.
1540         (right-word, left-word): New functions.
1541         (global-map) <right>: Bind to right-char.
1542         (global-map) <left>: Bind to left-char.
1543         (global-map) <C-right>: Bind to right-word.
1544         (global-map) <C-left>: Bind to left-word.
1546         * ls-lisp.el (ls-lisp-classify-file): New function.
1547         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1548         (ls-lisp-classify): Call ls-lisp-classify-file.
1549         (insert-directory): Remove blanks from switches.
1551 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1553         * ansi-color.el: Delete unused escape sequences (Bug#6085).
1554         (ansi-color-drop-regexp): New constant.
1555         (ansi-color-apply, ansi-color-filter-region)
1556         (ansi-color-apply-on-region): Delete unrecognized control sequences.
1557         (ansi-color-apply): Build string list before calling concat.
1559 2010-05-28  Juri Linkov  <juri@jurta.org>
1561         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1562         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
1563         (Bug#5270)
1565 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1567         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
1568         to ignored backtrace functions.
1569         (with-progress-reporter): Expand docstring.
1570         (tramp-handle-delete-file): Implement TRASH argument.
1571         (tramp-get-remote-trash): New defun.
1573 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1575         * net/tramp-compat.el (tramp-compat-delete-file): Use
1576         `symbol-value' for backward compatibility.
1578         * net/tramp.el (tramp-handle-make-symbolic-link)
1579         (tramp-handle-load)
1580         (tramp-do-copy-or-rename-file-via-buffer)
1581         (tramp-do-copy-or-rename-file-directly)
1582         (tramp-do-copy-or-rename-file-out-of-band)
1583         (tramp-handle-process-file, tramp-handle-call-process-region)
1584         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1585         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1586         (tramp-delete-temp-file-function): Use `delete-file' instead
1587         of `tramp-compat-delete-file'.
1589         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1590         (tramp-fish-handle-make-symbolic-link)
1591         (tramp-fish-handle-process-file): Use `delete-file' instead
1592         of `tramp-compat-delete-file'.
1594         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
1595         `delete-file' instead of `tramp-compat-delete-file'.
1597         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1598         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
1599         `tramp-compat-delete-file'.
1601         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
1602         `delete-file' instead of `tramp-compat-delete-file'.
1604         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1605         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1606         (tramp-smb-handle-write-region): Use `delete-file' instead of
1607         `tramp-compat-delete-file'.
1608         (tramp-smb-handle-delete-directory): Use 'trash as arg.
1610 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1612         * dired.el (dired-delete-file): New arg TRASH.
1613         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
1614         (dired-do-flagged-delete, dired-do-delete): Use trash.
1616         * speedbar.el (speedbar-item-delete): Allow trashing.
1618         * files.el (delete-directory): New arg TRASH.
1620         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
1621         (ange-ftp-rename-remote-to-remote)
1622         (ange-ftp-rename-local-to-remote)
1623         (ange-ftp-rename-remote-to-local, ange-ftp-load)
1624         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
1625         `delete-file'.
1626         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
1627         allow trashing.
1629         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1630         handle new TRASH arg of `delete-file'.
1632         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
1633         (tramp-handle-make-symbolic-link, tramp-handle-load)
1634         (tramp-do-copy-or-rename-file-via-buffer)
1635         (tramp-do-copy-or-rename-file-directly)
1636         (tramp-do-copy-or-rename-file-out-of-band)
1637         (tramp-handle-process-file, tramp-handle-call-process-region)
1638         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1639         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1640         (tramp-delete-temp-file-function): Use null TRASH arg in
1641         tramp-compat-delete-file call.
1643         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1644         (tramp-fish-handle-delete-file)
1645         (tramp-fish-handle-make-symbolic-link)
1646         (tramp-fish-handle-process-file): Use null TRASH arg in
1647         `tramp-compat-delete-file' call.
1649         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
1650         arg in `tramp-compat-delete-file' call.
1652         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1653         (tramp-gvfs-handle-write-region): Use null TRASH arg in
1654         `tramp-compat-delete-file' call.
1656         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
1657         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
1658         `tramp-compat-delete-file' call.
1660         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1661         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1662         (tramp-smb-handle-write-region): Use null TRASH arg in
1663         tramp-compat-delete-file call.
1664         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
1665         (tramp-smb-handle-delete-file): Rename arg.
1667         * diff.el (diff-sentinel):
1668         * epg.el (epg--make-temp-file, epg-decrypt-string)
1669         (epg-verify-string, epg-sign-string, epg-encrypt-string):
1670         * jka-compr.el (jka-compr-partial-uncompress)
1671         (jka-compr-call-process, jka-compr-write-region):
1672         * server.el (server-sentinel): Remove optional arg from
1673         delete-file, reverting 2010-05-03 change.
1675 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1677         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
1678         font-lock-constant-face, not obsolete font-lock-reference-face.
1680 2010-05-27  Kenichi Handa  <handa@m17n.org>
1682         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
1683         element of GSTRING is nil.
1685 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1687         * emacs-lisp/smie.el (smie-forward-token-function)
1688         (smie-backward-token-function): New vars.
1689         (smie-backward-sexp, smie-forward-sexp)
1690         (smie-indent-hanging-p, smie-indent-calculate): Use them.
1691         (smie-default-backward-token): Rename from smie-backward-token and
1692         skip comments.
1693         (smie-default-forward-token): Rename from smie-forward-token and
1694         skip comments.
1695         (smie-next-sexp): Handle nil results from next-token.
1696         (smie-indent-calculate): Add a new case for special `fixindent' comments.
1698 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1700         * progmodes/verilog-mode.el (verilog-type-font-keywords):
1701         Use font-lock-constant-face, not obsolete font-lock-reference-face.
1703 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
1705         * htmlfontify.el (hfy-face-resolve-face): New function.
1706         (hfy-face-to-style): Use it (Bug#6279).
1708 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1710         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
1711         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
1713 2010-05-26  Glenn Morris  <rgm@gnu.org>
1715         * emulation/edt.el (edt-load-keys): Use locate-library.
1717 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
1719         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
1720         (log-edit-changelog-entries): Doc fix.
1721         (log-edit-changelog-insert-entries): Args changed.
1722         Rename relative filenames in ChangeLog entries.  Delete tabs.
1723         (log-edit-insert-changelog-entries): Reorganize return value of
1724         `log-edit-changelog-entries' to pass filenames to
1725         log-edit-changelog-insert-entries.
1727 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1729         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
1730         `image-dired-dired-insert-marked-thumbs' to
1731         `image-dired-dired-toggle-marked-thumbs'.
1733         * image-dired.el: Require cl when compiling.
1734         (image-dired-dired-toggle-marked-thumbs): Rename from
1735         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
1736         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
1737         to 'no-dir.  Skip files whose names don't match
1738         `image-file-name-regexp'.  When file has a thumbnail overlay,
1739         delete it.  (Bug#5270)
1741 2010-05-25  Juri Linkov  <juri@jurta.org>
1743         * image-mode.el (image-mode): Add image-after-revert-hook to
1744         after-revert-hook.
1745         (image-after-revert-hook): New function.  (Bug#5669)
1747 2010-05-25  Juri Linkov  <juri@jurta.org>
1749         * image.el (image-animated-p): When delay between animated images
1750         is 0, set it to 10 (0.1 sec).  (Bug#6258)
1752 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1754         * net/tramp.el (tramp-handle-insert-directory): Don't use
1755         `forward-word', its default syntax could be changed.
1757 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
1759         * net/tramp.el (tramp-progress-reporter-update): New defun.
1760         (with-progress-reporter): Use it.
1761         (tramp-process-actions):
1762         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
1763         current message, in order to let progress reporter continue
1764         afterwards.  (Bug#6257)
1766 2010-05-25  Glenn Morris  <rgm@gnu.org>
1768         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
1769         Add :version.
1771 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
1773         * net/rcirc.el (rcirc-default-user-name): Change to "user".
1774         (rcirc-default-full-name): Change to "unknown".
1775         (rcirc-user-name-history): Add variable.
1777 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
1778             Jonathan Rockway  <jon@jrock.us>
1780         * net/rcirc.el (rcirc-server-alist): Add :pass.
1781         (rcirc): When prompting for connection parameters, also prompt for
1782         username and password.
1783         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
1784         value to server when connecting.
1786 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1788         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
1789         (smie-merge-prec2s): Pass the tables as separate args.
1790         (smie-bnf-precedence-table): Adjust call accordingly.
1791         (smie-prec2-levels): Set levels at the end.
1793         Replace Lisp calls to delete-backward-char by delete-char.
1794         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
1795         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
1796         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
1797         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
1798         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
1799         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
1800         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
1801         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
1802         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
1803         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
1804         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
1805         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
1806         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
1807         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
1808         delete-backward-char by calls to delete-char.
1810 2010-05-25  Kenichi Handa  <handa@m17n.org>
1812         * language/hebrew.el (hebrew-shape-gstring): New function.
1813         Register it in composition-function-table for all Hebrew combining
1814         characters.
1816 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1818         * epa.el (epa--select-keys): Don't explicitly delete the window since
1819         that can fail (e.g. sole window in frame).  Use dedication instead.
1821 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
1823         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1825 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
1827         * image.el (image-refresh): Define as an alias for image-flush.
1829         * image-mode.el (image-toggle-display-image): Caller changed.
1831 2010-05-21  Juri Linkov  <juri@jurta.org>
1833         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
1834         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
1835         whitespace, call wildcard-to-regexp on substrings and concat them
1836         with "\\|".  (Bug#6114)
1838 2010-05-21  Alan Mackenzie  <acm@muc.de>
1840         * progmodes/cc-engine.el (c-parse-state-get-strategy):
1841         Replace parameter `here' with `here-' and `here-plus', which sandwich
1842         any pertinent CPP construct.
1843         (c-remove-stale-state-cache-backwards): Fix a bug which happens
1844         when doing (c-parse-state) in a CPP construct: Exclude any "new"
1845         CPP construct from taking part in the scanning.
1847 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
1849         * net/tramp.el (tramp-do-copy-or-rename-file)
1850         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
1851         Tune `with-progress-reporter' messages.
1852         (tramp-handle-vc-registered):
1853         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
1854         (tramp-fish-handle-insert-file-contents)
1855         (tramp-fish-maybe-open-connection):
1856         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1857         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
1858         (tramp-imap-handle-insert-file-contents)
1859         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1861 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
1863         * add-log.el (change-log-font-lock-keywords):
1864         Highlight all authors in multi-author entries.
1866         * smerge-mode.el (smerge-refine-ignore-whitespace)
1867         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
1868         Fix typos in docstrings.
1869         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
1871 2010-05-21  Glenn Morris  <rgm@gnu.org>
1873         * progmodes/fortran.el (fortran-mode):
1874         * progmodes/f90.el (f90-mode): Derive from prog-mode.
1876         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
1877         having a relative path in src/Makefile.in.
1879 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1881         * help-mode.el (help-make-xrefs): For Info node links turn
1882         newlines into spaces.  Link node names with newlines are matched
1883         by help-xref-info-regexp and buttonized, this change ensures they
1884         can be followed successfully with RET.  (Bug#6206)
1886 2010-05-20  Juri Linkov  <juri@jurta.org>
1888         * locate.el (locate): Use pop-to-buffer instead of
1889         switch-to-buffer-other-window.  (Bug#6204)
1891 2010-05-20  Juri Linkov  <juri@jurta.org>
1893         * replace.el (replace-highlight): Fix lazy-highlighting
1894         for `M-s w str M-% str RET'.
1896 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
1898         * isearch.el (isearch-yank-word-or-char): Pull next subword
1899         when `subword-mode' is activated.  (Bug#6220)
1901 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
1903         * isearch.el (isearch-update-post-hook): New hook.
1904         (isearch-update): Use the new hook.  (Bug#6225)
1906 2010-05-20  Juri Linkov  <juri@jurta.org>
1908         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
1909         [f1], [help], and (char-to-string help-char) instead of "\C-h".
1910         (Bug#6222)
1912 2010-05-20  Juri Linkov  <juri@jurta.org>
1914         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
1915         (Bug#6223)
1917 2010-05-20  Juri Linkov  <juri@jurta.org>
1919         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
1920         FILE-NAME to read from the minibuffer when called interactively
1921         with prefix argument instead of using buffer-file-name.
1922         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
1924         * dired.el: Update autoloads.
1926 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
1928         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
1929         nxml-finish-element, for consistency with SGML mode.
1931         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
1932         octave-close-block.
1934 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
1936         * composite.el: Require cl when compiling.
1937         (reference-point-alist, compose-gstring-for-graphic)
1938         (compose-gstring-for-terminal): Fix typos in docstrings.
1940 2010-05-19  Juri Linkov  <juri@jurta.org>
1942         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
1943         set-window-parameter.
1945 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1947         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
1948         where appropriate.
1949         (tramp-maybe-open-connection): Use it.
1951 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
1953         * simple.el (move-end-of-line): Make sure we are at line beginning
1954         before backing up to end of previous line.
1956 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1958         * password-cache.el (password-cache-remove): Fix docstring.
1960         * net/secrets.el: Autoload the widget functions.
1961         (secrets-search-items, secrets-create-item)
1962         (secrets-get-attributes, secrets-expand-item): Attributes will be
1963         stored on the password database without leading ":", as all other
1964         clients do as well.
1965         (secrets-mode): Fix docstring.
1966         (secrets-show-secrets): Provide it as autoloaded command only when
1967         D-Bus support is available.  Check existence of Secret Service API.
1969 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1971         * indent.el (indent-region): Deactivate region (bug#6200).
1973 2010-05-19  Glenn Morris  <rgm@gnu.org>
1975         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
1977 2010-05-19  Kenichi Handa  <handa@m17n.org>
1979         * composite.el: Register compose-gstring-for-graphic in
1980         composition-function-table only for combining characters (Mn, Mc, Me).
1982 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
1984         * calc/calc-trail.el (calc-trail-isearch-forward)
1985         (calc-trail-isearch-backward): Ensure that the new window
1986         point is set correctly.
1988 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1990         * subr.el (read-quoted-char): Resolve modifiers after key
1991         remapping (bug#6212).
1993 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
1995         Add visualization code for secrets.
1996         * net/secrets.el (secrets-mode): New major mode.
1997         (secrets-show-secrets, secrets-show-collections)
1998         (secrets-expand-collection, secrets-expand-item)
1999         (secrets-tree-widget-after-toggle-function)
2000         (secrets-tree-widget-show-password): New defuns.
2002 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2004         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
2005         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
2006         handled in smie-next-sexp.
2007         (smie-indent-calculate): Provide a starting indentation (so the
2008         recursion is well-founded ;-).
2010         Fix handling of non-associative equal levels.
2011         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
2012         when it's not needed.
2013         (smie-op-left, smie-op-right): New functions.
2014         (smie-next-sexp): New function, extracted from smie-backward-sexp.
2015         Better handle equal levels to distinguish the associative case from
2016         the "multi-keyword construct" case.
2017         (smie-backward-sexp, smie-forward-sexp): Use it.
2019 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
2021         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
2023         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
2024         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
2026 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2028         Provide a simple generic indentation engine and use it for Prolog.
2029         * emacs-lisp/smie.el: New file.
2030         * progmodes/prolog.el (prolog-smie-op-levels)
2031         (prolog-smie-indent-rules): New var.
2032         (prolog-mode-variables): Use them to configure SMIE.
2033         (prolog-indent-line, prolog-indent-level): Remove.
2035 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
2037         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
2038         order before computing the averages.
2040 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
2042         * calc/calc-vec.el (calc-histogram):
2043         (calcFunc-histogram): Allow vectors as inputs.
2044         (math-vector-avg): New function.
2046         * calc/calc-ext.el (math-group-float): Have the number of digits
2047         being grouped depend on the radix (Bug#6189).
2049 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
2051         * version.el (emacs-copyright, emacs-version): Don't define here,
2052         now that emacs.c defines it.
2054 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
2056         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
2057         "Describe Language Environment" menu item.
2059         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
2061         Bidi-sensitive movement with arrow keys.
2062         * subr.el (right-arrow-command, left-arrow-command): New functions.
2064         * bindings.el (global-map): Bind them to right and left arrow keys.
2066         Don't override standard definition of convert-standard-filename.
2067         * files.el (convert-standard-filename): Call
2068         w32-convert-standard-filename and dos-convert-standard-filename on
2069         the corresponding systems.
2071         * w32-fns.el (w32-convert-standard-filename): Rename from
2072         convert-standard-filename.  Doc fix.
2074         * dos-fns.el (dos-convert-standard-filename): Doc fix.
2075         (convert-standard-filename): Don't defalias.
2076         (register-name-alist, make-register, register-value)
2077         (set-register-value, intdos): Obsolete aliases for the
2078         corresponding dos-* functions and variables.
2079         (dos-intdos): Add a doc string.
2081 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
2083         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
2084         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
2085         (math-compose-tex-func):
2086         * calc/calccomp.el (math-compose-expr):
2087         * calc/calc-ext.el (math-format-flat-expr-fancy):
2088         * calc/calc-store.el (calc-read-var-name):
2089         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
2091         * calc/calc.el (var-π, var-φ, var-γ): New variables.
2092         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
2093         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
2094         (math-standard-units): Add units.
2096 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2098         * progmodes/asm-mode.el (asm-mode):
2099         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
2101         * pcomplete.el (pcomplete-completions-at-point): New function,
2102         extracted from pcomplete-std-complete.
2103         (pcomplete-std-complete): Use it.
2105 2010-05-15  Glenn Morris  <rgm@gnu.org>
2107         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2108         Remove references to CVS, RCS and Old directories.
2110 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
2112         * calc/calc-bin.el (math-format-twos-complement): Group digits when
2113         appropriate.
2115 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2117         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
2118         (sh-mode-syntax-table): Give it a default value instead.
2119         (sh-header-marker): Make buffer-local.
2120         (sh-mode): Move make-local-variable to the corresponding setq.
2121         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
2122         Use complete-with-action.
2124         * simple.el (prog-mode): New (abstract) major mode.
2125         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
2126         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
2128 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
2130         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
2131         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
2132         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
2133         (sql-make-alternate-buffer-name, sql-placeholders-filter)
2134         (sql-escape-newlines-filter, sql-input-sender)
2135         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
2137 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
2139         Add TeX open-block and close-block keybindings to SGML, and vice versa.
2141         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
2142         latex-open-block and C-c / to latex-close-block.
2144         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
2145         and C-c C-e to sgml-close-tag.
2147 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
2149         * net/tramp.el (with-progress-reporter): Create reporter object
2150         only when the message would be displayed.  Handle nested calls.
2151         (tramp-handle-load, tramp-handle-file-local-copy)
2152         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2153         (tramp-maybe-send-script, tramp-find-shell):
2154         Use `with-progress-reporter'.
2155         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
2156         Fix message text.
2158         * net/tramp-smb.el (tramp-smb-handle-copy-file)
2159         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2160         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2161         Use `with-progress-reporter'.
2163 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
2165         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
2166         process everytime when spellchecking from the minibuffer (bug#6143).
2168 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2170         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
2172         * dos-fns.el: Add "dos-" prefix for namespace control.
2173         (convert-standard-filename): Define as alias for
2174         dos-convert-standard-filename but only if applicable.
2176 2010-05-12  Alan Mackenzie  <acm@muc.de>
2178         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2179         Push the mark at the start of these functions when appropriate.
2181 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2183         * minibuffer.el (completion-cycle-threshold): New custom var.
2184         (completion--do-completion): Use it.
2185         (minibuffer-complete): Use cycling if appropriate.
2187 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
2189         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
2190         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
2192 2010-05-11  Juri Linkov  <juri@jurta.org>
2194         * scroll-all.el (scroll-all-check-to-scroll):
2195         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
2197 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2199         * iimage.el (iimage-mode-map): Move initialization into declaration.
2200         (iimage-mode-buffer): Use with-silent-modifications.
2201         Simplify calling convention.  Adjust callers.
2202         (iimage-mode): Don't run hook redundantly.
2204         * minibuffer.el (completion-pcm--pattern->regex):
2205         Fix last change (bug#6160).
2207 2010-05-10  Juri Linkov  <juri@jurta.org>
2209         Remove nodes visited during Isearch from the Info history.
2210         * info.el (Info-isearch-initial-history)
2211         (Info-isearch-initial-history-list): New variables.
2212         (Info-isearch-start): Record initial values of
2213         Info-isearch-initial-history and Info-isearch-initial-history-list.
2214         Add Info-isearch-end to isearch-mode-end-hook.
2215         (Info-isearch-end): New function.
2217 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
2219         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
2220         format string, in order to work around a bug in pdksh.
2221         Reported by Gilles Pion <gpion@lfdj.com>.
2222         (tramp-handle-verify-visited-file-modtime): Do not send a command
2223         when the connection is not established.
2224         (tramp-handle-set-file-times): Simplify the check for utc.
2226 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
2228         Fix use of `filter-buffer-substring' (rework previous change).
2229         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
2230         (cua-repeat-replace-region):
2231         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
2232         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2233         (cua-cut-region-to-global-mark): Use it.
2235 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
2237         * progmodes/sql.el: Version 2.1.
2238         (sql-product-alist): Redesign structure of product info.
2239         (sql-product, sql-user, sql-server, sql-database): Safe variables.
2240         (sql-port, sql-port-history): New variables.
2241         (sql-interactive-product): New variable.
2242         (sql-send-terminator): New variable.
2243         (sql-imenu-generic-expression): Add "Types" imenu entry.
2244         (sql-oracle-login-params, sql-sqlite-login-params)
2245         (sql-mysql-login-params, sql-solid-login-params)
2246         (sql-sybase-login-params, sql-informix-login-params)
2247         (sql-ingres-login-params, sql-ms-login-params)
2248         (sql-postgres-login-params, sql-interbase-login-params)
2249         (sql-db2-login-params, sql-linter-login-params)
2250         (sql-oracle-scan-on): New variables.
2251         (sql-mode-map): Add C-c C-i to start interactive mode.
2252         (sql-mode-menu): Update existing menu entries.
2253         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
2254         (sql-mode-oracle-font-lock-keywords)
2255         (sql-mode-postgres-font-lock-keywords)
2256         (sql-mode-ms-font-lock-keywords)
2257         (sql-mode-sybase-font-lock-keywords)
2258         (sql-mode-informix-font-lock-keywords)
2259         (sql-mode-interbase-font-lock-keywords)
2260         (sql-mode-ingres-font-lock-keywords)
2261         (sql-mode-solid-font-lock-keywords)
2262         (sql-mode-mysql-font-lock-keywords)
2263         (sql-mode-sqlite-font-lock-keywords)
2264         (sql-mode-db2-font-lock-keywords)
2265         (sql-mode-linter-font-lock-keywords): Update initialization to
2266         reduce run-time complexity.
2267         (sql-add-product, sql-del-product): New functions.
2268         (sql-set-product-feature, sql-get-product-feature): New functions.
2269         (sql-product-font-lock): Update product API.
2270         (sql-add-product-keywords): New function.
2271         (sql-highlight-product): Update product API.
2272         (sql-help-list-products): New function.
2273         (sql-help): Dynamically lists free and non-free products.
2274         (sql-get-login): Correct bug in handling history and added
2275         prompt for port.
2276         (sql-copy-column): Copy without properties.
2277         (sqli-input-sender): Apply filters to SQLi input.
2278         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2279         Implement as a filter.
2280         (sql-escape-newlines-filter): Implement as a filter.
2281         (sql-remove-tabs-filter): New function.
2282         (sql-send-magic-terminator): New function.
2283         (sql-send-string): Implement magic terminator.
2284         (sql-send-region): Use `sql-send-string'.
2285         (sql-interactive-mode): Use product API.
2286         (sql-product-interactive): Use product API.
2287         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2288         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2289         (sql-db2, sql-linter): Use `sql-product-interactive'.
2290         (sql-connect): New function.
2291         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2292         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2293         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2294         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2295         Use `sql-connect'.
2297 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2299         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2300         New custom variable.
2301         (completion-pcm--string->pattern): Use it.
2302         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2303         Make it handle any symbol as `any'.
2304         (completion-pcm--merge-completions): Extract common suffix for the new
2305         `prefix' symbol as well.
2306         (completion-substring--all-completions): Use the new `prefix' symbol.
2308 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
2310         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2311         not bound.
2312         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2313         (tramp-compat-funcall): New defmacro.
2314         (tramp-compat-line-beginning-position)
2315         (tramp-compat-line-end-position)
2316         (tramp-compat-temporary-file-directory)
2317         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2318         (tramp-compat-copy-file, tramp-compat-copy-directory)
2319         (tramp-compat-delete-file, tramp-compat-delete-directory)
2320         (tramp-compat-number-sequence, tramp-compat-process-running-p)
2321         * net/tramp.el (top, with-progress-reporter)
2322         (tramp-rfn-eshadow-setup-minibuffer)
2323         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2324         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2325         (tramp-completion-mode-p, tramp-check-for-regexp)
2326         (tramp-open-connection-setup-interactive-shell)
2327         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2328         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2329         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2330         * net/tramp-cmds.el (tramp-cleanup-all-connections)
2331         (tramp-reporter-dump-variable, tramp-load-report-modules)
2332         (tramp-append-tramp-buffers)
2333         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2335         * net/tramp-imap.el (top): Autoload `epg-make-context'.
2337 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2339         * progmodes/compile.el (compilation-buffer-modtime): Rename from
2340         buffer-modtime.  Adjust users.
2342 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2344         * international/mule.el (auto-coding-alist): Only purecopy
2345         car of each item, not the whole list (Bug#6083).
2347 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2349         * progmodes/js.el (js-mode): Make paragraph variables local before
2350         calling c-setup-paragraph-variables (Bug#6071).
2352 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
2354         * composite.el (compose-region, reference-point-alist): Fix typos
2355         in the doc strings.
2357 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2359         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2360         gnuplot's "set" command.
2362 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2364         * abbrev.el (last-abbrev-text): Doc fix.
2365         (abbrev-prefix-mark): Don't escape parenthesis.
2367 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
2369         * composite.el (find-composition): Doc fix.
2371 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2373         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2374         (sql-oracle-program, sql-sqlite-options)
2375         (sql-query-placeholders-and-send): Doc fixes.
2376         (sql-set-product, sql-interactive-mode): Reflow docstrings.
2377         (sql-imenu-generic-expression, sql-buffer)
2378         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2379         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2380         (sql-mode-sybase-font-lock-keywords)
2381         (sql-mode-informix-font-lock-keywords)
2382         (sql-mode-interbase-font-lock-keywords)
2383         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2384         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2385         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2386         (sql-product-feature, sql-highlight-product)
2387         (comint-line-beginning-position, sql-rename-buffer)
2388         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2389         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2390         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2391         Fix typos in docstrings.
2393 2010-05-08  Juri Linkov  <juri@jurta.org>
2395         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2396         property instead of `invisible' and `after-string' (bug#5998).
2398 2010-05-08  Juri Linkov  <juri@jurta.org>
2400         * image-mode.el (image-mode-as-text): Fix typo in docstring.
2402 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2404         * filecache.el (file-cache-add-directory-list)
2405         (file-cache-add-directory-recursively): Fix typos in docstrings.
2407 2010-05-08  Kenichi Handa  <handa@m17n.org>
2409         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2410         (gujarati-composable-pattern): Fix typo.
2412 2010-05-08  Kenichi Handa  <handa@m17n.org>
2414         * language/indian.el (oriya-composable-pattern)
2415         (tamil-composable-pattern, malayalam-composable-pattern):
2416         Add two-part vowels to "v" (vowel sign).
2418 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2420         * files.el (copy-directory): Handle symlinks (Bug#5982).
2422 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
2424         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2425         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2426         (Bug#5846).
2428 2010-05-08  Glenn Morris  <rgm@gnu.org>
2430         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2432         * minibuffer.el (completion-at-point): Doc fix.
2434 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2436         * electric.el (Electric-command-loop): Minor tweak.
2438         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2439         better with dedicated windows.
2441 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2443         * Version 23.2 released.
2445 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
2446             Stefan Monnier  <monnier@iro.umontreal.ca>
2448         Highlight vendor specific properties.
2449         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2450         (css-proprietary-property): New face.
2451         (css-font-lock-keywords): Use them.
2453 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
2455         * cus-start.el (all): Add native condition for tool-bar-* symbols.
2457 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2459         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2460         * files.el (auto-mode-alist): Remove redundant entries.
2462         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2463         * simple.el (auto-save-mode): Move from files.el.
2464         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2466 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2468         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2470 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2472         * mail/binhex.el (binhex-decode-region-internal)
2473         * mail/uudecode.el (uudecode-decode-region-internal)
2474         * net/dns.el (dns-read-string-name, dns-write, dns-read)
2475         (dns-read-type, dns-query)
2476         * pgg-parse.el (pgg-parse-armor)
2477         * pgg.el (pgg-verify-region)
2478         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2479         XEmacs.
2481         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2483 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
2485         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2487         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2488         * emulation/cua-base.el (cua-repeat-replace-region):
2489         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2490         (cua-cut-region-to-global-mark):
2491         Remove text properties with `set-text-properties'.
2493 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
2495         * net/tramp.el (top, with-progress-reporter):
2496         Use `symbol-function' inside `funcall'.
2498         * net/tramp-compat.el (tramp-compat-file-attributes)
2499         (tramp-compat-delete-file, tramp-compat-delete-directory):
2500         Handle only `wrong-number-of-arguments' error.
2502         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2503         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2504         inside `funcall'.
2506 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2508         * minibuffer.el (completion--sreverse, completion--common-suffix):
2509         New functions.
2510         (completion-pcm--merge-completions): Extract common suffix when safe.
2512         * emacs-lisp/easy-mmode.el (define-minor-mode):
2513         Make :variable more flexible.
2514         * files.el (auto-save-mode): Use it to define using define-minor-mode.
2516 2010-05-05  Juri Linkov  <juri@jurta.org>
2518         Add `slow' and `history' tags to the desktop data.
2520         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2521         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2522         (Info-finder-find-node): Require `finder.el' to be able
2523         to restore node from the desktop.
2524         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
2525         data `Info-history' and `slow' tag in the assoc list.
2526         (Info-restore-desktop-buffer): Don't restore nodes with the
2527         `slow' tag.  Restore `Info-history'.
2529 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
2531         Add FORCE argument to `delete-file'.
2533         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2534         forcing to delete the temporary file.
2535         (ange-ftp-delete-file): Add FORCE arg.
2536         (ange-ftp-rename-remote-to-remote)
2537         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2538         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2539         Force file deletion.
2541         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2543         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2544         (tramp-handle-make-symbolic-link, tramp-handle-load)
2545         (tramp-do-copy-or-rename-file-via-buffer)
2546         (tramp-do-copy-or-rename-file-directly)
2547         (tramp-do-copy-or-rename-file-out-of-band)
2548         (tramp-handle-process-file, tramp-handle-call-process-region)
2549         (tramp-handle-shell-command, tramp-handle-file-local-copy)
2550         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2551         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2553         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2554         (tramp-fish-handle-make-symbolic-link)
2555         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
2557         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2558         Use `tramp-compat-delete-file'.
2560         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
2561         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
2563         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
2564         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
2566         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
2567         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
2568         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
2569         `tramp-compat-delete-file'.
2571 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2573         Minor cleanups.
2574         * subr.el (add-minor-mode): Use push.
2575         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
2576         * emulation/edt.el (edt-select-mode): Simplify.
2578         Use define-minor-mode in more cases.
2579         * term/tvi970.el (tvi970-set-keypad-mode):
2580         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2581         (normal-erase-is-backspace-mode):
2582         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
2583         (set-scroll-bar-mode-1): (Re)move to its sole caller.
2584         (get-scroll-bar-mode): New function.
2585         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
2587         Use define-minor-mode for less obvious cases.
2588         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
2589         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
2590         * international/iso-ascii.el (iso-ascii-mode):
2591         * frame.el (auto-raise-mode, auto-lower-mode):
2592         * composite.el (global-auto-composition-mode): Use define-minor-mode.
2594 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
2596         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
2597         in order to see error messages for failed logins.
2599 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
2601         * diff.el (diff-sentinel):
2603         * epg.el (epg--make-temp-file, epg-decrypt-string)
2604         (epg-verify-string, epg-sign-string, epg-encrypt-string):
2606         * jka-compr.el (jka-compr-partial-uncompress)
2607         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
2609         * server.el (server-sentinel): Use delete-file's new FORCE arg
2610         (Bug#6070).
2612 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2614         Use define-minor-mode where applicable.
2615         * view.el (view-mode):
2616         * type-break.el (type-break-query-mode)
2617         (type-break-mode-line-message-mode):
2618         * textmodes/reftex.el (reftex-mode):
2619         * term/vt100.el (vt100-wide-mode):
2620         * tar-mode.el (tar-subfile-mode):
2621         * savehist.el (savehist-mode):
2622         * ibuf-ext.el (ibuffer-auto-mode):
2623         * composite.el (auto-composition-mode):
2624         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2625         Use define-minor-mode.
2626         (vhdl-mode): Use static mode-line format.
2627         (vhdl-mode-line-update): Delete.
2628         (vhdl-create-mode-menu, vhdl-activate-customizations)
2629         (vhdl-hs-minor-mode): Don't bother calling it.
2631 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2633         * simple.el (with-wrapper-hook): Move.
2634         (buffer-substring-filters): Mark obsolete.
2635         (filter-buffer-substring-functions): New variable.
2636         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
2638         Use a mode-line spec rather than a static string in Semantic.
2639         * cedet/semantic/util-modes.el:
2640         (semantic-minor-modes-format): New var to replace...
2641         (semantic-minor-modes-status): Remove.
2642         (semantic-mode-line-update): Construct a mode-line spec rather than
2643         a static string so that mouse buttons can be used on individual minor
2644         modes and so that semantic-mode-line-update only needs to be called
2645         when global settings are changed.
2646         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
2647         Call semantic-mode-line-update.
2648         (semantic-toggle-minor-mode-globally): Don't assume mode is on
2649         minor-mode-alist, check semantic-minor-mode-alist as well.
2650         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
2651         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
2652         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
2653         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2654         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2655         (define-semantic-idle-service, semantic-idle-summary-mode):
2656         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
2657         Don't call semantic-mode-line-update any more.
2659 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2661         Use define-minor-mode in CEDET where applicable.
2663         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
2664         Use define-minor-mode.
2666         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
2667         Remove unused arg `keymap' and code redundant with define-minor-mode.
2668         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
2669         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
2670         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
2671         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
2672         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
2673         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
2674         Use define-minor-mode.
2675         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
2676         (semantic-show-unmatched-syntax-mode-setup)
2677         (semantic-show-parser-state-mode-setup)
2678         (semantic-highlight-func-mode-setup): Inline into sole caller.
2680         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2681         (semantic-mru-bookmark-mode): Use define-minor-mode.
2682         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
2684         * cedet/semantic/idle.el (define-semantic-idle-service):
2685         Use define-minor-mode and inline setup function into its sole caller.
2686         (semantic-idle-scheduler-mode-setup)
2687         (semantic-idle-summary-mode-setup): Inline into sole caller.
2688         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
2689         Use define-minor-mode.
2691         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
2692         (semantic-decoration-mode): Use define-minor-mode.
2693         (semantic-decoration-mode-setup): Inline into sole caller.
2695         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
2696         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
2697         (ede-dired-add-to-target): Use dolist.
2699 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2700             Michael Albinus  <michael.albinus@gmx.de>
2702         Implement compression for inline methods.
2704         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2705         (tramp-copy-size-limit): Allow also nil.
2706         (tramp-inline-compress-commands): New defconst.
2707         (tramp-find-inline-compress, tramp-get-inline-compress)
2708         (tramp-get-inline-coding): New defuns.
2709         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2710         replaced by `tramp-get-inline-coding'.
2711         (tramp-handle-file-local-copy, tramp-handle-write-region)
2712         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2714 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2716         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
2717         Remove unused functions.
2719         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
2720         Set find-tag-default-function as a variable rather than a property.
2722         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
2723         * progmodes/etags.el (tags-completion-at-point-function):
2724         Remove left over interactive spec.  Add autoloading stub.
2725         (complete-tag): Use tags-completion-at-point-function.
2727 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
2729         * minibuffer.el (tags-completion-at-point-function): Fix return value.
2731 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
2733         * ido.el (ido-init-completion-maps): Remove C-v binding.
2734         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
2736 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
2738         * minibuffer.el (tags-completion-at-point-function): New function.
2739         (completion-at-point-functions): Use it.
2741         * cedet/semantic.el (semantic-completion-at-point-function): New function.
2742         (semantic-mode): Use semantic-completion-at-point-function for
2743         completion-at-point-functions instead.
2745         * progmodes/etags.el (complete-tag): Revert last change.
2747 2010-04-29  Alan Mackenzie  <acm@muc.de>
2749         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
2750         off-by-one error (in end of macro position).
2752 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2754         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
2755         firefox is absent.  Don't autoload.
2756         (browse-url-galeon-program): Don't autoload.
2758 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
2760         * bindings.el (complete-symbol): Move into minibuffer.el.
2762         * minibuffer.el (complete-tag): Move from etags.el.  If tags
2763         completion cannot be performed, return nil instead of signalling
2764         an error.
2765         (completion-at-point): Make it an alias for complete-symbol.
2766         (complete-symbol): Move from bindings.el, and replace with the
2767         body of completion-at-point.
2769         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
2771         * cedet/semantic.el (semantic-mode): When enabled, add
2772         semantic-ia-complete-symbol to completion-at-point-functions.
2774         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
2775         if Semantic is not active.
2777 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
2779         * net/tramp.el (tramp-remote-selinux-p): New defun.
2780         (tramp-handle-file-selinux-context)
2781         (tramp-handle-set-file-selinux-context): Use it.
2783 2010-04-28  Sam Steingold  <sds@gnu.org>
2785         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2786         `safe-local-variable' if the value is a string or a symbol with
2787         the property `bug-reference-url-format'.
2789 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
2791         * progmodes/bug-reference.el (bug-reference-url-format): Revert
2792         2010-04-27 change due to security risk.
2794 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2796         Make it possible to locally disable a globally enabled mode.
2797         * simple.el (fundamental-mode): Run fundamental-mode-hook.
2798         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
2799         rather than kill-all-local-variables so it runs fundamental-mode-hook.
2800         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2801         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
2802         that subsequent hooks get a chance to disable it.
2804 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2806         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2807         Avoid re-enabling a minor mode after the user turned the minor mode
2808         off if MODE-enable-in-buffers is run twice (typically once from
2809         fundamental-mode's after-change-major-mode-hook and a second time from
2810         run-mode-hook's own after-change-major-mode-hook).
2812         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
2814 2010-04-27  Sam Steingold  <sds@gnu.org>
2816         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2817         `safe-local-variable' if the value is a string or a function, as
2818         documented and implemented on 2010-04-02.
2820 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
2822         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
2823         when method is 'kill.
2825 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
2827         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
2828         condition in default directory check.
2829         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
2830         Kill ispell process when killing its associated buffer.
2832 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
2834         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
2835         but we aren't using it.
2837 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
2839         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
2840         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
2842 2010-04-24  Glenn Morris  <rgm@gnu.org>
2844         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
2845         Ignore VCS-ignore files, and deleted nextstep preferences files.
2846         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
2847         (authors-ambiguous-files): New list.
2848         (authors-valid-file-names): Add some deleted files.
2849         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
2850         (authors-disambiguate-file-name): New function.  (Bug#5501)
2851         (authors-canonical-file-name): Doc fix.
2852         Don't warn about obsolete files.
2853         (authors-canonical-file-name, authors-scan-el):
2854         Use authors-disambiguate-file-name.
2856         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2857         Add autoload cookies.
2858         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
2859         (generated-autoload-file): Set file-local value to "htmlfontify.el".
2860         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
2861         They have definitions / compiler macros in cl.el.
2862         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2863         Replace manual autoloads with generated ones.
2864         (htmlfontify-unload-rgb-file): Remove autoload.
2865         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
2867 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2869         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
2870         (byte-compile-setq-default): Optimize for the
2871         single-var case and don't call byte-compile-form in this case to avoid
2872         inf-loop with byte-compile-set-default.
2874         * progmodes/compile.el (compilation-start): Abbreviate default directory.
2876 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
2878         Implement SELINUX backends.
2880         * net/tramp.el (tramp-file-name-handler-alist):
2881         Add `file-selinux-context' and `set-file-selinux-context'.
2882         (tramp-handle-file-selinux-context)
2883         (tramp-handle-set-file-selinux-context): New defuns.
2884         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2885         Handle PRESERVE-SELINUX-CONTEXT.
2887         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2888         Add `file-selinux-context' and `set-file-selinux-context'.
2889         (tramp-gvfs-handle-file-selinux-context)
2890         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2891         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2893         * net/ange-ftp.el (ange-ftp-copy-file):
2894         * net/tramp-fish.el (tramp-fish-handle-copy-file):
2895         * net/tramp-imap.el (tramp-imap-handle-copy-file):
2896         * net/tramp-smb.el (tramp-smb-handle-copy-file):
2897         Add PRESERVE-SELINUX-CONTEXT.
2899 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2901         Synchronize with Tramp repository.
2903         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
2904         (tramp-action-process-alive, tramp-action-out-of-band)
2905         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2906         (tramp-exists-file-name-handler): Fix docstring.
2907         (with-progress-reporter): New defmacro.
2908         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
2909         (tramp-maybe-open-connection): Use it.
2911 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
2913         Detect ssh 'ControlMaster' argument automatically in some cases.
2915         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2916         (tramp-default-method): Use it.
2918 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2920         * net/tramp.el (tramp-handle-copy-file): Add new optional
2921         parameter `preserve-selinux-context'.
2922         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
2924 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2926         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
2927         Ensure, that non remote files are still checked.  Oops.
2929 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
2931         Fix Bug#5840.
2933         * icomplete.el (icomplete-completions): Use `non-essential'.
2935         * net/tramp.el (tramp-connectable-p): New defun.
2936         (tramp-handle-expand-file-name)
2937         (tramp-completion-handle-file-name-all-completions)
2938         (tramp-completion-handle-file-name-completion): Use it.
2940 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2942         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
2944 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
2946         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
2948         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
2950         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
2951         is present.
2953         * info.el (info-tool-bar-map): Add labels.
2955         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
2957         * cus-edit.el (custom-commands): Add labels for tool bar.
2958         (custom-buffer-create-internal, Custom-mode): Adjust for
2959         labels in custom-commands.
2961         * dynamic-setting.el: Renamed from font-setting.el.
2963 2010-04-21  John Wiegley  <jwiegley@gmail.com>
2965         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
2966         toggles the use of virtual buffers.
2967         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
2968         value.
2969         (ido-toggle-virtual-buffers): New function.
2971 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
2973         Use `define-derived-mode'; fix window selection; doc fixes.
2974         * play/tetris.el (tetris, tetris-update-speed-function)
2975         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
2976         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
2977         (tetris-rotate-next, tetris-end-game, tetris-start-game)
2978         (tetris-pause-game): Fix typos in docstrings.
2979         (tetris-mode-map, tetris-null-map):
2980         Move initialization into declaration.
2981         (tetris-mode): Define with `define-derived-mode';
2982         set show-trailing-whitespace to nil.
2983         (tetris): Prefer window already displaying the "*Tetris*" buffer.
2985 2010-04-21  Karel Klíč  <kklic@redhat.com>
2987         * files.el (backup-buffer): Handle SELinux context, and return it
2988         if a backup was made by renaming.
2989         (backup-buffer-copy): Set SELinux context to the target file.
2990         (basic-save-buffer): Set SELinux context of the newly written file.
2991         (basic-save-buffer-1): Now it also returns any SELinux context.
2992         (basic-save-buffer-2): Set SELinux context of the newly created file,
2993         and return it.
2994         * net/tramp.el (tramp-file-name-for-operation):
2995         Add file-selinux-context.
2997 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2999         Make the log-edit comments use RFC822 format throughout.
3001         * vc.el (vc-checkin, vc-modify-change-comment):
3002         Adjust to new vc-start/finish-logentry.
3003         (vc-find-conflicted-file): New command.
3004         (vc-transfer-file): Adjust to new vc-checkin.
3005         (vc-next-action): Improve scoping.
3007         * vc-hg.el (vc-hg-log-edit-mode): Remove.
3008         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
3010         * vc-git.el (vc-git-log-edit-mode): Remove.
3011         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
3012         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
3014         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
3015         (vc-start-logentry): Remove argument `extra'.
3016         (vc-finish-logentry): Remove extra args.
3018         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
3019         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
3020         (vc-bzr-conflicted-files): New function.
3022         * log-edit.el (log-edit-extra-flags)
3023         (log-edit-before-checkin-process): Remove.
3024         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
3025         (log-edit-headers-alist): New var.
3026         (log-edit-header-contents-regexp): New const.
3027         (log-edit-match-to-eoh): New function.
3028         (log-edit-font-lock-keywords): Use them.
3029         (log-edit): Insert a "Summary:" header as default.
3030         (log-edit-mode): Mark font-lock rules as case-insensitive.
3031         (log-edit-done): Cleanup headers.
3032         (log-view-process-buffer): Remove.
3033         (log-edit-extract-headers): New function to replace it.
3035 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
3037         * subr.el (default-direction-reversed): Remove obsolescence info.
3039 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3041         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
3042         windows/frames.
3044         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
3045         I.e. include text after point in the completion region.
3046         Also, return nil when we're not after/in a symbol.
3048         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
3049         default enable-multibyte-characters.
3051 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3053         * international/mule.el: Help the user choose a valid coding-system.
3054         (read-buffer-file-coding-system): New function.
3055         (set-buffer-file-coding-system): Use it.  Prompt the user if the
3056         coding-system cannot encode all the chars.
3058         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
3059         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
3060         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
3061         Don't use *vc-bzr-shelve*.
3063 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3065         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
3066         Don't destroy list before using it.
3068 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
3070         Fix the version number for added files.
3071         * vc-hg.el (vc-hg-working-revision): Check if the file is
3072         registered after hg parent fails (Bug#5961).
3074 2010-04-19  Glenn Morris  <rgm@gnu.org>
3076         * htmlfontify.el (htmlfontify-buffer)
3077         (htmlfontify-copy-and-link-dir): Autoload entry points.
3079 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
3081         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
3082         name relative to the project root (Bug#5960).
3084 2010-04-19  Glenn Morris  <rgm@gnu.org>
3086         * vc-git.el (vc-git-print-log): Doc fix.
3088 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
3090         * ido.el (ido-file-internal): Fix 2009-12-02 change.
3092 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
3094         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
3095         default settings (Bug#5928).
3097 2010-04-19  Glenn Morris  <rgm@gnu.org>
3099         * progmodes/fortran.el (fortran-match-and-skip-declaration):
3100         New function.
3101         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
3103 2010-04-19  Kenichi Handa  <handa@m17n.org>
3105         * language/indian.el (malayalam-composable-pattern): Fix previous
3106         change (add U+0D4D "SIGN VIRAMA").
3107         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
3108         (tamil-composable-pattern): Fix typo in the regexp.
3109         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
3110         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
3111         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
3113 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3115         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
3116         paragraph-separate (Bug#5821).
3118 2010-04-19  Juri Linkov  <juri@jurta.org>
3120         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
3122         * info.el (Info-find-node-2): Comment out code that skips
3123         breadcrumbs line.
3124         (Info-mouse-follow-link): New command.
3125         (Info-link-keymap): New keymap.
3126         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
3127         Return a string with links instead of inserting breadcrumbs
3128         to the Info buffer.
3129         (Info-fontify-node): Comment out code that inserts breadcrumbs.
3130         Instead of putting the `invisible' text property over the Info
3131         header, make an overlay over the Info header with the `invisible'
3132         property and `after-string' set to the string returned by
3133         `Info-breadcrumbs'.
3135 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3137         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
3138         Reported by monkey@sandpframing.com.
3140 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3142         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
3143         (tmm-get-keymap): Add key-binding shortcuts now that they're not
3144         available in the "keyseq cache" any more.
3146         * custom.el (defcustom): Add edebug spec.
3148 2010-04-18  Juri Linkov  <juri@jurta.org>
3150         Test for special mode-class in view-buffer instead of view-file (bug#5513).
3152         * view.el (view-file, view-buffer): Move test for special mode-class
3153         from view-file to view-buffer.
3155         * tar-mode.el (tar-extract): Turn if's into one cond
3156         like in arc-mode.el.
3158 2010-04-18  Juri Linkov  <juri@jurta.org>
3160         Add 7z archive format support (bug#5475).
3162         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
3163         (archive-7z-extract): New defcustom.
3164         (archive-find-type): Add magic string for 7z.
3165         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
3166         If `stderr-file' is non-nil, use `(t stderr-file)' for the
3167         `buffer' arg of `call-process'.
3168         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
3169         call the function `archive-7z-extract' with the variable
3170         `archive-7z-extract' let-bound to `archive-zip-extract'.
3171         (archive-7z-summarize, archive-7z-extract): New functions.
3173         * international/mule.el (auto-coding-alist):
3174         * files.el (auto-mode-alist): Add 7z file extension.
3176 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3178         * loadup.el: Setup hash-cons for pure data.
3180         Fix duplicate entries in cedet's loaddefs.el files.
3181         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
3182         Should make most file-local generated-autoload-file unnecessary.
3183         (print-readably): Silence warnings.
3184         (autoload-find-destination): Take load-name as an arg to make sure
3185         it's the same as the one that will be in the file.
3186         (autoload-generate-file-autoloads): Adjust to above changes.
3187         Try to make the dataflow a bit simpler.
3189         * cvs-status.el (cvs-refontify): Remove unused.
3191 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
3193         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
3195         * calc-bin.el (calc-radix): Have the "O" option turn on
3196         twos-complement mode.
3198 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
3200         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
3201         Add `calc-option-prefix-help' to calc-help autoloads.
3202         (calc-inverse): Add "Option" to message, as appropriate.
3203         (calc-hyperbolic): Add "Option" to message, as appropriate.
3204         (calc-option, calc-is-option): New functions.
3206         * calc-help.el (calc-full-help): Add `calc-option-help'.
3207         (calc-option-prefix-help): New function.
3209         * calc-misc.el (calc-help): Add "Option" entry.
3211         * calc.el (calc-local-var-list): Add `calc-option-flag'.
3212         (calc-option-flag): New variable.
3213         (calc-do): Set `calc-option-flag to nil.
3214         (calc-set-mode-line): Add "Opt " as appropriate.
3216 2010-04-16  Juri Linkov  <juri@jurta.org>
3218         Move scrolling commands from simple.el to window.el
3219         because their primitives are implemented in window.c.
3221         * simple.el (scroll-error-top-bottom)
3222         (scroll-up-command, scroll-down-command, scroll-up-line)
3223         (scroll-down-line, scroll-other-window-down)
3224         (beginning-of-buffer-other-window, end-of-buffer-other-window):
3225         * window.el (scroll-error-top-bottom)
3226         (scroll-up-command, scroll-down-command, scroll-up-line)
3227         (scroll-down-line, scroll-other-window-down)
3228         (beginning-of-buffer-other-window, end-of-buffer-other-window):
3229         Move from simple.el to window.el because their primitives are
3230         implemented in window.c.
3232 2010-04-16  Juri Linkov  <juri@jurta.org>
3234         * isearch.el (isearch-lookup-scroll-key): Check both
3235         `isearch-scroll' and `scroll-command' properties.
3236         (scroll-up, scroll-down): Remove `isearch-scroll' property.
3238         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
3240         * simple.el (scroll-up-command, scroll-down-command)
3241         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
3243 2010-04-15  Juri Linkov  <juri@jurta.org>
3245         * simple.el (scroll-up-command, scroll-down-command)
3246         (scroll-up-line, scroll-down-line): Put `scroll-command'
3247         property on the these symbols.  Remove them from
3248         `scroll-preserve-screen-position-commands'.
3250         * mwheel.el (mwheel-scroll): Put `scroll-command' and
3251         `isearch-scroll' properties on the `mwheel-scroll' symbol.
3252         Remove it from `scroll-preserve-screen-position-commands'.
3254         * isearch.el (isearch-allow-scroll): Doc fix.
3256 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
3258         * net/tramp.el (tramp-error-with-buffer): Don't show the
3259         connection buffer when we are in completion mode.
3260         (tramp-file-name-handler): Catch the error for some operations
3261         when we are in completion mode.  This gives the user the chance to
3262         correct the file name in the minibuffer.
3264 2010-04-15  Glenn Morris  <rgm@gnu.org>
3266         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3268 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
3270         Simplify by using `define-derived-mode'.
3271         * info.el (Info-mode):
3272         * calendar/todo-mode.el (todo-mode):
3273         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3274         (gomoku-mode-map): Move initialization into declaration.
3276 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
3278         Fix Bug#5840.
3279         * ido.el (ido-file-name-all-completions-1):
3280         * minibuffer.el (minibuffer-completion-help):
3281         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3283 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3285         * simple.el (non-essential): New var.
3287         Add a new field `location' to bookmarks for non-file bookmarks.
3288         * bookmark.el (bookmark-location): Use the new field, if present.
3289         (bookmark-insert-location): Undo last change, not needed any more.
3290         * man.el (Man-bookmark-make-record):
3291         * woman.el (woman-bookmark-make-record): Add `location' field.
3293 2010-04-14  Juri Linkov  <juri@jurta.org>
3295         * simple.el (scroll-error-top-bottom): New defcustom.
3296         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
3298         * emulation/pc-select.el (pc-select-override-scroll-error):
3299         Obsolete in favor of `scroll-error-top-bottom'.
3301 2010-04-14  Juri Linkov  <juri@jurta.org>
3303         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3304         `scroll-up-command' and `M-v' to `scroll-down-command'.
3306         * emulation/cua-rect.el (cua--init-rectangles):
3307         * forms.el (forms--change-commands):
3308         * image-mode.el (image-mode-map):
3309         Remap scroll-down-command and scroll-up-command
3310         in addition to scroll-down and scroll-up.
3312 2010-04-14  Juri Linkov  <juri@jurta.org>
3314         * mwheel.el (scroll-preserve-screen-position-commands):
3315         Add mwheel-scroll to this list of commands.
3317         * simple.el (scroll-preserve-screen-position-commands):
3318         Add scroll-up-command, scroll-down-command, scroll-up-line,
3319         scroll-down-line to this list of commands.
3321 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3323         * obsolete/complete.el: Move from lisp/complete.el.
3325         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3327         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3328         to the minor mode function now turns the mode ON unconditionally.
3330 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3332         * vc-dir.el (vc-dir-kill-line): New command.
3333         (vc-dir-mode-map): Bind it to C-k.
3335         * bookmark.el (bookmark-insert-location): Handle a nil filename.
3337         * woman.el: Add bookmark declarations to silence the compiler.
3338         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3339         step to compatibility between man and woman bookmarks.
3340         Adjust for Man-default-bookmark-title renaming.
3341         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
3343         * man.el: Add bookmark declarations to silence the compiler.
3344         (Man-name-local-regexp): Make it match NAME as well.
3345         (Man-getpage-in-background): Return the buffer.
3346         (Man-notify-when-ready): Use `case'.
3347         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3348         Don't hardcode "NAME".  Simplify.
3349         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3350         Rename from Man-bookmark-make-record.
3351         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
3352         we have the actual man-args.  Use Man-getpage-in-background rather
3353         than `man' since the arg is already processed.  Let bookmark.el do the
3354         window handling.  Only wait for the relevant process.
3355         Don't forget to autoload.
3357         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3359 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3361         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3362         New functions.
3363         (woman-mode): Setup bookmark support.
3365         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3366         (man-bookmark-jump): New functions.
3367         (Man-mode): Setup bookmark support.
3369 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
3371         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3372         recognize ssh-keygen prompt (Bug#2817).
3374 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3376         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3378 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3380         Synchronize with Tramp repository.
3382         * net/tramp.el (tramp-completion-function-alist)
3383         (tramp-file-name-regexp, tramp-chunksize)
3384         (tramp-local-coding-commands, tramp-remote-coding-commands):
3385         Fix docstring.
3386         (tramp-remote-process-environment): Use `format' instead of `concat'.
3387         (tramp-handle-directory-files-and-attributes)
3388         (tramp-get-remote-path): Use `copy-tree'.
3389         (tramp-handle-file-name-all-completions): Backward/ XEmacs
3390         compatibility: Use `completion-ignore-case' if
3391         `read-file-name-completion-ignore-case' does not exist.
3392         (tramp-do-copy-or-rename-file-directly): Do not use
3393         `tramp-handle-file-remote-p'.
3394         (tramp-do-copy-or-rename-file-out-of-band):
3395         Use `tramp-compat-delete-directory'.
3396         (tramp-do-copy-or-rename-file-out-of-band)
3397         (tramp-compute-multi-hops, tramp-maybe-open-connection):
3398         Use `format-spec-make'.
3399         (tramp-find-foreign-file-name-handler)
3400         (tramp-advice-make-auto-save-file-name)
3401         (tramp-set-auto-save-file-modes): Remove superfluous check for
3402         `stringp'.  This is done inside `tramp-tramp-file-p'.
3403         (tramp-debug-outline-regexp): New defconst.
3404         (tramp-get-debug-buffer): Use it.
3405         (tramp-check-for-regexp): Use (forward-line 1).
3406         (tramp-set-auto-save-file-modes): Adapt version check.
3408         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3409         Wrap call of `featurep' for 2nd argument.
3410         (tramp-compat-make-temp-file): Simplify fallback implementation.
3411         (tramp-compat-copy-tree): Remove function.
3412         (tramp-compat-delete-directory): Provide implementation for older
3413         Emacsen.
3415         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3416         Do not use `tramp-fish-handle-file-attributes.
3418         * net/trampver.el: Update release number.
3420 2010-04-10  Glenn Morris  <rgm@gnu.org>
3422         * progmodes/compile.el (compilation-save-buffers-predicate):
3423         Add missing :version tag.
3425 2010-04-09  Sam Steingold  <sds@gnu.org>
3427         * progmodes/compile.el (compilation-save-buffers-predicate):
3428         Remove the "autoload" cookie.
3430         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3431         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3432         and `bug-reference-prog-mode' can be used in hooks directly.
3434 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3436         Add --author support to git commit.
3437         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3438         (vc-git-log-edit-mode): New minor mode.
3439         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3440         New declarations.
3442 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
3444         * vc-hooks.el, vc-git.el: Improve documentation comments.
3446 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3448         Fix some of the problems in defsubst* (bug#5728).
3449         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3450         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3452 2010-04-07  Sam Steingold  <sds@gnu.org>
3454         * progmodes/compile.el (compilation-save-buffers-predicate):
3455         New custom variable.
3456         (compile, recompile): Pass it to `save-some-buffers'.
3458 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
3460         * wid-edit.el (widget-choose): Move cursor to the second line of
3461         the buffer (Bug#5695).
3463 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3465         Add new VC methods: vc-log-incoming and vc-log-outgoing.
3466         * vc.el (vc-print-log-setup-buttons): New function split out from
3467         vc-print-log-internal.
3468         (vc-log-internal-common): New function, a parametrized version of
3469         vc-print-log-internal.
3470         (vc-print-log-internal): Just call vc-log-internal-common with the
3471         right arguments.
3472         (vc-incoming-outgoing-internal):
3473         (vc-log-incoming, vc-log-outgoing): New functions.
3474         (vc-log-view-type): New permanent local variable.
3476         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3478         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3479         of the dynamic bound vc-short-log.
3480         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3482         * vc-git.el (vc-git-log-outgoing): New function.
3483         (vc-git-log-view-mode): Use vc-log-view-type instead
3484         of the dynamic bound vc-short-log.
3486         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3487         of the dynamic bound vc-short-log.  Highlight the tag.
3488         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3489         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3490         (vc-hg-incoming-mode): Remove.
3491         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3493 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3495         Fix default-directory for vc-root-diff.
3496         * vc.el (vc-root-diff): Bind default-directory to the root
3497         directory for the diff command.
3499 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
3501         * progmodes/verilog-mode.el (verilog-forward-sexp):
3502         (verilog-calc-1): Support "disable fork" and "fork wait" multi
3503         word keywords, suggested by Steve Pearlmutter.
3504         (verilog-pretty-declarations): Support lineup of declarations in
3505         port lists.
3506         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3507         fix bug for /* / comments.
3508         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3509         Speed up and simplfy as this is never called with a bound.
3510         (verilog-pretty-declarations): Enhance to line up declarations
3511         inside a parameter list, suggested by Alan Morgan.
3512         (verilog-pretty-expr): Tune assignment regular expression match
3513         string for corner cases; also use markers instead of character
3514         number as indent changes the later.
3516 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
3518         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3519         as missing keyword.
3520         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3521         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
3522         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3523         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
3524         Tennant.
3525         (verilog-keywords):
3526         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3527         1800-2009 keywords, including "global.".
3529 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3531         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3532         appearing in buffer list (if a live buffer name matched a recentf
3533         file basename).  Should use uniquify to offer a real solution.
3535 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3537         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3538         comment to code, and add a :version tag.
3539         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3541 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
3543         Enable recentf-mode if using virtual buffers.
3544         * ido.el (recentf-list): Declare for byte-compiler.
3545         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
3546         (ido-make-buffer-list): Simplify.
3547         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
3549 2010-04-05  Juri Linkov  <juri@jurta.org>
3551         Scrolling commands which scroll a line instead of full screen.
3552         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3554         * simple.el (scroll-up-line, scroll-down-line): New commands.
3555         Put property isearch-scroll=t on them.
3557         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
3558         Remove commands.
3560 2010-04-05  Juri Linkov  <juri@jurta.org>
3562         Scrolling commands which do not signal errors at top/bottom.
3563         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3565         * simple.el (scroll-up-command, scroll-down-command): New commands.
3566         Put property isearch-scroll=t on them.
3568         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
3569         `scroll-down-command' and [next] from `scroll-up' to
3570         `scroll-up-command'.
3572         * emulation/cua-base.el: Put property CUA=move on
3573         `scroll-up-command' and `scroll-down-command'.
3574         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
3575         and `scroll-down-command' to `cua-scroll-down'.
3577 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
3579         * help.el (describe-mode): Return nil.
3581 2010-04-04  John Wiegley  <jwiegley@gmail.com>
3583         * ido.el (ido-use-virtual-buffers): New variable to indicate
3584         whether "virtual buffer" support is enabled for IDO.
3585         (ido-virtual): Face used to indicate virtual buffers in the list.
3586         (ido-buffer-internal): If a buffer is chosen, and no such buffer
3587         exists, but a virtual buffer of that name does (which would be why
3588         it was in the list), recreate the buffer by reopening the file.
3589         (ido-make-buffer-list): If virtual buffers are being used, call
3590         `ido-add-virtual-buffers-to-list' before the make list hook.
3591         (ido-virtual-buffers): New variable which contains a copy of the
3592         current contents of the `recentf-list', albeit pared down for the
3593         sake of speed, and with proper faces applied.
3594         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
3595         create a list of "virtual buffers" to present to the user in
3596         addition to the currently open set.  Note that this logic could
3597         get rather slow if that list is too large.  With the default
3598         `recentf-max-saved-items' of 200, there is little speed penalty.
3600 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3602         * font-lock.el: Require CL when compiling.
3603         (font-lock-turn-on-thing-lock): Use `case'.
3605 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
3607         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
3608         Zaretskii.
3610 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
3612         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
3613         (semantic-create-imenu-directory-index): Fix typos in docstrings.
3614         (semantic-imenu-goto-function): Reflow docstring.
3616 2010-04-02  Juri Linkov  <juri@jurta.org>
3618         * ehelp.el (electric-help-orig-major-mode):
3619         New buffer-local variable.
3620         (electric-help-mode): Set it to original major-mode.  Doc fix.
3621         (with-electric-help): Use `electric-help-orig-major-mode' instead
3622         of (default-value 'major-mode).  Doc fix.
3623         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
3625 2010-04-02  Sam Steingold  <sds@gnu.org>
3627         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
3628         `vc-hg-command' with a list of flags.
3630         * progmodes/bug-reference.el (bug-reference-bug-regexp):
3631         Also accept "patch" and "RFE".
3632         (bug-reference-fontify): `bug-reference-url-format' can also be a
3633         function to be able to handle the bug kind.
3634         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
3636 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
3638         * tmm.el (tmm-get-keymap): Check with symbolp before passing
3639         value to fboundp, it may not be a symbol.
3641 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3643         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
3645 2010-03-31  Juri Linkov  <juri@jurta.org>
3647         * simple.el (next-line, previous-line): Re-throw a signal
3648         with `signal' instead of using `ding'.
3649         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
3651 2010-03-31  Juri Linkov  <juri@jurta.org>
3653         * simple.el (keyboard-escape-quit): Raise deselecting the active
3654         region higher than exiting the minibuffer.
3655         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
3657 2010-03-31  Juri Linkov  <juri@jurta.org>
3659         * image.el (image-animated-p): Use `image-metadata' instead of
3660         `image-extension-data'.  Get GIF extenstion data from metadata
3661         property `extension-data'.
3663 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3665         * simple.el (append-to-buffer): Simplify.
3667 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
3669         * textmodes/artist.el (artist-mode): Fix typo in docstring.
3670         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
3672 2010-03-31  Kenichi Handa  <handa@m17n.org>
3674         * language/sinhala.el (composition-function-table): Fix regexp for
3675         the new Unicode specification.
3677         * language/indian.el (devanagari-composable-pattern)
3678         (tamil-composable-pattern, kannada-composable-pattern)
3679         (malayalam-composable-pattern): Adjust for the new Unicode
3680         specification.
3681         (bengali-composable-pattern, gurmukhi-composable-pattern)
3682         (gujarati-composable-pattern, oriya-composable-pattern)
3683         (telugu-composable-pattern): New variables to cope with the new
3684         Unicode specification.  Use them in composition-function-table.
3686 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3688         Make tmm-menubar work for the Buffers menu again (bug#5726).
3689         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
3690         vectors rather than cons cells, as used in menu-bar-update-buffers.
3692 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3694         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
3695         (js-insert-and-indent): Revert 2009-08-15 change, restoring
3696         electric punctuation for "{}();,:" (Bug#5586).
3698         * mail/sendmail.el (mail-default-directory): Doc fix.
3700 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3702         * mail/sendmail.el (mail-default-directory): Doc fix.
3704 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
3706         * subr.el (version-regexp-alist, version-to-list)
3707         (version-list-<, version-list-=, version-list-<=)
3708         (version-list-not-zero, version<, version<=, version=): Doc fix.
3709         (Bug#5744).
3711 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
3713         * vc.el (vc-root-diff): Doc fix.
3715 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3717         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
3719         * simple.el (append-to-buffer): Fix last change.
3721 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3723         * simple.el (append-to-buffer): Ensure that point is preserved if
3724         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
3725         (Bug#5749)
3727 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3729         * files.el (auto-mode-case-fold): Change default to t.
3731 2010-03-30  Juri Linkov  <juri@jurta.org>
3733         * dired-x.el (dired-omit-mode): Doc fix.
3735 2010-03-30  Juri Linkov  <juri@jurta.org>
3737         * replace.el (occur-accumulate-lines): Move occur-engine related
3738         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
3739         to be located after `occur-engine'.
3741 2010-03-30  Juri Linkov  <juri@jurta.org>
3743         Make occur handle multi-line matches cleanly with context.
3744         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
3746         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
3747         (occur-engine): Add local variables `ret', `prev-after-lines',
3748         `prev-lines'.  Use more arguments for `occur-context-lines'.
3749         Set first elem of its returned list to `data', and the second elem
3750         to `prev-after-lines'.  Don't print the separator line.
3751         In the end, print remaining context after-lines.
3752         (occur-context-lines): Add new arguments `begpt', `endpt',
3753         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
3754         after-lines of the previous match with before-lines of the
3755         current match and not overlap them.  Return a list with two
3756         values: the output line and the list of context after-lines.
3758 2010-03-30  Juri Linkov  <juri@jurta.org>
3760         * replace.el (occur-accumulate-lines): Fix a bug where the first
3761         context line at the beginning of the buffer was missing.
3763 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
3765         * files.el: Make bidi-display-reordering safe variable for boolean
3766         values.
3768 2010-03-29  Phil Hagelberg  <phil@evri.com>
3769             Chong Yidong  <cyd@stupidchicken.com>
3771         * subr.el: Extend progress reporters to perform "spinning".
3772         (progress-reporter-update, progress-reporter-do-update):
3773         Handle non-numeric value arguments.
3774         (progress-reporter--pulse-characters): New var.
3776 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
3778         * progmodes/compile.el (compilation-start): Fix regexp detection
3779         of initial cd command (Bug#5771).
3781 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
3783         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
3785 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
3787         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
3788         * lisp/progmodes/gdb-mi.el: Restore.
3789         * lisp/progmodes/gdb-ui.el: Remove.
3790         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
3792 2010-03-25  Glenn Morris  <rgm@gnu.org>
3794         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
3795         all dired buffers, even tramp ones.  (Bug#5755)
3797 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3799         Add "union tags" in mpc.el.
3800         * mpc.el: Remove backward compatibility code.
3801         (mpc-browser-tags): Change default.
3802         (mpc--find-memoize-union-tags): New var.
3803         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
3804         (mpc-cmd-find): Handle the case where the playlist does not exist.
3805         Handle union-tags.
3806         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
3807         (mpc-cmd-add): Use mpc-cmd-flush.
3808         (mpc-tagbrowser-tag-name): New fun.
3809         (mpc-tagbrowser-buf): Use it.
3810         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
3812 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3814         Misc cleanup.
3815         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
3816         Use replace-regexp-in-string.
3817         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
3818         (makefile-imake-mode-syntax-table): Move init into defvar.
3819         (makefile-mode): Use define-derived-mode.
3821         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
3822         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
3823         not be present any more.
3825 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3827         * faces.el (set-face-attribute): Fix typo in docstring.
3828         (face-valid-attribute-values): Reflow docstring.
3830         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
3832 2010-03-24  Glenn Morris  <rgm@gnu.org>
3834         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
3836 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3838         * indent.el (indent-for-tab-command): Doc fix.
3840 2010-03-24  Alan Mackenzie  <acm@muc.de>
3842         * progmodes/cc-engine.el (c-remove-stale-state-cache):
3843         Fix off-by-one error.  Fixes bug #5747.
3845 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3847         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
3848         (image-dired-read-comment): Doc fix.
3850         * json.el (json-object-type, json-array-type, json-key-type)
3851         (json-false, json-null, json-read-number):
3852         * minibuffer.el (completion-in-region-functions):
3853         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
3854         (cal-tex-cursor-week):
3855         * emacs-lisp/trace.el (trace-function):
3856         * eshell/em-basic.el (eshell/printnl):
3857         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
3858         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
3859         * obsolete/levents.el (allocate-event, event-key, event-object)
3860         (event-point, event-process, event-timestamp, event-to-character)
3861         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
3862         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
3863         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
3864         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
3865         (reftex-highlight-selection): Fix typos in docstrings.
3867 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3869         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
3871 2010-03-24  Glenn Morris  <rgm@gnu.org>
3873         * mail/rmail.el (rmail-highlight-face): Restore option deleted
3874         2008-02-13 without comment; mark it obsolete.
3875         (rmail-highlight-headers): Use rmail-highlight-face once more.
3877 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3879         * woman.el (woman2-process-escapes): Only consume the newline if
3880         the filler character is on a line by itself (Bug#5729).
3882 2010-03-24  Kenichi Handa  <handa@m17n.org>
3884         * language/indian.el (devanagari-composable-pattern): Add more
3885         consonants.
3887 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3889         * net/trampver.el: Update release number.
3891 2010-03-24  Glenn Morris  <rgm@gnu.org>
3893         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
3895 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3897         * net/tramp.el (tramp-find-executable):
3898         Use `tramp-get-connection-buffer'.  Make the regexp for checking
3899         output of "wc -l" more robust.
3900         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
3901         (tramp-open-connection-setup-interactive-shell): Remove workaround
3902         for OpenSolaris bug, it is not needed anymore.
3904 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
3906         * cedet/semantic/imenu.el: New file, from the CEDET repository
3907         (Bug#5412).
3909 2010-03-24  Glenn Morris  <rgm@gnu.org>
3911         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
3913 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
3915         * files.el (auto-mode-alist): Accept more verilog file patterns.
3917 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3919         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
3921 2010-03-24  Glenn Morris  <rgm@gnu.org>
3923         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
3924         log-edit-before-checkin-process.
3926         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
3928         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
3930         * vc-dispatcher.el (vc-start-logentry): Doc fix.
3931         (log-view-process-buffer, log-edit-extra-flags): Declare.
3933         * log-edit.el (log-edit-before-checkin-process): Doc fix.
3935         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3936         Consistently check ede-object is bound throughout.
3938         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
3940 2010-03-23  Sam Steingold  <sds@gnu.org>
3942         Fix bug#5620: recalculate all markers on compilation buffer
3943         modifications, not on file modifications.
3944         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
3945         the buffer modification time, for buffers not associated with files.
3946         (compilation-mode): Create it.
3947         (compilation-filter): Update it.
3948         (compilation-next-error-function): Use it instead of
3949         `visited-file-modtime' for timestamp.
3951 2010-03-23  Juri Linkov  <juri@jurta.org>
3953         Implement Occur multi-line matches.
3954         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
3956         * replace.el (occur): Doc fix.
3957         (occur-engine): Set `begpt' to the beginning of the first line.
3958         Set `endpt' to the end of the last match line.  At first, count
3959         line numbers between `origpt' and `begpt'.  Split out code from
3960         `out-line' variable to new let-bindings `match-prefix' and
3961         `match-str'.  In `out-line' add non-numeric prefix to all
3962         non-first lines of multi-line matches.  Finally, count lines
3963         between `begpt' and `endpt' and add to `lines'.
3965 2010-03-23  Juri Linkov  <juri@jurta.org>
3967         * replace.el (occur-accumulate-lines, occur-engine):
3968         Use `occur-engine-line' instead of duplicate code.
3969         (occur-engine-line): New function created from duplicate code
3970         in `occur-accumulate-lines' and `occur-engine'.
3972         * replace.el (occur-engine-line): Add optional arg `keep-props'.
3973         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
3975 2010-03-23  Juri Linkov  <juri@jurta.org>
3977         * finder.el: Remove TODO tasks.
3979         * info.el (Info-finder-find-node): Add node "all"
3980         with all package info.  Handle a list of multiple keywords
3981         separated by comma.
3982         (info-finder): In interactive use with a prefix argument,
3983         use `completing-read-multiple' to read a list of keywords
3984         separated by comma.
3986 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3988         Add a new completion style `substring'.
3989         * minibuffer.el (completion-basic--pattern): New function.
3990         (completion-basic-try-completion, completion-basic-all-completions):
3991         Use it.
3992         (completion-substring--all-completions)
3993         (completion-substring-try-completion)
3994         (completion-substring-all-completions): New functions.
3995         (completion-styles-alist): New style `substring'.
3997 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3999         Get rid of .elc files after removal of the corresponding .el.
4000         * Makefile.in (compile-clean): New target.
4001         (compile-main): Use it.
4003 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
4005         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
4006         don't do make there.  When compiling with separate object dir, there
4007         is no Makefile there.
4009 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4011         Get rid of the ELCFILES abomination, again.
4012         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4013         (all, compile): Don't call compile-last.
4014         (compile-main): Build the "elcfiles" list dynamically.
4015         (compile-targets): New (internal) target.
4017 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
4019         * Makefile.in (top_srcdir): Define.
4020         (abs_top_builddir): Define.
4021         (srcdir): Don't append `/..'.
4022         (EMACS): Use ${abs_top_builddir}.
4023         (all, compile, compile-always, compile-last): Don't set emacswd.
4024         (update-subdirs, update-authors): Use $(top_srcdir) instead of
4025         $(srcdir).
4026         (lisp): Use $(srcdir) instead of @srcdir@.
4028 2010-03-21  Juri Linkov  <juri@jurta.org>
4030         Fix message of multi-line occur regexps and multi-buffer header lines.
4031         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
4033         * replace.el (occur-1): Don't display regexp if it is longer
4034         than window-width.  Use `query-replace-descr' to display regexp.
4035         (occur-engine): Don't display regexp in the buffer header for
4036         multi-buffer occur.  Display a separate header line with total
4037         match count and regexp for multi-buffer occur.
4038         Use `query-replace-descr' to display regexp.
4040 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4042         * net/secrets.el: Fix parenthesis.
4043         (secrets-enabled): Fix parenthesis.
4045 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4047         Use more relative file and directory names.
4048         * Makefile.in (EMACS): Arrange for it to work when we chdir.
4049         (setwins, setwins_almost, setwins_for_subdirs):
4050         Don't `cd'; output relative names.
4051         (all, compile, compile-always, compile-last): Set emacswd.
4052         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
4053         Just cd to the lisp source dir so we can use relative file names.
4055         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
4057 2010-03-20  Glenn Morris  <rgm@gnu.org>
4059         * textmodes/rst.el: Use faces for font-lock customization, and make the
4060         old -face variables obsolete.
4061         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
4062         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
4063         (rst-block-face, rst-external-face, rst-definition-face)
4064         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
4065         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
4066         Make obsolete.
4067         (rst-font-lock-keywords-function): Update for above changes.
4069 2010-03-20  Juri Linkov  <juri@jurta.org>
4071         * s-region.el:
4072         * obsolete/s-region.el: Move to obsolete.
4074 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
4076         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
4078 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
4080         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
4082 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
4084         Add special markup processing for commit logs.
4085         * log-edit.el (log-edit-extra-flags): New variable.
4086         (log-edit): Add new argument MODE.  Use that mode when non-nil
4087         instead of the log-view-mode.
4088         (log-view-process-buffer): New function.
4090         * vc.el: Document that the checkin method takes optional
4091         arguments.  Document new backend specific method: log-view-mode.
4092         (vc-default-log-edit-mode): New function.
4093         (vc-checkin): Use a backend specific log-view-mode.
4094         Pass extra arguments to the checkin method.
4095         (vc-modify-change-comment): Pass a dummy extra argument.
4097         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
4098         log-edit.
4099         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
4100         (vc-finish-logentry): Process the log buffer before passing it
4101         down.  Pass log-edit-extra-flags.
4103         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
4104         command.
4105         (log-edit-extra-flags, log-edit-before-checkin-process):
4106         New declarations.
4108         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
4109         command.
4110         (log-edit-extra-flags, log-edit-before-checkin-process):
4111         New declarations.
4112         (vc-hg-log-edit-mode): New derived mode.
4114         * vc-arch.el (vc-arch-checkin):
4115         * vc-cvs.el (vc-cvs-checkin):
4116         * vc-git.el (vc-git-checkin):
4117         * vc-mtn.el (vc-mtn-checkin):
4118         * vc-rcs.el (vc-rcs-checkin):
4119         * vc-sccs.el (vc-sccs-checkin):
4120         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
4122 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4124         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
4125         parent typo).
4127 2010-03-19  Glenn Morris  <rgm@gnu.org>
4129         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4131 2010-03-18  Glenn Morris  <rgm@gnu.org>
4133         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
4135         * replace.el (query-replace-history): Give it a doc string.
4136         (map-query-replace-regexp): Use query-replace-from-history-variable
4137         and query-replace-to-history-variable.
4139         * mail/hashcash.el (declare-function): Remove duplicate definition.
4141         * mail/emacsbug.el (report-emacs-bug-pretest-address):
4142         Make it an obsolete alias for report-emacs-bug-address.
4143         (message-strip-special-text-properties): Declare.
4144         (report-emacs-bug): Remove test for a pretest bug address.
4145         Combine message-mode-specific code.
4147         * mail/supercite.el: Don't require sendmail.
4148         (mh-in-header-p): Declare rather than using with-no-warnings.
4149         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
4150         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
4152         * calendar/cal-french.el: Convert to utf-8.
4154         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
4155         Emacs scripts.
4157 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
4159         * net/secrets.el (secrets-enabled): New variable.  Use it instead
4160         of a subfeature.
4162 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
4164         * net/secrets.el (top): Register the D-Bus signals only when the
4165         service "org.freedesktop.secrets" can be pinged.
4166         Provide subfeature `enabled'.
4168 2010-03-14  Juri Linkov  <juri@jurta.org>
4170         Add finder unknown keywords.
4172         * finder.el (finder-unknown-keywords): New function.
4174         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
4175         to create a Finder node with unknown keywords.
4177 2010-03-14  Juri Linkov  <juri@jurta.org>
4179         * finder.el (finder-compile-keywords): Replace `princ' with
4180         `prin1' on a list of symbols interned from keyword strings.
4182         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
4183         a comma, then split keywords using a comma and optional whitespace.
4184         Otherwise, split by whitespace.
4186         * complete.el:
4187         * face-remap.el:
4188         * log-view.el:
4189         * net/hmac-def.el:
4190         * net/hmac-md5.el:
4191         * net/netrc.el:
4192         * progmodes/mixal-mode.el: Fix keywords.
4194 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
4196         * Makefile.in (ELCFILES): Add net/secrets.elc.
4198         * net/secrets.el: New file.
4200 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4202         * facemenu.el (list-colors-display, list-colors-print): New arg
4203         callback.  Use it to allow selecting colors.
4205         * wid-edit.el (widget-image-insert): Insert image prop even if the
4206         current display is non-graphic.
4207         (widget-field-value-set): New fun.
4208         (editable-field): Use it.
4209         (widget-field-value-get): Clean up unused var.
4210         (widget-color-value-create, widget-color--choose-action):
4211         New funs.  Allow using list-colors-display to choose color.
4213 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4215         * cus-edit.el: Resort topmost custom groups.
4216         (custom-buffer-sort-alphabetically): Default to t.
4217         (customize-apropos): Use apropos-parse-pattern.
4218         (custom-search-field): New var.
4219         (custom-buffer-create-internal): Add custom-apropos search field.
4220         (custom-add-parent-links): Don't display parent doc.
4221         (custom-group-value-create): Don't sort top-level custom group.
4222         (custom-magic-value-create): Show visibility button before option name.
4224         (custom-variable-state): New fun, from custom-variable-state-set.
4225         (custom-variable-state-set): Use it.
4226         (custom-group-value-create): Hide options with standard values
4227         using the :hidden-states property.  Use progress reporter.
4229         (custom-show): Simplify.
4230         (custom-visibility): Disable images by default.
4231         (custom-variable): New property :hidden-states.
4232         (custom-variable-value-create): Enable images for
4233         custom-visibility widgets.  Use :hidden-states property to
4234         determine initial visibility.
4236         * wid-edit.el (widget-image-find): Give images center ascent.
4237         (visibility): Add :on-image and :off-image properties.
4238         (widget-visibility-value-create): Use them.
4240 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4242         * cus-edit.el (processes): Remove from development group.
4243         (oop, hypermedia): Delete group.
4244         (comm): Promote to top-level group.
4246         * net/browse-url.el (browse-url):
4247         * net/xesam.el (xesam):
4248         * net/tramp.el (tramp):
4249         * net/goto-addr.el (goto-address):
4250         * net/ange-ftp.el (ange-ftp): Put in comm group.
4252         * view.el (view): Remove from editing group.
4254         * uniquify.el (uniquify): Put in files group.
4256         * net/browse-url.el (browse-url):
4257         * ps-print.el (postscript): Put in external group.
4259         * cus-edit.el (outlines):
4260         * textmodes/text-mode.el (text-mode-hook):
4261         * textmodes/table.el (table):
4262         * textmodes/picture.el (picture):
4263         * outline.el (outlines): Put in wp group.
4265         * nxml/nxml-mode.el (nxml): Remove from wp group.
4267         * net/tramp-imap.el (tramp-imap): Put in tramp group.
4269         * mail/metamail.el (metamail): Remove from hypermedia group.
4271         * cus-edit.el (abbrev):
4272         * whitespace.el (whitespace):
4273         * vcursor.el (vcursor):
4274         * reveal.el (reveal):
4275         * hl-line.el (hl-line): Put in convenience group.
4277         * epg-config.el (epg): Put in data group.
4279         * emulation/pc-select.el (pc-select): Put in emulations group.
4281         * calculator.el (calculator): Put in applications group.
4283 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4285         Add .dir-locals.el support for file-less buffers.
4286         * files.el (hack-local-variables): Split out code to apply local
4287         variable settings ...
4288         (hack-local-variables-apply): ... here.  New function.
4289         (hack-dir-local-variables): Use the default directory for when the
4290         buffer does not have an associated file.
4291         (hack-dir-local-variables-non-file-buffer): New function.
4292         * diff-mode.el (diff-mode):
4293         * vc-annotate.el (vc-annotate-mode):
4294         * vc-dir.el (vc-dir-mode):
4295         * log-edit.el (log-edit-mode):
4296         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4298 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4300         Add support for shelving snapshots and for showing shelves.
4301         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4302         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4303         New functions.
4304         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4305         (vc-bzr-extra-menu-map): Map them.
4307 2010-03-11  Glenn Morris  <rgm@gnu.org>
4309         * cus-edit.el (customize-changed-options-previous-release):
4310         Bump to 23.1.
4312         * image.el (image-animate-max-time): Fix :version tag.
4314 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
4316         * Branch for 23.2.
4318 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4320         * vc-git.el (vc-git-revision-table): Include remote branches.
4322 2010-03-10  Kim F. Storm  <storm@cua.dk>
4324         Animated image API.
4325         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4327         * image.el (image-animate-max-time): New defcustom.
4328         (image-animated-types): New defconst.
4329         (create-animated-image, image-animate-timer)
4330         (image-animate-start, image-animate-stop, image-animate-timeout)
4331         (image-animated-p): New functions.
4333         * image-mode.el (image-toggle-display-image):
4334         Replace `create-image' with `create-animated-image'.
4336 2010-03-09  Miles Bader  <miles@gnu.org>
4338         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4339         instead of "format:"; this ensures that the output is
4340         newline-terminated.
4342 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
4344         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4345         that all errors are caught, and that the return value is always a
4346         list (Bug#5692).
4348 2010-03-08  Kenichi Handa  <handa@m17n.org>
4350         * language/misc-lang.el (windows-1256): New coding system.
4351         (cp1256): New alias of windows-1256 (bug#5690).
4353 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
4355         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4356         call to rfc822-bad-address.  (Bug#5692)
4358 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4360         * vc-git.el (vc-git-annotate-extract-revision-at-line):
4361         Use vc-git-root as default directory for revision path (Bug#5657).
4363 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
4365         * calculator.el (calculator): Don't bind split-window-keep-point
4366         (Bug#5674).
4368 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4370         * vc-git.el: Re-flow to fit into 80 columns.
4371         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4372         Remove spurious `quote' element in each case alternative.
4373         (vc-git-show-log-entry): Use prog1.
4374         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4376 2010-03-06  Glenn Morris  <rgm@gnu.org>
4378         * cedet/semantic/grammar.el (semantic-grammar-header-template):
4379         Update template copyright to GPLv3+.
4381 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4383         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4385 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
4387         * macros.el (insert-kbd-macro): Look up keyboard macro using the
4388         definition, not the name (Bug#5481).
4390 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4392         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4393         argument with a local variable.  (Bug#5670)
4395 2010-03-02  Juri Linkov  <juri@jurta.org>
4397         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
4399 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
4401         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4402         error when FILENAME and NEWNAME are existing remote directories.
4404         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4405         parameter DIR-FLAG.
4407 2010-03-02  Glenn Morris  <rgm@gnu.org>
4409         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4410         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4412 2010-03-01  Kenichi Handa  <handa@m17n.org>
4414         * language/burmese.el (burmese-composable-pattern): Rename from
4415         myanmar-composable-pattern.
4417         * international/characters.el (script-list):
4418         * international/fontset.el (script-representative-chars):
4419         Change myanmar to burmese.
4420         (otf-script-alist): Likewise.
4421         (setup-default-fontset): Likewise.  Re-fix :otf spec.
4423 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4425         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4427 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
4429         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4431 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4433         * net/tramp.el (tramp-handle-write-region): START can be a string.
4434         Take care in the checks.  Reported by Dan Davison
4435         <davison@stats.ox.ac.uk>.
4437 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4439         * net/dbus.el (dbus-introspect, dbus-get-property)
4440         (dbus-set-property, dbus-get-all-properties):
4441         Use `dbus-call-method' when noninteractive.  (Bug#5645)
4443 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
4445         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4446         * emacs-lisp/elint.el (elint-add-required-env):
4447         * cedet/semantic/db-find.el
4448         (semanticdb-find-translate-path-brutish-default):
4449         * cedet/ede/make.el (ede-make-check-version):
4450         * calendar/icalendar.el (icalendar--add-diary-entry):
4451         * calc/calcalg2.el (math-tracing-integral):
4452         * files.el (recover-session-finish): Use with-current-buffer
4453         instead of save-excursion.
4455 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4457         Fix in-buffer completion when after-change-functions modify the buffer.
4458         * minibuffer.el (completion--replace): New function.
4459         (completion--do-completion): Use it and use relative movement.
4461 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
4463         * international/fontset.el (setup-default-fontset): Fix :otf spec.
4465 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
4467         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4468         Allow the characters _<> in the stack entry (Bug#5653).
4470 2010-02-26  Kenichi Handa  <handa@m17n.org>
4472         * language/burmese.el: Fix entries in composition-function-table.
4473         (myanmar-composable-pattern): New variable.
4475         * international/fontset.el (setup-default-fontset): Add an entry
4476         for myanmar.
4478         * international/characters.el (script-list): Add Myanmar
4479         Extended-A.
4481 2010-02-26  Glenn Morris  <rgm@gnu.org>
4483         * custom.el (custom-initialize-delay): Doc fix.
4485         * mail/sendmail.el (send-mail-function): Autoload the call
4486         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4488 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
4490         * files.el (hack-local-variables-filter): For eval forms, also
4491         check safe-local-variable-p (Bug#5636).
4493 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
4495         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4496         and use c(ad)r of cddr (Bug#5640).
4498 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
4500         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4501         setting the modes by `ignore-errors'.  It might fail, for example
4502         if the file is not owned by the user but the group.
4503         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4505 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
4507         * files.el (directory-listing-before-filename-regexp): Use
4508         stricter matching for iso-style dates, to avoid false matches with
4509         date-like filenames (Bug#5597).
4511         * htmlfontify.el (htmlfontify): Doc fix.
4513         * eshell/eshell.el (eshell): Doc fix.
4515         * startup.el (fancy-about-screen): In mode-line, apply
4516         mode-line-buffer-id face only to the buffer name (Bug#5613).
4518 2010-02-20  Kevin Ryde  <user42@zip.com.au>
4520         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4521         In `watcom' anchor regexp to start of line, to avoid slowness
4522         (Bug#5599).
4524 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
4526         * subr.el (remove-yank-excluded-properties): Explain in a comment
4527         why `category' property is removed.
4529 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
4531         * isearch.el (isearch-update-post-hook, isearch-update): Revert
4532         2010-02-17 change.
4534 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
4536         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4537         (icalendar--convert-weekly-to-ical)
4538         (icalendar--convert-yearly-to-ical)
4539         (icalendar--convert-block-to-ical)
4540         (icalendar--convert-cyclic-to-ical)
4541         (icalendar--convert-anniversary-to-ical): Take care of time
4542         specifications where hour has 1-digit only (Bug#5549).
4544 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
4546         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4547         of disassemble output in GDB 7.1.
4549 2010-02-19  Glenn Morris  <rgm@gnu.org>
4551         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4552         property.  (Bug#5593)
4554 2010-02-18  Sam Steingold  <sds@gnu.org>
4556         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4558 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4560         Use abbreviated file names in bookmarks (bug#5591).
4561         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
4562         calls to expand-file-name.
4563         (bookmark-relocate): Use abbreviated file names in bookmarks.
4564         (bookmark-load): Use abbreviated file names in messages.
4566 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4568         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4569         expand "." and "..".  Reported by Thierry Volpiatto
4570         <thierry.volpiatto@gmail.com>.
4572 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4574         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4575         permissions of the temporary file to "0600".  In case the remote
4576         file has no read permissions for the owner, there might be
4577         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
4579 22010-02-18  Glenn Morris  <rgm@gnu.org>
4581         * emacs-lisp/authors.el (authors-renamed-files-alist):
4582         Add entries for INSTALL.CVS.
4584 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
4586         * vc-bzr.el: Fix typo in Known Bugs section.
4588         * isearch.el (isearch-update-post-hook): New hook.
4589         (isearch-update): Use the new hook.
4591 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
4593         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4594         Fix errors in copying directories.
4595         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
4596         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
4597         (tramp-handle-delete-file)
4598         (tramp-handle-dired-recursive-delete-directory)
4599         (tramp-handle-write-region): Flush also the cache for the upper
4600         directory.
4602 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
4604         * simple.el (save-interprogram-paste-before-kill): Doc fix.
4606         * cus-edit.el (hardware): Doc fix.
4608         * man.el (man): Add to external custom group.
4610         * delim-col.el (columns): Move to wp custom group.
4612         * doc-view.el (doc-view): Add to data custom group.
4614         * cedet/data-debug.el (data-debug): Move to extensions group.
4616         * cedet/ede.el (ede):
4617         * cedet/srecode.el (srecode):
4618         * cedet/semantic.el (semantic): Put in tools and extensions group.
4620         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
4622         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4623         by ispell-parse-output (Bug#5575).
4625 2010-02-16  Kenichi Handa  <handa@m17n.org>
4627         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
4628         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
4629         (skkdic-convert): Use `euc-japan' coding system for writing.
4631 2010-02-16  Glenn Morris  <rgm@gnu.org>
4633         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
4634         tex-main-file before using it.  (Bug#5562)
4636 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4638         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
4639         warnings, since it is annoying for the user to see them each time he
4640         runs the code.
4642 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
4644         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
4645         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
4646         instead of PROC for caching "first-password-request".  Otherwise,
4647         new processes would not profit from passwords already entered.
4649         * net/tramp-cache.el (tramp-dump-connection-properties):
4650         Don't save "first-password-request" property.
4652 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
4654         * outline.el (outline-head-from-level):
4655         * simple.el (with-wrapper-hook):
4656         * cedet/ede.el (ede-run-target, project-delete-target)
4657         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
4658         (ede-adebug-project, ede-adebug-project-parent)
4659         (ede-adebug-project-root):
4660         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
4661         (elint-defun, elint-buffer-env, elint-top-form-logged)
4662         (elint-unbound-variable):
4663         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
4664         Fix typos in docstrings.
4666 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
4668         * files.el (insert-directory): When WILDCARD-REGEXP and
4669         FULL-DIRECTORY-P are nil, insert the file entry instead of the
4670         whole directory.  (Bug#5551)
4672         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
4673         dired's alignment sanity.  (Bug#5516)
4675 2010-02-14  Juri Linkov  <juri@jurta.org>
4677         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
4678         Remove remaining ^H with their preceding chars.  (Bug#5566)
4680 2010-02-13  Glenn Morris  <rgm@gnu.org>
4682         * simple.el (transpose-subr): Give it a doc-string.
4684         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
4685         Doc fixes.
4687 2010-02-12  Juri Linkov  <juri@jurta.org>
4689         * arc-mode.el (archive-unique-fname): Make directories for nested
4690         archives.  (Bug#5540)
4692 2010-02-12  Juri Linkov  <juri@jurta.org>
4694         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
4696 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4698         * subr.el (copy-overlay): Handle deleted overlays.
4700         * man.el (Man-completion-table): Don't signal an error if we can't run
4701         manual-program (bug#4056).
4703 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
4705         * textmodes/artist.el (artist-mt): Fix typos in docstring.
4707 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4709         * info.el (Info-bookmark-jump): Simplify.
4711         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
4712         (bookmark-default-handler): Accept new bookmark field `buffer'.
4714 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
4716         * iswitchb.el (iswitchb-completions): Revert last change.
4718 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
4720         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
4721         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
4722         This prevents file names like "~/" being listed literally.
4724 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
4726         * term/xterm.el (xterm-maybe-set-dark-background-mode):
4727         Remove dead code.  (Bug#5546)
4729 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
4731         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
4732         correctly (Bug#5548).
4734 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
4736         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
4737         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
4739 2010-02-08  Kenichi Handa  <handa@m17n.org>
4741         * international/mule-util.el (with-coding-priority): Add autoload
4742         cookie for putting `lisp-indent-function'.
4744 2010-02-07  Glenn Morris  <rgm@gnu.org>
4746         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
4747         Move F2003 named interfaces from keywords-2 to keywords-1, and
4748         use function-name-face rather than constant-face.
4749         Simplify "abstract interface" regexp.
4751 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
4753         * eshell/esh-util.el (eshell-file-attributes): New optional arg
4754         ID-FORMAT.  Pass it to `file-attributes'.
4756         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
4758 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
4760         * faces.el (set-face-attribute): Allow calling
4761         internal-set-lisp-face-attribute with 'unspecified family and
4762         foundry argument (Bug#5536).
4764 2010-02-07  Glenn Morris  <rgm@gnu.org>
4766         * progmodes/f90.el (f90-font-lock-keywords-2)
4767         (f90-looking-at-type-like, f90-looking-at-program-block-end):
4768         Handle F2003 named interfaces.
4770 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
4772         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
4773         beg and end before calling c-get-state-before-change-functions.
4775 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
4777         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
4779 2010-02-05  Juri Linkov  <juri@jurta.org>
4781         * doc-view.el (doc-view-mode):
4782         * image-mode.el (image-mode): Put property mode-class=special.
4783         (Bug#4896)
4785 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
4787         * vc-svn.el (vc-svn-revision-table): New function.
4789 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
4791         * net/ange-ftp.el (ange-ftp-insert-directory):
4792         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4793         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4794         Handle also directories.  (Bug#5478)
4796 2010-02-05  Glenn Morris  <rgm@gnu.org>
4798         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
4800 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
4802         * startup.el (command-line-1): Convert options beginning with a
4803         single dash as well (Bug#5519).
4805 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4807         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
4808         * minibuffer.el (completion-initials-expand): Only check the presence
4809         of delims *within* the boundaries, since otherwise the / delim is
4810         always found for files.
4812         Fix up various corner case problems.
4813         * doc-view.el (doc-view-last-page-number): New function.
4814         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
4815         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
4816         (doc-view-kill-proc): Avoid inf-loop in freak cases.
4817         (doc-view-reconvert-doc): Use the new recursive delete-directory.
4818         (doc-view-convert-current-doc): Don't create the resolution.el file
4819         here any more.
4820         (doc-view-pdf/ps->png): Do it here instead.
4821         (doc-view-already-converted-p): Check that resolution.el is present.
4822         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
4823         windows that are not yet showing images.
4825 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
4827         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
4828         `dired-uncache' for every elemnt which is an absolute file name.
4830         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
4831         directory, handle its directory component.
4832         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
4833         function is called permanently and creates noise, otherwise.
4835         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4836         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4837         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
4839 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
4841         * macros.el (apply-macro-to-region-lines):
4842         Minor simplification.  (Bug#5485)
4844 2010-02-04  Glenn Morris  <rgm@gnu.org>
4846         * mail/rmail.el (rmail-show-message-1): Handle malformed
4847         quoted-printable text.  (Bug#5441)
4849         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
4851         * simple.el (visual-line-mode): Capitalize lighter.
4853 2010-02-03  John Wiegley  <jwiegley@gmail.com>
4855         * iswitchb.el (iswitchb-completions): Add bookmark files to the
4856         list of files considered for "virtual buffer" completions.
4858 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
4860         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
4861         also in case of (and (not full) (not wildcard)).  This is needed
4862         when dired is called with a list of files, which are not in
4863         `default-directory'.  (Bug#5478)
4865 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4867         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
4869 2010-02-02  Juri Linkov  <juri@jurta.org>
4871         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
4872         from unidiff to allow function-line after @@.
4874 2010-02-02  Juri Linkov  <juri@jurta.org>
4876         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
4877         '(RCS SCCS) with inverted condition.
4879 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
4881         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
4882         messages.
4884 2010-02-01  Juri Linkov  <juri@jurta.org>
4886         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
4887         compare with "pkunzip" and "pkzip" instead of only "pkzip".
4888         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
4889         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
4891 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4893         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
4894         (doc-view-revert-buffer): New command.
4895         (doc-view-mode-map): Use it.
4897 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
4899         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
4900         pending merge is detected.
4902 2010-01-31  Juri Linkov  <juri@jurta.org>
4904         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
4905         beginning of interactive spec like all other grep commands do.
4906         Put "all" in front of "gz".  (Bug#5260)
4908 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
4910         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
4912 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
4914         * dirtrack.el (dirtrack): Warn instead of signalling error if the
4915         regexp is incorrect (Bug#5476).
4917 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
4919         * net/tramp.el (tramp-handle-insert-directory): Handle also
4920         symlinks, when FILENAME is not in `default-directory'.
4922 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
4924         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
4925         FILE is not in `default-directory'.  (Bug#5478)
4927         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
4928         of SWITCHES.  Handle the case, FILENAME is not in
4929         `default-directory'.  (Bug#5478)
4930         (tramp-register-file-name-handlers): Add safe-magic property.
4932 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
4934         * arc-mode.el (archive-zip-extract): Quote the argument passed to
4935         unzip (Bug#5475).
4937 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
4939         * progmodes/flymake.el (flymake-allowed-file-name-masks)
4940         (flymake-master-make-header-init): Add other C++ filename masks.
4941         (flymake-find-possible-master-files)
4942         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
4944 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
4946         Fix some busybox annoyances.
4948         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
4949         not responding." string.
4950         (tramp-open-connection-setup-interactive-shell): Dump stty
4951         settings.  Enable "neveropen" arg for all `tramp-send-command'
4952         calls.  Handle "=" in variable values properly.
4953         (tramp-find-inline-encoding): Raise an error, when no encoding is
4954         found.
4955         (tramp-wait-for-output): Check, whether PROC buffer is available.
4956         Remove spurious " ^H" sequences, sent by busybox.
4957         (tramp-get-ls-command): Suppress coloring, if possible.
4959 2010-01-28  Glenn Morris  <rgm@gnu.org>
4961         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
4963         * log-edit.el (log-edit-strip-single-file-name): Add missing
4964         :safe, :group, and :version tags.
4966 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
4968         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
4969         buffers.  (Bug#5477)
4971 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
4973         * files.el (delete-directory): Handle moving to trash without
4974         first doing recursion (Bug#5436).
4976 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
4978         * vc-hooks.el (vc-path): Mark as obsolete.
4980 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
4982         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
4983         names too.
4985         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
4986         for the short log.
4987         (vc-bzr-log-view-mode): Adjust regexp for the above change.
4989 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
4991         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
4993         * vc-bzr.el (vc-bzr-revision-table): New function.
4995 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
4997         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
4998         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
5000 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
5002         Remove support for adding --signoff on commit.
5003         Future support will use an incompatible generic mechanism.
5004         * vc-git.el (vc-git-add-signoff): Remove variable.
5005         (vc-git-toggle-signoff): Remove function.
5006         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
5008         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
5009         from xterm-set-background-mode.  Return t if the background mode
5010         was set.
5011         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
5012         earlier, call it again in case the background mode has changed.
5014 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
5016         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
5017         (Bug#3541).
5019 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
5021         * emacs-lisp/assoc.el (aelement): Doc fix.
5022         (aput, adelete, amake): Use lexical-let (Bug#5450).
5024 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
5026         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
5027         is the same as subprogram call, not declaration.  (Bug#5435).
5029 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
5031         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
5032         (tramp-smb-maybe-open-connection): Use it.
5034 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
5036         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
5038 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5040         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
5041         just because we see "encoding: 8bit".
5042         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
5044 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
5046         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
5048 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
5050         * jka-compr.el (jka-compr-load): If load-file is not in
5051         load-history, try its file-truename version.  (bug#5447)
5053 2010-01-21  Alan Mackenzie  <acm@muc.de>
5055         Fix a situation where deletion of a cpp construct throws an error.
5056         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
5057         invoking c-with-all-but-one-cpps-commented-out, check that the
5058         special cpp construct is still in the buffer.
5059         (c-parse-state): Record the special cpp with markers, not numbers.
5061 2010-01-21  Kenichi Handa  <handa@m17n.org>
5063         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
5064         process last-command-event, as it is now decoded first (Bug#5380).
5066 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
5068         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
5070 2010-01-20  Glenn Morris  <rgm@gnu.org>
5072         * indent.el (tab-always-indent): Fix custom-type.
5074 2010-01-19  Alan Mackenzie  <acm@muc.de>
5076         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
5077         buffer throws "args out of range".
5078         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
5079         playing the role of delimiter.
5081 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
5083         * progmodes/ada-mode.el: Fix bug#5400.
5084         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
5085         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
5086         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
5087         Improve comments in "is" portion.  Handle null procedure declaration.
5088         (ada-move-to-end): Improve doc string.
5090 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
5092         * ido.el (ido-cur-list): Initialize to nil.
5093         Remove obsolete information from commentary.
5094         (ido-choice-list): Initialize to nil.
5095         (ido-get-bufname): Reject minibuffers.
5096         (ido-make-buffer-list): If "default" is a nonexistent
5097         buffer, ignore it, as per the function's comment.
5098         (ido-kill-buffer-internal): New function.
5099         (ido-kill-buffer-at-head): Use it.
5100         (ido-visit-buffer): Likewise.
5102 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5104         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
5106 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
5108         * cedet/ede/locate.el (ede-locate-file-in-project)
5109         (ede-locate-file-in-project-impl): Fix typos in docstrings.
5110         (ede-enable-locate-on-project): Fix typos in error messages.
5112         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
5113         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
5114         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
5115         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
5116         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
5117         Fix typos in menu help.
5119         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
5120         Fix typos in chart titles.
5122         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
5123         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
5124         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
5125         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
5126         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
5127         (semantic-parse-stream, semantic-parse-region)
5128         (semantic-parse-region-default, semantic--set-buffer-cache)
5129         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
5130         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
5131         (semantic-default-submodes):
5132         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
5133         (semanticdb-create-ebrowse-database)
5134         (semanticdb-find-tags-for-completion-method)
5135         (semanticdb-find-tags-by-class-method)
5136         (semanticdb-deep-find-tags-by-name-method)
5137         (semanticdb-deep-find-tags-for-completion-method):
5138         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
5139         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
5140         (semanticdb-find-tags-for-completion-method)
5141         (semanticdb-find-tags-by-class-method)
5142         (semanticdb-deep-find-tags-for-completion-method):
5143         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
5144         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
5145         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
5146         (semanticdb-find-tags-by-name-method)
5147         (semanticdb-find-tags-by-name-regexp-method)
5148         (semanticdb-find-tags-for-completion-method)
5149         (semanticdb-find-tags-by-class-method)
5150         (semanticdb-find-tags-external-children-of-type-method)
5151         (semanticdb-find-tags-subclasses-of-type-method)
5152         (semanticdb-deep-find-tags-by-name-method)
5153         (semanticdb-deep-find-tags-by-name-regexp-method)
5154         (semanticdb-deep-find-tags-for-completion-method):
5155         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
5156         (semanticdb-enable-gnu-global-in-buffer)
5157         (semanticdb-find-tags-for-completion-method)
5158         (semanticdb-deep-find-tags-by-name-method)
5159         (semanticdb-deep-find-tags-for-completion-method):
5160         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
5161         (javascript-mode, semanticdb-find-translate-path)
5162         (semanticdb-find-tags-for-completion-method)
5163         (semanticdb-find-tags-by-class-method)
5164         (semanticdb-deep-find-tags-by-name-method)
5165         (semanticdb-deep-find-tags-for-completion-method)
5166         (semanticdb-find-tags-external-children-of-type-method):
5167         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
5168         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
5169         (global-semantic-idle-scheduler-mode):
5170         * cedet/srecode/dictionary.el (srecode-field-value)
5171         (srecode-dictionary-add-section-dictionary):
5172         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
5173         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
5174         (describe-class, eieio-describe-generic, describe-generic):
5175         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
5176         (eieio-speedbar-expand):
5177         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5178         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
5179         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
5180         (viper-del-backward-char-in-replace, viper-backward-indent)
5181         (viper-brac-function, viper-register-to-point, viper-submit-report):
5182         * net/tramp.el (tramp-remote-coding-commands):
5183         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
5184         Fix typos in docstrings.
5186 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5188         * mail/sendmail.el (mail-yank-original): Set the mark if the
5189         specified function for yanking does not do it.
5191 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
5193         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
5195         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
5196         resyncing a directory.
5198 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
5200         * progmodes/ada-mode.el: Fix bug#1920.
5201         (ada-ident-re): Delete ., allow multibyte characters.
5202         (ada-goto-label-re): New; matches goto labels.
5203         (ada-block-label-re): New; matches block labels.
5204         (ada-label-re): New; matches both.
5205         (ada-named-block-re): Deleted; callers changed to use
5206         `ada-block-label-re' instead.
5207         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
5208         Use `ada-block-label-re'.
5209         (ada-indent-on-previous-lines): Improve handling of goto labels.
5210         (ada-get-indent-block-start): Special-case block label.
5211         (ada-get-indent-label): Split into `ada-indent-block-label' and
5212         `ada-indent-goto-label'.
5213         (ada-goto-stmt-start, ada-goto-next-non-ws):
5214         Optionally ignore goto labels.
5215         (ada-goto-next-word): Simplify.
5216         (ada-indent-newline-indent-conditional): Insert newline before
5217         trying to fix indentation; doc fix.
5219 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
5221         * calc/calc.el (calc-command-flags): Give it an initial value.
5223 2010-01-17  Glenn Morris  <rgm@gnu.org>
5225         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
5227 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5229         * cedet/semantic.el (semantic-mode):
5230         * files.el (minibuffer-with-setup-hook):
5231         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
5232         (artist-key-draw-continously, artist-key-do-continously-continously)
5233         (artist-key-set-point-continously, artist-mouse-draw-continously):
5234         Fix typos in docstrings.
5236 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
5238         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
5239         return t (Bug#3898).
5241 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
5243         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
5244         can parse the output of the external commands (Bug#5279).
5246 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
5248         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
5250 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
5252         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5254         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5256         * startup.el (command-line): Remove unused --icon-type arg.
5257         Handle --display arg, passing it to command-line-1 (Bug#5392).
5259 2010-01-16  Mario Lang  <mlang@delysid.org>
5261         * cedet/ede/cpp-root.el (ede-cpp-root-project):
5262         * cedet/ede/files.el (ede-expand-filename):
5263         * cedet/ede/simple.el (ede-simple-project):
5264         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5265         (semantic-complete-inline-tag-engine):
5266         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5267         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5268         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5269         * cedet/semantic/db.el (semanticdb-equivalent-mode):
5270         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5271         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5272         * emacs-lisp/chart.el (chart-translate-namezone):
5273         * textmodes/artist.el (artist-compute-popup-menu-table):
5274         Remove duplicated words in doc-strings.
5276 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
5278         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5279         to mairix-search to suppress threading (Bug#5342).
5281 2010-01-15  Kenichi Handa  <handa@m17n.org>
5283         * international/mule-cmds.el (canonicalize-coding-system-name):
5284         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
5286 2010-01-15  Glenn Morris  <rgm@gnu.org>
5288         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
5290         * wid-edit.el (widget-keymap): Doc fix.
5292         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5293         former seems to be more widely accepted by various svn versions.
5295 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5297         * find-cmd.el (find-constituents):
5298         * vc-arch.el (vc-arch-root):
5299         * window.el (window-body-height, pop-up-frames):
5300         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5301         (semantic-no-reparse-needed-change-hook):
5302         * cedet/srecode/insert.el (srecode-resolve-argument-list)
5303         (srecode-template-inserter-blank, srecode-template-inserter-variable)
5304         (srecode-template-inserter-ask, srecode-template-inserter-width)
5305         (srecode-template-inserter-section-start)
5306         (srecode-template-inserter-section-end, srecode-insert-method):
5307         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5308         * progmodes/ada-stmt.el (ada-if):
5309         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5310         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5311         (ispell-encoding8-command, ispell-aspell-supports-utf8)
5312         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5314         * progmodes/flymake.el (flymake-post-syntax-check):
5315         Fix typo in error message.
5317 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5319         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5320         which is always a string.  (Bug#5313)
5322 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5324         * progmodes/ada-xref.el (ada-default-prj-properties):
5325         Simplify previous change.
5327 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5329         * progmodes/ada-xref.el (ada-default-prj-properties):
5330         Default ada_project_path to $ADA_PROJECT_PATH.
5332 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5334         * progmodes/ada-mode.el (ada-create-keymap):
5335         Override `narrow-to-defun' with `ada-narrow-to-defun'.
5337 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5339         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5340         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5341         (ada-get-current-indent, ada-imenu-generic-expression)
5342         (ada-which-function): Check for it.
5344 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5346         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5347         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5349 2010-01-14  Glenn Morris  <rgm@gnu.org>
5351         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
5353 2010-01-14  Kenichi Handa  <handa@m17n.org>
5355         * composite.el (auto-composition-mode): Make it a buffer local
5356         variable (permanent-local).
5357         (auto-composition-function): Set the default value to
5358         auto-compose-chars.
5359         (auto-composition-mode): Make it a simple function, not a minor mode.
5360         (global-auto-composition-mode): Likewise.
5361         (turn-on-auto-composition-if-enabled): Delete it.
5363 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
5365         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5367 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
5369         * files.el (copy-directory): Compute target for recursive
5370         directories with identical names.  (Bug#5343)
5372 2010-01-12  Glenn Morris  <rgm@gnu.org>
5374         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5375         it to bug-gnu-emacs rather than emacs-pretest-bug.
5377 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5379         * cedet/data-debug.el (data-debug): Fix customization group reference.
5381 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5383         * cedet/semantic/analyze.el (semantic-analyze-push-error)
5384         (semantic-analyze-context, semantic-analyze-context-assignment)
5385         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5386         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5387         (semantic-java-doc-keywords-map):
5388         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5389         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5390         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5391         (semantic-c-classname, semantic-format-tag-uml-prototype)
5392         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5393         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5394         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5395         (semantic-get-local-variables, semantic-end-of-command)
5396         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5397         (lisp-mode):
5398         * cedet/semantic/bovine/make.el (makefile-mode):
5399         * cedet/semantic/wisent/python.el (wisent-python-string-re)
5400         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5401         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5402         (semantic-lex, semantic-get-local-variables, python-mode):
5403         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5404         * cedet/srecode/extract.el (srecode-extract-state-set)
5405         (srecode-extract-method): Fix typos in docstrings.
5407 2010-01-11  Sam Steingold  <sds@gnu.org>
5409         * imenu.el (imenu-default-create-index-function): Detect infinite
5410         loops caused by imenu-prev-index-position-function.
5412 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5414         * htmlfontify.el (htmlfontify-load-rgb-file)
5415         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5416         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5417         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5418         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5419         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5420         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5421         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5422         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5423         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5424         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5425         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5426         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5427         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5428         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5429         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5430         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5431         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5432         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5433         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5434         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5435         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5436         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5437         backslash-quoting from parentheses, etc.
5439 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
5441         * progmodes/js.el: Autoload javascript-mode alias.
5443 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5445         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5446         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5447         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5448         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5449         Fix typos in docstrings.
5450         (ffap-url-regexp): Doc fix.
5451         (ffap-at-mouse): Fix typo in message.
5453 2010-01-11  Glenn Morris  <rgm@gnu.org>
5455         * version.el (emacs-copyright): Set copyright year to 2010.
5457 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5459         * format.el (format-annotate-function): Only set
5460         write-region-post-annotation-function after running to-fn so as not to
5461         affect nested write-region calls (bug#5273).
5463 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
5465         * cedet/semantic.el (semantic-new-buffer-setup-functions):
5466         Add python parser.
5468         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5469         wisent/python.el.
5471 2010-01-10  Richard Kim  <emacs18@gmail.com>
5473         * cedet/semantic/wisent/python-wy.el:
5474         * cedet/semantic/wisent/python.el: New files.
5476 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5478         * man.el (Man-goto-section): Signal error if the section is not
5479         found (Bug#5317).
5481 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
5483         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5484         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
5486 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5488         * progmodes/compile.el: Don't treat compile-command as safe if
5489         compilation-read-command might be nil (Bug#4218).
5491 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
5493         * startup.el (command-line-1): Use orig-argi to check for ignored X and
5494         NS options.
5496 2010-01-08  Kenichi Handa  <handa@m17n.org>
5498         * international/fontset.el (build-default-fontset-data):
5499         Exclude characters in scripts kana, hangul, han, or cjk-misc.
5501 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
5503         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5504         to `create-file-buffer' as it expects, not just a buffer name.
5505         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5506         to help uniquify.  (Bug#3224)
5508 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
5510         * font-setting.el (font-setting-change-default-font): Use user-spec
5511         instead of name.
5513 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5515         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5517 2010-01-05  Tom Tromey  <tromey@redhat.com>
5519         * progmodes/python.el (python-font-lock-keywords):
5520         Handle qualified decorators (Bug#881).
5522 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5524         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5525         in a lightweight checkout.
5527 2010-01-05  Kenichi Handa  <handa@m17n.org>
5529         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5531 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5533         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5535 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
5537         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5538         checkouts.  (Bug#618)
5539         (vc-bzr-log-view-mode): Also highlight the author.
5540         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5541         (vc-bzr-shelve-menu-map):
5542         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5543         (vc-bzr-shelve-apply): Make prompt more explicit.
5545 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5547         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5548         They are valid characters in URL paths (rfc3986), and at least
5549         Firefox does not understand the encoded version (Bug#3166).
5551 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
5553         * progmodes/octave-mod.el (octave-end-keywords)
5554         (octave-block-begin-or-end-regexp, octave-block-match-alist):
5555         Add "end" keyword (Bug#3061).
5556         (octave-end-as-array-index-p): New function.
5557         (calculate-octave-indent): Use it.
5559 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5561         * bookmark.el: Consistently put the text property on the bookmark name.
5562         (bookmark-bmenu-marks-width): Bump back to 2, to include
5563         annotation marks.
5564         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
5565         property on the bookmark name, instead of not putting it at all.
5566         (bookmark-bmenu-list): Fix where we put the text property.
5568 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5570         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
5571         for showing buffer modified state (as added in the previous change).
5573 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5575         * bookmark.el: Show modified state of bookmark buffer more accurately.
5576         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
5577         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
5578         (with-buffer-modified-unmodified): New macro.
5579         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5580         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
5581         Use new macro to preserve the buffer modified state.
5583 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5585         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
5586         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
5587         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
5588         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
5589         (bookmark-bmenu-rename, bookmark-bmenu-locate)
5590         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
5591         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
5593 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5595         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5596         Make the lines in the generated doc string shorter.  (Bug#4668)
5598 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
5600         * net/rcirc.el: Add follow-link binding (Bug#4738).
5602 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5604         * Makefile.in (bzr-update): Rename from cvs-update.
5605         (cvs-update): New target for backward compatibility.
5607         * makefile.w32-in (bzr-update): Rename from cvs-update.
5608         (cvs-update): New target for backward compatibility.
5610 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5612         * bookmark.el: Remove gratuitous gratitude.
5614 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5616         * bookmark.el (bookmark-bmenu-any-marks): New function.
5617         (bookmark-bmenu-save): Clear buffer modification if no marks.
5619 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5621         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5622         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5623         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
5624         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
5626         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
5627         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
5628         To: emacs-devel {_AT_} gnu.org
5629         Subject: bookmark.el bug report
5630         Date: Mon, 28 Dec 2009 14:19:16 +0800
5631         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
5633 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5635         * bookmark.el: Improvements suggested by Drew Adams:
5636         (bookmark-bmenu-ensure-position): New name for
5637         `bookmark-bmenu-check-position'.  Just ensure the position,
5638         don't return any meaningful value.
5639         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
5640         New constants.
5642 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
5644         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
5645         (bookmark-yank-point, bookmark-bmenu-check-position):
5646         Fix typos in docstrings.
5647         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
5648         (bookmark-name-from-full-record, bookmark-get-position)
5649         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
5650         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
5651         Remove useless quoting of parenthesis, etc. in docstrings.
5653         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
5654         (ediff-append-custom-diff): Fix typo in error message.
5655         (ediff-meta-mark-equal-files): Fix typos in messages.
5657         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
5659         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
5660         Fix typo in docstring.
5662         * net/imap-hash.el (imap-hash-make): Doc fix.
5663         (imap-hash-test): Fix typo in error message; reflow docstring.
5664         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
5665         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
5666         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
5667         Fix typos in docstrings.
5668         (imap-hash-open-connection): Fix typo in error message.
5670         * play/gomoku.el (gomoku): Fix typos in docstring.
5672         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
5673         (gdb-jsonify-buffer): Fix typos in docstring.
5674         (gdb-goto-breakpoint): Fix typo in error message.
5675         ("Display Other Windows"): Fix typo in help message.
5676         (gdb-speedbar-expand-node): Fix typo in question.
5678         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
5679         (idlwave-html-system-help-location, idlwave-html-help-location)
5680         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
5681         (idlwave-help-browser-generic-args, idlwave-help-directory)
5682         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
5683         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
5684         (idlwave-online-help, idlwave-help-html-link)
5685         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
5686         Fix typos in docstrings.
5687         (idlwave-help-with-source, idlwave-help-find-routine-definition):
5688         Reflow docstrings.
5689         (idlwave-help-assistant-start): Fix typo in error message.
5691         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
5692         (octave-electric-space): Fix typos in docstrings.
5694 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5696         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
5698 2010-01-01  Juri Linkov  <juri@jurta.org>
5700         * comint.el (comint-input-ring-size): Make it a defcustom and
5701         increase the default to 500 (Bug#5148).
5703 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
5705         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
5706         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
5707         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
5709 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
5711         Show working revision correctly for mercurial.
5712         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
5713         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
5715 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
5717         Declare some functions for the byte-compiler.
5718         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
5719         (speedbar-timer-fn, speedbar-change-expand-button-char)
5720         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
5722 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
5724         This changeset reverts GDB Graphical Interface to use annotations.
5725         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
5727 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
5729         Make vc-dir work on subdirectories of the bzr root.
5730         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
5731         file names relative to it.
5732         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
5733         relative directory to vc-bzr-after-dir-status.
5735 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
5737         * font-lock.el (font-lock-refresh-defaults): New function, which
5738         can be used to let font-lock react to external changes in
5739         variables like font-lock-defaults and keywords.
5740         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
5742 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
5744         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
5746         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
5748 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
5750         Supersede color.diff settings in git log (bug#5211).
5752         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
5753         escape chars in its output when the user has color.diff set to `always'.
5754         This fix works on git 1.4.2 and newer (released on 2006-08-13).
5756 2009-12-26  Kevin Ryde  <user42@zip.com.au>
5758         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
5759         node.  Keep previous "Index" name to work with past coreutils too.
5761         * man.el (man): Revise docstring a bit to show -a and -l as
5762         examples.  Add -k description since support for it has otherwise
5763         been a secret.  (Further to bug#3717.)
5764         (Man-bgproc-sentinel): When "-k foo" produces no output show error
5765         "no matches" rather than "Can't find manpage", as the latter reads
5766         like -k was interpreted as a page name, which is not so.  (Bug#5431)
5768 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
5770         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
5771         switches.  Check also for //SUBDIRED// line.
5773 2009-12-25  Kenichi Handa  <handa@m17n.org>
5775         * language/indian.el (devanagari-composable-pattern): Fixed to
5776         handle ZWNJ and ZWJ.  Use it in composition-function-table for
5777         Devanagari.
5778         (malayalam-composable-pattern): Fix previous change.
5780 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5782         * ps-print.el (ps-face-attributes): It was not returning the
5783         attribute face for faces specified as string.  Reported by harven
5784         <harven@free.fr>.
5785         (ps-print-version): New version 7.3.5.
5787 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
5789         * calendar/icalendar.el (icalendar--convert-tz-offset):
5790         Fix timezone names.
5791         (icalendar--convert-tz-offset): Fix the "last-day-problem".
5792         (icalendar--add-diary-entry): Remove the trailing blank that
5793         diary-make-entry inserts.
5795 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
5797         Make `file-expand-wildcards' work for remote files.
5799         * files.el (file-expand-wildcards): In case of remote files, check
5800         only local file name part for wildcards.  Provide feature 'files
5801         and subfeature 'remote-wildcards.  (Bug#5198)
5803         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
5804         if there is already an established connection.
5805         (tramp-advice-file-expand-wildcards): Remove it.
5807         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
5808         (tramp-advice-file-expand-wildcards): Move from tramp.el.
5809         Activate advice for older GNU Emacs versions.  (Bug#5237)
5811 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
5813         Some doc fixes (more needed).
5815         * find-cmd.el (find-constituents): Reflow docstring.
5816         (find-cmd, find-prune, find-command): Fix typos in docstrings.
5817         (find-generic): Doc fix.
5819 2009-12-17  Juri Linkov  <juri@jurta.org>
5821         Fix regression from 23.1 to allow multiple modes in Local Variables.
5823         * files.el (hack-local-variables-filter): While ignoring duplicates,
5824         don't take `mode' into account.
5825         (hack-local-variables-filter, hack-dir-local-variables):
5826         Don't remove duplicate `mode' from local-variables-alist (like `eval').
5828 2009-12-17  Juri Linkov  <juri@jurta.org>
5830         Make `dired-diff' safer.  (Bug#5225)
5832         * dired-aux.el (dired-diff): Signal an error when `file' equals to
5833         `current' or when `file' is a directory of the `current' file.
5835 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
5837         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
5838         unconditionally preloaded files.
5840 2009-12-16  Juri Linkov  <juri@jurta.org>
5842         Revert to old 23.1 logic of using the file at the mark as default.
5843         * dired-aux.el (dired-diff): Use the file at the mark as default
5844         if it's not the same as the current file, and the target dir is
5845         the current dir or the mark is active.  Add the current file
5846         as the arg of `dired-dwim-target-defaults'.  Use the default file
5847         in the prompt.  (Bug#5225)
5849 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
5851         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
5852         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
5853         (tramp-check-for-regexp): Check also, when an echoing shell stops
5854         to echo sent commands.
5856 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5858         * Makefile.in: Revert last change (Bug#5191).
5860 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
5862         * vc-hg.el (vc-hg-print-log): Fix argument order.
5863         (vc-hg-working-revision): Make sure the command is executed in a
5864         known environment so that we can parse the output.  (Bug#4417)
5866 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5868         * progmodes/python.el (python-symbol-completions): Remove text
5869         properties from symbol string before calling python-send-receive.
5871 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
5873         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5874         when there are values for both file and line.  (Bug#5060)
5876 2009-12-14  Juri Linkov  <juri@jurta.org>
5878         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
5879         whitespace after the file name of the first line of unified format,
5880         because git-diff doesn't output whitespace and file modification time
5881         after the file name.
5883 2009-12-14  David Kastrup  <dak@gnu.org>
5885         * info.el (Info-hide-cookies-node): Before hiding a cookie,
5886         check if it already has the `display' property added by
5887         `Info-display-images-node', and not put the `invisible' property
5888         in this case.
5890 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5892         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
5893         (semantic-mru-bookmark-mode): Doc fixes.
5895         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
5896         of assert.
5898 2009-12-13  Glenn Morris  <rgm@gnu.org>
5900         * mail/emacsbug.el (message-sort-headers): Define for compiler.
5901         (report-emacs-bug): In message-mode, sort manually before storing
5902         original report text.  (Bug#5178)
5903         Remove superfluous save-excursion.
5905 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
5907         * net/dbus.el (dbus-property-handler): Filter lambda forms out
5908         when responding to "GetAll" properties.
5910 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
5912         * simple.el (compose-mail): Remove mail-setup-with-from from
5913         customization checks.
5915 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
5917         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
5918         RAR archives created on Unix systems.
5920 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5922         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
5923         the varalias that was accidentally removed by the 2009-11-19 change
5924         (bug#5186).
5926 2009-12-12  Kenichi Handa  <handa@m17n.org>
5928         * language/indian.el (indian-compose-regexp): New function.
5929         (malayalam-composable-pattern): Fix the pattern.
5930         (composition-function-table): Set malayalam-composable-pattern for
5931         Malayalam characters.
5933 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
5935         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
5936         rather than down-mouse-1, based on follow-link conventions.
5938         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
5939         are compiled.
5941 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
5943         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
5944         (verilog-vmm-statement-re, verilog-ovm-statement-re)
5945         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
5946         (verilog-leap-to-head, verilog-backward-token):
5947         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
5949 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
5951         * progmodes/verilog-mode.el (verilog-auto-lineup)
5952         (verilog-nameable-item-re): Cleanup user-visible spelling and
5953         documentation errors.  One reported by Gary Delp.
5954         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
5955         (verilog-read-decls): Fix AUTOWIRE with types declared in a
5956         package, bug195.  Reported by Pierre-David Pfister.
5958 2009-12-11  Glenn Morris  <rgm@gnu.org>
5960         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
5962         * mail/emacsbug.el: No longer require sendmail.
5963         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
5964         (report-emacs-bug-orig-text): Doc fix.
5965         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
5966         New local variables, to adapt to different mail-user-agents.
5967         (report-emacs-bug): Fix test for a gnu.org address.
5968         Use overlays for emphasis, since font-lock defeats 'face property.
5969         Pretest bugs also end up at the newsgroup these days.
5970         Stop message-mode stripping text properties.
5971         Set and use the new buffer-local variables.
5972         (report-emacs-bug-hook): Add doc-string.
5973         Remove some unnecessary save-excursions and simplify.
5974         Use the appropriate hook and send-command.
5976         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
5977         capitalization of some menu entries.
5979 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5981         * whitespace.el (whitespace-display-char-on):
5982         Ensure `buffer-display-table' is unique when two or more windows are
5983         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
5984         New version 12.1.
5986 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
5988         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
5989         characters in the Attribute field.
5991 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
5993         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
5995 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5997         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
5998         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5999         Disregard autoload-excludes.
6000         (update-directory-autoloads): Obey autoload-excludes here instead.
6001         But don't store its contents in no-autoloads and remove entries that
6002         refer to excludes files.
6004 2009-12-10  Glenn Morris  <rgm@gnu.org>
6006         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
6007         (expand-mail-aliases): Define for compiler.
6009         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
6010         Define for compiler.
6012         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
6013         appropriate for the mail-user-agent in use.
6015 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
6017         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
6019 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
6021         Fix short log parsing and fontification.
6022         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
6023         Fix fontification for the [merge] label.
6025 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
6027         Drop some properties to avoid surprises (bug#5002).
6028         * htmlfontify.el (hfy-ignored-properties): New defcustom.
6029         (hfy-fontify-buffer): Use it.
6031 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6033         Minor cleanup.
6034         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
6035         Adjust all callers.
6036         (ffap-locate-file): Remove unused arg `dir-ok' and make other
6037         args compulsory.  Adjust callers.
6038         (ffap-gopher-at-point): Remove unused var `name'.
6040         Get rid of the ELCFILES abomination.
6041         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6042         (compile-elcfiles): New phony target.
6043         (compile-main): Compute ELCFILES dynamically.
6044         (compile-clean): New target to remove left-over elc files.
6045         (compile, all): Use it.
6047 2009-12-09  Kenichi Handa  <handa@etlken>
6049         * international/mule-diag.el: Require help-mode instead of help-fns.
6051 2009-12-09  Kenichi Handa  <handa@m17n.org>
6053         * international/mule-cmds.el (ucs-names): Supply sufficiently
6054         fine ranges instead of pre-calculating accurate ranges.
6055         Iterate with bigger gc-cons-threshold.
6057 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
6059         Add support for stashing a snapshot of the current tree.
6060         * vc-git.el (vc-git-stash-snapshot): New function.
6061         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
6063 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
6065         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
6066         instead of `(beginning|end)-of-line'.
6068 2009-12-08  Glenn Morris  <rgm@gnu.org>
6070         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
6072         * Makefile.in (ELCFILES): Regenerate.
6074 2009-12-07  Juri Linkov  <juri@jurta.org>
6076         Don't lazy-highlight the comint output in history Isearch mode.
6078         * comint.el (comint-history-isearch-search): Instead of
6079         `comint-line-beginning-position', use `comint-after-pmark-p'
6080         to check if point if before the process mark, and go to
6081         `process-mark' in this case.
6083 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6085         * textmodes/tex-mode.el (latex-complete)
6086         (latex-indent-or-complete): Remove.
6087         (latex-mode): Set completion-at-point-functions instead.
6089         Provide a standard completion command and hook it into TAB.
6090         * minibuffer.el (completion-at-point-functions): New var.
6091         (completion-at-point): New command.
6092         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
6093         * progmodes/python.el (python-mode-map): Use completion-at-point.
6094         (python-completion-at-point): Rename from python-partial-symbol and
6095         adjust for use in completion-at-point-functions.
6096         (python-mode): Setup completion-at-point for Python completion.
6097         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
6098         extracted from lisp-complete-symbol.
6099         (lisp-complete-symbol): Use it.
6100         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
6101         setup completion-at-point for Elisp completion.
6102         (emacs-lisp-mode-map, lisp-interaction-mode-map):
6103         Use completion-at-point.
6104         * ielm.el (ielm-map): Use completion-at-point.
6105         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
6106         * progmodes/sym-comp.el: Move to...
6107         * obsolete/sym-comp.el: Move from progmodes.
6109 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
6111         Prevent save-buffer in Rmail buffers from using the coding-system
6112         of the current message, and from clobbering the encoding mnemonics
6113         in the mode line (Bug#4623).
6115         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
6116         flag, too.
6117         (rmail-message-encoding): New variable.
6118         (rmail-write-region-annotate): Record the encoding of the current
6119         message in rmail-message-encoding.
6120         (rmail-after-save-hook): New function, restores the encoding of
6121         the current message after the message collection is saved.
6123 2009-12-07  Juri Linkov  <juri@jurta.org>
6125         * progmodes/grep.el (grep-read-files): Use `completing-read'
6126         instead of `read-string'.  Set its `collection' arg to
6127         `read-file-name-internal'.  (Bug#4301)
6129 2009-12-07  Juri Linkov  <juri@jurta.org>
6131         Correctly restore original Isearch point.  (Bug#4994)
6133         * isearch.el (isearch-mode): Move `isearch-push-state' after
6134         `(run-hooks 'isearch-mode-hook)'.
6135         (isearch-cancel): When `isearch-push-state-function' is defined,
6136         let-bind `isearch-cmds' to the first state (the last element of
6137         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
6138         function and restores the original point).  Otherwise, move point
6139         to `isearch-opoint'.
6141 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6143         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
6144         chars that don't have names, so the table can be built much faster at
6145         run-time.
6147 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
6149         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
6150         change.  Suggested by David Kastrup.
6152         * simple.el (compose-mail): Check for incompatibilities and warn.
6153         (compose-mail-user-agent-warnings): New option.
6155 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6157         Support showing a single log entry from vc-annotate.
6158         * vc.el (print-log): Add a new argument: START-REVISION.
6159         (vc-print-log-internal): Add a new optional argument and
6160         pass it to the backend.
6161         (vc-print-log, vc-print-root-log): Adjust callers.
6162         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
6163         buffer already displays the requested log entry, use it.
6164         Otherwise display only the log entry in question.
6165         * vc-svn.el (vc-svn-print-log):
6166         * vc-mtn.el (vc-mtn-print-log):
6167         * vc-hg.el (vc-hg-state):
6168         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
6169         (vc-git-show-log-entry): Return t on success.
6170         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
6171         (vc-bzr-show-log-entry): Return t on success.
6172         * vc-rcs.el (vc-rcs-print-log):
6173         * vc-sccs.el (vc-sccs-print-log):
6174         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
6176 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6178         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
6179         Add menus to the meta mode.  (Bug#5043)
6181 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
6183         * ediff-init.el (ediff-event-key): Use event-to-character instead of
6184         event-key.
6186         * ediff.el (ediff-buffers-internal): Add unwind-protect.
6188 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
6190         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
6191         Berbain <raphael.berbain@gmail.com>.
6193         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
6194         characters.
6195         (tramp-initial-end-of-output): New defconst.
6196         (tramp-methods, tramp-find-shell)
6197         (tramp-open-connection-setup-interactive-shell)
6198         (tramp-maybe-open-connection): Use it.
6199         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
6200         existence of `#' and `$'.
6202         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
6203         `tramp-initial-end-of-output'.
6205 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6207         Get the background mode from the terminal for xterm, and set
6208         faces accordingly.
6209         * term/xterm.el (xterm-set-background-mode): New function.
6210         (terminal-init-xterm): Use it in case xterm supports background
6211         color queries.  Recompute faces after getting the background
6212         color.
6214 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
6216         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
6217         number comment back on its own line, for easier parsing.
6219 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6221         Make it work for non-file buffers (bug#5102).
6222         * doc-view.el (doc-view-current-cache-dir):
6223         Use doc-view-buffer-file-name rather than buffer-file-name.
6224         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
6226 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
6228         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
6229         author field is too short.
6231 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
6233         * vc-git.el (vc-git-print-log): Handle a limit argument.
6234         Display the short log in graph form and with labels.
6235         (vc-git-log-view-mode): Handle labels.
6237         Make vc-revert change VC state from 'added to 'unregistered.
6238         * vc-git.el (vc-git-revert): Call git reset first.
6240 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6242         * net/newst-backend.el, net/newst-plainview.el:
6243         * net/newst-reader.el, net/newst-ticker.el:
6244         * net/newst-treeview.el, net/newsticker.el:
6245         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
6247 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6249         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
6251         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
6252         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
6253         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6254         Update annotation regexp.
6256         * simple.el (beginning-of-visual-line): Constrain to field
6257         boundaries (Bug#5106).
6259 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6261         * xml.el (xml-substitute-numeric-entities): Move
6262         newsticker--decode-numeric-entities in newst-backend.el to
6263         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6264         * net/newst-backend.el (newsticker--parse-generic-feed)
6265         (newsticker--parse-generic-items)
6266         (newsticker--decode-numeric-entities): Move
6267         newsticker--decode-numeric-entities in newst-backend.el to
6268         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6270 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
6272         * progmodes/js.el (js--js-not): Add null to the list of values.
6274 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6276         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
6278 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6280         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6281         delimiter if it is at the end of the current line.
6282         (bibtex-generate-url-list): Fix docstring.
6284 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6286         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6287         minibuffer's content with itself.
6288         Fold the confirm-after-completion case into the `confirm' case.
6289         (completion-pcm-word-delimiters): Add : and / to the delimiters.
6291 2009-12-06  Kevin Ryde  <user42@zip.com.au>
6293         * ffap.el (ffap-rfc-path): Make this a defcustom since
6294         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
6296         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6297         manuals, similar to existing setup for help-mode.  (Bug#3913.)
6299 2009-12-05  Juri Linkov  <juri@jurta.org>
6301         Save and restore dired buffer's point positions too.  (Bug#4880)
6303         * dired.el (dired-save-positions): Return in the first element
6304         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6305         Doc fix.
6306         (dired-restore-positions): First restore buffer's position.
6307         While restoring window's positions, check if window still displays
6308         the original buffer.
6310 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
6312         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6313         if possible.
6315         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6316         Make argument optional.
6318         * shell.el (shell): Require ansi-color (Bug#5113).
6320         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6322         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6324 2009-12-05  Alan Mackenzie  <acm@muc.de>
6326         * progmodes/cc-mode.el (c-before-hack-hook)
6327         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6328         `c-file-style' to work again.  This reversion restores the current
6329         software to its state in Emacs 23.1.  (Bug#4146)
6331 2009-12-05  Kevin Ryde  <user42@zip.com.au>
6333         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6334         comment-start-skip to comment-end-skip as comment (Bug#4781).
6336 2009-12-05  Juri Linkov  <juri@jurta.org>
6338         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6339         for virtual nodes.  (Bug#4147)
6340         (Info-find-node-2): Set `Info-current-node-virtual' to nil
6341         when moving from a virtual node.
6342         (Info-mode-menu): Add `Info-virtual-index' to the menu.
6343         (Info-mode): Add `Info-virtual-index' to the docstring.
6345 2009-12-05  Eric Ludlam  <zappo@gnu.org>
6347         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6348         Describe project macro symbols.
6350         * cedet/semantic/complete.el (semantic-complete-do-completion):
6351         Don't call semantic-collector-current-exact-match.
6353         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6354         ede-objects as targets.
6356         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6357         a target's object list even if compiler vars are already in the
6358         Makefile.
6360         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6361         list of headers producing necessary macros.
6363 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6365         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6366         track of the buffer position of the end of a BibTeX entry as this
6367         position may change during reformatting.
6368         (bibtex-format-entry): Remove whitespace before processing
6369         numerical fields so that we recognize the latter properly.
6370         (bibtex-reformat): Do not use push which changes the global value
6371         of bibtex-entry-format.
6372         (bibtex-field-braces-alist, bibtex-field-strings-alist)
6373         (bibtex-field-re-init): Replace only space characters by regexp
6374         for whitespace.
6375         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6376         (bibtex-initialize): Also update bibtex-strings.
6377         (bibtex-kill-field): Preserve white space at end of entry.
6378         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6379         Update bibtex-reference-keys.
6381 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6383         * minibuffer.el (completion-pcm--merge-try): Also consider placing
6384         point after a star, if that's the only place where modifications can
6385         make progress.
6387 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
6389         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6390         in docstrings.
6392 2009-12-04  Juri Linkov  <juri@jurta.org>
6394         * proced.el (proced): Call `(proced-update t)' to update process
6395         information instead of only running proced-post-display-hook.
6396         (proced-send-signal): Add a leading space to the buffer name
6397         " *Marked Processes*" to make this buffer ephemeral.
6399 2009-12-04  Juri Linkov  <juri@jurta.org>
6401         * dired.el (dired-auto-revert-buffer): New defcustom.
6402         (dired-internal-noselect): Use it.
6404 2009-12-04  Juri Linkov  <juri@jurta.org>
6406         Change roles of modes and functions in image-mode.el (Bug#5062).
6408         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6409         in `auto-mode-alist'.
6410         (image-mode-previous-major-mode): New variable.
6411         (image-minor-mode-map): Rename from `image-mode-text-map'.
6412         (image-mode): Move graceful error-handling code from
6413         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
6414         (image-minor-mode): Remove all image-handling code.
6415         Replace `image-mode-text-map' with `image-minor-mode-map'.
6416         Check for `image-type' in mode-line format string.
6417         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6418         (image-mode-as-text): New function with most code from
6419         `image-mode-maybe'.
6420         (image-toggle-display-text): Move code that removes image
6421         properties from `image-toggle-display' to here.
6422         (image-toggle-display-image): New function with code that adds
6423         image properties copied from `image-toggle-display'.
6424         (image-toggle-display): Remove most code with leaving only code
6425         that toggles between `image-mode-as-text' and `image-mode'.
6427 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
6429         * net/newst-treeview.el
6430         (newsticker--treeview-list-highlight-start): Restored call to
6431         save-excursion: Selected item was stuck.
6432         (newsticker--treeview-list-select): New.
6433         (newsticker--treeview-item-show-text)
6434         (newsticker--treeview-item-show)
6435         (newsticker--treeview-item-update): Use new
6436         newsticker-treeview-item-mode.
6437         (newsticker-treeview-update): Keep current item.
6438         (newsticker-treeview-next-new-or-immortal-item): Doc change.
6439         (newsticker--treeview-first-feed): Doc change.
6440         (newsticker-treeview-list-menu)
6441         (newsticker-treeview-item-menu): Added menu entries.
6442         (newsticker-treeview-item-mode): New.
6444         * net/newst-backend.el (newsticker-customize): Delete other
6445         windows.
6447 2009-12-04  Sam Steingold  <sds@gnu.org>
6449         * log-view.el (log-view-mode-map): "q" calls quit-window,
6450         like in all the other non-self-insert buffers.
6452 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6454         Minor cleanup.
6455         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6456         key decoding rather than do it manually via last-input-event +
6457         ascii-character.
6458         (term-exec): Use delete-and-extract-region.
6459         (term-handle-ansi-terminal-messages): Remove unused var `end'.
6460         (term-process-pager): Remove unused var `i'.
6461         (term-dynamic-simple-complete): Make obsolete.
6462         (serial-update-config-menu): Remove unused vars `y' and `str'.
6463         (term-update-mode-line): Remove unused var `temp'.
6465 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6467         Limit the number of log entries displayed by default.
6468         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6469         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6470         using a prefix argument.
6472 2009-12-03  Glenn Morris  <rgm@gnu.org>
6474         * progmodes/idlwave.el (class): Restore still useful declaration.
6476 2009-12-03  Alan Mackenzie  <acm@muc.de>
6478         Enhance `c-parse-state' to run efficiently in "brace deserts".
6480         * progmodes/cc-mode.el (c-basic-common-init):
6481         Call c-state-cache-init.
6482         (c-neutralize-syntax-in-and-mark-CPP): Rename from
6483         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
6484         placing `category' properties value 'c-cpp-delimiter at its boundaries.
6486         * progmodes/cc-langs.el (c-before-font-lock-function):
6487         c-extend-and-neutralize-syntax-in-CPP has been renamed
6488         c-neutralize-syntax-in-and-mark-CPP.
6490         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6491         with `category' properties now, not `syntax-table' ones.
6493         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6494         enhanced (but slower) version of c-end-of-macro that won't land
6495         inside a literal or on another awkward character.
6496         (c-state-cache-too-far, c-state-cache-start)
6497         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6498         (c-state-nonlit-pos-cache-limit, c-state-point-min)
6499         (c-state-point-min-lit-type, c-state-point-min-lit-start)
6500         (c-state-min-scan-pos, c-state-brace-pair-desert)
6501         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6502         buffer local variables.
6503         (c-state-literal-at, c-state-lit-beg)
6504         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6505         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6506         (c-state-cache-top-paren, c-state-cache-after-top-paren)
6507         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6508         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6509         (c-renarrow-state-cache)
6510         (c-append-lower-brace-pair-to-state-cache)
6511         (c-state-push-any-brace-pair, c-append-to-state-cache)
6512         (c-remove-stale-state-cache)
6513         (c-remove-stale-state-cache-backwards, c-state-cache-init)
6514         (c-invalidate-state-cache-1, c-parse-state-1)
6515         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6516         (c-parse-state): Enhance and refactor.
6517         (c-debug-parse-state): Amend to deal with all the new variables.
6519         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6520         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6521         modify to use category text properties rather than syntax-table ones.
6522         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6523         to switch off/on the syntactic paren property of C++ template
6524         delimiters using the category property.
6525         (c-with-<->-as-parens-suppressed): Macro to invoke code with
6526         template delims suppressed.
6527         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6528         New constant/macros which apply category properties to the start
6529         and end of preprocessor constructs.
6530         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6531         "comment out" the syntactic value of characters in preprocessor
6532         constructs.
6533         (c-with-cpps-commented-out)
6534         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6535         with characters in all or all but one preprocessor constructs
6536         "commented out".
6538 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6540         * proced.el (proced-filter-alist): Use regexp-quote.
6542 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
6544         Cleanup.
6545         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6546         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
6547         arguments.  Expand `default-directory'.
6549         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6550         the benefit of returning an expanded localname.
6551         (tramp-tramp-file-p): Handle the case NAME is not a string.
6553 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6555         Add support for bzr shelve/unshelve.
6556         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6557         (vc-bzr-extra-menu-map): New variables.
6558         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
6559         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
6560         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
6561         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
6562         (vc-bzr-dir-extra-headers): Display shelves.
6564         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
6566 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6568         * textmodes/bibtex.el (bibtex-complete-internal):
6569         Use completion-in-region.
6570         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
6572 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6574         Support applying stashes.  Improve UI.
6575         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
6576         (vc-git-stash-apply, vc-git-stash-pop)
6577         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
6578         (vc-git-stash-menu): New functions.
6579         (vc-git-stash-menu-map): New variable.
6580         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
6582 2009-12-03  Glenn Morris  <rgm@gnu.org>
6584         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
6585         (vc-print-log-internal): Fix previous change.
6586         (vc-revert): Correct pluralization.
6588 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6590         * progmodes/make-mode.el (makefile-special-targets-list): No need for
6591         it to be an alist any more.
6592         (makefile-complete): Use completion-in-region.
6594         * progmodes/octave-mod.el (octave-complete-symbol):
6595         Use completion-in-region.
6597         Misc cleanup.
6598         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
6599         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
6600         (idlwave-complete-class): Don't quote lambda.
6601         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
6602         (idlwave-mode-map): Move initialization into declaration.
6603         (idlwave-action-and-binding): Use backquotes.
6604         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
6605         Simplify.
6606         (idlwave-is-pointer-dereference): Remove unused var `pos'.
6607         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
6608         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
6609         `parts', and `all-parts'.
6610         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
6611         (idlwave-convert-xml-system-routine-info): Remove unused string
6612         `version-string'.
6613         (idlwave-display-user-catalog-widget): Use dolist.
6614         (idlwave-scanning-lib): Declare dynamically-scoped var.
6615         (idlwave-scan-library-catalogs): Remove unused var `flags'.
6616         (completion-highlight-first-word-only): Declare to silence bytecomp.
6617         (idlwave-popup-select): Tighten scope of `resp'.
6618         (idlwave-find-struct-tag): Remove unused var `beg'.
6619         (idlwave-after-load-rinfo-hook): Declare.
6620         (idlwave-sintern-class-info): Remove unused var `taglist'.
6621         (idlwave-find-class-definition): Remove unused var `list'.
6622         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
6623         (idlwave-what-module-find-class): Remove unused var `classes'.
6625 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
6627         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
6629 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6631         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
6632         buffers visited.  Remove redundant current-buffer-saving.
6634 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6636         Use completion-in-buffer and remove uses of dynamic scoping.
6637         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
6638         (pascal-buffer-to-use, pascal-flag): Don't declare.
6639         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
6640         (pascal-get-completion-decl, pascal-keyword-completion):
6641         Add `pascal-str' argument, save-excursion,
6642         return the found completions, and don't filter with pascal-pred.
6643         (pascal-completion-cache): New var.
6644         (pascal-completion): Don't switch buffer any more (it was never
6645         necessary).  Don't save-excursion any more (it's done by the called
6646         subroutines).  Use a cache to avoid redundant computations.
6647         Use complete-with-action rather than pascal-completion-response and
6648         let it apply the predicate as well.
6649         (pascal-complete-word): Use completion-in-buffer when
6650         pascal-toggle-completions is nil.
6651         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
6652         not used any more.
6653         (pascal-comp-defun): Don't change buffer any more.
6654         Use complete-with-action rather than pascal-completion-response and
6655         let it apply the predicate as well.
6656         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
6657         when neded.
6659 2009-12-02  Kenichi Handa  <handa@m17n.org>
6661         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
6662         shape for all Indic scripts.
6664 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6666         Use completion-in-buffer.
6667         * wid-edit.el (widget-field-text-end): New function.
6668         (widget-field-value-get): Use it.
6669         (widget-string-complete, widget-file-complete)
6670         (widget-color-complete): Use it and completion-in-region.
6671         (widget-complete): Don't narrow the buffer.
6673 2009-12-02  Glenn Morris  <rgm@gnu.org>
6675         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
6676         (rmail-select-summary): Use rmail-pop-to-buffer.
6677         * mail/rmailsum.el: Replace all pop-to-buffer calls with
6678         rmail-pop-to-buffer, to prevent horizontal splits.
6680         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
6681         save-excursion with save-current-buffer.
6682         Widen before searching.  (Bug#5093)
6683         (diary-list-sexp-entries): Remove superfluous save-excursion.
6685 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
6687         * woman.el (woman-make-bufname): Handle man-pages with "." in the
6688         name.  (Bug#5038)
6690 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
6692         * ido.el (ido-file-internal): Handle filenames at point that do
6693         not have a directory part.  (Bug#5049)
6695 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
6697         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
6698         (mpc-songs-jump-to, mpc-resume): Doc fixes.
6700 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
6702         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
6703         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
6704         any more.
6706 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6708         * comint.el (comint-insert-input): Ignore clicks to the right of
6709         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
6711         * vc.el (vc-print-log-internal): Don't wait for the process to
6712         terminate before setting up the major mode.
6714         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
6715         in case.
6717         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
6718         the last element.
6720         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
6722 2009-12-01  Glenn Morris  <rgm@gnu.org>
6724         * window.el (window--display-buffer-2): Fix previous changes.
6726 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
6728         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
6730 2009-12-01  Glenn Morris  <rgm@gnu.org>
6732         * Makefile.in (ELCFILES): Add mpc.elc.
6734 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6736         * mpc.el: New file.
6738 2009-12-01  Glenn Morris  <rgm@gnu.org>
6740         * window.el (window-to-use): Define for compiler.
6742         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
6743         consistent with others (no final period).
6745         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
6746         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
6748 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
6750         Make vc-print-log buttons work.
6751         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
6753 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
6755         * savehist.el (savehist-autosave-interval): Allow setting to nil
6756         through customize.  (Bug#5056)
6758 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
6760         Fix references to jit-lock properties.
6761         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6762         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
6763         (perl-font-lock-special-syntactic-constructs):
6764         Quote jit-lock-defer-multiline property.
6766 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
6768         * vc-git.el (vc-git-registered): Call vc-git-root only once.
6770 2009-11-30  Juri Linkov  <juri@jurta.org>
6772         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
6773         value `buffer' of `multi-isearch-next-buffer-current-function'.
6774         Use `(current-buffer)' when `buffer' is nil.
6775         (multi-isearch-next-buffer-from-list): Don't fallback to
6776         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
6778 2009-11-30  Juri Linkov  <juri@jurta.org>
6780         * misearch.el (multi-isearch-read-buffers): Move canonicalization
6781         of buffers with `get-buffer' to `multi-isearch-buffers'.
6782         (multi-isearch-buffers, multi-isearch-buffers-regexp):
6783         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
6784         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
6785         FILES with `expand-file-name' converting relative file names
6786         to absolute.  Doc fix.  (Bug#4727)
6788 2009-11-30  Juri Linkov  <juri@jurta.org>
6790         * misearch.el (multi-isearch-read-buffers)
6791         (multi-isearch-read-matching-buffers): New functions.
6792         (multi-isearch-buffers, multi-isearch-buffers-regexp):
6793         Use them in the `interactive' spec.  Doc fix.
6794         (multi-isearch-read-files, multi-isearch-read-matching-files):
6795         New functions.
6796         (multi-isearch-files, multi-isearch-files-regexp):
6797         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
6799 2009-11-30  Juri Linkov  <juri@jurta.org>
6801         * doc-view.el (doc-view-continuous):
6802         Rename from `doc-view-continuous-mode'.
6803         (doc-view-menu): Move "Toggle display" to the top.
6804         Add submenu "Continuous" with radio buttons "Off"/"On"
6805         and "Save as Default".
6806         (doc-view-scroll-up-or-next-page)
6807         (doc-view-scroll-down-or-previous-page)
6808         (doc-view-next-line-or-next-page)
6809         (doc-view-previous-line-or-previous-page): Rename
6810         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
6812 2009-11-30  Juri Linkov  <juri@jurta.org>
6814         * comint.el (comint-mode-map): Rebind `M-r' from
6815         `comint-previous-matching-input' to
6816         `comint-history-isearch-backward-regexp'.
6817         Unbind `M-s' to allow global key binding `M-s'.
6818         Add menu items for `comint-history-isearch-backward' and
6819         `comint-history-isearch-backward-regexp'.  (Bug#3746)
6821 2009-11-30  Juri Linkov  <juri@jurta.org>
6823         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
6824         For def=recenter, replace `recenter' with `recenter-top-bottom'
6825         that is called with `this-command' and `last-command' let-bound
6826         to `recenter-top-bottom'.  When the last `def' was not `recenter',
6827         set `recenter-last-op' to nil.  (Bug#4981)
6829 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6831         Minor cleanup and simplification.
6832         * filecache.el (file-cache-add-directory)
6833         (file-cache-add-directory-recursively)
6834         (file-cache-add-from-file-cache-buffer)
6835         (file-cache-delete-file-regexp, file-cache-delete-directory)
6836         (file-cache-files-matching-internal, file-cache-display): Use dolist.
6837         (file-cache-temp-minibuffer-message): Delete function.
6838         (file-cache-minibuffer-complete): Use minibuffer-message instead.
6840         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6841         Don't signal an error when bumping into EOB in tr, s, or y.
6843 2009-11-29  Juri Linkov  <juri@jurta.org>
6845         * startup.el (fancy-about-text): Fix wording of Guided Tour.
6846         (Bug#4960)
6848         * descr-text.el (describe-char-unidata-list): Use lowercase name
6849         for "Unicode name" like in other tags.
6851 2009-11-29  Juri Linkov  <juri@jurta.org>
6853         * ediff-util.el (ediff-minibuffer-with-setup-hook):
6854         New compatibility macro.
6855         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
6857 2009-11-29  Juri Linkov  <juri@jurta.org>
6859         Add defcustom to define the cycling order of `recenter-top-bottom'.
6860         (Bug#4981)
6862         * window.el (recenter-last-op): Doc fix.
6863         (recenter-positions): New defcustom.
6864         (recenter-top-bottom): Rewrite to use `recenter-positions'.
6865         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
6867 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
6869         Improve integration of Tramp and ange-ftp in eshell.
6871         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
6872         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
6873         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
6875         * eshell/esh-util.el (top): Require also Tramp when compiling.
6876         (eshell-directory-files-and-attributes): Check for FTP remote
6877         connection.
6878         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
6879         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
6880         (eshell-file-attributes): Handle ".".  Return `entry'.
6882         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
6883         (ange-ftp-directory-files-and-attributes)
6884         (ange-ftp-real-directory-files-and-attributes): New defuns.
6886         * net/tramp.el (tramp-maybe-open-connection): Open the remote
6887         shell with "exec" when possible.  This prevents trailing prompts
6888         in `start-file-process'.
6890 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6892         Try and remove assumptions about point-min==1.
6893         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
6894         (rng-compute-mode-line-string): Show the validation percentage in
6895         terms of the narrowed text, not the widened text.
6896         (rng-do-some-validation): Don't catch internal errors when debugging.
6897         (rng-first-error): Simplify.
6898         (rng-after-change-function): Remove work around.  AFAIK the bug has
6899         been fixed a while ago.
6901         * image-mode.el (image-minor-mode): Exit more gracefully when the image
6902         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
6904         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
6906         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
6907         `cd' doesn't always do it for us (bug#5067).
6909         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
6910         on 2009-10-25 as part of some other change (bug#5067).
6912 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6914         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6915         `suspicious'.
6916         (byte-compile-warnings): Use byte-compile-warning-types.
6917         (byte-compile-save-excursion): Warn about use of set-buffer right
6918         after save-excursion.
6920         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
6921         the excursion as well.
6923 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
6925         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
6926         providing a Tramp related implementation of "su" and "sudo".
6927         (eshell-unix-initialize): Add "su" and "sudo".
6929 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
6931         * net/socks.el (socks-send-command): Convert binary request to
6932         unibyte before sending.  This fixes mishandling of some port
6933         numbers such as 129.
6935 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6937         * help.el (describe-bindings-internal): Remove `interactive'.
6939         * man.el (Man-completion-table): Trim a terminating "(".
6940         Remove the space between name page a section.
6941         Add the command's description on the `help-echo' property.
6942         Remove `process-connection-type' binding since it's unused by
6943         call-process.
6944         Provide completion for the "<section> <name>" format as well.
6945         (Man-default-man-entry): Remove spurious var shadowing the argument.
6947 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6949         * log-view.el: Add "Keywords: tools", since its other keywords
6950         aren't in finder-known-keywords, and following vc.el.
6952         * sha1.el (sha1-string-external): default-directory "/" in case
6953         otherwise non-existent.  process-connection-type pipe for touch of
6954         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6956 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6958         Misc coding convention cleanups.
6959         * htmlfontify.el (hfy-init-kludge-hook): Rename from
6960         hfy-init-kludge-hooks.
6961         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
6962         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
6963         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
6964         and push.
6965         (hfy-slant, hfy-weight): Use tables rather than code.
6966         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
6967         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
6968         (hfy-face-attr-for-class): Initialize `face-spec' directly.
6969         (hfy-face-to-css): Remove `nconc' with single arg.
6970         (hfy-p-to-face-lennart): Use `or'.
6971         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
6972         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
6973         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
6974         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
6975         (hfy-force-fontification): Use run-hooks.
6977 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
6979         Various minor fixes.
6980         * htmlfontify.el (hfy-default-header): Add toggle_invis since
6981         Javascript belongs in the header, not the body.
6982         (hfy-javascript): Remove.
6983         (hfy-fontify-buffer): Don't insert it any more.
6984         (hfy-face-at): Handle (face0 face1 face2) style face properties.
6985         Fix bug in invis handling when there were no invis props in a chunk.
6987 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6989         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
6991 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
6993         * finder.el (finder-mode-map): Add a menu.
6995 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
6997         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
6998         "unsigned" structs.
7000         (verilog-leap-to-head, verilog-backward-token): Handle "disable
7001         fork" statement better.
7003 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
7005         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
7006         (verilog-delete-auto, verilog-delete-empty-auto-pair)
7007         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
7008         Reported by Clay Douglass.
7010         (verilog-auto-inst, verilog-auto-star-safe)
7011         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
7012         Fix removing "// Interfaces" when saving .* expansions.  Reported by
7013         Pierre-David Pfister.
7015 2009-11-26  Glenn Morris  <rgm@gnu.org>
7017         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
7018         the scope.
7020 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
7022         * vc-annotate.el (vc-annotate-revision-previous-to-line):
7023         Really use previous revision.
7025 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7027         * man.el (Man-completion-table): default-directory "/" in case
7028         doesn't otherwise exist.  process-environment COLUMNS=999 so as
7029         not to truncate long names.  process-connection-type pipe to avoid
7030         any chance of hitting the pseudo-tty TIOCGWINSZ.
7031         (man): completion-ignore-case t for friendliness and since man
7032         itself is case-insensitive on the command line.
7033         Further to Bug#3717.
7035         * arc-mode.el: Add "Keywords: files", so the details in its
7036         commentary can be reached from finder-by-keyword.
7037         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
7038         editing mode, but it's comms related and sgml-mode.el has "comm"
7039         on that basis too.
7040         * textmodes/bibtex-style.el: Add "Keywords: tex".
7041         * international/isearch-x.el, international/ja-dic-cnv.el:
7042         * international/ja-dic-utl.el, international/kkc.el:
7043         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
7045 2009-11-25  Juri Linkov  <juri@jurta.org>
7047         * man.el (Man-completion-table): Modify regexp to include
7048         section names to completion strings.  (Bug#3717)
7050 2009-11-25  Juri Linkov  <juri@jurta.org>
7052         Search recursively in gzipped files.  (Bug#4982)
7054         * progmodes/grep.el (grep-highlight-matches): Add new options
7055         `always' and `auto'.  Doc fix.
7056         (grep-process-setup): Check `grep-highlight-matches' for
7057         `auto-detect' to determine the need to compute grep defaults.
7058         Move Windows/DOS specific --colors settings handling
7059         to `grep-compute-defaults'.  Check `grep-highlight-matches'
7060         to get the value of "--color=".
7061         (grep-compute-defaults): Compute `grep-highlight-matches' when it
7062         has the value `auto-detect'.  Move Windows/DOS specific settings
7063         from `grep-process-setup'.
7064         (zrgrep): New command with alias `rzgrep'.
7066 2009-11-25  Juri Linkov  <juri@jurta.org>
7068         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
7069         to nil instead of switching off view-mode.  (Bug#4896)
7071 2009-11-25  Juri Linkov  <juri@jurta.org>
7073         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
7075         * mwheel.el (mwheel-scroll-up-function)
7076         (mwheel-scroll-down-function): New defvars.
7077         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
7078         `scroll-up', and `mwheel-scroll-down-function' instead of
7079         `scroll-down'.
7081         * doc-view.el (doc-view-scroll-up-or-next-page)
7082         (doc-view-scroll-down-or-previous-page): Add optional ARG.
7083         Use this ARG in the call to image-scroll-up/image-scroll-down.
7084         Change `interactive' spec to "P".  Goto next/previous page only
7085         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
7086         SPC/DEL case).  Doc fix.
7087         (doc-view-next-line-or-next-page)
7088         (doc-view-previous-line-or-previous-page): Rename arg to ARG
7089         for consistency.
7090         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
7091         `doc-view-scroll-up-or-next-page', and buffer-local
7092         `mwheel-scroll-down-function' to
7093         `doc-view-scroll-down-or-previous-page'.
7095 2009-11-25  Juri Linkov  <juri@jurta.org>
7097         Provide additional default values (directories at other Dired
7098         windows) via M-n in the minibuffer of some Dired commands.
7100         * dired-aux.el (dired-diff, dired-compare-directories)
7101         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
7102         `minibuffer-default' in `minibuffer-with-setup-hook'.
7103         (dired-dwim-target-directory): Find a window that displays Dired
7104         buffer instead of failing when the next window is not Dired.
7105         Use `get-window-with-predicate' to find for the next Dired window.
7106         (dired-dwim-target-defaults): New function.
7108         * ediff-util.el (ediff-read-file-name):
7109         Use `dired-dwim-target-defaults' to set `minibuffer-default'
7110         in `minibuffer-with-setup-hook'.
7112 2009-11-25  Juri Linkov  <juri@jurta.org>
7114         Provide additional default values (file name at point or at the
7115         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
7117         * minibuffer.el (read-file-name-defaults): New function.
7118         (read-file-name): Reset `minibuffer-default' to nil when
7119         it duplicates initial input `insdef'.
7120         Bind `minibuffer-default-add-function' to lambda that
7121         calls `read-file-name-defaults' in `minibuffer-selected-window'.
7122         (minibuffer-insert-file-name-at-point): New command.
7124         * files.el (file-name-at-point-functions): New defcustom.
7125         (find-file-default): Remove defvar.
7126         (find-file-read-args): Don't use `find-file-default'.
7127         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7128         to `read-file-name'.
7129         (find-file-literally): Use `read-file-name' with
7130         `confirm-nonexistent-file-or-buffer'.
7132         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
7134         * dired.el (dired-read-dir-and-switches):
7135         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7136         to `read-file-name'.
7137         (dired-file-name-at-point): New function.
7138         (dired-mode): Add hook `dired-file-name-at-point' to
7139         `file-name-at-point-functions'.
7141 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7143         Really make the *Completions* window soft-dedicated (bug#5030).
7144         * window.el (window--display-buffer-2): Add `dedicated' argument.
7145         (display-buffer): Pass it when needed so the dedicated flag is set
7146         after calling set-window-buffer, which would otherwise reset it.
7148 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7150         * progmodes/meta-mode.el (meta-complete-symbol):
7151         * progmodes/etags.el (complete-tag):
7152         * mail/mailabbrev.el (mail-abbrev-complete-alias):
7153         Use completion-in-region.
7155         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
7156         (dabbrev-completion): Use completion-in-region.
7157         (dabbrev--abbrev-at-point): Simplify regexp.
7159         * abbrev.el (abbrev--before-point): Use word-motion functions
7160         if :regexp is not specified (bug#5031).
7162         * subr.el (string-prefix-p): New function.
7164         * man.el (Man-completion-cache): New var.
7165         (Man-completion-table): Use it.
7167         * vc.el (vc-print-log-internal): Make `limit' optional for better
7168         compatibility (e.g. with vc-annotate.el).
7170 2009-11-24  Kevin Ryde  <user42@zip.com.au>
7172         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
7173         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
7175         * emacs-lisp/elint.el (elint-add-required-env): Better error message
7176         when .el source file not found or other error.
7178 2009-11-24  Markus Triska  <markus.triska@gmx.at>
7180         * linum.el (linum-update-window): Ignore intangible (bug#4996).
7182 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7184         Handle the [back] button properly (bug#4979).
7185         * descr-text.el (describe-text-properties): Add a `buffer' argument.
7186         Use help-setup-xref, help-buffer, and with-help-window.
7187         (describe-char): Add `buffer' argument.
7188         Pass proper command to help-setup-xref.  Don't meddle with
7189         help-xref-stack-item directly.
7190         (describe-text-category): Use with-help-window and help-buffer.
7192         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
7193         for the displayed buffer (bug#4887).
7195         * man.el (Man-completion-table): New function.
7196         (man): Use it.
7198 2009-11-24  David Reitter  <david.reitter@gmail.com>
7200         * vc-git.el (vc-git-registered): Use checkout directory (where
7201         .git is) rather than the file's directory and a relative path spec
7202         to work around a bug in git.
7204 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
7206         Improve handling of processes on remote hosts.
7208         * eshell/esh-util.el (eshell-path-env): New defvar.
7209         (eshell-parse-colon-path): New defun.
7210         (eshell-file-attributes): Use `eshell-parse-colon-path'.
7212         * eshell/esh-ext.el (eshell-search-path):
7213         Use `eshell-parse-colon-path'.
7214         (eshell-remote-command): Remove argument HANDLER.
7215         (eshell-external-command): Check for FTP remote connection.
7217         * eshell/esh-proc.el (eshell-gather-process-output):
7218         Use `file-truename', in order to start also symlinked files.
7219         Apply `start-file-process' instead of `start-process'.
7220         Shorten `command' to the local file name part.
7222         * eshell/em-cmpl.el (eshell-complete-commands-list):
7223         Use `eshell-parse-colon-path'.
7225         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
7227         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
7228         to `eshell-directory-change-hook'.
7230 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
7232         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
7233         because it could be enabled automatically if view-read-only is non-nil.
7235 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
7237         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
7238         made on 2009-11-22.
7240 2009-11-24  Glenn Morris  <rgm@gnu.org>
7242         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
7243         deleted variable bookmark-bmenu-bookmark-column.
7245         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7246         Move after definition of global-semantic-idle-tag-highlight-mode.
7248 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7250         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
7252 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7254         * net/browse-url.el (browse-url-filename-alist): On Windows, add
7255         two slashes to the "file:" prefix.
7256         (browse-url-file-url): De-munge Cygwin filenames before passing
7257         them to Windows browser.
7258         (browse-url-default-windows-browser): Use call-process.
7260 2009-11-23  Juri Linkov  <juri@jurta.org>
7262         Implement DocView Continuous mode.  (Bug#4896)
7263         * doc-view.el (doc-view-continuous-mode): New defcustom.
7264         (doc-view-mode-map): Bind C-n/<down> to
7265         `doc-view-next-line-or-next-page', C-p/<up> to
7266         `doc-view-previous-line-or-previous-page'.
7267         (doc-view-next-line-or-next-page)
7268         (doc-view-previous-line-or-previous-page): New commands.
7270 2009-11-23  Juri Linkov  <juri@jurta.org>
7272         Implement Isearch in comint input history.  (Bug#3746)
7273         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7274         `isearch-mode-hook'.
7275         (comint-history-isearch): New defcustom.
7276         (comint-history-isearch-backward)
7277         (comint-history-isearch-backward-regexp): New commands.
7278         (comint-history-isearch-message-overlay): New buffer-local variable.
7279         (comint-history-isearch-setup, comint-history-isearch-end)
7280         (comint-goto-input, comint-history-isearch-search)
7281         (comint-history-isearch-message, comint-history-isearch-wrap)
7282         (comint-history-isearch-push-state)
7283         (comint-history-isearch-pop-state): New functions.
7285 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
7287         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7288         return.
7289         (tramp-handle-make-symbolic-link)
7290         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7291         Quote file names.
7292         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7293         (tramp-handle-process-file): Use it.
7295 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7297         * window.el (move-to-window-line-last-op): Remove.
7298         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7300 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
7302         Make M-r mirror the new cycling behavior of C-l.
7303         * window.el (move-to-window-line-last-op): New var.
7304         (move-to-window-line-top-bottom): New command.
7305         (global-map): Bind M-r move-to-window-line-top-bottom.
7307 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
7309         * dired-x.el (dired-guess-shell-alist-default):
7310         Support xz format.  (Bug#4953)
7312 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
7314         * cedet/srecode/map.el (srecode-get-maps):
7315         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7316         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7317         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7318         (semantic-toggle-decoration-style):
7319         * cedet/semantic/decorate/include.el
7320         (semantic-decoration-include-describe)
7321         (semantic-decoration-unknown-include-describe)
7322         (semantic-decoration-unparsed-include-describe)
7323         (semantic-decoration-all-include-summary):
7324         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7325         * cedet/semantic/analyze/complete.el
7326         (semantic-analyze-possible-completions):
7327         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7328         (semantic-show-unmatched-syntax-mode)
7329         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7330         (semantic-highlight-func-mode):
7331         * cedet/semantic/util.el (semantic-describe-buffer):
7332         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7333         (semantic-symref-find-tags-by-name)
7334         (semantic-symref-find-tags-by-regexp)
7335         (semantic-symref-find-tags-by-completion)
7336         (semantic-symref-find-file-references-by-name)
7337         (semantic-symref-find-text):
7338         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7339         (senator-yank-tag):
7340         * cedet/semantic/scope.el (semantic-calculate-scope):
7341         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7342         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7343         (define-semantic-idle-service):
7344         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7345         (semantic-complete-analyze-inline-idle):
7346         * cedet/semantic/analyze.el (semantic-analyze-current-context):
7347         * cedet/mode-local.el (describe-mode-local-bindings)
7348         (describe-mode-local-bindings-in-mode):
7349         * cedet/ede/make.el (ede-make-check-version):
7350         * cedet/ede/locate.el (ede-enable-locate-on-project):
7351         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7352         (cedet-idutils-version-check):
7353         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7354         (cedet-gnu-global-version-check):
7355         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7356         (cedet-cscope-version-check): Use called-interactively-p instead
7357         of interactive-p.
7359         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7360         Use semantic-format-tag-prototype.
7362 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
7364         * emulation/viper-cmd.el: Use viper-last-command-char instead of
7365         last-command-char/last-command-event.
7366         (viper-prefix-arg-value): Do correct conversion of event-char for
7367         XEmacs.
7369         * emulation/viper-util.el, emulation/viper.el:
7370         Use viper-last-command-char instead of
7371         last-command-char/last-command-event.
7373         * ediff-init.el, ediff-mult.el, ediff-util.el:
7374         Replace last-command-char and last-command-event
7375         with (ediff-last-command-char) everywhere.
7377         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7378         created in fundamental mode.
7380         * ediff.el (ediff-version): Revert the change of interactive-p to
7381         called-interactively-p.
7383 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
7385         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7386         generation from word-movement command names.
7388 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
7390         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7391         (semantic-complete-jump-local, semantic-complete-jump):
7392         Improve prompt string.
7394 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
7396         * cus-start.el (all): Add native condition for font-use-system-font.
7398 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
7400         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7401         Correct the patch from 2009-11-18.  (Bug#3910)
7403 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
7405         * progmodes/subword.el: Rename from lisp/subword.el.
7407         * subword.el: Rename to progmodes/subword.el.
7409         * Makefile.in (ELCFILES): Adapt to subword.el move.
7411 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7412             Stefan Monnier  <monnier@iro.umontreal.ca>
7414         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7415         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7416         (bookmark-bmenu-show-filenames): Use push.
7417         (bookmark-bmenu-hide-filenames): Use local var instead of
7418         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
7419         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7420         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7421         filenames now that the bookmark names are always available.
7423 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7425         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7426         (bookmark-search-pattern): Move and leave unbound.
7427         (bookmark-bmenu-mode-map): Change binding.
7428         (bookmark-read-search-input): Simplify.
7429         Don't use text-char-description.  Don't error on non-char events.
7430         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7431         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7432         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7433         Use a local var for the timer.
7434         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7435         (i.e. bookmark-bmenu-search).
7437 2009-11-21  Glenn Morris  <rgm@gnu.org>
7439         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
7441 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7443         * net/browse-url.el (browse-url-default-windows-browser):
7444         Use cygstart for cygwin.
7446 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
7448         * bookmark.el: Formatting and doc fixes only:
7449         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7450         (bookmark-bmenu-search): Wrap to fit within 80 columns.
7451         Minor grammar and punctuation fixes in doc string.
7452         (bookmark-read-search-input): Adjust to fit within 80 columns.
7454 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7456         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7457         (c-backward-into-nomenclature): Adapt to subword renaming.
7459         * subword.el (subword-forward, subword-backward, subword-mark)
7460         (subword-kill, subword-backward-kill, subword-transpose)
7461         (subword-downcase, subword-upcase, subword-capitalize)
7462         (subword-forward-internal, subword-backward-internal):
7463         Rename from forward-subword, backward-subword, mark-subword,
7464         kill-subword, backward-kill-subword, transpose-subwords,
7465         downcase-subword, upcase-subword, capitalize-subword,
7466         forward-subword-internal, backward-subword-internal.
7468 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7470         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7471         New options.
7472         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7473         New vars.
7474         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7475         (bookmark-bmenu-filter-alist-by-regexp)
7476         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7477         (bookmark-bmenu-search): New command.
7478         (bookmark-bmenu-mode-map): Bind it.
7480 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7482         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7484         * cedet/semantic/idle.el (define-semantic-idle-service)
7485         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7487 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7489         * progmodes/cc-cmds.el: declare-functioned forward-subword and
7490         backward-subword to quit the byte-compiler.
7492         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7494         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7496         * progmodes/cc-cmds.el (c-update-modeline)
7497         (c-forward-into-nomenclature, c-backward-into-nomenclature):
7498         Refer to subword.el functions instead of cc-subword.el.
7500         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7501         subword.el functions instead of cc-subword.el.
7503         * progmodes/cc-subword.el: Rename to subword.el.
7504         * subword.el: Rename from progmodes/cc-subword.el.
7505         (subword-mode-map): Rename from c-subword-mode-map.
7506         (subword-mode): Rename from c-subword-mode.
7507         (global-subword-mode): New global minor mode.
7508         (forward-subword): Rename from c-forward-subword.
7509         (backward-subword): Rename from c-backward-subword.
7510         (mark-subword): Rename from c-mark-subword.
7511         (kill-subword): Rename from c-kill-subword.
7512         (backward-kill-subword): Rename from c-backward-kill-subword.
7513         (transpose-subwords): Rename from c-tranpose-subword.
7514         (downcase-subword): Rename from c-downcase-subword.
7515         (capitalize-subword): Rename from c-capitalize-subword.
7516         (forward-subword-internal): Rename from c-forward-subword-internal.
7517         (backward-subword-internal): Rename from c-backward-subword-internal.
7519 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
7521         * vc.el (vc-deduce-fileset): Allow non-state changing operations
7522         from a dired buffer.
7523         (vc-dired-deduce-fileset): New function.
7524         (vc-root-diff, vc-print-root-log): Use it.
7526         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7527         nil LIMIT argument to vc-print-log-internal.
7529 2009-11-20  Glenn Morris  <rgm@gnu.org>
7531         * Makefile.in (ELCFILES): Regenerate.
7533 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7535         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7537         * cedet/semantic.el: Enable idle-mode menu items only if
7538         global-semantic-idle-scheduler-mode is enabled.
7539         (semantic-default-submodes): Doc fix.
7541         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7542         When turning off, disable other idle modes.
7544 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
7546         * calc/calc.el (calc-set-mode-line):
7547         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7548         (math-format-number): Rename `math-format-complement-signed' to
7549         `math-format-twos-complement'.
7551         * calc/calc-bin.el (math-format-twos-complement): Rename from
7552         math-format-complement-signed.
7553         (calc-radix): Rename `calc-complement-signed-mode' to
7554         `calc-twos-complement-mode'.
7555         (calc-octal-radix, calc-hex-radix): Add an argument for
7556         two's complement.
7558         * calc/calc-embed.el (calc-embedded-mode-vars):
7559         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7561         * calc/calc-ext.el (calc-init-extensions):
7562         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7563         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
7565         * calc/calc-units.el (math-build-units-table-buffer):
7566         Let `calc-twos-complement-mode' be nil.
7568         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
7569         entries.
7571         * calc/calc-vec.el (calcFunc-vunpack):
7572         * calc/calc-aent.el (calc-do-calc-eval):
7573         * calc/calc-forms.el (math-format-date):
7574         * calc/calc-graph.el (calc-graph-plot):
7575         * calc/calc-math.el (math-use-emacs-fn):
7576         * calc/calccomp.el (math-compose-expr):
7577         Let `calc-twos-complement-mode' be nil.
7579 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7581         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
7582         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
7583         * minibuffer.el (completion-in-region-functions): New hook.
7584         (completion-in-region): New function.
7585         * emacs-lisp/lisp.el (lisp-complete-symbol):
7586         * pcomplete.el (pcomplete-std-complete): Use it.
7588 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7590         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
7591         (latex-complete-alist): New vars.
7592         (latex-string-prefix-p, latex-complete-bibtex-keys)
7593         (latex-complete-envnames, latex-complete-refkeys)
7594         (latex-complete-data): New functions.
7595         (latex-complete, latex-indent-or-complete): New commands.
7597         * window.el (display-buffer-mark-dedicated): New var.
7598         (display-buffer): Obey it.
7599         * minibuffer.el (minibuffer-completion-help): Use it.
7601         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
7603         * filecache.el (file-cache-add-file): Use push and cons.
7604         (file-cache-delete-file-regexp): Use push.
7605         (file-cache-complete): Use completion-in-region.
7607         * simple.el (with-wrapper-hook): Fix thinko.
7609         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
7610         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
7611         Use with-current-buffer and string-to-number.
7612         (hfy-fallback-colour-values): Use assoc-string.
7613         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
7614         (hfy-face-at): Remove unused var `found-face'.
7615         (hfy-compile-stylesheet): Remove unused var `css'.
7616         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
7617         and `orig-buffer'.
7618         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
7619         Use with-current-buffer.
7620         (hfy-text-p): Use expand-file-name and fewer setq.
7622 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
7624         * htmlfontify.el, hfy-cmap.el: New files.
7626 2009-11-19  Juri Linkov  <juri@jurta.org>
7628         * minibuffer.el (completions-format): New defcustom.
7629         (completion--insert-strings): Implement vertical format.
7631         * simple.el (switch-to-completions): Move point to the first
7632         completion when point was at the beginning of the buffer.
7634 2009-11-19  Juri Linkov  <juri@jurta.org>
7636         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
7638         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
7640 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
7642         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
7643         (mail-signature): Change default to t.
7644         (mail-from-style): Deprecate `system-default' value.
7645         (mail-insert-from-field): For default value of mail-from-style,
7646         default to `angles' unless `angles' needs quoting and `parens'
7647         does not.
7648         (mail-citation-prefix-regexp): Use citation regexp from
7649         message-mode.
7651 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
7653         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7654         Set variables for computing the prompt for reading password.
7656 2009-11-19  Glenn Morris  <rgm@gnu.org>
7658         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
7660         * textmodes/flyspell.el (sgml-lexical-context): Declare.
7662         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
7663         (newsticker-treeview-listwindow-height): Fix custom type.
7665 2009-11-19  Kenichi Handa  <handa@m17n.org>
7667         * descr-text.el (describe-char-padded-string): Compose with TAB
7668         only if there's a font for CH.
7669         (describe-char): Fix the condition for detecting a trivial composition.
7671 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
7673         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
7674         more accurate version of the regexp.  (Bug#3910)
7676 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
7678         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
7680 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
7682         * font-setting.el (font-use-system-font): Declare for byte-compiler.
7683         (font-setting-change-default-font): Fix typo in docstring.
7685 2009-11-18  Alan Mackenzie  <acm@muc.de>
7687         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
7689 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7691         * font-setting.el (font-use-system-font): Move ...
7693         * cus-start.el (all): ... to here.
7695 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
7697         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
7698         Don't set `ad-return-value' if `ad-do-it' doesn't.
7700         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
7701         modification time.
7703 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7705         * menu-bar.el: Put "Use system font" in Option-menu.
7706         (menu-bar-options-save): Add font-use-system-font.
7708         * loadup.el: If feature system-font-setting or font-render-setting is
7709         there, load font-setting.
7711         * Makefile.in (ELCFILES): Add font-settings.el.
7712         * font-setting.el: New file.
7714 2009-11-17  Glenn Morris  <rgm@gnu.org>
7716         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
7718         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
7719         Preserve point in the list buffer.  (Bug#4939)
7720         Use point-at-eol.
7721         (newsticker--treeview-list-update-highlight)
7722         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
7724 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
7726         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
7727         Remove.
7729         * calc/calc-ext.el (calc-init-extensions): Remove references to
7730         symclip.
7732         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
7734         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
7735         * calc/calc-help.el (calc-b-prefix-help): Remove references to
7736         `calc-symclip'.
7738 2009-11-16  Kevin Ryde  <user42@zip.com.au>
7740         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7741         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
7743         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
7744         (lm-keywords-list): Allow comma-only separator like "foo,bar".
7745         Ignore trailing spaces by omit-nulls to split-string (fixing
7746         regression from Emacs 21 due to the incompatible split-string
7747         change).  (Bug #4928.)
7749 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7751         * vc.el (vc-log-show-limit): Default to 2000.
7752         (vc-print-log-internal): Insert buttons to request more entries
7753         when limiting the output.
7755         * vc-sccs.el (vc-sccs-print-log):
7756         * vc-rcs.el (vc-rcs-print-log):
7757         * vc-cvs.el (vc-cvs-print-log):
7758         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
7759         LIMIT is non-nil.
7761 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
7763         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
7764         error when `tramp-gvfs-dbus-event-vector' is set.
7765         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
7767 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7769         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
7771 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
7773         * net/dbus.el (dbus-unregister-service): New defun.
7774         (dbus-register-property): Register the handlers of
7775         "org.freedesktop.DBus.Properties" for SERVICE.
7776         (dbus-property-handler): Fix docstring.
7778 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7780         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
7781         Quote doc string reference in defvaralias as it is not in special form.
7782         (byte-compile-output-docform): Doc fix.
7784 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
7786         * calc/calc.el (math-2-word-size, math-half-2-word-size)
7787         (calc-complement-signed-mode): New variables.
7788         (calc-set-mode-line): Add indicator for twos-complements.
7789         (math-format-number): Format twos-complement notation.
7791         * calc/calc-bin.el (calc-word-size): Reset the variables
7792         `math-2-word-size' and `math-half-2-word-size'.
7793         (math-format-complement-signed, math-symclip, calcFunc-symclip)
7794         (calc-symclip): New functions.
7796         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
7798         * calc/calc-embed.el (calc-embedded-mode-vars):
7799         Add `calc-complement-signed-mode' to the list of modes.
7801         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
7802         (calc-b-oper-keys): Add `calc-symclip' to list.
7804         * calc/calc-ext.el (math-read-number-fancy): Read complement
7805         signed numbers.
7806         (calc-init-extensions): Add binding for `calc-symclip'.
7807         Add autoload for `calcFunc-symclip' and `calc-symclip'.
7809         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
7810         `calc-symclip'.
7811         (calc-modes-menu): Add item for twos complement mode.
7813         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
7815 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
7817         * register.el (jump-to-register, insert-register): Handle Semantic
7818         tags.  From commented-out advice in semantic/senator.el.
7820 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
7822         * vc.el (vc-log-show-limit): New variable.
7823         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
7824         when using a prefix argument.
7825         (vc-print-log-internal): Add new argument LIMIT.
7827         * vc-svn.el (vc-svn-print-log):
7828         * vc-mtn.el (vc-mtn-print-log):
7829         * vc-hg.el (vc-hg-print-log):
7830         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
7831         pass it to the log command when set.  Make the BUFFER argument
7832         non-optional.
7834         * vc-sccs.el (vc-sccs-print-log):
7835         * vc-rcs.el (vc-rcs-print-log):
7836         * vc-git.el (vc-git-print-log):
7837         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
7838         ignore it.  Make the BUFFER argument non-optional
7840         * bindings.el (mode-line-buffer-identification): Do not purecopy.
7842 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
7844         * dired.el (dired-mode-map): Move encryption items to "Operate"
7845         menu (Bug#4703).
7847         * strokes.el (strokes-update-window-configuration): Make strokes
7848         buffer current before erasing (Bug#4906).
7850         * cedet/semantic/idle.el (semantic-idle-summary-mode)
7851         (semantic-idle-summary-mode): Define using define-minor-mode
7852         instead of define-semantic-idle-service.
7853         (semantic-idle-summary-mode): New function.
7854         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
7855         that mouse motion does not reset the echo area.
7857 2009-11-15  Juri Linkov  <juri@jurta.org>
7859         * simple.el (set-mark-default-inactive): Add :type, :group
7860         and :version.  (Bug#4876)
7862 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
7864         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
7865         (archive-unique-fname): ... here.  (Bug#4929)
7867 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7869         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
7870         with a real fix.
7872         * novice.el (disabled-command-function): Add useful args.
7873         Setup the help buffer so that [back] works.
7874         Remove redundant call to help-mode.
7875         (disabled-command-function): Use `case'.
7876         (en/disable-command): New function extracted from enable-command.
7877         (enable-command, disable-command): Use it.
7879 2009-11-14  Glenn Morris  <rgm@gnu.org>
7881         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
7882         constants.  (Bug#4913)
7884         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
7886 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
7888         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
7889         defined in C that have no doc-strings.  (Bug#1063)
7891 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
7893         * cus-edit.el (data, files):
7894         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
7896 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
7898         * simple.el (shell-command): Doc fix (Bug#4891).
7900         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
7902 2009-11-14  Glenn Morris  <rgm@gnu.org>
7904         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
7905         statements for vc-diff, emerge-quit, and rmail-cease-edit.
7906         If they are already loaded, eval-after-load will do the right thing.
7908         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
7909         compiling.
7911         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
7913         * simple.el (x-selection-owner-p): Declare.
7914         (read-mail-command): Use custom radio type rather than choice.
7915         (completion-no-auto-exit): Doc fix.
7917         * custom.el (defgroup):
7918         * epg-config.el (epg): Doc fixes.
7920 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
7922         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
7923         * international/ccl.el (define-ccl-program): Do not purecopy the
7924         docstring, defconst does it anyway.
7926 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7928         * add-log.el (add-change-log-entry): Avoid displaying the changelog
7929         a second time.
7931         * x-dnd.el (x-dnd-maybe-call-test-function):
7932         * window.el (split-window-vertically):
7933         * whitespace.el (whitespace-help-on):
7934         * vc-rcs.el (vc-rcs-consult-headers):
7935         * userlock.el (ask-user-about-lock-help)
7936         (ask-user-about-supersession-help):
7937         * type-break.el (type-break-force-mode-line-update):
7938         * time-stamp.el (time-stamp-conv-warn):
7939         * terminal.el (te-set-output-log, te-more-break, te-filter)
7940         (te-sentinel, terminal-emulator):
7941         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
7942         (term-write-input-ring, term-check-source, term-start-output-log):
7943         (term-display-buffer-line, term-dynamic-list-completions):
7944         (term-ansi-make-term, serial-term):
7945         * subr.el (selective-display):
7946         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7947         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
7948         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
7949         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
7950         (speedbar-remove-localized-speedbar-support)
7951         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
7952         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
7953         (speedbar-buffers-line-directory):
7954         * simple.el (shell-command-on-region, append-to-buffer)
7955         (prepend-to-buffer):
7956         * shadowfile.el (shadow-save-todo-file):
7957         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
7958         (scroll-bar-maybe-set-window-start):
7959         * sb-image.el (speedbar-image-dump):
7960         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
7961         (load-save-place-alist-from-file):
7962         * ps-samp.el (ps-print-message-from-summary):
7963         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
7964         (ps-background-image, ps-begin-job, ps-do-despool):
7965         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
7966         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
7967         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
7968         (pr-call-process, pr-file-list, pr-interface-save):
7969         * novice.el (disabled-command-function)
7970         (enable-command, disable-command):
7971         * mouse.el (mouse-buffer-menu-alist):
7972         * mouse-copy.el (mouse-kill-preserving-secondary):
7973         * macros.el (kbd-macro-query):
7974         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
7975         * informat.el (batch-info-validate):
7976         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
7977         * hippie-exp.el (try-expand-dabbrev-visible):
7978         * help-mode.el (help-make-xrefs):
7979         * help-fns.el (describe-variable):
7980         * generic-x.el (bat-generic-mode-run-as-comint):
7981         * finder.el (finder-mouse-select):
7982         * find-dired.el (find-dired-sentinel):
7983         * filesets.el (filesets-file-close):
7984         * files.el (list-directory):
7985         * faces.el (list-faces-display, describe-face):
7986         * facemenu.el (list-colors-display):
7987         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
7988         * epg.el (epg--process-filter, epg-cancel):
7989         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
7990         (epa--read-signature-type):
7991         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
7992         (emerge-file-names):
7993         * ehelp.el (electric-helpify):
7994         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
7995         * ediff-vers.el (rcs-ediff-view-revision):
7996         * ediff-util.el (ediff-setup):
7997         * ediff-mult.el (ediff-append-custom-diff):
7998         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
7999         (ediff-wordify):
8000         * echistory.el (Electric-command-history-redo-expression):
8001         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8002         * disp-table.el (describe-display-table):
8003         * dired.el (dired-find-buffer-nocreate):
8004         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
8005         * dabbrev.el (dabbrev--same-major-mode-p):
8006         * chistory.el (list-command-history):
8007         * apropos.el (apropos-documentation):
8008         * allout.el (allout-obtain-passphrase):
8009         (allout-copy-exposed-to-buffer):
8010         (allout-verify-passphrase): Use with-current-buffer.
8012 2009-11-13  Glenn Morris  <rgm@gnu.org>
8014         * Makefile.in (ELCFILES): Regenerate.
8016 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
8018         * net/dbus.el (dbus-registered-objects-table): Rename from
8019         `dbus-registered-functions-table', because it contains also properties.
8020         (dbus-unregister-object): Unregister also properties.
8021         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8022         Use a timeout of 500 msec, in order to not block.
8023         (dbus-register-property, dbus-property-handler): New defuns.
8025 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8027         * simple.el (minibuffer-default-add-completions): Drop deprecated
8028         4th arg.
8030 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
8032         * textmodes/artist.el (artist-mouse-choose-operation):
8033         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
8034         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
8035         (artist-compute-up-event-key): New function.
8036         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
8038 2009-11-13  Kenichi Handa  <handa@m17n.org>
8040         * language/japan-util.el: Make sure that the value of jisx0208
8041         property is jisx0208 character.
8043 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
8045         * international/mule.el (auto-coding-regexp-alist): Only purecopy
8046         car or each item, not the whole list.
8048 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8050         * minibuffer.el (minibuffer-completion-help):
8051         Use minibuffer-hide-completions.
8053 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
8055         * dired.el (dired-save-positions, dired-restore-positions): New funs.
8056         (dired-revert): Use them (bug#4880).
8058 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
8060         * tooltip.el (tooltip-frame-parameters): Undo previous change.
8062 2009-11-12  Juri Linkov  <juri@jurta.org>
8064         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
8065         New functions.
8066         (find-file-literally-at-point): Alias of `ffap-literally'.
8068 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
8070         * textmodes/ispell.el (ispell-skip-region-alist):
8071         * textmodes/css-mode.el (auto-mode-alist):
8072         * progmodes/compile.el (auto-mode-alist):
8073         * international/mule.el (ctext-non-standard-encodings-alist)
8074         (ctext-non-standard-encodings-regexp):
8075         * simple.el (shell-command-switch, text-read-only):
8076         * replace.el (occur-mode-map):
8077         * paths.el (rmail-file-name):
8078         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
8079         * find-file.el (ff-special-constructs):
8080         * files.el (file-name-handler-alist):
8081         * composite.el: Purecopy strings.
8083         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
8085 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
8087         * widget.el (define-widget): Purecopy the docstring.
8088         * international/mule-cmds.el (charset): Do not purecopy the
8089         docstring here, define-widget does it.
8091         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8092         * textmodes/bibtex-style.el (auto-mode-alist):
8093         * progmodes/inf-lisp.el (inferior-lisp-prompt):
8094         * progmodes/compile.el (compile-command):
8095         * language/korea-util.el (default-korean-keyboard):
8096         * international/mule-conf.el (file-coding-system-alist):
8097         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
8098         * tooltip.el (tooltip-frame-parameters):
8099         * newcomment.el (comment-end, comment-padding):
8100         * dired.el (dired-trivial-filenames):
8101         * comint.el (comint-file-name-prefix): Purecopy initial values.
8103 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
8105         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
8106         (tramp-advice-minibuffer-electric-tilde): Unload advices via
8107         `tramp-unload'.
8108         (tramp-advice-make-auto-save-file-name)
8109         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
8110         after removing the advice.
8112 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
8114         * progmodes/grep.el (grep-regexp-alist):
8115         * international/mule-cmds.el (iso-2022-control-alist):
8116         * emacs-lisp/timer.el (timer-duration-words):
8117         * subr.el (version-separator, version-regexp-alist):
8118         * minibuffer.el (completion-styles-alist):
8119         * faces.el (face-attribute-name-alist, list-faces-sample-text):
8120         Change defvars to defconsts.
8122         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
8123         * loadup.el ("international/mule-conf"): Load the byte compiled version.
8124         * international/mule-conf.el: Allow to be byte compiled.
8126         * international/mule.el (define-charset): Purecopy props.
8127         (load-with-code-conversion): Purecopy doc string and file name.
8128         (put-charset-property): Purecopy strings.
8129         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
8131         * international/mule-cmds.el (register-input-method): Purecopy arguments.
8132         (define-char-code-property): Correctly purecopy the table.
8134         * international/ccl.el (define-ccl-program): Purecopy the docstring.
8136         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
8138         * subr.el (add-hook): Purecopy strings.
8139         (eval-after-load): Purecopy load-history-regexp and the form.
8141         * custom.el (custom-declare-group): Purecopy load-file-name.
8143         * subr.el (menu-bar-separator): New defconst.
8144         * net/eudc.el (eudc-tools-menu):
8145         * international/mule-cmds.el (set-coding-system-map)
8146         (mule-menu-keymap):
8147         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8148         * vc-hooks.el (vc-menu-map):
8149         * replace.el (occur-mode-map):
8150         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
8151         (menu-bar-edit-menu, menu-bar-goto-menu)
8152         (menu-bar-custom-menu, menu-bar-showhide-menu)
8153         (menu-bar-options-menu, menu-bar-tools-menu)
8154         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
8155         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
8156         (menu-bar-help-menu):
8157         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
8158         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
8160         * term/x-win.el (x-gtk-stock-map):
8161         * progmodes/vera-mode.el (auto-mode-alist):
8162         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8163         (inferior-lisp-program, inferior-lisp-load-command):
8164         * progmodes/hideshow.el (hs-special-modes-alist):
8165         * progmodes/gud.el (same-window-regexps):
8166         * progmodes/grep.el (grep-program, find-program, xargs-program):
8167         * net/telnet.el (same-window-regexps):
8168         * net/rlogin.el (same-window-regexps):
8169         * language/ethiopic.el (font-ccl-encoder-alist):
8170         * vc-sccs.el (vc-sccs-master-templates):
8171         * vc-rcs.el (vc-rcs-master-templates):
8172         * subr.el (cl-assertion-failed):
8173         * simple.el (next-error-overlay-arrow-position):
8174         * lpr.el (lpr-command):
8175         * locate.el (locate-ls-subdir-switches):
8176         * info.el (same-window-regexps, info)
8177         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8178         * image-mode.el (image-mode, auto-mode-alist):
8179         * hippie-exp.el (hippie-expand-ignore-buffers):
8180         * format.el (format-alist):
8181         * find-dired.el (find-ls-subdir-switches, find-grep-options)
8182         (find-name-arg):
8183         * facemenu.el (facemenu-keybindings):
8184         * dired.el (dired-listing-switches, dired-chown-program):
8185         * diff.el (diff-switches, diff-command):
8186         * cus-edit.el (same-window-regexps):
8187         * bindings.el (mode-line-mule-info)
8188         (mode-line-buffer-identification): Purecopy strings.
8190 2009-11-11  Juri Linkov  <juri@jurta.org>
8192         * simple.el (dired-get-filename) <declare-function>:
8193         Tell the byte-compiler about dired-get-filename.
8194         (shell-command): In Dired mode, get filename from the current line
8195         as the default value.
8197 2009-11-10  Glenn Morris  <rgm@gnu.org>
8199         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
8200         * calendar/holidays.el, progmodes/cperl-mode.el:
8201         Update x-popup-menu declarations.
8203         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
8204         (list-load-path-shadows): Use dolist.
8205         (list-load-path-shadows): Use with-current-buffer.
8207 2009-11-10  Juri Linkov  <juri@jurta.org>
8209         * minibuffer.el (read-file-name): Support a list of default values
8210         in `default-filename'.  Use the first file name where only one
8211         element is required.  Doc fix.
8213 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
8215         * net/dbus.el (dbus-unregister-object): Release service, if no
8216         other method is registered for it.
8218 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
8220         * bookmark.el (bookmark-completing-read): Sort bookmark names if
8221         bookmark-sort-flag is non-nil (Bug#4653).
8223 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8225         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
8226         the progress reporter entirely.
8228         * emulation/cua-base.el: Add CUA property to some CC mode commands
8229         (Bug#4100).
8231 2009-11-08  Kevin Ryde  <user42@zip.com.au>
8233         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
8234         at end of sentence (Bug#4818).
8236 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
8238         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8239         Handle "see declaration of" MSFT statements (Bug#4100).
8241 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
8243         * net/tramp.el (tramp-advice-make-auto-save-file-name)
8244         (tramp-advice-file-expand-wildcards): Unload via
8245         `ad-remove-advice'.
8247         * net/trampver.el: Update release number.
8249 2009-11-08  Kevin Ryde  <user42@zip.com.au>
8251         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
8252         `ad-do-it'.
8254 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
8256         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8257         in order to keep context in SELinux.
8259 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8261         * dired-aux.el (dired-query): Place cursor in echo area and allow
8262         C-g.
8264         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8265         menu item if not on a directory (Bug#4701).
8267 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
8269         Sync with Tramp 2.1.17.
8271         * net/tramp.el (tramp-handle-copy-directory): Don't use
8272         `file-remote-p' (due to compatibility).
8274         * net/tramp-compat.el (tramp-compat-copy-directory)
8275         (tramp-compat-delete-directory): New defuns.
8277         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8278         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8279         `tramp-compat-delete-directory'.
8281         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8282         (tramp-smb-handle-delete-directory): Use
8283         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8285         * net/trampver.el: Update release number.
8287 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
8289         * tar-mode.el (tar-copy): Call write-region on the right buffer
8290         (Bug#4857).
8292         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8293         by hand, if necessary (Bug#4878).
8295 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
8297         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8298         align size column (Bug#4839).
8300         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8301         statement.
8303 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8305         * progmodes/ld-script.el (auto-mode-alist):
8306         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8308         * cus-face.el (custom-declare-face): Purecopy face spec.
8310 2009-11-06  Kenichi Handa  <handa@m17n.org>
8312         * international/uni-bidi.el: Re-generated.
8313         * international/uni-category.el: Re-generated.
8314         * international/uni-combining.el: Re-generated.
8315         * international/uni-mirrored.el: Re-generated.
8317 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8319         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8320         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8321         (tex-start-options, slitex-run-command, latex-run-command)
8322         (tex-run-command, tex-directory):
8323         * textmodes/ispell.el (ispell-html-skip-alists)
8324         (ispell-tex-skip-alists, ispell-tex-skip-alists):
8325         * textmodes/fill.el (adaptive-fill-first-line-regexp):
8326         (adaptive-fill-regexp):
8327         * textmodes/dns-mode.el (auto-mode-alist):
8328         * progmodes/python.el (interpreter-mode-alist):
8329         * progmodes/etags.el (tags-compression-info-list):
8330         * progmodes/etags.el (tags-file-name):
8331         * net/browse-url.el (browse-url-galeon-program)
8332         (browse-url-firefox-program):
8333         * mail/sendmail.el (mail-signature-file)
8334         (mail-citation-prefix-regexp):
8335         * international/mule-conf.el (eight-bit):
8336         * international/latexenc.el (latex-inputenc-coding-alist):
8337         * international/fontset.el (x-pixel-size-width-font-regexp):
8338         * emacs-lisp/warnings.el (warning-type-format):
8339         * emacs-lisp/trace.el (trace-buffer):
8340         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8341         (emacs-lisp-mode-map):
8342         * calendar/holidays.el (holiday-solar-holidays)
8343         (holiday-bahai-holidays, holiday-islamic-holidays)
8344         (holiday-christian-holidays, holiday-hebrew-holidays)
8345         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8346         (hebrew-holidays-1, holiday-oriental-holidays)
8347         (holiday-general-holidays):
8348         * x-dnd.el (x-dnd-known-types):
8349         * tool-bar.el (tool-bar):
8350         * startup.el (site-run-file):
8351         * shell.el (shell-dumb-shell-regexp):
8352         * rfn-eshadow.el (file-name-shadow-tty-properties)
8353         (file-name-shadow-properties):
8354         * paths.el (remote-shell-program, news-directory):
8355         * mouse.el ([C-down-mouse-3]):
8356         * menu-bar.el (menu-bar-tools-menu):
8357         * jka-cmpr-hook.el (jka-compr-load-suffixes)
8358         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8359         (jka-compr-compression-info-list):
8360         * isearch.el (search-whitespace-regexp):
8361         * image-file.el (image-file-name-extensions):
8362         * find-dired.el (find-ls-option):
8363         * files.el (directory-listing-before-filename-regexp)
8364         (directory-free-space-args, insert-directory-program)
8365         (list-directory-brief-switches, magic-fallback-mode-alist)
8366         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8367         (automount-dir-prefix):
8368         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8369         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8370         (face-font-registry-alternatives, face-font-registry-alternatives)
8371         (face-font-family-alternatives):
8372         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8373         (facemenu-foreground-menu, facemenu-face-menu):
8374         * epa-hook.el (epa-file-name-regexp):
8375         * dnd.el (dnd-protocol-alist):
8376         * textmodes/rst.el (auto-mode-alist):
8377         * button.el (default-button): Purecopy strings.
8379 2009-11-06  Glenn Morris  <rgm@gnu.org>
8381         * Makefile.in (ELCFILES): Update.
8383 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8385         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8386         * emacs-lisp/levents.el: Move to obsolete/levents.el.
8388         * nxml/xsd-regexp.el (xsdre-gen-categories):
8389         * nxml/xmltok.el (xmltok-parse-entity):
8390         * nxml/rng-parse.el (rng-parse-validate-file):
8391         * nxml/rng-maint.el (rng-format-manual)
8392         (rng-manual-output-force-new-line):
8393         * nxml/rng-loc.el (rng-save-schema-location-1):
8394         * nxml/rng-cmpct.el (rng-c-parse-file):
8395         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8396         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8398 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
8400         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8401         Remove extra save-excursions and make-variable-buffer-local's.
8402         Suggested by Stefan Monnier.
8404         (verilog-getopt-file, verilog-module-inside-filename-p)
8405         (verilog-set-define): Merge GNU 1.35 and repair changes from
8406         switching to using with-current-buffer.
8408         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8409         being treated as a number and confusing AUTORESET.
8410         Reported by Dan Dever.
8412         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8413         Add verilog-auto-ignore-concat to fix backward compatibility with
8414         older verilog-modes.  Reported by Dan Katz.
8416         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8417         containing closing anchors "...$".
8419         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8420         Reported by Wade Smith.
8422         (verilog-batch-execute-func): Comment on function usage.
8424 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
8426         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8427         for labels.
8429         (verilog-label-re, verilog-calc-1): Support proper indent of named
8430         asserts.
8432         (verilog-backward-token, verilog-basic-complete-re)
8433         (verilog-beg-of-statement, verilog-indent-re): Support proper
8434         indent of the assert statement at the beginning of a block of text.
8436         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8437         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8438         tokens as begins.
8440 2009-11-05  Glenn Morris  <rgm@gnu.org>
8442         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8443         Emacs 19.  (Bug#1531)
8444         (byte-compile-fix-header): Update for the above change.
8445         Drop test for epoch::version.
8447         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8448         * cus-dep.el (custom-make-dependencies):
8449         * finder.el (finder-compile-keywords):
8450         Use autoload-rubric's feature argument.
8452         * calendar/diary-lib.el (top-level): Make load behave more like require.
8454         * vc-git.el (vc-git-stash-map): Move definition before use.
8456 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
8458         * custom.el (custom-declare-group): Purecopy standard-value.
8459         (custom-declare-group): Purecopy custom-prefix.
8461         * international/mule.el (load-with-code-conversion):
8462         Call do-after-load-evaluation unconditionally.
8464         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8466 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8468         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8470 2009-11-04  Glenn Morris  <rgm@gnu.org>
8472         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8473         (byte-compile-compatibility): Remove option.
8474         (byte-compile-close-variables, byte-compile-fix-header)
8475         (byte-compile-insert-header, byte-compile-output-docform)
8476         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8477         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8478         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8479         (byte-compile-insert, byte-compile-defun):
8480         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
8481         (byte-defop-compiler19): Remove.
8482         Without byte-compile-compatibility, the 'emacs19-opcode property is not
8483         used by anything.  Replace all calls with byte-defop-compiler.
8485 2009-11-04  Juri Linkov  <juri@jurta.org>
8487         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8488         (menu-bar-options-menu): Don't quote the `prop' arg of
8489         `menu-bar-make-mm-toggle'.
8491 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
8493         * calendar/calendar.el (cal-loaddefs):
8494         * calendar/diary-lib.el (diary-loaddefs):
8495         * calendar/holidays.el (hol-loaddefs):
8496         * eshell/esh-module.el (esh-groups): Load rather than require.
8498 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8500         * calendar/todo-mode.el (todo-add-category): Don't hardcode
8501         point-min==1.
8502         (todo-top-priorities): Only display-buffer when called interactively.
8503         (todo-item-start): Don't save excursion point.
8504         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
8505         (todo-insert-item-here, todo-file-item, todo-remove-item):
8506         Adjust uses of todo-item-start and todo-item-end.
8508         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8509         (autoload-rubric): Don't use any more.
8510         * cedet/semantic/fw.el (semantic/loaddefs):
8511         * cedet/srecode.el (srecode/loaddefs):
8512         * cedet/ede.el (ede/loaddefs): Load rather than require.
8513         * cedet/ede/cpp-root.el:
8514         * cedet/ede/emacs.el:
8515         * cedet/ede/files.el:
8516         * cedet/ede/linux.el:
8517         * cedet/ede/locate.el:
8518         * cedet/ede/make.el:
8519         * cedet/ede/shell.el:
8520         * cedet/ede/speedbar.el:
8521         * cedet/ede/system.el:
8522         * cedet/ede/util.el:
8523         * cedet/semantic/analyze.el:
8524         * cedet/semantic/bovine.el:
8525         * cedet/semantic/complete.el:
8526         * cedet/semantic/ctxt.el:
8527         * cedet/semantic/db-file.el:
8528         * cedet/semantic/db-find.el:
8529         * cedet/semantic/db-global.el:
8530         * cedet/semantic/db-mode.el:
8531         * cedet/semantic/db-typecache.el:
8532         * cedet/semantic/db.el:
8533         * cedet/semantic/debug.el:
8534         * cedet/semantic/dep.el:
8535         * cedet/semantic/doc.el:
8536         * cedet/semantic/edit.el:
8537         * cedet/semantic/find.el:
8538         * cedet/semantic/format.el:
8539         * cedet/semantic/html.el:
8540         * cedet/semantic/ia-sb.el:
8541         * cedet/semantic/ia.el:
8542         * cedet/semantic/idle.el:
8543         * cedet/semantic/lex-spp.el:
8544         * cedet/semantic/lex.el:
8545         * cedet/semantic/mru-bookmark.el:
8546         * cedet/semantic/scope.el:
8547         * cedet/semantic/senator.el:
8548         * cedet/semantic/sort.el:
8549         * cedet/semantic/symref.el:
8550         * cedet/semantic/tag-file.el:
8551         * cedet/semantic/tag-ls.el:
8552         * cedet/semantic/tag-write.el:
8553         * cedet/semantic/tag.el:
8554         * cedet/semantic/util-modes.el:
8555         * cedet/semantic/analyze/complete.el:
8556         * cedet/semantic/analyze/refs.el:
8557         * cedet/semantic/bovine/c.el:
8558         * cedet/semantic/bovine/gcc.el:
8559         * cedet/semantic/bovine/make.el:
8560         * cedet/semantic/bovine/scm.el:
8561         * cedet/semantic/decorate/include.el:
8562         * cedet/semantic/decorate/mode.el:
8563         * cedet/semantic/symref/cscope.el:
8564         * cedet/semantic/symref/global.el:
8565         * cedet/semantic/symref/grep.el:
8566         * cedet/semantic/symref/idutils.el:
8567         * cedet/semantic/symref/list.el:
8568         * cedet/semantic/wisent/java-tags.el:
8569         * cedet/semantic/wisent/javascript.el:
8570         * cedet/srecode/compile.el:
8571         * cedet/srecode/cpp.el:
8572         * cedet/srecode/document.el:
8573         * cedet/srecode/el.el:
8574         * cedet/srecode/expandproto.el:
8575         * cedet/srecode/getset.el:
8576         * cedet/srecode/insert.el:
8577         * cedet/srecode/java.el:
8578         * cedet/srecode/map.el:
8579         * cedet/srecode/mode.el:
8580         * cedet/srecode/template.el:
8581         * cedet/srecode/texi.el: Remove the file-local setting of
8582         generated-autoload-feature.
8584         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
8585         and only put a prop if it is non-nil.
8587 2009-11-03  Juri Linkov  <juri@jurta.org>
8589         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
8590         (menu-bar-options-menu): Fix list quoting (Bug#4429).
8592         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
8593         and "Menu" to make top-level menu item visually one unit (like
8594         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
8595         multi-word menu items).  Fix :help string for quit-window.
8597 2009-11-03  Glenn Morris  <rgm@gnu.org>
8599         * cedet/mode-local.el (with-mode-local): Doc fix.
8601         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
8602         (byte-compile-file-form-define-abbrev-table)
8603         (byte-compile-file-form-custom-declare-variable)
8604         (byte-compile-variable-ref, byte-compile-defvar):
8605         Whether or not a warning is enabled should only affect whether we issue
8606         the warning, not whether or not we collect the relevant data.
8607         Eg warnings can be turned on and off throughout the course of a file.
8609         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
8610         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
8612 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8614         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
8615         * play/mpuz.el (mpuz-create-buffer):
8616         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
8617         (lm-print-y,s,noise, lm-print-w0, lm-init):
8618         * play/gomoku.el (gomoku-prompt-for-move):
8619         * play/fortune.el (fortune-in-buffer):
8620         * play/dissociate.el (dissociated-press):
8621         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
8622         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
8623         * mail/supercite.el (sc-eref-show):
8624         * mail/smtpmail.el (smtpmail-send-it):
8625         * mail/rmailsum.el (rmail-summary-next-labeled-message)
8626         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
8627         (rmail-summary-undelete-many, rmail-summary-rmail-update)
8628         (rmail-summary-goto-msg, rmail-summary-expunge)
8629         (rmail-summary-get-new-mail, rmail-summary-search-backward)
8630         (rmail-summary-add-label, rmail-summary-output-menu)
8631         (rmail-summary-output-body):
8632         * mail/rfc822.el (rfc822-addresses):
8633         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
8634         * mail/mailpost.el (post-mail-send-it):
8635         * mail/hashcash.el (hashcash-generate-payment):
8636         * mail/feedmail.el (feedmail-run-the-queue)
8637         (feedmail-queue-send-edit-prompt-help-first)
8638         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
8639         (feedmail-deduce-address-list):
8640         * eshell/esh-ext.el (eshell-remote-command):
8641         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
8642         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
8643         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
8644         (viper-save-string-in-file, viper-valid-marker):
8645         * emulation/viper-keym.el (viper-toggle-key):
8646         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
8647         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
8648         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
8649         * emulation/viper-cmd.el (viper-exec-form-in-vi)
8650         (viper-exec-form-in-emacs, viper-brac-function):
8651         * emulation/viper.el (viper-delocalize-var):
8652         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
8653         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
8654         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
8655         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
8656         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
8657         * emulation/edt.el (edt-electric-helpify):
8658         * emulation/cua-rect.el (cua--rectangle-aux-replace):
8659         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
8660         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
8661         (cua-indent-to-global-mark-column):
8662         * calendar/diary-lib.el (calendar-mark-1):
8663         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
8664         Use with-current-buffer.
8665         * emulation/viper.el (viper-delocalize-var): Use dolist.
8667 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
8669         * comint.el (comint-replace-by-expanded-history-before-point):
8670         Replace !! with the previous input string literally (Bug#1795).
8672 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
8674         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
8675         to be made up of whitespace.
8677 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
8679         * minibuffer.el (read-file-name): Don't use file dialogs for
8680         remote directories (Bug#99).
8682 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
8684         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
8686 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
8688         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
8689         instead of deleting the window or frame.
8691 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
8693         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
8694         Support face colors.
8696         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
8697         New function.  Support face colors (Bug#1168).
8698         (tex-common-initialization): Use it.
8700         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
8701         mode allows it (Bug#1168).
8703 2009-10-31  Juri Linkov  <juri@jurta.org>
8705         * facemenu.el (list-colors-display): Don't mark buffer as
8706         modified (Bug#3948).
8708 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
8710         * international/mule-diag.el (list-character-sets-1): Minor
8711         message fix (Bug#3526).
8713         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
8714         face property (Bug#4834).
8715         (etags-list-tags, etags-tags-apropos-additional)
8716         (etags-tags-apropos, tags-select-tags-table): Add follow-link
8717         property.
8719         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
8720         items.
8722         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
8723         items.
8725         * cedet/ede.el (ede-minor-mode):
8726         * cedet/semantic.el (semantic-mode): Toggle menu separators.
8728 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8730         * textmodes/two-column.el (2C-split):
8731         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
8732         * textmodes/tex-mode.el (tex-set-buffer-directory):
8733         * textmodes/spell.el (spell-region, spell-string):
8734         * textmodes/reftex.el (reftex-erase-buffer):
8735         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
8736         * textmodes/reftex-toc.el (reftex-toc-promote-action):
8737         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
8738         (reftex-select-item):
8739         * textmodes/reftex-ref.el (reftex-label-info-update)
8740         (reftex-offer-label-menu):
8741         * textmodes/reftex-index.el (reftex-index-change-entry)
8742         (reftex-index-phrases-info):
8743         * textmodes/reftex-global.el (reftex-create-tags-file)
8744         (reftex-save-all-document-buffers, reftex-ensure-write-access):
8745         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
8746         (reftex-view-crossref-from-bibtex):
8747         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
8748         (reftex-extract-bib-entries-from-thebibliography)
8749         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
8750         * textmodes/refbib.el (r2b-capitalize-title):
8751         (r2b-convert-buffer, r2b-help):
8752         * textmodes/page-ext.el (pages-directory)
8753         (pages-directory-goto-with-mouse):
8754         * textmodes/bibtex.el (bibtex-validate-globally):
8755         * textmodes/bib-mode.el (bib-capitalize-title):
8756         * textmodes/artist.el (artist-clear-buffer, artist-system):
8757         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
8758         (local-set-scheme-interaction-buffer, xscheme-process-filter)
8759         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
8760         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
8761         (xscheme-send-control-g-interrupt, xscheme-start-process)
8762         (xscheme-process-sentinel, xscheme-cd):
8763         * progmodes/verilog-mode.el (verilog-read-always-signals)
8764         (verilog-set-define, verilog-getopt-file)
8765         (verilog-module-inside-filename-p):
8766         * progmodes/sh-script.el:
8767         * progmodes/python.el (python-pdbtrack-get-source-buffer)
8768         (python-pdbtrack-grub-for-buffer, python-execute-file):
8769         * progmodes/octave-inf.el (inferior-octave):
8770         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8771         (idlwave-shell-compile-helper-routines, idlwave-set-local)
8772         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
8773         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
8774         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
8775         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
8776         (idlwave-shell-filter, idlwave-shell-examine-highlight)
8777         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
8778         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
8779         (idlwave-shell-examine-display, idlwave-shell-run-region)
8780         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
8781         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
8782         * progmodes/idlw-help.el (idlwave-help-get-special-help)
8783         (idlwave-help-get-help-buffer):
8784         * progmodes/gud.el (gud-basic-call, gud-find-class)
8785         (gud-tooltip-activate-mouse-motions-if-enabled):
8786         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8787         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
8788         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
8789         (ebrowse-tags-next-file):
8790         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
8791         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
8792         (ebnf-eps-finish-and-write):
8793         * progmodes/cpp.el (cpp-edit-save):
8794         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
8795         * progmodes/cc-defs.el (c-emacs-features):
8796         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
8797         (antlr-directory-dependencies):
8798         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
8799         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
8800         (ada-find-any-references, ada-make-filename-from-adaname)
8801         (ada-make-body-gnatstub):
8802         * obsolete/rnews.el (news-list-news-groups):
8803         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
8804         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
8805         * net/rcirc.el (rcirc-debug):
8806         * net/newst-treeview.el (newsticker--treeview-list-add-item)
8807         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
8808         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
8809         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
8810         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
8811         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
8812         (newsticker--treeview-list-clear-highlight)
8813         (newsticker--treeview-list-update-highlight)
8814         (newsticker--treeview-list-highlight-start)
8815         (newsticker--treeview-tree-update-highlight)
8816         (newsticker--treeview-get-selected-item)
8817         (newsticker-treeview-mark-list-items-old)
8818         (newsticker--treeview-set-current-node):
8819         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8820         * net/newst-backend.el (newsticker--get-news-by-funcall)
8821         (newsticker--get-news-by-wget, newsticker--image-get)
8822         (newsticker--image-sentinel):
8823         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
8824         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
8825         (eudc-ph-close-session):
8826         * net/eudc.el (eudc-save-options):
8827         * language/thai-word.el (thai-update-word-table):
8828         * language/japan-util.el (japanese-string-conversion):
8829         * international/titdic-cnv.el (tsang-quick-converter)
8830         (ziranma-converter, ctlau-converter):
8831         * international/mule-cmds.el (describe-language-environment):
8832         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
8833         (skkdic-convert-postfix, skkdic-convert-prefix):
8834         (skkdic-convert-okuri-nasi, skkdic-convert):
8835         * emacs-lisp/re-builder.el (reb-update-overlays):
8836         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
8837         * emacs-lisp/gulp.el (gulp-send-requests):
8838         * emacs-lisp/find-gc.el (trace-call-tree):
8839         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
8840         (eieio-describe-generic):
8841         * emacs-lisp/eieio-base.el (eieio-persistent-read):
8842         * emacs-lisp/edebug.el (edebug-outside-excursion):
8843         * emacs-lisp/debug.el (debugger-make-xrefs):
8844         * emacs-lisp/cust-print.el (custom-prin1-to-string):
8845         * emacs-lisp/chart.el (chart-new-buffer):
8846         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
8847         Use with-current-buffer.
8848         * textmodes/artist.el (artist-system): Don't call
8849         copy-sequence on a fresh string.
8850         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
8852 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
8854         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
8855         is no item to edit.  (Bug#4820)
8856         (todo-top-priorities): Restore point and restore narrowing in Todo
8857         buffer.  (Bug#4820)
8859 2009-10-31  Glenn Morris  <rgm@gnu.org>
8861         * net/ange-ftp.el (top-level): Don't require dired when compiling.
8862         (comint-last-output-start, comint-last-input-start)
8863         (comint-last-input-end): Don't defvar when compiling.
8864         (ange-ftp-process-file): Use bound-and-true-p.
8866         * pcmpl-rpm.el (top-level): Move provide statement to end.
8867         (pcmpl-rpm): Remove unused custom group.
8869         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
8871         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
8873         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8874         (byte-compile-warnings): Add `constants' as an option.
8875         (byte-compile-callargs-warn, byte-compile-arglist-warn)
8876         (display-call-tree): Update for byte-compile-fdefinition possibly
8877         returning `(macro lambda ...)'.  (Bug#4778)
8878         (byte-compile-variable-ref, byte-compile-setq-default):
8879         Respect `constants' member of byte-compile-warnings.
8881         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
8882         Use mapc rather than mapcar because the return value is never used.
8884         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
8885         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
8886         * cedet/semantic/html.el:
8887         Suppress harmless warnings about setting up semantic-imenu (not
8888         part of Emacs) variables.
8890 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8892         * vc-bzr.el (vc-bzr-revision-keywords): New var.
8893         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
8894         to "submit:".
8896         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
8897         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
8898         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
8899         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
8900         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
8901         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
8902         (semantic-analyzer-debug-global-symbol)
8903         (semantic-analyzer-debug-missing-innertype)
8904         (semantic-analyzer-debug-insert-include-summary):
8905         * cedet/semantic/util.el (semantic-file-tag-table):
8906         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
8907         (semantic-recursive-find-nonterminal-by-name):
8908         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
8909         * cedet/semantic/tag-file.el (semantic-prototype-file):
8910         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
8911         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
8912         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
8913         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
8914         (semantic-idle-summary-maybe-highlight):
8915         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
8916         (semantic-ia-sb-tag-info):
8917         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
8918         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
8919         * cedet/semantic/ede-grammar.el (project-compile-target):
8920         (ede-proj-makefile-insert-variables):
8921         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
8922         (semantic-debug-set-source-location, semantic-debug-interface-layout)
8923         (semantic-debug-mode, semantic-debug):
8924         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
8925         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
8926         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
8927         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
8928         (semanticdb-find-translate-path-includes--internal)
8929         (semanticdb-reset-log, semanticdb-find-log-activity):
8930         * cedet/semantic/db-file.el (object-write):
8931         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
8932         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
8933         (semanticdb-create-ebrowse-database):
8934         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
8935         * cedet/semantic/complete.el (semantic-displayor-focus-request)
8936         (semantic-collector-calculate-completions-raw)
8937         (semantic-complete-read-tag-analyzer):
8938         * cedet/semantic/analyze.el (semantic-analyze-pulse):
8939         * cedet/ede/util.el (ede-update-version-in-source):
8940         * cedet/ede/proj.el (project-delete-target):
8941         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
8942         (ede-proj-flush-autoconf):
8943         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
8944         (ede-proj-configure-synchronize):
8945         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
8946         * cedet/ede/linux.el (ede-linux-version):
8947         * cedet/ede/emacs.el (ede-emacs-version):
8948         * cedet/ede/dired.el (ede-dired-add-to-target):
8949         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
8950         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
8951         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
8952         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
8953         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
8954         (cedet-idutils-version-check):
8955         * cedet/cedet-global.el (cedet-gnu-global-call):
8956         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
8957         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
8958         * cedet/cedet-cscope.el (cedet-cscope-call)
8959         (cedet-cscope-expand-filename, cedet-cscope-version-check):
8960         Use with-current-buffer.
8961         * cedet/ede.el (ede-make-project-local-variable)
8962         (ede-set-project-variables, ede-set): Use dolist.
8964 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
8966         * textmodes/ispell.el (ispell-skip-region-alist):
8967         * international/mule-conf.el (eight-bit):
8968         * international/fontset.el (font-encoding-alist):
8969         * startup.el (pure-space-overflow-message):
8970         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
8971         * paths.el (gnus-nntp-service, rmail-spool-directory)
8972         (term-file-prefix):
8973         * files.el (save-some-buffers-action-alist):
8974         * cmuscheme.el (same-window-buffer-names):
8975         * ielm.el (same-window-buffer-names):
8976         * shell.el (same-window-buffer-names):
8977         * mail/sendmail.el (same-window-buffer-names):
8978         * progmodes/inf-lisp.el (same-window-buffer-names):
8979         * bindings.el (mode-line-client)
8980         (mode-line-column-line-number-mode-map):
8981         * language/tibetan.el (tibetan-precomposition-rule-regexp)
8982         (tibetan-precomposed-regexp): Purecopy string arguments.
8984 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8986         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
8987         (calcDigit-nondigit):
8988         * calc/calc-yank.el (calc-copy-to-buffer):
8989         * calc/calc-units.el (calc-invalidate-units-table):
8990         * calc/calc-trail.el (calc-trail-yank):
8991         * calc/calc-store.el (calc-insert-variables):
8992         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
8993         * calc/calc-prog.el (calc-read-parse-table):
8994         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
8995         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
8996         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
8997         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
8998         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
8999         (calc-graph-name, calc-graph-find-command, calc-graph-view)
9000         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
9001         * calc/calc-ext.el (calc-realign):
9002         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
9003         (calc-embedded-finish-edit, calc-embedded-make-info)
9004         (calc-embedded-finish-command, calc-embedded-stack-change):
9005         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
9007         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
9008         (overload-docstring-extension): Use that info.
9009         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
9010         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
9011         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
9012         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
9013         (semantic-nonterminal-full-name): Add the new `when' info.
9014         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
9015         `assert'.
9017         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
9018         shell-dynamic-complete-filename in preference to
9019         comint-dynamic-complete-filename.
9021         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9022         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9023         Don't consider whether the display supports colors.
9024         (bookmark-import-new-list): Use dolist.
9025         (bookmark-bmenu-mode-map): Move initialization into declaration.
9026         (bookmark-bmenu-list): Use dolist, simplify.
9027         (bookmark-show-all-annotations): Use save-selected-window and dolist.
9028         (menu-bar-final-items): Use push.
9030 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
9032         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
9033         it works on remote files.
9034         (vc-hg-diff): Don't pass any `--cwd' argument.
9036 2009-10-27  Kevin Ryde  <user42@zip.com.au>
9038         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9039         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
9040         (Further to Bug#3921).
9042 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
9044         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
9045         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
9046         calling `tramp-imap-put-file'.  Add file size to the call.
9047         (tramp-imap-get-file-entries): Compute also user name, file size,
9048         and date.
9049         (tramp-imap-handle-insert-directory): Insert uid and gid.
9050         (tramp-imap-handle-file-attributes): Transform uid and gid
9051         according to `id-format'.
9052         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
9053         size in header X-Size.
9055 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
9057         * simple.el (transpose-subr): Give clearer error when the mark
9058         is not set.  (Bug#4807)
9060 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
9062         * net/tramp.el (tramp-perl-file-truename): New defconst.
9063         Perl code contributed by yary <not.com@gmail.com> (tiny change).
9064         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
9065         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
9066         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
9068         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
9069         Ignore `dired-call-process'.
9070         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
9072 2009-10-26  Julian Scheid  <julians37@gmail.com>
9074         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
9075         (tramp-get-remote-readlink): New defun.
9076         (tramp-handle-file-truename): Use it.
9077         (tramp-handle-file-exists-p): Check file-attributes cache, assume
9078         file exists if cache value present.
9079         (tramp-check-cached-permissions): New defun.
9080         (tramp-handle-file-readable-p): Use it.
9081         (tramp-handle-file-writable-p): Likewise.
9082         (tramp-handle-file-executable-p): Likewise.
9083         (tramp-handle-file-name-all-completions): Try using Perl to get
9084         partial completions.  When perl not available, combine `cd' and
9085         `ls' into single remote operation and use shell expansion to get
9086         partial remote directory contents.  Set `file-exists-p' cache for
9087         directory and any files returned by ls.  Change cache handling to
9088         support partial directory contents.  Use error message emitted by
9089         remote `cd' or Perl code for local tramp-error.
9090         (tramp-do-copy-or-rename-file-directly): Avoid separate
9091         tramp-send-command-and-check call.
9092         (tramp-handle-process-file): Merge three remote ops into one.
9093         Do not flush all caches when `process-file-side-effects' is set.
9094         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
9095         file-attributes shows uid/gid to be set already.
9097 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
9099         * textmodes/tex-mode.el (tex-dvi-view-command)
9100         (tex-show-queue-command, tex-open-quote):
9101         * progmodes/ruby-mode.el (auto-mode-alist)
9102         (interpreter-mode-alist): Purecopy strings.
9104         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
9106         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
9107         string for the hook, keymap and abbrev table.
9109         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
9111         * x-dnd.el (x-dnd-xdnd-to-action):
9112         * startup.el (fancy-startup-text, fancy-about-text): Change to
9113         defconst from defvar.
9115         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
9117         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
9118         Purecopy initialization strings.
9120         * mail/sendmail.el (mail-header-separator)
9121         (mail-personal-alias-file):
9122         * mail/rmail.el (rmail-default-dont-reply-to-names)
9123         (rmail-ignored-headers, rmail-retry-ignored-headers)
9124         (rmail-highlighted-headers, rmail-secondary-file-directory)
9125         (rmail-secondary-file-regexp):
9126         * files.el (null-device, file-name-invalid-regexp)
9127         (locate-dominating-stop-dir-regexp)
9128         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
9129         (interpreter-mode-alist): Use mapcar instead of mapc.
9131         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
9133         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
9134         (completion-ignored-extensions):
9135         (debug-ignored-errors): Purecopy strings.
9137 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9139         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
9140         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
9141         (pcomplete--here): Use push.
9143         * subr.el (all-completions): Declare the 4th arg obsolete.
9145 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9147         * pcomplete.el (pcomplete-unquote-argument-function): New var.
9148         (pcomplete-unquote-argument): New function.
9149         (pcomplete--common-suffix): Always pay attention to case.
9150         (pcomplete--table-subvert): Quote and unquote the text.
9151         (pcomplete--common-quoted-suffix): New function.
9152         (pcomplete-std-complete): Use it and pcomplete-begin.
9154         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
9155         we're inside a dedicated or minibuffer window.
9157 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9159         * cedet/semantic/fw.el (semantic-alias-obsolete)
9160         (semantic-varalias-obsolete): Make the `when' arg mandatory.
9161         (define-mode-overload-implementation):
9162         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
9163         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
9164         * cedet/semantic/util.el (semantic-file-token-stream)
9165         (semantic-something-to-stream):
9166         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
9167         (semantic-expand-nonterminal):
9168         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
9169         (semantic-find-dependency, semantic-find-nonterminal)
9170         (semantic-find-dependency):
9171         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
9172         (semantic-flex-text, semantic-flex-make-keyword-table)
9173         (semantic-flex-keyword-p, semantic-flex-keyword-put)
9174         (semantic-flex-keyword-get, semantic-flex-map-keywords)
9175         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
9176         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
9177         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
9178         (semantic-after-idle-scheduler-reparse-hooks):
9179         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
9180         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
9181         * cedet/semantic.el (semantic-toplevel-bovine-table)
9182         (semantic-toplevel-bovine-cache)
9183         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
9184         (semantic-init-mode-hooks, semantic-init-db-hooks)
9185         (semantic-bovination-working-type): Provide the `when' arg.
9187 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
9189         * bookmark.el: Update documentation, especially documentation
9190         of `bookmark-alist' and of the bookmark file format.
9191         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
9193 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
9195         * mail/emacsbug.el (report-emacs-bug): Clarify that the
9196         keybindings apply to the mail buffer (Bug#4003).  Shrink help
9197         window to buffer.
9199         * whitespace.el (whitespace-mode, whitespace-newline-mode)
9200         (global-whitespace-mode, global-whitespace-newline-mode)
9201         (whitespace-toggle-options, global-whitespace-toggle-options):
9202         Doc fix (Bug#3660).
9204         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
9205         of xmltok-start before the end tag was inserted (Bug#2840).
9207         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
9208         patterns that are preceded by an open-paren (Bug#1320).
9210 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
9212         * files.el (delete-directory): Delete symlinks to directories with
9213         delete-file (Bug#4739).
9215 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
9217         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
9218         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
9219         argument to make-obsolete.
9221         * cedet/semantic/fw.el (semantic-alias-obsolete)
9222         (semantic-varalias-obsolete): Add optional WHEN argument.
9224 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
9226         * vc.el (vc-backend-for-registration): Rename from
9227         vc-get-backend-for-registration.  Update callers.
9229         * international/mule-cmds.el (set-language-info-alist):
9230         Purecopy lang-env.
9231         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
9232         (charset): Purecopy the name.
9233         (define-char-code-property): Purecopy string arguments.
9235         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9236         Purecopy string arguments.
9238         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9239         * ediff-hook.el (menu-bar-ediff-menu):
9240         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
9241         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
9243 2009-10-24  Glenn Morris  <rgm@gnu.org>
9245         * comint.el (comint-dynamic-list-completions):
9246         * term.el (term-dynamic-list-completions): Use choose-completion rather
9247         than obsolete alias mouse-choose-completion.
9249         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
9250         file-cache-choose-completion.
9251         (file-cache-choose-completion): Handle an optional event argument.
9252         (file-cache-mouse-choose-completion): Make it an obsolete alias.
9254         * progmodes/octave-mod.el (octave-complete-symbol):
9255         Use choose-completion if mouse-choose-completion is ever removed.
9257         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9258         use.
9260         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9261         compiler.
9263         * vc-hooks.el (vc-responsible-backend): Fix declaration.
9265 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9267         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9268         Ignore `pred' now that we receive one.
9269         Handle test-completion specially.
9271 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9273         * vc.el (vc-responsible-backend): Throw an error if not backend is
9274         found.  Remove the REGISTER argument.  Move the code dealing with
9275         REGISTER ...
9276         (vc-get-backend-for-registration): ... here.  New function.
9277         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9278         of vc-responsible-backend, pass the file name instead of the
9279         directory name.
9281 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9283         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9284         New funs.
9285         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
9286         (pcomplete-comint-setup): Don't modify a global var via
9287         accidental side-effects.
9288         (pcomplete-shell-setup): Adjust call accordingly.
9289         (pcomplete-parse-comint-arguments): Use push.
9291 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
9293         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9294         Allow uncapitalized info node names (Bug#3921).
9296         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9297         to the DEBUG file (Bug#3781).
9299 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
9301         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9302         dictionary entry (Bug#4579).
9304 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
9306         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9307         from `rfn-eshadow-update-overlay-hook' when unloading.
9308         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9309         "rsyncc".  Adjust doc string.
9310         (tramp-temp-buffer-file-name): New buffer-local defvar.
9311         (tramp-handle-insert-file-contents, tramp-handle-write-region):
9312         Keep temporary file when indicated by method ("rsync" and
9313         "rsyncc").
9314         (tramp-handle-write-region): Handle APPEND.
9315         (tramp-delete-temp-file-function): New defun.  Added to
9316         `kill-buffer-hook'.
9318 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
9320         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9322 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9324         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9325         (color-name-rgb-alist, tty-standard-colors)
9326         (tty-color-mode-alist): Change to defconst.
9328         * simple.el (mark-inactive): Purecopy message.
9330         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9331         (global-map, yank-menu):
9332         * textmodes/ispell.el (ispell-menu-map):
9333         * net/eudc.el (eudc-tools-menu):
9334         * international/mule-cmds.el (describe-language-environment-map)
9335         (setup-language-environment-map, set-coding-system-map)
9336         (mule-menu-keymap):
9337         * vc-hooks.el (vc-menu-entry, vc-menu-map):
9338         * replace.el (occur-mode-map):
9339         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9341 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
9343         * calc/calc.el (math-read-number, math-read-number-simple): Use
9344         `save-match-data'.
9346 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9348         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9349         rather than fiddling with global-map bindings, since it should only
9350         affect per-terminal settings.
9351         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9353         * minibuffer.el (completion-table-with-terminator): Allow to specify
9354         the terminator-regexp.
9356         * simple.el (switch-to-completions): Look for *Completions* in other
9357         frames as well.
9359         * pcomplete.el: Allow the use of completion-tables.
9360         (pcomplete-std-complete): New command.
9361         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9362         (pcomplete--here): Use a function for `form' rather than an expression,
9363         so it can be byte-compiled.
9364         (pcomplete-here, pcomplete-here*): Adjust accordingly.
9365         Add edebug declaration.
9366         (pcomplete-show-completions): Remove unused var `curbuf'.
9367         (pcomplete-do-complete, pcomplete-stub):
9368         Don't assume `completions' is a list of strings any more.
9370 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
9372         * find-dired.el (find-name-arg): Fix typo in docstring.
9374 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9376         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9377         (pcmpl-linux-fs-types): Same, and update to new modules layout.
9379         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9380         pcomplete-entries.
9382         * comint.el (comint-read-input-ring, comint-write-input-ring)
9383         (comint-substitute-in-file-name)
9384         (comint-dynamic-complete-as-filename)
9385         (comint-dynamic-simple-complete)
9386         (comint-dynamic-list-filename-completions)
9387         (comint-dynamic-list-completions)
9388         (comint-redirect-results-list-from-process): Minor simplifications.
9390 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9392         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9393         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9394         the first form.  And insert a blank line after ";;; Code" since
9395         that's usual style.  (Bug#4612)
9397         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9399 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9401         * minibuffer.el (completion-table-with-terminator): Properly implement
9402         boundaries, in case `terminator' appears in the suffix.
9403         (completion--embedded-envvar-table): Don't return boundaries if
9404         there's no valid completion.  Simplify.
9405         (completion-file-name-table): New completion table extracted from
9406         completion--file-name-table.
9407         (completion--file-name-table): Use it.
9408         (read-file-name-predicate): Declare obsolete.
9409         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9410         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9411         completion-file-name-table, and use the `pred' argument.
9412         * files.el (locate-file-completion-table): Use the `pred' arg rather
9413         than read-file-name-predicate.
9414         (abbreviate-file-name): Use \` rather than ^ for BOS.
9416 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
9418         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9419         vc-responsible-backend to register, it causes problems.
9421 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9423         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9425 2009-10-21  Eric Ludlam  <zappo@gnu.org>
9427         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9428         (semantic-c-debug-mode-init-pch): New functions.
9429         (semantic-c-debug-mode-init-last-mode): New var.
9430         (semantic-c-parse-lexical-token): Use them.
9432         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9433         When extracting the argument list, limit only by point-max.
9435 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
9437         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9438         (tramp-smb-handle-file-attributes): Use it.
9439         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9440         (tramp-smb-handle-insert-directory): Use `mapc' rather than
9441         `mapcar'.  Use `tramp-smb-get-stat-capability'.
9442         Add `dired-filename' text properties.
9443         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9444         (tramp-smb-maybe-open-connection): Simplify check for smbclient
9445         version.
9447 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9449         * subr.el (read-key-delay): Reduce to 0.01.
9450         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9451         (bug#4751).
9453 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9455         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9457         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9458         (Info-menu): Remove unused vars `last' and `completions'.
9459         (Info-index-nodes): Remove unused var `node'.
9461         * info.el (Info-complete-menu-item): Use complete-with-action.
9463 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
9465         Make vc-annotate work through copies and renames.
9466         * vc-annotate.el (vc-annotate-extract-revision-at-line):
9467         Return the file name too.
9468         (vc-annotate-revision-at-line)
9469         (vc-annotate-find-revision-at-line)
9470         (vc-annotate-revision-previous-to-line)
9471         (vc-annotate-show-log-revision-at-line): Update to get the file
9472         name from vc-annotate-extract-revision-at-line.
9473         (vc-annotate-show-diff-revision-at-line-internal): Change the
9474         argument to mean whether to show a file diff or not.  Get the file
9475         name from vc-annotate-extract-revision-at-line.
9476         (vc-annotate-show-diff-revision-at-line):
9477         Update vc-annotate-show-diff-revision-at-line call.
9478         (vc-annotate-warp-revision): Add an optional file argument.
9480         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9481         (vc-git-annotate-extract-revision-at-line): Also return the file
9482         name if found.
9484         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9485         command.  Remove unused code.
9486         (vc-hg-annotate-re): Update to match --follow output.
9487         (vc-hg-annotate-extract-revision-at-line): Also return the file
9488         name if found.
9490         * vc.el: Update annotate-extract-revision-at-line documentation.
9492 2009-10-18  Kevin Ryde  <user42@zip.com.au>
9494         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9495         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9497         * net/browse-url.el (browse-url): Identify alist with "consp and
9498         not functionp" and let all other things go down the `apply' leg,
9499         as suggested by Stefan.  (Further to bug#4531.)
9501 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
9503         * minibuffer.el (read-file-name): Check for repeat before putting
9504         a default argument in file-name-history (Bug#4657).
9506         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9507         read syntax (Bug#4737).
9509         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9511 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9513         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9514         (html-tag-alist, html-tag-help): Add descriptions for undocumented
9515         entries and make note of obsolete tags.
9517 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9519         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9521 2009-10-18  Glenn Morris  <rgm@gnu.org>
9523         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9524         grep, so that binary files (eg international/uni-bidi.el) can match.
9525         Remove test for "UnicodeData" files, since it is hopefully unnecessary
9526         now, and in any case the file header format has changed.
9528 2009-10-17  Glenn Morris  <rgm@gnu.org>
9530         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9531         (flyspell-get-word, flyspell-large-region)
9532         (flyspell-auto-correct-previous-word): Doc/error message fixes.
9534 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9536         * Makefile.in (ELCFILES): Add ede/shell.
9538 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
9540         * term/common-win.el (x-colors): Purecopy it.
9542 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9544         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9545         permissive for when the buffer is empty.
9546         (tar-header-block-tokenize): Decode the username and groupname.
9547         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9549 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9551         * cedet/srecode/srt.el:
9552         * cedet/srecode/compile.el:
9553         * cedet/semantic/mru-bookmark.el:
9554         * cedet/semantic/debug.el:
9555         * cedet/semantic/complete.el:
9556         * cedet/semantic/analyze.el: Require CL when compiling.
9558 2009-10-17  Eric Ludlam  <zappo@gnu.org>
9560         * cedet/semantic/scope.el
9561         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
9562         tmpscope so that the regular scope will continue to work.
9564         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
9565         Use semantic-idle-summary-highlight-face as the highlighting.
9567         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
9568         contains multibyte characters, choose first applicable coding
9569         system automatically.
9571         * cedet/ede/project-am.el (project-run-target): New method.
9572         (project-run-target): New method.
9574         * cedet/ede.el (ede-target): Add run target menu item.
9575         (ede-project, ede-minor-keymap): Add ede-run-target binding.
9576         (ede-run-target): New function.
9577         (ede-target::project-run-target): New method.
9579         * cedet/ede/proj.el (project-run-target): New method.
9581         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
9582         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
9583         Add :rules.
9584         (ede-proj-target-makefile-shared-object): Only libtool compilers
9585         now available.  Add linkers for libtool.
9586         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
9587         (ede-proj-makefile-target-name): Always use .la extension.
9589         * cedet/ede/proj-prog.el (project-run-target): New method.
9591         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
9592         (ede-g++-linker): Change Change link lines.
9594         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
9595         When searching for old variables, go to the end of the buffer and
9596         search backward from there.
9597         (ede-proj-makefile-automake-insert-subdirs)
9598         (ede-proj-makefile-automake-insert-extradist): New methods.
9599         (ede-proj-makefile-create): Use them.
9601         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
9602         Force FILE to expand to the current target.  Use file-exists-p to
9603         check that it exists.
9605         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
9606         (ede-linux-load): Wrap dir in file-name-as-directory.
9607         Set :version slot.
9609         * cedet/ede/files.el (ede-get-locator-object): When enabling
9610         locate, do so on "top".
9612         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
9613         file-name-as-directory during compare.
9614         (ede-emacs-version): Return Emacs/XEmacs differentiator.
9615         Get version number from different places.  Don't call egrep.
9616         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
9617         to set the directory.
9619         * cedet/ede/shell.el: New file.
9621         * cedet/inversion.el (inversion-decoders): Allow for stray . in
9622         alpha/beta variants.
9624 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9626         * international/mule-cmds.el (select-safe-coding-system): If the file
9627         has a coding cookie, use it regardless of any other setting (bug#4712).
9629 2009-10-17  Glenn Morris  <rgm@gnu.org>
9631         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
9632         All errors should have messages.
9634         * foldout.el (foldout-mouse-swallow-events):
9635         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
9637         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
9638         (dired-keep-marker-copy, dired-keep-marker-hardlink)
9639         (dired-keep-marker-symlink, dired-dwim-target)
9640         (dired-copy-preserve-time): Do not autoload these defcustoms.
9642         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
9643         messages from messing up the file coding.  (Bug#4623)
9645 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
9647         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
9648         if no match is found for the current dictionary.  (Bug#4578)
9650         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
9651         optional, since that is how it is documented, and this is often called
9652         with a nil argument.  (Bug#4577)
9653         (flyspell-external-point-words, flyspell-auto-correct-word)
9654         (flyspell-correct-word-before-point, flyspell-word-search-forward)
9655         (flyspell-word-search-backward): Remove nil argument in calls to
9656         flyspell-get-word, since it is not needed now.
9658 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
9660         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
9662 2009-10-16  Glenn Morris  <rgm@gnu.org>
9664         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
9666 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
9668         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
9669         (ange-ftp-file-size): New function.
9670         (ange-ftp-file-attributes): Use it.
9672 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
9674         * net/tramp-smb.el (tramp-smb-version): New defvar.
9675         (tramp-smb-maybe-open-connection): Use it, in order to avoid
9676         repeated checks.
9678 2009-10-16  Glenn Morris  <rgm@gnu.org>
9680         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9681         Maybe copy some custom properties from old to new name.  (Bug#4706)
9683 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
9685         * subr.el (error, sit-for, start-process-shell-command)
9686         (start-file-process-shell-command): Set the calling convention
9687         after the function definition.
9689 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9691         * subr.el (error, sit-for, start-process-shell-command)
9692         (start-file-process-shell-command): Use the new
9693         set-advertised-calling-convention feature.
9695 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
9697         * international/ucs-normalize.el (ucs-normalize-version):
9698         Change to 1.2.
9699         (check-range): Adjust for Unicode 5.2.
9701 2009-10-15  Juri Linkov  <juri@jurta.org>
9703         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
9704         to the `menu-item' format.
9706 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
9708         * net/tramp.el (tramp-replace-environment-variables): Do not fail
9709         if the environment variable does not exist.
9711         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9712         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
9713         parameter.
9714         (tramp-smb-handle-add-name-to-file)
9715         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9716         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9717         (tramp-smb-handle-file-attributes)
9718         (tramp-smb-do-file-attributes-with-stat)
9719         (tramp-smb-handle-file-local-copy)
9720         (tramp-smb-handle-insert-directory)
9721         (tramp-smb-handle-make-directory)
9722         (tramp-smb-handle-make-directory-internal)
9723         (tramp-smb-handle-make-symbolic-link)
9724         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
9725         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
9726         (tramp-smb-maybe-open-connection): Apply the changed parameters.
9727         (tramp-smb-read-file-entry): Read Disk names in compressed format.
9728         Handle long file names.
9729         (tramp-smb-get-cifs-capabilities): Check, whether the connection
9730         process is running.
9731         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
9732         Read share names with "-g" option.
9734 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
9736         * net/rcirc.el (rcirc-view-log-file): New command.
9737         (rcirc-track-minor-mode-map): Remove C-c ` binding.
9738         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
9739         specified.
9741 2009-10-15  Glenn Morris  <rgm@gnu.org>
9743         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
9744         from the second command-line argument.
9745         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
9746         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
9747         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
9748         w32-batch-update-autoloads.
9749         * emacs-lisp/autoload.el (autoload-make-program): New variable.
9750         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
9752         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
9753         the headers cannot be located.  Simplify, subtracting superflous
9754         save-excursions.
9756 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9758         Replace completion-base-size by completion-base-position to fix bugs
9759         such as (bug#4699).
9760         * simple.el (completion-base-position): New var.
9761         (completion-base-size): Mark as obsolete.
9762         (choose-completion): Make it work for mouse events as well.
9763         Pass the new base-position to choose-completion-string.
9764         (choose-completion-guess-base-position): New function, extracted from
9765         choose-completion-delete-max-match.
9766         (choose-completion-delete-max-match): Use it.  Make obsolete.
9767         (choose-completion-string): Use the new base-position info.
9768         (completion-root-regexp): Delete.
9769         (completion-setup-function): Preserve completion-base-position.
9770         Eliminate obsolete base-size manipulation.
9771         * minibuffer.el (display-completion-list): Don't mess with base-size.
9772         (minibuffer-completion-help): Set completion-base-position instead.
9773         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
9774         choose-completion.
9775         * textmodes/bibtex.el (bibtex-complete):
9776         * emacs-lisp/crm.el (crm--choose-completion-string):
9777         Adjust to new calling convention.
9778         * complete.el (partial-completion-mode): Use minibufferp to avoid
9779         bumping into incompatible change to choose-completion-string-functions.
9780         * ido.el (ido-choose-completion-string): Make its calling convention
9781         more permissive.
9782         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
9783         base-size manipulation.
9784         (comint-dynamic-list-input-ring): Use dotimes and push.
9785         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
9786         fundamental-mode.  Use `or'.
9788 2009-10-14  Juri Linkov  <juri@jurta.org>
9790         * misearch.el (multi-isearch-next-buffer-from-list)
9791         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
9793 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9795         * Makefile.in (compile-onefile): Load `bytecomp' rather than
9796         `bytecomp.el'.
9798         * minibuffer.el (completion-pcm--merge-completions): Make sure the
9799         string we return is all made up of text from the completions rather
9800         than part from the completions and part from the input (bug#4219).
9802         * ido.el (ido-everywhere): Use define-minor-mode.
9804         * buff-menu.el (list-buffers, ctl-x-map):
9805         Mark the entry points with ;;;###autoload cookies.
9807 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
9809         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
9810         correctly in the detached head case.
9811         (vc-git-print-log): Remove unused binding.
9813         * vc.el (vc-responsible-backend): When a directory is passed for
9814         for registration create a VC repository if no backend is
9815         responsible for the directory argument.
9816         (vc-deduce-fileset): Tell vc-responsible-backend to register.
9818         * vc.el: Move comments about RCS and SCCS ...
9819         * vc-rcs.el:
9820         * vc-sccs.el: ... here, respectively.
9822 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9824         * minibuffer.el (completion--file-name-table): Return nil if there's
9825         no file completion, even if substitute-in-file-name changed
9826         the string (bug#4708).
9828 2009-10-13  Juri Linkov  <juri@jurta.org>
9830         * files-x.el (read-file-local-variable-value): Don't filter out
9831         minor modes from mode name completion (bug#4664).
9833 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
9835         * international/mule-cmds.el (ucs-names): Remove exclusion of
9836         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
9838 2009-10-13  Kenichi Handa  <handa@m17n.org>
9840         * international/uni-name.el: Regenerated.
9842 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
9844         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
9845         should be automatically buffer-local, but isn't.)
9847 2009-10-12  Sam Steingold  <sds@gnu.org>
9849         * progmodes/compile.el (compilation-next-error-function): Fix the
9850         timestamps if the buffer has been visited before.
9851         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
9852         non-anchored patterns, like the perl one (bug#3928).
9854 2009-10-12  Glenn Morris  <rgm@gnu.org>
9856         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
9857         Let-bind `size'.
9859 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
9861         * proced.el (proced-unload-function): New function.
9863         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
9864         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
9865         Doc fix.
9867         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
9869 2009-10-11  Juri Linkov  <juri@jurta.org>
9871         * files-x.el (read-file-local-variable-value):
9872         Provide default value only for bound variables (bug#4664).
9874 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
9876         * net/tramp.el (tramp-local-host-p): Function shall return nil for
9877         connection methods like smb.
9879         * net/tramp-cache.el (tramp-flush-connection-property): The hash
9880         can be empty.
9882         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9883         (tramp-smb-file-name-handler-alist): Add handlers for
9884         `add-name-to-file', `make-symbolic-link'.
9885         (tramp-smb-handle-add-name-to-file)
9886         (tramp-smb-do-file-attributes-with-stat)
9887         (tramp-smb-handle-make-symbolic-link)
9888         (tramp-smb-get-cifs-capabilities): New defuns.
9889         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9890         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9891         (tramp-smb-handle-file-local-copy)
9892         (tramp-smb-handle-make-directory-internal)
9893         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9894         The file name syntax depends on cifs capabilities.
9895         (tramp-smb-handle-file-attributes):
9896         Call `tramp-smb-do-file-attributes-with-stat' if possible.
9897         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
9898         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
9900 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
9902         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
9903         (eieio-defclass): Apply deftype handler and setf-method properties
9904         directly.
9905         (eieio-add-new-slot): Avoid union function from cl library.
9906         (eieio--typep): New function.
9907         (eieio-perform-slot-validation): Use it.
9909 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
9911         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
9912         Update documentation to refer to the variables documented in r1.135.
9913         (Bug#4188)
9915 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
9917         * bookmark.el (Info-suffix-list): Remove this unused variable.
9918         (bookmark-current-point): Remove this obsolete variable.
9919         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
9920         Adjust for removal of bookmark-current-point.
9922         (bookmarks-already-loaded, bookmark-current-buffer)
9923         (bookmark-yank-point): Document.  (Bug#4188)
9925 2009-10-10  Glenn Morris  <rgm@gnu.org>
9927         * frame.el (frame-height): Doc fix.
9929         * calendar/calendar.el (calendar-split-width-threshold): New option.
9930         (calendar-basic-setup): Use calendar-split-width-threshold.
9932 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
9934         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
9935         Use .la for Automake.
9937 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
9939         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
9940         Use "autoreconf -i".  Suggested by Andreas Schwab.
9942 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
9944         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
9945         Ideographic Supplement" range (U+1F200..U+1F2FF).
9947 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9949         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
9950         since the list will have been rebuilt anyway.  (Bug#4349)
9952 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9954         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
9955         (bookmark-bmenu-execute-deletions): Don't save here, as
9956         bookmark-delete will now do so if necessary.
9957         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
9958         (Bug#4348)
9960 2009-10-09  Glenn Morris  <rgm@gnu.org>
9962         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
9964 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9966         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
9967         (bookmark-jump-other-window): Just invoke bookmark-jump with new
9968         argument now, so the two function's behaviors will match.  (Bug#3645)
9970 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
9972         * cedet/ede/proj.el (project-make-dist, project-compile-project):
9973         Fix filename test.
9974         (ede-proj-dist-makefile): Use expand-file-name instead of concat
9975         to expand file names.
9977 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
9979         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
9980         (tramp-file-name-real-host, tramp-file-name-port):
9981         Apply `save-match-data'.
9983         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
9984         case both directories are remote.
9985         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
9986         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
9988 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
9990         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
9991         (ede-proj-target-makefile-objectcode): Use it.
9993         * cedet/ede/source.el (ede-want-any-source-files-p)
9994         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
9995         Return search result.  This error was introduced while merging.
9997 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
9999         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
10001 2009-10-07  Glenn Morris  <rgm@gnu.org>
10003         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
10004         of concat.
10006 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10008         * files-x.el (read-file-local-variable): Include some
10009         non-user-variables in the completion table (bug#4664).
10011 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
10013         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
10014         message.
10016         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10017         (tramp-smb-file-name-handler-alist): Add handler for
10018         `copy-directory', `expand-file-name', `set-file-modes'.
10019         (tramp-smb-handle-copy-directory)
10020         (tramp-smb-handle-expand-file-name)
10021         (tramp-smb-handle-set-file-modes): New defuns.
10022         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
10023         (tramp-smb-handle-file-attributes): Simplify check for retrieving
10024         entry.
10025         (tramp-smb-handle-insert-directory): Don't flush the cache.
10026         (tramp-smb-maybe-open-connection): Check for samba client and
10027         server versions.
10029 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
10031         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
10032         to not error out of search for "^lisp=" fails.
10034 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
10036         * makefile.w32-in (WINS_UPDATES): New macro.
10037         (custom-deps, finder-data, autoloads): Use it.
10039 2009-10-07  Glenn Morris  <rgm@gnu.org>
10041         * Makefile.in (autoloads): Revert previous change.
10042         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
10043         the list of preloaded files passed on the command-line, get
10044         it from src/Makefile.
10046         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
10047         show the original buffer rather than a random one.
10049 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
10051         * help.el (describe-no-warranty): Place point in a slightly better
10052         position in the GPLv3 text.
10054 2009-10-06  Sam Steingold  <sds@gnu.org>
10056         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
10057         the comm attribute is present before calling regexp-quote.
10059 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
10061         * play/animate.el (animate-string): For good effect, make sure
10062         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
10064         * play/animate.el (animate-sequence, animate-birthday-present):
10065         * misc.el (butterfly): Don't set `indent-tabs-mode'.
10067 2009-10-06  Glenn Morris  <rgm@gnu.org>
10069         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
10071         * emacs-lisp/autoload.el (autoload-excludes): New variable.
10072         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
10073         (batch-update-autoloads): Process a string value of autoload-excludes,
10074         set during the build process.
10075         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
10077         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
10078         inside with-parsed...  macro so that `v' is defined.
10080         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
10081         * progmodes/fortran.el (fortran-end-of-block)
10082         (fortran-beginning-of-block):
10083         Also push mark in the macro case.
10085         * emerge.el (emerge-show-file-name):
10086         * calc/calc.el (calc-quit):
10087         * calc/calc-misc.el (calc-big-or-small):
10088         * calc/calc-graph.el (calc-graph-view):
10089         * calc/calc-ext.el (calc-reset):
10090         * calendar/calendar.el (calendar-basic-setup):
10091         Use window-full-height-p.
10093         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
10094         header we don't understand, don't insert another.  (Bug#4624)
10095         If changing mime charset, insert the new one in the right place.
10097 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
10099         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
10100         (cal-tex-cursor-month): Correctly increment the end date for diary and
10101         holiday listing.  (Bug#4626)
10103 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10105         * help-fns.el (describe-function-1): Don't burp if the function is not
10106         a symbol.
10108 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
10110         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
10111         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
10112         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
10113         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
10115         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
10116         (eieio-default-superclass): Reflow docstrings.
10117         (this, class-option-assoc, defclass, eieio-class-un-autoload)
10118         (eieio-unbind-method-implementations, defmethod)
10119         (eieio-validate-slot-value, eieio-validate-class-slot-value)
10120         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
10121         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
10122         (eieio-slot-originating-class-p, eieio-slot-name-index)
10123         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
10124         (constructor, initialize-instance, no-next-method, object-print)
10125         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
10126         Fix typos in docstrings.
10127         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
10128         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
10129         (next-method-p): Doc fixes.
10130         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
10131         Fix typos in error messages.
10132         (eieio-defmethod): Fix typo in description of generic method.
10134         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
10135         (eieio-persistent-save-interactive, slot-missing):
10136         Fix typos in docstrings.
10137         (eieio-instance-inheritor-slot-boundp): Doc fix.
10139         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
10140         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
10142         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
10143         (eieio-custom-object-apply-reset):
10144         Fix typos in docstrings and error messages.
10146         * emacs-lisp/eieio-datadebug.el (data-debug-show):
10147         Fix typo in docstring.
10149         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
10150         (eieio-browse-tree): Doc fix.
10151         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
10152         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
10153         Fix typos in docstrings.
10155         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
10156         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
10157         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
10158         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
10159         Reflow docstrings.
10161 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
10163         * vc-hg.el (log-view-vc-backend): Declare for compiler.
10164         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
10165         Set log-view-vc-backend so that diff can work.
10167         * log-view.el (log-view-diff): Use vc-diff-internal instead of
10168         vc-version-diff.
10169         (vc-diff-internal): Autoload this instead of vc-version-diff.
10171 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
10173         * simple.el (eval-expression): Doc fix.
10175         * progmodes/cwarn.el (cwarn-mode): Doc fix.
10177 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
10179         * files.el (directory-files-no-dot-files-regexp): New defconst.
10180         (delete-directory): Use it.
10181         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
10183         * net/tramp.el (tramp-verbose): Fix docstring.
10184         (tramp-methods): Add recursive option to `tramp-copy-args'.
10185         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
10186         "scp1_old", "scp2_old", "rsync", "rsyncc".
10187         (tramp-default-method): Check also for `auth-source-user-or-password'.
10188         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10189         Add handler for `copy-directory'.
10190         (tramp-handle-copy-directory): New defun.
10191         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
10192         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
10193         Optimize sent command.
10195 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10197         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
10198         window if necessary.
10200         * calendar/calendar.el (calendar-basic-setup): Don't call
10201         switch-to-buffer in a dedicated window.
10203 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
10205         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
10206         don't do anything related to relocating, just return nil.
10207         (bookmark-error-no-filename): New error.
10208         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
10209         bookmark has no file.  Don't even attempt to handle things that
10210         are not files; the whole point of custom handlers is to keep that
10211         knowledge elsewhere anyway.  Tighten some comments.
10212         (bookmark-file-or-variation-thereof): Remove now-unused function.
10213         (bookmark-location): Doc string fix.
10214         (Bug#4250)
10216 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10218         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
10219         don't use a file dialog, because they usually don't know how to read
10220         a directory target from the user.  (Bug#4230)
10221         Also, make sure the prompt can display directories as well as files.
10223 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10225         * bookmark.el (bookmark-set, bookmark-buffer-name):
10226         Improve doc strings.  (Bug#1193)
10228 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10230         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
10231         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
10232         (bookmark-get-annotation, bookmark-set-annotation)
10233         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10234         (bookmark-set-position, bookmark-get-front-context-string)
10235         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10236         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
10237         (bookmark-jump-other-window, bookmark-handle-bookmark)
10238         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
10239         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
10240         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
10241         Improve doc strings to say whether bookmark can be a string or
10242         a record or both, and make other consistency and clarity fixes.
10243         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
10244         (bookmark-default-annotation-text, bookmark-yank-word)
10245         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
10246         (bookmark-import-new-list, bookmark-maybe-rename)
10247         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10248         (bookmark-bmenu-bookmark): Give these doc strings.
10249         (bookmark-bmenu-check-position): Give this a doc string, but also
10250         add a FIXME comment about how the function may be pointless.
10251         (bookmark-default-handler): Rework doc string and change a
10252         parameter name, to clarify that this takes a bookmark record
10253         not a bookmark name.
10254         (bookmark-set): Change a parameter name to indicate its meaning,
10255         and improve the doc string a bit.
10256         (Bug#4188)
10258 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10260         * bookmark.el (bookmark-alist): Document the new `handler' element
10261         in the param alist.
10262         (bookmark-make-record-function): Adjust documentation for above.
10263         (Bug#4193)
10265 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10267         * info.el (Info-bookmark-make-record): Document this function.
10268         (Info-bookmark-jump): Document with a doc string, not just a comment.
10269         (Bug#4203)
10271 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10273         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
10274         (semantic-new-buffer-fcn): Call parser setup functions here.
10275         (semantic-mode): Don't call parser setup functions here, it's done
10276         in semantic-new-buffer-fcn now.
10277         (semantic-mode): Parse all existing buffers when enabled.
10279         * cedet/srecode/compile.el (srecode-compile-file):
10280         Call semantic-new-buffer-fcn if the buffer has not been parsed.
10282 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10284         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10286         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10287         (proj-comp-insert-variable-once): New macro, renamed from
10288         ede-pmake-insert-variable-once in ede/pmake.edl.
10289         (ede-proj-makefile-insert-variables): Use it.
10291 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
10293         * files.el (copy-directory): New defun.
10295         * dired-aux.el (dired-copy-file-recursive): Use it.
10297 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10299         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10300         (makefile-end-of-command):
10301         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10302         (semantic-end-of-context): Fix previous change.  Doc fixes.
10304 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10306         * files-x.el (modify-dir-local-variable)
10307         (copy-dir-locals-to-file-locals-prop-line):
10308         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10309         (makefile-end-of-command):
10310         * cedet/semantic/lex.el (semantic-lex-token):
10311         * cedet/semantic/analyze/fcn.el
10312         (semantic-analyze-dereference-metatype-1):
10313         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10314         (semantic-lex-cpp-undef):
10315         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10316         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10317         (semantic-end-of-context): Fix typos in docstrings.
10319         * recentf.el (recentf-unload-function): New function.
10321 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10323         * cedet/ede.el (ede-project-placeholder-cache-file):
10324         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10325         * cedet/srecode/map.el (srecode-map-save-file):
10326         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
10328 2009-10-04  Glenn Morris  <rgm@gnu.org>
10330         * window.el (window-full-height-p): Add doc string.
10332 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
10334         * window.el (window-full-height-p): New function.  (Bug#4543)
10336 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
10338         * cedet/srecode/insert.el: Require srecode/args.
10340         * cedet/srecode/args.el: Require srecode/dictionary instead of
10341         srecode/insert.
10343         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10345         * files.el (auto-mode-alist): Add .srt and Project.ede.
10347         * cedet/semantic.el (semantic-mode):
10348         Handle srecode-template-mode-hook as well.
10349         (semantic-mode): Use js-mode-hook for Javascript hook.
10351         * cedet/srecode/template.el: Remove hook variable.
10353         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10355         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10356         projects exist.
10357         (ede-project-placeholder-cache-file): Default to a file in
10358         user-emacs-directory.
10360         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10361         templates in data-directory.
10362         (srecode-map-save-file): Default to a file in user-emacs-directory.
10364         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10365         directory.
10367 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10369         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10370         Doc fix.
10372         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10373         Only insert each variable once.
10375         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10376         (ede-pmake-insert-variable-shared): Use it.
10378         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10379         for lexical table iff table is nil.
10381 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
10383         * vc.el: Remove commented out code.
10384         (vc-derived-from-dir-mode): Remove, unused.
10385         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10387 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
10389         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10390         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
10391         there could be recursive loading when `default-directory' is a
10392         remote file name.  (Bug#4614)
10394 2009-10-03  Glenn Morris  <rgm@gnu.org>
10396         * calendar/calendar.el (calendar-basic-setup): Handle the case where
10397         the frame is wide.
10398         (calendar-generate-window): Test for shrinkability rather than width.
10400         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10401         declaration, currently false.
10403         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10404         reusing existing buffers, in case we happen to visit two files with the
10405         same basename.  (Bug#4593)
10407 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10409         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10410         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10411         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10412         subdirs of cedet as well.
10413         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10415 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10417         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10418         Obey advertised-signature-table.
10420         * help-fns.el (help-function-arglist): Don't check
10421         advertised-signature-table.
10422         (describe-function-1): Do it here instead so it also applies to subrs.
10424 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
10426         * simple.el (start-file-process): Say in the doc-string, that file
10427         handlers might not support pty association, if PROGRAM is nil.
10429         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10430         HOST and USER are strings.  They are nil, when there are
10431         incomplete entries in ~/.netrc, for example.
10432         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
10433         root directory ("device busy" error otherwise).
10435         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10436         Flush file properties of created directory.
10438 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10440         * makefile.w32-in (WINS_BASIC): Remove cedet.
10441         (WINS_CEDET): Add cedet.
10442         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10444 2009-10-02  Kevin Ryde  <user42@zip.com.au>
10446         * net/browse-url.el (browse-url): Pass any symbol in
10447         browse-url-browser-function to `apply', since if you've mistakenly put
10448         an unbound symbol then the error is clearer.  (Bug#4531)
10450 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10452         * allout.el (allout-init, allout-back-to-current-heading)
10453         (allout-beginning-of-current-entry, allout-ascend-to-depth)
10454         (allout-ascend, allout-up-current-level, allout-end-of-level)
10455         (allout-previous-visible-heading, allout-forward-current-level)
10456         (allout-backward-current-level, allout-show-children):
10457         * apropos.el (apropos-describe-plist):
10458         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10459         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10460         * completion.el (add-completion, add-permanent-completion):
10461         * descr-text.el (describe-text-category, describe-char):
10462         * desktop.el (desktop-lazy-abort):
10463         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10464         * dired.el (dired-build-subdir-alist):
10465         * ediff.el (ediff-version):
10466         * elide-head.el (elide-head, elide-head-show):
10467         * emerge.el (emerge-version):
10468         * env.el (getenv):
10469         * face-remap.el (variable-pitch-mode):
10470         * faces.el (describe-face):
10471         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10472         (dired-at-point):
10473         * files.el (find-file-existing, auto-save-mode):
10474         * font-lock.el (font-lock-fontify-buffer):
10475         * help-fns.el (describe-function, describe-variable)
10476         (describe-syntax, describe-categories):
10477         * help.el (view-lossage, describe-bindings, describe-key)
10478         (describe-mode):
10479         * hexl.el (hexl-current-address):
10480         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10481         * info.el (Info-goto-emacs-key-command-node):
10482         * log-edit.el (log-edit-insert-cvs-template)
10483         (log-edit-insert-cvs-rcstemplate):
10484         * menu-bar.el (menu-bar-mode):
10485         * mouse.el (mouse-appearance-menu):
10486         * newcomment.el (comment-indent-new-line):
10487         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10488         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10489         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10490         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10491         * recentf.el (recentf-mode):
10492         * savehist.el (savehist-mode, savehist-save):
10493         * shadowfile.el (shadow-copy-files):
10494         * simple.el (kill-ring-save, next-line, previous-line)
10495         (normal-erase-is-backspace-mode):
10496         * strokes.el (strokes-update-window-configuration)
10497         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10498         (strokes-xpm-for-stroke):
10499         * time.el (emacs-uptime, emacs-init-time):
10500         * tutorial.el (tutorial--describe-nonstandard-key)
10501         (tutorial--detailed-help):
10502         * type-break.el (type-break-mode)
10503         (type-break-mode-line-message-mode, type-break-query-mode)
10504         (type-break-guesstimate-keystroke-threshold):
10505         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10506         * version.el (emacs-version):
10507         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10508         * winner.el (winner-mode):
10509         * calendar/timeclock.el (timeclock-in, timeclock-out)
10510         (timeclock-status-string, timeclock-change)
10511         (timeclock-workday-remaining-string)
10512         (timeclock-workday-elapsed-string)
10513         (timeclock-when-to-leave-string):
10514         * calendar/todo-mode.el (todo-add-category):
10515         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10516         * emacs-lisp/autoload.el (update-file-autoloads):
10517         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10518         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10519         (checkdoc-message-text, checkdoc-defun):
10520         * emacs-lisp/debug.el (debugger-list-functions):
10521         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10522         * emacs-lisp/eieio-opt.el (eieio-describe-class)
10523         (eieio-describe-generic):
10524         * emacs-lisp/lisp-mnt.el (lm-synopsis):
10525         * emacs-lisp/shadow.el (list-load-path-shadows):
10526         * emulation/cua-base.el (cua-mode):
10527         * emulation/edt.el (edt-set-scroll-margins):
10528         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10529         (tpu-toggle-regexp, tpu-toggle-search-direction)
10530         (tpu-toggle-rectangle, tpu-toggle-control-keys):
10531         * emulation/tpu-extras.el (tpu-set-scroll-margins):
10532         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10533         (viper-set-parsing-style-toggling-macro)
10534         (viper-set-emacs-state-searchstyle-macros):
10535         * emulation/viper.el (viper-set-hooks):
10536         * eshell/esh-mode.el (eshell-truncate-buffer):
10537         * international/mule-cmds.el (prefer-coding-system)
10538         (describe-input-method, describe-language-environment):
10539         * international/mule-diag.el (list-character-sets)
10540         (describe-character-set, describe-coding-system)
10541         (describe-fontset, list-fontsets, list-input-methods):
10542         * mail/sendmail.el (mail-signature):
10543         * net/ange-ftp.el (ange-ftp-copy-file):
10544         * net/browse-url.el (browse-url):
10545         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10546         * net/quickurl.el (quickurl-add-url):
10547         * net/rcirc.el (names, topic):
10548         * net/xesam.el (xesam-mode):
10549         * play/5x5.el (5x5-new-game):
10550         * play/yow.el (apropos-zippy):
10551         * progmodes/ada-mode.el (ada-mode-version):
10552         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10553         (f90-end-of-block)
10554         (f90-beginning-of-block):
10555         * progmodes/fortran.el (fortran-end-of-block)
10556         (fortran-beginning-of-block):
10557         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
10558         * progmodes/python.el (python-describe-symbol, python-shell):
10559         * term/ns-win.el (ns-print-buffer):
10560         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
10561         * textmodes/flyspell.el (flyspell-mode-on):
10562         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
10563         (pages-directory-for-addresses):
10564         * textmodes/table.el (table-recognize-cell)
10565         (table-query-dimension, table-generate-source)
10566         (table-insert-sequence, table--warn-incompatibility):
10567         * textmodes/tex-mode.el (tex-validate-buffer):
10568         * textmodes/texinfmt.el (texinfmt-version)
10569         (texinfo-format-buffer):
10570         Use `called-interactively-p' instead of `interactive-p'.
10572 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10574         * image-mode.el (image-toggle-display):
10575         * emacs-lisp/elp.el (elp-instrument-function):
10576         * emacs-lisp/advice.el (ad-make-advised-definition):
10577         * emacs-lisp/easy-mmode.el (define-minor-mode):
10578         * net/browse-url.el (browse-url-maybe-new-window):
10579         * progmodes/sh-script.el (sh-learn-buffer-indent):
10580         Pass new argument 'any to `called-interactively-p'.
10582 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10584         * international/uni-bidi.el:
10585         * international/uni-category.el:
10586         * international/uni-combining.el:
10587         * international/uni-comment.el:
10588         * international/uni-decimal.el:
10589         * international/uni-decomposition.el:
10590         * international/uni-digit.el:
10591         * international/uni-lowercase.el:
10592         * international/uni-mirrored.el:
10593         * international/uni-name.el:
10594         * international/uni-numeric.el:
10595         * international/uni-old-name.el:
10596         * international/uni-titlecase.el:
10597         * international/uni-uppercase.el:
10598         Regenerate from Unicode 5.2.0 data.
10600 2009-10-01  Glenn Morris  <rgm@gnu.org>
10602         * Makefile.in (ELCFILES): Regenerate.
10604 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10606         * subr.el (interactive-p): Mark obsolete.
10607         (called-interactively-p): Make the optional-ness of `kind' obsolete.
10608         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
10609         advertised-signature-table for subroutines as well.
10611         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
10612         (set-advertised-calling-convention): New function.
10613         (make-obsolete, define-obsolete-function-alias)
10614         (make-obsolete-variable, define-obsolete-variable-alias):
10615         Make the optional-ness of `when' obsolete.
10616         (define-obsolete-face-alias): Make `when' non-optional.
10617         * help-fns.el (help-function-arglist):
10618         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
10619         Use advertised-signature-table.
10621 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
10623         * files.el (delete-directory): New defun.  The original function
10624         in fileio.c has been renamed to `delete-directory-internal'.
10626         * dired.el (dired-delete-file): Call `delete-directory' with
10627         RECURSIVE parameter.
10629         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
10630         parameter RECURSIVE.  Implementation is missing.
10632         * net/tramp.el (tramp-handle-make-directory): Flush upper
10633         directory's file properties.
10634         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
10635         (tramp-handle-dired-recursive-delete-directory): Flush directory
10636         properties after the remove command only.
10638         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10639         Handle optional parameter RECURSIVE.
10641         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
10642         Handle optional parameter RECURSIVE.
10644         * net/tramp-smb.el (tramp-smb-errors): Add error message for
10645         connection timeout.
10646         (tramp-smb-handle-delete-directory): Handle optional parameter
10647         RECURSIVE.
10649 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10651         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
10652         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
10653         (byte-compile-defmacro): Use backquotes.
10655         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
10657         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
10658         has no associated file.
10659         (vc-resynch-buffer): Use vc-dir-buffers.
10661 2009-10-01  Glenn Morris  <rgm@gnu.org>
10663         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
10664         (chart-file-count):
10665         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
10666         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
10667         * emacs-lisp/eieio-opt.el (eieio-describe-class):
10668         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
10669         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
10670         (eieio-copy-parents-into-subclass, make-instance, class-children)
10671         (eieio-generic-form):
10672         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
10673         * cedet/cedet-idutils.el (cedet-idutils-search)
10674         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
10675         (cedet-idutils-version-check):
10676         * cedet/cedet.el (cedet-version):
10677         * cedet/data-debug.el (data-debug-insert-overlay-button)
10678         (data-debug-insert-overlay-list-button)
10679         (data-debug-insert-buffer-button)
10680         (data-debug-insert-buffer-list-button)
10681         (data-debug-insert-process-button, data-debug-insert-ring-button)
10682         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
10683         (data-debug-insert-stuff-vector-button)
10684         (data-debug-insert-symbol-button, data-debug-insert-string)
10685         (data-debug-insert-number, data-debug-insert-lambda-expression)
10686         (data-debug-insert-nil, data-debug-insert-simple-thing)
10687         (data-debug-insert-custom, data-debug-edebug-expr):
10688         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
10689         (global-ede-mode-map, ede-new, ede-debug-target)
10690         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
10691         * cedet/semantic.el (semantic-minimum-working-buffer-size)
10692         (semantic-fetch-tags, semantic-submode-list)
10693         (semantic-default-submodes):
10694         * cedet/ede/source.el (ede-source-match):
10695         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
10696         (project-am-package-info):
10697         * cedet/ede/proj.el (ede-proj-target, project-new-target):
10698         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
10699         * cedet/ede/proj-comp.el (ede-current-build-list):
10700         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
10701         * cedet/ede/files.el (ede-toplevel-project-or-nil):
10702         * cedet/ede/cpp-root.el (initialize-instance):
10703         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
10704         (autoconf-parameter-strip, autoconf-insert-new-macro):
10705         * cedet/semantic/wisent.el (wisent-lex-eoi):
10706         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
10707         (semantic-show-parser-state-mode):
10708         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
10709         * cedet/semantic/tag.el (semantic-tag-new-variable)
10710         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
10711         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
10712         (semantic--tag-deep-copy-tag-list)
10713         (semantic-tag-components-with-overlays-default):
10714         * cedet/semantic/symref.el (semantic-symref-find-text):
10715         * cedet/semantic/senator.el (senator-yank-tag)
10716         (senator-transpose-tags-up):
10717         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
10718         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
10719         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
10720         * cedet/semantic/lex.el (semantic-lex-comment-regex)
10721         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
10722         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
10723         * cedet/semantic/lex-spp.el
10724         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
10725         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
10726         * cedet/semantic/idle.el
10727         (semantic-idle-summary-current-symbol-info-brutish)
10728         (semantic-idle-summary-current-symbol-info-default):
10729         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
10730         (semantic--grammar-macro-compl-dict):
10731         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
10732         * cedet/semantic/format.el (semantic-format-tag-custom-list)
10733         (semantic-format-tag-canonical-name-default):
10734         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
10735         (semantic-find-tags-for-completion)
10736         (semantic-find-tags-by-scope-protection-default)
10737         (semantic-deep-find-tags-for-completion):
10738         * cedet/semantic/edit.el
10739         (semantic-edits-incremental-reparse-failed-hook)
10740         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
10741         (semantic-edits-splice-remove, semantic-edits-splice-replace):
10742         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
10743         * cedet/semantic/dep.el (semantic-dependency-include-path):
10744         * cedet/semantic/db.el (semanticdb-default-find-index-class)
10745         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
10746         (semanticdb-project-roots):
10747         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
10748         (semanticdb-find-adebug-insert-scanned-tag-cons)
10749         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
10750         (semanticdb-brute-deep-find-tags-for-completion):
10751         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
10752         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
10753         (semantic-end-of-context-default)
10754         (semantic-ctxt-current-function-default)
10755         (semantic-ctxt-scoped-types-default):
10756         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
10757         (semantic-complete-inline-tag-engine)
10758         (semantic-complete-inline-custom-type)
10759         (semantic-complete-read-tag-analyzer):
10760         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
10761         (semantic-chart-database-size):
10762         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
10763         (semantic-analyze-current-context):
10764         * cedet/semantic/symref/list.el (semantic-symref)
10765         (semantic-symref-hide-buffer, semantic-symref-symbol):
10766         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
10767         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
10768         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
10769         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
10770         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
10771         (semantic-c-dereference-template):
10772         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
10773         (semantic--analyze-refs-full-lookup-with-parents)
10774         (semantic--analyze-refs-full-lookup-simple):
10775         * cedet/semantic/analyze/complete.el
10776         (semantic-analyze-possible-completions):
10777         * cedet/srecode/table.el (srecode-mode-table-new):
10778         * cedet/srecode/srt.el (srecode-read-variable-name):
10779         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
10780         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
10781         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
10782         * cedet/srecode/map.el (srecode-current-map):
10783         * cedet/srecode/insert.el (srecode-insert)
10784         (srecode-insert-variable-secondname-handler, srecode-insert-method)
10785         (srecode-template-inserter-point-override)
10786         (srecode-insert-include-lookup):
10787         * cedet/srecode/getset.el (srecode-auto-choose-class):
10788         * cedet/srecode/extract.el (srecode-inserter-extract):
10789         * cedet/srecode/document.el
10790         (srecode-document-autocomment-return-last-alist)
10791         (srecode-document-autocomment-param-type-alist)
10792         (srecode-document-insert-function-comment)
10793         (srecode-document-insert-variable-one-line-comment)
10794         (srecode-document-function-name-comment):
10795         * cedet/srecode/dictionary.el (srecode-create-dictionary)
10796         (srecode-compound-toString):
10797         * cedet/srecode/compile.el (srecode-flush-active-templates):
10798         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
10799         Doc/message fixes.
10801         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
10802         match-data.  (Bug#4555).
10804         * cedet/semantic/bovine/gcc.el
10805         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
10806         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
10808         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
10809         rather than parsing it as a regexp.  This relaxes the layout
10810         requirements and makes errors easier to detect.
10811         (check-declare-verify): Check file is regular.
10812         (check-declare-directory): Doc fix.
10813         * subr.el (declare-function): Doc fix.
10815         * ibuffer.el (ibuffer-format-qualifier):
10816         * isearch.el (hi-lock-regexp-okay):
10817         * calc/calc.el (math-zerop):
10818         * mail/uce.el (rmail-msgbeg, rmail-msgend):
10819         * term/w32-win.el (setup-default-fontset, set-fontset-font):
10820         Remove unused declarations.
10822 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10824         * cedet/semantic/wisent/javat-wy.el
10825         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
10827 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
10829         * cedet/srecode/expandproto.el: Fix provide statement.
10831 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10833         * emacs-lisp/eieio.el (boolean-p): Delete.
10835 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
10837         * cedet/ede/srecode.el: Fix provide statement.
10839 2009-09-30  Glenn Morris  <rgm@gnu.org>
10841         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
10842         * cedet/ede/proj-aux.el (ede-aux-source):
10843         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
10844         (ede-misc-source):
10845         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
10846         (semantic-mrub-switch-tags): Fix doc typos.
10848         * cedet/semantic/db-global.el (data-debug-new-buffer)
10849         (data-debug-insert-thing): Remove unneeded declarations (one broken).
10850         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
10852         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
10854         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
10855         use of CL function `remove-if-not'.
10857         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
10859         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
10860         filename is not a string.
10862 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
10864         * files.el (safe-local-eval-forms): Fix typo.
10866 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10868         * vc-hooks.el (vc-dir-buffers): New var.
10869         (vc-state-refresh): New function.
10870         (vc-state): Use it.
10871         (vc-after-save): Always ask the backend to recompute the new state.
10872         Always call vc-dir if necessary, using vc-dir-buffers.
10873         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
10874         Use vc-dir-buffers.
10875         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
10876         (vc-dir-prepare-status-buffer, vc-dir-update)
10877         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
10878         Don't call expand-file-name on default-directory.
10880 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10882         * speedbar.el (speedbar-item-delete):
10883         * calc/calc-prog.el (calc-kbd-if):
10884         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
10886         * epa.el (epa-key-list-mode-map):
10887         * hi-lock.el (hi-lock-menu): Fix typos in menus.
10889         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
10890         (hs-show-hook): Fix typo in docstring.
10892 2009-09-29  Glenn Morris  <rgm@gnu.org>
10894         * cedet/semantic/symref/idutils.el:
10895         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
10897         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
10899         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
10900         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
10901         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
10902         Mark declarations not understood by check-declare.
10904         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
10905         file-name-nondirectory call preventing location of cedet files.
10906         (check-declare-verify): Use literal search rather than re-search.
10907         Add basic defmethod and defclass, and define-overloadable-function.
10909         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10910         Use tramp-compat-file-attributes rather than nonexistent
10911         tramp-compat-handle-file-attributes.
10913         * Makefile.in (lisptagsfiles4): New.
10914         (AUTOGENEL): Add cedet loaddefs files.
10915         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
10916         (update-elclist, compile-always, backup-compiled-files)
10917         (bootstrap-clean): Add yet another directory level.
10918         (update-elclist): Use LC_COLLATE rather than COLLATE.
10919         (ELCFILES): Update, via `make update-elclist'.
10921 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10923         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
10924         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
10925         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
10927 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
10929         * Makefile.in (lisptagsfiles3): Define.
10930         (TAGS, TAGS-LISP): Use it.
10931         (update-elclist): Add third directory level to look for elc files.
10932         (compile-always): Likewise.
10933         (backup-compiled-files): Likewise.
10934         (bootstrap-clean): Likewise.
10935         (ELCFILES): Update.
10937 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
10939         * Makefile.in (ELCFILES): Add CEDET files.
10941 2009-09-28  Eric Ludlam  <zappo@gnu.org>
10943         CEDET (development tools) package merged.
10945         * cedet/*.el:
10946         * cedet/ede/*.el:
10947         * cedet/semantic/*.el:
10948         * cedet/srecode/*.el: New files.
10950 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
10952         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
10954         * net/tramp.el (top): Require tramp-imap.
10956         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10957         Use `tramp-compat-handle-file-attributes'.
10959 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10961         * net/tramp-imap.el: New package.
10963 2009-09-28  Eric Ludlam  <zappo@gnu.org>
10965         * emacs-lisp/chart.el:
10966         * emacs-lisp/eieio-base.el:
10967         * emacs-lisp/eieio-comp.el:
10968         * emacs-lisp/eieio-custom.el:
10969         * emacs-lisp/eieio-datadebug.el:
10970         * emacs-lisp/eieio-opt.el:
10971         * emacs-lisp/eieio-speedbar.el:
10972         * emacs-lisp/eieio.el: New files.
10974         * cedet/cedet-cscope.el:
10975         * cedet/cedet-files.el:
10976         * cedet/cedet-global.el:
10977         * cedet/cedet-idutils.el:
10978         * cedet/data-debug.el:
10979         * cedet/inversion.el:
10980         * cedet/mode-local.el:
10981         * cedet/pulse.el: New files.
10983 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10985         * whitespace.el (whitespace-trailing-regexp)
10986         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
10987         Fix doc string.
10989 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
10991         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
10992         menu.
10994         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
10995         menu-bar-ediff-menu.
10997         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
10998         define-overloadable-function.
11000         * progmodes/autoconf.el: Provide autoconf as well, so that this
11001         file can be `require'd.
11003         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
11005         * emacs-lisp/autoload.el (generated-autoload-feature)
11006         (generated-autoload-load-name): New vars.
11007         (autoload-rubric, autoload-generate-file-autoloads): Use them.
11008         (make-autoload): Recognize define-overloadable-function and
11009         defclass forms (for EIEIO).
11011         * Makefile.in (update-subdirs): Exclude cedet directory.
11013 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
11015         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
11017         * faces.el: Default light-background background for region face to
11018         ns_selection_color under NS.
11020 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11022         * net/imap-hash.el: New library, see NEWS.
11024         * Makefile.in (ELCFILES): Add imap-hash.el.
11026 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11028         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
11029         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
11030         * help-macro.el (make-help-screen): Avoid using an ambiguous function
11031         definition where the docstring could be taken for the return value.
11033 2009-09-26  Glenn Morris  <rgm@gnu.org>
11035         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
11036         Add option to only show images below a certain size.
11037         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
11038         save-excursion calls.
11040 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
11042         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
11043         subdirectories) and eieio.
11045 2009-09-26  Alan Mackenzie  <acm@muc.de>
11047         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
11048         buggy bracketing.  (Bug#4289)
11050         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
11051         character constants (as case labels).  (Bug#4289)
11053 2009-09-25  Juri Linkov  <juri@jurta.org>
11055         * files.el (safe-local-eval-forms): Allow time-stamp in
11056         before-save-hook (Bug#4554).
11058 2009-09-25  Drew Adams  <drew.adams@oracle.com>
11060         * menu-bar.el (list-buffers-directory): Doc fix.
11062 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11064         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
11065         Try and avoid copying twice the same paragraph.
11066         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
11067         Remove save-excursion.
11068         (log-edit-changelog-entry): Do it here instead.
11070 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
11072         * bs.el (bs--get-file-name): Use `list-buffers-directory'
11073         when available, instead of hardcoding mode names.  Doc fix.
11075         * menu-bar.el (list-buffers-directory): Add docstring.
11076         Make automatically buffer-local.
11078         * dired.el (dired-mode):
11079         * files.el (cd-absolute):
11080         * pcvs.el (cvs-temp-buffer):
11081         * pcvs-util.el (cvs-get-buffer-create):
11082         * shell.el (shell-mode):
11083         * vc-dir.el (vc-dir-mode):
11084         Don't make `list-buffers-directory' buffer local.
11086 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
11088         * comint.el (comint-exec, comint-run, make-comint):
11089         Doc fixes (Bug#4542).
11091 2009-09-25  Glenn Morris  <rgm@gnu.org>
11093         * mail/rmailmm.el (rmail-mime): New custom group.
11094         Move all defcustoms in this file into this group.
11095         (rmail-mime-media-type-handlers-alist): Revert previous change.
11096         (rmail-mime-show-images): New option.
11097         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
11098         references to it, since it wasn't actually used for anything.
11099         (rmail-mime-insert-image): New function.
11100         (rmail-mime-image): Use rmail-mime-insert-image.
11101         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
11102         obey the value of `rmail-mime-show-images' option.  Print the size of
11103         attachments.
11105 2009-09-25  David Engster  <deng@randomsample.de>
11107         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
11109 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11111         * whitespace.el: Does not highlight trailing spaces While point is
11112         at end of line.  Does not highligt spaces at beginning of buffer
11113         while point is at beginning of buffer.  Does not highlight spaces
11114         at end of buffer while point is at end of buffer.  (Bug#4177)
11115         New version 12.0.
11116         (whitespace-display-mappings): Adjust initialization.
11117         (whitespace-point, whitespace-font-lock-refontify): New vars.
11118         (whitespace-color-on, whitespace-color-off): Adjust code.
11119         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
11120         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
11121         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
11123 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
11125         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
11127         * textmodes/sgml-mode.el: Remove xml-mode alias.
11129         * files.el (auto-mode-alist, conf-mode-maybe)
11130         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
11132 2009-09-24  Alan Mackenzie  <acm@muc.de>
11134         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
11135         c-forward-conditionals, but it doesn't move point and doesn't set
11136         the mark.
11137         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
11138         (c-down-conditional-with-else, c-backward-conditional)
11139         (c-forward-conditional): Refactor to use c-scan-conditionals.
11141 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11143         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
11144         (help-default-arg-highlight): Remove.
11145         (help-highlight-arg): New function.
11146         (help-do-arg-highlight): Use it.
11147         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
11149 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11151         * term.el (term-set-scroll-region, term-handle-ansi-escape):
11152         Undo last change, which didn't fix the problem and introduced others.
11154 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
11156         * progmodes/gdb-mi.el: Don't require speedbar.
11157         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
11159 2009-09-24  Glenn Morris  <rgm@gnu.org>
11161         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
11163         * term/ns-win.el (ns-reg-to-script): Define for compiler.
11165         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
11166         there is no newline after the final mime boundary.  (Bug#4539)
11167         Move markers on insertion so that any buttons inserted don't end up in
11168         the next part of a multipart message.
11169         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
11170         (rmail-mime-bulk-handler): Optionally handle images.
11171         (rmail-mime-image): New button action.
11172         (rmail-mime-image-handler): New function.
11173         (rmail-mime-mode): New mode.
11174         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
11176 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11178         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
11179         than just dropping elements from it (bug#4504).
11181         * term.el (term-set-scroll-region): Don't move cursor any more.
11182         (term-handle-ansi-escape): Call term-goto here instead.
11183         Suggested by Ivan Kanis <apple@kanis.eu>.
11185         * term.el: Require CL.
11186         (term-ansi-reset): New function.
11187         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
11188         (term-handle-colors-array): Simplify.
11190 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11192         * allout.el (allout-overlay-interior-modification-handler)
11193         (allout-obtain-passphrase):
11194         * epa-file.el (epa-file-write-region):
11195         * ps-print.el (ps-begin-job):
11196         * vc-hooks.el (vc-toggle-read-only):
11197         * vc-rcs.el (vc-rcs-rollback):
11198         * vc-sccs.el (vc-sccs-rollback):
11199         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
11200         (vc-version-diff, vc-revert, vc-rollback):
11201         * wdired.el (wdired-check-kill-buffer):
11202         * emacs-lisp/authors.el (authors):
11203         * net/socks.el (socks-open-connection):
11204         * net/zeroconf.el (zeroconf-service-add-hook):
11205         * obsolete/vc-mcvs.el (vc-mcvs-register):
11206         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
11207         (gdb-select-frame):
11208         * progmodes/grep.el (lgrep, rgrep):
11209         * progmodes/idlw-help.el (idlwave-help-check-locations)
11210         (idlwave-help-html-link, idlwave-help-assistant-open-link):
11211         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11212         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
11213         (reftex-toc-rename-label): Fix typos in error messages.
11215         * dired-aux.el (dired-do-shell-command): Reflow docstring.
11216         (dired-copy-how-to-fn): Doc fix.
11217         (dired-files-attributes, dired-read-shell-command):
11218         Fix typos in docstrings.
11220         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
11221         (dired-x-find-file-other-window): Reflow docstrings.
11222         (dired-omit-marker-char, dired-read-shell-command)
11223         (dired-x-submit-report): Fix typos in docstrings.
11225         * shell.el (shell-mode-hook):
11226         * view.el (View-scroll-line-forward):
11227         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
11228         Fix typos in docstrings.
11230         * net/dig.el (dig-invoke): Fix typo in docstring.
11231         (query-dig): Reflow docstring.
11233         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
11234         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
11235         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
11236         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
11237         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
11238         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
11239         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
11240         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
11241         (idlwave-completion-map, idlwave-current-indent)
11242         (idlwave-custom-ampersand-surround, idlwave-customize)
11243         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
11244         (idlwave-define-abbrev, idlwave-determine-class-special)
11245         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
11246         (idlwave-end-block-reg, idlwave-end-of-statement)
11247         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
11248         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
11249         (idlwave-explicit-class-listed, idlwave-file-header)
11250         (idlwave-fill-paragraph, idlwave-find-class-definition)
11251         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
11252         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
11253         (idlwave-in-quote, idlwave-indent-action-table)
11254         (idlwave-indent-expand-table, idlwave-indent-line)
11255         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11256         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11257         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11258         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11259         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11260         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11261         (idlwave-outlawed-buffers, idlwave-popup-select)
11262         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11263         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11264         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11265         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11266         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11267         (idlwave-statement-type, idlwave-struct-skip)
11268         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11269         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11270         (idlwave-what-module-find-class): Fix typos in docstrings.
11271         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11272         (idlwave-calculate-cont-indent, idlwave-expand-equal)
11273         (idlwave-find-module, idlwave-find-structure-definition)
11274         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11275         (idlwave-list-load-path-shadows, idlwave-next-statement)
11276         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11277         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11278         (idlwave-template): Reflow docstrings.
11280         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11281         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11282         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11283         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11284         (idlwave-shell-display-line, idlwave-shell-display-wframe)
11285         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11286         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11287         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11288         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11289         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11290         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11291         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11292         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11293         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11294         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11295         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11296         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11297         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11298         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11299         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11300         Fix typos in docstrings.
11301         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11302         (idlwave-shell-hide-output, idlwave-shell-mode)
11303         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11304         Reflow docstrings.
11306         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11308 2009-09-24  Ivan Kanis  <apple@kanis.eu>
11310         * term.el (term-bold-attribute): New var.
11311         (term-handle-colors-array): Use it.
11313 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
11315         * progmodes/gdb-mi.el (gdb-version): New variable.
11316         (gdb-non-stop-handler): Set gdb-version.
11317         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11318         Condition "--thread" option on gdb-version.
11319         (gdb-invalidate-threads): Remove unused argument.
11321 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11323         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11324         to looking-back to avoid ridiculous slow down in large files (bug#4511).
11326 2009-09-23  Glenn Morris  <rgm@gnu.org>
11328         * mail/rmail.el (rmail-reply): Don't try to add a References header when
11329         replying to mail without References or Message-Id.  (Bug#4525)
11331 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
11333         * term/ns-win.el (ns-reg-to-script): New variable.
11335 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
11337         * epg.el (epg-wait-for-status): Preserve existing 'error results.
11339 2009-09-22  Sam Steingold  <sds@gnu.org>
11341         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11342         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11343         to 1 because hg returns status 1 when nothing is found.
11344         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11346 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11348         * textmodes/fill.el: Convert to utf-8 encoding.
11349         (fill-french-nobreak-p): Remove redundant » and « inherited from our
11350         pre-Unicode days.
11352         * add-log.el (change-log-fill-forward-paragraph): New function.
11353         (change-log-mode): Use it so fill-region DTRT.
11354         Set fill-indent-according-to-mode here rather than in
11355         change-log-fill-paragraph.
11356         (change-log-fill-paragraph): Remove.
11358 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
11360         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11361         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
11363 2009-09-22  Glenn Morris  <rgm@gnu.org>
11365         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11366         the scroll-bar scroll the calendar window rather than the buffer.
11368         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11369         commands that move point (as opposed to scrolling).
11371         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11373         * emacs-lisp/elint.el (elint): New custom group.
11374         (elint-log-buffer): Make it a defcustom.
11375         (elint-scan-preloaded, elint-ignored-warnings)
11376         (elint-directory-skip-re): New options.
11377         (elint-builtin-variables): Doc fix.
11378         (elint-preloaded-env): New variable.
11379         (elint-unknown-builtin-args): Add an entry for encode-time.
11380         (elint-extra-errors): Make it a variable rather than a constant.
11381         (elint-preloaded-skip-re): New constant.
11382         (elint-directory): Skip files matching elint-directory-skip-re.
11383         (elint-features): New variable, local to linted buffers.
11384         (elint-update-env): Initialize elint-features.  Possibly add
11385         elint-preloaded-env to the buffer's environment.
11386         (elint-get-top-forms): Bind elint-current-pos, for log messages.
11387         Skip quoted forms.
11388         (elint-init-form): New function, extracted from elint-init-env.
11389         Make non-list forms a warning rather than an error.
11390         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
11391         easy-menu-define, put that adds an error-condition, and provide.
11392         When requiring cl, also require cl-macs.  Really require cl, to handle
11393         some cl macros.  Store required libraries in the list elint-features,
11394         so as not to re-load them.  Treat cc-require like require.
11395         (elint-init-env): Call elint-init-form to do the work.
11396         Handle eval-and-compile and such like.
11397         (elint-add-required-env): Do not clear messages.
11398         (elint-special-forms): Add handlers for function, defalias, if, when,
11399         unless, and, or.
11400         (elint-form): Add optional argument to ignore elint-special-forms,
11401         useful to prevent recursive calls from handlers.  Doc fix.
11402         Respect elint-ignored-warnings.
11403         (elint-form): Respect elint-ignored-warnings.
11404         (elint-bound-variable, elint-bound-function): New variables.
11405         (elint-unbound-variable): Respect elint-bound-variable.
11406         (elint-get-args): Respect elint-bound-function.
11407         (elint-check-cond-form): Add some simple handling for (f)boundp and
11408         featurep tests.
11409         (elint-check-defalias-form): New handler.
11410         (elint-check-let-form): Make an empty let a warning rather than an
11411         error.
11412         (elint-check-setq-form): Make an empty setq a warning rather than an
11413         error.  Respect elint-ignored-warnings.
11414         (elint-check-defvar-form): Accept null doc-strings.
11415         (elint-check-conditional-form): New handler.  Does some simple-minded
11416         checking of featurep and (f)boundp tests.
11417         (elint-put-function-args): New function.
11418         (elint-initialize): Use elint-scan-doc-file rather than
11419         elint-find-builtin-variables.  Use elint-put-function-args.
11420         Possibly scan preloaded-file-list.
11421         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11422         extend to handle functions as well.
11424 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
11426         * linum.el (linum-delete-overlays, linum-update-window):
11427         Do not modify the right margin.  (Bug#3971)
11429 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
11431         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11432         nxml-mode instead of xml-mode.
11434 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11436         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
11438 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11440         * net/dig.el (dig-mode): Use define-derived-mode.
11442 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
11444         * vc-dispatcher.el (vc-do-command): Return the process object in
11445         the asynchronous case.  Use when instead of if.  Do not run
11446         vc-exec-after to display a message if not enabled.  (Bug#4463)
11448         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11449         properties to the stash strings.
11450         (vc-git-stash-list): Return a list of strings.
11451         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11452         (vc-git-stash-show-at-point): New functions.
11453         (vc-git-stash-map): New keymap.
11455         * register.el (ctl-x-r-map): Define the keys here instead of
11456         using autoload.
11458 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
11460         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11461         list, to workaround performance problem (bug#4485).
11463 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
11465         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11467 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
11469         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11470         Document that this option is not recommended to use.
11472 2009-09-19  Glenn Morris  <rgm@gnu.org>
11474         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11475         variable `var'.
11477         * calc/calc-alg.el (var):
11478         * calc/calcalg2.el (var): Define for compiler.
11480 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
11482         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11483         Doc fix (Bug#3932).
11485         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11487         * time-stamp.el (time-stamp-month-dd-yyyy)
11488         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11489         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11490         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11491         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11492         Remove functions that have been obsolete since 1995 (Bug#4436).
11494         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11495         indent buffer only if called interactively (Bug#4452).
11497 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
11498             Eli Zaretskii  <eliz@gnu.org>
11500         This fixes bug#4197 (merged to bug#865, though not identical).
11501         * server.el (server-auth-dir): Add docstring note about FAT32.
11502         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11503         but warn against using them.
11505 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
11507         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11508         older GDB where there is no has_more field.
11510 2009-09-19  Glenn Morris  <rgm@gnu.org>
11512         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11514 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
11516         * files.el (auto-mode-alist): Change default for XML files to nXML
11517         mode (Bug#4169).
11519 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
11521         * server.el (server-ensure-safe-dir): Pass 'integer
11522         to `file-attributes', as suggested.
11524 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11526         * dired-aux.el (dired-query-alist): Remove spurious backslash.
11527         (dired-query): Use read-key.
11529 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
11531         * cus-start.el (ns-use-qd-smoothing): Remove.
11533 2009-09-18  Glenn Morris  <rgm@gnu.org>
11535         * allout.el (top-level): Remove unnecessary progn.
11537         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11539         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11540         definition of abbrev table.
11542         * speedbar.el (speedbar-track-mouse):
11543         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11544         * net/eudc.el (eudc-expand-inline):
11545         * net/newst-backend.el (newsticker--cache-read-feed):
11546         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11547         condition-case handlers.
11549 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
11551         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11552         (gdb-var-list): Add an element for has_more field.
11553         (gdb-non-stop-handler): Enable pretty printing for STL containers.
11554         (gdb-var-create-handler, gdb-var-list-children-handler-1)
11555         (gdb-var-update-handler-1): Parse output of dynamic variable
11556         objects (STL containers).
11557         (gdb-var-delete-1): Pass var1 as an explicit second argument.
11558         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
11560         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
11561         gdb-var-list.
11562         (gud-speedbar-buttons): Make node expandable if expression "has more"
11563         children.
11565 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
11567         * startup.el (emacs-quick-startup): Remove variable and all uses.
11568         (command-line): Set `inhibit-x-resources' instead.
11569         (command-line-1): Use `inhibit-x-resources' instead.
11571 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
11573         * subr.el: Fix last change to avoid using the `unless' macro,
11574         which breaks bootstrapping.
11576 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11578         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
11579         extended definitions, in case we reload subr.el after having
11580         loaded CL.
11581         (eval-next-after-load): Mark as obsolete.
11583 2009-09-17  Juri Linkov  <juri@jurta.org>
11585         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
11586         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
11587         (menu-bar-showhide-menu, menu-bar-tools-menu)
11588         (menu-bar-describe-menu, menu-bar-help-menu)
11589         (minibuffer-local-completion-map, minibuffer-local-map):
11590         Fix list quoting.
11592 2009-09-17  Glenn Morris  <rgm@gnu.org>
11594         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
11595         arguments, whether or not it has a handler.
11597         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
11599         * simple.el (hard-newline): Give it a doc-string.
11601         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11602         (lisp-mode-syntax-table): Give them doc-strings.
11604 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
11606         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
11607         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
11608         (menu-bar-options-menu, menu-bar-showhide-menu)
11609         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
11610         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
11611         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
11612         (menu-bar-options-menu, menu-bar-tools-menu)
11613         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
11614         (menu-bar-help-menu):
11615         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
11616         string arguments.
11618         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
11619         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
11620         calls for the menu names and :help.
11622 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11624         * mouse.el (minor-mode-menu-from-indicator): Pay attention
11625         to :minor-mode-function (bug#4455).
11627 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11629         * startup.el (command-line): Initialize the window-system after
11630         processing the command-line.
11632         * textmodes/page.el (what-page): Make sure we don't inf-loop if
11633         page-delimiter matches the empty string.
11635 2009-09-16  Glenn Morris  <rgm@gnu.org>
11637         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
11638         byte-compile-not-obsolete-var.  It's a list now.
11639         (byte-compile-not-obsolete-funcs): New variable.
11640         (byte-compile-warn-obsolete): Don't warn about functions if they are in
11641         byte-compile-not-obsolete-funcs.
11642         (byte-compile-variable-ref, byte-compile-defvar): Update for
11643         byte-compile-not-obsolete-vars name-change and list nature.
11644         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
11645         and variables behind (f)boundp tests.
11646         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
11648 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
11650         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
11652 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11654         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
11655         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
11656         Don't autoload.
11658 2009-09-15  Stephen Eglen  <stephen@gnu.org>
11660         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
11661         the virtual-buffers, use the name of the buffer specified by
11662         find-file-noselect, as the match may be a symlink.  (This was a
11663         problem if the target and the symlink had different names.)
11665 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11667         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
11669         * desktop.el (desktop-path): Check user-emacs-directory.
11671         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
11673         * loadup.el: Use after-load-functions to GC after loading each file.
11674         Remove the explicit GC calls that used to be sprinkled around.
11676         * subr.el (after-load-functions): New hook.
11677         (do-after-load-evaluation): Run it.  Use string-match-p to detect
11678         `obsolete' packages, rather than painfully extracting the relevant
11679         directory name.
11681 2009-09-15  Glenn Morris  <rgm@gnu.org>
11683         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
11684         free variable `doc'.
11686         * dired.el (dired-mode-map): Add menu entry for async shell command.
11688         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
11689         variables, also consider the .elc files, since the .el files are
11690         normally gzipped (subsequent code locates the .el.gz from the .elc).
11692         * calc/calc-prog.el (arglist): Define for compiler.
11694         * calendar/diary-lib.el (diary-display-function): Change the default to
11695         fancy display.
11696         (body): Define for compiler.
11698         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
11699         (byte-compile-file-form, byte-compile-lambda)
11700         (byte-compile-top-level-body, byte-compile-form)
11701         (byte-compile-variable-ref, byte-compile-setq)
11702         (byte-compile-setq-default, byte-compile-body)
11703         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
11704         (batch-byte-compile): Give some more local variables with common names
11705         a "bytecomp-" prefix to avoid masking warnings about free variables.
11707         * startup.el (command-line-1): Give local variables with common names a
11708         distinguishing prefix, so as not to hide free variable warnings during
11709         bootstrap.
11711         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
11712         clever and add a suffix to make a unique name, just let the user decide
11713         whether or not to overwrite it.  If the input is a directory, write the
11714         default filename to that directory.  (Bug#4388)
11715         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
11716         is a filename-as-a-directory.
11718 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11720         * textmodes/page.el (what-page): Don't move to beginning of line.
11721         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
11723 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
11725         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
11727 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
11729         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
11730         * help.el (help-for-help-internal): Add purecopy calls for text.
11732         * vc.el (top): print-log method now takes an optional SHORTLOG
11733         argument.  Add a new method: root.
11734         (vc-root-diff, vc-print-root-log): New functions.
11735         (vc-log-short-style): New variable.
11736         (vc-print-log-internal): Add support for showing short logs.
11738         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
11739         vc-print-root-log and vc-print-root-diff.
11741         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
11742         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
11743         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
11744         short logs.
11746         * vc-cvs.el (vc-cvs-print-log):
11747         * vc-mtn.el (vc-mtn-print-log):
11748         * vc-rcs.el (vc-rcs-print-log):
11749         * vc-sccs.el (vc-sccs-print-log):
11750         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
11751         that is ignored for now.
11753         * vc-mtn.el (vc-mtn-annotate-command):
11754         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
11756 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11758         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
11759         to function-key-map, and give them ascii-character property.
11760         * term/x-win.el (x-alternatives-map):
11761         * term/ns-win.el (ns-alternatives-map):
11762         * term/internal.el (msdos-key-remapping-map):
11763         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
11765 2009-09-14  Glenn Morris  <rgm@gnu.org>
11767         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
11768         temp-buffers (2009-09-12).
11770 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11772         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
11773         the new read-key function.
11775 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
11777         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
11778         is defined (Bug#4405).
11780 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
11782         * recentf.el (recentf-cleanup): Use a hash table to find
11783         duplicates (Bug#4407).
11785 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
11787         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
11788         kp-0 to ascii equivalents (Bug#4325).
11790 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
11792         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
11794         * eshell/em-hist.el:
11795         * eshell/em-dirs.el (eshell-complete-user-reference):
11796         Declare pcomplete functions and variables to avoid compiler warnings.
11798 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
11800         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
11801         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
11802         * eshell/em-alias.el (eshell-aliases-file):
11803         * eshell/em-hist.el (eshell-history-file-name):
11804         Use expand-file-name instead of concat to make file names (Bug#4308).
11806 2009-09-13  Glenn Morris  <rgm@gnu.org>
11808         * ediff-merg.el (ediff-do-merge):
11809         * filesets.el (filesets-run-cmd):
11810         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
11811         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
11812         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
11813         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
11814         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
11815         Replace empty `let's with `progn'.
11817 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11819         * mail/sendmail.el (send-mail-function):
11820         * tooltip.el (tooltip-mode):
11821         * simple.el (transient-mark-mode):
11822         * rfn-eshadow.el (file-name-shadow-mode):
11823         * frame.el (blink-cursor-mode):
11824         * font-core.el (global-font-lock-mode):
11825         * files.el (temporary-file-directory)
11826         (small-temporary-file-directory, auto-save-file-name-transforms):
11827         * epa-hook.el (auto-encryption-mode):
11828         * composite.el (global-auto-composition-mode):
11829         Use custom-initialize-delay.
11830         * startup.el (command-line): Don't explicitly call
11831         custom-reevaluate-setting for all the above vars.
11832         * custom.el (custom-initialize-safe-set)
11833         (custom-initialize-safe-default): Delete.
11835 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11837         * term/x-win.el (x-initialize-window-system):
11838         * term/w32-win.el (w32-initialize-window-system):
11839         * term/ns-win.el (ns-initialize-window-system): Don't call
11840         mouse-wheel-mode since it's enabled globally by default already.
11842         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
11843         actually define the variable, but only silences the byte-compiler.
11844         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
11845         before looking it up.
11846         (mouse-wheel-scroll-amount): Also reset the bindings if this value
11847         is changed.
11849 2009-09-12  Glenn Morris  <rgm@gnu.org>
11851         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
11852         1000.
11853         (elint-add-required-env): Don't beep on error.
11854         (elint-forms): In case of error, return ENV unchanged.
11855         (elint-init-env): Skip non-list forms.
11856         (elint-log): Handle unknown file positions.
11858 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
11860         * epg.el (epg-make-context): Add autoload cookie.
11861         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
11862         (epg-decrypt-string, epg-start-verify, epg-verify-file)
11863         (epg-verify-string, epg-start-sign, epg-sign-file)
11864         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
11865         (epg-encrypt-string, epg-start-export-keys)
11866         (epg-export-keys-to-file, epg-export-keys-to-string)
11867         (epg-start-import-keys, epg-import-keys-from-file)
11868         (epg-import-keys-from-string, epg-start-receive-keys)
11869         (epg-receive-keys, epg-import-keys-from-server)
11870         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
11871         (epg-sign-keys, epg-start-generate-key)
11872         (epg-generate-key-from-file, epg-generate-key-from-string):
11873         Remove autoload cookie.
11875 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
11877         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
11878         reevaluation of trash-directory.
11880         * mwheel.el: Fix last change.
11881         (mouse-wheel-mode): New defvar.
11882         (mouse-wheel-mode): Remove autoload cookie.
11884 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11886         * mwheel.el (mwheel-installed-bindings): New var.
11887         (mouse-wheel-mode): Use it, so as to make sure we really remove all
11888         the bindings we set last time.  Use custom-initialize-delay.
11889         * loadup.el: Load mwheel after term/*-win.el.
11890         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
11891         and mouse-wheel-up-event now that their first evaluation is done
11892         sufficiently late to be correct.
11894         * startup.el (tutorial-directory): Make it a defcustom.
11895         Use custom-initialize-delay rather than eval-at-startup to set it.
11896         * image.el (image-load-path): Make it a defcustom.
11897         Use custom-initialize-delay rather than eval-at-startup to set it.
11898         * subr.el (eval-at-startup): Remove.
11899         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
11901         * subr.el (do-after-load-evaluation): Warn the user after loading an
11902         obsolete package.
11904 2009-09-12  Glenn Morris  <rgm@gnu.org>
11906         * proced.el (proced-mark-alt): Remove alias.
11907         (proced-mode-map): Remove proced-mark-alt.
11909         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
11910         Elint file and directory.  Remove initialization entry.
11912         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
11913         commands.
11914         (elint-current-buffer): Set mode-line-process.
11915         (elint-init-env): Handle define-derived-mode.
11916         Fix declare-function with unspecified arglist.  Guard against odd
11917         defalias statements (eg iso-insert's 8859-1-map).
11918         (elint-add-required-env): Use a temp buffer.
11919         (elint-form): Just print the function/macro name, not the whole form.
11920         Return env unchanged if we fail to parse a macro.
11921         (elint-forms): Guard against parse errors.
11922         (elint-output): New function, to handle batch mode.
11923         (elint-log-message): Add optional argument.  Use elint-output.
11924         (elint-set-mode-line): New function.
11926 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
11928         * emacs-lisp/elp.el (elp-not-profilable): Add more
11929         functions (Bug#4233).
11931 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
11933         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
11934         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
11936 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
11938         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
11939         (gdb-var-list-children): Use json parsing.
11941 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
11943         * progmodes/js.el (js--proper-indentation): Handle the case where
11944         char-before is null.  Reported by Deniz Dogan.
11946 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
11948         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
11950 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
11952         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
11953         (epg-digest-algorithm-alist): Add SHA224.
11954         (epg-context-set-passphrase-callback)
11955         (epg-context-set-progress-callback): Add description about
11956         callback function.
11958 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11960         * custom.el (custom-delayed-init-variables): New var.
11961         (custom-initialize-delay): New function.
11962         * startup.el (command-line): "Re"evaluate all vars in
11963         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
11964         explicitly any more.
11965         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
11966         to avoid creating a ~/.emacs.d at build-time (bug#4347).
11968         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
11970 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
11972         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
11973         (gdb-var-update-handler): Use json parsing.
11975 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
11977         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
11978         decode annotated text, regardless of language environment.  (Bug#2741)
11980 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11982         * Makefile.in (autoloads): Make rmail.el writable as well.
11984 2009-09-11  Glenn Morris  <rgm@gnu.org>
11986         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
11987         loaddefs.el.
11988         * dired.el: Regenerate with extracted autoloads.
11989         * Makefile.in (autoloads): Make dired.el writable.
11991         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
11992         * ibuffer.el: Regenerate with extracted autoloads.
11993         * Makefile.in (autoloads): Make ibuffer.el writable.
11995         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
11996         * version.el (emacs-copyright, emacs-major-version)
11997         (emacs-minor-version): Reformat doc-strings for make-docfile.
11999         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
12000         functions and variables, since they must be stuff specific to some other
12001         platform.
12002         (apropos-print): Make mouse-click message less specific about button.
12004         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
12005         that records where a macro was defined.
12006         * help-fns.el (describe-function-1): Mention if a function has a
12007         compiler-macro.
12008         * help-mode.el (help-function-cmacro): New button.
12010         * locate.el (top-level): Always require dired.
12011         (locate-mode-map): Initialize inside the defvar.
12013         * net/ange-ftp.el (dired-compress-file): Declare.
12014         (ange-ftp-dired-compress-file): Add doc string.
12016         * term/ns-win.el (x-display-name, x-setup-function-keys):
12017         Unify doc-strings with X versions.
12019 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12021         * emulation/crisp.el (crisp-mode-map): Move initialization
12022         into declaration.
12023         (crisp-mode): Use define-minor-mode.
12025         * progmodes/xscheme.el (xscheme-evaluation-commands):
12026         Put a :advertised-binding property rather than using
12027         advertised-xscheme-send-previous-expression.
12028         (advertised-xscheme-send-previous-expression): Declare obsolete.
12029         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
12030         `advertised-undo'.
12031         (crisp-mode): Add corresponding bindings to
12032         undo's :advertised-binding instead.
12033         * dired.el (dired-mode-map): Put a :advertised-binding property rather
12034         than using dired-advertised-find-file.
12035         (dired-advertised-find-file):
12036         * simple.el (advertised-undo):
12037         * wid-edit.el (advertised-widget-backward): Declare obsolete.
12038         (widget-keymap): Put a :advertised-binding property rather
12039         than using advertised-widget-backward.
12040         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
12041         than using advertised-undo.
12042         * tutorial.el (tutorial--default-keys): Adjust accordingly.
12044 2009-09-10  Simon South  <ssouth@slowcomputing.org>
12046         * progmodes/delphi.el (delphi-tab): Indent region when Transient
12047         Mark mode is enabled and region is active; otherwise indent or
12048         insert TAB as usual.
12049         (delphi-mode): Update description of TAB-key binding.
12051 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12053         * subr.el (define-key-rebound-commands): Mark obsolete.
12054         * startup.el (precompute-menubar-bindings): Remove.
12055         (normal-top-level): Remove obsolete code that tried to precompute
12056         menubar bindings.
12057         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
12058         define-key-rebound-commands and precompute-menubar-bindings.
12060 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12062         * net/imap.el (imap-interactive-login): Better messages.
12063         (imap-open): Fix bug with renamed buffer on reconnect.
12064         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12065         for easier debugging and cleaner code.  On successful (guessed based on
12066         server capabilities) secondary authentication, set imap-state
12067         correctly.
12068         (imap-last-authenticator): Define imap-last-authenticator as a variable
12069         to avoid warnings.
12071 2009-09-10  Glenn Morris  <rgm@gnu.org>
12073         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
12075         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
12076         (byte-compile-file-form-autoload): Don't warn about unknown functions
12077         where the autoload statement comes after the use.
12078         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
12079         that any handlers inside the body (eg require) are in turn respected.
12081         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
12082         effects.
12084         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
12085         and syntax and abbrev tables basic docs, if they don't have any.
12087         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
12089         * international/mule-cmds.el (top-level): Require cl when compiling.
12090         (view-hello-file): Use default-value rather than
12091         default-enable-multibyte-characters.
12093         * progmodes/fortran.el: Move all safe and risky properties into the
12094         defcustoms.
12096         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
12097         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
12098         * mail/undigest.el:
12099         Put autoloads in rmail.el rather than loaddefs.el.
12100         * mail/rmail.el: Regenerate with extracted autoloads.
12102         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
12103         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
12105 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
12107         Reported in thread for Bug#4375.
12108         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
12109         "-data-evaluate-expression" instead of print.
12110         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
12111         (gdb-tooltip-print): Parse output from above MI command.
12112         (gdb): Revert 2009-08-11 change.  User should detach inferior
12113         manually.
12115         Remove the word "separate" from IO functions as inferior
12116         output is now never displayed in the GUD buffer.
12118 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
12120         * startup.el (command-line-normalize-file-name): On Windows and
12121         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
12123 2009-09-10  Juri Linkov  <juri@jurta.org>
12125         * isearch.el (isearch-text-char-description): Propertize escape
12126         character sequences with the `escape-glyph' face.  (Bug#4344)
12128         * simple.el (shell-command): Set asynchronous process filter to
12129         `comint-output-filter'.  (Bug#4343)
12131         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
12132         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
12133         the list.  Move "asm" to the bottom.
12134         (grep-find-ignored-directories): Add `choice' with nil value
12135         to empty the list easily.
12136         (grep-find-ignored-files): New option.
12137         (grep-files-history): Set to nil by default instead of '("ch" "el").
12138         (grep-compute-defaults): Add "<X>" to `grep-template'.
12139         (grep-read-files): Bind new local variables `default-alias' and
12140         `default-extension'.  Use a list of default values for the file prompt.
12141         (lgrep): Add `--exclude=' command line options composed from
12142         `grep-find-ignored-files'.
12143         (rgrep): Add `-name' command line options composed from
12144         `grep-find-ignored-files'.  (Bug#4301)
12146 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12148         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
12149         (bug#4368).
12151 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12153         * calendar/time-date.el (autoload):
12154         Expand define-obsolete-function-alias into defalias and make-obsolete
12155         for old Emacsen that Gnus supports.
12156         (with-no-warnings): Define it for old Emacsen.
12157         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12158         is available.
12159         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12160         float-time is available; suppress compile warning for time-to-seconds.
12162 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12164         * net/imap.el (imap-message-map): Docstring fix.
12166 2009-09-09  Glenn Morris  <rgm@gnu.org>
12168         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
12169         line numbers too.  (Bug#4374)
12171 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12173         * smerge-mode.el (smerge-remove-props, smerge-refine):
12174         Use with-silent-modifications (bug#4342).
12176         * subr.el (with-silent-modifications): New macro.
12178 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
12180         * files.el (top-level): Require `cl' when compiling.
12182 2009-09-07  Glenn Morris  <rgm@gnu.org>
12184         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
12186         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
12187         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
12189 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
12191         * vc-git.el (vc-git-annotate-command): Use separator to parse
12192         arguments correctly.
12194 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
12196         * proced.el (proced-mode): Doc fix.
12198 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
12200         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
12201         lstat fails.
12202         (tramp-do-file-attributes-with-ls): Check for file existence at
12203         remote end.
12204         (tramp-do-file-attributes-with-stat): Likewise.
12205         (tramp-convert-file-attributes): Return nil when attr is nil.
12207 2009-09-05  Glenn Morris  <rgm@gnu.org>
12209         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
12210         properties to this button.
12211         (diary-fancy-display): Don't extend the button to the final newline.
12212         (diary-fancy-display-mode): Continue to define "q" as a local key.
12214         * calendar/cal-china.el (holiday-chinese): Make it slightly more
12215         efficient.
12217         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
12219         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
12220         (byte-compile-dest-file-function): New option.
12221         (byte-compile-dest-file): Doc fix.
12222         Obey byte-compile-dest-file-function.
12223         (byte-compile-cl-file-p): New function.
12224         (byte-compile-eval): Only suppress noruntime warnings about cl functions
12225         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
12226         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
12227         than for file being previously loaded.
12228         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
12229         (byte-compile-file-form-require): Handle the case where requiring a file
12230         indirectly causes CL to be loaded.
12232 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
12234         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
12235         before killing the old buffer, since by the time `kill-buffer' is
12236         run so many buffer variables have been set to nil that it may not
12237         behave as expected.  (Bug#4061)
12239 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
12241         * files.el (find-alternate-file): If the old buffer is modified
12242         and visiting a file, behave similarly to `kill-buffer' when
12243         killing it, thus reverting to the pre-1.878 behavior; see
12244         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
12245         for discussion.  Also, consult `buffer-file-name' as a variable
12246         not as a function, for consistency with the rest of the code.
12248 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
12250         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12251         also when adding a new directory.
12253         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12254         defun.
12256 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12258         * files.el (locate-file-completion-table): Make it provide boundary
12259         information, so partial-completion works better.
12261 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
12263         * mail/footnote.el (Footnote-text-under-cursor):
12264         Check footnote-text-marker-alist before using it (bug#4324).
12266 2009-09-04  Glenn Morris  <rgm@gnu.org>
12268         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12269         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12270         * play/solitaire.el, play/tetris.el:
12271         Remove leading * from defcustom and defface docs.
12273         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12274         necessary.
12275         (diary-fancy-overriding-map): New variable.
12276         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12277         Use view-mode.
12279         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12280         goto-line.
12282 2009-09-03  Glenn Morris  <rgm@gnu.org>
12284         * arc-mode.el (archive-mode):
12285         * dos-fns.el (set-default-process-coding-system):
12286         * man.el (Man-getpage-in-background):
12287         * menu-bar.el (menu-bar-describe-menu):
12288         * server.el (server-process-filter):
12289         * startup.el (command-line):
12290         * tar-mode.el (tar-header-block-tokenize, tar-extract):
12291         * w32-fns.el (set-default-process-coding-system):
12292         * x-dnd.el (x-dnd-handle-file-name):
12293         * international/mule-cmds.el (mule-menu-keymap)
12294         (set-default-coding-systems, language-info-alist, set-language-info)
12295         (set-language-environment, standard-display-european-internal)
12296         (set-locale-environment):
12297         * international/mule-diag.el (mule-diag):
12298         * mail/emacsbug.el (report-emacs-bug):
12299         * mail/rmail.el (rmail-mode):
12300         * mail/sendmail.el (mail-setup):
12301         Use default-value rather than default-enable-multibyte-characters.
12303         * progmodes/f90.el: Move all safe properties into the defcustoms.
12304         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12306         * calendar/appt.el (appt-check):
12307         * calendar/diary-lib.el (diary-set-header, diary-live-p)
12308         (diary-check-diary-file, diary-list-entries)
12309         (diary-include-other-diary-files, diary-simple-display)
12310         (diary-fancy-display, diary-print-entries)
12311         (diary-mark-included-diary-files, diary-make-entry):
12312         Don't call substitute-in-file-name on diary-file.
12314 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
12315             Stefan Monnier  <monnier@iro.umontreal.ca>
12317         * mail/footnote.el (footnote-prefix): Make it a defcustom.
12318         (footnote-mode-map): Move initialization into the declaration.
12319         (footnote-minor-mode-map): Define it rather than changing global-map.
12320         (footnote-mode): Use define-minor-mode.
12322 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
12324         * net/tramp.el (tramp-handle-file-attributes-with-ls)
12325         (tramp-do-file-attributes-with-perl)
12326         (tramp-do-file-attributes-with-stat): Rename from
12327         `tramp-handle-file-attributes-with-*'.
12328         (tramp-handle-file-attributes): Use them.
12329         (tramp-do-directory-files-and-attributes-with-perl)
12330         (tramp-do-directory-files-and-attributes-with-stat): Rename from
12331         `tramp-handle-directory-files-and-attributes-with-*'.
12332         (tramp-handle-directory-files-and-attributes): Use them.
12333         (tramp-method-out-of-band-p): Additional parameter SIZE.
12334         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12335         (tramp-handle-write-region): Use it.
12336         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12337         (tramp-handle-vc-registered): Check, whether the first run did
12338         return files to be tested.
12339         (tramp-advice-make-auto-save-file-name): Do not call directly
12340         `tramp-handle-make-auto-save-file-name', because this would bypass
12341         the locking mechanism.
12343         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12344         (file-remote-p, process-file, start-file-process, set-file-times)
12345         (tramp-compat-file-attributes): Compatibility functions shall not
12346         call directly `tramp-handle-*', because this would bypass the
12347         locking mechanism.
12348         (tramp-compat-number-sequence): New defun.
12350 2009-09-02  Glenn Morris  <rgm@gnu.org>
12352         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12353         alias for float-time.
12354         (time-to-number-of-days): In Emacs, use float-time.
12355         * net/newst-backend.el (time-add): Suppress warnings from compat
12356         function.
12357         * time.el (emacs-uptime, emacs-init-time):
12358         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12359         Use float-time rather than time-to-seconds.
12361         * minibuffer.el (completion-initials-expand): Fix typo.
12363         * faces.el (modeline, modeline-inactive, modeline-highlight)
12364         (modeline-buffer-id):
12365         * info.el (info-menu-5): Mark these face aliases as obsolete.
12367 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12369         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12370         space ...
12371         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12372         no "--thread" option.
12373         (gdb-stopped): Don't print "Switched to thread" message when it is
12374         unchanged.
12376 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12378         * minibuffer.el (completion-try-completion)
12379         (completion-all-completions): Remove ill-defined (and
12380         mistakenly installed and luckily never used nor documented)
12381         `completion-styles' property.
12382         (completion-initials-expand, completion-initials-all-completions)
12383         (completion-initials-try-completion): New functions.
12384         (completion-styles-alist): Add doc to each entry.
12385         Add new `initials' entry.
12387 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12389         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12390         MI command -var-evaluate-expression.
12391         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12392         and tweak for case of string child.
12393         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12395 2009-09-01  Glenn Morris  <rgm@gnu.org>
12397         * add-log.el (change-log-date-face, change-log-name-face)
12398         (change-log-email-face, change-log-file-face, change-log-list-face)
12399         (change-log-conditionals-face, change-log-function-face)
12400         (change-log-acknowledgement-face):
12401         * cus-edit.el (custom-invalid-face, custom-rogue-face)
12402         (custom-modified-face, custom-set-face, custom-changed-face)
12403         (custom-saved-face, custom-button-face, custom-button-pressed-face)
12404         (custom-documentation-face, custom-state-face, custom-comment-face)
12405         (custom-comment-tag-face, custom-variable-tag-face)
12406         (custom-variable-button-face, custom-face-tag-face)
12407         (custom-group-tag-face-1, custom-group-tag-face):
12408         * diff-mode.el (diff-header-face, diff-file-header-face)
12409         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12410         (diff-added-face, diff-changed-face, diff-function-face)
12411         (diff-context-face, diff-nonexistent-face):
12412         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12413         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12414         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12415         (Info-title-4-face):
12416         * isearch.el (isearch-lazy-highlight-face):
12417         * log-view.el (log-view-file-face, log-view-message-face):
12418         * paren.el (show-paren-match-face, show-paren-mismatch-face):
12419         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12420         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12421         (cvs-msg-face):
12422         * smerge-mode.el (smerge-mine-face, smerge-other-face)
12423         (smerge-base-face, smerge-markers-face):
12424         * wid-edit.el (widget-documentation-face, widget-button-face)
12425         (widget-field-face, widget-single-line-field-face)
12426         (widget-inactive-face, widget-button-pressed-face):
12427         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12428         (woman-addition-face):
12429         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12430         (eshell-ls-executable-face, eshell-ls-readonly-face)
12431         (eshell-ls-unreadable-face, eshell-ls-special-face)
12432         (eshell-ls-missing-face, eshell-ls-archive-face)
12433         (eshell-ls-backup-face, eshell-ls-product-face)
12434         (eshell-ls-clutter-face):
12435         * eshell/em-prompt.el (eshell-prompt-face):
12436         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12437         * obsolete/old-whitespace.el (whitespace-highlight-face):
12438         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12439         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12440         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12441         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12442         (antlr-font-lock-literal-face):
12443         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12444         (ebrowse-root-class-face, ebrowse-file-name-face)
12445         (ebrowse-default-face, ebrowse-member-attribute-face)
12446         (ebrowse-member-class-face, ebrowse-progress-face):
12447         * progmodes/make-mode.el (makefile-space-face):
12448         * progmodes/sh-script.el (sh-heredoc-face):
12449         * textmodes/flyspell.el (flyspell-incorrect-face)
12450         (flyspell-duplicate-face):
12451         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12452         * textmodes/texinfo.el (texinfo-heading-face):
12453         Mark face aliases with "-face" suffix as obsolete.
12455         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12456         compiler.
12458         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12459         (eudc-bob-sound-menu): Use defvar rather than defconst, since
12460         easy-menu-define wants to modify these.
12462         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12464         * net/browse-url.el (browse-url-file-url):
12465         * term/internal.el (dos-codepage-setup):
12466         Use default-value rather than default-enable-multibyte-characters.
12468         * progmodes/etags.el (etags-goto-tag-location):
12469         * progmodes/flymake.el (flymake-highlight-line)
12470         (flymake-goto-file-and-line, flymake-goto-line):
12471         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12472         (gdb-goto-breakpoint):
12473         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12474         * progmodes/python.el (python-find-function)
12475         (python-pdbtrack-track-stack-file):
12476         * progmodes/verilog-mode.el (verilog-surelint-off):
12477         * term/ns-win.el (ns-open-file-select-line):
12478         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12479         Use forward-line rather than goto-line.
12481         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12482         * textmodes/reftex-index.el (reftex-display-index):
12483         * textmodes/reftex-ref.el (reftex-offer-label-menu):
12484         * textmodes/reftex-toc.el (reftex-toc):
12485         Remove unnecessary bindings of default-major-mode (all are followed by
12486         major-mode check and possible mode switch).
12488 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12490         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12491         Handle watchpoints (bug#4282).
12492         (def-gdb-thread-buffer-command): Enable thread to be selected by
12493         clicking without selecting threads buffer first.
12494         (gdb-current-context-command): Use selected frame so that "up",
12495         "down" etc work in the GUD buffer.
12496         (gdb-update): Find selected frame before rendering stack buffer.
12497         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12499 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12501         * progmodes/sym-comp.el (displayed-completions): Remove.
12502         (symbol-complete): Use minibuffer-complete.
12504 2009-08-31  Glenn Morris  <rgm@gnu.org>
12506         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12508         * apropos.el (apropos-symbols-internal):
12509         Handle (obsolete) face aliases.
12511         * faces.el (describe-face): Adjust the output format to be more like
12512         describe-variable, and to mention (obsolete) face aliases.
12513         Adjust the whitespace so that help-setup-xref works.
12515         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12516         * calendar/diary-lib.el (diary-button-face):
12517         Mark these face aliases as obsolete.
12519         * calendar/calendar.el (calendar-today): Doc fix.
12521 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12523         * progmodes/gdb-mi.el (gdb-control-all-threads)
12524         (gdb-control-current-thread): Force tool bar update.
12525         (gdb-non-stop-handler): New function.
12526         (gdb-init-1): Use it to test if non-stop mode is supported.
12527         Remove unused gdbmi buffer type.
12529 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
12531         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12532         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
12534 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
12536         * comint.el (comint-exec-1): Check command is non-null first.
12537         Part of gdb-mi.el change (2009-08-28).
12539 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12541         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12543 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
12545         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12546         instead of `dolist' to avoid a recursive require when bootstrapping.
12548 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12550         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12552         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12554         * net/imap.el (imap-send-command): Simplify.
12555         (imap-wait-for-tag): point-max -> buffer-size.
12557         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
12559         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
12560         with constant argument.
12562         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
12564         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
12566         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
12567         Change default, since most of our files don't have a history.
12568         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
12569         the user.
12571         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12572         Add comint-run.
12574         * calc/calc.el: Improve commenting convention.
12575         (calc-digit-map, toplevel): Simplify.
12577         * comint.el (comint-insert-input): Be careful to only set point if we
12578         don't delegate to some other command.
12580         * proced.el (proced-signal-list): Make it an alist.
12581         (proced-grammar-alist): Capitalize names.
12582         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
12583         Disable undo manually and make it read-only.
12584         Use completion-annotate-function.
12586         * minibuffer.el (minibuffer-message): If the current buffer is not
12587         a minibuffer, insert the message in the echo area rather than at the
12588         end of the buffer.
12589         (completion-annotate-function): New variable.
12590         (minibuffer-completion-help): Use it.
12591         (completion--embedded-envvar-table): Environment vars are
12592         always case-sensitive.
12594 2009-08-30  Glenn Morris  <rgm@gnu.org>
12596         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
12597         from fortran-current-defun.
12598         (fortran-beginning-of-subprogram): Be more precise about finding the
12599         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
12600         (fortran-end-of-subprogram): Simplify.
12601         (fortran-current-defun): Use fortran-start-prog-re.
12603 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
12605         * subr.el (do-after-load-evaluation): Simplify.
12607 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
12609         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
12611         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
12612         (vc-rcs-print-log): Use it.
12614         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
12616 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12618         * paths.el (abbrev-file-name): Move to abbrev.el.
12619         * abbrev.el (abbrev-file-name): Move from paths.el.
12620         Obey user-emacs-directory.
12621         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
12622         user-emacs-directory.
12623         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
12624         abbrev-file-name and calc-settings-file any more.
12625         * startup.el (command-line): Recompute abbrev-file-name and
12626         abbreviated-home-dir.
12627         (normal-no-mouse-startup-screen): Improve the generic code and get rid
12628         of the special code for when C-h bindings haven't been changed.
12629         (display-startup-echo-area-message): Use with-current-buffer.
12630         (command-line-1): Use a list of strings, rather than a list of lists
12631         of strings for longopts.
12633         * files.el (get-free-disk-space): Use / for default-directory.
12635         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
12636         Use with-current-buffer.
12638         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
12639         Recognize immutable variables like most-positive-fixnum.
12640         (byte-compile-setq-default): Check and warn if trying to assign
12641         to an immutable variable, or a non-variable.
12643         * progmodes/cc-vars.el (c-comment-continuation-stars):
12644         * progmodes/cc-engine.el (c-looking-at-bos):
12645         * progmodes/cc-cmds.el (c-toggle-auto-state)
12646         (c-forward-into-nomenclature, c-backward-into-nomenclature)
12647         (c-comment-line-break-function): Add version of obsolescence.
12649 2009-08-28  Juri Linkov  <juri@jurta.org>
12651         * files.el (magic-fallback-mode-alist): Add ZIP magic number
12652         associated with `archive-mode'.
12654         * image.el (image-type-header-regexps): Use only JPEG magic number
12655         to determine JPEG images, and don't use `image-jpeg-p' because
12656         Emacs can display non-JFIF non-Exif JPEG images.
12658 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
12660         * arc-mode.el (archive-mode):
12661         * emacs-lisp/re-builder.el (re-builder-unload-function):
12662         Protect against the default value of `major-mode' being nil.
12664 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
12666         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
12667         Fix typos in docstrings.
12669         * progmodes/js.el (js--macro-decl-re): Doc fix.
12670         (js--plain-method-re, js--split-name): Refloc docstring.
12671         (js--class-styles, js--make-merged-item, js--splice-into-items):
12672         Fix typos in docstrings; reflow docstrings.
12673         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
12674         (js--variable-decl-matcher, js--inside-pitem-p)
12675         (js--parse-state-at-point, js--get-all-known-symbols)
12676         (js--symbol-history, js-find-symbol, js--js-references)
12677         (js--moz-interactor, js--js-encode-value, js--read-tab):
12678         Fix typos in docstrings.
12680 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12682         * textmodes/reftex.el (reftex-get-file-buffer-force):
12683         * progmodes/verilog-mode.el (verilog-batch-execute-func):
12684         * emulation/viper.el (viper-go-away, viper-set-hooks):
12685         * emacs-lisp/re-builder.el (re-builder-unload-function):
12686         * emacs-lisp/bytecomp.el (byte-compile-file):
12687         * ses.el (ses-unload-function):
12688         * hexl.el (hexl-find-file):
12689         * files.el (normal-mode):
12690         * ehelp.el (with-electric-help):
12691         * autoinsert.el (auto-insert-alist):
12692         * arc-mode.el (archive-mode):
12693         Use (default-value 'major-mode) instead of default-major-mode.
12695         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
12696         * international/mule.el (load-with-code-conversion):
12697         * emacs-lisp/debug.el (debug):
12698         * ediff-vers.el (ediff-rcs-get-output-buffer):
12699         * dired.el (dired-internal-noselect): Don't let-bind
12700         default-major-mode around code that doesn't use it.
12701         E.g. buffer creation via get-buffer-create doesn't use it.
12703 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
12705         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
12706         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
12707         when writing the temp file.  Otherwise, epa-file gets confused.
12708         (tramp-register-file-name-handlers): Make it a defun.  Move also
12709         `epa-file-handler' to the front of `file-name-handler-alist'.
12711 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12713         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
12714         start right after a ^M.
12715         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
12716         (tramp-completion-file-name-regexp-separate)
12717         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
12718         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
12719         Don't modify last-coding-system-used by accident.
12720         (tramp-completion-file-name-handler): Apply the checks here,
12721         instead during registration.
12722         (tramp-register-file-name-handlers): Renamed from
12723         `tramp-register-file-name-handler'.  Register both
12724         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
12725         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
12727 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
12729         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
12730         Remove variable ...
12731         (gdb-init-1, gdb-display-separate-io-buffer)
12732         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
12733         references to it.
12734         (gdb-inferior-io-mode): Use make-comint-in-buffer.
12735         (gdb-inferior-filter): Use comint-output-filter to stop
12736         echoing and remove ^M characters.
12738 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12740         * emulation/viper-init.el (viper-restore-cursor-type):
12741         * emulation/cua-base.el (cua--update-indications):
12742         Replace default-cursor-type with (default-value 'cursor-type).
12744         * mail/sendmail.el (mail-recover-1):
12745         * international/mule-diag.el (describe-current-coding-system-briefly)
12746         (describe-current-coding-system):
12747         * international/mule-cmds.el (select-safe-coding-system)
12748         (select-message-coding-system)
12749         (set-language-environment-coding-systems, set-locale-environment):
12750         * hexl.el (hexl-insert-multibyte-char):
12751         * dos-w32.el (find-buffer-file-type-coding-system):
12752         * simple.el (what-cursor-position):
12753         Replace uses of default-buffer-file-coding-system
12754         with (default-value 'buffer-file-coding-system).
12756         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
12757         Replace uses of default-cursor-in-non-selected-windows
12758         with (default-value 'cursor-in-non-selected-windows).
12759         Use with-current-buffer.
12761         * mail/feedmail.el: Use CL macros.
12762         (feedmail-run-the-queue, feedmail-send-it-immediately):
12763         * dos-w32.el (find-buffer-file-type): Replace uses of
12764         default-buffer-file-type with (default-value 'buffer-file-type).
12766 2009-08-28  Glenn Morris  <rgm@gnu.org>
12768         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
12769         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
12770         Use default-value of major-mode rather than default-major-mode.
12772 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12774         * Makefile.in (update-elcfiles): Report left over elc files.
12776         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
12777         expand-file-name and with-current-buffer.
12778         (mail-get-names, mail-directory): Use with-current-buffer.
12780         * vc.el (vc-read-revision): New function.
12781         (vc-version-diff, vc-merge): Use it.
12783 2009-08-27  Sam Steingold  <sds@gnu.org>
12785         * simple.el (kill-do-not-save-duplicates): New user option.
12786         (kill-new): When it is non-nil, and the new string is the same as
12787         the latest kill, set replace to t to avoid duplicates in kill-ring.
12789 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
12791         * net/tramp.el (tramp-handle-process-file): Do not flush all
12792         caches when `process-file-side-effects' is set.
12793         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
12794         instead of `tramp-find-file-exists-command'.
12795         Unset `process-file-side-effects'.
12797 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
12799         * net/tramp.el (tramp-methods): New method "rsyncc".
12800         (top): Add completion function for "rsyncc".
12801         (tramp-message-show-message): New defvar.
12802         (tramp-message, tramp-error): Use it.
12803         (tramp-do-copy-or-rename-file-directly): Extend check for direct
12804         remote copying.
12805         (tramp-do-copy-or-rename-file-out-of-band): Handle new
12806         `tramp-methods' entry `copy-env' of "rsyncc".
12807         (tramp-vc-registered-read-file-names): New defconst.
12808         (tramp-vc-registered-file-names): New defvar.
12809         (tramp-handle-vc-registered): Implement optimization strategy.
12810         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
12811         (tramp-vc-file-name-handler): New defun.
12812         (tramp-get-ls-command, tramp-get-test-command)
12813         (tramp-get-file-exists-command, tramp-get-remote-ln)
12814         (tramp-get-remote-perl, tramp-get-remote-stat)
12815         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
12817         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
12818         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
12819         timestamps.
12820         (tramp-get-file-property): Check for timestamps in
12821         `tramp-cache-inhibit-cache'.
12822         (tramp-set-file-property): Write timestamp.
12824 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12826         * language/japan-util.el (japanese-symbol-table): Add entries for
12827         cp932-2-byte.
12829         * international/characters.el: Add category `j' to cp932-2-byte.
12831 2009-08-27  Kenichi Handa  <handa@m17n.org>
12833         * international/fontset.el (build-default-fontset-data): New macro.
12834         (setup-default-fontset): Use build-default-fontset-data for CJK,
12835         tibetan, ethiopic, and ipa.
12837 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12839         * cus-start.el (default-major-mode): Customize `major-mode' instead.
12840         (enable-multibyte-characters): Not customizable any more.
12842         * subr.el (default-mode-line-format, default-header-line-format)
12843         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
12844         (default-direction-reversed, default-truncate-lines)
12845         (default-left-margin, default-tab-width, default-case-fold-search)
12846         (default-left-margin-width, default-right-margin-width)
12847         (default-left-fringe-width, default-right-fringe-width)
12848         (default-fringes-outside-margins, default-scroll-bar-width)
12849         (default-vertical-scroll-bar, default-indicate-empty-lines)
12850         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
12851         (default-fringe-cursor-alist, default-scroll-up-aggressively)
12852         (default-scroll-down-aggressively, default-fill-column)
12853         (default-cursor-type, default-buffer-file-type)
12854         (default-cursor-in-non-selected-windows)
12855         (default-buffer-file-coding-system, default-major-mode)
12856         (default-enable-multibyte-characters): Mark as obsolete.
12858 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
12860         * vc-dir.el (vc-dir-update): Remove debug helper.
12862         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
12864 2009-08-26  Sam Steingold  <sds@gnu.org>
12866         * simple.el (save-interprogram-paste-before-kill): New user option.
12867         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
12868         save the interprogram-paste into kill-ring before overriding it
12869         with the Emacs kill.
12871 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
12873         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
12874         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
12875         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
12876         and move to vc-rcs.el.
12877         (vc-default-next-revision): Rename to vc-rcs-next-revision and
12878         move to vc-rcs.el.
12879         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
12880         (vc-rcs-update-changelog): Remove.
12881         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
12882         and move to vc-rcs.el.
12884         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
12885         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
12886         renaming.
12887         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
12888         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
12889         vc.el, renamed to be RCS specific.
12891         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
12892         New functions.
12893         (vc-cvs-update-changelog): Move here from vc.el.
12895         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
12896         New functions.
12898 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12900         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
12902 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
12904         * vc-git.el (vc-git-register): Use "git add" for directories.
12905         (vc-git-stash, vc-git-stash-show): New functions.
12906         (vc-git-extra-menu-map): Bind them.
12908         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
12909         directory correctly in case the item is a directory itself.
12911         * vc.el: Document the desired behavior for reverted files in the
12912         `added' state.
12913         (vc-default-prettify-state-info): Remove function, unused.
12915         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
12917 2009-08-26  Glenn Morris  <rgm@gnu.org>
12919         * bindings.el (standard-mode-line-format): Reposition dashes in
12920         which-func entry.  (Bug#4217)
12922         * files.el (enable-local-variables, enable-local-eval)
12923         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
12924         the defcustoms.
12925         (auto-mode-alist, ignored-local-variables)
12926         (save-some-buffers-action-alist): Move risky declarations to the
12927         definitions.
12928         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
12929         (font-lock-defaults, format-alist, imenu--index-alist)
12930         (imenu-generic-expression, input-method-alist, minor-mode-alist)
12931         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
12932         (mode-line-modified, mode-line-mule-info, mode-line-position)
12933         (mode-line-process, mode-line-remote, outline-level)
12934         (parse-time-rules, rmail-output-file-alist)
12935         (special-display-buffer-names, vc-mode):
12936         Move risky declarations to the relevant files.
12937         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
12938         (mode-line-modified, mode-line-process, mode-line-position)
12939         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
12940         * font-core.el (font-lock-defaults):
12941         * format.el (format-alist):
12942         * vc-hooks.el (vc-mode):
12943         * window.el (special-display-buffer-names):
12944         * international/mule-cmds.el (input-method-alist):
12945         Define riskiness here (dumped file) rather than in files.el.
12946         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
12947         * imenu.el (imenu-generic-expression, imenu--index-alist):
12948         * outline.el (outline-level):
12949         * time.el (display-time-string):
12950         * calendar/parse-time.el (parse-time-rules):
12951         * mail/rmailout.el (rmail-output-file-alist):
12952         Autoload riskiness here, rather than placing in files.el.
12954 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
12956         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
12958 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
12960         * simple.el (process-file-side-effects): New defvar.
12962         * dired-aux.el (dired-show-file-type):
12963         * vc.el (vc-diff-internal):
12964         * vc-arch.el (vc-arch-diff):
12965         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
12966         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
12967         * vc-git.el (vc-git-registered, vc-git-working-revision)
12968         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
12969         (vc-git--empty-db-p):
12970         * vc-hooks.el (vc-user-login-name):
12971         * vc-svn.el (vc-svn-registered, vc-svn-state)
12972         (vc-svn-dir-extra-headers, vc-svn-find-revision):
12973         * progmodes/grep.el (grep-probe): Let-bind
12974         `process-file-side-effects' with nil.
12976         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
12978         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
12979         daemon.  Replace ping by checking for running service for bluez
12980         and zeroconf.  (Bug#4239)
12982 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12984         * net/dig.el (dig): Add autoload cookie.
12986 2009-08-25  Glenn Morris  <rgm@gnu.org>
12988         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
12989         load-history for absolute file-names.
12990         (byte-compile-file-form-require): Warn about use of the cl package.
12992         * format.el (format-alist): Doc fix.
12994         * play/bubbles.el (top-level): Don't require cl at run-time.
12996         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
12997         run-time cl).
12999 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
13001         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
13002         from cl package.
13003         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
13005 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
13007         * calc/calc-alg.el (math-trig-rewrite)
13008         (math-hyperbolic-trig-rewrite): New functions.
13009         (calc-simplify): Simplify trig functions when asked.
13011 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13013         * diff-mode.el (diff-find-source-location): Avoid goto-line.
13015 2009-08-24  Kenichi Handa  <handa@m17n.org>
13017         * language/ind-util.el (mapthread): Delete it.
13018         (combinatorial): New function.
13019         (indian--puthash-cv): Use combinatorial instead of mapthread.
13021 2009-08-22  Kevin Ryde  <user42@zip.com.au>
13023         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
13024         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
13025         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
13026         Clarify docstring that the value is strings not symbols.
13027         (checkdoc-list-of-strings-p): New function.
13029 2009-08-22  Glenn Morris  <rgm@gnu.org>
13031         * files.el (auto-mode-alist):
13032         * hippie-exp.el (he-concat-directory-file-name):
13033         * lpr.el (lpr-windows-system, printer-name):
13034         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
13035         * ps-print.el (ps-windows-system):
13036         * startup.el (command-line):
13037         * emulation/viper-ex.el (viper-glob-function):
13038         * international/mule-cmds.el (set-language-environment-coding-systems):
13039         * net/ange-ftp.el (ange-ftp-write-region):
13040         * obsolete/fast-lock.el (fast-lock-cache-name):
13041         Remove code for defunct system-types emx, macos, mswindows, next-mach,
13042         unisoft-unix, vax-vms, win32, w32.
13044         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
13045         given name if the pattern is not more specific.
13047         * calendar/lunar.el (lunar-phase-names): New option.
13048         (lunar-phase): Doc fix.
13049         (lunar-cycles-per-year): New constant.
13050         (lunar-index): New function.
13051         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
13052         (lunar-phase-name): Use lunar-phase-names.
13053         (calendar-lunar-phases): Use format.
13054         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
13056         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
13057         Copy imenu-example--name-and-position function here for own use.
13058         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
13060         * bs.el (bs--redisplay):
13061         * cus-edit.el (custom-redraw):
13062         * ibuffer.el (ibuffer-bury-buffer):
13063         * server.el (server-goto-line-column):
13064         * startup.el (command-line-1):
13065         * strokes.el (strokes-xpm-for-stroke):
13066         * term.el (term-display-buffer-line):
13067         * view.el (View-goto-line):
13068         * calc/calc.el (calc-do, calc-trail-buffer):
13069         * play/gamegrid.el (gamegrid-add-score-insecure):
13070         * progmodes/ada-mode.el (ada-compile-goto-error):
13071         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
13072         (ebrowse-select-1st-to-9nth):
13073         * progmodes/cperl-mode.el (cperl-time-fontification):
13074         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
13075         * progmodes/gud.el (gud-display-line):
13076         (idlwave-shell-display-line):
13077         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
13078         * progmodes/make-mode.el (makefile-browser-toggle):
13079         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
13080         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
13081         * textmodes/picture.el (picture-draw-rectangle):
13082         * textmodes/reftex-index.el (reftex-index-goto-letter):
13083         (reftex-select-jump-to-previous):
13084         * textmodes/reftex-sel.el (reftex-find-start-point)
13085         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
13086         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
13087         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
13088         * textmodes/tex-mode.el (tex-compilation-parse-errors):
13089         * textmodes/two-column.el (2C-associated-buffer):
13090         Use forward-line rather than goto-line.
13092         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
13093         goto-line.
13095         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
13096         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
13097         (quick-check-list-to-regexp): Declare.
13099         * progmodes/make-mode.el (makefile-browser-insert-selection):
13100         Use goto-char rather than goto-line.
13102         * progmodes/prolog.el (compilation-error-regexp-alist)
13103         (compilation-forget-errors): Declare.
13105 2009-08-22  Juri Linkov  <juri@jurta.org>
13107         * progmodes/grep.el (lgrep, rgrep): At the beginning
13108         set `dir' to `default-directory' unless `dir' is a non-nil
13109         readable directory.  (Bug#4052)
13110         (lgrep, rgrep): Change a weird way to report an error
13111         from using `read-string' to using `error'.
13112         Instead of using interactive arguments in the function body,
13113         add new argument `confirm'.
13115 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13117         * textmodes/remember.el (remember-buffer):
13118         * progmodes/cperl-mode.el (cperl-vc-header-alist):
13119         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
13120         (icalendar-extract-ical-from-buffer):
13121         * net/newst-treeview.el (newsticker-groups-filename):
13122         * net/newst-backend.el (newsticker-cache-filename):
13123         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
13124         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
13125         (speedbar-add-ignored-path-regexp, speedbar-line-path)
13126         (speedbar-buffers-line-path, speedbar-path-line)
13127         (speedbar-buffers-line-path):
13128         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
13129         (epg-sign-keys):
13130         * epa.el (epa-display-verify-result):
13131         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
13133 2009-08-21  Glenn Morris  <rgm@gnu.org>
13135         * progmodes/js.el (inferior-moz-process): Fix declaration.
13137         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
13139         * obsolete/rnewspost.el (news-mail-reply):
13140         Use goto-char rather than goto-line.
13142         * term/ns-win.el (ns-open-file-select-line):
13143         Use line-beginning-position rather than goto-line.
13145         * apropos.el (apropos-command):
13146         * ehelp.el (electric-helpify):
13147         * printing.el (pr-show-setup):
13148         * strokes.el (strokes-help):
13149         * tutorial.el (tutorial--describe-nonstandard-key)
13150         (tutorial--detailed-help):
13151         * woman.el (woman-mini-help, woman-display-extended-fonts):
13152         * calc/calc-help.el (calc-describe-key):
13153         * emulation/edt.el (edt-electric-helpify):
13154         * international/mule-diag.el (mule-diag):
13155         * play/yow.el (apropos-zippy):
13156         * progmodes/python.el (python-describe-symbol):
13157         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
13158         * textmodes/table.el (*table--cell-describe-mode)
13159         (*table--cell-describe-bindings):
13160         Use help-print-return-message rather than the now obsolete alias.
13162         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
13163         (calendar-cursor-to-visible-date):
13164         * play/5x5.el (5x5-position-cursor):
13165         * play/decipher.el (decipher):
13166         * play/gomoku.el (gomoku-goto-xy):
13167         * play/landmark.el (lm-goto-xy):
13168         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
13169         (mpuz-paint-digit):
13170         Use forward-line, not goto-line.
13172         * mail/rmail.el (rmail-obsolete): Delete custom group.
13173         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
13174         (rmail-remote-password, rmail-remote-password-required):
13175         Remove unneeded :set-after and :set properties.
13177 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
13179         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
13181 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
13183         * loadup.el: Remove leftover macos code.
13185         * vc-git.el (vc-git-annotate-command): Run asynchronously.
13186         Explicitly pass the date format to git blame so that user local
13187         so that the output format can be parsed.
13189 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
13191         * net/dbus.el (top): Don't check for (getenv
13192         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
13194 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
13196         * log-edit.el (log-edit-strip-single-file-name): New var.
13197         (log-edit-insert-changelog): Use it.  Bug#3571
13199 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13201         * subr.el (read-passwd): Use read-key so keypad keys work as well.
13202         Bug#3287
13204         * help.el (help-print-return-message): Rename from
13205         print-help-return-message.
13207         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
13208         cvs-mode-map parent hack.
13209         (log-view-mode): Derive from special-mode.
13211         * linum.el (linum-mode): window-size-change-functions is redundant.
13212         Adapt to new window-configuration-change-hook behavior.
13213         (linum-after-size, linum-after-config): Remove.
13215         * imenu.el (imenu-example--name-and-position)
13216         (imenu-example--lisp-extract-index-name)
13217         (imenu-example--create-lisp-index, imenu-example--create-c-index):
13218         Mark as obsolete.
13220         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
13221         (inferior-prolog-mode): Use it.
13222         (inferior-prolog-load-file): Reset list of errors.
13224 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13226         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
13228         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
13230 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
13232         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
13233         is running already.
13235 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13237         * subr.el (listify-key-sequence-1): Use normal syntax since those
13238         integers are nowadays always represented by the same (positive) number
13239         on all platforms.
13240         (read-key-empty-map): New const.
13241         (read-key-delay): New var.
13242         (read-key): New function.
13243         (force-mode-line-update): Use with-current-buffer.
13244         (locate-user-emacs-file): Don't forget to abbreviate the file name.
13245         (start-process-shell-command, start-file-process-shell-command):
13246         Discourage the use of command-args.
13248 2009-08-19  Glenn Morris  <rgm@gnu.org>
13250         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
13252 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13254         * simple.el (choose-completion-string): Don't rely on
13255         minibuffer-completing-file-name and ad-hoc checks to decide whether
13256         to continue completion or not.
13258         * minibuffer.el (minibuffer-hide-completions): New function.
13259         (completion--do-completion): Use it.
13260         (completions-annotations): New face.
13261         (completion--insert-strings): Use it.
13262         (completion-pcm--delim-wild-regex): Add docstring.
13263         (completion-pcm--string->pattern): Add support for 0-width delimiters
13264         in completion-pcm--delim-wild-regex.
13266 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13268         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13269         Remove unused var `buffer-modified-p'.
13271         * minibuffer.el (completion--do-completion): Move point for the #b001
13272         case as well (bug#4176).
13273         (minibuffer-complete, minibuffer-complete-word): Don't move point.
13275 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
13277         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
13278         and :session buses.
13280 2009-08-18  Kenichi Handa  <handa@m17n.org>
13282         * international/ucs-normalize.el (ucs-normalize-version):
13283         Change to 1.1.
13284         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13285         (utf-8-hfs): Make it perform normalization on encoding too.
13287         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
13288         (sentence-end-without-space): Delete duplicated chars.
13289         (sentence-end-base): Likewise.
13291         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
13292         (html-mode): Delete duplicated chars from sentence-end-base.
13294         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
13295         (texinfo-mode): Delete duplicated chars from sentence-end-base.
13297 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
13299         * files.el (hack-one-local-variable): If the mode function is for
13300         a minor mode, pass it an argument (Bug#4148).
13302 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
13304         * net/tramp.el (tramp-register-completion-file-name-handler):
13305         Check also for (member 'partial-completion completion-styles).
13307 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13309         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13310         abbrev (Bug#3943).
13312 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
13314         * progmodes/cperl-mode.el: Merge upstream 6.2.
13315         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13316         (cperl-forward-re): Check cperl-brace-recursing.
13317         (cperl-highlight-charclass): New function.
13318         (cperl-find-pods-heres): Use it.
13319         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13320         (cperl-beautify-regexp-piece): Fix column calculation.
13321         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13322         (cperl-beautify-level): Don't process entire regexp.
13323         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13324         calling man.
13325         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13326         (cperl-init-faces): Build a list in the normal way.
13328 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13330         * calendar/parse-time.el (parse-time-string-chars): Save match
13331         data.
13333 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13335         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13336         (sql-product): Use it.
13337         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13338         (sql-set-product): Add completion.
13339         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13340         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13341         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13342         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13343         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13344         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13345         (sql-highlight-db2-keywords): Remove.
13346         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13347         (sql-highlight-product): Use derived-mode-p.
13348         (sql-set-sqli-buffer): Use with-current-buffer.
13349         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13350         Simplify.
13352         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13354         * term.el: Fix commenting convention, turn comments into docstrings.
13356 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
13358         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13360 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13362         * calendar/parse-time.el (parse-time-string-chars): Compute using
13363         character classes, to handle non-ascii characters (Bug#3190).
13365 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13367         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13368         another heredoc if the user adds another < (Bug#3226).
13370         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13371         Don't initialize based on window-system (Bug#4124).
13373         * facemenu.el (facemenu-read-color): Use a completion function
13374         that accepts any defined color, such as RGB triplets (Bug#3677).
13376         * files.el (get-free-disk-space): Change fallback default
13377         directory to /.  Expand DIR argument before switching to fallback.
13378         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13380 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13382         * files.el (load-library): Doc fix.
13384 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
13386         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13387         (viper-if-string): Redefine C-s in the minibuffer to insert the last
13388         incremental search string.
13390         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13391         XEmacs.
13393         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13394         (ediff-merge-region-is-non-clash)
13395         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13396         Also check if the job is really a merge job.
13398         * ediff.el (ediff-current-file): New function.
13400 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13402         * progmodes/js.el: Edit docstrings throughout to follow Emacs
13403         conventions.
13404         (js-insert-and-indent): Delete function.
13405         (js-mode-map): Don't bind keys to js-insert-and-indent.
13406         (js-beginning-of-defun): Rename from js--beginning-of-defun.
13407         (js-end-of-defun): Rename from js--end-of-defun.
13408         (js-auto-indent-flag): Delete variable.
13410 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
13412         * progmodes/js.el: Remove proclaim statement.
13413         Defvar which-func-imenu-joiner-function to silence compiler.
13415         * files.el (auto-mode-alist): Use js-mode for .js files.
13417         * progmodes/js2-mode.el: Remove file.
13419         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13421         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13423         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13425 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
13426             Karl Landstrom  <karl.landstrom@brgeight.se>
13428         * progmodes/js.el: New file.
13430 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
13432         * timezone.el (timezone-parse-date): Add ability to understand ISO
13433         basic format (minimal separators) dates in addition to the
13434         already-supported extended format dates.
13436 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
13438         * international/ucs-normalize.el: Add a `coding' file variable.
13440         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13442 2009-08-14  Sam Steingold  <sds@gnu.org>
13444         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13446 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
13448         * faces.el (help-argument-name): Define it here instead of
13449         help-fns.el, because in daemon mode help-fns.el may be loaded when
13450         faces are still uninitialized (Bug#1078).
13452         * help-fns.el (help-argument-name): Move defface to faces.el.
13454 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
13456         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13457         create buffer with a pty but no process so that GDB can make the
13458         inferior the controlling process.
13460 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
13462         * international/ucs-normalize.el: New file.
13464 2009-08-13  Richard Stallman  <rms@gnu.org>
13466         * mail/rmail.el (rmail-get-attr-names):
13467         Accept an attribute header that is too short.
13469         * mail/rmail.el (rmail-forget-messages):
13470         Ignore nil elt in rmail-message-vector.  Use dotimes.
13472         * progmodes/compile.el (compilation-goto-locus):
13473         Use next-error-move-function.
13475         * simple.el (next-error-move-function): New variable.
13477 2009-08-12  Juri Linkov  <juri@jurta.org>
13479         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13480         always non-nil.  (Bug#4052)
13482         * replace.el (read-regexp): Return empty string when
13483         `default-value' is nil.
13484         (keep-lines-read-args): Don't use empty string as the
13485         default value for `read-regexp'.  (Bug#2495)
13487 2009-08-12  Juri Linkov  <juri@jurta.org>
13489         * international/mule-cmds.el (ucs-insert): Change arguments
13490         from `arg' to `character', `count', `inherit' to be the same
13491         as in `insert-char'.  Doc fix.  (Bug#4039)
13493         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13495 2009-08-12  Juri Linkov  <juri@jurta.org>
13497         * files-x.el: New file.
13499         * files.el: Move code that deals with adding/deleting
13500         file/directory-local variables to files-x.el.
13502         * Makefile.in (ELCFILES): Add files-x.elc.
13504 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
13506         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13507         to use `goto-line'.
13508         (gdb-place-breakpoints, gdb-get-location): Rewritten without
13509         `goto-line'.
13510         (gdb-invalidate-disassembly): Do not refresh upon receiving
13511         'update signal.  Instead, update all disassembly buffers only after
13512         threads list.
13513         (gdb): Send -target-detach when buffer is killed (Bug#3794).
13514         (gdb-starting): Moved -data-list-register-names...
13515         (gdb-stopped): ...here so it's sent when first thread stops.
13516         (gdb-registers-handler-custom): Do nothing if register names are
13517         unknown yet.
13519         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13520         from `gdb-mi.el' to avoid extra tangling.
13522         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13523         change which breaks `gud-def' definitions used in `gdb'.
13524         (gdb-update-gud-running): No extra fuss for updating frame number.
13526 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13528         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13529         (describe-language-environment-map, setup-language-environment-map)
13530         (set-coding-system-map): Move initialization into declaration.
13531         (set-language-info-alist): Last arg to define-key-after can be skipped.
13533         * international/quail.el (quail-completion-1): Simplify.
13534         (quail-define-rules): Use slightly more compact code.
13535         (quail-insert-decode-map): Propertize keys, compact columns.
13537         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13538         Add goto-line.
13540 2009-08-10  Miles Bader  <miles@gnu.org>
13542         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13543         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13544         (js2-instance-member, js2-private-member, js2-private-function-call)
13545         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13546         (js2-magic-paren, js2-external-variable):
13547         Remove "-face" suffix from face names.
13548         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13549         (js2-highlight-undeclared-vars, js2-peek-token)
13550         (js2-parse-function-params, js2-mode-show-errors)
13551         (js2-mode-show-warnings, js2-make-magic-delimiter)
13552         (js2-mode-highlight-magic-parens): Update to use new face names.
13554 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
13556         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
13557         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
13559 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
13561         * subr.el: Provide hashtable-print-readable.
13563         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
13564         hs-c-like-adjust-block-beginning.
13565         (hs-hide-block-at-point): Stop hiding at the beginning of
13566         hs-block-end-regexp (Bug#700).
13568 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
13570         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
13571         a macro.
13572         (gdb-registers-handler-custom): Do not fail when register names
13573         are unavailable.
13575 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13577         * progmodes/gdb-mi.el (gdb-control-all-threads)
13578         (gdb-control-current-thread): Interactive setters for
13579         `gdb-gud-control-all-threads' to use in menu.
13580         (gdb-show-run-p): Show «Go» when process is not active.
13581         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
13582         gud/thread.xpm and gud/all.xpm.
13584 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
13586         * net/net-utils.el (net-utils-font-lock-keywords): New var.
13587         (nslookup-font-lock-keywords): Make it a variable.
13588         (net-utils-mode): New mode for viewing diagnostic network output.
13589         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
13590         (net-utils-run-simple): New function.
13591         (ifconfig, iwconfig, netstat, arp, route): Use it.
13593 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13595         * progmodes/gdb-mi.el (gdb-read-memory-custom)
13596         (gdb-memory-set-address, def-gdb-set-positive-number)
13597         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
13598         after changing settings.
13599         (gdb-invalidate-disassembly): Update when first shown.
13600         (gdb-edit-locals-value): Fixed.
13601         (gdb-registers-handler-custom): Print registers in right order and
13602         allow changing register values (only for current thread yet).
13603         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
13604         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
13605         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
13606         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
13607         info in mode name.
13608         (gdb-registers-mode-map): TAB to switch to locals.
13610 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
13612         * mail/rmail.el (rmail-add-mbox-headers)
13613         (rmail-set-message-counters-counter): Search for
13614         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
13616 2009-08-08  Glenn Morris  <rgm@gnu.org>
13618         * Makefile.in (ELCFILES): Update.
13620 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13622         * mail/sendmail.el (mail-yank-original): Set
13623         buffer-file-coding-system from the one used by the message whose
13624         text is yanked.
13626         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
13627         to "windows" when "pgnuplot" is used.
13628         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
13629         call accept-process-output if "pgnuplot" is used.
13630         (calc-graph-init): Don't send -display and -geometry to
13631         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
13632         running "pgnuplot -V" with shell-command-to-string.
13634         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
13635         the default.
13637 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13639         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
13640         org/org-latex.elc.
13642 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
13644         * vc-dispatcher.el (vc-resynch-window): Update comment.
13646         * term.el (term-handle-ansi-escape): Add comments with the
13647         terminfo capabilities implemented.
13649 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
13651         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
13652         (gdb-var-create-handler): Rewritten using JSON parser.
13653         (gdb-propertize-header): Moved earlier.
13654         (gdb-set-header): Removed to avoid duplication.
13655         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
13656         Refresh disassembly buffers only after threads list have been
13657         update.
13658         (gdb-threads-header, gdb-registers-header): Per-buffer header line
13659         variables.
13661 2009-08-04  Juri Linkov  <juri@jurta.org>
13663         * files.el: Commands to add/delete file/directory-local variables.
13664         (read-file-local-variable, read-file-local-variable-value)
13665         (read-file-local-variable-mode, modify-file-local-variable)
13666         (modify-file-local-variable-prop-line)
13667         (modify-dir-local-variable): New functions.
13668         (add-file-local-variable, delete-file-local-variable)
13669         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
13670         (add-dir-local-variable, delete-dir-local-variable)
13671         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
13672         (copy-dir-locals-to-file-locals-prop-line): New commands.
13674 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
13676         * abbrev.el (insert-abbrev-table-description): Prettify output.
13677         Suggested by Karl Chen.
13679 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
13681         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
13682         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
13683         (gdb-overlay-arrow-position, gdb-thread-position)
13684         (gdb-disassembly-position): Declare variables.
13685         (gdb-wait-for-pending): Function now.
13686         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
13687         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
13688         compilation goes smoothly.
13689         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
13690         (gdb-non-stop-setting): New customization setting which replaces
13691         `gdb-non-stop' so changing it doesn't break active GDB session.
13692         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
13693         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
13694         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
13695         (gdb-show-threads-by-default): New customization options.
13696         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
13697         routines.
13698         (gdb-get-buffer-create): Send buffers update signal when they are
13699         created.
13700         (gdb-invalidate-locals, gdb-invalidate-registers)
13701         (gdb-invalidate-breakpoints)
13702         (gdb-invalidate-threads, gdb-invalidate-disassembly)
13703         (gdb-invalidate-memory): Accept update signal.
13704         (gdb-current-context-command): Use --frame option.
13705         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
13706         Implement `gdb-frame-number' selection logic.
13707         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
13708         whether to show GUD toolbar buttons.
13709         (gdb-thread-exited): Unselect current thread when it exits.
13710         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
13711         (gdb-mark-line): Routine which sets overlay arrow or inverses
13712         video on fringeless displays.
13713         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
13714         to build aligned columns of data in GDB buffers and set text
13715         properties line-by-line.
13716         (gdb-invalidate-breakpoints)
13717         (gdb-breakpoints-list-handler-custom)
13718         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
13719         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
13720         (gdb-registers-handler-custom): Align data columns.
13721         (gdb-locals-handler-custom): Now prints data like in variable
13722         declarations.
13723         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
13724         Removed confusing buttons.
13725         (gdb-invalidate-threads): Append --frame.
13726         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
13727         between breakpoints/threads buffers.
13728         (gdb-set-window-buffer): Now can ignore dedicated windows.
13729         (gdb-propertize-header): Use `gdb-set-window-buffer'.
13730         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
13731         (def-gdb-thread-buffer-gud-command): Replaces
13732         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
13733         for fine thread control.
13734         (gdb-preempt-existing-or-display-buffer): New function used to
13735         display bound buffers without breaking window layout.
13736         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
13737         (gdb-select-frame): New version of `gdb-frames-select' which now
13738         sets `gdb-frame-number' so commands may use --frame option instead
13739         of inner debugger state.
13740         (gdb-frame-handler): Do not set `gdb-frame-number'.
13741         (gdb-threads-mode-map): Select threads with mouse.
13743         * progmodes/gud.el (gdb-gud-context-call): Declare function to
13744         avoid compilation warning.
13745         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
13746         `gdb-show-stop-p`.
13748         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
13749         Argument `key' renamed to `buffer-type'.
13750         (gdb-current-context-buffer-name): Do not add thread info to
13751         buffer name when no thread is selected.
13752         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
13753         command (bug 3794).
13754         (gdb-thread-selected): Handle `=thread-selected' notification.
13755         (gdb-wait-for-pending): New macro to deal with congestion problems.
13756         (gdb-breakpoints-list-handler-custom): Don't fail on pending
13757         breakpoints.
13758         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
13759         This fixes problem similar to one described in bug 3947.
13760         (gud-menu-map): More menu items.
13761         (gdb-init-1): Reset `gdb-thread-number' to nil.
13763         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
13764         non-stop settings.
13766         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
13767         (gdb-current-context-command): Do not append --thread if
13768         `gdb-thread-number' is nil.
13769         (gdb-running-threads-count, gdb-stopped-threads-count): New
13770         variables.
13771         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
13772         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
13773         customization options.
13774         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
13775         GUD commands.
13776         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
13777         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
13778         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
13779         set `gdb-thread-number' and update `gud-running' properly.
13780         (gdb-running): Update threads list when new threads appear.
13781         (gdb-stopped): Support non-stop operation and new thread switching
13782         logic.
13783         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
13784         (gdb-json-partial-output): New set of JSON routines.
13785         (def-gdb-auto-update-trigger): New `signal-list' optional
13786         argument.
13787         (gdb-thread-list-handler-custom): Update `gud-running',
13788         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
13789         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
13790         (gdb-continue-thread, gdb-step-thread): New commands for fine
13791         thread execution control.
13792         (gud-menu-map): New menu items to switch non-stop options.
13793         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
13794         (gdb-send): Mimic RET properly (bug 3794).
13796         * progmodes/gdb-mi.el (gdb-rules-name-maker)
13797         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
13798         gdb-buffer-rules.
13799         (def-gdb-auto-update-handler): New nopreserve optional argument.
13800         (gdb-stack-list-frames-custom): Print stack from top to bottom.
13802         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
13803         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
13804         (gdb-parent-mode): New mode to derive other GDB modes from.
13805         (gdb-display-disassembly-for-thread)
13806         (gdb-frame-disassembly-for-thread): New commands for threads
13807         buffer.
13809         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
13810         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
13811         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
13812         (gdb-update): We now store all GDB buffers in a list so that they
13813         can be updated by traversing a list instead of calling invalidate
13814         triggers explicitly.
13815         (def-gdb-trigger-and-handler): New macro to define trigger-handler
13816         pair for GDB buffer.
13817         (gdb-stack-buffer-name): Add thread information.
13818         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
13819         handle pending triggers.
13820         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
13821         (def-gdb-thread-buffer-simple-command)
13822         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
13823         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
13824         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
13825         New commands which show buffers bound to thread.
13826         (gdb-stack-list-locals-regexp): Removed unused regexp.
13828         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
13829         (gdb-locals-buffer-name, gdb-registers-buffer-name)
13830         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
13831         to (gud-comint-buffer) in *-buffer-name functions
13832         because (gdb-get-target-string) already does that.
13833         (gdb-locals-handler-custom, gdb-registers-handler-custom)
13834         (gdb-changed-registers-handler): Rewritten without regexps.
13836         * progmodes/gdb-mi.el: Basic thread selection support.
13837         (gdb-thread-number): New variable.
13838         (gdb-current-context-command): New macro which adds --thread
13839         option to command.
13840         (gdb-threads-mode-map): Select thread with SPC.
13841         (gdb-thread-list-handler-custom): Mark current thread with overlay
13842         arrow.  Synchronize GDB thread and Emacs thread.
13843         (gdb-select-thread): New command which selects current thread.
13844         (gdb-invalidate-frames, gdb-invalidate-locals)
13845         (gdb-invalidate-registers): Use --thread option.
13847 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
13849         * net/tramp.el (top): Make check for tramp-gvfs loading more
13850         robust.  (Bug#3977)
13851         (tramp-handle-insert-file-contents): `unwind-protect' must be
13852         inside `with-parsed-tramp-file-name'.
13854         * net/tramp-gvfs.el (top): Remove superfluous message when loading
13855         fails.
13857 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
13859         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
13860         directory if CLASSPATH is not set.
13862 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
13864         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
13865         New defconst.
13866         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
13868 2009-08-02  Kevin Ryde  <user42@zip.com.au>
13870         * net/newst-backend.el (newsticker--raw-url-list-defaults):
13871         Update freshmeat link.  Delete newsforge.com as it seems gone.
13873 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
13875         * select.el (x-set-selection): Doc fix (Bug#4021).
13877         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
13879         * help-fns.el (describe-variable): Treat list return values from
13880         dir-locals-find-file properly (Bug#4005).
13882 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
13884         * net/tramp.el (tramp-debug-message): Print also microseconds.
13886 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
13888         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
13889         or END is non-nil.
13890         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
13891         (tramp-get-debug-buffer): Change `outline-regexp' according to new
13892         format.
13894         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
13895         (tramp-get-file-property): Use it.
13897         * autorevert.el (auto-revert-handler): Allow
13898         `auto-revert-tail-mode' for remote files.
13900 2009-08-02  Jason Rumney  <jasonr@gnu.org>
13902         * minibuffer.el (read-file-name): Treat confirm options to
13903         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
13905 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
13907         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
13908         (font-lock-variable-name-face, font-lock-constant-face): Darken
13909         the colors for light backgrounds.
13911 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
13913         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
13914         month names.  (Bug#3987)
13916 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
13918         * simple.el (line-move-finish): Pass whole number to
13919         line-move-to-column.
13920         (line-move-visual): Perform hscroll to the recorded position.
13922 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
13924         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
13926 2009-07-29  Alan Mackenzie  <acm@muc.de>
13928         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
13930 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
13932         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
13933         (gdb-place-breakpoints): Use full path when setting breakpoints.
13935 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
13937         * calc/calc.el (calc-mode-map): Add keybinding for
13938         `calc-transpose-lines'.
13940 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
13942         * calc/calc-misc.el (calc-transpose-lines): New function.
13944 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
13946         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
13947         Simplify check for out-of-band methods.
13948         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
13949         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
13951 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
13953         * vc-git.el (vc-git-checkin): Fix typo.
13955 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
13957         * progmodes/js2-mode.el: New file.
13959 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
13961         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
13962         (gud-menu-map): Adjust tooltip accordingly.
13964 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
13966         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
13967         (vc-bzr-log-view-mode): Adjust log-view-file-re.
13969         * add-log.el (change-log-mode-map): Add a menu.
13971 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
13973         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
13974         function returns nil.
13975         (dbus-handle-event): Handle special return value :ignore.
13976         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
13978 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
13980         * view.el (view-mode-enable): Don't define Helper-return-blurb if
13981         it's not needed.
13983 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
13985         Fix Bug#3888:
13987         * w32-vars.el (x-select-enable-clipboard): Doc fix.
13989         * term/pc-win.el (x-display-name, x-colors)
13990         (x-select-enable-clipboard, x-select-text): Doc fix.
13992         * term/common-win.el (x-display-name, x-colors): Doc fix.
13994         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
13995         (xw-defined-colors): Doc fix.
13997         * w32-fns.el (x-select-text, x-setup-function-keys)
13998         (x-get-selection, x-set-selection): Doc fix.
14000         * term/x-win.el (x-select-text, x-setup-function-keys)
14001         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
14003         * select.el (x-set-selection): Doc fix.
14005 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
14007         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
14008         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
14009         "IsNSSSupportAvailable" method is not available.  Reported by
14010         Steve Youngs <steve@sxemacs.org>.
14012 2009-07-24  Kenichi Handa  <handa@m17n.org>
14014         * international/characters.el: Fix setting of category ?C, ?|, ?K,
14015         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
14016         (build-unicode-category-table): Fix range checks.
14018 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
14020         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
14021         the buffer we try to sync is current when calling
14022         vc-resynch-buffer.
14024         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
14025         not show up to date files.
14027 2009-07-24  Glenn Morris  <rgm@gnu.org>
14029         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
14030         Add autoload cookies.  If necessary, initialize.
14031         (elint-log): Handle non-file buffers.
14032         (elint-initialize): Add optional argument to reinitialize.
14033         (elint-find-builtin-variables): Save excursion.
14035 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
14037         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14038         for Lint.
14040 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
14042         * vc.el (vc-print-log-internal): New function, split out from ...
14043         (vc-print-log): ... here.
14044         (vc-dir-move-to-goal-column): Declare.
14046         * vc-git.el (vc-git-add-signoff): New variable.
14047         (vc-git-checkin): Use it.
14048         (vc-git-toggle-signoff): New function.
14049         (vc-git-extra-menu-map): Bind it to menu.
14050         (vc-git--run-command-string): Accept a nil FILE argument.
14051         (vc-git-stash-list): New function.
14052         (vc-git-dir-extra-headers): Use it.
14054 2009-07-23  Glenn Morris  <rgm@gnu.org>
14056         * help-fns.el (describe-variable): Describe ignored and risky local
14057         variables in a similar way to that in which we describe safe ones.
14059         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
14060         (byte-compile-output-file-form, byte-compile-output-docform)
14061         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
14062         Give some more local variables with common names a "bytecomp-" prefix,
14063         so as not to shadow things during compilation.
14064         * emacs-lisp/cl-macs.el (load-time-value)
14065         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
14066         `outbuffer' to `bytecomp-outbuffer'.
14068         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
14069         since the next two variables cover them automatically now.
14070         (elint-builtin-variables, elint-autoloaded-variables): New.
14071         (elint-unknown-builtin-args): Remove all members, since they can be
14072         parsed automatically now.
14073         (elint-extra-errors): New.
14074         (elint-env-add-env, elint-env-add-macro): Use cadr.
14075         (elint-current-buffer): Use or.  Change final message.
14076         (elint-get-top-forms): Use line-end-position.
14077         (elint-init-env): Use cadr.  Handle autoload, declare-function,
14078         and defalias.
14079         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
14080         (regexp-assoc): Remove unused function.
14081         (elint-top-form): Set elint-current-pos, to record the start of the
14082         top-level form, for compilation-mode.
14083         (elint-form): Trap errors in macro expansion.  Use dolist.
14084         (elint-unbound-variable): Use elint-builtin-variables and
14085         elint-autoloaded-variables.
14086         (elint-get-args): Use cadr, or.
14087         (elint-check-cond-form): Use dolist, cadr.
14088         (elint-check-condition-case-form): Doc fix.  Use cadr.
14089         Use elint-extra-errors.
14090         (elint-log): New function.
14091         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
14092         Distinguish errors and warnings.
14093         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
14094         Use a bytecomp-style format.
14095         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
14096         (elint-get-log-buffer): Use compilation mode.  Disable undo.
14097         Don't truncate lines.
14098         (elint-initialize): Set builtin and autoloaded variable lists.
14099         Only process elint-unknown-builtin-args if non-nil.
14100         (elint-find-builtin-variables, elint-find-autoloaded-variables):
14101         New functions.
14102         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
14104 2009-07-22  Kevin Ryde  <user42@zip.com.au>
14106         * net/newst-backend.el (newsticker--parse-atom-1.0)
14107         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14108         (newsticker--parse-rss-1.0):
14109         * progmodes/idlwave.el (idlwave-mode):
14110         * progmodes/idlw-shell.el (idlwave-shell-mode):
14111         * progmodes/vera-mode.el (vera-mode):
14112         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
14113         * progmodes/vhdl-mode.el (vhdl-mode):
14114         * textmodes/table.el (table-generate-source)
14115         (table--warn-incompatibility):
14116         Hyperlink urls in docstrings with URL `...'.
14118 2009-07-22  Glenn Morris  <rgm@gnu.org>
14120         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
14121         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
14122         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
14123         Remove leading * from defcustom docs.
14125         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
14127         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
14128         defcustom doc.
14129         (list-load-path-shadows): Optionally, just return shadows as a string.
14131         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
14133 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
14135         * mail/rmailedit.el (rmail-edit-mode): Use
14136         auto-save-include-big-deletions.
14138         * mail/rmail.el (rmail-variables): Use
14139         auto-save-include-big-deletions.
14141         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
14142         changes.
14144 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
14146         * calc/calc.el (calc-undo-length): New variable.
14147         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
14149 2009-07-21  Richard Stallman  <rms@gnu.org>
14151         * files.el (auto-save-mode): Handle buffer-save-size = -2
14152         for toggling mode.
14154 2009-07-21  Glenn Morris  <rgm@gnu.org>
14156         * textmodes/ispell.el (ispell-looking-back): Update declaration.
14158         * calendar/todo-mode.el (calendar-current-date): Update declaration.
14160         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
14161         silence compiler.  Instead...
14162         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
14163         (ps-print-ensure-fontified): Update for above function name changes.
14165         * printing.el (pr-mh-get-msg-num, pr-mh-show)
14166         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
14167         silence compiler.  Instead...
14168         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
14169         (mh-show-buffer): Only define for compiler.
14170         (pr-mh-current-message): Update for above function name changes.
14172         * files.el (abort-if-file-too-large): Explicitly pass `filename'
14173         as an argument.
14174         (find-file-noselect, insert-file-1): Update for above change.
14176         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
14178         * mail/mailclient.el (mailclient-send-it): Fix message.
14180         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
14181         (edebug-eval): Check cl-debug-env is bound.
14182         (print-level, print-circle): Don't redefine built-in variables.
14184         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
14185         (custom-print-vectors): Remove old comments from doc.
14187         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
14188         (emerge-version): Make the variable an obsolete alias for the
14189         emacs-version variable.  Make the function obsolete.
14190         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
14191         Emerge options, rather than merging in into the main Options menu.
14192         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
14193         and auto advance modes.  Disable edit/fast items when not relevant.
14195 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
14197         * term/vt420.el (terminal-init-vt420): Fix typo.
14199 2009-07-20  Sam Steingold  <sds@gnu.org>
14201         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
14202         variable (removed from compile.el on 2004-03-11).
14204 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
14206         * files.el (hack-local-variables-filter): Fix last change.
14208 2009-07-19  Juri Linkov  <juri@jurta.org>
14210         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
14211         (dir-local-variables-alist): New buffer-local variable.
14212         (hack-local-variables-filter): If variable is not dir-local,
14213         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
14214         because file-local overrides dir-local.
14215         (c-postprocess-file-styles) <declare-function>:
14216         Remove obsolete declaration.
14217         (hack-dir-local-variables): Add dir-local variable/value pair to
14218         `dir-local-variables-alist' and remove duplicates.  Doc fix.
14220         * help-fns.el (describe-variable): Add information about
14221         file-local and dir-local variables.
14223 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
14225         * files.el (hack-local-variables-filter): Rewrite.
14227 2009-07-19  Glenn Morris  <rgm@gnu.org>
14229         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
14230         Silence compiler by only defining on XEmacs.
14232         * international/mule.el (auto-coding-regexp-alist): Only match
14233         BABYL... at the start of buffer, not of lines.  (Bug#3790)
14235         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
14236         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
14237         (cal-menu-context-mouse-menu): Doc fix.
14239         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
14241         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
14243 2009-07-18  Juri Linkov  <juri@jurta.org>
14245         * info.el: Virtual Info keyword finder.
14246         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
14247         (Info-finder-file): New variable.
14248         (Info-finder-find-file): New function.
14249         (finder-known-keywords, finder-package-info)
14250         (find-library-name, lm-commentary): Use defvar and
14251         declare-function to silence compiler warnings.
14252         (Info-finder-find-node): New function.
14253         (info-finder): New command.
14255         * subr.el (process-kill-buffer-query-function): New function.
14256         (add-hook)<kill-buffer-query-functions>: Add hook
14257         `process-kill-buffer-query-function'.
14259 2009-07-18  Alan Mackenzie  <acm@muc.de>
14261         * progmodes/cc-mode.el (c-before-hack-hook)
14262         (c-postprocess-file-styles): Give invocation of `c-set-style'
14263         DONT-OVERRIDE parameter of t.  Already set style variables will
14264         thus not be overridden by style settings given by `c-file-syle'.
14266         * files.el (hack-local-variables-filter): Remove entries with
14267         duplicate keys from `file-local-variables-alist'.
14269 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14271         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14272         x-set-selection if display-selections-p returns nil for the
14273         current frame.
14275 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
14277         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14279 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14281         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14282         Accept nil in addition to a regexp.
14283         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14284         Accept nil in addition to a regexp.
14285         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14286         buffers that have an associated file.  Handle nil values of
14287         desktop-buffers-not-to-save and desktop-files-not-to-save.
14288         (Bug#3833)
14290         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14291         (x-disown-selection-internal): New functions.
14293 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
14295         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14296         warning.
14297         (gdb-breakpoints-header): Move forward to avoid compiler warning.
14298         (gdb-make-header-line-mouse-map): Remove duplicate definition.
14300 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
14302         * simple.el (set-mark): Revert last change.
14304 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
14306         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14307         rendering of pngs is not possible instead of messaging a long
14308         description.
14310 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
14312         * w32-fns.el (x-selection-owner-p): New function.
14314         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14315         (mouse-yank-at-click, mouse-yank-primary): If
14316         select-active-regions is non-nil, deactivate the mark before
14317         insertion.
14319         * simple.el (deactivate-mark, set-mark): Only save selection if we
14320         own it.
14322 2009-07-17  Kenichi Handa  <handa@m17n.org>
14324         * case-table.el (describe-buffer-case-table): Fix for the case
14325         that KEY is a cons.
14327 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
14329         * vc-rcs.el (vc-rcs-find-file-hook):
14330         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14332 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
14334         * net/tramp.el (tramp-wait-for-output): Handle the case when
14335         commands do not return a newline but a null byte before the shell
14336         prompt.  (Bug#3858)
14338 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14340         * term/ns-win.el (ns-set-alpha): Don't declare.
14341         (ns-set-background-alpha): Remove function.
14343 2009-07-16  Kevin Ryde  <user42@zip.com.au>
14345         * emacs-lisp/copyright.el (copyright-update): Save match-data across
14346         y-or-n-p, for safety.
14348 2009-07-16  Richard Stallman  <rms@gnu.org>
14350         * files.el (auto-save-mode): If buffer-saved-size is -2,
14351         don't clobber it.
14353         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14354         (rmail-retry-ignored-headers): Add more uninteresting fields.
14356 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
14358         * net/rcirc.el (rcirc): Use history variables.
14359         (rcirc-server-name-history, rcirc-nick-name-history)
14360         (rcirc-server-port-history): New variables.
14362 2009-07-15  Kenichi Handa  <handa@m17n.org>
14364         * international/mule-cmds.el (set-language-environment-charset):
14365         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14366         ignore them.
14368         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14369         Delete unibyte-display.
14371 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14373         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14375 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14377         * simple.el (deactivate-mark): Optional argument FORCE.
14378         (set-mark): Use deactivate-mark.
14380         * info.el (Info-search): No need to check transient-mark-mode
14381         before calling deactivate-mark.
14383         * select.el (x-set-selection): Doc fix.
14384         (x-valid-simple-selection-p): Allow buffer values.
14385         (xselect--selection-bounds): Handle buffer values.  Suggested by
14386         David De La Harpe Golden.
14388         * mouse.el (mouse-set-region, mouse-drag-track): Call
14389         copy-region-as-kill before setting the mark, to let
14390         select-active-regions work.
14392 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
14394         * simple.el (deactivate-mark): If select-active-regions is
14395         non-nil, copy the selection data into a string.
14396         (activate-mark): If select-active-regions is non-nil, set the
14397         selection to the current buffer.
14398         (set-mark): Update selection if select-active-regions is non-nil.
14400         * select.el (x-valid-simple-selection-p): Allow buffer values.
14402 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14404         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14405         and more featureful message-mode.
14407 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
14409         * select.el (x-set-selection): Doc fix.
14410         (x-valid-simple-selection-p): Disallow selection data consisting
14411         of a list or cons of integers, since that is not used.
14412         (xselect--selection-bounds, xselect--int-to-cons): New functions.
14413         (xselect-convert-to-string, xselect-convert-to-length)
14414         (xselect-convert-to-filename, xselect-convert-to-charpos)
14415         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14417 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
14419         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14420         output in -break-info command (Emacs bug #3794).
14422 2009-07-14  Glenn Morris  <rgm@gnu.org>
14424         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14425         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14426         (edebug-print-length, edebug-print-level, edebug-print-circle)
14427         (edebug-sit-for-seconds, edebug-view-outside)
14428         (edebug-bounce-point, edebug-set-global-break-condition)
14429         (edebug-Go-nonstop-mode, edebug-trace-mode)
14430         (edebug-Trace-fast-mode, edebug-continue-mode)
14431         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14432         (edebug-visit-eval-list): Doc fixes.
14434         * subr.el (def-edebug-spec): Doc fix.
14436 2009-07-14  Kenichi Handa  <handa@m17n.org>
14438         * international/characters.el: Fix setting of category ?C.
14440 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
14442         * term/ns-win.el (x-select-font): defalias x-select-font to
14443         ns-popup-font-panel instead of generate-fontset-menu.
14445 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
14447         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
14449 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
14451         * arc-mode.el (archive-find-type): Allow for a PK00 string before
14452         the PK\003\004 header (Bug#3770).
14454 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
14456         * pcomplete.el (pcomplete-comint-setup): Check for
14457         shell-dynamic-complete-filename too.
14459 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
14461         * simple.el (temporary-goal-column): Change the value for
14462         line-move-visual to a cons cell.
14463         (line-move-visual): Record or set the window hscroll, if
14464         necessary (Bug#3494).
14465         (line-move-1): Handle cons value of temporary-goal-column.
14467 2009-07-11  Kenichi Handa  <handa@m17n.org>
14469         * international/mule-diag.el (describe-character-set): Don't show
14470         width.
14472 2009-07-10  Sam Steingold  <sds@gnu.org>
14474         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14475         Omake sometimes indents the errors it prints, so allow all
14476         regexps to start with spaces.
14478 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
14480         * cus-edit.el (customize-changed-options-previous-release):
14481         Bump value to 22.1.  (Bug#3804)
14483 2009-07-08  Sam Steingold  <sds@gnu.org>
14485         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14486         to be a cons cell (test . ignored-directory) to selectively ignore
14487         some directories depending on the location of the search.
14489 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
14491         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14492         remote user is root, on the local host.
14493         (tramp-local-host-p): Either the local user or the remote user
14494         must be root.  (Bug#3771)
14496 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14498         * progmodes/gdb-mi.el (gdb): Remove description of
14499         gdb-use-separate-io-buffer.
14500         (menu): Don't allow toggling of or enable
14501         gdb-use-separate-io-buffer from menubar.
14503 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
14505         * mail/unrmail.el (unrmail): Make sure the message ends with two
14506         newlines (Bug#3769).
14508 2009-07-08  Glenn Morris  <rgm@gnu.org>
14510         * calendar/calendar.el (calendar-current-date): Rework previous change.
14512 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
14514         * calendar/calendar.el (calendar-current-date):
14515         Add an optional argument giving an offset from today.
14517 2009-07-08  Glenn Morris  <rgm@gnu.org>
14519         * tutorial.el (tutorial--describe-nonstandard-key):
14520         Adjust the message for when a key has been unbound.
14521         (help-with-tutorial): Hide the arch-tag.
14523 2009-07-08  Kenichi Handa  <handa@m17n.org>
14525         * international/fontset.el (setup-default-fontset): For each
14526         script, append (not set) font-specs.
14528         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14529         docstring.
14531 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14533         * progmodes/gdb-mi.el (gdb-init-1): Move sending
14534         -data-list-register-names to ...
14535         (gdb-starting): ... here because GDB 7.0 requires execution to
14536         have started when using this MI command.
14537         (gdb-set-header): New function to distinguish select and
14538         unselected tabs in gdb buffers.
14539         (gdb-propertize-header): New macro that uses gdb-set-header.
14540         (gdb-breakpoints-header, gdb-locals-header): Use it.
14541         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14543 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
14545         * Makefile.in (ELCFILES): Remove fadr.elc.
14547 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
14549         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14550         may contain frame information, so `string-match' should be used.
14551         (gdb-update): Disassembly is invalidated through
14552         `gdb-get-selected-frame'.
14553         (gdb-pad-string): New function to pad string with spaces.
14554         (gdb-invalidate-disassembly): Invalidate only if the buffer
14555         exists.
14556         (gdb-disassembly-handler-custom): Column alignment.
14557         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
14558         placing new ones.
14559         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
14560         end of line, too.
14561         (gdb-frame-handler): Match convention to for disassembly buffer
14562         mode name.
14563         (gdb-stack-list-frames-handler): Rewritten without regexps.
14564         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
14565         not highlight breakpoints without line information.
14566         (gdb-input): Add trailing newline to command.
14568         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
14569         buffer properly.
14570         (gdb-breakpoints-list-handler-custom): Replacement for
14571         `gdb-break-list-handler'.  Using real parser instead of regexps
14572         now.
14573         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
14574         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
14575         to place breakpoints.
14576         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
14577         functions.
14578         (gdb-disassembly-handler-custom): Show overlay arrow.
14579         (gdb-disassembly-place-breakpoints): Show breakpoints in
14580         disassembly buffer.
14581         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14582         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
14583         instead of parsing breakpoints buffer.  Fixed old menu references
14584         in `gud-menu-map'.
14586         * fadr.el: Remove.
14588         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
14589         (gdb-memory-address): New variable which holds top address of
14590         memory page shown in memory buffer.
14591         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
14592         customization variables.
14593         New functions:
14594         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
14595         display the memory buffer.
14596         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
14597         buffer display parameters.
14598         (def-gdb-memory-format, gdb-memory-format-binary)
14599         (gdb-memory-format-octal, gdb-memory-format-unsigned)
14600         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
14601         Functions for setting memory buffer format.
14602         (gdb-memory-unit-word, gdb-memory-unit-halfword)
14603         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
14604         unit size used in memory buffer.
14605         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
14606         to next/previous page of memory buffer.
14607         Now using (bindat-get-field) instead of fadr functions.
14609 2009-07-07  Sam Steingold  <sds@gnu.org>
14611         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
14612         non-top-level files.
14614 2009-07-07  Kenichi Handa  <handa@m17n.org>
14616         * international/mule-cmds.el (reset-language-environment): Put
14617         the highset priority to the charset iso-8859-1.
14619 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14621         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
14622         to the end of the line when locating the block (Bug#700).
14624 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
14626         * net/tramp.el (tramp-handle-write-region): Flush file properties
14627         in case of short track.
14629 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
14631         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
14632         Coded custom representation of verilog error regular expressions
14633         to work with Emacs-22's new format.
14634         (verilog-error-regexp-xemacs-alist): Coded custom representation
14635         of verilog error regular expressions to work with XEmacs format.
14636         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
14637         error recognition into XEmacs.
14638         (verilog-error-regexp-add-emacs): Hook routine to install verilog
14639         error recognition into Emacs-22.
14641 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14643         * woman.el: Remove stand-alone closing parentheses.
14644         (woman-file-name, woman2-format-paragraphs)
14645         (woman-leave-blank-lines): Code cleanup.
14646         (woman-use-own-frame): Change default to nil.
14647         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
14648         defaults to inherit from default faces.
14649         (woman2-process-escapes): Consume the newline after a stand-alone
14650         filler character (Bug#3651).
14652 2009-07-06  Glenn Morris  <rgm@gnu.org>
14654         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
14655         (top-level): Move provide to the end.
14656         (ffap): Remove defunct URL from custom group.
14658         * subr.el (eval-after-load): Doc fix.
14660 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
14662         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
14663         `calc-embedded-word' is called twice.
14665 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14667         * files.el (find-alternate-file-other-window, find-alternate-file):
14668         Obey confirm-nonexistent-file-or-buffer.
14670 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
14672         * dired-aux.el (dired-show-file-type): Handle remote files.
14674 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
14676         * desktop.el (desktop-globals-to-save):
14677         Add file-name-history (Bug#2750).
14679 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
14681         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
14683 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
14685         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
14686         property on entire argument since this is what eshell-lisp-command
14687         expects.
14689 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
14691         * net/tramp-gvfs.el (tramp-gvfs-methods)
14692         (tramp-gvfs-zeroconf-domain)
14693         (tramp-bluez-discover-devices-timeout): Add version flag.
14694         (tramp-gvfs-handler-mounted-unmounted)
14695         (tramp-gvfs-connection-mounted-p): Polish handling of
14696         incompatibilities between GVFS 0.2 and 1.0.
14698 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
14700         * cus-start.el (all): Add make-pointer-invisible.
14702 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
14704         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
14705         formatted correctly.
14707 2009-07-02  Juri Linkov  <juri@jurta.org>
14709         * info.el: Virtual Info files and nodes.
14710         (Info-virtual-files, Info-virtual-nodes): New variables.
14711         (Info-current-node-virtual): New variable.
14712         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
14713         New functions.
14714         (Info-file-supports-index-cookies): Use Info-virtual-file-p
14715         to check for a virtual file instead of checking a fixed list
14716         of node names.
14717         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
14718         instead of ad-hoc processing of "dir" and (apropos history toc).
14719         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
14720         instead of ad-hoc processing of "dir" and (apropos history toc).
14721         Reread a file when moving from a virtual node.
14722         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
14723         (Info-directory-toc-nodes, Info-directory-find-file)
14724         (Info-directory-find-node): New functions.
14725         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
14726         (Info-history): Move part of code to
14727         `Info-history-find-node'.
14728         (Info-history-toc-nodes, Info-history-find-file)
14729         (Info-history-find-node): New functions.
14730         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
14731         (Info-toc): Move part of code to `Info-toc-find-node'.
14732         (Info-toc-find-node): New function.
14733         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
14734         the current Info file name to references because now the node
14735         "*TOC*" belongs to the same Info manual.
14736         (Info-toc-build): Rename from `Info-build-toc'.
14737         (Info-toc-nodes): Rename input argument `file' to `filename'.
14738         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
14739         instead of ad-hoc processing of ("dir" apropos history toc).
14740         (Info-index-nodes): Use Info-virtual-file-p
14741         to check for a virtual file instead of checking a fixed list
14742         of node names.
14743         (Info-index-node): Add check for `Info-current-node-virtual'.
14744         Raise `save-match-data' higher up the tree to contain
14745         `search-forward' too (bug fix).
14746         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
14747         (Info-virtual-index-nodes): New variable.
14748         (Info-virtual-index-find-node, Info-virtual-index): New functions.
14749         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
14750         (Info-apropos-file, Info-apropos-nodes): New variables.
14751         (Info-apropos-toc-nodes, Info-apropos-find-file)
14752         (Info-apropos-find-node, Info-apropos-matches): New functions.
14753         (info-apropos): Move part of code to `Info-apropos-find-node' and
14754         `Info-apropos-matches'.
14755         (Info-mode-map): Bind "I" to `Info-virtual-index'.
14756         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
14757         for a virtual file instead of checking a fixed list of node names.
14759         * simple.el (async-shell-command): New command.
14761         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
14763         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
14764         instead of `mount-info'.
14766 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
14768         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
14769         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
14771 2009-07-02  Kenichi Handa  <handa@m17n.org>
14773         * international/mule.el (set-keyboard-coding-system): Force *-unix
14774         coding-system to avoid eol conversion.
14776 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
14778         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
14779         Add handler for `process-file', `shell-command' and
14780         `start-file-process'.
14781         (tramp-gvfs-handle-shell-command)
14782         (tramp-gvfs-handle-start-file-process)
14783         (tramp-gvfs-handle-process-file): New defuns.
14784         (tramp-synce-list-devices): Simplify check for existence of property.
14786 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
14788         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
14790 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
14792         * language/korean.el (set-language-info-alist): Add korean-cp949,
14793         cp949 to spec.
14795 2009-07-01  Kenichi Handa  <handa@m17n.org>
14797         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
14799         * international/encoded-kb.el: Deleted.
14801         * international/mule.el (set-keyboard-coding-system): Perform the
14802         necessary setup here instead of calling encoded-kbd-setup-display.
14804 2009-07-01  Glenn Morris  <rgm@gnu.org>
14806         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
14808 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
14810         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
14812 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
14814         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
14815         Handle also the 'rename case, when setting file modes.  (Bug#3712)
14816         (tramp-default-file-modes): Remove execute permissions.
14818         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
14819         (top): Add a default for "synce" in `tramp-default-user-alist'.
14820         Add completion function for "synce" method.
14821         (tramp-hal-service, tramp-hal-path-manager)
14822         (tramp-hal-interface-manager, tramp-hal-interface-device):
14823         New defconst.
14824         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
14825         (tramp-synce-list-devices, tramp-synce-parse-device-names):
14826         New defuns.
14828         * net/trampver.el: Update release number.
14830 2009-06-30  Kenichi Handa  <handa@m17n.org>
14832         * international/fontset.el (setup-default-fontset): Add CJK fonts
14833         for symbols and the other miscellaneous characters.
14835         * language/korea-util.el (setup-korean-environment-internal):
14836         Make char-width-table suitable for Korean environments.
14837         (exit-korean-environment): Cancel above.
14839         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
14840         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
14841         setup-function to make char-width-table suitable for respective
14842         environments, and an exit-function to cancel that.
14844         * language/japan-util.el (setup-japanese-environment-internal):
14845         Call use-cjk-char-width-table with arg `ja_JP'.
14847         * international/characters.el (cjk-char-width-table): Delete it.
14848         (cjk-char-width-table-list): New variable.
14849         (use-cjk-char-width-table): New arg local-name.
14850         (use-default-char-width-table): Fix for the case that Emacs is
14851         already using the default char-width-table.
14853 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
14855         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
14856         modes mandatory.  (Bug#3712)
14858 2009-06-29  Alan Mackenzie  <acm@muc.de>
14860         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
14861         correction between the visible width of TABs and their number of bytes.
14863 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
14865         * server.el (server-buffer-done): Prevent kill-buffer from
14866         prompting by clearing the buffer modification flag (Bug#3696).
14868 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
14870         * progmodes/verilog-mode.el (verilog-beg-of-statement)
14871         (verilog-endcomment-reason-re): Support unique case and priority case.
14872         (verilog-basic-complete-re): Support localparam lineup.
14873         (verilog-beg-of-statement-1): Fix for robustness, unique case.
14874         (verilog-set-auto-endcomments): Fix for unique case, always_comb
14875         commenting.
14876         (verilog-leap-to-case-head): Now support *nested* unique &
14877         priority case statements.
14878         (verilog-auto-lineup): Make just declarations the default (as it
14879         had been).
14880         (verilog-leap-to-case-head): Support priority/unique case statements.
14881         (verilog-auto-lineup): Rework to give users radio buttons to
14882         select the various styles of automatic lineup.
14883         (verilog-error-regexp-alist): Rework to support the XEmacs style
14884         of error regular expressions from compilers, lint tools &
14885         simulators.  Note that GNU Emacs has made it impossible for a mode
14886         to load such things.
14887         (electric-verilog-terminate-line, verilog-indent-declaration)
14888         (verilog-auto-wiure): Rework for radio button selection of
14889         auto-lineup selection of specification of auto lineup.
14890         (verilog-beg-of-statement-1): Redesign to support proper operation
14891         in additional code, based on testing with auto-lineup.
14892         (verilog-calculate-indent, assignments & declarations)
14893         (verilog-backward-token): Enhance to support auto-lineup of
14894         assignments & declarations.
14895         (verilog-in-directive-p, verilog-at-struct-p): New function for
14896         easy test of whether we are.
14897         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
14898         to support safe execution at almost anyline.
14899         (verilog-calc-1): Properly support indenting deep inside generate
14900         blocks.
14901         (verilog-init-font): Remove definition & use of verilog-init-font,
14902         as it is redundant with font-lock-defaults.
14903         (verilog-mode): Alter the definition of verilog-font-lock-defaults
14904         to avoid circular calls if syntax-ppss is a function (as is the
14905         case now in 22.x GNU Emacs) as that function would sometimes call
14906         itself, leading to (nearly) infinite recursion.
14907         (verilog-ovm-begin-re, verilog-ovm-end-re)
14908         (verilog-ovm-statement-re, verilog-leap-to-head)
14909         (verilog-backward-token): Add support for OVM macros.  Some are
14910         complete statements, and others open and close scopes like begin
14911         and end.
14912         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
14913         (verilog-defun-level-generate-only-re): Really fix the defun-list
14914         compilation issue.
14915         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
14916         coverpoint, constraint and cross statements.
14917         (verilog-defun-level-list, verilog-generate-defun-level-list)
14918         (verilog-all-defun-level-list): Redo these specifications - it is
14919         too hard to support eval-when compile aggregation of lists also
14920         built at when-compile time.
14921         (verilog-defun-level-list): Place defconsts of variables used in
14922         building regular expressions which are built in eval-when-compile
14923         bodies in the same eval-when-compile body to facilitate compile
14924         without load.
14925         (verilog-beg-block-re-ordered): Support indenting
14926         virtual/protected tasks and functions.
14927         (verilog-defun-level-list, verilog-in-generate-region-p)
14928         (verilog-backward-ws&directives, verilog-calc-1): Speed up
14929         indentation of some module items (generate items).
14930         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
14931         across virtual/protected tasks and functions.
14933 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
14935         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
14936         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
14937         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
14938         in concatenations.  Reported by Yishay Belkind.
14939         (verilog-auto-ascii-enum): Support one-hot state machines in
14940         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
14941         (verilog-auto-inst, verilog-auto-inst-port): Include interface
14942         modport in AUTOINST and add vl-modport for users.  Reported by
14943         David Rogoff.
14944         (verilog-auto-inout-module, verilog-auto-inst)
14945         (verilog-decls-get-interfaces, verilog-insert-definition)
14946         (verilog-insert-one-definition, verilog-read-decls)
14947         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
14948         (verilog-sig-modport, verilog-signals-combine-bus)
14949         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
14950         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
14951         Suggested by David Rogoff.
14952         (verilog-repair-open-comma): Fix non-insertion of comma when
14953         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
14954         (verilog-make-width-expression): Simplify [A-1:0] expression
14955         widths to just {A{1'b0}}.
14956         (verilog-mode): Cleanup checkdoc warnings.
14957         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
14958         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
14959         inputs/outputs or data type.  Suggested by Vasu Kandadi.
14960         (next-error-last-buffer): Fix byte-compiler warning.
14961         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
14962         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
14963         or shell command text during AUTO expansion.  Suggested by Tad Truex.
14964         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
14965         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
14966         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
14967         in AUTOINOUT.  Reported by Matthew Lovell.
14968         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
14969         causing use of <= assignments.  Reported by Alex Reed.
14970         (verilog-read-decls): Fix triand, trior, wand, wor to be
14971         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
14972         (verilog-extended-complete-re): Support import "DPI-C" functions.
14973         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
14974         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
14975         (verilog-insert-date, verilog-insert-year)
14976         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
14977         Windows systems.  Reported by Michael Potts.
14978         (verilog-read-module-name): Fix AUTOINST when the child module
14979         declaration's name is a tick define.  Reported by Elliot Mednick.
14980         (verilog-read-decls): Fix V2K parameter bit subscripts getting
14981         passed to next parameter's definition.  Reported by Bruce T.
14982         (verilog-read-decls): Fix detecting "parameter int" when using
14983         AUTOINSTPARAM.  Reported by Bruce T.
14984         (verilog-goto-defun): Fix goto not finding modules unless first
14985         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
14986         (verilog-mode): Expand -f flag arguments on entry to mode so
14987         verilog-goto-defun will work.  Reported by Lawrence Butcher.
14988         (verilog-getopt): Expand environment variables in -f file
14989         arguments.  Suggested by Lawrence Butcher.
14990         (verilog-set-define): Fix "Symbol's value as variable is void"
14991         when reading enumerations.
14992         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
14993         Suggested by Stephen Peltan.
14994         (verilog-read-defines): Fix reading of enumerations in include
14995         files.  Reported by Steve Peltan.
14997 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
14999         * files.el (trash-directory): Fix defcustom type.
15001 2009-06-28  Juri Linkov  <juri@jurta.org>
15003         * help-fns.el (describe-function-1): Correctly locate adviced
15004         functions in hyperlink (Bug#2438).
15006 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
15008         * files.el (trash-directory): Change default to nil.
15009         (move-file-to-trash): If trash-directory is nil and
15010         system-move-file-to-trash is unbound, perform freedesktop-style
15011         trashing.
15013 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
15015         * files.el (move-file-to-trash): Add freedesktop trash
15016         support (Bug#973).
15018 2009-06-28  Glenn Morris  <rgm@gnu.org>
15020         * autorevert.el (global-auto-revert-non-file-buffers)
15021         (global-auto-revert-mode): Doc fixes.
15023 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
15025         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
15027 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
15029         * faces.el (x-handle-named-frame-geometry): Ensure that we have
15030         opened an X connection before calling x-get-resource (Bug#3194).
15032         * play/doctor.el: Remove reference to obsolete website.
15033         (make-doctor-variables): Correct grammar mistake (Bug#2633).
15035 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
15037         Remove find-file-not-found-hook VC method.  (Bug#2757)
15038         * vc-hooks.el (vc-file-not-found-hook)
15039         (vc-default-find-file-not-found-hook): Remove functions.
15040         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
15041         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
15042         * vc.el:
15043         * vc-hg.el:
15044         * vc-git.el: Do not mention find-file-not-found-hook VC method.
15046 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
15048         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
15049         compatibility function for `looking-back'.
15051         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15052         Use `ispell-looking-back'.
15054 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
15056         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
15057         rather than `filename'.
15059 2009-06-23  Miles Bader  <miles@gnu.org>
15061         * face-remap.el (text-scale-set): New function.
15063 2009-06-23  Glenn Morris  <rgm@gnu.org>
15065         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
15067         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
15069         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
15071         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
15073         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15074         Simplify Persian conditionals.
15076         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
15077         variable `filename'.
15079         * comint.el (comint-insert-input): Doc fix.
15081         * Makefile.in (ELCFILES): Fix typo in previous change.
15083 2009-06-23  Miles Bader  <miles@gnu.org>
15085         * cus-start.el: Add entry for `recenter-redisplay'.
15087 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
15089         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
15090         Add an optional argument for the backend, use it instead of
15091         calling vc-backend.
15092         (vc-mode-line): Add an optional argument for the backend.
15093         Pass the backend to vc-state and vc-working-revision.  Move code for
15094         special handling for vc-state being a buffer to ...
15096         * vc-rcs.el (vc-rcs-find-file-hook):
15097         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
15099         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
15100         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
15101         vc-stay-local-p and vc-mode-line calls.
15103         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
15104         (vc-cvs-diff, vc-cvs-annotate-command)
15105         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
15106         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
15107         vc-mode-line calls.
15109         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
15110         direct comparison.
15111         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
15112         backend when calling vc-mode-line.
15113         (vc-register): Do not create a closure for calling the vc register
15114         function, call it directly.
15116 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
15118         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
15119         to make it obvious item can be clicked.
15121         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
15123 2009-06-23  Kenichi Handa  <handa@m17n.org>
15125         * language/korea-util.el (korean-key-bindings): Change the binding
15126         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
15127         same command.
15129 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
15131         Sync with Tramp 2.1.16.
15133         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
15135         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
15136         when a loading of a package fails.  Completion function for rsync
15137         is `tramp-completion-function-alist-ssh'.
15138         (all): Replace all calls of `split-string' and
15139         `tramp-split-string' by `tramp-compat-split-string'.
15140         (tramp-default-method): Use `tramp-compat-process-running-p'.
15141         (tramp-default-proxies-alist): Allow also Lisp forms.
15142         (tramp-remote-path): Add choice "Private Directories".
15143         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
15144         (tramp-domain-regexp): Allow also "-", "_" and ".".
15145         (tramp-end-of-output): Remove newlines, and add "$" at the end.
15146         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
15147         (tramp-debug-message): Insert header line in debug buffer.
15148         (tramp-handle-directory-files-and-attributes-with-stat):
15149         Care about filenames with spaces, or starting with "-".
15150         (tramp-handle-dired-uncache): New defun.
15151         (tramp-handle-insert-directory): Don't flush the directory from
15152         cache, this is handled by `dired-uncache' now.
15153         (tramp-handle-insert-file-contents): Improve error handling.
15154         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15155         Quote `tramp-end-of-output'.
15156         (tramp-action-password): Improve trace message.
15157         (tramp-check-for-regexp): Both echoes must be present, before removing.
15158         (tramp-open-connection-setup-interactive-shell): Trace coding system.
15159         (tramp-compute-multi-hops): Eval cons cells of
15160         `tramp-default-proxies-alist'.
15161         (tramp-maybe-open-connection): Use the same command pattern for
15162         first hop and further hops.
15163         (tramp-wait-for-output): Remove handling of newlines.
15164         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
15165         (tramp-split-string): Remove function.  It is handled in
15166         tramp-compat now.
15168         * net/tramp-cmds.el (tramp-bug):
15169         Recommend `tramp-cleanup-all-connections' in the bug mail.
15171         * net/tramp-compat.el (tramp-compat-split-string)
15172         (tramp-compat-process-running-p): New defuns.
15174         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
15175         for `dired-uncache'.
15177         * net/tramp-gvfs.el: New package.
15179         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15180         Add handler for `dired-uncache'.
15181         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
15183         * net/trampver.el: Update release number.  Make version check fit
15184         for SXEmacs 22.
15186 2009-06-22  Jim Meyering  <meyering@redhat.com>
15188         Automatically handle .xz suffix (XZ-compressed files), too.
15189         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
15190         XZ is the successor to LZMA: <http://tukaani.org/xz/>
15192 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
15193             Nick Roberts  <nickrob@snap.net.nz>
15195         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
15196         repository (http://sphinx.net.ru/hg/gdb-mi/).
15198 2009-06-22  Glenn Morris  <rgm@gnu.org>
15200         * files.el (dir-locals-collect-mode-variables): Allow for any number of
15201         `mode' and `eval' entries.  (Bug#3430)
15203         * Makefile.in (ELCFILES): Add fadr.elc.
15205         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
15206         differing behavior of \n and ^ in strings.  (Bug#3385)
15208         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
15210         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
15211         property.
15212         (lisp-indent-function): Make it a defcustom.
15214 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
15216         * progmodes/gdb-ui.el: Replace with ...
15217         * progmodes/gdb-mi.el: ... this file.
15218         * progmodes/gud.el: Modify for gdb-mi.el.
15220 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
15222         * fadr.el: New file.
15224 See ChangeLog.14 for earlier changes.
15226 ;; Local Variables:
15227 ;; coding: utf-8
15228 ;; End:
15230     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
15232   This file is part of GNU Emacs.
15234   GNU Emacs is free software: you can redistribute it and/or modify
15235   it under the terms of the GNU General Public License as published by
15236   the Free Software Foundation, either version 3 of the License, or
15237   (at your option) any later version.
15239   GNU Emacs is distributed in the hope that it will be useful,
15240   but WITHOUT ANY WARRANTY; without even the implied warranty of
15241   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15242   GNU General Public License for more details.
15244   You should have received a copy of the GNU General Public License
15245   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15247 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1