* emacs-lisp/re-builder.el: Remove references to package `lisp-re' (bug#4369).
[emacs.git] / lisp / ChangeLog
blobc8fb46acf4eac7472fe324117a4c08c0b87277e7
1 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
3         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
4         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
5         Remove references to package `lisp-re' (bug#4369).
7 2010-07-27  Tom Tromey  <tromey@redhat.com>
9         * progmodes/js.el (js-mode):
10         * progmodes/make-mode.el (makefile-mode):
11         * progmodes/simula.el (simula-mode):
12         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
14 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
16         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
18         * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
20         * time.el (display-time-day-and-date): Remove spurious * in docstring.
21         (display-time-world-buffer-name, display-time-world-mode-map):
22         Fix typos in docstrings.
24 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
26         * image-mode.el (image-display-size): New function.
27         (image-forward-hscroll, image-next-line, image-eol, image-eob)
28         (image-mode-fit-frame): Use it (Bug#6639).
30 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
32         * dired.el (dired-buffers-for-dir): Handle list values of
33         dired-directory (Bug#6636).
35 2010-07-26  Sam Steingold  <sds@gnu.org>
37         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
38         Do not call `x-get-selection' the second time, reuse the value.
40 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
42         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
43         which consist of control chars only.  Suggested by Richard
44         Stallman.
46 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
48         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
49         exists before passing an error to find-file-not-found-functions
50         (bug#6723).
52 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
54         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
55         Remove leading nil element, adjust values.
56         (tetris-shapes, tetris-shape-scores):
57         Change representation of shapes and remove some redundancy.
58         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
59         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
60         Adjust for working with new representation of shapes.
61         (tetris-shape-rotations): New function.
62         (tetris-move-bottom, tetris-move-left, tetris-move-right)
63         (tetris-rotate-prev, tetris-rotate-next):
64         Adjust for working with the new version of tetris-test-shape.
66 2010-07-23  Markus Triska  <markus.triska@gmx.at>
68         * progmodes/ps-mode.el: Use comint (bug#5954).
69         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
70         (ps-mode-other-newline): Simplify.
71         (ps-run-mode): Derive from comint-mode instead of
72         fundamental-mode, yielding input history etc.
73         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
74         (ps-run-send-string): Adapt for comint-mode.
75         (ps-run-newline): Remove now unneeded function.
77 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
79         * net/tramp.el (tramp-methods): Move hostname to the end in all
80         plink `tramp-login-args'.
82 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
84         * net/tramp.el (tramp-open-shell): New defun.
85         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
86         Use it.
88 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
90         * net/tramp.el (tramp-file-name-regexp-unified)
91         (tramp-completion-file-name-regexp-unified): On W32 systems, do
92         not regard the volume letter as remote filename.  (Bug#5447)
94 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
96         * custom.el (custom-declare-variable): Give a clearer error message
97         when the docstring is missing (bug#6476).
99 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
101         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
102         (sql-login-params): New widget definition.
103         (sql-oracle-login-params, sql-mysql-login-params)
104         (sql-solid-login-params, sql-sybase-login-params)
105         (sql-informix-login-params, sql-ingres-login-params)
106         (sql-ms-login-params, sql-postgres-login-params)
107         (sql-interbase-login-params, sql-db2-login-params)
108         (sql-linter-login-params): Use it.
109         (sql-sqlite-login-params): Use it; Define "database" parameter as
110         a file name.
111         (sql-sqlite-program): Change to "sqlite3".
112         (sql-comint-sqlite): Make sure database name is complete.
113         (sql-for-each-login): New function.
114         (sql-connect, sql-save-connection): Use it.
115         (sql-get-login-ext): New function.
116         (sql-get-login): Use it.
117         (sql-make-alternate-buffer-name): Handle :file parameters.
119 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
121         * dired.el (dired-no-confirm): Document value t and fix defcustom to
122         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
124 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
126         * dired.el (dired-mode-map): Use command remapping (bug#6632).
128 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
130         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
132 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
134         * net/tramp.el (tramp-get-ls-command)
135         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
136         instead of "/".
138 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
140         * progmodes/sql.el: Version 2.3.
141         (sql-connection-alist): Changed keys from symbols to strings;
142         enhanced the widget definition.
143         (sql-mode-menu): Added submenu to select connections.
144         (sql-interactive-mode-menu): Added "Save Connection" item.
145         (sql-add-product): Fixed menu item.
146         (sql-get-product-feature): Improved error handling.
147         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
148         (sql-make-alternate-buffer-name): Simplified.
149         (sql-product-interactive): Handle missing product.
150         (sql-connect): Support string keys, minor improvements.
151         (sql-save-connection): New function.
152         (sql-connection-menu-filter): New function.
154 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
156         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
157         (tramp-open-connection-setup-interactive-shell): Apply
158         workaround for IRIX64 bug.  Move argument of last
159         `tramp-send-command' where it belongs to.
161 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
163         * net/tramp.el (tramp-perl-file-attributes)
164         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
165         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
166         front of `login-args'.
168 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
170         * time.el (display-time-world-mode): Define with `define-derived-mode'.
171         Set `show-trailing-whitespace' to nil.
172         (display-time-world-display): Simplify.
174 2010-07-18  Alan Mackenzie  <acm@muc.de>
176         Enhance `c-file-style' in file/directory local variables.
177         * progmodes/cc-mode.el (c-count-cfss): New function.
178         (c-before-hack-hook): Call `c-set-style' differently according to
179         whether c-file-style was set in file or directory local
180         variables.
182 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
184         * progmodes/sql.el: Version 2.2.
185         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
186         defcustom :safe keyword rather than putting safe-local-variable
187         property.
188         (sql-password): Use defcustom :risky keyword rather than putting
189         risky-local-variable property.
190         (sql-oracle-login-params, sql-sqlite-login-params)
191         (sql-solid-login-params, sql-sybase-login-params)
192         (sql-informix-login-params, sql-ingres-login-params)
193         (sql-ms-login-params, sql-postgres-login-params)
194         (sql-interbase-login-params, sql-db2-login-params)
195         (sql-linter-login-params): Add `port' option.
196         (sql-get-product-feature): Added NO-INDIRECT parameter.
197         (sql-comint-oracle, sql-comint-sybase)
198         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
199         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
200         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
201         (sql-comint-linter): Renamed sql-connect-* functions to
202         sql-comint-*.
203         (sql-product-alist, sql-mode-menu): Renamed as above and
204         :sqli-connect-func to :sqli-comint-func.
205         (sql-connection): New variable.
206         (sql-interactive-mode): Set it.
207         (sql-connection-alist): New variable.
208         (sql-connect): New function.
209         (sql--alt-buffer-part, sql--alt-if-not-empty)
210         (sql-make-alternate-buffer-name): Improved alternative buffer name.
212 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
214         * image-mode.el (image-bookmark-make-record): Do not set context
215         in an image (Bug#6650).
217 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
219         * simple.el (select-active-region): New function.
220         (push-mark-command, set-mark, activate-mark)
221         (handle-shift-selection): Use it.
222         (deactivate-mark): Don't check for size of region.
224         * mouse.el (mouse-drag-track): Use select-active-region.
226 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
228         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
229         "--dired" stronger.
231 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
233         * term/x-win.el (x-select-enable-primary): Change default to nil.
234         (x-select-enable-clipboard): Add :version keyword.
236         * mouse.el (mouse-drag-copy-region):
237         * simple.el (select-active-regions): Likewise.
239 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
241         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
242         (vc-coding-system-for-diff): Use it to decide whether to inherit
243         from the file the EOL format for reading the diffs of that file.
244         (Bug#4451)
246 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
248         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
249         unibyte, so compressed attachments are not compressed again.
251 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
253         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
254         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
255         (tramp-find-shell): Simplify setting connection property.
256         (tramp-get-ls-command): Make test for "--color=never" stronger.
258 2010-07-15  Simon South  <ssouth@member.fsf.org>
260         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
261         blocks within record declarations (i.e. variant parts) correctly.
263 2010-07-15  Simon South  <ssouth@member.fsf.org>
265         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
266         over literal tokens when parsing so newlines aren't "absorbed" by
267         single-line comments.  Corrects the indentation of case blocks
268         that have a comment on the first line.
270 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
272         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
273         by Drew Adams (Bug#5504).
275 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
277         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
278         now that Unicode is used (Bug#6594).
280 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
282         * term/x-win.el (x-select-enable-clipboard): Default to t.
283         (x-initialize-window-system): Don't overwrite Paste menu item.
285         * simple.el (select-active-regions): Default to t.
286         (push-mark-command): Don't overwrite primary with empty string.
288         * mouse.el: Bind mouse-2 to mouse-yank-primary.
289         (mouse-drag-copy-region): Default to nil.
291         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
292         Cut/Copy/Paste menu bar items.
294 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
296         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
297         Patch applied by Karl Fogel.
299         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
300         and `bookmark-current-buffer' if they have been already set in
301         another buffer (e.g gnus-art).
303 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
304             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
306         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
308         * bookmark.el (bookmark-make-record-default): Allow unneeded
309         information to be omitted from the record.
311         Adjust declarations and calls:
313         * info.el (bookmark-make-record-default): Adjust declaration.
314         (Info-bookmark-make-record): Adjust call.
316         * woman.el (bookmark-make-record-default): Adjust declaration.
317         (woman-bookmark-make-record): Adjust call.
319         * man.el (bookmark-make-record-default): Adjust declaration.
320         (Man-bookmark-make-record): Adjust call.
322         * image-mode.el (bookmark-make-record-default): Adjust declaration.
324         * doc-view.el (bookmark-make-record-default): Adjust declaration.
326 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
328         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
329         This is also from Thierry Volpiatto's patch in bug #6444.  However,
330         because it was extraneous to the functional change in that patch,
331         and causes a re-indendation, I am committing it separately.
333 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
335         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
336         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
337         Patch applied by Karl Fogel (Bug#6444).
339 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
341         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
343 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
345         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
346         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
347         (ns-alternatives-map): Change S-tab binding to backtab
348         (bug#6616).
350         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
351         under ns.
353 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
355         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
356         (Bug#5806)
358         * language/tv-util.el (tai-viet-re): Remove format.
360 2010-07-12  Kenichi Handa  <handa@m17n.org>
362         * language/hebrew.el: Remove no-byte-compile declaration.
363         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
364         composition-function-table for 3-character looking back.
365         (hebrew-font-get-precomposed): New function.
366         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
368 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
370         * mouse.el (mouse-drag-track): Handle select-active-regions
371         (Bug#6612).
373 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
375         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
376         empty argument to gvfs-copy.
378 2010-07-10  Glenn Morris  <rgm@gnu.org>
380         * calendar/calendar.el (calendar-week-end-day): New function.
381         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
382         Respect calendar-week-start-day.  (Bug#6606)
383         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
384         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
385         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
386         respect calendar-week-start-day.
388 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
390         * simple.el (use-region-p): Doc fix (Bug#6607).
392 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
394         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
395         regexps for cucumber and ruby.
397 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
399         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
400         (epa-file-insert-file-contents): Hack to prevent
401         find-file from opening empty buffer when decryption failed
402         (bug#6568).
404 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
406         * textmodes/ispell.el (ispell-alternate-dictionary):
407         Use file-readable-p.
408         Return nil if no word-list is found at default locations.
409         (ispell-complete-word-dict): Default to nil.
410         (ispell-command-loop): Use 'word-list' when using lookup-words.
411         (lookup-words): Use ispell-complete-word-dict or
412         ispell-alternate-dictionary.  Check for word-list availability
413         and handle errors if needed with better messages (Bug#6539).
414         (ispell-complete-word): Use ispell-complete-word-dict or
415         ispell-alternate-dictionary.
417 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
419         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
420         builtins (BufferError, BytesWarning, WindowsError; callables
421         bin, bytearray, bytes, format, memoryview, next, print; __package__).
423 2010-07-07  Glenn Morris  <rgm@gnu.org>
425         * play/zone.el (top-level): Do not require timer, tabify, or cl.
426         (zone-shift-left): Ignore intangibility, and any errors from
427         forward-char.
428         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
429         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
430         deleting, and copying text properties.
431         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
432         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
433         to point-max is hard.
434         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
435         (zone-fill-out-screen): Ignore intangibility.
437 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
439         * menu-bar.el (menu-bar-mode):
440         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
441         if it has been set.
443         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
444         word/line selection (Bug#6565).
446 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
448         * net/dbus.el (dbus-send-signal): Declare function.
450 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
452         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
453         (dbus-register-property): New optional argument EMITS-SIGNAL.
454         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
456 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
458         * mouse.el (mouse-drag-overlay): Variable deleted.
459         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
460         (mouse--remap-link-click-p): New function.
461         (mouse-drag-track): Handle dragging by using temporary Transient
462         Mark mode, instead of a special overlay.
463         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
464         mouse-show-mark.
466         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
467         deleted.
469 2010-07-02  Juri Linkov  <juri@jurta.org>
471         * autoinsert.el (auto-insert-alist): Fix readability
472         by using dotted pair notation for lambda.
474 2010-07-02  Juri Linkov  <juri@jurta.org>
476         * faces.el (read-face-name): Rename arg `string-describing-default'
477         to `default'.  Doc fix.  Display the default value in quotes
478         in the prompt.  With empty input, return the `default' arg,
479         unless the default value is a string (in which case return nil).
480         (describe-face): Replace the string `default' arg of `read-face-name'
481         with the symbol `default'.
483 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
485         * emulation/viper-cmd.el (viper-delete-backward-char)
486         (viper-del-backward-char-in-insert)
487         (viper-del-backward-char-in-replace, viper-change)
488         (viper-backward-indent): Replace delete-backward-char with
489         delete-char (Bug#6552).
491 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
493         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
495 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
497         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
498         argument passed to frame-creation-function (Bug#5378).
500         * faces.el (x-handle-named-frame-geometry)
501         (x-handle-reverse-video, x-create-frame-with-faces)
502         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
503         separately consult default-frame-alist.  It is now passed as the
504         PARAMETER argument.
506 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
508         * startup.el (command-line): Don't call tool-bar-setup in a
509         tty-only build.
511 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
513         * ruler-mode.el (ruler--save-header-line-format): New fun.
514         (ruler-mode): Use it as a setter function, so as not to overwrite
515         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
517 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
519         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
520         (vc-root-diff, vc-print-root-log, vc-log-incoming)
521         (vc-log-outgoing): Use it.
522         (vc-diff-internal): Set diff-vc-backend.
524         * vc/diff-mode.el (diff-vc-backend): New var.
526 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
528         * dynamic-setting.el (font-setting-change-default-font): Remove
529         call to message.
531 2010-06-28  Kenichi Handa  <handa@m17n.org>
533         * international/quail.el (quail-insert-kbd-layout): Fix the
534         showing of untranslated characters.
536 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
538         * simple.el (delete-active-region): New option.
539         (delete-backward-char): Implement in Lisp.
540         (delete-forward-char): New command.
542         * mouse.el (mouse-region-delete-keys): Deleted.
543         (mouse-show-mark): Simplify.
545         * bindings.el (global-map): Bind delete and DEL, the former to
546         delete-forward-char.
548 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
550         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
551         (ruby-mode): Bind indent-line-function (Bug#5119).
553 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
555         * startup.el (command-line): Recognize "0" X resource value.
557 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
559         * startup.el (command-line): Use X resources to set the value of
560         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
562         * menu-bar.el (menu-bar-mode):
563         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
564         Set init-value to t.
566         * frame.el (frame-notice-user-settings): Don't change
567         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
568         vice versa (Bug#2249).
570 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
572         * w32-fns.el (w32-convert-standard-filename): Doc fix.
574 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
576         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
577         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
579         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
580         default directories are expanded (Bug#6143).
582 2010-06-24  Juri Linkov  <juri@jurta.org>
584         * minibuffer.el (completions-format): Change default from nil to
585         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
587 2010-06-24  Juri Linkov  <juri@jurta.org>
589         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
590         buffer-locally to lambda that re-runs the vc diff command.
591         (Bug#6447)
593 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
595         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
596         echo area is in use (Bug#3412).
598 2010-06-22  Glenn Morris  <rgm@gnu.org>
600         * textmodes/texinfmt.el (texinfo-format-region)
601         (texinfo-raise-lower-sections, texinfo-format-separate-node)
602         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
603         (texinfo-format-option, texinfo-noindent):
604         Use line-beginning-position and line-end-position.
606         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
607         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
608         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
609         utf-8 characters.
611 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
613         * play/zone.el (zone-fall-through-ws): Fix next-line ->
614         forward-line fallout.
616 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
618         * mouse.el (mouse-appearance-menu): Add docstring.
620         * help.el (describe-key): Print up-event using key-description.
622 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
624         * net/zeroconf.el (zeroconf-resolve-service)
625         (zeroconf-service-resolver-handler): Use
626         `dbus-byte-array-to-string'.
627         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
629 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
631         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
633 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
635         Avoid displaying files with a nil state in vc-dir.
636         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
637         cases that cause insertion.
638         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
639         with a nil state.
641 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
643         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
645 2010-06-29  Leo  <sdl.web@gmail.com>
647         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
649 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
651         * generic-x.el (bat-generic-mode): Fix regexp for command line
652         switches (Bug#5719).
654 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
656         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
657         of nconc to avoid pure storage error (Bug#6239).
659 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
661         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
662         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
663         bindings of bookmark-automatically-show-annotations (Bug#6515).
665 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
667         * arc-mode.el (archive-zip-extract): Don't quote the file name on
668         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
670 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
672         * comint.el (make-comint, make-comint-in-buffer): Mention return
673         value in the docstrings.  (Bug#6498)
675 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
677         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
678         since it is not present when using some non-default switches.
680 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
682         * simple.el (compose-mail): Fix doc string to refer to
683         `compose-mail-user-agent-warnings', instead of to the
684         nonexistent `compose-mail-check-user-agent'.
686 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
688         Fix an indentation bug:
690         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
691         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
692         of existing values.
694         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
695         (c-clear->-pair-props-if-match-before): now return t when they've
696         cleared properties, nil otherwise.
697         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
698         by taking account of the existing value.
700         * progmodes/cc-defs.el
701         (c-clear-char-property-with-value-function): Fix this to clear the
702         property rather than overwriting it with nil.
704 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
706         * emacs-lisp/package.el (package-print-package): Add link to
707         package description via describe-package.
708         (describe-package-1): List package requirements.  Add button to
709         perform installation.
710         (package-menu-describe-package): New command.
712         * help-mode.el (help-package): New button type.
714 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
716         * emacs-lisp/package.el: Move package-list-packages binding to
717         menu-bar.el.
718         (describe-package, describe-package-1, package--dir): New funs.
719         (package-activate-1): Use package--dir.
721         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
723         * help-mode.el (help-package-def): New button type.
725         * menu-bar.el: Move package-list-packages binding here from
726         package.el.
728 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
730         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
732 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
734         * emacs-lisp/edebug.el (edebug-read-list):
735         Phase out old-style backquotes.
737 2010-06-17  Juri Linkov  <juri@jurta.org>
739         * help-mode.el (help-mode): Set buffer-local variable
740         revert-buffer-function to help-mode-revert-buffer.
741         (help-mode-revert-buffer): New function.
743         * info.el (Info-revert-find-node): Check for major-mode Info-mode
744         before popping to "*info*" (like in other Info functions).
745         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
746         old-history-forward.  Pop to old-buffer-name or "*info*" to
747         recreate the killed buffer.  Set Info-history-forward from
748         old-history-forward.
749         (Info-breadcrumbs-depth): Add :group and :version.
751 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
753         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
755 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
757         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
758         for languages like Portuguese with pt_{BR,PT} and no plain pt.
760 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
762         * emacs-lisp/package.el (package-menu-mode-map):
763         Move initialization into declaration.
765         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
767 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
769         * emacs-lisp/package.el (package-archive-base): Point to
770         elpa.gnu.org.
771         (package-enable, package-load-list): New defcustoms.
772         (package-user-dir, package-directory-list): Turn into defcustoms.
773         Don't include package-user-dir in package-directory-list.
774         (package--builtins-base): Don't include Emacs as a "package".
775         (package-subdirectory-regexp): New var.
776         (package-load-all-descriptors, package-compute-transaction)
777         (package-download-transaction): Obey package-load-list.
778         (package-activate-1): Rename from package-do-activate.
779         (package-list-packages-internal): Check package-load-list.
780         (package-load-descriptor, package-generate-autoloads)
781         (package-unpack, package-unpack-single)
782         (package--read-archive-file, package-delete): Use
783         expand-file-name.
785         * emacs-lisp/package-x.el: New file.  Package uploading
786         functionality split out from package.el.
788         * startup.el (command-line): Load packages after reading init
789         file.
791 2010-06-17  Tom Tromey  <tromey@redhat.com>
793         * emacs-lisp/package.el: New file.
795 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
797         Fix vc-annotate for renamed files when using Git.
798         * vc-git.el (vc-git-find-revision): Deal with empty results from
799         ls-files.  Doe not pass the object as a file name to cat-file, it
800         is not a file name.
801         (vc-git-annotate-command): Pass the file name using -- to avoid
802         ambiguity with the revision.
803         (vc-git-previous-revision): Pass a relative file name.
805 2010-06-22  Glenn Morris  <rgm@gnu.org>
807         * progmodes/js.el (js-mode-map): Use standard capitalization and
808         ellipses for menu entries.
810         * wid-edit.el (widget-complete): Doc fix.
812 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
814         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
816 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
818         Fix annotating other revisions for renamed files in vc-annotate.
819         * vc-annotate.el (vc-annotate): Add an optional argument for the
820         VC backend.  Use it when non-nil.
821         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
822         (Bug#6487)
824         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
825         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
826         Do not pass the file name to the 'previous-revision call when we
827         don't want a file diff.  (Bug#6489)
829 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
831         Fix finding revisions for renamed files in vc-annotate.
832         * vc.el (vc-find-revision): Add an optional argument for
833         the VC backend.  Use it when non-nil.
834         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
835         backend to vc-find-revision.  (Bug#6487)
837 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
839         Fix reading file names in Git annotate buffers.
840         * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
841         trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
843 2010-06-20  Alan Mackenzie  <acm@muc.de>
845         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
846         in file local variables, set it first.
848 2010-06-19  Glenn Morris  <rgm@gnu.org>
850         * descr-text.el (describe-char-unicode-data): Insert separating
851         space when needed.  (Bug#6422)
853         * progmodes/idlwave.el (idlwave-action-and-binding):
854         Fix typo in 2009-12-03 change.  (Bug#6450)
856 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
858         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
859         handling for `lambda' (misunderstanding).
861 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
863         * calc/calc-poly.el (math-accum-factors): Make sure that
864         constants aren't distributed after they are factored out.
866 2010-06-16  Juri Linkov  <juri@jurta.org>
868         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
869         `list-colors-print'.  (Bug#6332)
871         * subr.el (read-quoted-char): Fix up last change (bug#6290).
873 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
875         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
876         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
878         * font-lock.el (font-lock-major-mode): Rename from
879         font-lock-mode-major-mode to distinguish it from
880         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
881         (font-lock-set-defaults):
882         * font-core.el (font-lock-default-function): Adjust users.
883         (font-lock-mode): Don't set it at all.
885 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
887         * vc-annotate.el (vc-annotate): Use vc-read-revision.
889 2010-06-16  Glenn Morris  <rgm@gnu.org>
891         * calendar/appt.el (appt-time-msg-list): Doc fix.
892         (appt-check): Let-bind appt-warn-time.
893         (appt-add): Make the 3rd argument optional.
894         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
895         Only add WARNTIME to the output list if non-nil.
897 2010-06-16  Ivan Kanis  <apple@kanis.eu>
899         * calendar/appt.el (appt-check): Let the 3rd element of
900         appt-time-msg-list specify the warning time.
901         (appt-add): Add new argument with the warning time.  (Bug#5176)
903 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
905         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
906         older than version 1.6.  (Bug#6361)
908 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
910         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
911         used by cl-do-arglist.  (Bug#6408)
913 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
915         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
916         portuguese casechars/not-casechars for missing 'çÇ'.
917         Suggested by Rolando Pereira (bug#6434).
919 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
921         * facemenu.el (list-colors-sort): Doc fix.
923 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
925         * progmodes/sql.el (sql-connect-mysql): Fix typo.
927 2010-06-14  Juri Linkov  <juri@jurta.org>
929         Add sort option `list-colors-sort'.  (Bug#6332)
930         * facemenu.el (color-rgb-to-hsv): New function.
931         (list-colors-sort): New defcustom.
932         (list-colors-sort-key): New function.
933         (list-colors-display): Doc fix.  Sort list according to the option
934         `list-colors-sort'.
935         (list-colors-print): Add HSV values to `help-echo' property of
936         RGB strings.
938 2010-06-14  Juri Linkov  <juri@jurta.org>
940         * compare-w.el: Move to the "vc" subdirectory.
942 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
944         * image-mode.el (image-mode-map): Remap left-char and right-char.
946         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
948 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
950         * term/common-win.el (x-colors): Add all the color names defined
951         in rgb.txt (Bug#6332).
953         * facemenu.el (list-colors-print): Don't print extra names if it
954         will overflow the window width.
956         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
957         change (Bug#6343).
959 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
961         * files.el (make-directory): Doc fix (bug#6396).
963 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
965         * net/tramp.el (tramp-remote-process-environment): Protect version
966         string by apostroph.
967         (tramp-shell-prompt-pattern): Do not use a shy group in case of
968         XEmacs.
969         (tramp-file-name-for-operation): Add `call-process-region'.
970         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
972         * net/tramp-compat.el (top): Do not autoload
973         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
974         only when `start-file-process' is not bound.
975         (tramp-advice-file-expand-wildcards): Do not use
976         `tramp-handle-file-remote-p'.
977         (tramp-compat-make-temp-file): Handle the case, that
978         `make-temp-file' has no third argument EXTENSION.
980 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
982         * makefile.w32-in (WINS_BASIC): Include new directory vc.
984         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
986 2010-06-11  Juri Linkov  <juri@jurta.org>
988         * finder.el (finder-known-keywords): Add keyword "vc"
989         for version control.
991         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
992         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
993         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
994         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
996 2010-06-11  Juri Linkov  <juri@jurta.org>
998         Move version control related files to the "vc" subdirectory.
999         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
1000         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
1001         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
1002         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
1003         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
1004         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
1005         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
1006         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
1007         Move files to the "vc" subdirectory.
1009 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1011         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
1012         (Bug#6367).
1014 2010-06-11  Stephen Eglen  <stephen@gnu.org>
1016         * shell.el: Bind `shell-resync-dirs' to M-RET.
1018 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
1020         * notifications.el: Move file from lisp/net, because it is
1021         supposed to talk locally to the user.
1023 2010-06-10  Julien Danjou  <julien@danjou.info>
1025         * net/notifications.el (notifications-on-action-signal)
1026         (notifications-on-closed-signal): Pass notification id as first
1027         argument to the callback functions.  Add docstrings.
1028         (notifications-notify): Fix docstring.
1030 2010-06-10  Glenn Morris  <rgm@gnu.org>
1032         * emacs-lisp/authors.el (authors-ignored-files)
1033         (authors-valid-file-names): Add some files.
1035 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1037         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
1038         merge conflict, giving preference to the emacs-23 version of the code.
1040 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1042         * emacs-lisp/advice.el (ad-compile-function):
1043         Define warning-suppress-types before we let-bind it (bug#6275).
1045         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1046         declare it, make it buffer-local and permanent-local (bug#6324).
1047         (vc-resynch-window): Adjust name.
1048         * vc-hooks.el (vc-find-file-hook): Adjust name.
1050 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
1052         * net/notifications.el (notifications-notify): Fix docstring.
1054 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1056         Update to Unicode 6.0.0 beta.
1057         * international/charprop.el: Update copyright.
1058         * international/mule-cmds.el (ucs-names): Update character ranges.
1059         * international/uni-bidi.el:
1060         * international/uni-category.el:
1061         * international/uni-combining.el:
1062         * international/uni-comment.el:
1063         * international/uni-decimal.el:
1064         * international/uni-decomposition.el:
1065         * international/uni-digit.el:
1066         * international/uni-lowercase.el:
1067         * international/uni-mirrored.el:
1068         * international/uni-name.el:
1069         * international/uni-numeric.el:
1070         * international/uni-old-name.el:
1071         * international/uni-titlecase.el:
1072         * international/uni-uppercase.el: Regenerate.
1074 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1076         * emacs-lisp/smie.el (comment-string-strip): Declare function.
1077         (smie-precs-precedence-table): Fix typo in docstring.
1079         * vc-mtn.el (log-edit-extract-headers): Declare function.
1081         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
1083         * net/notifications.el (dbus-register-signal): Declare function.
1084         (notifications-notify): Fix typos and reflow docstring.
1086 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1088         Improve VC create/retrieve tag/branch.
1089         * vc.el (vc-create-tag): Do not read the directory name for VCs
1090         with repository revision granularity.  Adjust the tag/branch
1091         prompt.  Reset VC properties.
1092         (vc-retrieve-tag): Do not read the directory name for VCs
1093         with repository revision granularity.  Reset VC properties.
1095 2010-06-09  Julien Danjou  <julien@danjou.info>
1097         * net/notifications.el: New file.
1099 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1101         Add optional support for resetting VC properties.
1102         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1103         call vc-file-clearprops when true.
1104         (vc-resynch-buffer): Add new optional argument, pass it down.
1105         (vc-resynch-buffers-in-directory): Likewise.
1107         Improve support for special markup in the VC commit message.
1108         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1109         * vc-hg.el (vc-hg-checkin): Add support for Date:.
1110         * vc-git.el (vc-git-checkin):
1111         * vc-bzr.el (vc-bzr-checkin): Likewise.
1113 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1115         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1116         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1118 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
1120         * iimage.el: Remove images as soon as the underlying text is modified.
1121         (iimage-modification-hook): New function.
1122         (iimage-mode-buffer): Use it.
1124 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1126         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1127         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
1128         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
1129         (smie-indent-keyword): Add handling of open-paren keywords.
1130         (smie-indent-comment-continue): Don't assume comment-continue.
1132 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
1134         * window.el (pop-to-buffer): Remove the conditional that
1135         compares new-window and old-window, so it will reselect
1136         the selected window unconditionally.
1137         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1139 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1141         * emacs-lisp/smie.el (smie-indent-offset-after)
1142         (smie-indent-forward-token, smie-indent-backward-token): New functions.
1143         (smie-indent-after-keyword): Use them.
1144         (smie-indent-fixindent): Only applies to the indentation of the BOL.
1145         (smie-indent-keyword): Tweak the black magic.
1146         (smie-indent-comment-continue): Strip comment-continue before use.
1147         (smie-indent-functions): Indent comments before keywords.
1149 2010-06-06  Juri Linkov  <juri@jurta.org>
1151         * isearch.el (isearch-lazy-highlight-search): Fix looping
1152         by checking for empty match.  This syncs this loop with the
1153         similar loop in `isearch-search'.  (Bug#6362)
1155 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
1157         * net/dbus.el (dbus-register-method): Declare function.
1158         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1159         (dbus-introspect): Doc fix.
1160         (dbus-event-bus-name, dbus-introspect-get-interface)
1161         (dbus-introspect-get-argument): Reflow docstrings.
1163 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
1165         vc-log-incoming/vc-log-outgoing fixes for Git.
1166         * vc-git.el (vc-git-log-view-mode): Fix font lock for
1167         incoming/outgoing logs.
1168         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1169         instead of vc-git-compute-remote.
1170         (vc-git-compute-remote): Remove.
1172 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
1174         * term/common-win.el (x-colors): Add "dark green" and "dark
1175         turquoise" (Bug#6332).
1177 2010-06-04  Juri Linkov  <juri@jurta.org>
1179         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1180         Instead of setting `replace' to t and replacing the same string
1181         with itself, don't do certain actions when
1182         kill-do-not-save-duplicates is non-nil and string is equal to car
1183         of kill-ring: don't call menu-bar-update-yank-menu, don't push
1184         interprogram-paste strings to kill-ring, and don't push the input
1185         argument `string' to kill-ring.
1186         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1188 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1190         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1192 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
1194         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1195         (tramp-gvfs-handler-mounted-unmounted)
1196         (tramp-gvfs-connection-mounted-p): Handle default-location.
1198         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1199         move files to trash.
1201 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1203         * international/mule-cmds.el (nonascii-insert-offset)
1204         (nonascii-translation-table): Add obsolescence information.
1206         * international/mule.el (make-translation-table-from-vector): Doc fix.
1208 2010-06-03  Eric Ludlam  <zappo@gnu.org>
1210         * cedet/semantic/lex-spp.el
1211         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1212         invalid values during save, just save a nil (Bug#6324).
1214 2010-06-03  Glenn Morris  <rgm@gnu.org>
1216         * desktop.el (desktop-clear-preserve-buffers):
1217         Add "*Warnings*" buffer.  (Bug#6336)
1219 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
1221         vc-log-incoming/vc-log-outgoing improvements for Git.
1222         * vc-git.el (vc-git-log-outgoing): Use the same format as the
1223         short log.
1224         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
1226         Add bindings for vc-log-incoming and vc-log-outgoing.
1227         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1228         and vc-log-outgoing.
1229         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1230         and vc-log-outgoing.
1232 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1234         * net/rcirc.el (rcirc-sort-nicknames): Remove.
1235         (rcirc-handler-366): Always sort nicknames.
1237 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
1239         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1241 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1243         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1245 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1247         * net/rcirc.el (rcirc-sort-nicknames): Change default.
1248         (rcirc-sort-nicknames-join): Avoid setq.
1250 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1252         * net/rcirc.el (rcirc-sort-nicknames): New custom.
1253         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1254         (rcirc-handler-366): Use them.
1256 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1258         Split smie-indent-calculate into more manageable chunks.
1259         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1260         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1261         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1262         (smie-indent-exps): Extract from smie-indent-calculate.
1263         (smie-indent-functions): New var.
1264         (smie-indent-functions): Use them.
1266 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1268         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1269         (smie-indent-calculate): Simplify and cleanup.
1271 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
1273         * net/tramp-gvfs.el (top): Require url-util.
1274         (tramp-gvfs-mount-point): Remove.
1275         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1276         New defuns.
1277         (with-tramp-dbus-call-method): Format trace message.
1278         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1279         Implement backup call, when operation on local files fails.
1280         Use progress reporter.  Flush properties of changed files.
1281         (tramp-gvfs-handle-make-directory): Make more traces.
1282         (tramp-gvfs-url-file-name): Hexify file name in url.
1283         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1284         into account for the resulting file name.
1285         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1286         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
1287         (tramp-gvfs-handler-mounted-unmounted)
1288         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1289         attribute "default_location".  Set "prefix" property.
1290         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1291         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1292         exists.  Raise an error, if not (due to a corresponding answer
1293         "no" in interactive questions, for example).
1295 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
1297         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1299 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
1301         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1302         right-*.  (Bug#6265)
1304 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
1306         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1307         * vc-git.el (vc-git-compute-remote): New function.
1308         (vc-git-log-outgoing): Use it instead of hard coding a value.
1309         (vc-git-log-incoming): New function.
1311         Improve state updating for VC tag commands.
1312         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1313         to update the state of all buffers in the directory.
1315         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1317 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1319         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1320         `file-directory-p' to the filename part rather than to the whole text.
1322 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
1324         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1325         (bug#6231).
1327 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1329         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1331 2010-05-31  Drew Adams  <drew.adams@oracle.com>
1333         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1335 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
1337         * subr.el (momentary-string-display): Just use read-event to read
1338         the exit event (Bug#6238).
1340 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
1342         * international/mule.el (define-coding-system): Doc fix (bug#6313).
1344 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1346         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1347         Suggested by Eli Zaretskii <eliz@gnu.org>.
1349 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1351         * minibuffer.el (completion-file-name-table): Don't return a boundary
1352         past the end of `string' (bug#6299).
1353         (completion--file-name-table): Delegate to completion-file-name-table
1354         for the `boundaries' case.
1356 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1358         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1359         movement commands.
1361         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1362         `path-separator', but maintain compatibility with Emacs 20.2.
1364 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1366         * server.el (server-process-filter): Receive parent-id argument
1367         from emacsclient.
1368         (server-create-window-system-frame): New arg.  Pass parent-id as
1369         frame parameter.
1371 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
1373         Bidi-sensitive word movement with arrow keys.
1374         * subr.el (right-arrow-command, left-arrow-command): Move to
1375         bindings.el.
1377         * bindings.el (right-char, left-char): Move from subr.el and
1378         rename from right-arrow-command and left-arrow-command.
1379         (right-word, left-word): New functions.
1380         (global-map) <right>: Bind to right-char.
1381         (global-map) <left>: Bind to left-char.
1382         (global-map) <C-right>: Bind to right-word.
1383         (global-map) <C-left>: Bind to left-word.
1385         * ls-lisp.el (ls-lisp-classify-file): New function.
1386         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1387         (ls-lisp-classify): Call ls-lisp-classify-file.
1388         (insert-directory): Remove blanks from switches.
1390 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1392         * ansi-color.el: Delete unused escape sequences (Bug#6085).
1393         (ansi-color-drop-regexp): New constant.
1394         (ansi-color-apply, ansi-color-filter-region)
1395         (ansi-color-apply-on-region): Delete unrecognized control sequences.
1396         (ansi-color-apply): Build string list before calling concat.
1398 2010-05-28  Juri Linkov  <juri@jurta.org>
1400         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1401         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
1402         (Bug#5270)
1404 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1406         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
1407         to ignored backtrace functions.
1408         (with-progress-reporter): Expand docstring.
1409         (tramp-handle-delete-file): Implement TRASH argument.
1410         (tramp-get-remote-trash): New defun.
1412 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1414         * net/tramp-compat.el (tramp-compat-delete-file): Use
1415         `symbol-value' for backward compatibility.
1417         * net/tramp.el (tramp-handle-make-symbolic-link)
1418         (tramp-handle-load)
1419         (tramp-do-copy-or-rename-file-via-buffer)
1420         (tramp-do-copy-or-rename-file-directly)
1421         (tramp-do-copy-or-rename-file-out-of-band)
1422         (tramp-handle-process-file, tramp-handle-call-process-region)
1423         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1424         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1425         (tramp-delete-temp-file-function): Use `delete-file' instead
1426         of `tramp-compat-delete-file'.
1428         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1429         (tramp-fish-handle-make-symbolic-link)
1430         (tramp-fish-handle-process-file): Use `delete-file' instead
1431         of `tramp-compat-delete-file'.
1433         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
1434         `delete-file' instead of `tramp-compat-delete-file'.
1436         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1437         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
1438         `tramp-compat-delete-file'.
1440         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
1441         `delete-file' instead of `tramp-compat-delete-file'.
1443         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1444         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1445         (tramp-smb-handle-write-region): Use `delete-file' instead of
1446         `tramp-compat-delete-file'.
1447         (tramp-smb-handle-delete-directory): Use 'trash as arg.
1449 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1451         * dired.el (dired-delete-file): New arg TRASH.
1452         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
1453         (dired-do-flagged-delete, dired-do-delete): Use trash.
1455         * speedbar.el (speedbar-item-delete): Allow trashing.
1457         * files.el (delete-directory): New arg TRASH.
1459         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
1460         (ange-ftp-rename-remote-to-remote)
1461         (ange-ftp-rename-local-to-remote)
1462         (ange-ftp-rename-remote-to-local, ange-ftp-load)
1463         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
1464         `delete-file'.
1465         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
1466         allow trashing.
1468         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1469         handle new TRASH arg of `delete-file'.
1471         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
1472         (tramp-handle-make-symbolic-link, tramp-handle-load)
1473         (tramp-do-copy-or-rename-file-via-buffer)
1474         (tramp-do-copy-or-rename-file-directly)
1475         (tramp-do-copy-or-rename-file-out-of-band)
1476         (tramp-handle-process-file, tramp-handle-call-process-region)
1477         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1478         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1479         (tramp-delete-temp-file-function): Use null TRASH arg in
1480         tramp-compat-delete-file call.
1482         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1483         (tramp-fish-handle-delete-file)
1484         (tramp-fish-handle-make-symbolic-link)
1485         (tramp-fish-handle-process-file): Use null TRASH arg in
1486         `tramp-compat-delete-file' call.
1488         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
1489         arg in `tramp-compat-delete-file' call.
1491         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1492         (tramp-gvfs-handle-write-region): Use null TRASH arg in
1493         `tramp-compat-delete-file' call.
1495         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
1496         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
1497         `tramp-compat-delete-file' call.
1499         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1500         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1501         (tramp-smb-handle-write-region): Use null TRASH arg in
1502         tramp-compat-delete-file call.
1503         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
1504         (tramp-smb-handle-delete-file): Rename arg.
1506         * diff.el (diff-sentinel):
1507         * epg.el (epg--make-temp-file, epg-decrypt-string)
1508         (epg-verify-string, epg-sign-string, epg-encrypt-string):
1509         * jka-compr.el (jka-compr-partial-uncompress)
1510         (jka-compr-call-process, jka-compr-write-region):
1511         * server.el (server-sentinel): Remove optional arg from
1512         delete-file, reverting 2010-05-03 change.
1514 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1516         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
1517         font-lock-constant-face, not obsolete font-lock-reference-face.
1519 2010-05-27  Kenichi Handa  <handa@m17n.org>
1521         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
1522         element of GSTRING is nil.
1524 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1526         * emacs-lisp/smie.el (smie-forward-token-function)
1527         (smie-backward-token-function): New vars.
1528         (smie-backward-sexp, smie-forward-sexp)
1529         (smie-indent-hanging-p, smie-indent-calculate): Use them.
1530         (smie-default-backward-token): Rename from smie-backward-token and
1531         skip comments.
1532         (smie-default-forward-token): Rename from smie-forward-token and
1533         skip comments.
1534         (smie-next-sexp): Handle nil results from next-token.
1535         (smie-indent-calculate): Add a new case for special `fixindent' comments.
1537 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1539         * progmodes/verilog-mode.el (verilog-type-font-keywords):
1540         Use font-lock-constant-face, not obsolete font-lock-reference-face.
1542 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
1544         * htmlfontify.el (hfy-face-resolve-face): New function.
1545         (hfy-face-to-style): Use it (Bug#6279).
1547 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1549         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
1550         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
1552 2010-05-26  Glenn Morris  <rgm@gnu.org>
1554         * emulation/edt.el (edt-load-keys): Use locate-library.
1556 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
1558         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
1559         (log-edit-changelog-entries): Doc fix.
1560         (log-edit-changelog-insert-entries): Args changed.
1561         Rename relative filenames in ChangeLog entries.  Delete tabs.
1562         (log-edit-insert-changelog-entries): Reorganize return value of
1563         `log-edit-changelog-entries' to pass filenames to
1564         log-edit-changelog-insert-entries.
1566 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1568         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
1569         `image-dired-dired-insert-marked-thumbs' to
1570         `image-dired-dired-toggle-marked-thumbs'.
1572         * image-dired.el: Require cl when compiling.
1573         (image-dired-dired-toggle-marked-thumbs): Rename from
1574         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
1575         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
1576         to 'no-dir.  Skip files whose names don't match
1577         `image-file-name-regexp'.  When file has a thumbnail overlay,
1578         delete it.  (Bug#5270)
1580 2010-05-25  Juri Linkov  <juri@jurta.org>
1582         * image-mode.el (image-mode): Add image-after-revert-hook to
1583         after-revert-hook.
1584         (image-after-revert-hook): New function.  (Bug#5669)
1586 2010-05-25  Juri Linkov  <juri@jurta.org>
1588         * image.el (image-animated-p): When delay between animated images
1589         is 0, set it to 10 (0.1 sec).  (Bug#6258)
1591 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1593         * net/tramp.el (tramp-handle-insert-directory): Don't use
1594         `forward-word', its default syntax could be changed.
1596 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
1598         * net/tramp.el (tramp-progress-reporter-update): New defun.
1599         (with-progress-reporter): Use it.
1600         (tramp-process-actions):
1601         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
1602         current message, in order to let progress reporter continue
1603         afterwards.  (Bug#6257)
1605 2010-05-25  Glenn Morris  <rgm@gnu.org>
1607         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
1608         Add :version.
1610 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
1612         * net/rcirc.el (rcirc-default-user-name): Change to "user".
1613         (rcirc-default-full-name): Change to "unknown".
1614         (rcirc-user-name-history): Add variable.
1616 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
1617             Jonathan Rockway  <jon@jrock.us>
1619         * net/rcirc.el (rcirc-server-alist): Add :pass.
1620         (rcirc): When prompting for connection parameters, also prompt for
1621         username and password.
1622         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
1623         value to server when connecting.
1625 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1627         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
1628         (smie-merge-prec2s): Pass the tables as separate args.
1629         (smie-bnf-precedence-table): Adjust call accordingly.
1630         (smie-prec2-levels): Set levels at the end.
1632         Replace Lisp calls to delete-backward-char by delete-char.
1633         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
1634         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
1635         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
1636         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
1637         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
1638         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
1639         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
1640         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
1641         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
1642         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
1643         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
1644         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
1645         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
1646         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
1647         delete-backward-char by calls to delete-char.
1649 2010-05-25  Kenichi Handa  <handa@m17n.org>
1651         * language/hebrew.el (hebrew-shape-gstring): New function.
1652         Register it in composition-function-table for all Hebrew combining
1653         characters.
1655 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1657         * epa.el (epa--select-keys): Don't explicitly delete the window since
1658         that can fail (e.g. sole window in frame).  Use dedication instead.
1660 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
1662         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1664 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
1666         * image.el (image-refresh): Define as an alias for image-flush.
1668         * image-mode.el (image-toggle-display-image): Caller changed.
1670 2010-05-21  Juri Linkov  <juri@jurta.org>
1672         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
1673         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
1674         whitespace, call wildcard-to-regexp on substrings and concat them
1675         with "\\|".  (Bug#6114)
1677 2010-05-21  Alan Mackenzie  <acm@muc.de>
1679         * progmodes/cc-engine.el (c-parse-state-get-strategy):
1680         Replace parameter `here' with `here-' and `here-plus', which sandwich
1681         any pertinent CPP construct.
1682         (c-remove-stale-state-cache-backwards): Fix a bug which happens
1683         when doing (c-parse-state) in a CPP construct: Exclude any "new"
1684         CPP construct from taking part in the scanning.
1686 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
1688         * net/tramp.el (tramp-do-copy-or-rename-file)
1689         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
1690         Tune `with-progress-reporter' messages.
1691         (tramp-handle-vc-registered):
1692         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
1693         (tramp-fish-handle-insert-file-contents)
1694         (tramp-fish-maybe-open-connection):
1695         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1696         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
1697         (tramp-imap-handle-insert-file-contents)
1698         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1700 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
1702         * add-log.el (change-log-font-lock-keywords):
1703         Highlight all authors in multi-author entries.
1705         * smerge-mode.el (smerge-refine-ignore-whitespace)
1706         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
1707         Fix typos in docstrings.
1708         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
1710 2010-05-21  Glenn Morris  <rgm@gnu.org>
1712         * progmodes/fortran.el (fortran-mode):
1713         * progmodes/f90.el (f90-mode): Derive from prog-mode.
1715         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
1716         having a relative path in src/Makefile.in.
1718 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1720         * help-mode.el (help-make-xrefs): For Info node links turn
1721         newlines into spaces.  Link node names with newlines are matched
1722         by help-xref-info-regexp and buttonized, this change ensures they
1723         can be followed successfully with RET.  (Bug#6206)
1725 2010-05-20  Juri Linkov  <juri@jurta.org>
1727         * locate.el (locate): Use pop-to-buffer instead of
1728         switch-to-buffer-other-window.  (Bug#6204)
1730 2010-05-20  Juri Linkov  <juri@jurta.org>
1732         * replace.el (replace-highlight): Fix lazy-highlighting
1733         for `M-s w str M-% str RET'.
1735 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
1737         * isearch.el (isearch-yank-word-or-char): Pull next subword
1738         when `subword-mode' is activated.  (Bug#6220)
1740 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
1742         * isearch.el (isearch-update-post-hook): New hook.
1743         (isearch-update): Use the new hook.  (Bug#6225)
1745 2010-05-20  Juri Linkov  <juri@jurta.org>
1747         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
1748         [f1], [help], and (char-to-string help-char) instead of "\C-h".
1749         (Bug#6222)
1751 2010-05-20  Juri Linkov  <juri@jurta.org>
1753         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
1754         (Bug#6223)
1756 2010-05-20  Juri Linkov  <juri@jurta.org>
1758         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
1759         FILE-NAME to read from the minibuffer when called interactively
1760         with prefix argument instead of using buffer-file-name.
1761         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
1763         * dired.el: Update autoloads.
1765 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
1767         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
1768         nxml-finish-element, for consistency with SGML mode.
1770         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
1771         octave-close-block.
1773 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
1775         * composite.el: Require cl when compiling.
1776         (reference-point-alist, compose-gstring-for-graphic)
1777         (compose-gstring-for-terminal): Fix typos in docstrings.
1779 2010-05-19  Juri Linkov  <juri@jurta.org>
1781         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
1782         set-window-parameter.
1784 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1786         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
1787         where appropriate.
1788         (tramp-maybe-open-connection): Use it.
1790 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
1792         * simple.el (move-end-of-line): Make sure we are at line beginning
1793         before backing up to end of previous line.
1795 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1797         * password-cache.el (password-cache-remove): Fix docstring.
1799         * net/secrets.el: Autoload the widget functions.
1800         (secrets-search-items, secrets-create-item)
1801         (secrets-get-attributes, secrets-expand-item): Attributes will be
1802         stored on the password database without leading ":", as all other
1803         clients do as well.
1804         (secrets-mode): Fix docstring.
1805         (secrets-show-secrets): Provide it as autoloaded command only when
1806         D-Bus support is available.  Check existence of Secret Service API.
1808 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1810         * indent.el (indent-region): Deactivate region (bug#6200).
1812 2010-05-19  Glenn Morris  <rgm@gnu.org>
1814         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
1816 2010-05-19  Kenichi Handa  <handa@m17n.org>
1818         * composite.el: Register compose-gstring-for-graphic in
1819         composition-function-table only for combining characters (Mn, Mc, Me).
1821 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
1823         * calc/calc-trail.el (calc-trail-isearch-forward)
1824         (calc-trail-isearch-backward): Ensure that the new window
1825         point is set correctly.
1827 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1829         * subr.el (read-quoted-char): Resolve modifiers after key
1830         remapping (bug#6212).
1832 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
1834         Add visualization code for secrets.
1835         * net/secrets.el (secrets-mode): New major mode.
1836         (secrets-show-secrets, secrets-show-collections)
1837         (secrets-expand-collection, secrets-expand-item)
1838         (secrets-tree-widget-after-toggle-function)
1839         (secrets-tree-widget-show-password): New defuns.
1841 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1843         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
1844         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
1845         handled in smie-next-sexp.
1846         (smie-indent-calculate): Provide a starting indentation (so the
1847         recursion is well-founded ;-).
1849         Fix handling of non-associative equal levels.
1850         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
1851         when it's not needed.
1852         (smie-op-left, smie-op-right): New functions.
1853         (smie-next-sexp): New function, extracted from smie-backward-sexp.
1854         Better handle equal levels to distinguish the associative case from
1855         the "multi-keyword construct" case.
1856         (smie-backward-sexp, smie-forward-sexp): Use it.
1858 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
1860         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
1862         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
1863         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
1865 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1867         Provide a simple generic indentation engine and use it for Prolog.
1868         * emacs-lisp/smie.el: New file.
1869         * progmodes/prolog.el (prolog-smie-op-levels)
1870         (prolog-smie-indent-rules): New var.
1871         (prolog-mode-variables): Use them to configure SMIE.
1872         (prolog-indent-line, prolog-indent-level): Remove.
1874 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
1876         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
1877         order before computing the averages.
1879 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
1881         * calc/calc-vec.el (calc-histogram):
1882         (calcFunc-histogram): Allow vectors as inputs.
1883         (math-vector-avg): New function.
1885         * calc/calc-ext.el (math-group-float): Have the number of digits
1886         being grouped depend on the radix (Bug#6189).
1888 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
1890         * version.el (emacs-copyright, emacs-version): Don't define here,
1891         now that emacs.c defines it.
1893 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
1895         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
1896         "Describe Language Environment" menu item.
1898         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
1900         Bidi-sensitive movement with arrow keys.
1901         * subr.el (right-arrow-command, left-arrow-command): New functions.
1903         * bindings.el (global-map): Bind them to right and left arrow keys.
1905         Don't override standard definition of convert-standard-filename.
1906         * files.el (convert-standard-filename): Call
1907         w32-convert-standard-filename and dos-convert-standard-filename on
1908         the corresponding systems.
1910         * w32-fns.el (w32-convert-standard-filename): Rename from
1911         convert-standard-filename.  Doc fix.
1913         * dos-fns.el (dos-convert-standard-filename): Doc fix.
1914         (convert-standard-filename): Don't defalias.
1915         (register-name-alist, make-register, register-value)
1916         (set-register-value, intdos): Obsolete aliases for the
1917         corresponding dos-* functions and variables.
1918         (dos-intdos): Add a doc string.
1920 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
1922         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
1923         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
1924         (math-compose-tex-func):
1925         * calc/calccomp.el (math-compose-expr):
1926         * calc/calc-ext.el (math-format-flat-expr-fancy):
1927         * calc/calc-store.el (calc-read-var-name):
1928         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
1930         * calc/calc.el (var-π, var-φ, var-γ): New variables.
1931         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
1932         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
1933         (math-standard-units): Add units.
1935 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1937         * progmodes/asm-mode.el (asm-mode):
1938         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
1940         * pcomplete.el (pcomplete-completions-at-point): New function,
1941         extracted from pcomplete-std-complete.
1942         (pcomplete-std-complete): Use it.
1944 2010-05-15  Glenn Morris  <rgm@gnu.org>
1946         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1947         Remove references to CVS, RCS and Old directories.
1949 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
1951         * calc/calc-bin.el (math-format-twos-complement): Group digits when
1952         appropriate.
1954 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1956         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
1957         (sh-mode-syntax-table): Give it a default value instead.
1958         (sh-header-marker): Make buffer-local.
1959         (sh-mode): Move make-local-variable to the corresponding setq.
1960         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
1961         Use complete-with-action.
1963         * simple.el (prog-mode): New (abstract) major mode.
1964         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
1965         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
1967 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
1969         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
1970         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
1971         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
1972         (sql-make-alternate-buffer-name, sql-placeholders-filter)
1973         (sql-escape-newlines-filter, sql-input-sender)
1974         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
1976 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
1978         Add TeX open-block and close-block keybindings to SGML, and vice versa.
1980         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
1981         latex-open-block and C-c / to latex-close-block.
1983         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
1984         and C-c C-e to sgml-close-tag.
1986 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
1988         * net/tramp.el (with-progress-reporter): Create reporter object
1989         only when the message would be displayed.  Handle nested calls.
1990         (tramp-handle-load, tramp-handle-file-local-copy)
1991         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1992         (tramp-maybe-send-script, tramp-find-shell):
1993         Use `with-progress-reporter'.
1994         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
1995         Fix message text.
1997         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1998         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1999         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2000         Use `with-progress-reporter'.
2002 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
2004         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
2005         process everytime when spellchecking from the minibuffer (bug#6143).
2007 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2009         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
2011         * dos-fns.el: Add "dos-" prefix for namespace control.
2012         (convert-standard-filename): Define as alias for
2013         dos-convert-standard-filename but only if applicable.
2015 2010-05-12  Alan Mackenzie  <acm@muc.de>
2017         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2018         Push the mark at the start of these functions when appropriate.
2020 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2022         * minibuffer.el (completion-cycle-threshold): New custom var.
2023         (completion--do-completion): Use it.
2024         (minibuffer-complete): Use cycling if appropriate.
2026 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
2028         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
2029         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
2031 2010-05-11  Juri Linkov  <juri@jurta.org>
2033         * scroll-all.el (scroll-all-check-to-scroll):
2034         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
2036 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2038         * iimage.el (iimage-mode-map): Move initialization into declaration.
2039         (iimage-mode-buffer): Use with-silent-modifications.
2040         Simplify calling convention.  Adjust callers.
2041         (iimage-mode): Don't run hook redundantly.
2043         * minibuffer.el (completion-pcm--pattern->regex):
2044         Fix last change (bug#6160).
2046 2010-05-10  Juri Linkov  <juri@jurta.org>
2048         Remove nodes visited during Isearch from the Info history.
2049         * info.el (Info-isearch-initial-history)
2050         (Info-isearch-initial-history-list): New variables.
2051         (Info-isearch-start): Record initial values of
2052         Info-isearch-initial-history and Info-isearch-initial-history-list.
2053         Add Info-isearch-end to isearch-mode-end-hook.
2054         (Info-isearch-end): New function.
2056 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
2058         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
2059         format string, in order to work around a bug in pdksh.
2060         Reported by Gilles Pion <gpion@lfdj.com>.
2061         (tramp-handle-verify-visited-file-modtime): Do not send a command
2062         when the connection is not established.
2063         (tramp-handle-set-file-times): Simplify the check for utc.
2065 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
2067         Fix use of `filter-buffer-substring' (rework previous change).
2068         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
2069         (cua-repeat-replace-region):
2070         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
2071         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2072         (cua-cut-region-to-global-mark): Use it.
2074 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
2076         * progmodes/sql.el: Version 2.1.
2077         (sql-product-alist): Redesign structure of product info.
2078         (sql-product, sql-user, sql-server, sql-database): Safe variables.
2079         (sql-port, sql-port-history): New variables.
2080         (sql-interactive-product): New variable.
2081         (sql-send-terminator): New variable.
2082         (sql-imenu-generic-expression): Add "Types" imenu entry.
2083         (sql-oracle-login-params, sql-sqlite-login-params)
2084         (sql-mysql-login-params, sql-solid-login-params)
2085         (sql-sybase-login-params, sql-informix-login-params)
2086         (sql-ingres-login-params, sql-ms-login-params)
2087         (sql-postgres-login-params, sql-interbase-login-params)
2088         (sql-db2-login-params, sql-linter-login-params)
2089         (sql-oracle-scan-on): New variables.
2090         (sql-mode-map): Add C-c C-i to start interactive mode.
2091         (sql-mode-menu): Update existing menu entries.
2092         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
2093         (sql-mode-oracle-font-lock-keywords)
2094         (sql-mode-postgres-font-lock-keywords)
2095         (sql-mode-ms-font-lock-keywords)
2096         (sql-mode-sybase-font-lock-keywords)
2097         (sql-mode-informix-font-lock-keywords)
2098         (sql-mode-interbase-font-lock-keywords)
2099         (sql-mode-ingres-font-lock-keywords)
2100         (sql-mode-solid-font-lock-keywords)
2101         (sql-mode-mysql-font-lock-keywords)
2102         (sql-mode-sqlite-font-lock-keywords)
2103         (sql-mode-db2-font-lock-keywords)
2104         (sql-mode-linter-font-lock-keywords): Update initialization to
2105         reduce run-time complexity.
2106         (sql-add-product, sql-del-product): New functions.
2107         (sql-set-product-feature, sql-get-product-feature): New functions.
2108         (sql-product-font-lock): Update product API.
2109         (sql-add-product-keywords): New function.
2110         (sql-highlight-product): Update product API.
2111         (sql-help-list-products): New function.
2112         (sql-help): Dynamically lists free and non-free products.
2113         (sql-get-login): Correct bug in handling history and added
2114         prompt for port.
2115         (sql-copy-column): Copy without properties.
2116         (sqli-input-sender): Apply filters to SQLi input.
2117         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2118         Implement as a filter.
2119         (sql-escape-newlines-filter): Implement as a filter.
2120         (sql-remove-tabs-filter): New function.
2121         (sql-send-magic-terminator): New function.
2122         (sql-send-string): Implement magic terminator.
2123         (sql-send-region): Use `sql-send-string'.
2124         (sql-interactive-mode): Use product API.
2125         (sql-product-interactive): Use product API.
2126         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2127         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2128         (sql-db2, sql-linter): Use `sql-product-interactive'.
2129         (sql-connect): New function.
2130         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2131         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2132         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2133         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2134         Use `sql-connect'.
2136 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2138         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2139         New custom variable.
2140         (completion-pcm--string->pattern): Use it.
2141         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2142         Make it handle any symbol as `any'.
2143         (completion-pcm--merge-completions): Extract common suffix for the new
2144         `prefix' symbol as well.
2145         (completion-substring--all-completions): Use the new `prefix' symbol.
2147 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
2149         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2150         not bound.
2151         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2152         (tramp-compat-funcall): New defmacro.
2153         (tramp-compat-line-beginning-position)
2154         (tramp-compat-line-end-position)
2155         (tramp-compat-temporary-file-directory)
2156         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2157         (tramp-compat-copy-file, tramp-compat-copy-directory)
2158         (tramp-compat-delete-file, tramp-compat-delete-directory)
2159         (tramp-compat-number-sequence, tramp-compat-process-running-p)
2160         * net/tramp.el (top, with-progress-reporter)
2161         (tramp-rfn-eshadow-setup-minibuffer)
2162         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2163         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2164         (tramp-completion-mode-p, tramp-check-for-regexp)
2165         (tramp-open-connection-setup-interactive-shell)
2166         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2167         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2168         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2169         * net/tramp-cmds.el (tramp-cleanup-all-connections)
2170         (tramp-reporter-dump-variable, tramp-load-report-modules)
2171         (tramp-append-tramp-buffers)
2172         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2174         * net/tramp-imap.el (top): Autoload `epg-make-context'.
2176 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2178         * progmodes/compile.el (compilation-buffer-modtime): Rename from
2179         buffer-modtime.  Adjust users.
2181 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2183         * international/mule.el (auto-coding-alist): Only purecopy
2184         car of each item, not the whole list (Bug#6083).
2186 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2188         * progmodes/js.el (js-mode): Make paragraph variables local before
2189         calling c-setup-paragraph-variables (Bug#6071).
2191 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
2193         * composite.el (compose-region, reference-point-alist): Fix typos
2194         in the doc strings.
2196 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2198         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2199         gnuplot's "set" command.
2201 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2203         * abbrev.el (last-abbrev-text): Doc fix.
2204         (abbrev-prefix-mark): Don't escape parenthesis.
2206 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
2208         * composite.el (find-composition): Doc fix.
2210 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2212         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2213         (sql-oracle-program, sql-sqlite-options)
2214         (sql-query-placeholders-and-send): Doc fixes.
2215         (sql-set-product, sql-interactive-mode): Reflow docstrings.
2216         (sql-imenu-generic-expression, sql-buffer)
2217         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2218         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2219         (sql-mode-sybase-font-lock-keywords)
2220         (sql-mode-informix-font-lock-keywords)
2221         (sql-mode-interbase-font-lock-keywords)
2222         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2223         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2224         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2225         (sql-product-feature, sql-highlight-product)
2226         (comint-line-beginning-position, sql-rename-buffer)
2227         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2228         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2229         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2230         Fix typos in docstrings.
2232 2010-05-08  Juri Linkov  <juri@jurta.org>
2234         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2235         property instead of `invisible' and `after-string' (bug#5998).
2237 2010-05-08  Juri Linkov  <juri@jurta.org>
2239         * image-mode.el (image-mode-as-text): Fix typo in docstring.
2241 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2243         * filecache.el (file-cache-add-directory-list)
2244         (file-cache-add-directory-recursively): Fix typos in docstrings.
2246 2010-05-08  Kenichi Handa  <handa@m17n.org>
2248         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2249         (gujarati-composable-pattern): Fix typo.
2251 2010-05-08  Kenichi Handa  <handa@m17n.org>
2253         * language/indian.el (oriya-composable-pattern)
2254         (tamil-composable-pattern, malayalam-composable-pattern):
2255         Add two-part vowels to "v" (vowel sign).
2257 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2259         * files.el (copy-directory): Handle symlinks (Bug#5982).
2261 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
2263         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2264         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2265         (Bug#5846).
2267 2010-05-08  Glenn Morris  <rgm@gnu.org>
2269         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2271         * minibuffer.el (completion-at-point): Doc fix.
2273 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2275         * electric.el (Electric-command-loop): Minor tweak.
2277         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2278         better with dedicated windows.
2280 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2282         * Version 23.2 released.
2284 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
2285             Stefan Monnier  <monnier@iro.umontreal.ca>
2287         Highlight vendor specific properties.
2288         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2289         (css-proprietary-property): New face.
2290         (css-font-lock-keywords): Use them.
2292 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
2294         * cus-start.el (all): Add native condition for tool-bar-* symbols.
2296 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2298         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2299         * files.el (auto-mode-alist): Remove redundant entries.
2301         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2302         * simple.el (auto-save-mode): Move from files.el.
2303         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2305 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2307         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2309 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2311         * mail/binhex.el (binhex-decode-region-internal)
2312         * mail/uudecode.el (uudecode-decode-region-internal)
2313         * net/dns.el (dns-read-string-name, dns-write, dns-read)
2314         (dns-read-type, dns-query)
2315         * pgg-parse.el (pgg-parse-armor)
2316         * pgg.el (pgg-verify-region)
2317         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2318         XEmacs.
2320         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2322 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
2324         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2326         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2327         * emulation/cua-base.el (cua-repeat-replace-region):
2328         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2329         (cua-cut-region-to-global-mark):
2330         Remove text properties with `set-text-properties'.
2332 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
2334         * net/tramp.el (top, with-progress-reporter):
2335         Use `symbol-function' inside `funcall'.
2337         * net/tramp-compat.el (tramp-compat-file-attributes)
2338         (tramp-compat-delete-file, tramp-compat-delete-directory):
2339         Handle only `wrong-number-of-arguments' error.
2341         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2342         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2343         inside `funcall'.
2345 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2347         * minibuffer.el (completion--sreverse, completion--common-suffix):
2348         New functions.
2349         (completion-pcm--merge-completions): Extract common suffix when safe.
2351         * emacs-lisp/easy-mmode.el (define-minor-mode):
2352         Make :variable more flexible.
2353         * files.el (auto-save-mode): Use it to define using define-minor-mode.
2355 2010-05-05  Juri Linkov  <juri@jurta.org>
2357         Add `slow' and `history' tags to the desktop data.
2359         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2360         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2361         (Info-finder-find-node): Require `finder.el' to be able
2362         to restore node from the desktop.
2363         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
2364         data `Info-history' and `slow' tag in the assoc list.
2365         (Info-restore-desktop-buffer): Don't restore nodes with the
2366         `slow' tag.  Restore `Info-history'.
2368 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
2370         Add FORCE argument to `delete-file'.
2372         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2373         forcing to delete the temporary file.
2374         (ange-ftp-delete-file): Add FORCE arg.
2375         (ange-ftp-rename-remote-to-remote)
2376         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2377         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2378         Force file deletion.
2380         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2382         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2383         (tramp-handle-make-symbolic-link, tramp-handle-load)
2384         (tramp-do-copy-or-rename-file-via-buffer)
2385         (tramp-do-copy-or-rename-file-directly)
2386         (tramp-do-copy-or-rename-file-out-of-band)
2387         (tramp-handle-process-file, tramp-handle-call-process-region)
2388         (tramp-handle-shell-command, tramp-handle-file-local-copy)
2389         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2390         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2392         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2393         (tramp-fish-handle-make-symbolic-link)
2394         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
2396         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2397         Use `tramp-compat-delete-file'.
2399         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
2400         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
2402         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
2403         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
2405         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
2406         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
2407         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
2408         `tramp-compat-delete-file'.
2410 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2412         Minor cleanups.
2413         * subr.el (add-minor-mode): Use push.
2414         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
2415         * emulation/edt.el (edt-select-mode): Simplify.
2417         Use define-minor-mode in more cases.
2418         * term/tvi970.el (tvi970-set-keypad-mode):
2419         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2420         (normal-erase-is-backspace-mode):
2421         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
2422         (set-scroll-bar-mode-1): (Re)move to its sole caller.
2423         (get-scroll-bar-mode): New function.
2424         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
2426         Use define-minor-mode for less obvious cases.
2427         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
2428         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
2429         * international/iso-ascii.el (iso-ascii-mode):
2430         * frame.el (auto-raise-mode, auto-lower-mode):
2431         * composite.el (global-auto-composition-mode): Use define-minor-mode.
2433 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
2435         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
2436         in order to see error messages for failed logins.
2438 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
2440         * diff.el (diff-sentinel):
2442         * epg.el (epg--make-temp-file, epg-decrypt-string)
2443         (epg-verify-string, epg-sign-string, epg-encrypt-string):
2445         * jka-compr.el (jka-compr-partial-uncompress)
2446         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
2448         * server.el (server-sentinel): Use delete-file's new FORCE arg
2449         (Bug#6070).
2451 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2453         Use define-minor-mode where applicable.
2454         * view.el (view-mode):
2455         * type-break.el (type-break-query-mode)
2456         (type-break-mode-line-message-mode):
2457         * textmodes/reftex.el (reftex-mode):
2458         * term/vt100.el (vt100-wide-mode):
2459         * tar-mode.el (tar-subfile-mode):
2460         * savehist.el (savehist-mode):
2461         * ibuf-ext.el (ibuffer-auto-mode):
2462         * composite.el (auto-composition-mode):
2463         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2464         Use define-minor-mode.
2465         (vhdl-mode): Use static mode-line format.
2466         (vhdl-mode-line-update): Delete.
2467         (vhdl-create-mode-menu, vhdl-activate-customizations)
2468         (vhdl-hs-minor-mode): Don't bother calling it.
2470 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2472         * simple.el (with-wrapper-hook): Move.
2473         (buffer-substring-filters): Mark obsolete.
2474         (filter-buffer-substring-functions): New variable.
2475         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
2477         Use a mode-line spec rather than a static string in Semantic.
2478         * cedet/semantic/util-modes.el:
2479         (semantic-minor-modes-format): New var to replace...
2480         (semantic-minor-modes-status): Remove.
2481         (semantic-mode-line-update): Construct a mode-line spec rather than
2482         a static string so that mouse buttons can be used on individual minor
2483         modes and so that semantic-mode-line-update only needs to be called
2484         when global settings are changed.
2485         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
2486         Call semantic-mode-line-update.
2487         (semantic-toggle-minor-mode-globally): Don't assume mode is on
2488         minor-mode-alist, check semantic-minor-mode-alist as well.
2489         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
2490         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
2491         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
2492         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2493         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2494         (define-semantic-idle-service, semantic-idle-summary-mode):
2495         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
2496         Don't call semantic-mode-line-update any more.
2498 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2500         Use define-minor-mode in CEDET where applicable.
2502         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
2503         Use define-minor-mode.
2505         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
2506         Remove unused arg `keymap' and code redundant with define-minor-mode.
2507         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
2508         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
2509         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
2510         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
2511         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
2512         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
2513         Use define-minor-mode.
2514         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
2515         (semantic-show-unmatched-syntax-mode-setup)
2516         (semantic-show-parser-state-mode-setup)
2517         (semantic-highlight-func-mode-setup): Inline into sole caller.
2519         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2520         (semantic-mru-bookmark-mode): Use define-minor-mode.
2521         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
2523         * cedet/semantic/idle.el (define-semantic-idle-service):
2524         Use define-minor-mode and inline setup function into its sole caller.
2525         (semantic-idle-scheduler-mode-setup)
2526         (semantic-idle-summary-mode-setup): Inline into sole caller.
2527         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
2528         Use define-minor-mode.
2530         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
2531         (semantic-decoration-mode): Use define-minor-mode.
2532         (semantic-decoration-mode-setup): Inline into sole caller.
2534         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
2535         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
2536         (ede-dired-add-to-target): Use dolist.
2538 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2539             Michael Albinus  <michael.albinus@gmx.de>
2541         Implement compression for inline methods.
2543         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2544         (tramp-copy-size-limit): Allow also nil.
2545         (tramp-inline-compress-commands): New defconst.
2546         (tramp-find-inline-compress, tramp-get-inline-compress)
2547         (tramp-get-inline-coding): New defuns.
2548         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2549         replaced by `tramp-get-inline-coding'.
2550         (tramp-handle-file-local-copy, tramp-handle-write-region)
2551         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2553 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2555         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
2556         Remove unused functions.
2558         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
2559         Set find-tag-default-function as a variable rather than a property.
2561         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
2562         * progmodes/etags.el (tags-completion-at-point-function):
2563         Remove left over interactive spec.  Add autoloading stub.
2564         (complete-tag): Use tags-completion-at-point-function.
2566 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
2568         * minibuffer.el (tags-completion-at-point-function): Fix return value.
2570 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
2572         * ido.el (ido-init-completion-maps): Remove C-v binding.
2573         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
2575 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
2577         * minibuffer.el (tags-completion-at-point-function): New function.
2578         (completion-at-point-functions): Use it.
2580         * cedet/semantic.el (semantic-completion-at-point-function): New function.
2581         (semantic-mode): Use semantic-completion-at-point-function for
2582         completion-at-point-functions instead.
2584         * progmodes/etags.el (complete-tag): Revert last change.
2586 2010-04-29  Alan Mackenzie  <acm@muc.de>
2588         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
2589         off-by-one error (in end of macro position).
2591 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2593         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
2594         firefox is absent.  Don't autoload.
2595         (browse-url-galeon-program): Don't autoload.
2597 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
2599         * bindings.el (complete-symbol): Move into minibuffer.el.
2601         * minibuffer.el (complete-tag): Move from etags.el.  If tags
2602         completion cannot be performed, return nil instead of signalling
2603         an error.
2604         (completion-at-point): Make it an alias for complete-symbol.
2605         (complete-symbol): Move from bindings.el, and replace with the
2606         body of completion-at-point.
2608         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
2610         * cedet/semantic.el (semantic-mode): When enabled, add
2611         semantic-ia-complete-symbol to completion-at-point-functions.
2613         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
2614         if Semantic is not active.
2616 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
2618         * net/tramp.el (tramp-remote-selinux-p): New defun.
2619         (tramp-handle-file-selinux-context)
2620         (tramp-handle-set-file-selinux-context): Use it.
2622 2010-04-28  Sam Steingold  <sds@gnu.org>
2624         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2625         `safe-local-variable' if the value is a string or a symbol with
2626         the property `bug-reference-url-format'.
2628 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
2630         * progmodes/bug-reference.el (bug-reference-url-format): Revert
2631         2010-04-27 change due to security risk.
2633 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2635         Make it possible to locally disable a globally enabled mode.
2636         * simple.el (fundamental-mode): Run fundamental-mode-hook.
2637         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
2638         rather than kill-all-local-variables so it runs fundamental-mode-hook.
2639         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2640         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
2641         that subsequent hooks get a chance to disable it.
2643 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2645         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2646         Avoid re-enabling a minor mode after the user turned the minor mode
2647         off if MODE-enable-in-buffers is run twice (typically once from
2648         fundamental-mode's after-change-major-mode-hook and a second time from
2649         run-mode-hook's own after-change-major-mode-hook).
2651         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
2653 2010-04-27  Sam Steingold  <sds@gnu.org>
2655         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2656         `safe-local-variable' if the value is a string or a function, as
2657         documented and implemented on 2010-04-02.
2659 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
2661         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
2662         when method is 'kill.
2664 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
2666         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
2667         condition in default directory check.
2668         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
2669         Kill ispell process when killing its associated buffer.
2671 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
2673         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
2674         but we aren't using it.
2676 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
2678         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
2679         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
2681 2010-04-24  Glenn Morris  <rgm@gnu.org>
2683         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
2684         Ignore VCS-ignore files, and deleted nextstep preferences files.
2685         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
2686         (authors-ambiguous-files): New list.
2687         (authors-valid-file-names): Add some deleted files.
2688         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
2689         (authors-disambiguate-file-name): New function.  (Bug#5501)
2690         (authors-canonical-file-name): Doc fix.
2691         Don't warn about obsolete files.
2692         (authors-canonical-file-name, authors-scan-el):
2693         Use authors-disambiguate-file-name.
2695         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2696         Add autoload cookies.
2697         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
2698         (generated-autoload-file): Set file-local value to "htmlfontify.el".
2699         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
2700         They have definitions / compiler macros in cl.el.
2701         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2702         Replace manual autoloads with generated ones.
2703         (htmlfontify-unload-rgb-file): Remove autoload.
2704         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
2706 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2708         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
2709         (byte-compile-setq-default): Optimize for the
2710         single-var case and don't call byte-compile-form in this case to avoid
2711         inf-loop with byte-compile-set-default.
2713         * progmodes/compile.el (compilation-start): Abbreviate default directory.
2715 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
2717         Implement SELINUX backends.
2719         * net/tramp.el (tramp-file-name-handler-alist):
2720         Add `file-selinux-context' and `set-file-selinux-context'.
2721         (tramp-handle-file-selinux-context)
2722         (tramp-handle-set-file-selinux-context): New defuns.
2723         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2724         Handle PRESERVE-SELINUX-CONTEXT.
2726         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2727         Add `file-selinux-context' and `set-file-selinux-context'.
2728         (tramp-gvfs-handle-file-selinux-context)
2729         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2730         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2732         * net/ange-ftp.el (ange-ftp-copy-file):
2733         * net/tramp-fish.el (tramp-fish-handle-copy-file):
2734         * net/tramp-imap.el (tramp-imap-handle-copy-file):
2735         * net/tramp-smb.el (tramp-smb-handle-copy-file):
2736         Add PRESERVE-SELINUX-CONTEXT.
2738 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2740         Synchronize with Tramp repository.
2742         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
2743         (tramp-action-process-alive, tramp-action-out-of-band)
2744         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2745         (tramp-exists-file-name-handler): Fix docstring.
2746         (with-progress-reporter): New defmacro.
2747         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
2748         (tramp-maybe-open-connection): Use it.
2750 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
2752         Detect ssh 'ControlMaster' argument automatically in some cases.
2754         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2755         (tramp-default-method): Use it.
2757 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2759         * net/tramp.el (tramp-handle-copy-file): Add new optional
2760         parameter `preserve-selinux-context'.
2761         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
2763 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2765         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
2766         Ensure, that non remote files are still checked.  Oops.
2768 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
2770         Fix Bug#5840.
2772         * icomplete.el (icomplete-completions): Use `non-essential'.
2774         * net/tramp.el (tramp-connectable-p): New defun.
2775         (tramp-handle-expand-file-name)
2776         (tramp-completion-handle-file-name-all-completions)
2777         (tramp-completion-handle-file-name-completion): Use it.
2779 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2781         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
2783 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
2785         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
2787         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
2789         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
2790         is present.
2792         * info.el (info-tool-bar-map): Add labels.
2794         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
2796         * cus-edit.el (custom-commands): Add labels for tool bar.
2797         (custom-buffer-create-internal, Custom-mode): Adjust for
2798         labels in custom-commands.
2800         * dynamic-setting.el: Renamed from font-setting.el.
2802 2010-04-21  John Wiegley  <jwiegley@gmail.com>
2804         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
2805         toggles the use of virtual buffers.
2806         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
2807         value.
2808         (ido-toggle-virtual-buffers): New function.
2810 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
2812         Use `define-derived-mode'; fix window selection; doc fixes.
2813         * play/tetris.el (tetris, tetris-update-speed-function)
2814         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
2815         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
2816         (tetris-rotate-next, tetris-end-game, tetris-start-game)
2817         (tetris-pause-game): Fix typos in docstrings.
2818         (tetris-mode-map, tetris-null-map):
2819         Move initialization into declaration.
2820         (tetris-mode): Define with `define-derived-mode';
2821         set show-trailing-whitespace to nil.
2822         (tetris): Prefer window already displaying the "*Tetris*" buffer.
2824 2010-04-21  Karel Klíč  <kklic@redhat.com>
2826         * files.el (backup-buffer): Handle SELinux context, and return it
2827         if a backup was made by renaming.
2828         (backup-buffer-copy): Set SELinux context to the target file.
2829         (basic-save-buffer): Set SELinux context of the newly written file.
2830         (basic-save-buffer-1): Now it also returns any SELinux context.
2831         (basic-save-buffer-2): Set SELinux context of the newly created file,
2832         and return it.
2833         * net/tramp.el (tramp-file-name-for-operation):
2834         Add file-selinux-context.
2836 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2838         Make the log-edit comments use RFC822 format throughout.
2840         * vc.el (vc-checkin, vc-modify-change-comment):
2841         Adjust to new vc-start/finish-logentry.
2842         (vc-find-conflicted-file): New command.
2843         (vc-transfer-file): Adjust to new vc-checkin.
2844         (vc-next-action): Improve scoping.
2846         * vc-hg.el (vc-hg-log-edit-mode): Remove.
2847         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
2849         * vc-git.el (vc-git-log-edit-mode): Remove.
2850         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
2851         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
2853         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
2854         (vc-start-logentry): Remove argument `extra'.
2855         (vc-finish-logentry): Remove extra args.
2857         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
2858         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
2859         (vc-bzr-conflicted-files): New function.
2861         * log-edit.el (log-edit-extra-flags)
2862         (log-edit-before-checkin-process): Remove.
2863         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
2864         (log-edit-headers-alist): New var.
2865         (log-edit-header-contents-regexp): New const.
2866         (log-edit-match-to-eoh): New function.
2867         (log-edit-font-lock-keywords): Use them.
2868         (log-edit): Insert a "Summary:" header as default.
2869         (log-edit-mode): Mark font-lock rules as case-insensitive.
2870         (log-edit-done): Cleanup headers.
2871         (log-view-process-buffer): Remove.
2872         (log-edit-extract-headers): New function to replace it.
2874 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
2876         * subr.el (default-direction-reversed): Remove obsolescence info.
2878 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2880         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
2881         windows/frames.
2883         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
2884         I.e. include text after point in the completion region.
2885         Also, return nil when we're not after/in a symbol.
2887         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
2888         default enable-multibyte-characters.
2890 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2892         * international/mule.el: Help the user choose a valid coding-system.
2893         (read-buffer-file-coding-system): New function.
2894         (set-buffer-file-coding-system): Use it.  Prompt the user if the
2895         coding-system cannot encode all the chars.
2897         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
2898         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
2899         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
2900         Don't use *vc-bzr-shelve*.
2902 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
2904         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
2905         Don't destroy list before using it.
2907 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
2909         Fix the version number for added files.
2910         * vc-hg.el (vc-hg-working-revision): Check if the file is
2911         registered after hg parent fails (Bug#5961).
2913 2010-04-19  Glenn Morris  <rgm@gnu.org>
2915         * htmlfontify.el (htmlfontify-buffer)
2916         (htmlfontify-copy-and-link-dir): Autoload entry points.
2918 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
2920         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2921         name relative to the project root (Bug#5960).
2923 2010-04-19  Glenn Morris  <rgm@gnu.org>
2925         * vc-git.el (vc-git-print-log): Doc fix.
2927 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
2929         * ido.el (ido-file-internal): Fix 2009-12-02 change.
2931 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
2933         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2934         default settings (Bug#5928).
2936 2010-04-19  Glenn Morris  <rgm@gnu.org>
2938         * progmodes/fortran.el (fortran-match-and-skip-declaration):
2939         New function.
2940         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
2942 2010-04-19  Kenichi Handa  <handa@m17n.org>
2944         * language/indian.el (malayalam-composable-pattern): Fix previous
2945         change (add U+0D4D "SIGN VIRAMA").
2946         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2947         (tamil-composable-pattern): Fix typo in the regexp.
2948         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2949         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2950         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2952 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
2954         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2955         paragraph-separate (Bug#5821).
2957 2010-04-19  Juri Linkov  <juri@jurta.org>
2959         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2961         * info.el (Info-find-node-2): Comment out code that skips
2962         breadcrumbs line.
2963         (Info-mouse-follow-link): New command.
2964         (Info-link-keymap): New keymap.
2965         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2966         Return a string with links instead of inserting breadcrumbs
2967         to the Info buffer.
2968         (Info-fontify-node): Comment out code that inserts breadcrumbs.
2969         Instead of putting the `invisible' text property over the Info
2970         header, make an overlay over the Info header with the `invisible'
2971         property and `after-string' set to the string returned by
2972         `Info-breadcrumbs'.
2974 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
2976         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2977         Reported by monkey@sandpframing.com.
2979 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2981         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
2982         (tmm-get-keymap): Add key-binding shortcuts now that they're not
2983         available in the "keyseq cache" any more.
2985         * custom.el (defcustom): Add edebug spec.
2987 2010-04-18  Juri Linkov  <juri@jurta.org>
2989         Test for special mode-class in view-buffer instead of view-file (bug#5513).
2991         * view.el (view-file, view-buffer): Move test for special mode-class
2992         from view-file to view-buffer.
2994         * tar-mode.el (tar-extract): Turn if's into one cond
2995         like in arc-mode.el.
2997 2010-04-18  Juri Linkov  <juri@jurta.org>
2999         Add 7z archive format support (bug#5475).
3001         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
3002         (archive-7z-extract): New defcustom.
3003         (archive-find-type): Add magic string for 7z.
3004         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
3005         If `stderr-file' is non-nil, use `(t stderr-file)' for the
3006         `buffer' arg of `call-process'.
3007         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
3008         call the function `archive-7z-extract' with the variable
3009         `archive-7z-extract' let-bound to `archive-zip-extract'.
3010         (archive-7z-summarize, archive-7z-extract): New functions.
3012         * international/mule.el (auto-coding-alist):
3013         * files.el (auto-mode-alist): Add 7z file extension.
3015 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3017         * loadup.el: Setup hash-cons for pure data.
3019         Fix duplicate entries in cedet's loaddefs.el files.
3020         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
3021         Should make most file-local generated-autoload-file unnecessary.
3022         (print-readably): Silence warnings.
3023         (autoload-find-destination): Take load-name as an arg to make sure
3024         it's the same as the one that will be in the file.
3025         (autoload-generate-file-autoloads): Adjust to above changes.
3026         Try to make the dataflow a bit simpler.
3028         * cvs-status.el (cvs-refontify): Remove unused.
3030 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
3032         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
3034         * calc-bin.el (calc-radix): Have the "O" option turn on
3035         twos-complement mode.
3037 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
3039         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
3040         Add `calc-option-prefix-help' to calc-help autoloads.
3041         (calc-inverse): Add "Option" to message, as appropriate.
3042         (calc-hyperbolic): Add "Option" to message, as appropriate.
3043         (calc-option, calc-is-option): New functions.
3045         * calc-help.el (calc-full-help): Add `calc-option-help'.
3046         (calc-option-prefix-help): New function.
3048         * calc-misc.el (calc-help): Add "Option" entry.
3050         * calc.el (calc-local-var-list): Add `calc-option-flag'.
3051         (calc-option-flag): New variable.
3052         (calc-do): Set `calc-option-flag to nil.
3053         (calc-set-mode-line): Add "Opt " as appropriate.
3055 2010-04-16  Juri Linkov  <juri@jurta.org>
3057         Move scrolling commands from simple.el to window.el
3058         because their primitives are implemented in window.c.
3060         * simple.el (scroll-error-top-bottom)
3061         (scroll-up-command, scroll-down-command, scroll-up-line)
3062         (scroll-down-line, scroll-other-window-down)
3063         (beginning-of-buffer-other-window, end-of-buffer-other-window):
3064         * window.el (scroll-error-top-bottom)
3065         (scroll-up-command, scroll-down-command, scroll-up-line)
3066         (scroll-down-line, scroll-other-window-down)
3067         (beginning-of-buffer-other-window, end-of-buffer-other-window):
3068         Move from simple.el to window.el because their primitives are
3069         implemented in window.c.
3071 2010-04-16  Juri Linkov  <juri@jurta.org>
3073         * isearch.el (isearch-lookup-scroll-key): Check both
3074         `isearch-scroll' and `scroll-command' properties.
3075         (scroll-up, scroll-down): Remove `isearch-scroll' property.
3077         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
3079         * simple.el (scroll-up-command, scroll-down-command)
3080         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
3082 2010-04-15  Juri Linkov  <juri@jurta.org>
3084         * simple.el (scroll-up-command, scroll-down-command)
3085         (scroll-up-line, scroll-down-line): Put `scroll-command'
3086         property on the these symbols.  Remove them from
3087         `scroll-preserve-screen-position-commands'.
3089         * mwheel.el (mwheel-scroll): Put `scroll-command' and
3090         `isearch-scroll' properties on the `mwheel-scroll' symbol.
3091         Remove it from `scroll-preserve-screen-position-commands'.
3093         * isearch.el (isearch-allow-scroll): Doc fix.
3095 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
3097         * net/tramp.el (tramp-error-with-buffer): Don't show the
3098         connection buffer when we are in completion mode.
3099         (tramp-file-name-handler): Catch the error for some operations
3100         when we are in completion mode.  This gives the user the chance to
3101         correct the file name in the minibuffer.
3103 2010-04-15  Glenn Morris  <rgm@gnu.org>
3105         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3107 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
3109         Simplify by using `define-derived-mode'.
3110         * info.el (Info-mode):
3111         * calendar/todo-mode.el (todo-mode):
3112         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3113         (gomoku-mode-map): Move initialization into declaration.
3115 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
3117         Fix Bug#5840.
3118         * ido.el (ido-file-name-all-completions-1):
3119         * minibuffer.el (minibuffer-completion-help):
3120         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3122 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3124         * simple.el (non-essential): New var.
3126         Add a new field `location' to bookmarks for non-file bookmarks.
3127         * bookmark.el (bookmark-location): Use the new field, if present.
3128         (bookmark-insert-location): Undo last change, not needed any more.
3129         * man.el (Man-bookmark-make-record):
3130         * woman.el (woman-bookmark-make-record): Add `location' field.
3132 2010-04-14  Juri Linkov  <juri@jurta.org>
3134         * simple.el (scroll-error-top-bottom): New defcustom.
3135         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
3137         * emulation/pc-select.el (pc-select-override-scroll-error):
3138         Obsolete in favor of `scroll-error-top-bottom'.
3140 2010-04-14  Juri Linkov  <juri@jurta.org>
3142         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3143         `scroll-up-command' and `M-v' to `scroll-down-command'.
3145         * emulation/cua-rect.el (cua--init-rectangles):
3146         * forms.el (forms--change-commands):
3147         * image-mode.el (image-mode-map):
3148         Remap scroll-down-command and scroll-up-command
3149         in addition to scroll-down and scroll-up.
3151 2010-04-14  Juri Linkov  <juri@jurta.org>
3153         * mwheel.el (scroll-preserve-screen-position-commands):
3154         Add mwheel-scroll to this list of commands.
3156         * simple.el (scroll-preserve-screen-position-commands):
3157         Add scroll-up-command, scroll-down-command, scroll-up-line,
3158         scroll-down-line to this list of commands.
3160 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3162         * obsolete/complete.el: Move from lisp/complete.el.
3164         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3166         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3167         to the minor mode function now turns the mode ON unconditionally.
3169 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3171         * vc-dir.el (vc-dir-kill-line): New command.
3172         (vc-dir-mode-map): Bind it to C-k.
3174         * bookmark.el (bookmark-insert-location): Handle a nil filename.
3176         * woman.el: Add bookmark declarations to silence the compiler.
3177         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3178         step to compatibility between man and woman bookmarks.
3179         Adjust for Man-default-bookmark-title renaming.
3180         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
3182         * man.el: Add bookmark declarations to silence the compiler.
3183         (Man-name-local-regexp): Make it match NAME as well.
3184         (Man-getpage-in-background): Return the buffer.
3185         (Man-notify-when-ready): Use `case'.
3186         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3187         Don't hardcode "NAME".  Simplify.
3188         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3189         Rename from Man-bookmark-make-record.
3190         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
3191         we have the actual man-args.  Use Man-getpage-in-background rather
3192         than `man' since the arg is already processed.  Let bookmark.el do the
3193         window handling.  Only wait for the relevant process.
3194         Don't forget to autoload.
3196         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3198 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3200         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3201         New functions.
3202         (woman-mode): Setup bookmark support.
3204         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3205         (man-bookmark-jump): New functions.
3206         (Man-mode): Setup bookmark support.
3208 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
3210         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3211         recognize ssh-keygen prompt (Bug#2817).
3213 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3215         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3217 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3219         Synchronize with Tramp repository.
3221         * net/tramp.el (tramp-completion-function-alist)
3222         (tramp-file-name-regexp, tramp-chunksize)
3223         (tramp-local-coding-commands, tramp-remote-coding-commands):
3224         Fix docstring.
3225         (tramp-remote-process-environment): Use `format' instead of `concat'.
3226         (tramp-handle-directory-files-and-attributes)
3227         (tramp-get-remote-path): Use `copy-tree'.
3228         (tramp-handle-file-name-all-completions): Backward/ XEmacs
3229         compatibility: Use `completion-ignore-case' if
3230         `read-file-name-completion-ignore-case' does not exist.
3231         (tramp-do-copy-or-rename-file-directly): Do not use
3232         `tramp-handle-file-remote-p'.
3233         (tramp-do-copy-or-rename-file-out-of-band):
3234         Use `tramp-compat-delete-directory'.
3235         (tramp-do-copy-or-rename-file-out-of-band)
3236         (tramp-compute-multi-hops, tramp-maybe-open-connection):
3237         Use `format-spec-make'.
3238         (tramp-find-foreign-file-name-handler)
3239         (tramp-advice-make-auto-save-file-name)
3240         (tramp-set-auto-save-file-modes): Remove superfluous check for
3241         `stringp'.  This is done inside `tramp-tramp-file-p'.
3242         (tramp-debug-outline-regexp): New defconst.
3243         (tramp-get-debug-buffer): Use it.
3244         (tramp-check-for-regexp): Use (forward-line 1).
3245         (tramp-set-auto-save-file-modes): Adapt version check.
3247         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3248         Wrap call of `featurep' for 2nd argument.
3249         (tramp-compat-make-temp-file): Simplify fallback implementation.
3250         (tramp-compat-copy-tree): Remove function.
3251         (tramp-compat-delete-directory): Provide implementation for older
3252         Emacsen.
3254         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3255         Do not use `tramp-fish-handle-file-attributes.
3257         * net/trampver.el: Update release number.
3259 2010-04-10  Glenn Morris  <rgm@gnu.org>
3261         * progmodes/compile.el (compilation-save-buffers-predicate):
3262         Add missing :version tag.
3264 2010-04-09  Sam Steingold  <sds@gnu.org>
3266         * progmodes/compile.el (compilation-save-buffers-predicate):
3267         Remove the "autoload" cookie.
3269         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3270         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3271         and `bug-reference-prog-mode' can be used in hooks directly.
3273 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3275         Add --author support to git commit.
3276         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3277         (vc-git-log-edit-mode): New minor mode.
3278         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3279         New declarations.
3281 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
3283         * vc-hooks.el, vc-git.el: Improve documentation comments.
3285 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3287         Fix some of the problems in defsubst* (bug#5728).
3288         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3289         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3291 2010-04-07  Sam Steingold  <sds@gnu.org>
3293         * progmodes/compile.el (compilation-save-buffers-predicate):
3294         New custom variable.
3295         (compile, recompile): Pass it to `save-some-buffers'.
3297 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
3299         * wid-edit.el (widget-choose): Move cursor to the second line of
3300         the buffer (Bug#5695).
3302 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3304         Add new VC methods: vc-log-incoming and vc-log-outgoing.
3305         * vc.el (vc-print-log-setup-buttons): New function split out from
3306         vc-print-log-internal.
3307         (vc-log-internal-common): New function, a parametrized version of
3308         vc-print-log-internal.
3309         (vc-print-log-internal): Just call vc-log-internal-common with the
3310         right arguments.
3311         (vc-incoming-outgoing-internal):
3312         (vc-log-incoming, vc-log-outgoing): New functions.
3313         (vc-log-view-type): New permanent local variable.
3315         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3317         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3318         of the dynamic bound vc-short-log.
3319         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3321         * vc-git.el (vc-git-log-outgoing): New function.
3322         (vc-git-log-view-mode): Use vc-log-view-type instead
3323         of the dynamic bound vc-short-log.
3325         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3326         of the dynamic bound vc-short-log.  Highlight the tag.
3327         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3328         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3329         (vc-hg-incoming-mode): Remove.
3330         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3332 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3334         Fix default-directory for vc-root-diff.
3335         * vc.el (vc-root-diff): Bind default-directory to the root
3336         directory for the diff command.
3338 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
3340         * progmodes/verilog-mode.el (verilog-forward-sexp):
3341         (verilog-calc-1): Support "disable fork" and "fork wait" multi
3342         word keywords, suggested by Steve Pearlmutter.
3343         (verilog-pretty-declarations): Support lineup of declarations in
3344         port lists.
3345         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3346         fix bug for /* / comments.
3347         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3348         Speed up and simplfy as this is never called with a bound.
3349         (verilog-pretty-declarations): Enhance to line up declarations
3350         inside a parameter list, suggested by Alan Morgan.
3351         (verilog-pretty-expr): Tune assignment regular expression match
3352         string for corner cases; also use markers instead of character
3353         number as indent changes the later.
3355 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
3357         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3358         as missing keyword.
3359         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3360         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
3361         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3362         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
3363         Tennant.
3364         (verilog-keywords):
3365         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3366         1800-2009 keywords, including "global.".
3368 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3370         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3371         appearing in buffer list (if a live buffer name matched a recentf
3372         file basename).  Should use uniquify to offer a real solution.
3374 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3376         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3377         comment to code, and add a :version tag.
3378         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3380 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
3382         Enable recentf-mode if using virtual buffers.
3383         * ido.el (recentf-list): Declare for byte-compiler.
3384         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
3385         (ido-make-buffer-list): Simplify.
3386         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
3388 2010-04-05  Juri Linkov  <juri@jurta.org>
3390         Scrolling commands which scroll a line instead of full screen.
3391         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3393         * simple.el (scroll-up-line, scroll-down-line): New commands.
3394         Put property isearch-scroll=t on them.
3396         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
3397         Remove commands.
3399 2010-04-05  Juri Linkov  <juri@jurta.org>
3401         Scrolling commands which do not signal errors at top/bottom.
3402         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3404         * simple.el (scroll-up-command, scroll-down-command): New commands.
3405         Put property isearch-scroll=t on them.
3407         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
3408         `scroll-down-command' and [next] from `scroll-up' to
3409         `scroll-up-command'.
3411         * emulation/cua-base.el: Put property CUA=move on
3412         `scroll-up-command' and `scroll-down-command'.
3413         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
3414         and `scroll-down-command' to `cua-scroll-down'.
3416 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
3418         * help.el (describe-mode): Return nil.
3420 2010-04-04  John Wiegley  <jwiegley@gmail.com>
3422         * ido.el (ido-use-virtual-buffers): New variable to indicate
3423         whether "virtual buffer" support is enabled for IDO.
3424         (ido-virtual): Face used to indicate virtual buffers in the list.
3425         (ido-buffer-internal): If a buffer is chosen, and no such buffer
3426         exists, but a virtual buffer of that name does (which would be why
3427         it was in the list), recreate the buffer by reopening the file.
3428         (ido-make-buffer-list): If virtual buffers are being used, call
3429         `ido-add-virtual-buffers-to-list' before the make list hook.
3430         (ido-virtual-buffers): New variable which contains a copy of the
3431         current contents of the `recentf-list', albeit pared down for the
3432         sake of speed, and with proper faces applied.
3433         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
3434         create a list of "virtual buffers" to present to the user in
3435         addition to the currently open set.  Note that this logic could
3436         get rather slow if that list is too large.  With the default
3437         `recentf-max-saved-items' of 200, there is little speed penalty.
3439 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3441         * font-lock.el: Require CL when compiling.
3442         (font-lock-turn-on-thing-lock): Use `case'.
3444 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
3446         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
3447         Zaretskii.
3449 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
3451         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
3452         (semantic-create-imenu-directory-index): Fix typos in docstrings.
3453         (semantic-imenu-goto-function): Reflow docstring.
3455 2010-04-02  Juri Linkov  <juri@jurta.org>
3457         * ehelp.el (electric-help-orig-major-mode):
3458         New buffer-local variable.
3459         (electric-help-mode): Set it to original major-mode.  Doc fix.
3460         (with-electric-help): Use `electric-help-orig-major-mode' instead
3461         of (default-value 'major-mode).  Doc fix.
3462         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
3464 2010-04-02  Sam Steingold  <sds@gnu.org>
3466         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
3467         `vc-hg-command' with a list of flags.
3469         * progmodes/bug-reference.el (bug-reference-bug-regexp):
3470         Also accept "patch" and "RFE".
3471         (bug-reference-fontify): `bug-reference-url-format' can also be a
3472         function to be able to handle the bug kind.
3473         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
3475 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
3477         * tmm.el (tmm-get-keymap): Check with symbolp before passing
3478         value to fboundp, it may not be a symbol.
3480 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3482         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
3484 2010-03-31  Juri Linkov  <juri@jurta.org>
3486         * simple.el (next-line, previous-line): Re-throw a signal
3487         with `signal' instead of using `ding'.
3488         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
3490 2010-03-31  Juri Linkov  <juri@jurta.org>
3492         * simple.el (keyboard-escape-quit): Raise deselecting the active
3493         region higher than exiting the minibuffer.
3494         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
3496 2010-03-31  Juri Linkov  <juri@jurta.org>
3498         * image.el (image-animated-p): Use `image-metadata' instead of
3499         `image-extension-data'.  Get GIF extenstion data from metadata
3500         property `extension-data'.
3502 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3504         * simple.el (append-to-buffer): Simplify.
3506 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
3508         * textmodes/artist.el (artist-mode): Fix typo in docstring.
3509         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
3511 2010-03-31  Kenichi Handa  <handa@m17n.org>
3513         * language/sinhala.el (composition-function-table): Fix regexp for
3514         the new Unicode specification.
3516         * language/indian.el (devanagari-composable-pattern)
3517         (tamil-composable-pattern, kannada-composable-pattern)
3518         (malayalam-composable-pattern): Adjust for the new Unicode
3519         specification.
3520         (bengali-composable-pattern, gurmukhi-composable-pattern)
3521         (gujarati-composable-pattern, oriya-composable-pattern)
3522         (telugu-composable-pattern): New variables to cope with the new
3523         Unicode specification.  Use them in composition-function-table.
3525 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3527         Make tmm-menubar work for the Buffers menu again (bug#5726).
3528         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
3529         vectors rather than cons cells, as used in menu-bar-update-buffers.
3531 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3533         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
3534         (js-insert-and-indent): Revert 2009-08-15 change, restoring
3535         electric punctuation for "{}();,:" (Bug#5586).
3537         * mail/sendmail.el (mail-default-directory): Doc fix.
3539 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3541         * mail/sendmail.el (mail-default-directory): Doc fix.
3543 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
3545         * subr.el (version-regexp-alist, version-to-list)
3546         (version-list-<, version-list-=, version-list-<=)
3547         (version-list-not-zero, version<, version<=, version=): Doc fix.
3548         (Bug#5744).
3550 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
3552         * vc.el (vc-root-diff): Doc fix.
3554 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3556         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
3558         * simple.el (append-to-buffer): Fix last change.
3560 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3562         * simple.el (append-to-buffer): Ensure that point is preserved if
3563         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
3564         (Bug#5749)
3566 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3568         * files.el (auto-mode-case-fold): Change default to t.
3570 2010-03-30  Juri Linkov  <juri@jurta.org>
3572         * dired-x.el (dired-omit-mode): Doc fix.
3574 2010-03-30  Juri Linkov  <juri@jurta.org>
3576         * replace.el (occur-accumulate-lines): Move occur-engine related
3577         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
3578         to be located after `occur-engine'.
3580 2010-03-30  Juri Linkov  <juri@jurta.org>
3582         Make occur handle multi-line matches cleanly with context.
3583         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
3585         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
3586         (occur-engine): Add local variables `ret', `prev-after-lines',
3587         `prev-lines'.  Use more arguments for `occur-context-lines'.
3588         Set first elem of its returned list to `data', and the second elem
3589         to `prev-after-lines'.  Don't print the separator line.
3590         In the end, print remaining context after-lines.
3591         (occur-context-lines): Add new arguments `begpt', `endpt',
3592         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
3593         after-lines of the previous match with before-lines of the
3594         current match and not overlap them.  Return a list with two
3595         values: the output line and the list of context after-lines.
3597 2010-03-30  Juri Linkov  <juri@jurta.org>
3599         * replace.el (occur-accumulate-lines): Fix a bug where the first
3600         context line at the beginning of the buffer was missing.
3602 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
3604         * files.el: Make bidi-display-reordering safe variable for boolean
3605         values.
3607 2010-03-29  Phil Hagelberg  <phil@evri.com>
3608             Chong Yidong  <cyd@stupidchicken.com>
3610         * subr.el: Extend progress reporters to perform "spinning".
3611         (progress-reporter-update, progress-reporter-do-update):
3612         Handle non-numeric value arguments.
3613         (progress-reporter--pulse-characters): New var.
3615 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
3617         * progmodes/compile.el (compilation-start): Fix regexp detection
3618         of initial cd command (Bug#5771).
3620 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
3622         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
3624 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
3626         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
3627         * lisp/progmodes/gdb-mi.el: Restore.
3628         * lisp/progmodes/gdb-ui.el: Remove.
3629         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
3631 2010-03-25  Glenn Morris  <rgm@gnu.org>
3633         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
3634         all dired buffers, even tramp ones.  (Bug#5755)
3636 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3638         Add "union tags" in mpc.el.
3639         * mpc.el: Remove backward compatibility code.
3640         (mpc-browser-tags): Change default.
3641         (mpc--find-memoize-union-tags): New var.
3642         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
3643         (mpc-cmd-find): Handle the case where the playlist does not exist.
3644         Handle union-tags.
3645         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
3646         (mpc-cmd-add): Use mpc-cmd-flush.
3647         (mpc-tagbrowser-tag-name): New fun.
3648         (mpc-tagbrowser-buf): Use it.
3649         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
3651 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3653         Misc cleanup.
3654         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
3655         Use replace-regexp-in-string.
3656         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
3657         (makefile-imake-mode-syntax-table): Move init into defvar.
3658         (makefile-mode): Use define-derived-mode.
3660         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
3661         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
3662         not be present any more.
3664 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3666         * faces.el (set-face-attribute): Fix typo in docstring.
3667         (face-valid-attribute-values): Reflow docstring.
3669         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
3671 2010-03-24  Glenn Morris  <rgm@gnu.org>
3673         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
3675 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3677         * indent.el (indent-for-tab-command): Doc fix.
3679 2010-03-24  Alan Mackenzie  <acm@muc.de>
3681         * progmodes/cc-engine.el (c-remove-stale-state-cache):
3682         Fix off-by-one error.  Fixes bug #5747.
3684 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3686         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
3687         (image-dired-read-comment): Doc fix.
3689         * json.el (json-object-type, json-array-type, json-key-type)
3690         (json-false, json-null, json-read-number):
3691         * minibuffer.el (completion-in-region-functions):
3692         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
3693         (cal-tex-cursor-week):
3694         * emacs-lisp/trace.el (trace-function):
3695         * eshell/em-basic.el (eshell/printnl):
3696         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
3697         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
3698         * obsolete/levents.el (allocate-event, event-key, event-object)
3699         (event-point, event-process, event-timestamp, event-to-character)
3700         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
3701         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
3702         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
3703         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
3704         (reftex-highlight-selection): Fix typos in docstrings.
3706 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3708         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
3710 2010-03-24  Glenn Morris  <rgm@gnu.org>
3712         * mail/rmail.el (rmail-highlight-face): Restore option deleted
3713         2008-02-13 without comment; mark it obsolete.
3714         (rmail-highlight-headers): Use rmail-highlight-face once more.
3716 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3718         * woman.el (woman2-process-escapes): Only consume the newline if
3719         the filler character is on a line by itself (Bug#5729).
3721 2010-03-24  Kenichi Handa  <handa@m17n.org>
3723         * language/indian.el (devanagari-composable-pattern): Add more
3724         consonants.
3726 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3728         * net/trampver.el: Update release number.
3730 2010-03-24  Glenn Morris  <rgm@gnu.org>
3732         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
3734 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3736         * net/tramp.el (tramp-find-executable):
3737         Use `tramp-get-connection-buffer'.  Make the regexp for checking
3738         output of "wc -l" more robust.
3739         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
3740         (tramp-open-connection-setup-interactive-shell): Remove workaround
3741         for OpenSolaris bug, it is not needed anymore.
3743 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
3745         * cedet/semantic/imenu.el: New file, from the CEDET repository
3746         (Bug#5412).
3748 2010-03-24  Glenn Morris  <rgm@gnu.org>
3750         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
3752 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
3754         * files.el (auto-mode-alist): Accept more verilog file patterns.
3756 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3758         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
3760 2010-03-24  Glenn Morris  <rgm@gnu.org>
3762         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
3763         log-edit-before-checkin-process.
3765         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
3767         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
3769         * vc-dispatcher.el (vc-start-logentry): Doc fix.
3770         (log-view-process-buffer, log-edit-extra-flags): Declare.
3772         * log-edit.el (log-edit-before-checkin-process): Doc fix.
3774         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3775         Consistently check ede-object is bound throughout.
3777         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
3779 2010-03-23  Sam Steingold  <sds@gnu.org>
3781         Fix bug#5620: recalculate all markers on compilation buffer
3782         modifications, not on file modifications.
3783         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
3784         the buffer modification time, for buffers not associated with files.
3785         (compilation-mode): Create it.
3786         (compilation-filter): Update it.
3787         (compilation-next-error-function): Use it instead of
3788         `visited-file-modtime' for timestamp.
3790 2010-03-23  Juri Linkov  <juri@jurta.org>
3792         Implement Occur multi-line matches.
3793         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
3795         * replace.el (occur): Doc fix.
3796         (occur-engine): Set `begpt' to the beginning of the first line.
3797         Set `endpt' to the end of the last match line.  At first, count
3798         line numbers between `origpt' and `begpt'.  Split out code from
3799         `out-line' variable to new let-bindings `match-prefix' and
3800         `match-str'.  In `out-line' add non-numeric prefix to all
3801         non-first lines of multi-line matches.  Finally, count lines
3802         between `begpt' and `endpt' and add to `lines'.
3804 2010-03-23  Juri Linkov  <juri@jurta.org>
3806         * replace.el (occur-accumulate-lines, occur-engine):
3807         Use `occur-engine-line' instead of duplicate code.
3808         (occur-engine-line): New function created from duplicate code
3809         in `occur-accumulate-lines' and `occur-engine'.
3811         * replace.el (occur-engine-line): Add optional arg `keep-props'.
3812         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
3814 2010-03-23  Juri Linkov  <juri@jurta.org>
3816         * finder.el: Remove TODO tasks.
3818         * info.el (Info-finder-find-node): Add node "all"
3819         with all package info.  Handle a list of multiple keywords
3820         separated by comma.
3821         (info-finder): In interactive use with a prefix argument,
3822         use `completing-read-multiple' to read a list of keywords
3823         separated by comma.
3825 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3827         Add a new completion style `substring'.
3828         * minibuffer.el (completion-basic--pattern): New function.
3829         (completion-basic-try-completion, completion-basic-all-completions):
3830         Use it.
3831         (completion-substring--all-completions)
3832         (completion-substring-try-completion)
3833         (completion-substring-all-completions): New functions.
3834         (completion-styles-alist): New style `substring'.
3836 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3838         Get rid of .elc files after removal of the corresponding .el.
3839         * Makefile.in (compile-clean): New target.
3840         (compile-main): Use it.
3842 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
3844         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
3845         don't do make there.  When compiling with separate object dir, there
3846         is no Makefile there.
3848 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3850         Get rid of the ELCFILES abomination, again.
3851         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3852         (all, compile): Don't call compile-last.
3853         (compile-main): Build the "elcfiles" list dynamically.
3854         (compile-targets): New (internal) target.
3856 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
3858         * Makefile.in (top_srcdir): Define.
3859         (abs_top_builddir): Define.
3860         (srcdir): Don't append `/..'.
3861         (EMACS): Use ${abs_top_builddir}.
3862         (all, compile, compile-always, compile-last): Don't set emacswd.
3863         (update-subdirs, update-authors): Use $(top_srcdir) instead of
3864         $(srcdir).
3865         (lisp): Use $(srcdir) instead of @srcdir@.
3867 2010-03-21  Juri Linkov  <juri@jurta.org>
3869         Fix message of multi-line occur regexps and multi-buffer header lines.
3870         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
3872         * replace.el (occur-1): Don't display regexp if it is longer
3873         than window-width.  Use `query-replace-descr' to display regexp.
3874         (occur-engine): Don't display regexp in the buffer header for
3875         multi-buffer occur.  Display a separate header line with total
3876         match count and regexp for multi-buffer occur.
3877         Use `query-replace-descr' to display regexp.
3879 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3881         * net/secrets.el: Fix parenthesis.
3882         (secrets-enabled): Fix parenthesis.
3884 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3886         Use more relative file and directory names.
3887         * Makefile.in (EMACS): Arrange for it to work when we chdir.
3888         (setwins, setwins_almost, setwins_for_subdirs):
3889         Don't `cd'; output relative names.
3890         (all, compile, compile-always, compile-last): Set emacswd.
3891         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
3892         Just cd to the lisp source dir so we can use relative file names.
3894         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
3896 2010-03-20  Glenn Morris  <rgm@gnu.org>
3898         * textmodes/rst.el: Use faces for font-lock customization, and make the
3899         old -face variables obsolete.
3900         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
3901         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
3902         (rst-block-face, rst-external-face, rst-definition-face)
3903         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
3904         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
3905         Make obsolete.
3906         (rst-font-lock-keywords-function): Update for above changes.
3908 2010-03-20  Juri Linkov  <juri@jurta.org>
3910         * s-region.el:
3911         * obsolete/s-region.el: Move to obsolete.
3913 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
3915         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
3917 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
3919         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
3921 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
3923         Add special markup processing for commit logs.
3924         * log-edit.el (log-edit-extra-flags): New variable.
3925         (log-edit): Add new argument MODE.  Use that mode when non-nil
3926         instead of the log-view-mode.
3927         (log-view-process-buffer): New function.
3929         * vc.el: Document that the checkin method takes optional
3930         arguments.  Document new backend specific method: log-view-mode.
3931         (vc-default-log-edit-mode): New function.
3932         (vc-checkin): Use a backend specific log-view-mode.
3933         Pass extra arguments to the checkin method.
3934         (vc-modify-change-comment): Pass a dummy extra argument.
3936         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
3937         log-edit.
3938         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
3939         (vc-finish-logentry): Process the log buffer before passing it
3940         down.  Pass log-edit-extra-flags.
3942         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
3943         command.
3944         (log-edit-extra-flags, log-edit-before-checkin-process):
3945         New declarations.
3947         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
3948         command.
3949         (log-edit-extra-flags, log-edit-before-checkin-process):
3950         New declarations.
3951         (vc-hg-log-edit-mode): New derived mode.
3953         * vc-arch.el (vc-arch-checkin):
3954         * vc-cvs.el (vc-cvs-checkin):
3955         * vc-git.el (vc-git-checkin):
3956         * vc-mtn.el (vc-mtn-checkin):
3957         * vc-rcs.el (vc-rcs-checkin):
3958         * vc-sccs.el (vc-sccs-checkin):
3959         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
3961 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3963         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
3964         parent typo).
3966 2010-03-19  Glenn Morris  <rgm@gnu.org>
3968         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3970 2010-03-18  Glenn Morris  <rgm@gnu.org>
3972         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
3974         * replace.el (query-replace-history): Give it a doc string.
3975         (map-query-replace-regexp): Use query-replace-from-history-variable
3976         and query-replace-to-history-variable.
3978         * mail/hashcash.el (declare-function): Remove duplicate definition.
3980         * mail/emacsbug.el (report-emacs-bug-pretest-address):
3981         Make it an obsolete alias for report-emacs-bug-address.
3982         (message-strip-special-text-properties): Declare.
3983         (report-emacs-bug): Remove test for a pretest bug address.
3984         Combine message-mode-specific code.
3986         * mail/supercite.el: Don't require sendmail.
3987         (mh-in-header-p): Declare rather than using with-no-warnings.
3988         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
3989         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
3991         * calendar/cal-french.el: Convert to utf-8.
3993         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
3994         Emacs scripts.
3996 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
3998         * net/secrets.el (secrets-enabled): New variable.  Use it instead
3999         of a subfeature.
4001 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
4003         * net/secrets.el (top): Register the D-Bus signals only when the
4004         service "org.freedesktop.secrets" can be pinged.
4005         Provide subfeature `enabled'.
4007 2010-03-14  Juri Linkov  <juri@jurta.org>
4009         Add finder unknown keywords.
4011         * finder.el (finder-unknown-keywords): New function.
4013         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
4014         to create a Finder node with unknown keywords.
4016 2010-03-14  Juri Linkov  <juri@jurta.org>
4018         * finder.el (finder-compile-keywords): Replace `princ' with
4019         `prin1' on a list of symbols interned from keyword strings.
4021         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
4022         a comma, then split keywords using a comma and optional whitespace.
4023         Otherwise, split by whitespace.
4025         * complete.el:
4026         * face-remap.el:
4027         * log-view.el:
4028         * net/hmac-def.el:
4029         * net/hmac-md5.el:
4030         * net/netrc.el:
4031         * progmodes/mixal-mode.el: Fix keywords.
4033 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
4035         * Makefile.in (ELCFILES): Add net/secrets.elc.
4037         * net/secrets.el: New file.
4039 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4041         * facemenu.el (list-colors-display, list-colors-print): New arg
4042         callback.  Use it to allow selecting colors.
4044         * wid-edit.el (widget-image-insert): Insert image prop even if the
4045         current display is non-graphic.
4046         (widget-field-value-set): New fun.
4047         (editable-field): Use it.
4048         (widget-field-value-get): Clean up unused var.
4049         (widget-color-value-create, widget-color--choose-action):
4050         New funs.  Allow using list-colors-display to choose color.
4052 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4054         * cus-edit.el: Resort topmost custom groups.
4055         (custom-buffer-sort-alphabetically): Default to t.
4056         (customize-apropos): Use apropos-parse-pattern.
4057         (custom-search-field): New var.
4058         (custom-buffer-create-internal): Add custom-apropos search field.
4059         (custom-add-parent-links): Don't display parent doc.
4060         (custom-group-value-create): Don't sort top-level custom group.
4061         (custom-magic-value-create): Show visibility button before option name.
4063         (custom-variable-state): New fun, from custom-variable-state-set.
4064         (custom-variable-state-set): Use it.
4065         (custom-group-value-create): Hide options with standard values
4066         using the :hidden-states property.  Use progress reporter.
4068         (custom-show): Simplify.
4069         (custom-visibility): Disable images by default.
4070         (custom-variable): New property :hidden-states.
4071         (custom-variable-value-create): Enable images for
4072         custom-visibility widgets.  Use :hidden-states property to
4073         determine initial visibility.
4075         * wid-edit.el (widget-image-find): Give images center ascent.
4076         (visibility): Add :on-image and :off-image properties.
4077         (widget-visibility-value-create): Use them.
4079 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4081         * cus-edit.el (processes): Remove from development group.
4082         (oop, hypermedia): Delete group.
4083         (comm): Promote to top-level group.
4085         * net/browse-url.el (browse-url):
4086         * net/xesam.el (xesam):
4087         * net/tramp.el (tramp):
4088         * net/goto-addr.el (goto-address):
4089         * net/ange-ftp.el (ange-ftp): Put in comm group.
4091         * view.el (view): Remove from editing group.
4093         * uniquify.el (uniquify): Put in files group.
4095         * net/browse-url.el (browse-url):
4096         * ps-print.el (postscript): Put in external group.
4098         * cus-edit.el (outlines):
4099         * textmodes/text-mode.el (text-mode-hook):
4100         * textmodes/table.el (table):
4101         * textmodes/picture.el (picture):
4102         * outline.el (outlines): Put in wp group.
4104         * nxml/nxml-mode.el (nxml): Remove from wp group.
4106         * net/tramp-imap.el (tramp-imap): Put in tramp group.
4108         * mail/metamail.el (metamail): Remove from hypermedia group.
4110         * cus-edit.el (abbrev):
4111         * whitespace.el (whitespace):
4112         * vcursor.el (vcursor):
4113         * reveal.el (reveal):
4114         * hl-line.el (hl-line): Put in convenience group.
4116         * epg-config.el (epg): Put in data group.
4118         * emulation/pc-select.el (pc-select): Put in emulations group.
4120         * calculator.el (calculator): Put in applications group.
4122 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4124         Add .dir-locals.el support for file-less buffers.
4125         * files.el (hack-local-variables): Split out code to apply local
4126         variable settings ...
4127         (hack-local-variables-apply): ... here.  New function.
4128         (hack-dir-local-variables): Use the default directory for when the
4129         buffer does not have an associated file.
4130         (hack-dir-local-variables-non-file-buffer): New function.
4131         * diff-mode.el (diff-mode):
4132         * vc-annotate.el (vc-annotate-mode):
4133         * vc-dir.el (vc-dir-mode):
4134         * log-edit.el (log-edit-mode):
4135         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4137 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4139         Add support for shelving snapshots and for showing shelves.
4140         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4141         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4142         New functions.
4143         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4144         (vc-bzr-extra-menu-map): Map them.
4146 2010-03-11  Glenn Morris  <rgm@gnu.org>
4148         * cus-edit.el (customize-changed-options-previous-release):
4149         Bump to 23.1.
4151         * image.el (image-animate-max-time): Fix :version tag.
4153 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
4155         * Branch for 23.2.
4157 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4159         * vc-git.el (vc-git-revision-table): Include remote branches.
4161 2010-03-10  Kim F. Storm  <storm@cua.dk>
4163         Animated image API.
4164         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4166         * image.el (image-animate-max-time): New defcustom.
4167         (image-animated-types): New defconst.
4168         (create-animated-image, image-animate-timer)
4169         (image-animate-start, image-animate-stop, image-animate-timeout)
4170         (image-animated-p): New functions.
4172         * image-mode.el (image-toggle-display-image):
4173         Replace `create-image' with `create-animated-image'.
4175 2010-03-09  Miles Bader  <miles@gnu.org>
4177         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4178         instead of "format:"; this ensures that the output is
4179         newline-terminated.
4181 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
4183         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4184         that all errors are caught, and that the return value is always a
4185         list (Bug#5692).
4187 2010-03-08  Kenichi Handa  <handa@m17n.org>
4189         * language/misc-lang.el (windows-1256): New coding system.
4190         (cp1256): New alias of windows-1256 (bug#5690).
4192 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
4194         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4195         call to rfc822-bad-address.  (Bug#5692)
4197 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4199         * vc-git.el (vc-git-annotate-extract-revision-at-line):
4200         Use vc-git-root as default directory for revision path (Bug#5657).
4202 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
4204         * calculator.el (calculator): Don't bind split-window-keep-point
4205         (Bug#5674).
4207 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4209         * vc-git.el: Re-flow to fit into 80 columns.
4210         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4211         Remove spurious `quote' element in each case alternative.
4212         (vc-git-show-log-entry): Use prog1.
4213         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4215 2010-03-06  Glenn Morris  <rgm@gnu.org>
4217         * cedet/semantic/grammar.el (semantic-grammar-header-template):
4218         Update template copyright to GPLv3+.
4220 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4222         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4224 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
4226         * macros.el (insert-kbd-macro): Look up keyboard macro using the
4227         definition, not the name (Bug#5481).
4229 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4231         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4232         argument with a local variable.  (Bug#5670)
4234 2010-03-02  Juri Linkov  <juri@jurta.org>
4236         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
4238 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
4240         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4241         error when FILENAME and NEWNAME are existing remote directories.
4243         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4244         parameter DIR-FLAG.
4246 2010-03-02  Glenn Morris  <rgm@gnu.org>
4248         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4249         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4251 2010-03-01  Kenichi Handa  <handa@m17n.org>
4253         * language/burmese.el (burmese-composable-pattern): Rename from
4254         myanmar-composable-pattern.
4256         * international/characters.el (script-list):
4257         * international/fontset.el (script-representative-chars):
4258         Change myanmar to burmese.
4259         (otf-script-alist): Likewise.
4260         (setup-default-fontset): Likewise.  Re-fix :otf spec.
4262 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4264         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4266 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
4268         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4270 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4272         * net/tramp.el (tramp-handle-write-region): START can be a string.
4273         Take care in the checks.  Reported by Dan Davison
4274         <davison@stats.ox.ac.uk>.
4276 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4278         * net/dbus.el (dbus-introspect, dbus-get-property)
4279         (dbus-set-property, dbus-get-all-properties):
4280         Use `dbus-call-method' when noninteractive.  (Bug#5645)
4282 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
4284         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4285         * emacs-lisp/elint.el (elint-add-required-env):
4286         * cedet/semantic/db-find.el
4287         (semanticdb-find-translate-path-brutish-default):
4288         * cedet/ede/make.el (ede-make-check-version):
4289         * calendar/icalendar.el (icalendar--add-diary-entry):
4290         * calc/calcalg2.el (math-tracing-integral):
4291         * files.el (recover-session-finish): Use with-current-buffer
4292         instead of save-excursion.
4294 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4296         Fix in-buffer completion when after-change-functions modify the buffer.
4297         * minibuffer.el (completion--replace): New function.
4298         (completion--do-completion): Use it and use relative movement.
4300 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
4302         * international/fontset.el (setup-default-fontset): Fix :otf spec.
4304 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
4306         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4307         Allow the characters _<> in the stack entry (Bug#5653).
4309 2010-02-26  Kenichi Handa  <handa@m17n.org>
4311         * language/burmese.el: Fix entries in composition-function-table.
4312         (myanmar-composable-pattern): New variable.
4314         * international/fontset.el (setup-default-fontset): Add an entry
4315         for myanmar.
4317         * international/characters.el (script-list): Add Myanmar
4318         Extended-A.
4320 2010-02-26  Glenn Morris  <rgm@gnu.org>
4322         * custom.el (custom-initialize-delay): Doc fix.
4324         * mail/sendmail.el (send-mail-function): Autoload the call
4325         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4327 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
4329         * files.el (hack-local-variables-filter): For eval forms, also
4330         check safe-local-variable-p (Bug#5636).
4332 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
4334         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4335         and use c(ad)r of cddr (Bug#5640).
4337 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
4339         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4340         setting the modes by `ignore-errors'.  It might fail, for example
4341         if the file is not owned by the user but the group.
4342         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4344 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
4346         * files.el (directory-listing-before-filename-regexp): Use
4347         stricter matching for iso-style dates, to avoid false matches with
4348         date-like filenames (Bug#5597).
4350         * htmlfontify.el (htmlfontify): Doc fix.
4352         * eshell/eshell.el (eshell): Doc fix.
4354         * startup.el (fancy-about-screen): In mode-line, apply
4355         mode-line-buffer-id face only to the buffer name (Bug#5613).
4357 2010-02-20  Kevin Ryde  <user42@zip.com.au>
4359         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4360         In `watcom' anchor regexp to start of line, to avoid slowness
4361         (Bug#5599).
4363 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
4365         * subr.el (remove-yank-excluded-properties): Explain in a comment
4366         why `category' property is removed.
4368 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
4370         * isearch.el (isearch-update-post-hook, isearch-update): Revert
4371         2010-02-17 change.
4373 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
4375         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4376         (icalendar--convert-weekly-to-ical)
4377         (icalendar--convert-yearly-to-ical)
4378         (icalendar--convert-block-to-ical)
4379         (icalendar--convert-cyclic-to-ical)
4380         (icalendar--convert-anniversary-to-ical): Take care of time
4381         specifications where hour has 1-digit only (Bug#5549).
4383 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
4385         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4386         of disassemble output in GDB 7.1.
4388 2010-02-19  Glenn Morris  <rgm@gnu.org>
4390         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4391         property.  (Bug#5593)
4393 2010-02-18  Sam Steingold  <sds@gnu.org>
4395         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4397 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4399         Use abbreviated file names in bookmarks (bug#5591).
4400         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
4401         calls to expand-file-name.
4402         (bookmark-relocate): Use abbreviated file names in bookmarks.
4403         (bookmark-load): Use abbreviated file names in messages.
4405 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4407         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4408         expand "." and "..".  Reported by Thierry Volpiatto
4409         <thierry.volpiatto@gmail.com>.
4411 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4413         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4414         permissions of the temporary file to "0600".  In case the remote
4415         file has no read permissions for the owner, there might be
4416         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
4418 22010-02-18  Glenn Morris  <rgm@gnu.org>
4420         * emacs-lisp/authors.el (authors-renamed-files-alist):
4421         Add entries for INSTALL.CVS.
4423 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
4425         * vc-bzr.el: Fix typo in Known Bugs section.
4427         * isearch.el (isearch-update-post-hook): New hook.
4428         (isearch-update): Use the new hook.
4430 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
4432         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4433         Fix errors in copying directories.
4434         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
4435         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
4436         (tramp-handle-delete-file)
4437         (tramp-handle-dired-recursive-delete-directory)
4438         (tramp-handle-write-region): Flush also the cache for the upper
4439         directory.
4441 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
4443         * simple.el (save-interprogram-paste-before-kill): Doc fix.
4445         * cus-edit.el (hardware): Doc fix.
4447         * man.el (man): Add to external custom group.
4449         * delim-col.el (columns): Move to wp custom group.
4451         * doc-view.el (doc-view): Add to data custom group.
4453         * cedet/data-debug.el (data-debug): Move to extensions group.
4455         * cedet/ede.el (ede):
4456         * cedet/srecode.el (srecode):
4457         * cedet/semantic.el (semantic): Put in tools and extensions group.
4459         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
4461         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4462         by ispell-parse-output (Bug#5575).
4464 2010-02-16  Kenichi Handa  <handa@m17n.org>
4466         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
4467         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
4468         (skkdic-convert): Use `euc-japan' coding system for writing.
4470 2010-02-16  Glenn Morris  <rgm@gnu.org>
4472         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
4473         tex-main-file before using it.  (Bug#5562)
4475 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4477         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
4478         warnings, since it is annoying for the user to see them each time he
4479         runs the code.
4481 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
4483         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
4484         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
4485         instead of PROC for caching "first-password-request".  Otherwise,
4486         new processes would not profit from passwords already entered.
4488         * net/tramp-cache.el (tramp-dump-connection-properties):
4489         Don't save "first-password-request" property.
4491 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
4493         * outline.el (outline-head-from-level):
4494         * simple.el (with-wrapper-hook):
4495         * cedet/ede.el (ede-run-target, project-delete-target)
4496         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
4497         (ede-adebug-project, ede-adebug-project-parent)
4498         (ede-adebug-project-root):
4499         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
4500         (elint-defun, elint-buffer-env, elint-top-form-logged)
4501         (elint-unbound-variable):
4502         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
4503         Fix typos in docstrings.
4505 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
4507         * files.el (insert-directory): When WILDCARD-REGEXP and
4508         FULL-DIRECTORY-P are nil, insert the file entry instead of the
4509         whole directory.  (Bug#5551)
4511         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
4512         dired's alignment sanity.  (Bug#5516)
4514 2010-02-14  Juri Linkov  <juri@jurta.org>
4516         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
4517         Remove remaining ^H with their preceding chars.  (Bug#5566)
4519 2010-02-13  Glenn Morris  <rgm@gnu.org>
4521         * simple.el (transpose-subr): Give it a doc-string.
4523         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
4524         Doc fixes.
4526 2010-02-12  Juri Linkov  <juri@jurta.org>
4528         * arc-mode.el (archive-unique-fname): Make directories for nested
4529         archives.  (Bug#5540)
4531 2010-02-12  Juri Linkov  <juri@jurta.org>
4533         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
4535 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4537         * subr.el (copy-overlay): Handle deleted overlays.
4539         * man.el (Man-completion-table): Don't signal an error if we can't run
4540         manual-program (bug#4056).
4542 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
4544         * textmodes/artist.el (artist-mt): Fix typos in docstring.
4546 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4548         * info.el (Info-bookmark-jump): Simplify.
4550         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
4551         (bookmark-default-handler): Accept new bookmark field `buffer'.
4553 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
4555         * iswitchb.el (iswitchb-completions): Revert last change.
4557 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
4559         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
4560         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
4561         This prevents file names like "~/" being listed literally.
4563 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
4565         * term/xterm.el (xterm-maybe-set-dark-background-mode):
4566         Remove dead code.  (Bug#5546)
4568 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
4570         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
4571         correctly (Bug#5548).
4573 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
4575         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
4576         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
4578 2010-02-08  Kenichi Handa  <handa@m17n.org>
4580         * international/mule-util.el (with-coding-priority): Add autoload
4581         cookie for putting `lisp-indent-function'.
4583 2010-02-07  Glenn Morris  <rgm@gnu.org>
4585         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
4586         Move F2003 named interfaces from keywords-2 to keywords-1, and
4587         use function-name-face rather than constant-face.
4588         Simplify "abstract interface" regexp.
4590 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
4592         * eshell/esh-util.el (eshell-file-attributes): New optional arg
4593         ID-FORMAT.  Pass it to `file-attributes'.
4595         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
4597 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
4599         * faces.el (set-face-attribute): Allow calling
4600         internal-set-lisp-face-attribute with 'unspecified family and
4601         foundry argument (Bug#5536).
4603 2010-02-07  Glenn Morris  <rgm@gnu.org>
4605         * progmodes/f90.el (f90-font-lock-keywords-2)
4606         (f90-looking-at-type-like, f90-looking-at-program-block-end):
4607         Handle F2003 named interfaces.
4609 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
4611         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
4612         beg and end before calling c-get-state-before-change-functions.
4614 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
4616         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
4618 2010-02-05  Juri Linkov  <juri@jurta.org>
4620         * doc-view.el (doc-view-mode):
4621         * image-mode.el (image-mode): Put property mode-class=special.
4622         (Bug#4896)
4624 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
4626         * vc-svn.el (vc-svn-revision-table): New function.
4628 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
4630         * net/ange-ftp.el (ange-ftp-insert-directory):
4631         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4632         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4633         Handle also directories.  (Bug#5478)
4635 2010-02-05  Glenn Morris  <rgm@gnu.org>
4637         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
4639 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
4641         * startup.el (command-line-1): Convert options beginning with a
4642         single dash as well (Bug#5519).
4644 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4646         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
4647         * minibuffer.el (completion-initials-expand): Only check the presence
4648         of delims *within* the boundaries, since otherwise the / delim is
4649         always found for files.
4651         Fix up various corner case problems.
4652         * doc-view.el (doc-view-last-page-number): New function.
4653         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
4654         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
4655         (doc-view-kill-proc): Avoid inf-loop in freak cases.
4656         (doc-view-reconvert-doc): Use the new recursive delete-directory.
4657         (doc-view-convert-current-doc): Don't create the resolution.el file
4658         here any more.
4659         (doc-view-pdf/ps->png): Do it here instead.
4660         (doc-view-already-converted-p): Check that resolution.el is present.
4661         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
4662         windows that are not yet showing images.
4664 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
4666         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
4667         `dired-uncache' for every elemnt which is an absolute file name.
4669         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
4670         directory, handle its directory component.
4671         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
4672         function is called permanently and creates noise, otherwise.
4674         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4675         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4676         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
4678 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
4680         * macros.el (apply-macro-to-region-lines):
4681         Minor simplification.  (Bug#5485)
4683 2010-02-04  Glenn Morris  <rgm@gnu.org>
4685         * mail/rmail.el (rmail-show-message-1): Handle malformed
4686         quoted-printable text.  (Bug#5441)
4688         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
4690         * simple.el (visual-line-mode): Capitalize lighter.
4692 2010-02-03  John Wiegley  <jwiegley@gmail.com>
4694         * iswitchb.el (iswitchb-completions): Add bookmark files to the
4695         list of files considered for "virtual buffer" completions.
4697 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
4699         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
4700         also in case of (and (not full) (not wildcard)).  This is needed
4701         when dired is called with a list of files, which are not in
4702         `default-directory'.  (Bug#5478)
4704 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4706         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
4708 2010-02-02  Juri Linkov  <juri@jurta.org>
4710         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
4711         from unidiff to allow function-line after @@.
4713 2010-02-02  Juri Linkov  <juri@jurta.org>
4715         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
4716         '(RCS SCCS) with inverted condition.
4718 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
4720         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
4721         messages.
4723 2010-02-01  Juri Linkov  <juri@jurta.org>
4725         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
4726         compare with "pkunzip" and "pkzip" instead of only "pkzip".
4727         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
4728         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
4730 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4732         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
4733         (doc-view-revert-buffer): New command.
4734         (doc-view-mode-map): Use it.
4736 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
4738         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
4739         pending merge is detected.
4741 2010-01-31  Juri Linkov  <juri@jurta.org>
4743         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
4744         beginning of interactive spec like all other grep commands do.
4745         Put "all" in front of "gz".  (Bug#5260)
4747 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
4749         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
4751 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
4753         * dirtrack.el (dirtrack): Warn instead of signalling error if the
4754         regexp is incorrect (Bug#5476).
4756 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
4758         * net/tramp.el (tramp-handle-insert-directory): Handle also
4759         symlinks, when FILENAME is not in `default-directory'.
4761 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
4763         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
4764         FILE is not in `default-directory'.  (Bug#5478)
4766         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
4767         of SWITCHES.  Handle the case, FILENAME is not in
4768         `default-directory'.  (Bug#5478)
4769         (tramp-register-file-name-handlers): Add safe-magic property.
4771 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
4773         * arc-mode.el (archive-zip-extract): Quote the argument passed to
4774         unzip (Bug#5475).
4776 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
4778         * progmodes/flymake.el (flymake-allowed-file-name-masks)
4779         (flymake-master-make-header-init): Add other C++ filename masks.
4780         (flymake-find-possible-master-files)
4781         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
4783 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
4785         Fix some busybox annoyances.
4787         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
4788         not responding." string.
4789         (tramp-open-connection-setup-interactive-shell): Dump stty
4790         settings.  Enable "neveropen" arg for all `tramp-send-command'
4791         calls.  Handle "=" in variable values properly.
4792         (tramp-find-inline-encoding): Raise an error, when no encoding is
4793         found.
4794         (tramp-wait-for-output): Check, whether PROC buffer is available.
4795         Remove spurious " ^H" sequences, sent by busybox.
4796         (tramp-get-ls-command): Suppress coloring, if possible.
4798 2010-01-28  Glenn Morris  <rgm@gnu.org>
4800         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
4802         * log-edit.el (log-edit-strip-single-file-name): Add missing
4803         :safe, :group, and :version tags.
4805 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
4807         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
4808         buffers.  (Bug#5477)
4810 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
4812         * files.el (delete-directory): Handle moving to trash without
4813         first doing recursion (Bug#5436).
4815 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
4817         * vc-hooks.el (vc-path): Mark as obsolete.
4819 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
4821         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
4822         names too.
4824         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
4825         for the short log.
4826         (vc-bzr-log-view-mode): Adjust regexp for the above change.
4828 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
4830         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
4832         * vc-bzr.el (vc-bzr-revision-table): New function.
4834 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
4836         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
4837         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
4839 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
4841         Remove support for adding --signoff on commit.
4842         Future support will use an incompatible generic mechanism.
4843         * vc-git.el (vc-git-add-signoff): Remove variable.
4844         (vc-git-toggle-signoff): Remove function.
4845         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
4847         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
4848         from xterm-set-background-mode.  Return t if the background mode
4849         was set.
4850         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
4851         earlier, call it again in case the background mode has changed.
4853 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
4855         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
4856         (Bug#3541).
4858 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
4860         * emacs-lisp/assoc.el (aelement): Doc fix.
4861         (aput, adelete, amake): Use lexical-let (Bug#5450).
4863 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
4865         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
4866         is the same as subprogram call, not declaration.  (Bug#5435).
4868 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
4870         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
4871         (tramp-smb-maybe-open-connection): Use it.
4873 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
4875         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
4877 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4879         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
4880         just because we see "encoding: 8bit".
4881         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
4883 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
4885         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
4887 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
4889         * jka-compr.el (jka-compr-load): If load-file is not in
4890         load-history, try its file-truename version.  (bug#5447)
4892 2010-01-21  Alan Mackenzie  <acm@muc.de>
4894         Fix a situation where deletion of a cpp construct throws an error.
4895         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
4896         invoking c-with-all-but-one-cpps-commented-out, check that the
4897         special cpp construct is still in the buffer.
4898         (c-parse-state): Record the special cpp with markers, not numbers.
4900 2010-01-21  Kenichi Handa  <handa@m17n.org>
4902         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
4903         process last-command-event, as it is now decoded first (Bug#5380).
4905 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
4907         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
4909 2010-01-20  Glenn Morris  <rgm@gnu.org>
4911         * indent.el (tab-always-indent): Fix custom-type.
4913 2010-01-19  Alan Mackenzie  <acm@muc.de>
4915         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
4916         buffer throws "args out of range".
4917         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
4918         playing the role of delimiter.
4920 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
4922         * progmodes/ada-mode.el: Fix bug#5400.
4923         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
4924         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
4925         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
4926         Improve comments in "is" portion.  Handle null procedure declaration.
4927         (ada-move-to-end): Improve doc string.
4929 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
4931         * ido.el (ido-cur-list): Initialize to nil.
4932         Remove obsolete information from commentary.
4933         (ido-choice-list): Initialize to nil.
4934         (ido-get-bufname): Reject minibuffers.
4935         (ido-make-buffer-list): If "default" is a nonexistent
4936         buffer, ignore it, as per the function's comment.
4937         (ido-kill-buffer-internal): New function.
4938         (ido-kill-buffer-at-head): Use it.
4939         (ido-visit-buffer): Likewise.
4941 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4943         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
4945 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
4947         * cedet/ede/locate.el (ede-locate-file-in-project)
4948         (ede-locate-file-in-project-impl): Fix typos in docstrings.
4949         (ede-enable-locate-on-project): Fix typos in error messages.
4951         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
4952         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
4953         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
4954         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
4955         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
4956         Fix typos in menu help.
4958         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
4959         Fix typos in chart titles.
4961         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
4962         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
4963         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
4964         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
4965         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
4966         (semantic-parse-stream, semantic-parse-region)
4967         (semantic-parse-region-default, semantic--set-buffer-cache)
4968         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
4969         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
4970         (semantic-default-submodes):
4971         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
4972         (semanticdb-create-ebrowse-database)
4973         (semanticdb-find-tags-for-completion-method)
4974         (semanticdb-find-tags-by-class-method)
4975         (semanticdb-deep-find-tags-by-name-method)
4976         (semanticdb-deep-find-tags-for-completion-method):
4977         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
4978         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
4979         (semanticdb-find-tags-for-completion-method)
4980         (semanticdb-find-tags-by-class-method)
4981         (semanticdb-deep-find-tags-for-completion-method):
4982         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
4983         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
4984         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
4985         (semanticdb-find-tags-by-name-method)
4986         (semanticdb-find-tags-by-name-regexp-method)
4987         (semanticdb-find-tags-for-completion-method)
4988         (semanticdb-find-tags-by-class-method)
4989         (semanticdb-find-tags-external-children-of-type-method)
4990         (semanticdb-find-tags-subclasses-of-type-method)
4991         (semanticdb-deep-find-tags-by-name-method)
4992         (semanticdb-deep-find-tags-by-name-regexp-method)
4993         (semanticdb-deep-find-tags-for-completion-method):
4994         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
4995         (semanticdb-enable-gnu-global-in-buffer)
4996         (semanticdb-find-tags-for-completion-method)
4997         (semanticdb-deep-find-tags-by-name-method)
4998         (semanticdb-deep-find-tags-for-completion-method):
4999         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
5000         (javascript-mode, semanticdb-find-translate-path)
5001         (semanticdb-find-tags-for-completion-method)
5002         (semanticdb-find-tags-by-class-method)
5003         (semanticdb-deep-find-tags-by-name-method)
5004         (semanticdb-deep-find-tags-for-completion-method)
5005         (semanticdb-find-tags-external-children-of-type-method):
5006         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
5007         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
5008         (global-semantic-idle-scheduler-mode):
5009         * cedet/srecode/dictionary.el (srecode-field-value)
5010         (srecode-dictionary-add-section-dictionary):
5011         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
5012         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
5013         (describe-class, eieio-describe-generic, describe-generic):
5014         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
5015         (eieio-speedbar-expand):
5016         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5017         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
5018         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
5019         (viper-del-backward-char-in-replace, viper-backward-indent)
5020         (viper-brac-function, viper-register-to-point, viper-submit-report):
5021         * net/tramp.el (tramp-remote-coding-commands):
5022         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
5023         Fix typos in docstrings.
5025 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5027         * mail/sendmail.el (mail-yank-original): Set the mark if the
5028         specified function for yanking does not do it.
5030 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
5032         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
5034         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
5035         resyncing a directory.
5037 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
5039         * progmodes/ada-mode.el: Fix bug#1920.
5040         (ada-ident-re): Delete ., allow multibyte characters.
5041         (ada-goto-label-re): New; matches goto labels.
5042         (ada-block-label-re): New; matches block labels.
5043         (ada-label-re): New; matches both.
5044         (ada-named-block-re): Deleted; callers changed to use
5045         `ada-block-label-re' instead.
5046         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
5047         Use `ada-block-label-re'.
5048         (ada-indent-on-previous-lines): Improve handling of goto labels.
5049         (ada-get-indent-block-start): Special-case block label.
5050         (ada-get-indent-label): Split into `ada-indent-block-label' and
5051         `ada-indent-goto-label'.
5052         (ada-goto-stmt-start, ada-goto-next-non-ws):
5053         Optionally ignore goto labels.
5054         (ada-goto-next-word): Simplify.
5055         (ada-indent-newline-indent-conditional): Insert newline before
5056         trying to fix indentation; doc fix.
5058 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
5060         * calc/calc.el (calc-command-flags): Give it an initial value.
5062 2010-01-17  Glenn Morris  <rgm@gnu.org>
5064         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
5066 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5068         * cedet/semantic.el (semantic-mode):
5069         * files.el (minibuffer-with-setup-hook):
5070         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
5071         (artist-key-draw-continously, artist-key-do-continously-continously)
5072         (artist-key-set-point-continously, artist-mouse-draw-continously):
5073         Fix typos in docstrings.
5075 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
5077         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
5078         return t (Bug#3898).
5080 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
5082         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
5083         can parse the output of the external commands (Bug#5279).
5085 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
5087         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
5089 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
5091         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5093         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5095         * startup.el (command-line): Remove unused --icon-type arg.
5096         Handle --display arg, passing it to command-line-1 (Bug#5392).
5098 2010-01-16  Mario Lang  <mlang@delysid.org>
5100         * cedet/ede/cpp-root.el (ede-cpp-root-project):
5101         * cedet/ede/files.el (ede-expand-filename):
5102         * cedet/ede/simple.el (ede-simple-project):
5103         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5104         (semantic-complete-inline-tag-engine):
5105         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5106         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5107         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5108         * cedet/semantic/db.el (semanticdb-equivalent-mode):
5109         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5110         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5111         * emacs-lisp/chart.el (chart-translate-namezone):
5112         * textmodes/artist.el (artist-compute-popup-menu-table):
5113         Remove duplicated words in doc-strings.
5115 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
5117         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5118         to mairix-search to suppress threading (Bug#5342).
5120 2010-01-15  Kenichi Handa  <handa@m17n.org>
5122         * international/mule-cmds.el (canonicalize-coding-system-name):
5123         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
5125 2010-01-15  Glenn Morris  <rgm@gnu.org>
5127         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
5129         * wid-edit.el (widget-keymap): Doc fix.
5131         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5132         former seems to be more widely accepted by various svn versions.
5134 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5136         * find-cmd.el (find-constituents):
5137         * vc-arch.el (vc-arch-root):
5138         * window.el (window-body-height, pop-up-frames):
5139         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5140         (semantic-no-reparse-needed-change-hook):
5141         * cedet/srecode/insert.el (srecode-resolve-argument-list)
5142         (srecode-template-inserter-blank, srecode-template-inserter-variable)
5143         (srecode-template-inserter-ask, srecode-template-inserter-width)
5144         (srecode-template-inserter-section-start)
5145         (srecode-template-inserter-section-end, srecode-insert-method):
5146         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5147         * progmodes/ada-stmt.el (ada-if):
5148         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5149         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5150         (ispell-encoding8-command, ispell-aspell-supports-utf8)
5151         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5153         * progmodes/flymake.el (flymake-post-syntax-check):
5154         Fix typo in error message.
5156 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5158         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5159         which is always a string.  (Bug#5313)
5161 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5163         * progmodes/ada-xref.el (ada-default-prj-properties):
5164         Simplify previous change.
5166 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5168         * progmodes/ada-xref.el (ada-default-prj-properties):
5169         Default ada_project_path to $ADA_PROJECT_PATH.
5171 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5173         * progmodes/ada-mode.el (ada-create-keymap):
5174         Override `narrow-to-defun' with `ada-narrow-to-defun'.
5176 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5178         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5179         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5180         (ada-get-current-indent, ada-imenu-generic-expression)
5181         (ada-which-function): Check for it.
5183 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5185         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5186         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5188 2010-01-14  Glenn Morris  <rgm@gnu.org>
5190         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
5192 2010-01-14  Kenichi Handa  <handa@m17n.org>
5194         * composite.el (auto-composition-mode): Make it a buffer local
5195         variable (permanent-local).
5196         (auto-composition-function): Set the default value to
5197         auto-compose-chars.
5198         (auto-composition-mode): Make it a simple function, not a minor mode.
5199         (global-auto-composition-mode): Likewise.
5200         (turn-on-auto-composition-if-enabled): Delete it.
5202 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
5204         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5206 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
5208         * files.el (copy-directory): Compute target for recursive
5209         directories with identical names.  (Bug#5343)
5211 2010-01-12  Glenn Morris  <rgm@gnu.org>
5213         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5214         it to bug-gnu-emacs rather than emacs-pretest-bug.
5216 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5218         * cedet/data-debug.el (data-debug): Fix customization group reference.
5220 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5222         * cedet/semantic/analyze.el (semantic-analyze-push-error)
5223         (semantic-analyze-context, semantic-analyze-context-assignment)
5224         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5225         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5226         (semantic-java-doc-keywords-map):
5227         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5228         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5229         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5230         (semantic-c-classname, semantic-format-tag-uml-prototype)
5231         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5232         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5233         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5234         (semantic-get-local-variables, semantic-end-of-command)
5235         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5236         (lisp-mode):
5237         * cedet/semantic/bovine/make.el (makefile-mode):
5238         * cedet/semantic/wisent/python.el (wisent-python-string-re)
5239         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5240         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5241         (semantic-lex, semantic-get-local-variables, python-mode):
5242         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5243         * cedet/srecode/extract.el (srecode-extract-state-set)
5244         (srecode-extract-method): Fix typos in docstrings.
5246 2010-01-11  Sam Steingold  <sds@gnu.org>
5248         * imenu.el (imenu-default-create-index-function): Detect infinite
5249         loops caused by imenu-prev-index-position-function.
5251 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5253         * htmlfontify.el (htmlfontify-load-rgb-file)
5254         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5255         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5256         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5257         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5258         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5259         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5260         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5261         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5262         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5263         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5264         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5265         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5266         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5267         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5268         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5269         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5270         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5271         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5272         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5273         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5274         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5275         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5276         backslash-quoting from parentheses, etc.
5278 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
5280         * progmodes/js.el: Autoload javascript-mode alias.
5282 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5284         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5285         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5286         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5287         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5288         Fix typos in docstrings.
5289         (ffap-url-regexp): Doc fix.
5290         (ffap-at-mouse): Fix typo in message.
5292 2010-01-11  Glenn Morris  <rgm@gnu.org>
5294         * version.el (emacs-copyright): Set copyright year to 2010.
5296 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5298         * format.el (format-annotate-function): Only set
5299         write-region-post-annotation-function after running to-fn so as not to
5300         affect nested write-region calls (bug#5273).
5302 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
5304         * cedet/semantic.el (semantic-new-buffer-setup-functions):
5305         Add python parser.
5307         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5308         wisent/python.el.
5310 2010-01-10  Richard Kim  <emacs18@gmail.com>
5312         * cedet/semantic/wisent/python-wy.el:
5313         * cedet/semantic/wisent/python.el: New files.
5315 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5317         * man.el (Man-goto-section): Signal error if the section is not
5318         found (Bug#5317).
5320 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
5322         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5323         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
5325 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5327         * progmodes/compile.el: Don't treat compile-command as safe if
5328         compilation-read-command might be nil (Bug#4218).
5330 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
5332         * startup.el (command-line-1): Use orig-argi to check for ignored X and
5333         NS options.
5335 2010-01-08  Kenichi Handa  <handa@m17n.org>
5337         * international/fontset.el (build-default-fontset-data):
5338         Exclude characters in scripts kana, hangul, han, or cjk-misc.
5340 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
5342         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5343         to `create-file-buffer' as it expects, not just a buffer name.
5344         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5345         to help uniquify.  (Bug#3224)
5347 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
5349         * font-setting.el (font-setting-change-default-font): Use user-spec
5350         instead of name.
5352 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5354         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5356 2010-01-05  Tom Tromey  <tromey@redhat.com>
5358         * progmodes/python.el (python-font-lock-keywords):
5359         Handle qualified decorators (Bug#881).
5361 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5363         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5364         in a lightweight checkout.
5366 2010-01-05  Kenichi Handa  <handa@m17n.org>
5368         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5370 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5372         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5374 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
5376         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5377         checkouts.  (Bug#618)
5378         (vc-bzr-log-view-mode): Also highlight the author.
5379         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5380         (vc-bzr-shelve-menu-map):
5381         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5382         (vc-bzr-shelve-apply): Make prompt more explicit.
5384 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5386         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5387         They are valid characters in URL paths (rfc3986), and at least
5388         Firefox does not understand the encoded version (Bug#3166).
5390 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
5392         * progmodes/octave-mod.el (octave-end-keywords)
5393         (octave-block-begin-or-end-regexp, octave-block-match-alist):
5394         Add "end" keyword (Bug#3061).
5395         (octave-end-as-array-index-p): New function.
5396         (calculate-octave-indent): Use it.
5398 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5400         * bookmark.el: Consistently put the text property on the bookmark name.
5401         (bookmark-bmenu-marks-width): Bump back to 2, to include
5402         annotation marks.
5403         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
5404         property on the bookmark name, instead of not putting it at all.
5405         (bookmark-bmenu-list): Fix where we put the text property.
5407 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5409         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
5410         for showing buffer modified state (as added in the previous change).
5412 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5414         * bookmark.el: Show modified state of bookmark buffer more accurately.
5415         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
5416         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
5417         (with-buffer-modified-unmodified): New macro.
5418         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5419         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
5420         Use new macro to preserve the buffer modified state.
5422 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5424         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
5425         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
5426         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
5427         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
5428         (bookmark-bmenu-rename, bookmark-bmenu-locate)
5429         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
5430         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
5432 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5434         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5435         Make the lines in the generated doc string shorter.  (Bug#4668)
5437 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
5439         * net/rcirc.el: Add follow-link binding (Bug#4738).
5441 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5443         * Makefile.in (bzr-update): Rename from cvs-update.
5444         (cvs-update): New target for backward compatibility.
5446         * makefile.w32-in (bzr-update): Rename from cvs-update.
5447         (cvs-update): New target for backward compatibility.
5449 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5451         * bookmark.el: Remove gratuitous gratitude.
5453 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5455         * bookmark.el (bookmark-bmenu-any-marks): New function.
5456         (bookmark-bmenu-save): Clear buffer modification if no marks.
5458 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5460         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5461         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5462         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
5463         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
5465         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
5466         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
5467         To: emacs-devel {_AT_} gnu.org
5468         Subject: bookmark.el bug report
5469         Date: Mon, 28 Dec 2009 14:19:16 +0800
5470         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
5472 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5474         * bookmark.el: Improvements suggested by Drew Adams:
5475         (bookmark-bmenu-ensure-position): New name for
5476         `bookmark-bmenu-check-position'.  Just ensure the position,
5477         don't return any meaningful value.
5478         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
5479         New constants.
5481 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
5483         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
5484         (bookmark-yank-point, bookmark-bmenu-check-position):
5485         Fix typos in docstrings.
5486         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
5487         (bookmark-name-from-full-record, bookmark-get-position)
5488         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
5489         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
5490         Remove useless quoting of parenthesis, etc. in docstrings.
5492         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
5493         (ediff-append-custom-diff): Fix typo in error message.
5494         (ediff-meta-mark-equal-files): Fix typos in messages.
5496         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
5498         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
5499         Fix typo in docstring.
5501         * net/imap-hash.el (imap-hash-make): Doc fix.
5502         (imap-hash-test): Fix typo in error message; reflow docstring.
5503         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
5504         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
5505         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
5506         Fix typos in docstrings.
5507         (imap-hash-open-connection): Fix typo in error message.
5509         * play/gomoku.el (gomoku): Fix typos in docstring.
5511         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
5512         (gdb-jsonify-buffer): Fix typos in docstring.
5513         (gdb-goto-breakpoint): Fix typo in error message.
5514         ("Display Other Windows"): Fix typo in help message.
5515         (gdb-speedbar-expand-node): Fix typo in question.
5517         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
5518         (idlwave-html-system-help-location, idlwave-html-help-location)
5519         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
5520         (idlwave-help-browser-generic-args, idlwave-help-directory)
5521         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
5522         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
5523         (idlwave-online-help, idlwave-help-html-link)
5524         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
5525         Fix typos in docstrings.
5526         (idlwave-help-with-source, idlwave-help-find-routine-definition):
5527         Reflow docstrings.
5528         (idlwave-help-assistant-start): Fix typo in error message.
5530         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
5531         (octave-electric-space): Fix typos in docstrings.
5533 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5535         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
5537 2010-01-01  Juri Linkov  <juri@jurta.org>
5539         * comint.el (comint-input-ring-size): Make it a defcustom and
5540         increase the default to 500 (Bug#5148).
5542 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
5544         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
5545         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
5546         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
5548 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
5550         Show working revision correctly for mercurial.
5551         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
5552         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
5554 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
5556         Declare some functions for the byte-compiler.
5557         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
5558         (speedbar-timer-fn, speedbar-change-expand-button-char)
5559         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
5561 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
5563         This changeset reverts GDB Graphical Interface to use annotations.
5564         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
5566 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
5568         Make vc-dir work on subdirectories of the bzr root.
5569         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
5570         file names relative to it.
5571         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
5572         relative directory to vc-bzr-after-dir-status.
5574 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
5576         * font-lock.el (font-lock-refresh-defaults): New function, which
5577         can be used to let font-lock react to external changes in
5578         variables like font-lock-defaults and keywords.
5579         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
5581 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
5583         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
5585         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
5587 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
5589         Supersede color.diff settings in git log (bug#5211).
5591         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
5592         escape chars in its output when the user has color.diff set to `always'.
5593         This fix works on git 1.4.2 and newer (released on 2006-08-13).
5595 2009-12-26  Kevin Ryde  <user42@zip.com.au>
5597         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
5598         node.  Keep previous "Index" name to work with past coreutils too.
5600         * man.el (man): Revise docstring a bit to show -a and -l as
5601         examples.  Add -k description since support for it has otherwise
5602         been a secret.  (Further to bug#3717.)
5603         (Man-bgproc-sentinel): When "-k foo" produces no output show error
5604         "no matches" rather than "Can't find manpage", as the latter reads
5605         like -k was interpreted as a page name, which is not so.  (Bug#5431)
5607 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
5609         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
5610         switches.  Check also for //SUBDIRED// line.
5612 2009-12-25  Kenichi Handa  <handa@m17n.org>
5614         * language/indian.el (devanagari-composable-pattern): Fixed to
5615         handle ZWNJ and ZWJ.  Use it in composition-function-table for
5616         Devanagari.
5617         (malayalam-composable-pattern): Fix previous change.
5619 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5621         * ps-print.el (ps-face-attributes): It was not returning the
5622         attribute face for faces specified as string.  Reported by harven
5623         <harven@free.fr>.
5624         (ps-print-version): New version 7.3.5.
5626 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
5628         * calendar/icalendar.el (icalendar--convert-tz-offset):
5629         Fix timezone names.
5630         (icalendar--convert-tz-offset): Fix the "last-day-problem".
5631         (icalendar--add-diary-entry): Remove the trailing blank that
5632         diary-make-entry inserts.
5634 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
5636         Make `file-expand-wildcards' work for remote files.
5638         * files.el (file-expand-wildcards): In case of remote files, check
5639         only local file name part for wildcards.  Provide feature 'files
5640         and subfeature 'remote-wildcards.  (Bug#5198)
5642         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
5643         if there is already an established connection.
5644         (tramp-advice-file-expand-wildcards): Remove it.
5646         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
5647         (tramp-advice-file-expand-wildcards): Move from tramp.el.
5648         Activate advice for older GNU Emacs versions.  (Bug#5237)
5650 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
5652         Some doc fixes (more needed).
5654         * find-cmd.el (find-constituents): Reflow docstring.
5655         (find-cmd, find-prune, find-command): Fix typos in docstrings.
5656         (find-generic): Doc fix.
5658 2009-12-17  Juri Linkov  <juri@jurta.org>
5660         Fix regression from 23.1 to allow multiple modes in Local Variables.
5662         * files.el (hack-local-variables-filter): While ignoring duplicates,
5663         don't take `mode' into account.
5664         (hack-local-variables-filter, hack-dir-local-variables):
5665         Don't remove duplicate `mode' from local-variables-alist (like `eval').
5667 2009-12-17  Juri Linkov  <juri@jurta.org>
5669         Make `dired-diff' safer.  (Bug#5225)
5671         * dired-aux.el (dired-diff): Signal an error when `file' equals to
5672         `current' or when `file' is a directory of the `current' file.
5674 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
5676         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
5677         unconditionally preloaded files.
5679 2009-12-16  Juri Linkov  <juri@jurta.org>
5681         Revert to old 23.1 logic of using the file at the mark as default.
5682         * dired-aux.el (dired-diff): Use the file at the mark as default
5683         if it's not the same as the current file, and the target dir is
5684         the current dir or the mark is active.  Add the current file
5685         as the arg of `dired-dwim-target-defaults'.  Use the default file
5686         in the prompt.  (Bug#5225)
5688 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
5690         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
5691         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
5692         (tramp-check-for-regexp): Check also, when an echoing shell stops
5693         to echo sent commands.
5695 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5697         * Makefile.in: Revert last change (Bug#5191).
5699 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
5701         * vc-hg.el (vc-hg-print-log): Fix argument order.
5702         (vc-hg-working-revision): Make sure the command is executed in a
5703         known environment so that we can parse the output.  (Bug#4417)
5705 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5707         * progmodes/python.el (python-symbol-completions): Remove text
5708         properties from symbol string before calling python-send-receive.
5710 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
5712         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5713         when there are values for both file and line.  (Bug#5060)
5715 2009-12-14  Juri Linkov  <juri@jurta.org>
5717         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
5718         whitespace after the file name of the first line of unified format,
5719         because git-diff doesn't output whitespace and file modification time
5720         after the file name.
5722 2009-12-14  David Kastrup  <dak@gnu.org>
5724         * info.el (Info-hide-cookies-node): Before hiding a cookie,
5725         check if it already has the `display' property added by
5726         `Info-display-images-node', and not put the `invisible' property
5727         in this case.
5729 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5731         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
5732         (semantic-mru-bookmark-mode): Doc fixes.
5734         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
5735         of assert.
5737 2009-12-13  Glenn Morris  <rgm@gnu.org>
5739         * mail/emacsbug.el (message-sort-headers): Define for compiler.
5740         (report-emacs-bug): In message-mode, sort manually before storing
5741         original report text.  (Bug#5178)
5742         Remove superfluous save-excursion.
5744 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
5746         * net/dbus.el (dbus-property-handler): Filter lambda forms out
5747         when responding to "GetAll" properties.
5749 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
5751         * simple.el (compose-mail): Remove mail-setup-with-from from
5752         customization checks.
5754 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
5756         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
5757         RAR archives created on Unix systems.
5759 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5761         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
5762         the varalias that was accidentally removed by the 2009-11-19 change
5763         (bug#5186).
5765 2009-12-12  Kenichi Handa  <handa@m17n.org>
5767         * language/indian.el (indian-compose-regexp): New function.
5768         (malayalam-composable-pattern): Fix the pattern.
5769         (composition-function-table): Set malayalam-composable-pattern for
5770         Malayalam characters.
5772 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
5774         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
5775         rather than down-mouse-1, based on follow-link conventions.
5777         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
5778         are compiled.
5780 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
5782         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
5783         (verilog-vmm-statement-re, verilog-ovm-statement-re)
5784         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
5785         (verilog-leap-to-head, verilog-backward-token):
5786         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
5788 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
5790         * progmodes/verilog-mode.el (verilog-auto-lineup)
5791         (verilog-nameable-item-re): Cleanup user-visible spelling and
5792         documentation errors.  One reported by Gary Delp.
5793         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
5794         (verilog-read-decls): Fix AUTOWIRE with types declared in a
5795         package, bug195.  Reported by Pierre-David Pfister.
5797 2009-12-11  Glenn Morris  <rgm@gnu.org>
5799         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
5801         * mail/emacsbug.el: No longer require sendmail.
5802         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
5803         (report-emacs-bug-orig-text): Doc fix.
5804         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
5805         New local variables, to adapt to different mail-user-agents.
5806         (report-emacs-bug): Fix test for a gnu.org address.
5807         Use overlays for emphasis, since font-lock defeats 'face property.
5808         Pretest bugs also end up at the newsgroup these days.
5809         Stop message-mode stripping text properties.
5810         Set and use the new buffer-local variables.
5811         (report-emacs-bug-hook): Add doc-string.
5812         Remove some unnecessary save-excursions and simplify.
5813         Use the appropriate hook and send-command.
5815         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
5816         capitalization of some menu entries.
5818 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5820         * whitespace.el (whitespace-display-char-on):
5821         Ensure `buffer-display-table' is unique when two or more windows are
5822         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
5823         New version 12.1.
5825 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
5827         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
5828         characters in the Attribute field.
5830 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
5832         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
5834 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5836         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
5837         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5838         Disregard autoload-excludes.
5839         (update-directory-autoloads): Obey autoload-excludes here instead.
5840         But don't store its contents in no-autoloads and remove entries that
5841         refer to excludes files.
5843 2009-12-10  Glenn Morris  <rgm@gnu.org>
5845         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
5846         (expand-mail-aliases): Define for compiler.
5848         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
5849         Define for compiler.
5851         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
5852         appropriate for the mail-user-agent in use.
5854 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
5856         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
5858 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
5860         Fix short log parsing and fontification.
5861         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
5862         Fix fontification for the [merge] label.
5864 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
5866         Drop some properties to avoid surprises (bug#5002).
5867         * htmlfontify.el (hfy-ignored-properties): New defcustom.
5868         (hfy-fontify-buffer): Use it.
5870 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5872         Minor cleanup.
5873         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
5874         Adjust all callers.
5875         (ffap-locate-file): Remove unused arg `dir-ok' and make other
5876         args compulsory.  Adjust callers.
5877         (ffap-gopher-at-point): Remove unused var `name'.
5879         Get rid of the ELCFILES abomination.
5880         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
5881         (compile-elcfiles): New phony target.
5882         (compile-main): Compute ELCFILES dynamically.
5883         (compile-clean): New target to remove left-over elc files.
5884         (compile, all): Use it.
5886 2009-12-09  Kenichi Handa  <handa@etlken>
5888         * international/mule-diag.el: Require help-mode instead of help-fns.
5890 2009-12-09  Kenichi Handa  <handa@m17n.org>
5892         * international/mule-cmds.el (ucs-names): Supply sufficiently
5893         fine ranges instead of pre-calculating accurate ranges.
5894         Iterate with bigger gc-cons-threshold.
5896 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
5898         Add support for stashing a snapshot of the current tree.
5899         * vc-git.el (vc-git-stash-snapshot): New function.
5900         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
5902 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
5904         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
5905         instead of `(beginning|end)-of-line'.
5907 2009-12-08  Glenn Morris  <rgm@gnu.org>
5909         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
5911         * Makefile.in (ELCFILES): Regenerate.
5913 2009-12-07  Juri Linkov  <juri@jurta.org>
5915         Don't lazy-highlight the comint output in history Isearch mode.
5917         * comint.el (comint-history-isearch-search): Instead of
5918         `comint-line-beginning-position', use `comint-after-pmark-p'
5919         to check if point if before the process mark, and go to
5920         `process-mark' in this case.
5922 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5924         * textmodes/tex-mode.el (latex-complete)
5925         (latex-indent-or-complete): Remove.
5926         (latex-mode): Set completion-at-point-functions instead.
5928         Provide a standard completion command and hook it into TAB.
5929         * minibuffer.el (completion-at-point-functions): New var.
5930         (completion-at-point): New command.
5931         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
5932         * progmodes/python.el (python-mode-map): Use completion-at-point.
5933         (python-completion-at-point): Rename from python-partial-symbol and
5934         adjust for use in completion-at-point-functions.
5935         (python-mode): Setup completion-at-point for Python completion.
5936         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
5937         extracted from lisp-complete-symbol.
5938         (lisp-complete-symbol): Use it.
5939         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
5940         setup completion-at-point for Elisp completion.
5941         (emacs-lisp-mode-map, lisp-interaction-mode-map):
5942         Use completion-at-point.
5943         * ielm.el (ielm-map): Use completion-at-point.
5944         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
5945         * progmodes/sym-comp.el: Move to...
5946         * obsolete/sym-comp.el: Move from progmodes.
5948 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
5950         Prevent save-buffer in Rmail buffers from using the coding-system
5951         of the current message, and from clobbering the encoding mnemonics
5952         in the mode line (Bug#4623).
5954         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
5955         flag, too.
5956         (rmail-message-encoding): New variable.
5957         (rmail-write-region-annotate): Record the encoding of the current
5958         message in rmail-message-encoding.
5959         (rmail-after-save-hook): New function, restores the encoding of
5960         the current message after the message collection is saved.
5962 2009-12-07  Juri Linkov  <juri@jurta.org>
5964         * progmodes/grep.el (grep-read-files): Use `completing-read'
5965         instead of `read-string'.  Set its `collection' arg to
5966         `read-file-name-internal'.  (Bug#4301)
5968 2009-12-07  Juri Linkov  <juri@jurta.org>
5970         Correctly restore original Isearch point.  (Bug#4994)
5972         * isearch.el (isearch-mode): Move `isearch-push-state' after
5973         `(run-hooks 'isearch-mode-hook)'.
5974         (isearch-cancel): When `isearch-push-state-function' is defined,
5975         let-bind `isearch-cmds' to the first state (the last element of
5976         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
5977         function and restores the original point).  Otherwise, move point
5978         to `isearch-opoint'.
5980 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5982         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
5983         chars that don't have names, so the table can be built much faster at
5984         run-time.
5986 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
5988         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
5989         change.  Suggested by David Kastrup.
5991         * simple.el (compose-mail): Check for incompatibilities and warn.
5992         (compose-mail-user-agent-warnings): New option.
5994 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
5996         Support showing a single log entry from vc-annotate.
5997         * vc.el (print-log): Add a new argument: START-REVISION.
5998         (vc-print-log-internal): Add a new optional argument and
5999         pass it to the backend.
6000         (vc-print-log, vc-print-root-log): Adjust callers.
6001         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
6002         buffer already displays the requested log entry, use it.
6003         Otherwise display only the log entry in question.
6004         * vc-svn.el (vc-svn-print-log):
6005         * vc-mtn.el (vc-mtn-print-log):
6006         * vc-hg.el (vc-hg-state):
6007         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
6008         (vc-git-show-log-entry): Return t on success.
6009         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
6010         (vc-bzr-show-log-entry): Return t on success.
6011         * vc-rcs.el (vc-rcs-print-log):
6012         * vc-sccs.el (vc-sccs-print-log):
6013         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
6015 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6017         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
6018         Add menus to the meta mode.  (Bug#5043)
6020 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
6022         * ediff-init.el (ediff-event-key): Use event-to-character instead of
6023         event-key.
6025         * ediff.el (ediff-buffers-internal): Add unwind-protect.
6027 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
6029         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
6030         Berbain <raphael.berbain@gmail.com>.
6032         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
6033         characters.
6034         (tramp-initial-end-of-output): New defconst.
6035         (tramp-methods, tramp-find-shell)
6036         (tramp-open-connection-setup-interactive-shell)
6037         (tramp-maybe-open-connection): Use it.
6038         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
6039         existence of `#' and `$'.
6041         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
6042         `tramp-initial-end-of-output'.
6044 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6046         Get the background mode from the terminal for xterm, and set
6047         faces accordingly.
6048         * term/xterm.el (xterm-set-background-mode): New function.
6049         (terminal-init-xterm): Use it in case xterm supports background
6050         color queries.  Recompute faces after getting the background
6051         color.
6053 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
6055         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
6056         number comment back on its own line, for easier parsing.
6058 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6060         Make it work for non-file buffers (bug#5102).
6061         * doc-view.el (doc-view-current-cache-dir):
6062         Use doc-view-buffer-file-name rather than buffer-file-name.
6063         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
6065 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
6067         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
6068         author field is too short.
6070 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
6072         * vc-git.el (vc-git-print-log): Handle a limit argument.
6073         Display the short log in graph form and with labels.
6074         (vc-git-log-view-mode): Handle labels.
6076         Make vc-revert change VC state from 'added to 'unregistered.
6077         * vc-git.el (vc-git-revert): Call git reset first.
6079 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6081         * net/newst-backend.el, net/newst-plainview.el:
6082         * net/newst-reader.el, net/newst-ticker.el:
6083         * net/newst-treeview.el, net/newsticker.el:
6084         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
6086 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6088         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
6090         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
6091         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
6092         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6093         Update annotation regexp.
6095         * simple.el (beginning-of-visual-line): Constrain to field
6096         boundaries (Bug#5106).
6098 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6100         * xml.el (xml-substitute-numeric-entities): Move
6101         newsticker--decode-numeric-entities in newst-backend.el to
6102         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6103         * net/newst-backend.el (newsticker--parse-generic-feed)
6104         (newsticker--parse-generic-items)
6105         (newsticker--decode-numeric-entities): Move
6106         newsticker--decode-numeric-entities in newst-backend.el to
6107         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6109 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
6111         * progmodes/js.el (js--js-not): Add null to the list of values.
6113 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6115         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
6117 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6119         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6120         delimiter if it is at the end of the current line.
6121         (bibtex-generate-url-list): Fix docstring.
6123 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6125         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6126         minibuffer's content with itself.
6127         Fold the confirm-after-completion case into the `confirm' case.
6128         (completion-pcm-word-delimiters): Add : and / to the delimiters.
6130 2009-12-06  Kevin Ryde  <user42@zip.com.au>
6132         * ffap.el (ffap-rfc-path): Make this a defcustom since
6133         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
6135         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6136         manuals, similar to existing setup for help-mode.  (Bug#3913.)
6138 2009-12-05  Juri Linkov  <juri@jurta.org>
6140         Save and restore dired buffer's point positions too.  (Bug#4880)
6142         * dired.el (dired-save-positions): Return in the first element
6143         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6144         Doc fix.
6145         (dired-restore-positions): First restore buffer's position.
6146         While restoring window's positions, check if window still displays
6147         the original buffer.
6149 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
6151         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6152         if possible.
6154         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6155         Make argument optional.
6157         * shell.el (shell): Require ansi-color (Bug#5113).
6159         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6161         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6163 2009-12-05  Alan Mackenzie  <acm@muc.de>
6165         * progmodes/cc-mode.el (c-before-hack-hook)
6166         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6167         `c-file-style' to work again.  This reversion restores the current
6168         software to its state in Emacs 23.1.  (Bug#4146)
6170 2009-12-05  Kevin Ryde  <user42@zip.com.au>
6172         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6173         comment-start-skip to comment-end-skip as comment (Bug#4781).
6175 2009-12-05  Juri Linkov  <juri@jurta.org>
6177         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6178         for virtual nodes.  (Bug#4147)
6179         (Info-find-node-2): Set `Info-current-node-virtual' to nil
6180         when moving from a virtual node.
6181         (Info-mode-menu): Add `Info-virtual-index' to the menu.
6182         (Info-mode): Add `Info-virtual-index' to the docstring.
6184 2009-12-05  Eric Ludlam  <zappo@gnu.org>
6186         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6187         Describe project macro symbols.
6189         * cedet/semantic/complete.el (semantic-complete-do-completion):
6190         Don't call semantic-collector-current-exact-match.
6192         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6193         ede-objects as targets.
6195         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6196         a target's object list even if compiler vars are already in the
6197         Makefile.
6199         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6200         list of headers producing necessary macros.
6202 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6204         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6205         track of the buffer position of the end of a BibTeX entry as this
6206         position may change during reformatting.
6207         (bibtex-format-entry): Remove whitespace before processing
6208         numerical fields so that we recognize the latter properly.
6209         (bibtex-reformat): Do not use push which changes the global value
6210         of bibtex-entry-format.
6211         (bibtex-field-braces-alist, bibtex-field-strings-alist)
6212         (bibtex-field-re-init): Replace only space characters by regexp
6213         for whitespace.
6214         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6215         (bibtex-initialize): Also update bibtex-strings.
6216         (bibtex-kill-field): Preserve white space at end of entry.
6217         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6218         Update bibtex-reference-keys.
6220 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6222         * minibuffer.el (completion-pcm--merge-try): Also consider placing
6223         point after a star, if that's the only place where modifications can
6224         make progress.
6226 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
6228         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6229         in docstrings.
6231 2009-12-04  Juri Linkov  <juri@jurta.org>
6233         * proced.el (proced): Call `(proced-update t)' to update process
6234         information instead of only running proced-post-display-hook.
6235         (proced-send-signal): Add a leading space to the buffer name
6236         " *Marked Processes*" to make this buffer ephemeral.
6238 2009-12-04  Juri Linkov  <juri@jurta.org>
6240         * dired.el (dired-auto-revert-buffer): New defcustom.
6241         (dired-internal-noselect): Use it.
6243 2009-12-04  Juri Linkov  <juri@jurta.org>
6245         Change roles of modes and functions in image-mode.el (Bug#5062).
6247         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6248         in `auto-mode-alist'.
6249         (image-mode-previous-major-mode): New variable.
6250         (image-minor-mode-map): Rename from `image-mode-text-map'.
6251         (image-mode): Move graceful error-handling code from
6252         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
6253         (image-minor-mode): Remove all image-handling code.
6254         Replace `image-mode-text-map' with `image-minor-mode-map'.
6255         Check for `image-type' in mode-line format string.
6256         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6257         (image-mode-as-text): New function with most code from
6258         `image-mode-maybe'.
6259         (image-toggle-display-text): Move code that removes image
6260         properties from `image-toggle-display' to here.
6261         (image-toggle-display-image): New function with code that adds
6262         image properties copied from `image-toggle-display'.
6263         (image-toggle-display): Remove most code with leaving only code
6264         that toggles between `image-mode-as-text' and `image-mode'.
6266 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
6268         * net/newst-treeview.el
6269         (newsticker--treeview-list-highlight-start): Restored call to
6270         save-excursion: Selected item was stuck.
6271         (newsticker--treeview-list-select): New.
6272         (newsticker--treeview-item-show-text)
6273         (newsticker--treeview-item-show)
6274         (newsticker--treeview-item-update): Use new
6275         newsticker-treeview-item-mode.
6276         (newsticker-treeview-update): Keep current item.
6277         (newsticker-treeview-next-new-or-immortal-item): Doc change.
6278         (newsticker--treeview-first-feed): Doc change.
6279         (newsticker-treeview-list-menu)
6280         (newsticker-treeview-item-menu): Added menu entries.
6281         (newsticker-treeview-item-mode): New.
6283         * net/newst-backend.el (newsticker-customize): Delete other
6284         windows.
6286 2009-12-04  Sam Steingold  <sds@gnu.org>
6288         * log-view.el (log-view-mode-map): "q" calls quit-window,
6289         like in all the other non-self-insert buffers.
6291 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6293         Minor cleanup.
6294         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6295         key decoding rather than do it manually via last-input-event +
6296         ascii-character.
6297         (term-exec): Use delete-and-extract-region.
6298         (term-handle-ansi-terminal-messages): Remove unused var `end'.
6299         (term-process-pager): Remove unused var `i'.
6300         (term-dynamic-simple-complete): Make obsolete.
6301         (serial-update-config-menu): Remove unused vars `y' and `str'.
6302         (term-update-mode-line): Remove unused var `temp'.
6304 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6306         Limit the number of log entries displayed by default.
6307         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6308         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6309         using a prefix argument.
6311 2009-12-03  Glenn Morris  <rgm@gnu.org>
6313         * progmodes/idlwave.el (class): Restore still useful declaration.
6315 2009-12-03  Alan Mackenzie  <acm@muc.de>
6317         Enhance `c-parse-state' to run efficiently in "brace deserts".
6319         * progmodes/cc-mode.el (c-basic-common-init):
6320         Call c-state-cache-init.
6321         (c-neutralize-syntax-in-and-mark-CPP): Rename from
6322         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
6323         placing `category' properties value 'c-cpp-delimiter at its boundaries.
6325         * progmodes/cc-langs.el (c-before-font-lock-function):
6326         c-extend-and-neutralize-syntax-in-CPP has been renamed
6327         c-neutralize-syntax-in-and-mark-CPP.
6329         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6330         with `category' properties now, not `syntax-table' ones.
6332         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6333         enhanced (but slower) version of c-end-of-macro that won't land
6334         inside a literal or on another awkward character.
6335         (c-state-cache-too-far, c-state-cache-start)
6336         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6337         (c-state-nonlit-pos-cache-limit, c-state-point-min)
6338         (c-state-point-min-lit-type, c-state-point-min-lit-start)
6339         (c-state-min-scan-pos, c-state-brace-pair-desert)
6340         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6341         buffer local variables.
6342         (c-state-literal-at, c-state-lit-beg)
6343         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6344         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6345         (c-state-cache-top-paren, c-state-cache-after-top-paren)
6346         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6347         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6348         (c-renarrow-state-cache)
6349         (c-append-lower-brace-pair-to-state-cache)
6350         (c-state-push-any-brace-pair, c-append-to-state-cache)
6351         (c-remove-stale-state-cache)
6352         (c-remove-stale-state-cache-backwards, c-state-cache-init)
6353         (c-invalidate-state-cache-1, c-parse-state-1)
6354         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6355         (c-parse-state): Enhance and refactor.
6356         (c-debug-parse-state): Amend to deal with all the new variables.
6358         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6359         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6360         modify to use category text properties rather than syntax-table ones.
6361         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6362         to switch off/on the syntactic paren property of C++ template
6363         delimiters using the category property.
6364         (c-with-<->-as-parens-suppressed): Macro to invoke code with
6365         template delims suppressed.
6366         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6367         New constant/macros which apply category properties to the start
6368         and end of preprocessor constructs.
6369         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6370         "comment out" the syntactic value of characters in preprocessor
6371         constructs.
6372         (c-with-cpps-commented-out)
6373         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6374         with characters in all or all but one preprocessor constructs
6375         "commented out".
6377 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6379         * proced.el (proced-filter-alist): Use regexp-quote.
6381 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
6383         Cleanup.
6384         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6385         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
6386         arguments.  Expand `default-directory'.
6388         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6389         the benefit of returning an expanded localname.
6390         (tramp-tramp-file-p): Handle the case NAME is not a string.
6392 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6394         Add support for bzr shelve/unshelve.
6395         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6396         (vc-bzr-extra-menu-map): New variables.
6397         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
6398         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
6399         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
6400         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
6401         (vc-bzr-dir-extra-headers): Display shelves.
6403         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
6405 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6407         * textmodes/bibtex.el (bibtex-complete-internal):
6408         Use completion-in-region.
6409         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
6411 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6413         Support applying stashes.  Improve UI.
6414         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
6415         (vc-git-stash-apply, vc-git-stash-pop)
6416         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
6417         (vc-git-stash-menu): New functions.
6418         (vc-git-stash-menu-map): New variable.
6419         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
6421 2009-12-03  Glenn Morris  <rgm@gnu.org>
6423         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
6424         (vc-print-log-internal): Fix previous change.
6425         (vc-revert): Correct pluralization.
6427 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6429         * progmodes/make-mode.el (makefile-special-targets-list): No need for
6430         it to be an alist any more.
6431         (makefile-complete): Use completion-in-region.
6433         * progmodes/octave-mod.el (octave-complete-symbol):
6434         Use completion-in-region.
6436         Misc cleanup.
6437         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
6438         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
6439         (idlwave-complete-class): Don't quote lambda.
6440         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
6441         (idlwave-mode-map): Move initialization into declaration.
6442         (idlwave-action-and-binding): Use backquotes.
6443         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
6444         Simplify.
6445         (idlwave-is-pointer-dereference): Remove unused var `pos'.
6446         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
6447         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
6448         `parts', and `all-parts'.
6449         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
6450         (idlwave-convert-xml-system-routine-info): Remove unused string
6451         `version-string'.
6452         (idlwave-display-user-catalog-widget): Use dolist.
6453         (idlwave-scanning-lib): Declare dynamically-scoped var.
6454         (idlwave-scan-library-catalogs): Remove unused var `flags'.
6455         (completion-highlight-first-word-only): Declare to silence bytecomp.
6456         (idlwave-popup-select): Tighten scope of `resp'.
6457         (idlwave-find-struct-tag): Remove unused var `beg'.
6458         (idlwave-after-load-rinfo-hook): Declare.
6459         (idlwave-sintern-class-info): Remove unused var `taglist'.
6460         (idlwave-find-class-definition): Remove unused var `list'.
6461         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
6462         (idlwave-what-module-find-class): Remove unused var `classes'.
6464 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
6466         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
6468 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6470         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
6471         buffers visited.  Remove redundant current-buffer-saving.
6473 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6475         Use completion-in-buffer and remove uses of dynamic scoping.
6476         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
6477         (pascal-buffer-to-use, pascal-flag): Don't declare.
6478         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
6479         (pascal-get-completion-decl, pascal-keyword-completion):
6480         Add `pascal-str' argument, save-excursion,
6481         return the found completions, and don't filter with pascal-pred.
6482         (pascal-completion-cache): New var.
6483         (pascal-completion): Don't switch buffer any more (it was never
6484         necessary).  Don't save-excursion any more (it's done by the called
6485         subroutines).  Use a cache to avoid redundant computations.
6486         Use complete-with-action rather than pascal-completion-response and
6487         let it apply the predicate as well.
6488         (pascal-complete-word): Use completion-in-buffer when
6489         pascal-toggle-completions is nil.
6490         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
6491         not used any more.
6492         (pascal-comp-defun): Don't change buffer any more.
6493         Use complete-with-action rather than pascal-completion-response and
6494         let it apply the predicate as well.
6495         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
6496         when neded.
6498 2009-12-02  Kenichi Handa  <handa@m17n.org>
6500         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
6501         shape for all Indic scripts.
6503 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6505         Use completion-in-buffer.
6506         * wid-edit.el (widget-field-text-end): New function.
6507         (widget-field-value-get): Use it.
6508         (widget-string-complete, widget-file-complete)
6509         (widget-color-complete): Use it and completion-in-region.
6510         (widget-complete): Don't narrow the buffer.
6512 2009-12-02  Glenn Morris  <rgm@gnu.org>
6514         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
6515         (rmail-select-summary): Use rmail-pop-to-buffer.
6516         * mail/rmailsum.el: Replace all pop-to-buffer calls with
6517         rmail-pop-to-buffer, to prevent horizontal splits.
6519         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
6520         save-excursion with save-current-buffer.
6521         Widen before searching.  (Bug#5093)
6522         (diary-list-sexp-entries): Remove superfluous save-excursion.
6524 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
6526         * woman.el (woman-make-bufname): Handle man-pages with "." in the
6527         name.  (Bug#5038)
6529 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
6531         * ido.el (ido-file-internal): Handle filenames at point that do
6532         not have a directory part.  (Bug#5049)
6534 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
6536         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
6537         (mpc-songs-jump-to, mpc-resume): Doc fixes.
6539 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
6541         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
6542         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
6543         any more.
6545 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6547         * comint.el (comint-insert-input): Ignore clicks to the right of
6548         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
6550         * vc.el (vc-print-log-internal): Don't wait for the process to
6551         terminate before setting up the major mode.
6553         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
6554         in case.
6556         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
6557         the last element.
6559         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
6561 2009-12-01  Glenn Morris  <rgm@gnu.org>
6563         * window.el (window--display-buffer-2): Fix previous changes.
6565 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
6567         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
6569 2009-12-01  Glenn Morris  <rgm@gnu.org>
6571         * Makefile.in (ELCFILES): Add mpc.elc.
6573 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6575         * mpc.el: New file.
6577 2009-12-01  Glenn Morris  <rgm@gnu.org>
6579         * window.el (window-to-use): Define for compiler.
6581         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
6582         consistent with others (no final period).
6584         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
6585         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
6587 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
6589         Make vc-print-log buttons work.
6590         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
6592 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
6594         * savehist.el (savehist-autosave-interval): Allow setting to nil
6595         through customize.  (Bug#5056)
6597 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
6599         Fix references to jit-lock properties.
6600         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6601         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
6602         (perl-font-lock-special-syntactic-constructs):
6603         Quote jit-lock-defer-multiline property.
6605 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
6607         * vc-git.el (vc-git-registered): Call vc-git-root only once.
6609 2009-11-30  Juri Linkov  <juri@jurta.org>
6611         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
6612         value `buffer' of `multi-isearch-next-buffer-current-function'.
6613         Use `(current-buffer)' when `buffer' is nil.
6614         (multi-isearch-next-buffer-from-list): Don't fallback to
6615         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
6617 2009-11-30  Juri Linkov  <juri@jurta.org>
6619         * misearch.el (multi-isearch-read-buffers): Move canonicalization
6620         of buffers with `get-buffer' to `multi-isearch-buffers'.
6621         (multi-isearch-buffers, multi-isearch-buffers-regexp):
6622         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
6623         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
6624         FILES with `expand-file-name' converting relative file names
6625         to absolute.  Doc fix.  (Bug#4727)
6627 2009-11-30  Juri Linkov  <juri@jurta.org>
6629         * misearch.el (multi-isearch-read-buffers)
6630         (multi-isearch-read-matching-buffers): New functions.
6631         (multi-isearch-buffers, multi-isearch-buffers-regexp):
6632         Use them in the `interactive' spec.  Doc fix.
6633         (multi-isearch-read-files, multi-isearch-read-matching-files):
6634         New functions.
6635         (multi-isearch-files, multi-isearch-files-regexp):
6636         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
6638 2009-11-30  Juri Linkov  <juri@jurta.org>
6640         * doc-view.el (doc-view-continuous):
6641         Rename from `doc-view-continuous-mode'.
6642         (doc-view-menu): Move "Toggle display" to the top.
6643         Add submenu "Continuous" with radio buttons "Off"/"On"
6644         and "Save as Default".
6645         (doc-view-scroll-up-or-next-page)
6646         (doc-view-scroll-down-or-previous-page)
6647         (doc-view-next-line-or-next-page)
6648         (doc-view-previous-line-or-previous-page): Rename
6649         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
6651 2009-11-30  Juri Linkov  <juri@jurta.org>
6653         * comint.el (comint-mode-map): Rebind `M-r' from
6654         `comint-previous-matching-input' to
6655         `comint-history-isearch-backward-regexp'.
6656         Unbind `M-s' to allow global key binding `M-s'.
6657         Add menu items for `comint-history-isearch-backward' and
6658         `comint-history-isearch-backward-regexp'.  (Bug#3746)
6660 2009-11-30  Juri Linkov  <juri@jurta.org>
6662         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
6663         For def=recenter, replace `recenter' with `recenter-top-bottom'
6664         that is called with `this-command' and `last-command' let-bound
6665         to `recenter-top-bottom'.  When the last `def' was not `recenter',
6666         set `recenter-last-op' to nil.  (Bug#4981)
6668 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6670         Minor cleanup and simplification.
6671         * filecache.el (file-cache-add-directory)
6672         (file-cache-add-directory-recursively)
6673         (file-cache-add-from-file-cache-buffer)
6674         (file-cache-delete-file-regexp, file-cache-delete-directory)
6675         (file-cache-files-matching-internal, file-cache-display): Use dolist.
6676         (file-cache-temp-minibuffer-message): Delete function.
6677         (file-cache-minibuffer-complete): Use minibuffer-message instead.
6679         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6680         Don't signal an error when bumping into EOB in tr, s, or y.
6682 2009-11-29  Juri Linkov  <juri@jurta.org>
6684         * startup.el (fancy-about-text): Fix wording of Guided Tour.
6685         (Bug#4960)
6687         * descr-text.el (describe-char-unidata-list): Use lowercase name
6688         for "Unicode name" like in other tags.
6690 2009-11-29  Juri Linkov  <juri@jurta.org>
6692         * ediff-util.el (ediff-minibuffer-with-setup-hook):
6693         New compatibility macro.
6694         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
6696 2009-11-29  Juri Linkov  <juri@jurta.org>
6698         Add defcustom to define the cycling order of `recenter-top-bottom'.
6699         (Bug#4981)
6701         * window.el (recenter-last-op): Doc fix.
6702         (recenter-positions): New defcustom.
6703         (recenter-top-bottom): Rewrite to use `recenter-positions'.
6704         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
6706 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
6708         Improve integration of Tramp and ange-ftp in eshell.
6710         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
6711         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
6712         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
6714         * eshell/esh-util.el (top): Require also Tramp when compiling.
6715         (eshell-directory-files-and-attributes): Check for FTP remote
6716         connection.
6717         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
6718         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
6719         (eshell-file-attributes): Handle ".".  Return `entry'.
6721         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
6722         (ange-ftp-directory-files-and-attributes)
6723         (ange-ftp-real-directory-files-and-attributes): New defuns.
6725         * net/tramp.el (tramp-maybe-open-connection): Open the remote
6726         shell with "exec" when possible.  This prevents trailing prompts
6727         in `start-file-process'.
6729 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6731         Try and remove assumptions about point-min==1.
6732         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
6733         (rng-compute-mode-line-string): Show the validation percentage in
6734         terms of the narrowed text, not the widened text.
6735         (rng-do-some-validation): Don't catch internal errors when debugging.
6736         (rng-first-error): Simplify.
6737         (rng-after-change-function): Remove work around.  AFAIK the bug has
6738         been fixed a while ago.
6740         * image-mode.el (image-minor-mode): Exit more gracefully when the image
6741         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
6743         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
6745         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
6746         `cd' doesn't always do it for us (bug#5067).
6748         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
6749         on 2009-10-25 as part of some other change (bug#5067).
6751 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6753         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6754         `suspicious'.
6755         (byte-compile-warnings): Use byte-compile-warning-types.
6756         (byte-compile-save-excursion): Warn about use of set-buffer right
6757         after save-excursion.
6759         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
6760         the excursion as well.
6762 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
6764         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
6765         providing a Tramp related implementation of "su" and "sudo".
6766         (eshell-unix-initialize): Add "su" and "sudo".
6768 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
6770         * net/socks.el (socks-send-command): Convert binary request to
6771         unibyte before sending.  This fixes mishandling of some port
6772         numbers such as 129.
6774 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6776         * help.el (describe-bindings-internal): Remove `interactive'.
6778         * man.el (Man-completion-table): Trim a terminating "(".
6779         Remove the space between name page a section.
6780         Add the command's description on the `help-echo' property.
6781         Remove `process-connection-type' binding since it's unused by
6782         call-process.
6783         Provide completion for the "<section> <name>" format as well.
6784         (Man-default-man-entry): Remove spurious var shadowing the argument.
6786 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6788         * log-view.el: Add "Keywords: tools", since its other keywords
6789         aren't in finder-known-keywords, and following vc.el.
6791         * sha1.el (sha1-string-external): default-directory "/" in case
6792         otherwise non-existent.  process-connection-type pipe for touch of
6793         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6795 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6797         Misc coding convention cleanups.
6798         * htmlfontify.el (hfy-init-kludge-hook): Rename from
6799         hfy-init-kludge-hooks.
6800         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
6801         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
6802         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
6803         and push.
6804         (hfy-slant, hfy-weight): Use tables rather than code.
6805         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
6806         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
6807         (hfy-face-attr-for-class): Initialize `face-spec' directly.
6808         (hfy-face-to-css): Remove `nconc' with single arg.
6809         (hfy-p-to-face-lennart): Use `or'.
6810         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
6811         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
6812         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
6813         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
6814         (hfy-force-fontification): Use run-hooks.
6816 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
6818         Various minor fixes.
6819         * htmlfontify.el (hfy-default-header): Add toggle_invis since
6820         Javascript belongs in the header, not the body.
6821         (hfy-javascript): Remove.
6822         (hfy-fontify-buffer): Don't insert it any more.
6823         (hfy-face-at): Handle (face0 face1 face2) style face properties.
6824         Fix bug in invis handling when there were no invis props in a chunk.
6826 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6828         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
6830 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
6832         * finder.el (finder-mode-map): Add a menu.
6834 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
6836         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
6837         "unsigned" structs.
6839         (verilog-leap-to-head, verilog-backward-token): Handle "disable
6840         fork" statement better.
6842 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
6844         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
6845         (verilog-delete-auto, verilog-delete-empty-auto-pair)
6846         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
6847         Reported by Clay Douglass.
6849         (verilog-auto-inst, verilog-auto-star-safe)
6850         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6851         Fix removing "// Interfaces" when saving .* expansions.  Reported by
6852         Pierre-David Pfister.
6854 2009-11-26  Glenn Morris  <rgm@gnu.org>
6856         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
6857         the scope.
6859 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
6861         * vc-annotate.el (vc-annotate-revision-previous-to-line):
6862         Really use previous revision.
6864 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6866         * man.el (Man-completion-table): default-directory "/" in case
6867         doesn't otherwise exist.  process-environment COLUMNS=999 so as
6868         not to truncate long names.  process-connection-type pipe to avoid
6869         any chance of hitting the pseudo-tty TIOCGWINSZ.
6870         (man): completion-ignore-case t for friendliness and since man
6871         itself is case-insensitive on the command line.
6872         Further to Bug#3717.
6874         * arc-mode.el: Add "Keywords: files", so the details in its
6875         commentary can be reached from finder-by-keyword.
6876         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
6877         editing mode, but it's comms related and sgml-mode.el has "comm"
6878         on that basis too.
6879         * textmodes/bibtex-style.el: Add "Keywords: tex".
6880         * international/isearch-x.el, international/ja-dic-cnv.el:
6881         * international/ja-dic-utl.el, international/kkc.el:
6882         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
6884 2009-11-25  Juri Linkov  <juri@jurta.org>
6886         * man.el (Man-completion-table): Modify regexp to include
6887         section names to completion strings.  (Bug#3717)
6889 2009-11-25  Juri Linkov  <juri@jurta.org>
6891         Search recursively in gzipped files.  (Bug#4982)
6893         * progmodes/grep.el (grep-highlight-matches): Add new options
6894         `always' and `auto'.  Doc fix.
6895         (grep-process-setup): Check `grep-highlight-matches' for
6896         `auto-detect' to determine the need to compute grep defaults.
6897         Move Windows/DOS specific --colors settings handling
6898         to `grep-compute-defaults'.  Check `grep-highlight-matches'
6899         to get the value of "--color=".
6900         (grep-compute-defaults): Compute `grep-highlight-matches' when it
6901         has the value `auto-detect'.  Move Windows/DOS specific settings
6902         from `grep-process-setup'.
6903         (zrgrep): New command with alias `rzgrep'.
6905 2009-11-25  Juri Linkov  <juri@jurta.org>
6907         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
6908         to nil instead of switching off view-mode.  (Bug#4896)
6910 2009-11-25  Juri Linkov  <juri@jurta.org>
6912         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
6914         * mwheel.el (mwheel-scroll-up-function)
6915         (mwheel-scroll-down-function): New defvars.
6916         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
6917         `scroll-up', and `mwheel-scroll-down-function' instead of
6918         `scroll-down'.
6920         * doc-view.el (doc-view-scroll-up-or-next-page)
6921         (doc-view-scroll-down-or-previous-page): Add optional ARG.
6922         Use this ARG in the call to image-scroll-up/image-scroll-down.
6923         Change `interactive' spec to "P".  Goto next/previous page only
6924         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
6925         SPC/DEL case).  Doc fix.
6926         (doc-view-next-line-or-next-page)
6927         (doc-view-previous-line-or-previous-page): Rename arg to ARG
6928         for consistency.
6929         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
6930         `doc-view-scroll-up-or-next-page', and buffer-local
6931         `mwheel-scroll-down-function' to
6932         `doc-view-scroll-down-or-previous-page'.
6934 2009-11-25  Juri Linkov  <juri@jurta.org>
6936         Provide additional default values (directories at other Dired
6937         windows) via M-n in the minibuffer of some Dired commands.
6939         * dired-aux.el (dired-diff, dired-compare-directories)
6940         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
6941         `minibuffer-default' in `minibuffer-with-setup-hook'.
6942         (dired-dwim-target-directory): Find a window that displays Dired
6943         buffer instead of failing when the next window is not Dired.
6944         Use `get-window-with-predicate' to find for the next Dired window.
6945         (dired-dwim-target-defaults): New function.
6947         * ediff-util.el (ediff-read-file-name):
6948         Use `dired-dwim-target-defaults' to set `minibuffer-default'
6949         in `minibuffer-with-setup-hook'.
6951 2009-11-25  Juri Linkov  <juri@jurta.org>
6953         Provide additional default values (file name at point or at the
6954         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
6956         * minibuffer.el (read-file-name-defaults): New function.
6957         (read-file-name): Reset `minibuffer-default' to nil when
6958         it duplicates initial input `insdef'.
6959         Bind `minibuffer-default-add-function' to lambda that
6960         calls `read-file-name-defaults' in `minibuffer-selected-window'.
6961         (minibuffer-insert-file-name-at-point): New command.
6963         * files.el (file-name-at-point-functions): New defcustom.
6964         (find-file-default): Remove defvar.
6965         (find-file-read-args): Don't use `find-file-default'.
6966         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6967         to `read-file-name'.
6968         (find-file-literally): Use `read-file-name' with
6969         `confirm-nonexistent-file-or-buffer'.
6971         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
6973         * dired.el (dired-read-dir-and-switches):
6974         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6975         to `read-file-name'.
6976         (dired-file-name-at-point): New function.
6977         (dired-mode): Add hook `dired-file-name-at-point' to
6978         `file-name-at-point-functions'.
6980 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6982         Really make the *Completions* window soft-dedicated (bug#5030).
6983         * window.el (window--display-buffer-2): Add `dedicated' argument.
6984         (display-buffer): Pass it when needed so the dedicated flag is set
6985         after calling set-window-buffer, which would otherwise reset it.
6987 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6989         * progmodes/meta-mode.el (meta-complete-symbol):
6990         * progmodes/etags.el (complete-tag):
6991         * mail/mailabbrev.el (mail-abbrev-complete-alias):
6992         Use completion-in-region.
6994         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
6995         (dabbrev-completion): Use completion-in-region.
6996         (dabbrev--abbrev-at-point): Simplify regexp.
6998         * abbrev.el (abbrev--before-point): Use word-motion functions
6999         if :regexp is not specified (bug#5031).
7001         * subr.el (string-prefix-p): New function.
7003         * man.el (Man-completion-cache): New var.
7004         (Man-completion-table): Use it.
7006         * vc.el (vc-print-log-internal): Make `limit' optional for better
7007         compatibility (e.g. with vc-annotate.el).
7009 2009-11-24  Kevin Ryde  <user42@zip.com.au>
7011         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
7012         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
7014         * emacs-lisp/elint.el (elint-add-required-env): Better error message
7015         when .el source file not found or other error.
7017 2009-11-24  Markus Triska  <markus.triska@gmx.at>
7019         * linum.el (linum-update-window): Ignore intangible (bug#4996).
7021 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7023         Handle the [back] button properly (bug#4979).
7024         * descr-text.el (describe-text-properties): Add a `buffer' argument.
7025         Use help-setup-xref, help-buffer, and with-help-window.
7026         (describe-char): Add `buffer' argument.
7027         Pass proper command to help-setup-xref.  Don't meddle with
7028         help-xref-stack-item directly.
7029         (describe-text-category): Use with-help-window and help-buffer.
7031         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
7032         for the displayed buffer (bug#4887).
7034         * man.el (Man-completion-table): New function.
7035         (man): Use it.
7037 2009-11-24  David Reitter  <david.reitter@gmail.com>
7039         * vc-git.el (vc-git-registered): Use checkout directory (where
7040         .git is) rather than the file's directory and a relative path spec
7041         to work around a bug in git.
7043 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
7045         Improve handling of processes on remote hosts.
7047         * eshell/esh-util.el (eshell-path-env): New defvar.
7048         (eshell-parse-colon-path): New defun.
7049         (eshell-file-attributes): Use `eshell-parse-colon-path'.
7051         * eshell/esh-ext.el (eshell-search-path):
7052         Use `eshell-parse-colon-path'.
7053         (eshell-remote-command): Remove argument HANDLER.
7054         (eshell-external-command): Check for FTP remote connection.
7056         * eshell/esh-proc.el (eshell-gather-process-output):
7057         Use `file-truename', in order to start also symlinked files.
7058         Apply `start-file-process' instead of `start-process'.
7059         Shorten `command' to the local file name part.
7061         * eshell/em-cmpl.el (eshell-complete-commands-list):
7062         Use `eshell-parse-colon-path'.
7064         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
7066         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
7067         to `eshell-directory-change-hook'.
7069 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
7071         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
7072         because it could be enabled automatically if view-read-only is non-nil.
7074 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
7076         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
7077         made on 2009-11-22.
7079 2009-11-24  Glenn Morris  <rgm@gnu.org>
7081         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
7082         deleted variable bookmark-bmenu-bookmark-column.
7084         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7085         Move after definition of global-semantic-idle-tag-highlight-mode.
7087 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7089         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
7091 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7093         * net/browse-url.el (browse-url-filename-alist): On Windows, add
7094         two slashes to the "file:" prefix.
7095         (browse-url-file-url): De-munge Cygwin filenames before passing
7096         them to Windows browser.
7097         (browse-url-default-windows-browser): Use call-process.
7099 2009-11-23  Juri Linkov  <juri@jurta.org>
7101         Implement DocView Continuous mode.  (Bug#4896)
7102         * doc-view.el (doc-view-continuous-mode): New defcustom.
7103         (doc-view-mode-map): Bind C-n/<down> to
7104         `doc-view-next-line-or-next-page', C-p/<up> to
7105         `doc-view-previous-line-or-previous-page'.
7106         (doc-view-next-line-or-next-page)
7107         (doc-view-previous-line-or-previous-page): New commands.
7109 2009-11-23  Juri Linkov  <juri@jurta.org>
7111         Implement Isearch in comint input history.  (Bug#3746)
7112         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7113         `isearch-mode-hook'.
7114         (comint-history-isearch): New defcustom.
7115         (comint-history-isearch-backward)
7116         (comint-history-isearch-backward-regexp): New commands.
7117         (comint-history-isearch-message-overlay): New buffer-local variable.
7118         (comint-history-isearch-setup, comint-history-isearch-end)
7119         (comint-goto-input, comint-history-isearch-search)
7120         (comint-history-isearch-message, comint-history-isearch-wrap)
7121         (comint-history-isearch-push-state)
7122         (comint-history-isearch-pop-state): New functions.
7124 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
7126         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7127         return.
7128         (tramp-handle-make-symbolic-link)
7129         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7130         Quote file names.
7131         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7132         (tramp-handle-process-file): Use it.
7134 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7136         * window.el (move-to-window-line-last-op): Remove.
7137         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7139 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
7141         Make M-r mirror the new cycling behavior of C-l.
7142         * window.el (move-to-window-line-last-op): New var.
7143         (move-to-window-line-top-bottom): New command.
7144         (global-map): Bind M-r move-to-window-line-top-bottom.
7146 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
7148         * dired-x.el (dired-guess-shell-alist-default):
7149         Support xz format.  (Bug#4953)
7151 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
7153         * cedet/srecode/map.el (srecode-get-maps):
7154         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7155         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7156         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7157         (semantic-toggle-decoration-style):
7158         * cedet/semantic/decorate/include.el
7159         (semantic-decoration-include-describe)
7160         (semantic-decoration-unknown-include-describe)
7161         (semantic-decoration-unparsed-include-describe)
7162         (semantic-decoration-all-include-summary):
7163         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7164         * cedet/semantic/analyze/complete.el
7165         (semantic-analyze-possible-completions):
7166         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7167         (semantic-show-unmatched-syntax-mode)
7168         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7169         (semantic-highlight-func-mode):
7170         * cedet/semantic/util.el (semantic-describe-buffer):
7171         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7172         (semantic-symref-find-tags-by-name)
7173         (semantic-symref-find-tags-by-regexp)
7174         (semantic-symref-find-tags-by-completion)
7175         (semantic-symref-find-file-references-by-name)
7176         (semantic-symref-find-text):
7177         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7178         (senator-yank-tag):
7179         * cedet/semantic/scope.el (semantic-calculate-scope):
7180         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7181         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7182         (define-semantic-idle-service):
7183         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7184         (semantic-complete-analyze-inline-idle):
7185         * cedet/semantic/analyze.el (semantic-analyze-current-context):
7186         * cedet/mode-local.el (describe-mode-local-bindings)
7187         (describe-mode-local-bindings-in-mode):
7188         * cedet/ede/make.el (ede-make-check-version):
7189         * cedet/ede/locate.el (ede-enable-locate-on-project):
7190         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7191         (cedet-idutils-version-check):
7192         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7193         (cedet-gnu-global-version-check):
7194         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7195         (cedet-cscope-version-check): Use called-interactively-p instead
7196         of interactive-p.
7198         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7199         Use semantic-format-tag-prototype.
7201 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
7203         * emulation/viper-cmd.el: Use viper-last-command-char instead of
7204         last-command-char/last-command-event.
7205         (viper-prefix-arg-value): Do correct conversion of event-char for
7206         XEmacs.
7208         * emulation/viper-util.el, emulation/viper.el:
7209         Use viper-last-command-char instead of
7210         last-command-char/last-command-event.
7212         * ediff-init.el, ediff-mult.el, ediff-util.el:
7213         Replace last-command-char and last-command-event
7214         with (ediff-last-command-char) everywhere.
7216         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7217         created in fundamental mode.
7219         * ediff.el (ediff-version): Revert the change of interactive-p to
7220         called-interactively-p.
7222 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
7224         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7225         generation from word-movement command names.
7227 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
7229         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7230         (semantic-complete-jump-local, semantic-complete-jump):
7231         Improve prompt string.
7233 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
7235         * cus-start.el (all): Add native condition for font-use-system-font.
7237 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
7239         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7240         Correct the patch from 2009-11-18.  (Bug#3910)
7242 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
7244         * progmodes/subword.el: Rename from lisp/subword.el.
7246         * subword.el: Rename to progmodes/subword.el.
7248         * Makefile.in (ELCFILES): Adapt to subword.el move.
7250 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7251             Stefan Monnier  <monnier@iro.umontreal.ca>
7253         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7254         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7255         (bookmark-bmenu-show-filenames): Use push.
7256         (bookmark-bmenu-hide-filenames): Use local var instead of
7257         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
7258         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7259         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7260         filenames now that the bookmark names are always available.
7262 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7264         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7265         (bookmark-search-pattern): Move and leave unbound.
7266         (bookmark-bmenu-mode-map): Change binding.
7267         (bookmark-read-search-input): Simplify.
7268         Don't use text-char-description.  Don't error on non-char events.
7269         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7270         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7271         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7272         Use a local var for the timer.
7273         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7274         (i.e. bookmark-bmenu-search).
7276 2009-11-21  Glenn Morris  <rgm@gnu.org>
7278         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
7280 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7282         * net/browse-url.el (browse-url-default-windows-browser):
7283         Use cygstart for cygwin.
7285 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
7287         * bookmark.el: Formatting and doc fixes only:
7288         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7289         (bookmark-bmenu-search): Wrap to fit within 80 columns.
7290         Minor grammar and punctuation fixes in doc string.
7291         (bookmark-read-search-input): Adjust to fit within 80 columns.
7293 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7295         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7296         (c-backward-into-nomenclature): Adapt to subword renaming.
7298         * subword.el (subword-forward, subword-backward, subword-mark)
7299         (subword-kill, subword-backward-kill, subword-transpose)
7300         (subword-downcase, subword-upcase, subword-capitalize)
7301         (subword-forward-internal, subword-backward-internal):
7302         Rename from forward-subword, backward-subword, mark-subword,
7303         kill-subword, backward-kill-subword, transpose-subwords,
7304         downcase-subword, upcase-subword, capitalize-subword,
7305         forward-subword-internal, backward-subword-internal.
7307 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7309         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7310         New options.
7311         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7312         New vars.
7313         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7314         (bookmark-bmenu-filter-alist-by-regexp)
7315         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7316         (bookmark-bmenu-search): New command.
7317         (bookmark-bmenu-mode-map): Bind it.
7319 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7321         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7323         * cedet/semantic/idle.el (define-semantic-idle-service)
7324         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7326 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7328         * progmodes/cc-cmds.el: declare-functioned forward-subword and
7329         backward-subword to quit the byte-compiler.
7331         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7333         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7335         * progmodes/cc-cmds.el (c-update-modeline)
7336         (c-forward-into-nomenclature, c-backward-into-nomenclature):
7337         Refer to subword.el functions instead of cc-subword.el.
7339         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7340         subword.el functions instead of cc-subword.el.
7342         * progmodes/cc-subword.el: Rename to subword.el.
7343         * subword.el: Rename from progmodes/cc-subword.el.
7344         (subword-mode-map): Rename from c-subword-mode-map.
7345         (subword-mode): Rename from c-subword-mode.
7346         (global-subword-mode): New global minor mode.
7347         (forward-subword): Rename from c-forward-subword.
7348         (backward-subword): Rename from c-backward-subword.
7349         (mark-subword): Rename from c-mark-subword.
7350         (kill-subword): Rename from c-kill-subword.
7351         (backward-kill-subword): Rename from c-backward-kill-subword.
7352         (transpose-subwords): Rename from c-tranpose-subword.
7353         (downcase-subword): Rename from c-downcase-subword.
7354         (capitalize-subword): Rename from c-capitalize-subword.
7355         (forward-subword-internal): Rename from c-forward-subword-internal.
7356         (backward-subword-internal): Rename from c-backward-subword-internal.
7358 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
7360         * vc.el (vc-deduce-fileset): Allow non-state changing operations
7361         from a dired buffer.
7362         (vc-dired-deduce-fileset): New function.
7363         (vc-root-diff, vc-print-root-log): Use it.
7365         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7366         nil LIMIT argument to vc-print-log-internal.
7368 2009-11-20  Glenn Morris  <rgm@gnu.org>
7370         * Makefile.in (ELCFILES): Regenerate.
7372 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7374         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7376         * cedet/semantic.el: Enable idle-mode menu items only if
7377         global-semantic-idle-scheduler-mode is enabled.
7378         (semantic-default-submodes): Doc fix.
7380         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7381         When turning off, disable other idle modes.
7383 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
7385         * calc/calc.el (calc-set-mode-line):
7386         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7387         (math-format-number): Rename `math-format-complement-signed' to
7388         `math-format-twos-complement'.
7390         * calc/calc-bin.el (math-format-twos-complement): Rename from
7391         math-format-complement-signed.
7392         (calc-radix): Rename `calc-complement-signed-mode' to
7393         `calc-twos-complement-mode'.
7394         (calc-octal-radix, calc-hex-radix): Add an argument for
7395         two's complement.
7397         * calc/calc-embed.el (calc-embedded-mode-vars):
7398         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7400         * calc/calc-ext.el (calc-init-extensions):
7401         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7402         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
7404         * calc/calc-units.el (math-build-units-table-buffer):
7405         Let `calc-twos-complement-mode' be nil.
7407         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
7408         entries.
7410         * calc/calc-vec.el (calcFunc-vunpack):
7411         * calc/calc-aent.el (calc-do-calc-eval):
7412         * calc/calc-forms.el (math-format-date):
7413         * calc/calc-graph.el (calc-graph-plot):
7414         * calc/calc-math.el (math-use-emacs-fn):
7415         * calc/calccomp.el (math-compose-expr):
7416         Let `calc-twos-complement-mode' be nil.
7418 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7420         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
7421         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
7422         * minibuffer.el (completion-in-region-functions): New hook.
7423         (completion-in-region): New function.
7424         * emacs-lisp/lisp.el (lisp-complete-symbol):
7425         * pcomplete.el (pcomplete-std-complete): Use it.
7427 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7429         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
7430         (latex-complete-alist): New vars.
7431         (latex-string-prefix-p, latex-complete-bibtex-keys)
7432         (latex-complete-envnames, latex-complete-refkeys)
7433         (latex-complete-data): New functions.
7434         (latex-complete, latex-indent-or-complete): New commands.
7436         * window.el (display-buffer-mark-dedicated): New var.
7437         (display-buffer): Obey it.
7438         * minibuffer.el (minibuffer-completion-help): Use it.
7440         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
7442         * filecache.el (file-cache-add-file): Use push and cons.
7443         (file-cache-delete-file-regexp): Use push.
7444         (file-cache-complete): Use completion-in-region.
7446         * simple.el (with-wrapper-hook): Fix thinko.
7448         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
7449         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
7450         Use with-current-buffer and string-to-number.
7451         (hfy-fallback-colour-values): Use assoc-string.
7452         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
7453         (hfy-face-at): Remove unused var `found-face'.
7454         (hfy-compile-stylesheet): Remove unused var `css'.
7455         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
7456         and `orig-buffer'.
7457         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
7458         Use with-current-buffer.
7459         (hfy-text-p): Use expand-file-name and fewer setq.
7461 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
7463         * htmlfontify.el, hfy-cmap.el: New files.
7465 2009-11-19  Juri Linkov  <juri@jurta.org>
7467         * minibuffer.el (completions-format): New defcustom.
7468         (completion--insert-strings): Implement vertical format.
7470         * simple.el (switch-to-completions): Move point to the first
7471         completion when point was at the beginning of the buffer.
7473 2009-11-19  Juri Linkov  <juri@jurta.org>
7475         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
7477         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
7479 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
7481         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
7482         (mail-signature): Change default to t.
7483         (mail-from-style): Deprecate `system-default' value.
7484         (mail-insert-from-field): For default value of mail-from-style,
7485         default to `angles' unless `angles' needs quoting and `parens'
7486         does not.
7487         (mail-citation-prefix-regexp): Use citation regexp from
7488         message-mode.
7490 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
7492         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7493         Set variables for computing the prompt for reading password.
7495 2009-11-19  Glenn Morris  <rgm@gnu.org>
7497         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
7499         * textmodes/flyspell.el (sgml-lexical-context): Declare.
7501         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
7502         (newsticker-treeview-listwindow-height): Fix custom type.
7504 2009-11-19  Kenichi Handa  <handa@m17n.org>
7506         * descr-text.el (describe-char-padded-string): Compose with TAB
7507         only if there's a font for CH.
7508         (describe-char): Fix the condition for detecting a trivial composition.
7510 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
7512         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
7513         more accurate version of the regexp.  (Bug#3910)
7515 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
7517         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
7519 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
7521         * font-setting.el (font-use-system-font): Declare for byte-compiler.
7522         (font-setting-change-default-font): Fix typo in docstring.
7524 2009-11-18  Alan Mackenzie  <acm@muc.de>
7526         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
7528 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7530         * font-setting.el (font-use-system-font): Move ...
7532         * cus-start.el (all): ... to here.
7534 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
7536         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
7537         Don't set `ad-return-value' if `ad-do-it' doesn't.
7539         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
7540         modification time.
7542 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7544         * menu-bar.el: Put "Use system font" in Option-menu.
7545         (menu-bar-options-save): Add font-use-system-font.
7547         * loadup.el: If feature system-font-setting or font-render-setting is
7548         there, load font-setting.
7550         * Makefile.in (ELCFILES): Add font-settings.el.
7551         * font-setting.el: New file.
7553 2009-11-17  Glenn Morris  <rgm@gnu.org>
7555         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
7557         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
7558         Preserve point in the list buffer.  (Bug#4939)
7559         Use point-at-eol.
7560         (newsticker--treeview-list-update-highlight)
7561         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
7563 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
7565         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
7566         Remove.
7568         * calc/calc-ext.el (calc-init-extensions): Remove references to
7569         symclip.
7571         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
7573         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
7574         * calc/calc-help.el (calc-b-prefix-help): Remove references to
7575         `calc-symclip'.
7577 2009-11-16  Kevin Ryde  <user42@zip.com.au>
7579         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7580         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
7582         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
7583         (lm-keywords-list): Allow comma-only separator like "foo,bar".
7584         Ignore trailing spaces by omit-nulls to split-string (fixing
7585         regression from Emacs 21 due to the incompatible split-string
7586         change).  (Bug #4928.)
7588 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7590         * vc.el (vc-log-show-limit): Default to 2000.
7591         (vc-print-log-internal): Insert buttons to request more entries
7592         when limiting the output.
7594         * vc-sccs.el (vc-sccs-print-log):
7595         * vc-rcs.el (vc-rcs-print-log):
7596         * vc-cvs.el (vc-cvs-print-log):
7597         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
7598         LIMIT is non-nil.
7600 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
7602         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
7603         error when `tramp-gvfs-dbus-event-vector' is set.
7604         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
7606 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7608         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
7610 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
7612         * net/dbus.el (dbus-unregister-service): New defun.
7613         (dbus-register-property): Register the handlers of
7614         "org.freedesktop.DBus.Properties" for SERVICE.
7615         (dbus-property-handler): Fix docstring.
7617 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7619         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
7620         Quote doc string reference in defvaralias as it is not in special form.
7621         (byte-compile-output-docform): Doc fix.
7623 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
7625         * calc/calc.el (math-2-word-size, math-half-2-word-size)
7626         (calc-complement-signed-mode): New variables.
7627         (calc-set-mode-line): Add indicator for twos-complements.
7628         (math-format-number): Format twos-complement notation.
7630         * calc/calc-bin.el (calc-word-size): Reset the variables
7631         `math-2-word-size' and `math-half-2-word-size'.
7632         (math-format-complement-signed, math-symclip, calcFunc-symclip)
7633         (calc-symclip): New functions.
7635         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
7637         * calc/calc-embed.el (calc-embedded-mode-vars):
7638         Add `calc-complement-signed-mode' to the list of modes.
7640         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
7641         (calc-b-oper-keys): Add `calc-symclip' to list.
7643         * calc/calc-ext.el (math-read-number-fancy): Read complement
7644         signed numbers.
7645         (calc-init-extensions): Add binding for `calc-symclip'.
7646         Add autoload for `calcFunc-symclip' and `calc-symclip'.
7648         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
7649         `calc-symclip'.
7650         (calc-modes-menu): Add item for twos complement mode.
7652         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
7654 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
7656         * register.el (jump-to-register, insert-register): Handle Semantic
7657         tags.  From commented-out advice in semantic/senator.el.
7659 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
7661         * vc.el (vc-log-show-limit): New variable.
7662         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
7663         when using a prefix argument.
7664         (vc-print-log-internal): Add new argument LIMIT.
7666         * vc-svn.el (vc-svn-print-log):
7667         * vc-mtn.el (vc-mtn-print-log):
7668         * vc-hg.el (vc-hg-print-log):
7669         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
7670         pass it to the log command when set.  Make the BUFFER argument
7671         non-optional.
7673         * vc-sccs.el (vc-sccs-print-log):
7674         * vc-rcs.el (vc-rcs-print-log):
7675         * vc-git.el (vc-git-print-log):
7676         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
7677         ignore it.  Make the BUFFER argument non-optional
7679         * bindings.el (mode-line-buffer-identification): Do not purecopy.
7681 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
7683         * dired.el (dired-mode-map): Move encryption items to "Operate"
7684         menu (Bug#4703).
7686         * strokes.el (strokes-update-window-configuration): Make strokes
7687         buffer current before erasing (Bug#4906).
7689         * cedet/semantic/idle.el (semantic-idle-summary-mode)
7690         (semantic-idle-summary-mode): Define using define-minor-mode
7691         instead of define-semantic-idle-service.
7692         (semantic-idle-summary-mode): New function.
7693         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
7694         that mouse motion does not reset the echo area.
7696 2009-11-15  Juri Linkov  <juri@jurta.org>
7698         * simple.el (set-mark-default-inactive): Add :type, :group
7699         and :version.  (Bug#4876)
7701 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
7703         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
7704         (archive-unique-fname): ... here.  (Bug#4929)
7706 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7708         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
7709         with a real fix.
7711         * novice.el (disabled-command-function): Add useful args.
7712         Setup the help buffer so that [back] works.
7713         Remove redundant call to help-mode.
7714         (disabled-command-function): Use `case'.
7715         (en/disable-command): New function extracted from enable-command.
7716         (enable-command, disable-command): Use it.
7718 2009-11-14  Glenn Morris  <rgm@gnu.org>
7720         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
7721         constants.  (Bug#4913)
7723         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
7725 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
7727         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
7728         defined in C that have no doc-strings.  (Bug#1063)
7730 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
7732         * cus-edit.el (data, files):
7733         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
7735 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
7737         * simple.el (shell-command): Doc fix (Bug#4891).
7739         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
7741 2009-11-14  Glenn Morris  <rgm@gnu.org>
7743         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
7744         statements for vc-diff, emerge-quit, and rmail-cease-edit.
7745         If they are already loaded, eval-after-load will do the right thing.
7747         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
7748         compiling.
7750         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
7752         * simple.el (x-selection-owner-p): Declare.
7753         (read-mail-command): Use custom radio type rather than choice.
7754         (completion-no-auto-exit): Doc fix.
7756         * custom.el (defgroup):
7757         * epg-config.el (epg): Doc fixes.
7759 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
7761         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
7762         * international/ccl.el (define-ccl-program): Do not purecopy the
7763         docstring, defconst does it anyway.
7765 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7767         * add-log.el (add-change-log-entry): Avoid displaying the changelog
7768         a second time.
7770         * x-dnd.el (x-dnd-maybe-call-test-function):
7771         * window.el (split-window-vertically):
7772         * whitespace.el (whitespace-help-on):
7773         * vc-rcs.el (vc-rcs-consult-headers):
7774         * userlock.el (ask-user-about-lock-help)
7775         (ask-user-about-supersession-help):
7776         * type-break.el (type-break-force-mode-line-update):
7777         * time-stamp.el (time-stamp-conv-warn):
7778         * terminal.el (te-set-output-log, te-more-break, te-filter)
7779         (te-sentinel, terminal-emulator):
7780         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
7781         (term-write-input-ring, term-check-source, term-start-output-log):
7782         (term-display-buffer-line, term-dynamic-list-completions):
7783         (term-ansi-make-term, serial-term):
7784         * subr.el (selective-display):
7785         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7786         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
7787         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
7788         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
7789         (speedbar-remove-localized-speedbar-support)
7790         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
7791         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
7792         (speedbar-buffers-line-directory):
7793         * simple.el (shell-command-on-region, append-to-buffer)
7794         (prepend-to-buffer):
7795         * shadowfile.el (shadow-save-todo-file):
7796         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
7797         (scroll-bar-maybe-set-window-start):
7798         * sb-image.el (speedbar-image-dump):
7799         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
7800         (load-save-place-alist-from-file):
7801         * ps-samp.el (ps-print-message-from-summary):
7802         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
7803         (ps-background-image, ps-begin-job, ps-do-despool):
7804         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
7805         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
7806         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
7807         (pr-call-process, pr-file-list, pr-interface-save):
7808         * novice.el (disabled-command-function)
7809         (enable-command, disable-command):
7810         * mouse.el (mouse-buffer-menu-alist):
7811         * mouse-copy.el (mouse-kill-preserving-secondary):
7812         * macros.el (kbd-macro-query):
7813         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
7814         * informat.el (batch-info-validate):
7815         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
7816         * hippie-exp.el (try-expand-dabbrev-visible):
7817         * help-mode.el (help-make-xrefs):
7818         * help-fns.el (describe-variable):
7819         * generic-x.el (bat-generic-mode-run-as-comint):
7820         * finder.el (finder-mouse-select):
7821         * find-dired.el (find-dired-sentinel):
7822         * filesets.el (filesets-file-close):
7823         * files.el (list-directory):
7824         * faces.el (list-faces-display, describe-face):
7825         * facemenu.el (list-colors-display):
7826         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
7827         * epg.el (epg--process-filter, epg-cancel):
7828         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
7829         (epa--read-signature-type):
7830         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
7831         (emerge-file-names):
7832         * ehelp.el (electric-helpify):
7833         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
7834         * ediff-vers.el (rcs-ediff-view-revision):
7835         * ediff-util.el (ediff-setup):
7836         * ediff-mult.el (ediff-append-custom-diff):
7837         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
7838         (ediff-wordify):
7839         * echistory.el (Electric-command-history-redo-expression):
7840         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7841         * disp-table.el (describe-display-table):
7842         * dired.el (dired-find-buffer-nocreate):
7843         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
7844         * dabbrev.el (dabbrev--same-major-mode-p):
7845         * chistory.el (list-command-history):
7846         * apropos.el (apropos-documentation):
7847         * allout.el (allout-obtain-passphrase):
7848         (allout-copy-exposed-to-buffer):
7849         (allout-verify-passphrase): Use with-current-buffer.
7851 2009-11-13  Glenn Morris  <rgm@gnu.org>
7853         * Makefile.in (ELCFILES): Regenerate.
7855 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
7857         * net/dbus.el (dbus-registered-objects-table): Rename from
7858         `dbus-registered-functions-table', because it contains also properties.
7859         (dbus-unregister-object): Unregister also properties.
7860         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
7861         Use a timeout of 500 msec, in order to not block.
7862         (dbus-register-property, dbus-property-handler): New defuns.
7864 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7866         * simple.el (minibuffer-default-add-completions): Drop deprecated
7867         4th arg.
7869 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
7871         * textmodes/artist.el (artist-mouse-choose-operation):
7872         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
7873         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
7874         (artist-compute-up-event-key): New function.
7875         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
7877 2009-11-13  Kenichi Handa  <handa@m17n.org>
7879         * language/japan-util.el: Make sure that the value of jisx0208
7880         property is jisx0208 character.
7882 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
7884         * international/mule.el (auto-coding-regexp-alist): Only purecopy
7885         car or each item, not the whole list.
7887 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7889         * minibuffer.el (minibuffer-completion-help):
7890         Use minibuffer-hide-completions.
7892 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
7894         * dired.el (dired-save-positions, dired-restore-positions): New funs.
7895         (dired-revert): Use them (bug#4880).
7897 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
7899         * tooltip.el (tooltip-frame-parameters): Undo previous change.
7901 2009-11-12  Juri Linkov  <juri@jurta.org>
7903         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
7904         New functions.
7905         (find-file-literally-at-point): Alias of `ffap-literally'.
7907 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
7909         * textmodes/ispell.el (ispell-skip-region-alist):
7910         * textmodes/css-mode.el (auto-mode-alist):
7911         * progmodes/compile.el (auto-mode-alist):
7912         * international/mule.el (ctext-non-standard-encodings-alist)
7913         (ctext-non-standard-encodings-regexp):
7914         * simple.el (shell-command-switch, text-read-only):
7915         * replace.el (occur-mode-map):
7916         * paths.el (rmail-file-name):
7917         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
7918         * find-file.el (ff-special-constructs):
7919         * files.el (file-name-handler-alist):
7920         * composite.el: Purecopy strings.
7922         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
7924 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
7926         * widget.el (define-widget): Purecopy the docstring.
7927         * international/mule-cmds.el (charset): Do not purecopy the
7928         docstring here, define-widget does it.
7930         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7931         * textmodes/bibtex-style.el (auto-mode-alist):
7932         * progmodes/inf-lisp.el (inferior-lisp-prompt):
7933         * progmodes/compile.el (compile-command):
7934         * language/korea-util.el (default-korean-keyboard):
7935         * international/mule-conf.el (file-coding-system-alist):
7936         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
7937         * tooltip.el (tooltip-frame-parameters):
7938         * newcomment.el (comment-end, comment-padding):
7939         * dired.el (dired-trivial-filenames):
7940         * comint.el (comint-file-name-prefix): Purecopy initial values.
7942 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
7944         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
7945         (tramp-advice-minibuffer-electric-tilde): Unload advices via
7946         `tramp-unload'.
7947         (tramp-advice-make-auto-save-file-name)
7948         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
7949         after removing the advice.
7951 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
7953         * progmodes/grep.el (grep-regexp-alist):
7954         * international/mule-cmds.el (iso-2022-control-alist):
7955         * emacs-lisp/timer.el (timer-duration-words):
7956         * subr.el (version-separator, version-regexp-alist):
7957         * minibuffer.el (completion-styles-alist):
7958         * faces.el (face-attribute-name-alist, list-faces-sample-text):
7959         Change defvars to defconsts.
7961         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
7962         * loadup.el ("international/mule-conf"): Load the byte compiled version.
7963         * international/mule-conf.el: Allow to be byte compiled.
7965         * international/mule.el (define-charset): Purecopy props.
7966         (load-with-code-conversion): Purecopy doc string and file name.
7967         (put-charset-property): Purecopy strings.
7968         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
7970         * international/mule-cmds.el (register-input-method): Purecopy arguments.
7971         (define-char-code-property): Correctly purecopy the table.
7973         * international/ccl.el (define-ccl-program): Purecopy the docstring.
7975         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
7977         * subr.el (add-hook): Purecopy strings.
7978         (eval-after-load): Purecopy load-history-regexp and the form.
7980         * custom.el (custom-declare-group): Purecopy load-file-name.
7982         * subr.el (menu-bar-separator): New defconst.
7983         * net/eudc.el (eudc-tools-menu):
7984         * international/mule-cmds.el (set-coding-system-map)
7985         (mule-menu-keymap):
7986         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7987         * vc-hooks.el (vc-menu-map):
7988         * replace.el (occur-mode-map):
7989         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
7990         (menu-bar-edit-menu, menu-bar-goto-menu)
7991         (menu-bar-custom-menu, menu-bar-showhide-menu)
7992         (menu-bar-options-menu, menu-bar-tools-menu)
7993         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
7994         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
7995         (menu-bar-help-menu):
7996         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
7997         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
7999         * term/x-win.el (x-gtk-stock-map):
8000         * progmodes/vera-mode.el (auto-mode-alist):
8001         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8002         (inferior-lisp-program, inferior-lisp-load-command):
8003         * progmodes/hideshow.el (hs-special-modes-alist):
8004         * progmodes/gud.el (same-window-regexps):
8005         * progmodes/grep.el (grep-program, find-program, xargs-program):
8006         * net/telnet.el (same-window-regexps):
8007         * net/rlogin.el (same-window-regexps):
8008         * language/ethiopic.el (font-ccl-encoder-alist):
8009         * vc-sccs.el (vc-sccs-master-templates):
8010         * vc-rcs.el (vc-rcs-master-templates):
8011         * subr.el (cl-assertion-failed):
8012         * simple.el (next-error-overlay-arrow-position):
8013         * lpr.el (lpr-command):
8014         * locate.el (locate-ls-subdir-switches):
8015         * info.el (same-window-regexps, info)
8016         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8017         * image-mode.el (image-mode, auto-mode-alist):
8018         * hippie-exp.el (hippie-expand-ignore-buffers):
8019         * format.el (format-alist):
8020         * find-dired.el (find-ls-subdir-switches, find-grep-options)
8021         (find-name-arg):
8022         * facemenu.el (facemenu-keybindings):
8023         * dired.el (dired-listing-switches, dired-chown-program):
8024         * diff.el (diff-switches, diff-command):
8025         * cus-edit.el (same-window-regexps):
8026         * bindings.el (mode-line-mule-info)
8027         (mode-line-buffer-identification): Purecopy strings.
8029 2009-11-11  Juri Linkov  <juri@jurta.org>
8031         * simple.el (dired-get-filename) <declare-function>:
8032         Tell the byte-compiler about dired-get-filename.
8033         (shell-command): In Dired mode, get filename from the current line
8034         as the default value.
8036 2009-11-10  Glenn Morris  <rgm@gnu.org>
8038         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
8039         * calendar/holidays.el, progmodes/cperl-mode.el:
8040         Update x-popup-menu declarations.
8042         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
8043         (list-load-path-shadows): Use dolist.
8044         (list-load-path-shadows): Use with-current-buffer.
8046 2009-11-10  Juri Linkov  <juri@jurta.org>
8048         * minibuffer.el (read-file-name): Support a list of default values
8049         in `default-filename'.  Use the first file name where only one
8050         element is required.  Doc fix.
8052 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
8054         * net/dbus.el (dbus-unregister-object): Release service, if no
8055         other method is registered for it.
8057 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
8059         * bookmark.el (bookmark-completing-read): Sort bookmark names if
8060         bookmark-sort-flag is non-nil (Bug#4653).
8062 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8064         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
8065         the progress reporter entirely.
8067         * emulation/cua-base.el: Add CUA property to some CC mode commands
8068         (Bug#4100).
8070 2009-11-08  Kevin Ryde  <user42@zip.com.au>
8072         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
8073         at end of sentence (Bug#4818).
8075 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
8077         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8078         Handle "see declaration of" MSFT statements (Bug#4100).
8080 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
8082         * net/tramp.el (tramp-advice-make-auto-save-file-name)
8083         (tramp-advice-file-expand-wildcards): Unload via
8084         `ad-remove-advice'.
8086         * net/trampver.el: Update release number.
8088 2009-11-08  Kevin Ryde  <user42@zip.com.au>
8090         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
8091         `ad-do-it'.
8093 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
8095         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8096         in order to keep context in SELinux.
8098 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8100         * dired-aux.el (dired-query): Place cursor in echo area and allow
8101         C-g.
8103         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8104         menu item if not on a directory (Bug#4701).
8106 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
8108         Sync with Tramp 2.1.17.
8110         * net/tramp.el (tramp-handle-copy-directory): Don't use
8111         `file-remote-p' (due to compatibility).
8113         * net/tramp-compat.el (tramp-compat-copy-directory)
8114         (tramp-compat-delete-directory): New defuns.
8116         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8117         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8118         `tramp-compat-delete-directory'.
8120         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8121         (tramp-smb-handle-delete-directory): Use
8122         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8124         * net/trampver.el: Update release number.
8126 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
8128         * tar-mode.el (tar-copy): Call write-region on the right buffer
8129         (Bug#4857).
8131         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8132         by hand, if necessary (Bug#4878).
8134 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
8136         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8137         align size column (Bug#4839).
8139         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8140         statement.
8142 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8144         * progmodes/ld-script.el (auto-mode-alist):
8145         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8147         * cus-face.el (custom-declare-face): Purecopy face spec.
8149 2009-11-06  Kenichi Handa  <handa@m17n.org>
8151         * international/uni-bidi.el: Re-generated.
8152         * international/uni-category.el: Re-generated.
8153         * international/uni-combining.el: Re-generated.
8154         * international/uni-mirrored.el: Re-generated.
8156 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8158         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8159         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8160         (tex-start-options, slitex-run-command, latex-run-command)
8161         (tex-run-command, tex-directory):
8162         * textmodes/ispell.el (ispell-html-skip-alists)
8163         (ispell-tex-skip-alists, ispell-tex-skip-alists):
8164         * textmodes/fill.el (adaptive-fill-first-line-regexp):
8165         (adaptive-fill-regexp):
8166         * textmodes/dns-mode.el (auto-mode-alist):
8167         * progmodes/python.el (interpreter-mode-alist):
8168         * progmodes/etags.el (tags-compression-info-list):
8169         * progmodes/etags.el (tags-file-name):
8170         * net/browse-url.el (browse-url-galeon-program)
8171         (browse-url-firefox-program):
8172         * mail/sendmail.el (mail-signature-file)
8173         (mail-citation-prefix-regexp):
8174         * international/mule-conf.el (eight-bit):
8175         * international/latexenc.el (latex-inputenc-coding-alist):
8176         * international/fontset.el (x-pixel-size-width-font-regexp):
8177         * emacs-lisp/warnings.el (warning-type-format):
8178         * emacs-lisp/trace.el (trace-buffer):
8179         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8180         (emacs-lisp-mode-map):
8181         * calendar/holidays.el (holiday-solar-holidays)
8182         (holiday-bahai-holidays, holiday-islamic-holidays)
8183         (holiday-christian-holidays, holiday-hebrew-holidays)
8184         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8185         (hebrew-holidays-1, holiday-oriental-holidays)
8186         (holiday-general-holidays):
8187         * x-dnd.el (x-dnd-known-types):
8188         * tool-bar.el (tool-bar):
8189         * startup.el (site-run-file):
8190         * shell.el (shell-dumb-shell-regexp):
8191         * rfn-eshadow.el (file-name-shadow-tty-properties)
8192         (file-name-shadow-properties):
8193         * paths.el (remote-shell-program, news-directory):
8194         * mouse.el ([C-down-mouse-3]):
8195         * menu-bar.el (menu-bar-tools-menu):
8196         * jka-cmpr-hook.el (jka-compr-load-suffixes)
8197         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8198         (jka-compr-compression-info-list):
8199         * isearch.el (search-whitespace-regexp):
8200         * image-file.el (image-file-name-extensions):
8201         * find-dired.el (find-ls-option):
8202         * files.el (directory-listing-before-filename-regexp)
8203         (directory-free-space-args, insert-directory-program)
8204         (list-directory-brief-switches, magic-fallback-mode-alist)
8205         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8206         (automount-dir-prefix):
8207         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8208         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8209         (face-font-registry-alternatives, face-font-registry-alternatives)
8210         (face-font-family-alternatives):
8211         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8212         (facemenu-foreground-menu, facemenu-face-menu):
8213         * epa-hook.el (epa-file-name-regexp):
8214         * dnd.el (dnd-protocol-alist):
8215         * textmodes/rst.el (auto-mode-alist):
8216         * button.el (default-button): Purecopy strings.
8218 2009-11-06  Glenn Morris  <rgm@gnu.org>
8220         * Makefile.in (ELCFILES): Update.
8222 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8224         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8225         * emacs-lisp/levents.el: Move to obsolete/levents.el.
8227         * nxml/xsd-regexp.el (xsdre-gen-categories):
8228         * nxml/xmltok.el (xmltok-parse-entity):
8229         * nxml/rng-parse.el (rng-parse-validate-file):
8230         * nxml/rng-maint.el (rng-format-manual)
8231         (rng-manual-output-force-new-line):
8232         * nxml/rng-loc.el (rng-save-schema-location-1):
8233         * nxml/rng-cmpct.el (rng-c-parse-file):
8234         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8235         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8237 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
8239         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8240         Remove extra save-excursions and make-variable-buffer-local's.
8241         Suggested by Stefan Monnier.
8243         (verilog-getopt-file, verilog-module-inside-filename-p)
8244         (verilog-set-define): Merge GNU 1.35 and repair changes from
8245         switching to using with-current-buffer.
8247         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8248         being treated as a number and confusing AUTORESET.
8249         Reported by Dan Dever.
8251         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8252         Add verilog-auto-ignore-concat to fix backward compatibility with
8253         older verilog-modes.  Reported by Dan Katz.
8255         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8256         containing closing anchors "...$".
8258         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8259         Reported by Wade Smith.
8261         (verilog-batch-execute-func): Comment on function usage.
8263 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
8265         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8266         for labels.
8268         (verilog-label-re, verilog-calc-1): Support proper indent of named
8269         asserts.
8271         (verilog-backward-token, verilog-basic-complete-re)
8272         (verilog-beg-of-statement, verilog-indent-re): Support proper
8273         indent of the assert statement at the beginning of a block of text.
8275         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8276         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8277         tokens as begins.
8279 2009-11-05  Glenn Morris  <rgm@gnu.org>
8281         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8282         Emacs 19.  (Bug#1531)
8283         (byte-compile-fix-header): Update for the above change.
8284         Drop test for epoch::version.
8286         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8287         * cus-dep.el (custom-make-dependencies):
8288         * finder.el (finder-compile-keywords):
8289         Use autoload-rubric's feature argument.
8291         * calendar/diary-lib.el (top-level): Make load behave more like require.
8293         * vc-git.el (vc-git-stash-map): Move definition before use.
8295 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
8297         * custom.el (custom-declare-group): Purecopy standard-value.
8298         (custom-declare-group): Purecopy custom-prefix.
8300         * international/mule.el (load-with-code-conversion):
8301         Call do-after-load-evaluation unconditionally.
8303         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8305 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8307         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8309 2009-11-04  Glenn Morris  <rgm@gnu.org>
8311         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8312         (byte-compile-compatibility): Remove option.
8313         (byte-compile-close-variables, byte-compile-fix-header)
8314         (byte-compile-insert-header, byte-compile-output-docform)
8315         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8316         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8317         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8318         (byte-compile-insert, byte-compile-defun):
8319         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
8320         (byte-defop-compiler19): Remove.
8321         Without byte-compile-compatibility, the 'emacs19-opcode property is not
8322         used by anything.  Replace all calls with byte-defop-compiler.
8324 2009-11-04  Juri Linkov  <juri@jurta.org>
8326         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8327         (menu-bar-options-menu): Don't quote the `prop' arg of
8328         `menu-bar-make-mm-toggle'.
8330 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
8332         * calendar/calendar.el (cal-loaddefs):
8333         * calendar/diary-lib.el (diary-loaddefs):
8334         * calendar/holidays.el (hol-loaddefs):
8335         * eshell/esh-module.el (esh-groups): Load rather than require.
8337 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8339         * calendar/todo-mode.el (todo-add-category): Don't hardcode
8340         point-min==1.
8341         (todo-top-priorities): Only display-buffer when called interactively.
8342         (todo-item-start): Don't save excursion point.
8343         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
8344         (todo-insert-item-here, todo-file-item, todo-remove-item):
8345         Adjust uses of todo-item-start and todo-item-end.
8347         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8348         (autoload-rubric): Don't use any more.
8349         * cedet/semantic/fw.el (semantic/loaddefs):
8350         * cedet/srecode.el (srecode/loaddefs):
8351         * cedet/ede.el (ede/loaddefs): Load rather than require.
8352         * cedet/ede/cpp-root.el:
8353         * cedet/ede/emacs.el:
8354         * cedet/ede/files.el:
8355         * cedet/ede/linux.el:
8356         * cedet/ede/locate.el:
8357         * cedet/ede/make.el:
8358         * cedet/ede/shell.el:
8359         * cedet/ede/speedbar.el:
8360         * cedet/ede/system.el:
8361         * cedet/ede/util.el:
8362         * cedet/semantic/analyze.el:
8363         * cedet/semantic/bovine.el:
8364         * cedet/semantic/complete.el:
8365         * cedet/semantic/ctxt.el:
8366         * cedet/semantic/db-file.el:
8367         * cedet/semantic/db-find.el:
8368         * cedet/semantic/db-global.el:
8369         * cedet/semantic/db-mode.el:
8370         * cedet/semantic/db-typecache.el:
8371         * cedet/semantic/db.el:
8372         * cedet/semantic/debug.el:
8373         * cedet/semantic/dep.el:
8374         * cedet/semantic/doc.el:
8375         * cedet/semantic/edit.el:
8376         * cedet/semantic/find.el:
8377         * cedet/semantic/format.el:
8378         * cedet/semantic/html.el:
8379         * cedet/semantic/ia-sb.el:
8380         * cedet/semantic/ia.el:
8381         * cedet/semantic/idle.el:
8382         * cedet/semantic/lex-spp.el:
8383         * cedet/semantic/lex.el:
8384         * cedet/semantic/mru-bookmark.el:
8385         * cedet/semantic/scope.el:
8386         * cedet/semantic/senator.el:
8387         * cedet/semantic/sort.el:
8388         * cedet/semantic/symref.el:
8389         * cedet/semantic/tag-file.el:
8390         * cedet/semantic/tag-ls.el:
8391         * cedet/semantic/tag-write.el:
8392         * cedet/semantic/tag.el:
8393         * cedet/semantic/util-modes.el:
8394         * cedet/semantic/analyze/complete.el:
8395         * cedet/semantic/analyze/refs.el:
8396         * cedet/semantic/bovine/c.el:
8397         * cedet/semantic/bovine/gcc.el:
8398         * cedet/semantic/bovine/make.el:
8399         * cedet/semantic/bovine/scm.el:
8400         * cedet/semantic/decorate/include.el:
8401         * cedet/semantic/decorate/mode.el:
8402         * cedet/semantic/symref/cscope.el:
8403         * cedet/semantic/symref/global.el:
8404         * cedet/semantic/symref/grep.el:
8405         * cedet/semantic/symref/idutils.el:
8406         * cedet/semantic/symref/list.el:
8407         * cedet/semantic/wisent/java-tags.el:
8408         * cedet/semantic/wisent/javascript.el:
8409         * cedet/srecode/compile.el:
8410         * cedet/srecode/cpp.el:
8411         * cedet/srecode/document.el:
8412         * cedet/srecode/el.el:
8413         * cedet/srecode/expandproto.el:
8414         * cedet/srecode/getset.el:
8415         * cedet/srecode/insert.el:
8416         * cedet/srecode/java.el:
8417         * cedet/srecode/map.el:
8418         * cedet/srecode/mode.el:
8419         * cedet/srecode/template.el:
8420         * cedet/srecode/texi.el: Remove the file-local setting of
8421         generated-autoload-feature.
8423         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
8424         and only put a prop if it is non-nil.
8426 2009-11-03  Juri Linkov  <juri@jurta.org>
8428         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
8429         (menu-bar-options-menu): Fix list quoting (Bug#4429).
8431         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
8432         and "Menu" to make top-level menu item visually one unit (like
8433         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
8434         multi-word menu items).  Fix :help string for quit-window.
8436 2009-11-03  Glenn Morris  <rgm@gnu.org>
8438         * cedet/mode-local.el (with-mode-local): Doc fix.
8440         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
8441         (byte-compile-file-form-define-abbrev-table)
8442         (byte-compile-file-form-custom-declare-variable)
8443         (byte-compile-variable-ref, byte-compile-defvar):
8444         Whether or not a warning is enabled should only affect whether we issue
8445         the warning, not whether or not we collect the relevant data.
8446         Eg warnings can be turned on and off throughout the course of a file.
8448         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
8449         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
8451 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8453         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
8454         * play/mpuz.el (mpuz-create-buffer):
8455         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
8456         (lm-print-y,s,noise, lm-print-w0, lm-init):
8457         * play/gomoku.el (gomoku-prompt-for-move):
8458         * play/fortune.el (fortune-in-buffer):
8459         * play/dissociate.el (dissociated-press):
8460         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
8461         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
8462         * mail/supercite.el (sc-eref-show):
8463         * mail/smtpmail.el (smtpmail-send-it):
8464         * mail/rmailsum.el (rmail-summary-next-labeled-message)
8465         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
8466         (rmail-summary-undelete-many, rmail-summary-rmail-update)
8467         (rmail-summary-goto-msg, rmail-summary-expunge)
8468         (rmail-summary-get-new-mail, rmail-summary-search-backward)
8469         (rmail-summary-add-label, rmail-summary-output-menu)
8470         (rmail-summary-output-body):
8471         * mail/rfc822.el (rfc822-addresses):
8472         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
8473         * mail/mailpost.el (post-mail-send-it):
8474         * mail/hashcash.el (hashcash-generate-payment):
8475         * mail/feedmail.el (feedmail-run-the-queue)
8476         (feedmail-queue-send-edit-prompt-help-first)
8477         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
8478         (feedmail-deduce-address-list):
8479         * eshell/esh-ext.el (eshell-remote-command):
8480         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
8481         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
8482         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
8483         (viper-save-string-in-file, viper-valid-marker):
8484         * emulation/viper-keym.el (viper-toggle-key):
8485         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
8486         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
8487         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
8488         * emulation/viper-cmd.el (viper-exec-form-in-vi)
8489         (viper-exec-form-in-emacs, viper-brac-function):
8490         * emulation/viper.el (viper-delocalize-var):
8491         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
8492         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
8493         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
8494         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
8495         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
8496         * emulation/edt.el (edt-electric-helpify):
8497         * emulation/cua-rect.el (cua--rectangle-aux-replace):
8498         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
8499         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
8500         (cua-indent-to-global-mark-column):
8501         * calendar/diary-lib.el (calendar-mark-1):
8502         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
8503         Use with-current-buffer.
8504         * emulation/viper.el (viper-delocalize-var): Use dolist.
8506 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
8508         * comint.el (comint-replace-by-expanded-history-before-point):
8509         Replace !! with the previous input string literally (Bug#1795).
8511 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
8513         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
8514         to be made up of whitespace.
8516 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
8518         * minibuffer.el (read-file-name): Don't use file dialogs for
8519         remote directories (Bug#99).
8521 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
8523         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
8525 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
8527         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
8528         instead of deleting the window or frame.
8530 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
8532         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
8533         Support face colors.
8535         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
8536         New function.  Support face colors (Bug#1168).
8537         (tex-common-initialization): Use it.
8539         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
8540         mode allows it (Bug#1168).
8542 2009-10-31  Juri Linkov  <juri@jurta.org>
8544         * facemenu.el (list-colors-display): Don't mark buffer as
8545         modified (Bug#3948).
8547 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
8549         * international/mule-diag.el (list-character-sets-1): Minor
8550         message fix (Bug#3526).
8552         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
8553         face property (Bug#4834).
8554         (etags-list-tags, etags-tags-apropos-additional)
8555         (etags-tags-apropos, tags-select-tags-table): Add follow-link
8556         property.
8558         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
8559         items.
8561         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
8562         items.
8564         * cedet/ede.el (ede-minor-mode):
8565         * cedet/semantic.el (semantic-mode): Toggle menu separators.
8567 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8569         * textmodes/two-column.el (2C-split):
8570         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
8571         * textmodes/tex-mode.el (tex-set-buffer-directory):
8572         * textmodes/spell.el (spell-region, spell-string):
8573         * textmodes/reftex.el (reftex-erase-buffer):
8574         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
8575         * textmodes/reftex-toc.el (reftex-toc-promote-action):
8576         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
8577         (reftex-select-item):
8578         * textmodes/reftex-ref.el (reftex-label-info-update)
8579         (reftex-offer-label-menu):
8580         * textmodes/reftex-index.el (reftex-index-change-entry)
8581         (reftex-index-phrases-info):
8582         * textmodes/reftex-global.el (reftex-create-tags-file)
8583         (reftex-save-all-document-buffers, reftex-ensure-write-access):
8584         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
8585         (reftex-view-crossref-from-bibtex):
8586         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
8587         (reftex-extract-bib-entries-from-thebibliography)
8588         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
8589         * textmodes/refbib.el (r2b-capitalize-title):
8590         (r2b-convert-buffer, r2b-help):
8591         * textmodes/page-ext.el (pages-directory)
8592         (pages-directory-goto-with-mouse):
8593         * textmodes/bibtex.el (bibtex-validate-globally):
8594         * textmodes/bib-mode.el (bib-capitalize-title):
8595         * textmodes/artist.el (artist-clear-buffer, artist-system):
8596         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
8597         (local-set-scheme-interaction-buffer, xscheme-process-filter)
8598         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
8599         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
8600         (xscheme-send-control-g-interrupt, xscheme-start-process)
8601         (xscheme-process-sentinel, xscheme-cd):
8602         * progmodes/verilog-mode.el (verilog-read-always-signals)
8603         (verilog-set-define, verilog-getopt-file)
8604         (verilog-module-inside-filename-p):
8605         * progmodes/sh-script.el:
8606         * progmodes/python.el (python-pdbtrack-get-source-buffer)
8607         (python-pdbtrack-grub-for-buffer, python-execute-file):
8608         * progmodes/octave-inf.el (inferior-octave):
8609         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8610         (idlwave-shell-compile-helper-routines, idlwave-set-local)
8611         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
8612         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
8613         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
8614         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
8615         (idlwave-shell-filter, idlwave-shell-examine-highlight)
8616         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
8617         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
8618         (idlwave-shell-examine-display, idlwave-shell-run-region)
8619         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
8620         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
8621         * progmodes/idlw-help.el (idlwave-help-get-special-help)
8622         (idlwave-help-get-help-buffer):
8623         * progmodes/gud.el (gud-basic-call, gud-find-class)
8624         (gud-tooltip-activate-mouse-motions-if-enabled):
8625         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8626         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
8627         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
8628         (ebrowse-tags-next-file):
8629         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
8630         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
8631         (ebnf-eps-finish-and-write):
8632         * progmodes/cpp.el (cpp-edit-save):
8633         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
8634         * progmodes/cc-defs.el (c-emacs-features):
8635         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
8636         (antlr-directory-dependencies):
8637         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
8638         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
8639         (ada-find-any-references, ada-make-filename-from-adaname)
8640         (ada-make-body-gnatstub):
8641         * obsolete/rnews.el (news-list-news-groups):
8642         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
8643         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
8644         * net/rcirc.el (rcirc-debug):
8645         * net/newst-treeview.el (newsticker--treeview-list-add-item)
8646         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
8647         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
8648         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
8649         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
8650         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
8651         (newsticker--treeview-list-clear-highlight)
8652         (newsticker--treeview-list-update-highlight)
8653         (newsticker--treeview-list-highlight-start)
8654         (newsticker--treeview-tree-update-highlight)
8655         (newsticker--treeview-get-selected-item)
8656         (newsticker-treeview-mark-list-items-old)
8657         (newsticker--treeview-set-current-node):
8658         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8659         * net/newst-backend.el (newsticker--get-news-by-funcall)
8660         (newsticker--get-news-by-wget, newsticker--image-get)
8661         (newsticker--image-sentinel):
8662         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
8663         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
8664         (eudc-ph-close-session):
8665         * net/eudc.el (eudc-save-options):
8666         * language/thai-word.el (thai-update-word-table):
8667         * language/japan-util.el (japanese-string-conversion):
8668         * international/titdic-cnv.el (tsang-quick-converter)
8669         (ziranma-converter, ctlau-converter):
8670         * international/mule-cmds.el (describe-language-environment):
8671         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
8672         (skkdic-convert-postfix, skkdic-convert-prefix):
8673         (skkdic-convert-okuri-nasi, skkdic-convert):
8674         * emacs-lisp/re-builder.el (reb-update-overlays):
8675         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
8676         * emacs-lisp/gulp.el (gulp-send-requests):
8677         * emacs-lisp/find-gc.el (trace-call-tree):
8678         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
8679         (eieio-describe-generic):
8680         * emacs-lisp/eieio-base.el (eieio-persistent-read):
8681         * emacs-lisp/edebug.el (edebug-outside-excursion):
8682         * emacs-lisp/debug.el (debugger-make-xrefs):
8683         * emacs-lisp/cust-print.el (custom-prin1-to-string):
8684         * emacs-lisp/chart.el (chart-new-buffer):
8685         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
8686         Use with-current-buffer.
8687         * textmodes/artist.el (artist-system): Don't call
8688         copy-sequence on a fresh string.
8689         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
8691 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
8693         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
8694         is no item to edit.  (Bug#4820)
8695         (todo-top-priorities): Restore point and restore narrowing in Todo
8696         buffer.  (Bug#4820)
8698 2009-10-31  Glenn Morris  <rgm@gnu.org>
8700         * net/ange-ftp.el (top-level): Don't require dired when compiling.
8701         (comint-last-output-start, comint-last-input-start)
8702         (comint-last-input-end): Don't defvar when compiling.
8703         (ange-ftp-process-file): Use bound-and-true-p.
8705         * pcmpl-rpm.el (top-level): Move provide statement to end.
8706         (pcmpl-rpm): Remove unused custom group.
8708         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
8710         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
8712         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8713         (byte-compile-warnings): Add `constants' as an option.
8714         (byte-compile-callargs-warn, byte-compile-arglist-warn)
8715         (display-call-tree): Update for byte-compile-fdefinition possibly
8716         returning `(macro lambda ...)'.  (Bug#4778)
8717         (byte-compile-variable-ref, byte-compile-setq-default):
8718         Respect `constants' member of byte-compile-warnings.
8720         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
8721         Use mapc rather than mapcar because the return value is never used.
8723         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
8724         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
8725         * cedet/semantic/html.el:
8726         Suppress harmless warnings about setting up semantic-imenu (not
8727         part of Emacs) variables.
8729 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8731         * vc-bzr.el (vc-bzr-revision-keywords): New var.
8732         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
8733         to "submit:".
8735         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
8736         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
8737         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
8738         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
8739         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
8740         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
8741         (semantic-analyzer-debug-global-symbol)
8742         (semantic-analyzer-debug-missing-innertype)
8743         (semantic-analyzer-debug-insert-include-summary):
8744         * cedet/semantic/util.el (semantic-file-tag-table):
8745         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
8746         (semantic-recursive-find-nonterminal-by-name):
8747         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
8748         * cedet/semantic/tag-file.el (semantic-prototype-file):
8749         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
8750         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
8751         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
8752         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
8753         (semantic-idle-summary-maybe-highlight):
8754         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
8755         (semantic-ia-sb-tag-info):
8756         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
8757         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
8758         * cedet/semantic/ede-grammar.el (project-compile-target):
8759         (ede-proj-makefile-insert-variables):
8760         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
8761         (semantic-debug-set-source-location, semantic-debug-interface-layout)
8762         (semantic-debug-mode, semantic-debug):
8763         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
8764         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
8765         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
8766         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
8767         (semanticdb-find-translate-path-includes--internal)
8768         (semanticdb-reset-log, semanticdb-find-log-activity):
8769         * cedet/semantic/db-file.el (object-write):
8770         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
8771         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
8772         (semanticdb-create-ebrowse-database):
8773         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
8774         * cedet/semantic/complete.el (semantic-displayor-focus-request)
8775         (semantic-collector-calculate-completions-raw)
8776         (semantic-complete-read-tag-analyzer):
8777         * cedet/semantic/analyze.el (semantic-analyze-pulse):
8778         * cedet/ede/util.el (ede-update-version-in-source):
8779         * cedet/ede/proj.el (project-delete-target):
8780         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
8781         (ede-proj-flush-autoconf):
8782         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
8783         (ede-proj-configure-synchronize):
8784         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
8785         * cedet/ede/linux.el (ede-linux-version):
8786         * cedet/ede/emacs.el (ede-emacs-version):
8787         * cedet/ede/dired.el (ede-dired-add-to-target):
8788         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
8789         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
8790         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
8791         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
8792         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
8793         (cedet-idutils-version-check):
8794         * cedet/cedet-global.el (cedet-gnu-global-call):
8795         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
8796         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
8797         * cedet/cedet-cscope.el (cedet-cscope-call)
8798         (cedet-cscope-expand-filename, cedet-cscope-version-check):
8799         Use with-current-buffer.
8800         * cedet/ede.el (ede-make-project-local-variable)
8801         (ede-set-project-variables, ede-set): Use dolist.
8803 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
8805         * textmodes/ispell.el (ispell-skip-region-alist):
8806         * international/mule-conf.el (eight-bit):
8807         * international/fontset.el (font-encoding-alist):
8808         * startup.el (pure-space-overflow-message):
8809         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
8810         * paths.el (gnus-nntp-service, rmail-spool-directory)
8811         (term-file-prefix):
8812         * files.el (save-some-buffers-action-alist):
8813         * cmuscheme.el (same-window-buffer-names):
8814         * ielm.el (same-window-buffer-names):
8815         * shell.el (same-window-buffer-names):
8816         * mail/sendmail.el (same-window-buffer-names):
8817         * progmodes/inf-lisp.el (same-window-buffer-names):
8818         * bindings.el (mode-line-client)
8819         (mode-line-column-line-number-mode-map):
8820         * language/tibetan.el (tibetan-precomposition-rule-regexp)
8821         (tibetan-precomposed-regexp): Purecopy string arguments.
8823 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8825         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
8826         (calcDigit-nondigit):
8827         * calc/calc-yank.el (calc-copy-to-buffer):
8828         * calc/calc-units.el (calc-invalidate-units-table):
8829         * calc/calc-trail.el (calc-trail-yank):
8830         * calc/calc-store.el (calc-insert-variables):
8831         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
8832         * calc/calc-prog.el (calc-read-parse-table):
8833         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
8834         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
8835         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
8836         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
8837         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
8838         (calc-graph-name, calc-graph-find-command, calc-graph-view)
8839         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
8840         * calc/calc-ext.el (calc-realign):
8841         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
8842         (calc-embedded-finish-edit, calc-embedded-make-info)
8843         (calc-embedded-finish-command, calc-embedded-stack-change):
8844         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
8846         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
8847         (overload-docstring-extension): Use that info.
8848         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
8849         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
8850         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
8851         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
8852         (semantic-nonterminal-full-name): Add the new `when' info.
8853         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
8854         `assert'.
8856         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
8857         shell-dynamic-complete-filename in preference to
8858         comint-dynamic-complete-filename.
8860         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8861         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8862         Don't consider whether the display supports colors.
8863         (bookmark-import-new-list): Use dolist.
8864         (bookmark-bmenu-mode-map): Move initialization into declaration.
8865         (bookmark-bmenu-list): Use dolist, simplify.
8866         (bookmark-show-all-annotations): Use save-selected-window and dolist.
8867         (menu-bar-final-items): Use push.
8869 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
8871         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
8872         it works on remote files.
8873         (vc-hg-diff): Don't pass any `--cwd' argument.
8875 2009-10-27  Kevin Ryde  <user42@zip.com.au>
8877         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8878         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
8879         (Further to Bug#3921).
8881 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
8883         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
8884         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
8885         calling `tramp-imap-put-file'.  Add file size to the call.
8886         (tramp-imap-get-file-entries): Compute also user name, file size,
8887         and date.
8888         (tramp-imap-handle-insert-directory): Insert uid and gid.
8889         (tramp-imap-handle-file-attributes): Transform uid and gid
8890         according to `id-format'.
8891         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
8892         size in header X-Size.
8894 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
8896         * simple.el (transpose-subr): Give clearer error when the mark
8897         is not set.  (Bug#4807)
8899 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
8901         * net/tramp.el (tramp-perl-file-truename): New defconst.
8902         Perl code contributed by yary <not.com@gmail.com> (tiny change).
8903         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
8904         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
8905         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
8907         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
8908         Ignore `dired-call-process'.
8909         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
8911 2009-10-26  Julian Scheid  <julians37@gmail.com>
8913         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
8914         (tramp-get-remote-readlink): New defun.
8915         (tramp-handle-file-truename): Use it.
8916         (tramp-handle-file-exists-p): Check file-attributes cache, assume
8917         file exists if cache value present.
8918         (tramp-check-cached-permissions): New defun.
8919         (tramp-handle-file-readable-p): Use it.
8920         (tramp-handle-file-writable-p): Likewise.
8921         (tramp-handle-file-executable-p): Likewise.
8922         (tramp-handle-file-name-all-completions): Try using Perl to get
8923         partial completions.  When perl not available, combine `cd' and
8924         `ls' into single remote operation and use shell expansion to get
8925         partial remote directory contents.  Set `file-exists-p' cache for
8926         directory and any files returned by ls.  Change cache handling to
8927         support partial directory contents.  Use error message emitted by
8928         remote `cd' or Perl code for local tramp-error.
8929         (tramp-do-copy-or-rename-file-directly): Avoid separate
8930         tramp-send-command-and-check call.
8931         (tramp-handle-process-file): Merge three remote ops into one.
8932         Do not flush all caches when `process-file-side-effects' is set.
8933         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
8934         file-attributes shows uid/gid to be set already.
8936 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
8938         * textmodes/tex-mode.el (tex-dvi-view-command)
8939         (tex-show-queue-command, tex-open-quote):
8940         * progmodes/ruby-mode.el (auto-mode-alist)
8941         (interpreter-mode-alist): Purecopy strings.
8943         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
8945         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
8946         string for the hook, keymap and abbrev table.
8948         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
8950         * x-dnd.el (x-dnd-xdnd-to-action):
8951         * startup.el (fancy-startup-text, fancy-about-text): Change to
8952         defconst from defvar.
8954         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
8956         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
8957         Purecopy initialization strings.
8959         * mail/sendmail.el (mail-header-separator)
8960         (mail-personal-alias-file):
8961         * mail/rmail.el (rmail-default-dont-reply-to-names)
8962         (rmail-ignored-headers, rmail-retry-ignored-headers)
8963         (rmail-highlighted-headers, rmail-secondary-file-directory)
8964         (rmail-secondary-file-regexp):
8965         * files.el (null-device, file-name-invalid-regexp)
8966         (locate-dominating-stop-dir-regexp)
8967         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
8968         (interpreter-mode-alist): Use mapcar instead of mapc.
8970         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
8972         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
8973         (completion-ignored-extensions):
8974         (debug-ignored-errors): Purecopy strings.
8976 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8978         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
8979         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
8980         (pcomplete--here): Use push.
8982         * subr.el (all-completions): Declare the 4th arg obsolete.
8984 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8986         * pcomplete.el (pcomplete-unquote-argument-function): New var.
8987         (pcomplete-unquote-argument): New function.
8988         (pcomplete--common-suffix): Always pay attention to case.
8989         (pcomplete--table-subvert): Quote and unquote the text.
8990         (pcomplete--common-quoted-suffix): New function.
8991         (pcomplete-std-complete): Use it and pcomplete-begin.
8993         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
8994         we're inside a dedicated or minibuffer window.
8996 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8998         * cedet/semantic/fw.el (semantic-alias-obsolete)
8999         (semantic-varalias-obsolete): Make the `when' arg mandatory.
9000         (define-mode-overload-implementation):
9001         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
9002         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
9003         * cedet/semantic/util.el (semantic-file-token-stream)
9004         (semantic-something-to-stream):
9005         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
9006         (semantic-expand-nonterminal):
9007         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
9008         (semantic-find-dependency, semantic-find-nonterminal)
9009         (semantic-find-dependency):
9010         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
9011         (semantic-flex-text, semantic-flex-make-keyword-table)
9012         (semantic-flex-keyword-p, semantic-flex-keyword-put)
9013         (semantic-flex-keyword-get, semantic-flex-map-keywords)
9014         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
9015         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
9016         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
9017         (semantic-after-idle-scheduler-reparse-hooks):
9018         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
9019         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
9020         * cedet/semantic.el (semantic-toplevel-bovine-table)
9021         (semantic-toplevel-bovine-cache)
9022         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
9023         (semantic-init-mode-hooks, semantic-init-db-hooks)
9024         (semantic-bovination-working-type): Provide the `when' arg.
9026 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
9028         * bookmark.el: Update documentation, especially documentation
9029         of `bookmark-alist' and of the bookmark file format.
9030         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
9032 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
9034         * mail/emacsbug.el (report-emacs-bug): Clarify that the
9035         keybindings apply to the mail buffer (Bug#4003).  Shrink help
9036         window to buffer.
9038         * whitespace.el (whitespace-mode, whitespace-newline-mode)
9039         (global-whitespace-mode, global-whitespace-newline-mode)
9040         (whitespace-toggle-options, global-whitespace-toggle-options):
9041         Doc fix (Bug#3660).
9043         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
9044         of xmltok-start before the end tag was inserted (Bug#2840).
9046         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
9047         patterns that are preceded by an open-paren (Bug#1320).
9049 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
9051         * files.el (delete-directory): Delete symlinks to directories with
9052         delete-file (Bug#4739).
9054 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
9056         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
9057         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
9058         argument to make-obsolete.
9060         * cedet/semantic/fw.el (semantic-alias-obsolete)
9061         (semantic-varalias-obsolete): Add optional WHEN argument.
9063 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
9065         * vc.el (vc-backend-for-registration): Rename from
9066         vc-get-backend-for-registration.  Update callers.
9068         * international/mule-cmds.el (set-language-info-alist):
9069         Purecopy lang-env.
9070         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
9071         (charset): Purecopy the name.
9072         (define-char-code-property): Purecopy string arguments.
9074         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9075         Purecopy string arguments.
9077         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9078         * ediff-hook.el (menu-bar-ediff-menu):
9079         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
9080         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
9082 2009-10-24  Glenn Morris  <rgm@gnu.org>
9084         * comint.el (comint-dynamic-list-completions):
9085         * term.el (term-dynamic-list-completions): Use choose-completion rather
9086         than obsolete alias mouse-choose-completion.
9088         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
9089         file-cache-choose-completion.
9090         (file-cache-choose-completion): Handle an optional event argument.
9091         (file-cache-mouse-choose-completion): Make it an obsolete alias.
9093         * progmodes/octave-mod.el (octave-complete-symbol):
9094         Use choose-completion if mouse-choose-completion is ever removed.
9096         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9097         use.
9099         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9100         compiler.
9102         * vc-hooks.el (vc-responsible-backend): Fix declaration.
9104 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9106         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9107         Ignore `pred' now that we receive one.
9108         Handle test-completion specially.
9110 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9112         * vc.el (vc-responsible-backend): Throw an error if not backend is
9113         found.  Remove the REGISTER argument.  Move the code dealing with
9114         REGISTER ...
9115         (vc-get-backend-for-registration): ... here.  New function.
9116         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9117         of vc-responsible-backend, pass the file name instead of the
9118         directory name.
9120 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9122         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9123         New funs.
9124         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
9125         (pcomplete-comint-setup): Don't modify a global var via
9126         accidental side-effects.
9127         (pcomplete-shell-setup): Adjust call accordingly.
9128         (pcomplete-parse-comint-arguments): Use push.
9130 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
9132         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9133         Allow uncapitalized info node names (Bug#3921).
9135         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9136         to the DEBUG file (Bug#3781).
9138 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
9140         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9141         dictionary entry (Bug#4579).
9143 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
9145         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9146         from `rfn-eshadow-update-overlay-hook' when unloading.
9147         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9148         "rsyncc".  Adjust doc string.
9149         (tramp-temp-buffer-file-name): New buffer-local defvar.
9150         (tramp-handle-insert-file-contents, tramp-handle-write-region):
9151         Keep temporary file when indicated by method ("rsync" and
9152         "rsyncc").
9153         (tramp-handle-write-region): Handle APPEND.
9154         (tramp-delete-temp-file-function): New defun.  Added to
9155         `kill-buffer-hook'.
9157 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
9159         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9161 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9163         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9164         (color-name-rgb-alist, tty-standard-colors)
9165         (tty-color-mode-alist): Change to defconst.
9167         * simple.el (mark-inactive): Purecopy message.
9169         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9170         (global-map, yank-menu):
9171         * textmodes/ispell.el (ispell-menu-map):
9172         * net/eudc.el (eudc-tools-menu):
9173         * international/mule-cmds.el (describe-language-environment-map)
9174         (setup-language-environment-map, set-coding-system-map)
9175         (mule-menu-keymap):
9176         * vc-hooks.el (vc-menu-entry, vc-menu-map):
9177         * replace.el (occur-mode-map):
9178         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9180 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
9182         * calc/calc.el (math-read-number, math-read-number-simple): Use
9183         `save-match-data'.
9185 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9187         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9188         rather than fiddling with global-map bindings, since it should only
9189         affect per-terminal settings.
9190         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9192         * minibuffer.el (completion-table-with-terminator): Allow to specify
9193         the terminator-regexp.
9195         * simple.el (switch-to-completions): Look for *Completions* in other
9196         frames as well.
9198         * pcomplete.el: Allow the use of completion-tables.
9199         (pcomplete-std-complete): New command.
9200         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9201         (pcomplete--here): Use a function for `form' rather than an expression,
9202         so it can be byte-compiled.
9203         (pcomplete-here, pcomplete-here*): Adjust accordingly.
9204         Add edebug declaration.
9205         (pcomplete-show-completions): Remove unused var `curbuf'.
9206         (pcomplete-do-complete, pcomplete-stub):
9207         Don't assume `completions' is a list of strings any more.
9209 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
9211         * find-dired.el (find-name-arg): Fix typo in docstring.
9213 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9215         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9216         (pcmpl-linux-fs-types): Same, and update to new modules layout.
9218         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9219         pcomplete-entries.
9221         * comint.el (comint-read-input-ring, comint-write-input-ring)
9222         (comint-substitute-in-file-name)
9223         (comint-dynamic-complete-as-filename)
9224         (comint-dynamic-simple-complete)
9225         (comint-dynamic-list-filename-completions)
9226         (comint-dynamic-list-completions)
9227         (comint-redirect-results-list-from-process): Minor simplifications.
9229 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9231         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9232         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9233         the first form.  And insert a blank line after ";;; Code" since
9234         that's usual style.  (Bug#4612)
9236         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9238 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9240         * minibuffer.el (completion-table-with-terminator): Properly implement
9241         boundaries, in case `terminator' appears in the suffix.
9242         (completion--embedded-envvar-table): Don't return boundaries if
9243         there's no valid completion.  Simplify.
9244         (completion-file-name-table): New completion table extracted from
9245         completion--file-name-table.
9246         (completion--file-name-table): Use it.
9247         (read-file-name-predicate): Declare obsolete.
9248         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9249         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9250         completion-file-name-table, and use the `pred' argument.
9251         * files.el (locate-file-completion-table): Use the `pred' arg rather
9252         than read-file-name-predicate.
9253         (abbreviate-file-name): Use \` rather than ^ for BOS.
9255 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
9257         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9258         vc-responsible-backend to register, it causes problems.
9260 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9262         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9264 2009-10-21  Eric Ludlam  <zappo@gnu.org>
9266         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9267         (semantic-c-debug-mode-init-pch): New functions.
9268         (semantic-c-debug-mode-init-last-mode): New var.
9269         (semantic-c-parse-lexical-token): Use them.
9271         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9272         When extracting the argument list, limit only by point-max.
9274 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
9276         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9277         (tramp-smb-handle-file-attributes): Use it.
9278         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9279         (tramp-smb-handle-insert-directory): Use `mapc' rather than
9280         `mapcar'.  Use `tramp-smb-get-stat-capability'.
9281         Add `dired-filename' text properties.
9282         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9283         (tramp-smb-maybe-open-connection): Simplify check for smbclient
9284         version.
9286 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9288         * subr.el (read-key-delay): Reduce to 0.01.
9289         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9290         (bug#4751).
9292 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9294         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9296         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9297         (Info-menu): Remove unused vars `last' and `completions'.
9298         (Info-index-nodes): Remove unused var `node'.
9300         * info.el (Info-complete-menu-item): Use complete-with-action.
9302 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
9304         Make vc-annotate work through copies and renames.
9305         * vc-annotate.el (vc-annotate-extract-revision-at-line):
9306         Return the file name too.
9307         (vc-annotate-revision-at-line)
9308         (vc-annotate-find-revision-at-line)
9309         (vc-annotate-revision-previous-to-line)
9310         (vc-annotate-show-log-revision-at-line): Update to get the file
9311         name from vc-annotate-extract-revision-at-line.
9312         (vc-annotate-show-diff-revision-at-line-internal): Change the
9313         argument to mean whether to show a file diff or not.  Get the file
9314         name from vc-annotate-extract-revision-at-line.
9315         (vc-annotate-show-diff-revision-at-line):
9316         Update vc-annotate-show-diff-revision-at-line call.
9317         (vc-annotate-warp-revision): Add an optional file argument.
9319         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9320         (vc-git-annotate-extract-revision-at-line): Also return the file
9321         name if found.
9323         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9324         command.  Remove unused code.
9325         (vc-hg-annotate-re): Update to match --follow output.
9326         (vc-hg-annotate-extract-revision-at-line): Also return the file
9327         name if found.
9329         * vc.el: Update annotate-extract-revision-at-line documentation.
9331 2009-10-18  Kevin Ryde  <user42@zip.com.au>
9333         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9334         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9336         * net/browse-url.el (browse-url): Identify alist with "consp and
9337         not functionp" and let all other things go down the `apply' leg,
9338         as suggested by Stefan.  (Further to bug#4531.)
9340 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
9342         * minibuffer.el (read-file-name): Check for repeat before putting
9343         a default argument in file-name-history (Bug#4657).
9345         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9346         read syntax (Bug#4737).
9348         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9350 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9352         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9353         (html-tag-alist, html-tag-help): Add descriptions for undocumented
9354         entries and make note of obsolete tags.
9356 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9358         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9360 2009-10-18  Glenn Morris  <rgm@gnu.org>
9362         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9363         grep, so that binary files (eg international/uni-bidi.el) can match.
9364         Remove test for "UnicodeData" files, since it is hopefully unnecessary
9365         now, and in any case the file header format has changed.
9367 2009-10-17  Glenn Morris  <rgm@gnu.org>
9369         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9370         (flyspell-get-word, flyspell-large-region)
9371         (flyspell-auto-correct-previous-word): Doc/error message fixes.
9373 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9375         * Makefile.in (ELCFILES): Add ede/shell.
9377 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
9379         * term/common-win.el (x-colors): Purecopy it.
9381 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9383         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9384         permissive for when the buffer is empty.
9385         (tar-header-block-tokenize): Decode the username and groupname.
9386         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9388 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9390         * cedet/srecode/srt.el:
9391         * cedet/srecode/compile.el:
9392         * cedet/semantic/mru-bookmark.el:
9393         * cedet/semantic/debug.el:
9394         * cedet/semantic/complete.el:
9395         * cedet/semantic/analyze.el: Require CL when compiling.
9397 2009-10-17  Eric Ludlam  <zappo@gnu.org>
9399         * cedet/semantic/scope.el
9400         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
9401         tmpscope so that the regular scope will continue to work.
9403         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
9404         Use semantic-idle-summary-highlight-face as the highlighting.
9406         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
9407         contains multibyte characters, choose first applicable coding
9408         system automatically.
9410         * cedet/ede/project-am.el (project-run-target): New method.
9411         (project-run-target): New method.
9413         * cedet/ede.el (ede-target): Add run target menu item.
9414         (ede-project, ede-minor-keymap): Add ede-run-target binding.
9415         (ede-run-target): New function.
9416         (ede-target::project-run-target): New method.
9418         * cedet/ede/proj.el (project-run-target): New method.
9420         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
9421         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
9422         Add :rules.
9423         (ede-proj-target-makefile-shared-object): Only libtool compilers
9424         now available.  Add linkers for libtool.
9425         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
9426         (ede-proj-makefile-target-name): Always use .la extension.
9428         * cedet/ede/proj-prog.el (project-run-target): New method.
9430         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
9431         (ede-g++-linker): Change Change link lines.
9433         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
9434         When searching for old variables, go to the end of the buffer and
9435         search backward from there.
9436         (ede-proj-makefile-automake-insert-subdirs)
9437         (ede-proj-makefile-automake-insert-extradist): New methods.
9438         (ede-proj-makefile-create): Use them.
9440         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
9441         Force FILE to expand to the current target.  Use file-exists-p to
9442         check that it exists.
9444         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
9445         (ede-linux-load): Wrap dir in file-name-as-directory.
9446         Set :version slot.
9448         * cedet/ede/files.el (ede-get-locator-object): When enabling
9449         locate, do so on "top".
9451         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
9452         file-name-as-directory during compare.
9453         (ede-emacs-version): Return Emacs/XEmacs differentiator.
9454         Get version number from different places.  Don't call egrep.
9455         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
9456         to set the directory.
9458         * cedet/ede/shell.el: New file.
9460         * cedet/inversion.el (inversion-decoders): Allow for stray . in
9461         alpha/beta variants.
9463 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9465         * international/mule-cmds.el (select-safe-coding-system): If the file
9466         has a coding cookie, use it regardless of any other setting (bug#4712).
9468 2009-10-17  Glenn Morris  <rgm@gnu.org>
9470         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
9471         All errors should have messages.
9473         * foldout.el (foldout-mouse-swallow-events):
9474         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
9476         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
9477         (dired-keep-marker-copy, dired-keep-marker-hardlink)
9478         (dired-keep-marker-symlink, dired-dwim-target)
9479         (dired-copy-preserve-time): Do not autoload these defcustoms.
9481         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
9482         messages from messing up the file coding.  (Bug#4623)
9484 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
9486         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
9487         if no match is found for the current dictionary.  (Bug#4578)
9489         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
9490         optional, since that is how it is documented, and this is often called
9491         with a nil argument.  (Bug#4577)
9492         (flyspell-external-point-words, flyspell-auto-correct-word)
9493         (flyspell-correct-word-before-point, flyspell-word-search-forward)
9494         (flyspell-word-search-backward): Remove nil argument in calls to
9495         flyspell-get-word, since it is not needed now.
9497 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
9499         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
9501 2009-10-16  Glenn Morris  <rgm@gnu.org>
9503         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
9505 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
9507         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
9508         (ange-ftp-file-size): New function.
9509         (ange-ftp-file-attributes): Use it.
9511 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
9513         * net/tramp-smb.el (tramp-smb-version): New defvar.
9514         (tramp-smb-maybe-open-connection): Use it, in order to avoid
9515         repeated checks.
9517 2009-10-16  Glenn Morris  <rgm@gnu.org>
9519         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9520         Maybe copy some custom properties from old to new name.  (Bug#4706)
9522 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
9524         * subr.el (error, sit-for, start-process-shell-command)
9525         (start-file-process-shell-command): Set the calling convention
9526         after the function definition.
9528 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9530         * subr.el (error, sit-for, start-process-shell-command)
9531         (start-file-process-shell-command): Use the new
9532         set-advertised-calling-convention feature.
9534 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
9536         * international/ucs-normalize.el (ucs-normalize-version):
9537         Change to 1.2.
9538         (check-range): Adjust for Unicode 5.2.
9540 2009-10-15  Juri Linkov  <juri@jurta.org>
9542         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
9543         to the `menu-item' format.
9545 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
9547         * net/tramp.el (tramp-replace-environment-variables): Do not fail
9548         if the environment variable does not exist.
9550         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9551         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
9552         parameter.
9553         (tramp-smb-handle-add-name-to-file)
9554         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9555         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9556         (tramp-smb-handle-file-attributes)
9557         (tramp-smb-do-file-attributes-with-stat)
9558         (tramp-smb-handle-file-local-copy)
9559         (tramp-smb-handle-insert-directory)
9560         (tramp-smb-handle-make-directory)
9561         (tramp-smb-handle-make-directory-internal)
9562         (tramp-smb-handle-make-symbolic-link)
9563         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
9564         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
9565         (tramp-smb-maybe-open-connection): Apply the changed parameters.
9566         (tramp-smb-read-file-entry): Read Disk names in compressed format.
9567         Handle long file names.
9568         (tramp-smb-get-cifs-capabilities): Check, whether the connection
9569         process is running.
9570         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
9571         Read share names with "-g" option.
9573 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
9575         * net/rcirc.el (rcirc-view-log-file): New command.
9576         (rcirc-track-minor-mode-map): Remove C-c ` binding.
9577         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
9578         specified.
9580 2009-10-15  Glenn Morris  <rgm@gnu.org>
9582         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
9583         from the second command-line argument.
9584         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
9585         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
9586         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
9587         w32-batch-update-autoloads.
9588         * emacs-lisp/autoload.el (autoload-make-program): New variable.
9589         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
9591         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
9592         the headers cannot be located.  Simplify, subtracting superflous
9593         save-excursions.
9595 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9597         Replace completion-base-size by completion-base-position to fix bugs
9598         such as (bug#4699).
9599         * simple.el (completion-base-position): New var.
9600         (completion-base-size): Mark as obsolete.
9601         (choose-completion): Make it work for mouse events as well.
9602         Pass the new base-position to choose-completion-string.
9603         (choose-completion-guess-base-position): New function, extracted from
9604         choose-completion-delete-max-match.
9605         (choose-completion-delete-max-match): Use it.  Make obsolete.
9606         (choose-completion-string): Use the new base-position info.
9607         (completion-root-regexp): Delete.
9608         (completion-setup-function): Preserve completion-base-position.
9609         Eliminate obsolete base-size manipulation.
9610         * minibuffer.el (display-completion-list): Don't mess with base-size.
9611         (minibuffer-completion-help): Set completion-base-position instead.
9612         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
9613         choose-completion.
9614         * textmodes/bibtex.el (bibtex-complete):
9615         * emacs-lisp/crm.el (crm--choose-completion-string):
9616         Adjust to new calling convention.
9617         * complete.el (partial-completion-mode): Use minibufferp to avoid
9618         bumping into incompatible change to choose-completion-string-functions.
9619         * ido.el (ido-choose-completion-string): Make its calling convention
9620         more permissive.
9621         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
9622         base-size manipulation.
9623         (comint-dynamic-list-input-ring): Use dotimes and push.
9624         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
9625         fundamental-mode.  Use `or'.
9627 2009-10-14  Juri Linkov  <juri@jurta.org>
9629         * misearch.el (multi-isearch-next-buffer-from-list)
9630         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
9632 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9634         * Makefile.in (compile-onefile): Load `bytecomp' rather than
9635         `bytecomp.el'.
9637         * minibuffer.el (completion-pcm--merge-completions): Make sure the
9638         string we return is all made up of text from the completions rather
9639         than part from the completions and part from the input (bug#4219).
9641         * ido.el (ido-everywhere): Use define-minor-mode.
9643         * buff-menu.el (list-buffers, ctl-x-map):
9644         Mark the entry points with ;;;###autoload cookies.
9646 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
9648         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
9649         correctly in the detached head case.
9650         (vc-git-print-log): Remove unused binding.
9652         * vc.el (vc-responsible-backend): When a directory is passed for
9653         for registration create a VC repository if no backend is
9654         responsible for the directory argument.
9655         (vc-deduce-fileset): Tell vc-responsible-backend to register.
9657         * vc.el: Move comments about RCS and SCCS ...
9658         * vc-rcs.el:
9659         * vc-sccs.el: ... here, respectively.
9661 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9663         * minibuffer.el (completion--file-name-table): Return nil if there's
9664         no file completion, even if substitute-in-file-name changed
9665         the string (bug#4708).
9667 2009-10-13  Juri Linkov  <juri@jurta.org>
9669         * files-x.el (read-file-local-variable-value): Don't filter out
9670         minor modes from mode name completion (bug#4664).
9672 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
9674         * international/mule-cmds.el (ucs-names): Remove exclusion of
9675         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
9677 2009-10-13  Kenichi Handa  <handa@m17n.org>
9679         * international/uni-name.el: Regenerated.
9681 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
9683         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
9684         should be automatically buffer-local, but isn't.)
9686 2009-10-12  Sam Steingold  <sds@gnu.org>
9688         * progmodes/compile.el (compilation-next-error-function): Fix the
9689         timestamps if the buffer has been visited before.
9690         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
9691         non-anchored patterns, like the perl one (bug#3928).
9693 2009-10-12  Glenn Morris  <rgm@gnu.org>
9695         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
9696         Let-bind `size'.
9698 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
9700         * proced.el (proced-unload-function): New function.
9702         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
9703         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
9704         Doc fix.
9706         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
9708 2009-10-11  Juri Linkov  <juri@jurta.org>
9710         * files-x.el (read-file-local-variable-value):
9711         Provide default value only for bound variables (bug#4664).
9713 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
9715         * net/tramp.el (tramp-local-host-p): Function shall return nil for
9716         connection methods like smb.
9718         * net/tramp-cache.el (tramp-flush-connection-property): The hash
9719         can be empty.
9721         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9722         (tramp-smb-file-name-handler-alist): Add handlers for
9723         `add-name-to-file', `make-symbolic-link'.
9724         (tramp-smb-handle-add-name-to-file)
9725         (tramp-smb-do-file-attributes-with-stat)
9726         (tramp-smb-handle-make-symbolic-link)
9727         (tramp-smb-get-cifs-capabilities): New defuns.
9728         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9729         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9730         (tramp-smb-handle-file-local-copy)
9731         (tramp-smb-handle-make-directory-internal)
9732         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9733         The file name syntax depends on cifs capabilities.
9734         (tramp-smb-handle-file-attributes):
9735         Call `tramp-smb-do-file-attributes-with-stat' if possible.
9736         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
9737         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
9739 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
9741         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
9742         (eieio-defclass): Apply deftype handler and setf-method properties
9743         directly.
9744         (eieio-add-new-slot): Avoid union function from cl library.
9745         (eieio--typep): New function.
9746         (eieio-perform-slot-validation): Use it.
9748 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
9750         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
9751         Update documentation to refer to the variables documented in r1.135.
9752         (Bug#4188)
9754 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
9756         * bookmark.el (Info-suffix-list): Remove this unused variable.
9757         (bookmark-current-point): Remove this obsolete variable.
9758         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
9759         Adjust for removal of bookmark-current-point.
9761         (bookmarks-already-loaded, bookmark-current-buffer)
9762         (bookmark-yank-point): Document.  (Bug#4188)
9764 2009-10-10  Glenn Morris  <rgm@gnu.org>
9766         * frame.el (frame-height): Doc fix.
9768         * calendar/calendar.el (calendar-split-width-threshold): New option.
9769         (calendar-basic-setup): Use calendar-split-width-threshold.
9771 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
9773         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
9774         Use .la for Automake.
9776 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
9778         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
9779         Use "autoreconf -i".  Suggested by Andreas Schwab.
9781 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
9783         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
9784         Ideographic Supplement" range (U+1F200..U+1F2FF).
9786 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9788         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
9789         since the list will have been rebuilt anyway.  (Bug#4349)
9791 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9793         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
9794         (bookmark-bmenu-execute-deletions): Don't save here, as
9795         bookmark-delete will now do so if necessary.
9796         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
9797         (Bug#4348)
9799 2009-10-09  Glenn Morris  <rgm@gnu.org>
9801         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
9803 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9805         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
9806         (bookmark-jump-other-window): Just invoke bookmark-jump with new
9807         argument now, so the two function's behaviors will match.  (Bug#3645)
9809 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
9811         * cedet/ede/proj.el (project-make-dist, project-compile-project):
9812         Fix filename test.
9813         (ede-proj-dist-makefile): Use expand-file-name instead of concat
9814         to expand file names.
9816 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
9818         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
9819         (tramp-file-name-real-host, tramp-file-name-port):
9820         Apply `save-match-data'.
9822         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
9823         case both directories are remote.
9824         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
9825         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
9827 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
9829         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
9830         (ede-proj-target-makefile-objectcode): Use it.
9832         * cedet/ede/source.el (ede-want-any-source-files-p)
9833         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
9834         Return search result.  This error was introduced while merging.
9836 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
9838         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
9840 2009-10-07  Glenn Morris  <rgm@gnu.org>
9842         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
9843         of concat.
9845 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9847         * files-x.el (read-file-local-variable): Include some
9848         non-user-variables in the completion table (bug#4664).
9850 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
9852         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
9853         message.
9855         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9856         (tramp-smb-file-name-handler-alist): Add handler for
9857         `copy-directory', `expand-file-name', `set-file-modes'.
9858         (tramp-smb-handle-copy-directory)
9859         (tramp-smb-handle-expand-file-name)
9860         (tramp-smb-handle-set-file-modes): New defuns.
9861         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
9862         (tramp-smb-handle-file-attributes): Simplify check for retrieving
9863         entry.
9864         (tramp-smb-handle-insert-directory): Don't flush the cache.
9865         (tramp-smb-maybe-open-connection): Check for samba client and
9866         server versions.
9868 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
9870         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
9871         to not error out of search for "^lisp=" fails.
9873 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
9875         * makefile.w32-in (WINS_UPDATES): New macro.
9876         (custom-deps, finder-data, autoloads): Use it.
9878 2009-10-07  Glenn Morris  <rgm@gnu.org>
9880         * Makefile.in (autoloads): Revert previous change.
9881         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
9882         the list of preloaded files passed on the command-line, get
9883         it from src/Makefile.
9885         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
9886         show the original buffer rather than a random one.
9888 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
9890         * help.el (describe-no-warranty): Place point in a slightly better
9891         position in the GPLv3 text.
9893 2009-10-06  Sam Steingold  <sds@gnu.org>
9895         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
9896         the comm attribute is present before calling regexp-quote.
9898 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
9900         * play/animate.el (animate-string): For good effect, make sure
9901         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
9903         * play/animate.el (animate-sequence, animate-birthday-present):
9904         * misc.el (butterfly): Don't set `indent-tabs-mode'.
9906 2009-10-06  Glenn Morris  <rgm@gnu.org>
9908         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
9910         * emacs-lisp/autoload.el (autoload-excludes): New variable.
9911         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
9912         (batch-update-autoloads): Process a string value of autoload-excludes,
9913         set during the build process.
9914         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
9916         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
9917         inside with-parsed...  macro so that `v' is defined.
9919         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
9920         * progmodes/fortran.el (fortran-end-of-block)
9921         (fortran-beginning-of-block):
9922         Also push mark in the macro case.
9924         * emerge.el (emerge-show-file-name):
9925         * calc/calc.el (calc-quit):
9926         * calc/calc-misc.el (calc-big-or-small):
9927         * calc/calc-graph.el (calc-graph-view):
9928         * calc/calc-ext.el (calc-reset):
9929         * calendar/calendar.el (calendar-basic-setup):
9930         Use window-full-height-p.
9932         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
9933         header we don't understand, don't insert another.  (Bug#4624)
9934         If changing mime charset, insert the new one in the right place.
9936 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
9938         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
9939         (cal-tex-cursor-month): Correctly increment the end date for diary and
9940         holiday listing.  (Bug#4626)
9942 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9944         * help-fns.el (describe-function-1): Don't burp if the function is not
9945         a symbol.
9947 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
9949         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
9950         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
9951         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
9952         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
9954         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
9955         (eieio-default-superclass): Reflow docstrings.
9956         (this, class-option-assoc, defclass, eieio-class-un-autoload)
9957         (eieio-unbind-method-implementations, defmethod)
9958         (eieio-validate-slot-value, eieio-validate-class-slot-value)
9959         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
9960         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
9961         (eieio-slot-originating-class-p, eieio-slot-name-index)
9962         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
9963         (constructor, initialize-instance, no-next-method, object-print)
9964         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
9965         Fix typos in docstrings.
9966         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
9967         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
9968         (next-method-p): Doc fixes.
9969         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
9970         Fix typos in error messages.
9971         (eieio-defmethod): Fix typo in description of generic method.
9973         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
9974         (eieio-persistent-save-interactive, slot-missing):
9975         Fix typos in docstrings.
9976         (eieio-instance-inheritor-slot-boundp): Doc fix.
9978         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
9979         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
9981         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
9982         (eieio-custom-object-apply-reset):
9983         Fix typos in docstrings and error messages.
9985         * emacs-lisp/eieio-datadebug.el (data-debug-show):
9986         Fix typo in docstring.
9988         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
9989         (eieio-browse-tree): Doc fix.
9990         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
9991         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
9992         Fix typos in docstrings.
9994         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
9995         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
9996         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
9997         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
9998         Reflow docstrings.
10000 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
10002         * vc-hg.el (log-view-vc-backend): Declare for compiler.
10003         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
10004         Set log-view-vc-backend so that diff can work.
10006         * log-view.el (log-view-diff): Use vc-diff-internal instead of
10007         vc-version-diff.
10008         (vc-diff-internal): Autoload this instead of vc-version-diff.
10010 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
10012         * simple.el (eval-expression): Doc fix.
10014         * progmodes/cwarn.el (cwarn-mode): Doc fix.
10016 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
10018         * files.el (directory-files-no-dot-files-regexp): New defconst.
10019         (delete-directory): Use it.
10020         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
10022         * net/tramp.el (tramp-verbose): Fix docstring.
10023         (tramp-methods): Add recursive option to `tramp-copy-args'.
10024         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
10025         "scp1_old", "scp2_old", "rsync", "rsyncc".
10026         (tramp-default-method): Check also for `auth-source-user-or-password'.
10027         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10028         Add handler for `copy-directory'.
10029         (tramp-handle-copy-directory): New defun.
10030         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
10031         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
10032         Optimize sent command.
10034 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10036         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
10037         window if necessary.
10039         * calendar/calendar.el (calendar-basic-setup): Don't call
10040         switch-to-buffer in a dedicated window.
10042 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
10044         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
10045         don't do anything related to relocating, just return nil.
10046         (bookmark-error-no-filename): New error.
10047         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
10048         bookmark has no file.  Don't even attempt to handle things that
10049         are not files; the whole point of custom handlers is to keep that
10050         knowledge elsewhere anyway.  Tighten some comments.
10051         (bookmark-file-or-variation-thereof): Remove now-unused function.
10052         (bookmark-location): Doc string fix.
10053         (Bug#4250)
10055 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10057         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
10058         don't use a file dialog, because they usually don't know how to read
10059         a directory target from the user.  (Bug#4230)
10060         Also, make sure the prompt can display directories as well as files.
10062 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10064         * bookmark.el (bookmark-set, bookmark-buffer-name):
10065         Improve doc strings.  (Bug#1193)
10067 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10069         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
10070         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
10071         (bookmark-get-annotation, bookmark-set-annotation)
10072         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10073         (bookmark-set-position, bookmark-get-front-context-string)
10074         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10075         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
10076         (bookmark-jump-other-window, bookmark-handle-bookmark)
10077         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
10078         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
10079         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
10080         Improve doc strings to say whether bookmark can be a string or
10081         a record or both, and make other consistency and clarity fixes.
10082         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
10083         (bookmark-default-annotation-text, bookmark-yank-word)
10084         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
10085         (bookmark-import-new-list, bookmark-maybe-rename)
10086         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10087         (bookmark-bmenu-bookmark): Give these doc strings.
10088         (bookmark-bmenu-check-position): Give this a doc string, but also
10089         add a FIXME comment about how the function may be pointless.
10090         (bookmark-default-handler): Rework doc string and change a
10091         parameter name, to clarify that this takes a bookmark record
10092         not a bookmark name.
10093         (bookmark-set): Change a parameter name to indicate its meaning,
10094         and improve the doc string a bit.
10095         (Bug#4188)
10097 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10099         * bookmark.el (bookmark-alist): Document the new `handler' element
10100         in the param alist.
10101         (bookmark-make-record-function): Adjust documentation for above.
10102         (Bug#4193)
10104 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10106         * info.el (Info-bookmark-make-record): Document this function.
10107         (Info-bookmark-jump): Document with a doc string, not just a comment.
10108         (Bug#4203)
10110 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10112         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
10113         (semantic-new-buffer-fcn): Call parser setup functions here.
10114         (semantic-mode): Don't call parser setup functions here, it's done
10115         in semantic-new-buffer-fcn now.
10116         (semantic-mode): Parse all existing buffers when enabled.
10118         * cedet/srecode/compile.el (srecode-compile-file):
10119         Call semantic-new-buffer-fcn if the buffer has not been parsed.
10121 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10123         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10125         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10126         (proj-comp-insert-variable-once): New macro, renamed from
10127         ede-pmake-insert-variable-once in ede/pmake.edl.
10128         (ede-proj-makefile-insert-variables): Use it.
10130 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
10132         * files.el (copy-directory): New defun.
10134         * dired-aux.el (dired-copy-file-recursive): Use it.
10136 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10138         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10139         (makefile-end-of-command):
10140         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10141         (semantic-end-of-context): Fix previous change.  Doc fixes.
10143 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10145         * files-x.el (modify-dir-local-variable)
10146         (copy-dir-locals-to-file-locals-prop-line):
10147         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10148         (makefile-end-of-command):
10149         * cedet/semantic/lex.el (semantic-lex-token):
10150         * cedet/semantic/analyze/fcn.el
10151         (semantic-analyze-dereference-metatype-1):
10152         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10153         (semantic-lex-cpp-undef):
10154         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10155         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10156         (semantic-end-of-context): Fix typos in docstrings.
10158         * recentf.el (recentf-unload-function): New function.
10160 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10162         * cedet/ede.el (ede-project-placeholder-cache-file):
10163         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10164         * cedet/srecode/map.el (srecode-map-save-file):
10165         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
10167 2009-10-04  Glenn Morris  <rgm@gnu.org>
10169         * window.el (window-full-height-p): Add doc string.
10171 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
10173         * window.el (window-full-height-p): New function.  (Bug#4543)
10175 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
10177         * cedet/srecode/insert.el: Require srecode/args.
10179         * cedet/srecode/args.el: Require srecode/dictionary instead of
10180         srecode/insert.
10182         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10184         * files.el (auto-mode-alist): Add .srt and Project.ede.
10186         * cedet/semantic.el (semantic-mode):
10187         Handle srecode-template-mode-hook as well.
10188         (semantic-mode): Use js-mode-hook for Javascript hook.
10190         * cedet/srecode/template.el: Remove hook variable.
10192         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10194         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10195         projects exist.
10196         (ede-project-placeholder-cache-file): Default to a file in
10197         user-emacs-directory.
10199         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10200         templates in data-directory.
10201         (srecode-map-save-file): Default to a file in user-emacs-directory.
10203         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10204         directory.
10206 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10208         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10209         Doc fix.
10211         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10212         Only insert each variable once.
10214         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10215         (ede-pmake-insert-variable-shared): Use it.
10217         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10218         for lexical table iff table is nil.
10220 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
10222         * vc.el: Remove commented out code.
10223         (vc-derived-from-dir-mode): Remove, unused.
10224         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10226 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
10228         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10229         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
10230         there could be recursive loading when `default-directory' is a
10231         remote file name.  (Bug#4614)
10233 2009-10-03  Glenn Morris  <rgm@gnu.org>
10235         * calendar/calendar.el (calendar-basic-setup): Handle the case where
10236         the frame is wide.
10237         (calendar-generate-window): Test for shrinkability rather than width.
10239         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10240         declaration, currently false.
10242         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10243         reusing existing buffers, in case we happen to visit two files with the
10244         same basename.  (Bug#4593)
10246 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10248         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10249         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10250         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10251         subdirs of cedet as well.
10252         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10254 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10256         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10257         Obey advertised-signature-table.
10259         * help-fns.el (help-function-arglist): Don't check
10260         advertised-signature-table.
10261         (describe-function-1): Do it here instead so it also applies to subrs.
10263 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
10265         * simple.el (start-file-process): Say in the doc-string, that file
10266         handlers might not support pty association, if PROGRAM is nil.
10268         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10269         HOST and USER are strings.  They are nil, when there are
10270         incomplete entries in ~/.netrc, for example.
10271         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
10272         root directory ("device busy" error otherwise).
10274         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10275         Flush file properties of created directory.
10277 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10279         * makefile.w32-in (WINS_BASIC): Remove cedet.
10280         (WINS_CEDET): Add cedet.
10281         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10283 2009-10-02  Kevin Ryde  <user42@zip.com.au>
10285         * net/browse-url.el (browse-url): Pass any symbol in
10286         browse-url-browser-function to `apply', since if you've mistakenly put
10287         an unbound symbol then the error is clearer.  (Bug#4531)
10289 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10291         * allout.el (allout-init, allout-back-to-current-heading)
10292         (allout-beginning-of-current-entry, allout-ascend-to-depth)
10293         (allout-ascend, allout-up-current-level, allout-end-of-level)
10294         (allout-previous-visible-heading, allout-forward-current-level)
10295         (allout-backward-current-level, allout-show-children):
10296         * apropos.el (apropos-describe-plist):
10297         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10298         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10299         * completion.el (add-completion, add-permanent-completion):
10300         * descr-text.el (describe-text-category, describe-char):
10301         * desktop.el (desktop-lazy-abort):
10302         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10303         * dired.el (dired-build-subdir-alist):
10304         * ediff.el (ediff-version):
10305         * elide-head.el (elide-head, elide-head-show):
10306         * emerge.el (emerge-version):
10307         * env.el (getenv):
10308         * face-remap.el (variable-pitch-mode):
10309         * faces.el (describe-face):
10310         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10311         (dired-at-point):
10312         * files.el (find-file-existing, auto-save-mode):
10313         * font-lock.el (font-lock-fontify-buffer):
10314         * help-fns.el (describe-function, describe-variable)
10315         (describe-syntax, describe-categories):
10316         * help.el (view-lossage, describe-bindings, describe-key)
10317         (describe-mode):
10318         * hexl.el (hexl-current-address):
10319         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10320         * info.el (Info-goto-emacs-key-command-node):
10321         * log-edit.el (log-edit-insert-cvs-template)
10322         (log-edit-insert-cvs-rcstemplate):
10323         * menu-bar.el (menu-bar-mode):
10324         * mouse.el (mouse-appearance-menu):
10325         * newcomment.el (comment-indent-new-line):
10326         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10327         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10328         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10329         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10330         * recentf.el (recentf-mode):
10331         * savehist.el (savehist-mode, savehist-save):
10332         * shadowfile.el (shadow-copy-files):
10333         * simple.el (kill-ring-save, next-line, previous-line)
10334         (normal-erase-is-backspace-mode):
10335         * strokes.el (strokes-update-window-configuration)
10336         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10337         (strokes-xpm-for-stroke):
10338         * time.el (emacs-uptime, emacs-init-time):
10339         * tutorial.el (tutorial--describe-nonstandard-key)
10340         (tutorial--detailed-help):
10341         * type-break.el (type-break-mode)
10342         (type-break-mode-line-message-mode, type-break-query-mode)
10343         (type-break-guesstimate-keystroke-threshold):
10344         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10345         * version.el (emacs-version):
10346         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10347         * winner.el (winner-mode):
10348         * calendar/timeclock.el (timeclock-in, timeclock-out)
10349         (timeclock-status-string, timeclock-change)
10350         (timeclock-workday-remaining-string)
10351         (timeclock-workday-elapsed-string)
10352         (timeclock-when-to-leave-string):
10353         * calendar/todo-mode.el (todo-add-category):
10354         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10355         * emacs-lisp/autoload.el (update-file-autoloads):
10356         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10357         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10358         (checkdoc-message-text, checkdoc-defun):
10359         * emacs-lisp/debug.el (debugger-list-functions):
10360         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10361         * emacs-lisp/eieio-opt.el (eieio-describe-class)
10362         (eieio-describe-generic):
10363         * emacs-lisp/lisp-mnt.el (lm-synopsis):
10364         * emacs-lisp/shadow.el (list-load-path-shadows):
10365         * emulation/cua-base.el (cua-mode):
10366         * emulation/edt.el (edt-set-scroll-margins):
10367         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10368         (tpu-toggle-regexp, tpu-toggle-search-direction)
10369         (tpu-toggle-rectangle, tpu-toggle-control-keys):
10370         * emulation/tpu-extras.el (tpu-set-scroll-margins):
10371         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10372         (viper-set-parsing-style-toggling-macro)
10373         (viper-set-emacs-state-searchstyle-macros):
10374         * emulation/viper.el (viper-set-hooks):
10375         * eshell/esh-mode.el (eshell-truncate-buffer):
10376         * international/mule-cmds.el (prefer-coding-system)
10377         (describe-input-method, describe-language-environment):
10378         * international/mule-diag.el (list-character-sets)
10379         (describe-character-set, describe-coding-system)
10380         (describe-fontset, list-fontsets, list-input-methods):
10381         * mail/sendmail.el (mail-signature):
10382         * net/ange-ftp.el (ange-ftp-copy-file):
10383         * net/browse-url.el (browse-url):
10384         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10385         * net/quickurl.el (quickurl-add-url):
10386         * net/rcirc.el (names, topic):
10387         * net/xesam.el (xesam-mode):
10388         * play/5x5.el (5x5-new-game):
10389         * play/yow.el (apropos-zippy):
10390         * progmodes/ada-mode.el (ada-mode-version):
10391         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10392         (f90-end-of-block)
10393         (f90-beginning-of-block):
10394         * progmodes/fortran.el (fortran-end-of-block)
10395         (fortran-beginning-of-block):
10396         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
10397         * progmodes/python.el (python-describe-symbol, python-shell):
10398         * term/ns-win.el (ns-print-buffer):
10399         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
10400         * textmodes/flyspell.el (flyspell-mode-on):
10401         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
10402         (pages-directory-for-addresses):
10403         * textmodes/table.el (table-recognize-cell)
10404         (table-query-dimension, table-generate-source)
10405         (table-insert-sequence, table--warn-incompatibility):
10406         * textmodes/tex-mode.el (tex-validate-buffer):
10407         * textmodes/texinfmt.el (texinfmt-version)
10408         (texinfo-format-buffer):
10409         Use `called-interactively-p' instead of `interactive-p'.
10411 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10413         * image-mode.el (image-toggle-display):
10414         * emacs-lisp/elp.el (elp-instrument-function):
10415         * emacs-lisp/advice.el (ad-make-advised-definition):
10416         * emacs-lisp/easy-mmode.el (define-minor-mode):
10417         * net/browse-url.el (browse-url-maybe-new-window):
10418         * progmodes/sh-script.el (sh-learn-buffer-indent):
10419         Pass new argument 'any to `called-interactively-p'.
10421 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10423         * international/uni-bidi.el:
10424         * international/uni-category.el:
10425         * international/uni-combining.el:
10426         * international/uni-comment.el:
10427         * international/uni-decimal.el:
10428         * international/uni-decomposition.el:
10429         * international/uni-digit.el:
10430         * international/uni-lowercase.el:
10431         * international/uni-mirrored.el:
10432         * international/uni-name.el:
10433         * international/uni-numeric.el:
10434         * international/uni-old-name.el:
10435         * international/uni-titlecase.el:
10436         * international/uni-uppercase.el:
10437         Regenerate from Unicode 5.2.0 data.
10439 2009-10-01  Glenn Morris  <rgm@gnu.org>
10441         * Makefile.in (ELCFILES): Regenerate.
10443 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10445         * subr.el (interactive-p): Mark obsolete.
10446         (called-interactively-p): Make the optional-ness of `kind' obsolete.
10447         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
10448         advertised-signature-table for subroutines as well.
10450         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
10451         (set-advertised-calling-convention): New function.
10452         (make-obsolete, define-obsolete-function-alias)
10453         (make-obsolete-variable, define-obsolete-variable-alias):
10454         Make the optional-ness of `when' obsolete.
10455         (define-obsolete-face-alias): Make `when' non-optional.
10456         * help-fns.el (help-function-arglist):
10457         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
10458         Use advertised-signature-table.
10460 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
10462         * files.el (delete-directory): New defun.  The original function
10463         in fileio.c has been renamed to `delete-directory-internal'.
10465         * dired.el (dired-delete-file): Call `delete-directory' with
10466         RECURSIVE parameter.
10468         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
10469         parameter RECURSIVE.  Implementation is missing.
10471         * net/tramp.el (tramp-handle-make-directory): Flush upper
10472         directory's file properties.
10473         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
10474         (tramp-handle-dired-recursive-delete-directory): Flush directory
10475         properties after the remove command only.
10477         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10478         Handle optional parameter RECURSIVE.
10480         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
10481         Handle optional parameter RECURSIVE.
10483         * net/tramp-smb.el (tramp-smb-errors): Add error message for
10484         connection timeout.
10485         (tramp-smb-handle-delete-directory): Handle optional parameter
10486         RECURSIVE.
10488 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10490         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
10491         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
10492         (byte-compile-defmacro): Use backquotes.
10494         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
10496         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
10497         has no associated file.
10498         (vc-resynch-buffer): Use vc-dir-buffers.
10500 2009-10-01  Glenn Morris  <rgm@gnu.org>
10502         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
10503         (chart-file-count):
10504         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
10505         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
10506         * emacs-lisp/eieio-opt.el (eieio-describe-class):
10507         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
10508         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
10509         (eieio-copy-parents-into-subclass, make-instance, class-children)
10510         (eieio-generic-form):
10511         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
10512         * cedet/cedet-idutils.el (cedet-idutils-search)
10513         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
10514         (cedet-idutils-version-check):
10515         * cedet/cedet.el (cedet-version):
10516         * cedet/data-debug.el (data-debug-insert-overlay-button)
10517         (data-debug-insert-overlay-list-button)
10518         (data-debug-insert-buffer-button)
10519         (data-debug-insert-buffer-list-button)
10520         (data-debug-insert-process-button, data-debug-insert-ring-button)
10521         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
10522         (data-debug-insert-stuff-vector-button)
10523         (data-debug-insert-symbol-button, data-debug-insert-string)
10524         (data-debug-insert-number, data-debug-insert-lambda-expression)
10525         (data-debug-insert-nil, data-debug-insert-simple-thing)
10526         (data-debug-insert-custom, data-debug-edebug-expr):
10527         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
10528         (global-ede-mode-map, ede-new, ede-debug-target)
10529         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
10530         * cedet/semantic.el (semantic-minimum-working-buffer-size)
10531         (semantic-fetch-tags, semantic-submode-list)
10532         (semantic-default-submodes):
10533         * cedet/ede/source.el (ede-source-match):
10534         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
10535         (project-am-package-info):
10536         * cedet/ede/proj.el (ede-proj-target, project-new-target):
10537         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
10538         * cedet/ede/proj-comp.el (ede-current-build-list):
10539         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
10540         * cedet/ede/files.el (ede-toplevel-project-or-nil):
10541         * cedet/ede/cpp-root.el (initialize-instance):
10542         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
10543         (autoconf-parameter-strip, autoconf-insert-new-macro):
10544         * cedet/semantic/wisent.el (wisent-lex-eoi):
10545         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
10546         (semantic-show-parser-state-mode):
10547         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
10548         * cedet/semantic/tag.el (semantic-tag-new-variable)
10549         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
10550         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
10551         (semantic--tag-deep-copy-tag-list)
10552         (semantic-tag-components-with-overlays-default):
10553         * cedet/semantic/symref.el (semantic-symref-find-text):
10554         * cedet/semantic/senator.el (senator-yank-tag)
10555         (senator-transpose-tags-up):
10556         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
10557         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
10558         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
10559         * cedet/semantic/lex.el (semantic-lex-comment-regex)
10560         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
10561         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
10562         * cedet/semantic/lex-spp.el
10563         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
10564         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
10565         * cedet/semantic/idle.el
10566         (semantic-idle-summary-current-symbol-info-brutish)
10567         (semantic-idle-summary-current-symbol-info-default):
10568         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
10569         (semantic--grammar-macro-compl-dict):
10570         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
10571         * cedet/semantic/format.el (semantic-format-tag-custom-list)
10572         (semantic-format-tag-canonical-name-default):
10573         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
10574         (semantic-find-tags-for-completion)
10575         (semantic-find-tags-by-scope-protection-default)
10576         (semantic-deep-find-tags-for-completion):
10577         * cedet/semantic/edit.el
10578         (semantic-edits-incremental-reparse-failed-hook)
10579         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
10580         (semantic-edits-splice-remove, semantic-edits-splice-replace):
10581         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
10582         * cedet/semantic/dep.el (semantic-dependency-include-path):
10583         * cedet/semantic/db.el (semanticdb-default-find-index-class)
10584         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
10585         (semanticdb-project-roots):
10586         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
10587         (semanticdb-find-adebug-insert-scanned-tag-cons)
10588         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
10589         (semanticdb-brute-deep-find-tags-for-completion):
10590         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
10591         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
10592         (semantic-end-of-context-default)
10593         (semantic-ctxt-current-function-default)
10594         (semantic-ctxt-scoped-types-default):
10595         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
10596         (semantic-complete-inline-tag-engine)
10597         (semantic-complete-inline-custom-type)
10598         (semantic-complete-read-tag-analyzer):
10599         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
10600         (semantic-chart-database-size):
10601         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
10602         (semantic-analyze-current-context):
10603         * cedet/semantic/symref/list.el (semantic-symref)
10604         (semantic-symref-hide-buffer, semantic-symref-symbol):
10605         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
10606         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
10607         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
10608         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
10609         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
10610         (semantic-c-dereference-template):
10611         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
10612         (semantic--analyze-refs-full-lookup-with-parents)
10613         (semantic--analyze-refs-full-lookup-simple):
10614         * cedet/semantic/analyze/complete.el
10615         (semantic-analyze-possible-completions):
10616         * cedet/srecode/table.el (srecode-mode-table-new):
10617         * cedet/srecode/srt.el (srecode-read-variable-name):
10618         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
10619         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
10620         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
10621         * cedet/srecode/map.el (srecode-current-map):
10622         * cedet/srecode/insert.el (srecode-insert)
10623         (srecode-insert-variable-secondname-handler, srecode-insert-method)
10624         (srecode-template-inserter-point-override)
10625         (srecode-insert-include-lookup):
10626         * cedet/srecode/getset.el (srecode-auto-choose-class):
10627         * cedet/srecode/extract.el (srecode-inserter-extract):
10628         * cedet/srecode/document.el
10629         (srecode-document-autocomment-return-last-alist)
10630         (srecode-document-autocomment-param-type-alist)
10631         (srecode-document-insert-function-comment)
10632         (srecode-document-insert-variable-one-line-comment)
10633         (srecode-document-function-name-comment):
10634         * cedet/srecode/dictionary.el (srecode-create-dictionary)
10635         (srecode-compound-toString):
10636         * cedet/srecode/compile.el (srecode-flush-active-templates):
10637         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
10638         Doc/message fixes.
10640         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
10641         match-data.  (Bug#4555).
10643         * cedet/semantic/bovine/gcc.el
10644         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
10645         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
10647         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
10648         rather than parsing it as a regexp.  This relaxes the layout
10649         requirements and makes errors easier to detect.
10650         (check-declare-verify): Check file is regular.
10651         (check-declare-directory): Doc fix.
10652         * subr.el (declare-function): Doc fix.
10654         * ibuffer.el (ibuffer-format-qualifier):
10655         * isearch.el (hi-lock-regexp-okay):
10656         * calc/calc.el (math-zerop):
10657         * mail/uce.el (rmail-msgbeg, rmail-msgend):
10658         * term/w32-win.el (setup-default-fontset, set-fontset-font):
10659         Remove unused declarations.
10661 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10663         * cedet/semantic/wisent/javat-wy.el
10664         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
10666 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
10668         * cedet/srecode/expandproto.el: Fix provide statement.
10670 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10672         * emacs-lisp/eieio.el (boolean-p): Delete.
10674 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
10676         * cedet/ede/srecode.el: Fix provide statement.
10678 2009-09-30  Glenn Morris  <rgm@gnu.org>
10680         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
10681         * cedet/ede/proj-aux.el (ede-aux-source):
10682         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
10683         (ede-misc-source):
10684         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
10685         (semantic-mrub-switch-tags): Fix doc typos.
10687         * cedet/semantic/db-global.el (data-debug-new-buffer)
10688         (data-debug-insert-thing): Remove unneeded declarations (one broken).
10689         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
10691         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
10693         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
10694         use of CL function `remove-if-not'.
10696         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
10698         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
10699         filename is not a string.
10701 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
10703         * files.el (safe-local-eval-forms): Fix typo.
10705 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10707         * vc-hooks.el (vc-dir-buffers): New var.
10708         (vc-state-refresh): New function.
10709         (vc-state): Use it.
10710         (vc-after-save): Always ask the backend to recompute the new state.
10711         Always call vc-dir if necessary, using vc-dir-buffers.
10712         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
10713         Use vc-dir-buffers.
10714         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
10715         (vc-dir-prepare-status-buffer, vc-dir-update)
10716         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
10717         Don't call expand-file-name on default-directory.
10719 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10721         * speedbar.el (speedbar-item-delete):
10722         * calc/calc-prog.el (calc-kbd-if):
10723         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
10725         * epa.el (epa-key-list-mode-map):
10726         * hi-lock.el (hi-lock-menu): Fix typos in menus.
10728         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
10729         (hs-show-hook): Fix typo in docstring.
10731 2009-09-29  Glenn Morris  <rgm@gnu.org>
10733         * cedet/semantic/symref/idutils.el:
10734         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
10736         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
10738         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
10739         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
10740         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
10741         Mark declarations not understood by check-declare.
10743         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
10744         file-name-nondirectory call preventing location of cedet files.
10745         (check-declare-verify): Use literal search rather than re-search.
10746         Add basic defmethod and defclass, and define-overloadable-function.
10748         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10749         Use tramp-compat-file-attributes rather than nonexistent
10750         tramp-compat-handle-file-attributes.
10752         * Makefile.in (lisptagsfiles4): New.
10753         (AUTOGENEL): Add cedet loaddefs files.
10754         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
10755         (update-elclist, compile-always, backup-compiled-files)
10756         (bootstrap-clean): Add yet another directory level.
10757         (update-elclist): Use LC_COLLATE rather than COLLATE.
10758         (ELCFILES): Update, via `make update-elclist'.
10760 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10762         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
10763         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
10764         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
10766 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
10768         * Makefile.in (lisptagsfiles3): Define.
10769         (TAGS, TAGS-LISP): Use it.
10770         (update-elclist): Add third directory level to look for elc files.
10771         (compile-always): Likewise.
10772         (backup-compiled-files): Likewise.
10773         (bootstrap-clean): Likewise.
10774         (ELCFILES): Update.
10776 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
10778         * Makefile.in (ELCFILES): Add CEDET files.
10780 2009-09-28  Eric Ludlam  <zappo@gnu.org>
10782         CEDET (development tools) package merged.
10784         * cedet/*.el:
10785         * cedet/ede/*.el:
10786         * cedet/semantic/*.el:
10787         * cedet/srecode/*.el: New files.
10789 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
10791         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
10793         * net/tramp.el (top): Require tramp-imap.
10795         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10796         Use `tramp-compat-handle-file-attributes'.
10798 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10800         * net/tramp-imap.el: New package.
10802 2009-09-28  Eric Ludlam  <zappo@gnu.org>
10804         * emacs-lisp/chart.el:
10805         * emacs-lisp/eieio-base.el:
10806         * emacs-lisp/eieio-comp.el:
10807         * emacs-lisp/eieio-custom.el:
10808         * emacs-lisp/eieio-datadebug.el:
10809         * emacs-lisp/eieio-opt.el:
10810         * emacs-lisp/eieio-speedbar.el:
10811         * emacs-lisp/eieio.el: New files.
10813         * cedet/cedet-cscope.el:
10814         * cedet/cedet-files.el:
10815         * cedet/cedet-global.el:
10816         * cedet/cedet-idutils.el:
10817         * cedet/data-debug.el:
10818         * cedet/inversion.el:
10819         * cedet/mode-local.el:
10820         * cedet/pulse.el: New files.
10822 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10824         * whitespace.el (whitespace-trailing-regexp)
10825         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
10826         Fix doc string.
10828 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
10830         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
10831         menu.
10833         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
10834         menu-bar-ediff-menu.
10836         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
10837         define-overloadable-function.
10839         * progmodes/autoconf.el: Provide autoconf as well, so that this
10840         file can be `require'd.
10842         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
10844         * emacs-lisp/autoload.el (generated-autoload-feature)
10845         (generated-autoload-load-name): New vars.
10846         (autoload-rubric, autoload-generate-file-autoloads): Use them.
10847         (make-autoload): Recognize define-overloadable-function and
10848         defclass forms (for EIEIO).
10850         * Makefile.in (update-subdirs): Exclude cedet directory.
10852 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
10854         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
10856         * faces.el: Default light-background background for region face to
10857         ns_selection_color under NS.
10859 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10861         * net/imap-hash.el: New library, see NEWS.
10863         * Makefile.in (ELCFILES): Add imap-hash.el.
10865 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10867         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
10868         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
10869         * help-macro.el (make-help-screen): Avoid using an ambiguous function
10870         definition where the docstring could be taken for the return value.
10872 2009-09-26  Glenn Morris  <rgm@gnu.org>
10874         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
10875         Add option to only show images below a certain size.
10876         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
10877         save-excursion calls.
10879 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
10881         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
10882         subdirectories) and eieio.
10884 2009-09-26  Alan Mackenzie  <acm@muc.de>
10886         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
10887         buggy bracketing.  (Bug#4289)
10889         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
10890         character constants (as case labels).  (Bug#4289)
10892 2009-09-25  Juri Linkov  <juri@jurta.org>
10894         * files.el (safe-local-eval-forms): Allow time-stamp in
10895         before-save-hook (Bug#4554).
10897 2009-09-25  Drew Adams  <drew.adams@oracle.com>
10899         * menu-bar.el (list-buffers-directory): Doc fix.
10901 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10903         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
10904         Try and avoid copying twice the same paragraph.
10905         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
10906         Remove save-excursion.
10907         (log-edit-changelog-entry): Do it here instead.
10909 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
10911         * bs.el (bs--get-file-name): Use `list-buffers-directory'
10912         when available, instead of hardcoding mode names.  Doc fix.
10914         * menu-bar.el (list-buffers-directory): Add docstring.
10915         Make automatically buffer-local.
10917         * dired.el (dired-mode):
10918         * files.el (cd-absolute):
10919         * pcvs.el (cvs-temp-buffer):
10920         * pcvs-util.el (cvs-get-buffer-create):
10921         * shell.el (shell-mode):
10922         * vc-dir.el (vc-dir-mode):
10923         Don't make `list-buffers-directory' buffer local.
10925 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
10927         * comint.el (comint-exec, comint-run, make-comint):
10928         Doc fixes (Bug#4542).
10930 2009-09-25  Glenn Morris  <rgm@gnu.org>
10932         * mail/rmailmm.el (rmail-mime): New custom group.
10933         Move all defcustoms in this file into this group.
10934         (rmail-mime-media-type-handlers-alist): Revert previous change.
10935         (rmail-mime-show-images): New option.
10936         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
10937         references to it, since it wasn't actually used for anything.
10938         (rmail-mime-insert-image): New function.
10939         (rmail-mime-image): Use rmail-mime-insert-image.
10940         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
10941         obey the value of `rmail-mime-show-images' option.  Print the size of
10942         attachments.
10944 2009-09-25  David Engster  <deng@randomsample.de>
10946         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
10948 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10950         * whitespace.el: Does not highlight trailing spaces While point is
10951         at end of line.  Does not highligt spaces at beginning of buffer
10952         while point is at beginning of buffer.  Does not highlight spaces
10953         at end of buffer while point is at end of buffer.  (Bug#4177)
10954         New version 12.0.
10955         (whitespace-display-mappings): Adjust initialization.
10956         (whitespace-point, whitespace-font-lock-refontify): New vars.
10957         (whitespace-color-on, whitespace-color-off): Adjust code.
10958         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10959         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
10960         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
10962 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
10964         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
10966         * textmodes/sgml-mode.el: Remove xml-mode alias.
10968         * files.el (auto-mode-alist, conf-mode-maybe)
10969         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
10971 2009-09-24  Alan Mackenzie  <acm@muc.de>
10973         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
10974         c-forward-conditionals, but it doesn't move point and doesn't set
10975         the mark.
10976         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
10977         (c-down-conditional-with-else, c-backward-conditional)
10978         (c-forward-conditional): Refactor to use c-scan-conditionals.
10980 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10982         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
10983         (help-default-arg-highlight): Remove.
10984         (help-highlight-arg): New function.
10985         (help-do-arg-highlight): Use it.
10986         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
10988 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10990         * term.el (term-set-scroll-region, term-handle-ansi-escape):
10991         Undo last change, which didn't fix the problem and introduced others.
10993 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
10995         * progmodes/gdb-mi.el: Don't require speedbar.
10996         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
10998 2009-09-24  Glenn Morris  <rgm@gnu.org>
11000         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
11002         * term/ns-win.el (ns-reg-to-script): Define for compiler.
11004         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
11005         there is no newline after the final mime boundary.  (Bug#4539)
11006         Move markers on insertion so that any buttons inserted don't end up in
11007         the next part of a multipart message.
11008         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
11009         (rmail-mime-bulk-handler): Optionally handle images.
11010         (rmail-mime-image): New button action.
11011         (rmail-mime-image-handler): New function.
11012         (rmail-mime-mode): New mode.
11013         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
11015 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11017         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
11018         than just dropping elements from it (bug#4504).
11020         * term.el (term-set-scroll-region): Don't move cursor any more.
11021         (term-handle-ansi-escape): Call term-goto here instead.
11022         Suggested by Ivan Kanis <apple@kanis.eu>.
11024         * term.el: Require CL.
11025         (term-ansi-reset): New function.
11026         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
11027         (term-handle-colors-array): Simplify.
11029 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11031         * allout.el (allout-overlay-interior-modification-handler)
11032         (allout-obtain-passphrase):
11033         * epa-file.el (epa-file-write-region):
11034         * ps-print.el (ps-begin-job):
11035         * vc-hooks.el (vc-toggle-read-only):
11036         * vc-rcs.el (vc-rcs-rollback):
11037         * vc-sccs.el (vc-sccs-rollback):
11038         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
11039         (vc-version-diff, vc-revert, vc-rollback):
11040         * wdired.el (wdired-check-kill-buffer):
11041         * emacs-lisp/authors.el (authors):
11042         * net/socks.el (socks-open-connection):
11043         * net/zeroconf.el (zeroconf-service-add-hook):
11044         * obsolete/vc-mcvs.el (vc-mcvs-register):
11045         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
11046         (gdb-select-frame):
11047         * progmodes/grep.el (lgrep, rgrep):
11048         * progmodes/idlw-help.el (idlwave-help-check-locations)
11049         (idlwave-help-html-link, idlwave-help-assistant-open-link):
11050         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11051         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
11052         (reftex-toc-rename-label): Fix typos in error messages.
11054         * dired-aux.el (dired-do-shell-command): Reflow docstring.
11055         (dired-copy-how-to-fn): Doc fix.
11056         (dired-files-attributes, dired-read-shell-command):
11057         Fix typos in docstrings.
11059         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
11060         (dired-x-find-file-other-window): Reflow docstrings.
11061         (dired-omit-marker-char, dired-read-shell-command)
11062         (dired-x-submit-report): Fix typos in docstrings.
11064         * shell.el (shell-mode-hook):
11065         * view.el (View-scroll-line-forward):
11066         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
11067         Fix typos in docstrings.
11069         * net/dig.el (dig-invoke): Fix typo in docstring.
11070         (query-dig): Reflow docstring.
11072         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
11073         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
11074         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
11075         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
11076         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
11077         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
11078         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
11079         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
11080         (idlwave-completion-map, idlwave-current-indent)
11081         (idlwave-custom-ampersand-surround, idlwave-customize)
11082         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
11083         (idlwave-define-abbrev, idlwave-determine-class-special)
11084         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
11085         (idlwave-end-block-reg, idlwave-end-of-statement)
11086         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
11087         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
11088         (idlwave-explicit-class-listed, idlwave-file-header)
11089         (idlwave-fill-paragraph, idlwave-find-class-definition)
11090         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
11091         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
11092         (idlwave-in-quote, idlwave-indent-action-table)
11093         (idlwave-indent-expand-table, idlwave-indent-line)
11094         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11095         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11096         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11097         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11098         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11099         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11100         (idlwave-outlawed-buffers, idlwave-popup-select)
11101         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11102         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11103         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11104         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11105         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11106         (idlwave-statement-type, idlwave-struct-skip)
11107         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11108         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11109         (idlwave-what-module-find-class): Fix typos in docstrings.
11110         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11111         (idlwave-calculate-cont-indent, idlwave-expand-equal)
11112         (idlwave-find-module, idlwave-find-structure-definition)
11113         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11114         (idlwave-list-load-path-shadows, idlwave-next-statement)
11115         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11116         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11117         (idlwave-template): Reflow docstrings.
11119         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11120         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11121         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11122         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11123         (idlwave-shell-display-line, idlwave-shell-display-wframe)
11124         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11125         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11126         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11127         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11128         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11129         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11130         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11131         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11132         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11133         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11134         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11135         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11136         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11137         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11138         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11139         Fix typos in docstrings.
11140         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11141         (idlwave-shell-hide-output, idlwave-shell-mode)
11142         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11143         Reflow docstrings.
11145         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11147 2009-09-24  Ivan Kanis  <apple@kanis.eu>
11149         * term.el (term-bold-attribute): New var.
11150         (term-handle-colors-array): Use it.
11152 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
11154         * progmodes/gdb-mi.el (gdb-version): New variable.
11155         (gdb-non-stop-handler): Set gdb-version.
11156         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11157         Condition "--thread" option on gdb-version.
11158         (gdb-invalidate-threads): Remove unused argument.
11160 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11162         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11163         to looking-back to avoid ridiculous slow down in large files (bug#4511).
11165 2009-09-23  Glenn Morris  <rgm@gnu.org>
11167         * mail/rmail.el (rmail-reply): Don't try to add a References header when
11168         replying to mail without References or Message-Id.  (Bug#4525)
11170 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
11172         * term/ns-win.el (ns-reg-to-script): New variable.
11174 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
11176         * epg.el (epg-wait-for-status): Preserve existing 'error results.
11178 2009-09-22  Sam Steingold  <sds@gnu.org>
11180         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11181         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11182         to 1 because hg returns status 1 when nothing is found.
11183         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11185 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11187         * textmodes/fill.el: Convert to utf-8 encoding.
11188         (fill-french-nobreak-p): Remove redundant » and « inherited from our
11189         pre-Unicode days.
11191         * add-log.el (change-log-fill-forward-paragraph): New function.
11192         (change-log-mode): Use it so fill-region DTRT.
11193         Set fill-indent-according-to-mode here rather than in
11194         change-log-fill-paragraph.
11195         (change-log-fill-paragraph): Remove.
11197 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
11199         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11200         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
11202 2009-09-22  Glenn Morris  <rgm@gnu.org>
11204         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11205         the scroll-bar scroll the calendar window rather than the buffer.
11207         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11208         commands that move point (as opposed to scrolling).
11210         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11212         * emacs-lisp/elint.el (elint): New custom group.
11213         (elint-log-buffer): Make it a defcustom.
11214         (elint-scan-preloaded, elint-ignored-warnings)
11215         (elint-directory-skip-re): New options.
11216         (elint-builtin-variables): Doc fix.
11217         (elint-preloaded-env): New variable.
11218         (elint-unknown-builtin-args): Add an entry for encode-time.
11219         (elint-extra-errors): Make it a variable rather than a constant.
11220         (elint-preloaded-skip-re): New constant.
11221         (elint-directory): Skip files matching elint-directory-skip-re.
11222         (elint-features): New variable, local to linted buffers.
11223         (elint-update-env): Initialize elint-features.  Possibly add
11224         elint-preloaded-env to the buffer's environment.
11225         (elint-get-top-forms): Bind elint-current-pos, for log messages.
11226         Skip quoted forms.
11227         (elint-init-form): New function, extracted from elint-init-env.
11228         Make non-list forms a warning rather than an error.
11229         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
11230         easy-menu-define, put that adds an error-condition, and provide.
11231         When requiring cl, also require cl-macs.  Really require cl, to handle
11232         some cl macros.  Store required libraries in the list elint-features,
11233         so as not to re-load them.  Treat cc-require like require.
11234         (elint-init-env): Call elint-init-form to do the work.
11235         Handle eval-and-compile and such like.
11236         (elint-add-required-env): Do not clear messages.
11237         (elint-special-forms): Add handlers for function, defalias, if, when,
11238         unless, and, or.
11239         (elint-form): Add optional argument to ignore elint-special-forms,
11240         useful to prevent recursive calls from handlers.  Doc fix.
11241         Respect elint-ignored-warnings.
11242         (elint-form): Respect elint-ignored-warnings.
11243         (elint-bound-variable, elint-bound-function): New variables.
11244         (elint-unbound-variable): Respect elint-bound-variable.
11245         (elint-get-args): Respect elint-bound-function.
11246         (elint-check-cond-form): Add some simple handling for (f)boundp and
11247         featurep tests.
11248         (elint-check-defalias-form): New handler.
11249         (elint-check-let-form): Make an empty let a warning rather than an
11250         error.
11251         (elint-check-setq-form): Make an empty setq a warning rather than an
11252         error.  Respect elint-ignored-warnings.
11253         (elint-check-defvar-form): Accept null doc-strings.
11254         (elint-check-conditional-form): New handler.  Does some simple-minded
11255         checking of featurep and (f)boundp tests.
11256         (elint-put-function-args): New function.
11257         (elint-initialize): Use elint-scan-doc-file rather than
11258         elint-find-builtin-variables.  Use elint-put-function-args.
11259         Possibly scan preloaded-file-list.
11260         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11261         extend to handle functions as well.
11263 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
11265         * linum.el (linum-delete-overlays, linum-update-window):
11266         Do not modify the right margin.  (Bug#3971)
11268 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
11270         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11271         nxml-mode instead of xml-mode.
11273 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11275         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
11277 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11279         * net/dig.el (dig-mode): Use define-derived-mode.
11281 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
11283         * vc-dispatcher.el (vc-do-command): Return the process object in
11284         the asynchronous case.  Use when instead of if.  Do not run
11285         vc-exec-after to display a message if not enabled.  (Bug#4463)
11287         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11288         properties to the stash strings.
11289         (vc-git-stash-list): Return a list of strings.
11290         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11291         (vc-git-stash-show-at-point): New functions.
11292         (vc-git-stash-map): New keymap.
11294         * register.el (ctl-x-r-map): Define the keys here instead of
11295         using autoload.
11297 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
11299         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11300         list, to workaround performance problem (bug#4485).
11302 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
11304         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11306 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
11308         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11309         Document that this option is not recommended to use.
11311 2009-09-19  Glenn Morris  <rgm@gnu.org>
11313         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11314         variable `var'.
11316         * calc/calc-alg.el (var):
11317         * calc/calcalg2.el (var): Define for compiler.
11319 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
11321         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11322         Doc fix (Bug#3932).
11324         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11326         * time-stamp.el (time-stamp-month-dd-yyyy)
11327         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11328         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11329         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11330         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11331         Remove functions that have been obsolete since 1995 (Bug#4436).
11333         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11334         indent buffer only if called interactively (Bug#4452).
11336 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
11337             Eli Zaretskii  <eliz@gnu.org>
11339         This fixes bug#4197 (merged to bug#865, though not identical).
11340         * server.el (server-auth-dir): Add docstring note about FAT32.
11341         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11342         but warn against using them.
11344 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
11346         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11347         older GDB where there is no has_more field.
11349 2009-09-19  Glenn Morris  <rgm@gnu.org>
11351         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11353 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
11355         * files.el (auto-mode-alist): Change default for XML files to nXML
11356         mode (Bug#4169).
11358 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
11360         * server.el (server-ensure-safe-dir): Pass 'integer
11361         to `file-attributes', as suggested.
11363 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11365         * dired-aux.el (dired-query-alist): Remove spurious backslash.
11366         (dired-query): Use read-key.
11368 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
11370         * cus-start.el (ns-use-qd-smoothing): Remove.
11372 2009-09-18  Glenn Morris  <rgm@gnu.org>
11374         * allout.el (top-level): Remove unnecessary progn.
11376         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11378         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11379         definition of abbrev table.
11381         * speedbar.el (speedbar-track-mouse):
11382         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11383         * net/eudc.el (eudc-expand-inline):
11384         * net/newst-backend.el (newsticker--cache-read-feed):
11385         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11386         condition-case handlers.
11388 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
11390         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11391         (gdb-var-list): Add an element for has_more field.
11392         (gdb-non-stop-handler): Enable pretty printing for STL containers.
11393         (gdb-var-create-handler, gdb-var-list-children-handler-1)
11394         (gdb-var-update-handler-1): Parse output of dynamic variable
11395         objects (STL containers).
11396         (gdb-var-delete-1): Pass var1 as an explicit second argument.
11397         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
11399         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
11400         gdb-var-list.
11401         (gud-speedbar-buttons): Make node expandable if expression "has more"
11402         children.
11404 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
11406         * startup.el (emacs-quick-startup): Remove variable and all uses.
11407         (command-line): Set `inhibit-x-resources' instead.
11408         (command-line-1): Use `inhibit-x-resources' instead.
11410 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
11412         * subr.el: Fix last change to avoid using the `unless' macro,
11413         which breaks bootstrapping.
11415 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11417         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
11418         extended definitions, in case we reload subr.el after having
11419         loaded CL.
11420         (eval-next-after-load): Mark as obsolete.
11422 2009-09-17  Juri Linkov  <juri@jurta.org>
11424         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
11425         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
11426         (menu-bar-showhide-menu, menu-bar-tools-menu)
11427         (menu-bar-describe-menu, menu-bar-help-menu)
11428         (minibuffer-local-completion-map, minibuffer-local-map):
11429         Fix list quoting.
11431 2009-09-17  Glenn Morris  <rgm@gnu.org>
11433         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
11434         arguments, whether or not it has a handler.
11436         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
11438         * simple.el (hard-newline): Give it a doc-string.
11440         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11441         (lisp-mode-syntax-table): Give them doc-strings.
11443 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
11445         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
11446         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
11447         (menu-bar-options-menu, menu-bar-showhide-menu)
11448         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
11449         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
11450         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
11451         (menu-bar-options-menu, menu-bar-tools-menu)
11452         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
11453         (menu-bar-help-menu):
11454         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
11455         string arguments.
11457         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
11458         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
11459         calls for the menu names and :help.
11461 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11463         * mouse.el (minor-mode-menu-from-indicator): Pay attention
11464         to :minor-mode-function (bug#4455).
11466 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11468         * startup.el (command-line): Initialize the window-system after
11469         processing the command-line.
11471         * textmodes/page.el (what-page): Make sure we don't inf-loop if
11472         page-delimiter matches the empty string.
11474 2009-09-16  Glenn Morris  <rgm@gnu.org>
11476         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
11477         byte-compile-not-obsolete-var.  It's a list now.
11478         (byte-compile-not-obsolete-funcs): New variable.
11479         (byte-compile-warn-obsolete): Don't warn about functions if they are in
11480         byte-compile-not-obsolete-funcs.
11481         (byte-compile-variable-ref, byte-compile-defvar): Update for
11482         byte-compile-not-obsolete-vars name-change and list nature.
11483         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
11484         and variables behind (f)boundp tests.
11485         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
11487 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
11489         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
11491 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11493         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
11494         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
11495         Don't autoload.
11497 2009-09-15  Stephen Eglen  <stephen@gnu.org>
11499         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
11500         the virtual-buffers, use the name of the buffer specified by
11501         find-file-noselect, as the match may be a symlink.  (This was a
11502         problem if the target and the symlink had different names.)
11504 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11506         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
11508         * desktop.el (desktop-path): Check user-emacs-directory.
11510         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
11512         * loadup.el: Use after-load-functions to GC after loading each file.
11513         Remove the explicit GC calls that used to be sprinkled around.
11515         * subr.el (after-load-functions): New hook.
11516         (do-after-load-evaluation): Run it.  Use string-match-p to detect
11517         `obsolete' packages, rather than painfully extracting the relevant
11518         directory name.
11520 2009-09-15  Glenn Morris  <rgm@gnu.org>
11522         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
11523         free variable `doc'.
11525         * dired.el (dired-mode-map): Add menu entry for async shell command.
11527         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
11528         variables, also consider the .elc files, since the .el files are
11529         normally gzipped (subsequent code locates the .el.gz from the .elc).
11531         * calc/calc-prog.el (arglist): Define for compiler.
11533         * calendar/diary-lib.el (diary-display-function): Change the default to
11534         fancy display.
11535         (body): Define for compiler.
11537         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
11538         (byte-compile-file-form, byte-compile-lambda)
11539         (byte-compile-top-level-body, byte-compile-form)
11540         (byte-compile-variable-ref, byte-compile-setq)
11541         (byte-compile-setq-default, byte-compile-body)
11542         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
11543         (batch-byte-compile): Give some more local variables with common names
11544         a "bytecomp-" prefix to avoid masking warnings about free variables.
11546         * startup.el (command-line-1): Give local variables with common names a
11547         distinguishing prefix, so as not to hide free variable warnings during
11548         bootstrap.
11550         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
11551         clever and add a suffix to make a unique name, just let the user decide
11552         whether or not to overwrite it.  If the input is a directory, write the
11553         default filename to that directory.  (Bug#4388)
11554         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
11555         is a filename-as-a-directory.
11557 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11559         * textmodes/page.el (what-page): Don't move to beginning of line.
11560         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
11562 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
11564         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
11566 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
11568         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
11569         * help.el (help-for-help-internal): Add purecopy calls for text.
11571         * vc.el (top): print-log method now takes an optional SHORTLOG
11572         argument.  Add a new method: root.
11573         (vc-root-diff, vc-print-root-log): New functions.
11574         (vc-log-short-style): New variable.
11575         (vc-print-log-internal): Add support for showing short logs.
11577         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
11578         vc-print-root-log and vc-print-root-diff.
11580         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
11581         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
11582         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
11583         short logs.
11585         * vc-cvs.el (vc-cvs-print-log):
11586         * vc-mtn.el (vc-mtn-print-log):
11587         * vc-rcs.el (vc-rcs-print-log):
11588         * vc-sccs.el (vc-sccs-print-log):
11589         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
11590         that is ignored for now.
11592         * vc-mtn.el (vc-mtn-annotate-command):
11593         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
11595 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11597         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
11598         to function-key-map, and give them ascii-character property.
11599         * term/x-win.el (x-alternatives-map):
11600         * term/ns-win.el (ns-alternatives-map):
11601         * term/internal.el (msdos-key-remapping-map):
11602         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
11604 2009-09-14  Glenn Morris  <rgm@gnu.org>
11606         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
11607         temp-buffers (2009-09-12).
11609 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11611         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
11612         the new read-key function.
11614 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
11616         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
11617         is defined (Bug#4405).
11619 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
11621         * recentf.el (recentf-cleanup): Use a hash table to find
11622         duplicates (Bug#4407).
11624 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
11626         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
11627         kp-0 to ascii equivalents (Bug#4325).
11629 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
11631         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
11633         * eshell/em-hist.el:
11634         * eshell/em-dirs.el (eshell-complete-user-reference):
11635         Declare pcomplete functions and variables to avoid compiler warnings.
11637 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
11639         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
11640         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
11641         * eshell/em-alias.el (eshell-aliases-file):
11642         * eshell/em-hist.el (eshell-history-file-name):
11643         Use expand-file-name instead of concat to make file names (Bug#4308).
11645 2009-09-13  Glenn Morris  <rgm@gnu.org>
11647         * ediff-merg.el (ediff-do-merge):
11648         * filesets.el (filesets-run-cmd):
11649         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
11650         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
11651         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
11652         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
11653         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
11654         Replace empty `let's with `progn'.
11656 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11658         * mail/sendmail.el (send-mail-function):
11659         * tooltip.el (tooltip-mode):
11660         * simple.el (transient-mark-mode):
11661         * rfn-eshadow.el (file-name-shadow-mode):
11662         * frame.el (blink-cursor-mode):
11663         * font-core.el (global-font-lock-mode):
11664         * files.el (temporary-file-directory)
11665         (small-temporary-file-directory, auto-save-file-name-transforms):
11666         * epa-hook.el (auto-encryption-mode):
11667         * composite.el (global-auto-composition-mode):
11668         Use custom-initialize-delay.
11669         * startup.el (command-line): Don't explicitly call
11670         custom-reevaluate-setting for all the above vars.
11671         * custom.el (custom-initialize-safe-set)
11672         (custom-initialize-safe-default): Delete.
11674 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11676         * term/x-win.el (x-initialize-window-system):
11677         * term/w32-win.el (w32-initialize-window-system):
11678         * term/ns-win.el (ns-initialize-window-system): Don't call
11679         mouse-wheel-mode since it's enabled globally by default already.
11681         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
11682         actually define the variable, but only silences the byte-compiler.
11683         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
11684         before looking it up.
11685         (mouse-wheel-scroll-amount): Also reset the bindings if this value
11686         is changed.
11688 2009-09-12  Glenn Morris  <rgm@gnu.org>
11690         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
11691         1000.
11692         (elint-add-required-env): Don't beep on error.
11693         (elint-forms): In case of error, return ENV unchanged.
11694         (elint-init-env): Skip non-list forms.
11695         (elint-log): Handle unknown file positions.
11697 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
11699         * epg.el (epg-make-context): Add autoload cookie.
11700         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
11701         (epg-decrypt-string, epg-start-verify, epg-verify-file)
11702         (epg-verify-string, epg-start-sign, epg-sign-file)
11703         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
11704         (epg-encrypt-string, epg-start-export-keys)
11705         (epg-export-keys-to-file, epg-export-keys-to-string)
11706         (epg-start-import-keys, epg-import-keys-from-file)
11707         (epg-import-keys-from-string, epg-start-receive-keys)
11708         (epg-receive-keys, epg-import-keys-from-server)
11709         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
11710         (epg-sign-keys, epg-start-generate-key)
11711         (epg-generate-key-from-file, epg-generate-key-from-string):
11712         Remove autoload cookie.
11714 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
11716         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
11717         reevaluation of trash-directory.
11719         * mwheel.el: Fix last change.
11720         (mouse-wheel-mode): New defvar.
11721         (mouse-wheel-mode): Remove autoload cookie.
11723 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11725         * mwheel.el (mwheel-installed-bindings): New var.
11726         (mouse-wheel-mode): Use it, so as to make sure we really remove all
11727         the bindings we set last time.  Use custom-initialize-delay.
11728         * loadup.el: Load mwheel after term/*-win.el.
11729         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
11730         and mouse-wheel-up-event now that their first evaluation is done
11731         sufficiently late to be correct.
11733         * startup.el (tutorial-directory): Make it a defcustom.
11734         Use custom-initialize-delay rather than eval-at-startup to set it.
11735         * image.el (image-load-path): Make it a defcustom.
11736         Use custom-initialize-delay rather than eval-at-startup to set it.
11737         * subr.el (eval-at-startup): Remove.
11738         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
11740         * subr.el (do-after-load-evaluation): Warn the user after loading an
11741         obsolete package.
11743 2009-09-12  Glenn Morris  <rgm@gnu.org>
11745         * proced.el (proced-mark-alt): Remove alias.
11746         (proced-mode-map): Remove proced-mark-alt.
11748         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
11749         Elint file and directory.  Remove initialization entry.
11751         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
11752         commands.
11753         (elint-current-buffer): Set mode-line-process.
11754         (elint-init-env): Handle define-derived-mode.
11755         Fix declare-function with unspecified arglist.  Guard against odd
11756         defalias statements (eg iso-insert's 8859-1-map).
11757         (elint-add-required-env): Use a temp buffer.
11758         (elint-form): Just print the function/macro name, not the whole form.
11759         Return env unchanged if we fail to parse a macro.
11760         (elint-forms): Guard against parse errors.
11761         (elint-output): New function, to handle batch mode.
11762         (elint-log-message): Add optional argument.  Use elint-output.
11763         (elint-set-mode-line): New function.
11765 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
11767         * emacs-lisp/elp.el (elp-not-profilable): Add more
11768         functions (Bug#4233).
11770 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
11772         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
11773         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
11775 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
11777         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
11778         (gdb-var-list-children): Use json parsing.
11780 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
11782         * progmodes/js.el (js--proper-indentation): Handle the case where
11783         char-before is null.  Reported by Deniz Dogan.
11785 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
11787         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
11789 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
11791         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
11792         (epg-digest-algorithm-alist): Add SHA224.
11793         (epg-context-set-passphrase-callback)
11794         (epg-context-set-progress-callback): Add description about
11795         callback function.
11797 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11799         * custom.el (custom-delayed-init-variables): New var.
11800         (custom-initialize-delay): New function.
11801         * startup.el (command-line): "Re"evaluate all vars in
11802         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
11803         explicitly any more.
11804         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
11805         to avoid creating a ~/.emacs.d at build-time (bug#4347).
11807         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
11809 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
11811         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
11812         (gdb-var-update-handler): Use json parsing.
11814 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
11816         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
11817         decode annotated text, regardless of language environment.  (Bug#2741)
11819 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11821         * Makefile.in (autoloads): Make rmail.el writable as well.
11823 2009-09-11  Glenn Morris  <rgm@gnu.org>
11825         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
11826         loaddefs.el.
11827         * dired.el: Regenerate with extracted autoloads.
11828         * Makefile.in (autoloads): Make dired.el writable.
11830         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
11831         * ibuffer.el: Regenerate with extracted autoloads.
11832         * Makefile.in (autoloads): Make ibuffer.el writable.
11834         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
11835         * version.el (emacs-copyright, emacs-major-version)
11836         (emacs-minor-version): Reformat doc-strings for make-docfile.
11838         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
11839         functions and variables, since they must be stuff specific to some other
11840         platform.
11841         (apropos-print): Make mouse-click message less specific about button.
11843         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
11844         that records where a macro was defined.
11845         * help-fns.el (describe-function-1): Mention if a function has a
11846         compiler-macro.
11847         * help-mode.el (help-function-cmacro): New button.
11849         * locate.el (top-level): Always require dired.
11850         (locate-mode-map): Initialize inside the defvar.
11852         * net/ange-ftp.el (dired-compress-file): Declare.
11853         (ange-ftp-dired-compress-file): Add doc string.
11855         * term/ns-win.el (x-display-name, x-setup-function-keys):
11856         Unify doc-strings with X versions.
11858 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11860         * emulation/crisp.el (crisp-mode-map): Move initialization
11861         into declaration.
11862         (crisp-mode): Use define-minor-mode.
11864         * progmodes/xscheme.el (xscheme-evaluation-commands):
11865         Put a :advertised-binding property rather than using
11866         advertised-xscheme-send-previous-expression.
11867         (advertised-xscheme-send-previous-expression): Declare obsolete.
11868         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
11869         `advertised-undo'.
11870         (crisp-mode): Add corresponding bindings to
11871         undo's :advertised-binding instead.
11872         * dired.el (dired-mode-map): Put a :advertised-binding property rather
11873         than using dired-advertised-find-file.
11874         (dired-advertised-find-file):
11875         * simple.el (advertised-undo):
11876         * wid-edit.el (advertised-widget-backward): Declare obsolete.
11877         (widget-keymap): Put a :advertised-binding property rather
11878         than using advertised-widget-backward.
11879         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
11880         than using advertised-undo.
11881         * tutorial.el (tutorial--default-keys): Adjust accordingly.
11883 2009-09-10  Simon South  <ssouth@slowcomputing.org>
11885         * progmodes/delphi.el (delphi-tab): Indent region when Transient
11886         Mark mode is enabled and region is active; otherwise indent or
11887         insert TAB as usual.
11888         (delphi-mode): Update description of TAB-key binding.
11890 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11892         * subr.el (define-key-rebound-commands): Mark obsolete.
11893         * startup.el (precompute-menubar-bindings): Remove.
11894         (normal-top-level): Remove obsolete code that tried to precompute
11895         menubar bindings.
11896         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
11897         define-key-rebound-commands and precompute-menubar-bindings.
11899 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11901         * net/imap.el (imap-interactive-login): Better messages.
11902         (imap-open): Fix bug with renamed buffer on reconnect.
11903         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11904         for easier debugging and cleaner code.  On successful (guessed based on
11905         server capabilities) secondary authentication, set imap-state
11906         correctly.
11907         (imap-last-authenticator): Define imap-last-authenticator as a variable
11908         to avoid warnings.
11910 2009-09-10  Glenn Morris  <rgm@gnu.org>
11912         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
11914         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
11915         (byte-compile-file-form-autoload): Don't warn about unknown functions
11916         where the autoload statement comes after the use.
11917         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
11918         that any handlers inside the body (eg require) are in turn respected.
11920         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
11921         effects.
11923         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
11924         and syntax and abbrev tables basic docs, if they don't have any.
11926         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
11928         * international/mule-cmds.el (top-level): Require cl when compiling.
11929         (view-hello-file): Use default-value rather than
11930         default-enable-multibyte-characters.
11932         * progmodes/fortran.el: Move all safe and risky properties into the
11933         defcustoms.
11935         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
11936         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
11937         * mail/undigest.el:
11938         Put autoloads in rmail.el rather than loaddefs.el.
11939         * mail/rmail.el: Regenerate with extracted autoloads.
11941         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
11942         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
11944 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
11946         Reported in thread for Bug#4375.
11947         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
11948         "-data-evaluate-expression" instead of print.
11949         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
11950         (gdb-tooltip-print): Parse output from above MI command.
11951         (gdb): Revert 2009-08-11 change.  User should detach inferior
11952         manually.
11954         Remove the word "separate" from IO functions as inferior
11955         output is now never displayed in the GUD buffer.
11957 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
11959         * startup.el (command-line-normalize-file-name): On Windows and
11960         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
11962 2009-09-10  Juri Linkov  <juri@jurta.org>
11964         * isearch.el (isearch-text-char-description): Propertize escape
11965         character sequences with the `escape-glyph' face.  (Bug#4344)
11967         * simple.el (shell-command): Set asynchronous process filter to
11968         `comint-output-filter'.  (Bug#4343)
11970         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
11971         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
11972         the list.  Move "asm" to the bottom.
11973         (grep-find-ignored-directories): Add `choice' with nil value
11974         to empty the list easily.
11975         (grep-find-ignored-files): New option.
11976         (grep-files-history): Set to nil by default instead of '("ch" "el").
11977         (grep-compute-defaults): Add "<X>" to `grep-template'.
11978         (grep-read-files): Bind new local variables `default-alias' and
11979         `default-extension'.  Use a list of default values for the file prompt.
11980         (lgrep): Add `--exclude=' command line options composed from
11981         `grep-find-ignored-files'.
11982         (rgrep): Add `-name' command line options composed from
11983         `grep-find-ignored-files'.  (Bug#4301)
11985 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11987         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
11988         (bug#4368).
11990 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11992         * calendar/time-date.el (autoload):
11993         Expand define-obsolete-function-alias into defalias and make-obsolete
11994         for old Emacsen that Gnus supports.
11995         (with-no-warnings): Define it for old Emacsen.
11996         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11997         is available.
11998         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11999         float-time is available; suppress compile warning for time-to-seconds.
12001 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12003         * net/imap.el (imap-message-map): Docstring fix.
12005 2009-09-09  Glenn Morris  <rgm@gnu.org>
12007         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
12008         line numbers too.  (Bug#4374)
12010 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12012         * smerge-mode.el (smerge-remove-props, smerge-refine):
12013         Use with-silent-modifications (bug#4342).
12015         * subr.el (with-silent-modifications): New macro.
12017 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
12019         * files.el (top-level): Require `cl' when compiling.
12021 2009-09-07  Glenn Morris  <rgm@gnu.org>
12023         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
12025         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
12026         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
12028 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
12030         * vc-git.el (vc-git-annotate-command): Use separator to parse
12031         arguments correctly.
12033 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
12035         * proced.el (proced-mode): Doc fix.
12037 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
12039         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
12040         lstat fails.
12041         (tramp-do-file-attributes-with-ls): Check for file existence at
12042         remote end.
12043         (tramp-do-file-attributes-with-stat): Likewise.
12044         (tramp-convert-file-attributes): Return nil when attr is nil.
12046 2009-09-05  Glenn Morris  <rgm@gnu.org>
12048         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
12049         properties to this button.
12050         (diary-fancy-display): Don't extend the button to the final newline.
12051         (diary-fancy-display-mode): Continue to define "q" as a local key.
12053         * calendar/cal-china.el (holiday-chinese): Make it slightly more
12054         efficient.
12056         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
12058         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
12059         (byte-compile-dest-file-function): New option.
12060         (byte-compile-dest-file): Doc fix.
12061         Obey byte-compile-dest-file-function.
12062         (byte-compile-cl-file-p): New function.
12063         (byte-compile-eval): Only suppress noruntime warnings about cl functions
12064         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
12065         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
12066         than for file being previously loaded.
12067         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
12068         (byte-compile-file-form-require): Handle the case where requiring a file
12069         indirectly causes CL to be loaded.
12071 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
12073         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
12074         before killing the old buffer, since by the time `kill-buffer' is
12075         run so many buffer variables have been set to nil that it may not
12076         behave as expected.  (Bug#4061)
12078 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
12080         * files.el (find-alternate-file): If the old buffer is modified
12081         and visiting a file, behave similarly to `kill-buffer' when
12082         killing it, thus reverting to the pre-1.878 behavior; see
12083         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
12084         for discussion.  Also, consult `buffer-file-name' as a variable
12085         not as a function, for consistency with the rest of the code.
12087 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
12089         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12090         also when adding a new directory.
12092         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12093         defun.
12095 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12097         * files.el (locate-file-completion-table): Make it provide boundary
12098         information, so partial-completion works better.
12100 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
12102         * mail/footnote.el (Footnote-text-under-cursor):
12103         Check footnote-text-marker-alist before using it (bug#4324).
12105 2009-09-04  Glenn Morris  <rgm@gnu.org>
12107         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12108         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12109         * play/solitaire.el, play/tetris.el:
12110         Remove leading * from defcustom and defface docs.
12112         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12113         necessary.
12114         (diary-fancy-overriding-map): New variable.
12115         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12116         Use view-mode.
12118         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12119         goto-line.
12121 2009-09-03  Glenn Morris  <rgm@gnu.org>
12123         * arc-mode.el (archive-mode):
12124         * dos-fns.el (set-default-process-coding-system):
12125         * man.el (Man-getpage-in-background):
12126         * menu-bar.el (menu-bar-describe-menu):
12127         * server.el (server-process-filter):
12128         * startup.el (command-line):
12129         * tar-mode.el (tar-header-block-tokenize, tar-extract):
12130         * w32-fns.el (set-default-process-coding-system):
12131         * x-dnd.el (x-dnd-handle-file-name):
12132         * international/mule-cmds.el (mule-menu-keymap)
12133         (set-default-coding-systems, language-info-alist, set-language-info)
12134         (set-language-environment, standard-display-european-internal)
12135         (set-locale-environment):
12136         * international/mule-diag.el (mule-diag):
12137         * mail/emacsbug.el (report-emacs-bug):
12138         * mail/rmail.el (rmail-mode):
12139         * mail/sendmail.el (mail-setup):
12140         Use default-value rather than default-enable-multibyte-characters.
12142         * progmodes/f90.el: Move all safe properties into the defcustoms.
12143         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12145         * calendar/appt.el (appt-check):
12146         * calendar/diary-lib.el (diary-set-header, diary-live-p)
12147         (diary-check-diary-file, diary-list-entries)
12148         (diary-include-other-diary-files, diary-simple-display)
12149         (diary-fancy-display, diary-print-entries)
12150         (diary-mark-included-diary-files, diary-make-entry):
12151         Don't call substitute-in-file-name on diary-file.
12153 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
12154             Stefan Monnier  <monnier@iro.umontreal.ca>
12156         * mail/footnote.el (footnote-prefix): Make it a defcustom.
12157         (footnote-mode-map): Move initialization into the declaration.
12158         (footnote-minor-mode-map): Define it rather than changing global-map.
12159         (footnote-mode): Use define-minor-mode.
12161 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
12163         * net/tramp.el (tramp-handle-file-attributes-with-ls)
12164         (tramp-do-file-attributes-with-perl)
12165         (tramp-do-file-attributes-with-stat): Rename from
12166         `tramp-handle-file-attributes-with-*'.
12167         (tramp-handle-file-attributes): Use them.
12168         (tramp-do-directory-files-and-attributes-with-perl)
12169         (tramp-do-directory-files-and-attributes-with-stat): Rename from
12170         `tramp-handle-directory-files-and-attributes-with-*'.
12171         (tramp-handle-directory-files-and-attributes): Use them.
12172         (tramp-method-out-of-band-p): Additional parameter SIZE.
12173         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12174         (tramp-handle-write-region): Use it.
12175         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12176         (tramp-handle-vc-registered): Check, whether the first run did
12177         return files to be tested.
12178         (tramp-advice-make-auto-save-file-name): Do not call directly
12179         `tramp-handle-make-auto-save-file-name', because this would bypass
12180         the locking mechanism.
12182         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12183         (file-remote-p, process-file, start-file-process, set-file-times)
12184         (tramp-compat-file-attributes): Compatibility functions shall not
12185         call directly `tramp-handle-*', because this would bypass the
12186         locking mechanism.
12187         (tramp-compat-number-sequence): New defun.
12189 2009-09-02  Glenn Morris  <rgm@gnu.org>
12191         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12192         alias for float-time.
12193         (time-to-number-of-days): In Emacs, use float-time.
12194         * net/newst-backend.el (time-add): Suppress warnings from compat
12195         function.
12196         * time.el (emacs-uptime, emacs-init-time):
12197         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12198         Use float-time rather than time-to-seconds.
12200         * minibuffer.el (completion-initials-expand): Fix typo.
12202         * faces.el (modeline, modeline-inactive, modeline-highlight)
12203         (modeline-buffer-id):
12204         * info.el (info-menu-5): Mark these face aliases as obsolete.
12206 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12208         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12209         space ...
12210         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12211         no "--thread" option.
12212         (gdb-stopped): Don't print "Switched to thread" message when it is
12213         unchanged.
12215 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12217         * minibuffer.el (completion-try-completion)
12218         (completion-all-completions): Remove ill-defined (and
12219         mistakenly installed and luckily never used nor documented)
12220         `completion-styles' property.
12221         (completion-initials-expand, completion-initials-all-completions)
12222         (completion-initials-try-completion): New functions.
12223         (completion-styles-alist): Add doc to each entry.
12224         Add new `initials' entry.
12226 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12228         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12229         MI command -var-evaluate-expression.
12230         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12231         and tweak for case of string child.
12232         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12234 2009-09-01  Glenn Morris  <rgm@gnu.org>
12236         * add-log.el (change-log-date-face, change-log-name-face)
12237         (change-log-email-face, change-log-file-face, change-log-list-face)
12238         (change-log-conditionals-face, change-log-function-face)
12239         (change-log-acknowledgement-face):
12240         * cus-edit.el (custom-invalid-face, custom-rogue-face)
12241         (custom-modified-face, custom-set-face, custom-changed-face)
12242         (custom-saved-face, custom-button-face, custom-button-pressed-face)
12243         (custom-documentation-face, custom-state-face, custom-comment-face)
12244         (custom-comment-tag-face, custom-variable-tag-face)
12245         (custom-variable-button-face, custom-face-tag-face)
12246         (custom-group-tag-face-1, custom-group-tag-face):
12247         * diff-mode.el (diff-header-face, diff-file-header-face)
12248         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12249         (diff-added-face, diff-changed-face, diff-function-face)
12250         (diff-context-face, diff-nonexistent-face):
12251         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12252         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12253         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12254         (Info-title-4-face):
12255         * isearch.el (isearch-lazy-highlight-face):
12256         * log-view.el (log-view-file-face, log-view-message-face):
12257         * paren.el (show-paren-match-face, show-paren-mismatch-face):
12258         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12259         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12260         (cvs-msg-face):
12261         * smerge-mode.el (smerge-mine-face, smerge-other-face)
12262         (smerge-base-face, smerge-markers-face):
12263         * wid-edit.el (widget-documentation-face, widget-button-face)
12264         (widget-field-face, widget-single-line-field-face)
12265         (widget-inactive-face, widget-button-pressed-face):
12266         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12267         (woman-addition-face):
12268         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12269         (eshell-ls-executable-face, eshell-ls-readonly-face)
12270         (eshell-ls-unreadable-face, eshell-ls-special-face)
12271         (eshell-ls-missing-face, eshell-ls-archive-face)
12272         (eshell-ls-backup-face, eshell-ls-product-face)
12273         (eshell-ls-clutter-face):
12274         * eshell/em-prompt.el (eshell-prompt-face):
12275         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12276         * obsolete/old-whitespace.el (whitespace-highlight-face):
12277         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12278         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12279         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12280         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12281         (antlr-font-lock-literal-face):
12282         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12283         (ebrowse-root-class-face, ebrowse-file-name-face)
12284         (ebrowse-default-face, ebrowse-member-attribute-face)
12285         (ebrowse-member-class-face, ebrowse-progress-face):
12286         * progmodes/make-mode.el (makefile-space-face):
12287         * progmodes/sh-script.el (sh-heredoc-face):
12288         * textmodes/flyspell.el (flyspell-incorrect-face)
12289         (flyspell-duplicate-face):
12290         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12291         * textmodes/texinfo.el (texinfo-heading-face):
12292         Mark face aliases with "-face" suffix as obsolete.
12294         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12295         compiler.
12297         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12298         (eudc-bob-sound-menu): Use defvar rather than defconst, since
12299         easy-menu-define wants to modify these.
12301         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12303         * net/browse-url.el (browse-url-file-url):
12304         * term/internal.el (dos-codepage-setup):
12305         Use default-value rather than default-enable-multibyte-characters.
12307         * progmodes/etags.el (etags-goto-tag-location):
12308         * progmodes/flymake.el (flymake-highlight-line)
12309         (flymake-goto-file-and-line, flymake-goto-line):
12310         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12311         (gdb-goto-breakpoint):
12312         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12313         * progmodes/python.el (python-find-function)
12314         (python-pdbtrack-track-stack-file):
12315         * progmodes/verilog-mode.el (verilog-surelint-off):
12316         * term/ns-win.el (ns-open-file-select-line):
12317         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12318         Use forward-line rather than goto-line.
12320         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12321         * textmodes/reftex-index.el (reftex-display-index):
12322         * textmodes/reftex-ref.el (reftex-offer-label-menu):
12323         * textmodes/reftex-toc.el (reftex-toc):
12324         Remove unnecessary bindings of default-major-mode (all are followed by
12325         major-mode check and possible mode switch).
12327 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12329         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12330         Handle watchpoints (bug#4282).
12331         (def-gdb-thread-buffer-command): Enable thread to be selected by
12332         clicking without selecting threads buffer first.
12333         (gdb-current-context-command): Use selected frame so that "up",
12334         "down" etc work in the GUD buffer.
12335         (gdb-update): Find selected frame before rendering stack buffer.
12336         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12338 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12340         * progmodes/sym-comp.el (displayed-completions): Remove.
12341         (symbol-complete): Use minibuffer-complete.
12343 2009-08-31  Glenn Morris  <rgm@gnu.org>
12345         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12347         * apropos.el (apropos-symbols-internal):
12348         Handle (obsolete) face aliases.
12350         * faces.el (describe-face): Adjust the output format to be more like
12351         describe-variable, and to mention (obsolete) face aliases.
12352         Adjust the whitespace so that help-setup-xref works.
12354         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12355         * calendar/diary-lib.el (diary-button-face):
12356         Mark these face aliases as obsolete.
12358         * calendar/calendar.el (calendar-today): Doc fix.
12360 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12362         * progmodes/gdb-mi.el (gdb-control-all-threads)
12363         (gdb-control-current-thread): Force tool bar update.
12364         (gdb-non-stop-handler): New function.
12365         (gdb-init-1): Use it to test if non-stop mode is supported.
12366         Remove unused gdbmi buffer type.
12368 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
12370         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12371         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
12373 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
12375         * comint.el (comint-exec-1): Check command is non-null first.
12376         Part of gdb-mi.el change (2009-08-28).
12378 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12380         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12382 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
12384         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12385         instead of `dolist' to avoid a recursive require when bootstrapping.
12387 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12389         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12391         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12393         * net/imap.el (imap-send-command): Simplify.
12394         (imap-wait-for-tag): point-max -> buffer-size.
12396         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
12398         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
12399         with constant argument.
12401         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
12403         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
12405         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
12406         Change default, since most of our files don't have a history.
12407         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
12408         the user.
12410         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12411         Add comint-run.
12413         * calc/calc.el: Improve commenting convention.
12414         (calc-digit-map, toplevel): Simplify.
12416         * comint.el (comint-insert-input): Be careful to only set point if we
12417         don't delegate to some other command.
12419         * proced.el (proced-signal-list): Make it an alist.
12420         (proced-grammar-alist): Capitalize names.
12421         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
12422         Disable undo manually and make it read-only.
12423         Use completion-annotate-function.
12425         * minibuffer.el (minibuffer-message): If the current buffer is not
12426         a minibuffer, insert the message in the echo area rather than at the
12427         end of the buffer.
12428         (completion-annotate-function): New variable.
12429         (minibuffer-completion-help): Use it.
12430         (completion--embedded-envvar-table): Environment vars are
12431         always case-sensitive.
12433 2009-08-30  Glenn Morris  <rgm@gnu.org>
12435         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
12436         from fortran-current-defun.
12437         (fortran-beginning-of-subprogram): Be more precise about finding the
12438         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
12439         (fortran-end-of-subprogram): Simplify.
12440         (fortran-current-defun): Use fortran-start-prog-re.
12442 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
12444         * subr.el (do-after-load-evaluation): Simplify.
12446 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
12448         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
12450         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
12451         (vc-rcs-print-log): Use it.
12453         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
12455 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12457         * paths.el (abbrev-file-name): Move to abbrev.el.
12458         * abbrev.el (abbrev-file-name): Move from paths.el.
12459         Obey user-emacs-directory.
12460         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
12461         user-emacs-directory.
12462         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
12463         abbrev-file-name and calc-settings-file any more.
12464         * startup.el (command-line): Recompute abbrev-file-name and
12465         abbreviated-home-dir.
12466         (normal-no-mouse-startup-screen): Improve the generic code and get rid
12467         of the special code for when C-h bindings haven't been changed.
12468         (display-startup-echo-area-message): Use with-current-buffer.
12469         (command-line-1): Use a list of strings, rather than a list of lists
12470         of strings for longopts.
12472         * files.el (get-free-disk-space): Use / for default-directory.
12474         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
12475         Use with-current-buffer.
12477         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
12478         Recognize immutable variables like most-positive-fixnum.
12479         (byte-compile-setq-default): Check and warn if trying to assign
12480         to an immutable variable, or a non-variable.
12482         * progmodes/cc-vars.el (c-comment-continuation-stars):
12483         * progmodes/cc-engine.el (c-looking-at-bos):
12484         * progmodes/cc-cmds.el (c-toggle-auto-state)
12485         (c-forward-into-nomenclature, c-backward-into-nomenclature)
12486         (c-comment-line-break-function): Add version of obsolescence.
12488 2009-08-28  Juri Linkov  <juri@jurta.org>
12490         * files.el (magic-fallback-mode-alist): Add ZIP magic number
12491         associated with `archive-mode'.
12493         * image.el (image-type-header-regexps): Use only JPEG magic number
12494         to determine JPEG images, and don't use `image-jpeg-p' because
12495         Emacs can display non-JFIF non-Exif JPEG images.
12497 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
12499         * arc-mode.el (archive-mode):
12500         * emacs-lisp/re-builder.el (re-builder-unload-function):
12501         Protect against the default value of `major-mode' being nil.
12503 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
12505         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
12506         Fix typos in docstrings.
12508         * progmodes/js.el (js--macro-decl-re): Doc fix.
12509         (js--plain-method-re, js--split-name): Refloc docstring.
12510         (js--class-styles, js--make-merged-item, js--splice-into-items):
12511         Fix typos in docstrings; reflow docstrings.
12512         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
12513         (js--variable-decl-matcher, js--inside-pitem-p)
12514         (js--parse-state-at-point, js--get-all-known-symbols)
12515         (js--symbol-history, js-find-symbol, js--js-references)
12516         (js--moz-interactor, js--js-encode-value, js--read-tab):
12517         Fix typos in docstrings.
12519 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12521         * textmodes/reftex.el (reftex-get-file-buffer-force):
12522         * progmodes/verilog-mode.el (verilog-batch-execute-func):
12523         * emulation/viper.el (viper-go-away, viper-set-hooks):
12524         * emacs-lisp/re-builder.el (re-builder-unload-function):
12525         * emacs-lisp/bytecomp.el (byte-compile-file):
12526         * ses.el (ses-unload-function):
12527         * hexl.el (hexl-find-file):
12528         * files.el (normal-mode):
12529         * ehelp.el (with-electric-help):
12530         * autoinsert.el (auto-insert-alist):
12531         * arc-mode.el (archive-mode):
12532         Use (default-value 'major-mode) instead of default-major-mode.
12534         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
12535         * international/mule.el (load-with-code-conversion):
12536         * emacs-lisp/debug.el (debug):
12537         * ediff-vers.el (ediff-rcs-get-output-buffer):
12538         * dired.el (dired-internal-noselect): Don't let-bind
12539         default-major-mode around code that doesn't use it.
12540         E.g. buffer creation via get-buffer-create doesn't use it.
12542 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
12544         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
12545         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
12546         when writing the temp file.  Otherwise, epa-file gets confused.
12547         (tramp-register-file-name-handlers): Make it a defun.  Move also
12548         `epa-file-handler' to the front of `file-name-handler-alist'.
12550 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12552         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
12553         start right after a ^M.
12554         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
12555         (tramp-completion-file-name-regexp-separate)
12556         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
12557         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
12558         Don't modify last-coding-system-used by accident.
12559         (tramp-completion-file-name-handler): Apply the checks here,
12560         instead during registration.
12561         (tramp-register-file-name-handlers): Renamed from
12562         `tramp-register-file-name-handler'.  Register both
12563         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
12564         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
12566 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
12568         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
12569         Remove variable ...
12570         (gdb-init-1, gdb-display-separate-io-buffer)
12571         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
12572         references to it.
12573         (gdb-inferior-io-mode): Use make-comint-in-buffer.
12574         (gdb-inferior-filter): Use comint-output-filter to stop
12575         echoing and remove ^M characters.
12577 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12579         * emulation/viper-init.el (viper-restore-cursor-type):
12580         * emulation/cua-base.el (cua--update-indications):
12581         Replace default-cursor-type with (default-value 'cursor-type).
12583         * mail/sendmail.el (mail-recover-1):
12584         * international/mule-diag.el (describe-current-coding-system-briefly)
12585         (describe-current-coding-system):
12586         * international/mule-cmds.el (select-safe-coding-system)
12587         (select-message-coding-system)
12588         (set-language-environment-coding-systems, set-locale-environment):
12589         * hexl.el (hexl-insert-multibyte-char):
12590         * dos-w32.el (find-buffer-file-type-coding-system):
12591         * simple.el (what-cursor-position):
12592         Replace uses of default-buffer-file-coding-system
12593         with (default-value 'buffer-file-coding-system).
12595         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
12596         Replace uses of default-cursor-in-non-selected-windows
12597         with (default-value 'cursor-in-non-selected-windows).
12598         Use with-current-buffer.
12600         * mail/feedmail.el: Use CL macros.
12601         (feedmail-run-the-queue, feedmail-send-it-immediately):
12602         * dos-w32.el (find-buffer-file-type): Replace uses of
12603         default-buffer-file-type with (default-value 'buffer-file-type).
12605 2009-08-28  Glenn Morris  <rgm@gnu.org>
12607         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
12608         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
12609         Use default-value of major-mode rather than default-major-mode.
12611 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12613         * Makefile.in (update-elcfiles): Report left over elc files.
12615         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
12616         expand-file-name and with-current-buffer.
12617         (mail-get-names, mail-directory): Use with-current-buffer.
12619         * vc.el (vc-read-revision): New function.
12620         (vc-version-diff, vc-merge): Use it.
12622 2009-08-27  Sam Steingold  <sds@gnu.org>
12624         * simple.el (kill-do-not-save-duplicates): New user option.
12625         (kill-new): When it is non-nil, and the new string is the same as
12626         the latest kill, set replace to t to avoid duplicates in kill-ring.
12628 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
12630         * net/tramp.el (tramp-handle-process-file): Do not flush all
12631         caches when `process-file-side-effects' is set.
12632         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
12633         instead of `tramp-find-file-exists-command'.
12634         Unset `process-file-side-effects'.
12636 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
12638         * net/tramp.el (tramp-methods): New method "rsyncc".
12639         (top): Add completion function for "rsyncc".
12640         (tramp-message-show-message): New defvar.
12641         (tramp-message, tramp-error): Use it.
12642         (tramp-do-copy-or-rename-file-directly): Extend check for direct
12643         remote copying.
12644         (tramp-do-copy-or-rename-file-out-of-band): Handle new
12645         `tramp-methods' entry `copy-env' of "rsyncc".
12646         (tramp-vc-registered-read-file-names): New defconst.
12647         (tramp-vc-registered-file-names): New defvar.
12648         (tramp-handle-vc-registered): Implement optimization strategy.
12649         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
12650         (tramp-vc-file-name-handler): New defun.
12651         (tramp-get-ls-command, tramp-get-test-command)
12652         (tramp-get-file-exists-command, tramp-get-remote-ln)
12653         (tramp-get-remote-perl, tramp-get-remote-stat)
12654         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
12656         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
12657         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
12658         timestamps.
12659         (tramp-get-file-property): Check for timestamps in
12660         `tramp-cache-inhibit-cache'.
12661         (tramp-set-file-property): Write timestamp.
12663 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12665         * language/japan-util.el (japanese-symbol-table): Add entries for
12666         cp932-2-byte.
12668         * international/characters.el: Add category `j' to cp932-2-byte.
12670 2009-08-27  Kenichi Handa  <handa@m17n.org>
12672         * international/fontset.el (build-default-fontset-data): New macro.
12673         (setup-default-fontset): Use build-default-fontset-data for CJK,
12674         tibetan, ethiopic, and ipa.
12676 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12678         * cus-start.el (default-major-mode): Customize `major-mode' instead.
12679         (enable-multibyte-characters): Not customizable any more.
12681         * subr.el (default-mode-line-format, default-header-line-format)
12682         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
12683         (default-direction-reversed, default-truncate-lines)
12684         (default-left-margin, default-tab-width, default-case-fold-search)
12685         (default-left-margin-width, default-right-margin-width)
12686         (default-left-fringe-width, default-right-fringe-width)
12687         (default-fringes-outside-margins, default-scroll-bar-width)
12688         (default-vertical-scroll-bar, default-indicate-empty-lines)
12689         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
12690         (default-fringe-cursor-alist, default-scroll-up-aggressively)
12691         (default-scroll-down-aggressively, default-fill-column)
12692         (default-cursor-type, default-buffer-file-type)
12693         (default-cursor-in-non-selected-windows)
12694         (default-buffer-file-coding-system, default-major-mode)
12695         (default-enable-multibyte-characters): Mark as obsolete.
12697 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
12699         * vc-dir.el (vc-dir-update): Remove debug helper.
12701         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
12703 2009-08-26  Sam Steingold  <sds@gnu.org>
12705         * simple.el (save-interprogram-paste-before-kill): New user option.
12706         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
12707         save the interprogram-paste into kill-ring before overriding it
12708         with the Emacs kill.
12710 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
12712         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
12713         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
12714         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
12715         and move to vc-rcs.el.
12716         (vc-default-next-revision): Rename to vc-rcs-next-revision and
12717         move to vc-rcs.el.
12718         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
12719         (vc-rcs-update-changelog): Remove.
12720         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
12721         and move to vc-rcs.el.
12723         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
12724         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
12725         renaming.
12726         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
12727         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
12728         vc.el, renamed to be RCS specific.
12730         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
12731         New functions.
12732         (vc-cvs-update-changelog): Move here from vc.el.
12734         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
12735         New functions.
12737 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12739         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
12741 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
12743         * vc-git.el (vc-git-register): Use "git add" for directories.
12744         (vc-git-stash, vc-git-stash-show): New functions.
12745         (vc-git-extra-menu-map): Bind them.
12747         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
12748         directory correctly in case the item is a directory itself.
12750         * vc.el: Document the desired behavior for reverted files in the
12751         `added' state.
12752         (vc-default-prettify-state-info): Remove function, unused.
12754         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
12756 2009-08-26  Glenn Morris  <rgm@gnu.org>
12758         * bindings.el (standard-mode-line-format): Reposition dashes in
12759         which-func entry.  (Bug#4217)
12761         * files.el (enable-local-variables, enable-local-eval)
12762         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
12763         the defcustoms.
12764         (auto-mode-alist, ignored-local-variables)
12765         (save-some-buffers-action-alist): Move risky declarations to the
12766         definitions.
12767         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
12768         (font-lock-defaults, format-alist, imenu--index-alist)
12769         (imenu-generic-expression, input-method-alist, minor-mode-alist)
12770         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
12771         (mode-line-modified, mode-line-mule-info, mode-line-position)
12772         (mode-line-process, mode-line-remote, outline-level)
12773         (parse-time-rules, rmail-output-file-alist)
12774         (special-display-buffer-names, vc-mode):
12775         Move risky declarations to the relevant files.
12776         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
12777         (mode-line-modified, mode-line-process, mode-line-position)
12778         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
12779         * font-core.el (font-lock-defaults):
12780         * format.el (format-alist):
12781         * vc-hooks.el (vc-mode):
12782         * window.el (special-display-buffer-names):
12783         * international/mule-cmds.el (input-method-alist):
12784         Define riskiness here (dumped file) rather than in files.el.
12785         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
12786         * imenu.el (imenu-generic-expression, imenu--index-alist):
12787         * outline.el (outline-level):
12788         * time.el (display-time-string):
12789         * calendar/parse-time.el (parse-time-rules):
12790         * mail/rmailout.el (rmail-output-file-alist):
12791         Autoload riskiness here, rather than placing in files.el.
12793 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
12795         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
12797 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
12799         * simple.el (process-file-side-effects): New defvar.
12801         * dired-aux.el (dired-show-file-type):
12802         * vc.el (vc-diff-internal):
12803         * vc-arch.el (vc-arch-diff):
12804         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
12805         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
12806         * vc-git.el (vc-git-registered, vc-git-working-revision)
12807         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
12808         (vc-git--empty-db-p):
12809         * vc-hooks.el (vc-user-login-name):
12810         * vc-svn.el (vc-svn-registered, vc-svn-state)
12811         (vc-svn-dir-extra-headers, vc-svn-find-revision):
12812         * progmodes/grep.el (grep-probe): Let-bind
12813         `process-file-side-effects' with nil.
12815         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
12817         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
12818         daemon.  Replace ping by checking for running service for bluez
12819         and zeroconf.  (Bug#4239)
12821 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12823         * net/dig.el (dig): Add autoload cookie.
12825 2009-08-25  Glenn Morris  <rgm@gnu.org>
12827         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
12828         load-history for absolute file-names.
12829         (byte-compile-file-form-require): Warn about use of the cl package.
12831         * format.el (format-alist): Doc fix.
12833         * play/bubbles.el (top-level): Don't require cl at run-time.
12835         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
12836         run-time cl).
12838 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
12840         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
12841         from cl package.
12842         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
12844 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
12846         * calc/calc-alg.el (math-trig-rewrite)
12847         (math-hyperbolic-trig-rewrite): New functions.
12848         (calc-simplify): Simplify trig functions when asked.
12850 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12852         * diff-mode.el (diff-find-source-location): Avoid goto-line.
12854 2009-08-24  Kenichi Handa  <handa@m17n.org>
12856         * language/ind-util.el (mapthread): Delete it.
12857         (combinatorial): New function.
12858         (indian--puthash-cv): Use combinatorial instead of mapthread.
12860 2009-08-22  Kevin Ryde  <user42@zip.com.au>
12862         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
12863         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
12864         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
12865         Clarify docstring that the value is strings not symbols.
12866         (checkdoc-list-of-strings-p): New function.
12868 2009-08-22  Glenn Morris  <rgm@gnu.org>
12870         * files.el (auto-mode-alist):
12871         * hippie-exp.el (he-concat-directory-file-name):
12872         * lpr.el (lpr-windows-system, printer-name):
12873         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
12874         * ps-print.el (ps-windows-system):
12875         * startup.el (command-line):
12876         * emulation/viper-ex.el (viper-glob-function):
12877         * international/mule-cmds.el (set-language-environment-coding-systems):
12878         * net/ange-ftp.el (ange-ftp-write-region):
12879         * obsolete/fast-lock.el (fast-lock-cache-name):
12880         Remove code for defunct system-types emx, macos, mswindows, next-mach,
12881         unisoft-unix, vax-vms, win32, w32.
12883         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
12884         given name if the pattern is not more specific.
12886         * calendar/lunar.el (lunar-phase-names): New option.
12887         (lunar-phase): Doc fix.
12888         (lunar-cycles-per-year): New constant.
12889         (lunar-index): New function.
12890         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
12891         (lunar-phase-name): Use lunar-phase-names.
12892         (calendar-lunar-phases): Use format.
12893         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
12895         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
12896         Copy imenu-example--name-and-position function here for own use.
12897         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
12899         * bs.el (bs--redisplay):
12900         * cus-edit.el (custom-redraw):
12901         * ibuffer.el (ibuffer-bury-buffer):
12902         * server.el (server-goto-line-column):
12903         * startup.el (command-line-1):
12904         * strokes.el (strokes-xpm-for-stroke):
12905         * term.el (term-display-buffer-line):
12906         * view.el (View-goto-line):
12907         * calc/calc.el (calc-do, calc-trail-buffer):
12908         * play/gamegrid.el (gamegrid-add-score-insecure):
12909         * progmodes/ada-mode.el (ada-compile-goto-error):
12910         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
12911         (ebrowse-select-1st-to-9nth):
12912         * progmodes/cperl-mode.el (cperl-time-fontification):
12913         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
12914         * progmodes/gud.el (gud-display-line):
12915         (idlwave-shell-display-line):
12916         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
12917         * progmodes/make-mode.el (makefile-browser-toggle):
12918         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
12919         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
12920         * textmodes/picture.el (picture-draw-rectangle):
12921         * textmodes/reftex-index.el (reftex-index-goto-letter):
12922         (reftex-select-jump-to-previous):
12923         * textmodes/reftex-sel.el (reftex-find-start-point)
12924         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
12925         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
12926         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
12927         * textmodes/tex-mode.el (tex-compilation-parse-errors):
12928         * textmodes/two-column.el (2C-associated-buffer):
12929         Use forward-line rather than goto-line.
12931         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
12932         goto-line.
12934         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
12935         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
12936         (quick-check-list-to-regexp): Declare.
12938         * progmodes/make-mode.el (makefile-browser-insert-selection):
12939         Use goto-char rather than goto-line.
12941         * progmodes/prolog.el (compilation-error-regexp-alist)
12942         (compilation-forget-errors): Declare.
12944 2009-08-22  Juri Linkov  <juri@jurta.org>
12946         * progmodes/grep.el (lgrep, rgrep): At the beginning
12947         set `dir' to `default-directory' unless `dir' is a non-nil
12948         readable directory.  (Bug#4052)
12949         (lgrep, rgrep): Change a weird way to report an error
12950         from using `read-string' to using `error'.
12951         Instead of using interactive arguments in the function body,
12952         add new argument `confirm'.
12954 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12956         * textmodes/remember.el (remember-buffer):
12957         * progmodes/cperl-mode.el (cperl-vc-header-alist):
12958         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
12959         (icalendar-extract-ical-from-buffer):
12960         * net/newst-treeview.el (newsticker-groups-filename):
12961         * net/newst-backend.el (newsticker-cache-filename):
12962         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
12963         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
12964         (speedbar-add-ignored-path-regexp, speedbar-line-path)
12965         (speedbar-buffers-line-path, speedbar-path-line)
12966         (speedbar-buffers-line-path):
12967         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
12968         (epg-sign-keys):
12969         * epa.el (epa-display-verify-result):
12970         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
12972 2009-08-21  Glenn Morris  <rgm@gnu.org>
12974         * progmodes/js.el (inferior-moz-process): Fix declaration.
12976         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
12978         * obsolete/rnewspost.el (news-mail-reply):
12979         Use goto-char rather than goto-line.
12981         * term/ns-win.el (ns-open-file-select-line):
12982         Use line-beginning-position rather than goto-line.
12984         * apropos.el (apropos-command):
12985         * ehelp.el (electric-helpify):
12986         * printing.el (pr-show-setup):
12987         * strokes.el (strokes-help):
12988         * tutorial.el (tutorial--describe-nonstandard-key)
12989         (tutorial--detailed-help):
12990         * woman.el (woman-mini-help, woman-display-extended-fonts):
12991         * calc/calc-help.el (calc-describe-key):
12992         * emulation/edt.el (edt-electric-helpify):
12993         * international/mule-diag.el (mule-diag):
12994         * play/yow.el (apropos-zippy):
12995         * progmodes/python.el (python-describe-symbol):
12996         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
12997         * textmodes/table.el (*table--cell-describe-mode)
12998         (*table--cell-describe-bindings):
12999         Use help-print-return-message rather than the now obsolete alias.
13001         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
13002         (calendar-cursor-to-visible-date):
13003         * play/5x5.el (5x5-position-cursor):
13004         * play/decipher.el (decipher):
13005         * play/gomoku.el (gomoku-goto-xy):
13006         * play/landmark.el (lm-goto-xy):
13007         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
13008         (mpuz-paint-digit):
13009         Use forward-line, not goto-line.
13011         * mail/rmail.el (rmail-obsolete): Delete custom group.
13012         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
13013         (rmail-remote-password, rmail-remote-password-required):
13014         Remove unneeded :set-after and :set properties.
13016 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
13018         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
13020 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
13022         * loadup.el: Remove leftover macos code.
13024         * vc-git.el (vc-git-annotate-command): Run asynchronously.
13025         Explicitly pass the date format to git blame so that user local
13026         so that the output format can be parsed.
13028 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
13030         * net/dbus.el (top): Don't check for (getenv
13031         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
13033 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
13035         * log-edit.el (log-edit-strip-single-file-name): New var.
13036         (log-edit-insert-changelog): Use it.  Bug#3571
13038 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13040         * subr.el (read-passwd): Use read-key so keypad keys work as well.
13041         Bug#3287
13043         * help.el (help-print-return-message): Rename from
13044         print-help-return-message.
13046         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
13047         cvs-mode-map parent hack.
13048         (log-view-mode): Derive from special-mode.
13050         * linum.el (linum-mode): window-size-change-functions is redundant.
13051         Adapt to new window-configuration-change-hook behavior.
13052         (linum-after-size, linum-after-config): Remove.
13054         * imenu.el (imenu-example--name-and-position)
13055         (imenu-example--lisp-extract-index-name)
13056         (imenu-example--create-lisp-index, imenu-example--create-c-index):
13057         Mark as obsolete.
13059         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
13060         (inferior-prolog-mode): Use it.
13061         (inferior-prolog-load-file): Reset list of errors.
13063 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13065         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
13067         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
13069 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
13071         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
13072         is running already.
13074 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13076         * subr.el (listify-key-sequence-1): Use normal syntax since those
13077         integers are nowadays always represented by the same (positive) number
13078         on all platforms.
13079         (read-key-empty-map): New const.
13080         (read-key-delay): New var.
13081         (read-key): New function.
13082         (force-mode-line-update): Use with-current-buffer.
13083         (locate-user-emacs-file): Don't forget to abbreviate the file name.
13084         (start-process-shell-command, start-file-process-shell-command):
13085         Discourage the use of command-args.
13087 2009-08-19  Glenn Morris  <rgm@gnu.org>
13089         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
13091 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13093         * simple.el (choose-completion-string): Don't rely on
13094         minibuffer-completing-file-name and ad-hoc checks to decide whether
13095         to continue completion or not.
13097         * minibuffer.el (minibuffer-hide-completions): New function.
13098         (completion--do-completion): Use it.
13099         (completions-annotations): New face.
13100         (completion--insert-strings): Use it.
13101         (completion-pcm--delim-wild-regex): Add docstring.
13102         (completion-pcm--string->pattern): Add support for 0-width delimiters
13103         in completion-pcm--delim-wild-regex.
13105 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13107         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13108         Remove unused var `buffer-modified-p'.
13110         * minibuffer.el (completion--do-completion): Move point for the #b001
13111         case as well (bug#4176).
13112         (minibuffer-complete, minibuffer-complete-word): Don't move point.
13114 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
13116         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
13117         and :session buses.
13119 2009-08-18  Kenichi Handa  <handa@m17n.org>
13121         * international/ucs-normalize.el (ucs-normalize-version):
13122         Change to 1.1.
13123         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13124         (utf-8-hfs): Make it perform normalization on encoding too.
13126         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
13127         (sentence-end-without-space): Delete duplicated chars.
13128         (sentence-end-base): Likewise.
13130         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
13131         (html-mode): Delete duplicated chars from sentence-end-base.
13133         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
13134         (texinfo-mode): Delete duplicated chars from sentence-end-base.
13136 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
13138         * files.el (hack-one-local-variable): If the mode function is for
13139         a minor mode, pass it an argument (Bug#4148).
13141 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
13143         * net/tramp.el (tramp-register-completion-file-name-handler):
13144         Check also for (member 'partial-completion completion-styles).
13146 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13148         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13149         abbrev (Bug#3943).
13151 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
13153         * progmodes/cperl-mode.el: Merge upstream 6.2.
13154         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13155         (cperl-forward-re): Check cperl-brace-recursing.
13156         (cperl-highlight-charclass): New function.
13157         (cperl-find-pods-heres): Use it.
13158         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13159         (cperl-beautify-regexp-piece): Fix column calculation.
13160         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13161         (cperl-beautify-level): Don't process entire regexp.
13162         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13163         calling man.
13164         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13165         (cperl-init-faces): Build a list in the normal way.
13167 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13169         * calendar/parse-time.el (parse-time-string-chars): Save match
13170         data.
13172 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13174         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13175         (sql-product): Use it.
13176         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13177         (sql-set-product): Add completion.
13178         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13179         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13180         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13181         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13182         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13183         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13184         (sql-highlight-db2-keywords): Remove.
13185         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13186         (sql-highlight-product): Use derived-mode-p.
13187         (sql-set-sqli-buffer): Use with-current-buffer.
13188         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13189         Simplify.
13191         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13193         * term.el: Fix commenting convention, turn comments into docstrings.
13195 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
13197         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13199 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13201         * calendar/parse-time.el (parse-time-string-chars): Compute using
13202         character classes, to handle non-ascii characters (Bug#3190).
13204 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13206         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13207         another heredoc if the user adds another < (Bug#3226).
13209         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13210         Don't initialize based on window-system (Bug#4124).
13212         * facemenu.el (facemenu-read-color): Use a completion function
13213         that accepts any defined color, such as RGB triplets (Bug#3677).
13215         * files.el (get-free-disk-space): Change fallback default
13216         directory to /.  Expand DIR argument before switching to fallback.
13217         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13219 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13221         * files.el (load-library): Doc fix.
13223 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
13225         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13226         (viper-if-string): Redefine C-s in the minibuffer to insert the last
13227         incremental search string.
13229         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13230         XEmacs.
13232         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13233         (ediff-merge-region-is-non-clash)
13234         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13235         Also check if the job is really a merge job.
13237         * ediff.el (ediff-current-file): New function.
13239 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13241         * progmodes/js.el: Edit docstrings throughout to follow Emacs
13242         conventions.
13243         (js-insert-and-indent): Delete function.
13244         (js-mode-map): Don't bind keys to js-insert-and-indent.
13245         (js-beginning-of-defun): Rename from js--beginning-of-defun.
13246         (js-end-of-defun): Rename from js--end-of-defun.
13247         (js-auto-indent-flag): Delete variable.
13249 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
13251         * progmodes/js.el: Remove proclaim statement.
13252         Defvar which-func-imenu-joiner-function to silence compiler.
13254         * files.el (auto-mode-alist): Use js-mode for .js files.
13256         * progmodes/js2-mode.el: Remove file.
13258         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13260         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13262         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13264 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
13265             Karl Landstrom  <karl.landstrom@brgeight.se>
13267         * progmodes/js.el: New file.
13269 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
13271         * timezone.el (timezone-parse-date): Add ability to understand ISO
13272         basic format (minimal separators) dates in addition to the
13273         already-supported extended format dates.
13275 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
13277         * international/ucs-normalize.el: Add a `coding' file variable.
13279         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13281 2009-08-14  Sam Steingold  <sds@gnu.org>
13283         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13285 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
13287         * faces.el (help-argument-name): Define it here instead of
13288         help-fns.el, because in daemon mode help-fns.el may be loaded when
13289         faces are still uninitialized (Bug#1078).
13291         * help-fns.el (help-argument-name): Move defface to faces.el.
13293 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
13295         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13296         create buffer with a pty but no process so that GDB can make the
13297         inferior the controlling process.
13299 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
13301         * international/ucs-normalize.el: New file.
13303 2009-08-13  Richard Stallman  <rms@gnu.org>
13305         * mail/rmail.el (rmail-get-attr-names):
13306         Accept an attribute header that is too short.
13308         * mail/rmail.el (rmail-forget-messages):
13309         Ignore nil elt in rmail-message-vector.  Use dotimes.
13311         * progmodes/compile.el (compilation-goto-locus):
13312         Use next-error-move-function.
13314         * simple.el (next-error-move-function): New variable.
13316 2009-08-12  Juri Linkov  <juri@jurta.org>
13318         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13319         always non-nil.  (Bug#4052)
13321         * replace.el (read-regexp): Return empty string when
13322         `default-value' is nil.
13323         (keep-lines-read-args): Don't use empty string as the
13324         default value for `read-regexp'.  (Bug#2495)
13326 2009-08-12  Juri Linkov  <juri@jurta.org>
13328         * international/mule-cmds.el (ucs-insert): Change arguments
13329         from `arg' to `character', `count', `inherit' to be the same
13330         as in `insert-char'.  Doc fix.  (Bug#4039)
13332         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13334 2009-08-12  Juri Linkov  <juri@jurta.org>
13336         * files-x.el: New file.
13338         * files.el: Move code that deals with adding/deleting
13339         file/directory-local variables to files-x.el.
13341         * Makefile.in (ELCFILES): Add files-x.elc.
13343 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
13345         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13346         to use `goto-line'.
13347         (gdb-place-breakpoints, gdb-get-location): Rewritten without
13348         `goto-line'.
13349         (gdb-invalidate-disassembly): Do not refresh upon receiving
13350         'update signal.  Instead, update all disassembly buffers only after
13351         threads list.
13352         (gdb): Send -target-detach when buffer is killed (Bug#3794).
13353         (gdb-starting): Moved -data-list-register-names...
13354         (gdb-stopped): ...here so it's sent when first thread stops.
13355         (gdb-registers-handler-custom): Do nothing if register names are
13356         unknown yet.
13358         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13359         from `gdb-mi.el' to avoid extra tangling.
13361         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13362         change which breaks `gud-def' definitions used in `gdb'.
13363         (gdb-update-gud-running): No extra fuss for updating frame number.
13365 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13367         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13368         (describe-language-environment-map, setup-language-environment-map)
13369         (set-coding-system-map): Move initialization into declaration.
13370         (set-language-info-alist): Last arg to define-key-after can be skipped.
13372         * international/quail.el (quail-completion-1): Simplify.
13373         (quail-define-rules): Use slightly more compact code.
13374         (quail-insert-decode-map): Propertize keys, compact columns.
13376         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13377         Add goto-line.
13379 2009-08-10  Miles Bader  <miles@gnu.org>
13381         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13382         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13383         (js2-instance-member, js2-private-member, js2-private-function-call)
13384         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13385         (js2-magic-paren, js2-external-variable):
13386         Remove "-face" suffix from face names.
13387         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13388         (js2-highlight-undeclared-vars, js2-peek-token)
13389         (js2-parse-function-params, js2-mode-show-errors)
13390         (js2-mode-show-warnings, js2-make-magic-delimiter)
13391         (js2-mode-highlight-magic-parens): Update to use new face names.
13393 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
13395         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
13396         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
13398 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
13400         * subr.el: Provide hashtable-print-readable.
13402         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
13403         hs-c-like-adjust-block-beginning.
13404         (hs-hide-block-at-point): Stop hiding at the beginning of
13405         hs-block-end-regexp (Bug#700).
13407 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
13409         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
13410         a macro.
13411         (gdb-registers-handler-custom): Do not fail when register names
13412         are unavailable.
13414 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13416         * progmodes/gdb-mi.el (gdb-control-all-threads)
13417         (gdb-control-current-thread): Interactive setters for
13418         `gdb-gud-control-all-threads' to use in menu.
13419         (gdb-show-run-p): Show «Go» when process is not active.
13420         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
13421         gud/thread.xpm and gud/all.xpm.
13423 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
13425         * net/net-utils.el (net-utils-font-lock-keywords): New var.
13426         (nslookup-font-lock-keywords): Make it a variable.
13427         (net-utils-mode): New mode for viewing diagnostic network output.
13428         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
13429         (net-utils-run-simple): New function.
13430         (ifconfig, iwconfig, netstat, arp, route): Use it.
13432 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13434         * progmodes/gdb-mi.el (gdb-read-memory-custom)
13435         (gdb-memory-set-address, def-gdb-set-positive-number)
13436         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
13437         after changing settings.
13438         (gdb-invalidate-disassembly): Update when first shown.
13439         (gdb-edit-locals-value): Fixed.
13440         (gdb-registers-handler-custom): Print registers in right order and
13441         allow changing register values (only for current thread yet).
13442         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
13443         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
13444         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
13445         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
13446         info in mode name.
13447         (gdb-registers-mode-map): TAB to switch to locals.
13449 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
13451         * mail/rmail.el (rmail-add-mbox-headers)
13452         (rmail-set-message-counters-counter): Search for
13453         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
13455 2009-08-08  Glenn Morris  <rgm@gnu.org>
13457         * Makefile.in (ELCFILES): Update.
13459 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13461         * mail/sendmail.el (mail-yank-original): Set
13462         buffer-file-coding-system from the one used by the message whose
13463         text is yanked.
13465         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
13466         to "windows" when "pgnuplot" is used.
13467         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
13468         call accept-process-output if "pgnuplot" is used.
13469         (calc-graph-init): Don't send -display and -geometry to
13470         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
13471         running "pgnuplot -V" with shell-command-to-string.
13473         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
13474         the default.
13476 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13478         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
13479         org/org-latex.elc.
13481 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
13483         * vc-dispatcher.el (vc-resynch-window): Update comment.
13485         * term.el (term-handle-ansi-escape): Add comments with the
13486         terminfo capabilities implemented.
13488 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
13490         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
13491         (gdb-var-create-handler): Rewritten using JSON parser.
13492         (gdb-propertize-header): Moved earlier.
13493         (gdb-set-header): Removed to avoid duplication.
13494         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
13495         Refresh disassembly buffers only after threads list have been
13496         update.
13497         (gdb-threads-header, gdb-registers-header): Per-buffer header line
13498         variables.
13500 2009-08-04  Juri Linkov  <juri@jurta.org>
13502         * files.el: Commands to add/delete file/directory-local variables.
13503         (read-file-local-variable, read-file-local-variable-value)
13504         (read-file-local-variable-mode, modify-file-local-variable)
13505         (modify-file-local-variable-prop-line)
13506         (modify-dir-local-variable): New functions.
13507         (add-file-local-variable, delete-file-local-variable)
13508         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
13509         (add-dir-local-variable, delete-dir-local-variable)
13510         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
13511         (copy-dir-locals-to-file-locals-prop-line): New commands.
13513 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
13515         * abbrev.el (insert-abbrev-table-description): Prettify output.
13516         Suggested by Karl Chen.
13518 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
13520         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
13521         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
13522         (gdb-overlay-arrow-position, gdb-thread-position)
13523         (gdb-disassembly-position): Declare variables.
13524         (gdb-wait-for-pending): Function now.
13525         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
13526         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
13527         compilation goes smoothly.
13528         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
13529         (gdb-non-stop-setting): New customization setting which replaces
13530         `gdb-non-stop' so changing it doesn't break active GDB session.
13531         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
13532         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
13533         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
13534         (gdb-show-threads-by-default): New customization options.
13535         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
13536         routines.
13537         (gdb-get-buffer-create): Send buffers update signal when they are
13538         created.
13539         (gdb-invalidate-locals, gdb-invalidate-registers)
13540         (gdb-invalidate-breakpoints)
13541         (gdb-invalidate-threads, gdb-invalidate-disassembly)
13542         (gdb-invalidate-memory): Accept update signal.
13543         (gdb-current-context-command): Use --frame option.
13544         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
13545         Implement `gdb-frame-number' selection logic.
13546         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
13547         whether to show GUD toolbar buttons.
13548         (gdb-thread-exited): Unselect current thread when it exits.
13549         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
13550         (gdb-mark-line): Routine which sets overlay arrow or inverses
13551         video on fringeless displays.
13552         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
13553         to build aligned columns of data in GDB buffers and set text
13554         properties line-by-line.
13555         (gdb-invalidate-breakpoints)
13556         (gdb-breakpoints-list-handler-custom)
13557         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
13558         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
13559         (gdb-registers-handler-custom): Align data columns.
13560         (gdb-locals-handler-custom): Now prints data like in variable
13561         declarations.
13562         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
13563         Removed confusing buttons.
13564         (gdb-invalidate-threads): Append --frame.
13565         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
13566         between breakpoints/threads buffers.
13567         (gdb-set-window-buffer): Now can ignore dedicated windows.
13568         (gdb-propertize-header): Use `gdb-set-window-buffer'.
13569         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
13570         (def-gdb-thread-buffer-gud-command): Replaces
13571         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
13572         for fine thread control.
13573         (gdb-preempt-existing-or-display-buffer): New function used to
13574         display bound buffers without breaking window layout.
13575         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
13576         (gdb-select-frame): New version of `gdb-frames-select' which now
13577         sets `gdb-frame-number' so commands may use --frame option instead
13578         of inner debugger state.
13579         (gdb-frame-handler): Do not set `gdb-frame-number'.
13580         (gdb-threads-mode-map): Select threads with mouse.
13582         * progmodes/gud.el (gdb-gud-context-call): Declare function to
13583         avoid compilation warning.
13584         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
13585         `gdb-show-stop-p`.
13587         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
13588         Argument `key' renamed to `buffer-type'.
13589         (gdb-current-context-buffer-name): Do not add thread info to
13590         buffer name when no thread is selected.
13591         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
13592         command (bug 3794).
13593         (gdb-thread-selected): Handle `=thread-selected' notification.
13594         (gdb-wait-for-pending): New macro to deal with congestion problems.
13595         (gdb-breakpoints-list-handler-custom): Don't fail on pending
13596         breakpoints.
13597         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
13598         This fixes problem similar to one described in bug 3947.
13599         (gud-menu-map): More menu items.
13600         (gdb-init-1): Reset `gdb-thread-number' to nil.
13602         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
13603         non-stop settings.
13605         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
13606         (gdb-current-context-command): Do not append --thread if
13607         `gdb-thread-number' is nil.
13608         (gdb-running-threads-count, gdb-stopped-threads-count): New
13609         variables.
13610         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
13611         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
13612         customization options.
13613         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
13614         GUD commands.
13615         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
13616         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
13617         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
13618         set `gdb-thread-number' and update `gud-running' properly.
13619         (gdb-running): Update threads list when new threads appear.
13620         (gdb-stopped): Support non-stop operation and new thread switching
13621         logic.
13622         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
13623         (gdb-json-partial-output): New set of JSON routines.
13624         (def-gdb-auto-update-trigger): New `signal-list' optional
13625         argument.
13626         (gdb-thread-list-handler-custom): Update `gud-running',
13627         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
13628         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
13629         (gdb-continue-thread, gdb-step-thread): New commands for fine
13630         thread execution control.
13631         (gud-menu-map): New menu items to switch non-stop options.
13632         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
13633         (gdb-send): Mimic RET properly (bug 3794).
13635         * progmodes/gdb-mi.el (gdb-rules-name-maker)
13636         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
13637         gdb-buffer-rules.
13638         (def-gdb-auto-update-handler): New nopreserve optional argument.
13639         (gdb-stack-list-frames-custom): Print stack from top to bottom.
13641         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
13642         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
13643         (gdb-parent-mode): New mode to derive other GDB modes from.
13644         (gdb-display-disassembly-for-thread)
13645         (gdb-frame-disassembly-for-thread): New commands for threads
13646         buffer.
13648         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
13649         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
13650         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
13651         (gdb-update): We now store all GDB buffers in a list so that they
13652         can be updated by traversing a list instead of calling invalidate
13653         triggers explicitly.
13654         (def-gdb-trigger-and-handler): New macro to define trigger-handler
13655         pair for GDB buffer.
13656         (gdb-stack-buffer-name): Add thread information.
13657         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
13658         handle pending triggers.
13659         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
13660         (def-gdb-thread-buffer-simple-command)
13661         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
13662         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
13663         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
13664         New commands which show buffers bound to thread.
13665         (gdb-stack-list-locals-regexp): Removed unused regexp.
13667         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
13668         (gdb-locals-buffer-name, gdb-registers-buffer-name)
13669         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
13670         to (gud-comint-buffer) in *-buffer-name functions
13671         because (gdb-get-target-string) already does that.
13672         (gdb-locals-handler-custom, gdb-registers-handler-custom)
13673         (gdb-changed-registers-handler): Rewritten without regexps.
13675         * progmodes/gdb-mi.el: Basic thread selection support.
13676         (gdb-thread-number): New variable.
13677         (gdb-current-context-command): New macro which adds --thread
13678         option to command.
13679         (gdb-threads-mode-map): Select thread with SPC.
13680         (gdb-thread-list-handler-custom): Mark current thread with overlay
13681         arrow.  Synchronize GDB thread and Emacs thread.
13682         (gdb-select-thread): New command which selects current thread.
13683         (gdb-invalidate-frames, gdb-invalidate-locals)
13684         (gdb-invalidate-registers): Use --thread option.
13686 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
13688         * net/tramp.el (top): Make check for tramp-gvfs loading more
13689         robust.  (Bug#3977)
13690         (tramp-handle-insert-file-contents): `unwind-protect' must be
13691         inside `with-parsed-tramp-file-name'.
13693         * net/tramp-gvfs.el (top): Remove superfluous message when loading
13694         fails.
13696 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
13698         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
13699         directory if CLASSPATH is not set.
13701 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
13703         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
13704         New defconst.
13705         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
13707 2009-08-02  Kevin Ryde  <user42@zip.com.au>
13709         * net/newst-backend.el (newsticker--raw-url-list-defaults):
13710         Update freshmeat link.  Delete newsforge.com as it seems gone.
13712 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
13714         * select.el (x-set-selection): Doc fix (Bug#4021).
13716         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
13718         * help-fns.el (describe-variable): Treat list return values from
13719         dir-locals-find-file properly (Bug#4005).
13721 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
13723         * net/tramp.el (tramp-debug-message): Print also microseconds.
13725 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
13727         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
13728         or END is non-nil.
13729         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
13730         (tramp-get-debug-buffer): Change `outline-regexp' according to new
13731         format.
13733         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
13734         (tramp-get-file-property): Use it.
13736         * autorevert.el (auto-revert-handler): Allow
13737         `auto-revert-tail-mode' for remote files.
13739 2009-08-02  Jason Rumney  <jasonr@gnu.org>
13741         * minibuffer.el (read-file-name): Treat confirm options to
13742         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
13744 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
13746         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
13747         (font-lock-variable-name-face, font-lock-constant-face): Darken
13748         the colors for light backgrounds.
13750 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
13752         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
13753         month names.  (Bug#3987)
13755 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
13757         * simple.el (line-move-finish): Pass whole number to
13758         line-move-to-column.
13759         (line-move-visual): Perform hscroll to the recorded position.
13761 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
13763         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
13765 2009-07-29  Alan Mackenzie  <acm@muc.de>
13767         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
13769 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
13771         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
13772         (gdb-place-breakpoints): Use full path when setting breakpoints.
13774 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
13776         * calc/calc.el (calc-mode-map): Add keybinding for
13777         `calc-transpose-lines'.
13779 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
13781         * calc/calc-misc.el (calc-transpose-lines): New function.
13783 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
13785         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
13786         Simplify check for out-of-band methods.
13787         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
13788         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
13790 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
13792         * vc-git.el (vc-git-checkin): Fix typo.
13794 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
13796         * progmodes/js2-mode.el: New file.
13798 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
13800         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
13801         (gud-menu-map): Adjust tooltip accordingly.
13803 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
13805         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
13806         (vc-bzr-log-view-mode): Adjust log-view-file-re.
13808         * add-log.el (change-log-mode-map): Add a menu.
13810 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
13812         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
13813         function returns nil.
13814         (dbus-handle-event): Handle special return value :ignore.
13815         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
13817 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
13819         * view.el (view-mode-enable): Don't define Helper-return-blurb if
13820         it's not needed.
13822 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
13824         Fix Bug#3888:
13826         * w32-vars.el (x-select-enable-clipboard): Doc fix.
13828         * term/pc-win.el (x-display-name, x-colors)
13829         (x-select-enable-clipboard, x-select-text): Doc fix.
13831         * term/common-win.el (x-display-name, x-colors): Doc fix.
13833         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
13834         (xw-defined-colors): Doc fix.
13836         * w32-fns.el (x-select-text, x-setup-function-keys)
13837         (x-get-selection, x-set-selection): Doc fix.
13839         * term/x-win.el (x-select-text, x-setup-function-keys)
13840         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
13842         * select.el (x-set-selection): Doc fix.
13844 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
13846         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
13847         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
13848         "IsNSSSupportAvailable" method is not available.  Reported by
13849         Steve Youngs <steve@sxemacs.org>.
13851 2009-07-24  Kenichi Handa  <handa@m17n.org>
13853         * international/characters.el: Fix setting of category ?C, ?|, ?K,
13854         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
13855         (build-unicode-category-table): Fix range checks.
13857 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
13859         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
13860         the buffer we try to sync is current when calling
13861         vc-resynch-buffer.
13863         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
13864         not show up to date files.
13866 2009-07-24  Glenn Morris  <rgm@gnu.org>
13868         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
13869         Add autoload cookies.  If necessary, initialize.
13870         (elint-log): Handle non-file buffers.
13871         (elint-initialize): Add optional argument to reinitialize.
13872         (elint-find-builtin-variables): Save excursion.
13874 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
13876         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13877         for Lint.
13879 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
13881         * vc.el (vc-print-log-internal): New function, split out from ...
13882         (vc-print-log): ... here.
13883         (vc-dir-move-to-goal-column): Declare.
13885         * vc-git.el (vc-git-add-signoff): New variable.
13886         (vc-git-checkin): Use it.
13887         (vc-git-toggle-signoff): New function.
13888         (vc-git-extra-menu-map): Bind it to menu.
13889         (vc-git--run-command-string): Accept a nil FILE argument.
13890         (vc-git-stash-list): New function.
13891         (vc-git-dir-extra-headers): Use it.
13893 2009-07-23  Glenn Morris  <rgm@gnu.org>
13895         * help-fns.el (describe-variable): Describe ignored and risky local
13896         variables in a similar way to that in which we describe safe ones.
13898         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
13899         (byte-compile-output-file-form, byte-compile-output-docform)
13900         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
13901         Give some more local variables with common names a "bytecomp-" prefix,
13902         so as not to shadow things during compilation.
13903         * emacs-lisp/cl-macs.el (load-time-value)
13904         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
13905         `outbuffer' to `bytecomp-outbuffer'.
13907         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
13908         since the next two variables cover them automatically now.
13909         (elint-builtin-variables, elint-autoloaded-variables): New.
13910         (elint-unknown-builtin-args): Remove all members, since they can be
13911         parsed automatically now.
13912         (elint-extra-errors): New.
13913         (elint-env-add-env, elint-env-add-macro): Use cadr.
13914         (elint-current-buffer): Use or.  Change final message.
13915         (elint-get-top-forms): Use line-end-position.
13916         (elint-init-env): Use cadr.  Handle autoload, declare-function,
13917         and defalias.
13918         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
13919         (regexp-assoc): Remove unused function.
13920         (elint-top-form): Set elint-current-pos, to record the start of the
13921         top-level form, for compilation-mode.
13922         (elint-form): Trap errors in macro expansion.  Use dolist.
13923         (elint-unbound-variable): Use elint-builtin-variables and
13924         elint-autoloaded-variables.
13925         (elint-get-args): Use cadr, or.
13926         (elint-check-cond-form): Use dolist, cadr.
13927         (elint-check-condition-case-form): Doc fix.  Use cadr.
13928         Use elint-extra-errors.
13929         (elint-log): New function.
13930         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
13931         Distinguish errors and warnings.
13932         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
13933         Use a bytecomp-style format.
13934         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
13935         (elint-get-log-buffer): Use compilation mode.  Disable undo.
13936         Don't truncate lines.
13937         (elint-initialize): Set builtin and autoloaded variable lists.
13938         Only process elint-unknown-builtin-args if non-nil.
13939         (elint-find-builtin-variables, elint-find-autoloaded-variables):
13940         New functions.
13941         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
13943 2009-07-22  Kevin Ryde  <user42@zip.com.au>
13945         * net/newst-backend.el (newsticker--parse-atom-1.0)
13946         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
13947         (newsticker--parse-rss-1.0):
13948         * progmodes/idlwave.el (idlwave-mode):
13949         * progmodes/idlw-shell.el (idlwave-shell-mode):
13950         * progmodes/vera-mode.el (vera-mode):
13951         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
13952         * progmodes/vhdl-mode.el (vhdl-mode):
13953         * textmodes/table.el (table-generate-source)
13954         (table--warn-incompatibility):
13955         Hyperlink urls in docstrings with URL `...'.
13957 2009-07-22  Glenn Morris  <rgm@gnu.org>
13959         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
13960         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
13961         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
13962         Remove leading * from defcustom docs.
13964         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
13966         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
13967         defcustom doc.
13968         (list-load-path-shadows): Optionally, just return shadows as a string.
13970         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
13972 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
13974         * mail/rmailedit.el (rmail-edit-mode): Use
13975         auto-save-include-big-deletions.
13977         * mail/rmail.el (rmail-variables): Use
13978         auto-save-include-big-deletions.
13980         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
13981         changes.
13983 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
13985         * calc/calc.el (calc-undo-length): New variable.
13986         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
13988 2009-07-21  Richard Stallman  <rms@gnu.org>
13990         * files.el (auto-save-mode): Handle buffer-save-size = -2
13991         for toggling mode.
13993 2009-07-21  Glenn Morris  <rgm@gnu.org>
13995         * textmodes/ispell.el (ispell-looking-back): Update declaration.
13997         * calendar/todo-mode.el (calendar-current-date): Update declaration.
13999         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
14000         silence compiler.  Instead...
14001         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
14002         (ps-print-ensure-fontified): Update for above function name changes.
14004         * printing.el (pr-mh-get-msg-num, pr-mh-show)
14005         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
14006         silence compiler.  Instead...
14007         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
14008         (mh-show-buffer): Only define for compiler.
14009         (pr-mh-current-message): Update for above function name changes.
14011         * files.el (abort-if-file-too-large): Explicitly pass `filename'
14012         as an argument.
14013         (find-file-noselect, insert-file-1): Update for above change.
14015         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
14017         * mail/mailclient.el (mailclient-send-it): Fix message.
14019         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
14020         (edebug-eval): Check cl-debug-env is bound.
14021         (print-level, print-circle): Don't redefine built-in variables.
14023         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
14024         (custom-print-vectors): Remove old comments from doc.
14026         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
14027         (emerge-version): Make the variable an obsolete alias for the
14028         emacs-version variable.  Make the function obsolete.
14029         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
14030         Emerge options, rather than merging in into the main Options menu.
14031         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
14032         and auto advance modes.  Disable edit/fast items when not relevant.
14034 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
14036         * term/vt420.el (terminal-init-vt420): Fix typo.
14038 2009-07-20  Sam Steingold  <sds@gnu.org>
14040         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
14041         variable (removed from compile.el on 2004-03-11).
14043 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
14045         * files.el (hack-local-variables-filter): Fix last change.
14047 2009-07-19  Juri Linkov  <juri@jurta.org>
14049         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
14050         (dir-local-variables-alist): New buffer-local variable.
14051         (hack-local-variables-filter): If variable is not dir-local,
14052         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
14053         because file-local overrides dir-local.
14054         (c-postprocess-file-styles) <declare-function>:
14055         Remove obsolete declaration.
14056         (hack-dir-local-variables): Add dir-local variable/value pair to
14057         `dir-local-variables-alist' and remove duplicates.  Doc fix.
14059         * help-fns.el (describe-variable): Add information about
14060         file-local and dir-local variables.
14062 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
14064         * files.el (hack-local-variables-filter): Rewrite.
14066 2009-07-19  Glenn Morris  <rgm@gnu.org>
14068         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
14069         Silence compiler by only defining on XEmacs.
14071         * international/mule.el (auto-coding-regexp-alist): Only match
14072         BABYL... at the start of buffer, not of lines.  (Bug#3790)
14074         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
14075         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
14076         (cal-menu-context-mouse-menu): Doc fix.
14078         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
14080         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
14082 2009-07-18  Juri Linkov  <juri@jurta.org>
14084         * info.el: Virtual Info keyword finder.
14085         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
14086         (Info-finder-file): New variable.
14087         (Info-finder-find-file): New function.
14088         (finder-known-keywords, finder-package-info)
14089         (find-library-name, lm-commentary): Use defvar and
14090         declare-function to silence compiler warnings.
14091         (Info-finder-find-node): New function.
14092         (info-finder): New command.
14094         * subr.el (process-kill-buffer-query-function): New function.
14095         (add-hook)<kill-buffer-query-functions>: Add hook
14096         `process-kill-buffer-query-function'.
14098 2009-07-18  Alan Mackenzie  <acm@muc.de>
14100         * progmodes/cc-mode.el (c-before-hack-hook)
14101         (c-postprocess-file-styles): Give invocation of `c-set-style'
14102         DONT-OVERRIDE parameter of t.  Already set style variables will
14103         thus not be overridden by style settings given by `c-file-syle'.
14105         * files.el (hack-local-variables-filter): Remove entries with
14106         duplicate keys from `file-local-variables-alist'.
14108 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14110         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14111         x-set-selection if display-selections-p returns nil for the
14112         current frame.
14114 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
14116         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14118 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14120         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14121         Accept nil in addition to a regexp.
14122         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14123         Accept nil in addition to a regexp.
14124         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14125         buffers that have an associated file.  Handle nil values of
14126         desktop-buffers-not-to-save and desktop-files-not-to-save.
14127         (Bug#3833)
14129         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14130         (x-disown-selection-internal): New functions.
14132 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
14134         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14135         warning.
14136         (gdb-breakpoints-header): Move forward to avoid compiler warning.
14137         (gdb-make-header-line-mouse-map): Remove duplicate definition.
14139 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
14141         * simple.el (set-mark): Revert last change.
14143 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
14145         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14146         rendering of pngs is not possible instead of messaging a long
14147         description.
14149 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
14151         * w32-fns.el (x-selection-owner-p): New function.
14153         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14154         (mouse-yank-at-click, mouse-yank-primary): If
14155         select-active-regions is non-nil, deactivate the mark before
14156         insertion.
14158         * simple.el (deactivate-mark, set-mark): Only save selection if we
14159         own it.
14161 2009-07-17  Kenichi Handa  <handa@m17n.org>
14163         * case-table.el (describe-buffer-case-table): Fix for the case
14164         that KEY is a cons.
14166 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
14168         * vc-rcs.el (vc-rcs-find-file-hook):
14169         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14171 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
14173         * net/tramp.el (tramp-wait-for-output): Handle the case when
14174         commands do not return a newline but a null byte before the shell
14175         prompt.  (Bug#3858)
14177 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14179         * term/ns-win.el (ns-set-alpha): Don't declare.
14180         (ns-set-background-alpha): Remove function.
14182 2009-07-16  Kevin Ryde  <user42@zip.com.au>
14184         * emacs-lisp/copyright.el (copyright-update): Save match-data across
14185         y-or-n-p, for safety.
14187 2009-07-16  Richard Stallman  <rms@gnu.org>
14189         * files.el (auto-save-mode): If buffer-saved-size is -2,
14190         don't clobber it.
14192         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14193         (rmail-retry-ignored-headers): Add more uninteresting fields.
14195 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
14197         * net/rcirc.el (rcirc): Use history variables.
14198         (rcirc-server-name-history, rcirc-nick-name-history)
14199         (rcirc-server-port-history): New variables.
14201 2009-07-15  Kenichi Handa  <handa@m17n.org>
14203         * international/mule-cmds.el (set-language-environment-charset):
14204         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14205         ignore them.
14207         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14208         Delete unibyte-display.
14210 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14212         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14214 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14216         * simple.el (deactivate-mark): Optional argument FORCE.
14217         (set-mark): Use deactivate-mark.
14219         * info.el (Info-search): No need to check transient-mark-mode
14220         before calling deactivate-mark.
14222         * select.el (x-set-selection): Doc fix.
14223         (x-valid-simple-selection-p): Allow buffer values.
14224         (xselect--selection-bounds): Handle buffer values.  Suggested by
14225         David De La Harpe Golden.
14227         * mouse.el (mouse-set-region, mouse-drag-track): Call
14228         copy-region-as-kill before setting the mark, to let
14229         select-active-regions work.
14231 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
14233         * simple.el (deactivate-mark): If select-active-regions is
14234         non-nil, copy the selection data into a string.
14235         (activate-mark): If select-active-regions is non-nil, set the
14236         selection to the current buffer.
14237         (set-mark): Update selection if select-active-regions is non-nil.
14239         * select.el (x-valid-simple-selection-p): Allow buffer values.
14241 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14243         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14244         and more featureful message-mode.
14246 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
14248         * select.el (x-set-selection): Doc fix.
14249         (x-valid-simple-selection-p): Disallow selection data consisting
14250         of a list or cons of integers, since that is not used.
14251         (xselect--selection-bounds, xselect--int-to-cons): New functions.
14252         (xselect-convert-to-string, xselect-convert-to-length)
14253         (xselect-convert-to-filename, xselect-convert-to-charpos)
14254         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14256 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
14258         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14259         output in -break-info command (Emacs bug #3794).
14261 2009-07-14  Glenn Morris  <rgm@gnu.org>
14263         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14264         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14265         (edebug-print-length, edebug-print-level, edebug-print-circle)
14266         (edebug-sit-for-seconds, edebug-view-outside)
14267         (edebug-bounce-point, edebug-set-global-break-condition)
14268         (edebug-Go-nonstop-mode, edebug-trace-mode)
14269         (edebug-Trace-fast-mode, edebug-continue-mode)
14270         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14271         (edebug-visit-eval-list): Doc fixes.
14273         * subr.el (def-edebug-spec): Doc fix.
14275 2009-07-14  Kenichi Handa  <handa@m17n.org>
14277         * international/characters.el: Fix setting of category ?C.
14279 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
14281         * term/ns-win.el (x-select-font): defalias x-select-font to
14282         ns-popup-font-panel instead of generate-fontset-menu.
14284 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
14286         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
14288 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
14290         * arc-mode.el (archive-find-type): Allow for a PK00 string before
14291         the PK\003\004 header (Bug#3770).
14293 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
14295         * pcomplete.el (pcomplete-comint-setup): Check for
14296         shell-dynamic-complete-filename too.
14298 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
14300         * simple.el (temporary-goal-column): Change the value for
14301         line-move-visual to a cons cell.
14302         (line-move-visual): Record or set the window hscroll, if
14303         necessary (Bug#3494).
14304         (line-move-1): Handle cons value of temporary-goal-column.
14306 2009-07-11  Kenichi Handa  <handa@m17n.org>
14308         * international/mule-diag.el (describe-character-set): Don't show
14309         width.
14311 2009-07-10  Sam Steingold  <sds@gnu.org>
14313         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14314         Omake sometimes indents the errors it prints, so allow all
14315         regexps to start with spaces.
14317 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
14319         * cus-edit.el (customize-changed-options-previous-release):
14320         Bump value to 22.1.  (Bug#3804)
14322 2009-07-08  Sam Steingold  <sds@gnu.org>
14324         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14325         to be a cons cell (test . ignored-directory) to selectively ignore
14326         some directories depending on the location of the search.
14328 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
14330         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14331         remote user is root, on the local host.
14332         (tramp-local-host-p): Either the local user or the remote user
14333         must be root.  (Bug#3771)
14335 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14337         * progmodes/gdb-mi.el (gdb): Remove description of
14338         gdb-use-separate-io-buffer.
14339         (menu): Don't allow toggling of or enable
14340         gdb-use-separate-io-buffer from menubar.
14342 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
14344         * mail/unrmail.el (unrmail): Make sure the message ends with two
14345         newlines (Bug#3769).
14347 2009-07-08  Glenn Morris  <rgm@gnu.org>
14349         * calendar/calendar.el (calendar-current-date): Rework previous change.
14351 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
14353         * calendar/calendar.el (calendar-current-date):
14354         Add an optional argument giving an offset from today.
14356 2009-07-08  Glenn Morris  <rgm@gnu.org>
14358         * tutorial.el (tutorial--describe-nonstandard-key):
14359         Adjust the message for when a key has been unbound.
14360         (help-with-tutorial): Hide the arch-tag.
14362 2009-07-08  Kenichi Handa  <handa@m17n.org>
14364         * international/fontset.el (setup-default-fontset): For each
14365         script, append (not set) font-specs.
14367         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14368         docstring.
14370 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14372         * progmodes/gdb-mi.el (gdb-init-1): Move sending
14373         -data-list-register-names to ...
14374         (gdb-starting): ... here because GDB 7.0 requires execution to
14375         have started when using this MI command.
14376         (gdb-set-header): New function to distinguish select and
14377         unselected tabs in gdb buffers.
14378         (gdb-propertize-header): New macro that uses gdb-set-header.
14379         (gdb-breakpoints-header, gdb-locals-header): Use it.
14380         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14382 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
14384         * Makefile.in (ELCFILES): Remove fadr.elc.
14386 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
14388         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14389         may contain frame information, so `string-match' should be used.
14390         (gdb-update): Disassembly is invalidated through
14391         `gdb-get-selected-frame'.
14392         (gdb-pad-string): New function to pad string with spaces.
14393         (gdb-invalidate-disassembly): Invalidate only if the buffer
14394         exists.
14395         (gdb-disassembly-handler-custom): Column alignment.
14396         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
14397         placing new ones.
14398         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
14399         end of line, too.
14400         (gdb-frame-handler): Match convention to for disassembly buffer
14401         mode name.
14402         (gdb-stack-list-frames-handler): Rewritten without regexps.
14403         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
14404         not highlight breakpoints without line information.
14405         (gdb-input): Add trailing newline to command.
14407         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
14408         buffer properly.
14409         (gdb-breakpoints-list-handler-custom): Replacement for
14410         `gdb-break-list-handler'.  Using real parser instead of regexps
14411         now.
14412         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
14413         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
14414         to place breakpoints.
14415         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
14416         functions.
14417         (gdb-disassembly-handler-custom): Show overlay arrow.
14418         (gdb-disassembly-place-breakpoints): Show breakpoints in
14419         disassembly buffer.
14420         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14421         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
14422         instead of parsing breakpoints buffer.  Fixed old menu references
14423         in `gud-menu-map'.
14425         * fadr.el: Remove.
14427         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
14428         (gdb-memory-address): New variable which holds top address of
14429         memory page shown in memory buffer.
14430         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
14431         customization variables.
14432         New functions:
14433         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
14434         display the memory buffer.
14435         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
14436         buffer display parameters.
14437         (def-gdb-memory-format, gdb-memory-format-binary)
14438         (gdb-memory-format-octal, gdb-memory-format-unsigned)
14439         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
14440         Functions for setting memory buffer format.
14441         (gdb-memory-unit-word, gdb-memory-unit-halfword)
14442         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
14443         unit size used in memory buffer.
14444         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
14445         to next/previous page of memory buffer.
14446         Now using (bindat-get-field) instead of fadr functions.
14448 2009-07-07  Sam Steingold  <sds@gnu.org>
14450         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
14451         non-top-level files.
14453 2009-07-07  Kenichi Handa  <handa@m17n.org>
14455         * international/mule-cmds.el (reset-language-environment): Put
14456         the highset priority to the charset iso-8859-1.
14458 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14460         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
14461         to the end of the line when locating the block (Bug#700).
14463 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
14465         * net/tramp.el (tramp-handle-write-region): Flush file properties
14466         in case of short track.
14468 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
14470         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
14471         Coded custom representation of verilog error regular expressions
14472         to work with Emacs-22's new format.
14473         (verilog-error-regexp-xemacs-alist): Coded custom representation
14474         of verilog error regular expressions to work with XEmacs format.
14475         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
14476         error recognition into XEmacs.
14477         (verilog-error-regexp-add-emacs): Hook routine to install verilog
14478         error recognition into Emacs-22.
14480 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14482         * woman.el: Remove stand-alone closing parentheses.
14483         (woman-file-name, woman2-format-paragraphs)
14484         (woman-leave-blank-lines): Code cleanup.
14485         (woman-use-own-frame): Change default to nil.
14486         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
14487         defaults to inherit from default faces.
14488         (woman2-process-escapes): Consume the newline after a stand-alone
14489         filler character (Bug#3651).
14491 2009-07-06  Glenn Morris  <rgm@gnu.org>
14493         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
14494         (top-level): Move provide to the end.
14495         (ffap): Remove defunct URL from custom group.
14497         * subr.el (eval-after-load): Doc fix.
14499 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
14501         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
14502         `calc-embedded-word' is called twice.
14504 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14506         * files.el (find-alternate-file-other-window, find-alternate-file):
14507         Obey confirm-nonexistent-file-or-buffer.
14509 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
14511         * dired-aux.el (dired-show-file-type): Handle remote files.
14513 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
14515         * desktop.el (desktop-globals-to-save):
14516         Add file-name-history (Bug#2750).
14518 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
14520         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
14522 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
14524         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
14525         property on entire argument since this is what eshell-lisp-command
14526         expects.
14528 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
14530         * net/tramp-gvfs.el (tramp-gvfs-methods)
14531         (tramp-gvfs-zeroconf-domain)
14532         (tramp-bluez-discover-devices-timeout): Add version flag.
14533         (tramp-gvfs-handler-mounted-unmounted)
14534         (tramp-gvfs-connection-mounted-p): Polish handling of
14535         incompatibilities between GVFS 0.2 and 1.0.
14537 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
14539         * cus-start.el (all): Add make-pointer-invisible.
14541 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
14543         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
14544         formatted correctly.
14546 2009-07-02  Juri Linkov  <juri@jurta.org>
14548         * info.el: Virtual Info files and nodes.
14549         (Info-virtual-files, Info-virtual-nodes): New variables.
14550         (Info-current-node-virtual): New variable.
14551         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
14552         New functions.
14553         (Info-file-supports-index-cookies): Use Info-virtual-file-p
14554         to check for a virtual file instead of checking a fixed list
14555         of node names.
14556         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
14557         instead of ad-hoc processing of "dir" and (apropos history toc).
14558         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
14559         instead of ad-hoc processing of "dir" and (apropos history toc).
14560         Reread a file when moving from a virtual node.
14561         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
14562         (Info-directory-toc-nodes, Info-directory-find-file)
14563         (Info-directory-find-node): New functions.
14564         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
14565         (Info-history): Move part of code to
14566         `Info-history-find-node'.
14567         (Info-history-toc-nodes, Info-history-find-file)
14568         (Info-history-find-node): New functions.
14569         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
14570         (Info-toc): Move part of code to `Info-toc-find-node'.
14571         (Info-toc-find-node): New function.
14572         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
14573         the current Info file name to references because now the node
14574         "*TOC*" belongs to the same Info manual.
14575         (Info-toc-build): Rename from `Info-build-toc'.
14576         (Info-toc-nodes): Rename input argument `file' to `filename'.
14577         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
14578         instead of ad-hoc processing of ("dir" apropos history toc).
14579         (Info-index-nodes): Use Info-virtual-file-p
14580         to check for a virtual file instead of checking a fixed list
14581         of node names.
14582         (Info-index-node): Add check for `Info-current-node-virtual'.
14583         Raise `save-match-data' higher up the tree to contain
14584         `search-forward' too (bug fix).
14585         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
14586         (Info-virtual-index-nodes): New variable.
14587         (Info-virtual-index-find-node, Info-virtual-index): New functions.
14588         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
14589         (Info-apropos-file, Info-apropos-nodes): New variables.
14590         (Info-apropos-toc-nodes, Info-apropos-find-file)
14591         (Info-apropos-find-node, Info-apropos-matches): New functions.
14592         (info-apropos): Move part of code to `Info-apropos-find-node' and
14593         `Info-apropos-matches'.
14594         (Info-mode-map): Bind "I" to `Info-virtual-index'.
14595         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
14596         for a virtual file instead of checking a fixed list of node names.
14598         * simple.el (async-shell-command): New command.
14600         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
14602         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
14603         instead of `mount-info'.
14605 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
14607         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
14608         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
14610 2009-07-02  Kenichi Handa  <handa@m17n.org>
14612         * international/mule.el (set-keyboard-coding-system): Force *-unix
14613         coding-system to avoid eol conversion.
14615 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
14617         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
14618         Add handler for `process-file', `shell-command' and
14619         `start-file-process'.
14620         (tramp-gvfs-handle-shell-command)
14621         (tramp-gvfs-handle-start-file-process)
14622         (tramp-gvfs-handle-process-file): New defuns.
14623         (tramp-synce-list-devices): Simplify check for existence of property.
14625 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
14627         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
14629 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
14631         * language/korean.el (set-language-info-alist): Add korean-cp949,
14632         cp949 to spec.
14634 2009-07-01  Kenichi Handa  <handa@m17n.org>
14636         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
14638         * international/encoded-kb.el: Deleted.
14640         * international/mule.el (set-keyboard-coding-system): Perform the
14641         necessary setup here instead of calling encoded-kbd-setup-display.
14643 2009-07-01  Glenn Morris  <rgm@gnu.org>
14645         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
14647 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
14649         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
14651 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
14653         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
14654         Handle also the 'rename case, when setting file modes.  (Bug#3712)
14655         (tramp-default-file-modes): Remove execute permissions.
14657         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
14658         (top): Add a default for "synce" in `tramp-default-user-alist'.
14659         Add completion function for "synce" method.
14660         (tramp-hal-service, tramp-hal-path-manager)
14661         (tramp-hal-interface-manager, tramp-hal-interface-device):
14662         New defconst.
14663         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
14664         (tramp-synce-list-devices, tramp-synce-parse-device-names):
14665         New defuns.
14667         * net/trampver.el: Update release number.
14669 2009-06-30  Kenichi Handa  <handa@m17n.org>
14671         * international/fontset.el (setup-default-fontset): Add CJK fonts
14672         for symbols and the other miscellaneous characters.
14674         * language/korea-util.el (setup-korean-environment-internal):
14675         Make char-width-table suitable for Korean environments.
14676         (exit-korean-environment): Cancel above.
14678         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
14679         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
14680         setup-function to make char-width-table suitable for respective
14681         environments, and an exit-function to cancel that.
14683         * language/japan-util.el (setup-japanese-environment-internal):
14684         Call use-cjk-char-width-table with arg `ja_JP'.
14686         * international/characters.el (cjk-char-width-table): Delete it.
14687         (cjk-char-width-table-list): New variable.
14688         (use-cjk-char-width-table): New arg local-name.
14689         (use-default-char-width-table): Fix for the case that Emacs is
14690         already using the default char-width-table.
14692 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
14694         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
14695         modes mandatory.  (Bug#3712)
14697 2009-06-29  Alan Mackenzie  <acm@muc.de>
14699         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
14700         correction between the visible width of TABs and their number of bytes.
14702 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
14704         * server.el (server-buffer-done): Prevent kill-buffer from
14705         prompting by clearing the buffer modification flag (Bug#3696).
14707 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
14709         * progmodes/verilog-mode.el (verilog-beg-of-statement)
14710         (verilog-endcomment-reason-re): Support unique case and priority case.
14711         (verilog-basic-complete-re): Support localparam lineup.
14712         (verilog-beg-of-statement-1): Fix for robustness, unique case.
14713         (verilog-set-auto-endcomments): Fix for unique case, always_comb
14714         commenting.
14715         (verilog-leap-to-case-head): Now support *nested* unique &
14716         priority case statements.
14717         (verilog-auto-lineup): Make just declarations the default (as it
14718         had been).
14719         (verilog-leap-to-case-head): Support priority/unique case statements.
14720         (verilog-auto-lineup): Rework to give users radio buttons to
14721         select the various styles of automatic lineup.
14722         (verilog-error-regexp-alist): Rework to support the XEmacs style
14723         of error regular expressions from compilers, lint tools &
14724         simulators.  Note that GNU Emacs has made it impossible for a mode
14725         to load such things.
14726         (electric-verilog-terminate-line, verilog-indent-declaration)
14727         (verilog-auto-wiure): Rework for radio button selection of
14728         auto-lineup selection of specification of auto lineup.
14729         (verilog-beg-of-statement-1): Redesign to support proper operation
14730         in additional code, based on testing with auto-lineup.
14731         (verilog-calculate-indent, assignments & declarations)
14732         (verilog-backward-token): Enhance to support auto-lineup of
14733         assignments & declarations.
14734         (verilog-in-directive-p, verilog-at-struct-p): New function for
14735         easy test of whether we are.
14736         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
14737         to support safe execution at almost anyline.
14738         (verilog-calc-1): Properly support indenting deep inside generate
14739         blocks.
14740         (verilog-init-font): Remove definition & use of verilog-init-font,
14741         as it is redundant with font-lock-defaults.
14742         (verilog-mode): Alter the definition of verilog-font-lock-defaults
14743         to avoid circular calls if syntax-ppss is a function (as is the
14744         case now in 22.x GNU Emacs) as that function would sometimes call
14745         itself, leading to (nearly) infinite recursion.
14746         (verilog-ovm-begin-re, verilog-ovm-end-re)
14747         (verilog-ovm-statement-re, verilog-leap-to-head)
14748         (verilog-backward-token): Add support for OVM macros.  Some are
14749         complete statements, and others open and close scopes like begin
14750         and end.
14751         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
14752         (verilog-defun-level-generate-only-re): Really fix the defun-list
14753         compilation issue.
14754         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
14755         coverpoint, constraint and cross statements.
14756         (verilog-defun-level-list, verilog-generate-defun-level-list)
14757         (verilog-all-defun-level-list): Redo these specifications - it is
14758         too hard to support eval-when compile aggregation of lists also
14759         built at when-compile time.
14760         (verilog-defun-level-list): Place defconsts of variables used in
14761         building regular expressions which are built in eval-when-compile
14762         bodies in the same eval-when-compile body to facilitate compile
14763         without load.
14764         (verilog-beg-block-re-ordered): Support indenting
14765         virtual/protected tasks and functions.
14766         (verilog-defun-level-list, verilog-in-generate-region-p)
14767         (verilog-backward-ws&directives, verilog-calc-1): Speed up
14768         indentation of some module items (generate items).
14769         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
14770         across virtual/protected tasks and functions.
14772 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
14774         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
14775         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
14776         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
14777         in concatenations.  Reported by Yishay Belkind.
14778         (verilog-auto-ascii-enum): Support one-hot state machines in
14779         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
14780         (verilog-auto-inst, verilog-auto-inst-port): Include interface
14781         modport in AUTOINST and add vl-modport for users.  Reported by
14782         David Rogoff.
14783         (verilog-auto-inout-module, verilog-auto-inst)
14784         (verilog-decls-get-interfaces, verilog-insert-definition)
14785         (verilog-insert-one-definition, verilog-read-decls)
14786         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
14787         (verilog-sig-modport, verilog-signals-combine-bus)
14788         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
14789         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
14790         Suggested by David Rogoff.
14791         (verilog-repair-open-comma): Fix non-insertion of comma when
14792         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
14793         (verilog-make-width-expression): Simplify [A-1:0] expression
14794         widths to just {A{1'b0}}.
14795         (verilog-mode): Cleanup checkdoc warnings.
14796         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
14797         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
14798         inputs/outputs or data type.  Suggested by Vasu Kandadi.
14799         (next-error-last-buffer): Fix byte-compiler warning.
14800         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
14801         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
14802         or shell command text during AUTO expansion.  Suggested by Tad Truex.
14803         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
14804         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
14805         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
14806         in AUTOINOUT.  Reported by Matthew Lovell.
14807         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
14808         causing use of <= assignments.  Reported by Alex Reed.
14809         (verilog-read-decls): Fix triand, trior, wand, wor to be
14810         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
14811         (verilog-extended-complete-re): Support import "DPI-C" functions.
14812         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
14813         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
14814         (verilog-insert-date, verilog-insert-year)
14815         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
14816         Windows systems.  Reported by Michael Potts.
14817         (verilog-read-module-name): Fix AUTOINST when the child module
14818         declaration's name is a tick define.  Reported by Elliot Mednick.
14819         (verilog-read-decls): Fix V2K parameter bit subscripts getting
14820         passed to next parameter's definition.  Reported by Bruce T.
14821         (verilog-read-decls): Fix detecting "parameter int" when using
14822         AUTOINSTPARAM.  Reported by Bruce T.
14823         (verilog-goto-defun): Fix goto not finding modules unless first
14824         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
14825         (verilog-mode): Expand -f flag arguments on entry to mode so
14826         verilog-goto-defun will work.  Reported by Lawrence Butcher.
14827         (verilog-getopt): Expand environment variables in -f file
14828         arguments.  Suggested by Lawrence Butcher.
14829         (verilog-set-define): Fix "Symbol's value as variable is void"
14830         when reading enumerations.
14831         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
14832         Suggested by Stephen Peltan.
14833         (verilog-read-defines): Fix reading of enumerations in include
14834         files.  Reported by Steve Peltan.
14836 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
14838         * files.el (trash-directory): Fix defcustom type.
14840 2009-06-28  Juri Linkov  <juri@jurta.org>
14842         * help-fns.el (describe-function-1): Correctly locate adviced
14843         functions in hyperlink (Bug#2438).
14845 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
14847         * files.el (trash-directory): Change default to nil.
14848         (move-file-to-trash): If trash-directory is nil and
14849         system-move-file-to-trash is unbound, perform freedesktop-style
14850         trashing.
14852 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
14854         * files.el (move-file-to-trash): Add freedesktop trash
14855         support (Bug#973).
14857 2009-06-28  Glenn Morris  <rgm@gnu.org>
14859         * autorevert.el (global-auto-revert-non-file-buffers)
14860         (global-auto-revert-mode): Doc fixes.
14862 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
14864         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
14866 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
14868         * faces.el (x-handle-named-frame-geometry): Ensure that we have
14869         opened an X connection before calling x-get-resource (Bug#3194).
14871         * play/doctor.el: Remove reference to obsolete website.
14872         (make-doctor-variables): Correct grammar mistake (Bug#2633).
14874 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
14876         Remove find-file-not-found-hook VC method.  (Bug#2757)
14877         * vc-hooks.el (vc-file-not-found-hook)
14878         (vc-default-find-file-not-found-hook): Remove functions.
14879         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
14880         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
14881         * vc.el:
14882         * vc-hg.el:
14883         * vc-git.el: Do not mention find-file-not-found-hook VC method.
14885 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
14887         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
14888         compatibility function for `looking-back'.
14890         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
14891         Use `ispell-looking-back'.
14893 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
14895         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
14896         rather than `filename'.
14898 2009-06-23  Miles Bader  <miles@gnu.org>
14900         * face-remap.el (text-scale-set): New function.
14902 2009-06-23  Glenn Morris  <rgm@gnu.org>
14904         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
14906         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
14908         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
14910         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
14912         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14913         Simplify Persian conditionals.
14915         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
14916         variable `filename'.
14918         * comint.el (comint-insert-input): Doc fix.
14920         * Makefile.in (ELCFILES): Fix typo in previous change.
14922 2009-06-23  Miles Bader  <miles@gnu.org>
14924         * cus-start.el: Add entry for `recenter-redisplay'.
14926 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
14928         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
14929         Add an optional argument for the backend, use it instead of
14930         calling vc-backend.
14931         (vc-mode-line): Add an optional argument for the backend.
14932         Pass the backend to vc-state and vc-working-revision.  Move code for
14933         special handling for vc-state being a buffer to ...
14935         * vc-rcs.el (vc-rcs-find-file-hook):
14936         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
14938         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
14939         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
14940         vc-stay-local-p and vc-mode-line calls.
14942         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
14943         (vc-cvs-diff, vc-cvs-annotate-command)
14944         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
14945         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
14946         vc-mode-line calls.
14948         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
14949         direct comparison.
14950         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
14951         backend when calling vc-mode-line.
14952         (vc-register): Do not create a closure for calling the vc register
14953         function, call it directly.
14955 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
14957         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
14958         to make it obvious item can be clicked.
14960         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
14962 2009-06-23  Kenichi Handa  <handa@m17n.org>
14964         * language/korea-util.el (korean-key-bindings): Change the binding
14965         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
14966         same command.
14968 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
14970         Sync with Tramp 2.1.16.
14972         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
14974         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
14975         when a loading of a package fails.  Completion function for rsync
14976         is `tramp-completion-function-alist-ssh'.
14977         (all): Replace all calls of `split-string' and
14978         `tramp-split-string' by `tramp-compat-split-string'.
14979         (tramp-default-method): Use `tramp-compat-process-running-p'.
14980         (tramp-default-proxies-alist): Allow also Lisp forms.
14981         (tramp-remote-path): Add choice "Private Directories".
14982         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
14983         (tramp-domain-regexp): Allow also "-", "_" and ".".
14984         (tramp-end-of-output): Remove newlines, and add "$" at the end.
14985         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
14986         (tramp-debug-message): Insert header line in debug buffer.
14987         (tramp-handle-directory-files-and-attributes-with-stat):
14988         Care about filenames with spaces, or starting with "-".
14989         (tramp-handle-dired-uncache): New defun.
14990         (tramp-handle-insert-directory): Don't flush the directory from
14991         cache, this is handled by `dired-uncache' now.
14992         (tramp-handle-insert-file-contents): Improve error handling.
14993         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14994         Quote `tramp-end-of-output'.
14995         (tramp-action-password): Improve trace message.
14996         (tramp-check-for-regexp): Both echoes must be present, before removing.
14997         (tramp-open-connection-setup-interactive-shell): Trace coding system.
14998         (tramp-compute-multi-hops): Eval cons cells of
14999         `tramp-default-proxies-alist'.
15000         (tramp-maybe-open-connection): Use the same command pattern for
15001         first hop and further hops.
15002         (tramp-wait-for-output): Remove handling of newlines.
15003         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
15004         (tramp-split-string): Remove function.  It is handled in
15005         tramp-compat now.
15007         * net/tramp-cmds.el (tramp-bug):
15008         Recommend `tramp-cleanup-all-connections' in the bug mail.
15010         * net/tramp-compat.el (tramp-compat-split-string)
15011         (tramp-compat-process-running-p): New defuns.
15013         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
15014         for `dired-uncache'.
15016         * net/tramp-gvfs.el: New package.
15018         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15019         Add handler for `dired-uncache'.
15020         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
15022         * net/trampver.el: Update release number.  Make version check fit
15023         for SXEmacs 22.
15025 2009-06-22  Jim Meyering  <meyering@redhat.com>
15027         Automatically handle .xz suffix (XZ-compressed files), too.
15028         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
15029         XZ is the successor to LZMA: <http://tukaani.org/xz/>
15031 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
15032             Nick Roberts  <nickrob@snap.net.nz>
15034         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
15035         repository (http://sphinx.net.ru/hg/gdb-mi/).
15037 2009-06-22  Glenn Morris  <rgm@gnu.org>
15039         * files.el (dir-locals-collect-mode-variables): Allow for any number of
15040         `mode' and `eval' entries.  (Bug#3430)
15042         * Makefile.in (ELCFILES): Add fadr.elc.
15044         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
15045         differing behavior of \n and ^ in strings.  (Bug#3385)
15047         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
15049         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
15050         property.
15051         (lisp-indent-function): Make it a defcustom.
15053 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
15055         * progmodes/gdb-ui.el: Replace with ...
15056         * progmodes/gdb-mi.el: ... this file.
15057         * progmodes/gud.el: Modify for gdb-mi.el.
15059 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
15061         * fadr.el: New file.
15063 See ChangeLog.14 for earlier changes.
15065 ;; Local Variables:
15066 ;; coding: utf-8
15067 ;; End:
15069     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
15071   This file is part of GNU Emacs.
15073   GNU Emacs is free software: you can redistribute it and/or modify
15074   it under the terms of the GNU General Public License as published by
15075   the Free Software Foundation, either version 3 of the License, or
15076   (at your option) any later version.
15078   GNU Emacs is distributed in the hope that it will be useful,
15079   but WITHOUT ANY WARRANTY; without even the implied warranty of
15080   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15081   GNU General Public License for more details.
15083   You should have received a copy of the GNU General Public License
15084   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15086 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1