Merge from trunk and apply standard C changes.
[emacs.git] / lisp / ChangeLog
blobd1d6639ae08254e1faa1b2749a4dbcd403249223
1 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
3         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
5         * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
7         * time.el (display-time-day-and-date): Remove spurious * in docstring.
8         (display-time-world-buffer-name, display-time-world-mode-map):
9         Fix typos in docstrings.
11 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
13         * image-mode.el (image-display-size): New function.
14         (image-forward-hscroll, image-next-line, image-eol, image-eob)
15         (image-mode-fit-frame): Use it (Bug#6639).
17 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
19         * dired.el (dired-buffers-for-dir): Handle list values of
20         dired-directory (Bug#6636).
22 2010-07-26  Sam Steingold  <sds@gnu.org>
24         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
25         Do not call `x-get-selection' the second time, reuse the value.
27 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
29         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
30         which consist of control chars only.  Suggested by Richard
31         Stallman.
33 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
35         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
36         exists before passing an error to find-file-not-found-functions
37         (bug#6723).
39 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
41         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
42         Remove leading nil element, adjust values.
43         (tetris-shapes, tetris-shape-scores):
44         Change representation of shapes and remove some redundancy.
45         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
46         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
47         Adjust for working with new representation of shapes.
48         (tetris-shape-rotations): New function.
49         (tetris-move-bottom, tetris-move-left, tetris-move-right)
50         (tetris-rotate-prev, tetris-rotate-next):
51         Adjust for working with the new version of tetris-test-shape.
53 2010-07-23  Markus Triska  <markus.triska@gmx.at>
55         * progmodes/ps-mode.el: Use comint (bug#5954).
56         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
57         (ps-mode-other-newline): Simplify.
58         (ps-run-mode): Derive from comint-mode instead of
59         fundamental-mode, yielding input history etc.
60         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
61         (ps-run-send-string): Adapt for comint-mode.
62         (ps-run-newline): Remove now unneeded function.
64 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
66         * net/tramp.el (tramp-methods): Move hostname to the end in all
67         plink `tramp-login-args'.
69 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
71         * net/tramp.el (tramp-open-shell): New defun.
72         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
73         Use it.
75 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
77         * net/tramp.el (tramp-file-name-regexp-unified)
78         (tramp-completion-file-name-regexp-unified): On W32 systems, do
79         not regard the volume letter as remote filename.  (Bug#5447)
81 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
83         * custom.el (custom-declare-variable): Give a clearer error message
84         when the docstring is missing (bug#6476).
86 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
88         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
89         (sql-login-params): New widget definition.
90         (sql-oracle-login-params, sql-mysql-login-params)
91         (sql-solid-login-params, sql-sybase-login-params)
92         (sql-informix-login-params, sql-ingres-login-params)
93         (sql-ms-login-params, sql-postgres-login-params)
94         (sql-interbase-login-params, sql-db2-login-params)
95         (sql-linter-login-params): Use it.
96         (sql-sqlite-login-params): Use it; Define "database" parameter as
97         a file name.
98         (sql-sqlite-program): Change to "sqlite3".
99         (sql-comint-sqlite): Make sure database name is complete.
100         (sql-for-each-login): New function.
101         (sql-connect, sql-save-connection): Use it.
102         (sql-get-login-ext): New function.
103         (sql-get-login): Use it.
104         (sql-make-alternate-buffer-name): Handle :file parameters.
106 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
108         * dired.el (dired-no-confirm): Document value t and fix defcustom to
109         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
111 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
113         * dired.el (dired-mode-map): Use command remapping (bug#6632).
115 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
117         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
119 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
121         * net/tramp.el (tramp-get-ls-command)
122         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
123         instead of "/".
125 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
127         * progmodes/sql.el: Version 2.3.
128         (sql-connection-alist): Changed keys from symbols to strings;
129         enhanced the widget definition.
130         (sql-mode-menu): Added submenu to select connections.
131         (sql-interactive-mode-menu): Added "Save Connection" item.
132         (sql-add-product): Fixed menu item.
133         (sql-get-product-feature): Improved error handling.
134         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
135         (sql-make-alternate-buffer-name): Simplified.
136         (sql-product-interactive): Handle missing product.
137         (sql-connect): Support string keys, minor improvements.
138         (sql-save-connection): New function.
139         (sql-connection-menu-filter): New function.
141 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
143         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
144         (tramp-open-connection-setup-interactive-shell): Apply
145         workaround for IRIX64 bug.  Move argument of last
146         `tramp-send-command' where it belongs to.
148 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
150         * net/tramp.el (tramp-perl-file-attributes)
151         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
152         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
153         front of `login-args'.
155 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
157         * time.el (display-time-world-mode): Define with `define-derived-mode'.
158         Set `show-trailing-whitespace' to nil.
159         (display-time-world-display): Simplify.
161 2010-07-18  Alan Mackenzie  <acm@muc.de>
163         Enhance `c-file-style' in file/directory local variables.
164         * progmodes/cc-mode.el (c-count-cfss): New function.
165         (c-before-hack-hook): Call `c-set-style' differently according to
166         whether c-file-style was set in file or directory local
167         variables.
169 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
171         * progmodes/sql.el: Version 2.2.
172         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
173         defcustom :safe keyword rather than putting safe-local-variable
174         property.
175         (sql-password): Use defcustom :risky keyword rather than putting
176         risky-local-variable property.
177         (sql-oracle-login-params, sql-sqlite-login-params)
178         (sql-solid-login-params, sql-sybase-login-params)
179         (sql-informix-login-params, sql-ingres-login-params)
180         (sql-ms-login-params, sql-postgres-login-params)
181         (sql-interbase-login-params, sql-db2-login-params)
182         (sql-linter-login-params): Add `port' option.
183         (sql-get-product-feature): Added NO-INDIRECT parameter.
184         (sql-comint-oracle, sql-comint-sybase)
185         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
186         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
187         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
188         (sql-comint-linter): Renamed sql-connect-* functions to
189         sql-comint-*.
190         (sql-product-alist, sql-mode-menu): Renamed as above and
191         :sqli-connect-func to :sqli-comint-func.
192         (sql-connection): New variable.
193         (sql-interactive-mode): Set it.
194         (sql-connection-alist): New variable.
195         (sql-connect): New function.
196         (sql--alt-buffer-part, sql--alt-if-not-empty)
197         (sql-make-alternate-buffer-name): Improved alternative buffer name.
199 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
201         * image-mode.el (image-bookmark-make-record): Do not set context
202         in an image (Bug#6650).
204 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
206         * simple.el (select-active-region): New function.
207         (push-mark-command, set-mark, activate-mark)
208         (handle-shift-selection): Use it.
209         (deactivate-mark): Don't check for size of region.
211         * mouse.el (mouse-drag-track): Use select-active-region.
213 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
215         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
216         "--dired" stronger.
218 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
220         * term/x-win.el (x-select-enable-primary): Change default to nil.
221         (x-select-enable-clipboard): Add :version keyword.
223         * mouse.el (mouse-drag-copy-region):
224         * simple.el (select-active-regions): Likewise.
226 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
228         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
229         (vc-coding-system-for-diff): Use it to decide whether to inherit
230         from the file the EOL format for reading the diffs of that file.
231         (Bug#4451)
233 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
235         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
236         unibyte, so compressed attachments are not compressed again.
238 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
240         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
241         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
242         (tramp-find-shell): Simplify setting connection property.
243         (tramp-get-ls-command): Make test for "--color=never" stronger.
245 2010-07-15  Simon South  <ssouth@member.fsf.org>
247         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
248         blocks within record declarations (i.e. variant parts) correctly.
250 2010-07-15  Simon South  <ssouth@member.fsf.org>
252         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
253         over literal tokens when parsing so newlines aren't "absorbed" by
254         single-line comments.  Corrects the indentation of case blocks
255         that have a comment on the first line.
257 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
259         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
260         by Drew Adams (Bug#5504).
262 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
264         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
265         now that Unicode is used (Bug#6594).
267 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
269         * term/x-win.el (x-select-enable-clipboard): Default to t.
270         (x-initialize-window-system): Don't overwrite Paste menu item.
272         * simple.el (select-active-regions): Default to t.
273         (push-mark-command): Don't overwrite primary with empty string.
275         * mouse.el: Bind mouse-2 to mouse-yank-primary.
276         (mouse-drag-copy-region): Default to nil.
278         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
279         Cut/Copy/Paste menu bar items.
281 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
283         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
284         Patch applied by Karl Fogel.
286         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
287         and `bookmark-current-buffer' if they have been already set in
288         another buffer (e.g gnus-art).
290 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
291             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
293         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
295         * bookmark.el (bookmark-make-record-default): Allow unneeded
296         information to be omitted from the record.
298         Adjust declarations and calls:
300         * info.el (bookmark-make-record-default): Adjust declaration.
301         (Info-bookmark-make-record): Adjust call.
303         * woman.el (bookmark-make-record-default): Adjust declaration.
304         (woman-bookmark-make-record): Adjust call.
306         * man.el (bookmark-make-record-default): Adjust declaration.
307         (Man-bookmark-make-record): Adjust call.
309         * image-mode.el (bookmark-make-record-default): Adjust declaration.
311         * doc-view.el (bookmark-make-record-default): Adjust declaration.
313 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
315         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
316         This is also from Thierry Volpiatto's patch in bug #6444.  However,
317         because it was extraneous to the functional change in that patch,
318         and causes a re-indendation, I am committing it separately.
320 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
322         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
323         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
324         Patch applied by Karl Fogel (Bug#6444).
326 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
328         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
330 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
332         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
333         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
334         (ns-alternatives-map): Change S-tab binding to backtab
335         (bug#6616).
337         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
338         under ns.
340 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
342         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
343         (Bug#5806)
345         * language/tv-util.el (tai-viet-re): Remove format.
347 2010-07-12  Kenichi Handa  <handa@m17n.org>
349         * language/hebrew.el: Remove no-byte-compile declaration.
350         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
351         composition-function-table for 3-character looking back.
352         (hebrew-font-get-precomposed): New function.
353         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
355 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
357         * mouse.el (mouse-drag-track): Handle select-active-regions
358         (Bug#6612).
360 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
362         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
363         empty argument to gvfs-copy.
365 2010-07-10  Glenn Morris  <rgm@gnu.org>
367         * calendar/calendar.el (calendar-week-end-day): New function.
368         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
369         Respect calendar-week-start-day.  (Bug#6606)
370         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
371         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
372         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
373         respect calendar-week-start-day.
375 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
377         * simple.el (use-region-p): Doc fix (Bug#6607).
379 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
381         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
382         regexps for cucumber and ruby.
384 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
386         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
387         (epa-file-insert-file-contents): Hack to prevent
388         find-file from opening empty buffer when decryption failed
389         (bug#6568).
391 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
393         * textmodes/ispell.el (ispell-alternate-dictionary):
394         Use file-readable-p.
395         Return nil if no word-list is found at default locations.
396         (ispell-complete-word-dict): Default to nil.
397         (ispell-command-loop): Use 'word-list' when using lookup-words.
398         (lookup-words): Use ispell-complete-word-dict or
399         ispell-alternate-dictionary.  Check for word-list availability
400         and handle errors if needed with better messages (Bug#6539).
401         (ispell-complete-word): Use ispell-complete-word-dict or
402         ispell-alternate-dictionary.
404 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
406         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
407         builtins (BufferError, BytesWarning, WindowsError; callables
408         bin, bytearray, bytes, format, memoryview, next, print; __package__).
410 2010-07-07  Glenn Morris  <rgm@gnu.org>
412         * play/zone.el (top-level): Do not require timer, tabify, or cl.
413         (zone-shift-left): Ignore intangibility, and any errors from
414         forward-char.
415         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
416         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
417         deleting, and copying text properties.
418         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
419         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
420         to point-max is hard.
421         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
422         (zone-fill-out-screen): Ignore intangibility.
424 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
426         * menu-bar.el (menu-bar-mode):
427         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
428         if it has been set.
430         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
431         word/line selection (Bug#6565).
433 2010-07-04  Martin Rudalics  <rudalics@gmx.at>
435         * window.el (get-mru-window): New function.
436 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
438         * net/dbus.el (dbus-send-signal): Declare function.
440 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
442         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
443         (dbus-register-property): New optional argument EMITS-SIGNAL.
444         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
446 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
448         * mouse.el (mouse-drag-overlay): Variable deleted.
449         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
450         (mouse--remap-link-click-p): New function.
451         (mouse-drag-track): Handle dragging by using temporary Transient
452         Mark mode, instead of a special overlay.
453         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
454         mouse-show-mark.
456         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
457         deleted.
459 2010-07-02  Juri Linkov  <juri@jurta.org>
461         * autoinsert.el (auto-insert-alist): Fix readability
462         by using dotted pair notation for lambda.
464 2010-07-02  Juri Linkov  <juri@jurta.org>
466         * faces.el (read-face-name): Rename arg `string-describing-default'
467         to `default'.  Doc fix.  Display the default value in quotes
468         in the prompt.  With empty input, return the `default' arg,
469         unless the default value is a string (in which case return nil).
470         (describe-face): Replace the string `default' arg of `read-face-name'
471         with the symbol `default'.
473 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
475         * emulation/viper-cmd.el (viper-delete-backward-char)
476         (viper-del-backward-char-in-insert)
477         (viper-del-backward-char-in-replace, viper-change)
478         (viper-backward-indent): Replace delete-backward-char with
479         delete-char (Bug#6552).
481 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
483         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
485 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
487         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
488         argument passed to frame-creation-function (Bug#5378).
490         * faces.el (x-handle-named-frame-geometry)
491         (x-handle-reverse-video, x-create-frame-with-faces)
492         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
493         separately consult default-frame-alist.  It is now passed as the
494         PARAMETER argument.
496 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
498         * startup.el (command-line): Don't call tool-bar-setup in a
499         tty-only build.
501 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
503         * ruler-mode.el (ruler--save-header-line-format): New fun.
504         (ruler-mode): Use it as a setter function, so as not to overwrite
505         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
507 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
509         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
510         (vc-root-diff, vc-print-root-log, vc-log-incoming)
511         (vc-log-outgoing): Use it.
512         (vc-diff-internal): Set diff-vc-backend.
514         * vc/diff-mode.el (diff-vc-backend): New var.
516 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
518         * dynamic-setting.el (font-setting-change-default-font): Remove
519         call to message.
521 2010-06-28  Kenichi Handa  <handa@m17n.org>
523         * international/quail.el (quail-insert-kbd-layout): Fix the
524         showing of untranslated characters.
526 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
528         * simple.el (delete-active-region): New option.
529         (delete-backward-char): Implement in Lisp.
530         (delete-forward-char): New command.
532         * mouse.el (mouse-region-delete-keys): Deleted.
533         (mouse-show-mark): Simplify.
535         * bindings.el (global-map): Bind delete and DEL, the former to
536         delete-forward-char.
538 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
540         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
541         (ruby-mode): Bind indent-line-function (Bug#5119).
543 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
545         * startup.el (command-line): Recognize "0" X resource value.
547 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
549         * startup.el (command-line): Use X resources to set the value of
550         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
552         * menu-bar.el (menu-bar-mode):
553         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
554         Set init-value to t.
556         * frame.el (frame-notice-user-settings): Don't change
557         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
558         vice versa (Bug#2249).
560 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
562         * w32-fns.el (w32-convert-standard-filename): Doc fix.
564 2010-06-25  Martin Rudalics  <rudalics@gmx.at>
566         * files.el (read-buffer-to-switch)
567         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
568         Move to window.el.
570         * window.el (display-buffer): New customization group.
571         (special-display-buffer-names, special-display-regexps)
572         (same-window-buffer-names, same-window-regexps, pop-up-frames)
573         (display-buffer-reuse-frames, pop-up-windows)
574         (split-window-preferred-function, split-height-threshold)
575         (split-width-threshold, even-window-heights): Move or add to
576         display-buffer customization group.
577         (window-size-fixed): Move down in code, rewrite doc-string.
578         (window-right, window-left, window-child, window-internal-p)
579         (window-any-p, normalize-live-buffer, normalize-live-frame)
580         (normalize-any-window, normalize-live-window)
581         (window-iso-combined-p, walk-window-tree-1, walk-window-tree)
582         (window-in-direction-2, window-in-direction, window-tree-1)
583         (window-size-ignore, window-sizable, window-sizable-p)
584         (window-min-size, window-min-size-1, window-size-fixed-p)
585         (window-size-fixed-1, window-min-delta, window-min-delta-1)
586         (window-max-delta, window-max-delta-1, window-resizable)
587         (window-resizable-p, window-total-height, window-height)
588         (window-full-height-p, window-total-width, window-body-height)
589         (window-body-width, window-width, resize-window-reset)
590         (resize-window-reset-1, resize-window, resize-subwindows-skip-p)
591         (resize-subwindows-normal, resize-subwindows)
592         (resize-other-windows, resize-this-window, resize-mini-window)
593         (resize-root-window, resize-root-window-vertically)
594         (window-deletable-p, window-or-subwindow-p)
595         (kill-or-unrecord-buffer, quit-restore-window)
596         (window-split-min-size, window-children-count)
597         (split-window-quit-restore): New functions.
598         (ignore-window-parameters, display-buffer-window-and-buffer)
599         (resize-window-safe-window): New variables.
600         (window-safe-min-height, window-safe-min-width): New constants.
601         (window-min-height, window-min-width, window-full-width-p)
602         (get-lru-window, get-largest-window)
603         (adjust-window-trailing-edge, window-tree, other-window)
604         (replace-buffer-in-windows, split-window): Move here from
605         window.c.
606         (window-current-scroll-bars): Use normalize-live-window.
607         (get-window-with-predicate): Use window-list-1.
608         (get-buffer-window-list): Use normalize-live-buffer and
609         window-list-1.
610         (count-windows): Use window-list-1.
611         (enlarge-window, shrink-window): Use resize-window.
612         (maximize-window, minimize-window, frame-root-window-p)
613         (composite-window-p, composite-root-window-p)
614         (composite-main-window-p, composite-support-window-p)
615         (composite-root-window, composite-major-window)
616         (composite-main-sibling, composite-lowest-child-role)
617         (compound-window-p, compound-main-window-p)
618         (compound-root-window, group-window-p, group-window-main-p)
619         (group-root-window, make-compound-window, make-window-group)
620         (make-support-window): New functions for composite windows.
621         (one-window-p): Rewrite doc-string.
622         (delete-window, delete-other-windows, delete-windows-on)
623         (bury-buffer, switch-to-buffer): Move here from buffer.c.
624         (split-window-vertically, split-window-horizontally): Call
625         split-window-quit-restore.
626         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
627         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
628         (bw-refresh-edges, bw-balance-sub): Replace by new balance
629         windows functions.
630         (balance-windows, balance-windows-1, balance-windows-2): New
631         functions for balancing windows.
632         (bw-adjust-window): Rename to balance-windows-area-adjust.
633         (balance-windows-area): Call balance-windows-area-adjust.
634         (pop-up-windows): New values `selected' and `root'.
635         (window-splittable-p): Rename to window-sensibly-splittable-p.
636         (split-window-sensibly): Call window-sensibly-splittable-p.
637         (window--display-buffer-1, window--display-buffer-2): Remove.
638         (display-buffer-window-and-buffer)
639         (window--display-buffer-in-window, window--reuse-window)
640         (window--pop-up-window, window--pop-up-frame)
641         (window--raise-window-frame): New helper functions for
642         display-buffer.
643         (display-buffer): Rewrite using the new helper functions.
644         (read-buffer-to-switch, switch-to-buffer-other-window)
645         (switch-to-buffer-other-frame): Move here from files.el.
646         (set-window-text-height, fit-window-to-buffer): Use
647         normalize-live-window and resize-window.
648         (shrink-window-if-larger-than-buffer): Use normalize-live-window
649         and window-iso-combined-p.
650         (temp-buffer-max-height, temp-buffer-resize-mode): Move here
651         from help.el.
652         (resize-temp-buffer-window): Move here from help.el and use
653         window-iso-combined-p.
654         (ctl-x-map): Move bindings for non-scrolling commands here from
655         window.c.
657         * cus-start.el (all): Remove window-min-height and
658         window-min-width entries.  Add recenter-redisplay and
659         window-splits entries.
661         * calendar/calendar.el (calendar-basic-setup):  Call
662         window-sensibly-splittable-p instead of window-splittable-p.
664         * dired.el (dired-pop-to-buffer): Call
665         window-sensibly-splittable-p instead of window-splittable-p.
667         * help-mode.el (help-mode-finish): Remove help-window and
668         view-return-to-alist handling code.
670         * help.el (help-window): Remove variable.
671         (help-window-point-marker): Fix doc-string.
672         (temp-buffer-max-height, temp-buffer-resize-mode)
673         (resize-temp-buffer-window): Move to window.el.
674         (help-window-display-message): Fix doc-string and handling of
675         optional argument.
676         (help-window-setup-finish): Remove.
677         (help-window-setup): Remove handling of list-of-frames and
678         list-of-window-tuples.  These are handled by the quit-restore
679         window mechanism now.
680         (with-help-window): Remove setup of list-of-frames and
681         list-of-window-tuples.  Reset display-buffer-window-and-buffer
682         and call help-window-setup when the buffr display mechanism
683         called by with-output-to-temp-buffer has set it.
685         * view.el (view-exits-all-viewing-windows): Fix doc-string.
686         (view-return-to-alist): Remove variable.
687         (view-file-other-window): Remove second argument in call of
688         view-buffer-other-window.
689         (view-file-other-frame): Remove second argument in call of
690         view-buffer-other-frame.
691         (view-buffer): Remove the undo-window mechanism and fix call of
692         view-mode-enter.
693         (view-buffer-other-window, view-buffer-other-frame): Remove
694         second argument and return-to mechanism and fix call of
695         view-mode-enter.
696         (view-return-to-alist-update): Remove function.
697         (view-mode-enter): Rename second argument to quit-restore and
698         replace view-return-to-alist mechanism by quit-restore
699         parameter.  Rewrite doc-string.
700         (view-mode-exit): Rename arguments and replace
701         view-return-to-alist mechanism by calling quit-restore-window.
702         (View-exit, View-exit-and-edit, View-leave, View-quit)
703         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
704         appropriate argument(s).
705         (view-end-message): Instead of checking view-return-to-alist
706         look at quit-restore window parameter.
708         * progmodes/ebrowse.el (ebrowse-view-file-other-frame): Adjust
709         call of view-mode-enter to the latter's new definition.
711         * progmodes/python.el (view-return-to-alist): Remove defvar.
712         (python-describe-symbol): Don't set view-return-to-alist any
713         more.
715 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
717         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
718         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
720         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
721         default directories are expanded (Bug#6143).
723 2010-06-24  Juri Linkov  <juri@jurta.org>
725         * minibuffer.el (completions-format): Change default from nil to
726         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
728 2010-06-24  Juri Linkov  <juri@jurta.org>
730         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
731         buffer-locally to lambda that re-runs the vc diff command.
732         (Bug#6447)
734 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
736         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
737         echo area is in use (Bug#3412).
739 2010-06-22  Glenn Morris  <rgm@gnu.org>
741         * textmodes/texinfmt.el (texinfo-format-region)
742         (texinfo-raise-lower-sections, texinfo-format-separate-node)
743         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
744         (texinfo-format-option, texinfo-noindent):
745         Use line-beginning-position and line-end-position.
747         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
748         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
749         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
750         utf-8 characters.
752 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
754         * play/zone.el (zone-fall-through-ws): Fix next-line ->
755         forward-line fallout.
757 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
759         * mouse.el (mouse-appearance-menu): Add docstring.
761         * help.el (describe-key): Print up-event using key-description.
763 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
765         * net/zeroconf.el (zeroconf-resolve-service)
766         (zeroconf-service-resolver-handler): Use
767         `dbus-byte-array-to-string'.
768         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
770 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
772         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
774 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
776         Avoid displaying files with a nil state in vc-dir.
777         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
778         cases that cause insertion.
779         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
780         with a nil state.
782 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
784         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
786 2010-06-29  Leo  <sdl.web@gmail.com>
788         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
790 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
792         * generic-x.el (bat-generic-mode): Fix regexp for command line
793         switches (Bug#5719).
795 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
797         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
798         of nconc to avoid pure storage error (Bug#6239).
800 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
802         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
803         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
804         bindings of bookmark-automatically-show-annotations (Bug#6515).
806 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
808         * arc-mode.el (archive-zip-extract): Don't quote the file name on
809         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
811 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
813         * comint.el (make-comint, make-comint-in-buffer): Mention return
814         value in the docstrings.  (Bug#6498)
816 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
818         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
819         since it is not present when using some non-default switches.
821 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
823         * simple.el (compose-mail): Fix doc string to refer to
824         `compose-mail-user-agent-warnings', instead of to the
825         nonexistent `compose-mail-check-user-agent'.
827 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
829         Fix an indentation bug:
831         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
832         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
833         of existing values.
835         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
836         (c-clear->-pair-props-if-match-before): now return t when they've
837         cleared properties, nil otherwise.
838         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
839         by taking account of the existing value.
841         * progmodes/cc-defs.el
842         (c-clear-char-property-with-value-function): Fix this to clear the
843         property rather than overwriting it with nil.
845 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
847         * emacs-lisp/package.el (package-print-package): Add link to
848         package description via describe-package.
849         (describe-package-1): List package requirements.  Add button to
850         perform installation.
851         (package-menu-describe-package): New command.
853         * help-mode.el (help-package): New button type.
855 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
857         * emacs-lisp/package.el: Move package-list-packages binding to
858         menu-bar.el.
859         (describe-package, describe-package-1, package--dir): New funs.
860         (package-activate-1): Use package--dir.
862         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
864         * help-mode.el (help-package-def): New button type.
866         * menu-bar.el: Move package-list-packages binding here from
867         package.el.
869 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
871         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
873 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
875         * emacs-lisp/edebug.el (edebug-read-list):
876         Phase out old-style backquotes.
878 2010-06-17  Juri Linkov  <juri@jurta.org>
880         * help-mode.el (help-mode): Set buffer-local variable
881         revert-buffer-function to help-mode-revert-buffer.
882         (help-mode-revert-buffer): New function.
884         * info.el (Info-revert-find-node): Check for major-mode Info-mode
885         before popping to "*info*" (like in other Info functions).
886         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
887         old-history-forward.  Pop to old-buffer-name or "*info*" to
888         recreate the killed buffer.  Set Info-history-forward from
889         old-history-forward.
890         (Info-breadcrumbs-depth): Add :group and :version.
892 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
894         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
896 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
898         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
899         for languages like Portuguese with pt_{BR,PT} and no plain pt.
901 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
903         * emacs-lisp/package.el (package-menu-mode-map):
904         Move initialization into declaration.
906         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
908 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
910         * emacs-lisp/package.el (package-archive-base): Point to
911         elpa.gnu.org.
912         (package-enable, package-load-list): New defcustoms.
913         (package-user-dir, package-directory-list): Turn into defcustoms.
914         Don't include package-user-dir in package-directory-list.
915         (package--builtins-base): Don't include Emacs as a "package".
916         (package-subdirectory-regexp): New var.
917         (package-load-all-descriptors, package-compute-transaction)
918         (package-download-transaction): Obey package-load-list.
919         (package-activate-1): Rename from package-do-activate.
920         (package-list-packages-internal): Check package-load-list.
921         (package-load-descriptor, package-generate-autoloads)
922         (package-unpack, package-unpack-single)
923         (package--read-archive-file, package-delete): Use
924         expand-file-name.
926         * emacs-lisp/package-x.el: New file.  Package uploading
927         functionality split out from package.el.
929         * startup.el (command-line): Load packages after reading init
930         file.
932 2010-06-17  Tom Tromey  <tromey@redhat.com>
934         * emacs-lisp/package.el: New file.
936 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
938         Fix vc-annotate for renamed files when using Git.
939         * vc-git.el (vc-git-find-revision): Deal with empty results from
940         ls-files.  Doe not pass the object as a file name to cat-file, it
941         is not a file name.
942         (vc-git-annotate-command): Pass the file name using -- to avoid
943         ambiguity with the revision.
944         (vc-git-previous-revision): Pass a relative file name.
946 2010-06-22  Glenn Morris  <rgm@gnu.org>
948         * progmodes/js.el (js-mode-map): Use standard capitalization and
949         ellipses for menu entries.
951         * wid-edit.el (widget-complete): Doc fix.
953 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
955         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
957 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
959         Fix annotating other revisions for renamed files in vc-annotate.
960         * vc-annotate.el (vc-annotate): Add an optional argument for the
961         VC backend.  Use it when non-nil.
962         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
963         (Bug#6487)
965         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
966         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
967         Do not pass the file name to the 'previous-revision call when we
968         don't want a file diff.  (Bug#6489)
970 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
972         Fix finding revisions for renamed files in vc-annotate.
973         * vc.el (vc-find-revision): Add an optional argument for
974         the VC backend.  Use it when non-nil.
975         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
976         backend to vc-find-revision.  (Bug#6487)
978 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
980         Fix reading file names in Git annotate buffers.
981         * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
982         trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
984 2010-06-20  Alan Mackenzie  <acm@muc.de>
986         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
987         in file local variables, set it first.
989 2010-06-19  Glenn Morris  <rgm@gnu.org>
991         * descr-text.el (describe-char-unicode-data): Insert separating
992         space when needed.  (Bug#6422)
994         * progmodes/idlwave.el (idlwave-action-and-binding):
995         Fix typo in 2009-12-03 change.  (Bug#6450)
997 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
999         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
1000         handling for `lambda' (misunderstanding).
1002 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
1004         * calc/calc-poly.el (math-accum-factors): Make sure that
1005         constants aren't distributed after they are factored out.
1007 2010-06-16  Juri Linkov  <juri@jurta.org>
1009         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
1010         `list-colors-print'.  (Bug#6332)
1012         * subr.el (read-quoted-char): Fix up last change (bug#6290).
1014 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1016         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
1017         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
1019         * font-lock.el (font-lock-major-mode): Rename from
1020         font-lock-mode-major-mode to distinguish it from
1021         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1022         (font-lock-set-defaults):
1023         * font-core.el (font-lock-default-function): Adjust users.
1024         (font-lock-mode): Don't set it at all.
1026 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1028         * vc-annotate.el (vc-annotate): Use vc-read-revision.
1030 2010-06-16  Glenn Morris  <rgm@gnu.org>
1032         * calendar/appt.el (appt-time-msg-list): Doc fix.
1033         (appt-check): Let-bind appt-warn-time.
1034         (appt-add): Make the 3rd argument optional.
1035         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
1036         Only add WARNTIME to the output list if non-nil.
1038 2010-06-16  Ivan Kanis  <apple@kanis.eu>
1040         * calendar/appt.el (appt-check): Let the 3rd element of
1041         appt-time-msg-list specify the warning time.
1042         (appt-add): Add new argument with the warning time.  (Bug#5176)
1044 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1046         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1047         older than version 1.6.  (Bug#6361)
1049 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
1051         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1052         used by cl-do-arglist.  (Bug#6408)
1054 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
1056         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
1057         portuguese casechars/not-casechars for missing 'çÇ'.
1058         Suggested by Rolando Pereira (bug#6434).
1060 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
1062         * facemenu.el (list-colors-sort): Doc fix.
1064 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1066         * progmodes/sql.el (sql-connect-mysql): Fix typo.
1068 2010-06-14  Juri Linkov  <juri@jurta.org>
1070         Add sort option `list-colors-sort'.  (Bug#6332)
1071         * facemenu.el (color-rgb-to-hsv): New function.
1072         (list-colors-sort): New defcustom.
1073         (list-colors-sort-key): New function.
1074         (list-colors-display): Doc fix.  Sort list according to the option
1075         `list-colors-sort'.
1076         (list-colors-print): Add HSV values to `help-echo' property of
1077         RGB strings.
1079 2010-06-14  Juri Linkov  <juri@jurta.org>
1081         * compare-w.el: Move to the "vc" subdirectory.
1083 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1085         * image-mode.el (image-mode-map): Remap left-char and right-char.
1087         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
1089 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
1091         * term/common-win.el (x-colors): Add all the color names defined
1092         in rgb.txt (Bug#6332).
1094         * facemenu.el (list-colors-print): Don't print extra names if it
1095         will overflow the window width.
1097         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
1098         change (Bug#6343).
1100 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
1102         * files.el (make-directory): Doc fix (bug#6396).
1104 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
1106         * net/tramp.el (tramp-remote-process-environment): Protect version
1107         string by apostroph.
1108         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1109         XEmacs.
1110         (tramp-file-name-for-operation): Add `call-process-region'.
1111         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1113         * net/tramp-compat.el (top): Do not autoload
1114         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1115         only when `start-file-process' is not bound.
1116         (tramp-advice-file-expand-wildcards): Do not use
1117         `tramp-handle-file-remote-p'.
1118         (tramp-compat-make-temp-file): Handle the case, that
1119         `make-temp-file' has no third argument EXTENSION.
1121 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
1123         * makefile.w32-in (WINS_BASIC): Include new directory vc.
1125         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
1127 2010-06-11  Juri Linkov  <juri@jurta.org>
1129         * finder.el (finder-known-keywords): Add keyword "vc"
1130         for version control.
1132         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
1133         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
1134         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
1135         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
1137 2010-06-11  Juri Linkov  <juri@jurta.org>
1139         Move version control related files to the "vc" subdirectory.
1140         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
1141         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
1142         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
1143         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
1144         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
1145         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
1146         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
1147         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
1148         Move files to the "vc" subdirectory.
1150 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1152         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
1153         (Bug#6367).
1155 2010-06-11  Stephen Eglen  <stephen@gnu.org>
1157         * shell.el: Bind `shell-resync-dirs' to M-RET.
1159 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
1161         * notifications.el: Move file from lisp/net, because it is
1162         supposed to talk locally to the user.
1164 2010-06-10  Julien Danjou  <julien@danjou.info>
1166         * net/notifications.el (notifications-on-action-signal)
1167         (notifications-on-closed-signal): Pass notification id as first
1168         argument to the callback functions.  Add docstrings.
1169         (notifications-notify): Fix docstring.
1171 2010-06-10  Glenn Morris  <rgm@gnu.org>
1173         * emacs-lisp/authors.el (authors-ignored-files)
1174         (authors-valid-file-names): Add some files.
1176 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1178         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
1179         merge conflict, giving preference to the emacs-23 version of the code.
1181 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1183         * emacs-lisp/advice.el (ad-compile-function):
1184         Define warning-suppress-types before we let-bind it (bug#6275).
1186         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1187         declare it, make it buffer-local and permanent-local (bug#6324).
1188         (vc-resynch-window): Adjust name.
1189         * vc-hooks.el (vc-find-file-hook): Adjust name.
1191 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
1193         * net/notifications.el (notifications-notify): Fix docstring.
1195 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1197         Update to Unicode 6.0.0 beta.
1198         * international/charprop.el: Update copyright.
1199         * international/mule-cmds.el (ucs-names): Update character ranges.
1200         * international/uni-bidi.el:
1201         * international/uni-category.el:
1202         * international/uni-combining.el:
1203         * international/uni-comment.el:
1204         * international/uni-decimal.el:
1205         * international/uni-decomposition.el:
1206         * international/uni-digit.el:
1207         * international/uni-lowercase.el:
1208         * international/uni-mirrored.el:
1209         * international/uni-name.el:
1210         * international/uni-numeric.el:
1211         * international/uni-old-name.el:
1212         * international/uni-titlecase.el:
1213         * international/uni-uppercase.el: Regenerate.
1215 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1217         * emacs-lisp/smie.el (comment-string-strip): Declare function.
1218         (smie-precs-precedence-table): Fix typo in docstring.
1220         * vc-mtn.el (log-edit-extract-headers): Declare function.
1222         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
1224         * net/notifications.el (dbus-register-signal): Declare function.
1225         (notifications-notify): Fix typos and reflow docstring.
1227 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1229         Improve VC create/retrieve tag/branch.
1230         * vc.el (vc-create-tag): Do not read the directory name for VCs
1231         with repository revision granularity.  Adjust the tag/branch
1232         prompt.  Reset VC properties.
1233         (vc-retrieve-tag): Do not read the directory name for VCs
1234         with repository revision granularity.  Reset VC properties.
1236 2010-06-09  Julien Danjou  <julien@danjou.info>
1238         * net/notifications.el: New file.
1240 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1242         Add optional support for resetting VC properties.
1243         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1244         call vc-file-clearprops when true.
1245         (vc-resynch-buffer): Add new optional argument, pass it down.
1246         (vc-resynch-buffers-in-directory): Likewise.
1248         Improve support for special markup in the VC commit message.
1249         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1250         * vc-hg.el (vc-hg-checkin): Add support for Date:.
1251         * vc-git.el (vc-git-checkin):
1252         * vc-bzr.el (vc-bzr-checkin): Likewise.
1254 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1256         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1257         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1259 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
1261         * iimage.el: Remove images as soon as the underlying text is modified.
1262         (iimage-modification-hook): New function.
1263         (iimage-mode-buffer): Use it.
1265 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1267         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1268         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
1269         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
1270         (smie-indent-keyword): Add handling of open-paren keywords.
1271         (smie-indent-comment-continue): Don't assume comment-continue.
1273 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
1275         * window.el (pop-to-buffer): Remove the conditional that
1276         compares new-window and old-window, so it will reselect
1277         the selected window unconditionally.
1278         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1280 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1282         * emacs-lisp/smie.el (smie-indent-offset-after)
1283         (smie-indent-forward-token, smie-indent-backward-token): New functions.
1284         (smie-indent-after-keyword): Use them.
1285         (smie-indent-fixindent): Only applies to the indentation of the BOL.
1286         (smie-indent-keyword): Tweak the black magic.
1287         (smie-indent-comment-continue): Strip comment-continue before use.
1288         (smie-indent-functions): Indent comments before keywords.
1290 2010-06-06  Juri Linkov  <juri@jurta.org>
1292         * isearch.el (isearch-lazy-highlight-search): Fix looping
1293         by checking for empty match.  This syncs this loop with the
1294         similar loop in `isearch-search'.  (Bug#6362)
1296 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
1298         * net/dbus.el (dbus-register-method): Declare function.
1299         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1300         (dbus-introspect): Doc fix.
1301         (dbus-event-bus-name, dbus-introspect-get-interface)
1302         (dbus-introspect-get-argument): Reflow docstrings.
1304 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
1306         vc-log-incoming/vc-log-outgoing fixes for Git.
1307         * vc-git.el (vc-git-log-view-mode): Fix font lock for
1308         incoming/outgoing logs.
1309         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1310         instead of vc-git-compute-remote.
1311         (vc-git-compute-remote): Remove.
1313 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
1315         * term/common-win.el (x-colors): Add "dark green" and "dark
1316         turquoise" (Bug#6332).
1318 2010-06-04  Juri Linkov  <juri@jurta.org>
1320         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1321         Instead of setting `replace' to t and replacing the same string
1322         with itself, don't do certain actions when
1323         kill-do-not-save-duplicates is non-nil and string is equal to car
1324         of kill-ring: don't call menu-bar-update-yank-menu, don't push
1325         interprogram-paste strings to kill-ring, and don't push the input
1326         argument `string' to kill-ring.
1327         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1329 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1331         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1333 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
1335         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1336         (tramp-gvfs-handler-mounted-unmounted)
1337         (tramp-gvfs-connection-mounted-p): Handle default-location.
1339         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1340         move files to trash.
1342 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1344         * international/mule-cmds.el (nonascii-insert-offset)
1345         (nonascii-translation-table): Add obsolescence information.
1347         * international/mule.el (make-translation-table-from-vector): Doc fix.
1349 2010-06-03  Eric Ludlam  <zappo@gnu.org>
1351         * cedet/semantic/lex-spp.el
1352         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1353         invalid values during save, just save a nil (Bug#6324).
1355 2010-06-03  Glenn Morris  <rgm@gnu.org>
1357         * desktop.el (desktop-clear-preserve-buffers):
1358         Add "*Warnings*" buffer.  (Bug#6336)
1360 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
1362         vc-log-incoming/vc-log-outgoing improvements for Git.
1363         * vc-git.el (vc-git-log-outgoing): Use the same format as the
1364         short log.
1365         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
1367         Add bindings for vc-log-incoming and vc-log-outgoing.
1368         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1369         and vc-log-outgoing.
1370         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1371         and vc-log-outgoing.
1373 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1375         * net/rcirc.el (rcirc-sort-nicknames): Remove.
1376         (rcirc-handler-366): Always sort nicknames.
1378 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
1380         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1382 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1384         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1386 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1388         * net/rcirc.el (rcirc-sort-nicknames): Change default.
1389         (rcirc-sort-nicknames-join): Avoid setq.
1391 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1393         * net/rcirc.el (rcirc-sort-nicknames): New custom.
1394         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1395         (rcirc-handler-366): Use them.
1397 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1399         Split smie-indent-calculate into more manageable chunks.
1400         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1401         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1402         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1403         (smie-indent-exps): Extract from smie-indent-calculate.
1404         (smie-indent-functions): New var.
1405         (smie-indent-functions): Use them.
1407 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1409         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1410         (smie-indent-calculate): Simplify and cleanup.
1412 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
1414         * net/tramp-gvfs.el (top): Require url-util.
1415         (tramp-gvfs-mount-point): Remove.
1416         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1417         New defuns.
1418         (with-tramp-dbus-call-method): Format trace message.
1419         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1420         Implement backup call, when operation on local files fails.
1421         Use progress reporter.  Flush properties of changed files.
1422         (tramp-gvfs-handle-make-directory): Make more traces.
1423         (tramp-gvfs-url-file-name): Hexify file name in url.
1424         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1425         into account for the resulting file name.
1426         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1427         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
1428         (tramp-gvfs-handler-mounted-unmounted)
1429         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1430         attribute "default_location".  Set "prefix" property.
1431         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1432         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1433         exists.  Raise an error, if not (due to a corresponding answer
1434         "no" in interactive questions, for example).
1436 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
1438         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1440 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
1442         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1443         right-*.  (Bug#6265)
1445 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
1447         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1448         * vc-git.el (vc-git-compute-remote): New function.
1449         (vc-git-log-outgoing): Use it instead of hard coding a value.
1450         (vc-git-log-incoming): New function.
1452         Improve state updating for VC tag commands.
1453         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1454         to update the state of all buffers in the directory.
1456         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1458 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1460         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1461         `file-directory-p' to the filename part rather than to the whole text.
1463 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
1465         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1466         (bug#6231).
1468 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1470         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1472 2010-05-31  Drew Adams  <drew.adams@oracle.com>
1474         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1476 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
1478         * subr.el (momentary-string-display): Just use read-event to read
1479         the exit event (Bug#6238).
1481 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
1483         * international/mule.el (define-coding-system): Doc fix (bug#6313).
1485 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1487         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1488         Suggested by Eli Zaretskii <eliz@gnu.org>.
1490 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1492         * minibuffer.el (completion-file-name-table): Don't return a boundary
1493         past the end of `string' (bug#6299).
1494         (completion--file-name-table): Delegate to completion-file-name-table
1495         for the `boundaries' case.
1497 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1499         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1500         movement commands.
1502         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1503         `path-separator', but maintain compatibility with Emacs 20.2.
1505 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1507         * server.el (server-process-filter): Receive parent-id argument
1508         from emacsclient.
1509         (server-create-window-system-frame): New arg.  Pass parent-id as
1510         frame parameter.
1512 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
1514         Bidi-sensitive word movement with arrow keys.
1515         * subr.el (right-arrow-command, left-arrow-command): Move to
1516         bindings.el.
1518         * bindings.el (right-char, left-char): Move from subr.el and
1519         rename from right-arrow-command and left-arrow-command.
1520         (right-word, left-word): New functions.
1521         (global-map) <right>: Bind to right-char.
1522         (global-map) <left>: Bind to left-char.
1523         (global-map) <C-right>: Bind to right-word.
1524         (global-map) <C-left>: Bind to left-word.
1526         * ls-lisp.el (ls-lisp-classify-file): New function.
1527         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1528         (ls-lisp-classify): Call ls-lisp-classify-file.
1529         (insert-directory): Remove blanks from switches.
1531 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1533         * ansi-color.el: Delete unused escape sequences (Bug#6085).
1534         (ansi-color-drop-regexp): New constant.
1535         (ansi-color-apply, ansi-color-filter-region)
1536         (ansi-color-apply-on-region): Delete unrecognized control sequences.
1537         (ansi-color-apply): Build string list before calling concat.
1539 2010-05-28  Juri Linkov  <juri@jurta.org>
1541         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1542         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
1543         (Bug#5270)
1545 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1547         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
1548         to ignored backtrace functions.
1549         (with-progress-reporter): Expand docstring.
1550         (tramp-handle-delete-file): Implement TRASH argument.
1551         (tramp-get-remote-trash): New defun.
1553 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1555         * net/tramp-compat.el (tramp-compat-delete-file): Use
1556         `symbol-value' for backward compatibility.
1558         * net/tramp.el (tramp-handle-make-symbolic-link)
1559         (tramp-handle-load)
1560         (tramp-do-copy-or-rename-file-via-buffer)
1561         (tramp-do-copy-or-rename-file-directly)
1562         (tramp-do-copy-or-rename-file-out-of-band)
1563         (tramp-handle-process-file, tramp-handle-call-process-region)
1564         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1565         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1566         (tramp-delete-temp-file-function): Use `delete-file' instead
1567         of `tramp-compat-delete-file'.
1569         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1570         (tramp-fish-handle-make-symbolic-link)
1571         (tramp-fish-handle-process-file): Use `delete-file' instead
1572         of `tramp-compat-delete-file'.
1574         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
1575         `delete-file' instead of `tramp-compat-delete-file'.
1577         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1578         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
1579         `tramp-compat-delete-file'.
1581         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
1582         `delete-file' instead of `tramp-compat-delete-file'.
1584         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1585         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1586         (tramp-smb-handle-write-region): Use `delete-file' instead of
1587         `tramp-compat-delete-file'.
1588         (tramp-smb-handle-delete-directory): Use 'trash as arg.
1590 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1592         * dired.el (dired-delete-file): New arg TRASH.
1593         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
1594         (dired-do-flagged-delete, dired-do-delete): Use trash.
1596         * speedbar.el (speedbar-item-delete): Allow trashing.
1598         * files.el (delete-directory): New arg TRASH.
1600         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
1601         (ange-ftp-rename-remote-to-remote)
1602         (ange-ftp-rename-local-to-remote)
1603         (ange-ftp-rename-remote-to-local, ange-ftp-load)
1604         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
1605         `delete-file'.
1606         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
1607         allow trashing.
1609         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1610         handle new TRASH arg of `delete-file'.
1612         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
1613         (tramp-handle-make-symbolic-link, tramp-handle-load)
1614         (tramp-do-copy-or-rename-file-via-buffer)
1615         (tramp-do-copy-or-rename-file-directly)
1616         (tramp-do-copy-or-rename-file-out-of-band)
1617         (tramp-handle-process-file, tramp-handle-call-process-region)
1618         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1619         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1620         (tramp-delete-temp-file-function): Use null TRASH arg in
1621         tramp-compat-delete-file call.
1623         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1624         (tramp-fish-handle-delete-file)
1625         (tramp-fish-handle-make-symbolic-link)
1626         (tramp-fish-handle-process-file): Use null TRASH arg in
1627         `tramp-compat-delete-file' call.
1629         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
1630         arg in `tramp-compat-delete-file' call.
1632         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1633         (tramp-gvfs-handle-write-region): Use null TRASH arg in
1634         `tramp-compat-delete-file' call.
1636         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
1637         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
1638         `tramp-compat-delete-file' call.
1640         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1641         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1642         (tramp-smb-handle-write-region): Use null TRASH arg in
1643         tramp-compat-delete-file call.
1644         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
1645         (tramp-smb-handle-delete-file): Rename arg.
1647         * diff.el (diff-sentinel):
1648         * epg.el (epg--make-temp-file, epg-decrypt-string)
1649         (epg-verify-string, epg-sign-string, epg-encrypt-string):
1650         * jka-compr.el (jka-compr-partial-uncompress)
1651         (jka-compr-call-process, jka-compr-write-region):
1652         * server.el (server-sentinel): Remove optional arg from
1653         delete-file, reverting 2010-05-03 change.
1655 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1657         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
1658         font-lock-constant-face, not obsolete font-lock-reference-face.
1660 2010-05-27  Kenichi Handa  <handa@m17n.org>
1662         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
1663         element of GSTRING is nil.
1665 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1667         * emacs-lisp/smie.el (smie-forward-token-function)
1668         (smie-backward-token-function): New vars.
1669         (smie-backward-sexp, smie-forward-sexp)
1670         (smie-indent-hanging-p, smie-indent-calculate): Use them.
1671         (smie-default-backward-token): Rename from smie-backward-token and
1672         skip comments.
1673         (smie-default-forward-token): Rename from smie-forward-token and
1674         skip comments.
1675         (smie-next-sexp): Handle nil results from next-token.
1676         (smie-indent-calculate): Add a new case for special `fixindent' comments.
1678 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1680         * progmodes/verilog-mode.el (verilog-type-font-keywords):
1681         Use font-lock-constant-face, not obsolete font-lock-reference-face.
1683 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
1685         * htmlfontify.el (hfy-face-resolve-face): New function.
1686         (hfy-face-to-style): Use it (Bug#6279).
1688 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1690         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
1691         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
1693 2010-05-26  Glenn Morris  <rgm@gnu.org>
1695         * emulation/edt.el (edt-load-keys): Use locate-library.
1697 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
1699         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
1700         (log-edit-changelog-entries): Doc fix.
1701         (log-edit-changelog-insert-entries): Args changed.
1702         Rename relative filenames in ChangeLog entries.  Delete tabs.
1703         (log-edit-insert-changelog-entries): Reorganize return value of
1704         `log-edit-changelog-entries' to pass filenames to
1705         log-edit-changelog-insert-entries.
1707 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1709         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
1710         `image-dired-dired-insert-marked-thumbs' to
1711         `image-dired-dired-toggle-marked-thumbs'.
1713         * image-dired.el: Require cl when compiling.
1714         (image-dired-dired-toggle-marked-thumbs): Rename from
1715         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
1716         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
1717         to 'no-dir.  Skip files whose names don't match
1718         `image-file-name-regexp'.  When file has a thumbnail overlay,
1719         delete it.  (Bug#5270)
1721 2010-05-25  Juri Linkov  <juri@jurta.org>
1723         * image-mode.el (image-mode): Add image-after-revert-hook to
1724         after-revert-hook.
1725         (image-after-revert-hook): New function.  (Bug#5669)
1727 2010-05-25  Juri Linkov  <juri@jurta.org>
1729         * image.el (image-animated-p): When delay between animated images
1730         is 0, set it to 10 (0.1 sec).  (Bug#6258)
1732 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1734         * net/tramp.el (tramp-handle-insert-directory): Don't use
1735         `forward-word', its default syntax could be changed.
1737 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
1739         * net/tramp.el (tramp-progress-reporter-update): New defun.
1740         (with-progress-reporter): Use it.
1741         (tramp-process-actions):
1742         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
1743         current message, in order to let progress reporter continue
1744         afterwards.  (Bug#6257)
1746 2010-05-25  Glenn Morris  <rgm@gnu.org>
1748         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
1749         Add :version.
1751 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
1753         * net/rcirc.el (rcirc-default-user-name): Change to "user".
1754         (rcirc-default-full-name): Change to "unknown".
1755         (rcirc-user-name-history): Add variable.
1757 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
1758             Jonathan Rockway  <jon@jrock.us>
1760         * net/rcirc.el (rcirc-server-alist): Add :pass.
1761         (rcirc): When prompting for connection parameters, also prompt for
1762         username and password.
1763         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
1764         value to server when connecting.
1766 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1768         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
1769         (smie-merge-prec2s): Pass the tables as separate args.
1770         (smie-bnf-precedence-table): Adjust call accordingly.
1771         (smie-prec2-levels): Set levels at the end.
1773         Replace Lisp calls to delete-backward-char by delete-char.
1774         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
1775         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
1776         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
1777         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
1778         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
1779         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
1780         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
1781         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
1782         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
1783         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
1784         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
1785         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
1786         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
1787         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
1788         delete-backward-char by calls to delete-char.
1790 2010-05-25  Kenichi Handa  <handa@m17n.org>
1792         * language/hebrew.el (hebrew-shape-gstring): New function.
1793         Register it in composition-function-table for all Hebrew combining
1794         characters.
1796 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1798         * epa.el (epa--select-keys): Don't explicitly delete the window since
1799         that can fail (e.g. sole window in frame).  Use dedication instead.
1801 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
1803         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1805 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
1807         * image.el (image-refresh): Define as an alias for image-flush.
1809         * image-mode.el (image-toggle-display-image): Caller changed.
1811 2010-05-21  Juri Linkov  <juri@jurta.org>
1813         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
1814         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
1815         whitespace, call wildcard-to-regexp on substrings and concat them
1816         with "\\|".  (Bug#6114)
1818 2010-05-21  Alan Mackenzie  <acm@muc.de>
1820         * progmodes/cc-engine.el (c-parse-state-get-strategy):
1821         Replace parameter `here' with `here-' and `here-plus', which sandwich
1822         any pertinent CPP construct.
1823         (c-remove-stale-state-cache-backwards): Fix a bug which happens
1824         when doing (c-parse-state) in a CPP construct: Exclude any "new"
1825         CPP construct from taking part in the scanning.
1827 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
1829         * net/tramp.el (tramp-do-copy-or-rename-file)
1830         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
1831         Tune `with-progress-reporter' messages.
1832         (tramp-handle-vc-registered):
1833         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
1834         (tramp-fish-handle-insert-file-contents)
1835         (tramp-fish-maybe-open-connection):
1836         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1837         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
1838         (tramp-imap-handle-insert-file-contents)
1839         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1841 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
1843         * add-log.el (change-log-font-lock-keywords):
1844         Highlight all authors in multi-author entries.
1846         * smerge-mode.el (smerge-refine-ignore-whitespace)
1847         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
1848         Fix typos in docstrings.
1849         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
1851 2010-05-21  Glenn Morris  <rgm@gnu.org>
1853         * progmodes/fortran.el (fortran-mode):
1854         * progmodes/f90.el (f90-mode): Derive from prog-mode.
1856         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
1857         having a relative path in src/Makefile.in.
1859 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1861         * help-mode.el (help-make-xrefs): For Info node links turn
1862         newlines into spaces.  Link node names with newlines are matched
1863         by help-xref-info-regexp and buttonized, this change ensures they
1864         can be followed successfully with RET.  (Bug#6206)
1866 2010-05-20  Juri Linkov  <juri@jurta.org>
1868         * locate.el (locate): Use pop-to-buffer instead of
1869         switch-to-buffer-other-window.  (Bug#6204)
1871 2010-05-20  Juri Linkov  <juri@jurta.org>
1873         * replace.el (replace-highlight): Fix lazy-highlighting
1874         for `M-s w str M-% str RET'.
1876 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
1878         * isearch.el (isearch-yank-word-or-char): Pull next subword
1879         when `subword-mode' is activated.  (Bug#6220)
1881 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
1883         * isearch.el (isearch-update-post-hook): New hook.
1884         (isearch-update): Use the new hook.  (Bug#6225)
1886 2010-05-20  Juri Linkov  <juri@jurta.org>
1888         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
1889         [f1], [help], and (char-to-string help-char) instead of "\C-h".
1890         (Bug#6222)
1892 2010-05-20  Juri Linkov  <juri@jurta.org>
1894         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
1895         (Bug#6223)
1897 2010-05-20  Juri Linkov  <juri@jurta.org>
1899         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
1900         FILE-NAME to read from the minibuffer when called interactively
1901         with prefix argument instead of using buffer-file-name.
1902         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
1904         * dired.el: Update autoloads.
1906 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
1908         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
1909         nxml-finish-element, for consistency with SGML mode.
1911         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
1912         octave-close-block.
1914 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
1916         * composite.el: Require cl when compiling.
1917         (reference-point-alist, compose-gstring-for-graphic)
1918         (compose-gstring-for-terminal): Fix typos in docstrings.
1920 2010-05-19  Juri Linkov  <juri@jurta.org>
1922         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
1923         set-window-parameter.
1925 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1927         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
1928         where appropriate.
1929         (tramp-maybe-open-connection): Use it.
1931 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
1933         * simple.el (move-end-of-line): Make sure we are at line beginning
1934         before backing up to end of previous line.
1936 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1938         * password-cache.el (password-cache-remove): Fix docstring.
1940         * net/secrets.el: Autoload the widget functions.
1941         (secrets-search-items, secrets-create-item)
1942         (secrets-get-attributes, secrets-expand-item): Attributes will be
1943         stored on the password database without leading ":", as all other
1944         clients do as well.
1945         (secrets-mode): Fix docstring.
1946         (secrets-show-secrets): Provide it as autoloaded command only when
1947         D-Bus support is available.  Check existence of Secret Service API.
1949 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1951         * indent.el (indent-region): Deactivate region (bug#6200).
1953 2010-05-19  Glenn Morris  <rgm@gnu.org>
1955         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
1957 2010-05-19  Kenichi Handa  <handa@m17n.org>
1959         * composite.el: Register compose-gstring-for-graphic in
1960         composition-function-table only for combining characters (Mn, Mc, Me).
1962 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
1964         * calc/calc-trail.el (calc-trail-isearch-forward)
1965         (calc-trail-isearch-backward): Ensure that the new window
1966         point is set correctly.
1968 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1970         * subr.el (read-quoted-char): Resolve modifiers after key
1971         remapping (bug#6212).
1973 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
1975         Add visualization code for secrets.
1976         * net/secrets.el (secrets-mode): New major mode.
1977         (secrets-show-secrets, secrets-show-collections)
1978         (secrets-expand-collection, secrets-expand-item)
1979         (secrets-tree-widget-after-toggle-function)
1980         (secrets-tree-widget-show-password): New defuns.
1982 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1984         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
1985         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
1986         handled in smie-next-sexp.
1987         (smie-indent-calculate): Provide a starting indentation (so the
1988         recursion is well-founded ;-).
1990         Fix handling of non-associative equal levels.
1991         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
1992         when it's not needed.
1993         (smie-op-left, smie-op-right): New functions.
1994         (smie-next-sexp): New function, extracted from smie-backward-sexp.
1995         Better handle equal levels to distinguish the associative case from
1996         the "multi-keyword construct" case.
1997         (smie-backward-sexp, smie-forward-sexp): Use it.
1999 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
2001         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
2003         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
2004         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
2006 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2008         Provide a simple generic indentation engine and use it for Prolog.
2009         * emacs-lisp/smie.el: New file.
2010         * progmodes/prolog.el (prolog-smie-op-levels)
2011         (prolog-smie-indent-rules): New var.
2012         (prolog-mode-variables): Use them to configure SMIE.
2013         (prolog-indent-line, prolog-indent-level): Remove.
2015 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
2017         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
2018         order before computing the averages.
2020 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
2022         * calc/calc-vec.el (calc-histogram):
2023         (calcFunc-histogram): Allow vectors as inputs.
2024         (math-vector-avg): New function.
2026         * calc/calc-ext.el (math-group-float): Have the number of digits
2027         being grouped depend on the radix (Bug#6189).
2029 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
2031         * version.el (emacs-copyright, emacs-version): Don't define here,
2032         now that emacs.c defines it.
2034 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
2036         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
2037         "Describe Language Environment" menu item.
2039         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
2041         Bidi-sensitive movement with arrow keys.
2042         * subr.el (right-arrow-command, left-arrow-command): New functions.
2044         * bindings.el (global-map): Bind them to right and left arrow keys.
2046         Don't override standard definition of convert-standard-filename.
2047         * files.el (convert-standard-filename): Call
2048         w32-convert-standard-filename and dos-convert-standard-filename on
2049         the corresponding systems.
2051         * w32-fns.el (w32-convert-standard-filename): Rename from
2052         convert-standard-filename.  Doc fix.
2054         * dos-fns.el (dos-convert-standard-filename): Doc fix.
2055         (convert-standard-filename): Don't defalias.
2056         (register-name-alist, make-register, register-value)
2057         (set-register-value, intdos): Obsolete aliases for the
2058         corresponding dos-* functions and variables.
2059         (dos-intdos): Add a doc string.
2061 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
2063         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
2064         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
2065         (math-compose-tex-func):
2066         * calc/calccomp.el (math-compose-expr):
2067         * calc/calc-ext.el (math-format-flat-expr-fancy):
2068         * calc/calc-store.el (calc-read-var-name):
2069         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
2071         * calc/calc.el (var-π, var-φ, var-γ): New variables.
2072         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
2073         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
2074         (math-standard-units): Add units.
2076 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2078         * progmodes/asm-mode.el (asm-mode):
2079         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
2081         * pcomplete.el (pcomplete-completions-at-point): New function,
2082         extracted from pcomplete-std-complete.
2083         (pcomplete-std-complete): Use it.
2085 2010-05-15  Glenn Morris  <rgm@gnu.org>
2087         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2088         Remove references to CVS, RCS and Old directories.
2090 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
2092         * calc/calc-bin.el (math-format-twos-complement): Group digits when
2093         appropriate.
2095 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2097         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
2098         (sh-mode-syntax-table): Give it a default value instead.
2099         (sh-header-marker): Make buffer-local.
2100         (sh-mode): Move make-local-variable to the corresponding setq.
2101         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
2102         Use complete-with-action.
2104         * simple.el (prog-mode): New (abstract) major mode.
2105         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
2106         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
2108 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
2110         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
2111         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
2112         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
2113         (sql-make-alternate-buffer-name, sql-placeholders-filter)
2114         (sql-escape-newlines-filter, sql-input-sender)
2115         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
2117 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
2119         Add TeX open-block and close-block keybindings to SGML, and vice versa.
2121         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
2122         latex-open-block and C-c / to latex-close-block.
2124         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
2125         and C-c C-e to sgml-close-tag.
2127 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
2129         * net/tramp.el (with-progress-reporter): Create reporter object
2130         only when the message would be displayed.  Handle nested calls.
2131         (tramp-handle-load, tramp-handle-file-local-copy)
2132         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2133         (tramp-maybe-send-script, tramp-find-shell):
2134         Use `with-progress-reporter'.
2135         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
2136         Fix message text.
2138         * net/tramp-smb.el (tramp-smb-handle-copy-file)
2139         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2140         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2141         Use `with-progress-reporter'.
2143 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
2145         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
2146         process everytime when spellchecking from the minibuffer (bug#6143).
2148 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2150         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
2152         * dos-fns.el: Add "dos-" prefix for namespace control.
2153         (convert-standard-filename): Define as alias for
2154         dos-convert-standard-filename but only if applicable.
2156 2010-05-12  Alan Mackenzie  <acm@muc.de>
2158         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2159         Push the mark at the start of these functions when appropriate.
2161 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2163         * minibuffer.el (completion-cycle-threshold): New custom var.
2164         (completion--do-completion): Use it.
2165         (minibuffer-complete): Use cycling if appropriate.
2167 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
2169         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
2170         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
2172 2010-05-11  Juri Linkov  <juri@jurta.org>
2174         * scroll-all.el (scroll-all-check-to-scroll):
2175         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
2177 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2179         * iimage.el (iimage-mode-map): Move initialization into declaration.
2180         (iimage-mode-buffer): Use with-silent-modifications.
2181         Simplify calling convention.  Adjust callers.
2182         (iimage-mode): Don't run hook redundantly.
2184         * minibuffer.el (completion-pcm--pattern->regex):
2185         Fix last change (bug#6160).
2187 2010-05-10  Juri Linkov  <juri@jurta.org>
2189         Remove nodes visited during Isearch from the Info history.
2190         * info.el (Info-isearch-initial-history)
2191         (Info-isearch-initial-history-list): New variables.
2192         (Info-isearch-start): Record initial values of
2193         Info-isearch-initial-history and Info-isearch-initial-history-list.
2194         Add Info-isearch-end to isearch-mode-end-hook.
2195         (Info-isearch-end): New function.
2197 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
2199         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
2200         format string, in order to work around a bug in pdksh.
2201         Reported by Gilles Pion <gpion@lfdj.com>.
2202         (tramp-handle-verify-visited-file-modtime): Do not send a command
2203         when the connection is not established.
2204         (tramp-handle-set-file-times): Simplify the check for utc.
2206 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
2208         Fix use of `filter-buffer-substring' (rework previous change).
2209         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
2210         (cua-repeat-replace-region):
2211         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
2212         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2213         (cua-cut-region-to-global-mark): Use it.
2215 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
2217         * progmodes/sql.el: Version 2.1.
2218         (sql-product-alist): Redesign structure of product info.
2219         (sql-product, sql-user, sql-server, sql-database): Safe variables.
2220         (sql-port, sql-port-history): New variables.
2221         (sql-interactive-product): New variable.
2222         (sql-send-terminator): New variable.
2223         (sql-imenu-generic-expression): Add "Types" imenu entry.
2224         (sql-oracle-login-params, sql-sqlite-login-params)
2225         (sql-mysql-login-params, sql-solid-login-params)
2226         (sql-sybase-login-params, sql-informix-login-params)
2227         (sql-ingres-login-params, sql-ms-login-params)
2228         (sql-postgres-login-params, sql-interbase-login-params)
2229         (sql-db2-login-params, sql-linter-login-params)
2230         (sql-oracle-scan-on): New variables.
2231         (sql-mode-map): Add C-c C-i to start interactive mode.
2232         (sql-mode-menu): Update existing menu entries.
2233         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
2234         (sql-mode-oracle-font-lock-keywords)
2235         (sql-mode-postgres-font-lock-keywords)
2236         (sql-mode-ms-font-lock-keywords)
2237         (sql-mode-sybase-font-lock-keywords)
2238         (sql-mode-informix-font-lock-keywords)
2239         (sql-mode-interbase-font-lock-keywords)
2240         (sql-mode-ingres-font-lock-keywords)
2241         (sql-mode-solid-font-lock-keywords)
2242         (sql-mode-mysql-font-lock-keywords)
2243         (sql-mode-sqlite-font-lock-keywords)
2244         (sql-mode-db2-font-lock-keywords)
2245         (sql-mode-linter-font-lock-keywords): Update initialization to
2246         reduce run-time complexity.
2247         (sql-add-product, sql-del-product): New functions.
2248         (sql-set-product-feature, sql-get-product-feature): New functions.
2249         (sql-product-font-lock): Update product API.
2250         (sql-add-product-keywords): New function.
2251         (sql-highlight-product): Update product API.
2252         (sql-help-list-products): New function.
2253         (sql-help): Dynamically lists free and non-free products.
2254         (sql-get-login): Correct bug in handling history and added
2255         prompt for port.
2256         (sql-copy-column): Copy without properties.
2257         (sqli-input-sender): Apply filters to SQLi input.
2258         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2259         Implement as a filter.
2260         (sql-escape-newlines-filter): Implement as a filter.
2261         (sql-remove-tabs-filter): New function.
2262         (sql-send-magic-terminator): New function.
2263         (sql-send-string): Implement magic terminator.
2264         (sql-send-region): Use `sql-send-string'.
2265         (sql-interactive-mode): Use product API.
2266         (sql-product-interactive): Use product API.
2267         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2268         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2269         (sql-db2, sql-linter): Use `sql-product-interactive'.
2270         (sql-connect): New function.
2271         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2272         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2273         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2274         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2275         Use `sql-connect'.
2277 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2279         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2280         New custom variable.
2281         (completion-pcm--string->pattern): Use it.
2282         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2283         Make it handle any symbol as `any'.
2284         (completion-pcm--merge-completions): Extract common suffix for the new
2285         `prefix' symbol as well.
2286         (completion-substring--all-completions): Use the new `prefix' symbol.
2288 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
2290         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2291         not bound.
2292         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2293         (tramp-compat-funcall): New defmacro.
2294         (tramp-compat-line-beginning-position)
2295         (tramp-compat-line-end-position)
2296         (tramp-compat-temporary-file-directory)
2297         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2298         (tramp-compat-copy-file, tramp-compat-copy-directory)
2299         (tramp-compat-delete-file, tramp-compat-delete-directory)
2300         (tramp-compat-number-sequence, tramp-compat-process-running-p)
2301         * net/tramp.el (top, with-progress-reporter)
2302         (tramp-rfn-eshadow-setup-minibuffer)
2303         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2304         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2305         (tramp-completion-mode-p, tramp-check-for-regexp)
2306         (tramp-open-connection-setup-interactive-shell)
2307         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2308         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2309         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2310         * net/tramp-cmds.el (tramp-cleanup-all-connections)
2311         (tramp-reporter-dump-variable, tramp-load-report-modules)
2312         (tramp-append-tramp-buffers)
2313         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2315         * net/tramp-imap.el (top): Autoload `epg-make-context'.
2317 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2319         * progmodes/compile.el (compilation-buffer-modtime): Rename from
2320         buffer-modtime.  Adjust users.
2322 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2324         * international/mule.el (auto-coding-alist): Only purecopy
2325         car of each item, not the whole list (Bug#6083).
2327 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2329         * progmodes/js.el (js-mode): Make paragraph variables local before
2330         calling c-setup-paragraph-variables (Bug#6071).
2332 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
2334         * composite.el (compose-region, reference-point-alist): Fix typos
2335         in the doc strings.
2337 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2339         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2340         gnuplot's "set" command.
2342 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2344         * abbrev.el (last-abbrev-text): Doc fix.
2345         (abbrev-prefix-mark): Don't escape parenthesis.
2347 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
2349         * composite.el (find-composition): Doc fix.
2351 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2353         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2354         (sql-oracle-program, sql-sqlite-options)
2355         (sql-query-placeholders-and-send): Doc fixes.
2356         (sql-set-product, sql-interactive-mode): Reflow docstrings.
2357         (sql-imenu-generic-expression, sql-buffer)
2358         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2359         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2360         (sql-mode-sybase-font-lock-keywords)
2361         (sql-mode-informix-font-lock-keywords)
2362         (sql-mode-interbase-font-lock-keywords)
2363         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2364         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2365         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2366         (sql-product-feature, sql-highlight-product)
2367         (comint-line-beginning-position, sql-rename-buffer)
2368         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2369         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2370         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2371         Fix typos in docstrings.
2373 2010-05-08  Juri Linkov  <juri@jurta.org>
2375         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2376         property instead of `invisible' and `after-string' (bug#5998).
2378 2010-05-08  Juri Linkov  <juri@jurta.org>
2380         * image-mode.el (image-mode-as-text): Fix typo in docstring.
2382 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2384         * filecache.el (file-cache-add-directory-list)
2385         (file-cache-add-directory-recursively): Fix typos in docstrings.
2387 2010-05-08  Kenichi Handa  <handa@m17n.org>
2389         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2390         (gujarati-composable-pattern): Fix typo.
2392 2010-05-08  Kenichi Handa  <handa@m17n.org>
2394         * language/indian.el (oriya-composable-pattern)
2395         (tamil-composable-pattern, malayalam-composable-pattern):
2396         Add two-part vowels to "v" (vowel sign).
2398 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2400         * files.el (copy-directory): Handle symlinks (Bug#5982).
2402 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
2404         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2405         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2406         (Bug#5846).
2408 2010-05-08  Glenn Morris  <rgm@gnu.org>
2410         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2412         * minibuffer.el (completion-at-point): Doc fix.
2414 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2416         * electric.el (Electric-command-loop): Minor tweak.
2418         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2419         better with dedicated windows.
2421 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2423         * Version 23.2 released.
2425 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
2426             Stefan Monnier  <monnier@iro.umontreal.ca>
2428         Highlight vendor specific properties.
2429         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2430         (css-proprietary-property): New face.
2431         (css-font-lock-keywords): Use them.
2433 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
2435         * cus-start.el (all): Add native condition for tool-bar-* symbols.
2437 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2439         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2440         * files.el (auto-mode-alist): Remove redundant entries.
2442         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2443         * simple.el (auto-save-mode): Move from files.el.
2444         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2446 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2448         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2450 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2452         * mail/binhex.el (binhex-decode-region-internal)
2453         * mail/uudecode.el (uudecode-decode-region-internal)
2454         * net/dns.el (dns-read-string-name, dns-write, dns-read)
2455         (dns-read-type, dns-query)
2456         * pgg-parse.el (pgg-parse-armor)
2457         * pgg.el (pgg-verify-region)
2458         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2459         XEmacs.
2461         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2463 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
2465         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2467         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2468         * emulation/cua-base.el (cua-repeat-replace-region):
2469         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2470         (cua-cut-region-to-global-mark):
2471         Remove text properties with `set-text-properties'.
2473 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
2475         * net/tramp.el (top, with-progress-reporter):
2476         Use `symbol-function' inside `funcall'.
2478         * net/tramp-compat.el (tramp-compat-file-attributes)
2479         (tramp-compat-delete-file, tramp-compat-delete-directory):
2480         Handle only `wrong-number-of-arguments' error.
2482         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2483         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2484         inside `funcall'.
2486 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2488         * minibuffer.el (completion--sreverse, completion--common-suffix):
2489         New functions.
2490         (completion-pcm--merge-completions): Extract common suffix when safe.
2492         * emacs-lisp/easy-mmode.el (define-minor-mode):
2493         Make :variable more flexible.
2494         * files.el (auto-save-mode): Use it to define using define-minor-mode.
2496 2010-05-05  Juri Linkov  <juri@jurta.org>
2498         Add `slow' and `history' tags to the desktop data.
2500         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2501         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2502         (Info-finder-find-node): Require `finder.el' to be able
2503         to restore node from the desktop.
2504         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
2505         data `Info-history' and `slow' tag in the assoc list.
2506         (Info-restore-desktop-buffer): Don't restore nodes with the
2507         `slow' tag.  Restore `Info-history'.
2509 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
2511         Add FORCE argument to `delete-file'.
2513         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2514         forcing to delete the temporary file.
2515         (ange-ftp-delete-file): Add FORCE arg.
2516         (ange-ftp-rename-remote-to-remote)
2517         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2518         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2519         Force file deletion.
2521         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2523         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2524         (tramp-handle-make-symbolic-link, tramp-handle-load)
2525         (tramp-do-copy-or-rename-file-via-buffer)
2526         (tramp-do-copy-or-rename-file-directly)
2527         (tramp-do-copy-or-rename-file-out-of-band)
2528         (tramp-handle-process-file, tramp-handle-call-process-region)
2529         (tramp-handle-shell-command, tramp-handle-file-local-copy)
2530         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2531         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2533         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2534         (tramp-fish-handle-make-symbolic-link)
2535         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
2537         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2538         Use `tramp-compat-delete-file'.
2540         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
2541         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
2543         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
2544         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
2546         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
2547         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
2548         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
2549         `tramp-compat-delete-file'.
2551 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2553         Minor cleanups.
2554         * subr.el (add-minor-mode): Use push.
2555         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
2556         * emulation/edt.el (edt-select-mode): Simplify.
2558         Use define-minor-mode in more cases.
2559         * term/tvi970.el (tvi970-set-keypad-mode):
2560         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2561         (normal-erase-is-backspace-mode):
2562         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
2563         (set-scroll-bar-mode-1): (Re)move to its sole caller.
2564         (get-scroll-bar-mode): New function.
2565         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
2567         Use define-minor-mode for less obvious cases.
2568         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
2569         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
2570         * international/iso-ascii.el (iso-ascii-mode):
2571         * frame.el (auto-raise-mode, auto-lower-mode):
2572         * composite.el (global-auto-composition-mode): Use define-minor-mode.
2574 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
2576         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
2577         in order to see error messages for failed logins.
2579 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
2581         * diff.el (diff-sentinel):
2583         * epg.el (epg--make-temp-file, epg-decrypt-string)
2584         (epg-verify-string, epg-sign-string, epg-encrypt-string):
2586         * jka-compr.el (jka-compr-partial-uncompress)
2587         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
2589         * server.el (server-sentinel): Use delete-file's new FORCE arg
2590         (Bug#6070).
2592 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2594         Use define-minor-mode where applicable.
2595         * view.el (view-mode):
2596         * type-break.el (type-break-query-mode)
2597         (type-break-mode-line-message-mode):
2598         * textmodes/reftex.el (reftex-mode):
2599         * term/vt100.el (vt100-wide-mode):
2600         * tar-mode.el (tar-subfile-mode):
2601         * savehist.el (savehist-mode):
2602         * ibuf-ext.el (ibuffer-auto-mode):
2603         * composite.el (auto-composition-mode):
2604         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2605         Use define-minor-mode.
2606         (vhdl-mode): Use static mode-line format.
2607         (vhdl-mode-line-update): Delete.
2608         (vhdl-create-mode-menu, vhdl-activate-customizations)
2609         (vhdl-hs-minor-mode): Don't bother calling it.
2611 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2613         * simple.el (with-wrapper-hook): Move.
2614         (buffer-substring-filters): Mark obsolete.
2615         (filter-buffer-substring-functions): New variable.
2616         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
2618         Use a mode-line spec rather than a static string in Semantic.
2619         * cedet/semantic/util-modes.el:
2620         (semantic-minor-modes-format): New var to replace...
2621         (semantic-minor-modes-status): Remove.
2622         (semantic-mode-line-update): Construct a mode-line spec rather than
2623         a static string so that mouse buttons can be used on individual minor
2624         modes and so that semantic-mode-line-update only needs to be called
2625         when global settings are changed.
2626         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
2627         Call semantic-mode-line-update.
2628         (semantic-toggle-minor-mode-globally): Don't assume mode is on
2629         minor-mode-alist, check semantic-minor-mode-alist as well.
2630         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
2631         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
2632         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
2633         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2634         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2635         (define-semantic-idle-service, semantic-idle-summary-mode):
2636         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
2637         Don't call semantic-mode-line-update any more.
2639 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2641         Use define-minor-mode in CEDET where applicable.
2643         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
2644         Use define-minor-mode.
2646         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
2647         Remove unused arg `keymap' and code redundant with define-minor-mode.
2648         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
2649         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
2650         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
2651         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
2652         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
2653         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
2654         Use define-minor-mode.
2655         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
2656         (semantic-show-unmatched-syntax-mode-setup)
2657         (semantic-show-parser-state-mode-setup)
2658         (semantic-highlight-func-mode-setup): Inline into sole caller.
2660         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2661         (semantic-mru-bookmark-mode): Use define-minor-mode.
2662         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
2664         * cedet/semantic/idle.el (define-semantic-idle-service):
2665         Use define-minor-mode and inline setup function into its sole caller.
2666         (semantic-idle-scheduler-mode-setup)
2667         (semantic-idle-summary-mode-setup): Inline into sole caller.
2668         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
2669         Use define-minor-mode.
2671         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
2672         (semantic-decoration-mode): Use define-minor-mode.
2673         (semantic-decoration-mode-setup): Inline into sole caller.
2675         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
2676         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
2677         (ede-dired-add-to-target): Use dolist.
2679 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2680             Michael Albinus  <michael.albinus@gmx.de>
2682         Implement compression for inline methods.
2684         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2685         (tramp-copy-size-limit): Allow also nil.
2686         (tramp-inline-compress-commands): New defconst.
2687         (tramp-find-inline-compress, tramp-get-inline-compress)
2688         (tramp-get-inline-coding): New defuns.
2689         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2690         replaced by `tramp-get-inline-coding'.
2691         (tramp-handle-file-local-copy, tramp-handle-write-region)
2692         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2694 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2696         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
2697         Remove unused functions.
2699         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
2700         Set find-tag-default-function as a variable rather than a property.
2702         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
2703         * progmodes/etags.el (tags-completion-at-point-function):
2704         Remove left over interactive spec.  Add autoloading stub.
2705         (complete-tag): Use tags-completion-at-point-function.
2707 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
2709         * minibuffer.el (tags-completion-at-point-function): Fix return value.
2711 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
2713         * ido.el (ido-init-completion-maps): Remove C-v binding.
2714         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
2716 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
2718         * minibuffer.el (tags-completion-at-point-function): New function.
2719         (completion-at-point-functions): Use it.
2721         * cedet/semantic.el (semantic-completion-at-point-function): New function.
2722         (semantic-mode): Use semantic-completion-at-point-function for
2723         completion-at-point-functions instead.
2725         * progmodes/etags.el (complete-tag): Revert last change.
2727 2010-04-29  Alan Mackenzie  <acm@muc.de>
2729         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
2730         off-by-one error (in end of macro position).
2732 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2734         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
2735         firefox is absent.  Don't autoload.
2736         (browse-url-galeon-program): Don't autoload.
2738 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
2740         * bindings.el (complete-symbol): Move into minibuffer.el.
2742         * minibuffer.el (complete-tag): Move from etags.el.  If tags
2743         completion cannot be performed, return nil instead of signalling
2744         an error.
2745         (completion-at-point): Make it an alias for complete-symbol.
2746         (complete-symbol): Move from bindings.el, and replace with the
2747         body of completion-at-point.
2749         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
2751         * cedet/semantic.el (semantic-mode): When enabled, add
2752         semantic-ia-complete-symbol to completion-at-point-functions.
2754         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
2755         if Semantic is not active.
2757 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
2759         * net/tramp.el (tramp-remote-selinux-p): New defun.
2760         (tramp-handle-file-selinux-context)
2761         (tramp-handle-set-file-selinux-context): Use it.
2763 2010-04-28  Sam Steingold  <sds@gnu.org>
2765         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2766         `safe-local-variable' if the value is a string or a symbol with
2767         the property `bug-reference-url-format'.
2769 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
2771         * progmodes/bug-reference.el (bug-reference-url-format): Revert
2772         2010-04-27 change due to security risk.
2774 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2776         Make it possible to locally disable a globally enabled mode.
2777         * simple.el (fundamental-mode): Run fundamental-mode-hook.
2778         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
2779         rather than kill-all-local-variables so it runs fundamental-mode-hook.
2780         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2781         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
2782         that subsequent hooks get a chance to disable it.
2784 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2786         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2787         Avoid re-enabling a minor mode after the user turned the minor mode
2788         off if MODE-enable-in-buffers is run twice (typically once from
2789         fundamental-mode's after-change-major-mode-hook and a second time from
2790         run-mode-hook's own after-change-major-mode-hook).
2792         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
2794 2010-04-27  Sam Steingold  <sds@gnu.org>
2796         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2797         `safe-local-variable' if the value is a string or a function, as
2798         documented and implemented on 2010-04-02.
2800 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
2802         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
2803         when method is 'kill.
2805 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
2807         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
2808         condition in default directory check.
2809         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
2810         Kill ispell process when killing its associated buffer.
2812 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
2814         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
2815         but we aren't using it.
2817 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
2819         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
2820         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
2822 2010-04-24  Glenn Morris  <rgm@gnu.org>
2824         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
2825         Ignore VCS-ignore files, and deleted nextstep preferences files.
2826         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
2827         (authors-ambiguous-files): New list.
2828         (authors-valid-file-names): Add some deleted files.
2829         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
2830         (authors-disambiguate-file-name): New function.  (Bug#5501)
2831         (authors-canonical-file-name): Doc fix.
2832         Don't warn about obsolete files.
2833         (authors-canonical-file-name, authors-scan-el):
2834         Use authors-disambiguate-file-name.
2836         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2837         Add autoload cookies.
2838         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
2839         (generated-autoload-file): Set file-local value to "htmlfontify.el".
2840         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
2841         They have definitions / compiler macros in cl.el.
2842         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2843         Replace manual autoloads with generated ones.
2844         (htmlfontify-unload-rgb-file): Remove autoload.
2845         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
2847 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2849         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
2850         (byte-compile-setq-default): Optimize for the
2851         single-var case and don't call byte-compile-form in this case to avoid
2852         inf-loop with byte-compile-set-default.
2854         * progmodes/compile.el (compilation-start): Abbreviate default directory.
2856 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
2858         Implement SELINUX backends.
2860         * net/tramp.el (tramp-file-name-handler-alist):
2861         Add `file-selinux-context' and `set-file-selinux-context'.
2862         (tramp-handle-file-selinux-context)
2863         (tramp-handle-set-file-selinux-context): New defuns.
2864         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2865         Handle PRESERVE-SELINUX-CONTEXT.
2867         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2868         Add `file-selinux-context' and `set-file-selinux-context'.
2869         (tramp-gvfs-handle-file-selinux-context)
2870         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2871         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2873         * net/ange-ftp.el (ange-ftp-copy-file):
2874         * net/tramp-fish.el (tramp-fish-handle-copy-file):
2875         * net/tramp-imap.el (tramp-imap-handle-copy-file):
2876         * net/tramp-smb.el (tramp-smb-handle-copy-file):
2877         Add PRESERVE-SELINUX-CONTEXT.
2879 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2881         Synchronize with Tramp repository.
2883         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
2884         (tramp-action-process-alive, tramp-action-out-of-band)
2885         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2886         (tramp-exists-file-name-handler): Fix docstring.
2887         (with-progress-reporter): New defmacro.
2888         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
2889         (tramp-maybe-open-connection): Use it.
2891 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
2893         Detect ssh 'ControlMaster' argument automatically in some cases.
2895         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2896         (tramp-default-method): Use it.
2898 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2900         * net/tramp.el (tramp-handle-copy-file): Add new optional
2901         parameter `preserve-selinux-context'.
2902         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
2904 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2906         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
2907         Ensure, that non remote files are still checked.  Oops.
2909 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
2911         Fix Bug#5840.
2913         * icomplete.el (icomplete-completions): Use `non-essential'.
2915         * net/tramp.el (tramp-connectable-p): New defun.
2916         (tramp-handle-expand-file-name)
2917         (tramp-completion-handle-file-name-all-completions)
2918         (tramp-completion-handle-file-name-completion): Use it.
2920 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2922         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
2924 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
2926         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
2928         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
2930         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
2931         is present.
2933         * info.el (info-tool-bar-map): Add labels.
2935         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
2937         * cus-edit.el (custom-commands): Add labels for tool bar.
2938         (custom-buffer-create-internal, Custom-mode): Adjust for
2939         labels in custom-commands.
2941         * dynamic-setting.el: Renamed from font-setting.el.
2943 2010-04-21  John Wiegley  <jwiegley@gmail.com>
2945         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
2946         toggles the use of virtual buffers.
2947         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
2948         value.
2949         (ido-toggle-virtual-buffers): New function.
2951 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
2953         Use `define-derived-mode'; fix window selection; doc fixes.
2954         * play/tetris.el (tetris, tetris-update-speed-function)
2955         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
2956         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
2957         (tetris-rotate-next, tetris-end-game, tetris-start-game)
2958         (tetris-pause-game): Fix typos in docstrings.
2959         (tetris-mode-map, tetris-null-map):
2960         Move initialization into declaration.
2961         (tetris-mode): Define with `define-derived-mode';
2962         set show-trailing-whitespace to nil.
2963         (tetris): Prefer window already displaying the "*Tetris*" buffer.
2965 2010-04-21  Karel Klíč  <kklic@redhat.com>
2967         * files.el (backup-buffer): Handle SELinux context, and return it
2968         if a backup was made by renaming.
2969         (backup-buffer-copy): Set SELinux context to the target file.
2970         (basic-save-buffer): Set SELinux context of the newly written file.
2971         (basic-save-buffer-1): Now it also returns any SELinux context.
2972         (basic-save-buffer-2): Set SELinux context of the newly created file,
2973         and return it.
2974         * net/tramp.el (tramp-file-name-for-operation):
2975         Add file-selinux-context.
2977 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2979         Make the log-edit comments use RFC822 format throughout.
2981         * vc.el (vc-checkin, vc-modify-change-comment):
2982         Adjust to new vc-start/finish-logentry.
2983         (vc-find-conflicted-file): New command.
2984         (vc-transfer-file): Adjust to new vc-checkin.
2985         (vc-next-action): Improve scoping.
2987         * vc-hg.el (vc-hg-log-edit-mode): Remove.
2988         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
2990         * vc-git.el (vc-git-log-edit-mode): Remove.
2991         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
2992         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
2994         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
2995         (vc-start-logentry): Remove argument `extra'.
2996         (vc-finish-logentry): Remove extra args.
2998         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
2999         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
3000         (vc-bzr-conflicted-files): New function.
3002         * log-edit.el (log-edit-extra-flags)
3003         (log-edit-before-checkin-process): Remove.
3004         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
3005         (log-edit-headers-alist): New var.
3006         (log-edit-header-contents-regexp): New const.
3007         (log-edit-match-to-eoh): New function.
3008         (log-edit-font-lock-keywords): Use them.
3009         (log-edit): Insert a "Summary:" header as default.
3010         (log-edit-mode): Mark font-lock rules as case-insensitive.
3011         (log-edit-done): Cleanup headers.
3012         (log-view-process-buffer): Remove.
3013         (log-edit-extract-headers): New function to replace it.
3015 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
3017         * subr.el (default-direction-reversed): Remove obsolescence info.
3019 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3021         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
3022         windows/frames.
3024         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
3025         I.e. include text after point in the completion region.
3026         Also, return nil when we're not after/in a symbol.
3028         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
3029         default enable-multibyte-characters.
3031 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3033         * international/mule.el: Help the user choose a valid coding-system.
3034         (read-buffer-file-coding-system): New function.
3035         (set-buffer-file-coding-system): Use it.  Prompt the user if the
3036         coding-system cannot encode all the chars.
3038         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
3039         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
3040         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
3041         Don't use *vc-bzr-shelve*.
3043 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3045         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
3046         Don't destroy list before using it.
3048 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
3050         Fix the version number for added files.
3051         * vc-hg.el (vc-hg-working-revision): Check if the file is
3052         registered after hg parent fails (Bug#5961).
3054 2010-04-19  Glenn Morris  <rgm@gnu.org>
3056         * htmlfontify.el (htmlfontify-buffer)
3057         (htmlfontify-copy-and-link-dir): Autoload entry points.
3059 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
3061         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
3062         name relative to the project root (Bug#5960).
3064 2010-04-19  Glenn Morris  <rgm@gnu.org>
3066         * vc-git.el (vc-git-print-log): Doc fix.
3068 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
3070         * ido.el (ido-file-internal): Fix 2009-12-02 change.
3072 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
3074         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
3075         default settings (Bug#5928).
3077 2010-04-19  Glenn Morris  <rgm@gnu.org>
3079         * progmodes/fortran.el (fortran-match-and-skip-declaration):
3080         New function.
3081         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
3083 2010-04-19  Kenichi Handa  <handa@m17n.org>
3085         * language/indian.el (malayalam-composable-pattern): Fix previous
3086         change (add U+0D4D "SIGN VIRAMA").
3087         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
3088         (tamil-composable-pattern): Fix typo in the regexp.
3089         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
3090         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
3091         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
3093 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3095         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
3096         paragraph-separate (Bug#5821).
3098 2010-04-19  Juri Linkov  <juri@jurta.org>
3100         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
3102         * info.el (Info-find-node-2): Comment out code that skips
3103         breadcrumbs line.
3104         (Info-mouse-follow-link): New command.
3105         (Info-link-keymap): New keymap.
3106         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
3107         Return a string with links instead of inserting breadcrumbs
3108         to the Info buffer.
3109         (Info-fontify-node): Comment out code that inserts breadcrumbs.
3110         Instead of putting the `invisible' text property over the Info
3111         header, make an overlay over the Info header with the `invisible'
3112         property and `after-string' set to the string returned by
3113         `Info-breadcrumbs'.
3115 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3117         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
3118         Reported by monkey@sandpframing.com.
3120 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3122         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
3123         (tmm-get-keymap): Add key-binding shortcuts now that they're not
3124         available in the "keyseq cache" any more.
3126         * custom.el (defcustom): Add edebug spec.
3128 2010-04-18  Juri Linkov  <juri@jurta.org>
3130         Test for special mode-class in view-buffer instead of view-file (bug#5513).
3132         * view.el (view-file, view-buffer): Move test for special mode-class
3133         from view-file to view-buffer.
3135         * tar-mode.el (tar-extract): Turn if's into one cond
3136         like in arc-mode.el.
3138 2010-04-18  Juri Linkov  <juri@jurta.org>
3140         Add 7z archive format support (bug#5475).
3142         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
3143         (archive-7z-extract): New defcustom.
3144         (archive-find-type): Add magic string for 7z.
3145         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
3146         If `stderr-file' is non-nil, use `(t stderr-file)' for the
3147         `buffer' arg of `call-process'.
3148         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
3149         call the function `archive-7z-extract' with the variable
3150         `archive-7z-extract' let-bound to `archive-zip-extract'.
3151         (archive-7z-summarize, archive-7z-extract): New functions.
3153         * international/mule.el (auto-coding-alist):
3154         * files.el (auto-mode-alist): Add 7z file extension.
3156 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3158         * loadup.el: Setup hash-cons for pure data.
3160         Fix duplicate entries in cedet's loaddefs.el files.
3161         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
3162         Should make most file-local generated-autoload-file unnecessary.
3163         (print-readably): Silence warnings.
3164         (autoload-find-destination): Take load-name as an arg to make sure
3165         it's the same as the one that will be in the file.
3166         (autoload-generate-file-autoloads): Adjust to above changes.
3167         Try to make the dataflow a bit simpler.
3169         * cvs-status.el (cvs-refontify): Remove unused.
3171 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
3173         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
3175         * calc-bin.el (calc-radix): Have the "O" option turn on
3176         twos-complement mode.
3178 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
3180         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
3181         Add `calc-option-prefix-help' to calc-help autoloads.
3182         (calc-inverse): Add "Option" to message, as appropriate.
3183         (calc-hyperbolic): Add "Option" to message, as appropriate.
3184         (calc-option, calc-is-option): New functions.
3186         * calc-help.el (calc-full-help): Add `calc-option-help'.
3187         (calc-option-prefix-help): New function.
3189         * calc-misc.el (calc-help): Add "Option" entry.
3191         * calc.el (calc-local-var-list): Add `calc-option-flag'.
3192         (calc-option-flag): New variable.
3193         (calc-do): Set `calc-option-flag to nil.
3194         (calc-set-mode-line): Add "Opt " as appropriate.
3196 2010-04-16  Juri Linkov  <juri@jurta.org>
3198         Move scrolling commands from simple.el to window.el
3199         because their primitives are implemented in window.c.
3201         * simple.el (scroll-error-top-bottom)
3202         (scroll-up-command, scroll-down-command, scroll-up-line)
3203         (scroll-down-line, scroll-other-window-down)
3204         (beginning-of-buffer-other-window, end-of-buffer-other-window):
3205         * window.el (scroll-error-top-bottom)
3206         (scroll-up-command, scroll-down-command, scroll-up-line)
3207         (scroll-down-line, scroll-other-window-down)
3208         (beginning-of-buffer-other-window, end-of-buffer-other-window):
3209         Move from simple.el to window.el because their primitives are
3210         implemented in window.c.
3212 2010-04-16  Juri Linkov  <juri@jurta.org>
3214         * isearch.el (isearch-lookup-scroll-key): Check both
3215         `isearch-scroll' and `scroll-command' properties.
3216         (scroll-up, scroll-down): Remove `isearch-scroll' property.
3218         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
3220         * simple.el (scroll-up-command, scroll-down-command)
3221         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
3223 2010-04-15  Juri Linkov  <juri@jurta.org>
3225         * simple.el (scroll-up-command, scroll-down-command)
3226         (scroll-up-line, scroll-down-line): Put `scroll-command'
3227         property on the these symbols.  Remove them from
3228         `scroll-preserve-screen-position-commands'.
3230         * mwheel.el (mwheel-scroll): Put `scroll-command' and
3231         `isearch-scroll' properties on the `mwheel-scroll' symbol.
3232         Remove it from `scroll-preserve-screen-position-commands'.
3234         * isearch.el (isearch-allow-scroll): Doc fix.
3236 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
3238         * net/tramp.el (tramp-error-with-buffer): Don't show the
3239         connection buffer when we are in completion mode.
3240         (tramp-file-name-handler): Catch the error for some operations
3241         when we are in completion mode.  This gives the user the chance to
3242         correct the file name in the minibuffer.
3244 2010-04-15  Glenn Morris  <rgm@gnu.org>
3246         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3248 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
3250         Simplify by using `define-derived-mode'.
3251         * info.el (Info-mode):
3252         * calendar/todo-mode.el (todo-mode):
3253         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3254         (gomoku-mode-map): Move initialization into declaration.
3256 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
3258         Fix Bug#5840.
3259         * ido.el (ido-file-name-all-completions-1):
3260         * minibuffer.el (minibuffer-completion-help):
3261         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3263 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3265         * simple.el (non-essential): New var.
3267         Add a new field `location' to bookmarks for non-file bookmarks.
3268         * bookmark.el (bookmark-location): Use the new field, if present.
3269         (bookmark-insert-location): Undo last change, not needed any more.
3270         * man.el (Man-bookmark-make-record):
3271         * woman.el (woman-bookmark-make-record): Add `location' field.
3273 2010-04-14  Juri Linkov  <juri@jurta.org>
3275         * simple.el (scroll-error-top-bottom): New defcustom.
3276         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
3278         * emulation/pc-select.el (pc-select-override-scroll-error):
3279         Obsolete in favor of `scroll-error-top-bottom'.
3281 2010-04-14  Juri Linkov  <juri@jurta.org>
3283         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3284         `scroll-up-command' and `M-v' to `scroll-down-command'.
3286         * emulation/cua-rect.el (cua--init-rectangles):
3287         * forms.el (forms--change-commands):
3288         * image-mode.el (image-mode-map):
3289         Remap scroll-down-command and scroll-up-command
3290         in addition to scroll-down and scroll-up.
3292 2010-04-14  Juri Linkov  <juri@jurta.org>
3294         * mwheel.el (scroll-preserve-screen-position-commands):
3295         Add mwheel-scroll to this list of commands.
3297         * simple.el (scroll-preserve-screen-position-commands):
3298         Add scroll-up-command, scroll-down-command, scroll-up-line,
3299         scroll-down-line to this list of commands.
3301 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3303         * obsolete/complete.el: Move from lisp/complete.el.
3305         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3307         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3308         to the minor mode function now turns the mode ON unconditionally.
3310 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3312         * vc-dir.el (vc-dir-kill-line): New command.
3313         (vc-dir-mode-map): Bind it to C-k.
3315         * bookmark.el (bookmark-insert-location): Handle a nil filename.
3317         * woman.el: Add bookmark declarations to silence the compiler.
3318         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3319         step to compatibility between man and woman bookmarks.
3320         Adjust for Man-default-bookmark-title renaming.
3321         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
3323         * man.el: Add bookmark declarations to silence the compiler.
3324         (Man-name-local-regexp): Make it match NAME as well.
3325         (Man-getpage-in-background): Return the buffer.
3326         (Man-notify-when-ready): Use `case'.
3327         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3328         Don't hardcode "NAME".  Simplify.
3329         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3330         Rename from Man-bookmark-make-record.
3331         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
3332         we have the actual man-args.  Use Man-getpage-in-background rather
3333         than `man' since the arg is already processed.  Let bookmark.el do the
3334         window handling.  Only wait for the relevant process.
3335         Don't forget to autoload.
3337         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3339 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3341         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3342         New functions.
3343         (woman-mode): Setup bookmark support.
3345         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3346         (man-bookmark-jump): New functions.
3347         (Man-mode): Setup bookmark support.
3349 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
3351         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3352         recognize ssh-keygen prompt (Bug#2817).
3354 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3356         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3358 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3360         Synchronize with Tramp repository.
3362         * net/tramp.el (tramp-completion-function-alist)
3363         (tramp-file-name-regexp, tramp-chunksize)
3364         (tramp-local-coding-commands, tramp-remote-coding-commands):
3365         Fix docstring.
3366         (tramp-remote-process-environment): Use `format' instead of `concat'.
3367         (tramp-handle-directory-files-and-attributes)
3368         (tramp-get-remote-path): Use `copy-tree'.
3369         (tramp-handle-file-name-all-completions): Backward/ XEmacs
3370         compatibility: Use `completion-ignore-case' if
3371         `read-file-name-completion-ignore-case' does not exist.
3372         (tramp-do-copy-or-rename-file-directly): Do not use
3373         `tramp-handle-file-remote-p'.
3374         (tramp-do-copy-or-rename-file-out-of-band):
3375         Use `tramp-compat-delete-directory'.
3376         (tramp-do-copy-or-rename-file-out-of-band)
3377         (tramp-compute-multi-hops, tramp-maybe-open-connection):
3378         Use `format-spec-make'.
3379         (tramp-find-foreign-file-name-handler)
3380         (tramp-advice-make-auto-save-file-name)
3381         (tramp-set-auto-save-file-modes): Remove superfluous check for
3382         `stringp'.  This is done inside `tramp-tramp-file-p'.
3383         (tramp-debug-outline-regexp): New defconst.
3384         (tramp-get-debug-buffer): Use it.
3385         (tramp-check-for-regexp): Use (forward-line 1).
3386         (tramp-set-auto-save-file-modes): Adapt version check.
3388         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3389         Wrap call of `featurep' for 2nd argument.
3390         (tramp-compat-make-temp-file): Simplify fallback implementation.
3391         (tramp-compat-copy-tree): Remove function.
3392         (tramp-compat-delete-directory): Provide implementation for older
3393         Emacsen.
3395         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3396         Do not use `tramp-fish-handle-file-attributes.
3398         * net/trampver.el: Update release number.
3400 2010-04-10  Glenn Morris  <rgm@gnu.org>
3402         * progmodes/compile.el (compilation-save-buffers-predicate):
3403         Add missing :version tag.
3405 2010-04-09  Sam Steingold  <sds@gnu.org>
3407         * progmodes/compile.el (compilation-save-buffers-predicate):
3408         Remove the "autoload" cookie.
3410         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3411         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3412         and `bug-reference-prog-mode' can be used in hooks directly.
3414 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3416         Add --author support to git commit.
3417         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3418         (vc-git-log-edit-mode): New minor mode.
3419         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3420         New declarations.
3422 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
3424         * vc-hooks.el, vc-git.el: Improve documentation comments.
3426 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3428         Fix some of the problems in defsubst* (bug#5728).
3429         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3430         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3432 2010-04-07  Sam Steingold  <sds@gnu.org>
3434         * progmodes/compile.el (compilation-save-buffers-predicate):
3435         New custom variable.
3436         (compile, recompile): Pass it to `save-some-buffers'.
3438 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
3440         * wid-edit.el (widget-choose): Move cursor to the second line of
3441         the buffer (Bug#5695).
3443 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3445         Add new VC methods: vc-log-incoming and vc-log-outgoing.
3446         * vc.el (vc-print-log-setup-buttons): New function split out from
3447         vc-print-log-internal.
3448         (vc-log-internal-common): New function, a parametrized version of
3449         vc-print-log-internal.
3450         (vc-print-log-internal): Just call vc-log-internal-common with the
3451         right arguments.
3452         (vc-incoming-outgoing-internal):
3453         (vc-log-incoming, vc-log-outgoing): New functions.
3454         (vc-log-view-type): New permanent local variable.
3456         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3458         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3459         of the dynamic bound vc-short-log.
3460         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3462         * vc-git.el (vc-git-log-outgoing): New function.
3463         (vc-git-log-view-mode): Use vc-log-view-type instead
3464         of the dynamic bound vc-short-log.
3466         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3467         of the dynamic bound vc-short-log.  Highlight the tag.
3468         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3469         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3470         (vc-hg-incoming-mode): Remove.
3471         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3473 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3475         Fix default-directory for vc-root-diff.
3476         * vc.el (vc-root-diff): Bind default-directory to the root
3477         directory for the diff command.
3479 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
3481         * progmodes/verilog-mode.el (verilog-forward-sexp):
3482         (verilog-calc-1): Support "disable fork" and "fork wait" multi
3483         word keywords, suggested by Steve Pearlmutter.
3484         (verilog-pretty-declarations): Support lineup of declarations in
3485         port lists.
3486         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3487         fix bug for /* / comments.
3488         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3489         Speed up and simplfy as this is never called with a bound.
3490         (verilog-pretty-declarations): Enhance to line up declarations
3491         inside a parameter list, suggested by Alan Morgan.
3492         (verilog-pretty-expr): Tune assignment regular expression match
3493         string for corner cases; also use markers instead of character
3494         number as indent changes the later.
3496 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
3498         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3499         as missing keyword.
3500         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3501         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
3502         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3503         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
3504         Tennant.
3505         (verilog-keywords):
3506         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3507         1800-2009 keywords, including "global.".
3509 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3511         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3512         appearing in buffer list (if a live buffer name matched a recentf
3513         file basename).  Should use uniquify to offer a real solution.
3515 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3517         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3518         comment to code, and add a :version tag.
3519         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3521 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
3523         Enable recentf-mode if using virtual buffers.
3524         * ido.el (recentf-list): Declare for byte-compiler.
3525         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
3526         (ido-make-buffer-list): Simplify.
3527         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
3529 2010-04-05  Juri Linkov  <juri@jurta.org>
3531         Scrolling commands which scroll a line instead of full screen.
3532         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3534         * simple.el (scroll-up-line, scroll-down-line): New commands.
3535         Put property isearch-scroll=t on them.
3537         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
3538         Remove commands.
3540 2010-04-05  Juri Linkov  <juri@jurta.org>
3542         Scrolling commands which do not signal errors at top/bottom.
3543         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3545         * simple.el (scroll-up-command, scroll-down-command): New commands.
3546         Put property isearch-scroll=t on them.
3548         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
3549         `scroll-down-command' and [next] from `scroll-up' to
3550         `scroll-up-command'.
3552         * emulation/cua-base.el: Put property CUA=move on
3553         `scroll-up-command' and `scroll-down-command'.
3554         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
3555         and `scroll-down-command' to `cua-scroll-down'.
3557 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
3559         * help.el (describe-mode): Return nil.
3561 2010-04-04  John Wiegley  <jwiegley@gmail.com>
3563         * ido.el (ido-use-virtual-buffers): New variable to indicate
3564         whether "virtual buffer" support is enabled for IDO.
3565         (ido-virtual): Face used to indicate virtual buffers in the list.
3566         (ido-buffer-internal): If a buffer is chosen, and no such buffer
3567         exists, but a virtual buffer of that name does (which would be why
3568         it was in the list), recreate the buffer by reopening the file.
3569         (ido-make-buffer-list): If virtual buffers are being used, call
3570         `ido-add-virtual-buffers-to-list' before the make list hook.
3571         (ido-virtual-buffers): New variable which contains a copy of the
3572         current contents of the `recentf-list', albeit pared down for the
3573         sake of speed, and with proper faces applied.
3574         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
3575         create a list of "virtual buffers" to present to the user in
3576         addition to the currently open set.  Note that this logic could
3577         get rather slow if that list is too large.  With the default
3578         `recentf-max-saved-items' of 200, there is little speed penalty.
3580 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3582         * font-lock.el: Require CL when compiling.
3583         (font-lock-turn-on-thing-lock): Use `case'.
3585 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
3587         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
3588         Zaretskii.
3590 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
3592         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
3593         (semantic-create-imenu-directory-index): Fix typos in docstrings.
3594         (semantic-imenu-goto-function): Reflow docstring.
3596 2010-04-02  Juri Linkov  <juri@jurta.org>
3598         * ehelp.el (electric-help-orig-major-mode):
3599         New buffer-local variable.
3600         (electric-help-mode): Set it to original major-mode.  Doc fix.
3601         (with-electric-help): Use `electric-help-orig-major-mode' instead
3602         of (default-value 'major-mode).  Doc fix.
3603         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
3605 2010-04-02  Sam Steingold  <sds@gnu.org>
3607         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
3608         `vc-hg-command' with a list of flags.
3610         * progmodes/bug-reference.el (bug-reference-bug-regexp):
3611         Also accept "patch" and "RFE".
3612         (bug-reference-fontify): `bug-reference-url-format' can also be a
3613         function to be able to handle the bug kind.
3614         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
3616 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
3618         * tmm.el (tmm-get-keymap): Check with symbolp before passing
3619         value to fboundp, it may not be a symbol.
3621 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3623         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
3625 2010-03-31  Juri Linkov  <juri@jurta.org>
3627         * simple.el (next-line, previous-line): Re-throw a signal
3628         with `signal' instead of using `ding'.
3629         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
3631 2010-03-31  Juri Linkov  <juri@jurta.org>
3633         * simple.el (keyboard-escape-quit): Raise deselecting the active
3634         region higher than exiting the minibuffer.
3635         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
3637 2010-03-31  Juri Linkov  <juri@jurta.org>
3639         * image.el (image-animated-p): Use `image-metadata' instead of
3640         `image-extension-data'.  Get GIF extenstion data from metadata
3641         property `extension-data'.
3643 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3645         * simple.el (append-to-buffer): Simplify.
3647 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
3649         * textmodes/artist.el (artist-mode): Fix typo in docstring.
3650         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
3652 2010-03-31  Kenichi Handa  <handa@m17n.org>
3654         * language/sinhala.el (composition-function-table): Fix regexp for
3655         the new Unicode specification.
3657         * language/indian.el (devanagari-composable-pattern)
3658         (tamil-composable-pattern, kannada-composable-pattern)
3659         (malayalam-composable-pattern): Adjust for the new Unicode
3660         specification.
3661         (bengali-composable-pattern, gurmukhi-composable-pattern)
3662         (gujarati-composable-pattern, oriya-composable-pattern)
3663         (telugu-composable-pattern): New variables to cope with the new
3664         Unicode specification.  Use them in composition-function-table.
3666 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3668         Make tmm-menubar work for the Buffers menu again (bug#5726).
3669         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
3670         vectors rather than cons cells, as used in menu-bar-update-buffers.
3672 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3674         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
3675         (js-insert-and-indent): Revert 2009-08-15 change, restoring
3676         electric punctuation for "{}();,:" (Bug#5586).
3678         * mail/sendmail.el (mail-default-directory): Doc fix.
3680 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3682         * mail/sendmail.el (mail-default-directory): Doc fix.
3684 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
3686         * subr.el (version-regexp-alist, version-to-list)
3687         (version-list-<, version-list-=, version-list-<=)
3688         (version-list-not-zero, version<, version<=, version=): Doc fix.
3689         (Bug#5744).
3691 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
3693         * vc.el (vc-root-diff): Doc fix.
3695 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3697         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
3699         * simple.el (append-to-buffer): Fix last change.
3701 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3703         * simple.el (append-to-buffer): Ensure that point is preserved if
3704         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
3705         (Bug#5749)
3707 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3709         * files.el (auto-mode-case-fold): Change default to t.
3711 2010-03-30  Juri Linkov  <juri@jurta.org>
3713         * dired-x.el (dired-omit-mode): Doc fix.
3715 2010-03-30  Juri Linkov  <juri@jurta.org>
3717         * replace.el (occur-accumulate-lines): Move occur-engine related
3718         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
3719         to be located after `occur-engine'.
3721 2010-03-30  Juri Linkov  <juri@jurta.org>
3723         Make occur handle multi-line matches cleanly with context.
3724         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
3726         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
3727         (occur-engine): Add local variables `ret', `prev-after-lines',
3728         `prev-lines'.  Use more arguments for `occur-context-lines'.
3729         Set first elem of its returned list to `data', and the second elem
3730         to `prev-after-lines'.  Don't print the separator line.
3731         In the end, print remaining context after-lines.
3732         (occur-context-lines): Add new arguments `begpt', `endpt',
3733         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
3734         after-lines of the previous match with before-lines of the
3735         current match and not overlap them.  Return a list with two
3736         values: the output line and the list of context after-lines.
3738 2010-03-30  Juri Linkov  <juri@jurta.org>
3740         * replace.el (occur-accumulate-lines): Fix a bug where the first
3741         context line at the beginning of the buffer was missing.
3743 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
3745         * files.el: Make bidi-display-reordering safe variable for boolean
3746         values.
3748 2010-03-29  Phil Hagelberg  <phil@evri.com>
3749             Chong Yidong  <cyd@stupidchicken.com>
3751         * subr.el: Extend progress reporters to perform "spinning".
3752         (progress-reporter-update, progress-reporter-do-update):
3753         Handle non-numeric value arguments.
3754         (progress-reporter--pulse-characters): New var.
3756 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
3758         * progmodes/compile.el (compilation-start): Fix regexp detection
3759         of initial cd command (Bug#5771).
3761 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
3763         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
3765 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
3767         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
3768         * lisp/progmodes/gdb-mi.el: Restore.
3769         * lisp/progmodes/gdb-ui.el: Remove.
3770         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
3772 2010-03-25  Glenn Morris  <rgm@gnu.org>
3774         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
3775         all dired buffers, even tramp ones.  (Bug#5755)
3777 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3779         Add "union tags" in mpc.el.
3780         * mpc.el: Remove backward compatibility code.
3781         (mpc-browser-tags): Change default.
3782         (mpc--find-memoize-union-tags): New var.
3783         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
3784         (mpc-cmd-find): Handle the case where the playlist does not exist.
3785         Handle union-tags.
3786         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
3787         (mpc-cmd-add): Use mpc-cmd-flush.
3788         (mpc-tagbrowser-tag-name): New fun.
3789         (mpc-tagbrowser-buf): Use it.
3790         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
3792 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3794         Misc cleanup.
3795         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
3796         Use replace-regexp-in-string.
3797         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
3798         (makefile-imake-mode-syntax-table): Move init into defvar.
3799         (makefile-mode): Use define-derived-mode.
3801         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
3802         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
3803         not be present any more.
3805 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3807         * faces.el (set-face-attribute): Fix typo in docstring.
3808         (face-valid-attribute-values): Reflow docstring.
3810         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
3812 2010-03-24  Glenn Morris  <rgm@gnu.org>
3814         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
3816 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3818         * indent.el (indent-for-tab-command): Doc fix.
3820 2010-03-24  Alan Mackenzie  <acm@muc.de>
3822         * progmodes/cc-engine.el (c-remove-stale-state-cache):
3823         Fix off-by-one error.  Fixes bug #5747.
3825 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3827         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
3828         (image-dired-read-comment): Doc fix.
3830         * json.el (json-object-type, json-array-type, json-key-type)
3831         (json-false, json-null, json-read-number):
3832         * minibuffer.el (completion-in-region-functions):
3833         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
3834         (cal-tex-cursor-week):
3835         * emacs-lisp/trace.el (trace-function):
3836         * eshell/em-basic.el (eshell/printnl):
3837         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
3838         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
3839         * obsolete/levents.el (allocate-event, event-key, event-object)
3840         (event-point, event-process, event-timestamp, event-to-character)
3841         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
3842         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
3843         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
3844         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
3845         (reftex-highlight-selection): Fix typos in docstrings.
3847 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3849         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
3851 2010-03-24  Glenn Morris  <rgm@gnu.org>
3853         * mail/rmail.el (rmail-highlight-face): Restore option deleted
3854         2008-02-13 without comment; mark it obsolete.
3855         (rmail-highlight-headers): Use rmail-highlight-face once more.
3857 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3859         * woman.el (woman2-process-escapes): Only consume the newline if
3860         the filler character is on a line by itself (Bug#5729).
3862 2010-03-24  Kenichi Handa  <handa@m17n.org>
3864         * language/indian.el (devanagari-composable-pattern): Add more
3865         consonants.
3867 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3869         * net/trampver.el: Update release number.
3871 2010-03-24  Glenn Morris  <rgm@gnu.org>
3873         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
3875 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3877         * net/tramp.el (tramp-find-executable):
3878         Use `tramp-get-connection-buffer'.  Make the regexp for checking
3879         output of "wc -l" more robust.
3880         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
3881         (tramp-open-connection-setup-interactive-shell): Remove workaround
3882         for OpenSolaris bug, it is not needed anymore.
3884 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
3886         * cedet/semantic/imenu.el: New file, from the CEDET repository
3887         (Bug#5412).
3889 2010-03-24  Glenn Morris  <rgm@gnu.org>
3891         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
3893 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
3895         * files.el (auto-mode-alist): Accept more verilog file patterns.
3897 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3899         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
3901 2010-03-24  Glenn Morris  <rgm@gnu.org>
3903         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
3904         log-edit-before-checkin-process.
3906         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
3908         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
3910         * vc-dispatcher.el (vc-start-logentry): Doc fix.
3911         (log-view-process-buffer, log-edit-extra-flags): Declare.
3913         * log-edit.el (log-edit-before-checkin-process): Doc fix.
3915         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3916         Consistently check ede-object is bound throughout.
3918         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
3920 2010-03-23  Sam Steingold  <sds@gnu.org>
3922         Fix bug#5620: recalculate all markers on compilation buffer
3923         modifications, not on file modifications.
3924         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
3925         the buffer modification time, for buffers not associated with files.
3926         (compilation-mode): Create it.
3927         (compilation-filter): Update it.
3928         (compilation-next-error-function): Use it instead of
3929         `visited-file-modtime' for timestamp.
3931 2010-03-23  Juri Linkov  <juri@jurta.org>
3933         Implement Occur multi-line matches.
3934         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
3936         * replace.el (occur): Doc fix.
3937         (occur-engine): Set `begpt' to the beginning of the first line.
3938         Set `endpt' to the end of the last match line.  At first, count
3939         line numbers between `origpt' and `begpt'.  Split out code from
3940         `out-line' variable to new let-bindings `match-prefix' and
3941         `match-str'.  In `out-line' add non-numeric prefix to all
3942         non-first lines of multi-line matches.  Finally, count lines
3943         between `begpt' and `endpt' and add to `lines'.
3945 2010-03-23  Juri Linkov  <juri@jurta.org>
3947         * replace.el (occur-accumulate-lines, occur-engine):
3948         Use `occur-engine-line' instead of duplicate code.
3949         (occur-engine-line): New function created from duplicate code
3950         in `occur-accumulate-lines' and `occur-engine'.
3952         * replace.el (occur-engine-line): Add optional arg `keep-props'.
3953         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
3955 2010-03-23  Juri Linkov  <juri@jurta.org>
3957         * finder.el: Remove TODO tasks.
3959         * info.el (Info-finder-find-node): Add node "all"
3960         with all package info.  Handle a list of multiple keywords
3961         separated by comma.
3962         (info-finder): In interactive use with a prefix argument,
3963         use `completing-read-multiple' to read a list of keywords
3964         separated by comma.
3966 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3968         Add a new completion style `substring'.
3969         * minibuffer.el (completion-basic--pattern): New function.
3970         (completion-basic-try-completion, completion-basic-all-completions):
3971         Use it.
3972         (completion-substring--all-completions)
3973         (completion-substring-try-completion)
3974         (completion-substring-all-completions): New functions.
3975         (completion-styles-alist): New style `substring'.
3977 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3979         Get rid of .elc files after removal of the corresponding .el.
3980         * Makefile.in (compile-clean): New target.
3981         (compile-main): Use it.
3983 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
3985         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
3986         don't do make there.  When compiling with separate object dir, there
3987         is no Makefile there.
3989 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3991         Get rid of the ELCFILES abomination, again.
3992         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3993         (all, compile): Don't call compile-last.
3994         (compile-main): Build the "elcfiles" list dynamically.
3995         (compile-targets): New (internal) target.
3997 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
3999         * Makefile.in (top_srcdir): Define.
4000         (abs_top_builddir): Define.
4001         (srcdir): Don't append `/..'.
4002         (EMACS): Use ${abs_top_builddir}.
4003         (all, compile, compile-always, compile-last): Don't set emacswd.
4004         (update-subdirs, update-authors): Use $(top_srcdir) instead of
4005         $(srcdir).
4006         (lisp): Use $(srcdir) instead of @srcdir@.
4008 2010-03-21  Juri Linkov  <juri@jurta.org>
4010         Fix message of multi-line occur regexps and multi-buffer header lines.
4011         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
4013         * replace.el (occur-1): Don't display regexp if it is longer
4014         than window-width.  Use `query-replace-descr' to display regexp.
4015         (occur-engine): Don't display regexp in the buffer header for
4016         multi-buffer occur.  Display a separate header line with total
4017         match count and regexp for multi-buffer occur.
4018         Use `query-replace-descr' to display regexp.
4020 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4022         * net/secrets.el: Fix parenthesis.
4023         (secrets-enabled): Fix parenthesis.
4025 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4027         Use more relative file and directory names.
4028         * Makefile.in (EMACS): Arrange for it to work when we chdir.
4029         (setwins, setwins_almost, setwins_for_subdirs):
4030         Don't `cd'; output relative names.
4031         (all, compile, compile-always, compile-last): Set emacswd.
4032         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
4033         Just cd to the lisp source dir so we can use relative file names.
4035         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
4037 2010-03-20  Glenn Morris  <rgm@gnu.org>
4039         * textmodes/rst.el: Use faces for font-lock customization, and make the
4040         old -face variables obsolete.
4041         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
4042         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
4043         (rst-block-face, rst-external-face, rst-definition-face)
4044         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
4045         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
4046         Make obsolete.
4047         (rst-font-lock-keywords-function): Update for above changes.
4049 2010-03-20  Juri Linkov  <juri@jurta.org>
4051         * s-region.el:
4052         * obsolete/s-region.el: Move to obsolete.
4054 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
4056         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
4058 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
4060         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
4062 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
4064         Add special markup processing for commit logs.
4065         * log-edit.el (log-edit-extra-flags): New variable.
4066         (log-edit): Add new argument MODE.  Use that mode when non-nil
4067         instead of the log-view-mode.
4068         (log-view-process-buffer): New function.
4070         * vc.el: Document that the checkin method takes optional
4071         arguments.  Document new backend specific method: log-view-mode.
4072         (vc-default-log-edit-mode): New function.
4073         (vc-checkin): Use a backend specific log-view-mode.
4074         Pass extra arguments to the checkin method.
4075         (vc-modify-change-comment): Pass a dummy extra argument.
4077         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
4078         log-edit.
4079         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
4080         (vc-finish-logentry): Process the log buffer before passing it
4081         down.  Pass log-edit-extra-flags.
4083         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
4084         command.
4085         (log-edit-extra-flags, log-edit-before-checkin-process):
4086         New declarations.
4088         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
4089         command.
4090         (log-edit-extra-flags, log-edit-before-checkin-process):
4091         New declarations.
4092         (vc-hg-log-edit-mode): New derived mode.
4094         * vc-arch.el (vc-arch-checkin):
4095         * vc-cvs.el (vc-cvs-checkin):
4096         * vc-git.el (vc-git-checkin):
4097         * vc-mtn.el (vc-mtn-checkin):
4098         * vc-rcs.el (vc-rcs-checkin):
4099         * vc-sccs.el (vc-sccs-checkin):
4100         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
4102 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4104         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
4105         parent typo).
4107 2010-03-19  Glenn Morris  <rgm@gnu.org>
4109         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4111 2010-03-18  Glenn Morris  <rgm@gnu.org>
4113         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
4115         * replace.el (query-replace-history): Give it a doc string.
4116         (map-query-replace-regexp): Use query-replace-from-history-variable
4117         and query-replace-to-history-variable.
4119         * mail/hashcash.el (declare-function): Remove duplicate definition.
4121         * mail/emacsbug.el (report-emacs-bug-pretest-address):
4122         Make it an obsolete alias for report-emacs-bug-address.
4123         (message-strip-special-text-properties): Declare.
4124         (report-emacs-bug): Remove test for a pretest bug address.
4125         Combine message-mode-specific code.
4127         * mail/supercite.el: Don't require sendmail.
4128         (mh-in-header-p): Declare rather than using with-no-warnings.
4129         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
4130         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
4132         * calendar/cal-french.el: Convert to utf-8.
4134         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
4135         Emacs scripts.
4137 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
4139         * net/secrets.el (secrets-enabled): New variable.  Use it instead
4140         of a subfeature.
4142 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
4144         * net/secrets.el (top): Register the D-Bus signals only when the
4145         service "org.freedesktop.secrets" can be pinged.
4146         Provide subfeature `enabled'.
4148 2010-03-14  Juri Linkov  <juri@jurta.org>
4150         Add finder unknown keywords.
4152         * finder.el (finder-unknown-keywords): New function.
4154         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
4155         to create a Finder node with unknown keywords.
4157 2010-03-14  Juri Linkov  <juri@jurta.org>
4159         * finder.el (finder-compile-keywords): Replace `princ' with
4160         `prin1' on a list of symbols interned from keyword strings.
4162         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
4163         a comma, then split keywords using a comma and optional whitespace.
4164         Otherwise, split by whitespace.
4166         * complete.el:
4167         * face-remap.el:
4168         * log-view.el:
4169         * net/hmac-def.el:
4170         * net/hmac-md5.el:
4171         * net/netrc.el:
4172         * progmodes/mixal-mode.el: Fix keywords.
4174 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
4176         * Makefile.in (ELCFILES): Add net/secrets.elc.
4178         * net/secrets.el: New file.
4180 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4182         * facemenu.el (list-colors-display, list-colors-print): New arg
4183         callback.  Use it to allow selecting colors.
4185         * wid-edit.el (widget-image-insert): Insert image prop even if the
4186         current display is non-graphic.
4187         (widget-field-value-set): New fun.
4188         (editable-field): Use it.
4189         (widget-field-value-get): Clean up unused var.
4190         (widget-color-value-create, widget-color--choose-action):
4191         New funs.  Allow using list-colors-display to choose color.
4193 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4195         * cus-edit.el: Resort topmost custom groups.
4196         (custom-buffer-sort-alphabetically): Default to t.
4197         (customize-apropos): Use apropos-parse-pattern.
4198         (custom-search-field): New var.
4199         (custom-buffer-create-internal): Add custom-apropos search field.
4200         (custom-add-parent-links): Don't display parent doc.
4201         (custom-group-value-create): Don't sort top-level custom group.
4202         (custom-magic-value-create): Show visibility button before option name.
4204         (custom-variable-state): New fun, from custom-variable-state-set.
4205         (custom-variable-state-set): Use it.
4206         (custom-group-value-create): Hide options with standard values
4207         using the :hidden-states property.  Use progress reporter.
4209         (custom-show): Simplify.
4210         (custom-visibility): Disable images by default.
4211         (custom-variable): New property :hidden-states.
4212         (custom-variable-value-create): Enable images for
4213         custom-visibility widgets.  Use :hidden-states property to
4214         determine initial visibility.
4216         * wid-edit.el (widget-image-find): Give images center ascent.
4217         (visibility): Add :on-image and :off-image properties.
4218         (widget-visibility-value-create): Use them.
4220 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4222         * cus-edit.el (processes): Remove from development group.
4223         (oop, hypermedia): Delete group.
4224         (comm): Promote to top-level group.
4226         * net/browse-url.el (browse-url):
4227         * net/xesam.el (xesam):
4228         * net/tramp.el (tramp):
4229         * net/goto-addr.el (goto-address):
4230         * net/ange-ftp.el (ange-ftp): Put in comm group.
4232         * view.el (view): Remove from editing group.
4234         * uniquify.el (uniquify): Put in files group.
4236         * net/browse-url.el (browse-url):
4237         * ps-print.el (postscript): Put in external group.
4239         * cus-edit.el (outlines):
4240         * textmodes/text-mode.el (text-mode-hook):
4241         * textmodes/table.el (table):
4242         * textmodes/picture.el (picture):
4243         * outline.el (outlines): Put in wp group.
4245         * nxml/nxml-mode.el (nxml): Remove from wp group.
4247         * net/tramp-imap.el (tramp-imap): Put in tramp group.
4249         * mail/metamail.el (metamail): Remove from hypermedia group.
4251         * cus-edit.el (abbrev):
4252         * whitespace.el (whitespace):
4253         * vcursor.el (vcursor):
4254         * reveal.el (reveal):
4255         * hl-line.el (hl-line): Put in convenience group.
4257         * epg-config.el (epg): Put in data group.
4259         * emulation/pc-select.el (pc-select): Put in emulations group.
4261         * calculator.el (calculator): Put in applications group.
4263 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4265         Add .dir-locals.el support for file-less buffers.
4266         * files.el (hack-local-variables): Split out code to apply local
4267         variable settings ...
4268         (hack-local-variables-apply): ... here.  New function.
4269         (hack-dir-local-variables): Use the default directory for when the
4270         buffer does not have an associated file.
4271         (hack-dir-local-variables-non-file-buffer): New function.
4272         * diff-mode.el (diff-mode):
4273         * vc-annotate.el (vc-annotate-mode):
4274         * vc-dir.el (vc-dir-mode):
4275         * log-edit.el (log-edit-mode):
4276         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4278 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4280         Add support for shelving snapshots and for showing shelves.
4281         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4282         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4283         New functions.
4284         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4285         (vc-bzr-extra-menu-map): Map them.
4287 2010-03-11  Glenn Morris  <rgm@gnu.org>
4289         * cus-edit.el (customize-changed-options-previous-release):
4290         Bump to 23.1.
4292         * image.el (image-animate-max-time): Fix :version tag.
4294 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
4296         * Branch for 23.2.
4298 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4300         * vc-git.el (vc-git-revision-table): Include remote branches.
4302 2010-03-10  Kim F. Storm  <storm@cua.dk>
4304         Animated image API.
4305         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4307         * image.el (image-animate-max-time): New defcustom.
4308         (image-animated-types): New defconst.
4309         (create-animated-image, image-animate-timer)
4310         (image-animate-start, image-animate-stop, image-animate-timeout)
4311         (image-animated-p): New functions.
4313         * image-mode.el (image-toggle-display-image):
4314         Replace `create-image' with `create-animated-image'.
4316 2010-03-09  Miles Bader  <miles@gnu.org>
4318         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4319         instead of "format:"; this ensures that the output is
4320         newline-terminated.
4322 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
4324         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4325         that all errors are caught, and that the return value is always a
4326         list (Bug#5692).
4328 2010-03-08  Kenichi Handa  <handa@m17n.org>
4330         * language/misc-lang.el (windows-1256): New coding system.
4331         (cp1256): New alias of windows-1256 (bug#5690).
4333 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
4335         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4336         call to rfc822-bad-address.  (Bug#5692)
4338 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4340         * vc-git.el (vc-git-annotate-extract-revision-at-line):
4341         Use vc-git-root as default directory for revision path (Bug#5657).
4343 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
4345         * calculator.el (calculator): Don't bind split-window-keep-point
4346         (Bug#5674).
4348 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4350         * vc-git.el: Re-flow to fit into 80 columns.
4351         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4352         Remove spurious `quote' element in each case alternative.
4353         (vc-git-show-log-entry): Use prog1.
4354         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4356 2010-03-06  Glenn Morris  <rgm@gnu.org>
4358         * cedet/semantic/grammar.el (semantic-grammar-header-template):
4359         Update template copyright to GPLv3+.
4361 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4363         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4365 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
4367         * macros.el (insert-kbd-macro): Look up keyboard macro using the
4368         definition, not the name (Bug#5481).
4370 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4372         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4373         argument with a local variable.  (Bug#5670)
4375 2010-03-02  Juri Linkov  <juri@jurta.org>
4377         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
4379 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
4381         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4382         error when FILENAME and NEWNAME are existing remote directories.
4384         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4385         parameter DIR-FLAG.
4387 2010-03-02  Glenn Morris  <rgm@gnu.org>
4389         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4390         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4392 2010-03-01  Kenichi Handa  <handa@m17n.org>
4394         * language/burmese.el (burmese-composable-pattern): Rename from
4395         myanmar-composable-pattern.
4397         * international/characters.el (script-list):
4398         * international/fontset.el (script-representative-chars):
4399         Change myanmar to burmese.
4400         (otf-script-alist): Likewise.
4401         (setup-default-fontset): Likewise.  Re-fix :otf spec.
4403 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4405         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4407 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
4409         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4411 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4413         * net/tramp.el (tramp-handle-write-region): START can be a string.
4414         Take care in the checks.  Reported by Dan Davison
4415         <davison@stats.ox.ac.uk>.
4417 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4419         * net/dbus.el (dbus-introspect, dbus-get-property)
4420         (dbus-set-property, dbus-get-all-properties):
4421         Use `dbus-call-method' when noninteractive.  (Bug#5645)
4423 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
4425         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4426         * emacs-lisp/elint.el (elint-add-required-env):
4427         * cedet/semantic/db-find.el
4428         (semanticdb-find-translate-path-brutish-default):
4429         * cedet/ede/make.el (ede-make-check-version):
4430         * calendar/icalendar.el (icalendar--add-diary-entry):
4431         * calc/calcalg2.el (math-tracing-integral):
4432         * files.el (recover-session-finish): Use with-current-buffer
4433         instead of save-excursion.
4435 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4437         Fix in-buffer completion when after-change-functions modify the buffer.
4438         * minibuffer.el (completion--replace): New function.
4439         (completion--do-completion): Use it and use relative movement.
4441 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
4443         * international/fontset.el (setup-default-fontset): Fix :otf spec.
4445 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
4447         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4448         Allow the characters _<> in the stack entry (Bug#5653).
4450 2010-02-26  Kenichi Handa  <handa@m17n.org>
4452         * language/burmese.el: Fix entries in composition-function-table.
4453         (myanmar-composable-pattern): New variable.
4455         * international/fontset.el (setup-default-fontset): Add an entry
4456         for myanmar.
4458         * international/characters.el (script-list): Add Myanmar
4459         Extended-A.
4461 2010-02-26  Glenn Morris  <rgm@gnu.org>
4463         * custom.el (custom-initialize-delay): Doc fix.
4465         * mail/sendmail.el (send-mail-function): Autoload the call
4466         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4468 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
4470         * files.el (hack-local-variables-filter): For eval forms, also
4471         check safe-local-variable-p (Bug#5636).
4473 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
4475         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4476         and use c(ad)r of cddr (Bug#5640).
4478 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
4480         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4481         setting the modes by `ignore-errors'.  It might fail, for example
4482         if the file is not owned by the user but the group.
4483         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4485 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
4487         * files.el (directory-listing-before-filename-regexp): Use
4488         stricter matching for iso-style dates, to avoid false matches with
4489         date-like filenames (Bug#5597).
4491         * htmlfontify.el (htmlfontify): Doc fix.
4493         * eshell/eshell.el (eshell): Doc fix.
4495         * startup.el (fancy-about-screen): In mode-line, apply
4496         mode-line-buffer-id face only to the buffer name (Bug#5613).
4498 2010-02-20  Kevin Ryde  <user42@zip.com.au>
4500         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4501         In `watcom' anchor regexp to start of line, to avoid slowness
4502         (Bug#5599).
4504 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
4506         * subr.el (remove-yank-excluded-properties): Explain in a comment
4507         why `category' property is removed.
4509 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
4511         * isearch.el (isearch-update-post-hook, isearch-update): Revert
4512         2010-02-17 change.
4514 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
4516         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4517         (icalendar--convert-weekly-to-ical)
4518         (icalendar--convert-yearly-to-ical)
4519         (icalendar--convert-block-to-ical)
4520         (icalendar--convert-cyclic-to-ical)
4521         (icalendar--convert-anniversary-to-ical): Take care of time
4522         specifications where hour has 1-digit only (Bug#5549).
4524 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
4526         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4527         of disassemble output in GDB 7.1.
4529 2010-02-19  Glenn Morris  <rgm@gnu.org>
4531         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4532         property.  (Bug#5593)
4534 2010-02-18  Sam Steingold  <sds@gnu.org>
4536         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4538 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4540         Use abbreviated file names in bookmarks (bug#5591).
4541         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
4542         calls to expand-file-name.
4543         (bookmark-relocate): Use abbreviated file names in bookmarks.
4544         (bookmark-load): Use abbreviated file names in messages.
4546 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4548         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4549         expand "." and "..".  Reported by Thierry Volpiatto
4550         <thierry.volpiatto@gmail.com>.
4552 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4554         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4555         permissions of the temporary file to "0600".  In case the remote
4556         file has no read permissions for the owner, there might be
4557         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
4559 22010-02-18  Glenn Morris  <rgm@gnu.org>
4561         * emacs-lisp/authors.el (authors-renamed-files-alist):
4562         Add entries for INSTALL.CVS.
4564 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
4566         * vc-bzr.el: Fix typo in Known Bugs section.
4568         * isearch.el (isearch-update-post-hook): New hook.
4569         (isearch-update): Use the new hook.
4571 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
4573         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4574         Fix errors in copying directories.
4575         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
4576         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
4577         (tramp-handle-delete-file)
4578         (tramp-handle-dired-recursive-delete-directory)
4579         (tramp-handle-write-region): Flush also the cache for the upper
4580         directory.
4582 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
4584         * simple.el (save-interprogram-paste-before-kill): Doc fix.
4586         * cus-edit.el (hardware): Doc fix.
4588         * man.el (man): Add to external custom group.
4590         * delim-col.el (columns): Move to wp custom group.
4592         * doc-view.el (doc-view): Add to data custom group.
4594         * cedet/data-debug.el (data-debug): Move to extensions group.
4596         * cedet/ede.el (ede):
4597         * cedet/srecode.el (srecode):
4598         * cedet/semantic.el (semantic): Put in tools and extensions group.
4600         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
4602         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4603         by ispell-parse-output (Bug#5575).
4605 2010-02-16  Kenichi Handa  <handa@m17n.org>
4607         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
4608         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
4609         (skkdic-convert): Use `euc-japan' coding system for writing.
4611 2010-02-16  Glenn Morris  <rgm@gnu.org>
4613         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
4614         tex-main-file before using it.  (Bug#5562)
4616 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4618         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
4619         warnings, since it is annoying for the user to see them each time he
4620         runs the code.
4622 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
4624         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
4625         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
4626         instead of PROC for caching "first-password-request".  Otherwise,
4627         new processes would not profit from passwords already entered.
4629         * net/tramp-cache.el (tramp-dump-connection-properties):
4630         Don't save "first-password-request" property.
4632 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
4634         * outline.el (outline-head-from-level):
4635         * simple.el (with-wrapper-hook):
4636         * cedet/ede.el (ede-run-target, project-delete-target)
4637         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
4638         (ede-adebug-project, ede-adebug-project-parent)
4639         (ede-adebug-project-root):
4640         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
4641         (elint-defun, elint-buffer-env, elint-top-form-logged)
4642         (elint-unbound-variable):
4643         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
4644         Fix typos in docstrings.
4646 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
4648         * files.el (insert-directory): When WILDCARD-REGEXP and
4649         FULL-DIRECTORY-P are nil, insert the file entry instead of the
4650         whole directory.  (Bug#5551)
4652         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
4653         dired's alignment sanity.  (Bug#5516)
4655 2010-02-14  Juri Linkov  <juri@jurta.org>
4657         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
4658         Remove remaining ^H with their preceding chars.  (Bug#5566)
4660 2010-02-13  Glenn Morris  <rgm@gnu.org>
4662         * simple.el (transpose-subr): Give it a doc-string.
4664         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
4665         Doc fixes.
4667 2010-02-12  Juri Linkov  <juri@jurta.org>
4669         * arc-mode.el (archive-unique-fname): Make directories for nested
4670         archives.  (Bug#5540)
4672 2010-02-12  Juri Linkov  <juri@jurta.org>
4674         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
4676 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4678         * subr.el (copy-overlay): Handle deleted overlays.
4680         * man.el (Man-completion-table): Don't signal an error if we can't run
4681         manual-program (bug#4056).
4683 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
4685         * textmodes/artist.el (artist-mt): Fix typos in docstring.
4687 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4689         * info.el (Info-bookmark-jump): Simplify.
4691         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
4692         (bookmark-default-handler): Accept new bookmark field `buffer'.
4694 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
4696         * iswitchb.el (iswitchb-completions): Revert last change.
4698 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
4700         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
4701         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
4702         This prevents file names like "~/" being listed literally.
4704 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
4706         * term/xterm.el (xterm-maybe-set-dark-background-mode):
4707         Remove dead code.  (Bug#5546)
4709 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
4711         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
4712         correctly (Bug#5548).
4714 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
4716         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
4717         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
4719 2010-02-08  Kenichi Handa  <handa@m17n.org>
4721         * international/mule-util.el (with-coding-priority): Add autoload
4722         cookie for putting `lisp-indent-function'.
4724 2010-02-07  Glenn Morris  <rgm@gnu.org>
4726         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
4727         Move F2003 named interfaces from keywords-2 to keywords-1, and
4728         use function-name-face rather than constant-face.
4729         Simplify "abstract interface" regexp.
4731 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
4733         * eshell/esh-util.el (eshell-file-attributes): New optional arg
4734         ID-FORMAT.  Pass it to `file-attributes'.
4736         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
4738 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
4740         * faces.el (set-face-attribute): Allow calling
4741         internal-set-lisp-face-attribute with 'unspecified family and
4742         foundry argument (Bug#5536).
4744 2010-02-07  Glenn Morris  <rgm@gnu.org>
4746         * progmodes/f90.el (f90-font-lock-keywords-2)
4747         (f90-looking-at-type-like, f90-looking-at-program-block-end):
4748         Handle F2003 named interfaces.
4750 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
4752         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
4753         beg and end before calling c-get-state-before-change-functions.
4755 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
4757         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
4759 2010-02-05  Juri Linkov  <juri@jurta.org>
4761         * doc-view.el (doc-view-mode):
4762         * image-mode.el (image-mode): Put property mode-class=special.
4763         (Bug#4896)
4765 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
4767         * vc-svn.el (vc-svn-revision-table): New function.
4769 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
4771         * net/ange-ftp.el (ange-ftp-insert-directory):
4772         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4773         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4774         Handle also directories.  (Bug#5478)
4776 2010-02-05  Glenn Morris  <rgm@gnu.org>
4778         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
4780 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
4782         * startup.el (command-line-1): Convert options beginning with a
4783         single dash as well (Bug#5519).
4785 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4787         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
4788         * minibuffer.el (completion-initials-expand): Only check the presence
4789         of delims *within* the boundaries, since otherwise the / delim is
4790         always found for files.
4792         Fix up various corner case problems.
4793         * doc-view.el (doc-view-last-page-number): New function.
4794         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
4795         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
4796         (doc-view-kill-proc): Avoid inf-loop in freak cases.
4797         (doc-view-reconvert-doc): Use the new recursive delete-directory.
4798         (doc-view-convert-current-doc): Don't create the resolution.el file
4799         here any more.
4800         (doc-view-pdf/ps->png): Do it here instead.
4801         (doc-view-already-converted-p): Check that resolution.el is present.
4802         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
4803         windows that are not yet showing images.
4805 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
4807         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
4808         `dired-uncache' for every elemnt which is an absolute file name.
4810         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
4811         directory, handle its directory component.
4812         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
4813         function is called permanently and creates noise, otherwise.
4815         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4816         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4817         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
4819 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
4821         * macros.el (apply-macro-to-region-lines):
4822         Minor simplification.  (Bug#5485)
4824 2010-02-04  Glenn Morris  <rgm@gnu.org>
4826         * mail/rmail.el (rmail-show-message-1): Handle malformed
4827         quoted-printable text.  (Bug#5441)
4829         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
4831         * simple.el (visual-line-mode): Capitalize lighter.
4833 2010-02-03  John Wiegley  <jwiegley@gmail.com>
4835         * iswitchb.el (iswitchb-completions): Add bookmark files to the
4836         list of files considered for "virtual buffer" completions.
4838 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
4840         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
4841         also in case of (and (not full) (not wildcard)).  This is needed
4842         when dired is called with a list of files, which are not in
4843         `default-directory'.  (Bug#5478)
4845 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4847         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
4849 2010-02-02  Juri Linkov  <juri@jurta.org>
4851         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
4852         from unidiff to allow function-line after @@.
4854 2010-02-02  Juri Linkov  <juri@jurta.org>
4856         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
4857         '(RCS SCCS) with inverted condition.
4859 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
4861         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
4862         messages.
4864 2010-02-01  Juri Linkov  <juri@jurta.org>
4866         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
4867         compare with "pkunzip" and "pkzip" instead of only "pkzip".
4868         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
4869         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
4871 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4873         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
4874         (doc-view-revert-buffer): New command.
4875         (doc-view-mode-map): Use it.
4877 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
4879         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
4880         pending merge is detected.
4882 2010-01-31  Juri Linkov  <juri@jurta.org>
4884         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
4885         beginning of interactive spec like all other grep commands do.
4886         Put "all" in front of "gz".  (Bug#5260)
4888 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
4890         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
4892 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
4894         * dirtrack.el (dirtrack): Warn instead of signalling error if the
4895         regexp is incorrect (Bug#5476).
4897 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
4899         * net/tramp.el (tramp-handle-insert-directory): Handle also
4900         symlinks, when FILENAME is not in `default-directory'.
4902 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
4904         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
4905         FILE is not in `default-directory'.  (Bug#5478)
4907         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
4908         of SWITCHES.  Handle the case, FILENAME is not in
4909         `default-directory'.  (Bug#5478)
4910         (tramp-register-file-name-handlers): Add safe-magic property.
4912 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
4914         * arc-mode.el (archive-zip-extract): Quote the argument passed to
4915         unzip (Bug#5475).
4917 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
4919         * progmodes/flymake.el (flymake-allowed-file-name-masks)
4920         (flymake-master-make-header-init): Add other C++ filename masks.
4921         (flymake-find-possible-master-files)
4922         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
4924 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
4926         Fix some busybox annoyances.
4928         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
4929         not responding." string.
4930         (tramp-open-connection-setup-interactive-shell): Dump stty
4931         settings.  Enable "neveropen" arg for all `tramp-send-command'
4932         calls.  Handle "=" in variable values properly.
4933         (tramp-find-inline-encoding): Raise an error, when no encoding is
4934         found.
4935         (tramp-wait-for-output): Check, whether PROC buffer is available.
4936         Remove spurious " ^H" sequences, sent by busybox.
4937         (tramp-get-ls-command): Suppress coloring, if possible.
4939 2010-01-28  Glenn Morris  <rgm@gnu.org>
4941         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
4943         * log-edit.el (log-edit-strip-single-file-name): Add missing
4944         :safe, :group, and :version tags.
4946 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
4948         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
4949         buffers.  (Bug#5477)
4951 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
4953         * files.el (delete-directory): Handle moving to trash without
4954         first doing recursion (Bug#5436).
4956 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
4958         * vc-hooks.el (vc-path): Mark as obsolete.
4960 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
4962         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
4963         names too.
4965         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
4966         for the short log.
4967         (vc-bzr-log-view-mode): Adjust regexp for the above change.
4969 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
4971         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
4973         * vc-bzr.el (vc-bzr-revision-table): New function.
4975 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
4977         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
4978         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
4980 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
4982         Remove support for adding --signoff on commit.
4983         Future support will use an incompatible generic mechanism.
4984         * vc-git.el (vc-git-add-signoff): Remove variable.
4985         (vc-git-toggle-signoff): Remove function.
4986         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
4988         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
4989         from xterm-set-background-mode.  Return t if the background mode
4990         was set.
4991         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
4992         earlier, call it again in case the background mode has changed.
4994 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
4996         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
4997         (Bug#3541).
4999 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
5001         * emacs-lisp/assoc.el (aelement): Doc fix.
5002         (aput, adelete, amake): Use lexical-let (Bug#5450).
5004 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
5006         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
5007         is the same as subprogram call, not declaration.  (Bug#5435).
5009 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
5011         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
5012         (tramp-smb-maybe-open-connection): Use it.
5014 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
5016         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
5018 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5020         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
5021         just because we see "encoding: 8bit".
5022         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
5024 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
5026         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
5028 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
5030         * jka-compr.el (jka-compr-load): If load-file is not in
5031         load-history, try its file-truename version.  (bug#5447)
5033 2010-01-21  Alan Mackenzie  <acm@muc.de>
5035         Fix a situation where deletion of a cpp construct throws an error.
5036         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
5037         invoking c-with-all-but-one-cpps-commented-out, check that the
5038         special cpp construct is still in the buffer.
5039         (c-parse-state): Record the special cpp with markers, not numbers.
5041 2010-01-21  Kenichi Handa  <handa@m17n.org>
5043         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
5044         process last-command-event, as it is now decoded first (Bug#5380).
5046 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
5048         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
5050 2010-01-20  Glenn Morris  <rgm@gnu.org>
5052         * indent.el (tab-always-indent): Fix custom-type.
5054 2010-01-19  Alan Mackenzie  <acm@muc.de>
5056         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
5057         buffer throws "args out of range".
5058         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
5059         playing the role of delimiter.
5061 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
5063         * progmodes/ada-mode.el: Fix bug#5400.
5064         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
5065         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
5066         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
5067         Improve comments in "is" portion.  Handle null procedure declaration.
5068         (ada-move-to-end): Improve doc string.
5070 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
5072         * ido.el (ido-cur-list): Initialize to nil.
5073         Remove obsolete information from commentary.
5074         (ido-choice-list): Initialize to nil.
5075         (ido-get-bufname): Reject minibuffers.
5076         (ido-make-buffer-list): If "default" is a nonexistent
5077         buffer, ignore it, as per the function's comment.
5078         (ido-kill-buffer-internal): New function.
5079         (ido-kill-buffer-at-head): Use it.
5080         (ido-visit-buffer): Likewise.
5082 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5084         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
5086 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
5088         * cedet/ede/locate.el (ede-locate-file-in-project)
5089         (ede-locate-file-in-project-impl): Fix typos in docstrings.
5090         (ede-enable-locate-on-project): Fix typos in error messages.
5092         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
5093         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
5094         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
5095         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
5096         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
5097         Fix typos in menu help.
5099         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
5100         Fix typos in chart titles.
5102         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
5103         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
5104         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
5105         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
5106         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
5107         (semantic-parse-stream, semantic-parse-region)
5108         (semantic-parse-region-default, semantic--set-buffer-cache)
5109         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
5110         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
5111         (semantic-default-submodes):
5112         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
5113         (semanticdb-create-ebrowse-database)
5114         (semanticdb-find-tags-for-completion-method)
5115         (semanticdb-find-tags-by-class-method)
5116         (semanticdb-deep-find-tags-by-name-method)
5117         (semanticdb-deep-find-tags-for-completion-method):
5118         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
5119         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
5120         (semanticdb-find-tags-for-completion-method)
5121         (semanticdb-find-tags-by-class-method)
5122         (semanticdb-deep-find-tags-for-completion-method):
5123         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
5124         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
5125         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
5126         (semanticdb-find-tags-by-name-method)
5127         (semanticdb-find-tags-by-name-regexp-method)
5128         (semanticdb-find-tags-for-completion-method)
5129         (semanticdb-find-tags-by-class-method)
5130         (semanticdb-find-tags-external-children-of-type-method)
5131         (semanticdb-find-tags-subclasses-of-type-method)
5132         (semanticdb-deep-find-tags-by-name-method)
5133         (semanticdb-deep-find-tags-by-name-regexp-method)
5134         (semanticdb-deep-find-tags-for-completion-method):
5135         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
5136         (semanticdb-enable-gnu-global-in-buffer)
5137         (semanticdb-find-tags-for-completion-method)
5138         (semanticdb-deep-find-tags-by-name-method)
5139         (semanticdb-deep-find-tags-for-completion-method):
5140         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
5141         (javascript-mode, semanticdb-find-translate-path)
5142         (semanticdb-find-tags-for-completion-method)
5143         (semanticdb-find-tags-by-class-method)
5144         (semanticdb-deep-find-tags-by-name-method)
5145         (semanticdb-deep-find-tags-for-completion-method)
5146         (semanticdb-find-tags-external-children-of-type-method):
5147         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
5148         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
5149         (global-semantic-idle-scheduler-mode):
5150         * cedet/srecode/dictionary.el (srecode-field-value)
5151         (srecode-dictionary-add-section-dictionary):
5152         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
5153         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
5154         (describe-class, eieio-describe-generic, describe-generic):
5155         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
5156         (eieio-speedbar-expand):
5157         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5158         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
5159         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
5160         (viper-del-backward-char-in-replace, viper-backward-indent)
5161         (viper-brac-function, viper-register-to-point, viper-submit-report):
5162         * net/tramp.el (tramp-remote-coding-commands):
5163         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
5164         Fix typos in docstrings.
5166 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5168         * mail/sendmail.el (mail-yank-original): Set the mark if the
5169         specified function for yanking does not do it.
5171 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
5173         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
5175         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
5176         resyncing a directory.
5178 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
5180         * progmodes/ada-mode.el: Fix bug#1920.
5181         (ada-ident-re): Delete ., allow multibyte characters.
5182         (ada-goto-label-re): New; matches goto labels.
5183         (ada-block-label-re): New; matches block labels.
5184         (ada-label-re): New; matches both.
5185         (ada-named-block-re): Deleted; callers changed to use
5186         `ada-block-label-re' instead.
5187         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
5188         Use `ada-block-label-re'.
5189         (ada-indent-on-previous-lines): Improve handling of goto labels.
5190         (ada-get-indent-block-start): Special-case block label.
5191         (ada-get-indent-label): Split into `ada-indent-block-label' and
5192         `ada-indent-goto-label'.
5193         (ada-goto-stmt-start, ada-goto-next-non-ws):
5194         Optionally ignore goto labels.
5195         (ada-goto-next-word): Simplify.
5196         (ada-indent-newline-indent-conditional): Insert newline before
5197         trying to fix indentation; doc fix.
5199 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
5201         * calc/calc.el (calc-command-flags): Give it an initial value.
5203 2010-01-17  Glenn Morris  <rgm@gnu.org>
5205         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
5207 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5209         * cedet/semantic.el (semantic-mode):
5210         * files.el (minibuffer-with-setup-hook):
5211         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
5212         (artist-key-draw-continously, artist-key-do-continously-continously)
5213         (artist-key-set-point-continously, artist-mouse-draw-continously):
5214         Fix typos in docstrings.
5216 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
5218         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
5219         return t (Bug#3898).
5221 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
5223         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
5224         can parse the output of the external commands (Bug#5279).
5226 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
5228         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
5230 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
5232         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5234         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5236         * startup.el (command-line): Remove unused --icon-type arg.
5237         Handle --display arg, passing it to command-line-1 (Bug#5392).
5239 2010-01-16  Mario Lang  <mlang@delysid.org>
5241         * cedet/ede/cpp-root.el (ede-cpp-root-project):
5242         * cedet/ede/files.el (ede-expand-filename):
5243         * cedet/ede/simple.el (ede-simple-project):
5244         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5245         (semantic-complete-inline-tag-engine):
5246         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5247         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5248         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5249         * cedet/semantic/db.el (semanticdb-equivalent-mode):
5250         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5251         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5252         * emacs-lisp/chart.el (chart-translate-namezone):
5253         * textmodes/artist.el (artist-compute-popup-menu-table):
5254         Remove duplicated words in doc-strings.
5256 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
5258         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5259         to mairix-search to suppress threading (Bug#5342).
5261 2010-01-15  Kenichi Handa  <handa@m17n.org>
5263         * international/mule-cmds.el (canonicalize-coding-system-name):
5264         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
5266 2010-01-15  Glenn Morris  <rgm@gnu.org>
5268         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
5270         * wid-edit.el (widget-keymap): Doc fix.
5272         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5273         former seems to be more widely accepted by various svn versions.
5275 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5277         * find-cmd.el (find-constituents):
5278         * vc-arch.el (vc-arch-root):
5279         * window.el (window-body-height, pop-up-frames):
5280         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5281         (semantic-no-reparse-needed-change-hook):
5282         * cedet/srecode/insert.el (srecode-resolve-argument-list)
5283         (srecode-template-inserter-blank, srecode-template-inserter-variable)
5284         (srecode-template-inserter-ask, srecode-template-inserter-width)
5285         (srecode-template-inserter-section-start)
5286         (srecode-template-inserter-section-end, srecode-insert-method):
5287         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5288         * progmodes/ada-stmt.el (ada-if):
5289         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5290         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5291         (ispell-encoding8-command, ispell-aspell-supports-utf8)
5292         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5294         * progmodes/flymake.el (flymake-post-syntax-check):
5295         Fix typo in error message.
5297 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5299         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5300         which is always a string.  (Bug#5313)
5302 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5304         * progmodes/ada-xref.el (ada-default-prj-properties):
5305         Simplify previous change.
5307 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5309         * progmodes/ada-xref.el (ada-default-prj-properties):
5310         Default ada_project_path to $ADA_PROJECT_PATH.
5312 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5314         * progmodes/ada-mode.el (ada-create-keymap):
5315         Override `narrow-to-defun' with `ada-narrow-to-defun'.
5317 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5319         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5320         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5321         (ada-get-current-indent, ada-imenu-generic-expression)
5322         (ada-which-function): Check for it.
5324 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5326         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5327         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5329 2010-01-14  Glenn Morris  <rgm@gnu.org>
5331         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
5333 2010-01-14  Kenichi Handa  <handa@m17n.org>
5335         * composite.el (auto-composition-mode): Make it a buffer local
5336         variable (permanent-local).
5337         (auto-composition-function): Set the default value to
5338         auto-compose-chars.
5339         (auto-composition-mode): Make it a simple function, not a minor mode.
5340         (global-auto-composition-mode): Likewise.
5341         (turn-on-auto-composition-if-enabled): Delete it.
5343 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
5345         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5347 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
5349         * files.el (copy-directory): Compute target for recursive
5350         directories with identical names.  (Bug#5343)
5352 2010-01-12  Glenn Morris  <rgm@gnu.org>
5354         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5355         it to bug-gnu-emacs rather than emacs-pretest-bug.
5357 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5359         * cedet/data-debug.el (data-debug): Fix customization group reference.
5361 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5363         * cedet/semantic/analyze.el (semantic-analyze-push-error)
5364         (semantic-analyze-context, semantic-analyze-context-assignment)
5365         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5366         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5367         (semantic-java-doc-keywords-map):
5368         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5369         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5370         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5371         (semantic-c-classname, semantic-format-tag-uml-prototype)
5372         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5373         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5374         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5375         (semantic-get-local-variables, semantic-end-of-command)
5376         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5377         (lisp-mode):
5378         * cedet/semantic/bovine/make.el (makefile-mode):
5379         * cedet/semantic/wisent/python.el (wisent-python-string-re)
5380         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5381         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5382         (semantic-lex, semantic-get-local-variables, python-mode):
5383         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5384         * cedet/srecode/extract.el (srecode-extract-state-set)
5385         (srecode-extract-method): Fix typos in docstrings.
5387 2010-01-11  Sam Steingold  <sds@gnu.org>
5389         * imenu.el (imenu-default-create-index-function): Detect infinite
5390         loops caused by imenu-prev-index-position-function.
5392 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5394         * htmlfontify.el (htmlfontify-load-rgb-file)
5395         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5396         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5397         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5398         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5399         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5400         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5401         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5402         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5403         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5404         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5405         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5406         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5407         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5408         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5409         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5410         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5411         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5412         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5413         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5414         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5415         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5416         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5417         backslash-quoting from parentheses, etc.
5419 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
5421         * progmodes/js.el: Autoload javascript-mode alias.
5423 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5425         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5426         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5427         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5428         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5429         Fix typos in docstrings.
5430         (ffap-url-regexp): Doc fix.
5431         (ffap-at-mouse): Fix typo in message.
5433 2010-01-11  Glenn Morris  <rgm@gnu.org>
5435         * version.el (emacs-copyright): Set copyright year to 2010.
5437 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5439         * format.el (format-annotate-function): Only set
5440         write-region-post-annotation-function after running to-fn so as not to
5441         affect nested write-region calls (bug#5273).
5443 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
5445         * cedet/semantic.el (semantic-new-buffer-setup-functions):
5446         Add python parser.
5448         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5449         wisent/python.el.
5451 2010-01-10  Richard Kim  <emacs18@gmail.com>
5453         * cedet/semantic/wisent/python-wy.el:
5454         * cedet/semantic/wisent/python.el: New files.
5456 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5458         * man.el (Man-goto-section): Signal error if the section is not
5459         found (Bug#5317).
5461 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
5463         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5464         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
5466 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5468         * progmodes/compile.el: Don't treat compile-command as safe if
5469         compilation-read-command might be nil (Bug#4218).
5471 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
5473         * startup.el (command-line-1): Use orig-argi to check for ignored X and
5474         NS options.
5476 2010-01-08  Kenichi Handa  <handa@m17n.org>
5478         * international/fontset.el (build-default-fontset-data):
5479         Exclude characters in scripts kana, hangul, han, or cjk-misc.
5481 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
5483         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5484         to `create-file-buffer' as it expects, not just a buffer name.
5485         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5486         to help uniquify.  (Bug#3224)
5488 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
5490         * font-setting.el (font-setting-change-default-font): Use user-spec
5491         instead of name.
5493 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5495         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5497 2010-01-05  Tom Tromey  <tromey@redhat.com>
5499         * progmodes/python.el (python-font-lock-keywords):
5500         Handle qualified decorators (Bug#881).
5502 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5504         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5505         in a lightweight checkout.
5507 2010-01-05  Kenichi Handa  <handa@m17n.org>
5509         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5511 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5513         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5515 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
5517         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5518         checkouts.  (Bug#618)
5519         (vc-bzr-log-view-mode): Also highlight the author.
5520         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5521         (vc-bzr-shelve-menu-map):
5522         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5523         (vc-bzr-shelve-apply): Make prompt more explicit.
5525 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5527         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5528         They are valid characters in URL paths (rfc3986), and at least
5529         Firefox does not understand the encoded version (Bug#3166).
5531 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
5533         * progmodes/octave-mod.el (octave-end-keywords)
5534         (octave-block-begin-or-end-regexp, octave-block-match-alist):
5535         Add "end" keyword (Bug#3061).
5536         (octave-end-as-array-index-p): New function.
5537         (calculate-octave-indent): Use it.
5539 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5541         * bookmark.el: Consistently put the text property on the bookmark name.
5542         (bookmark-bmenu-marks-width): Bump back to 2, to include
5543         annotation marks.
5544         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
5545         property on the bookmark name, instead of not putting it at all.
5546         (bookmark-bmenu-list): Fix where we put the text property.
5548 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5550         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
5551         for showing buffer modified state (as added in the previous change).
5553 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5555         * bookmark.el: Show modified state of bookmark buffer more accurately.
5556         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
5557         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
5558         (with-buffer-modified-unmodified): New macro.
5559         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5560         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
5561         Use new macro to preserve the buffer modified state.
5563 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5565         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
5566         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
5567         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
5568         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
5569         (bookmark-bmenu-rename, bookmark-bmenu-locate)
5570         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
5571         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
5573 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5575         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5576         Make the lines in the generated doc string shorter.  (Bug#4668)
5578 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
5580         * net/rcirc.el: Add follow-link binding (Bug#4738).
5582 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5584         * Makefile.in (bzr-update): Rename from cvs-update.
5585         (cvs-update): New target for backward compatibility.
5587         * makefile.w32-in (bzr-update): Rename from cvs-update.
5588         (cvs-update): New target for backward compatibility.
5590 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5592         * bookmark.el: Remove gratuitous gratitude.
5594 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5596         * bookmark.el (bookmark-bmenu-any-marks): New function.
5597         (bookmark-bmenu-save): Clear buffer modification if no marks.
5599 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5601         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5602         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5603         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
5604         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
5606         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
5607         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
5608         To: emacs-devel {_AT_} gnu.org
5609         Subject: bookmark.el bug report
5610         Date: Mon, 28 Dec 2009 14:19:16 +0800
5611         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
5613 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5615         * bookmark.el: Improvements suggested by Drew Adams:
5616         (bookmark-bmenu-ensure-position): New name for
5617         `bookmark-bmenu-check-position'.  Just ensure the position,
5618         don't return any meaningful value.
5619         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
5620         New constants.
5622 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
5624         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
5625         (bookmark-yank-point, bookmark-bmenu-check-position):
5626         Fix typos in docstrings.
5627         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
5628         (bookmark-name-from-full-record, bookmark-get-position)
5629         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
5630         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
5631         Remove useless quoting of parenthesis, etc. in docstrings.
5633         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
5634         (ediff-append-custom-diff): Fix typo in error message.
5635         (ediff-meta-mark-equal-files): Fix typos in messages.
5637         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
5639         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
5640         Fix typo in docstring.
5642         * net/imap-hash.el (imap-hash-make): Doc fix.
5643         (imap-hash-test): Fix typo in error message; reflow docstring.
5644         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
5645         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
5646         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
5647         Fix typos in docstrings.
5648         (imap-hash-open-connection): Fix typo in error message.
5650         * play/gomoku.el (gomoku): Fix typos in docstring.
5652         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
5653         (gdb-jsonify-buffer): Fix typos in docstring.
5654         (gdb-goto-breakpoint): Fix typo in error message.
5655         ("Display Other Windows"): Fix typo in help message.
5656         (gdb-speedbar-expand-node): Fix typo in question.
5658         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
5659         (idlwave-html-system-help-location, idlwave-html-help-location)
5660         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
5661         (idlwave-help-browser-generic-args, idlwave-help-directory)
5662         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
5663         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
5664         (idlwave-online-help, idlwave-help-html-link)
5665         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
5666         Fix typos in docstrings.
5667         (idlwave-help-with-source, idlwave-help-find-routine-definition):
5668         Reflow docstrings.
5669         (idlwave-help-assistant-start): Fix typo in error message.
5671         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
5672         (octave-electric-space): Fix typos in docstrings.
5674 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5676         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
5678 2010-01-01  Juri Linkov  <juri@jurta.org>
5680         * comint.el (comint-input-ring-size): Make it a defcustom and
5681         increase the default to 500 (Bug#5148).
5683 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
5685         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
5686         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
5687         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
5689 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
5691         Show working revision correctly for mercurial.
5692         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
5693         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
5695 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
5697         Declare some functions for the byte-compiler.
5698         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
5699         (speedbar-timer-fn, speedbar-change-expand-button-char)
5700         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
5702 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
5704         This changeset reverts GDB Graphical Interface to use annotations.
5705         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
5707 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
5709         Make vc-dir work on subdirectories of the bzr root.
5710         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
5711         file names relative to it.
5712         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
5713         relative directory to vc-bzr-after-dir-status.
5715 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
5717         * font-lock.el (font-lock-refresh-defaults): New function, which
5718         can be used to let font-lock react to external changes in
5719         variables like font-lock-defaults and keywords.
5720         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
5722 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
5724         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
5726         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
5728 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
5730         Supersede color.diff settings in git log (bug#5211).
5732         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
5733         escape chars in its output when the user has color.diff set to `always'.
5734         This fix works on git 1.4.2 and newer (released on 2006-08-13).
5736 2009-12-26  Kevin Ryde  <user42@zip.com.au>
5738         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
5739         node.  Keep previous "Index" name to work with past coreutils too.
5741         * man.el (man): Revise docstring a bit to show -a and -l as
5742         examples.  Add -k description since support for it has otherwise
5743         been a secret.  (Further to bug#3717.)
5744         (Man-bgproc-sentinel): When "-k foo" produces no output show error
5745         "no matches" rather than "Can't find manpage", as the latter reads
5746         like -k was interpreted as a page name, which is not so.  (Bug#5431)
5748 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
5750         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
5751         switches.  Check also for //SUBDIRED// line.
5753 2009-12-25  Kenichi Handa  <handa@m17n.org>
5755         * language/indian.el (devanagari-composable-pattern): Fixed to
5756         handle ZWNJ and ZWJ.  Use it in composition-function-table for
5757         Devanagari.
5758         (malayalam-composable-pattern): Fix previous change.
5760 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5762         * ps-print.el (ps-face-attributes): It was not returning the
5763         attribute face for faces specified as string.  Reported by harven
5764         <harven@free.fr>.
5765         (ps-print-version): New version 7.3.5.
5767 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
5769         * calendar/icalendar.el (icalendar--convert-tz-offset):
5770         Fix timezone names.
5771         (icalendar--convert-tz-offset): Fix the "last-day-problem".
5772         (icalendar--add-diary-entry): Remove the trailing blank that
5773         diary-make-entry inserts.
5775 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
5777         Make `file-expand-wildcards' work for remote files.
5779         * files.el (file-expand-wildcards): In case of remote files, check
5780         only local file name part for wildcards.  Provide feature 'files
5781         and subfeature 'remote-wildcards.  (Bug#5198)
5783         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
5784         if there is already an established connection.
5785         (tramp-advice-file-expand-wildcards): Remove it.
5787         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
5788         (tramp-advice-file-expand-wildcards): Move from tramp.el.
5789         Activate advice for older GNU Emacs versions.  (Bug#5237)
5791 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
5793         Some doc fixes (more needed).
5795         * find-cmd.el (find-constituents): Reflow docstring.
5796         (find-cmd, find-prune, find-command): Fix typos in docstrings.
5797         (find-generic): Doc fix.
5799 2009-12-17  Juri Linkov  <juri@jurta.org>
5801         Fix regression from 23.1 to allow multiple modes in Local Variables.
5803         * files.el (hack-local-variables-filter): While ignoring duplicates,
5804         don't take `mode' into account.
5805         (hack-local-variables-filter, hack-dir-local-variables):
5806         Don't remove duplicate `mode' from local-variables-alist (like `eval').
5808 2009-12-17  Juri Linkov  <juri@jurta.org>
5810         Make `dired-diff' safer.  (Bug#5225)
5812         * dired-aux.el (dired-diff): Signal an error when `file' equals to
5813         `current' or when `file' is a directory of the `current' file.
5815 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
5817         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
5818         unconditionally preloaded files.
5820 2009-12-16  Juri Linkov  <juri@jurta.org>
5822         Revert to old 23.1 logic of using the file at the mark as default.
5823         * dired-aux.el (dired-diff): Use the file at the mark as default
5824         if it's not the same as the current file, and the target dir is
5825         the current dir or the mark is active.  Add the current file
5826         as the arg of `dired-dwim-target-defaults'.  Use the default file
5827         in the prompt.  (Bug#5225)
5829 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
5831         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
5832         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
5833         (tramp-check-for-regexp): Check also, when an echoing shell stops
5834         to echo sent commands.
5836 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5838         * Makefile.in: Revert last change (Bug#5191).
5840 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
5842         * vc-hg.el (vc-hg-print-log): Fix argument order.
5843         (vc-hg-working-revision): Make sure the command is executed in a
5844         known environment so that we can parse the output.  (Bug#4417)
5846 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5848         * progmodes/python.el (python-symbol-completions): Remove text
5849         properties from symbol string before calling python-send-receive.
5851 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
5853         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5854         when there are values for both file and line.  (Bug#5060)
5856 2009-12-14  Juri Linkov  <juri@jurta.org>
5858         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
5859         whitespace after the file name of the first line of unified format,
5860         because git-diff doesn't output whitespace and file modification time
5861         after the file name.
5863 2009-12-14  David Kastrup  <dak@gnu.org>
5865         * info.el (Info-hide-cookies-node): Before hiding a cookie,
5866         check if it already has the `display' property added by
5867         `Info-display-images-node', and not put the `invisible' property
5868         in this case.
5870 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5872         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
5873         (semantic-mru-bookmark-mode): Doc fixes.
5875         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
5876         of assert.
5878 2009-12-13  Glenn Morris  <rgm@gnu.org>
5880         * mail/emacsbug.el (message-sort-headers): Define for compiler.
5881         (report-emacs-bug): In message-mode, sort manually before storing
5882         original report text.  (Bug#5178)
5883         Remove superfluous save-excursion.
5885 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
5887         * net/dbus.el (dbus-property-handler): Filter lambda forms out
5888         when responding to "GetAll" properties.
5890 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
5892         * simple.el (compose-mail): Remove mail-setup-with-from from
5893         customization checks.
5895 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
5897         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
5898         RAR archives created on Unix systems.
5900 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5902         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
5903         the varalias that was accidentally removed by the 2009-11-19 change
5904         (bug#5186).
5906 2009-12-12  Kenichi Handa  <handa@m17n.org>
5908         * language/indian.el (indian-compose-regexp): New function.
5909         (malayalam-composable-pattern): Fix the pattern.
5910         (composition-function-table): Set malayalam-composable-pattern for
5911         Malayalam characters.
5913 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
5915         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
5916         rather than down-mouse-1, based on follow-link conventions.
5918         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
5919         are compiled.
5921 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
5923         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
5924         (verilog-vmm-statement-re, verilog-ovm-statement-re)
5925         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
5926         (verilog-leap-to-head, verilog-backward-token):
5927         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
5929 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
5931         * progmodes/verilog-mode.el (verilog-auto-lineup)
5932         (verilog-nameable-item-re): Cleanup user-visible spelling and
5933         documentation errors.  One reported by Gary Delp.
5934         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
5935         (verilog-read-decls): Fix AUTOWIRE with types declared in a
5936         package, bug195.  Reported by Pierre-David Pfister.
5938 2009-12-11  Glenn Morris  <rgm@gnu.org>
5940         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
5942         * mail/emacsbug.el: No longer require sendmail.
5943         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
5944         (report-emacs-bug-orig-text): Doc fix.
5945         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
5946         New local variables, to adapt to different mail-user-agents.
5947         (report-emacs-bug): Fix test for a gnu.org address.
5948         Use overlays for emphasis, since font-lock defeats 'face property.
5949         Pretest bugs also end up at the newsgroup these days.
5950         Stop message-mode stripping text properties.
5951         Set and use the new buffer-local variables.
5952         (report-emacs-bug-hook): Add doc-string.
5953         Remove some unnecessary save-excursions and simplify.
5954         Use the appropriate hook and send-command.
5956         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
5957         capitalization of some menu entries.
5959 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5961         * whitespace.el (whitespace-display-char-on):
5962         Ensure `buffer-display-table' is unique when two or more windows are
5963         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
5964         New version 12.1.
5966 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
5968         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
5969         characters in the Attribute field.
5971 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
5973         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
5975 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5977         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
5978         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5979         Disregard autoload-excludes.
5980         (update-directory-autoloads): Obey autoload-excludes here instead.
5981         But don't store its contents in no-autoloads and remove entries that
5982         refer to excludes files.
5984 2009-12-10  Glenn Morris  <rgm@gnu.org>
5986         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
5987         (expand-mail-aliases): Define for compiler.
5989         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
5990         Define for compiler.
5992         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
5993         appropriate for the mail-user-agent in use.
5995 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
5997         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
5999 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
6001         Fix short log parsing and fontification.
6002         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
6003         Fix fontification for the [merge] label.
6005 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
6007         Drop some properties to avoid surprises (bug#5002).
6008         * htmlfontify.el (hfy-ignored-properties): New defcustom.
6009         (hfy-fontify-buffer): Use it.
6011 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6013         Minor cleanup.
6014         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
6015         Adjust all callers.
6016         (ffap-locate-file): Remove unused arg `dir-ok' and make other
6017         args compulsory.  Adjust callers.
6018         (ffap-gopher-at-point): Remove unused var `name'.
6020         Get rid of the ELCFILES abomination.
6021         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6022         (compile-elcfiles): New phony target.
6023         (compile-main): Compute ELCFILES dynamically.
6024         (compile-clean): New target to remove left-over elc files.
6025         (compile, all): Use it.
6027 2009-12-09  Kenichi Handa  <handa@etlken>
6029         * international/mule-diag.el: Require help-mode instead of help-fns.
6031 2009-12-09  Kenichi Handa  <handa@m17n.org>
6033         * international/mule-cmds.el (ucs-names): Supply sufficiently
6034         fine ranges instead of pre-calculating accurate ranges.
6035         Iterate with bigger gc-cons-threshold.
6037 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
6039         Add support for stashing a snapshot of the current tree.
6040         * vc-git.el (vc-git-stash-snapshot): New function.
6041         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
6043 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
6045         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
6046         instead of `(beginning|end)-of-line'.
6048 2009-12-08  Glenn Morris  <rgm@gnu.org>
6050         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
6052         * Makefile.in (ELCFILES): Regenerate.
6054 2009-12-07  Juri Linkov  <juri@jurta.org>
6056         Don't lazy-highlight the comint output in history Isearch mode.
6058         * comint.el (comint-history-isearch-search): Instead of
6059         `comint-line-beginning-position', use `comint-after-pmark-p'
6060         to check if point if before the process mark, and go to
6061         `process-mark' in this case.
6063 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6065         * textmodes/tex-mode.el (latex-complete)
6066         (latex-indent-or-complete): Remove.
6067         (latex-mode): Set completion-at-point-functions instead.
6069         Provide a standard completion command and hook it into TAB.
6070         * minibuffer.el (completion-at-point-functions): New var.
6071         (completion-at-point): New command.
6072         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
6073         * progmodes/python.el (python-mode-map): Use completion-at-point.
6074         (python-completion-at-point): Rename from python-partial-symbol and
6075         adjust for use in completion-at-point-functions.
6076         (python-mode): Setup completion-at-point for Python completion.
6077         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
6078         extracted from lisp-complete-symbol.
6079         (lisp-complete-symbol): Use it.
6080         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
6081         setup completion-at-point for Elisp completion.
6082         (emacs-lisp-mode-map, lisp-interaction-mode-map):
6083         Use completion-at-point.
6084         * ielm.el (ielm-map): Use completion-at-point.
6085         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
6086         * progmodes/sym-comp.el: Move to...
6087         * obsolete/sym-comp.el: Move from progmodes.
6089 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
6091         Prevent save-buffer in Rmail buffers from using the coding-system
6092         of the current message, and from clobbering the encoding mnemonics
6093         in the mode line (Bug#4623).
6095         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
6096         flag, too.
6097         (rmail-message-encoding): New variable.
6098         (rmail-write-region-annotate): Record the encoding of the current
6099         message in rmail-message-encoding.
6100         (rmail-after-save-hook): New function, restores the encoding of
6101         the current message after the message collection is saved.
6103 2009-12-07  Juri Linkov  <juri@jurta.org>
6105         * progmodes/grep.el (grep-read-files): Use `completing-read'
6106         instead of `read-string'.  Set its `collection' arg to
6107         `read-file-name-internal'.  (Bug#4301)
6109 2009-12-07  Juri Linkov  <juri@jurta.org>
6111         Correctly restore original Isearch point.  (Bug#4994)
6113         * isearch.el (isearch-mode): Move `isearch-push-state' after
6114         `(run-hooks 'isearch-mode-hook)'.
6115         (isearch-cancel): When `isearch-push-state-function' is defined,
6116         let-bind `isearch-cmds' to the first state (the last element of
6117         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
6118         function and restores the original point).  Otherwise, move point
6119         to `isearch-opoint'.
6121 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6123         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
6124         chars that don't have names, so the table can be built much faster at
6125         run-time.
6127 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
6129         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
6130         change.  Suggested by David Kastrup.
6132         * simple.el (compose-mail): Check for incompatibilities and warn.
6133         (compose-mail-user-agent-warnings): New option.
6135 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6137         Support showing a single log entry from vc-annotate.
6138         * vc.el (print-log): Add a new argument: START-REVISION.
6139         (vc-print-log-internal): Add a new optional argument and
6140         pass it to the backend.
6141         (vc-print-log, vc-print-root-log): Adjust callers.
6142         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
6143         buffer already displays the requested log entry, use it.
6144         Otherwise display only the log entry in question.
6145         * vc-svn.el (vc-svn-print-log):
6146         * vc-mtn.el (vc-mtn-print-log):
6147         * vc-hg.el (vc-hg-state):
6148         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
6149         (vc-git-show-log-entry): Return t on success.
6150         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
6151         (vc-bzr-show-log-entry): Return t on success.
6152         * vc-rcs.el (vc-rcs-print-log):
6153         * vc-sccs.el (vc-sccs-print-log):
6154         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
6156 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6158         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
6159         Add menus to the meta mode.  (Bug#5043)
6161 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
6163         * ediff-init.el (ediff-event-key): Use event-to-character instead of
6164         event-key.
6166         * ediff.el (ediff-buffers-internal): Add unwind-protect.
6168 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
6170         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
6171         Berbain <raphael.berbain@gmail.com>.
6173         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
6174         characters.
6175         (tramp-initial-end-of-output): New defconst.
6176         (tramp-methods, tramp-find-shell)
6177         (tramp-open-connection-setup-interactive-shell)
6178         (tramp-maybe-open-connection): Use it.
6179         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
6180         existence of `#' and `$'.
6182         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
6183         `tramp-initial-end-of-output'.
6185 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6187         Get the background mode from the terminal for xterm, and set
6188         faces accordingly.
6189         * term/xterm.el (xterm-set-background-mode): New function.
6190         (terminal-init-xterm): Use it in case xterm supports background
6191         color queries.  Recompute faces after getting the background
6192         color.
6194 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
6196         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
6197         number comment back on its own line, for easier parsing.
6199 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6201         Make it work for non-file buffers (bug#5102).
6202         * doc-view.el (doc-view-current-cache-dir):
6203         Use doc-view-buffer-file-name rather than buffer-file-name.
6204         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
6206 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
6208         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
6209         author field is too short.
6211 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
6213         * vc-git.el (vc-git-print-log): Handle a limit argument.
6214         Display the short log in graph form and with labels.
6215         (vc-git-log-view-mode): Handle labels.
6217         Make vc-revert change VC state from 'added to 'unregistered.
6218         * vc-git.el (vc-git-revert): Call git reset first.
6220 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6222         * net/newst-backend.el, net/newst-plainview.el:
6223         * net/newst-reader.el, net/newst-ticker.el:
6224         * net/newst-treeview.el, net/newsticker.el:
6225         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
6227 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6229         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
6231         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
6232         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
6233         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6234         Update annotation regexp.
6236         * simple.el (beginning-of-visual-line): Constrain to field
6237         boundaries (Bug#5106).
6239 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6241         * xml.el (xml-substitute-numeric-entities): Move
6242         newsticker--decode-numeric-entities in newst-backend.el to
6243         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6244         * net/newst-backend.el (newsticker--parse-generic-feed)
6245         (newsticker--parse-generic-items)
6246         (newsticker--decode-numeric-entities): Move
6247         newsticker--decode-numeric-entities in newst-backend.el to
6248         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6250 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
6252         * progmodes/js.el (js--js-not): Add null to the list of values.
6254 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6256         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
6258 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6260         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6261         delimiter if it is at the end of the current line.
6262         (bibtex-generate-url-list): Fix docstring.
6264 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6266         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6267         minibuffer's content with itself.
6268         Fold the confirm-after-completion case into the `confirm' case.
6269         (completion-pcm-word-delimiters): Add : and / to the delimiters.
6271 2009-12-06  Kevin Ryde  <user42@zip.com.au>
6273         * ffap.el (ffap-rfc-path): Make this a defcustom since
6274         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
6276         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6277         manuals, similar to existing setup for help-mode.  (Bug#3913.)
6279 2009-12-05  Juri Linkov  <juri@jurta.org>
6281         Save and restore dired buffer's point positions too.  (Bug#4880)
6283         * dired.el (dired-save-positions): Return in the first element
6284         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6285         Doc fix.
6286         (dired-restore-positions): First restore buffer's position.
6287         While restoring window's positions, check if window still displays
6288         the original buffer.
6290 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
6292         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6293         if possible.
6295         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6296         Make argument optional.
6298         * shell.el (shell): Require ansi-color (Bug#5113).
6300         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6302         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6304 2009-12-05  Alan Mackenzie  <acm@muc.de>
6306         * progmodes/cc-mode.el (c-before-hack-hook)
6307         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6308         `c-file-style' to work again.  This reversion restores the current
6309         software to its state in Emacs 23.1.  (Bug#4146)
6311 2009-12-05  Kevin Ryde  <user42@zip.com.au>
6313         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6314         comment-start-skip to comment-end-skip as comment (Bug#4781).
6316 2009-12-05  Juri Linkov  <juri@jurta.org>
6318         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6319         for virtual nodes.  (Bug#4147)
6320         (Info-find-node-2): Set `Info-current-node-virtual' to nil
6321         when moving from a virtual node.
6322         (Info-mode-menu): Add `Info-virtual-index' to the menu.
6323         (Info-mode): Add `Info-virtual-index' to the docstring.
6325 2009-12-05  Eric Ludlam  <zappo@gnu.org>
6327         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6328         Describe project macro symbols.
6330         * cedet/semantic/complete.el (semantic-complete-do-completion):
6331         Don't call semantic-collector-current-exact-match.
6333         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6334         ede-objects as targets.
6336         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6337         a target's object list even if compiler vars are already in the
6338         Makefile.
6340         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6341         list of headers producing necessary macros.
6343 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6345         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6346         track of the buffer position of the end of a BibTeX entry as this
6347         position may change during reformatting.
6348         (bibtex-format-entry): Remove whitespace before processing
6349         numerical fields so that we recognize the latter properly.
6350         (bibtex-reformat): Do not use push which changes the global value
6351         of bibtex-entry-format.
6352         (bibtex-field-braces-alist, bibtex-field-strings-alist)
6353         (bibtex-field-re-init): Replace only space characters by regexp
6354         for whitespace.
6355         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6356         (bibtex-initialize): Also update bibtex-strings.
6357         (bibtex-kill-field): Preserve white space at end of entry.
6358         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6359         Update bibtex-reference-keys.
6361 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6363         * minibuffer.el (completion-pcm--merge-try): Also consider placing
6364         point after a star, if that's the only place where modifications can
6365         make progress.
6367 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
6369         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6370         in docstrings.
6372 2009-12-04  Juri Linkov  <juri@jurta.org>
6374         * proced.el (proced): Call `(proced-update t)' to update process
6375         information instead of only running proced-post-display-hook.
6376         (proced-send-signal): Add a leading space to the buffer name
6377         " *Marked Processes*" to make this buffer ephemeral.
6379 2009-12-04  Juri Linkov  <juri@jurta.org>
6381         * dired.el (dired-auto-revert-buffer): New defcustom.
6382         (dired-internal-noselect): Use it.
6384 2009-12-04  Juri Linkov  <juri@jurta.org>
6386         Change roles of modes and functions in image-mode.el (Bug#5062).
6388         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6389         in `auto-mode-alist'.
6390         (image-mode-previous-major-mode): New variable.
6391         (image-minor-mode-map): Rename from `image-mode-text-map'.
6392         (image-mode): Move graceful error-handling code from
6393         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
6394         (image-minor-mode): Remove all image-handling code.
6395         Replace `image-mode-text-map' with `image-minor-mode-map'.
6396         Check for `image-type' in mode-line format string.
6397         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6398         (image-mode-as-text): New function with most code from
6399         `image-mode-maybe'.
6400         (image-toggle-display-text): Move code that removes image
6401         properties from `image-toggle-display' to here.
6402         (image-toggle-display-image): New function with code that adds
6403         image properties copied from `image-toggle-display'.
6404         (image-toggle-display): Remove most code with leaving only code
6405         that toggles between `image-mode-as-text' and `image-mode'.
6407 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
6409         * net/newst-treeview.el
6410         (newsticker--treeview-list-highlight-start): Restored call to
6411         save-excursion: Selected item was stuck.
6412         (newsticker--treeview-list-select): New.
6413         (newsticker--treeview-item-show-text)
6414         (newsticker--treeview-item-show)
6415         (newsticker--treeview-item-update): Use new
6416         newsticker-treeview-item-mode.
6417         (newsticker-treeview-update): Keep current item.
6418         (newsticker-treeview-next-new-or-immortal-item): Doc change.
6419         (newsticker--treeview-first-feed): Doc change.
6420         (newsticker-treeview-list-menu)
6421         (newsticker-treeview-item-menu): Added menu entries.
6422         (newsticker-treeview-item-mode): New.
6424         * net/newst-backend.el (newsticker-customize): Delete other
6425         windows.
6427 2009-12-04  Sam Steingold  <sds@gnu.org>
6429         * log-view.el (log-view-mode-map): "q" calls quit-window,
6430         like in all the other non-self-insert buffers.
6432 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6434         Minor cleanup.
6435         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6436         key decoding rather than do it manually via last-input-event +
6437         ascii-character.
6438         (term-exec): Use delete-and-extract-region.
6439         (term-handle-ansi-terminal-messages): Remove unused var `end'.
6440         (term-process-pager): Remove unused var `i'.
6441         (term-dynamic-simple-complete): Make obsolete.
6442         (serial-update-config-menu): Remove unused vars `y' and `str'.
6443         (term-update-mode-line): Remove unused var `temp'.
6445 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6447         Limit the number of log entries displayed by default.
6448         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6449         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6450         using a prefix argument.
6452 2009-12-03  Glenn Morris  <rgm@gnu.org>
6454         * progmodes/idlwave.el (class): Restore still useful declaration.
6456 2009-12-03  Alan Mackenzie  <acm@muc.de>
6458         Enhance `c-parse-state' to run efficiently in "brace deserts".
6460         * progmodes/cc-mode.el (c-basic-common-init):
6461         Call c-state-cache-init.
6462         (c-neutralize-syntax-in-and-mark-CPP): Rename from
6463         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
6464         placing `category' properties value 'c-cpp-delimiter at its boundaries.
6466         * progmodes/cc-langs.el (c-before-font-lock-function):
6467         c-extend-and-neutralize-syntax-in-CPP has been renamed
6468         c-neutralize-syntax-in-and-mark-CPP.
6470         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6471         with `category' properties now, not `syntax-table' ones.
6473         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6474         enhanced (but slower) version of c-end-of-macro that won't land
6475         inside a literal or on another awkward character.
6476         (c-state-cache-too-far, c-state-cache-start)
6477         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6478         (c-state-nonlit-pos-cache-limit, c-state-point-min)
6479         (c-state-point-min-lit-type, c-state-point-min-lit-start)
6480         (c-state-min-scan-pos, c-state-brace-pair-desert)
6481         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6482         buffer local variables.
6483         (c-state-literal-at, c-state-lit-beg)
6484         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6485         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6486         (c-state-cache-top-paren, c-state-cache-after-top-paren)
6487         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6488         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6489         (c-renarrow-state-cache)
6490         (c-append-lower-brace-pair-to-state-cache)
6491         (c-state-push-any-brace-pair, c-append-to-state-cache)
6492         (c-remove-stale-state-cache)
6493         (c-remove-stale-state-cache-backwards, c-state-cache-init)
6494         (c-invalidate-state-cache-1, c-parse-state-1)
6495         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6496         (c-parse-state): Enhance and refactor.
6497         (c-debug-parse-state): Amend to deal with all the new variables.
6499         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6500         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6501         modify to use category text properties rather than syntax-table ones.
6502         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6503         to switch off/on the syntactic paren property of C++ template
6504         delimiters using the category property.
6505         (c-with-<->-as-parens-suppressed): Macro to invoke code with
6506         template delims suppressed.
6507         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6508         New constant/macros which apply category properties to the start
6509         and end of preprocessor constructs.
6510         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6511         "comment out" the syntactic value of characters in preprocessor
6512         constructs.
6513         (c-with-cpps-commented-out)
6514         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6515         with characters in all or all but one preprocessor constructs
6516         "commented out".
6518 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6520         * proced.el (proced-filter-alist): Use regexp-quote.
6522 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
6524         Cleanup.
6525         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6526         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
6527         arguments.  Expand `default-directory'.
6529         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6530         the benefit of returning an expanded localname.
6531         (tramp-tramp-file-p): Handle the case NAME is not a string.
6533 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6535         Add support for bzr shelve/unshelve.
6536         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6537         (vc-bzr-extra-menu-map): New variables.
6538         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
6539         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
6540         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
6541         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
6542         (vc-bzr-dir-extra-headers): Display shelves.
6544         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
6546 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6548         * textmodes/bibtex.el (bibtex-complete-internal):
6549         Use completion-in-region.
6550         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
6552 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6554         Support applying stashes.  Improve UI.
6555         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
6556         (vc-git-stash-apply, vc-git-stash-pop)
6557         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
6558         (vc-git-stash-menu): New functions.
6559         (vc-git-stash-menu-map): New variable.
6560         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
6562 2009-12-03  Glenn Morris  <rgm@gnu.org>
6564         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
6565         (vc-print-log-internal): Fix previous change.
6566         (vc-revert): Correct pluralization.
6568 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6570         * progmodes/make-mode.el (makefile-special-targets-list): No need for
6571         it to be an alist any more.
6572         (makefile-complete): Use completion-in-region.
6574         * progmodes/octave-mod.el (octave-complete-symbol):
6575         Use completion-in-region.
6577         Misc cleanup.
6578         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
6579         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
6580         (idlwave-complete-class): Don't quote lambda.
6581         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
6582         (idlwave-mode-map): Move initialization into declaration.
6583         (idlwave-action-and-binding): Use backquotes.
6584         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
6585         Simplify.
6586         (idlwave-is-pointer-dereference): Remove unused var `pos'.
6587         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
6588         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
6589         `parts', and `all-parts'.
6590         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
6591         (idlwave-convert-xml-system-routine-info): Remove unused string
6592         `version-string'.
6593         (idlwave-display-user-catalog-widget): Use dolist.
6594         (idlwave-scanning-lib): Declare dynamically-scoped var.
6595         (idlwave-scan-library-catalogs): Remove unused var `flags'.
6596         (completion-highlight-first-word-only): Declare to silence bytecomp.
6597         (idlwave-popup-select): Tighten scope of `resp'.
6598         (idlwave-find-struct-tag): Remove unused var `beg'.
6599         (idlwave-after-load-rinfo-hook): Declare.
6600         (idlwave-sintern-class-info): Remove unused var `taglist'.
6601         (idlwave-find-class-definition): Remove unused var `list'.
6602         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
6603         (idlwave-what-module-find-class): Remove unused var `classes'.
6605 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
6607         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
6609 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6611         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
6612         buffers visited.  Remove redundant current-buffer-saving.
6614 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6616         Use completion-in-buffer and remove uses of dynamic scoping.
6617         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
6618         (pascal-buffer-to-use, pascal-flag): Don't declare.
6619         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
6620         (pascal-get-completion-decl, pascal-keyword-completion):
6621         Add `pascal-str' argument, save-excursion,
6622         return the found completions, and don't filter with pascal-pred.
6623         (pascal-completion-cache): New var.
6624         (pascal-completion): Don't switch buffer any more (it was never
6625         necessary).  Don't save-excursion any more (it's done by the called
6626         subroutines).  Use a cache to avoid redundant computations.
6627         Use complete-with-action rather than pascal-completion-response and
6628         let it apply the predicate as well.
6629         (pascal-complete-word): Use completion-in-buffer when
6630         pascal-toggle-completions is nil.
6631         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
6632         not used any more.
6633         (pascal-comp-defun): Don't change buffer any more.
6634         Use complete-with-action rather than pascal-completion-response and
6635         let it apply the predicate as well.
6636         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
6637         when neded.
6639 2009-12-02  Kenichi Handa  <handa@m17n.org>
6641         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
6642         shape for all Indic scripts.
6644 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6646         Use completion-in-buffer.
6647         * wid-edit.el (widget-field-text-end): New function.
6648         (widget-field-value-get): Use it.
6649         (widget-string-complete, widget-file-complete)
6650         (widget-color-complete): Use it and completion-in-region.
6651         (widget-complete): Don't narrow the buffer.
6653 2009-12-02  Glenn Morris  <rgm@gnu.org>
6655         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
6656         (rmail-select-summary): Use rmail-pop-to-buffer.
6657         * mail/rmailsum.el: Replace all pop-to-buffer calls with
6658         rmail-pop-to-buffer, to prevent horizontal splits.
6660         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
6661         save-excursion with save-current-buffer.
6662         Widen before searching.  (Bug#5093)
6663         (diary-list-sexp-entries): Remove superfluous save-excursion.
6665 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
6667         * woman.el (woman-make-bufname): Handle man-pages with "." in the
6668         name.  (Bug#5038)
6670 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
6672         * ido.el (ido-file-internal): Handle filenames at point that do
6673         not have a directory part.  (Bug#5049)
6675 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
6677         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
6678         (mpc-songs-jump-to, mpc-resume): Doc fixes.
6680 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
6682         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
6683         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
6684         any more.
6686 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6688         * comint.el (comint-insert-input): Ignore clicks to the right of
6689         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
6691         * vc.el (vc-print-log-internal): Don't wait for the process to
6692         terminate before setting up the major mode.
6694         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
6695         in case.
6697         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
6698         the last element.
6700         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
6702 2009-12-01  Glenn Morris  <rgm@gnu.org>
6704         * window.el (window--display-buffer-2): Fix previous changes.
6706 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
6708         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
6710 2009-12-01  Glenn Morris  <rgm@gnu.org>
6712         * Makefile.in (ELCFILES): Add mpc.elc.
6714 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6716         * mpc.el: New file.
6718 2009-12-01  Glenn Morris  <rgm@gnu.org>
6720         * window.el (window-to-use): Define for compiler.
6722         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
6723         consistent with others (no final period).
6725         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
6726         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
6728 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
6730         Make vc-print-log buttons work.
6731         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
6733 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
6735         * savehist.el (savehist-autosave-interval): Allow setting to nil
6736         through customize.  (Bug#5056)
6738 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
6740         Fix references to jit-lock properties.
6741         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6742         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
6743         (perl-font-lock-special-syntactic-constructs):
6744         Quote jit-lock-defer-multiline property.
6746 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
6748         * vc-git.el (vc-git-registered): Call vc-git-root only once.
6750 2009-11-30  Juri Linkov  <juri@jurta.org>
6752         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
6753         value `buffer' of `multi-isearch-next-buffer-current-function'.
6754         Use `(current-buffer)' when `buffer' is nil.
6755         (multi-isearch-next-buffer-from-list): Don't fallback to
6756         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
6758 2009-11-30  Juri Linkov  <juri@jurta.org>
6760         * misearch.el (multi-isearch-read-buffers): Move canonicalization
6761         of buffers with `get-buffer' to `multi-isearch-buffers'.
6762         (multi-isearch-buffers, multi-isearch-buffers-regexp):
6763         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
6764         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
6765         FILES with `expand-file-name' converting relative file names
6766         to absolute.  Doc fix.  (Bug#4727)
6768 2009-11-30  Juri Linkov  <juri@jurta.org>
6770         * misearch.el (multi-isearch-read-buffers)
6771         (multi-isearch-read-matching-buffers): New functions.
6772         (multi-isearch-buffers, multi-isearch-buffers-regexp):
6773         Use them in the `interactive' spec.  Doc fix.
6774         (multi-isearch-read-files, multi-isearch-read-matching-files):
6775         New functions.
6776         (multi-isearch-files, multi-isearch-files-regexp):
6777         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
6779 2009-11-30  Juri Linkov  <juri@jurta.org>
6781         * doc-view.el (doc-view-continuous):
6782         Rename from `doc-view-continuous-mode'.
6783         (doc-view-menu): Move "Toggle display" to the top.
6784         Add submenu "Continuous" with radio buttons "Off"/"On"
6785         and "Save as Default".
6786         (doc-view-scroll-up-or-next-page)
6787         (doc-view-scroll-down-or-previous-page)
6788         (doc-view-next-line-or-next-page)
6789         (doc-view-previous-line-or-previous-page): Rename
6790         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
6792 2009-11-30  Juri Linkov  <juri@jurta.org>
6794         * comint.el (comint-mode-map): Rebind `M-r' from
6795         `comint-previous-matching-input' to
6796         `comint-history-isearch-backward-regexp'.
6797         Unbind `M-s' to allow global key binding `M-s'.
6798         Add menu items for `comint-history-isearch-backward' and
6799         `comint-history-isearch-backward-regexp'.  (Bug#3746)
6801 2009-11-30  Juri Linkov  <juri@jurta.org>
6803         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
6804         For def=recenter, replace `recenter' with `recenter-top-bottom'
6805         that is called with `this-command' and `last-command' let-bound
6806         to `recenter-top-bottom'.  When the last `def' was not `recenter',
6807         set `recenter-last-op' to nil.  (Bug#4981)
6809 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6811         Minor cleanup and simplification.
6812         * filecache.el (file-cache-add-directory)
6813         (file-cache-add-directory-recursively)
6814         (file-cache-add-from-file-cache-buffer)
6815         (file-cache-delete-file-regexp, file-cache-delete-directory)
6816         (file-cache-files-matching-internal, file-cache-display): Use dolist.
6817         (file-cache-temp-minibuffer-message): Delete function.
6818         (file-cache-minibuffer-complete): Use minibuffer-message instead.
6820         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6821         Don't signal an error when bumping into EOB in tr, s, or y.
6823 2009-11-29  Juri Linkov  <juri@jurta.org>
6825         * startup.el (fancy-about-text): Fix wording of Guided Tour.
6826         (Bug#4960)
6828         * descr-text.el (describe-char-unidata-list): Use lowercase name
6829         for "Unicode name" like in other tags.
6831 2009-11-29  Juri Linkov  <juri@jurta.org>
6833         * ediff-util.el (ediff-minibuffer-with-setup-hook):
6834         New compatibility macro.
6835         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
6837 2009-11-29  Juri Linkov  <juri@jurta.org>
6839         Add defcustom to define the cycling order of `recenter-top-bottom'.
6840         (Bug#4981)
6842         * window.el (recenter-last-op): Doc fix.
6843         (recenter-positions): New defcustom.
6844         (recenter-top-bottom): Rewrite to use `recenter-positions'.
6845         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
6847 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
6849         Improve integration of Tramp and ange-ftp in eshell.
6851         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
6852         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
6853         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
6855         * eshell/esh-util.el (top): Require also Tramp when compiling.
6856         (eshell-directory-files-and-attributes): Check for FTP remote
6857         connection.
6858         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
6859         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
6860         (eshell-file-attributes): Handle ".".  Return `entry'.
6862         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
6863         (ange-ftp-directory-files-and-attributes)
6864         (ange-ftp-real-directory-files-and-attributes): New defuns.
6866         * net/tramp.el (tramp-maybe-open-connection): Open the remote
6867         shell with "exec" when possible.  This prevents trailing prompts
6868         in `start-file-process'.
6870 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6872         Try and remove assumptions about point-min==1.
6873         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
6874         (rng-compute-mode-line-string): Show the validation percentage in
6875         terms of the narrowed text, not the widened text.
6876         (rng-do-some-validation): Don't catch internal errors when debugging.
6877         (rng-first-error): Simplify.
6878         (rng-after-change-function): Remove work around.  AFAIK the bug has
6879         been fixed a while ago.
6881         * image-mode.el (image-minor-mode): Exit more gracefully when the image
6882         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
6884         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
6886         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
6887         `cd' doesn't always do it for us (bug#5067).
6889         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
6890         on 2009-10-25 as part of some other change (bug#5067).
6892 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6894         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6895         `suspicious'.
6896         (byte-compile-warnings): Use byte-compile-warning-types.
6897         (byte-compile-save-excursion): Warn about use of set-buffer right
6898         after save-excursion.
6900         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
6901         the excursion as well.
6903 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
6905         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
6906         providing a Tramp related implementation of "su" and "sudo".
6907         (eshell-unix-initialize): Add "su" and "sudo".
6909 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
6911         * net/socks.el (socks-send-command): Convert binary request to
6912         unibyte before sending.  This fixes mishandling of some port
6913         numbers such as 129.
6915 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6917         * help.el (describe-bindings-internal): Remove `interactive'.
6919         * man.el (Man-completion-table): Trim a terminating "(".
6920         Remove the space between name page a section.
6921         Add the command's description on the `help-echo' property.
6922         Remove `process-connection-type' binding since it's unused by
6923         call-process.
6924         Provide completion for the "<section> <name>" format as well.
6925         (Man-default-man-entry): Remove spurious var shadowing the argument.
6927 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6929         * log-view.el: Add "Keywords: tools", since its other keywords
6930         aren't in finder-known-keywords, and following vc.el.
6932         * sha1.el (sha1-string-external): default-directory "/" in case
6933         otherwise non-existent.  process-connection-type pipe for touch of
6934         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6936 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6938         Misc coding convention cleanups.
6939         * htmlfontify.el (hfy-init-kludge-hook): Rename from
6940         hfy-init-kludge-hooks.
6941         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
6942         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
6943         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
6944         and push.
6945         (hfy-slant, hfy-weight): Use tables rather than code.
6946         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
6947         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
6948         (hfy-face-attr-for-class): Initialize `face-spec' directly.
6949         (hfy-face-to-css): Remove `nconc' with single arg.
6950         (hfy-p-to-face-lennart): Use `or'.
6951         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
6952         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
6953         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
6954         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
6955         (hfy-force-fontification): Use run-hooks.
6957 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
6959         Various minor fixes.
6960         * htmlfontify.el (hfy-default-header): Add toggle_invis since
6961         Javascript belongs in the header, not the body.
6962         (hfy-javascript): Remove.
6963         (hfy-fontify-buffer): Don't insert it any more.
6964         (hfy-face-at): Handle (face0 face1 face2) style face properties.
6965         Fix bug in invis handling when there were no invis props in a chunk.
6967 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6969         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
6971 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
6973         * finder.el (finder-mode-map): Add a menu.
6975 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
6977         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
6978         "unsigned" structs.
6980         (verilog-leap-to-head, verilog-backward-token): Handle "disable
6981         fork" statement better.
6983 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
6985         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
6986         (verilog-delete-auto, verilog-delete-empty-auto-pair)
6987         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
6988         Reported by Clay Douglass.
6990         (verilog-auto-inst, verilog-auto-star-safe)
6991         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6992         Fix removing "// Interfaces" when saving .* expansions.  Reported by
6993         Pierre-David Pfister.
6995 2009-11-26  Glenn Morris  <rgm@gnu.org>
6997         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
6998         the scope.
7000 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
7002         * vc-annotate.el (vc-annotate-revision-previous-to-line):
7003         Really use previous revision.
7005 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7007         * man.el (Man-completion-table): default-directory "/" in case
7008         doesn't otherwise exist.  process-environment COLUMNS=999 so as
7009         not to truncate long names.  process-connection-type pipe to avoid
7010         any chance of hitting the pseudo-tty TIOCGWINSZ.
7011         (man): completion-ignore-case t for friendliness and since man
7012         itself is case-insensitive on the command line.
7013         Further to Bug#3717.
7015         * arc-mode.el: Add "Keywords: files", so the details in its
7016         commentary can be reached from finder-by-keyword.
7017         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
7018         editing mode, but it's comms related and sgml-mode.el has "comm"
7019         on that basis too.
7020         * textmodes/bibtex-style.el: Add "Keywords: tex".
7021         * international/isearch-x.el, international/ja-dic-cnv.el:
7022         * international/ja-dic-utl.el, international/kkc.el:
7023         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
7025 2009-11-25  Juri Linkov  <juri@jurta.org>
7027         * man.el (Man-completion-table): Modify regexp to include
7028         section names to completion strings.  (Bug#3717)
7030 2009-11-25  Juri Linkov  <juri@jurta.org>
7032         Search recursively in gzipped files.  (Bug#4982)
7034         * progmodes/grep.el (grep-highlight-matches): Add new options
7035         `always' and `auto'.  Doc fix.
7036         (grep-process-setup): Check `grep-highlight-matches' for
7037         `auto-detect' to determine the need to compute grep defaults.
7038         Move Windows/DOS specific --colors settings handling
7039         to `grep-compute-defaults'.  Check `grep-highlight-matches'
7040         to get the value of "--color=".
7041         (grep-compute-defaults): Compute `grep-highlight-matches' when it
7042         has the value `auto-detect'.  Move Windows/DOS specific settings
7043         from `grep-process-setup'.
7044         (zrgrep): New command with alias `rzgrep'.
7046 2009-11-25  Juri Linkov  <juri@jurta.org>
7048         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
7049         to nil instead of switching off view-mode.  (Bug#4896)
7051 2009-11-25  Juri Linkov  <juri@jurta.org>
7053         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
7055         * mwheel.el (mwheel-scroll-up-function)
7056         (mwheel-scroll-down-function): New defvars.
7057         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
7058         `scroll-up', and `mwheel-scroll-down-function' instead of
7059         `scroll-down'.
7061         * doc-view.el (doc-view-scroll-up-or-next-page)
7062         (doc-view-scroll-down-or-previous-page): Add optional ARG.
7063         Use this ARG in the call to image-scroll-up/image-scroll-down.
7064         Change `interactive' spec to "P".  Goto next/previous page only
7065         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
7066         SPC/DEL case).  Doc fix.
7067         (doc-view-next-line-or-next-page)
7068         (doc-view-previous-line-or-previous-page): Rename arg to ARG
7069         for consistency.
7070         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
7071         `doc-view-scroll-up-or-next-page', and buffer-local
7072         `mwheel-scroll-down-function' to
7073         `doc-view-scroll-down-or-previous-page'.
7075 2009-11-25  Juri Linkov  <juri@jurta.org>
7077         Provide additional default values (directories at other Dired
7078         windows) via M-n in the minibuffer of some Dired commands.
7080         * dired-aux.el (dired-diff, dired-compare-directories)
7081         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
7082         `minibuffer-default' in `minibuffer-with-setup-hook'.
7083         (dired-dwim-target-directory): Find a window that displays Dired
7084         buffer instead of failing when the next window is not Dired.
7085         Use `get-window-with-predicate' to find for the next Dired window.
7086         (dired-dwim-target-defaults): New function.
7088         * ediff-util.el (ediff-read-file-name):
7089         Use `dired-dwim-target-defaults' to set `minibuffer-default'
7090         in `minibuffer-with-setup-hook'.
7092 2009-11-25  Juri Linkov  <juri@jurta.org>
7094         Provide additional default values (file name at point or at the
7095         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
7097         * minibuffer.el (read-file-name-defaults): New function.
7098         (read-file-name): Reset `minibuffer-default' to nil when
7099         it duplicates initial input `insdef'.
7100         Bind `minibuffer-default-add-function' to lambda that
7101         calls `read-file-name-defaults' in `minibuffer-selected-window'.
7102         (minibuffer-insert-file-name-at-point): New command.
7104         * files.el (file-name-at-point-functions): New defcustom.
7105         (find-file-default): Remove defvar.
7106         (find-file-read-args): Don't use `find-file-default'.
7107         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7108         to `read-file-name'.
7109         (find-file-literally): Use `read-file-name' with
7110         `confirm-nonexistent-file-or-buffer'.
7112         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
7114         * dired.el (dired-read-dir-and-switches):
7115         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7116         to `read-file-name'.
7117         (dired-file-name-at-point): New function.
7118         (dired-mode): Add hook `dired-file-name-at-point' to
7119         `file-name-at-point-functions'.
7121 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7123         Really make the *Completions* window soft-dedicated (bug#5030).
7124         * window.el (window--display-buffer-2): Add `dedicated' argument.
7125         (display-buffer): Pass it when needed so the dedicated flag is set
7126         after calling set-window-buffer, which would otherwise reset it.
7128 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7130         * progmodes/meta-mode.el (meta-complete-symbol):
7131         * progmodes/etags.el (complete-tag):
7132         * mail/mailabbrev.el (mail-abbrev-complete-alias):
7133         Use completion-in-region.
7135         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
7136         (dabbrev-completion): Use completion-in-region.
7137         (dabbrev--abbrev-at-point): Simplify regexp.
7139         * abbrev.el (abbrev--before-point): Use word-motion functions
7140         if :regexp is not specified (bug#5031).
7142         * subr.el (string-prefix-p): New function.
7144         * man.el (Man-completion-cache): New var.
7145         (Man-completion-table): Use it.
7147         * vc.el (vc-print-log-internal): Make `limit' optional for better
7148         compatibility (e.g. with vc-annotate.el).
7150 2009-11-24  Kevin Ryde  <user42@zip.com.au>
7152         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
7153         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
7155         * emacs-lisp/elint.el (elint-add-required-env): Better error message
7156         when .el source file not found or other error.
7158 2009-11-24  Markus Triska  <markus.triska@gmx.at>
7160         * linum.el (linum-update-window): Ignore intangible (bug#4996).
7162 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7164         Handle the [back] button properly (bug#4979).
7165         * descr-text.el (describe-text-properties): Add a `buffer' argument.
7166         Use help-setup-xref, help-buffer, and with-help-window.
7167         (describe-char): Add `buffer' argument.
7168         Pass proper command to help-setup-xref.  Don't meddle with
7169         help-xref-stack-item directly.
7170         (describe-text-category): Use with-help-window and help-buffer.
7172         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
7173         for the displayed buffer (bug#4887).
7175         * man.el (Man-completion-table): New function.
7176         (man): Use it.
7178 2009-11-24  David Reitter  <david.reitter@gmail.com>
7180         * vc-git.el (vc-git-registered): Use checkout directory (where
7181         .git is) rather than the file's directory and a relative path spec
7182         to work around a bug in git.
7184 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
7186         Improve handling of processes on remote hosts.
7188         * eshell/esh-util.el (eshell-path-env): New defvar.
7189         (eshell-parse-colon-path): New defun.
7190         (eshell-file-attributes): Use `eshell-parse-colon-path'.
7192         * eshell/esh-ext.el (eshell-search-path):
7193         Use `eshell-parse-colon-path'.
7194         (eshell-remote-command): Remove argument HANDLER.
7195         (eshell-external-command): Check for FTP remote connection.
7197         * eshell/esh-proc.el (eshell-gather-process-output):
7198         Use `file-truename', in order to start also symlinked files.
7199         Apply `start-file-process' instead of `start-process'.
7200         Shorten `command' to the local file name part.
7202         * eshell/em-cmpl.el (eshell-complete-commands-list):
7203         Use `eshell-parse-colon-path'.
7205         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
7207         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
7208         to `eshell-directory-change-hook'.
7210 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
7212         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
7213         because it could be enabled automatically if view-read-only is non-nil.
7215 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
7217         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
7218         made on 2009-11-22.
7220 2009-11-24  Glenn Morris  <rgm@gnu.org>
7222         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
7223         deleted variable bookmark-bmenu-bookmark-column.
7225         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7226         Move after definition of global-semantic-idle-tag-highlight-mode.
7228 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7230         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
7232 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7234         * net/browse-url.el (browse-url-filename-alist): On Windows, add
7235         two slashes to the "file:" prefix.
7236         (browse-url-file-url): De-munge Cygwin filenames before passing
7237         them to Windows browser.
7238         (browse-url-default-windows-browser): Use call-process.
7240 2009-11-23  Juri Linkov  <juri@jurta.org>
7242         Implement DocView Continuous mode.  (Bug#4896)
7243         * doc-view.el (doc-view-continuous-mode): New defcustom.
7244         (doc-view-mode-map): Bind C-n/<down> to
7245         `doc-view-next-line-or-next-page', C-p/<up> to
7246         `doc-view-previous-line-or-previous-page'.
7247         (doc-view-next-line-or-next-page)
7248         (doc-view-previous-line-or-previous-page): New commands.
7250 2009-11-23  Juri Linkov  <juri@jurta.org>
7252         Implement Isearch in comint input history.  (Bug#3746)
7253         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7254         `isearch-mode-hook'.
7255         (comint-history-isearch): New defcustom.
7256         (comint-history-isearch-backward)
7257         (comint-history-isearch-backward-regexp): New commands.
7258         (comint-history-isearch-message-overlay): New buffer-local variable.
7259         (comint-history-isearch-setup, comint-history-isearch-end)
7260         (comint-goto-input, comint-history-isearch-search)
7261         (comint-history-isearch-message, comint-history-isearch-wrap)
7262         (comint-history-isearch-push-state)
7263         (comint-history-isearch-pop-state): New functions.
7265 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
7267         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7268         return.
7269         (tramp-handle-make-symbolic-link)
7270         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7271         Quote file names.
7272         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7273         (tramp-handle-process-file): Use it.
7275 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7277         * window.el (move-to-window-line-last-op): Remove.
7278         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7280 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
7282         Make M-r mirror the new cycling behavior of C-l.
7283         * window.el (move-to-window-line-last-op): New var.
7284         (move-to-window-line-top-bottom): New command.
7285         (global-map): Bind M-r move-to-window-line-top-bottom.
7287 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
7289         * dired-x.el (dired-guess-shell-alist-default):
7290         Support xz format.  (Bug#4953)
7292 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
7294         * cedet/srecode/map.el (srecode-get-maps):
7295         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7296         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7297         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7298         (semantic-toggle-decoration-style):
7299         * cedet/semantic/decorate/include.el
7300         (semantic-decoration-include-describe)
7301         (semantic-decoration-unknown-include-describe)
7302         (semantic-decoration-unparsed-include-describe)
7303         (semantic-decoration-all-include-summary):
7304         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7305         * cedet/semantic/analyze/complete.el
7306         (semantic-analyze-possible-completions):
7307         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7308         (semantic-show-unmatched-syntax-mode)
7309         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7310         (semantic-highlight-func-mode):
7311         * cedet/semantic/util.el (semantic-describe-buffer):
7312         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7313         (semantic-symref-find-tags-by-name)
7314         (semantic-symref-find-tags-by-regexp)
7315         (semantic-symref-find-tags-by-completion)
7316         (semantic-symref-find-file-references-by-name)
7317         (semantic-symref-find-text):
7318         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7319         (senator-yank-tag):
7320         * cedet/semantic/scope.el (semantic-calculate-scope):
7321         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7322         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7323         (define-semantic-idle-service):
7324         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7325         (semantic-complete-analyze-inline-idle):
7326         * cedet/semantic/analyze.el (semantic-analyze-current-context):
7327         * cedet/mode-local.el (describe-mode-local-bindings)
7328         (describe-mode-local-bindings-in-mode):
7329         * cedet/ede/make.el (ede-make-check-version):
7330         * cedet/ede/locate.el (ede-enable-locate-on-project):
7331         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7332         (cedet-idutils-version-check):
7333         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7334         (cedet-gnu-global-version-check):
7335         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7336         (cedet-cscope-version-check): Use called-interactively-p instead
7337         of interactive-p.
7339         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7340         Use semantic-format-tag-prototype.
7342 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
7344         * emulation/viper-cmd.el: Use viper-last-command-char instead of
7345         last-command-char/last-command-event.
7346         (viper-prefix-arg-value): Do correct conversion of event-char for
7347         XEmacs.
7349         * emulation/viper-util.el, emulation/viper.el:
7350         Use viper-last-command-char instead of
7351         last-command-char/last-command-event.
7353         * ediff-init.el, ediff-mult.el, ediff-util.el:
7354         Replace last-command-char and last-command-event
7355         with (ediff-last-command-char) everywhere.
7357         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7358         created in fundamental mode.
7360         * ediff.el (ediff-version): Revert the change of interactive-p to
7361         called-interactively-p.
7363 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
7365         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7366         generation from word-movement command names.
7368 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
7370         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7371         (semantic-complete-jump-local, semantic-complete-jump):
7372         Improve prompt string.
7374 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
7376         * cus-start.el (all): Add native condition for font-use-system-font.
7378 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
7380         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7381         Correct the patch from 2009-11-18.  (Bug#3910)
7383 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
7385         * progmodes/subword.el: Rename from lisp/subword.el.
7387         * subword.el: Rename to progmodes/subword.el.
7389         * Makefile.in (ELCFILES): Adapt to subword.el move.
7391 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7392             Stefan Monnier  <monnier@iro.umontreal.ca>
7394         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7395         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7396         (bookmark-bmenu-show-filenames): Use push.
7397         (bookmark-bmenu-hide-filenames): Use local var instead of
7398         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
7399         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7400         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7401         filenames now that the bookmark names are always available.
7403 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7405         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7406         (bookmark-search-pattern): Move and leave unbound.
7407         (bookmark-bmenu-mode-map): Change binding.
7408         (bookmark-read-search-input): Simplify.
7409         Don't use text-char-description.  Don't error on non-char events.
7410         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7411         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7412         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7413         Use a local var for the timer.
7414         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7415         (i.e. bookmark-bmenu-search).
7417 2009-11-21  Glenn Morris  <rgm@gnu.org>
7419         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
7421 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7423         * net/browse-url.el (browse-url-default-windows-browser):
7424         Use cygstart for cygwin.
7426 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
7428         * bookmark.el: Formatting and doc fixes only:
7429         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7430         (bookmark-bmenu-search): Wrap to fit within 80 columns.
7431         Minor grammar and punctuation fixes in doc string.
7432         (bookmark-read-search-input): Adjust to fit within 80 columns.
7434 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7436         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7437         (c-backward-into-nomenclature): Adapt to subword renaming.
7439         * subword.el (subword-forward, subword-backward, subword-mark)
7440         (subword-kill, subword-backward-kill, subword-transpose)
7441         (subword-downcase, subword-upcase, subword-capitalize)
7442         (subword-forward-internal, subword-backward-internal):
7443         Rename from forward-subword, backward-subword, mark-subword,
7444         kill-subword, backward-kill-subword, transpose-subwords,
7445         downcase-subword, upcase-subword, capitalize-subword,
7446         forward-subword-internal, backward-subword-internal.
7448 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7450         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7451         New options.
7452         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7453         New vars.
7454         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7455         (bookmark-bmenu-filter-alist-by-regexp)
7456         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7457         (bookmark-bmenu-search): New command.
7458         (bookmark-bmenu-mode-map): Bind it.
7460 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7462         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7464         * cedet/semantic/idle.el (define-semantic-idle-service)
7465         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7467 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7469         * progmodes/cc-cmds.el: declare-functioned forward-subword and
7470         backward-subword to quit the byte-compiler.
7472         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7474         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7476         * progmodes/cc-cmds.el (c-update-modeline)
7477         (c-forward-into-nomenclature, c-backward-into-nomenclature):
7478         Refer to subword.el functions instead of cc-subword.el.
7480         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7481         subword.el functions instead of cc-subword.el.
7483         * progmodes/cc-subword.el: Rename to subword.el.
7484         * subword.el: Rename from progmodes/cc-subword.el.
7485         (subword-mode-map): Rename from c-subword-mode-map.
7486         (subword-mode): Rename from c-subword-mode.
7487         (global-subword-mode): New global minor mode.
7488         (forward-subword): Rename from c-forward-subword.
7489         (backward-subword): Rename from c-backward-subword.
7490         (mark-subword): Rename from c-mark-subword.
7491         (kill-subword): Rename from c-kill-subword.
7492         (backward-kill-subword): Rename from c-backward-kill-subword.
7493         (transpose-subwords): Rename from c-tranpose-subword.
7494         (downcase-subword): Rename from c-downcase-subword.
7495         (capitalize-subword): Rename from c-capitalize-subword.
7496         (forward-subword-internal): Rename from c-forward-subword-internal.
7497         (backward-subword-internal): Rename from c-backward-subword-internal.
7499 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
7501         * vc.el (vc-deduce-fileset): Allow non-state changing operations
7502         from a dired buffer.
7503         (vc-dired-deduce-fileset): New function.
7504         (vc-root-diff, vc-print-root-log): Use it.
7506         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7507         nil LIMIT argument to vc-print-log-internal.
7509 2009-11-20  Glenn Morris  <rgm@gnu.org>
7511         * Makefile.in (ELCFILES): Regenerate.
7513 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7515         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7517         * cedet/semantic.el: Enable idle-mode menu items only if
7518         global-semantic-idle-scheduler-mode is enabled.
7519         (semantic-default-submodes): Doc fix.
7521         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7522         When turning off, disable other idle modes.
7524 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
7526         * calc/calc.el (calc-set-mode-line):
7527         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7528         (math-format-number): Rename `math-format-complement-signed' to
7529         `math-format-twos-complement'.
7531         * calc/calc-bin.el (math-format-twos-complement): Rename from
7532         math-format-complement-signed.
7533         (calc-radix): Rename `calc-complement-signed-mode' to
7534         `calc-twos-complement-mode'.
7535         (calc-octal-radix, calc-hex-radix): Add an argument for
7536         two's complement.
7538         * calc/calc-embed.el (calc-embedded-mode-vars):
7539         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7541         * calc/calc-ext.el (calc-init-extensions):
7542         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7543         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
7545         * calc/calc-units.el (math-build-units-table-buffer):
7546         Let `calc-twos-complement-mode' be nil.
7548         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
7549         entries.
7551         * calc/calc-vec.el (calcFunc-vunpack):
7552         * calc/calc-aent.el (calc-do-calc-eval):
7553         * calc/calc-forms.el (math-format-date):
7554         * calc/calc-graph.el (calc-graph-plot):
7555         * calc/calc-math.el (math-use-emacs-fn):
7556         * calc/calccomp.el (math-compose-expr):
7557         Let `calc-twos-complement-mode' be nil.
7559 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7561         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
7562         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
7563         * minibuffer.el (completion-in-region-functions): New hook.
7564         (completion-in-region): New function.
7565         * emacs-lisp/lisp.el (lisp-complete-symbol):
7566         * pcomplete.el (pcomplete-std-complete): Use it.
7568 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7570         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
7571         (latex-complete-alist): New vars.
7572         (latex-string-prefix-p, latex-complete-bibtex-keys)
7573         (latex-complete-envnames, latex-complete-refkeys)
7574         (latex-complete-data): New functions.
7575         (latex-complete, latex-indent-or-complete): New commands.
7577         * window.el (display-buffer-mark-dedicated): New var.
7578         (display-buffer): Obey it.
7579         * minibuffer.el (minibuffer-completion-help): Use it.
7581         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
7583         * filecache.el (file-cache-add-file): Use push and cons.
7584         (file-cache-delete-file-regexp): Use push.
7585         (file-cache-complete): Use completion-in-region.
7587         * simple.el (with-wrapper-hook): Fix thinko.
7589         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
7590         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
7591         Use with-current-buffer and string-to-number.
7592         (hfy-fallback-colour-values): Use assoc-string.
7593         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
7594         (hfy-face-at): Remove unused var `found-face'.
7595         (hfy-compile-stylesheet): Remove unused var `css'.
7596         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
7597         and `orig-buffer'.
7598         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
7599         Use with-current-buffer.
7600         (hfy-text-p): Use expand-file-name and fewer setq.
7602 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
7604         * htmlfontify.el, hfy-cmap.el: New files.
7606 2009-11-19  Juri Linkov  <juri@jurta.org>
7608         * minibuffer.el (completions-format): New defcustom.
7609         (completion--insert-strings): Implement vertical format.
7611         * simple.el (switch-to-completions): Move point to the first
7612         completion when point was at the beginning of the buffer.
7614 2009-11-19  Juri Linkov  <juri@jurta.org>
7616         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
7618         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
7620 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
7622         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
7623         (mail-signature): Change default to t.
7624         (mail-from-style): Deprecate `system-default' value.
7625         (mail-insert-from-field): For default value of mail-from-style,
7626         default to `angles' unless `angles' needs quoting and `parens'
7627         does not.
7628         (mail-citation-prefix-regexp): Use citation regexp from
7629         message-mode.
7631 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
7633         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7634         Set variables for computing the prompt for reading password.
7636 2009-11-19  Glenn Morris  <rgm@gnu.org>
7638         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
7640         * textmodes/flyspell.el (sgml-lexical-context): Declare.
7642         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
7643         (newsticker-treeview-listwindow-height): Fix custom type.
7645 2009-11-19  Kenichi Handa  <handa@m17n.org>
7647         * descr-text.el (describe-char-padded-string): Compose with TAB
7648         only if there's a font for CH.
7649         (describe-char): Fix the condition for detecting a trivial composition.
7651 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
7653         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
7654         more accurate version of the regexp.  (Bug#3910)
7656 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
7658         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
7660 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
7662         * font-setting.el (font-use-system-font): Declare for byte-compiler.
7663         (font-setting-change-default-font): Fix typo in docstring.
7665 2009-11-18  Alan Mackenzie  <acm@muc.de>
7667         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
7669 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7671         * font-setting.el (font-use-system-font): Move ...
7673         * cus-start.el (all): ... to here.
7675 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
7677         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
7678         Don't set `ad-return-value' if `ad-do-it' doesn't.
7680         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
7681         modification time.
7683 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7685         * menu-bar.el: Put "Use system font" in Option-menu.
7686         (menu-bar-options-save): Add font-use-system-font.
7688         * loadup.el: If feature system-font-setting or font-render-setting is
7689         there, load font-setting.
7691         * Makefile.in (ELCFILES): Add font-settings.el.
7692         * font-setting.el: New file.
7694 2009-11-17  Glenn Morris  <rgm@gnu.org>
7696         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
7698         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
7699         Preserve point in the list buffer.  (Bug#4939)
7700         Use point-at-eol.
7701         (newsticker--treeview-list-update-highlight)
7702         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
7704 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
7706         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
7707         Remove.
7709         * calc/calc-ext.el (calc-init-extensions): Remove references to
7710         symclip.
7712         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
7714         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
7715         * calc/calc-help.el (calc-b-prefix-help): Remove references to
7716         `calc-symclip'.
7718 2009-11-16  Kevin Ryde  <user42@zip.com.au>
7720         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7721         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
7723         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
7724         (lm-keywords-list): Allow comma-only separator like "foo,bar".
7725         Ignore trailing spaces by omit-nulls to split-string (fixing
7726         regression from Emacs 21 due to the incompatible split-string
7727         change).  (Bug #4928.)
7729 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7731         * vc.el (vc-log-show-limit): Default to 2000.
7732         (vc-print-log-internal): Insert buttons to request more entries
7733         when limiting the output.
7735         * vc-sccs.el (vc-sccs-print-log):
7736         * vc-rcs.el (vc-rcs-print-log):
7737         * vc-cvs.el (vc-cvs-print-log):
7738         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
7739         LIMIT is non-nil.
7741 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
7743         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
7744         error when `tramp-gvfs-dbus-event-vector' is set.
7745         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
7747 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7749         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
7751 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
7753         * net/dbus.el (dbus-unregister-service): New defun.
7754         (dbus-register-property): Register the handlers of
7755         "org.freedesktop.DBus.Properties" for SERVICE.
7756         (dbus-property-handler): Fix docstring.
7758 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7760         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
7761         Quote doc string reference in defvaralias as it is not in special form.
7762         (byte-compile-output-docform): Doc fix.
7764 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
7766         * calc/calc.el (math-2-word-size, math-half-2-word-size)
7767         (calc-complement-signed-mode): New variables.
7768         (calc-set-mode-line): Add indicator for twos-complements.
7769         (math-format-number): Format twos-complement notation.
7771         * calc/calc-bin.el (calc-word-size): Reset the variables
7772         `math-2-word-size' and `math-half-2-word-size'.
7773         (math-format-complement-signed, math-symclip, calcFunc-symclip)
7774         (calc-symclip): New functions.
7776         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
7778         * calc/calc-embed.el (calc-embedded-mode-vars):
7779         Add `calc-complement-signed-mode' to the list of modes.
7781         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
7782         (calc-b-oper-keys): Add `calc-symclip' to list.
7784         * calc/calc-ext.el (math-read-number-fancy): Read complement
7785         signed numbers.
7786         (calc-init-extensions): Add binding for `calc-symclip'.
7787         Add autoload for `calcFunc-symclip' and `calc-symclip'.
7789         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
7790         `calc-symclip'.
7791         (calc-modes-menu): Add item for twos complement mode.
7793         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
7795 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
7797         * register.el (jump-to-register, insert-register): Handle Semantic
7798         tags.  From commented-out advice in semantic/senator.el.
7800 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
7802         * vc.el (vc-log-show-limit): New variable.
7803         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
7804         when using a prefix argument.
7805         (vc-print-log-internal): Add new argument LIMIT.
7807         * vc-svn.el (vc-svn-print-log):
7808         * vc-mtn.el (vc-mtn-print-log):
7809         * vc-hg.el (vc-hg-print-log):
7810         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
7811         pass it to the log command when set.  Make the BUFFER argument
7812         non-optional.
7814         * vc-sccs.el (vc-sccs-print-log):
7815         * vc-rcs.el (vc-rcs-print-log):
7816         * vc-git.el (vc-git-print-log):
7817         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
7818         ignore it.  Make the BUFFER argument non-optional
7820         * bindings.el (mode-line-buffer-identification): Do not purecopy.
7822 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
7824         * dired.el (dired-mode-map): Move encryption items to "Operate"
7825         menu (Bug#4703).
7827         * strokes.el (strokes-update-window-configuration): Make strokes
7828         buffer current before erasing (Bug#4906).
7830         * cedet/semantic/idle.el (semantic-idle-summary-mode)
7831         (semantic-idle-summary-mode): Define using define-minor-mode
7832         instead of define-semantic-idle-service.
7833         (semantic-idle-summary-mode): New function.
7834         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
7835         that mouse motion does not reset the echo area.
7837 2009-11-15  Juri Linkov  <juri@jurta.org>
7839         * simple.el (set-mark-default-inactive): Add :type, :group
7840         and :version.  (Bug#4876)
7842 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
7844         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
7845         (archive-unique-fname): ... here.  (Bug#4929)
7847 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7849         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
7850         with a real fix.
7852         * novice.el (disabled-command-function): Add useful args.
7853         Setup the help buffer so that [back] works.
7854         Remove redundant call to help-mode.
7855         (disabled-command-function): Use `case'.
7856         (en/disable-command): New function extracted from enable-command.
7857         (enable-command, disable-command): Use it.
7859 2009-11-14  Glenn Morris  <rgm@gnu.org>
7861         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
7862         constants.  (Bug#4913)
7864         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
7866 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
7868         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
7869         defined in C that have no doc-strings.  (Bug#1063)
7871 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
7873         * cus-edit.el (data, files):
7874         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
7876 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
7878         * simple.el (shell-command): Doc fix (Bug#4891).
7880         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
7882 2009-11-14  Glenn Morris  <rgm@gnu.org>
7884         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
7885         statements for vc-diff, emerge-quit, and rmail-cease-edit.
7886         If they are already loaded, eval-after-load will do the right thing.
7888         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
7889         compiling.
7891         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
7893         * simple.el (x-selection-owner-p): Declare.
7894         (read-mail-command): Use custom radio type rather than choice.
7895         (completion-no-auto-exit): Doc fix.
7897         * custom.el (defgroup):
7898         * epg-config.el (epg): Doc fixes.
7900 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
7902         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
7903         * international/ccl.el (define-ccl-program): Do not purecopy the
7904         docstring, defconst does it anyway.
7906 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7908         * add-log.el (add-change-log-entry): Avoid displaying the changelog
7909         a second time.
7911         * x-dnd.el (x-dnd-maybe-call-test-function):
7912         * window.el (split-window-vertically):
7913         * whitespace.el (whitespace-help-on):
7914         * vc-rcs.el (vc-rcs-consult-headers):
7915         * userlock.el (ask-user-about-lock-help)
7916         (ask-user-about-supersession-help):
7917         * type-break.el (type-break-force-mode-line-update):
7918         * time-stamp.el (time-stamp-conv-warn):
7919         * terminal.el (te-set-output-log, te-more-break, te-filter)
7920         (te-sentinel, terminal-emulator):
7921         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
7922         (term-write-input-ring, term-check-source, term-start-output-log):
7923         (term-display-buffer-line, term-dynamic-list-completions):
7924         (term-ansi-make-term, serial-term):
7925         * subr.el (selective-display):
7926         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7927         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
7928         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
7929         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
7930         (speedbar-remove-localized-speedbar-support)
7931         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
7932         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
7933         (speedbar-buffers-line-directory):
7934         * simple.el (shell-command-on-region, append-to-buffer)
7935         (prepend-to-buffer):
7936         * shadowfile.el (shadow-save-todo-file):
7937         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
7938         (scroll-bar-maybe-set-window-start):
7939         * sb-image.el (speedbar-image-dump):
7940         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
7941         (load-save-place-alist-from-file):
7942         * ps-samp.el (ps-print-message-from-summary):
7943         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
7944         (ps-background-image, ps-begin-job, ps-do-despool):
7945         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
7946         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
7947         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
7948         (pr-call-process, pr-file-list, pr-interface-save):
7949         * novice.el (disabled-command-function)
7950         (enable-command, disable-command):
7951         * mouse.el (mouse-buffer-menu-alist):
7952         * mouse-copy.el (mouse-kill-preserving-secondary):
7953         * macros.el (kbd-macro-query):
7954         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
7955         * informat.el (batch-info-validate):
7956         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
7957         * hippie-exp.el (try-expand-dabbrev-visible):
7958         * help-mode.el (help-make-xrefs):
7959         * help-fns.el (describe-variable):
7960         * generic-x.el (bat-generic-mode-run-as-comint):
7961         * finder.el (finder-mouse-select):
7962         * find-dired.el (find-dired-sentinel):
7963         * filesets.el (filesets-file-close):
7964         * files.el (list-directory):
7965         * faces.el (list-faces-display, describe-face):
7966         * facemenu.el (list-colors-display):
7967         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
7968         * epg.el (epg--process-filter, epg-cancel):
7969         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
7970         (epa--read-signature-type):
7971         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
7972         (emerge-file-names):
7973         * ehelp.el (electric-helpify):
7974         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
7975         * ediff-vers.el (rcs-ediff-view-revision):
7976         * ediff-util.el (ediff-setup):
7977         * ediff-mult.el (ediff-append-custom-diff):
7978         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
7979         (ediff-wordify):
7980         * echistory.el (Electric-command-history-redo-expression):
7981         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7982         * disp-table.el (describe-display-table):
7983         * dired.el (dired-find-buffer-nocreate):
7984         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
7985         * dabbrev.el (dabbrev--same-major-mode-p):
7986         * chistory.el (list-command-history):
7987         * apropos.el (apropos-documentation):
7988         * allout.el (allout-obtain-passphrase):
7989         (allout-copy-exposed-to-buffer):
7990         (allout-verify-passphrase): Use with-current-buffer.
7992 2009-11-13  Glenn Morris  <rgm@gnu.org>
7994         * Makefile.in (ELCFILES): Regenerate.
7996 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
7998         * net/dbus.el (dbus-registered-objects-table): Rename from
7999         `dbus-registered-functions-table', because it contains also properties.
8000         (dbus-unregister-object): Unregister also properties.
8001         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8002         Use a timeout of 500 msec, in order to not block.
8003         (dbus-register-property, dbus-property-handler): New defuns.
8005 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8007         * simple.el (minibuffer-default-add-completions): Drop deprecated
8008         4th arg.
8010 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
8012         * textmodes/artist.el (artist-mouse-choose-operation):
8013         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
8014         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
8015         (artist-compute-up-event-key): New function.
8016         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
8018 2009-11-13  Kenichi Handa  <handa@m17n.org>
8020         * language/japan-util.el: Make sure that the value of jisx0208
8021         property is jisx0208 character.
8023 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
8025         * international/mule.el (auto-coding-regexp-alist): Only purecopy
8026         car or each item, not the whole list.
8028 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8030         * minibuffer.el (minibuffer-completion-help):
8031         Use minibuffer-hide-completions.
8033 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
8035         * dired.el (dired-save-positions, dired-restore-positions): New funs.
8036         (dired-revert): Use them (bug#4880).
8038 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
8040         * tooltip.el (tooltip-frame-parameters): Undo previous change.
8042 2009-11-12  Juri Linkov  <juri@jurta.org>
8044         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
8045         New functions.
8046         (find-file-literally-at-point): Alias of `ffap-literally'.
8048 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
8050         * textmodes/ispell.el (ispell-skip-region-alist):
8051         * textmodes/css-mode.el (auto-mode-alist):
8052         * progmodes/compile.el (auto-mode-alist):
8053         * international/mule.el (ctext-non-standard-encodings-alist)
8054         (ctext-non-standard-encodings-regexp):
8055         * simple.el (shell-command-switch, text-read-only):
8056         * replace.el (occur-mode-map):
8057         * paths.el (rmail-file-name):
8058         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
8059         * find-file.el (ff-special-constructs):
8060         * files.el (file-name-handler-alist):
8061         * composite.el: Purecopy strings.
8063         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
8065 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
8067         * widget.el (define-widget): Purecopy the docstring.
8068         * international/mule-cmds.el (charset): Do not purecopy the
8069         docstring here, define-widget does it.
8071         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8072         * textmodes/bibtex-style.el (auto-mode-alist):
8073         * progmodes/inf-lisp.el (inferior-lisp-prompt):
8074         * progmodes/compile.el (compile-command):
8075         * language/korea-util.el (default-korean-keyboard):
8076         * international/mule-conf.el (file-coding-system-alist):
8077         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
8078         * tooltip.el (tooltip-frame-parameters):
8079         * newcomment.el (comment-end, comment-padding):
8080         * dired.el (dired-trivial-filenames):
8081         * comint.el (comint-file-name-prefix): Purecopy initial values.
8083 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
8085         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
8086         (tramp-advice-minibuffer-electric-tilde): Unload advices via
8087         `tramp-unload'.
8088         (tramp-advice-make-auto-save-file-name)
8089         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
8090         after removing the advice.
8092 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
8094         * progmodes/grep.el (grep-regexp-alist):
8095         * international/mule-cmds.el (iso-2022-control-alist):
8096         * emacs-lisp/timer.el (timer-duration-words):
8097         * subr.el (version-separator, version-regexp-alist):
8098         * minibuffer.el (completion-styles-alist):
8099         * faces.el (face-attribute-name-alist, list-faces-sample-text):
8100         Change defvars to defconsts.
8102         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
8103         * loadup.el ("international/mule-conf"): Load the byte compiled version.
8104         * international/mule-conf.el: Allow to be byte compiled.
8106         * international/mule.el (define-charset): Purecopy props.
8107         (load-with-code-conversion): Purecopy doc string and file name.
8108         (put-charset-property): Purecopy strings.
8109         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
8111         * international/mule-cmds.el (register-input-method): Purecopy arguments.
8112         (define-char-code-property): Correctly purecopy the table.
8114         * international/ccl.el (define-ccl-program): Purecopy the docstring.
8116         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
8118         * subr.el (add-hook): Purecopy strings.
8119         (eval-after-load): Purecopy load-history-regexp and the form.
8121         * custom.el (custom-declare-group): Purecopy load-file-name.
8123         * subr.el (menu-bar-separator): New defconst.
8124         * net/eudc.el (eudc-tools-menu):
8125         * international/mule-cmds.el (set-coding-system-map)
8126         (mule-menu-keymap):
8127         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8128         * vc-hooks.el (vc-menu-map):
8129         * replace.el (occur-mode-map):
8130         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
8131         (menu-bar-edit-menu, menu-bar-goto-menu)
8132         (menu-bar-custom-menu, menu-bar-showhide-menu)
8133         (menu-bar-options-menu, menu-bar-tools-menu)
8134         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
8135         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
8136         (menu-bar-help-menu):
8137         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
8138         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
8140         * term/x-win.el (x-gtk-stock-map):
8141         * progmodes/vera-mode.el (auto-mode-alist):
8142         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8143         (inferior-lisp-program, inferior-lisp-load-command):
8144         * progmodes/hideshow.el (hs-special-modes-alist):
8145         * progmodes/gud.el (same-window-regexps):
8146         * progmodes/grep.el (grep-program, find-program, xargs-program):
8147         * net/telnet.el (same-window-regexps):
8148         * net/rlogin.el (same-window-regexps):
8149         * language/ethiopic.el (font-ccl-encoder-alist):
8150         * vc-sccs.el (vc-sccs-master-templates):
8151         * vc-rcs.el (vc-rcs-master-templates):
8152         * subr.el (cl-assertion-failed):
8153         * simple.el (next-error-overlay-arrow-position):
8154         * lpr.el (lpr-command):
8155         * locate.el (locate-ls-subdir-switches):
8156         * info.el (same-window-regexps, info)
8157         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8158         * image-mode.el (image-mode, auto-mode-alist):
8159         * hippie-exp.el (hippie-expand-ignore-buffers):
8160         * format.el (format-alist):
8161         * find-dired.el (find-ls-subdir-switches, find-grep-options)
8162         (find-name-arg):
8163         * facemenu.el (facemenu-keybindings):
8164         * dired.el (dired-listing-switches, dired-chown-program):
8165         * diff.el (diff-switches, diff-command):
8166         * cus-edit.el (same-window-regexps):
8167         * bindings.el (mode-line-mule-info)
8168         (mode-line-buffer-identification): Purecopy strings.
8170 2009-11-11  Juri Linkov  <juri@jurta.org>
8172         * simple.el (dired-get-filename) <declare-function>:
8173         Tell the byte-compiler about dired-get-filename.
8174         (shell-command): In Dired mode, get filename from the current line
8175         as the default value.
8177 2009-11-10  Glenn Morris  <rgm@gnu.org>
8179         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
8180         * calendar/holidays.el, progmodes/cperl-mode.el:
8181         Update x-popup-menu declarations.
8183         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
8184         (list-load-path-shadows): Use dolist.
8185         (list-load-path-shadows): Use with-current-buffer.
8187 2009-11-10  Juri Linkov  <juri@jurta.org>
8189         * minibuffer.el (read-file-name): Support a list of default values
8190         in `default-filename'.  Use the first file name where only one
8191         element is required.  Doc fix.
8193 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
8195         * net/dbus.el (dbus-unregister-object): Release service, if no
8196         other method is registered for it.
8198 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
8200         * bookmark.el (bookmark-completing-read): Sort bookmark names if
8201         bookmark-sort-flag is non-nil (Bug#4653).
8203 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8205         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
8206         the progress reporter entirely.
8208         * emulation/cua-base.el: Add CUA property to some CC mode commands
8209         (Bug#4100).
8211 2009-11-08  Kevin Ryde  <user42@zip.com.au>
8213         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
8214         at end of sentence (Bug#4818).
8216 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
8218         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8219         Handle "see declaration of" MSFT statements (Bug#4100).
8221 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
8223         * net/tramp.el (tramp-advice-make-auto-save-file-name)
8224         (tramp-advice-file-expand-wildcards): Unload via
8225         `ad-remove-advice'.
8227         * net/trampver.el: Update release number.
8229 2009-11-08  Kevin Ryde  <user42@zip.com.au>
8231         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
8232         `ad-do-it'.
8234 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
8236         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8237         in order to keep context in SELinux.
8239 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8241         * dired-aux.el (dired-query): Place cursor in echo area and allow
8242         C-g.
8244         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8245         menu item if not on a directory (Bug#4701).
8247 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
8249         Sync with Tramp 2.1.17.
8251         * net/tramp.el (tramp-handle-copy-directory): Don't use
8252         `file-remote-p' (due to compatibility).
8254         * net/tramp-compat.el (tramp-compat-copy-directory)
8255         (tramp-compat-delete-directory): New defuns.
8257         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8258         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8259         `tramp-compat-delete-directory'.
8261         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8262         (tramp-smb-handle-delete-directory): Use
8263         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8265         * net/trampver.el: Update release number.
8267 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
8269         * tar-mode.el (tar-copy): Call write-region on the right buffer
8270         (Bug#4857).
8272         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8273         by hand, if necessary (Bug#4878).
8275 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
8277         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8278         align size column (Bug#4839).
8280         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8281         statement.
8283 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8285         * progmodes/ld-script.el (auto-mode-alist):
8286         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8288         * cus-face.el (custom-declare-face): Purecopy face spec.
8290 2009-11-06  Kenichi Handa  <handa@m17n.org>
8292         * international/uni-bidi.el: Re-generated.
8293         * international/uni-category.el: Re-generated.
8294         * international/uni-combining.el: Re-generated.
8295         * international/uni-mirrored.el: Re-generated.
8297 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8299         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8300         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8301         (tex-start-options, slitex-run-command, latex-run-command)
8302         (tex-run-command, tex-directory):
8303         * textmodes/ispell.el (ispell-html-skip-alists)
8304         (ispell-tex-skip-alists, ispell-tex-skip-alists):
8305         * textmodes/fill.el (adaptive-fill-first-line-regexp):
8306         (adaptive-fill-regexp):
8307         * textmodes/dns-mode.el (auto-mode-alist):
8308         * progmodes/python.el (interpreter-mode-alist):
8309         * progmodes/etags.el (tags-compression-info-list):
8310         * progmodes/etags.el (tags-file-name):
8311         * net/browse-url.el (browse-url-galeon-program)
8312         (browse-url-firefox-program):
8313         * mail/sendmail.el (mail-signature-file)
8314         (mail-citation-prefix-regexp):
8315         * international/mule-conf.el (eight-bit):
8316         * international/latexenc.el (latex-inputenc-coding-alist):
8317         * international/fontset.el (x-pixel-size-width-font-regexp):
8318         * emacs-lisp/warnings.el (warning-type-format):
8319         * emacs-lisp/trace.el (trace-buffer):
8320         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8321         (emacs-lisp-mode-map):
8322         * calendar/holidays.el (holiday-solar-holidays)
8323         (holiday-bahai-holidays, holiday-islamic-holidays)
8324         (holiday-christian-holidays, holiday-hebrew-holidays)
8325         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8326         (hebrew-holidays-1, holiday-oriental-holidays)
8327         (holiday-general-holidays):
8328         * x-dnd.el (x-dnd-known-types):
8329         * tool-bar.el (tool-bar):
8330         * startup.el (site-run-file):
8331         * shell.el (shell-dumb-shell-regexp):
8332         * rfn-eshadow.el (file-name-shadow-tty-properties)
8333         (file-name-shadow-properties):
8334         * paths.el (remote-shell-program, news-directory):
8335         * mouse.el ([C-down-mouse-3]):
8336         * menu-bar.el (menu-bar-tools-menu):
8337         * jka-cmpr-hook.el (jka-compr-load-suffixes)
8338         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8339         (jka-compr-compression-info-list):
8340         * isearch.el (search-whitespace-regexp):
8341         * image-file.el (image-file-name-extensions):
8342         * find-dired.el (find-ls-option):
8343         * files.el (directory-listing-before-filename-regexp)
8344         (directory-free-space-args, insert-directory-program)
8345         (list-directory-brief-switches, magic-fallback-mode-alist)
8346         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8347         (automount-dir-prefix):
8348         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8349         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8350         (face-font-registry-alternatives, face-font-registry-alternatives)
8351         (face-font-family-alternatives):
8352         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8353         (facemenu-foreground-menu, facemenu-face-menu):
8354         * epa-hook.el (epa-file-name-regexp):
8355         * dnd.el (dnd-protocol-alist):
8356         * textmodes/rst.el (auto-mode-alist):
8357         * button.el (default-button): Purecopy strings.
8359 2009-11-06  Glenn Morris  <rgm@gnu.org>
8361         * Makefile.in (ELCFILES): Update.
8363 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8365         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8366         * emacs-lisp/levents.el: Move to obsolete/levents.el.
8368         * nxml/xsd-regexp.el (xsdre-gen-categories):
8369         * nxml/xmltok.el (xmltok-parse-entity):
8370         * nxml/rng-parse.el (rng-parse-validate-file):
8371         * nxml/rng-maint.el (rng-format-manual)
8372         (rng-manual-output-force-new-line):
8373         * nxml/rng-loc.el (rng-save-schema-location-1):
8374         * nxml/rng-cmpct.el (rng-c-parse-file):
8375         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8376         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8378 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
8380         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8381         Remove extra save-excursions and make-variable-buffer-local's.
8382         Suggested by Stefan Monnier.
8384         (verilog-getopt-file, verilog-module-inside-filename-p)
8385         (verilog-set-define): Merge GNU 1.35 and repair changes from
8386         switching to using with-current-buffer.
8388         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8389         being treated as a number and confusing AUTORESET.
8390         Reported by Dan Dever.
8392         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8393         Add verilog-auto-ignore-concat to fix backward compatibility with
8394         older verilog-modes.  Reported by Dan Katz.
8396         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8397         containing closing anchors "...$".
8399         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8400         Reported by Wade Smith.
8402         (verilog-batch-execute-func): Comment on function usage.
8404 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
8406         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8407         for labels.
8409         (verilog-label-re, verilog-calc-1): Support proper indent of named
8410         asserts.
8412         (verilog-backward-token, verilog-basic-complete-re)
8413         (verilog-beg-of-statement, verilog-indent-re): Support proper
8414         indent of the assert statement at the beginning of a block of text.
8416         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8417         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8418         tokens as begins.
8420 2009-11-05  Glenn Morris  <rgm@gnu.org>
8422         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8423         Emacs 19.  (Bug#1531)
8424         (byte-compile-fix-header): Update for the above change.
8425         Drop test for epoch::version.
8427         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8428         * cus-dep.el (custom-make-dependencies):
8429         * finder.el (finder-compile-keywords):
8430         Use autoload-rubric's feature argument.
8432         * calendar/diary-lib.el (top-level): Make load behave more like require.
8434         * vc-git.el (vc-git-stash-map): Move definition before use.
8436 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
8438         * custom.el (custom-declare-group): Purecopy standard-value.
8439         (custom-declare-group): Purecopy custom-prefix.
8441         * international/mule.el (load-with-code-conversion):
8442         Call do-after-load-evaluation unconditionally.
8444         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8446 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8448         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8450 2009-11-04  Glenn Morris  <rgm@gnu.org>
8452         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8453         (byte-compile-compatibility): Remove option.
8454         (byte-compile-close-variables, byte-compile-fix-header)
8455         (byte-compile-insert-header, byte-compile-output-docform)
8456         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8457         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8458         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8459         (byte-compile-insert, byte-compile-defun):
8460         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
8461         (byte-defop-compiler19): Remove.
8462         Without byte-compile-compatibility, the 'emacs19-opcode property is not
8463         used by anything.  Replace all calls with byte-defop-compiler.
8465 2009-11-04  Juri Linkov  <juri@jurta.org>
8467         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8468         (menu-bar-options-menu): Don't quote the `prop' arg of
8469         `menu-bar-make-mm-toggle'.
8471 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
8473         * calendar/calendar.el (cal-loaddefs):
8474         * calendar/diary-lib.el (diary-loaddefs):
8475         * calendar/holidays.el (hol-loaddefs):
8476         * eshell/esh-module.el (esh-groups): Load rather than require.
8478 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8480         * calendar/todo-mode.el (todo-add-category): Don't hardcode
8481         point-min==1.
8482         (todo-top-priorities): Only display-buffer when called interactively.
8483         (todo-item-start): Don't save excursion point.
8484         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
8485         (todo-insert-item-here, todo-file-item, todo-remove-item):
8486         Adjust uses of todo-item-start and todo-item-end.
8488         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8489         (autoload-rubric): Don't use any more.
8490         * cedet/semantic/fw.el (semantic/loaddefs):
8491         * cedet/srecode.el (srecode/loaddefs):
8492         * cedet/ede.el (ede/loaddefs): Load rather than require.
8493         * cedet/ede/cpp-root.el:
8494         * cedet/ede/emacs.el:
8495         * cedet/ede/files.el:
8496         * cedet/ede/linux.el:
8497         * cedet/ede/locate.el:
8498         * cedet/ede/make.el:
8499         * cedet/ede/shell.el:
8500         * cedet/ede/speedbar.el:
8501         * cedet/ede/system.el:
8502         * cedet/ede/util.el:
8503         * cedet/semantic/analyze.el:
8504         * cedet/semantic/bovine.el:
8505         * cedet/semantic/complete.el:
8506         * cedet/semantic/ctxt.el:
8507         * cedet/semantic/db-file.el:
8508         * cedet/semantic/db-find.el:
8509         * cedet/semantic/db-global.el:
8510         * cedet/semantic/db-mode.el:
8511         * cedet/semantic/db-typecache.el:
8512         * cedet/semantic/db.el:
8513         * cedet/semantic/debug.el:
8514         * cedet/semantic/dep.el:
8515         * cedet/semantic/doc.el:
8516         * cedet/semantic/edit.el:
8517         * cedet/semantic/find.el:
8518         * cedet/semantic/format.el:
8519         * cedet/semantic/html.el:
8520         * cedet/semantic/ia-sb.el:
8521         * cedet/semantic/ia.el:
8522         * cedet/semantic/idle.el:
8523         * cedet/semantic/lex-spp.el:
8524         * cedet/semantic/lex.el:
8525         * cedet/semantic/mru-bookmark.el:
8526         * cedet/semantic/scope.el:
8527         * cedet/semantic/senator.el:
8528         * cedet/semantic/sort.el:
8529         * cedet/semantic/symref.el:
8530         * cedet/semantic/tag-file.el:
8531         * cedet/semantic/tag-ls.el:
8532         * cedet/semantic/tag-write.el:
8533         * cedet/semantic/tag.el:
8534         * cedet/semantic/util-modes.el:
8535         * cedet/semantic/analyze/complete.el:
8536         * cedet/semantic/analyze/refs.el:
8537         * cedet/semantic/bovine/c.el:
8538         * cedet/semantic/bovine/gcc.el:
8539         * cedet/semantic/bovine/make.el:
8540         * cedet/semantic/bovine/scm.el:
8541         * cedet/semantic/decorate/include.el:
8542         * cedet/semantic/decorate/mode.el:
8543         * cedet/semantic/symref/cscope.el:
8544         * cedet/semantic/symref/global.el:
8545         * cedet/semantic/symref/grep.el:
8546         * cedet/semantic/symref/idutils.el:
8547         * cedet/semantic/symref/list.el:
8548         * cedet/semantic/wisent/java-tags.el:
8549         * cedet/semantic/wisent/javascript.el:
8550         * cedet/srecode/compile.el:
8551         * cedet/srecode/cpp.el:
8552         * cedet/srecode/document.el:
8553         * cedet/srecode/el.el:
8554         * cedet/srecode/expandproto.el:
8555         * cedet/srecode/getset.el:
8556         * cedet/srecode/insert.el:
8557         * cedet/srecode/java.el:
8558         * cedet/srecode/map.el:
8559         * cedet/srecode/mode.el:
8560         * cedet/srecode/template.el:
8561         * cedet/srecode/texi.el: Remove the file-local setting of
8562         generated-autoload-feature.
8564         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
8565         and only put a prop if it is non-nil.
8567 2009-11-03  Juri Linkov  <juri@jurta.org>
8569         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
8570         (menu-bar-options-menu): Fix list quoting (Bug#4429).
8572         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
8573         and "Menu" to make top-level menu item visually one unit (like
8574         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
8575         multi-word menu items).  Fix :help string for quit-window.
8577 2009-11-03  Glenn Morris  <rgm@gnu.org>
8579         * cedet/mode-local.el (with-mode-local): Doc fix.
8581         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
8582         (byte-compile-file-form-define-abbrev-table)
8583         (byte-compile-file-form-custom-declare-variable)
8584         (byte-compile-variable-ref, byte-compile-defvar):
8585         Whether or not a warning is enabled should only affect whether we issue
8586         the warning, not whether or not we collect the relevant data.
8587         Eg warnings can be turned on and off throughout the course of a file.
8589         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
8590         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
8592 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8594         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
8595         * play/mpuz.el (mpuz-create-buffer):
8596         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
8597         (lm-print-y,s,noise, lm-print-w0, lm-init):
8598         * play/gomoku.el (gomoku-prompt-for-move):
8599         * play/fortune.el (fortune-in-buffer):
8600         * play/dissociate.el (dissociated-press):
8601         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
8602         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
8603         * mail/supercite.el (sc-eref-show):
8604         * mail/smtpmail.el (smtpmail-send-it):
8605         * mail/rmailsum.el (rmail-summary-next-labeled-message)
8606         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
8607         (rmail-summary-undelete-many, rmail-summary-rmail-update)
8608         (rmail-summary-goto-msg, rmail-summary-expunge)
8609         (rmail-summary-get-new-mail, rmail-summary-search-backward)
8610         (rmail-summary-add-label, rmail-summary-output-menu)
8611         (rmail-summary-output-body):
8612         * mail/rfc822.el (rfc822-addresses):
8613         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
8614         * mail/mailpost.el (post-mail-send-it):
8615         * mail/hashcash.el (hashcash-generate-payment):
8616         * mail/feedmail.el (feedmail-run-the-queue)
8617         (feedmail-queue-send-edit-prompt-help-first)
8618         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
8619         (feedmail-deduce-address-list):
8620         * eshell/esh-ext.el (eshell-remote-command):
8621         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
8622         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
8623         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
8624         (viper-save-string-in-file, viper-valid-marker):
8625         * emulation/viper-keym.el (viper-toggle-key):
8626         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
8627         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
8628         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
8629         * emulation/viper-cmd.el (viper-exec-form-in-vi)
8630         (viper-exec-form-in-emacs, viper-brac-function):
8631         * emulation/viper.el (viper-delocalize-var):
8632         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
8633         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
8634         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
8635         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
8636         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
8637         * emulation/edt.el (edt-electric-helpify):
8638         * emulation/cua-rect.el (cua--rectangle-aux-replace):
8639         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
8640         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
8641         (cua-indent-to-global-mark-column):
8642         * calendar/diary-lib.el (calendar-mark-1):
8643         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
8644         Use with-current-buffer.
8645         * emulation/viper.el (viper-delocalize-var): Use dolist.
8647 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
8649         * comint.el (comint-replace-by-expanded-history-before-point):
8650         Replace !! with the previous input string literally (Bug#1795).
8652 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
8654         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
8655         to be made up of whitespace.
8657 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
8659         * minibuffer.el (read-file-name): Don't use file dialogs for
8660         remote directories (Bug#99).
8662 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
8664         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
8666 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
8668         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
8669         instead of deleting the window or frame.
8671 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
8673         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
8674         Support face colors.
8676         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
8677         New function.  Support face colors (Bug#1168).
8678         (tex-common-initialization): Use it.
8680         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
8681         mode allows it (Bug#1168).
8683 2009-10-31  Juri Linkov  <juri@jurta.org>
8685         * facemenu.el (list-colors-display): Don't mark buffer as
8686         modified (Bug#3948).
8688 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
8690         * international/mule-diag.el (list-character-sets-1): Minor
8691         message fix (Bug#3526).
8693         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
8694         face property (Bug#4834).
8695         (etags-list-tags, etags-tags-apropos-additional)
8696         (etags-tags-apropos, tags-select-tags-table): Add follow-link
8697         property.
8699         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
8700         items.
8702         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
8703         items.
8705         * cedet/ede.el (ede-minor-mode):
8706         * cedet/semantic.el (semantic-mode): Toggle menu separators.
8708 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8710         * textmodes/two-column.el (2C-split):
8711         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
8712         * textmodes/tex-mode.el (tex-set-buffer-directory):
8713         * textmodes/spell.el (spell-region, spell-string):
8714         * textmodes/reftex.el (reftex-erase-buffer):
8715         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
8716         * textmodes/reftex-toc.el (reftex-toc-promote-action):
8717         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
8718         (reftex-select-item):
8719         * textmodes/reftex-ref.el (reftex-label-info-update)
8720         (reftex-offer-label-menu):
8721         * textmodes/reftex-index.el (reftex-index-change-entry)
8722         (reftex-index-phrases-info):
8723         * textmodes/reftex-global.el (reftex-create-tags-file)
8724         (reftex-save-all-document-buffers, reftex-ensure-write-access):
8725         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
8726         (reftex-view-crossref-from-bibtex):
8727         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
8728         (reftex-extract-bib-entries-from-thebibliography)
8729         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
8730         * textmodes/refbib.el (r2b-capitalize-title):
8731         (r2b-convert-buffer, r2b-help):
8732         * textmodes/page-ext.el (pages-directory)
8733         (pages-directory-goto-with-mouse):
8734         * textmodes/bibtex.el (bibtex-validate-globally):
8735         * textmodes/bib-mode.el (bib-capitalize-title):
8736         * textmodes/artist.el (artist-clear-buffer, artist-system):
8737         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
8738         (local-set-scheme-interaction-buffer, xscheme-process-filter)
8739         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
8740         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
8741         (xscheme-send-control-g-interrupt, xscheme-start-process)
8742         (xscheme-process-sentinel, xscheme-cd):
8743         * progmodes/verilog-mode.el (verilog-read-always-signals)
8744         (verilog-set-define, verilog-getopt-file)
8745         (verilog-module-inside-filename-p):
8746         * progmodes/sh-script.el:
8747         * progmodes/python.el (python-pdbtrack-get-source-buffer)
8748         (python-pdbtrack-grub-for-buffer, python-execute-file):
8749         * progmodes/octave-inf.el (inferior-octave):
8750         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8751         (idlwave-shell-compile-helper-routines, idlwave-set-local)
8752         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
8753         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
8754         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
8755         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
8756         (idlwave-shell-filter, idlwave-shell-examine-highlight)
8757         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
8758         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
8759         (idlwave-shell-examine-display, idlwave-shell-run-region)
8760         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
8761         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
8762         * progmodes/idlw-help.el (idlwave-help-get-special-help)
8763         (idlwave-help-get-help-buffer):
8764         * progmodes/gud.el (gud-basic-call, gud-find-class)
8765         (gud-tooltip-activate-mouse-motions-if-enabled):
8766         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8767         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
8768         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
8769         (ebrowse-tags-next-file):
8770         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
8771         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
8772         (ebnf-eps-finish-and-write):
8773         * progmodes/cpp.el (cpp-edit-save):
8774         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
8775         * progmodes/cc-defs.el (c-emacs-features):
8776         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
8777         (antlr-directory-dependencies):
8778         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
8779         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
8780         (ada-find-any-references, ada-make-filename-from-adaname)
8781         (ada-make-body-gnatstub):
8782         * obsolete/rnews.el (news-list-news-groups):
8783         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
8784         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
8785         * net/rcirc.el (rcirc-debug):
8786         * net/newst-treeview.el (newsticker--treeview-list-add-item)
8787         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
8788         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
8789         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
8790         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
8791         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
8792         (newsticker--treeview-list-clear-highlight)
8793         (newsticker--treeview-list-update-highlight)
8794         (newsticker--treeview-list-highlight-start)
8795         (newsticker--treeview-tree-update-highlight)
8796         (newsticker--treeview-get-selected-item)
8797         (newsticker-treeview-mark-list-items-old)
8798         (newsticker--treeview-set-current-node):
8799         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8800         * net/newst-backend.el (newsticker--get-news-by-funcall)
8801         (newsticker--get-news-by-wget, newsticker--image-get)
8802         (newsticker--image-sentinel):
8803         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
8804         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
8805         (eudc-ph-close-session):
8806         * net/eudc.el (eudc-save-options):
8807         * language/thai-word.el (thai-update-word-table):
8808         * language/japan-util.el (japanese-string-conversion):
8809         * international/titdic-cnv.el (tsang-quick-converter)
8810         (ziranma-converter, ctlau-converter):
8811         * international/mule-cmds.el (describe-language-environment):
8812         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
8813         (skkdic-convert-postfix, skkdic-convert-prefix):
8814         (skkdic-convert-okuri-nasi, skkdic-convert):
8815         * emacs-lisp/re-builder.el (reb-update-overlays):
8816         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
8817         * emacs-lisp/gulp.el (gulp-send-requests):
8818         * emacs-lisp/find-gc.el (trace-call-tree):
8819         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
8820         (eieio-describe-generic):
8821         * emacs-lisp/eieio-base.el (eieio-persistent-read):
8822         * emacs-lisp/edebug.el (edebug-outside-excursion):
8823         * emacs-lisp/debug.el (debugger-make-xrefs):
8824         * emacs-lisp/cust-print.el (custom-prin1-to-string):
8825         * emacs-lisp/chart.el (chart-new-buffer):
8826         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
8827         Use with-current-buffer.
8828         * textmodes/artist.el (artist-system): Don't call
8829         copy-sequence on a fresh string.
8830         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
8832 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
8834         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
8835         is no item to edit.  (Bug#4820)
8836         (todo-top-priorities): Restore point and restore narrowing in Todo
8837         buffer.  (Bug#4820)
8839 2009-10-31  Glenn Morris  <rgm@gnu.org>
8841         * net/ange-ftp.el (top-level): Don't require dired when compiling.
8842         (comint-last-output-start, comint-last-input-start)
8843         (comint-last-input-end): Don't defvar when compiling.
8844         (ange-ftp-process-file): Use bound-and-true-p.
8846         * pcmpl-rpm.el (top-level): Move provide statement to end.
8847         (pcmpl-rpm): Remove unused custom group.
8849         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
8851         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
8853         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8854         (byte-compile-warnings): Add `constants' as an option.
8855         (byte-compile-callargs-warn, byte-compile-arglist-warn)
8856         (display-call-tree): Update for byte-compile-fdefinition possibly
8857         returning `(macro lambda ...)'.  (Bug#4778)
8858         (byte-compile-variable-ref, byte-compile-setq-default):
8859         Respect `constants' member of byte-compile-warnings.
8861         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
8862         Use mapc rather than mapcar because the return value is never used.
8864         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
8865         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
8866         * cedet/semantic/html.el:
8867         Suppress harmless warnings about setting up semantic-imenu (not
8868         part of Emacs) variables.
8870 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8872         * vc-bzr.el (vc-bzr-revision-keywords): New var.
8873         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
8874         to "submit:".
8876         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
8877         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
8878         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
8879         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
8880         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
8881         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
8882         (semantic-analyzer-debug-global-symbol)
8883         (semantic-analyzer-debug-missing-innertype)
8884         (semantic-analyzer-debug-insert-include-summary):
8885         * cedet/semantic/util.el (semantic-file-tag-table):
8886         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
8887         (semantic-recursive-find-nonterminal-by-name):
8888         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
8889         * cedet/semantic/tag-file.el (semantic-prototype-file):
8890         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
8891         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
8892         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
8893         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
8894         (semantic-idle-summary-maybe-highlight):
8895         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
8896         (semantic-ia-sb-tag-info):
8897         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
8898         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
8899         * cedet/semantic/ede-grammar.el (project-compile-target):
8900         (ede-proj-makefile-insert-variables):
8901         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
8902         (semantic-debug-set-source-location, semantic-debug-interface-layout)
8903         (semantic-debug-mode, semantic-debug):
8904         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
8905         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
8906         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
8907         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
8908         (semanticdb-find-translate-path-includes--internal)
8909         (semanticdb-reset-log, semanticdb-find-log-activity):
8910         * cedet/semantic/db-file.el (object-write):
8911         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
8912         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
8913         (semanticdb-create-ebrowse-database):
8914         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
8915         * cedet/semantic/complete.el (semantic-displayor-focus-request)
8916         (semantic-collector-calculate-completions-raw)
8917         (semantic-complete-read-tag-analyzer):
8918         * cedet/semantic/analyze.el (semantic-analyze-pulse):
8919         * cedet/ede/util.el (ede-update-version-in-source):
8920         * cedet/ede/proj.el (project-delete-target):
8921         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
8922         (ede-proj-flush-autoconf):
8923         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
8924         (ede-proj-configure-synchronize):
8925         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
8926         * cedet/ede/linux.el (ede-linux-version):
8927         * cedet/ede/emacs.el (ede-emacs-version):
8928         * cedet/ede/dired.el (ede-dired-add-to-target):
8929         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
8930         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
8931         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
8932         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
8933         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
8934         (cedet-idutils-version-check):
8935         * cedet/cedet-global.el (cedet-gnu-global-call):
8936         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
8937         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
8938         * cedet/cedet-cscope.el (cedet-cscope-call)
8939         (cedet-cscope-expand-filename, cedet-cscope-version-check):
8940         Use with-current-buffer.
8941         * cedet/ede.el (ede-make-project-local-variable)
8942         (ede-set-project-variables, ede-set): Use dolist.
8944 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
8946         * textmodes/ispell.el (ispell-skip-region-alist):
8947         * international/mule-conf.el (eight-bit):
8948         * international/fontset.el (font-encoding-alist):
8949         * startup.el (pure-space-overflow-message):
8950         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
8951         * paths.el (gnus-nntp-service, rmail-spool-directory)
8952         (term-file-prefix):
8953         * files.el (save-some-buffers-action-alist):
8954         * cmuscheme.el (same-window-buffer-names):
8955         * ielm.el (same-window-buffer-names):
8956         * shell.el (same-window-buffer-names):
8957         * mail/sendmail.el (same-window-buffer-names):
8958         * progmodes/inf-lisp.el (same-window-buffer-names):
8959         * bindings.el (mode-line-client)
8960         (mode-line-column-line-number-mode-map):
8961         * language/tibetan.el (tibetan-precomposition-rule-regexp)
8962         (tibetan-precomposed-regexp): Purecopy string arguments.
8964 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8966         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
8967         (calcDigit-nondigit):
8968         * calc/calc-yank.el (calc-copy-to-buffer):
8969         * calc/calc-units.el (calc-invalidate-units-table):
8970         * calc/calc-trail.el (calc-trail-yank):
8971         * calc/calc-store.el (calc-insert-variables):
8972         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
8973         * calc/calc-prog.el (calc-read-parse-table):
8974         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
8975         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
8976         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
8977         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
8978         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
8979         (calc-graph-name, calc-graph-find-command, calc-graph-view)
8980         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
8981         * calc/calc-ext.el (calc-realign):
8982         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
8983         (calc-embedded-finish-edit, calc-embedded-make-info)
8984         (calc-embedded-finish-command, calc-embedded-stack-change):
8985         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
8987         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
8988         (overload-docstring-extension): Use that info.
8989         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
8990         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
8991         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
8992         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
8993         (semantic-nonterminal-full-name): Add the new `when' info.
8994         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
8995         `assert'.
8997         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
8998         shell-dynamic-complete-filename in preference to
8999         comint-dynamic-complete-filename.
9001         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9002         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9003         Don't consider whether the display supports colors.
9004         (bookmark-import-new-list): Use dolist.
9005         (bookmark-bmenu-mode-map): Move initialization into declaration.
9006         (bookmark-bmenu-list): Use dolist, simplify.
9007         (bookmark-show-all-annotations): Use save-selected-window and dolist.
9008         (menu-bar-final-items): Use push.
9010 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
9012         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
9013         it works on remote files.
9014         (vc-hg-diff): Don't pass any `--cwd' argument.
9016 2009-10-27  Kevin Ryde  <user42@zip.com.au>
9018         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9019         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
9020         (Further to Bug#3921).
9022 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
9024         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
9025         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
9026         calling `tramp-imap-put-file'.  Add file size to the call.
9027         (tramp-imap-get-file-entries): Compute also user name, file size,
9028         and date.
9029         (tramp-imap-handle-insert-directory): Insert uid and gid.
9030         (tramp-imap-handle-file-attributes): Transform uid and gid
9031         according to `id-format'.
9032         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
9033         size in header X-Size.
9035 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
9037         * simple.el (transpose-subr): Give clearer error when the mark
9038         is not set.  (Bug#4807)
9040 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
9042         * net/tramp.el (tramp-perl-file-truename): New defconst.
9043         Perl code contributed by yary <not.com@gmail.com> (tiny change).
9044         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
9045         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
9046         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
9048         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
9049         Ignore `dired-call-process'.
9050         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
9052 2009-10-26  Julian Scheid  <julians37@gmail.com>
9054         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
9055         (tramp-get-remote-readlink): New defun.
9056         (tramp-handle-file-truename): Use it.
9057         (tramp-handle-file-exists-p): Check file-attributes cache, assume
9058         file exists if cache value present.
9059         (tramp-check-cached-permissions): New defun.
9060         (tramp-handle-file-readable-p): Use it.
9061         (tramp-handle-file-writable-p): Likewise.
9062         (tramp-handle-file-executable-p): Likewise.
9063         (tramp-handle-file-name-all-completions): Try using Perl to get
9064         partial completions.  When perl not available, combine `cd' and
9065         `ls' into single remote operation and use shell expansion to get
9066         partial remote directory contents.  Set `file-exists-p' cache for
9067         directory and any files returned by ls.  Change cache handling to
9068         support partial directory contents.  Use error message emitted by
9069         remote `cd' or Perl code for local tramp-error.
9070         (tramp-do-copy-or-rename-file-directly): Avoid separate
9071         tramp-send-command-and-check call.
9072         (tramp-handle-process-file): Merge three remote ops into one.
9073         Do not flush all caches when `process-file-side-effects' is set.
9074         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
9075         file-attributes shows uid/gid to be set already.
9077 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
9079         * textmodes/tex-mode.el (tex-dvi-view-command)
9080         (tex-show-queue-command, tex-open-quote):
9081         * progmodes/ruby-mode.el (auto-mode-alist)
9082         (interpreter-mode-alist): Purecopy strings.
9084         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
9086         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
9087         string for the hook, keymap and abbrev table.
9089         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
9091         * x-dnd.el (x-dnd-xdnd-to-action):
9092         * startup.el (fancy-startup-text, fancy-about-text): Change to
9093         defconst from defvar.
9095         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
9097         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
9098         Purecopy initialization strings.
9100         * mail/sendmail.el (mail-header-separator)
9101         (mail-personal-alias-file):
9102         * mail/rmail.el (rmail-default-dont-reply-to-names)
9103         (rmail-ignored-headers, rmail-retry-ignored-headers)
9104         (rmail-highlighted-headers, rmail-secondary-file-directory)
9105         (rmail-secondary-file-regexp):
9106         * files.el (null-device, file-name-invalid-regexp)
9107         (locate-dominating-stop-dir-regexp)
9108         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
9109         (interpreter-mode-alist): Use mapcar instead of mapc.
9111         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
9113         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
9114         (completion-ignored-extensions):
9115         (debug-ignored-errors): Purecopy strings.
9117 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9119         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
9120         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
9121         (pcomplete--here): Use push.
9123         * subr.el (all-completions): Declare the 4th arg obsolete.
9125 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9127         * pcomplete.el (pcomplete-unquote-argument-function): New var.
9128         (pcomplete-unquote-argument): New function.
9129         (pcomplete--common-suffix): Always pay attention to case.
9130         (pcomplete--table-subvert): Quote and unquote the text.
9131         (pcomplete--common-quoted-suffix): New function.
9132         (pcomplete-std-complete): Use it and pcomplete-begin.
9134         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
9135         we're inside a dedicated or minibuffer window.
9137 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9139         * cedet/semantic/fw.el (semantic-alias-obsolete)
9140         (semantic-varalias-obsolete): Make the `when' arg mandatory.
9141         (define-mode-overload-implementation):
9142         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
9143         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
9144         * cedet/semantic/util.el (semantic-file-token-stream)
9145         (semantic-something-to-stream):
9146         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
9147         (semantic-expand-nonterminal):
9148         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
9149         (semantic-find-dependency, semantic-find-nonterminal)
9150         (semantic-find-dependency):
9151         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
9152         (semantic-flex-text, semantic-flex-make-keyword-table)
9153         (semantic-flex-keyword-p, semantic-flex-keyword-put)
9154         (semantic-flex-keyword-get, semantic-flex-map-keywords)
9155         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
9156         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
9157         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
9158         (semantic-after-idle-scheduler-reparse-hooks):
9159         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
9160         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
9161         * cedet/semantic.el (semantic-toplevel-bovine-table)
9162         (semantic-toplevel-bovine-cache)
9163         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
9164         (semantic-init-mode-hooks, semantic-init-db-hooks)
9165         (semantic-bovination-working-type): Provide the `when' arg.
9167 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
9169         * bookmark.el: Update documentation, especially documentation
9170         of `bookmark-alist' and of the bookmark file format.
9171         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
9173 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
9175         * mail/emacsbug.el (report-emacs-bug): Clarify that the
9176         keybindings apply to the mail buffer (Bug#4003).  Shrink help
9177         window to buffer.
9179         * whitespace.el (whitespace-mode, whitespace-newline-mode)
9180         (global-whitespace-mode, global-whitespace-newline-mode)
9181         (whitespace-toggle-options, global-whitespace-toggle-options):
9182         Doc fix (Bug#3660).
9184         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
9185         of xmltok-start before the end tag was inserted (Bug#2840).
9187         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
9188         patterns that are preceded by an open-paren (Bug#1320).
9190 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
9192         * files.el (delete-directory): Delete symlinks to directories with
9193         delete-file (Bug#4739).
9195 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
9197         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
9198         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
9199         argument to make-obsolete.
9201         * cedet/semantic/fw.el (semantic-alias-obsolete)
9202         (semantic-varalias-obsolete): Add optional WHEN argument.
9204 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
9206         * vc.el (vc-backend-for-registration): Rename from
9207         vc-get-backend-for-registration.  Update callers.
9209         * international/mule-cmds.el (set-language-info-alist):
9210         Purecopy lang-env.
9211         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
9212         (charset): Purecopy the name.
9213         (define-char-code-property): Purecopy string arguments.
9215         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9216         Purecopy string arguments.
9218         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9219         * ediff-hook.el (menu-bar-ediff-menu):
9220         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
9221         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
9223 2009-10-24  Glenn Morris  <rgm@gnu.org>
9225         * comint.el (comint-dynamic-list-completions):
9226         * term.el (term-dynamic-list-completions): Use choose-completion rather
9227         than obsolete alias mouse-choose-completion.
9229         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
9230         file-cache-choose-completion.
9231         (file-cache-choose-completion): Handle an optional event argument.
9232         (file-cache-mouse-choose-completion): Make it an obsolete alias.
9234         * progmodes/octave-mod.el (octave-complete-symbol):
9235         Use choose-completion if mouse-choose-completion is ever removed.
9237         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9238         use.
9240         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9241         compiler.
9243         * vc-hooks.el (vc-responsible-backend): Fix declaration.
9245 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9247         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9248         Ignore `pred' now that we receive one.
9249         Handle test-completion specially.
9251 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9253         * vc.el (vc-responsible-backend): Throw an error if not backend is
9254         found.  Remove the REGISTER argument.  Move the code dealing with
9255         REGISTER ...
9256         (vc-get-backend-for-registration): ... here.  New function.
9257         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9258         of vc-responsible-backend, pass the file name instead of the
9259         directory name.
9261 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9263         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9264         New funs.
9265         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
9266         (pcomplete-comint-setup): Don't modify a global var via
9267         accidental side-effects.
9268         (pcomplete-shell-setup): Adjust call accordingly.
9269         (pcomplete-parse-comint-arguments): Use push.
9271 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
9273         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9274         Allow uncapitalized info node names (Bug#3921).
9276         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9277         to the DEBUG file (Bug#3781).
9279 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
9281         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9282         dictionary entry (Bug#4579).
9284 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
9286         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9287         from `rfn-eshadow-update-overlay-hook' when unloading.
9288         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9289         "rsyncc".  Adjust doc string.
9290         (tramp-temp-buffer-file-name): New buffer-local defvar.
9291         (tramp-handle-insert-file-contents, tramp-handle-write-region):
9292         Keep temporary file when indicated by method ("rsync" and
9293         "rsyncc").
9294         (tramp-handle-write-region): Handle APPEND.
9295         (tramp-delete-temp-file-function): New defun.  Added to
9296         `kill-buffer-hook'.
9298 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
9300         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9302 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9304         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9305         (color-name-rgb-alist, tty-standard-colors)
9306         (tty-color-mode-alist): Change to defconst.
9308         * simple.el (mark-inactive): Purecopy message.
9310         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9311         (global-map, yank-menu):
9312         * textmodes/ispell.el (ispell-menu-map):
9313         * net/eudc.el (eudc-tools-menu):
9314         * international/mule-cmds.el (describe-language-environment-map)
9315         (setup-language-environment-map, set-coding-system-map)
9316         (mule-menu-keymap):
9317         * vc-hooks.el (vc-menu-entry, vc-menu-map):
9318         * replace.el (occur-mode-map):
9319         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9321 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
9323         * calc/calc.el (math-read-number, math-read-number-simple): Use
9324         `save-match-data'.
9326 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9328         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9329         rather than fiddling with global-map bindings, since it should only
9330         affect per-terminal settings.
9331         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9333         * minibuffer.el (completion-table-with-terminator): Allow to specify
9334         the terminator-regexp.
9336         * simple.el (switch-to-completions): Look for *Completions* in other
9337         frames as well.
9339         * pcomplete.el: Allow the use of completion-tables.
9340         (pcomplete-std-complete): New command.
9341         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9342         (pcomplete--here): Use a function for `form' rather than an expression,
9343         so it can be byte-compiled.
9344         (pcomplete-here, pcomplete-here*): Adjust accordingly.
9345         Add edebug declaration.
9346         (pcomplete-show-completions): Remove unused var `curbuf'.
9347         (pcomplete-do-complete, pcomplete-stub):
9348         Don't assume `completions' is a list of strings any more.
9350 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
9352         * find-dired.el (find-name-arg): Fix typo in docstring.
9354 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9356         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9357         (pcmpl-linux-fs-types): Same, and update to new modules layout.
9359         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9360         pcomplete-entries.
9362         * comint.el (comint-read-input-ring, comint-write-input-ring)
9363         (comint-substitute-in-file-name)
9364         (comint-dynamic-complete-as-filename)
9365         (comint-dynamic-simple-complete)
9366         (comint-dynamic-list-filename-completions)
9367         (comint-dynamic-list-completions)
9368         (comint-redirect-results-list-from-process): Minor simplifications.
9370 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9372         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9373         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9374         the first form.  And insert a blank line after ";;; Code" since
9375         that's usual style.  (Bug#4612)
9377         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9379 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9381         * minibuffer.el (completion-table-with-terminator): Properly implement
9382         boundaries, in case `terminator' appears in the suffix.
9383         (completion--embedded-envvar-table): Don't return boundaries if
9384         there's no valid completion.  Simplify.
9385         (completion-file-name-table): New completion table extracted from
9386         completion--file-name-table.
9387         (completion--file-name-table): Use it.
9388         (read-file-name-predicate): Declare obsolete.
9389         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9390         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9391         completion-file-name-table, and use the `pred' argument.
9392         * files.el (locate-file-completion-table): Use the `pred' arg rather
9393         than read-file-name-predicate.
9394         (abbreviate-file-name): Use \` rather than ^ for BOS.
9396 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
9398         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9399         vc-responsible-backend to register, it causes problems.
9401 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9403         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9405 2009-10-21  Eric Ludlam  <zappo@gnu.org>
9407         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9408         (semantic-c-debug-mode-init-pch): New functions.
9409         (semantic-c-debug-mode-init-last-mode): New var.
9410         (semantic-c-parse-lexical-token): Use them.
9412         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9413         When extracting the argument list, limit only by point-max.
9415 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
9417         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9418         (tramp-smb-handle-file-attributes): Use it.
9419         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9420         (tramp-smb-handle-insert-directory): Use `mapc' rather than
9421         `mapcar'.  Use `tramp-smb-get-stat-capability'.
9422         Add `dired-filename' text properties.
9423         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9424         (tramp-smb-maybe-open-connection): Simplify check for smbclient
9425         version.
9427 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9429         * subr.el (read-key-delay): Reduce to 0.01.
9430         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9431         (bug#4751).
9433 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9435         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9437         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9438         (Info-menu): Remove unused vars `last' and `completions'.
9439         (Info-index-nodes): Remove unused var `node'.
9441         * info.el (Info-complete-menu-item): Use complete-with-action.
9443 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
9445         Make vc-annotate work through copies and renames.
9446         * vc-annotate.el (vc-annotate-extract-revision-at-line):
9447         Return the file name too.
9448         (vc-annotate-revision-at-line)
9449         (vc-annotate-find-revision-at-line)
9450         (vc-annotate-revision-previous-to-line)
9451         (vc-annotate-show-log-revision-at-line): Update to get the file
9452         name from vc-annotate-extract-revision-at-line.
9453         (vc-annotate-show-diff-revision-at-line-internal): Change the
9454         argument to mean whether to show a file diff or not.  Get the file
9455         name from vc-annotate-extract-revision-at-line.
9456         (vc-annotate-show-diff-revision-at-line):
9457         Update vc-annotate-show-diff-revision-at-line call.
9458         (vc-annotate-warp-revision): Add an optional file argument.
9460         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9461         (vc-git-annotate-extract-revision-at-line): Also return the file
9462         name if found.
9464         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9465         command.  Remove unused code.
9466         (vc-hg-annotate-re): Update to match --follow output.
9467         (vc-hg-annotate-extract-revision-at-line): Also return the file
9468         name if found.
9470         * vc.el: Update annotate-extract-revision-at-line documentation.
9472 2009-10-18  Kevin Ryde  <user42@zip.com.au>
9474         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9475         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9477         * net/browse-url.el (browse-url): Identify alist with "consp and
9478         not functionp" and let all other things go down the `apply' leg,
9479         as suggested by Stefan.  (Further to bug#4531.)
9481 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
9483         * minibuffer.el (read-file-name): Check for repeat before putting
9484         a default argument in file-name-history (Bug#4657).
9486         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9487         read syntax (Bug#4737).
9489         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9491 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9493         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9494         (html-tag-alist, html-tag-help): Add descriptions for undocumented
9495         entries and make note of obsolete tags.
9497 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9499         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9501 2009-10-18  Glenn Morris  <rgm@gnu.org>
9503         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9504         grep, so that binary files (eg international/uni-bidi.el) can match.
9505         Remove test for "UnicodeData" files, since it is hopefully unnecessary
9506         now, and in any case the file header format has changed.
9508 2009-10-17  Glenn Morris  <rgm@gnu.org>
9510         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9511         (flyspell-get-word, flyspell-large-region)
9512         (flyspell-auto-correct-previous-word): Doc/error message fixes.
9514 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9516         * Makefile.in (ELCFILES): Add ede/shell.
9518 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
9520         * term/common-win.el (x-colors): Purecopy it.
9522 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9524         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9525         permissive for when the buffer is empty.
9526         (tar-header-block-tokenize): Decode the username and groupname.
9527         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9529 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9531         * cedet/srecode/srt.el:
9532         * cedet/srecode/compile.el:
9533         * cedet/semantic/mru-bookmark.el:
9534         * cedet/semantic/debug.el:
9535         * cedet/semantic/complete.el:
9536         * cedet/semantic/analyze.el: Require CL when compiling.
9538 2009-10-17  Eric Ludlam  <zappo@gnu.org>
9540         * cedet/semantic/scope.el
9541         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
9542         tmpscope so that the regular scope will continue to work.
9544         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
9545         Use semantic-idle-summary-highlight-face as the highlighting.
9547         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
9548         contains multibyte characters, choose first applicable coding
9549         system automatically.
9551         * cedet/ede/project-am.el (project-run-target): New method.
9552         (project-run-target): New method.
9554         * cedet/ede.el (ede-target): Add run target menu item.
9555         (ede-project, ede-minor-keymap): Add ede-run-target binding.
9556         (ede-run-target): New function.
9557         (ede-target::project-run-target): New method.
9559         * cedet/ede/proj.el (project-run-target): New method.
9561         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
9562         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
9563         Add :rules.
9564         (ede-proj-target-makefile-shared-object): Only libtool compilers
9565         now available.  Add linkers for libtool.
9566         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
9567         (ede-proj-makefile-target-name): Always use .la extension.
9569         * cedet/ede/proj-prog.el (project-run-target): New method.
9571         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
9572         (ede-g++-linker): Change Change link lines.
9574         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
9575         When searching for old variables, go to the end of the buffer and
9576         search backward from there.
9577         (ede-proj-makefile-automake-insert-subdirs)
9578         (ede-proj-makefile-automake-insert-extradist): New methods.
9579         (ede-proj-makefile-create): Use them.
9581         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
9582         Force FILE to expand to the current target.  Use file-exists-p to
9583         check that it exists.
9585         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
9586         (ede-linux-load): Wrap dir in file-name-as-directory.
9587         Set :version slot.
9589         * cedet/ede/files.el (ede-get-locator-object): When enabling
9590         locate, do so on "top".
9592         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
9593         file-name-as-directory during compare.
9594         (ede-emacs-version): Return Emacs/XEmacs differentiator.
9595         Get version number from different places.  Don't call egrep.
9596         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
9597         to set the directory.
9599         * cedet/ede/shell.el: New file.
9601         * cedet/inversion.el (inversion-decoders): Allow for stray . in
9602         alpha/beta variants.
9604 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9606         * international/mule-cmds.el (select-safe-coding-system): If the file
9607         has a coding cookie, use it regardless of any other setting (bug#4712).
9609 2009-10-17  Glenn Morris  <rgm@gnu.org>
9611         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
9612         All errors should have messages.
9614         * foldout.el (foldout-mouse-swallow-events):
9615         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
9617         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
9618         (dired-keep-marker-copy, dired-keep-marker-hardlink)
9619         (dired-keep-marker-symlink, dired-dwim-target)
9620         (dired-copy-preserve-time): Do not autoload these defcustoms.
9622         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
9623         messages from messing up the file coding.  (Bug#4623)
9625 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
9627         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
9628         if no match is found for the current dictionary.  (Bug#4578)
9630         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
9631         optional, since that is how it is documented, and this is often called
9632         with a nil argument.  (Bug#4577)
9633         (flyspell-external-point-words, flyspell-auto-correct-word)
9634         (flyspell-correct-word-before-point, flyspell-word-search-forward)
9635         (flyspell-word-search-backward): Remove nil argument in calls to
9636         flyspell-get-word, since it is not needed now.
9638 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
9640         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
9642 2009-10-16  Glenn Morris  <rgm@gnu.org>
9644         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
9646 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
9648         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
9649         (ange-ftp-file-size): New function.
9650         (ange-ftp-file-attributes): Use it.
9652 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
9654         * net/tramp-smb.el (tramp-smb-version): New defvar.
9655         (tramp-smb-maybe-open-connection): Use it, in order to avoid
9656         repeated checks.
9658 2009-10-16  Glenn Morris  <rgm@gnu.org>
9660         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9661         Maybe copy some custom properties from old to new name.  (Bug#4706)
9663 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
9665         * subr.el (error, sit-for, start-process-shell-command)
9666         (start-file-process-shell-command): Set the calling convention
9667         after the function definition.
9669 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9671         * subr.el (error, sit-for, start-process-shell-command)
9672         (start-file-process-shell-command): Use the new
9673         set-advertised-calling-convention feature.
9675 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
9677         * international/ucs-normalize.el (ucs-normalize-version):
9678         Change to 1.2.
9679         (check-range): Adjust for Unicode 5.2.
9681 2009-10-15  Juri Linkov  <juri@jurta.org>
9683         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
9684         to the `menu-item' format.
9686 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
9688         * net/tramp.el (tramp-replace-environment-variables): Do not fail
9689         if the environment variable does not exist.
9691         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9692         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
9693         parameter.
9694         (tramp-smb-handle-add-name-to-file)
9695         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9696         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9697         (tramp-smb-handle-file-attributes)
9698         (tramp-smb-do-file-attributes-with-stat)
9699         (tramp-smb-handle-file-local-copy)
9700         (tramp-smb-handle-insert-directory)
9701         (tramp-smb-handle-make-directory)
9702         (tramp-smb-handle-make-directory-internal)
9703         (tramp-smb-handle-make-symbolic-link)
9704         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
9705         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
9706         (tramp-smb-maybe-open-connection): Apply the changed parameters.
9707         (tramp-smb-read-file-entry): Read Disk names in compressed format.
9708         Handle long file names.
9709         (tramp-smb-get-cifs-capabilities): Check, whether the connection
9710         process is running.
9711         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
9712         Read share names with "-g" option.
9714 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
9716         * net/rcirc.el (rcirc-view-log-file): New command.
9717         (rcirc-track-minor-mode-map): Remove C-c ` binding.
9718         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
9719         specified.
9721 2009-10-15  Glenn Morris  <rgm@gnu.org>
9723         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
9724         from the second command-line argument.
9725         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
9726         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
9727         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
9728         w32-batch-update-autoloads.
9729         * emacs-lisp/autoload.el (autoload-make-program): New variable.
9730         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
9732         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
9733         the headers cannot be located.  Simplify, subtracting superflous
9734         save-excursions.
9736 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9738         Replace completion-base-size by completion-base-position to fix bugs
9739         such as (bug#4699).
9740         * simple.el (completion-base-position): New var.
9741         (completion-base-size): Mark as obsolete.
9742         (choose-completion): Make it work for mouse events as well.
9743         Pass the new base-position to choose-completion-string.
9744         (choose-completion-guess-base-position): New function, extracted from
9745         choose-completion-delete-max-match.
9746         (choose-completion-delete-max-match): Use it.  Make obsolete.
9747         (choose-completion-string): Use the new base-position info.
9748         (completion-root-regexp): Delete.
9749         (completion-setup-function): Preserve completion-base-position.
9750         Eliminate obsolete base-size manipulation.
9751         * minibuffer.el (display-completion-list): Don't mess with base-size.
9752         (minibuffer-completion-help): Set completion-base-position instead.
9753         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
9754         choose-completion.
9755         * textmodes/bibtex.el (bibtex-complete):
9756         * emacs-lisp/crm.el (crm--choose-completion-string):
9757         Adjust to new calling convention.
9758         * complete.el (partial-completion-mode): Use minibufferp to avoid
9759         bumping into incompatible change to choose-completion-string-functions.
9760         * ido.el (ido-choose-completion-string): Make its calling convention
9761         more permissive.
9762         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
9763         base-size manipulation.
9764         (comint-dynamic-list-input-ring): Use dotimes and push.
9765         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
9766         fundamental-mode.  Use `or'.
9768 2009-10-14  Juri Linkov  <juri@jurta.org>
9770         * misearch.el (multi-isearch-next-buffer-from-list)
9771         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
9773 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9775         * Makefile.in (compile-onefile): Load `bytecomp' rather than
9776         `bytecomp.el'.
9778         * minibuffer.el (completion-pcm--merge-completions): Make sure the
9779         string we return is all made up of text from the completions rather
9780         than part from the completions and part from the input (bug#4219).
9782         * ido.el (ido-everywhere): Use define-minor-mode.
9784         * buff-menu.el (list-buffers, ctl-x-map):
9785         Mark the entry points with ;;;###autoload cookies.
9787 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
9789         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
9790         correctly in the detached head case.
9791         (vc-git-print-log): Remove unused binding.
9793         * vc.el (vc-responsible-backend): When a directory is passed for
9794         for registration create a VC repository if no backend is
9795         responsible for the directory argument.
9796         (vc-deduce-fileset): Tell vc-responsible-backend to register.
9798         * vc.el: Move comments about RCS and SCCS ...
9799         * vc-rcs.el:
9800         * vc-sccs.el: ... here, respectively.
9802 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9804         * minibuffer.el (completion--file-name-table): Return nil if there's
9805         no file completion, even if substitute-in-file-name changed
9806         the string (bug#4708).
9808 2009-10-13  Juri Linkov  <juri@jurta.org>
9810         * files-x.el (read-file-local-variable-value): Don't filter out
9811         minor modes from mode name completion (bug#4664).
9813 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
9815         * international/mule-cmds.el (ucs-names): Remove exclusion of
9816         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
9818 2009-10-13  Kenichi Handa  <handa@m17n.org>
9820         * international/uni-name.el: Regenerated.
9822 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
9824         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
9825         should be automatically buffer-local, but isn't.)
9827 2009-10-12  Sam Steingold  <sds@gnu.org>
9829         * progmodes/compile.el (compilation-next-error-function): Fix the
9830         timestamps if the buffer has been visited before.
9831         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
9832         non-anchored patterns, like the perl one (bug#3928).
9834 2009-10-12  Glenn Morris  <rgm@gnu.org>
9836         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
9837         Let-bind `size'.
9839 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
9841         * proced.el (proced-unload-function): New function.
9843         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
9844         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
9845         Doc fix.
9847         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
9849 2009-10-11  Juri Linkov  <juri@jurta.org>
9851         * files-x.el (read-file-local-variable-value):
9852         Provide default value only for bound variables (bug#4664).
9854 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
9856         * net/tramp.el (tramp-local-host-p): Function shall return nil for
9857         connection methods like smb.
9859         * net/tramp-cache.el (tramp-flush-connection-property): The hash
9860         can be empty.
9862         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9863         (tramp-smb-file-name-handler-alist): Add handlers for
9864         `add-name-to-file', `make-symbolic-link'.
9865         (tramp-smb-handle-add-name-to-file)
9866         (tramp-smb-do-file-attributes-with-stat)
9867         (tramp-smb-handle-make-symbolic-link)
9868         (tramp-smb-get-cifs-capabilities): New defuns.
9869         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9870         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9871         (tramp-smb-handle-file-local-copy)
9872         (tramp-smb-handle-make-directory-internal)
9873         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9874         The file name syntax depends on cifs capabilities.
9875         (tramp-smb-handle-file-attributes):
9876         Call `tramp-smb-do-file-attributes-with-stat' if possible.
9877         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
9878         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
9880 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
9882         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
9883         (eieio-defclass): Apply deftype handler and setf-method properties
9884         directly.
9885         (eieio-add-new-slot): Avoid union function from cl library.
9886         (eieio--typep): New function.
9887         (eieio-perform-slot-validation): Use it.
9889 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
9891         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
9892         Update documentation to refer to the variables documented in r1.135.
9893         (Bug#4188)
9895 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
9897         * bookmark.el (Info-suffix-list): Remove this unused variable.
9898         (bookmark-current-point): Remove this obsolete variable.
9899         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
9900         Adjust for removal of bookmark-current-point.
9902         (bookmarks-already-loaded, bookmark-current-buffer)
9903         (bookmark-yank-point): Document.  (Bug#4188)
9905 2009-10-10  Glenn Morris  <rgm@gnu.org>
9907         * frame.el (frame-height): Doc fix.
9909         * calendar/calendar.el (calendar-split-width-threshold): New option.
9910         (calendar-basic-setup): Use calendar-split-width-threshold.
9912 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
9914         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
9915         Use .la for Automake.
9917 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
9919         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
9920         Use "autoreconf -i".  Suggested by Andreas Schwab.
9922 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
9924         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
9925         Ideographic Supplement" range (U+1F200..U+1F2FF).
9927 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9929         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
9930         since the list will have been rebuilt anyway.  (Bug#4349)
9932 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9934         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
9935         (bookmark-bmenu-execute-deletions): Don't save here, as
9936         bookmark-delete will now do so if necessary.
9937         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
9938         (Bug#4348)
9940 2009-10-09  Glenn Morris  <rgm@gnu.org>
9942         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
9944 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9946         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
9947         (bookmark-jump-other-window): Just invoke bookmark-jump with new
9948         argument now, so the two function's behaviors will match.  (Bug#3645)
9950 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
9952         * cedet/ede/proj.el (project-make-dist, project-compile-project):
9953         Fix filename test.
9954         (ede-proj-dist-makefile): Use expand-file-name instead of concat
9955         to expand file names.
9957 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
9959         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
9960         (tramp-file-name-real-host, tramp-file-name-port):
9961         Apply `save-match-data'.
9963         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
9964         case both directories are remote.
9965         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
9966         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
9968 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
9970         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
9971         (ede-proj-target-makefile-objectcode): Use it.
9973         * cedet/ede/source.el (ede-want-any-source-files-p)
9974         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
9975         Return search result.  This error was introduced while merging.
9977 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
9979         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
9981 2009-10-07  Glenn Morris  <rgm@gnu.org>
9983         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
9984         of concat.
9986 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9988         * files-x.el (read-file-local-variable): Include some
9989         non-user-variables in the completion table (bug#4664).
9991 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
9993         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
9994         message.
9996         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9997         (tramp-smb-file-name-handler-alist): Add handler for
9998         `copy-directory', `expand-file-name', `set-file-modes'.
9999         (tramp-smb-handle-copy-directory)
10000         (tramp-smb-handle-expand-file-name)
10001         (tramp-smb-handle-set-file-modes): New defuns.
10002         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
10003         (tramp-smb-handle-file-attributes): Simplify check for retrieving
10004         entry.
10005         (tramp-smb-handle-insert-directory): Don't flush the cache.
10006         (tramp-smb-maybe-open-connection): Check for samba client and
10007         server versions.
10009 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
10011         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
10012         to not error out of search for "^lisp=" fails.
10014 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
10016         * makefile.w32-in (WINS_UPDATES): New macro.
10017         (custom-deps, finder-data, autoloads): Use it.
10019 2009-10-07  Glenn Morris  <rgm@gnu.org>
10021         * Makefile.in (autoloads): Revert previous change.
10022         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
10023         the list of preloaded files passed on the command-line, get
10024         it from src/Makefile.
10026         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
10027         show the original buffer rather than a random one.
10029 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
10031         * help.el (describe-no-warranty): Place point in a slightly better
10032         position in the GPLv3 text.
10034 2009-10-06  Sam Steingold  <sds@gnu.org>
10036         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
10037         the comm attribute is present before calling regexp-quote.
10039 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
10041         * play/animate.el (animate-string): For good effect, make sure
10042         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
10044         * play/animate.el (animate-sequence, animate-birthday-present):
10045         * misc.el (butterfly): Don't set `indent-tabs-mode'.
10047 2009-10-06  Glenn Morris  <rgm@gnu.org>
10049         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
10051         * emacs-lisp/autoload.el (autoload-excludes): New variable.
10052         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
10053         (batch-update-autoloads): Process a string value of autoload-excludes,
10054         set during the build process.
10055         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
10057         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
10058         inside with-parsed...  macro so that `v' is defined.
10060         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
10061         * progmodes/fortran.el (fortran-end-of-block)
10062         (fortran-beginning-of-block):
10063         Also push mark in the macro case.
10065         * emerge.el (emerge-show-file-name):
10066         * calc/calc.el (calc-quit):
10067         * calc/calc-misc.el (calc-big-or-small):
10068         * calc/calc-graph.el (calc-graph-view):
10069         * calc/calc-ext.el (calc-reset):
10070         * calendar/calendar.el (calendar-basic-setup):
10071         Use window-full-height-p.
10073         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
10074         header we don't understand, don't insert another.  (Bug#4624)
10075         If changing mime charset, insert the new one in the right place.
10077 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
10079         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
10080         (cal-tex-cursor-month): Correctly increment the end date for diary and
10081         holiday listing.  (Bug#4626)
10083 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10085         * help-fns.el (describe-function-1): Don't burp if the function is not
10086         a symbol.
10088 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
10090         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
10091         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
10092         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
10093         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
10095         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
10096         (eieio-default-superclass): Reflow docstrings.
10097         (this, class-option-assoc, defclass, eieio-class-un-autoload)
10098         (eieio-unbind-method-implementations, defmethod)
10099         (eieio-validate-slot-value, eieio-validate-class-slot-value)
10100         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
10101         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
10102         (eieio-slot-originating-class-p, eieio-slot-name-index)
10103         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
10104         (constructor, initialize-instance, no-next-method, object-print)
10105         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
10106         Fix typos in docstrings.
10107         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
10108         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
10109         (next-method-p): Doc fixes.
10110         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
10111         Fix typos in error messages.
10112         (eieio-defmethod): Fix typo in description of generic method.
10114         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
10115         (eieio-persistent-save-interactive, slot-missing):
10116         Fix typos in docstrings.
10117         (eieio-instance-inheritor-slot-boundp): Doc fix.
10119         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
10120         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
10122         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
10123         (eieio-custom-object-apply-reset):
10124         Fix typos in docstrings and error messages.
10126         * emacs-lisp/eieio-datadebug.el (data-debug-show):
10127         Fix typo in docstring.
10129         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
10130         (eieio-browse-tree): Doc fix.
10131         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
10132         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
10133         Fix typos in docstrings.
10135         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
10136         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
10137         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
10138         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
10139         Reflow docstrings.
10141 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
10143         * vc-hg.el (log-view-vc-backend): Declare for compiler.
10144         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
10145         Set log-view-vc-backend so that diff can work.
10147         * log-view.el (log-view-diff): Use vc-diff-internal instead of
10148         vc-version-diff.
10149         (vc-diff-internal): Autoload this instead of vc-version-diff.
10151 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
10153         * simple.el (eval-expression): Doc fix.
10155         * progmodes/cwarn.el (cwarn-mode): Doc fix.
10157 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
10159         * files.el (directory-files-no-dot-files-regexp): New defconst.
10160         (delete-directory): Use it.
10161         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
10163         * net/tramp.el (tramp-verbose): Fix docstring.
10164         (tramp-methods): Add recursive option to `tramp-copy-args'.
10165         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
10166         "scp1_old", "scp2_old", "rsync", "rsyncc".
10167         (tramp-default-method): Check also for `auth-source-user-or-password'.
10168         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10169         Add handler for `copy-directory'.
10170         (tramp-handle-copy-directory): New defun.
10171         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
10172         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
10173         Optimize sent command.
10175 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10177         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
10178         window if necessary.
10180         * calendar/calendar.el (calendar-basic-setup): Don't call
10181         switch-to-buffer in a dedicated window.
10183 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
10185         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
10186         don't do anything related to relocating, just return nil.
10187         (bookmark-error-no-filename): New error.
10188         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
10189         bookmark has no file.  Don't even attempt to handle things that
10190         are not files; the whole point of custom handlers is to keep that
10191         knowledge elsewhere anyway.  Tighten some comments.
10192         (bookmark-file-or-variation-thereof): Remove now-unused function.
10193         (bookmark-location): Doc string fix.
10194         (Bug#4250)
10196 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10198         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
10199         don't use a file dialog, because they usually don't know how to read
10200         a directory target from the user.  (Bug#4230)
10201         Also, make sure the prompt can display directories as well as files.
10203 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10205         * bookmark.el (bookmark-set, bookmark-buffer-name):
10206         Improve doc strings.  (Bug#1193)
10208 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10210         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
10211         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
10212         (bookmark-get-annotation, bookmark-set-annotation)
10213         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10214         (bookmark-set-position, bookmark-get-front-context-string)
10215         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10216         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
10217         (bookmark-jump-other-window, bookmark-handle-bookmark)
10218         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
10219         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
10220         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
10221         Improve doc strings to say whether bookmark can be a string or
10222         a record or both, and make other consistency and clarity fixes.
10223         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
10224         (bookmark-default-annotation-text, bookmark-yank-word)
10225         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
10226         (bookmark-import-new-list, bookmark-maybe-rename)
10227         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10228         (bookmark-bmenu-bookmark): Give these doc strings.
10229         (bookmark-bmenu-check-position): Give this a doc string, but also
10230         add a FIXME comment about how the function may be pointless.
10231         (bookmark-default-handler): Rework doc string and change a
10232         parameter name, to clarify that this takes a bookmark record
10233         not a bookmark name.
10234         (bookmark-set): Change a parameter name to indicate its meaning,
10235         and improve the doc string a bit.
10236         (Bug#4188)
10238 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10240         * bookmark.el (bookmark-alist): Document the new `handler' element
10241         in the param alist.
10242         (bookmark-make-record-function): Adjust documentation for above.
10243         (Bug#4193)
10245 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10247         * info.el (Info-bookmark-make-record): Document this function.
10248         (Info-bookmark-jump): Document with a doc string, not just a comment.
10249         (Bug#4203)
10251 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10253         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
10254         (semantic-new-buffer-fcn): Call parser setup functions here.
10255         (semantic-mode): Don't call parser setup functions here, it's done
10256         in semantic-new-buffer-fcn now.
10257         (semantic-mode): Parse all existing buffers when enabled.
10259         * cedet/srecode/compile.el (srecode-compile-file):
10260         Call semantic-new-buffer-fcn if the buffer has not been parsed.
10262 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10264         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10266         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10267         (proj-comp-insert-variable-once): New macro, renamed from
10268         ede-pmake-insert-variable-once in ede/pmake.edl.
10269         (ede-proj-makefile-insert-variables): Use it.
10271 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
10273         * files.el (copy-directory): New defun.
10275         * dired-aux.el (dired-copy-file-recursive): Use it.
10277 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10279         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10280         (makefile-end-of-command):
10281         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10282         (semantic-end-of-context): Fix previous change.  Doc fixes.
10284 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10286         * files-x.el (modify-dir-local-variable)
10287         (copy-dir-locals-to-file-locals-prop-line):
10288         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10289         (makefile-end-of-command):
10290         * cedet/semantic/lex.el (semantic-lex-token):
10291         * cedet/semantic/analyze/fcn.el
10292         (semantic-analyze-dereference-metatype-1):
10293         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10294         (semantic-lex-cpp-undef):
10295         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10296         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10297         (semantic-end-of-context): Fix typos in docstrings.
10299         * recentf.el (recentf-unload-function): New function.
10301 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10303         * cedet/ede.el (ede-project-placeholder-cache-file):
10304         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10305         * cedet/srecode/map.el (srecode-map-save-file):
10306         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
10308 2009-10-04  Glenn Morris  <rgm@gnu.org>
10310         * window.el (window-full-height-p): Add doc string.
10312 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
10314         * window.el (window-full-height-p): New function.  (Bug#4543)
10316 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
10318         * cedet/srecode/insert.el: Require srecode/args.
10320         * cedet/srecode/args.el: Require srecode/dictionary instead of
10321         srecode/insert.
10323         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10325         * files.el (auto-mode-alist): Add .srt and Project.ede.
10327         * cedet/semantic.el (semantic-mode):
10328         Handle srecode-template-mode-hook as well.
10329         (semantic-mode): Use js-mode-hook for Javascript hook.
10331         * cedet/srecode/template.el: Remove hook variable.
10333         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10335         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10336         projects exist.
10337         (ede-project-placeholder-cache-file): Default to a file in
10338         user-emacs-directory.
10340         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10341         templates in data-directory.
10342         (srecode-map-save-file): Default to a file in user-emacs-directory.
10344         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10345         directory.
10347 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10349         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10350         Doc fix.
10352         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10353         Only insert each variable once.
10355         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10356         (ede-pmake-insert-variable-shared): Use it.
10358         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10359         for lexical table iff table is nil.
10361 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
10363         * vc.el: Remove commented out code.
10364         (vc-derived-from-dir-mode): Remove, unused.
10365         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10367 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
10369         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10370         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
10371         there could be recursive loading when `default-directory' is a
10372         remote file name.  (Bug#4614)
10374 2009-10-03  Glenn Morris  <rgm@gnu.org>
10376         * calendar/calendar.el (calendar-basic-setup): Handle the case where
10377         the frame is wide.
10378         (calendar-generate-window): Test for shrinkability rather than width.
10380         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10381         declaration, currently false.
10383         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10384         reusing existing buffers, in case we happen to visit two files with the
10385         same basename.  (Bug#4593)
10387 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10389         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10390         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10391         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10392         subdirs of cedet as well.
10393         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10395 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10397         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10398         Obey advertised-signature-table.
10400         * help-fns.el (help-function-arglist): Don't check
10401         advertised-signature-table.
10402         (describe-function-1): Do it here instead so it also applies to subrs.
10404 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
10406         * simple.el (start-file-process): Say in the doc-string, that file
10407         handlers might not support pty association, if PROGRAM is nil.
10409         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10410         HOST and USER are strings.  They are nil, when there are
10411         incomplete entries in ~/.netrc, for example.
10412         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
10413         root directory ("device busy" error otherwise).
10415         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10416         Flush file properties of created directory.
10418 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10420         * makefile.w32-in (WINS_BASIC): Remove cedet.
10421         (WINS_CEDET): Add cedet.
10422         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10424 2009-10-02  Kevin Ryde  <user42@zip.com.au>
10426         * net/browse-url.el (browse-url): Pass any symbol in
10427         browse-url-browser-function to `apply', since if you've mistakenly put
10428         an unbound symbol then the error is clearer.  (Bug#4531)
10430 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10432         * allout.el (allout-init, allout-back-to-current-heading)
10433         (allout-beginning-of-current-entry, allout-ascend-to-depth)
10434         (allout-ascend, allout-up-current-level, allout-end-of-level)
10435         (allout-previous-visible-heading, allout-forward-current-level)
10436         (allout-backward-current-level, allout-show-children):
10437         * apropos.el (apropos-describe-plist):
10438         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10439         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10440         * completion.el (add-completion, add-permanent-completion):
10441         * descr-text.el (describe-text-category, describe-char):
10442         * desktop.el (desktop-lazy-abort):
10443         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10444         * dired.el (dired-build-subdir-alist):
10445         * ediff.el (ediff-version):
10446         * elide-head.el (elide-head, elide-head-show):
10447         * emerge.el (emerge-version):
10448         * env.el (getenv):
10449         * face-remap.el (variable-pitch-mode):
10450         * faces.el (describe-face):
10451         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10452         (dired-at-point):
10453         * files.el (find-file-existing, auto-save-mode):
10454         * font-lock.el (font-lock-fontify-buffer):
10455         * help-fns.el (describe-function, describe-variable)
10456         (describe-syntax, describe-categories):
10457         * help.el (view-lossage, describe-bindings, describe-key)
10458         (describe-mode):
10459         * hexl.el (hexl-current-address):
10460         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10461         * info.el (Info-goto-emacs-key-command-node):
10462         * log-edit.el (log-edit-insert-cvs-template)
10463         (log-edit-insert-cvs-rcstemplate):
10464         * menu-bar.el (menu-bar-mode):
10465         * mouse.el (mouse-appearance-menu):
10466         * newcomment.el (comment-indent-new-line):
10467         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10468         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10469         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10470         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10471         * recentf.el (recentf-mode):
10472         * savehist.el (savehist-mode, savehist-save):
10473         * shadowfile.el (shadow-copy-files):
10474         * simple.el (kill-ring-save, next-line, previous-line)
10475         (normal-erase-is-backspace-mode):
10476         * strokes.el (strokes-update-window-configuration)
10477         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10478         (strokes-xpm-for-stroke):
10479         * time.el (emacs-uptime, emacs-init-time):
10480         * tutorial.el (tutorial--describe-nonstandard-key)
10481         (tutorial--detailed-help):
10482         * type-break.el (type-break-mode)
10483         (type-break-mode-line-message-mode, type-break-query-mode)
10484         (type-break-guesstimate-keystroke-threshold):
10485         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10486         * version.el (emacs-version):
10487         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10488         * winner.el (winner-mode):
10489         * calendar/timeclock.el (timeclock-in, timeclock-out)
10490         (timeclock-status-string, timeclock-change)
10491         (timeclock-workday-remaining-string)
10492         (timeclock-workday-elapsed-string)
10493         (timeclock-when-to-leave-string):
10494         * calendar/todo-mode.el (todo-add-category):
10495         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10496         * emacs-lisp/autoload.el (update-file-autoloads):
10497         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10498         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10499         (checkdoc-message-text, checkdoc-defun):
10500         * emacs-lisp/debug.el (debugger-list-functions):
10501         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10502         * emacs-lisp/eieio-opt.el (eieio-describe-class)
10503         (eieio-describe-generic):
10504         * emacs-lisp/lisp-mnt.el (lm-synopsis):
10505         * emacs-lisp/shadow.el (list-load-path-shadows):
10506         * emulation/cua-base.el (cua-mode):
10507         * emulation/edt.el (edt-set-scroll-margins):
10508         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10509         (tpu-toggle-regexp, tpu-toggle-search-direction)
10510         (tpu-toggle-rectangle, tpu-toggle-control-keys):
10511         * emulation/tpu-extras.el (tpu-set-scroll-margins):
10512         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10513         (viper-set-parsing-style-toggling-macro)
10514         (viper-set-emacs-state-searchstyle-macros):
10515         * emulation/viper.el (viper-set-hooks):
10516         * eshell/esh-mode.el (eshell-truncate-buffer):
10517         * international/mule-cmds.el (prefer-coding-system)
10518         (describe-input-method, describe-language-environment):
10519         * international/mule-diag.el (list-character-sets)
10520         (describe-character-set, describe-coding-system)
10521         (describe-fontset, list-fontsets, list-input-methods):
10522         * mail/sendmail.el (mail-signature):
10523         * net/ange-ftp.el (ange-ftp-copy-file):
10524         * net/browse-url.el (browse-url):
10525         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10526         * net/quickurl.el (quickurl-add-url):
10527         * net/rcirc.el (names, topic):
10528         * net/xesam.el (xesam-mode):
10529         * play/5x5.el (5x5-new-game):
10530         * play/yow.el (apropos-zippy):
10531         * progmodes/ada-mode.el (ada-mode-version):
10532         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10533         (f90-end-of-block)
10534         (f90-beginning-of-block):
10535         * progmodes/fortran.el (fortran-end-of-block)
10536         (fortran-beginning-of-block):
10537         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
10538         * progmodes/python.el (python-describe-symbol, python-shell):
10539         * term/ns-win.el (ns-print-buffer):
10540         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
10541         * textmodes/flyspell.el (flyspell-mode-on):
10542         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
10543         (pages-directory-for-addresses):
10544         * textmodes/table.el (table-recognize-cell)
10545         (table-query-dimension, table-generate-source)
10546         (table-insert-sequence, table--warn-incompatibility):
10547         * textmodes/tex-mode.el (tex-validate-buffer):
10548         * textmodes/texinfmt.el (texinfmt-version)
10549         (texinfo-format-buffer):
10550         Use `called-interactively-p' instead of `interactive-p'.
10552 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10554         * image-mode.el (image-toggle-display):
10555         * emacs-lisp/elp.el (elp-instrument-function):
10556         * emacs-lisp/advice.el (ad-make-advised-definition):
10557         * emacs-lisp/easy-mmode.el (define-minor-mode):
10558         * net/browse-url.el (browse-url-maybe-new-window):
10559         * progmodes/sh-script.el (sh-learn-buffer-indent):
10560         Pass new argument 'any to `called-interactively-p'.
10562 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10564         * international/uni-bidi.el:
10565         * international/uni-category.el:
10566         * international/uni-combining.el:
10567         * international/uni-comment.el:
10568         * international/uni-decimal.el:
10569         * international/uni-decomposition.el:
10570         * international/uni-digit.el:
10571         * international/uni-lowercase.el:
10572         * international/uni-mirrored.el:
10573         * international/uni-name.el:
10574         * international/uni-numeric.el:
10575         * international/uni-old-name.el:
10576         * international/uni-titlecase.el:
10577         * international/uni-uppercase.el:
10578         Regenerate from Unicode 5.2.0 data.
10580 2009-10-01  Glenn Morris  <rgm@gnu.org>
10582         * Makefile.in (ELCFILES): Regenerate.
10584 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10586         * subr.el (interactive-p): Mark obsolete.
10587         (called-interactively-p): Make the optional-ness of `kind' obsolete.
10588         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
10589         advertised-signature-table for subroutines as well.
10591         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
10592         (set-advertised-calling-convention): New function.
10593         (make-obsolete, define-obsolete-function-alias)
10594         (make-obsolete-variable, define-obsolete-variable-alias):
10595         Make the optional-ness of `when' obsolete.
10596         (define-obsolete-face-alias): Make `when' non-optional.
10597         * help-fns.el (help-function-arglist):
10598         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
10599         Use advertised-signature-table.
10601 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
10603         * files.el (delete-directory): New defun.  The original function
10604         in fileio.c has been renamed to `delete-directory-internal'.
10606         * dired.el (dired-delete-file): Call `delete-directory' with
10607         RECURSIVE parameter.
10609         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
10610         parameter RECURSIVE.  Implementation is missing.
10612         * net/tramp.el (tramp-handle-make-directory): Flush upper
10613         directory's file properties.
10614         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
10615         (tramp-handle-dired-recursive-delete-directory): Flush directory
10616         properties after the remove command only.
10618         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10619         Handle optional parameter RECURSIVE.
10621         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
10622         Handle optional parameter RECURSIVE.
10624         * net/tramp-smb.el (tramp-smb-errors): Add error message for
10625         connection timeout.
10626         (tramp-smb-handle-delete-directory): Handle optional parameter
10627         RECURSIVE.
10629 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10631         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
10632         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
10633         (byte-compile-defmacro): Use backquotes.
10635         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
10637         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
10638         has no associated file.
10639         (vc-resynch-buffer): Use vc-dir-buffers.
10641 2009-10-01  Glenn Morris  <rgm@gnu.org>
10643         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
10644         (chart-file-count):
10645         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
10646         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
10647         * emacs-lisp/eieio-opt.el (eieio-describe-class):
10648         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
10649         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
10650         (eieio-copy-parents-into-subclass, make-instance, class-children)
10651         (eieio-generic-form):
10652         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
10653         * cedet/cedet-idutils.el (cedet-idutils-search)
10654         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
10655         (cedet-idutils-version-check):
10656         * cedet/cedet.el (cedet-version):
10657         * cedet/data-debug.el (data-debug-insert-overlay-button)
10658         (data-debug-insert-overlay-list-button)
10659         (data-debug-insert-buffer-button)
10660         (data-debug-insert-buffer-list-button)
10661         (data-debug-insert-process-button, data-debug-insert-ring-button)
10662         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
10663         (data-debug-insert-stuff-vector-button)
10664         (data-debug-insert-symbol-button, data-debug-insert-string)
10665         (data-debug-insert-number, data-debug-insert-lambda-expression)
10666         (data-debug-insert-nil, data-debug-insert-simple-thing)
10667         (data-debug-insert-custom, data-debug-edebug-expr):
10668         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
10669         (global-ede-mode-map, ede-new, ede-debug-target)
10670         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
10671         * cedet/semantic.el (semantic-minimum-working-buffer-size)
10672         (semantic-fetch-tags, semantic-submode-list)
10673         (semantic-default-submodes):
10674         * cedet/ede/source.el (ede-source-match):
10675         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
10676         (project-am-package-info):
10677         * cedet/ede/proj.el (ede-proj-target, project-new-target):
10678         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
10679         * cedet/ede/proj-comp.el (ede-current-build-list):
10680         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
10681         * cedet/ede/files.el (ede-toplevel-project-or-nil):
10682         * cedet/ede/cpp-root.el (initialize-instance):
10683         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
10684         (autoconf-parameter-strip, autoconf-insert-new-macro):
10685         * cedet/semantic/wisent.el (wisent-lex-eoi):
10686         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
10687         (semantic-show-parser-state-mode):
10688         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
10689         * cedet/semantic/tag.el (semantic-tag-new-variable)
10690         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
10691         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
10692         (semantic--tag-deep-copy-tag-list)
10693         (semantic-tag-components-with-overlays-default):
10694         * cedet/semantic/symref.el (semantic-symref-find-text):
10695         * cedet/semantic/senator.el (senator-yank-tag)
10696         (senator-transpose-tags-up):
10697         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
10698         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
10699         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
10700         * cedet/semantic/lex.el (semantic-lex-comment-regex)
10701         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
10702         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
10703         * cedet/semantic/lex-spp.el
10704         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
10705         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
10706         * cedet/semantic/idle.el
10707         (semantic-idle-summary-current-symbol-info-brutish)
10708         (semantic-idle-summary-current-symbol-info-default):
10709         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
10710         (semantic--grammar-macro-compl-dict):
10711         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
10712         * cedet/semantic/format.el (semantic-format-tag-custom-list)
10713         (semantic-format-tag-canonical-name-default):
10714         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
10715         (semantic-find-tags-for-completion)
10716         (semantic-find-tags-by-scope-protection-default)
10717         (semantic-deep-find-tags-for-completion):
10718         * cedet/semantic/edit.el
10719         (semantic-edits-incremental-reparse-failed-hook)
10720         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
10721         (semantic-edits-splice-remove, semantic-edits-splice-replace):
10722         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
10723         * cedet/semantic/dep.el (semantic-dependency-include-path):
10724         * cedet/semantic/db.el (semanticdb-default-find-index-class)
10725         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
10726         (semanticdb-project-roots):
10727         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
10728         (semanticdb-find-adebug-insert-scanned-tag-cons)
10729         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
10730         (semanticdb-brute-deep-find-tags-for-completion):
10731         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
10732         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
10733         (semantic-end-of-context-default)
10734         (semantic-ctxt-current-function-default)
10735         (semantic-ctxt-scoped-types-default):
10736         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
10737         (semantic-complete-inline-tag-engine)
10738         (semantic-complete-inline-custom-type)
10739         (semantic-complete-read-tag-analyzer):
10740         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
10741         (semantic-chart-database-size):
10742         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
10743         (semantic-analyze-current-context):
10744         * cedet/semantic/symref/list.el (semantic-symref)
10745         (semantic-symref-hide-buffer, semantic-symref-symbol):
10746         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
10747         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
10748         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
10749         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
10750         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
10751         (semantic-c-dereference-template):
10752         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
10753         (semantic--analyze-refs-full-lookup-with-parents)
10754         (semantic--analyze-refs-full-lookup-simple):
10755         * cedet/semantic/analyze/complete.el
10756         (semantic-analyze-possible-completions):
10757         * cedet/srecode/table.el (srecode-mode-table-new):
10758         * cedet/srecode/srt.el (srecode-read-variable-name):
10759         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
10760         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
10761         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
10762         * cedet/srecode/map.el (srecode-current-map):
10763         * cedet/srecode/insert.el (srecode-insert)
10764         (srecode-insert-variable-secondname-handler, srecode-insert-method)
10765         (srecode-template-inserter-point-override)
10766         (srecode-insert-include-lookup):
10767         * cedet/srecode/getset.el (srecode-auto-choose-class):
10768         * cedet/srecode/extract.el (srecode-inserter-extract):
10769         * cedet/srecode/document.el
10770         (srecode-document-autocomment-return-last-alist)
10771         (srecode-document-autocomment-param-type-alist)
10772         (srecode-document-insert-function-comment)
10773         (srecode-document-insert-variable-one-line-comment)
10774         (srecode-document-function-name-comment):
10775         * cedet/srecode/dictionary.el (srecode-create-dictionary)
10776         (srecode-compound-toString):
10777         * cedet/srecode/compile.el (srecode-flush-active-templates):
10778         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
10779         Doc/message fixes.
10781         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
10782         match-data.  (Bug#4555).
10784         * cedet/semantic/bovine/gcc.el
10785         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
10786         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
10788         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
10789         rather than parsing it as a regexp.  This relaxes the layout
10790         requirements and makes errors easier to detect.
10791         (check-declare-verify): Check file is regular.
10792         (check-declare-directory): Doc fix.
10793         * subr.el (declare-function): Doc fix.
10795         * ibuffer.el (ibuffer-format-qualifier):
10796         * isearch.el (hi-lock-regexp-okay):
10797         * calc/calc.el (math-zerop):
10798         * mail/uce.el (rmail-msgbeg, rmail-msgend):
10799         * term/w32-win.el (setup-default-fontset, set-fontset-font):
10800         Remove unused declarations.
10802 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10804         * cedet/semantic/wisent/javat-wy.el
10805         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
10807 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
10809         * cedet/srecode/expandproto.el: Fix provide statement.
10811 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10813         * emacs-lisp/eieio.el (boolean-p): Delete.
10815 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
10817         * cedet/ede/srecode.el: Fix provide statement.
10819 2009-09-30  Glenn Morris  <rgm@gnu.org>
10821         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
10822         * cedet/ede/proj-aux.el (ede-aux-source):
10823         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
10824         (ede-misc-source):
10825         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
10826         (semantic-mrub-switch-tags): Fix doc typos.
10828         * cedet/semantic/db-global.el (data-debug-new-buffer)
10829         (data-debug-insert-thing): Remove unneeded declarations (one broken).
10830         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
10832         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
10834         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
10835         use of CL function `remove-if-not'.
10837         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
10839         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
10840         filename is not a string.
10842 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
10844         * files.el (safe-local-eval-forms): Fix typo.
10846 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10848         * vc-hooks.el (vc-dir-buffers): New var.
10849         (vc-state-refresh): New function.
10850         (vc-state): Use it.
10851         (vc-after-save): Always ask the backend to recompute the new state.
10852         Always call vc-dir if necessary, using vc-dir-buffers.
10853         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
10854         Use vc-dir-buffers.
10855         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
10856         (vc-dir-prepare-status-buffer, vc-dir-update)
10857         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
10858         Don't call expand-file-name on default-directory.
10860 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10862         * speedbar.el (speedbar-item-delete):
10863         * calc/calc-prog.el (calc-kbd-if):
10864         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
10866         * epa.el (epa-key-list-mode-map):
10867         * hi-lock.el (hi-lock-menu): Fix typos in menus.
10869         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
10870         (hs-show-hook): Fix typo in docstring.
10872 2009-09-29  Glenn Morris  <rgm@gnu.org>
10874         * cedet/semantic/symref/idutils.el:
10875         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
10877         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
10879         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
10880         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
10881         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
10882         Mark declarations not understood by check-declare.
10884         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
10885         file-name-nondirectory call preventing location of cedet files.
10886         (check-declare-verify): Use literal search rather than re-search.
10887         Add basic defmethod and defclass, and define-overloadable-function.
10889         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10890         Use tramp-compat-file-attributes rather than nonexistent
10891         tramp-compat-handle-file-attributes.
10893         * Makefile.in (lisptagsfiles4): New.
10894         (AUTOGENEL): Add cedet loaddefs files.
10895         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
10896         (update-elclist, compile-always, backup-compiled-files)
10897         (bootstrap-clean): Add yet another directory level.
10898         (update-elclist): Use LC_COLLATE rather than COLLATE.
10899         (ELCFILES): Update, via `make update-elclist'.
10901 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10903         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
10904         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
10905         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
10907 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
10909         * Makefile.in (lisptagsfiles3): Define.
10910         (TAGS, TAGS-LISP): Use it.
10911         (update-elclist): Add third directory level to look for elc files.
10912         (compile-always): Likewise.
10913         (backup-compiled-files): Likewise.
10914         (bootstrap-clean): Likewise.
10915         (ELCFILES): Update.
10917 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
10919         * Makefile.in (ELCFILES): Add CEDET files.
10921 2009-09-28  Eric Ludlam  <zappo@gnu.org>
10923         CEDET (development tools) package merged.
10925         * cedet/*.el:
10926         * cedet/ede/*.el:
10927         * cedet/semantic/*.el:
10928         * cedet/srecode/*.el: New files.
10930 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
10932         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
10934         * net/tramp.el (top): Require tramp-imap.
10936         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10937         Use `tramp-compat-handle-file-attributes'.
10939 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10941         * net/tramp-imap.el: New package.
10943 2009-09-28  Eric Ludlam  <zappo@gnu.org>
10945         * emacs-lisp/chart.el:
10946         * emacs-lisp/eieio-base.el:
10947         * emacs-lisp/eieio-comp.el:
10948         * emacs-lisp/eieio-custom.el:
10949         * emacs-lisp/eieio-datadebug.el:
10950         * emacs-lisp/eieio-opt.el:
10951         * emacs-lisp/eieio-speedbar.el:
10952         * emacs-lisp/eieio.el: New files.
10954         * cedet/cedet-cscope.el:
10955         * cedet/cedet-files.el:
10956         * cedet/cedet-global.el:
10957         * cedet/cedet-idutils.el:
10958         * cedet/data-debug.el:
10959         * cedet/inversion.el:
10960         * cedet/mode-local.el:
10961         * cedet/pulse.el: New files.
10963 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10965         * whitespace.el (whitespace-trailing-regexp)
10966         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
10967         Fix doc string.
10969 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
10971         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
10972         menu.
10974         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
10975         menu-bar-ediff-menu.
10977         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
10978         define-overloadable-function.
10980         * progmodes/autoconf.el: Provide autoconf as well, so that this
10981         file can be `require'd.
10983         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
10985         * emacs-lisp/autoload.el (generated-autoload-feature)
10986         (generated-autoload-load-name): New vars.
10987         (autoload-rubric, autoload-generate-file-autoloads): Use them.
10988         (make-autoload): Recognize define-overloadable-function and
10989         defclass forms (for EIEIO).
10991         * Makefile.in (update-subdirs): Exclude cedet directory.
10993 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
10995         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
10997         * faces.el: Default light-background background for region face to
10998         ns_selection_color under NS.
11000 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11002         * net/imap-hash.el: New library, see NEWS.
11004         * Makefile.in (ELCFILES): Add imap-hash.el.
11006 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11008         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
11009         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
11010         * help-macro.el (make-help-screen): Avoid using an ambiguous function
11011         definition where the docstring could be taken for the return value.
11013 2009-09-26  Glenn Morris  <rgm@gnu.org>
11015         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
11016         Add option to only show images below a certain size.
11017         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
11018         save-excursion calls.
11020 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
11022         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
11023         subdirectories) and eieio.
11025 2009-09-26  Alan Mackenzie  <acm@muc.de>
11027         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
11028         buggy bracketing.  (Bug#4289)
11030         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
11031         character constants (as case labels).  (Bug#4289)
11033 2009-09-25  Juri Linkov  <juri@jurta.org>
11035         * files.el (safe-local-eval-forms): Allow time-stamp in
11036         before-save-hook (Bug#4554).
11038 2009-09-25  Drew Adams  <drew.adams@oracle.com>
11040         * menu-bar.el (list-buffers-directory): Doc fix.
11042 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11044         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
11045         Try and avoid copying twice the same paragraph.
11046         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
11047         Remove save-excursion.
11048         (log-edit-changelog-entry): Do it here instead.
11050 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
11052         * bs.el (bs--get-file-name): Use `list-buffers-directory'
11053         when available, instead of hardcoding mode names.  Doc fix.
11055         * menu-bar.el (list-buffers-directory): Add docstring.
11056         Make automatically buffer-local.
11058         * dired.el (dired-mode):
11059         * files.el (cd-absolute):
11060         * pcvs.el (cvs-temp-buffer):
11061         * pcvs-util.el (cvs-get-buffer-create):
11062         * shell.el (shell-mode):
11063         * vc-dir.el (vc-dir-mode):
11064         Don't make `list-buffers-directory' buffer local.
11066 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
11068         * comint.el (comint-exec, comint-run, make-comint):
11069         Doc fixes (Bug#4542).
11071 2009-09-25  Glenn Morris  <rgm@gnu.org>
11073         * mail/rmailmm.el (rmail-mime): New custom group.
11074         Move all defcustoms in this file into this group.
11075         (rmail-mime-media-type-handlers-alist): Revert previous change.
11076         (rmail-mime-show-images): New option.
11077         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
11078         references to it, since it wasn't actually used for anything.
11079         (rmail-mime-insert-image): New function.
11080         (rmail-mime-image): Use rmail-mime-insert-image.
11081         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
11082         obey the value of `rmail-mime-show-images' option.  Print the size of
11083         attachments.
11085 2009-09-25  David Engster  <deng@randomsample.de>
11087         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
11089 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11091         * whitespace.el: Does not highlight trailing spaces While point is
11092         at end of line.  Does not highligt spaces at beginning of buffer
11093         while point is at beginning of buffer.  Does not highlight spaces
11094         at end of buffer while point is at end of buffer.  (Bug#4177)
11095         New version 12.0.
11096         (whitespace-display-mappings): Adjust initialization.
11097         (whitespace-point, whitespace-font-lock-refontify): New vars.
11098         (whitespace-color-on, whitespace-color-off): Adjust code.
11099         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
11100         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
11101         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
11103 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
11105         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
11107         * textmodes/sgml-mode.el: Remove xml-mode alias.
11109         * files.el (auto-mode-alist, conf-mode-maybe)
11110         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
11112 2009-09-24  Alan Mackenzie  <acm@muc.de>
11114         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
11115         c-forward-conditionals, but it doesn't move point and doesn't set
11116         the mark.
11117         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
11118         (c-down-conditional-with-else, c-backward-conditional)
11119         (c-forward-conditional): Refactor to use c-scan-conditionals.
11121 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11123         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
11124         (help-default-arg-highlight): Remove.
11125         (help-highlight-arg): New function.
11126         (help-do-arg-highlight): Use it.
11127         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
11129 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11131         * term.el (term-set-scroll-region, term-handle-ansi-escape):
11132         Undo last change, which didn't fix the problem and introduced others.
11134 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
11136         * progmodes/gdb-mi.el: Don't require speedbar.
11137         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
11139 2009-09-24  Glenn Morris  <rgm@gnu.org>
11141         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
11143         * term/ns-win.el (ns-reg-to-script): Define for compiler.
11145         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
11146         there is no newline after the final mime boundary.  (Bug#4539)
11147         Move markers on insertion so that any buttons inserted don't end up in
11148         the next part of a multipart message.
11149         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
11150         (rmail-mime-bulk-handler): Optionally handle images.
11151         (rmail-mime-image): New button action.
11152         (rmail-mime-image-handler): New function.
11153         (rmail-mime-mode): New mode.
11154         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
11156 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11158         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
11159         than just dropping elements from it (bug#4504).
11161         * term.el (term-set-scroll-region): Don't move cursor any more.
11162         (term-handle-ansi-escape): Call term-goto here instead.
11163         Suggested by Ivan Kanis <apple@kanis.eu>.
11165         * term.el: Require CL.
11166         (term-ansi-reset): New function.
11167         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
11168         (term-handle-colors-array): Simplify.
11170 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11172         * allout.el (allout-overlay-interior-modification-handler)
11173         (allout-obtain-passphrase):
11174         * epa-file.el (epa-file-write-region):
11175         * ps-print.el (ps-begin-job):
11176         * vc-hooks.el (vc-toggle-read-only):
11177         * vc-rcs.el (vc-rcs-rollback):
11178         * vc-sccs.el (vc-sccs-rollback):
11179         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
11180         (vc-version-diff, vc-revert, vc-rollback):
11181         * wdired.el (wdired-check-kill-buffer):
11182         * emacs-lisp/authors.el (authors):
11183         * net/socks.el (socks-open-connection):
11184         * net/zeroconf.el (zeroconf-service-add-hook):
11185         * obsolete/vc-mcvs.el (vc-mcvs-register):
11186         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
11187         (gdb-select-frame):
11188         * progmodes/grep.el (lgrep, rgrep):
11189         * progmodes/idlw-help.el (idlwave-help-check-locations)
11190         (idlwave-help-html-link, idlwave-help-assistant-open-link):
11191         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11192         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
11193         (reftex-toc-rename-label): Fix typos in error messages.
11195         * dired-aux.el (dired-do-shell-command): Reflow docstring.
11196         (dired-copy-how-to-fn): Doc fix.
11197         (dired-files-attributes, dired-read-shell-command):
11198         Fix typos in docstrings.
11200         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
11201         (dired-x-find-file-other-window): Reflow docstrings.
11202         (dired-omit-marker-char, dired-read-shell-command)
11203         (dired-x-submit-report): Fix typos in docstrings.
11205         * shell.el (shell-mode-hook):
11206         * view.el (View-scroll-line-forward):
11207         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
11208         Fix typos in docstrings.
11210         * net/dig.el (dig-invoke): Fix typo in docstring.
11211         (query-dig): Reflow docstring.
11213         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
11214         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
11215         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
11216         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
11217         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
11218         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
11219         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
11220         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
11221         (idlwave-completion-map, idlwave-current-indent)
11222         (idlwave-custom-ampersand-surround, idlwave-customize)
11223         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
11224         (idlwave-define-abbrev, idlwave-determine-class-special)
11225         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
11226         (idlwave-end-block-reg, idlwave-end-of-statement)
11227         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
11228         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
11229         (idlwave-explicit-class-listed, idlwave-file-header)
11230         (idlwave-fill-paragraph, idlwave-find-class-definition)
11231         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
11232         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
11233         (idlwave-in-quote, idlwave-indent-action-table)
11234         (idlwave-indent-expand-table, idlwave-indent-line)
11235         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11236         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11237         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11238         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11239         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11240         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11241         (idlwave-outlawed-buffers, idlwave-popup-select)
11242         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11243         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11244         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11245         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11246         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11247         (idlwave-statement-type, idlwave-struct-skip)
11248         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11249         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11250         (idlwave-what-module-find-class): Fix typos in docstrings.
11251         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11252         (idlwave-calculate-cont-indent, idlwave-expand-equal)
11253         (idlwave-find-module, idlwave-find-structure-definition)
11254         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11255         (idlwave-list-load-path-shadows, idlwave-next-statement)
11256         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11257         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11258         (idlwave-template): Reflow docstrings.
11260         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11261         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11262         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11263         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11264         (idlwave-shell-display-line, idlwave-shell-display-wframe)
11265         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11266         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11267         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11268         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11269         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11270         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11271         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11272         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11273         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11274         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11275         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11276         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11277         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11278         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11279         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11280         Fix typos in docstrings.
11281         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11282         (idlwave-shell-hide-output, idlwave-shell-mode)
11283         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11284         Reflow docstrings.
11286         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11288 2009-09-24  Ivan Kanis  <apple@kanis.eu>
11290         * term.el (term-bold-attribute): New var.
11291         (term-handle-colors-array): Use it.
11293 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
11295         * progmodes/gdb-mi.el (gdb-version): New variable.
11296         (gdb-non-stop-handler): Set gdb-version.
11297         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11298         Condition "--thread" option on gdb-version.
11299         (gdb-invalidate-threads): Remove unused argument.
11301 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11303         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11304         to looking-back to avoid ridiculous slow down in large files (bug#4511).
11306 2009-09-23  Glenn Morris  <rgm@gnu.org>
11308         * mail/rmail.el (rmail-reply): Don't try to add a References header when
11309         replying to mail without References or Message-Id.  (Bug#4525)
11311 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
11313         * term/ns-win.el (ns-reg-to-script): New variable.
11315 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
11317         * epg.el (epg-wait-for-status): Preserve existing 'error results.
11319 2009-09-22  Sam Steingold  <sds@gnu.org>
11321         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11322         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11323         to 1 because hg returns status 1 when nothing is found.
11324         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11326 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11328         * textmodes/fill.el: Convert to utf-8 encoding.
11329         (fill-french-nobreak-p): Remove redundant » and « inherited from our
11330         pre-Unicode days.
11332         * add-log.el (change-log-fill-forward-paragraph): New function.
11333         (change-log-mode): Use it so fill-region DTRT.
11334         Set fill-indent-according-to-mode here rather than in
11335         change-log-fill-paragraph.
11336         (change-log-fill-paragraph): Remove.
11338 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
11340         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11341         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
11343 2009-09-22  Glenn Morris  <rgm@gnu.org>
11345         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11346         the scroll-bar scroll the calendar window rather than the buffer.
11348         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11349         commands that move point (as opposed to scrolling).
11351         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11353         * emacs-lisp/elint.el (elint): New custom group.
11354         (elint-log-buffer): Make it a defcustom.
11355         (elint-scan-preloaded, elint-ignored-warnings)
11356         (elint-directory-skip-re): New options.
11357         (elint-builtin-variables): Doc fix.
11358         (elint-preloaded-env): New variable.
11359         (elint-unknown-builtin-args): Add an entry for encode-time.
11360         (elint-extra-errors): Make it a variable rather than a constant.
11361         (elint-preloaded-skip-re): New constant.
11362         (elint-directory): Skip files matching elint-directory-skip-re.
11363         (elint-features): New variable, local to linted buffers.
11364         (elint-update-env): Initialize elint-features.  Possibly add
11365         elint-preloaded-env to the buffer's environment.
11366         (elint-get-top-forms): Bind elint-current-pos, for log messages.
11367         Skip quoted forms.
11368         (elint-init-form): New function, extracted from elint-init-env.
11369         Make non-list forms a warning rather than an error.
11370         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
11371         easy-menu-define, put that adds an error-condition, and provide.
11372         When requiring cl, also require cl-macs.  Really require cl, to handle
11373         some cl macros.  Store required libraries in the list elint-features,
11374         so as not to re-load them.  Treat cc-require like require.
11375         (elint-init-env): Call elint-init-form to do the work.
11376         Handle eval-and-compile and such like.
11377         (elint-add-required-env): Do not clear messages.
11378         (elint-special-forms): Add handlers for function, defalias, if, when,
11379         unless, and, or.
11380         (elint-form): Add optional argument to ignore elint-special-forms,
11381         useful to prevent recursive calls from handlers.  Doc fix.
11382         Respect elint-ignored-warnings.
11383         (elint-form): Respect elint-ignored-warnings.
11384         (elint-bound-variable, elint-bound-function): New variables.
11385         (elint-unbound-variable): Respect elint-bound-variable.
11386         (elint-get-args): Respect elint-bound-function.
11387         (elint-check-cond-form): Add some simple handling for (f)boundp and
11388         featurep tests.
11389         (elint-check-defalias-form): New handler.
11390         (elint-check-let-form): Make an empty let a warning rather than an
11391         error.
11392         (elint-check-setq-form): Make an empty setq a warning rather than an
11393         error.  Respect elint-ignored-warnings.
11394         (elint-check-defvar-form): Accept null doc-strings.
11395         (elint-check-conditional-form): New handler.  Does some simple-minded
11396         checking of featurep and (f)boundp tests.
11397         (elint-put-function-args): New function.
11398         (elint-initialize): Use elint-scan-doc-file rather than
11399         elint-find-builtin-variables.  Use elint-put-function-args.
11400         Possibly scan preloaded-file-list.
11401         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11402         extend to handle functions as well.
11404 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
11406         * linum.el (linum-delete-overlays, linum-update-window):
11407         Do not modify the right margin.  (Bug#3971)
11409 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
11411         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11412         nxml-mode instead of xml-mode.
11414 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11416         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
11418 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11420         * net/dig.el (dig-mode): Use define-derived-mode.
11422 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
11424         * vc-dispatcher.el (vc-do-command): Return the process object in
11425         the asynchronous case.  Use when instead of if.  Do not run
11426         vc-exec-after to display a message if not enabled.  (Bug#4463)
11428         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11429         properties to the stash strings.
11430         (vc-git-stash-list): Return a list of strings.
11431         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11432         (vc-git-stash-show-at-point): New functions.
11433         (vc-git-stash-map): New keymap.
11435         * register.el (ctl-x-r-map): Define the keys here instead of
11436         using autoload.
11438 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
11440         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11441         list, to workaround performance problem (bug#4485).
11443 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
11445         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11447 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
11449         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11450         Document that this option is not recommended to use.
11452 2009-09-19  Glenn Morris  <rgm@gnu.org>
11454         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11455         variable `var'.
11457         * calc/calc-alg.el (var):
11458         * calc/calcalg2.el (var): Define for compiler.
11460 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
11462         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11463         Doc fix (Bug#3932).
11465         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11467         * time-stamp.el (time-stamp-month-dd-yyyy)
11468         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11469         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11470         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11471         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11472         Remove functions that have been obsolete since 1995 (Bug#4436).
11474         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11475         indent buffer only if called interactively (Bug#4452).
11477 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
11478             Eli Zaretskii  <eliz@gnu.org>
11480         This fixes bug#4197 (merged to bug#865, though not identical).
11481         * server.el (server-auth-dir): Add docstring note about FAT32.
11482         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11483         but warn against using them.
11485 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
11487         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11488         older GDB where there is no has_more field.
11490 2009-09-19  Glenn Morris  <rgm@gnu.org>
11492         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11494 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
11496         * files.el (auto-mode-alist): Change default for XML files to nXML
11497         mode (Bug#4169).
11499 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
11501         * server.el (server-ensure-safe-dir): Pass 'integer
11502         to `file-attributes', as suggested.
11504 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11506         * dired-aux.el (dired-query-alist): Remove spurious backslash.
11507         (dired-query): Use read-key.
11509 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
11511         * cus-start.el (ns-use-qd-smoothing): Remove.
11513 2009-09-18  Glenn Morris  <rgm@gnu.org>
11515         * allout.el (top-level): Remove unnecessary progn.
11517         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11519         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11520         definition of abbrev table.
11522         * speedbar.el (speedbar-track-mouse):
11523         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11524         * net/eudc.el (eudc-expand-inline):
11525         * net/newst-backend.el (newsticker--cache-read-feed):
11526         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11527         condition-case handlers.
11529 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
11531         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11532         (gdb-var-list): Add an element for has_more field.
11533         (gdb-non-stop-handler): Enable pretty printing for STL containers.
11534         (gdb-var-create-handler, gdb-var-list-children-handler-1)
11535         (gdb-var-update-handler-1): Parse output of dynamic variable
11536         objects (STL containers).
11537         (gdb-var-delete-1): Pass var1 as an explicit second argument.
11538         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
11540         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
11541         gdb-var-list.
11542         (gud-speedbar-buttons): Make node expandable if expression "has more"
11543         children.
11545 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
11547         * startup.el (emacs-quick-startup): Remove variable and all uses.
11548         (command-line): Set `inhibit-x-resources' instead.
11549         (command-line-1): Use `inhibit-x-resources' instead.
11551 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
11553         * subr.el: Fix last change to avoid using the `unless' macro,
11554         which breaks bootstrapping.
11556 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11558         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
11559         extended definitions, in case we reload subr.el after having
11560         loaded CL.
11561         (eval-next-after-load): Mark as obsolete.
11563 2009-09-17  Juri Linkov  <juri@jurta.org>
11565         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
11566         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
11567         (menu-bar-showhide-menu, menu-bar-tools-menu)
11568         (menu-bar-describe-menu, menu-bar-help-menu)
11569         (minibuffer-local-completion-map, minibuffer-local-map):
11570         Fix list quoting.
11572 2009-09-17  Glenn Morris  <rgm@gnu.org>
11574         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
11575         arguments, whether or not it has a handler.
11577         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
11579         * simple.el (hard-newline): Give it a doc-string.
11581         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11582         (lisp-mode-syntax-table): Give them doc-strings.
11584 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
11586         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
11587         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
11588         (menu-bar-options-menu, menu-bar-showhide-menu)
11589         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
11590         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
11591         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
11592         (menu-bar-options-menu, menu-bar-tools-menu)
11593         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
11594         (menu-bar-help-menu):
11595         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
11596         string arguments.
11598         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
11599         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
11600         calls for the menu names and :help.
11602 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11604         * mouse.el (minor-mode-menu-from-indicator): Pay attention
11605         to :minor-mode-function (bug#4455).
11607 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11609         * startup.el (command-line): Initialize the window-system after
11610         processing the command-line.
11612         * textmodes/page.el (what-page): Make sure we don't inf-loop if
11613         page-delimiter matches the empty string.
11615 2009-09-16  Glenn Morris  <rgm@gnu.org>
11617         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
11618         byte-compile-not-obsolete-var.  It's a list now.
11619         (byte-compile-not-obsolete-funcs): New variable.
11620         (byte-compile-warn-obsolete): Don't warn about functions if they are in
11621         byte-compile-not-obsolete-funcs.
11622         (byte-compile-variable-ref, byte-compile-defvar): Update for
11623         byte-compile-not-obsolete-vars name-change and list nature.
11624         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
11625         and variables behind (f)boundp tests.
11626         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
11628 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
11630         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
11632 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11634         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
11635         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
11636         Don't autoload.
11638 2009-09-15  Stephen Eglen  <stephen@gnu.org>
11640         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
11641         the virtual-buffers, use the name of the buffer specified by
11642         find-file-noselect, as the match may be a symlink.  (This was a
11643         problem if the target and the symlink had different names.)
11645 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11647         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
11649         * desktop.el (desktop-path): Check user-emacs-directory.
11651         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
11653         * loadup.el: Use after-load-functions to GC after loading each file.
11654         Remove the explicit GC calls that used to be sprinkled around.
11656         * subr.el (after-load-functions): New hook.
11657         (do-after-load-evaluation): Run it.  Use string-match-p to detect
11658         `obsolete' packages, rather than painfully extracting the relevant
11659         directory name.
11661 2009-09-15  Glenn Morris  <rgm@gnu.org>
11663         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
11664         free variable `doc'.
11666         * dired.el (dired-mode-map): Add menu entry for async shell command.
11668         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
11669         variables, also consider the .elc files, since the .el files are
11670         normally gzipped (subsequent code locates the .el.gz from the .elc).
11672         * calc/calc-prog.el (arglist): Define for compiler.
11674         * calendar/diary-lib.el (diary-display-function): Change the default to
11675         fancy display.
11676         (body): Define for compiler.
11678         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
11679         (byte-compile-file-form, byte-compile-lambda)
11680         (byte-compile-top-level-body, byte-compile-form)
11681         (byte-compile-variable-ref, byte-compile-setq)
11682         (byte-compile-setq-default, byte-compile-body)
11683         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
11684         (batch-byte-compile): Give some more local variables with common names
11685         a "bytecomp-" prefix to avoid masking warnings about free variables.
11687         * startup.el (command-line-1): Give local variables with common names a
11688         distinguishing prefix, so as not to hide free variable warnings during
11689         bootstrap.
11691         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
11692         clever and add a suffix to make a unique name, just let the user decide
11693         whether or not to overwrite it.  If the input is a directory, write the
11694         default filename to that directory.  (Bug#4388)
11695         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
11696         is a filename-as-a-directory.
11698 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11700         * textmodes/page.el (what-page): Don't move to beginning of line.
11701         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
11703 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
11705         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
11707 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
11709         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
11710         * help.el (help-for-help-internal): Add purecopy calls for text.
11712         * vc.el (top): print-log method now takes an optional SHORTLOG
11713         argument.  Add a new method: root.
11714         (vc-root-diff, vc-print-root-log): New functions.
11715         (vc-log-short-style): New variable.
11716         (vc-print-log-internal): Add support for showing short logs.
11718         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
11719         vc-print-root-log and vc-print-root-diff.
11721         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
11722         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
11723         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
11724         short logs.
11726         * vc-cvs.el (vc-cvs-print-log):
11727         * vc-mtn.el (vc-mtn-print-log):
11728         * vc-rcs.el (vc-rcs-print-log):
11729         * vc-sccs.el (vc-sccs-print-log):
11730         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
11731         that is ignored for now.
11733         * vc-mtn.el (vc-mtn-annotate-command):
11734         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
11736 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11738         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
11739         to function-key-map, and give them ascii-character property.
11740         * term/x-win.el (x-alternatives-map):
11741         * term/ns-win.el (ns-alternatives-map):
11742         * term/internal.el (msdos-key-remapping-map):
11743         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
11745 2009-09-14  Glenn Morris  <rgm@gnu.org>
11747         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
11748         temp-buffers (2009-09-12).
11750 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11752         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
11753         the new read-key function.
11755 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
11757         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
11758         is defined (Bug#4405).
11760 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
11762         * recentf.el (recentf-cleanup): Use a hash table to find
11763         duplicates (Bug#4407).
11765 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
11767         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
11768         kp-0 to ascii equivalents (Bug#4325).
11770 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
11772         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
11774         * eshell/em-hist.el:
11775         * eshell/em-dirs.el (eshell-complete-user-reference):
11776         Declare pcomplete functions and variables to avoid compiler warnings.
11778 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
11780         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
11781         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
11782         * eshell/em-alias.el (eshell-aliases-file):
11783         * eshell/em-hist.el (eshell-history-file-name):
11784         Use expand-file-name instead of concat to make file names (Bug#4308).
11786 2009-09-13  Glenn Morris  <rgm@gnu.org>
11788         * ediff-merg.el (ediff-do-merge):
11789         * filesets.el (filesets-run-cmd):
11790         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
11791         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
11792         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
11793         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
11794         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
11795         Replace empty `let's with `progn'.
11797 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11799         * mail/sendmail.el (send-mail-function):
11800         * tooltip.el (tooltip-mode):
11801         * simple.el (transient-mark-mode):
11802         * rfn-eshadow.el (file-name-shadow-mode):
11803         * frame.el (blink-cursor-mode):
11804         * font-core.el (global-font-lock-mode):
11805         * files.el (temporary-file-directory)
11806         (small-temporary-file-directory, auto-save-file-name-transforms):
11807         * epa-hook.el (auto-encryption-mode):
11808         * composite.el (global-auto-composition-mode):
11809         Use custom-initialize-delay.
11810         * startup.el (command-line): Don't explicitly call
11811         custom-reevaluate-setting for all the above vars.
11812         * custom.el (custom-initialize-safe-set)
11813         (custom-initialize-safe-default): Delete.
11815 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11817         * term/x-win.el (x-initialize-window-system):
11818         * term/w32-win.el (w32-initialize-window-system):
11819         * term/ns-win.el (ns-initialize-window-system): Don't call
11820         mouse-wheel-mode since it's enabled globally by default already.
11822         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
11823         actually define the variable, but only silences the byte-compiler.
11824         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
11825         before looking it up.
11826         (mouse-wheel-scroll-amount): Also reset the bindings if this value
11827         is changed.
11829 2009-09-12  Glenn Morris  <rgm@gnu.org>
11831         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
11832         1000.
11833         (elint-add-required-env): Don't beep on error.
11834         (elint-forms): In case of error, return ENV unchanged.
11835         (elint-init-env): Skip non-list forms.
11836         (elint-log): Handle unknown file positions.
11838 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
11840         * epg.el (epg-make-context): Add autoload cookie.
11841         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
11842         (epg-decrypt-string, epg-start-verify, epg-verify-file)
11843         (epg-verify-string, epg-start-sign, epg-sign-file)
11844         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
11845         (epg-encrypt-string, epg-start-export-keys)
11846         (epg-export-keys-to-file, epg-export-keys-to-string)
11847         (epg-start-import-keys, epg-import-keys-from-file)
11848         (epg-import-keys-from-string, epg-start-receive-keys)
11849         (epg-receive-keys, epg-import-keys-from-server)
11850         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
11851         (epg-sign-keys, epg-start-generate-key)
11852         (epg-generate-key-from-file, epg-generate-key-from-string):
11853         Remove autoload cookie.
11855 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
11857         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
11858         reevaluation of trash-directory.
11860         * mwheel.el: Fix last change.
11861         (mouse-wheel-mode): New defvar.
11862         (mouse-wheel-mode): Remove autoload cookie.
11864 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11866         * mwheel.el (mwheel-installed-bindings): New var.
11867         (mouse-wheel-mode): Use it, so as to make sure we really remove all
11868         the bindings we set last time.  Use custom-initialize-delay.
11869         * loadup.el: Load mwheel after term/*-win.el.
11870         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
11871         and mouse-wheel-up-event now that their first evaluation is done
11872         sufficiently late to be correct.
11874         * startup.el (tutorial-directory): Make it a defcustom.
11875         Use custom-initialize-delay rather than eval-at-startup to set it.
11876         * image.el (image-load-path): Make it a defcustom.
11877         Use custom-initialize-delay rather than eval-at-startup to set it.
11878         * subr.el (eval-at-startup): Remove.
11879         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
11881         * subr.el (do-after-load-evaluation): Warn the user after loading an
11882         obsolete package.
11884 2009-09-12  Glenn Morris  <rgm@gnu.org>
11886         * proced.el (proced-mark-alt): Remove alias.
11887         (proced-mode-map): Remove proced-mark-alt.
11889         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
11890         Elint file and directory.  Remove initialization entry.
11892         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
11893         commands.
11894         (elint-current-buffer): Set mode-line-process.
11895         (elint-init-env): Handle define-derived-mode.
11896         Fix declare-function with unspecified arglist.  Guard against odd
11897         defalias statements (eg iso-insert's 8859-1-map).
11898         (elint-add-required-env): Use a temp buffer.
11899         (elint-form): Just print the function/macro name, not the whole form.
11900         Return env unchanged if we fail to parse a macro.
11901         (elint-forms): Guard against parse errors.
11902         (elint-output): New function, to handle batch mode.
11903         (elint-log-message): Add optional argument.  Use elint-output.
11904         (elint-set-mode-line): New function.
11906 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
11908         * emacs-lisp/elp.el (elp-not-profilable): Add more
11909         functions (Bug#4233).
11911 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
11913         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
11914         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
11916 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
11918         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
11919         (gdb-var-list-children): Use json parsing.
11921 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
11923         * progmodes/js.el (js--proper-indentation): Handle the case where
11924         char-before is null.  Reported by Deniz Dogan.
11926 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
11928         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
11930 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
11932         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
11933         (epg-digest-algorithm-alist): Add SHA224.
11934         (epg-context-set-passphrase-callback)
11935         (epg-context-set-progress-callback): Add description about
11936         callback function.
11938 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11940         * custom.el (custom-delayed-init-variables): New var.
11941         (custom-initialize-delay): New function.
11942         * startup.el (command-line): "Re"evaluate all vars in
11943         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
11944         explicitly any more.
11945         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
11946         to avoid creating a ~/.emacs.d at build-time (bug#4347).
11948         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
11950 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
11952         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
11953         (gdb-var-update-handler): Use json parsing.
11955 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
11957         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
11958         decode annotated text, regardless of language environment.  (Bug#2741)
11960 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11962         * Makefile.in (autoloads): Make rmail.el writable as well.
11964 2009-09-11  Glenn Morris  <rgm@gnu.org>
11966         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
11967         loaddefs.el.
11968         * dired.el: Regenerate with extracted autoloads.
11969         * Makefile.in (autoloads): Make dired.el writable.
11971         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
11972         * ibuffer.el: Regenerate with extracted autoloads.
11973         * Makefile.in (autoloads): Make ibuffer.el writable.
11975         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
11976         * version.el (emacs-copyright, emacs-major-version)
11977         (emacs-minor-version): Reformat doc-strings for make-docfile.
11979         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
11980         functions and variables, since they must be stuff specific to some other
11981         platform.
11982         (apropos-print): Make mouse-click message less specific about button.
11984         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
11985         that records where a macro was defined.
11986         * help-fns.el (describe-function-1): Mention if a function has a
11987         compiler-macro.
11988         * help-mode.el (help-function-cmacro): New button.
11990         * locate.el (top-level): Always require dired.
11991         (locate-mode-map): Initialize inside the defvar.
11993         * net/ange-ftp.el (dired-compress-file): Declare.
11994         (ange-ftp-dired-compress-file): Add doc string.
11996         * term/ns-win.el (x-display-name, x-setup-function-keys):
11997         Unify doc-strings with X versions.
11999 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12001         * emulation/crisp.el (crisp-mode-map): Move initialization
12002         into declaration.
12003         (crisp-mode): Use define-minor-mode.
12005         * progmodes/xscheme.el (xscheme-evaluation-commands):
12006         Put a :advertised-binding property rather than using
12007         advertised-xscheme-send-previous-expression.
12008         (advertised-xscheme-send-previous-expression): Declare obsolete.
12009         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
12010         `advertised-undo'.
12011         (crisp-mode): Add corresponding bindings to
12012         undo's :advertised-binding instead.
12013         * dired.el (dired-mode-map): Put a :advertised-binding property rather
12014         than using dired-advertised-find-file.
12015         (dired-advertised-find-file):
12016         * simple.el (advertised-undo):
12017         * wid-edit.el (advertised-widget-backward): Declare obsolete.
12018         (widget-keymap): Put a :advertised-binding property rather
12019         than using advertised-widget-backward.
12020         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
12021         than using advertised-undo.
12022         * tutorial.el (tutorial--default-keys): Adjust accordingly.
12024 2009-09-10  Simon South  <ssouth@slowcomputing.org>
12026         * progmodes/delphi.el (delphi-tab): Indent region when Transient
12027         Mark mode is enabled and region is active; otherwise indent or
12028         insert TAB as usual.
12029         (delphi-mode): Update description of TAB-key binding.
12031 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12033         * subr.el (define-key-rebound-commands): Mark obsolete.
12034         * startup.el (precompute-menubar-bindings): Remove.
12035         (normal-top-level): Remove obsolete code that tried to precompute
12036         menubar bindings.
12037         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
12038         define-key-rebound-commands and precompute-menubar-bindings.
12040 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12042         * net/imap.el (imap-interactive-login): Better messages.
12043         (imap-open): Fix bug with renamed buffer on reconnect.
12044         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12045         for easier debugging and cleaner code.  On successful (guessed based on
12046         server capabilities) secondary authentication, set imap-state
12047         correctly.
12048         (imap-last-authenticator): Define imap-last-authenticator as a variable
12049         to avoid warnings.
12051 2009-09-10  Glenn Morris  <rgm@gnu.org>
12053         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
12055         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
12056         (byte-compile-file-form-autoload): Don't warn about unknown functions
12057         where the autoload statement comes after the use.
12058         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
12059         that any handlers inside the body (eg require) are in turn respected.
12061         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
12062         effects.
12064         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
12065         and syntax and abbrev tables basic docs, if they don't have any.
12067         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
12069         * international/mule-cmds.el (top-level): Require cl when compiling.
12070         (view-hello-file): Use default-value rather than
12071         default-enable-multibyte-characters.
12073         * progmodes/fortran.el: Move all safe and risky properties into the
12074         defcustoms.
12076         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
12077         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
12078         * mail/undigest.el:
12079         Put autoloads in rmail.el rather than loaddefs.el.
12080         * mail/rmail.el: Regenerate with extracted autoloads.
12082         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
12083         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
12085 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
12087         Reported in thread for Bug#4375.
12088         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
12089         "-data-evaluate-expression" instead of print.
12090         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
12091         (gdb-tooltip-print): Parse output from above MI command.
12092         (gdb): Revert 2009-08-11 change.  User should detach inferior
12093         manually.
12095         Remove the word "separate" from IO functions as inferior
12096         output is now never displayed in the GUD buffer.
12098 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
12100         * startup.el (command-line-normalize-file-name): On Windows and
12101         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
12103 2009-09-10  Juri Linkov  <juri@jurta.org>
12105         * isearch.el (isearch-text-char-description): Propertize escape
12106         character sequences with the `escape-glyph' face.  (Bug#4344)
12108         * simple.el (shell-command): Set asynchronous process filter to
12109         `comint-output-filter'.  (Bug#4343)
12111         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
12112         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
12113         the list.  Move "asm" to the bottom.
12114         (grep-find-ignored-directories): Add `choice' with nil value
12115         to empty the list easily.
12116         (grep-find-ignored-files): New option.
12117         (grep-files-history): Set to nil by default instead of '("ch" "el").
12118         (grep-compute-defaults): Add "<X>" to `grep-template'.
12119         (grep-read-files): Bind new local variables `default-alias' and
12120         `default-extension'.  Use a list of default values for the file prompt.
12121         (lgrep): Add `--exclude=' command line options composed from
12122         `grep-find-ignored-files'.
12123         (rgrep): Add `-name' command line options composed from
12124         `grep-find-ignored-files'.  (Bug#4301)
12126 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12128         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
12129         (bug#4368).
12131 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12133         * calendar/time-date.el (autoload):
12134         Expand define-obsolete-function-alias into defalias and make-obsolete
12135         for old Emacsen that Gnus supports.
12136         (with-no-warnings): Define it for old Emacsen.
12137         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12138         is available.
12139         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12140         float-time is available; suppress compile warning for time-to-seconds.
12142 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12144         * net/imap.el (imap-message-map): Docstring fix.
12146 2009-09-09  Glenn Morris  <rgm@gnu.org>
12148         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
12149         line numbers too.  (Bug#4374)
12151 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12153         * smerge-mode.el (smerge-remove-props, smerge-refine):
12154         Use with-silent-modifications (bug#4342).
12156         * subr.el (with-silent-modifications): New macro.
12158 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
12160         * files.el (top-level): Require `cl' when compiling.
12162 2009-09-07  Glenn Morris  <rgm@gnu.org>
12164         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
12166         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
12167         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
12169 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
12171         * vc-git.el (vc-git-annotate-command): Use separator to parse
12172         arguments correctly.
12174 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
12176         * proced.el (proced-mode): Doc fix.
12178 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
12180         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
12181         lstat fails.
12182         (tramp-do-file-attributes-with-ls): Check for file existence at
12183         remote end.
12184         (tramp-do-file-attributes-with-stat): Likewise.
12185         (tramp-convert-file-attributes): Return nil when attr is nil.
12187 2009-09-05  Glenn Morris  <rgm@gnu.org>
12189         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
12190         properties to this button.
12191         (diary-fancy-display): Don't extend the button to the final newline.
12192         (diary-fancy-display-mode): Continue to define "q" as a local key.
12194         * calendar/cal-china.el (holiday-chinese): Make it slightly more
12195         efficient.
12197         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
12199         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
12200         (byte-compile-dest-file-function): New option.
12201         (byte-compile-dest-file): Doc fix.
12202         Obey byte-compile-dest-file-function.
12203         (byte-compile-cl-file-p): New function.
12204         (byte-compile-eval): Only suppress noruntime warnings about cl functions
12205         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
12206         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
12207         than for file being previously loaded.
12208         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
12209         (byte-compile-file-form-require): Handle the case where requiring a file
12210         indirectly causes CL to be loaded.
12212 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
12214         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
12215         before killing the old buffer, since by the time `kill-buffer' is
12216         run so many buffer variables have been set to nil that it may not
12217         behave as expected.  (Bug#4061)
12219 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
12221         * files.el (find-alternate-file): If the old buffer is modified
12222         and visiting a file, behave similarly to `kill-buffer' when
12223         killing it, thus reverting to the pre-1.878 behavior; see
12224         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
12225         for discussion.  Also, consult `buffer-file-name' as a variable
12226         not as a function, for consistency with the rest of the code.
12228 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
12230         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12231         also when adding a new directory.
12233         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12234         defun.
12236 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12238         * files.el (locate-file-completion-table): Make it provide boundary
12239         information, so partial-completion works better.
12241 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
12243         * mail/footnote.el (Footnote-text-under-cursor):
12244         Check footnote-text-marker-alist before using it (bug#4324).
12246 2009-09-04  Glenn Morris  <rgm@gnu.org>
12248         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12249         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12250         * play/solitaire.el, play/tetris.el:
12251         Remove leading * from defcustom and defface docs.
12253         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12254         necessary.
12255         (diary-fancy-overriding-map): New variable.
12256         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12257         Use view-mode.
12259         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12260         goto-line.
12262 2009-09-03  Glenn Morris  <rgm@gnu.org>
12264         * arc-mode.el (archive-mode):
12265         * dos-fns.el (set-default-process-coding-system):
12266         * man.el (Man-getpage-in-background):
12267         * menu-bar.el (menu-bar-describe-menu):
12268         * server.el (server-process-filter):
12269         * startup.el (command-line):
12270         * tar-mode.el (tar-header-block-tokenize, tar-extract):
12271         * w32-fns.el (set-default-process-coding-system):
12272         * x-dnd.el (x-dnd-handle-file-name):
12273         * international/mule-cmds.el (mule-menu-keymap)
12274         (set-default-coding-systems, language-info-alist, set-language-info)
12275         (set-language-environment, standard-display-european-internal)
12276         (set-locale-environment):
12277         * international/mule-diag.el (mule-diag):
12278         * mail/emacsbug.el (report-emacs-bug):
12279         * mail/rmail.el (rmail-mode):
12280         * mail/sendmail.el (mail-setup):
12281         Use default-value rather than default-enable-multibyte-characters.
12283         * progmodes/f90.el: Move all safe properties into the defcustoms.
12284         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12286         * calendar/appt.el (appt-check):
12287         * calendar/diary-lib.el (diary-set-header, diary-live-p)
12288         (diary-check-diary-file, diary-list-entries)
12289         (diary-include-other-diary-files, diary-simple-display)
12290         (diary-fancy-display, diary-print-entries)
12291         (diary-mark-included-diary-files, diary-make-entry):
12292         Don't call substitute-in-file-name on diary-file.
12294 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
12295             Stefan Monnier  <monnier@iro.umontreal.ca>
12297         * mail/footnote.el (footnote-prefix): Make it a defcustom.
12298         (footnote-mode-map): Move initialization into the declaration.
12299         (footnote-minor-mode-map): Define it rather than changing global-map.
12300         (footnote-mode): Use define-minor-mode.
12302 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
12304         * net/tramp.el (tramp-handle-file-attributes-with-ls)
12305         (tramp-do-file-attributes-with-perl)
12306         (tramp-do-file-attributes-with-stat): Rename from
12307         `tramp-handle-file-attributes-with-*'.
12308         (tramp-handle-file-attributes): Use them.
12309         (tramp-do-directory-files-and-attributes-with-perl)
12310         (tramp-do-directory-files-and-attributes-with-stat): Rename from
12311         `tramp-handle-directory-files-and-attributes-with-*'.
12312         (tramp-handle-directory-files-and-attributes): Use them.
12313         (tramp-method-out-of-band-p): Additional parameter SIZE.
12314         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12315         (tramp-handle-write-region): Use it.
12316         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12317         (tramp-handle-vc-registered): Check, whether the first run did
12318         return files to be tested.
12319         (tramp-advice-make-auto-save-file-name): Do not call directly
12320         `tramp-handle-make-auto-save-file-name', because this would bypass
12321         the locking mechanism.
12323         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12324         (file-remote-p, process-file, start-file-process, set-file-times)
12325         (tramp-compat-file-attributes): Compatibility functions shall not
12326         call directly `tramp-handle-*', because this would bypass the
12327         locking mechanism.
12328         (tramp-compat-number-sequence): New defun.
12330 2009-09-02  Glenn Morris  <rgm@gnu.org>
12332         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12333         alias for float-time.
12334         (time-to-number-of-days): In Emacs, use float-time.
12335         * net/newst-backend.el (time-add): Suppress warnings from compat
12336         function.
12337         * time.el (emacs-uptime, emacs-init-time):
12338         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12339         Use float-time rather than time-to-seconds.
12341         * minibuffer.el (completion-initials-expand): Fix typo.
12343         * faces.el (modeline, modeline-inactive, modeline-highlight)
12344         (modeline-buffer-id):
12345         * info.el (info-menu-5): Mark these face aliases as obsolete.
12347 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12349         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12350         space ...
12351         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12352         no "--thread" option.
12353         (gdb-stopped): Don't print "Switched to thread" message when it is
12354         unchanged.
12356 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12358         * minibuffer.el (completion-try-completion)
12359         (completion-all-completions): Remove ill-defined (and
12360         mistakenly installed and luckily never used nor documented)
12361         `completion-styles' property.
12362         (completion-initials-expand, completion-initials-all-completions)
12363         (completion-initials-try-completion): New functions.
12364         (completion-styles-alist): Add doc to each entry.
12365         Add new `initials' entry.
12367 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12369         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12370         MI command -var-evaluate-expression.
12371         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12372         and tweak for case of string child.
12373         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12375 2009-09-01  Glenn Morris  <rgm@gnu.org>
12377         * add-log.el (change-log-date-face, change-log-name-face)
12378         (change-log-email-face, change-log-file-face, change-log-list-face)
12379         (change-log-conditionals-face, change-log-function-face)
12380         (change-log-acknowledgement-face):
12381         * cus-edit.el (custom-invalid-face, custom-rogue-face)
12382         (custom-modified-face, custom-set-face, custom-changed-face)
12383         (custom-saved-face, custom-button-face, custom-button-pressed-face)
12384         (custom-documentation-face, custom-state-face, custom-comment-face)
12385         (custom-comment-tag-face, custom-variable-tag-face)
12386         (custom-variable-button-face, custom-face-tag-face)
12387         (custom-group-tag-face-1, custom-group-tag-face):
12388         * diff-mode.el (diff-header-face, diff-file-header-face)
12389         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12390         (diff-added-face, diff-changed-face, diff-function-face)
12391         (diff-context-face, diff-nonexistent-face):
12392         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12393         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12394         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12395         (Info-title-4-face):
12396         * isearch.el (isearch-lazy-highlight-face):
12397         * log-view.el (log-view-file-face, log-view-message-face):
12398         * paren.el (show-paren-match-face, show-paren-mismatch-face):
12399         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12400         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12401         (cvs-msg-face):
12402         * smerge-mode.el (smerge-mine-face, smerge-other-face)
12403         (smerge-base-face, smerge-markers-face):
12404         * wid-edit.el (widget-documentation-face, widget-button-face)
12405         (widget-field-face, widget-single-line-field-face)
12406         (widget-inactive-face, widget-button-pressed-face):
12407         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12408         (woman-addition-face):
12409         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12410         (eshell-ls-executable-face, eshell-ls-readonly-face)
12411         (eshell-ls-unreadable-face, eshell-ls-special-face)
12412         (eshell-ls-missing-face, eshell-ls-archive-face)
12413         (eshell-ls-backup-face, eshell-ls-product-face)
12414         (eshell-ls-clutter-face):
12415         * eshell/em-prompt.el (eshell-prompt-face):
12416         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12417         * obsolete/old-whitespace.el (whitespace-highlight-face):
12418         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12419         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12420         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12421         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12422         (antlr-font-lock-literal-face):
12423         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12424         (ebrowse-root-class-face, ebrowse-file-name-face)
12425         (ebrowse-default-face, ebrowse-member-attribute-face)
12426         (ebrowse-member-class-face, ebrowse-progress-face):
12427         * progmodes/make-mode.el (makefile-space-face):
12428         * progmodes/sh-script.el (sh-heredoc-face):
12429         * textmodes/flyspell.el (flyspell-incorrect-face)
12430         (flyspell-duplicate-face):
12431         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12432         * textmodes/texinfo.el (texinfo-heading-face):
12433         Mark face aliases with "-face" suffix as obsolete.
12435         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12436         compiler.
12438         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12439         (eudc-bob-sound-menu): Use defvar rather than defconst, since
12440         easy-menu-define wants to modify these.
12442         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12444         * net/browse-url.el (browse-url-file-url):
12445         * term/internal.el (dos-codepage-setup):
12446         Use default-value rather than default-enable-multibyte-characters.
12448         * progmodes/etags.el (etags-goto-tag-location):
12449         * progmodes/flymake.el (flymake-highlight-line)
12450         (flymake-goto-file-and-line, flymake-goto-line):
12451         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12452         (gdb-goto-breakpoint):
12453         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12454         * progmodes/python.el (python-find-function)
12455         (python-pdbtrack-track-stack-file):
12456         * progmodes/verilog-mode.el (verilog-surelint-off):
12457         * term/ns-win.el (ns-open-file-select-line):
12458         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12459         Use forward-line rather than goto-line.
12461         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12462         * textmodes/reftex-index.el (reftex-display-index):
12463         * textmodes/reftex-ref.el (reftex-offer-label-menu):
12464         * textmodes/reftex-toc.el (reftex-toc):
12465         Remove unnecessary bindings of default-major-mode (all are followed by
12466         major-mode check and possible mode switch).
12468 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12470         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12471         Handle watchpoints (bug#4282).
12472         (def-gdb-thread-buffer-command): Enable thread to be selected by
12473         clicking without selecting threads buffer first.
12474         (gdb-current-context-command): Use selected frame so that "up",
12475         "down" etc work in the GUD buffer.
12476         (gdb-update): Find selected frame before rendering stack buffer.
12477         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12479 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12481         * progmodes/sym-comp.el (displayed-completions): Remove.
12482         (symbol-complete): Use minibuffer-complete.
12484 2009-08-31  Glenn Morris  <rgm@gnu.org>
12486         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12488         * apropos.el (apropos-symbols-internal):
12489         Handle (obsolete) face aliases.
12491         * faces.el (describe-face): Adjust the output format to be more like
12492         describe-variable, and to mention (obsolete) face aliases.
12493         Adjust the whitespace so that help-setup-xref works.
12495         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12496         * calendar/diary-lib.el (diary-button-face):
12497         Mark these face aliases as obsolete.
12499         * calendar/calendar.el (calendar-today): Doc fix.
12501 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12503         * progmodes/gdb-mi.el (gdb-control-all-threads)
12504         (gdb-control-current-thread): Force tool bar update.
12505         (gdb-non-stop-handler): New function.
12506         (gdb-init-1): Use it to test if non-stop mode is supported.
12507         Remove unused gdbmi buffer type.
12509 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
12511         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12512         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
12514 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
12516         * comint.el (comint-exec-1): Check command is non-null first.
12517         Part of gdb-mi.el change (2009-08-28).
12519 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12521         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12523 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
12525         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12526         instead of `dolist' to avoid a recursive require when bootstrapping.
12528 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12530         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12532         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12534         * net/imap.el (imap-send-command): Simplify.
12535         (imap-wait-for-tag): point-max -> buffer-size.
12537         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
12539         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
12540         with constant argument.
12542         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
12544         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
12546         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
12547         Change default, since most of our files don't have a history.
12548         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
12549         the user.
12551         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12552         Add comint-run.
12554         * calc/calc.el: Improve commenting convention.
12555         (calc-digit-map, toplevel): Simplify.
12557         * comint.el (comint-insert-input): Be careful to only set point if we
12558         don't delegate to some other command.
12560         * proced.el (proced-signal-list): Make it an alist.
12561         (proced-grammar-alist): Capitalize names.
12562         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
12563         Disable undo manually and make it read-only.
12564         Use completion-annotate-function.
12566         * minibuffer.el (minibuffer-message): If the current buffer is not
12567         a minibuffer, insert the message in the echo area rather than at the
12568         end of the buffer.
12569         (completion-annotate-function): New variable.
12570         (minibuffer-completion-help): Use it.
12571         (completion--embedded-envvar-table): Environment vars are
12572         always case-sensitive.
12574 2009-08-30  Glenn Morris  <rgm@gnu.org>
12576         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
12577         from fortran-current-defun.
12578         (fortran-beginning-of-subprogram): Be more precise about finding the
12579         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
12580         (fortran-end-of-subprogram): Simplify.
12581         (fortran-current-defun): Use fortran-start-prog-re.
12583 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
12585         * subr.el (do-after-load-evaluation): Simplify.
12587 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
12589         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
12591         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
12592         (vc-rcs-print-log): Use it.
12594         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
12596 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12598         * paths.el (abbrev-file-name): Move to abbrev.el.
12599         * abbrev.el (abbrev-file-name): Move from paths.el.
12600         Obey user-emacs-directory.
12601         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
12602         user-emacs-directory.
12603         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
12604         abbrev-file-name and calc-settings-file any more.
12605         * startup.el (command-line): Recompute abbrev-file-name and
12606         abbreviated-home-dir.
12607         (normal-no-mouse-startup-screen): Improve the generic code and get rid
12608         of the special code for when C-h bindings haven't been changed.
12609         (display-startup-echo-area-message): Use with-current-buffer.
12610         (command-line-1): Use a list of strings, rather than a list of lists
12611         of strings for longopts.
12613         * files.el (get-free-disk-space): Use / for default-directory.
12615         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
12616         Use with-current-buffer.
12618         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
12619         Recognize immutable variables like most-positive-fixnum.
12620         (byte-compile-setq-default): Check and warn if trying to assign
12621         to an immutable variable, or a non-variable.
12623         * progmodes/cc-vars.el (c-comment-continuation-stars):
12624         * progmodes/cc-engine.el (c-looking-at-bos):
12625         * progmodes/cc-cmds.el (c-toggle-auto-state)
12626         (c-forward-into-nomenclature, c-backward-into-nomenclature)
12627         (c-comment-line-break-function): Add version of obsolescence.
12629 2009-08-28  Juri Linkov  <juri@jurta.org>
12631         * files.el (magic-fallback-mode-alist): Add ZIP magic number
12632         associated with `archive-mode'.
12634         * image.el (image-type-header-regexps): Use only JPEG magic number
12635         to determine JPEG images, and don't use `image-jpeg-p' because
12636         Emacs can display non-JFIF non-Exif JPEG images.
12638 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
12640         * arc-mode.el (archive-mode):
12641         * emacs-lisp/re-builder.el (re-builder-unload-function):
12642         Protect against the default value of `major-mode' being nil.
12644 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
12646         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
12647         Fix typos in docstrings.
12649         * progmodes/js.el (js--macro-decl-re): Doc fix.
12650         (js--plain-method-re, js--split-name): Refloc docstring.
12651         (js--class-styles, js--make-merged-item, js--splice-into-items):
12652         Fix typos in docstrings; reflow docstrings.
12653         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
12654         (js--variable-decl-matcher, js--inside-pitem-p)
12655         (js--parse-state-at-point, js--get-all-known-symbols)
12656         (js--symbol-history, js-find-symbol, js--js-references)
12657         (js--moz-interactor, js--js-encode-value, js--read-tab):
12658         Fix typos in docstrings.
12660 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12662         * textmodes/reftex.el (reftex-get-file-buffer-force):
12663         * progmodes/verilog-mode.el (verilog-batch-execute-func):
12664         * emulation/viper.el (viper-go-away, viper-set-hooks):
12665         * emacs-lisp/re-builder.el (re-builder-unload-function):
12666         * emacs-lisp/bytecomp.el (byte-compile-file):
12667         * ses.el (ses-unload-function):
12668         * hexl.el (hexl-find-file):
12669         * files.el (normal-mode):
12670         * ehelp.el (with-electric-help):
12671         * autoinsert.el (auto-insert-alist):
12672         * arc-mode.el (archive-mode):
12673         Use (default-value 'major-mode) instead of default-major-mode.
12675         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
12676         * international/mule.el (load-with-code-conversion):
12677         * emacs-lisp/debug.el (debug):
12678         * ediff-vers.el (ediff-rcs-get-output-buffer):
12679         * dired.el (dired-internal-noselect): Don't let-bind
12680         default-major-mode around code that doesn't use it.
12681         E.g. buffer creation via get-buffer-create doesn't use it.
12683 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
12685         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
12686         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
12687         when writing the temp file.  Otherwise, epa-file gets confused.
12688         (tramp-register-file-name-handlers): Make it a defun.  Move also
12689         `epa-file-handler' to the front of `file-name-handler-alist'.
12691 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12693         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
12694         start right after a ^M.
12695         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
12696         (tramp-completion-file-name-regexp-separate)
12697         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
12698         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
12699         Don't modify last-coding-system-used by accident.
12700         (tramp-completion-file-name-handler): Apply the checks here,
12701         instead during registration.
12702         (tramp-register-file-name-handlers): Renamed from
12703         `tramp-register-file-name-handler'.  Register both
12704         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
12705         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
12707 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
12709         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
12710         Remove variable ...
12711         (gdb-init-1, gdb-display-separate-io-buffer)
12712         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
12713         references to it.
12714         (gdb-inferior-io-mode): Use make-comint-in-buffer.
12715         (gdb-inferior-filter): Use comint-output-filter to stop
12716         echoing and remove ^M characters.
12718 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12720         * emulation/viper-init.el (viper-restore-cursor-type):
12721         * emulation/cua-base.el (cua--update-indications):
12722         Replace default-cursor-type with (default-value 'cursor-type).
12724         * mail/sendmail.el (mail-recover-1):
12725         * international/mule-diag.el (describe-current-coding-system-briefly)
12726         (describe-current-coding-system):
12727         * international/mule-cmds.el (select-safe-coding-system)
12728         (select-message-coding-system)
12729         (set-language-environment-coding-systems, set-locale-environment):
12730         * hexl.el (hexl-insert-multibyte-char):
12731         * dos-w32.el (find-buffer-file-type-coding-system):
12732         * simple.el (what-cursor-position):
12733         Replace uses of default-buffer-file-coding-system
12734         with (default-value 'buffer-file-coding-system).
12736         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
12737         Replace uses of default-cursor-in-non-selected-windows
12738         with (default-value 'cursor-in-non-selected-windows).
12739         Use with-current-buffer.
12741         * mail/feedmail.el: Use CL macros.
12742         (feedmail-run-the-queue, feedmail-send-it-immediately):
12743         * dos-w32.el (find-buffer-file-type): Replace uses of
12744         default-buffer-file-type with (default-value 'buffer-file-type).
12746 2009-08-28  Glenn Morris  <rgm@gnu.org>
12748         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
12749         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
12750         Use default-value of major-mode rather than default-major-mode.
12752 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12754         * Makefile.in (update-elcfiles): Report left over elc files.
12756         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
12757         expand-file-name and with-current-buffer.
12758         (mail-get-names, mail-directory): Use with-current-buffer.
12760         * vc.el (vc-read-revision): New function.
12761         (vc-version-diff, vc-merge): Use it.
12763 2009-08-27  Sam Steingold  <sds@gnu.org>
12765         * simple.el (kill-do-not-save-duplicates): New user option.
12766         (kill-new): When it is non-nil, and the new string is the same as
12767         the latest kill, set replace to t to avoid duplicates in kill-ring.
12769 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
12771         * net/tramp.el (tramp-handle-process-file): Do not flush all
12772         caches when `process-file-side-effects' is set.
12773         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
12774         instead of `tramp-find-file-exists-command'.
12775         Unset `process-file-side-effects'.
12777 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
12779         * net/tramp.el (tramp-methods): New method "rsyncc".
12780         (top): Add completion function for "rsyncc".
12781         (tramp-message-show-message): New defvar.
12782         (tramp-message, tramp-error): Use it.
12783         (tramp-do-copy-or-rename-file-directly): Extend check for direct
12784         remote copying.
12785         (tramp-do-copy-or-rename-file-out-of-band): Handle new
12786         `tramp-methods' entry `copy-env' of "rsyncc".
12787         (tramp-vc-registered-read-file-names): New defconst.
12788         (tramp-vc-registered-file-names): New defvar.
12789         (tramp-handle-vc-registered): Implement optimization strategy.
12790         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
12791         (tramp-vc-file-name-handler): New defun.
12792         (tramp-get-ls-command, tramp-get-test-command)
12793         (tramp-get-file-exists-command, tramp-get-remote-ln)
12794         (tramp-get-remote-perl, tramp-get-remote-stat)
12795         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
12797         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
12798         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
12799         timestamps.
12800         (tramp-get-file-property): Check for timestamps in
12801         `tramp-cache-inhibit-cache'.
12802         (tramp-set-file-property): Write timestamp.
12804 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12806         * language/japan-util.el (japanese-symbol-table): Add entries for
12807         cp932-2-byte.
12809         * international/characters.el: Add category `j' to cp932-2-byte.
12811 2009-08-27  Kenichi Handa  <handa@m17n.org>
12813         * international/fontset.el (build-default-fontset-data): New macro.
12814         (setup-default-fontset): Use build-default-fontset-data for CJK,
12815         tibetan, ethiopic, and ipa.
12817 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12819         * cus-start.el (default-major-mode): Customize `major-mode' instead.
12820         (enable-multibyte-characters): Not customizable any more.
12822         * subr.el (default-mode-line-format, default-header-line-format)
12823         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
12824         (default-direction-reversed, default-truncate-lines)
12825         (default-left-margin, default-tab-width, default-case-fold-search)
12826         (default-left-margin-width, default-right-margin-width)
12827         (default-left-fringe-width, default-right-fringe-width)
12828         (default-fringes-outside-margins, default-scroll-bar-width)
12829         (default-vertical-scroll-bar, default-indicate-empty-lines)
12830         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
12831         (default-fringe-cursor-alist, default-scroll-up-aggressively)
12832         (default-scroll-down-aggressively, default-fill-column)
12833         (default-cursor-type, default-buffer-file-type)
12834         (default-cursor-in-non-selected-windows)
12835         (default-buffer-file-coding-system, default-major-mode)
12836         (default-enable-multibyte-characters): Mark as obsolete.
12838 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
12840         * vc-dir.el (vc-dir-update): Remove debug helper.
12842         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
12844 2009-08-26  Sam Steingold  <sds@gnu.org>
12846         * simple.el (save-interprogram-paste-before-kill): New user option.
12847         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
12848         save the interprogram-paste into kill-ring before overriding it
12849         with the Emacs kill.
12851 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
12853         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
12854         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
12855         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
12856         and move to vc-rcs.el.
12857         (vc-default-next-revision): Rename to vc-rcs-next-revision and
12858         move to vc-rcs.el.
12859         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
12860         (vc-rcs-update-changelog): Remove.
12861         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
12862         and move to vc-rcs.el.
12864         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
12865         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
12866         renaming.
12867         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
12868         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
12869         vc.el, renamed to be RCS specific.
12871         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
12872         New functions.
12873         (vc-cvs-update-changelog): Move here from vc.el.
12875         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
12876         New functions.
12878 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12880         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
12882 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
12884         * vc-git.el (vc-git-register): Use "git add" for directories.
12885         (vc-git-stash, vc-git-stash-show): New functions.
12886         (vc-git-extra-menu-map): Bind them.
12888         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
12889         directory correctly in case the item is a directory itself.
12891         * vc.el: Document the desired behavior for reverted files in the
12892         `added' state.
12893         (vc-default-prettify-state-info): Remove function, unused.
12895         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
12897 2009-08-26  Glenn Morris  <rgm@gnu.org>
12899         * bindings.el (standard-mode-line-format): Reposition dashes in
12900         which-func entry.  (Bug#4217)
12902         * files.el (enable-local-variables, enable-local-eval)
12903         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
12904         the defcustoms.
12905         (auto-mode-alist, ignored-local-variables)
12906         (save-some-buffers-action-alist): Move risky declarations to the
12907         definitions.
12908         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
12909         (font-lock-defaults, format-alist, imenu--index-alist)
12910         (imenu-generic-expression, input-method-alist, minor-mode-alist)
12911         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
12912         (mode-line-modified, mode-line-mule-info, mode-line-position)
12913         (mode-line-process, mode-line-remote, outline-level)
12914         (parse-time-rules, rmail-output-file-alist)
12915         (special-display-buffer-names, vc-mode):
12916         Move risky declarations to the relevant files.
12917         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
12918         (mode-line-modified, mode-line-process, mode-line-position)
12919         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
12920         * font-core.el (font-lock-defaults):
12921         * format.el (format-alist):
12922         * vc-hooks.el (vc-mode):
12923         * window.el (special-display-buffer-names):
12924         * international/mule-cmds.el (input-method-alist):
12925         Define riskiness here (dumped file) rather than in files.el.
12926         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
12927         * imenu.el (imenu-generic-expression, imenu--index-alist):
12928         * outline.el (outline-level):
12929         * time.el (display-time-string):
12930         * calendar/parse-time.el (parse-time-rules):
12931         * mail/rmailout.el (rmail-output-file-alist):
12932         Autoload riskiness here, rather than placing in files.el.
12934 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
12936         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
12938 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
12940         * simple.el (process-file-side-effects): New defvar.
12942         * dired-aux.el (dired-show-file-type):
12943         * vc.el (vc-diff-internal):
12944         * vc-arch.el (vc-arch-diff):
12945         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
12946         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
12947         * vc-git.el (vc-git-registered, vc-git-working-revision)
12948         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
12949         (vc-git--empty-db-p):
12950         * vc-hooks.el (vc-user-login-name):
12951         * vc-svn.el (vc-svn-registered, vc-svn-state)
12952         (vc-svn-dir-extra-headers, vc-svn-find-revision):
12953         * progmodes/grep.el (grep-probe): Let-bind
12954         `process-file-side-effects' with nil.
12956         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
12958         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
12959         daemon.  Replace ping by checking for running service for bluez
12960         and zeroconf.  (Bug#4239)
12962 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12964         * net/dig.el (dig): Add autoload cookie.
12966 2009-08-25  Glenn Morris  <rgm@gnu.org>
12968         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
12969         load-history for absolute file-names.
12970         (byte-compile-file-form-require): Warn about use of the cl package.
12972         * format.el (format-alist): Doc fix.
12974         * play/bubbles.el (top-level): Don't require cl at run-time.
12976         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
12977         run-time cl).
12979 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
12981         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
12982         from cl package.
12983         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
12985 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
12987         * calc/calc-alg.el (math-trig-rewrite)
12988         (math-hyperbolic-trig-rewrite): New functions.
12989         (calc-simplify): Simplify trig functions when asked.
12991 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12993         * diff-mode.el (diff-find-source-location): Avoid goto-line.
12995 2009-08-24  Kenichi Handa  <handa@m17n.org>
12997         * language/ind-util.el (mapthread): Delete it.
12998         (combinatorial): New function.
12999         (indian--puthash-cv): Use combinatorial instead of mapthread.
13001 2009-08-22  Kevin Ryde  <user42@zip.com.au>
13003         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
13004         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
13005         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
13006         Clarify docstring that the value is strings not symbols.
13007         (checkdoc-list-of-strings-p): New function.
13009 2009-08-22  Glenn Morris  <rgm@gnu.org>
13011         * files.el (auto-mode-alist):
13012         * hippie-exp.el (he-concat-directory-file-name):
13013         * lpr.el (lpr-windows-system, printer-name):
13014         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
13015         * ps-print.el (ps-windows-system):
13016         * startup.el (command-line):
13017         * emulation/viper-ex.el (viper-glob-function):
13018         * international/mule-cmds.el (set-language-environment-coding-systems):
13019         * net/ange-ftp.el (ange-ftp-write-region):
13020         * obsolete/fast-lock.el (fast-lock-cache-name):
13021         Remove code for defunct system-types emx, macos, mswindows, next-mach,
13022         unisoft-unix, vax-vms, win32, w32.
13024         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
13025         given name if the pattern is not more specific.
13027         * calendar/lunar.el (lunar-phase-names): New option.
13028         (lunar-phase): Doc fix.
13029         (lunar-cycles-per-year): New constant.
13030         (lunar-index): New function.
13031         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
13032         (lunar-phase-name): Use lunar-phase-names.
13033         (calendar-lunar-phases): Use format.
13034         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
13036         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
13037         Copy imenu-example--name-and-position function here for own use.
13038         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
13040         * bs.el (bs--redisplay):
13041         * cus-edit.el (custom-redraw):
13042         * ibuffer.el (ibuffer-bury-buffer):
13043         * server.el (server-goto-line-column):
13044         * startup.el (command-line-1):
13045         * strokes.el (strokes-xpm-for-stroke):
13046         * term.el (term-display-buffer-line):
13047         * view.el (View-goto-line):
13048         * calc/calc.el (calc-do, calc-trail-buffer):
13049         * play/gamegrid.el (gamegrid-add-score-insecure):
13050         * progmodes/ada-mode.el (ada-compile-goto-error):
13051         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
13052         (ebrowse-select-1st-to-9nth):
13053         * progmodes/cperl-mode.el (cperl-time-fontification):
13054         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
13055         * progmodes/gud.el (gud-display-line):
13056         (idlwave-shell-display-line):
13057         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
13058         * progmodes/make-mode.el (makefile-browser-toggle):
13059         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
13060         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
13061         * textmodes/picture.el (picture-draw-rectangle):
13062         * textmodes/reftex-index.el (reftex-index-goto-letter):
13063         (reftex-select-jump-to-previous):
13064         * textmodes/reftex-sel.el (reftex-find-start-point)
13065         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
13066         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
13067         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
13068         * textmodes/tex-mode.el (tex-compilation-parse-errors):
13069         * textmodes/two-column.el (2C-associated-buffer):
13070         Use forward-line rather than goto-line.
13072         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
13073         goto-line.
13075         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
13076         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
13077         (quick-check-list-to-regexp): Declare.
13079         * progmodes/make-mode.el (makefile-browser-insert-selection):
13080         Use goto-char rather than goto-line.
13082         * progmodes/prolog.el (compilation-error-regexp-alist)
13083         (compilation-forget-errors): Declare.
13085 2009-08-22  Juri Linkov  <juri@jurta.org>
13087         * progmodes/grep.el (lgrep, rgrep): At the beginning
13088         set `dir' to `default-directory' unless `dir' is a non-nil
13089         readable directory.  (Bug#4052)
13090         (lgrep, rgrep): Change a weird way to report an error
13091         from using `read-string' to using `error'.
13092         Instead of using interactive arguments in the function body,
13093         add new argument `confirm'.
13095 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13097         * textmodes/remember.el (remember-buffer):
13098         * progmodes/cperl-mode.el (cperl-vc-header-alist):
13099         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
13100         (icalendar-extract-ical-from-buffer):
13101         * net/newst-treeview.el (newsticker-groups-filename):
13102         * net/newst-backend.el (newsticker-cache-filename):
13103         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
13104         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
13105         (speedbar-add-ignored-path-regexp, speedbar-line-path)
13106         (speedbar-buffers-line-path, speedbar-path-line)
13107         (speedbar-buffers-line-path):
13108         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
13109         (epg-sign-keys):
13110         * epa.el (epa-display-verify-result):
13111         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
13113 2009-08-21  Glenn Morris  <rgm@gnu.org>
13115         * progmodes/js.el (inferior-moz-process): Fix declaration.
13117         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
13119         * obsolete/rnewspost.el (news-mail-reply):
13120         Use goto-char rather than goto-line.
13122         * term/ns-win.el (ns-open-file-select-line):
13123         Use line-beginning-position rather than goto-line.
13125         * apropos.el (apropos-command):
13126         * ehelp.el (electric-helpify):
13127         * printing.el (pr-show-setup):
13128         * strokes.el (strokes-help):
13129         * tutorial.el (tutorial--describe-nonstandard-key)
13130         (tutorial--detailed-help):
13131         * woman.el (woman-mini-help, woman-display-extended-fonts):
13132         * calc/calc-help.el (calc-describe-key):
13133         * emulation/edt.el (edt-electric-helpify):
13134         * international/mule-diag.el (mule-diag):
13135         * play/yow.el (apropos-zippy):
13136         * progmodes/python.el (python-describe-symbol):
13137         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
13138         * textmodes/table.el (*table--cell-describe-mode)
13139         (*table--cell-describe-bindings):
13140         Use help-print-return-message rather than the now obsolete alias.
13142         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
13143         (calendar-cursor-to-visible-date):
13144         * play/5x5.el (5x5-position-cursor):
13145         * play/decipher.el (decipher):
13146         * play/gomoku.el (gomoku-goto-xy):
13147         * play/landmark.el (lm-goto-xy):
13148         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
13149         (mpuz-paint-digit):
13150         Use forward-line, not goto-line.
13152         * mail/rmail.el (rmail-obsolete): Delete custom group.
13153         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
13154         (rmail-remote-password, rmail-remote-password-required):
13155         Remove unneeded :set-after and :set properties.
13157 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
13159         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
13161 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
13163         * loadup.el: Remove leftover macos code.
13165         * vc-git.el (vc-git-annotate-command): Run asynchronously.
13166         Explicitly pass the date format to git blame so that user local
13167         so that the output format can be parsed.
13169 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
13171         * net/dbus.el (top): Don't check for (getenv
13172         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
13174 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
13176         * log-edit.el (log-edit-strip-single-file-name): New var.
13177         (log-edit-insert-changelog): Use it.  Bug#3571
13179 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13181         * subr.el (read-passwd): Use read-key so keypad keys work as well.
13182         Bug#3287
13184         * help.el (help-print-return-message): Rename from
13185         print-help-return-message.
13187         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
13188         cvs-mode-map parent hack.
13189         (log-view-mode): Derive from special-mode.
13191         * linum.el (linum-mode): window-size-change-functions is redundant.
13192         Adapt to new window-configuration-change-hook behavior.
13193         (linum-after-size, linum-after-config): Remove.
13195         * imenu.el (imenu-example--name-and-position)
13196         (imenu-example--lisp-extract-index-name)
13197         (imenu-example--create-lisp-index, imenu-example--create-c-index):
13198         Mark as obsolete.
13200         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
13201         (inferior-prolog-mode): Use it.
13202         (inferior-prolog-load-file): Reset list of errors.
13204 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13206         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
13208         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
13210 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
13212         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
13213         is running already.
13215 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13217         * subr.el (listify-key-sequence-1): Use normal syntax since those
13218         integers are nowadays always represented by the same (positive) number
13219         on all platforms.
13220         (read-key-empty-map): New const.
13221         (read-key-delay): New var.
13222         (read-key): New function.
13223         (force-mode-line-update): Use with-current-buffer.
13224         (locate-user-emacs-file): Don't forget to abbreviate the file name.
13225         (start-process-shell-command, start-file-process-shell-command):
13226         Discourage the use of command-args.
13228 2009-08-19  Glenn Morris  <rgm@gnu.org>
13230         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
13232 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13234         * simple.el (choose-completion-string): Don't rely on
13235         minibuffer-completing-file-name and ad-hoc checks to decide whether
13236         to continue completion or not.
13238         * minibuffer.el (minibuffer-hide-completions): New function.
13239         (completion--do-completion): Use it.
13240         (completions-annotations): New face.
13241         (completion--insert-strings): Use it.
13242         (completion-pcm--delim-wild-regex): Add docstring.
13243         (completion-pcm--string->pattern): Add support for 0-width delimiters
13244         in completion-pcm--delim-wild-regex.
13246 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13248         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13249         Remove unused var `buffer-modified-p'.
13251         * minibuffer.el (completion--do-completion): Move point for the #b001
13252         case as well (bug#4176).
13253         (minibuffer-complete, minibuffer-complete-word): Don't move point.
13255 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
13257         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
13258         and :session buses.
13260 2009-08-18  Kenichi Handa  <handa@m17n.org>
13262         * international/ucs-normalize.el (ucs-normalize-version):
13263         Change to 1.1.
13264         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13265         (utf-8-hfs): Make it perform normalization on encoding too.
13267         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
13268         (sentence-end-without-space): Delete duplicated chars.
13269         (sentence-end-base): Likewise.
13271         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
13272         (html-mode): Delete duplicated chars from sentence-end-base.
13274         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
13275         (texinfo-mode): Delete duplicated chars from sentence-end-base.
13277 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
13279         * files.el (hack-one-local-variable): If the mode function is for
13280         a minor mode, pass it an argument (Bug#4148).
13282 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
13284         * net/tramp.el (tramp-register-completion-file-name-handler):
13285         Check also for (member 'partial-completion completion-styles).
13287 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13289         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13290         abbrev (Bug#3943).
13292 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
13294         * progmodes/cperl-mode.el: Merge upstream 6.2.
13295         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13296         (cperl-forward-re): Check cperl-brace-recursing.
13297         (cperl-highlight-charclass): New function.
13298         (cperl-find-pods-heres): Use it.
13299         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13300         (cperl-beautify-regexp-piece): Fix column calculation.
13301         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13302         (cperl-beautify-level): Don't process entire regexp.
13303         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13304         calling man.
13305         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13306         (cperl-init-faces): Build a list in the normal way.
13308 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13310         * calendar/parse-time.el (parse-time-string-chars): Save match
13311         data.
13313 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13315         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13316         (sql-product): Use it.
13317         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13318         (sql-set-product): Add completion.
13319         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13320         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13321         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13322         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13323         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13324         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13325         (sql-highlight-db2-keywords): Remove.
13326         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13327         (sql-highlight-product): Use derived-mode-p.
13328         (sql-set-sqli-buffer): Use with-current-buffer.
13329         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13330         Simplify.
13332         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13334         * term.el: Fix commenting convention, turn comments into docstrings.
13336 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
13338         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13340 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13342         * calendar/parse-time.el (parse-time-string-chars): Compute using
13343         character classes, to handle non-ascii characters (Bug#3190).
13345 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13347         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13348         another heredoc if the user adds another < (Bug#3226).
13350         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13351         Don't initialize based on window-system (Bug#4124).
13353         * facemenu.el (facemenu-read-color): Use a completion function
13354         that accepts any defined color, such as RGB triplets (Bug#3677).
13356         * files.el (get-free-disk-space): Change fallback default
13357         directory to /.  Expand DIR argument before switching to fallback.
13358         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13360 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13362         * files.el (load-library): Doc fix.
13364 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
13366         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13367         (viper-if-string): Redefine C-s in the minibuffer to insert the last
13368         incremental search string.
13370         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13371         XEmacs.
13373         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13374         (ediff-merge-region-is-non-clash)
13375         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13376         Also check if the job is really a merge job.
13378         * ediff.el (ediff-current-file): New function.
13380 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13382         * progmodes/js.el: Edit docstrings throughout to follow Emacs
13383         conventions.
13384         (js-insert-and-indent): Delete function.
13385         (js-mode-map): Don't bind keys to js-insert-and-indent.
13386         (js-beginning-of-defun): Rename from js--beginning-of-defun.
13387         (js-end-of-defun): Rename from js--end-of-defun.
13388         (js-auto-indent-flag): Delete variable.
13390 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
13392         * progmodes/js.el: Remove proclaim statement.
13393         Defvar which-func-imenu-joiner-function to silence compiler.
13395         * files.el (auto-mode-alist): Use js-mode for .js files.
13397         * progmodes/js2-mode.el: Remove file.
13399         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13401         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13403         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13405 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
13406             Karl Landstrom  <karl.landstrom@brgeight.se>
13408         * progmodes/js.el: New file.
13410 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
13412         * timezone.el (timezone-parse-date): Add ability to understand ISO
13413         basic format (minimal separators) dates in addition to the
13414         already-supported extended format dates.
13416 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
13418         * international/ucs-normalize.el: Add a `coding' file variable.
13420         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13422 2009-08-14  Sam Steingold  <sds@gnu.org>
13424         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13426 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
13428         * faces.el (help-argument-name): Define it here instead of
13429         help-fns.el, because in daemon mode help-fns.el may be loaded when
13430         faces are still uninitialized (Bug#1078).
13432         * help-fns.el (help-argument-name): Move defface to faces.el.
13434 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
13436         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13437         create buffer with a pty but no process so that GDB can make the
13438         inferior the controlling process.
13440 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
13442         * international/ucs-normalize.el: New file.
13444 2009-08-13  Richard Stallman  <rms@gnu.org>
13446         * mail/rmail.el (rmail-get-attr-names):
13447         Accept an attribute header that is too short.
13449         * mail/rmail.el (rmail-forget-messages):
13450         Ignore nil elt in rmail-message-vector.  Use dotimes.
13452         * progmodes/compile.el (compilation-goto-locus):
13453         Use next-error-move-function.
13455         * simple.el (next-error-move-function): New variable.
13457 2009-08-12  Juri Linkov  <juri@jurta.org>
13459         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13460         always non-nil.  (Bug#4052)
13462         * replace.el (read-regexp): Return empty string when
13463         `default-value' is nil.
13464         (keep-lines-read-args): Don't use empty string as the
13465         default value for `read-regexp'.  (Bug#2495)
13467 2009-08-12  Juri Linkov  <juri@jurta.org>
13469         * international/mule-cmds.el (ucs-insert): Change arguments
13470         from `arg' to `character', `count', `inherit' to be the same
13471         as in `insert-char'.  Doc fix.  (Bug#4039)
13473         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13475 2009-08-12  Juri Linkov  <juri@jurta.org>
13477         * files-x.el: New file.
13479         * files.el: Move code that deals with adding/deleting
13480         file/directory-local variables to files-x.el.
13482         * Makefile.in (ELCFILES): Add files-x.elc.
13484 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
13486         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13487         to use `goto-line'.
13488         (gdb-place-breakpoints, gdb-get-location): Rewritten without
13489         `goto-line'.
13490         (gdb-invalidate-disassembly): Do not refresh upon receiving
13491         'update signal.  Instead, update all disassembly buffers only after
13492         threads list.
13493         (gdb): Send -target-detach when buffer is killed (Bug#3794).
13494         (gdb-starting): Moved -data-list-register-names...
13495         (gdb-stopped): ...here so it's sent when first thread stops.
13496         (gdb-registers-handler-custom): Do nothing if register names are
13497         unknown yet.
13499         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13500         from `gdb-mi.el' to avoid extra tangling.
13502         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13503         change which breaks `gud-def' definitions used in `gdb'.
13504         (gdb-update-gud-running): No extra fuss for updating frame number.
13506 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13508         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13509         (describe-language-environment-map, setup-language-environment-map)
13510         (set-coding-system-map): Move initialization into declaration.
13511         (set-language-info-alist): Last arg to define-key-after can be skipped.
13513         * international/quail.el (quail-completion-1): Simplify.
13514         (quail-define-rules): Use slightly more compact code.
13515         (quail-insert-decode-map): Propertize keys, compact columns.
13517         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13518         Add goto-line.
13520 2009-08-10  Miles Bader  <miles@gnu.org>
13522         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13523         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13524         (js2-instance-member, js2-private-member, js2-private-function-call)
13525         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13526         (js2-magic-paren, js2-external-variable):
13527         Remove "-face" suffix from face names.
13528         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13529         (js2-highlight-undeclared-vars, js2-peek-token)
13530         (js2-parse-function-params, js2-mode-show-errors)
13531         (js2-mode-show-warnings, js2-make-magic-delimiter)
13532         (js2-mode-highlight-magic-parens): Update to use new face names.
13534 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
13536         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
13537         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
13539 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
13541         * subr.el: Provide hashtable-print-readable.
13543         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
13544         hs-c-like-adjust-block-beginning.
13545         (hs-hide-block-at-point): Stop hiding at the beginning of
13546         hs-block-end-regexp (Bug#700).
13548 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
13550         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
13551         a macro.
13552         (gdb-registers-handler-custom): Do not fail when register names
13553         are unavailable.
13555 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13557         * progmodes/gdb-mi.el (gdb-control-all-threads)
13558         (gdb-control-current-thread): Interactive setters for
13559         `gdb-gud-control-all-threads' to use in menu.
13560         (gdb-show-run-p): Show «Go» when process is not active.
13561         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
13562         gud/thread.xpm and gud/all.xpm.
13564 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
13566         * net/net-utils.el (net-utils-font-lock-keywords): New var.
13567         (nslookup-font-lock-keywords): Make it a variable.
13568         (net-utils-mode): New mode for viewing diagnostic network output.
13569         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
13570         (net-utils-run-simple): New function.
13571         (ifconfig, iwconfig, netstat, arp, route): Use it.
13573 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13575         * progmodes/gdb-mi.el (gdb-read-memory-custom)
13576         (gdb-memory-set-address, def-gdb-set-positive-number)
13577         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
13578         after changing settings.
13579         (gdb-invalidate-disassembly): Update when first shown.
13580         (gdb-edit-locals-value): Fixed.
13581         (gdb-registers-handler-custom): Print registers in right order and
13582         allow changing register values (only for current thread yet).
13583         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
13584         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
13585         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
13586         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
13587         info in mode name.
13588         (gdb-registers-mode-map): TAB to switch to locals.
13590 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
13592         * mail/rmail.el (rmail-add-mbox-headers)
13593         (rmail-set-message-counters-counter): Search for
13594         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
13596 2009-08-08  Glenn Morris  <rgm@gnu.org>
13598         * Makefile.in (ELCFILES): Update.
13600 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13602         * mail/sendmail.el (mail-yank-original): Set
13603         buffer-file-coding-system from the one used by the message whose
13604         text is yanked.
13606         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
13607         to "windows" when "pgnuplot" is used.
13608         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
13609         call accept-process-output if "pgnuplot" is used.
13610         (calc-graph-init): Don't send -display and -geometry to
13611         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
13612         running "pgnuplot -V" with shell-command-to-string.
13614         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
13615         the default.
13617 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13619         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
13620         org/org-latex.elc.
13622 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
13624         * vc-dispatcher.el (vc-resynch-window): Update comment.
13626         * term.el (term-handle-ansi-escape): Add comments with the
13627         terminfo capabilities implemented.
13629 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
13631         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
13632         (gdb-var-create-handler): Rewritten using JSON parser.
13633         (gdb-propertize-header): Moved earlier.
13634         (gdb-set-header): Removed to avoid duplication.
13635         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
13636         Refresh disassembly buffers only after threads list have been
13637         update.
13638         (gdb-threads-header, gdb-registers-header): Per-buffer header line
13639         variables.
13641 2009-08-04  Juri Linkov  <juri@jurta.org>
13643         * files.el: Commands to add/delete file/directory-local variables.
13644         (read-file-local-variable, read-file-local-variable-value)
13645         (read-file-local-variable-mode, modify-file-local-variable)
13646         (modify-file-local-variable-prop-line)
13647         (modify-dir-local-variable): New functions.
13648         (add-file-local-variable, delete-file-local-variable)
13649         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
13650         (add-dir-local-variable, delete-dir-local-variable)
13651         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
13652         (copy-dir-locals-to-file-locals-prop-line): New commands.
13654 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
13656         * abbrev.el (insert-abbrev-table-description): Prettify output.
13657         Suggested by Karl Chen.
13659 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
13661         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
13662         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
13663         (gdb-overlay-arrow-position, gdb-thread-position)
13664         (gdb-disassembly-position): Declare variables.
13665         (gdb-wait-for-pending): Function now.
13666         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
13667         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
13668         compilation goes smoothly.
13669         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
13670         (gdb-non-stop-setting): New customization setting which replaces
13671         `gdb-non-stop' so changing it doesn't break active GDB session.
13672         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
13673         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
13674         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
13675         (gdb-show-threads-by-default): New customization options.
13676         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
13677         routines.
13678         (gdb-get-buffer-create): Send buffers update signal when they are
13679         created.
13680         (gdb-invalidate-locals, gdb-invalidate-registers)
13681         (gdb-invalidate-breakpoints)
13682         (gdb-invalidate-threads, gdb-invalidate-disassembly)
13683         (gdb-invalidate-memory): Accept update signal.
13684         (gdb-current-context-command): Use --frame option.
13685         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
13686         Implement `gdb-frame-number' selection logic.
13687         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
13688         whether to show GUD toolbar buttons.
13689         (gdb-thread-exited): Unselect current thread when it exits.
13690         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
13691         (gdb-mark-line): Routine which sets overlay arrow or inverses
13692         video on fringeless displays.
13693         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
13694         to build aligned columns of data in GDB buffers and set text
13695         properties line-by-line.
13696         (gdb-invalidate-breakpoints)
13697         (gdb-breakpoints-list-handler-custom)
13698         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
13699         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
13700         (gdb-registers-handler-custom): Align data columns.
13701         (gdb-locals-handler-custom): Now prints data like in variable
13702         declarations.
13703         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
13704         Removed confusing buttons.
13705         (gdb-invalidate-threads): Append --frame.
13706         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
13707         between breakpoints/threads buffers.
13708         (gdb-set-window-buffer): Now can ignore dedicated windows.
13709         (gdb-propertize-header): Use `gdb-set-window-buffer'.
13710         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
13711         (def-gdb-thread-buffer-gud-command): Replaces
13712         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
13713         for fine thread control.
13714         (gdb-preempt-existing-or-display-buffer): New function used to
13715         display bound buffers without breaking window layout.
13716         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
13717         (gdb-select-frame): New version of `gdb-frames-select' which now
13718         sets `gdb-frame-number' so commands may use --frame option instead
13719         of inner debugger state.
13720         (gdb-frame-handler): Do not set `gdb-frame-number'.
13721         (gdb-threads-mode-map): Select threads with mouse.
13723         * progmodes/gud.el (gdb-gud-context-call): Declare function to
13724         avoid compilation warning.
13725         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
13726         `gdb-show-stop-p`.
13728         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
13729         Argument `key' renamed to `buffer-type'.
13730         (gdb-current-context-buffer-name): Do not add thread info to
13731         buffer name when no thread is selected.
13732         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
13733         command (bug 3794).
13734         (gdb-thread-selected): Handle `=thread-selected' notification.
13735         (gdb-wait-for-pending): New macro to deal with congestion problems.
13736         (gdb-breakpoints-list-handler-custom): Don't fail on pending
13737         breakpoints.
13738         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
13739         This fixes problem similar to one described in bug 3947.
13740         (gud-menu-map): More menu items.
13741         (gdb-init-1): Reset `gdb-thread-number' to nil.
13743         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
13744         non-stop settings.
13746         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
13747         (gdb-current-context-command): Do not append --thread if
13748         `gdb-thread-number' is nil.
13749         (gdb-running-threads-count, gdb-stopped-threads-count): New
13750         variables.
13751         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
13752         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
13753         customization options.
13754         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
13755         GUD commands.
13756         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
13757         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
13758         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
13759         set `gdb-thread-number' and update `gud-running' properly.
13760         (gdb-running): Update threads list when new threads appear.
13761         (gdb-stopped): Support non-stop operation and new thread switching
13762         logic.
13763         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
13764         (gdb-json-partial-output): New set of JSON routines.
13765         (def-gdb-auto-update-trigger): New `signal-list' optional
13766         argument.
13767         (gdb-thread-list-handler-custom): Update `gud-running',
13768         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
13769         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
13770         (gdb-continue-thread, gdb-step-thread): New commands for fine
13771         thread execution control.
13772         (gud-menu-map): New menu items to switch non-stop options.
13773         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
13774         (gdb-send): Mimic RET properly (bug 3794).
13776         * progmodes/gdb-mi.el (gdb-rules-name-maker)
13777         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
13778         gdb-buffer-rules.
13779         (def-gdb-auto-update-handler): New nopreserve optional argument.
13780         (gdb-stack-list-frames-custom): Print stack from top to bottom.
13782         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
13783         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
13784         (gdb-parent-mode): New mode to derive other GDB modes from.
13785         (gdb-display-disassembly-for-thread)
13786         (gdb-frame-disassembly-for-thread): New commands for threads
13787         buffer.
13789         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
13790         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
13791         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
13792         (gdb-update): We now store all GDB buffers in a list so that they
13793         can be updated by traversing a list instead of calling invalidate
13794         triggers explicitly.
13795         (def-gdb-trigger-and-handler): New macro to define trigger-handler
13796         pair for GDB buffer.
13797         (gdb-stack-buffer-name): Add thread information.
13798         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
13799         handle pending triggers.
13800         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
13801         (def-gdb-thread-buffer-simple-command)
13802         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
13803         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
13804         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
13805         New commands which show buffers bound to thread.
13806         (gdb-stack-list-locals-regexp): Removed unused regexp.
13808         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
13809         (gdb-locals-buffer-name, gdb-registers-buffer-name)
13810         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
13811         to (gud-comint-buffer) in *-buffer-name functions
13812         because (gdb-get-target-string) already does that.
13813         (gdb-locals-handler-custom, gdb-registers-handler-custom)
13814         (gdb-changed-registers-handler): Rewritten without regexps.
13816         * progmodes/gdb-mi.el: Basic thread selection support.
13817         (gdb-thread-number): New variable.
13818         (gdb-current-context-command): New macro which adds --thread
13819         option to command.
13820         (gdb-threads-mode-map): Select thread with SPC.
13821         (gdb-thread-list-handler-custom): Mark current thread with overlay
13822         arrow.  Synchronize GDB thread and Emacs thread.
13823         (gdb-select-thread): New command which selects current thread.
13824         (gdb-invalidate-frames, gdb-invalidate-locals)
13825         (gdb-invalidate-registers): Use --thread option.
13827 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
13829         * net/tramp.el (top): Make check for tramp-gvfs loading more
13830         robust.  (Bug#3977)
13831         (tramp-handle-insert-file-contents): `unwind-protect' must be
13832         inside `with-parsed-tramp-file-name'.
13834         * net/tramp-gvfs.el (top): Remove superfluous message when loading
13835         fails.
13837 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
13839         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
13840         directory if CLASSPATH is not set.
13842 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
13844         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
13845         New defconst.
13846         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
13848 2009-08-02  Kevin Ryde  <user42@zip.com.au>
13850         * net/newst-backend.el (newsticker--raw-url-list-defaults):
13851         Update freshmeat link.  Delete newsforge.com as it seems gone.
13853 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
13855         * select.el (x-set-selection): Doc fix (Bug#4021).
13857         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
13859         * help-fns.el (describe-variable): Treat list return values from
13860         dir-locals-find-file properly (Bug#4005).
13862 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
13864         * net/tramp.el (tramp-debug-message): Print also microseconds.
13866 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
13868         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
13869         or END is non-nil.
13870         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
13871         (tramp-get-debug-buffer): Change `outline-regexp' according to new
13872         format.
13874         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
13875         (tramp-get-file-property): Use it.
13877         * autorevert.el (auto-revert-handler): Allow
13878         `auto-revert-tail-mode' for remote files.
13880 2009-08-02  Jason Rumney  <jasonr@gnu.org>
13882         * minibuffer.el (read-file-name): Treat confirm options to
13883         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
13885 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
13887         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
13888         (font-lock-variable-name-face, font-lock-constant-face): Darken
13889         the colors for light backgrounds.
13891 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
13893         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
13894         month names.  (Bug#3987)
13896 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
13898         * simple.el (line-move-finish): Pass whole number to
13899         line-move-to-column.
13900         (line-move-visual): Perform hscroll to the recorded position.
13902 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
13904         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
13906 2009-07-29  Alan Mackenzie  <acm@muc.de>
13908         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
13910 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
13912         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
13913         (gdb-place-breakpoints): Use full path when setting breakpoints.
13915 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
13917         * calc/calc.el (calc-mode-map): Add keybinding for
13918         `calc-transpose-lines'.
13920 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
13922         * calc/calc-misc.el (calc-transpose-lines): New function.
13924 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
13926         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
13927         Simplify check for out-of-band methods.
13928         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
13929         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
13931 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
13933         * vc-git.el (vc-git-checkin): Fix typo.
13935 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
13937         * progmodes/js2-mode.el: New file.
13939 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
13941         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
13942         (gud-menu-map): Adjust tooltip accordingly.
13944 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
13946         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
13947         (vc-bzr-log-view-mode): Adjust log-view-file-re.
13949         * add-log.el (change-log-mode-map): Add a menu.
13951 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
13953         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
13954         function returns nil.
13955         (dbus-handle-event): Handle special return value :ignore.
13956         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
13958 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
13960         * view.el (view-mode-enable): Don't define Helper-return-blurb if
13961         it's not needed.
13963 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
13965         Fix Bug#3888:
13967         * w32-vars.el (x-select-enable-clipboard): Doc fix.
13969         * term/pc-win.el (x-display-name, x-colors)
13970         (x-select-enable-clipboard, x-select-text): Doc fix.
13972         * term/common-win.el (x-display-name, x-colors): Doc fix.
13974         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
13975         (xw-defined-colors): Doc fix.
13977         * w32-fns.el (x-select-text, x-setup-function-keys)
13978         (x-get-selection, x-set-selection): Doc fix.
13980         * term/x-win.el (x-select-text, x-setup-function-keys)
13981         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
13983         * select.el (x-set-selection): Doc fix.
13985 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
13987         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
13988         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
13989         "IsNSSSupportAvailable" method is not available.  Reported by
13990         Steve Youngs <steve@sxemacs.org>.
13992 2009-07-24  Kenichi Handa  <handa@m17n.org>
13994         * international/characters.el: Fix setting of category ?C, ?|, ?K,
13995         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
13996         (build-unicode-category-table): Fix range checks.
13998 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
14000         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
14001         the buffer we try to sync is current when calling
14002         vc-resynch-buffer.
14004         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
14005         not show up to date files.
14007 2009-07-24  Glenn Morris  <rgm@gnu.org>
14009         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
14010         Add autoload cookies.  If necessary, initialize.
14011         (elint-log): Handle non-file buffers.
14012         (elint-initialize): Add optional argument to reinitialize.
14013         (elint-find-builtin-variables): Save excursion.
14015 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
14017         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14018         for Lint.
14020 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
14022         * vc.el (vc-print-log-internal): New function, split out from ...
14023         (vc-print-log): ... here.
14024         (vc-dir-move-to-goal-column): Declare.
14026         * vc-git.el (vc-git-add-signoff): New variable.
14027         (vc-git-checkin): Use it.
14028         (vc-git-toggle-signoff): New function.
14029         (vc-git-extra-menu-map): Bind it to menu.
14030         (vc-git--run-command-string): Accept a nil FILE argument.
14031         (vc-git-stash-list): New function.
14032         (vc-git-dir-extra-headers): Use it.
14034 2009-07-23  Glenn Morris  <rgm@gnu.org>
14036         * help-fns.el (describe-variable): Describe ignored and risky local
14037         variables in a similar way to that in which we describe safe ones.
14039         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
14040         (byte-compile-output-file-form, byte-compile-output-docform)
14041         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
14042         Give some more local variables with common names a "bytecomp-" prefix,
14043         so as not to shadow things during compilation.
14044         * emacs-lisp/cl-macs.el (load-time-value)
14045         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
14046         `outbuffer' to `bytecomp-outbuffer'.
14048         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
14049         since the next two variables cover them automatically now.
14050         (elint-builtin-variables, elint-autoloaded-variables): New.
14051         (elint-unknown-builtin-args): Remove all members, since they can be
14052         parsed automatically now.
14053         (elint-extra-errors): New.
14054         (elint-env-add-env, elint-env-add-macro): Use cadr.
14055         (elint-current-buffer): Use or.  Change final message.
14056         (elint-get-top-forms): Use line-end-position.
14057         (elint-init-env): Use cadr.  Handle autoload, declare-function,
14058         and defalias.
14059         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
14060         (regexp-assoc): Remove unused function.
14061         (elint-top-form): Set elint-current-pos, to record the start of the
14062         top-level form, for compilation-mode.
14063         (elint-form): Trap errors in macro expansion.  Use dolist.
14064         (elint-unbound-variable): Use elint-builtin-variables and
14065         elint-autoloaded-variables.
14066         (elint-get-args): Use cadr, or.
14067         (elint-check-cond-form): Use dolist, cadr.
14068         (elint-check-condition-case-form): Doc fix.  Use cadr.
14069         Use elint-extra-errors.
14070         (elint-log): New function.
14071         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
14072         Distinguish errors and warnings.
14073         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
14074         Use a bytecomp-style format.
14075         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
14076         (elint-get-log-buffer): Use compilation mode.  Disable undo.
14077         Don't truncate lines.
14078         (elint-initialize): Set builtin and autoloaded variable lists.
14079         Only process elint-unknown-builtin-args if non-nil.
14080         (elint-find-builtin-variables, elint-find-autoloaded-variables):
14081         New functions.
14082         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
14084 2009-07-22  Kevin Ryde  <user42@zip.com.au>
14086         * net/newst-backend.el (newsticker--parse-atom-1.0)
14087         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14088         (newsticker--parse-rss-1.0):
14089         * progmodes/idlwave.el (idlwave-mode):
14090         * progmodes/idlw-shell.el (idlwave-shell-mode):
14091         * progmodes/vera-mode.el (vera-mode):
14092         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
14093         * progmodes/vhdl-mode.el (vhdl-mode):
14094         * textmodes/table.el (table-generate-source)
14095         (table--warn-incompatibility):
14096         Hyperlink urls in docstrings with URL `...'.
14098 2009-07-22  Glenn Morris  <rgm@gnu.org>
14100         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
14101         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
14102         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
14103         Remove leading * from defcustom docs.
14105         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
14107         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
14108         defcustom doc.
14109         (list-load-path-shadows): Optionally, just return shadows as a string.
14111         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
14113 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
14115         * mail/rmailedit.el (rmail-edit-mode): Use
14116         auto-save-include-big-deletions.
14118         * mail/rmail.el (rmail-variables): Use
14119         auto-save-include-big-deletions.
14121         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
14122         changes.
14124 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
14126         * calc/calc.el (calc-undo-length): New variable.
14127         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
14129 2009-07-21  Richard Stallman  <rms@gnu.org>
14131         * files.el (auto-save-mode): Handle buffer-save-size = -2
14132         for toggling mode.
14134 2009-07-21  Glenn Morris  <rgm@gnu.org>
14136         * textmodes/ispell.el (ispell-looking-back): Update declaration.
14138         * calendar/todo-mode.el (calendar-current-date): Update declaration.
14140         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
14141         silence compiler.  Instead...
14142         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
14143         (ps-print-ensure-fontified): Update for above function name changes.
14145         * printing.el (pr-mh-get-msg-num, pr-mh-show)
14146         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
14147         silence compiler.  Instead...
14148         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
14149         (mh-show-buffer): Only define for compiler.
14150         (pr-mh-current-message): Update for above function name changes.
14152         * files.el (abort-if-file-too-large): Explicitly pass `filename'
14153         as an argument.
14154         (find-file-noselect, insert-file-1): Update for above change.
14156         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
14158         * mail/mailclient.el (mailclient-send-it): Fix message.
14160         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
14161         (edebug-eval): Check cl-debug-env is bound.
14162         (print-level, print-circle): Don't redefine built-in variables.
14164         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
14165         (custom-print-vectors): Remove old comments from doc.
14167         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
14168         (emerge-version): Make the variable an obsolete alias for the
14169         emacs-version variable.  Make the function obsolete.
14170         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
14171         Emerge options, rather than merging in into the main Options menu.
14172         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
14173         and auto advance modes.  Disable edit/fast items when not relevant.
14175 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
14177         * term/vt420.el (terminal-init-vt420): Fix typo.
14179 2009-07-20  Sam Steingold  <sds@gnu.org>
14181         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
14182         variable (removed from compile.el on 2004-03-11).
14184 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
14186         * files.el (hack-local-variables-filter): Fix last change.
14188 2009-07-19  Juri Linkov  <juri@jurta.org>
14190         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
14191         (dir-local-variables-alist): New buffer-local variable.
14192         (hack-local-variables-filter): If variable is not dir-local,
14193         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
14194         because file-local overrides dir-local.
14195         (c-postprocess-file-styles) <declare-function>:
14196         Remove obsolete declaration.
14197         (hack-dir-local-variables): Add dir-local variable/value pair to
14198         `dir-local-variables-alist' and remove duplicates.  Doc fix.
14200         * help-fns.el (describe-variable): Add information about
14201         file-local and dir-local variables.
14203 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
14205         * files.el (hack-local-variables-filter): Rewrite.
14207 2009-07-19  Glenn Morris  <rgm@gnu.org>
14209         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
14210         Silence compiler by only defining on XEmacs.
14212         * international/mule.el (auto-coding-regexp-alist): Only match
14213         BABYL... at the start of buffer, not of lines.  (Bug#3790)
14215         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
14216         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
14217         (cal-menu-context-mouse-menu): Doc fix.
14219         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
14221         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
14223 2009-07-18  Juri Linkov  <juri@jurta.org>
14225         * info.el: Virtual Info keyword finder.
14226         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
14227         (Info-finder-file): New variable.
14228         (Info-finder-find-file): New function.
14229         (finder-known-keywords, finder-package-info)
14230         (find-library-name, lm-commentary): Use defvar and
14231         declare-function to silence compiler warnings.
14232         (Info-finder-find-node): New function.
14233         (info-finder): New command.
14235         * subr.el (process-kill-buffer-query-function): New function.
14236         (add-hook)<kill-buffer-query-functions>: Add hook
14237         `process-kill-buffer-query-function'.
14239 2009-07-18  Alan Mackenzie  <acm@muc.de>
14241         * progmodes/cc-mode.el (c-before-hack-hook)
14242         (c-postprocess-file-styles): Give invocation of `c-set-style'
14243         DONT-OVERRIDE parameter of t.  Already set style variables will
14244         thus not be overridden by style settings given by `c-file-syle'.
14246         * files.el (hack-local-variables-filter): Remove entries with
14247         duplicate keys from `file-local-variables-alist'.
14249 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14251         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14252         x-set-selection if display-selections-p returns nil for the
14253         current frame.
14255 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
14257         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14259 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14261         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14262         Accept nil in addition to a regexp.
14263         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14264         Accept nil in addition to a regexp.
14265         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14266         buffers that have an associated file.  Handle nil values of
14267         desktop-buffers-not-to-save and desktop-files-not-to-save.
14268         (Bug#3833)
14270         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14271         (x-disown-selection-internal): New functions.
14273 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
14275         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14276         warning.
14277         (gdb-breakpoints-header): Move forward to avoid compiler warning.
14278         (gdb-make-header-line-mouse-map): Remove duplicate definition.
14280 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
14282         * simple.el (set-mark): Revert last change.
14284 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
14286         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14287         rendering of pngs is not possible instead of messaging a long
14288         description.
14290 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
14292         * w32-fns.el (x-selection-owner-p): New function.
14294         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14295         (mouse-yank-at-click, mouse-yank-primary): If
14296         select-active-regions is non-nil, deactivate the mark before
14297         insertion.
14299         * simple.el (deactivate-mark, set-mark): Only save selection if we
14300         own it.
14302 2009-07-17  Kenichi Handa  <handa@m17n.org>
14304         * case-table.el (describe-buffer-case-table): Fix for the case
14305         that KEY is a cons.
14307 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
14309         * vc-rcs.el (vc-rcs-find-file-hook):
14310         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14312 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
14314         * net/tramp.el (tramp-wait-for-output): Handle the case when
14315         commands do not return a newline but a null byte before the shell
14316         prompt.  (Bug#3858)
14318 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14320         * term/ns-win.el (ns-set-alpha): Don't declare.
14321         (ns-set-background-alpha): Remove function.
14323 2009-07-16  Kevin Ryde  <user42@zip.com.au>
14325         * emacs-lisp/copyright.el (copyright-update): Save match-data across
14326         y-or-n-p, for safety.
14328 2009-07-16  Richard Stallman  <rms@gnu.org>
14330         * files.el (auto-save-mode): If buffer-saved-size is -2,
14331         don't clobber it.
14333         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14334         (rmail-retry-ignored-headers): Add more uninteresting fields.
14336 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
14338         * net/rcirc.el (rcirc): Use history variables.
14339         (rcirc-server-name-history, rcirc-nick-name-history)
14340         (rcirc-server-port-history): New variables.
14342 2009-07-15  Kenichi Handa  <handa@m17n.org>
14344         * international/mule-cmds.el (set-language-environment-charset):
14345         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14346         ignore them.
14348         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14349         Delete unibyte-display.
14351 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14353         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14355 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14357         * simple.el (deactivate-mark): Optional argument FORCE.
14358         (set-mark): Use deactivate-mark.
14360         * info.el (Info-search): No need to check transient-mark-mode
14361         before calling deactivate-mark.
14363         * select.el (x-set-selection): Doc fix.
14364         (x-valid-simple-selection-p): Allow buffer values.
14365         (xselect--selection-bounds): Handle buffer values.  Suggested by
14366         David De La Harpe Golden.
14368         * mouse.el (mouse-set-region, mouse-drag-track): Call
14369         copy-region-as-kill before setting the mark, to let
14370         select-active-regions work.
14372 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
14374         * simple.el (deactivate-mark): If select-active-regions is
14375         non-nil, copy the selection data into a string.
14376         (activate-mark): If select-active-regions is non-nil, set the
14377         selection to the current buffer.
14378         (set-mark): Update selection if select-active-regions is non-nil.
14380         * select.el (x-valid-simple-selection-p): Allow buffer values.
14382 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14384         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14385         and more featureful message-mode.
14387 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
14389         * select.el (x-set-selection): Doc fix.
14390         (x-valid-simple-selection-p): Disallow selection data consisting
14391         of a list or cons of integers, since that is not used.
14392         (xselect--selection-bounds, xselect--int-to-cons): New functions.
14393         (xselect-convert-to-string, xselect-convert-to-length)
14394         (xselect-convert-to-filename, xselect-convert-to-charpos)
14395         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14397 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
14399         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14400         output in -break-info command (Emacs bug #3794).
14402 2009-07-14  Glenn Morris  <rgm@gnu.org>
14404         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14405         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14406         (edebug-print-length, edebug-print-level, edebug-print-circle)
14407         (edebug-sit-for-seconds, edebug-view-outside)
14408         (edebug-bounce-point, edebug-set-global-break-condition)
14409         (edebug-Go-nonstop-mode, edebug-trace-mode)
14410         (edebug-Trace-fast-mode, edebug-continue-mode)
14411         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14412         (edebug-visit-eval-list): Doc fixes.
14414         * subr.el (def-edebug-spec): Doc fix.
14416 2009-07-14  Kenichi Handa  <handa@m17n.org>
14418         * international/characters.el: Fix setting of category ?C.
14420 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
14422         * term/ns-win.el (x-select-font): defalias x-select-font to
14423         ns-popup-font-panel instead of generate-fontset-menu.
14425 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
14427         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
14429 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
14431         * arc-mode.el (archive-find-type): Allow for a PK00 string before
14432         the PK\003\004 header (Bug#3770).
14434 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
14436         * pcomplete.el (pcomplete-comint-setup): Check for
14437         shell-dynamic-complete-filename too.
14439 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
14441         * simple.el (temporary-goal-column): Change the value for
14442         line-move-visual to a cons cell.
14443         (line-move-visual): Record or set the window hscroll, if
14444         necessary (Bug#3494).
14445         (line-move-1): Handle cons value of temporary-goal-column.
14447 2009-07-11  Kenichi Handa  <handa@m17n.org>
14449         * international/mule-diag.el (describe-character-set): Don't show
14450         width.
14452 2009-07-10  Sam Steingold  <sds@gnu.org>
14454         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14455         Omake sometimes indents the errors it prints, so allow all
14456         regexps to start with spaces.
14458 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
14460         * cus-edit.el (customize-changed-options-previous-release):
14461         Bump value to 22.1.  (Bug#3804)
14463 2009-07-08  Sam Steingold  <sds@gnu.org>
14465         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14466         to be a cons cell (test . ignored-directory) to selectively ignore
14467         some directories depending on the location of the search.
14469 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
14471         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14472         remote user is root, on the local host.
14473         (tramp-local-host-p): Either the local user or the remote user
14474         must be root.  (Bug#3771)
14476 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14478         * progmodes/gdb-mi.el (gdb): Remove description of
14479         gdb-use-separate-io-buffer.
14480         (menu): Don't allow toggling of or enable
14481         gdb-use-separate-io-buffer from menubar.
14483 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
14485         * mail/unrmail.el (unrmail): Make sure the message ends with two
14486         newlines (Bug#3769).
14488 2009-07-08  Glenn Morris  <rgm@gnu.org>
14490         * calendar/calendar.el (calendar-current-date): Rework previous change.
14492 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
14494         * calendar/calendar.el (calendar-current-date):
14495         Add an optional argument giving an offset from today.
14497 2009-07-08  Glenn Morris  <rgm@gnu.org>
14499         * tutorial.el (tutorial--describe-nonstandard-key):
14500         Adjust the message for when a key has been unbound.
14501         (help-with-tutorial): Hide the arch-tag.
14503 2009-07-08  Kenichi Handa  <handa@m17n.org>
14505         * international/fontset.el (setup-default-fontset): For each
14506         script, append (not set) font-specs.
14508         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14509         docstring.
14511 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14513         * progmodes/gdb-mi.el (gdb-init-1): Move sending
14514         -data-list-register-names to ...
14515         (gdb-starting): ... here because GDB 7.0 requires execution to
14516         have started when using this MI command.
14517         (gdb-set-header): New function to distinguish select and
14518         unselected tabs in gdb buffers.
14519         (gdb-propertize-header): New macro that uses gdb-set-header.
14520         (gdb-breakpoints-header, gdb-locals-header): Use it.
14521         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14523 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
14525         * Makefile.in (ELCFILES): Remove fadr.elc.
14527 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
14529         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14530         may contain frame information, so `string-match' should be used.
14531         (gdb-update): Disassembly is invalidated through
14532         `gdb-get-selected-frame'.
14533         (gdb-pad-string): New function to pad string with spaces.
14534         (gdb-invalidate-disassembly): Invalidate only if the buffer
14535         exists.
14536         (gdb-disassembly-handler-custom): Column alignment.
14537         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
14538         placing new ones.
14539         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
14540         end of line, too.
14541         (gdb-frame-handler): Match convention to for disassembly buffer
14542         mode name.
14543         (gdb-stack-list-frames-handler): Rewritten without regexps.
14544         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
14545         not highlight breakpoints without line information.
14546         (gdb-input): Add trailing newline to command.
14548         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
14549         buffer properly.
14550         (gdb-breakpoints-list-handler-custom): Replacement for
14551         `gdb-break-list-handler'.  Using real parser instead of regexps
14552         now.
14553         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
14554         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
14555         to place breakpoints.
14556         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
14557         functions.
14558         (gdb-disassembly-handler-custom): Show overlay arrow.
14559         (gdb-disassembly-place-breakpoints): Show breakpoints in
14560         disassembly buffer.
14561         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14562         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
14563         instead of parsing breakpoints buffer.  Fixed old menu references
14564         in `gud-menu-map'.
14566         * fadr.el: Remove.
14568         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
14569         (gdb-memory-address): New variable which holds top address of
14570         memory page shown in memory buffer.
14571         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
14572         customization variables.
14573         New functions:
14574         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
14575         display the memory buffer.
14576         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
14577         buffer display parameters.
14578         (def-gdb-memory-format, gdb-memory-format-binary)
14579         (gdb-memory-format-octal, gdb-memory-format-unsigned)
14580         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
14581         Functions for setting memory buffer format.
14582         (gdb-memory-unit-word, gdb-memory-unit-halfword)
14583         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
14584         unit size used in memory buffer.
14585         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
14586         to next/previous page of memory buffer.
14587         Now using (bindat-get-field) instead of fadr functions.
14589 2009-07-07  Sam Steingold  <sds@gnu.org>
14591         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
14592         non-top-level files.
14594 2009-07-07  Kenichi Handa  <handa@m17n.org>
14596         * international/mule-cmds.el (reset-language-environment): Put
14597         the highset priority to the charset iso-8859-1.
14599 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14601         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
14602         to the end of the line when locating the block (Bug#700).
14604 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
14606         * net/tramp.el (tramp-handle-write-region): Flush file properties
14607         in case of short track.
14609 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
14611         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
14612         Coded custom representation of verilog error regular expressions
14613         to work with Emacs-22's new format.
14614         (verilog-error-regexp-xemacs-alist): Coded custom representation
14615         of verilog error regular expressions to work with XEmacs format.
14616         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
14617         error recognition into XEmacs.
14618         (verilog-error-regexp-add-emacs): Hook routine to install verilog
14619         error recognition into Emacs-22.
14621 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14623         * woman.el: Remove stand-alone closing parentheses.
14624         (woman-file-name, woman2-format-paragraphs)
14625         (woman-leave-blank-lines): Code cleanup.
14626         (woman-use-own-frame): Change default to nil.
14627         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
14628         defaults to inherit from default faces.
14629         (woman2-process-escapes): Consume the newline after a stand-alone
14630         filler character (Bug#3651).
14632 2009-07-06  Glenn Morris  <rgm@gnu.org>
14634         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
14635         (top-level): Move provide to the end.
14636         (ffap): Remove defunct URL from custom group.
14638         * subr.el (eval-after-load): Doc fix.
14640 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
14642         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
14643         `calc-embedded-word' is called twice.
14645 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14647         * files.el (find-alternate-file-other-window, find-alternate-file):
14648         Obey confirm-nonexistent-file-or-buffer.
14650 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
14652         * dired-aux.el (dired-show-file-type): Handle remote files.
14654 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
14656         * desktop.el (desktop-globals-to-save):
14657         Add file-name-history (Bug#2750).
14659 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
14661         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
14663 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
14665         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
14666         property on entire argument since this is what eshell-lisp-command
14667         expects.
14669 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
14671         * net/tramp-gvfs.el (tramp-gvfs-methods)
14672         (tramp-gvfs-zeroconf-domain)
14673         (tramp-bluez-discover-devices-timeout): Add version flag.
14674         (tramp-gvfs-handler-mounted-unmounted)
14675         (tramp-gvfs-connection-mounted-p): Polish handling of
14676         incompatibilities between GVFS 0.2 and 1.0.
14678 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
14680         * cus-start.el (all): Add make-pointer-invisible.
14682 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
14684         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
14685         formatted correctly.
14687 2009-07-02  Juri Linkov  <juri@jurta.org>
14689         * info.el: Virtual Info files and nodes.
14690         (Info-virtual-files, Info-virtual-nodes): New variables.
14691         (Info-current-node-virtual): New variable.
14692         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
14693         New functions.
14694         (Info-file-supports-index-cookies): Use Info-virtual-file-p
14695         to check for a virtual file instead of checking a fixed list
14696         of node names.
14697         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
14698         instead of ad-hoc processing of "dir" and (apropos history toc).
14699         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
14700         instead of ad-hoc processing of "dir" and (apropos history toc).
14701         Reread a file when moving from a virtual node.
14702         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
14703         (Info-directory-toc-nodes, Info-directory-find-file)
14704         (Info-directory-find-node): New functions.
14705         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
14706         (Info-history): Move part of code to
14707         `Info-history-find-node'.
14708         (Info-history-toc-nodes, Info-history-find-file)
14709         (Info-history-find-node): New functions.
14710         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
14711         (Info-toc): Move part of code to `Info-toc-find-node'.
14712         (Info-toc-find-node): New function.
14713         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
14714         the current Info file name to references because now the node
14715         "*TOC*" belongs to the same Info manual.
14716         (Info-toc-build): Rename from `Info-build-toc'.
14717         (Info-toc-nodes): Rename input argument `file' to `filename'.
14718         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
14719         instead of ad-hoc processing of ("dir" apropos history toc).
14720         (Info-index-nodes): Use Info-virtual-file-p
14721         to check for a virtual file instead of checking a fixed list
14722         of node names.
14723         (Info-index-node): Add check for `Info-current-node-virtual'.
14724         Raise `save-match-data' higher up the tree to contain
14725         `search-forward' too (bug fix).
14726         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
14727         (Info-virtual-index-nodes): New variable.
14728         (Info-virtual-index-find-node, Info-virtual-index): New functions.
14729         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
14730         (Info-apropos-file, Info-apropos-nodes): New variables.
14731         (Info-apropos-toc-nodes, Info-apropos-find-file)
14732         (Info-apropos-find-node, Info-apropos-matches): New functions.
14733         (info-apropos): Move part of code to `Info-apropos-find-node' and
14734         `Info-apropos-matches'.
14735         (Info-mode-map): Bind "I" to `Info-virtual-index'.
14736         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
14737         for a virtual file instead of checking a fixed list of node names.
14739         * simple.el (async-shell-command): New command.
14741         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
14743         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
14744         instead of `mount-info'.
14746 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
14748         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
14749         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
14751 2009-07-02  Kenichi Handa  <handa@m17n.org>
14753         * international/mule.el (set-keyboard-coding-system): Force *-unix
14754         coding-system to avoid eol conversion.
14756 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
14758         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
14759         Add handler for `process-file', `shell-command' and
14760         `start-file-process'.
14761         (tramp-gvfs-handle-shell-command)
14762         (tramp-gvfs-handle-start-file-process)
14763         (tramp-gvfs-handle-process-file): New defuns.
14764         (tramp-synce-list-devices): Simplify check for existence of property.
14766 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
14768         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
14770 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
14772         * language/korean.el (set-language-info-alist): Add korean-cp949,
14773         cp949 to spec.
14775 2009-07-01  Kenichi Handa  <handa@m17n.org>
14777         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
14779         * international/encoded-kb.el: Deleted.
14781         * international/mule.el (set-keyboard-coding-system): Perform the
14782         necessary setup here instead of calling encoded-kbd-setup-display.
14784 2009-07-01  Glenn Morris  <rgm@gnu.org>
14786         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
14788 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
14790         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
14792 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
14794         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
14795         Handle also the 'rename case, when setting file modes.  (Bug#3712)
14796         (tramp-default-file-modes): Remove execute permissions.
14798         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
14799         (top): Add a default for "synce" in `tramp-default-user-alist'.
14800         Add completion function for "synce" method.
14801         (tramp-hal-service, tramp-hal-path-manager)
14802         (tramp-hal-interface-manager, tramp-hal-interface-device):
14803         New defconst.
14804         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
14805         (tramp-synce-list-devices, tramp-synce-parse-device-names):
14806         New defuns.
14808         * net/trampver.el: Update release number.
14810 2009-06-30  Kenichi Handa  <handa@m17n.org>
14812         * international/fontset.el (setup-default-fontset): Add CJK fonts
14813         for symbols and the other miscellaneous characters.
14815         * language/korea-util.el (setup-korean-environment-internal):
14816         Make char-width-table suitable for Korean environments.
14817         (exit-korean-environment): Cancel above.
14819         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
14820         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
14821         setup-function to make char-width-table suitable for respective
14822         environments, and an exit-function to cancel that.
14824         * language/japan-util.el (setup-japanese-environment-internal):
14825         Call use-cjk-char-width-table with arg `ja_JP'.
14827         * international/characters.el (cjk-char-width-table): Delete it.
14828         (cjk-char-width-table-list): New variable.
14829         (use-cjk-char-width-table): New arg local-name.
14830         (use-default-char-width-table): Fix for the case that Emacs is
14831         already using the default char-width-table.
14833 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
14835         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
14836         modes mandatory.  (Bug#3712)
14838 2009-06-29  Alan Mackenzie  <acm@muc.de>
14840         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
14841         correction between the visible width of TABs and their number of bytes.
14843 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
14845         * server.el (server-buffer-done): Prevent kill-buffer from
14846         prompting by clearing the buffer modification flag (Bug#3696).
14848 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
14850         * progmodes/verilog-mode.el (verilog-beg-of-statement)
14851         (verilog-endcomment-reason-re): Support unique case and priority case.
14852         (verilog-basic-complete-re): Support localparam lineup.
14853         (verilog-beg-of-statement-1): Fix for robustness, unique case.
14854         (verilog-set-auto-endcomments): Fix for unique case, always_comb
14855         commenting.
14856         (verilog-leap-to-case-head): Now support *nested* unique &
14857         priority case statements.
14858         (verilog-auto-lineup): Make just declarations the default (as it
14859         had been).
14860         (verilog-leap-to-case-head): Support priority/unique case statements.
14861         (verilog-auto-lineup): Rework to give users radio buttons to
14862         select the various styles of automatic lineup.
14863         (verilog-error-regexp-alist): Rework to support the XEmacs style
14864         of error regular expressions from compilers, lint tools &
14865         simulators.  Note that GNU Emacs has made it impossible for a mode
14866         to load such things.
14867         (electric-verilog-terminate-line, verilog-indent-declaration)
14868         (verilog-auto-wiure): Rework for radio button selection of
14869         auto-lineup selection of specification of auto lineup.
14870         (verilog-beg-of-statement-1): Redesign to support proper operation
14871         in additional code, based on testing with auto-lineup.
14872         (verilog-calculate-indent, assignments & declarations)
14873         (verilog-backward-token): Enhance to support auto-lineup of
14874         assignments & declarations.
14875         (verilog-in-directive-p, verilog-at-struct-p): New function for
14876         easy test of whether we are.
14877         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
14878         to support safe execution at almost anyline.
14879         (verilog-calc-1): Properly support indenting deep inside generate
14880         blocks.
14881         (verilog-init-font): Remove definition & use of verilog-init-font,
14882         as it is redundant with font-lock-defaults.
14883         (verilog-mode): Alter the definition of verilog-font-lock-defaults
14884         to avoid circular calls if syntax-ppss is a function (as is the
14885         case now in 22.x GNU Emacs) as that function would sometimes call
14886         itself, leading to (nearly) infinite recursion.
14887         (verilog-ovm-begin-re, verilog-ovm-end-re)
14888         (verilog-ovm-statement-re, verilog-leap-to-head)
14889         (verilog-backward-token): Add support for OVM macros.  Some are
14890         complete statements, and others open and close scopes like begin
14891         and end.
14892         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
14893         (verilog-defun-level-generate-only-re): Really fix the defun-list
14894         compilation issue.
14895         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
14896         coverpoint, constraint and cross statements.
14897         (verilog-defun-level-list, verilog-generate-defun-level-list)
14898         (verilog-all-defun-level-list): Redo these specifications - it is
14899         too hard to support eval-when compile aggregation of lists also
14900         built at when-compile time.
14901         (verilog-defun-level-list): Place defconsts of variables used in
14902         building regular expressions which are built in eval-when-compile
14903         bodies in the same eval-when-compile body to facilitate compile
14904         without load.
14905         (verilog-beg-block-re-ordered): Support indenting
14906         virtual/protected tasks and functions.
14907         (verilog-defun-level-list, verilog-in-generate-region-p)
14908         (verilog-backward-ws&directives, verilog-calc-1): Speed up
14909         indentation of some module items (generate items).
14910         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
14911         across virtual/protected tasks and functions.
14913 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
14915         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
14916         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
14917         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
14918         in concatenations.  Reported by Yishay Belkind.
14919         (verilog-auto-ascii-enum): Support one-hot state machines in
14920         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
14921         (verilog-auto-inst, verilog-auto-inst-port): Include interface
14922         modport in AUTOINST and add vl-modport for users.  Reported by
14923         David Rogoff.
14924         (verilog-auto-inout-module, verilog-auto-inst)
14925         (verilog-decls-get-interfaces, verilog-insert-definition)
14926         (verilog-insert-one-definition, verilog-read-decls)
14927         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
14928         (verilog-sig-modport, verilog-signals-combine-bus)
14929         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
14930         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
14931         Suggested by David Rogoff.
14932         (verilog-repair-open-comma): Fix non-insertion of comma when
14933         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
14934         (verilog-make-width-expression): Simplify [A-1:0] expression
14935         widths to just {A{1'b0}}.
14936         (verilog-mode): Cleanup checkdoc warnings.
14937         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
14938         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
14939         inputs/outputs or data type.  Suggested by Vasu Kandadi.
14940         (next-error-last-buffer): Fix byte-compiler warning.
14941         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
14942         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
14943         or shell command text during AUTO expansion.  Suggested by Tad Truex.
14944         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
14945         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
14946         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
14947         in AUTOINOUT.  Reported by Matthew Lovell.
14948         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
14949         causing use of <= assignments.  Reported by Alex Reed.
14950         (verilog-read-decls): Fix triand, trior, wand, wor to be
14951         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
14952         (verilog-extended-complete-re): Support import "DPI-C" functions.
14953         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
14954         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
14955         (verilog-insert-date, verilog-insert-year)
14956         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
14957         Windows systems.  Reported by Michael Potts.
14958         (verilog-read-module-name): Fix AUTOINST when the child module
14959         declaration's name is a tick define.  Reported by Elliot Mednick.
14960         (verilog-read-decls): Fix V2K parameter bit subscripts getting
14961         passed to next parameter's definition.  Reported by Bruce T.
14962         (verilog-read-decls): Fix detecting "parameter int" when using
14963         AUTOINSTPARAM.  Reported by Bruce T.
14964         (verilog-goto-defun): Fix goto not finding modules unless first
14965         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
14966         (verilog-mode): Expand -f flag arguments on entry to mode so
14967         verilog-goto-defun will work.  Reported by Lawrence Butcher.
14968         (verilog-getopt): Expand environment variables in -f file
14969         arguments.  Suggested by Lawrence Butcher.
14970         (verilog-set-define): Fix "Symbol's value as variable is void"
14971         when reading enumerations.
14972         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
14973         Suggested by Stephen Peltan.
14974         (verilog-read-defines): Fix reading of enumerations in include
14975         files.  Reported by Steve Peltan.
14977 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
14979         * files.el (trash-directory): Fix defcustom type.
14981 2009-06-28  Juri Linkov  <juri@jurta.org>
14983         * help-fns.el (describe-function-1): Correctly locate adviced
14984         functions in hyperlink (Bug#2438).
14986 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
14988         * files.el (trash-directory): Change default to nil.
14989         (move-file-to-trash): If trash-directory is nil and
14990         system-move-file-to-trash is unbound, perform freedesktop-style
14991         trashing.
14993 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
14995         * files.el (move-file-to-trash): Add freedesktop trash
14996         support (Bug#973).
14998 2009-06-28  Glenn Morris  <rgm@gnu.org>
15000         * autorevert.el (global-auto-revert-non-file-buffers)
15001         (global-auto-revert-mode): Doc fixes.
15003 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
15005         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
15007 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
15009         * faces.el (x-handle-named-frame-geometry): Ensure that we have
15010         opened an X connection before calling x-get-resource (Bug#3194).
15012         * play/doctor.el: Remove reference to obsolete website.
15013         (make-doctor-variables): Correct grammar mistake (Bug#2633).
15015 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
15017         Remove find-file-not-found-hook VC method.  (Bug#2757)
15018         * vc-hooks.el (vc-file-not-found-hook)
15019         (vc-default-find-file-not-found-hook): Remove functions.
15020         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
15021         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
15022         * vc.el:
15023         * vc-hg.el:
15024         * vc-git.el: Do not mention find-file-not-found-hook VC method.
15026 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
15028         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
15029         compatibility function for `looking-back'.
15031         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15032         Use `ispell-looking-back'.
15034 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
15036         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
15037         rather than `filename'.
15039 2009-06-23  Miles Bader  <miles@gnu.org>
15041         * face-remap.el (text-scale-set): New function.
15043 2009-06-23  Glenn Morris  <rgm@gnu.org>
15045         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
15047         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
15049         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
15051         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
15053         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15054         Simplify Persian conditionals.
15056         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
15057         variable `filename'.
15059         * comint.el (comint-insert-input): Doc fix.
15061         * Makefile.in (ELCFILES): Fix typo in previous change.
15063 2009-06-23  Miles Bader  <miles@gnu.org>
15065         * cus-start.el: Add entry for `recenter-redisplay'.
15067 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
15069         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
15070         Add an optional argument for the backend, use it instead of
15071         calling vc-backend.
15072         (vc-mode-line): Add an optional argument for the backend.
15073         Pass the backend to vc-state and vc-working-revision.  Move code for
15074         special handling for vc-state being a buffer to ...
15076         * vc-rcs.el (vc-rcs-find-file-hook):
15077         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
15079         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
15080         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
15081         vc-stay-local-p and vc-mode-line calls.
15083         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
15084         (vc-cvs-diff, vc-cvs-annotate-command)
15085         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
15086         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
15087         vc-mode-line calls.
15089         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
15090         direct comparison.
15091         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
15092         backend when calling vc-mode-line.
15093         (vc-register): Do not create a closure for calling the vc register
15094         function, call it directly.
15096 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
15098         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
15099         to make it obvious item can be clicked.
15101         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
15103 2009-06-23  Kenichi Handa  <handa@m17n.org>
15105         * language/korea-util.el (korean-key-bindings): Change the binding
15106         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
15107         same command.
15109 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
15111         Sync with Tramp 2.1.16.
15113         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
15115         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
15116         when a loading of a package fails.  Completion function for rsync
15117         is `tramp-completion-function-alist-ssh'.
15118         (all): Replace all calls of `split-string' and
15119         `tramp-split-string' by `tramp-compat-split-string'.
15120         (tramp-default-method): Use `tramp-compat-process-running-p'.
15121         (tramp-default-proxies-alist): Allow also Lisp forms.
15122         (tramp-remote-path): Add choice "Private Directories".
15123         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
15124         (tramp-domain-regexp): Allow also "-", "_" and ".".
15125         (tramp-end-of-output): Remove newlines, and add "$" at the end.
15126         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
15127         (tramp-debug-message): Insert header line in debug buffer.
15128         (tramp-handle-directory-files-and-attributes-with-stat):
15129         Care about filenames with spaces, or starting with "-".
15130         (tramp-handle-dired-uncache): New defun.
15131         (tramp-handle-insert-directory): Don't flush the directory from
15132         cache, this is handled by `dired-uncache' now.
15133         (tramp-handle-insert-file-contents): Improve error handling.
15134         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15135         Quote `tramp-end-of-output'.
15136         (tramp-action-password): Improve trace message.
15137         (tramp-check-for-regexp): Both echoes must be present, before removing.
15138         (tramp-open-connection-setup-interactive-shell): Trace coding system.
15139         (tramp-compute-multi-hops): Eval cons cells of
15140         `tramp-default-proxies-alist'.
15141         (tramp-maybe-open-connection): Use the same command pattern for
15142         first hop and further hops.
15143         (tramp-wait-for-output): Remove handling of newlines.
15144         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
15145         (tramp-split-string): Remove function.  It is handled in
15146         tramp-compat now.
15148         * net/tramp-cmds.el (tramp-bug):
15149         Recommend `tramp-cleanup-all-connections' in the bug mail.
15151         * net/tramp-compat.el (tramp-compat-split-string)
15152         (tramp-compat-process-running-p): New defuns.
15154         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
15155         for `dired-uncache'.
15157         * net/tramp-gvfs.el: New package.
15159         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15160         Add handler for `dired-uncache'.
15161         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
15163         * net/trampver.el: Update release number.  Make version check fit
15164         for SXEmacs 22.
15166 2009-06-22  Jim Meyering  <meyering@redhat.com>
15168         Automatically handle .xz suffix (XZ-compressed files), too.
15169         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
15170         XZ is the successor to LZMA: <http://tukaani.org/xz/>
15172 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
15173             Nick Roberts  <nickrob@snap.net.nz>
15175         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
15176         repository (http://sphinx.net.ru/hg/gdb-mi/).
15178 2009-06-22  Glenn Morris  <rgm@gnu.org>
15180         * files.el (dir-locals-collect-mode-variables): Allow for any number of
15181         `mode' and `eval' entries.  (Bug#3430)
15183         * Makefile.in (ELCFILES): Add fadr.elc.
15185         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
15186         differing behavior of \n and ^ in strings.  (Bug#3385)
15188         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
15190         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
15191         property.
15192         (lisp-indent-function): Make it a defcustom.
15194 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
15196         * progmodes/gdb-ui.el: Replace with ...
15197         * progmodes/gdb-mi.el: ... this file.
15198         * progmodes/gud.el: Modify for gdb-mi.el.
15200 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
15202         * fadr.el: New file.
15204 See ChangeLog.14 for earlier changes.
15206 ;; Local Variables:
15207 ;; coding: utf-8
15208 ;; End:
15210     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
15212   This file is part of GNU Emacs.
15214   GNU Emacs is free software: you can redistribute it and/or modify
15215   it under the terms of the GNU General Public License as published by
15216   the Free Software Foundation, either version 3 of the License, or
15217   (at your option) any later version.
15219   GNU Emacs is distributed in the hope that it will be useful,
15220   but WITHOUT ANY WARRANTY; without even the implied warranty of
15221   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15222   GNU General Public License for more details.
15224   You should have received a copy of the GNU General Public License
15225   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15227 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1