Fix bug#5345: password asked when visiting files on a lightweight checkout.
[emacs.git] / lisp / ChangeLog
blob3c53662600a6bd34f86467ddeef42c4101d5e91f
1 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
3         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
4         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
6 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
8         * progmodes/compile.el: Don't treat compile-command as safe if
9         compilation-read-command might be nil (Bug#4218).
11 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
13         * startup.el (command-line-1): Use orig-argi to check for ignored X and
14         NS options.
16 2010-01-08  Kenichi Handa  <handa@m17n.org>
18         * international/fontset.el (build-default-fontset-data): Exclude
19         characters in scripts kana, hangul, han, or cjk-misc.
21 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
23         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
24         to `create-file-buffer' as it expects, not just a buffer name.
25         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
26         to help uniquify.  (Bug#3224)
28 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
30         * font-setting.el (font-setting-change-default-font): Use user-spec
31         instead of name.
33 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
35         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
37 2010-01-05  Tom Tromey  <tromey@redhat.com>
39         * progmodes/python.el (python-font-lock-keywords): Handle
40         qualified decorators (Bug#881).
42 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
44         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
45         in a lightweight checkout.
47 2010-01-05  Kenichi Handa  <handa@m17n.org>
49         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and
50         ZWJ.
52 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
54         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
56 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
58         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
59         checkouts.  (Bug#618)
60         (vc-bzr-log-view-mode): Also highlight the author.
61         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
62         (vc-bzr-shelve-menu-map):
63         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
64         (vc-bzr-shelve-apply): Make prompt more explicit.
66 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
68         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
69         They are valid characters in URL paths (rfc3986), and at least
70         Firefox does not understand the encoded version (Bug#3166).
72 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
74         * progmodes/octave-mod.el (octave-end-keywords)
75         (octave-block-begin-or-end-regexp, octave-block-match-alist): Add
76         "end" keyword (Bug#3061).
77         (octave-end-as-array-index-p): New function.
78         (calculate-octave-indent): Use it.
80 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
82         * bookmark.el: Consistently put the text property on the bookmark name.
83         (bookmark-bmenu-marks-width): Bump back to 2, to include
84         annotation marks.
85         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
86         property on the bookmark name, instead of not putting it at all.
87         (bookmark-bmenu-list): Fix where we put the text property.
89 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
91         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
92         for showing buffer modified state (as added in the previous change).
94 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
96         * bookmark.el: Show modified state of bookmark buffer more accurately.
97         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
98         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
99         (with-buffer-modified-unmodified): New macro.
100         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
101         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
102         Use new macro to preserve the buffer modified state.
104 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
106         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window,
107         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
108         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
109         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
110         (bookmark-bmenu-rename, bookmark-bmenu-locate)
111         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark): Remove
112         unnecessary calls to `bookmark-bmenu-ensure-position'.
114 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
116         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Make
117         the lines in the generated doc string shorter.  (Bug#4668)
119 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
121         * net/rcirc.el: Add follow-link binding (Bug#4738).
123 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
125         * Makefile.in (bzr-update): Renamed from cvs-update.
126         (cvs-update): New target for backward compatibility.
128         * makefile.w32-in (bzr-update): Renamed from cvs-update.
129         (cvs-update): New target for backward compatibility.
131 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
133         * bookmark.el: Remove gratuitous gratitude.
135 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
137         * bookmark.el (bookmark-bmenu-any-marks): New function
138         (bookmark-bmenu-save): Clear buffer modification if no marks.
140 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
142         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
143         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
144         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
145         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
147         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
148         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
149         To: emacs-devel {_AT_} gnu.org
150         Subject: bookmark.el bug report
151         Date: Mon, 28 Dec 2009 14:19:16 +0800
152         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
154 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
156         * bookmark.el: Improvements suggested by Drew Adams:
157         (bookmark-bmenu-ensure-position): New name for
158         `bookmark-bmenu-check-position'.  Just ensure the position,
159         don't return any meaningful value.
160         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
161         New constants.
163 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
165         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
166         (bookmark-yank-point, bookmark-bmenu-check-position):
167         Fix typos in docstrings.
168         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
169         (bookmark-name-from-full-record, bookmark-get-position)
170         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
171         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
172         Remove useless quoting of parenthesis, etc. in docstrings.
174         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
175         (ediff-append-custom-diff): Fix typo in error message.
176         (ediff-meta-mark-equal-files): Fix typos in messages.
178         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
180         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
181         Fix typo in docstring.
183         * net/imap-hash.el (imap-hash-make): Doc fix.
184         (imap-hash-test): Fix typo in error message; reflow docstring.
185         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
186         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
187         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
188         Fix typos in docstrings.
189         (imap-hash-open-connection): Fix typo in error message.
191         * play/gomoku.el (gomoku): Fix typos in docstring.
193         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
194         (gdb-jsonify-buffer): Fix typos in docstring.
195         (gdb-goto-breakpoint): Fix typo in error message.
196         ("Display Other Windows"): Fix typo in help message.
197         (gdb-speedbar-expand-node): Fix typo in question.
199         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
200         (idlwave-html-system-help-location, idlwave-html-help-location)
201         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
202         (idlwave-help-browser-generic-args, idlwave-help-directory)
203         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
204         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
205         (idlwave-online-help, idlwave-help-html-link)
206         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
207         Fix typos in docstrings.
208         (idlwave-help-with-source, idlwave-help-find-routine-definition):
209         Reflow docstrings.
210         (idlwave-help-assistant-start): Fix typo in error message.
212         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
213         (octave-electric-space): Fix typos in docstrings.
215 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
217         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
219 2010-01-01  Juri Linkov  <juri@jurta.org>
221         * comint.el (comint-input-ring-size): Make it a defcustom and
222         increase the default to 500 (Bug#5148).
224 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
226         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
227         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
228         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
230 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
232         Show working revision correctly for mercurial.
233         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
234         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
236 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
238         Declare some functions for the byte-compiler.
239         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
240         (speedbar-timer-fn, speedbar-change-expand-button-char)
241         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
243 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
245         This changeset reverts GDB Graphical Interface to use annotations.
246         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
248 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
250         Make vc-dir work on subdirectories of the bzr root.
251         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
252         file names relative to it.
253         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
254         relative directory to vc-bzr-after-dir-status.
256 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
258         * font-lock.el (font-lock-refresh-defaults): New function, which
259         can be used to let font-lock react to external changes in
260         variables like font-lock-defaults and keywords.
261         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
263 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
265         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
267         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
269 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
271         Supersede color.diff settings in git log (bug#5211).
273         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
274         escape chars in its output when the user has color.diff set to `always'.
275         This fix works on git 1.4.2 and newer (released on 2006-08-13).
277 2009-12-26  Kevin Ryde  <user42@zip.com.au>
279         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
280         node.  Keep previous "Index" name to work with past coreutils too.
282         * man.el (man): Revise docstring a bit to show -a and -l as
283         examples.  Add -k description since support for it has otherwise
284         been a secret.  (Further to bug#3717.)
285         (Man-bgproc-sentinel): When "-k foo" produces no output show error
286         "no matches" rather than "Can't find manpage", as the latter reads
287         like -k was interpreted as a page name, which is not so.  (Bug#5431)
289 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
291         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
292         switches.  Check also for //SUBDIRED// line.
294 2009-12-25  Kenichi Handa  <handa@m17n.org>
296         * language/indian.el (devanagari-composable-pattern): Fixed to
297         handle ZWNJ and ZWJ.  Use it in composition-function-table for
298         Devanagari.
299         (malayalam-composable-pattern): Fix previous change.
301 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
303         * ps-print.el (ps-face-attributes): It was not returning the
304         attribute face for faces specified as string.  Reported by harven
305         <harven@free.fr>.
306         (ps-print-version): New version 7.3.5.
308 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
310         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
311         timezone names.
312         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
313         (icalendar--add-diary-entry): Remove the trailing blank that
314         diary-make-entry inserts.
316 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
318         Make `file-expand-wildcards' work for remote files.
320         * files.el (file-expand-wildcards): In case of remote files, check
321         only local file name part for wildcards.  Provide feature 'files
322         and subfeature 'remote-wildcards.  (Bug#5198)
324         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
325         if there is already an established connection.
326         (tramp-advice-file-expand-wildcards): Remove it.
328         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
329         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
330         Activate advice for older GNU Emacs versions.  (Bug#5237)
332 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
334         Some doc fixes (more needed).
336         * find-cmd.el (find-constituents): Reflow docstring.
337         (find-cmd, find-prune, find-command): Fix typos in docstrings.
338         (find-generic): Doc fix.
340 2009-12-17  Juri Linkov  <juri@jurta.org>
342         Fix regression from 23.1 to allow multiple modes in Local Variables.
344         * files.el (hack-local-variables-filter): While ignoring duplicates,
345         don't take `mode' into account.
346         (hack-local-variables-filter, hack-dir-local-variables): Don't
347         remove duplicate `mode' from local-variables-alist (like `eval').
349 2009-12-17  Juri Linkov  <juri@jurta.org>
351         Make `dired-diff' more safe.  (Bug#5225)
353         * dired-aux.el (dired-diff): Signal an error when `file' equals to
354         `current' or when `file' is a directory of the `current' file.
356 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
358         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
359         unconditionally preloaded files.
361 2009-12-16  Juri Linkov  <juri@jurta.org>
363         Revert to old 23.1 logic of using the file at the mark as default.
364         * dired-aux.el (dired-diff): Use the file at the mark as default
365         if it's not the same as the current file, and the target dir is
366         the current dir or the mark is active.  Add the current file
367         as the arg of `dired-dwim-target-defaults'.  Use the default file
368         in the prompt.  (Bug#5225)
370 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
372         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
373         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
374         (tramp-check-for-regexp): Check also, when an echoing shell stops
375         to echo sent commands.
377 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
379         * Makefile.in: Revert last change (Bug#5191).
381 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
383         * vc-hg.el (vc-hg-print-log): Fix argument order.
384         (vc-hg-working-revision): Make sure the command is executed in a
385         known environment so that we can parse the output.  (Bug#4417)
387 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
389         * progmodes/python.el (python-symbol-completions): Remove text
390         properties from symbol string before calling python-send-receive.
392 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
394         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
395         when there are values for both file and line.  (Bug#5060)
397 2009-12-14  Juri Linkov  <juri@jurta.org>
399         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
400         whitespace after the file name of the first line of unified format,
401         because git-diff doesn't output whitespace and file modification time
402         after the file name.
404 2009-12-14  David Kastrup  <dak@gnu.org>
406         * info.el (Info-hide-cookies-node): Before hiding a cookie,
407         check if it already has the `display' property added by
408         `Info-display-images-node', and not put the `invisible' property
409         in this case.
411 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
413         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
414         (semantic-mru-bookmark-mode): Doc fixes.
416         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
417         of assert.
419 2009-12-13  Glenn Morris  <rgm@gnu.org>
421         * mail/emacsbug.el (message-sort-headers): Define for compiler.
422         (report-emacs-bug): In message-mode, sort manually before storing
423         original report text.  (Bug#5178)
424         Remove superfluous save-excursion.
426 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
428         * net/dbus.el (dbus-property-handler): Filter lambda forms out
429         when responding to "GetAll" properties.
431 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
433         * simple.el (compose-mail): Remove mail-setup-with-from from
434         customization checks.
436 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
438         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
439         RAR archives created on Unix systems.
441 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
443         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
444         the varalias that was accidentally removed by the 2009-11-19 change
445         (bug#5186).
447 2009-12-12  Kenichi Handa  <handa@m17n.org>
449         * language/indian.el (indian-compose-regexp): New function.
450         (malayalam-composable-pattern): Fix the pattern.
451         (composition-function-table): Set malayalam-composable-pattern for
452         Malayalam characters.
454 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
456         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
457         rather than down-mouse-1, based on follow-link conventions.
459         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
460         are compiled.
462 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
464         * verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
465         (verilog-vmm-statement-re, verilog-ovm-statement-re)
466         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
467         (verilog-leap-to-head, verilog-backward-token):
468         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
470 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
472         * verilog-mode.el (verilog-auto-lineup, verilog-nameable-item-re):
473         Cleanup user-visible spelling and documentation errors.
474         One reported by Gary Delp.
475         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
476         (verilog-read-decls): Fix AUTOWIRE with types declared in a
477         package, bug195.  Reported by Pierre-David Pfister.
479 2009-12-11  Glenn Morris  <rgm@gnu.org>
481         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
483         * mail/emacsbug.el: No longer require sendmail.
484         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
485         (report-emacs-bug-orig-text): Doc fix.
486         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
487         New local variables, to adapt to different mail-user-agents.
488         (report-emacs-bug): Fix test for a gnu.org address.
489         Use overlays for emphasis, since font-lock defeats 'face property.
490         Pretest bugs also end up at the newsgroup these days.
491         Stop message-mode stripping text properties.
492         Set and use the new buffer-local variables.
493         (report-emacs-bug-hook): Add doc-string.
494         Remove some unnecessary save-excursions and simplify.
495         Use the appropriate hook and send-command.
497         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
498         capitalization of some menu entries.
500 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
502         * whitespace.el (whitespace-display-char-on): Ensure
503         `buffer-display-table' is unique when two or more windows are
504         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
505         New version 12.1.
507 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
509         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
510         characters in the Attribute field.
512 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
514         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
516 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
518         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
519         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
520         Disregard autoload-excludes.
521         (update-directory-autoloads): Obey autoload-excludes here instead.
522         But don't store its contents in no-autoloads and remove entries that
523         refer to excludes files.
525 2009-12-10  Glenn Morris  <rgm@gnu.org>
527         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
528         (expand-mail-aliases): Define for compiler.
530         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
531         Define for compiler.
533         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
534         appropriate for the mail-user-agent in use.
536 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
538         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
540 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
542         Fix short log parsing and fontification.
543         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
544         Fix fontification for the [merge] label.
546 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
548         Drop some properties to avoid surprises.
549         * htmlfontify.el (hfy-ignored-properties): New defcustom.
550         (hfy-fontify-buffer): Use it.
552 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
554         Minor cleanup.
555         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
556         Adjust all callers.
557         (ffap-locate-file): Remove unused arg `dir-ok' and make other
558         args compulsory.  Adjust callers.
559         (ffap-gopher-at-point): Remove unused var `name'.
561         Get rid of the ELCFILES abomination.
562         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
563         (compile-elcfiles): New phony target.
564         (compile-main): Compute ELCFILES dynamically.
565         (compile-clean): New target to remove left-over elc files.
566         (compile, all): Use it.
568 2009-12-09  Kenichi Handa  <handa@etlken>
570         * international/mule-diag.el: Require help-mode instead of help-fns.
572 2009-12-09  Kenichi Handa  <handa@m17n.org>
574         * international/mule-cmds.el (ucs-names): Supply sufficiently
575         fine ranges instead of pre-calculating accurate ranges.
576         Iterate with bigger gc-cons-threshold.
578 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
580         Add support for stashing a snapshot of the current tree.
581         * vc-git.el (vc-git-stash-snapshot): New function.
582         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
584 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
586         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
587         instead of `(beginning|end)-of-line'.
589 2009-12-08  Glenn Morris  <rgm@gnu.org>
591         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
593         * Makefile.in (ELCFILES): Regenerate.
595 2009-12-07  Juri Linkov  <juri@jurta.org>
597         Don't lazy-highlight the comint output in history Isearch mode.
599         * comint.el (comint-history-isearch-search): Instead of
600         `comint-line-beginning-position', use `comint-after-pmark-p'
601         to check if point if before the process mark, and go to
602         `process-mark' in this case.
604 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
606         * textmodes/tex-mode.el (latex-complete)
607         (latex-indent-or-complete): Remove.
608         (latex-mode): Set completion-at-point-functions instead.
610         Provide a standard completion command and hook it into TAB.
611         * minibuffer.el (completion-at-point-functions): New var.
612         (completion-at-point): New command.
613         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
614         * progmodes/python.el (python-mode-map): Use completion-at-point.
615         (python-completion-at-point): Rename from python-partial-symbol and
616         adjust for use in completion-at-point-functions.
617         (python-mode): Setup completion-at-point for Python completion.
618         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
619         extracted from lisp-complete-symbol.
620         (lisp-complete-symbol): Use it.
621         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
622         setup completion-at-point for Elisp completion.
623         (emacs-lisp-mode-map, lisp-interaction-mode-map):
624         Use completion-at-point.
625         * ielm.el (ielm-map): Use completion-at-point.
626         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
627         * progmodes/sym-comp.el: Move to...
628         * obsolete/sym-comp.el: Move from progmodes.
630 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
632         Prevent save-buffer in Rmail buffers from using the coding-system
633         of the current message, and from clobbering the encoding mnemonics
634         in the mode line (Bug#4623).
636         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
637         flag, too.
638         (rmail-message-encoding): New variable.
639         (rmail-write-region-annotate): Record the encoding of the current
640         message in rmail-message-encoding.
641         (rmail-after-save-hook): New function, restores the encoding of
642         the current message after the message collection is saved.
644 2009-12-07  Juri Linkov  <juri@jurta.org>
646         * progmodes/grep.el (grep-read-files): Use `completing-read'
647         instead of `read-string'.  Set its `collection' arg to
648         `read-file-name-internal'.  (Bug#4301)
650 2009-12-07  Juri Linkov  <juri@jurta.org>
652         Correctly restore original Isearch point.  (Bug#4994)
654         * isearch.el (isearch-mode): Move `isearch-push-state' after
655         `(run-hooks 'isearch-mode-hook)'.
656         (isearch-cancel): When `isearch-push-state-function' is defined,
657         let-bind `isearch-cmds' to the first state (the last element of
658         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
659         function and restores the original point).  Otherwise, move point
660         to `isearch-opoint'.
662 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
664         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
665         chars that don't have names, so the table can be built much faster at
666         run-time.
668 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
670         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
671         change.  Suggested by David Kastrup.
673         * simple.el (compose-mail): Check for incompatibilities and warn.
674         (compose-mail-user-agent-warnings): New option.
676 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
678         Support showing a single log entry from vc-annotate.
679         * vc.el (print-log): Add a new argument: START-REVISION.
680         (vc-print-log-internal): Add a new optional argument and
681         pass it to the backend.
682         (vc-print-log, vc-print-root-log): Adjust callers.
683         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
684         buffer already displays the requested log entry, use it.
685         Otherwise display only the log entry in question.
686         * vc-svn.el (vc-svn-print-log):
687         * vc-mtn.el (vc-mtn-print-log):
688         * vc-hg.el (vc-hg-state):
689         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
690         (vc-git-show-log-entry): Return t on success.
691         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
692         (vc-bzr-show-log-entry): Return t on success.
693         * vc-rcs.el (vc-rcs-print-log):
694         * vc-sccs.el (vc-sccs-print-log):
695         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
697 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
699         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
700         Add menus to the meta mode.  (Bug#5043)
702 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
704         * ediff-init.el (ediff-event-key): Use event-to-character instead of
705         event-key.
707         * ediff.el (ediff-buffers-internal): Add unwind-protect.
709 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
711         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
712         Berbain <raphael.berbain@gmail.com>.
714         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
715         characters.
716         (tramp-initial-end-of-output): New defconst.
717         (tramp-methods, tramp-find-shell)
718         (tramp-open-connection-setup-interactive-shell)
719         (tramp-maybe-open-connection): Use it.
720         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
721         existence of `#' and `$'.
723         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
724         `tramp-initial-end-of-output'.
726 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
728         Get the background mode from the terminal for xterm, and set
729         faces accordingly.
730         * term/xterm.el (xterm-set-background-mode): New function.
731         (terminal-init-xterm): Use it in case xterm supports background
732         color queries.  Recompute faces after getting the background
733         color.
735 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
737         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
738         number comment back on its own line, for easier parsing.
740 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
742         Make it work for non-file buffers (bug#5102).
743         * doc-view.el (doc-view-current-cache-dir):
744         Use doc-view-buffer-file-name rather than buffer-file-name.
745         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
747 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
749         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
750         author field is too short.
752 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
754         * vc-git.el (vc-git-print-log): Handle a limit argument.
755         Display the short log in graph form and with labels.
756         (vc-git-log-view-mode): Handle labels.
758         Make vc-revert change VC state from 'added to 'unregistered.
759         * vc-git.el (vc-git-revert): Call git reset first.
761 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
763         * net/newst-backend.el, net/newst-plainview.el:
764         * net/newst-reader.el, net/newst-ticker.el:
765         * net/newst-treeview.el, net/newsticker.el:
766         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
768 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
770         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
772         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
773         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
774         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
775         Update annotation regexp.
777         * simple.el (beginning-of-visual-line): Constrain to field
778         boundaries (Bug#5106).
780 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
782         * xml.el (xml-substitute-numeric-entities): Move
783         newsticker--decode-numeric-entities in newst-backend.el to
784         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
785         * net/newst-backend.el (newsticker--parse-generic-feed)
786         (newsticker--parse-generic-items)
787         (newsticker--decode-numeric-entities): Move
788         newsticker--decode-numeric-entities in newst-backend.el to
789         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
791 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
793         * progmodes/js.el (js--js-not): Add null to the list of values.
795 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
797         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
799 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
801         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
802         delimiter if it is at the end of the current line.
803         (bibtex-generate-url-list): Fix docstring.
805 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
807         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
808         minibuffer's content with itself.
809         Fold the confirm-after-completion case into the `confirm' case.
810         (completion-pcm-word-delimiters): Add : and / to the delimiters.
812 2009-12-06  Kevin Ryde  <user42@zip.com.au>
814         * ffap.el (ffap-rfc-path): Make this a defcustom since
815         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
817         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
818         manuals, similar to existing setup for help-mode.  (Bug#3913.)
820 2009-12-05  Juri Linkov  <juri@jurta.org>
822         Save and restore dired buffer's point positions too.  (Bug#4880)
824         * dired.el (dired-save-positions): Return in the first element
825         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
826         Doc fix.
827         (dired-restore-positions): First restore buffer's position.
828         While restoring window's positions, check if window still displays
829         the original buffer.
831 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
833         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
834         if possible.
836         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
837         Make argument optional.
839         * shell.el (shell): Require ansi-color (Bug#5113).
841         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
843         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
845 2009-12-05  Alan Mackenzie  <acm@muc.de>
847         * progmodes/cc-mode.el (c-before-hack-hook)
848         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
849         `c-file-style' to work again.  This reversion restores the current
850         software to its state in Emacs 23.1.  (Bug#4146)
852 2009-12-05  Kevin Ryde  <user42@zip.com.au>
854         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
855         comment-start-skip to comment-end-skip as comment (Bug#4781).
857 2009-12-05  Juri Linkov  <juri@jurta.org>
859         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
860         for virtual nodes.  (Bug#4147)
861         (Info-find-node-2): Set `Info-current-node-virtual' to nil
862         when moving from a virtual node.
863         (Info-mode-menu): Add `Info-virtual-index' to the menu.
864         (Info-mode): Add `Info-virtual-index' to the docstring.
866 2009-12-05  Eric Ludlam  <zappo@gnu.org>
868         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
869         Describe project macro symbols.
871         * cedet/semantic/complete.el (semantic-complete-do-completion):
872         Don't call semantic-collector-current-exact-match.
874         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
875         ede-objects as targets.
877         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
878         a target's object list even if compiler vars are already in the
879         Makefile.
881         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
882         list of headers producing necessary macros.
884 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
886         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
887         track of the buffer position of the end of a BibTeX entry as this
888         position may change during reformatting.
889         (bibtex-format-entry): Remove whitespace before processing
890         numerical fields so that we recognize the latter properly.
891         (bibtex-reformat): Do not use push which changes the global value
892         of bibtex-entry-format.
893         (bibtex-field-braces-alist, bibtex-field-strings-alist)
894         (bibtex-field-re-init): Replace only space characters by regexp
895         for whitespace.
896         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
897         (bibtex-initialize): Also update bibtex-strings.
898         (bibtex-kill-field): Preserve white space at end of entry.
899         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
900         Update bibtex-reference-keys.
902 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
904         * minibuffer.el (completion-pcm--merge-try): Also consider placing
905         point after a star, if that's the only place where modifications can
906         make progress.
908 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
910         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
911         in docstrings.
913 2009-12-04  Juri Linkov  <juri@jurta.org>
915         * proced.el (proced): Call `(proced-update t)' to update process
916         information instead of only running proced-post-display-hook.
917         (proced-send-signal): Add a leading space to the buffer name
918         " *Marked Processes*" to make this buffer ephemeral.
920 2009-12-04  Juri Linkov  <juri@jurta.org>
922         * dired.el (dired-auto-revert-buffer): New defcustom.
923         (dired-internal-noselect): Use it.
925 2009-12-04  Juri Linkov  <juri@jurta.org>
927         Change roles of modes and functions in image-mode.el (Bug#5062).
929         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
930         in `auto-mode-alist'.
931         (image-mode-previous-major-mode): New variable.
932         (image-minor-mode-map): Rename from `image-mode-text-map'.
933         (image-mode): Move graceful error-handling code from
934         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
935         (image-minor-mode): Remove all image-handling code.
936         Replace `image-mode-text-map' with `image-minor-mode-map'.
937         Check for `image-type' in mode-line format string.
938         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
939         (image-mode-as-text): New function with most code from
940         `image-mode-maybe'.
941         (image-toggle-display-text): Move code that removes image
942         properties from `image-toggle-display' to here.
943         (image-toggle-display-image): New function with code that adds
944         image properties copied from `image-toggle-display'.
945         (image-toggle-display): Remove most code with leaving only code
946         that toggles between `image-mode-as-text' and `image-mode'.
948 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
950         * net/newst-treeview.el
951         (newsticker--treeview-list-highlight-start): Restored call to
952         save-excursion: Selected item was stuck.
953         (newsticker--treeview-list-select): New.
954         (newsticker--treeview-item-show-text)
955         (newsticker--treeview-item-show)
956         (newsticker--treeview-item-update): Use new
957         newsticker-treeview-item-mode.
958         (newsticker-treeview-update): Keep current item.
959         (newsticker-treeview-next-new-or-immortal-item): Doc change.
960         (newsticker--treeview-first-feed): Doc change.
961         (newsticker-treeview-list-menu)
962         (newsticker-treeview-item-menu): Added menu entries.
963         (newsticker-treeview-item-mode): New.
965         * net/newst-backend.el (newsticker-customize): Delete other
966         windows.
968 2009-12-04  Sam Steingold  <sds@gnu.org>
970         * log-view.el (log-view-mode-map): "q" calls quit-window,
971         like in all the other non-self-insert buffers.
973 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
975         Minor cleanup.
976         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
977         key decoding rather than do it manually via last-input-event +
978         ascii-character.
979         (term-exec): Use delete-and-extract-region.
980         (term-handle-ansi-terminal-messages): Remove unused var `end'.
981         (term-process-pager): Remove unused var `i'.
982         (term-dynamic-simple-complete): Make obsolete.
983         (serial-update-config-menu): Remove unused vars `y' and `str'.
984         (term-update-mode-line): Remove unused var `temp'.
986 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
988         Limit the number of log entries displayed by default.
989         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
990         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
991         using a prefix argument.
993 2009-12-03  Glenn Morris  <rgm@gnu.org>
995         * progmodes/idlwave.el (class): Restore still useful declaration.
997 2009-12-03  Alan Mackenzie  <acm@muc.de>
999         Enhance `c-parse-state' to run efficiently in "brace deserts".
1001         * progmodes/cc-mode.el (c-basic-common-init):
1002         Call c-state-cache-init.
1003         (c-neutralize-syntax-in-and-mark-CPP): Rename from
1004         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
1005         placing `category' properties value 'c-cpp-delimiter at its boundaries.
1007         * progmodes/cc-langs.el (c-before-font-lock-function):
1008         c-extend-and-neutralize-syntax-in-CPP has been renamed
1009         c-neutralize-syntax-in-and-mark-CPP.
1011         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
1012         with `category' properties now, not `syntax-table' ones.
1014         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
1015         enhanced (but slower) version of c-end-of-macro that won't land
1016         inside a literal or on another awkward character.
1017         (c-state-cache-too-far, c-state-cache-start)
1018         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
1019         (c-state-nonlit-pos-cache-limit, c-state-point-min)
1020         (c-state-point-min-lit-type, c-state-point-min-lit-start)
1021         (c-state-min-scan-pos, c-state-brace-pair-desert)
1022         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
1023         buffer local variables.
1024         (c-state-literal-at, c-state-lit-beg)
1025         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
1026         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
1027         (c-state-cache-top-paren, c-state-cache-after-top-paren)
1028         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
1029         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
1030         (c-renarrow-state-cache)
1031         (c-append-lower-brace-pair-to-state-cache)
1032         (c-state-push-any-brace-pair, c-append-to-state-cache)
1033         (c-remove-stale-state-cache)
1034         (c-remove-stale-state-cache-backwards, c-state-cache-init)
1035         (c-invalidate-state-cache-1, c-parse-state-1)
1036         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
1037         (c-parse-state): Enhance and refactor.
1038         (c-debug-parse-state): Amend to deal with all the new variables.
1040         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
1041         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
1042         modify to use category text properties rather than syntax-table ones.
1043         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
1044         to switch off/on the syntactic paren property of C++ template
1045         delimiters using the category property.
1046         (c-with-<->-as-parens-suppressed): Macro to invoke code with
1047         template delims suppressed.
1048         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
1049         New constant/macros which apply category properties to the start
1050         and end of preprocessor constructs.
1051         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
1052         "comment out" the syntactic value of characters in preprocessor
1053         constructs.
1054         (c-with-cpps-commented-out)
1055         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
1056         with characters in all or all but one preprocessor constructs
1057         "commented out".
1059 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1061         * proced.el (proced-filter-alist): Use regexp-quote.
1063 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
1065         Cleanup.
1066         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
1067         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
1068         arguments.  Expand `default-directory'.
1070         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
1071         the benefit of returning an expanded localname.
1072         (tramp-tramp-file-p): Handle the case NAME is not a string.
1074 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
1076         Add support for bzr shelve/unshelve.
1077         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1078         (vc-bzr-extra-menu-map): New variables.
1079         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
1080         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
1081         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
1082         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
1083         (vc-bzr-dir-extra-headers): Display shelves.
1085         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
1087 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1089         * textmodes/bibtex.el (bibtex-complete-internal):
1090         Use completion-in-region.
1091         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
1093 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
1095         Support applying stashes.  Improve UI.
1096         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
1097         (vc-git-stash-apply, vc-git-stash-pop)
1098         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
1099         (vc-git-stash-menu): New functions.
1100         (vc-git-stash-menu-map): New variable.
1101         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
1103 2009-12-03  Glenn Morris  <rgm@gnu.org>
1105         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
1106         (vc-print-log-internal): Fix previous change.
1107         (vc-revert): Correct pluralization.
1109 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1111         * progmodes/make-mode.el (makefile-special-targets-list): No need for
1112         it to be an alist any more.
1113         (makefile-complete): Use completion-in-region.
1115         * progmodes/octave-mod.el (octave-complete-symbol):
1116         Use completion-in-region.
1118         Misc cleanup.
1119         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
1120         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
1121         (idlwave-complete-class): Don't quote lambda.
1122         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
1123         (idlwave-mode-map): Move initialization into declaration.
1124         (idlwave-action-and-binding): Use backquotes.
1125         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
1126         Simplify.
1127         (idlwave-is-pointer-dereference): Remove unused var `pos'.
1128         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
1129         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
1130         `parts', and `all-parts'.
1131         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
1132         (idlwave-convert-xml-system-routine-info): Remove unused string
1133         `version-string'.
1134         (idlwave-display-user-catalog-widget): Use dolist.
1135         (idlwave-scanning-lib): Declare dynamically-scoped var.
1136         (idlwave-scan-library-catalogs): Remove unused var `flags'.
1137         (completion-highlight-first-word-only): Declare to silence bytecomp.
1138         (idlwave-popup-select): Tighten scope of `resp'.
1139         (idlwave-find-struct-tag): Remove unused var `beg'.
1140         (idlwave-after-load-rinfo-hook): Declare.
1141         (idlwave-sintern-class-info): Remove unused var `taglist'.
1142         (idlwave-find-class-definition): Remove unused var `list'.
1143         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
1144         (idlwave-what-module-find-class): Remove unused var `classes'.
1146 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
1148         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
1150 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1152         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
1153         buffers visited.  Remove redundant current-buffer-saving.
1155 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1157         Use completion-in-buffer and remove uses of dynamic scoping.
1158         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
1159         (pascal-buffer-to-use, pascal-flag): Don't declare.
1160         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
1161         (pascal-get-completion-decl, pascal-keyword-completion):
1162         Add `pascal-str' argument, save-excursion,
1163         return the found completions, and don't filter with pascal-pred.
1164         (pascal-completion-cache): New var.
1165         (pascal-completion): Don't switch buffer any more (it was never
1166         necessary).  Don't save-excursion any more (it's done by the called
1167         subroutines).  Use a cache to avoid redundant computations.
1168         Use complete-with-action rather than pascal-completion-response and
1169         let it apply the predicate as well.
1170         (pascal-complete-word): Use completion-in-buffer when
1171         pascal-toggle-completions is nil.
1172         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
1173         not used any more.
1174         (pascal-comp-defun): Don't change buffer any more.
1175         Use complete-with-action rather than pascal-completion-response and
1176         let it apply the predicate as well.
1177         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
1178         when neded.
1180 2009-12-02  Kenichi Handa  <handa@m17n.org>
1182         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
1183         shape for all Indic scripts.
1185 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1187         Use completion-in-buffer.
1188         * wid-edit.el (widget-field-text-end): New function.
1189         (widget-field-value-get): Use it.
1190         (widget-string-complete, widget-file-complete)
1191         (widget-color-complete): Use it and completion-in-region.
1192         (widget-complete): Don't narrow the buffer.
1194 2009-12-02  Glenn Morris  <rgm@gnu.org>
1196         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
1197         (rmail-select-summary): Use rmail-pop-to-buffer.
1198         * mail/rmailsum.el: Replace all pop-to-buffer calls with
1199         rmail-pop-to-buffer, to prevent horizontal splits.
1201         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
1202         save-excursion with save-current-buffer.
1203         Widen before searching.  (Bug#5093)
1204         (diary-list-sexp-entries): Remove superfluous save-excursion.
1206 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
1208         * woman.el (woman-make-bufname): Handle man-pages with "." in the
1209         name.  (Bug#5038)
1211 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
1213         * ido.el (ido-file-internal): Handle filenames at point that do
1214         not have a directory part.  (Bug#5049)
1216 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
1218         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
1219         (mpc-songs-jump-to, mpc-resume): Doc fixes.
1221 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
1223         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
1224         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
1225         any more.
1227 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1229         * comint.el (comint-insert-input): Ignore clicks to the right of
1230         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
1232         * vc.el (vc-print-log-internal): Don't wait for the process to
1233         terminate before setting up the major mode.
1235         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
1236         in case.
1238         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
1239         the last element.
1241         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
1243 2009-12-01  Glenn Morris  <rgm@gnu.org>
1245         * window.el (window--display-buffer-2): Fix previous changes.
1247 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
1249         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
1251 2009-12-01  Glenn Morris  <rgm@gnu.org>
1253         * Makefile.in (ELCFILES): Add mpc.elc.
1255 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1257         * mpc.el: New file.
1259 2009-12-01  Glenn Morris  <rgm@gnu.org>
1261         * window.el (window-to-use): Define for compiler.
1263         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
1264         consistent with others (no final period).
1266         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
1267         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
1269 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
1271         Make vc-print-log buttons work.
1272         * log-view.el (log-view-mode-map): Inherit from from widget-keymap.
1274 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
1276         * savehist.el (savehist-autosave-interval): Allow setting to nil
1277         through customize.  (Bug#5056)
1279 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
1281         Fix references to jit-lock properties.
1282         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1283         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
1284         (perl-font-lock-special-syntactic-constructs):
1285         Quote jit-lock-defer-multiline property.
1287 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
1289         * vc-git.el (vc-git-registered): Call vc-git-root only once.
1291 2009-11-30  Juri Linkov  <juri@jurta.org>
1293         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
1294         value `buffer' of `multi-isearch-next-buffer-current-function'.
1295         Use `(current-buffer)' when `buffer' is nil.
1296         (multi-isearch-next-buffer-from-list): Don't fallback to
1297         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
1299 2009-11-30  Juri Linkov  <juri@jurta.org>
1301         * misearch.el (multi-isearch-read-buffers): Move canonicalization
1302         of buffers with `get-buffer' to `multi-isearch-buffers'.
1303         (multi-isearch-buffers, multi-isearch-buffers-regexp):
1304         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
1305         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
1306         FILES with `expand-file-name' converting relative file names
1307         to absolute.  Doc fix.  (Bug#4727)
1309 2009-11-30  Juri Linkov  <juri@jurta.org>
1311         * misearch.el (multi-isearch-read-buffers)
1312         (multi-isearch-read-matching-buffers): New functions.
1313         (multi-isearch-buffers, multi-isearch-buffers-regexp):
1314         Use them in the `interactive' spec.  Doc fix.
1315         (multi-isearch-read-files, multi-isearch-read-matching-files):
1316         New functions.
1317         (multi-isearch-files, multi-isearch-files-regexp):
1318         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
1320 2009-11-30  Juri Linkov  <juri@jurta.org>
1322         * doc-view.el (doc-view-continuous):
1323         Rename from `doc-view-continuous-mode'.
1324         (doc-view-menu): Move "Toggle display" to the top.
1325         Add submenu "Continuous" with radio buttons "Off"/"On"
1326         and "Save as Default".
1327         (doc-view-scroll-up-or-next-page)
1328         (doc-view-scroll-down-or-previous-page)
1329         (doc-view-next-line-or-next-page)
1330         (doc-view-previous-line-or-previous-page): Rename
1331         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
1333 2009-11-30  Juri Linkov  <juri@jurta.org>
1335         * comint.el (comint-mode-map): Rebind `M-r' from
1336         `comint-previous-matching-input' to
1337         `comint-history-isearch-backward-regexp'.
1338         Unbind `M-s' to allow global key binding `M-s'.
1339         Add menu items for `comint-history-isearch-backward' and
1340         `comint-history-isearch-backward-regexp'.  (Bug#3746)
1342 2009-11-30  Juri Linkov  <juri@jurta.org>
1344         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
1345         For def=recenter, replace `recenter' with `recenter-top-bottom'
1346         that is called with `this-command' and `last-command' let-bound
1347         to `recenter-top-bottom'.  When the last `def' was not `recenter',
1348         set `recenter-last-op' to nil.  (Bug#4981)
1350 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1352         Minor cleanup and simplification.
1353         * filecache.el (file-cache-add-directory)
1354         (file-cache-add-directory-recursively)
1355         (file-cache-add-from-file-cache-buffer)
1356         (file-cache-delete-file-regexp, file-cache-delete-directory)
1357         (file-cache-files-matching-internal, file-cache-display): Use dolist.
1358         (file-cache-temp-minibuffer-message): Delete function.
1359         (file-cache-minibuffer-complete): Use minibuffer-message instead.
1361         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1362         Don't signal an error when bumping into EOB in tr, s, or y.
1364 2009-11-29  Juri Linkov  <juri@jurta.org>
1366         * startup.el (fancy-about-text): Fix wording of Guided Tour.
1367         (Bug#4960)
1369         * descr-text.el (describe-char-unidata-list): Use lowercase name
1370         for "Unicode name" like in other tags.
1372 2009-11-29  Juri Linkov  <juri@jurta.org>
1374         * ediff-util.el (ediff-minibuffer-with-setup-hook):
1375         New compatibility macro.
1376         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
1378 2009-11-29  Juri Linkov  <juri@jurta.org>
1380         Add defcustom to define the cycling order of `recenter-top-bottom'.
1381         (Bug#4981)
1383         * window.el (recenter-last-op): Doc fix.
1384         (recenter-positions): New defcustom.
1385         (recenter-top-bottom): Rewrite to use `recenter-positions'.
1386         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
1388 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
1390         Improve integration of Tramp and ange-ftp in eshell.
1392         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
1393         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
1394         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
1396         * eshell/esh-util.el (top): Require also Tramp when compiling.
1397         (eshell-directory-files-and-attributes): Check for FTP remote
1398         connection.
1399         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
1400         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
1401         (eshell-file-attributes): Handle ".".  Return `entry'.
1403         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
1404         (ange-ftp-directory-files-and-attributes)
1405         (ange-ftp-real-directory-files-and-attributes): New defuns.
1407         * net/tramp.el (tramp-maybe-open-connection): Open the remote
1408         shell with "exec" when possible.  This prevents trailing prompts
1409         in `start-file-process'.
1411 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1413         Try and remove assumptions about point-min==1.
1414         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
1415         (rng-compute-mode-line-string): Show the validation percentage in
1416         terms of the narrowed text, not the widened text.
1417         (rng-do-some-validation): Don't catch internal errors when debugging.
1418         (rng-first-error): Simplify.
1419         (rng-after-change-function): Remove work around.  AFAIK the bug has
1420         been fixed a while ago.
1422         * image-mode.el (image-minor-mode): Exit more gracefully when the image
1423         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
1425         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
1427         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
1428         `cd' doesn't always do it for us (bug#5067).
1430         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
1431         on 2009-10-25 as part of some other change (bug#5067).
1433 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1435         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1436         `suspicious'.
1437         (byte-compile-warnings): Use byte-compile-warning-types.
1438         (byte-compile-save-excursion): Warn about use of set-buffer right
1439         after save-excursion.
1441         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
1442         the excursion as well.
1444 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
1446         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
1447         providing a Tramp related implementation of "su" and "sudo".
1448         (eshell-unix-initialize): Add "su" and "sudo".
1450 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
1452         * net/socks.el (socks-send-command): Convert binary request to
1453         unibyte before sending.  This fixes mishandling of some port
1454         numbers such as 129.
1456 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1458         * help.el (describe-bindings-internal): Remove `interactive'.
1460         * man.el (Man-completion-table): Trim a terminating "(".
1461         Remove the space between name page a section.
1462         Add the command's description on the `help-echo' property.
1463         Remove `process-connection-type' binding since it's unused by
1464         call-process.
1465         Provide completion for the "<section> <name>" format as well.
1466         (Man-default-man-entry): Remove spurious var shadowing the argument.
1468 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1470         * log-view.el: Add "Keywords: tools", since its other keywords
1471         aren't in finder-known-keywords, and following vc.el.
1473         * sha1.el (sha1-string-external): default-directory "/" in case
1474         otherwise non-existent.  process-connection-type pipe for touch of
1475         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1477 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1479         Misc coding convention cleanups.
1480         * htmlfontify.el (hfy-init-kludge-hook): Rename from
1481         hfy-init-kludge-hooks.
1482         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
1483         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
1484         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
1485         and push.
1486         (hfy-slant, hfy-weight): Use tables rather than code.
1487         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
1488         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
1489         (hfy-face-attr-for-class): Initialize `face-spec' directly.
1490         (hfy-face-to-css): Remove `nconc' with single arg.
1491         (hfy-p-to-face-lennart): Use `or'.
1492         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
1493         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
1494         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
1495         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
1496         (hfy-force-fontification): Use run-hooks.
1498 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
1500         Various minor fixes.
1501         * htmlfontify.el (hfy-default-header): Add toggle_invis since
1502         Javascript belongs in the header, not the body.
1503         (hfy-javascript): Remove.
1504         (hfy-fontify-buffer): Don't insert it any more.
1505         (hfy-face-at): Handle (face0 face1 face2) style face properties.
1506         Fix bug in invis handling when there were no invis props in a chunk.
1508 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1510         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
1512 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
1514         * finder.el (finder-mode-map): Add a menu.
1516 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
1518         * verilog-mode.el (verilog-at-struct-p): Support "signed" and
1519         "unsigned" structs.
1521         (verilog-leap-to-head, verilog-backward-token): Handle "disable
1522         fork" statement better.
1524 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
1526         * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
1527         (verilog-delete-empty-auto-pair, verilog-library-filenames):
1528         Fix AUTOINSERTLISP to support insert-file.  Reported by Clay Douglass.
1530         (verilog-auto-inst, verilog-auto-star-safe)
1531         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
1532         Fix removing "// Interfaces" when saving .* expansions.  Reported by
1533         Pierre-David Pfister.
1535 2009-11-26  Glenn Morris  <rgm@gnu.org>
1537         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
1538         the scope.
1540 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
1542         * vc-annotate.el (vc-annotate-revision-previous-to-line):
1543         Really use previous revision.
1545 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1547         * man.el (Man-completion-table): default-directory "/" in case
1548         doesn't otherwise exist.  process-environment COLUMNS=999 so as
1549         not to truncate long names.  process-connection-type pipe to avoid
1550         any chance of hitting the pseudo-tty TIOCGWINSZ.
1551         (man): completion-ignore-case t for friendliness and since man
1552         itself is case-insensitive on the command line.
1553         Further to Bug#3717.
1555         * arc-mode.el: Add "Keywords: files", so the details in its
1556         commentary can be reached from finder-by-keyword.
1557         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
1558         editing mode, but it's comms related and sgml-mode.el has "comm"
1559         on that basis too.
1560         * textmodes/bibtex-style.el: Add "Keywords: tex".
1561         * international/isearch-x.el, international/ja-dic-cnv.el:
1562         * international/ja-dic-utl.el, international/kkc.el:
1563         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
1565 2009-11-25  Juri Linkov  <juri@jurta.org>
1567         * man.el (Man-completion-table): Modify regexp to include
1568         section names to completion strings.  (Bug#3717)
1570 2009-11-25  Juri Linkov  <juri@jurta.org>
1572         Search recursively in gzipped files.  (Bug#4982)
1574         * progmodes/grep.el (grep-highlight-matches): Add new options
1575         `always' and `auto'.  Doc fix.
1576         (grep-process-setup): Check `grep-highlight-matches' for
1577         `auto-detect' to determine the need to compute grep defaults.
1578         Move Windows/DOS specific --colors settings handling
1579         to `grep-compute-defaults'.  Check `grep-highlight-matches'
1580         to get the value of "--color=".
1581         (grep-compute-defaults): Compute `grep-highlight-matches' when it
1582         has the value `auto-detect'.  Move Windows/DOS specific settings
1583         from `grep-process-setup'.
1584         (zrgrep): New command with alias `rzgrep'.
1586 2009-11-25  Juri Linkov  <juri@jurta.org>
1588         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
1589         to nil instead of switching off view-mode.  (Bug#4896)
1591 2009-11-25  Juri Linkov  <juri@jurta.org>
1593         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
1595         * mwheel.el (mwheel-scroll-up-function)
1596         (mwheel-scroll-down-function): New defvars.
1597         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
1598         `scroll-up', and `mwheel-scroll-down-function' instead of
1599         `scroll-down'.
1601         * doc-view.el (doc-view-scroll-up-or-next-page)
1602         (doc-view-scroll-down-or-previous-page): Add optional ARG.
1603         Use this ARG in the call to image-scroll-up/image-scroll-down.
1604         Change `interactive' spec to "P".  Goto next/previous page only
1605         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
1606         SPC/DEL case).  Doc fix.
1607         (doc-view-next-line-or-next-page)
1608         (doc-view-previous-line-or-previous-page): Rename arg to ARG
1609         for consistency.
1610         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
1611         `doc-view-scroll-up-or-next-page', and buffer-local
1612         `mwheel-scroll-down-function' to
1613         `doc-view-scroll-down-or-previous-page'.
1615 2009-11-25  Juri Linkov  <juri@jurta.org>
1617         Provide additional default values (directories at other Dired
1618         windows) via M-n in the minibuffer of some Dired commands.
1620         * dired-aux.el (dired-diff, dired-compare-directories)
1621         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
1622         `minibuffer-default' in `minibuffer-with-setup-hook'.
1623         (dired-dwim-target-directory): Find a window that displays Dired
1624         buffer instead of failing when the next window is not Dired.
1625         Use `get-window-with-predicate' to find for the next Dired window.
1626         (dired-dwim-target-defaults): New function.
1628         * ediff-util.el (ediff-read-file-name):
1629         Use `dired-dwim-target-defaults' to set `minibuffer-default'
1630         in `minibuffer-with-setup-hook'.
1632 2009-11-25  Juri Linkov  <juri@jurta.org>
1634         Provide additional default values (file name at point or at the
1635         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
1637         * minibuffer.el (read-file-name-defaults): New function.
1638         (read-file-name): Reset `minibuffer-default' to nil when
1639         it duplicates initial input `insdef'.
1640         Bind `minibuffer-default-add-function' to lambda that
1641         calls `read-file-name-defaults' in `minibuffer-selected-window'.
1642         (minibuffer-insert-file-name-at-point): New command.
1644         * files.el (file-name-at-point-functions): New defcustom.
1645         (find-file-default): Remove defvar.
1646         (find-file-read-args): Don't use `find-file-default'.
1647         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
1648         to `read-file-name'.
1649         (find-file-literally): Use `read-file-name' with
1650         `confirm-nonexistent-file-or-buffer'.
1652         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
1654         * dired.el (dired-read-dir-and-switches):
1655         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
1656         to `read-file-name'.
1657         (dired-file-name-at-point): New function.
1658         (dired-mode): Add hook `dired-file-name-at-point' to
1659         `file-name-at-point-functions'.
1661 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1663         Really make the *Completions* window soft-dedicated (bug#5030).
1664         * window.el (window--display-buffer-2): Add `dedicated' argument.
1665         (display-buffer): Pass it when needed so the dedicated flag is set
1666         after calling set-window-buffer, which would otherwise reset it.
1668 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1670         * progmodes/meta-mode.el (meta-complete-symbol):
1671         * progmodes/etags.el (complete-tag):
1672         * mail/mailabbrev.el (mail-abbrev-complete-alias):
1673         Use completion-in-region.
1675         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
1676         (dabbrev-completion): Use completion-in-region.
1677         (dabbrev--abbrev-at-point): Simplify regexp.
1679         * abbrev.el (abbrev--before-point): Use word-motion functions
1680         if :regexp is not specified (bug#5031).
1682         * subr.el (string-prefix-p): New function.
1684         * man.el (Man-completion-cache): New var.
1685         (Man-completion-table): Use it.
1687         * vc.el (vc-print-log-internal): Make `limit' optional for better
1688         compatibility (e.g. with vc-annotate.el).
1690 2009-11-24  Kevin Ryde  <user42@zip.com.au>
1692         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
1693         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
1695         * emacs-lisp/elint.el (elint-add-required-env): Better error message
1696         when .el source file not found or other error.
1698 2009-11-24  Markus Triska  <markus.triska@gmx.at>
1700         * linum.el (linum-update-window): Ignore intangible (bug#4996).
1702 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1704         Handle the [back] button properly (bug#4979).
1705         * descr-text.el (describe-text-properties): Add a `buffer' argument.
1706         Use help-setup-xref, help-buffer, and with-help-window.
1707         (describe-char): Add `buffer' argument.
1708         Pass proper command to help-setup-xref.  Don't meddle with
1709         help-xref-stack-item directly.
1710         (describe-text-category): Use with-help-window and help-buffer.
1712         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
1713         for the displayed buffer (bug#4887).
1715         * man.el (Man-completion-table): New function.
1716         (man): Use it.
1718 2009-11-24  David Reitter  <david.reitter@gmail.com>
1720         * vc-git.el (vc-git-registered): Use checkout directory (where
1721         .git is) rather than the file's directory and a relative path spec
1722         to work around a bug in git.
1724 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
1726         Improve handling of processes on remote hosts.
1728         * eshell/esh-util.el (eshell-path-env): New defvar.
1729         (eshell-parse-colon-path): New defun.
1730         (eshell-file-attributes): Use `eshell-parse-colon-path'.
1732         * eshell/esh-ext.el (eshell-search-path):
1733         Use `eshell-parse-colon-path'.
1734         (eshell-remote-command): Remove argument HANDLER.
1735         (eshell-external-command): Check for FTP remote connection.
1737         * eshell/esh-proc.el (eshell-gather-process-output):
1738         Use `file-truename', in order to start also symlinked files.
1739         Apply `start-file-process' instead of `start-process'.
1740         Shorten `command' to the local file name part.
1742         * eshell/em-cmpl.el (eshell-complete-commands-list):
1743         Use `eshell-parse-colon-path'.
1745         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
1747         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
1748         to `eshell-directory-change-hook'.
1750 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
1752         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
1753         because it could be enabled automatically if view-read-only is non-nil.
1755 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
1757         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
1758         made on 2009-11-22.
1760 2009-11-24  Glenn Morris  <rgm@gnu.org>
1762         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
1763         deleted variable bookmark-bmenu-bookmark-column.
1765         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
1766         Move after definition of global-semantic-idle-tag-highlight-mode.
1768 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1770         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
1772 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
1774         * net/browse-url.el (browse-url-filename-alist): On Windows, add
1775         two slashes to the "file:" prefix.
1776         (browse-url-file-url): De-munge Cygwin filenames before passing
1777         them to Windows browser.
1778         (browse-url-default-windows-browser): Use call-process.
1780 2009-11-23  Juri Linkov  <juri@jurta.org>
1782         Implement DocView Continuous mode.  (Bug#4896)
1783         * doc-view.el (doc-view-continuous-mode): New defcustom.
1784         (doc-view-mode-map): Bind C-n/<down> to
1785         `doc-view-next-line-or-next-page', C-p/<up> to
1786         `doc-view-previous-line-or-previous-page'.
1787         (doc-view-next-line-or-next-page)
1788         (doc-view-previous-line-or-previous-page): New commands.
1790 2009-11-23  Juri Linkov  <juri@jurta.org>
1792         Implement Isearch in comint input history.  (Bug#3746)
1793         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
1794         `isearch-mode-hook'.
1795         (comint-history-isearch): New defcustom.
1796         (comint-history-isearch-backward)
1797         (comint-history-isearch-backward-regexp): New commands.
1798         (comint-history-isearch-message-overlay): New buffer-local variable.
1799         (comint-history-isearch-setup, comint-history-isearch-end)
1800         (comint-goto-input, comint-history-isearch-search)
1801         (comint-history-isearch-message, comint-history-isearch-wrap)
1802         (comint-history-isearch-push-state)
1803         (comint-history-isearch-pop-state): New functions.
1805 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
1807         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
1808         return.
1809         (tramp-handle-make-symbolic-link)
1810         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
1811         Quote file names.
1812         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
1813         (tramp-handle-process-file): Use it.
1815 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1817         * window.el (move-to-window-line-last-op): Remove.
1818         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
1820 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
1822         Make M-r mirror the new cycling behavior of C-l.
1823         * window.el (move-to-window-line-last-op): New var.
1824         (move-to-window-line-top-bottom): New command.
1825         (global-map): Bind M-r move-to-window-line-top-bottom.
1827 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
1829         * dired-x.el (dired-guess-shell-alist-default):
1830         Support xz format.  (Bug#4953)
1832 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
1834         * cedet/srecode/map.el (srecode-get-maps):
1835         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
1836         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
1837         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
1838         (semantic-toggle-decoration-style):
1839         * cedet/semantic/decorate/include.el
1840         (semantic-decoration-include-describe)
1841         (semantic-decoration-unknown-include-describe)
1842         (semantic-decoration-unparsed-include-describe)
1843         (semantic-decoration-all-include-summary):
1844         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
1845         * cedet/semantic/analyze/complete.el
1846         (semantic-analyze-possible-completions):
1847         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
1848         (semantic-show-unmatched-syntax-mode)
1849         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
1850         (semantic-highlight-func-mode):
1851         * cedet/semantic/util.el (semantic-describe-buffer):
1852         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
1853         (semantic-symref-find-tags-by-name)
1854         (semantic-symref-find-tags-by-regexp)
1855         (semantic-symref-find-tags-by-completion)
1856         (semantic-symref-find-file-references-by-name)
1857         (semantic-symref-find-text):
1858         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
1859         (senator-yank-tag):
1860         * cedet/semantic/scope.el (semantic-calculate-scope):
1861         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1862         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1863         (define-semantic-idle-service):
1864         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
1865         (semantic-complete-analyze-inline-idle):
1866         * cedet/semantic/analyze.el (semantic-analyze-current-context):
1867         * cedet/mode-local.el (describe-mode-local-bindings)
1868         (describe-mode-local-bindings-in-mode):
1869         * cedet/ede/make.el (ede-make-check-version):
1870         * cedet/ede/locate.el (ede-enable-locate-on-project):
1871         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
1872         (cedet-idutils-version-check):
1873         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
1874         (cedet-gnu-global-version-check):
1875         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
1876         (cedet-cscope-version-check): Use called-interactively-p instead
1877         of interactive-p.
1879         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
1880         Use semantic-format-tag-prototype.
1882 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
1884         * emulation/viper-cmd.el: Use viper-last-command-char instead of
1885         last-command-char/last-command-event.
1886         (viper-prefix-arg-value): Do correct conversion of event-char for
1887         XEmacs.
1889         * emulation/viper-util.el, emulation/viper.el:
1890         Use viper-last-command-char instead of
1891         last-command-char/last-command-event.
1893         * ediff-init.el, ediff-mult.el, ediff-util.el:
1894         Replace last-command-char and last-command-event
1895         with (ediff-last-command-char) everywhere.
1897         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
1898         created in fundamental mode.
1900         * ediff.el (ediff-version): Revert the change of interactive-p to
1901         called-interactively-p.
1903 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
1905         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
1906         generation from word-movement command names.
1908 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
1910         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1911         (semantic-complete-jump-local, semantic-complete-jump):
1912         Improve prompt string.
1914 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
1916         * cus-start.el (all): Add native condition for font-use-system-font.
1918 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
1920         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
1921         Correct the patch from 2009-11-18.  (Bug#3910)
1923 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
1925         * progmodes/subword.el: Rename from lisp/subword.el.
1927         * subword.el: Rename to progmodes/subword.el.
1929         * Makefile.in (ELCFILES): Adapt to subword.el move.
1931 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1932             Stefan Monnier  <monnier@iro.umontreal.ca>
1934         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
1935         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
1936         (bookmark-bmenu-show-filenames): Use push.
1937         (bookmark-bmenu-hide-filenames): Use local var instead of
1938         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
1939         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
1940         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
1941         filenames now that the bookmark names are always available.
1943 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1945         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
1946         (bookmark-search-pattern): Move and leave unbound.
1947         (bookmark-bmenu-mode-map): Change binding.
1948         (bookmark-read-search-input): Simplify.
1949         Don't use text-char-description.  Don't error on non-char events.
1950         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
1951         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
1952         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
1953         Use a local var for the timer.
1954         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
1955         (i.e. bookmark-bmenu-search).
1957 2009-11-21  Glenn Morris  <rgm@gnu.org>
1959         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
1961 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
1963         * net/browse-url.el (browse-url-default-windows-browser):
1964         Use cygstart for cygwin.
1966 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
1968         * bookmark.el: Formatting and doc fixes only:
1969         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
1970         (bookmark-bmenu-search): Wrap to fit within 80 columns.
1971           Minor grammar and punctuation fixes in doc string.
1972         (bookmark-read-search-input): Adjust to fit within 80 columns.
1974 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
1976         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
1977         (c-backward-into-nomenclature): Adapt to subword renaming.
1979         * subword.el (subword-forward, subword-backward, subword-mark)
1980         (subword-kill, subword-backward-kill, subword-transpose)
1981         (subword-downcase, subword-upcase, subword-capitalize)
1982         (subword-forward-internal, subword-backward-internal):
1983         Rename from forward-subword, backward-subword, mark-subword,
1984         kill-subword, backward-kill-subword, transpose-subwords,
1985         downcase-subword, upcase-subword, capitalize-subword,
1986         forward-subword-internal, backward-subword-internal.
1988 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1990         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
1991         New options.
1992         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
1993         New vars.
1994         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
1995         (bookmark-bmenu-filter-alist-by-regexp)
1996         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
1997         (bookmark-bmenu-search): New command.
1998         (bookmark-bmenu-mode-map): Bind it.
2000 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
2002         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
2004         * cedet/semantic/idle.el (define-semantic-idle-service)
2005         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
2007 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
2009         * progmodes/cc-cmds.el: declare-functioned forward-subword and
2010         backward-subword to quit the byte-compiler.
2012         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
2014         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
2016         * progmodes/cc-cmds.el (c-update-modeline)
2017         (c-forward-into-nomenclature, c-backward-into-nomenclature):
2018         Refer to subword.el functions instead of cc-subword.el.
2020         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
2021         subword.el functions instead of cc-subword.el.
2023         * progmodes/cc-subword.el: Rename to subword.el.
2024         * subword.el: Rename from progmodes/cc-subword.el.
2025         (subword-mode-map): Rename from c-subword-mode-map.
2026         (subword-mode): Rename from c-subword-mode.
2027         (global-subword-mode): New global minor mode.
2028         (forward-subword): Rename from c-forward-subword.
2029         (backward-subword): Rename from c-backward-subword.
2030         (mark-subword): Rename from c-mark-subword.
2031         (kill-subword): Rename from c-kill-subword.
2032         (backward-kill-subword): Rename from c-backward-kill-subword.
2033         (transpose-subwords): Rename from c-tranpose-subword.
2034         (downcase-subword): Rename from c-downcase-subword.
2035         (capitalize-subword): Rename from c-capitalize-subword.
2036         (forward-subword-internal): Rename from c-forward-subword-internal.
2037         (backward-subword-internal): Rename from c-backward-subword-internal.
2039 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
2041         * vc.el (vc-deduce-fileset): Allow non-state changing operations
2042         from a dired buffer.
2043         (vc-dired-deduce-fileset): New function.
2044         (vc-root-diff, vc-print-root-log): Use it.
2046         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
2047         nil LIMIT argument to vc-print-log-internal.
2049 2009-11-20  Glenn Morris  <rgm@gnu.org>
2051         * Makefile.in (ELCFILES): Regenerate.
2053 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
2055         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
2057         * cedet/semantic.el: Enable idle-mode menu items only if
2058         global-semantic-idle-scheduler-mode is enabled.
2059         (semantic-default-submodes): Doc fix.
2061         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2062         When turning off, disable other idle modes.
2064 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
2066         * calc/calc.el (calc-set-mode-line):
2067         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2068         (math-format-number): Rename `math-format-complement-signed' to
2069         `math-format-twos-complement'.
2071         * calc/calc-bin.el (math-format-twos-complement): Rename from
2072         math-format-complement-signed.
2073         (calc-radix): Rename `calc-complement-signed-mode' to
2074         `calc-twos-complement-mode'.
2075         (calc-octal-radix, calc-hex-radix): Add an argument for
2076         two's complement.
2078         * calc/calc-embed.el (calc-embedded-mode-vars):
2079         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2081         * calc/calc-ext.el (calc-init-extensions):
2082         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2083         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
2085         * calc/calc-units.el (math-build-units-table-buffer):
2086         Let `calc-twos-complement-mode' be nil.
2088         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
2089         entries.
2091         * calc/calc-vec.el (calcFunc-vunpack):
2092         * calc/calc-aent.el (calc-do-calc-eval):
2093         * calc/calc-forms.el (math-format-date):
2094         * calc/calc-graph.el (calc-graph-plot):
2095         * calc/calc-math.el (math-use-emacs-fn):
2096         * calc/calccomp.el (math-compose-expr):
2097         Let `calc-twos-complement-mode' be nil.
2099 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2101         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
2102         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
2103         * minibuffer.el (completion-in-region-functions): New hook.
2104         (completion-in-region): New function.
2105         * emacs-lisp/lisp.el (lisp-complete-symbol):
2106         * pcomplete.el (pcomplete-std-complete): Use it.
2108 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2110         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
2111         (latex-complete-alist): New vars.
2112         (latex-string-prefix-p, latex-complete-bibtex-keys)
2113         (latex-complete-envnames, latex-complete-refkeys)
2114         (latex-complete-data): New functions.
2115         (latex-complete, latex-indent-or-complete): New commands.
2117         * window.el (display-buffer-mark-dedicated): New var.
2118         (display-buffer): Obey it.
2119         * minibuffer.el (minibuffer-completion-help): Use it.
2121         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
2123         * filecache.el (file-cache-add-file): Use push and cons.
2124         (file-cache-delete-file-regexp): Use push.
2125         (file-cache-complete): Use completion-in-region.
2127         * simple.el (with-wrapper-hook): Fix thinko.
2129         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
2130         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
2131         Use with-current-buffer and string-to-number.
2132         (hfy-fallback-colour-values): Use assoc-string.
2133         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
2134         (hfy-face-at): Remove unused var `found-face'.
2135         (hfy-compile-stylesheet): Remove unused var `css'.
2136         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
2137         and `orig-buffer'.
2138         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
2139         Use with-current-buffer.
2140         (hfy-text-p): Use expand-file-name and fewer setq.
2142 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
2144         * htmlfontify.el, hfy-cmap.el: New files.
2146 2009-11-19  Juri Linkov  <juri@jurta.org>
2148         * minibuffer.el (completions-format): New defcustom.
2149         (completion--insert-strings): Implement vertical format.
2151         * simple.el (switch-to-completions): Move point to the first
2152         completion when point was at the beginning of the buffer.
2154 2009-11-19  Juri Linkov  <juri@jurta.org>
2156         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
2158         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
2160 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
2162         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
2163         (mail-signature): Change default to t.
2164         (mail-from-style): Deprecate `system-default' value.
2165         (mail-insert-from-field): For default value of mail-from-style,
2166         default to `angles' unless `angles' needs quoting and `parens'
2167         does not.
2168         (mail-citation-prefix-regexp): Use citation regexp from
2169         message-mode.
2171 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
2173         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2174         Set variables for computing the prompt for reading password.
2176 2009-11-19  Glenn Morris  <rgm@gnu.org>
2178         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
2180         * textmodes/flyspell.el (sgml-lexical-context): Declare.
2182         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
2183         (newsticker-treeview-listwindow-height): Fix custom type.
2185 2009-11-19  Kenichi Handa  <handa@m17n.org>
2187         * descr-text.el (describe-char-padded-string): Compose with TAB
2188         only if there's a font for CH.
2189         (describe-char): Fix the condition for detecting a trivial composition.
2191 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
2193         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
2194         more accurate version of the regexp.  (Bug#3910)
2196 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
2198         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
2200 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
2202         * font-setting.el (font-use-system-font): Declare for byte-compiler.
2203         (font-setting-change-default-font): Fix typo in docstring.
2205 2009-11-18  Alan Mackenzie  <acm@muc.de>
2207         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
2209 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
2211         * font-setting.el (font-use-system-font): Move ...
2213         * cus-start.el (all): ... to here.
2215 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
2217         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
2218         Don't set `ad-return-value' if `ad-do-it' doesn't.
2220         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
2221         modification time.
2223 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
2225         * menu-bar.el: Put "Use system font" in Option-menu.
2226         (menu-bar-options-save): Add font-use-system-font.
2228         * loadup.el: If feature system-font-setting or font-render-setting is
2229         there, load font-setting.
2231         * Makefile.in (ELCFILES): Add font-settings.el.
2232         * font-setting.el: New file.
2234 2009-11-17  Glenn Morris  <rgm@gnu.org>
2236         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
2238         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
2239         Preserve point in the list buffer.  (Bug#4939)
2240         Use point-at-eol.
2241         (newsticker--treeview-list-update-highlight)
2242         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
2244 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
2246         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
2247         Remove.
2249         * calc/calc-ext.el (calc-init-extensions): Remove references to
2250         symclip.
2252         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
2254         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
2255         * calc/calc-help.el (calc-b-prefix-help): Remove references to
2256         `calc-symclip'.
2258 2009-11-16  Kevin Ryde  <user42@zip.com.au>
2260         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
2261         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
2263         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
2264         (lm-keywords-list): Allow comma-only separator like "foo,bar".
2265         Ignore trailing spaces by omit-nulls to split-string (fixing
2266         regression from Emacs 21 due to the incompatible split-string
2267         change).  (Bug #4928.)
2269 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2271         * vc.el (vc-log-show-limit): Default to 2000.
2272         (vc-print-log-internal): Insert buttons to request more entries
2273         when limiting the output.
2275         * vc-sccs.el (vc-sccs-print-log):
2276         * vc-rcs.el (vc-rcs-print-log):
2277         * vc-cvs.el (vc-cvs-print-log):
2278         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
2279         LIMIT is non-nil.
2281 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
2283         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
2284         error when `tramp-gvfs-dbus-event-vector' is set.
2285         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
2287 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2289         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
2291 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
2293         * net/dbus.el (dbus-unregister-service): New defun.
2294         (dbus-register-property): Register the handlers of
2295         "org.freedesktop.DBus.Properties" for SERVICE.
2296         (dbus-property-handler): Fix docstring.
2298 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2300         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
2301         Quote doc string reference in defvaralias as it is not in special form.
2302         (byte-compile-output-docform): Doc fix.
2304 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
2306         * calc/calc.el (math-2-word-size, math-half-2-word-size)
2307         (calc-complement-signed-mode): New variables.
2308         (calc-set-mode-line): Add indicator for twos-complements.
2309         (math-format-number): Format twos-complement notation.
2311         * calc/calc-bin.el (calc-word-size): Reset the variables
2312         `math-2-word-size' and `math-half-2-word-size'.
2313         (math-format-complement-signed, math-symclip, calcFunc-symclip)
2314         (calc-symclip): New functions.
2316         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
2318         * calc/calc-embed.el (calc-embedded-mode-vars):
2319         Add `calc-complement-signed-mode' to the list of modes.
2321         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
2322         (calc-b-oper-keys): Add `calc-symclip' to list.
2324         * calc/calc-ext.el (math-read-number-fancy): Read complement
2325         signed numbers.
2326         (calc-init-extensions): Add binding for `calc-symclip'.
2327         Add autoload for `calcFunc-symclip' and `calc-symclip'.
2329         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
2330         `calc-symclip'.
2331         (calc-modes-menu): Add item for twos complement mode.
2333         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
2335 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
2337         * register.el (jump-to-register, insert-register): Handle Semantic
2338         tags.  From commented-out advice in semantic/senator.el.
2340 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
2342         * vc.el (vc-log-show-limit): New variable.
2343         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
2344         when using a prefix argument.
2345         (vc-print-log-internal): Add new argument LIMIT.
2347         * vc-svn.el (vc-svn-print-log):
2348         * vc-mtn.el (vc-mtn-print-log):
2349         * vc-hg.el (vc-hg-print-log):
2350         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
2351         pass it to the log command when set.  Make the BUFFER argument
2352         non-optional.
2354         * vc-sccs.el (vc-sccs-print-log):
2355         * vc-rcs.el (vc-rcs-print-log):
2356         * vc-git.el (vc-git-print-log):
2357         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
2358         ignore it.  Make the BUFFER argument non-optional
2360         * bindings.el (mode-line-buffer-identification): Do not purecopy.
2362 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
2364         * dired.el (dired-mode-map): Move encryption items to "Operate"
2365         menu (Bug#4703).
2367         * strokes.el (strokes-update-window-configuration): Make strokes
2368         buffer current before erasing (Bug#4906).
2370         * cedet/semantic/idle.el (semantic-idle-summary-mode)
2371         (semantic-idle-summary-mode): Define using define-minor-mode
2372         instead of define-semantic-idle-service.
2373         (semantic-idle-summary-mode): New function.
2374         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
2375         that mouse motion does not reset the echo area.
2377 2009-11-15  Juri Linkov  <juri@jurta.org>
2379         * simple.el (set-mark-default-inactive): Add :type, :group
2380         and :version.  (Bug#4876)
2382 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
2384         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
2385         (archive-unique-fname): ... here.  (Bug#4929)
2387 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2389         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
2390         with a real fix.
2392         * novice.el (disabled-command-function): Add useful args.
2393         Setup the help buffer so that [back] works.
2394         Remove redundant call to help-mode.
2395         (disabled-command-function): Use `case'.
2396         (en/disable-command): New function extracted from enable-command.
2397         (enable-command, disable-command): Use it.
2399 2009-11-14  Glenn Morris  <rgm@gnu.org>
2401         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
2402         constants.  (Bug#4913)
2404         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
2406 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2408         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
2409         defined in C that have no doc-strings.  (Bug#1063)
2411 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
2413         * cus-edit.el (data, files):
2414         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
2416 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
2418         * simple.el (shell-command): Doc fix (Bug#4891).
2420         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
2422 2009-11-14  Glenn Morris  <rgm@gnu.org>
2424         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
2425         statements for vc-diff, emerge-quit, and rmail-cease-edit.
2426         If they are already loaded, eval-after-load will do the right thing.
2428         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
2429         compiling.
2431         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
2433         * simple.el (x-selection-owner-p): Declare.
2434         (read-mail-command): Use custom radio type rather than choice.
2435         (completion-no-auto-exit): Doc fix.
2437         * custom.el (defgroup):
2438         * epg-config.el (epg): Doc fixes.
2440 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
2442         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
2443         * international/ccl.el (define-ccl-program): Do not purecopy the
2444         docstring, defconst does it anyway.
2446 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2448         * add-log.el (add-change-log-entry): Avoid displaying the changelog
2449         a second time.
2451         * x-dnd.el (x-dnd-maybe-call-test-function):
2452         * window.el (split-window-vertically):
2453         * whitespace.el (whitespace-help-on):
2454         * vc-rcs.el (vc-rcs-consult-headers):
2455         * userlock.el (ask-user-about-lock-help)
2456         (ask-user-about-supersession-help):
2457         * type-break.el (type-break-force-mode-line-update):
2458         * time-stamp.el (time-stamp-conv-warn):
2459         * terminal.el (te-set-output-log, te-more-break, te-filter)
2460         (te-sentinel, terminal-emulator):
2461         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
2462         (term-write-input-ring, term-check-source, term-start-output-log):
2463         (term-display-buffer-line, term-dynamic-list-completions):
2464         (term-ansi-make-term, serial-term):
2465         * subr.el (selective-display):
2466         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2467         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
2468         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
2469         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
2470         (speedbar-remove-localized-speedbar-support)
2471         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
2472         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
2473         (speedbar-buffers-line-directory):
2474         * simple.el (shell-command-on-region, append-to-buffer)
2475         (prepend-to-buffer):
2476         * shadowfile.el (shadow-save-todo-file):
2477         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
2478         (scroll-bar-maybe-set-window-start):
2479         * sb-image.el (speedbar-image-dump):
2480         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
2481         (load-save-place-alist-from-file):
2482         * ps-samp.el (ps-print-message-from-summary):
2483         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
2484         (ps-background-image, ps-begin-job, ps-do-despool):
2485         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
2486         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
2487         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
2488         (pr-call-process, pr-file-list, pr-interface-save):
2489         * novice.el (disabled-command-function)
2490         (enable-command, disable-command):
2491         * mouse.el (mouse-buffer-menu-alist):
2492         * mouse-copy.el (mouse-kill-preserving-secondary):
2493         * macros.el (kbd-macro-query):
2494         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
2495         * informat.el (batch-info-validate):
2496         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
2497         * hippie-exp.el (try-expand-dabbrev-visible):
2498         * help-mode.el (help-make-xrefs):
2499         * help-fns.el (describe-variable):
2500         * generic-x.el (bat-generic-mode-run-as-comint):
2501         * finder.el (finder-mouse-select):
2502         * find-dired.el (find-dired-sentinel):
2503         * filesets.el (filesets-file-close):
2504         * files.el (list-directory):
2505         * faces.el (list-faces-display, describe-face):
2506         * facemenu.el (list-colors-display):
2507         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
2508         * epg.el (epg--process-filter, epg-cancel):
2509         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
2510         (epa--read-signature-type):
2511         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
2512         (emerge-file-names):
2513         * ehelp.el (electric-helpify):
2514         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
2515         * ediff-vers.el (rcs-ediff-view-revision):
2516         * ediff-util.el (ediff-setup):
2517         * ediff-mult.el (ediff-append-custom-diff):
2518         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
2519         (ediff-wordify):
2520         * echistory.el (Electric-command-history-redo-expression):
2521         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2522         * disp-table.el (describe-display-table):
2523         * dired.el (dired-find-buffer-nocreate):
2524         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
2525         * dabbrev.el (dabbrev--same-major-mode-p):
2526         * chistory.el (list-command-history):
2527         * apropos.el (apropos-documentation):
2528         * allout.el (allout-obtain-passphrase):
2529         (allout-copy-exposed-to-buffer):
2530         (allout-verify-passphrase): Use with-current-buffer.
2532 2009-11-13  Glenn Morris  <rgm@gnu.org>
2534         * Makefile.in (ELCFILES): Regenerate.
2536 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
2538         * net/dbus.el (dbus-registered-objects-table): Rename from
2539         `dbus-registered-functions-table', because it contains also properties.
2540         (dbus-unregister-object): Unregister also properties.
2541         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
2542         Use a timeout of 500 msec, in order to not block.
2543         (dbus-register-property, dbus-property-handler): New defuns.
2545 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2547         * simple.el (minibuffer-default-add-completions): Drop deprecated
2548         4th arg.
2550 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
2552         * textmodes/artist.el (artist-mouse-choose-operation):
2553         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
2554         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
2555         (artist-compute-up-event-key): New function.
2556         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
2558 2009-11-13  Kenichi Handa  <handa@m17n.org>
2560         * language/japan-util.el: Make sure that the value of jisx0208
2561         property is jisx0208 character.
2563 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
2565         * international/mule.el (auto-coding-regexp-alist): Only purecopy
2566         car or each item, not the whole list.
2568 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2570         * minibuffer.el (minibuffer-completion-help):
2571         Use minibuffer-hide-completions.
2573 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
2575         * dired.el (dired-save-positions, dired-restore-positions): New funs.
2576         (dired-revert): Use them (bug#4880).
2578 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
2580         * tooltip.el (tooltip-frame-parameters): Undo previous change.
2582 2009-11-12  Juri Linkov  <juri@jurta.org>
2584         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
2585         New functions.
2586         (find-file-literally-at-point): Alias of `ffap-literally'.
2588 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
2590         * textmodes/ispell.el (ispell-skip-region-alist):
2591         * textmodes/css-mode.el (auto-mode-alist):
2592         * progmodes/compile.el (auto-mode-alist):
2593         * international/mule.el (ctext-non-standard-encodings-alist)
2594         (ctext-non-standard-encodings-regexp):
2595         * simple.el (shell-command-switch, text-read-only):
2596         * replace.el (occur-mode-map):
2597         * paths.el (rmail-file-name):
2598         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
2599         * find-file.el (ff-special-constructs):
2600         * files.el (file-name-handler-alist):
2601         * composite.el: Purecopy strings.
2603         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
2605 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
2607         * widget.el (define-widget): Purecopy the docstring.
2608         * international/mule-cmds.el (charset): Do not purecopy the
2609         docstring here, define-widget does it.
2611         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2612         * textmodes/bibtex-style.el (auto-mode-alist):
2613         * progmodes/inf-lisp.el (inferior-lisp-prompt):
2614         * progmodes/compile.el (compile-command):
2615         * language/korea-util.el (default-korean-keyboard):
2616         * international/mule-conf.el (file-coding-system-alist):
2617         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
2618         * tooltip.el (tooltip-frame-parameters):
2619         * newcomment.el (comment-end, comment-padding):
2620         * dired.el (dired-trivial-filenames):
2621         * comint.el (comint-file-name-prefix): Purecopy initial values.
2623 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
2625         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
2626         (tramp-advice-minibuffer-electric-tilde): Unload advices via
2627         `tramp-unload'.
2628         (tramp-advice-make-auto-save-file-name)
2629         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
2630         after removing the advice.
2632 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
2634         * progmodes/grep.el (grep-regexp-alist):
2635         * international/mule-cmds.el (iso-2022-control-alist):
2636         * emacs-lisp/timer.el (timer-duration-words):
2637         * subr.el (version-separator, version-regexp-alist):
2638         * minibuffer.el (completion-styles-alist):
2639         * faces.el (face-attribute-name-alist, list-faces-sample-text):
2640         Change defvars to defconsts.
2642         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
2643         * loadup.el ("international/mule-conf"): Load the byte compiled version.
2644         * international/mule-conf.el: Allow to be byte compiled.
2646         * international/mule.el (define-charset): Purecopy props.
2647         (load-with-code-conversion): Purecopy doc string and file name.
2648         (put-charset-property): Purecopy strings.
2649         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
2651         * international/mule-cmds.el (register-input-method): Purecopy arguments.
2652         (define-char-code-property): Correctly purecopy the table.
2654         * international/ccl.el (define-ccl-program): Purecopy the docstring.
2656         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
2658         * subr.el (add-hook): Purecopy strings.
2659         (eval-after-load): Purecopy load-history-regexp and the form.
2661         * custom.el (custom-declare-group): Purecopy load-file-name.
2663         * subr.el (menu-bar-separator): New defconst.
2664         * net/eudc.el (eudc-tools-menu):
2665         * international/mule-cmds.el (set-coding-system-map)
2666         (mule-menu-keymap):
2667         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2668         * vc-hooks.el (vc-menu-map):
2669         * replace.el (occur-mode-map):
2670         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
2671         (menu-bar-edit-menu, menu-bar-goto-menu)
2672         (menu-bar-custom-menu, menu-bar-showhide-menu)
2673         (menu-bar-options-menu, menu-bar-tools-menu)
2674         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
2675         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
2676         (menu-bar-help-menu):
2677         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
2678         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
2680         * term/x-win.el (x-gtk-stock-map):
2681         * progmodes/vera-mode.el (auto-mode-alist):
2682         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
2683         (inferior-lisp-program, inferior-lisp-load-command):
2684         * progmodes/hideshow.el (hs-special-modes-alist):
2685         * progmodes/gud.el (same-window-regexps):
2686         * progmodes/grep.el (grep-program, find-program, xargs-program):
2687         * net/telnet.el (same-window-regexps):
2688         * net/rlogin.el (same-window-regexps):
2689         * language/ethiopic.el (font-ccl-encoder-alist):
2690         * vc-sccs.el (vc-sccs-master-templates):
2691         * vc-rcs.el (vc-rcs-master-templates):
2692         * subr.el (cl-assertion-failed):
2693         * simple.el (next-error-overlay-arrow-position):
2694         * lpr.el (lpr-command):
2695         * locate.el (locate-ls-subdir-switches):
2696         * info.el (same-window-regexps, info)
2697         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
2698         * image-mode.el (image-mode, auto-mode-alist):
2699         * hippie-exp.el (hippie-expand-ignore-buffers):
2700         * format.el (format-alist):
2701         * find-dired.el (find-ls-subdir-switches, find-grep-options)
2702         (find-name-arg):
2703         * facemenu.el (facemenu-keybindings):
2704         * dired.el (dired-listing-switches, dired-chown-program):
2705         * diff.el (diff-switches, diff-command):
2706         * cus-edit.el (same-window-regexps):
2707         * bindings.el (mode-line-mule-info)
2708         (mode-line-buffer-identification): Purecopy strings.
2710 2009-11-11  Juri Linkov  <juri@jurta.org>
2712         * simple.el (dired-get-filename) <declare-function>:
2713         Tell the byte-compiler about dired-get-filename.
2714         (shell-command): In Dired mode, get filename from the current line
2715         as the default value.
2717 2009-11-10  Glenn Morris  <rgm@gnu.org>
2719         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
2720         * calendar/holidays.el, progmodes/cperl-mode.el:
2721         Update x-popup-menu declarations.
2723         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
2724         (list-load-path-shadows): Use dolist.
2725         (list-load-path-shadows): Use with-current-buffer.
2727 2009-11-10  Juri Linkov  <juri@jurta.org>
2729         * minibuffer.el (read-file-name): Support a list of default values
2730         in `default-filename'.  Use the first file name where only one
2731         element is required.  Doc fix.
2733 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
2735         * net/dbus.el (dbus-unregister-object): Release service, if no
2736         other method is registered for it.
2738 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
2740         * bookmark.el (bookmark-completing-read): Sort bookmark names if
2741         bookmark-sort-flag is non-nil (Bug#4653).
2743 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
2745         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
2746         the progress reporter entirely.
2748         * emulation/cua-base.el: Add CUA property to some CC mode commands
2749         (Bug#4100).
2751 2009-11-08  Kevin Ryde  <user42@zip.com.au>
2753         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
2754         at end of sentence (Bug#4818).
2756 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
2758         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2759         Handle "see declaration of" MSFT statements (Bug#4100).
2761 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
2763         * net/tramp.el (tramp-advice-make-auto-save-file-name)
2764         (tramp-advice-file-expand-wildcards): Unload via
2765         `ad-remove-advice'.
2767         * net/trampver.el: Update release number.
2769 2009-11-08  Kevin Ryde  <user42@zip.com.au>
2771         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
2772         `ad-do-it'.
2774 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
2776         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
2777         in order to keep context in SELinux.
2779 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
2781         * dired-aux.el (dired-query): Place cursor in echo area and allow
2782         C-g.
2784         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
2785         menu item if not on a directory (Bug#4701).
2787 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
2789         Sync with Tramp 2.1.17.
2791         * net/tramp.el (tramp-handle-copy-directory): Don't use
2792         `file-remote-p' (due to compatibility).
2794         * net/tramp-compat.el (tramp-compat-copy-directory)
2795         (tramp-compat-delete-directory): New defuns.
2797         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
2798         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
2799         `tramp-compat-delete-directory'.
2801         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
2802         (tramp-smb-handle-delete-directory): Use
2803         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
2805         * net/trampver.el: Update release number.
2807 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
2809         * tar-mode.el (tar-copy): Call write-region on the right buffer
2810         (Bug#4857).
2812         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
2813         by hand, if necessary (Bug#4878).
2815 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
2817         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
2818         align size column (Bug#4839).
2820         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
2821         statement.
2823 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2825         * progmodes/ld-script.el (auto-mode-alist):
2826         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
2828         * cus-face.el (custom-declare-face): Purecopy face spec.
2830 2009-11-06  Kenichi Handa  <handa@m17n.org>
2832         * international/uni-bidi.el: Re-generated.
2833         * international/uni-category.el: Re-generated.
2834         * international/uni-combining.el: Re-generated.
2835         * international/uni-mirrored.el: Re-generated.
2837 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2839         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
2840         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
2841         (tex-start-options, slitex-run-command, latex-run-command)
2842         (tex-run-command, tex-directory):
2843         * textmodes/ispell.el (ispell-html-skip-alists)
2844         (ispell-tex-skip-alists, ispell-tex-skip-alists):
2845         * textmodes/fill.el (adaptive-fill-first-line-regexp):
2846         (adaptive-fill-regexp):
2847         * textmodes/dns-mode.el (auto-mode-alist):
2848         * progmodes/python.el (interpreter-mode-alist):
2849         * progmodes/etags.el (tags-compression-info-list):
2850         * progmodes/etags.el (tags-file-name):
2851         * net/browse-url.el (browse-url-galeon-program)
2852         (browse-url-firefox-program):
2853         * mail/sendmail.el (mail-signature-file)
2854         (mail-citation-prefix-regexp):
2855         * international/mule-conf.el (eight-bit):
2856         * international/latexenc.el (latex-inputenc-coding-alist):
2857         * international/fontset.el (x-pixel-size-width-font-regexp):
2858         * emacs-lisp/warnings.el (warning-type-format):
2859         * emacs-lisp/trace.el (trace-buffer):
2860         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
2861         (emacs-lisp-mode-map):
2862         * calendar/holidays.el (holiday-solar-holidays)
2863         (holiday-bahai-holidays, holiday-islamic-holidays)
2864         (holiday-christian-holidays, holiday-hebrew-holidays)
2865         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
2866         (hebrew-holidays-1, holiday-oriental-holidays)
2867         (holiday-general-holidays):
2868         * x-dnd.el (x-dnd-known-types):
2869         * tool-bar.el (tool-bar):
2870         * startup.el (site-run-file):
2871         * shell.el (shell-dumb-shell-regexp):
2872         * rfn-eshadow.el (file-name-shadow-tty-properties)
2873         (file-name-shadow-properties):
2874         * paths.el (remote-shell-program, news-directory):
2875         * mouse.el ([C-down-mouse-3]):
2876         * menu-bar.el (menu-bar-tools-menu):
2877         * jka-cmpr-hook.el (jka-compr-load-suffixes)
2878         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
2879         (jka-compr-compression-info-list):
2880         * isearch.el (search-whitespace-regexp):
2881         * image-file.el (image-file-name-extensions):
2882         * find-dired.el (find-ls-option):
2883         * files.el (directory-listing-before-filename-regexp)
2884         (directory-free-space-args, insert-directory-program)
2885         (list-directory-brief-switches, magic-fallback-mode-alist)
2886         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
2887         (automount-dir-prefix):
2888         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
2889         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
2890         (face-font-registry-alternatives, face-font-registry-alternatives)
2891         (face-font-family-alternatives):
2892         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
2893         (facemenu-foreground-menu, facemenu-face-menu):
2894         * epa-hook.el (epa-file-name-regexp):
2895         * dnd.el (dnd-protocol-alist):
2896         * textmodes/rst.el (auto-mode-alist):
2897         * button.el (default-button): Purecopy strings.
2899 2009-11-06  Glenn Morris  <rgm@gnu.org>
2901         * Makefile.in (ELCFILES): Update.
2903 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2905         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
2906         * emacs-lisp/levents.el: Move to obsolete/levents.el.
2908         * nxml/xsd-regexp.el (xsdre-gen-categories):
2909         * nxml/xmltok.el (xmltok-parse-entity):
2910         * nxml/rng-parse.el (rng-parse-validate-file):
2911         * nxml/rng-maint.el (rng-format-manual)
2912         (rng-manual-output-force-new-line):
2913         * nxml/rng-loc.el (rng-save-schema-location-1):
2914         * nxml/rng-cmpct.el (rng-c-parse-file):
2915         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
2916         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
2918 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
2920         * verilog-mode.el (verilog-getopt-file, verilog-set-define):
2921         Remove extra save-excursions and make-variable-buffer-local's.
2922         Suggested by Stefan Monnier.
2924         (verilog-getopt-file, verilog-module-inside-filename-p)
2925         (verilog-set-define): Merge GNU 1.35 and repair changes from
2926         switching to using with-current-buffer.
2928         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
2929         being treated as a number and confusing AUTORESET.
2930         Reported by Dan Dever.
2932         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
2933         Add verilog-auto-ignore-concat to fix backward compatibility with
2934         older verilog-modes.  Reported by Dan Katz.
2936         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
2937         containing closing anchors "...$".
2939         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
2940         Reported by Wade Smith.
2942         (verilog-batch-execute-func) Comment on function usage.
2944 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
2946         * verilog-mode.el (verilog-label-re): Fix regular expression for
2947         labels.
2949         (verilog-label-re, verilog-calc-1): Support proper indent of named
2950         asserts.
2952         (verilog-backward-token, verilog-basic-complete-re)
2953         (verilog-beg-of-statement, verilog-indent-re): Support proper
2954         indent of the assert statement at the beginning of a block of text.
2956         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
2957         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
2958         tokens as begins.
2960 2009-11-05  Glenn Morris  <rgm@gnu.org>
2962         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
2963         Emacs 19.  (Bug#1531)
2964         (byte-compile-fix-header): Update for the above change.
2965         Drop test for epoch::version.
2967         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
2968         * cus-dep.el (custom-make-dependencies):
2969         * finder.el (finder-compile-keywords):
2970         Use autoload-rubric's feature argument.
2972         * calendar/diary-lib.el (top-level): Make load behave more like require.
2974         * vc-git.el (vc-git-stash-map): Move definition before use.
2976 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
2978         * custom.el (custom-declare-group): Purecopy standard-value.
2979         (custom-declare-group): Purecopy custom-prefix.
2981         * international/mule.el (load-with-code-conversion):
2982         Call do-after-load-evaluation unconditionally.
2984         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
2986 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2988         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
2990 2009-11-04  Glenn Morris  <rgm@gnu.org>
2992         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
2993         (byte-compile-compatibility): Remove option.
2994         (byte-compile-close-variables, byte-compile-fix-header)
2995         (byte-compile-insert-header, byte-compile-output-docform)
2996         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
2997         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
2998         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
2999         (byte-compile-insert, byte-compile-defun):
3000         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
3001         (byte-defop-compiler19): Remove.
3002         Without byte-compile-compatibility, the 'emacs19-opcode property is not
3003         used by anything.  Replace all calls with byte-defop-compiler.
3005 2009-11-04  Juri Linkov  <juri@jurta.org>
3007         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
3008         (menu-bar-options-menu): Don't quote the `prop' arg of
3009         `menu-bar-make-mm-toggle'.
3011 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
3013         * calendar/calendar.el (cal-loaddefs):
3014         * calendar/diary-lib.el (diary-loaddefs):
3015         * calendar/holidays.el (hol-loaddefs):
3016         * eshell/esh-module.el (esh-groups): Load rather than require.
3018 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3020         * calendar/todo-mode.el (todo-add-category): Don't hardcode
3021         point-min==1.
3022         (todo-top-priorities): Only display-buffer when called interactively.
3023         (todo-item-start): Don't save excursion point.
3024         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
3025         (todo-insert-item-here, todo-file-item, todo-remove-item):
3026         Adjust uses of todo-item-start and todo-item-end.
3028         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
3029         (autoload-rubric): Don't use any more.
3030         * cedet/semantic/fw.el (semantic/loaddefs):
3031         * cedet/srecode.el (srecode/loaddefs):
3032         * cedet/ede.el (ede/loaddefs): Load rather than require.
3033         * cedet/ede/cpp-root.el:
3034         * cedet/ede/emacs.el:
3035         * cedet/ede/files.el:
3036         * cedet/ede/linux.el:
3037         * cedet/ede/locate.el:
3038         * cedet/ede/make.el:
3039         * cedet/ede/shell.el:
3040         * cedet/ede/speedbar.el:
3041         * cedet/ede/system.el:
3042         * cedet/ede/util.el:
3043         * cedet/semantic/analyze.el:
3044         * cedet/semantic/bovine.el:
3045         * cedet/semantic/complete.el:
3046         * cedet/semantic/ctxt.el:
3047         * cedet/semantic/db-file.el:
3048         * cedet/semantic/db-find.el:
3049         * cedet/semantic/db-global.el:
3050         * cedet/semantic/db-mode.el:
3051         * cedet/semantic/db-typecache.el:
3052         * cedet/semantic/db.el:
3053         * cedet/semantic/debug.el:
3054         * cedet/semantic/dep.el:
3055         * cedet/semantic/doc.el:
3056         * cedet/semantic/edit.el:
3057         * cedet/semantic/find.el:
3058         * cedet/semantic/format.el:
3059         * cedet/semantic/html.el:
3060         * cedet/semantic/ia-sb.el:
3061         * cedet/semantic/ia.el:
3062         * cedet/semantic/idle.el:
3063         * cedet/semantic/lex-spp.el:
3064         * cedet/semantic/lex.el:
3065         * cedet/semantic/mru-bookmark.el:
3066         * cedet/semantic/scope.el:
3067         * cedet/semantic/senator.el:
3068         * cedet/semantic/sort.el:
3069         * cedet/semantic/symref.el:
3070         * cedet/semantic/tag-file.el:
3071         * cedet/semantic/tag-ls.el:
3072         * cedet/semantic/tag-write.el:
3073         * cedet/semantic/tag.el:
3074         * cedet/semantic/util-modes.el:
3075         * cedet/semantic/analyze/complete.el:
3076         * cedet/semantic/analyze/refs.el:
3077         * cedet/semantic/bovine/c.el:
3078         * cedet/semantic/bovine/gcc.el:
3079         * cedet/semantic/bovine/make.el:
3080         * cedet/semantic/bovine/scm.el:
3081         * cedet/semantic/decorate/include.el:
3082         * cedet/semantic/decorate/mode.el:
3083         * cedet/semantic/symref/cscope.el:
3084         * cedet/semantic/symref/global.el:
3085         * cedet/semantic/symref/grep.el:
3086         * cedet/semantic/symref/idutils.el:
3087         * cedet/semantic/symref/list.el:
3088         * cedet/semantic/wisent/java-tags.el:
3089         * cedet/semantic/wisent/javascript.el:
3090         * cedet/srecode/compile.el:
3091         * cedet/srecode/cpp.el:
3092         * cedet/srecode/document.el:
3093         * cedet/srecode/el.el:
3094         * cedet/srecode/expandproto.el:
3095         * cedet/srecode/getset.el:
3096         * cedet/srecode/insert.el:
3097         * cedet/srecode/java.el:
3098         * cedet/srecode/map.el:
3099         * cedet/srecode/mode.el:
3100         * cedet/srecode/template.el:
3101         * cedet/srecode/texi.el: Remove the file-local setting of
3102         generated-autoload-feature.
3104         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
3105         and only put a prop if it is non-nil.
3107 2009-11-03  Juri Linkov  <juri@jurta.org>
3109         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
3110         (menu-bar-options-menu): Fix list quoting (Bug#4429).
3112         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
3113         and "Menu" to make top-level menu item visually one unit (like
3114         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
3115         multi-word menu items).  Fix :help string for quit-window.
3117 2009-11-03  Glenn Morris  <rgm@gnu.org>
3119         * cedet/mode-local.el (with-mode-local): Doc fix.
3121         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
3122         (byte-compile-file-form-define-abbrev-table)
3123         (byte-compile-file-form-custom-declare-variable)
3124         (byte-compile-variable-ref, byte-compile-defvar):
3125         Whether or not a warning is enabled should only affect whether we issue
3126         the warning, not whether or not we collect the relevant data.
3127         Eg warnings can be turned on and off throughout the course of a file.
3129         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
3130         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
3132 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3134         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
3135         * play/mpuz.el (mpuz-create-buffer):
3136         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
3137         (lm-print-y,s,noise, lm-print-w0, lm-init):
3138         * play/gomoku.el (gomoku-prompt-for-move):
3139         * play/fortune.el (fortune-in-buffer):
3140         * play/dissociate.el (dissociated-press):
3141         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
3142         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
3143         * mail/supercite.el (sc-eref-show):
3144         * mail/smtpmail.el (smtpmail-send-it):
3145         * mail/rmailsum.el (rmail-summary-next-labeled-message)
3146         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
3147         (rmail-summary-undelete-many, rmail-summary-rmail-update)
3148         (rmail-summary-goto-msg, rmail-summary-expunge)
3149         (rmail-summary-get-new-mail, rmail-summary-search-backward)
3150         (rmail-summary-add-label, rmail-summary-output-menu)
3151         (rmail-summary-output-body):
3152         * mail/rfc822.el (rfc822-addresses):
3153         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
3154         * mail/mailpost.el (post-mail-send-it):
3155         * mail/hashcash.el (hashcash-generate-payment):
3156         * mail/feedmail.el (feedmail-run-the-queue)
3157         (feedmail-queue-send-edit-prompt-help-first)
3158         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
3159         (feedmail-deduce-address-list):
3160         * eshell/esh-ext.el (eshell-remote-command):
3161         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
3162         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
3163         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
3164         (viper-save-string-in-file, viper-valid-marker):
3165         * emulation/viper-keym.el (viper-toggle-key):
3166         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
3167         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
3168         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
3169         * emulation/viper-cmd.el (viper-exec-form-in-vi)
3170         (viper-exec-form-in-emacs, viper-brac-function):
3171         * emulation/viper.el (viper-delocalize-var):
3172         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
3173         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
3174         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
3175         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
3176         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
3177         * emulation/edt.el (edt-electric-helpify):
3178         * emulation/cua-rect.el (cua--rectangle-aux-replace):
3179         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
3180         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
3181         (cua-indent-to-global-mark-column):
3182         * calendar/diary-lib.el (calendar-mark-1):
3183         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
3184         Use with-current-buffer.
3185         * emulation/viper.el (viper-delocalize-var): Use dolist.
3187 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
3189         * comint.el (comint-replace-by-expanded-history-before-point):
3190         Replace !! with the previous input string literally (Bug#1795).
3192 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
3194         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
3195         to be made up of whitespace.
3197 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
3199         * minibuffer.el (read-file-name): Don't use file dialogs for
3200         remote directories (Bug#99).
3202 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
3204         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
3206 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
3208         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
3209         instead of deleting the window or frame.
3211 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
3213         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
3214         Support face colors.
3216         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
3217         New function.  Support face colors (Bug#1168).
3218         (tex-common-initialization): Use it.
3220         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
3221         mode allows it (Bug#1168).
3223 2009-10-31  Juri Linkov  <juri@jurta.org>
3225         * facemenu.el (list-colors-display): Don't mark buffer as
3226         modified (Bug#3948).
3228 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
3230         * international/mule-diag.el (list-character-sets-1): Minor
3231         message fix (Bug#3526).
3233         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
3234         face property (Bug#4834).
3235         (etags-list-tags, etags-tags-apropos-additional)
3236         (etags-tags-apropos, tags-select-tags-table): Add follow-link
3237         property.
3239         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
3240         items.
3242         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
3243         items.
3245         * cedet/ede.el (ede-minor-mode):
3246         * cedet/semantic.el (semantic-mode): Toggle menu separators.
3248 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3250         * textmodes/two-column.el (2C-split):
3251         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
3252         * textmodes/tex-mode.el (tex-set-buffer-directory):
3253         * textmodes/spell.el (spell-region, spell-string):
3254         * textmodes/reftex.el (reftex-erase-buffer):
3255         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
3256         * textmodes/reftex-toc.el (reftex-toc-promote-action):
3257         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
3258         (reftex-select-item):
3259         * textmodes/reftex-ref.el (reftex-label-info-update)
3260         (reftex-offer-label-menu):
3261         * textmodes/reftex-index.el (reftex-index-change-entry)
3262         (reftex-index-phrases-info):
3263         * textmodes/reftex-global.el (reftex-create-tags-file)
3264         (reftex-save-all-document-buffers, reftex-ensure-write-access):
3265         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
3266         (reftex-view-crossref-from-bibtex):
3267         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
3268         (reftex-extract-bib-entries-from-thebibliography)
3269         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
3270         * textmodes/refbib.el (r2b-capitalize-title):
3271         (r2b-convert-buffer, r2b-help):
3272         * textmodes/page-ext.el (pages-directory)
3273         (pages-directory-goto-with-mouse):
3274         * textmodes/bibtex.el (bibtex-validate-globally):
3275         * textmodes/bib-mode.el (bib-capitalize-title):
3276         * textmodes/artist.el (artist-clear-buffer, artist-system):
3277         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
3278         (local-set-scheme-interaction-buffer, xscheme-process-filter)
3279         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
3280         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
3281         (xscheme-send-control-g-interrupt, xscheme-start-process)
3282         (xscheme-process-sentinel, xscheme-cd):
3283         * progmodes/verilog-mode.el (verilog-read-always-signals)
3284         (verilog-set-define, verilog-getopt-file)
3285         (verilog-module-inside-filename-p):
3286         * progmodes/sh-script.el:
3287         * progmodes/python.el (python-pdbtrack-get-source-buffer)
3288         (python-pdbtrack-grub-for-buffer, python-execute-file):
3289         * progmodes/octave-inf.el (inferior-octave):
3290         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
3291         (idlwave-shell-compile-helper-routines, idlwave-set-local)
3292         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
3293         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
3294         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
3295         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
3296         (idlwave-shell-filter, idlwave-shell-examine-highlight)
3297         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
3298         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
3299         (idlwave-shell-examine-display, idlwave-shell-run-region)
3300         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
3301         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
3302         * progmodes/idlw-help.el (idlwave-help-get-special-help)
3303         (idlwave-help-get-help-buffer):
3304         * progmodes/gud.el (gud-basic-call, gud-find-class)
3305         (gud-tooltip-activate-mouse-motions-if-enabled):
3306         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
3307         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
3308         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
3309         (ebrowse-tags-next-file):
3310         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
3311         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
3312         (ebnf-eps-finish-and-write):
3313         * progmodes/cpp.el (cpp-edit-save):
3314         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
3315         * progmodes/cc-defs.el (c-emacs-features):
3316         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
3317         (antlr-directory-dependencies):
3318         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
3319         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
3320         (ada-find-any-references, ada-make-filename-from-adaname)
3321         (ada-make-body-gnatstub):
3322         * obsolete/rnews.el (news-list-news-groups):
3323         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
3324         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
3325         * net/rcirc.el (rcirc-debug):
3326         * net/newst-treeview.el (newsticker--treeview-list-add-item)
3327         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
3328         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
3329         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
3330         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
3331         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
3332         (newsticker--treeview-list-clear-highlight)
3333         (newsticker--treeview-list-update-highlight)
3334         (newsticker--treeview-list-highlight-start)
3335         (newsticker--treeview-tree-update-highlight)
3336         (newsticker--treeview-get-selected-item)
3337         (newsticker-treeview-mark-list-items-old)
3338         (newsticker--treeview-set-current-node):
3339         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3340         * net/newst-backend.el (newsticker--get-news-by-funcall)
3341         (newsticker--get-news-by-wget, newsticker--image-get)
3342         (newsticker--image-sentinel):
3343         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
3344         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
3345         (eudc-ph-close-session):
3346         * net/eudc.el (eudc-save-options):
3347         * language/thai-word.el (thai-update-word-table):
3348         * language/japan-util.el (japanese-string-conversion):
3349         * international/titdic-cnv.el (tsang-quick-converter)
3350         (ziranma-converter, ctlau-converter):
3351         * international/mule-cmds.el (describe-language-environment):
3352         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
3353         (skkdic-convert-postfix, skkdic-convert-prefix):
3354         (skkdic-convert-okuri-nasi, skkdic-convert):
3355         * emacs-lisp/re-builder.el (reb-update-overlays):
3356         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
3357         * emacs-lisp/gulp.el (gulp-send-requests):
3358         * emacs-lisp/find-gc.el (trace-call-tree):
3359         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
3360         (eieio-describe-generic):
3361         * emacs-lisp/eieio-base.el (eieio-persistent-read):
3362         * emacs-lisp/edebug.el (edebug-outside-excursion):
3363         * emacs-lisp/debug.el (debugger-make-xrefs):
3364         * emacs-lisp/cust-print.el (custom-prin1-to-string):
3365         * emacs-lisp/chart.el (chart-new-buffer):
3366         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
3367         Use with-current-buffer.
3368         * textmodes/artist.el (artist-system): Don't call
3369         copy-sequence on a fresh string.
3370         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
3372 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
3374         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
3375         is no item to edit.  (Bug#4820)
3376         (todo-top-priorities): Restore point and restore narrowing in Todo
3377         buffer.  (Bug#4820)
3379 2009-10-31  Glenn Morris  <rgm@gnu.org>
3381         * net/ange-ftp.el (top-level): Don't require dired when compiling.
3382         (comint-last-output-start, comint-last-input-start)
3383         (comint-last-input-end): Don't defvar when compiling.
3384         (ange-ftp-process-file): Use bound-and-true-p.
3386         * pcmpl-rpm.el (top-level): Move provide statement to end.
3387         (pcmpl-rpm): Remove unused custom group.
3389         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
3391         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
3393         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
3394         (byte-compile-warnings): Add `constants' as an option.
3395         (byte-compile-callargs-warn, byte-compile-arglist-warn)
3396         (display-call-tree): Update for byte-compile-fdefinition possibly
3397         returning `(macro lambda ...)'.  (Bug#4778)
3398         (byte-compile-variable-ref, byte-compile-setq-default):
3399         Respect `constants' member of byte-compile-warnings.
3401         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
3402         Use mapc rather than mapcar because the return value is never used.
3404         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
3405         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
3406         * cedet/semantic/html.el:
3407         Suppress harmless warnings about setting up semantic-imenu (not
3408         part of Emacs) variables.
3410 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3412         * vc-bzr.el (vc-bzr-revision-keywords): New var.
3413         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
3414         to "submit:".
3416         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
3417         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
3418         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
3419         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
3420         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
3421         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
3422         (semantic-analyzer-debug-global-symbol)
3423         (semantic-analyzer-debug-missing-innertype)
3424         (semantic-analyzer-debug-insert-include-summary):
3425         * cedet/semantic/util.el (semantic-file-tag-table):
3426         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
3427         (semantic-recursive-find-nonterminal-by-name):
3428         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
3429         * cedet/semantic/tag-file.el (semantic-prototype-file):
3430         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
3431         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
3432         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
3433         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
3434         (semantic-idle-summary-maybe-highlight):
3435         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
3436         (semantic-ia-sb-tag-info):
3437         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
3438         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
3439         * cedet/semantic/ede-grammar.el (project-compile-target):
3440         (ede-proj-makefile-insert-variables):
3441         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
3442         (semantic-debug-set-source-location, semantic-debug-interface-layout)
3443         (semantic-debug-mode, semantic-debug):
3444         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
3445         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
3446         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3447         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
3448         (semanticdb-find-translate-path-includes--internal)
3449         (semanticdb-reset-log, semanticdb-find-log-activity):
3450         * cedet/semantic/db-file.el (object-write):
3451         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3452         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
3453         (semanticdb-create-ebrowse-database):
3454         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
3455         * cedet/semantic/complete.el (semantic-displayor-focus-request)
3456         (semantic-collector-calculate-completions-raw)
3457         (semantic-complete-read-tag-analyzer):
3458         * cedet/semantic/analyze.el (semantic-analyze-pulse):
3459         * cedet/ede/util.el (ede-update-version-in-source):
3460         * cedet/ede/proj.el (project-delete-target):
3461         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
3462         (ede-proj-flush-autoconf):
3463         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
3464         (ede-proj-configure-synchronize):
3465         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
3466         * cedet/ede/linux.el (ede-linux-version):
3467         * cedet/ede/emacs.el (ede-emacs-version):
3468         * cedet/ede/dired.el (ede-dired-add-to-target):
3469         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
3470         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
3471         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
3472         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
3473         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
3474         (cedet-idutils-version-check):
3475         * cedet/cedet-global.el (cedet-gnu-global-call):
3476         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
3477         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
3478         * cedet/cedet-cscope.el (cedet-cscope-call)
3479         (cedet-cscope-expand-filename, cedet-cscope-version-check):
3480         Use with-current-buffer.
3481         * cedet/ede.el (ede-make-project-local-variable)
3482         (ede-set-project-variables, ede-set): Use dolist.
3484 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
3486         * textmodes/ispell.el (ispell-skip-region-alist):
3487         * international/mule-conf.el (eight-bit):
3488         * international/fontset.el (font-encoding-alist):
3489         * startup.el (pure-space-overflow-message):
3490         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
3491         * paths.el (gnus-nntp-service, rmail-spool-directory)
3492         (term-file-prefix):
3493         * files.el (save-some-buffers-action-alist):
3494         * cmuscheme.el (same-window-buffer-names):
3495         * ielm.el (same-window-buffer-names):
3496         * shell.el (same-window-buffer-names):
3497         * mail/sendmail.el (same-window-buffer-names):
3498         * progmodes/inf-lisp.el (same-window-buffer-names):
3499         * bindings.el (mode-line-client)
3500         (mode-line-column-line-number-mode-map):
3501         * language/tibetan.el (tibetan-precomposition-rule-regexp)
3502         (tibetan-precomposed-regexp): Purecopy string arguments.
3504 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3506         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
3507         (calcDigit-nondigit):
3508         * calc/calc-yank.el (calc-copy-to-buffer):
3509         * calc/calc-units.el (calc-invalidate-units-table):
3510         * calc/calc-trail.el (calc-trail-yank):
3511         * calc/calc-store.el (calc-insert-variables):
3512         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
3513         * calc/calc-prog.el (calc-read-parse-table):
3514         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
3515         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
3516         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
3517         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
3518         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
3519         (calc-graph-name, calc-graph-find-command, calc-graph-view)
3520         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
3521         * calc/calc-ext.el (calc-realign):
3522         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
3523         (calc-embedded-finish-edit, calc-embedded-make-info)
3524         (calc-embedded-finish-command, calc-embedded-stack-change):
3525         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
3527         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
3528         (overload-docstring-extension): Use that info.
3529         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
3530         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
3531         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
3532         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
3533         (semantic-nonterminal-full-name): Add the new `when' info.
3534         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
3535         `assert'.
3537         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
3538         shell-dynamic-complete-filename in preference to
3539         comint-dynamic-complete-filename.
3541         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
3542         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
3543         Don't consider whether the display supports colors.
3544         (bookmark-import-new-list): Use dolist.
3545         (bookmark-bmenu-mode-map): Move initialization into declaration.
3546         (bookmark-bmenu-list): Use dolist, simplify.
3547         (bookmark-show-all-annotations): Use save-selected-window and dolist.
3548         (menu-bar-final-items): Use push.
3550 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
3552         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
3553         it works on remote files.
3554         (vc-hg-diff): Don't pass any `--cwd' argument.
3556 2009-10-27  Kevin Ryde  <user42@zip.com.au>
3558         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
3559         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
3560         (Further to Bug#3921).
3562 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
3564         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
3565         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
3566         calling `tramp-imap-put-file'.  Add file size to the call.
3567         (tramp-imap-get-file-entries): Compute also user name, file size,
3568         and date.
3569         (tramp-imap-handle-insert-directory): Insert uid and gid.
3570         (tramp-imap-handle-file-attributes): Transform uid and gid
3571         according to `id-format'.
3572         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
3573         size in header X-Size.
3575 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
3577         * simple.el (transpose-subr): Give clearer error when the mark
3578         is not set.  (Bug#4807)
3580 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
3582         * net/tramp.el (tramp-perl-file-truename): New defconst.
3583         Perl code contributed by yary <not.com@gmail.com> (tiny change).
3584         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
3585         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
3586         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
3588         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
3589         Ignore `dired-call-process'.
3590         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
3592 2009-10-26  Julian Scheid  <julians37@gmail.com>
3594         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
3595         (tramp-get-remote-readlink): New defun.
3596         (tramp-handle-file-truename): Use it.
3597         (tramp-handle-file-exists-p): Check file-attributes cache, assume
3598         file exists if cache value present.
3599         (tramp-check-cached-permissions) New defun.
3600         (tramp-handle-file-readable-p): Use it.
3601         (tramp-handle-file-writable-p): Likewise.
3602         (tramp-handle-file-executable-p): Likewise.
3603         (tramp-handle-file-name-all-completions): Try using Perl to get
3604         partial completions.  When perl not available, combine `cd' and
3605         `ls' into single remote operation and use shell expansion to get
3606         partial remote directory contents.  Set `file-exists-p' cache for
3607         directory and any files returned by ls.  Change cache handling to
3608         support partial directory contents.  Use error message emitted by
3609         remote `cd' or Perl code for local tramp-error.
3610         (tramp-do-copy-or-rename-file-directly): Avoid separate
3611         tramp-send-command-and-check call.
3612         (tramp-handle-process-file): Merge three remote ops into one.
3613         Do not flush all caches when `process-file-side-effects' is set.
3614         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
3615         file-attributes shows uid/gid to be set already.
3617 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
3619         * textmodes/tex-mode.el (tex-dvi-view-command)
3620         (tex-show-queue-command, tex-open-quote):
3621         * progmodes/ruby-mode.el (auto-mode-alist)
3622         (interpreter-mode-alist): Purecopy strings.
3624         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
3626         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
3627         string for the hook, keymap and abbrev table.
3629         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
3631         * x-dnd.el (x-dnd-xdnd-to-action):
3632         * startup.el (fancy-startup-text, fancy-about-text): Change to
3633         defconst from defvar.
3635         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
3637         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
3638         Purecopy initialization strings.
3640         * mail/sendmail.el (mail-header-separator)
3641         (mail-personal-alias-file):
3642         * mail/rmail.el (rmail-default-dont-reply-to-names)
3643         (rmail-ignored-headers, rmail-retry-ignored-headers)
3644         (rmail-highlighted-headers, rmail-secondary-file-directory)
3645         (rmail-secondary-file-regexp):
3646         * files.el (null-device, file-name-invalid-regexp)
3647         (locate-dominating-stop-dir-regexp)
3648         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
3649         (interpreter-mode-alist): Use mapcar instead of mapc.
3651         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
3653         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
3654         (completion-ignored-extensions):
3655         (debug-ignored-errors): Purecopy strings.
3657 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3659         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
3660         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
3661         (pcomplete--here): Use push.
3663         * subr.el (all-completions): Declare the 4th arg obsolete.
3665 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3667         * pcomplete.el (pcomplete-unquote-argument-function): New var.
3668         (pcomplete-unquote-argument): New function.
3669         (pcomplete--common-suffix): Always pay attention to case.
3670         (pcomplete--table-subvert): Quote and unquote the text.
3671         (pcomplete--common-quoted-suffix): New function.
3672         (pcomplete-std-complete): Use it and pcomplete-begin.
3674         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
3675         we're inside a dedicated or minibuffer window.
3677 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3679         * cedet/semantic/fw.el (semantic-alias-obsolete)
3680         (semantic-varalias-obsolete): Make the `when' arg mandatory.
3681         (define-mode-overload-implementation):
3682         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
3683         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
3684         * cedet/semantic/util.el (semantic-file-token-stream)
3685         (semantic-something-to-stream):
3686         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
3687         (semantic-expand-nonterminal):
3688         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
3689         (semantic-find-dependency, semantic-find-nonterminal)
3690         (semantic-find-dependency):
3691         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
3692         (semantic-flex-text, semantic-flex-make-keyword-table)
3693         (semantic-flex-keyword-p, semantic-flex-keyword-put)
3694         (semantic-flex-keyword-get, semantic-flex-map-keywords)
3695         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
3696         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
3697         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
3698         (semantic-after-idle-scheduler-reparse-hooks):
3699         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
3700         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
3701         * cedet/semantic.el (semantic-toplevel-bovine-table)
3702         (semantic-toplevel-bovine-cache)
3703         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
3704         (semantic-init-mode-hooks, semantic-init-db-hooks)
3705         (semantic-bovination-working-type): Provide the `when' arg.
3707 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
3709         * bookmark.el: Update documentation, especially documentation
3710         of `bookmark-alist' and of the bookmark file format.
3711         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
3713 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
3715         * mail/emacsbug.el (report-emacs-bug): Clarify that the
3716         keybindings apply to the mail buffer (Bug#4003).  Shrink help
3717         window to buffer.
3719         * whitespace.el (whitespace-mode, whitespace-newline-mode)
3720         (global-whitespace-mode, global-whitespace-newline-mode)
3721         (whitespace-toggle-options, global-whitespace-toggle-options):
3722         Doc fix (Bug#3660).
3724         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
3725         of xmltok-start before the end tag was inserted (Bug#2840).
3727         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
3728         patterns that are preceded by an open-paren (Bug#1320).
3730 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
3732         * files.el (delete-directory): Delete symlinks to directories with
3733         delete-file (Bug#4739).
3735 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
3737         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
3738         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
3739         argument to make-obsolete.
3741         * cedet/semantic/fw.el (semantic-alias-obsolete)
3742         (semantic-varalias-obsolete): Add optional WHEN argument.
3744 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
3746         * vc.el (vc-backend-for-registration): Rename from
3747         vc-get-backend-for-registration.  Update callers.
3749         * international/mule-cmds.el (set-language-info-alist):
3750         Purecopy lang-env.
3751         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
3752         (charset): Purecopy the name.
3753         (define-char-code-property): Purecopy string arguments.
3755         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
3756         Purecopy string arguments.
3758         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3759         * ediff-hook.el (menu-bar-ediff-menu):
3760         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
3761         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
3763 2009-10-24  Glenn Morris  <rgm@gnu.org>
3765         * comint.el (comint-dynamic-list-completions):
3766         * term.el (term-dynamic-list-completions): Use choose-completion rather
3767         than obsolete alias mouse-choose-completion.
3769         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
3770         file-cache-choose-completion.
3771         (file-cache-choose-completion): Handle an optional event argument.
3772         (file-cache-mouse-choose-completion): Make it an obsolete alias.
3774         * progmodes/octave-mod.el (octave-complete-symbol):
3775         Use choose-completion if mouse-choose-completion is ever removed.
3777         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
3778         use.
3780         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
3781         compiler.
3783         * vc-hooks.el (vc-responsible-backend): Fix declaration.
3785 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3787         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
3788         Ignore `pred' now that we receive one.
3789         Handle test-completion specially.
3791 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
3793         * vc.el (vc-responsible-backend): Throw an error if not backend is
3794         found.  Remove the REGISTER argument.  Move the code dealing with
3795         REGISTER ...
3796         (vc-get-backend-for-registration): ... here.  New function.
3797         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
3798         of vc-responsible-backend, pass the file name instead of the
3799         directory name.
3801 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3803         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
3804         New funs.
3805         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
3806         (pcomplete-comint-setup): Don't modify a global var via
3807         accidental side-effects.
3808         (pcomplete-shell-setup): Adjust call accordingly.
3809         (pcomplete-parse-comint-arguments): Use push.
3811 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
3813         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
3814         Allow uncapitalized info node names (Bug#3921).
3816         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
3817         to the DEBUG file (Bug#3781).
3819 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
3821         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
3822         dictionary entry (Bug#4579).
3824 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
3826         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
3827         from `rfn-eshadow-update-overlay-hook' when unloading.
3828         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
3829         "rsyncc".  Adjust doc string.
3830         (tramp-temp-buffer-file-name) New buffer-local defvar.
3831         (tramp-handle-insert-file-contents, tramp-handle-write-region):
3832         Keep temporary file when indicated by method ("rsync" and
3833         "rsyncc").
3834         (tramp-handle-write-region): Handle APPEND.
3835         (tramp-delete-temp-file-function): New defun.  Added to
3836         `kill-buffer-hook'.
3838 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
3840         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
3842 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
3844         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
3845         (color-name-rgb-alist, tty-standard-colors)
3846         (tty-color-mode-alist): Change to defconst.
3848         * simple.el (mark-inactive): Purecopy message.
3850         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
3851         (global-map, yank-menu):
3852         * textmodes/ispell.el (ispell-menu-map):
3853         * net/eudc.el (eudc-tools-menu):
3854         * international/mule-cmds.el (describe-language-environment-map)
3855         (setup-language-environment-map, set-coding-system-map)
3856         (mule-menu-keymap):
3857         * vc-hooks.el (vc-menu-entry, vc-menu-map):
3858         * replace.el (occur-mode-map):
3859         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
3861 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
3863         * calc/calc.el (math-read-number, math-read-number-simple): Use
3864         `save-match-data'.
3866 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3868         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
3869         rather than fiddling with global-map bindings, since it should only
3870         affect per-terminal settings.
3871         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
3873         * minibuffer.el (completion-table-with-terminator): Allow to specify
3874         the terminator-regexp.
3876         * simple.el (switch-to-completions): Look for *Completions* in other
3877         frames as well.
3879         * pcomplete.el: Allow the use of completion-tables.
3880         (pcomplete-std-complete): New command.
3881         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
3882         (pcomplete--here): Use a function for `form' rather than an expression,
3883         so it can be byte-compiled.
3884         (pcomplete-here, pcomplete-here*): Adjust accordingly.
3885         Add edebug declaration.
3886         (pcomplete-show-completions): Remove unused var `curbuf'.
3887         (pcomplete-do-complete, pcomplete-stub):
3888         Don't assume `completions' is a list of strings any more.
3890 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
3892         * find-dired.el (find-name-arg): Fix typo in docstring.
3894 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3896         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
3897         (pcmpl-linux-fs-types): Same, and update to new modules layout.
3899         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
3900         pcomplete-entries.
3902         * comint.el (comint-read-input-ring, comint-write-input-ring)
3903         (comint-substitute-in-file-name)
3904         (comint-dynamic-complete-as-filename)
3905         (comint-dynamic-simple-complete)
3906         (comint-dynamic-list-filename-completions)
3907         (comint-dynamic-list-completions)
3908         (comint-redirect-results-list-from-process): Minor simplifications.
3910 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3912         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3913         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
3914         the first form.  And insert a blank line after ";;; Code" since
3915         that's usual style.  (Bug#4612)
3917         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
3919 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3921         * minibuffer.el (completion-table-with-terminator): Properly implement
3922         boundaries, in case `terminator' appears in the suffix.
3923         (completion--embedded-envvar-table): Don't return boundaries if
3924         there's no valid completion.  Simplify.
3925         (completion-file-name-table): New completion table extracted from
3926         completion--file-name-table.
3927         (completion--file-name-table): Use it.
3928         (read-file-name-predicate): Declare obsolete.
3929         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
3930         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
3931         completion-file-name-table, and use the `pred' argument.
3932         * files.el (locate-file-completion-table): Use the `pred' arg rather
3933         than read-file-name-predicate.
3934         (abbreviate-file-name): Use \` rather than ^ for BOS.
3936 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
3938         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
3939         vc-responsible-backend to register, it causes problems.
3941 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3943         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
3945 2009-10-21  Eric Ludlam  <zappo@gnu.org>
3947         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
3948         (semantic-c-debug-mode-init-pch): New functions.
3949         (semantic-c-debug-mode-init-last-mode): New var.
3950         (semantic-c-parse-lexical-token): Use them.
3952         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
3953         When extracting the argument list, limit only by point-max.
3955 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
3957         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
3958         (tramp-smb-handle-file-attributes): Use it.
3959         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
3960         (tramp-smb-handle-insert-directory): Use `mapc' rather than
3961         `mapcar'.  Use `tramp-smb-get-stat-capability'.
3962         Add `dired-filename' text properties.
3963         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
3964         (tramp-smb-maybe-open-connection): Simplify check for smbclient
3965         version.
3967 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3969         * subr.el (read-key-delay): Reduce to 0.01.
3970         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
3971         (bug#4751).
3973 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3975         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
3977         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
3978         (Info-menu): Remove unused vars `last' and `completions'.
3979         (Info-index-nodes): Remove unused var `node'.
3981         * info.el (Info-complete-menu-item): Use complete-with-action.
3983 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
3985         Make vc-annotate work through copies and renames.
3986         * vc-annotate.el (vc-annotate-extract-revision-at-line):
3987         Return the file name too.
3988         (vc-annotate-revision-at-line)
3989         (vc-annotate-find-revision-at-line)
3990         (vc-annotate-revision-previous-to-line)
3991         (vc-annotate-show-log-revision-at-line): Update to get the file
3992         name from vc-annotate-extract-revision-at-line.
3993         (vc-annotate-show-diff-revision-at-line-internal): Change the
3994         argument to mean whether to show a file diff or not.  Get the file
3995         name from vc-annotate-extract-revision-at-line.
3996         (vc-annotate-show-diff-revision-at-line):
3997         Update vc-annotate-show-diff-revision-at-line call.
3998         (vc-annotate-warp-revision): Add an optional file argument.
4000         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
4001         (vc-git-annotate-extract-revision-at-line): Also return the file
4002         name if found.
4004         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
4005         command.  Remove unused code.
4006         (vc-hg-annotate-re): Update to match --follow output.
4007         (vc-hg-annotate-extract-revision-at-line): Also return the file
4008         name if found.
4010         * vc.el: Update annotate-extract-revision-at-line documentation.
4012 2009-10-18  Kevin Ryde  <user42@zip.com.au>
4014         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
4015         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
4017         * net/browse-url.el (browse-url): Identify alist with "consp and
4018         not functionp" and let all other things go down the `apply' leg,
4019         as suggested by Stefan.  (Further to bug#4531.)
4021 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
4023         * minibuffer.el (read-file-name): Check for repeat before putting
4024         a default argument in file-name-history (Bug#4657).
4026         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
4027         read syntax (Bug#4737).
4029         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
4031 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
4033         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
4034         (html-tag-alist, html-tag-help): Add descriptions for undocumented
4035         entries and make note of obsolete tags.
4037 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4039         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
4041 2009-10-18  Glenn Morris  <rgm@gnu.org>
4043         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
4044         grep, so that binary files (eg international/uni-bidi.el) can match.
4045         Remove test for "UnicodeData" files, since it is hopefully unnecessary
4046         now, and in any case the file header format has changed.
4048 2009-10-17  Glenn Morris  <rgm@gnu.org>
4050         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
4051         (flyspell-get-word, flyspell-large-region)
4052         (flyspell-auto-correct-previous-word): Doc/error message fixes.
4054 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
4056         * Makefile.in (ELCFILES): Add ede/shell.
4058 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
4060         * term/common-win.el (x-colors): Purecopy it.
4062 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4064         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
4065         permissive for when the buffer is empty.
4066         (tar-header-block-tokenize): Decode the username and groupname.
4067         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
4069 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
4071         * cedet/srecode/srt.el:
4072         * cedet/srecode/compile.el:
4073         * cedet/semantic/mru-bookmark.el:
4074         * cedet/semantic/debug.el:
4075         * cedet/semantic/complete.el:
4076         * cedet/semantic/analyze.el: Require CL when compiling.
4078 2009-10-17  Eric Ludlam  <zappo@gnu.org>
4080         * cedet/semantic/scope.el
4081         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
4082         tmpscope so that the regular scope will continue to work.
4084         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
4085         Use semantic-idle-summary-highlight-face as the highlighting.
4087         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
4088         contains multibyte characters, choose first applicable coding
4089         system automatically.
4091         * cedet/ede/project-am.el (project-run-target): New method.
4092         (project-run-target): New method.
4094         * cedet/ede.el (ede-target): Add run target menu item.
4095         (ede-project, ede-minor-keymap): Add ede-run-target binding.
4096         (ede-run-target): New function.
4097         (ede-target::project-run-target): New method.
4099         * cedet/ede/proj.el (project-run-target): New method.
4101         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
4102         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
4103         Add :rules.
4104         (ede-proj-target-makefile-shared-object): Only libtool compilers
4105         now available.  Add linkers for libtool.
4106         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
4107         (ede-proj-makefile-target-name): Always use .la extension.
4109         * cedet/ede/proj-prog.el (project-run-target): New method.
4111         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
4112         (ede-g++-linker): Change Change link lines.
4114         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
4115         When searching for old variables, go to the end of the buffer and
4116         search backward from there.
4117         (ede-proj-makefile-automake-insert-subdirs)
4118         (ede-proj-makefile-automake-insert-extradist): New methods.
4119         (ede-proj-makefile-create): Use them.
4121         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
4122         Force FILE to expand to the current target.  Use file-exists-p to
4123         check that it exists.
4125         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4126         (ede-linux-load): Wrap dir in file-name-as-directory.
4127         Set :version slot.
4129         * cedet/ede/files.el (ede-get-locator-object): When enabling
4130         locate, do so on "top".
4132         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
4133         file-name-as-directory during compare.
4134         (ede-emacs-version): Return Emacs/XEmacs differentiator.
4135         Get version number from different places.  Don't call egrep.
4136         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
4137         to set the directory.
4139         * cedet/ede/shell.el: New file.
4141         * cedet/inversion.el (inversion-decoders): Allow for stray . in
4142         alpha/beta variants.
4144 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4146         * international/mule-cmds.el (select-safe-coding-system): If the file
4147         has a coding cookie, use it regardless of any other setting (bug#4712).
4149 2009-10-17  Glenn Morris  <rgm@gnu.org>
4151         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
4152         All errors should have messages.
4154         * foldout.el (foldout-mouse-swallow-events):
4155         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
4157         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
4158         (dired-keep-marker-copy, dired-keep-marker-hardlink)
4159         (dired-keep-marker-symlink, dired-dwim-target)
4160         (dired-copy-preserve-time): Do not autoload these defcustoms.
4162         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
4163         messages from messing up the file coding.  (Bug#4623)
4165 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
4167         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
4168         if no match is found for the current dictionary.  (Bug#4578)
4170         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
4171         optional, since that is how it is documented, and this is often called
4172         with a nil argument.  (Bug#4577)
4173         (flyspell-external-point-words, flyspell-auto-correct-word)
4174         (flyspell-correct-word-before-point, flyspell-word-search-forward)
4175         (flyspell-word-search-backward): Remove nil argument in calls to
4176         flyspell-get-word, since it is not needed now.
4178 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
4180         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
4182 2009-10-16  Glenn Morris  <rgm@gnu.org>
4184         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
4186 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4188         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
4189         (ange-ftp-file-size): New function.
4190         (ange-ftp-file-attributes): Use it.
4192 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
4194         * net/tramp-smb.el (tramp-smb-version): New defvar.
4195         (tramp-smb-maybe-open-connection): Use it, in order to avoid
4196         repeated checks.
4198 2009-10-16  Glenn Morris  <rgm@gnu.org>
4200         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
4201         Maybe copy some custom properties from old to new name.  (Bug#4706)
4203 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
4205         * subr.el (error, sit-for, start-process-shell-command)
4206         (start-file-process-shell-command): Set the calling convention
4207         after the function definition.
4209 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4211         * subr.el (error, sit-for, start-process-shell-command)
4212         (start-file-process-shell-command): Use the new
4213         set-advertised-calling-convention feature.
4215 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
4217         * international/ucs-normalize.el (ucs-normalize-version):
4218         Change to 1.2.
4219         (check-range): Adjust for Unicode 5.2.
4221 2009-10-15  Juri Linkov  <juri@jurta.org>
4223         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
4224         to the `menu-item' format.
4226 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
4228         * net/tramp.el (tramp-replace-environment-variables): Do not fail
4229         if the environment variable does not exist.
4231         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4232         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
4233         parameter.
4234         (tramp-smb-handle-add-name-to-file)
4235         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4236         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4237         (tramp-smb-handle-file-attributes)
4238         (tramp-smb-do-file-attributes-with-stat)
4239         (tramp-smb-handle-file-local-copy)
4240         (tramp-smb-handle-insert-directory)
4241         (tramp-smb-handle-make-directory)
4242         (tramp-smb-handle-make-directory-internal)
4243         (tramp-smb-handle-make-symbolic-link)
4244         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
4245         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
4246         (tramp-smb-maybe-open-connection): Apply the changed parameters.
4247         (tramp-smb-read-file-entry): Read Disk names in compressed format.
4248         Handle long file names.
4249         (tramp-smb-get-cifs-capabilities): Check, whether the connection
4250         process is running.
4251         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
4252         Read share names with "-g" option.
4254 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
4256         * net/rcirc.el (rcirc-view-log-file): New command.
4257         (rcirc-track-minor-mode-map): Remove C-c ` binding.
4258         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
4259         specified.
4261 2009-10-15  Glenn Morris  <rgm@gnu.org>
4263         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
4264         from the second command-line argument.
4265         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
4266         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
4267         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
4268         w32-batch-update-autoloads.
4269         * emacs-lisp/autoload.el (autoload-make-program): New variable.
4270         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
4272         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
4273         the headers cannot be located.  Simplify, subtracting superflous
4274         save-excursions.
4276 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4278         Replace completion-base-size by completion-base-position to fix bugs
4279         such as (bug#4699).
4280         * simple.el (completion-base-position): New var.
4281         (completion-base-size): Mark as obsolete.
4282         (choose-completion): Make it work for mouse events as well.
4283         Pass the new base-position to choose-completion-string.
4284         (choose-completion-guess-base-position): New function, extracted from
4285         choose-completion-delete-max-match.
4286         (choose-completion-delete-max-match): Use it.  Make obsolete.
4287         (choose-completion-string): Use the new base-position info.
4288         (completion-root-regexp): Delete.
4289         (completion-setup-function): Preserve completion-base-position.
4290         Eliminate obsolete base-size manipulation.
4291         * minibuffer.el (display-completion-list): Don't mess with base-size.
4292         (minibuffer-completion-help): Set completion-base-position instead.
4293         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
4294         choose-completion.
4295         * textmodes/bibtex.el (bibtex-complete):
4296         * emacs-lisp/crm.el (crm--choose-completion-string):
4297         Adjust to new calling convention.
4298         * complete.el (partial-completion-mode): Use minibufferp to avoid
4299         bumping into incompatible change to choose-completion-string-functions.
4300         * ido.el (ido-choose-completion-string): Make its calling convention
4301         more permissive.
4302         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
4303         base-size manipulation.
4304         (comint-dynamic-list-input-ring): Use dotimes and push.
4305         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
4306         fundamental-mode.  Use `or'.
4308 2009-10-14  Juri Linkov  <juri@jurta.org>
4310         * misearch.el (multi-isearch-next-buffer-from-list)
4311         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
4313 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4315         * Makefile.in (compile-onefile): Load `bytecomp' rather than
4316         `bytecomp.el'.
4318         * minibuffer.el (completion-pcm--merge-completions): Make sure the
4319         string we return is all made up of text from the completions rather
4320         than part from the completions and part from the input (bug#4219).
4322         * ido.el (ido-everywhere): Use define-minor-mode.
4324         * buff-menu.el (list-buffers, ctl-x-map):
4325         Mark the entry points with ;;;###autoload cookies.
4327 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4329         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
4330         correctly in the detached head case.
4331         (vc-git-print-log): Remove unused binding.
4333         * vc.el (vc-responsible-backend): When a directory is passed for
4334         for registration create a VC repository if no backend is
4335         responsible for the directory argument.
4336         (vc-deduce-fileset): Tell vc-responsible-backend to register.
4338         * vc.el: Move comments about RCS and SCCS ...
4339         * vc-rcs.el:
4340         * vc-sccs.el: ... here, respectively.
4342 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4344         * minibuffer.el (completion--file-name-table): Return nil if there's
4345         no file completion, even if substitute-in-file-name changed
4346         the string (bug#4708).
4348 2009-10-13  Juri Linkov  <juri@jurta.org>
4350         * files-x.el (read-file-local-variable-value): Don't filter out
4351         minor modes from mode name completion (bug#4664).
4353 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
4355         * international/mule-cmds.el (ucs-names): Remove exclusion of
4356         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
4358 2009-10-13  Kenichi Handa  <handa@m17n.org>
4360         * international/uni-name.el: Regenerated.
4362 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
4364         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
4365         should be automatically buffer-local, but isn't.)
4367 2009-10-12  Sam Steingold  <sds@gnu.org>
4369         * progmodes/compile.el (compilation-next-error-function): Fix the
4370         timestamps if the buffer has been visited before.
4371         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
4372         non-anchored patterns, like the perl one (bug#3928).
4374 2009-10-12  Glenn Morris  <rgm@gnu.org>
4376         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
4377         Let-bind `size'.
4379 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
4381         * proced.el (proced-unload-function): New function.
4383         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
4384         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
4385         Doc fix.
4387         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
4389 2009-10-11  Juri Linkov  <juri@jurta.org>
4391         * files-x.el (read-file-local-variable-value):
4392         Provide default value only for bound variables (bug#4664).
4394 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
4396         * net/tramp.el (tramp-local-host-p): Function shall return nil for
4397         connection methods like smb.
4399         * net/tramp-cache.el (tramp-flush-connection-property): The hash
4400         can be empty.
4402         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4403         (tramp-smb-file-name-handler-alist): Add handlers for
4404         `add-name-to-file', `make-symbolic-link'.
4405         (tramp-smb-handle-add-name-to-file)
4406         (tramp-smb-do-file-attributes-with-stat)
4407         (tramp-smb-handle-make-symbolic-link)
4408         (tramp-smb-get-cifs-capabilities): New defuns.
4409         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4410         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4411         (tramp-smb-handle-file-local-copy)
4412         (tramp-smb-handle-make-directory-internal)
4413         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
4414         The file name syntax depends on cifs capabilities.
4415         (tramp-smb-handle-file-attributes):
4416         Call `tramp-smb-do-file-attributes-with-stat' if possible.
4417         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
4418         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
4420 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
4422         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
4423         (eieio-defclass): Apply deftype handler and setf-method properties
4424         directly.
4425         (eieio-add-new-slot): Avoid union function from cl library.
4426         (eieio--typep): New function.
4427         (eieio-perform-slot-validation): Use it.
4429 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
4431         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
4432         Update documentation to refer to the variables documented in r1.135.
4433         (Bug#4188)
4435 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
4437         * bookmark.el (Info-suffix-list): Remove this unused variable.
4438         (bookmark-current-point): Remove this obsolete variable.
4439         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
4440         Adjust for removal of bookmark-current-point.
4442         (bookmarks-already-loaded, bookmark-current-buffer)
4443         (bookmark-yank-point): Document.  (Bug#4188)
4445 2009-10-10  Glenn Morris  <rgm@gnu.org>
4447         * frame.el (frame-height): Doc fix.
4449         * calendar/calendar.el (calendar-split-width-threshold): New option.
4450         (calendar-basic-setup): Use calendar-split-width-threshold.
4452 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
4454         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
4455         Use .la for Automake.
4457 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
4459         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
4460         Use "autoreconf -i".  Suggested by Andreas Schwab.
4462 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
4464         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
4465         Ideographic Supplement" range (U+1F200..U+1F2FF).
4467 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
4469         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
4470         since the list will have been rebuilt anyway.  (Bug#4349)
4472 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
4474         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
4475         (bookmark-bmenu-execute-deletions): Don't save here, as
4476         bookmark-delete will now do so if necessary.
4477         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
4478         (Bug#4348)
4480 2009-10-09  Glenn Morris  <rgm@gnu.org>
4482         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
4484 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
4486         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
4487         (bookmark-jump-other-window): Just invoke bookmark-jump with new
4488         argument now, so the two function's behaviors will match.  (Bug#3645)
4490 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
4492         * cedet/ede/proj.el (project-make-dist, project-compile-project):
4493         Fix filename test.
4494         (ede-proj-dist-makefile): Use expand-file-name instead of concat
4495         to expand file names.
4497 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
4499         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
4500         (tramp-file-name-real-host, tramp-file-name-port):
4501         Apply `save-match-data'.
4503         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
4504         case both directories are remote.
4505         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
4506         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
4508 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
4510         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
4511         (ede-proj-target-makefile-objectcode): Use it.
4513         * cedet/ede/source.el (ede-want-any-source-files-p)
4514         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
4515         Return search result.  This error was introduced while merging.
4517 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
4519         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
4521 2009-10-07  Glenn Morris  <rgm@gnu.org>
4523         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
4524         of concat.
4526 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4528         * files-x.el (read-file-local-variable): Include some
4529         non-user-variables in the completion table (bug#4664).
4531 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
4533         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
4534         message.
4536         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4537         (tramp-smb-file-name-handler-alist): Add handler for
4538         `copy-directory', `expand-file-name', `set-file-modes'.
4539         (tramp-smb-handle-copy-directory)
4540         (tramp-smb-handle-expand-file-name)
4541         (tramp-smb-handle-set-file-modes): New defuns.
4542         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
4543         (tramp-smb-handle-file-attributes): Simplify check for retrieving
4544         entry.
4545         (tramp-smb-handle-insert-directory): Don't flush the cache.
4546         (tramp-smb-maybe-open-connection): Check for samba client and
4547         server versions.
4549 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
4551         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
4552         to not error out of search for "^lisp=" fails.
4554 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
4556         * makefile.w32-in (WINS_UPDATES): New macro.
4557         (custom-deps, finder-data, autoloads): Use it.
4559 2009-10-07  Glenn Morris  <rgm@gnu.org>
4561         * Makefile.in (autoloads): Revert previous change.
4562         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
4563         the list of preloaded files passed on the command-line, get
4564         it from src/Makefile.
4566         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
4567         show the original buffer rather than a random one.
4569 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
4571         * help.el (describe-no-warranty): Place point in a slightly better
4572         position in the GPLv3 text.
4574 2009-10-06  Sam Steingold  <sds@gnu.org>
4576         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
4577         the comm attribute is present before calling regexp-quote.
4579 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
4581         * play/animate.el (animate-string): For good effect, make sure
4582         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
4584         * play/animate.el (animate-sequence, animate-birthday-present):
4585         * misc.el (butterfly): Don't set `indent-tabs-mode'.
4587 2009-10-06  Glenn Morris  <rgm@gnu.org>
4589         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
4591         * emacs-lisp/autoload.el (autoload-excludes): New variable.
4592         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
4593         (batch-update-autoloads): Process a string value of autoload-excludes,
4594         set during the build process.
4595         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
4597         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
4598         inside with-parsed...  macro so that `v' is defined.
4600         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
4601         * progmodes/fortran.el (fortran-end-of-block)
4602         (fortran-beginning-of-block):
4603         Also push mark in the macro case.
4605         * emerge.el (emerge-show-file-name):
4606         * calc/calc.el (calc-quit):
4607         * calc/calc-misc.el (calc-big-or-small):
4608         * calc/calc-graph.el (calc-graph-view):
4609         * calc/calc-ext.el (calc-reset):
4610         * calendar/calendar.el (calendar-basic-setup):
4611         Use window-full-height-p.
4613         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
4614         header we don't understand, don't insert another.  (Bug#4624)
4615         If changing mime charset, insert the new one in the right place.
4617 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
4619         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
4620         (cal-tex-cursor-month): Correctly increment the end date for diary and
4621         holiday listing.  (Bug#4626)
4623 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4625         * help-fns.el (describe-function-1): Don't burp if the function is not
4626         a symbol.
4628 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
4630         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
4631         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
4632         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
4633         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
4635         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
4636         (eieio-default-superclass): Reflow docstrings.
4637         (this, class-option-assoc, defclass, eieio-class-un-autoload)
4638         (eieio-unbind-method-implementations, defmethod)
4639         (eieio-validate-slot-value, eieio-validate-class-slot-value)
4640         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
4641         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
4642         (eieio-slot-originating-class-p, eieio-slot-name-index)
4643         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
4644         (constructor, initialize-instance, no-next-method, object-print)
4645         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
4646         Fix typos in docstrings.
4647         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
4648         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
4649         (next-method-p): Doc fixes.
4650         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
4651         Fix typos in error messages.
4652         (eieio-defmethod): Fix typo in description of generic method.
4654         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
4655         (eieio-persistent-save-interactive, slot-missing):
4656         Fix typos in docstrings.
4657         (eieio-instance-inheritor-slot-boundp): Doc fix.
4659         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
4660         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
4662         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
4663         (eieio-custom-object-apply-reset):
4664         Fix typos in docstrings and error messages.
4666         * emacs-lisp/eieio-datadebug.el (data-debug-show):
4667         Fix typo in docstring.
4669         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
4670         (eieio-browse-tree): Doc fix.
4671         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
4672         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
4673         Fix typos in docstrings.
4675         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
4676         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
4677         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
4678         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
4679         Reflow docstrings.
4681 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
4683         * vc-hg.el (log-view-vc-backend): Declare for compiler.
4684         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
4685         Set log-view-vc-backend so that diff can work.
4687         * log-view.el (log-view-diff): Use vc-diff-internal instead of
4688         vc-version-diff.
4689         (vc-diff-internal): Autoload this instead of vc-version-diff.
4691 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
4693         * simple.el (eval-expression): Doc fix.
4695         * progmodes/cwarn.el (cwarn-mode): Doc fix.
4697 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
4699         * files.el (directory-files-no-dot-files-regexp): New defconst.
4700         (delete-directory): Use it.
4701         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
4703         * net/tramp.el (tramp-verbose): Fix docstring.
4704         (tramp-methods): Add recursive option to `tramp-copy-args'.
4705         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
4706         "scp1_old", "scp2_old", "rsync", "rsyncc".
4707         (tramp-default-method): Check also for `auth-source-user-or-password'.
4708         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
4709         Add handler for `copy-directory'.
4710         (tramp-handle-copy-directory): New defun.
4711         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
4712         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
4713         Optimize sent command.
4715 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4717         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
4718         window if necessary.
4720         * calendar/calendar.el (calendar-basic-setup): Don't call
4721         switch-to-buffer in a dedicated window.
4723 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
4725         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
4726           don't do anything related to relocating, just return nil.
4727         (bookmark-error-no-filename): New error.
4728         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
4729           bookmark has no file.  Don't even attempt to handle things that
4730           are not files; the whole point of custom handlers is to keep that
4731           knowledge elsewhere anyway.  Tighten some comments.
4732         (bookmark-file-or-variation-thereof): Remove now-unused function.
4733         (bookmark-location): Doc string fix.
4734         (Bug#4250)
4736 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
4738         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
4739         don't use a file dialog, because they usually don't know how to read
4740         a directory target from the user.  (Bug#4230)
4741         Also, make sure the prompt can display directories as well as files.
4743 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
4745         * bookmark.el (bookmark-set, bookmark-buffer-name):
4746         Improve doc strings.  (Bug#1193)
4748 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
4750         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
4751         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
4752         (bookmark-get-annotation, bookmark-set-annotation)
4753         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
4754         (bookmark-set-position, bookmark-get-front-context-string)
4755         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
4756         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
4757         (bookmark-jump-other-window, bookmark-handle-bookmark)
4758         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
4759         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
4760         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
4761            Improve doc strings to say whether bookmark can be a string or
4762            a record or both, and make other consistency and clarity fixes.
4763         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
4764         (bookmark-default-annotation-text, bookmark-yank-word)
4765         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
4766         (bookmark-import-new-list, bookmark-maybe-rename)
4767         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4768         (bookmark-bmenu-bookmark): Give these doc strings.
4769         (bookmark-bmenu-check-position): Give this a doc string, but also
4770            add a FIXME comment about how the function may be pointless.
4771         (bookmark-default-handler): Rework doc string and change a
4772            parameter name, to clarify that this takes a bookmark record
4773            not a bookmark name.
4774         (bookmark-set): Change a parameter name to indicate its meaning,
4775            and improve the doc string a bit.
4776         (Bug#4188)
4778 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
4780         * bookmark.el (bookmark-alist): Document the new `handler' element
4781         in the param alist.
4782         (bookmark-make-record-function): Adjust documentation for above.
4783         (Bug#4193)
4785 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
4787         * info.el (Info-bookmark-make-record): Document this function.
4788         (Info-bookmark-jump): Document with a doc string, not just a comment.
4789         (Bug#4203)
4791 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
4793         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
4794         (semantic-new-buffer-fcn): Call parser setup functions here.
4795         (semantic-mode): Don't call parser setup functions here, it's done
4796         in semantic-new-buffer-fcn now.
4797         (semantic-mode): Parse all existing buffers when enabled.
4799         * cedet/srecode/compile.el (srecode-compile-file):
4800         Call semantic-new-buffer-fcn if the buffer has not been parsed.
4802 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
4804         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
4806         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
4807         (proj-comp-insert-variable-once): New macro, renamed from
4808         ede-pmake-insert-variable-once in ede/pmake.edl.
4809         (ede-proj-makefile-insert-variables): Use it.
4811 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
4813         * files.el (copy-directory): New defun.
4815         * dired-aux.el (dired-copy-file-recursive): Use it.
4817 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4819         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
4820         (makefile-end-of-command):
4821         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
4822         (semantic-end-of-context): Fix previous change.  Doc fixes.
4824 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4826         * files-x.el (modify-dir-local-variable)
4827         (copy-dir-locals-to-file-locals-prop-line):
4828         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
4829         (makefile-end-of-command):
4830         * cedet/semantic/lex.el (semantic-lex-token):
4831         * cedet/semantic/analyze/fcn.el
4832         (semantic-analyze-dereference-metatype-1):
4833         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
4834         (semantic-lex-cpp-undef):
4835         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
4836         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
4837         (semantic-end-of-context): Fix typos in docstrings.
4839         * recentf.el (recentf-unload-function): New function.
4841 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
4843         * cedet/ede.el (ede-project-placeholder-cache-file):
4844         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
4845         * cedet/srecode/map.el (srecode-map-save-file):
4846         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
4848 2009-10-04  Glenn Morris  <rgm@gnu.org>
4850         * window.el (window-full-height-p): Add doc string.
4852 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
4854         * window.el (window-full-height-p): New function.  (Bug#4543)
4856 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
4858         * cedet/srecode/insert.el: Require srecode/args.
4860         * cedet/srecode/args.el: Require srecode/dictionary instead of
4861         srecode/insert.
4863         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
4865         * files.el (auto-mode-alist): Add .srt and Project.ede.
4867         * cedet/semantic.el (semantic-mode):
4868         Handle srecode-template-mode-hook as well.
4869         (semantic-mode): Use js-mode-hook for Javascript hook.
4871         * cedet/srecode/template.el: Remove hook variable.
4873         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
4875         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
4876         projects exist.
4877         (ede-project-placeholder-cache-file): Default to a file in
4878         user-emacs-directory.
4880         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
4881         templates in data-directory.
4882         (srecode-map-save-file): Default to a file in user-emacs-directory.
4884         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
4885         directory.
4887 2009-09-30  Eric Ludlam  <zappo@gnu.org>
4889         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
4890         Doc fix.
4892         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
4893         Only insert each variable once.
4895         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
4896         (ede-pmake-insert-variable-shared): Use it.
4898         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
4899         for lexical table iff table is nil.
4901 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
4903         * vc.el: Remove commented out code.
4904         (vc-derived-from-dir-mode): Remove, unused.
4905         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
4907 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
4909         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
4910         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
4911         there could be recursive loading when `default-directory' is a
4912         remote file name.  (Bug#4614)
4914 2009-10-03  Glenn Morris  <rgm@gnu.org>
4916         * calendar/calendar.el (calendar-basic-setup): Handle the case where
4917         the frame is wide.
4918         (calendar-generate-window): Test for shrinkability rather than width.
4920         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
4921         declaration, currently false.
4923         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
4924         reusing existing buffers, in case we happen to visit two files with the
4925         same basename.  (Bug#4593)
4927 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
4929         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
4930         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
4931         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
4932         subdirs of cedet as well.
4933         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
4935 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4937         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
4938         Obey advertised-signature-table.
4940         * help-fns.el (help-function-arglist): Don't check
4941         advertised-signature-table.
4942         (describe-function-1): Do it here instead so it also applies to subrs.
4944 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
4946         * simple.el (start-file-process): Say in the doc-string, that file
4947         handlers might not support pty association, if PROGRAM is nil.
4949         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
4950         HOST and USER are strings.  They are nil, when there are
4951         incomplete entries in ~/.netrc, for example.
4952         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
4953         root directory ("device busy" error otherwise).
4955         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
4956         Flush file properties of created directory.
4958 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
4960         * makefile.w32-in (WINS_BASIC): Remove cedet.
4961         (WINS_CEDET): Add cedet.
4962         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
4964 2009-10-02  Kevin Ryde  <user42@zip.com.au>
4966         * net/browse-url.el (browse-url): Pass any symbol in
4967         browse-url-browser-function to `apply', since if you've mistakenly put
4968         an unbound symbol then the error is clearer.  (Bug#4531)
4970 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
4972         * allout.el (allout-init, allout-back-to-current-heading)
4973         (allout-beginning-of-current-entry, allout-ascend-to-depth)
4974         (allout-ascend, allout-up-current-level, allout-end-of-level)
4975         (allout-previous-visible-heading, allout-forward-current-level)
4976         (allout-backward-current-level, allout-show-children):
4977         * apropos.el (apropos-describe-plist):
4978         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
4979         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
4980         * completion.el (add-completion, add-permanent-completion):
4981         * descr-text.el (describe-text-category, describe-char):
4982         * desktop.el (desktop-lazy-abort):
4983         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
4984         * dired.el (dired-build-subdir-alist):
4985         * ediff.el (ediff-version):
4986         * elide-head.el (elide-head, elide-head-show):
4987         * emerge.el (emerge-version):
4988         * env.el (getenv):
4989         * face-remap.el (variable-pitch-mode):
4990         * faces.el (describe-face):
4991         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
4992         (dired-at-point):
4993         * files.el (find-file-existing, auto-save-mode):
4994         * font-lock.el (font-lock-fontify-buffer):
4995         * help-fns.el (describe-function, describe-variable)
4996         (describe-syntax, describe-categories):
4997         * help.el (view-lossage, describe-bindings, describe-key)
4998         (describe-mode):
4999         * hexl.el (hexl-current-address):
5000         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
5001         * info.el (Info-goto-emacs-key-command-node):
5002         * log-edit.el (log-edit-insert-cvs-template)
5003         (log-edit-insert-cvs-rcstemplate):
5004         * menu-bar.el (menu-bar-mode):
5005         * mouse.el (mouse-appearance-menu):
5006         * newcomment.el (comment-indent-new-line):
5007         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
5008         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5009         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
5010         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
5011         * recentf.el (recentf-mode):
5012         * savehist.el (savehist-mode, savehist-save):
5013         * shadowfile.el (shadow-copy-files):
5014         * simple.el (kill-ring-save, next-line, previous-line)
5015         (normal-erase-is-backspace-mode):
5016         * strokes.el (strokes-update-window-configuration)
5017         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
5018         (strokes-xpm-for-stroke):
5019         * time.el (emacs-uptime, emacs-init-time):
5020         * tutorial.el (tutorial--describe-nonstandard-key)
5021         (tutorial--detailed-help):
5022         * type-break.el (type-break-mode)
5023         (type-break-mode-line-message-mode, type-break-query-mode)
5024         (type-break-guesstimate-keystroke-threshold):
5025         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
5026         * version.el (emacs-version):
5027         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
5028         * winner.el (winner-mode):
5029         * calendar/timeclock.el (timeclock-in, timeclock-out)
5030         (timeclock-status-string, timeclock-change)
5031         (timeclock-workday-remaining-string)
5032         (timeclock-workday-elapsed-string)
5033         (timeclock-when-to-leave-string):
5034         * calendar/todo-mode.el (todo-add-category):
5035         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
5036         * emacs-lisp/autoload.el (update-file-autoloads):
5037         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
5038         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
5039         (checkdoc-message-text, checkdoc-defun):
5040         * emacs-lisp/debug.el (debugger-list-functions):
5041         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5042         * emacs-lisp/eieio-opt.el (eieio-describe-class)
5043         (eieio-describe-generic):
5044         * emacs-lisp/lisp-mnt.el (lm-synopsis):
5045         * emacs-lisp/shadow.el (list-load-path-shadows):
5046         * emulation/cua-base.el (cua-mode):
5047         * emulation/edt.el (edt-set-scroll-margins):
5048         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
5049         (tpu-toggle-regexp, tpu-toggle-search-direction)
5050         (tpu-toggle-rectangle, tpu-toggle-control-keys):
5051         * emulation/tpu-extras.el (tpu-set-scroll-margins):
5052         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5053         (viper-set-parsing-style-toggling-macro)
5054         (viper-set-emacs-state-searchstyle-macros):
5055         * emulation/viper.el (viper-set-hooks):
5056         * eshell/esh-mode.el (eshell-truncate-buffer):
5057         * international/mule-cmds.el (prefer-coding-system)
5058         (describe-input-method, describe-language-environment):
5059         * international/mule-diag.el (list-character-sets)
5060         (describe-character-set, describe-coding-system)
5061         (describe-fontset, list-fontsets, list-input-methods):
5062         * mail/sendmail.el (mail-signature):
5063         * net/ange-ftp.el (ange-ftp-copy-file):
5064         * net/browse-url.el (browse-url):
5065         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
5066         * net/quickurl.el (quickurl-add-url):
5067         * net/rcirc.el (names, topic):
5068         * net/xesam.el (xesam-mode):
5069         * play/5x5.el (5x5-new-game):
5070         * play/yow.el (apropos-zippy):
5071         * progmodes/ada-mode.el (ada-mode-version):
5072         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
5073         (f90-end-of-block)
5074         (f90-beginning-of-block):
5075         * progmodes/fortran.el (fortran-end-of-block)
5076         (fortran-beginning-of-block):
5077         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
5078         * progmodes/python.el (python-describe-symbol, python-shell):
5079         * term/ns-win.el (ns-print-buffer):
5080         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
5081         * textmodes/flyspell.el (flyspell-mode-on):
5082         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
5083         (pages-directory-for-addresses):
5084         * textmodes/table.el (table-recognize-cell)
5085         (table-query-dimension, table-generate-source)
5086         (table-insert-sequence, table--warn-incompatibility):
5087         * textmodes/tex-mode.el (tex-validate-buffer):
5088         * textmodes/texinfmt.el (texinfmt-version)
5089         (texinfo-format-buffer):
5090         Use `called-interactively-p' instead of `interactive-p'.
5092 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
5094         * image-mode.el (image-toggle-display):
5095         * emacs-lisp/elp.el (elp-instrument-function):
5096         * emacs-lisp/advice.el (ad-make-advised-definition):
5097         * emacs-lisp/easy-mmode.el (define-minor-mode):
5098         * net/browse-url.el (browse-url-maybe-new-window):
5099         * progmodes/sh-script.el (sh-learn-buffer-indent):
5100         Pass new argument 'any to `called-interactively-p'.
5102 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
5104         * international/uni-bidi.el:
5105         * international/uni-category.el:
5106         * international/uni-combining.el:
5107         * international/uni-comment.el:
5108         * international/uni-decimal.el:
5109         * international/uni-decomposition.el:
5110         * international/uni-digit.el:
5111         * international/uni-lowercase.el:
5112         * international/uni-mirrored.el:
5113         * international/uni-name.el:
5114         * international/uni-numeric.el:
5115         * international/uni-old-name.el:
5116         * international/uni-titlecase.el:
5117         * international/uni-uppercase.el:
5118         Regenerate from Unicode 5.2.0 data.
5120 2009-10-01  Glenn Morris  <rgm@gnu.org>
5122         * Makefile.in (ELCFILES): Regenerate.
5124 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5126         * subr.el (interactive-p): Mark obsolete.
5127         (called-interactively-p): Make the optional-ness of `kind' obsolete.
5128         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
5129         advertised-signature-table for subroutines as well.
5131         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
5132         (set-advertised-calling-convention): New function.
5133         (make-obsolete, define-obsolete-function-alias)
5134         (make-obsolete-variable, define-obsolete-variable-alias):
5135         Make the optional-ness of `when' obsolete.
5136         (define-obsolete-face-alias): Make `when' non-optional.
5137         * help-fns.el (help-function-arglist):
5138         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
5139         Use advertised-signature-table.
5141 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
5143         * files.el (delete-directory): New defun.  The original function
5144         in fileio.c has been renamed to `delete-directory-internal'.
5146         * dired.el (dired-delete-file): Call `delete-directory' with
5147         RECURSIVE parameter.
5149         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
5150         parameter RECURSIVE.  Implementation is missing.
5152         * net/tramp.el (tramp-handle-make-directory): Flush upper
5153         directory's file properties.
5154         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
5155         (tramp-handle-dired-recursive-delete-directory): Flush directory
5156         properties after the remove command only.
5158         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5159         Handle optional parameter RECURSIVE.
5161         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
5162         Handle optional parameter RECURSIVE.
5164         * net/tramp-smb.el (tramp-smb-errors): Add error message for
5165         connection timeout.
5166         (tramp-smb-handle-delete-directory): Handle optional parameter
5167         RECURSIVE.
5169 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5171         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
5172         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
5173         (byte-compile-defmacro): Use backquotes.
5175         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
5177         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
5178         has no associated file.
5179         (vc-resynch-buffer): Use vc-dir-buffers.
5181 2009-10-01  Glenn Morris  <rgm@gnu.org>
5183         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
5184         (chart-file-count):
5185         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
5186         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
5187         * emacs-lisp/eieio-opt.el (eieio-describe-class):
5188         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
5189         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
5190         (eieio-copy-parents-into-subclass, make-instance, class-children)
5191         (eieio-generic-form):
5192         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
5193         * cedet/cedet-idutils.el (cedet-idutils-search)
5194         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
5195         (cedet-idutils-version-check):
5196         * cedet/cedet.el (cedet-version):
5197         * cedet/data-debug.el (data-debug-insert-overlay-button)
5198         (data-debug-insert-overlay-list-button)
5199         (data-debug-insert-buffer-button)
5200         (data-debug-insert-buffer-list-button)
5201         (data-debug-insert-process-button, data-debug-insert-ring-button)
5202         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
5203         (data-debug-insert-stuff-vector-button)
5204         (data-debug-insert-symbol-button, data-debug-insert-string)
5205         (data-debug-insert-number, data-debug-insert-lambda-expression)
5206         (data-debug-insert-nil, data-debug-insert-simple-thing)
5207         (data-debug-insert-custom, data-debug-edebug-expr):
5208         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
5209         (global-ede-mode-map, ede-new, ede-debug-target)
5210         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
5211         * cedet/semantic.el (semantic-minimum-working-buffer-size)
5212         (semantic-fetch-tags, semantic-submode-list)
5213         (semantic-default-submodes):
5214         * cedet/ede/source.el (ede-source-match):
5215         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
5216         (project-am-package-info):
5217         * cedet/ede/proj.el (ede-proj-target, project-new-target):
5218         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
5219         * cedet/ede/proj-comp.el (ede-current-build-list):
5220         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
5221         * cedet/ede/files.el (ede-toplevel-project-or-nil):
5222         * cedet/ede/cpp-root.el (initialize-instance):
5223         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
5224         (autoconf-parameter-strip, autoconf-insert-new-macro):
5225         * cedet/semantic/wisent.el (wisent-lex-eoi):
5226         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
5227         (semantic-show-parser-state-mode):
5228         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
5229         * cedet/semantic/tag.el (semantic-tag-new-variable)
5230         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
5231         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
5232         (semantic--tag-deep-copy-tag-list)
5233         (semantic-tag-components-with-overlays-default):
5234         * cedet/semantic/symref.el (semantic-symref-find-text):
5235         * cedet/semantic/senator.el (senator-yank-tag)
5236         (senator-transpose-tags-up):
5237         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
5238         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
5239         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
5240         * cedet/semantic/lex.el (semantic-lex-comment-regex)
5241         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
5242         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
5243         * cedet/semantic/lex-spp.el
5244         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
5245         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
5246         * cedet/semantic/idle.el
5247         (semantic-idle-summary-current-symbol-info-brutish)
5248         (semantic-idle-summary-current-symbol-info-default):
5249         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
5250         (semantic--grammar-macro-compl-dict):
5251         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
5252         * cedet/semantic/format.el (semantic-format-tag-custom-list)
5253         (semantic-format-tag-canonical-name-default):
5254         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
5255         (semantic-find-tags-for-completion)
5256         (semantic-find-tags-by-scope-protection-default)
5257         (semantic-deep-find-tags-for-completion):
5258         * cedet/semantic/edit.el
5259         (semantic-edits-incremental-reparse-failed-hook)
5260         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
5261         (semantic-edits-splice-remove, semantic-edits-splice-replace):
5262         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
5263         * cedet/semantic/dep.el (semantic-dependency-include-path):
5264         * cedet/semantic/db.el (semanticdb-default-find-index-class)
5265         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
5266         (semanticdb-project-roots):
5267         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
5268         (semanticdb-find-adebug-insert-scanned-tag-cons)
5269         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
5270         (semanticdb-brute-deep-find-tags-for-completion):
5271         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
5272         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
5273         (semantic-end-of-context-default)
5274         (semantic-ctxt-current-function-default)
5275         (semantic-ctxt-scoped-types-default):
5276         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5277         (semantic-complete-inline-tag-engine)
5278         (semantic-complete-inline-custom-type)
5279         (semantic-complete-read-tag-analyzer):
5280         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
5281         (semantic-chart-database-size):
5282         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
5283         (semantic-analyze-current-context):
5284         * cedet/semantic/symref/list.el (semantic-symref)
5285         (semantic-symref-hide-buffer, semantic-symref-symbol):
5286         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
5287         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
5288         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
5289         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
5290         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
5291         (semantic-c-dereference-template):
5292         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
5293         (semantic--analyze-refs-full-lookup-with-parents)
5294         (semantic--analyze-refs-full-lookup-simple):
5295         * cedet/semantic/analyze/complete.el
5296         (semantic-analyze-possible-completions):
5297         * cedet/srecode/table.el (srecode-mode-table-new):
5298         * cedet/srecode/srt.el (srecode-read-variable-name):
5299         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
5300         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
5301         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
5302         * cedet/srecode/map.el (srecode-current-map):
5303         * cedet/srecode/insert.el (srecode-insert)
5304         (srecode-insert-variable-secondname-handler, srecode-insert-method)
5305         (srecode-template-inserter-point-override)
5306         (srecode-insert-include-lookup):
5307         * cedet/srecode/getset.el (srecode-auto-choose-class):
5308         * cedet/srecode/extract.el (srecode-inserter-extract):
5309         * cedet/srecode/document.el
5310         (srecode-document-autocomment-return-last-alist)
5311         (srecode-document-autocomment-param-type-alist)
5312         (srecode-document-insert-function-comment)
5313         (srecode-document-insert-variable-one-line-comment)
5314         (srecode-document-function-name-comment):
5315         * cedet/srecode/dictionary.el (srecode-create-dictionary)
5316         (srecode-compound-toString):
5317         * cedet/srecode/compile.el (srecode-flush-active-templates):
5318         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
5319         Doc/message fixes.
5321         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
5322         match-data.  (Bug#4555).
5324         * cedet/semantic/bovine/gcc.el
5325         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
5326         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
5328         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
5329         rather than parsing it as a regexp.  This relaxes the layout
5330         requirements and makes errors easier to detect.
5331         (check-declare-verify): Check file is regular.
5332         (check-declare-directory): Doc fix.
5333         * subr.el (declare-function): Doc fix.
5335         * ibuffer.el (ibuffer-format-qualifier):
5336         * isearch.el (hi-lock-regexp-okay):
5337         * calc/calc.el (math-zerop):
5338         * mail/uce.el (rmail-msgbeg, rmail-msgend):
5339         * term/w32-win.el (setup-default-fontset, set-fontset-font):
5340         Remove unused declarations.
5342 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
5344         * cedet/semantic/wisent/javat-wy.el
5345         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
5347 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
5349         * cedet/srecode/expandproto.el: Fix provide statement.
5351 2009-09-30  Eric Ludlam  <zappo@gnu.org>
5353         * emacs-lisp/eieio.el (boolean-p): Delete.
5355 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
5357         * cedet/ede/srecode.el: Fix provide statement.
5359 2009-09-30  Glenn Morris  <rgm@gnu.org>
5361         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
5362         * cedet/ede/proj-aux.el (ede-aux-source):
5363         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
5364         (ede-misc-source):
5365         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
5366         (semantic-mrub-switch-tags): Fix doc typos.
5368         * cedet/semantic/db-global.el (data-debug-new-buffer)
5369         (data-debug-insert-thing): Remove unneeded declarations (one broken).
5370         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
5372         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
5374         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
5375         use of CL function `remove-if-not'.
5377         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
5379         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
5380         filename is not a string.
5382 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
5384         * files.el (safe-local-eval-forms): Fix typo.
5386 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5388         * vc-hooks.el (vc-dir-buffers): New var.
5389         (vc-state-refresh): New function.
5390         (vc-state): Use it.
5391         (vc-after-save): Always ask the backend to recompute the new state.
5392         Always call vc-dir if necessary, using vc-dir-buffers.
5393         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
5394         Use vc-dir-buffers.
5395         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
5396         (vc-dir-prepare-status-buffer, vc-dir-update)
5397         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
5398         Don't call expand-file-name on default-directory.
5400 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5402         * speedbar.el (speedbar-item-delete):
5403         * calc/calc-prog.el (calc-kbd-if):
5404         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
5406         * epa.el (epa-key-list-mode-map):
5407         * hi-lock.el (hi-lock-menu): Fix typos in menus.
5409         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
5410         (hs-show-hook): Fix typo in docstring.
5412 2009-09-29  Glenn Morris  <rgm@gnu.org>
5414         * cedet/semantic/symref/idutils.el:
5415         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
5417         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
5419         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
5420         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
5421         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
5422         Mark declarations not understood by check-declare.
5424         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
5425         file-name-nondirectory call preventing location of cedet files.
5426         (check-declare-verify): Use literal search rather than re-search.
5427         Add basic defmethod and defclass, and define-overloadable-function.
5429         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
5430         Use tramp-compat-file-attributes rather than nonexistent
5431         tramp-compat-handle-file-attributes.
5433         * Makefile.in (lisptagsfiles4): New.
5434         (AUTOGENEL): Add cedet loaddefs files.
5435         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
5436         (update-elclist, compile-always, backup-compiled-files)
5437         (bootstrap-clean): Add yet another directory level.
5438         (update-elclist): Use LC_COLLATE rather than COLLATE.
5439         (ELCFILES): Update, via `make update-elclist'.
5441 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5443         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
5444         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
5445         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
5447 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
5449         * Makefile.in (lisptagsfiles3): Define.
5450         (TAGS, TAGS-LISP): Use it.
5451         (update-elclist): Add third directory level to look for elc files.
5452         (compile-always): Likewise.
5453         (backup-compiled-files): Likewise.
5454         (bootstrap-clean): Likewise.
5455         (ELCFILES): Update.
5457 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
5459         * Makefile.in (ELCFILES): Add CEDET files.
5461 2009-09-28  Eric Ludlam  <zappo@gnu.org>
5463         CEDET (development tools) package merged.
5465         * cedet/*.el:
5466         * cedet/ede/*.el:
5467         * cedet/semantic/*.el:
5468         * cedet/srecode/*.el: New files.
5470 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
5472         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
5474         * net/tramp.el (top): Require tramp-imap.
5476         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
5477         Use `tramp-compat-handle-file-attributes'.
5479 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5481         * net/tramp-imap.el: New package.
5483 2009-09-28  Eric Ludlam  <zappo@gnu.org>
5485         * emacs-lisp/chart.el:
5486         * emacs-lisp/eieio-base.el:
5487         * emacs-lisp/eieio-comp.el:
5488         * emacs-lisp/eieio-custom.el:
5489         * emacs-lisp/eieio-datadebug.el:
5490         * emacs-lisp/eieio-opt.el:
5491         * emacs-lisp/eieio-speedbar.el:
5492         * emacs-lisp/eieio.el: New files.
5494         * cedet/cedet-cscope.el:
5495         * cedet/cedet-files.el:
5496         * cedet/cedet-global.el:
5497         * cedet/cedet-idutils.el:
5498         * cedet/data-debug.el:
5499         * cedet/inversion.el:
5500         * cedet/mode-local.el:
5501         * cedet/pulse.el: New files.
5503 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5505         * whitespace.el (whitespace-trailing-regexp)
5506         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
5507         Fix doc string.
5509 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
5511         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
5512         menu.
5514         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
5515         menu-bar-ediff-menu.
5517         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
5518         define-overloadable-function.
5520         * progmodes/autoconf.el: Provide autoconf as well, so that this
5521         file can be `require'd.
5523         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
5525         * emacs-lisp/autoload.el (generated-autoload-feature)
5526         (generated-autoload-load-name): New vars.
5527         (autoload-rubric, autoload-generate-file-autoloads): Use them.
5528         (make-autoload): Recognize define-overloadable-function and
5529         defclass forms (for EIEIO).
5531         * Makefile.in (update-subdirs): Exclude cedet directory.
5533 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
5535         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
5537         * faces.el: Default light-background background for region face to
5538         ns_selection_color under NS.
5540 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5542         * net/imap-hash.el: New library, see NEWS.
5544         * Makefile.in (ELCFILES): Add imap-hash.el.
5546 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5548         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
5549         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
5550         * help-macro.el (make-help-screen): Avoid using an ambiguous function
5551         definition where the docstring could be taken for the return value.
5553 2009-09-26  Glenn Morris  <rgm@gnu.org>
5555         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
5556         Add option to only show images below a certain size.
5557         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
5558         save-excursion calls.
5560 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
5562         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
5563         subdirectories) and eieio.
5565 2009-09-26  Alan Mackenzie  <acm@muc.de>
5567         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
5568         buggy bracketing.  (Bug#4289)
5570         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
5571         character constants (as case labels).  (Bug#4289)
5573 2009-09-25  Juri Linkov  <juri@jurta.org>
5575         * files.el (safe-local-eval-forms): Allow time-stamp in
5576         before-save-hook (Bug#4554).
5578 2009-09-25  Drew Adams  <drew.adams@oracle.com>
5580         * menu-bar.el (list-buffers-directory): Doc fix.
5582 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5584         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
5585         Try and avoid copying twice the same paragraph.
5586         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
5587         Remove save-excursion.
5588         (log-edit-changelog-entry): Do it here instead.
5590 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
5592         * bs.el (bs--get-file-name): Use `list-buffers-directory'
5593         when available, instead of hardcoding mode names.  Doc fix.
5595         * menu-bar.el (list-buffers-directory): Add docstring.
5596         Make automatically buffer-local.
5598         * dired.el (dired-mode):
5599         * files.el (cd-absolute):
5600         * pcvs.el (cvs-temp-buffer):
5601         * pcvs-util.el (cvs-get-buffer-create):
5602         * shell.el (shell-mode):
5603         * vc-dir.el (vc-dir-mode):
5604         Don't make `list-buffers-directory' buffer local.
5606 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
5608         * comint.el (comint-exec, comint-run, make-comint):
5609         Doc fixes (Bug#4542).
5611 2009-09-25  Glenn Morris  <rgm@gnu.org>
5613         * mail/rmailmm.el (rmail-mime): New custom group.
5614         Move all defcustoms in this file into this group.
5615         (rmail-mime-media-type-handlers-alist): Revert previous change.
5616         (rmail-mime-show-images): New option.
5617         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
5618         references to it, since it wasn't actually used for anything.
5619         (rmail-mime-insert-image): New function.
5620         (rmail-mime-image): Use rmail-mime-insert-image.
5621         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
5622         obey the value of `rmail-mime-show-images' option.  Print the size of
5623         attachments.
5625 2009-09-25  David Engster  <deng@randomsample.de>
5627         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
5629 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5631         * whitespace.el: Does not highlight trailing spaces While point is
5632         at end of line.  Does not highligt spaces at beginning of buffer
5633         while point is at beginning of buffer.  Does not highlight spaces
5634         at end of buffer while point is at end of buffer.  (Bug#4177)
5635         New version 12.0.
5636         (whitespace-display-mappings): Adjust initialization.
5637         (whitespace-point, whitespace-font-lock-refontify): New vars.
5638         (whitespace-color-on, whitespace-color-off): Adjust code.
5639         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
5640         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
5641         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
5643 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
5645         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
5647         * textmodes/sgml-mode.el: Remove xml-mode alias.
5649         * files.el (auto-mode-alist, conf-mode-maybe)
5650         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
5652 2009-09-24  Alan Mackenzie  <acm@muc.de>
5654         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
5655         c-forward-conditionals, but it doesn't move point and doesn't set
5656         the mark.
5657         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
5658         (c-down-conditional-with-else, c-backward-conditional)
5659         (c-forward-conditional): Refactor to use c-scan-conditionals.
5661 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5663         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
5664         (help-default-arg-highlight): Remove.
5665         (help-highlight-arg): New function.
5666         (help-do-arg-highlight): Use it.
5667         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
5669 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5671         * term.el (term-set-scroll-region, term-handle-ansi-escape):
5672         Undo last change, which didn't fix the problem and introduced others.
5674 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
5676         * progmodes/gdb-mi.el: Don't require speedbar.
5677         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
5679 2009-09-24  Glenn Morris  <rgm@gnu.org>
5681         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
5683         * term/ns-win.el (ns-reg-to-script): Define for compiler.
5685         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
5686         there is no newline after the final mime boundary.  (Bug#4539)
5687         Move markers on insertion so that any buttons inserted don't end up in
5688         the next part of a multipart message.
5689         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
5690         (rmail-mime-bulk-handler): Optionally handle images.
5691         (rmail-mime-image): New button action.
5692         (rmail-mime-image-handler): New function.
5693         (rmail-mime-mode): New mode.
5694         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
5696 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5698         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
5699         than just dropping elements from it (bug#4504).
5701         * term.el (term-set-scroll-region): Don't move cursor any more.
5702         (term-handle-ansi-escape): Call term-goto here instead.
5703         Suggested by Ivan Kanis <apple@kanis.eu>.
5705         * term.el: Require CL.
5706         (term-ansi-reset): New function.
5707         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
5708         (term-handle-colors-array): Simplify.
5710 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5712         * allout.el (allout-overlay-interior-modification-handler)
5713         (allout-obtain-passphrase):
5714         * epa-file.el (epa-file-write-region):
5715         * ps-print.el (ps-begin-job):
5716         * vc-hooks.el (vc-toggle-read-only):
5717         * vc-rcs.el (vc-rcs-rollback):
5718         * vc-sccs.el (vc-sccs-rollback):
5719         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
5720         (vc-version-diff, vc-revert, vc-rollback):
5721         * wdired.el (wdired-check-kill-buffer):
5722         * emacs-lisp/authors.el (authors):
5723         * net/socks.el (socks-open-connection):
5724         * net/zeroconf.el (zeroconf-service-add-hook):
5725         * obsolete/vc-mcvs.el (vc-mcvs-register):
5726         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
5727         (gdb-select-frame):
5728         * progmodes/grep.el (lgrep, rgrep):
5729         * progmodes/idlw-help.el (idlwave-help-check-locations)
5730         (idlwave-help-html-link, idlwave-help-assistant-open-link):
5731         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5732         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
5733         (reftex-toc-rename-label): Fix typos in error messages.
5735         * dired-aux.el (dired-do-shell-command): Reflow docstring.
5736         (dired-copy-how-to-fn): Doc fix.
5737         (dired-files-attributes, dired-read-shell-command):
5738         Fix typos in docstrings.
5740         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
5741         (dired-x-find-file-other-window): Reflow docstrings.
5742         (dired-omit-marker-char, dired-read-shell-command)
5743         (dired-x-submit-report): Fix typos in docstrings.
5745         * shell.el (shell-mode-hook):
5746         * view.el (View-scroll-line-forward):
5747         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
5748         Fix typos in docstrings.
5750         * net/dig.el (dig-invoke): Fix typo in docstring.
5751         (query-dig): Reflow docstring.
5753         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
5754         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
5755         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
5756         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
5757         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
5758         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
5759         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
5760         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
5761         (idlwave-completion-map, idlwave-current-indent)
5762         (idlwave-custom-ampersand-surround, idlwave-customize)
5763         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
5764         (idlwave-define-abbrev, idlwave-determine-class-special)
5765         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
5766         (idlwave-end-block-reg, idlwave-end-of-statement)
5767         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
5768         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
5769         (idlwave-explicit-class-listed, idlwave-file-header)
5770         (idlwave-fill-paragraph, idlwave-find-class-definition)
5771         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
5772         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
5773         (idlwave-in-quote, idlwave-indent-action-table)
5774         (idlwave-indent-expand-table, idlwave-indent-line)
5775         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
5776         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
5777         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
5778         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
5779         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
5780         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
5781         (idlwave-outlawed-buffers, idlwave-popup-select)
5782         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
5783         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
5784         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
5785         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
5786         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
5787         (idlwave-statement-type, idlwave-struct-skip)
5788         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
5789         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
5790         (idlwave-what-module-find-class): Fix typos in docstrings.
5791         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
5792         (idlwave-calculate-cont-indent, idlwave-expand-equal)
5793         (idlwave-find-module, idlwave-find-structure-definition)
5794         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
5795         (idlwave-list-load-path-shadows, idlwave-next-statement)
5796         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
5797         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
5798         (idlwave-template): Reflow docstrings.
5800         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
5801         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
5802         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
5803         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
5804         (idlwave-shell-display-line, idlwave-shell-display-wframe)
5805         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
5806         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
5807         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
5808         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
5809         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
5810         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
5811         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
5812         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
5813         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
5814         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
5815         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
5816         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
5817         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
5818         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
5819         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
5820         Fix typos in docstrings.
5821         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
5822         (idlwave-shell-hide-output, idlwave-shell-mode)
5823         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
5824         Reflow docstrings.
5826         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
5828 2009-09-24  Ivan Kanis  <apple@kanis.eu>
5830         * term.el (term-bold-attribute): New var.
5831         (term-handle-colors-array): Use it.
5833 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
5835         * progmodes/gdb-mi.el (gdb-version): New variable.
5836         (gdb-non-stop-handler): Set gdb-version.
5837         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
5838         Condition "--thread" option on gdb-version.
5839         (gdb-invalidate-threads): Remove unused argument.
5841 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5843         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
5844         to looking-back to avoid ridiculous slow down in large files (bug#4511).
5846 2009-09-23  Glenn Morris  <rgm@gnu.org>
5848         * mail/rmail.el (rmail-reply): Don't try to add a References header when
5849         replying to mail without References or Message-Id.  (Bug#4525)
5851 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
5853         * term/ns-win.el (ns-reg-to-script): New variable.
5855 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
5857         * epg.el (epg-wait-for-status): Preserve existing 'error results.
5859 2009-09-22  Sam Steingold  <sds@gnu.org>
5861         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
5862         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
5863         to 1 because hg returns status 1 when nothing is found.
5864         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
5866 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5868         * textmodes/fill.el: Convert to utf-8 encoding.
5869         (fill-french-nobreak-p): Remove redundant » and « inherited from our
5870         pre-unicode days.
5872         * add-log.el (change-log-fill-forward-paragraph): New function.
5873         (change-log-mode): Use it so fill-region DTRT.
5874         Set fill-indent-according-to-mode here rather than in
5875         change-log-fill-paragraph.
5876         (change-log-fill-paragraph): Remove.
5878 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
5880         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
5881         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
5883 2009-09-22  Glenn Morris  <rgm@gnu.org>
5885         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
5886         the scroll-bar scroll the calendar window rather than the buffer.
5888         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
5889         commands that move point (as opposed to scrolling).
5891         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
5893         * emacs-lisp/elint.el (elint): New custom group.
5894         (elint-log-buffer): Make it a defcustom.
5895         (elint-scan-preloaded, elint-ignored-warnings)
5896         (elint-directory-skip-re): New options.
5897         (elint-builtin-variables): Doc fix.
5898         (elint-preloaded-env): New variable.
5899         (elint-unknown-builtin-args): Add an entry for encode-time.
5900         (elint-extra-errors): Make it a variable rather than a constant.
5901         (elint-preloaded-skip-re): New constant.
5902         (elint-directory): Skip files matching elint-directory-skip-re.
5903         (elint-features): New variable, local to linted buffers.
5904         (elint-update-env): Initialize elint-features.  Possibly add
5905         elint-preloaded-env to the buffer's environment.
5906         (elint-get-top-forms): Bind elint-current-pos, for log messages.
5907         Skip quoted forms.
5908         (elint-init-form): New function, extracted from elint-init-env.
5909         Make non-list forms a warning rather than an error.
5910         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
5911         easy-menu-define, put that adds an error-condition, and provide.
5912         When requiring cl, also require cl-macs.  Really require cl, to handle
5913         some cl macros.  Store required libraries in the list elint-features,
5914         so as not to re-load them.  Treat cc-require like require.
5915         (elint-init-env): Call elint-init-form to do the work.
5916         Handle eval-and-compile and such like.
5917         (elint-add-required-env): Do not clear messages.
5918         (elint-special-forms): Add handlers for function, defalias, if, when,
5919         unless, and, or.
5920         (elint-form): Add optional argument to ignore elint-special-forms,
5921         useful to prevent recursive calls from handlers.  Doc fix.
5922         Respect elint-ignored-warnings.
5923         (elint-form): Respect elint-ignored-warnings.
5924         (elint-bound-variable, elint-bound-function): New variables.
5925         (elint-unbound-variable): Respect elint-bound-variable.
5926         (elint-get-args): Respect elint-bound-function.
5927         (elint-check-cond-form): Add some simple handling for (f)boundp and
5928         featurep tests.
5929         (elint-check-defalias-form): New handler.
5930         (elint-check-let-form): Make an empty let a warning rather than an
5931         error.
5932         (elint-check-setq-form): Make an empty setq a warning rather than an
5933         error.  Respect elint-ignored-warnings.
5934         (elint-check-defvar-form): Accept null doc-strings.
5935         (elint-check-conditional-form): New handler.  Does some simple-minded
5936         checking of featurep and (f)boundp tests.
5937         (elint-put-function-args): New function.
5938         (elint-initialize): Use elint-scan-doc-file rather than
5939         elint-find-builtin-variables.  Use elint-put-function-args.
5940         Possibly scan preloaded-file-list.
5941         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
5942         extend to handle functions as well.
5944 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
5946         * linum.el (linum-delete-overlays, linum-update-window):
5947         Do not modify the right margin.  (Bug#3971)
5949 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
5951         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
5952         nxml-mode instead of xml-mode.
5954 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5956         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
5958 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5960         * net/dig.el (dig-mode): Use define-derived-mode.
5962 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
5964         * vc-dispatcher.el (vc-do-command): Return the process object in
5965         the asynchronous case.  Use when instead of if.  Do not run
5966         vc-exec-after to display a message if not enabled.  (Bug#4463)
5968         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
5969         properties to the stash strings.
5970         (vc-git-stash-list): Return a list of strings.
5971         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
5972         (vc-git-stash-show-at-point): New functions.
5973         (vc-git-stash-map): New keymap.
5975         * register.el (ctl-x-r-map): Define the keys here instead of
5976         using autoload.
5978 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
5980         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
5981         list, to workaround performance problem (bug#4485).
5983 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
5985         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
5987 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
5989         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
5990         Document that this option is not recommended to use.
5992 2009-09-19  Glenn Morris  <rgm@gnu.org>
5994         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
5995         variable `var'.
5997         * calc/calc-alg.el (var):
5998         * calc/calcalg2.el (var): Define for compiler.
6000 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
6002         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
6003         Doc fix (Bug#3932).
6005         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
6007         * time-stamp.el (time-stamp-month-dd-yyyy)
6008         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
6009         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
6010         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
6011         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
6012         Remove functions that have been obsolete since 1995 (Bug#4436).
6014         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
6015         indent buffer only if called interactively (Bug#4452).
6017 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
6018             Eli Zaretskii  <eliz@gnu.org>
6020         This fixes bug#4197 (merged to bug#865, though not identical).
6021         * server.el (server-auth-dir): Add docstring note about FAT32.
6022         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
6023         but warn against using them.
6025 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
6027         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
6028         older GDB where there is no has_more field.
6030 2009-09-19  Glenn Morris  <rgm@gnu.org>
6032         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6034 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
6036         * files.el (auto-mode-alist): Change default for XML files to nXML
6037         mode (Bug#4169).
6039 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
6041         * server.el (server-ensure-safe-dir): Pass 'integer
6042         to `file-attributes', as suggested.
6044 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6046         * dired-aux.el (dired-query-alist): Remove spurious backslash.
6047         (dired-query): Use read-key.
6049 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
6051         * cus-start.el (ns-use-qd-smoothing): Remove.
6053 2009-09-18  Glenn Morris  <rgm@gnu.org>
6055         * allout.el (top-level): Remove unnecessary progn.
6057         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
6059         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
6060         definition of abbrev table.
6062         * speedbar.el (speedbar-track-mouse):
6063         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
6064         * net/eudc.el (eudc-expand-inline):
6065         * net/newst-backend.el (newsticker--cache-read-feed):
6066         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6067         condition-case handlers.
6069 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
6071         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
6072         (gdb-var-list): Add an element for has_more field.
6073         (gdb-non-stop-handler): Enable pretty printing for STL containers.
6074         (gdb-var-create-handler, gdb-var-list-children-handler-1)
6075         (gdb-var-update-handler-1): Parse output of dynamic variable
6076         objects (STL containers).
6077         (gdb-var-delete-1): Pass var1 as an explicit second argument.
6078         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
6080         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
6081         gdb-var-list.
6082         (gud-speedbar-buttons): Make node expandable if expression "has more"
6083         children.
6085 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
6087         * startup.el (emacs-quick-startup): Remove variable and all uses.
6088         (command-line): Set `inhibit-x-resources' instead.
6089         (command-line-1): Use `inhibit-x-resources' instead.
6091 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
6093         * subr.el: Fix last change to avoid using the `unless' macro,
6094         which breaks bootstrapping.
6096 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6098         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
6099         extended definitions, in case we reload subr.el after having
6100         loaded CL.
6101         (eval-next-after-load): Mark as obsolete.
6103 2009-09-17  Juri Linkov  <juri@jurta.org>
6105         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
6106         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
6107         (menu-bar-showhide-menu, menu-bar-tools-menu)
6108         (menu-bar-describe-menu, menu-bar-help-menu)
6109         (minibuffer-local-completion-map, minibuffer-local-map):
6110         Fix list quoting.
6112 2009-09-17  Glenn Morris  <rgm@gnu.org>
6114         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
6115         arguments, whether or not it has a handler.
6117         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
6119         * simple.el (hard-newline): Give it a doc-string.
6121         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6122         (lisp-mode-syntax-table): Give them doc-strings.
6124 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
6126         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
6127         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
6128         (menu-bar-options-menu, menu-bar-showhide-menu)
6129         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
6130         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
6131         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
6132         (menu-bar-options-menu, menu-bar-tools-menu)
6133         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
6134         (menu-bar-help-menu):
6135         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
6136         string arguments.
6138         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
6139         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
6140         calls for the menu names and :help.
6142 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6144         * mouse.el (minor-mode-menu-from-indicator): Pay attention
6145         to :minor-mode-function (bug#4455).
6147 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6149         * startup.el (command-line): Initialize the window-system after
6150         processing the command-line.
6152         * textmodes/page.el (what-page): Make sure we don't inf-loop if
6153         page-delimiter matches the empty string.
6155 2009-09-16  Glenn Morris  <rgm@gnu.org>
6157         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
6158         byte-compile-not-obsolete-var.  It's a list now.
6159         (byte-compile-not-obsolete-funcs): New variable.
6160         (byte-compile-warn-obsolete): Don't warn about functions if they are in
6161         byte-compile-not-obsolete-funcs.
6162         (byte-compile-variable-ref, byte-compile-defvar): Update for
6163         byte-compile-not-obsolete-vars name-change and list nature.
6164         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
6165         and variables behind (f)boundp tests.
6166         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
6168 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
6170         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
6172 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6174         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
6175         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
6176         Don't autoload.
6178 2009-09-15  Stephen Eglen  <stephen@gnu.org>
6180         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
6181         the virtual-buffers, use the name of the buffer specified by
6182         find-file-noselect, as the match may be a symlink.  (This was a
6183         problem if the target and the symlink had different names.)
6185 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6187         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
6189         * desktop.el (desktop-path): Check user-emacs-directory.
6191         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
6193         * loadup.el: Use after-load-functions to GC after loading each file.
6194         Remove the explicit GC calls that used to be sprinkled around.
6196         * subr.el (after-load-functions): New hook.
6197         (do-after-load-evaluation): Run it.  Use string-match-p to detect
6198         `obsolete' packages, rather than painfully extracting the relevant
6199         directory name.
6201 2009-09-15  Glenn Morris  <rgm@gnu.org>
6203         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
6204         free variable `doc'.
6206         * dired.el (dired-mode-map): Add menu entry for async shell command.
6208         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
6209         variables, also consider the .elc files, since the .el files are
6210         normally gzipped (subsequent code locates the .el.gz from the .elc).
6212         * calc/calc-prog.el (arglist): Define for compiler.
6214         * calendar/diary-lib.el (diary-display-function): Change the default to
6215         fancy display.
6216         (body): Define for compiler.
6218         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
6219         (byte-compile-file-form, byte-compile-lambda)
6220         (byte-compile-top-level-body, byte-compile-form)
6221         (byte-compile-variable-ref, byte-compile-setq)
6222         (byte-compile-setq-default, byte-compile-body)
6223         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
6224         (batch-byte-compile): Give some more local variables with common names
6225         a "bytecomp-" prefix to avoid masking warnings about free variables.
6227         * startup.el (command-line-1): Give local variables with common names a
6228         distinguishing prefix, so as not to hide free variable warnings during
6229         bootstrap.
6231         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
6232         clever and add a suffix to make a unique name, just let the user decide
6233         whether or not to overwrite it.  If the input is a directory, write the
6234         default filename to that directory.  (Bug#4388)
6235         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
6236         is a filename-as-a-directory.
6238 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6240         * textmodes/page.el (what-page): Don't move to beginning of line.
6241         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
6243 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
6245         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
6247 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
6249         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
6250         * help.el (help-for-help-internal): Add purecopy calls for text.
6252         * vc.el (top): print-log method now takes an optional SHORTLOG
6253         argument.  Add a new method: root.
6254         (vc-root-diff, vc-print-root-log): New functions.
6255         (vc-log-short-style): New variable.
6256         (vc-print-log-internal): Add support for showing short logs.
6258         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
6259         vc-print-root-log and vc-print-root-diff.
6261         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
6262         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
6263         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
6264         short logs.
6266         * vc-cvs.el (vc-cvs-print-log):
6267         * vc-mtn.el (vc-mtn-print-log):
6268         * vc-rcs.el (vc-rcs-print-log):
6269         * vc-sccs.el (vc-sccs-print-log):
6270         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
6271         that is ignored for now.
6273         * vc-mtn.el (vc-mtn-annotate-command):
6274         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
6276 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6278         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
6279         to function-key-map, and give them ascii-character property.
6280         * term/x-win.el (x-alternatives-map):
6281         * term/ns-win.el (ns-alternatives-map):
6282         * term/internal.el (msdos-key-remapping-map):
6283         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
6285 2009-09-14  Glenn Morris  <rgm@gnu.org>
6287         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
6288         temp-buffers (2009-09-12).
6290 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6292         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
6293         the new read-key function.
6295 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
6297         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
6298         is defined (Bug#4405).
6300 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
6302         * recentf.el (recentf-cleanup): Use a hash table to find
6303         duplicates (Bug#4407).
6305 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
6307         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
6308         kp-0 to ascii equivalents (Bug#4325).
6310 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
6312         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
6314         * eshell/em-hist.el:
6315         * eshell/em-dirs.el (eshell-complete-user-reference):
6316         Declare pcomplete functions and variables to avoid compiler warnings.
6318 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
6320         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
6321         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
6322         * eshell/em-alias.el (eshell-aliases-file):
6323         * eshell/em-hist.el (eshell-history-file-name):
6324         Use expand-file-name instead of concat to make file names (Bug#4308).
6326 2009-09-13  Glenn Morris  <rgm@gnu.org>
6328         * ediff-merg.el (ediff-do-merge):
6329         * filesets.el (filesets-run-cmd):
6330         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
6331         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
6332         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
6333         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
6334         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
6335         Replace empty `let's with `progn'.
6337 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6339         * mail/sendmail.el (send-mail-function):
6340         * tooltip.el (tooltip-mode):
6341         * simple.el (transient-mark-mode):
6342         * rfn-eshadow.el (file-name-shadow-mode):
6343         * frame.el (blink-cursor-mode):
6344         * font-core.el (global-font-lock-mode):
6345         * files.el (temporary-file-directory)
6346         (small-temporary-file-directory, auto-save-file-name-transforms):
6347         * epa-hook.el (auto-encryption-mode):
6348         * composite.el (global-auto-composition-mode):
6349         Use custom-initialize-delay.
6350         * startup.el (command-line): Don't explicitly call
6351         custom-reevaluate-setting for all the above vars.
6352         * custom.el (custom-initialize-safe-set)
6353         (custom-initialize-safe-default): Delete.
6355 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6357         * term/x-win.el (x-initialize-window-system):
6358         * term/w32-win.el (w32-initialize-window-system):
6359         * term/ns-win.el (ns-initialize-window-system): Don't call
6360         mouse-wheel-mode since it's enabled globally by default already.
6362         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
6363         actually define the variable, but only silences the byte-compiler.
6364         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
6365         before looking it up.
6366         (mouse-wheel-scroll-amount): Also reset the bindings if this value
6367         is changed.
6369 2009-09-12  Glenn Morris  <rgm@gnu.org>
6371         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
6372         1000.
6373         (elint-add-required-env): Don't beep on error.
6374         (elint-forms): In case of error, return ENV unchanged.
6375         (elint-init-env): Skip non-list forms.
6376         (elint-log): Handle unknown file positions.
6378 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
6380         * epg.el (epg-make-context): Add autoload cookie.
6381         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
6382         (epg-decrypt-string, epg-start-verify, epg-verify-file)
6383         (epg-verify-string, epg-start-sign, epg-sign-file)
6384         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
6385         (epg-encrypt-string, epg-start-export-keys)
6386         (epg-export-keys-to-file, epg-export-keys-to-string)
6387         (epg-start-import-keys, epg-import-keys-from-file)
6388         (epg-import-keys-from-string, epg-start-receive-keys)
6389         (epg-receive-keys, epg-import-keys-from-server)
6390         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
6391         (epg-sign-keys, epg-start-generate-key)
6392         (epg-generate-key-from-file, epg-generate-key-from-string):
6393         Remove autoload cookie.
6395 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
6397         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
6398         reevaluation of trash-directory.
6400         * mwheel.el: Fix last change.
6401         (mouse-wheel-mode): New defvar.
6402         (mouse-wheel-mode): Remove autoload cookie.
6404 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6406         * mwheel.el (mwheel-installed-bindings): New var.
6407         (mouse-wheel-mode): Use it, so as to make sure we really remove all
6408         the bindings we set last time.  Use custom-initialize-delay.
6409         * loadup.el: Load mwheel after term/*-win.el.
6410         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
6411         and mouse-wheel-up-event now that their first evaluation is done
6412         sufficiently late to be correct.
6414         * startup.el (tutorial-directory): Make it a defcustom.
6415         Use custom-initialize-delay rather than eval-at-startup to set it.
6416         * image.el (image-load-path): Make it a defcustom.
6417         Use custom-initialize-delay rather than eval-at-startup to set it.
6418         * subr.el (eval-at-startup): Remove.
6419         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
6421         * subr.el (do-after-load-evaluation): Warn the user after loading an
6422         obsolete package.
6424 2009-09-12  Glenn Morris  <rgm@gnu.org>
6426         * proced.el (proced-mark-alt): Remove alias.
6427         (proced-mode-map): Remove proced-mark-alt.
6429         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
6430         Elint file and directory.  Remove initialization entry.
6432         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
6433         commands.
6434         (elint-current-buffer): Set mode-line-process.
6435         (elint-init-env): Handle define-derived-mode.
6436         Fix declare-function with unspecified arglist.  Guard against odd
6437         defalias statements (eg iso-insert's 8859-1-map).
6438         (elint-add-required-env): Use a temp buffer.
6439         (elint-form): Just print the function/macro name, not the whole form.
6440         Return env unchanged if we fail to parse a macro.
6441         (elint-forms): Guard against parse errors.
6442         (elint-output): New function, to handle batch mode.
6443         (elint-log-message): Add optional argument.  Use elint-output.
6444         (elint-set-mode-line): New function.
6446 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
6448         * emacs-lisp/elp.el (elp-not-profilable): Add more
6449         functions (Bug#4233).
6451 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
6453         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
6454         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
6456 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
6458         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
6459         (gdb-var-list-children): Use json parsing.
6461 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
6463         * progmodes/js.el (js--proper-indentation): Handle the case where
6464         char-before is null.  Reported by Deniz Dogan.
6466 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
6468         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
6470 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
6472         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
6473         (epg-digest-algorithm-alist): Add SHA224.
6474         (epg-context-set-passphrase-callback)
6475         (epg-context-set-progress-callback): Add description about
6476         callback function.
6478 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6480         * custom.el (custom-delayed-init-variables): New var.
6481         (custom-initialize-delay): New function.
6482         * startup.el (command-line): "Re"evaluate all vars in
6483         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
6484         explicitly any more.
6485         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
6486         to avoid creating a ~/.emacs.d at build-time (bug#4347).
6488         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
6490 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
6492         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
6493         (gdb-var-update-handler): Use json parsing.
6495 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
6497         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
6498         decode annotated text, regardless of language environment.  (Bug#2741)
6500 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6502         * Makefile.in (autoloads): Make rmail.el writable as well.
6504 2009-09-11  Glenn Morris  <rgm@gnu.org>
6506         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
6507         loaddefs.el.
6508         * dired.el: Regenerate with extracted autoloads.
6509         * Makefile.in (autoloads): Make dired.el writable.
6511         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
6512         * ibuffer.el: Regenerate with extracted autoloads.
6513         * Makefile.in (autoloads): Make ibuffer.el writable.
6515         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
6516         * version.el (emacs-copyright, emacs-major-version)
6517         (emacs-minor-version): Reformat doc-strings for make-docfile.
6519         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
6520         functions and variables, since they must be stuff specific to some other
6521         platform.
6522         (apropos-print): Make mouse-click message less specific about button.
6524         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
6525         that records where a macro was defined.
6526         * help-fns.el (describe-function-1): Mention if a function has a
6527         compiler-macro.
6528         * help-mode.el (help-function-cmacro): New button.
6530         * locate.el (top-level): Always require dired.
6531         (locate-mode-map): Initialize inside the defvar.
6533         * net/ange-ftp.el (dired-compress-file): Declare.
6534         (ange-ftp-dired-compress-file): Add doc string.
6536         * term/ns-win.el (x-display-name, x-setup-function-keys):
6537         Unify doc-strings with X versions.
6539 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6541         * emulation/crisp.el (crisp-mode-map): Move initialization
6542         into declaration.
6543         (crisp-mode): Use define-minor-mode.
6545         * progmodes/xscheme.el (xscheme-evaluation-commands):
6546         Put a :advertised-binding property rather than using
6547         advertised-xscheme-send-previous-expression.
6548         (advertised-xscheme-send-previous-expression): Declare obsolete.
6549         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
6550         `advertised-undo'.
6551         (crisp-mode): Add corresponding bindings to
6552         undo's :advertised-binding instead.
6553         * dired.el (dired-mode-map): Put a :advertised-binding property rather
6554         than using dired-advertised-find-file.
6555         (dired-advertised-find-file):
6556         * simple.el (advertised-undo):
6557         * wid-edit.el (advertised-widget-backward): Declare obsolete.
6558         (widget-keymap): Put a :advertised-binding property rather
6559         than using advertised-widget-backward.
6560         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
6561         than using advertised-undo.
6562         * tutorial.el (tutorial--default-keys): Adjust accordingly.
6564 2009-09-10  Simon South  <ssouth@slowcomputing.org>
6566         * progmodes/delphi.el (delphi-tab): Indent region when Transient
6567         Mark mode is enabled and region is active; otherwise indent or
6568         insert TAB as usual.
6569         (delphi-mode): Update description of TAB-key binding.
6571 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6573         * subr.el (define-key-rebound-commands): Mark obsolete.
6574         * startup.el (precompute-menubar-bindings): Remove.
6575         (normal-top-level): Remove obsolete code that tried to precompute
6576         menubar bindings.
6577         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
6578         define-key-rebound-commands and precompute-menubar-bindings.
6580 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6582         * net/imap.el (imap-interactive-login): Better messages.
6583         (imap-open): Fix bug with renamed buffer on reconnect.
6584         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6585         for easier debugging and cleaner code.  On successful (guessed based on
6586         server capabilities) secondary authentication, set imap-state
6587         correctly.
6588         (imap-last-authenticator): Define imap-last-authenticator as a variable
6589         to avoid warnings.
6591 2009-09-10  Glenn Morris  <rgm@gnu.org>
6593         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
6595         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
6596         (byte-compile-file-form-autoload): Don't warn about unknown functions
6597         where the autoload statement comes after the use.
6598         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
6599         that any handlers inside the body (eg require) are in turn respected.
6601         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
6602         effects.
6604         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
6605         and syntax and abbrev tables basic docs, if they don't have any.
6607         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
6609         * international/mule-cmds.el (top-level): Require cl when compiling.
6610         (view-hello-file): Use default-value rather than
6611         default-enable-multibyte-characters.
6613         * progmodes/fortran.el: Move all safe and risky properties into the
6614         defcustoms.
6616         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
6617         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
6618         * mail/undigest.el:
6619         Put autoloads in rmail.el rather than loaddefs.el.
6620         * mail/rmail.el: Regenerate with extracted autoloads.
6622         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
6623         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
6625 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
6627         Reported in thread for Bug#4375.
6628         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
6629         "-data-evaluate-expression" instead of print.
6630         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
6631         (gdb-tooltip-print): Parse output from above MI command.
6632         (gdb): Revert 2009-08-11 change.  User should detach inferior
6633         manually.
6635         Remove the word "separate" from IO functions as inferior
6636         output is now never displayed in the GUD buffer.
6638 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
6640         * startup.el (command-line-normalize-file-name): On Windows and
6641         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
6643 2009-09-10  Juri Linkov  <juri@jurta.org>
6645         * isearch.el (isearch-text-char-description): Propertize escape
6646         character sequences with the `escape-glyph' face.  (Bug#4344)
6648         * simple.el (shell-command): Set asynchronous process filter to
6649         `comint-output-filter'.  (Bug#4343)
6651         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
6652         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
6653         the list.  Move "asm" to the bottom.
6654         (grep-find-ignored-directories): Add `choice' with nil value
6655         to empty the list easily.
6656         (grep-find-ignored-files): New option.
6657         (grep-files-history): Set to nil by default instead of '("ch" "el").
6658         (grep-compute-defaults): Add "<X>" to `grep-template'.
6659         (grep-read-files): Bind new local variables `default-alias' and
6660         `default-extension'.  Use a list of default values for the file prompt.
6661         (lgrep): Add `--exclude=' command line options composed from
6662         `grep-find-ignored-files'.
6663         (rgrep): Add `-name' command line options composed from
6664         `grep-find-ignored-files'.  (Bug#4301)
6666 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6668         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
6669         (bug#4368).
6671 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6673         * calendar/time-date.el (autoload):
6674         Expand define-obsolete-function-alias into defalias and make-obsolete
6675         for old Emacsen that Gnus supports.
6676         (with-no-warnings): Define it for old Emacsen.
6677         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6678         is available.
6679         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6680         float-time is available; suppress compile warning for time-to-seconds.
6682 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6684         * net/imap.el (imap-message-map): Docstring fix.
6686 2009-09-09  Glenn Morris  <rgm@gnu.org>
6688         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
6689         line numbers too.  (Bug#4374)
6691 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6693         * smerge-mode.el (smerge-remove-props, smerge-refine):
6694         Use with-silent-modifications (bug#4342).
6696         * subr.el (with-silent-modifications): New macro.
6698 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
6700         * files.el (top-level): Require `cl' when compiling.
6702 2009-09-07  Glenn Morris  <rgm@gnu.org>
6704         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
6706         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
6707         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
6709 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
6711         * vc-git.el (vc-git-annotate-command): Use separator to parse
6712         arguments correctly.
6714 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
6716         * proced.el (proced-mode): Doc fix.
6718 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
6720         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
6721         lstat fails.
6722         (tramp-do-file-attributes-with-ls): Check for file existence at
6723         remote end.
6724         (tramp-do-file-attributes-with-stat): Likewise.
6725         (tramp-convert-file-attributes): Return nil when attr is nil.
6727 2009-09-05  Glenn Morris  <rgm@gnu.org>
6729         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
6730         properties to this button.
6731         (diary-fancy-display): Don't extend the button to the final newline.
6732         (diary-fancy-display-mode): Continue to define "q" as a local key.
6734         * calendar/cal-china.el (holiday-chinese): Make it slightly more
6735         efficient.
6737         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
6739         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
6740         (byte-compile-dest-file-function): New option.
6741         (byte-compile-dest-file): Doc fix.
6742         Obey byte-compile-dest-file-function.
6743         (byte-compile-cl-file-p): New function.
6744         (byte-compile-eval): Only suppress noruntime warnings about cl functions
6745         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
6746         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
6747         than for file being previously loaded.
6748         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
6749         (byte-compile-file-form-require): Handle the case where requiring a file
6750         indirectly causes CL to be loaded.
6752 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
6754         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
6755         before killing the old buffer, since by the time `kill-buffer' is
6756         run so many buffer variables have been set to nil that it may not
6757         behave as expected.  (Bug#4061)
6759 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
6761         * files.el (find-alternate-file): If the old buffer is modified
6762         and visiting a file, behave similarly to `kill-buffer' when
6763         killing it, thus reverting to the pre-1.878 behavior; see
6764         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
6765         for discussion.  Also, consult `buffer-file-name' as a variable
6766         not as a function, for consistency with the rest of the code.
6768 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
6770         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
6771         also when adding a new directory.
6773         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
6774         defun.
6776 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6778         * files.el (locate-file-completion-table): Make it provide boundary
6779         information, so partial-completion works better.
6781 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
6783         * mail/footnote.el (Footnote-text-under-cursor):
6784         Check footnote-text-marker-alist before using it (bug#4324).
6786 2009-09-04  Glenn Morris  <rgm@gnu.org>
6788         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
6789         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
6790         * play/solitaire.el, play/tetris.el:
6791         Remove leading * from defcustom and defface docs.
6793         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
6794         necessary.
6795         (diary-fancy-overriding-map): New variable.
6796         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
6797         Use view-mode.
6799         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
6800         goto-line.
6802 2009-09-03  Glenn Morris  <rgm@gnu.org>
6804         * arc-mode.el (archive-mode):
6805         * dos-fns.el (set-default-process-coding-system):
6806         * man.el (Man-getpage-in-background):
6807         * menu-bar.el (menu-bar-describe-menu):
6808         * server.el (server-process-filter):
6809         * startup.el (command-line):
6810         * tar-mode.el (tar-header-block-tokenize, tar-extract):
6811         * w32-fns.el (set-default-process-coding-system):
6812         * x-dnd.el (x-dnd-handle-file-name):
6813         * international/mule-cmds.el (mule-menu-keymap)
6814         (set-default-coding-systems, language-info-alist, set-language-info)
6815         (set-language-environment, standard-display-european-internal)
6816         (set-locale-environment):
6817         * international/mule-diag.el (mule-diag):
6818         * mail/emacsbug.el (report-emacs-bug):
6819         * mail/rmail.el (rmail-mode):
6820         * mail/sendmail.el (mail-setup):
6821         Use default-value rather than default-enable-multibyte-characters.
6823         * progmodes/f90.el: Move all safe properties into the defcustoms.
6824         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
6826         * calendar/appt.el (appt-check):
6827         * calendar/diary-lib.el (diary-set-header, diary-live-p)
6828         (diary-check-diary-file, diary-list-entries)
6829         (diary-include-other-diary-files, diary-simple-display)
6830         (diary-fancy-display, diary-print-entries)
6831         (diary-mark-included-diary-files, diary-make-entry):
6832         Don't call substitute-in-file-name on diary-file.
6834 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
6835             Stefan Monnier  <monnier@iro.umontreal.ca>
6837         * mail/footnote.el (footnote-prefix): Make it a defcustom.
6838         (footnote-mode-map): Move initialization into the declaration.
6839         (footnote-minor-mode-map): Define it rather than changing global-map.
6840         (footnote-mode): Use define-minor-mode.
6842 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
6844         * net/tramp.el (tramp-handle-file-attributes-with-ls)
6845         (tramp-do-file-attributes-with-perl)
6846         (tramp-do-file-attributes-with-stat): Rename from
6847         `tramp-handle-file-attributes-with-*'.
6848         (tramp-handle-file-attributes): Use them.
6849         (tramp-do-directory-files-and-attributes-with-perl)
6850         (tramp-do-directory-files-and-attributes-with-stat): Rename from
6851         `tramp-handle-directory-files-and-attributes-with-*'.
6852         (tramp-handle-directory-files-and-attributes): Use them.
6853         (tramp-method-out-of-band-p): Additional parameter SIZE.
6854         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
6855         (tramp-handle-write-region): Use it.
6856         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
6857         (tramp-handle-vc-registered): Check, whether the first run did
6858         return files to be tested.
6859         (tramp-advice-make-auto-save-file-name): Do not call directly
6860         `tramp-handle-make-auto-save-file-name', because this would bypass
6861         the locking mechanism.
6863         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
6864         (file-remote-p, process-file, start-file-process, set-file-times)
6865         (tramp-compat-file-attributes): Compatibility functions shall not
6866         call directly `tramp-handle-*', because this would bypass the
6867         locking mechanism.
6868         (tramp-compat-number-sequence): New defun.
6870 2009-09-02  Glenn Morris  <rgm@gnu.org>
6872         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
6873         alias for float-time.
6874         (time-to-number-of-days): In Emacs, use float-time.
6875         * net/newst-backend.el (time-add): Suppress warnings from compat
6876         function.
6877         * time.el (emacs-uptime, emacs-init-time):
6878         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
6879         Use float-time rather than time-to-seconds.
6881         * minibuffer.el (completion-initials-expand): Fix typo.
6883         * faces.el (modeline, modeline-inactive, modeline-highlight)
6884         (modeline-buffer-id):
6885         * info.el (info-menu-5): Mark these face aliases as obsolete.
6887 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
6889         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
6890         space ...
6891         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
6892         no "--thread" option.
6893         (gdb-stopped): Don't print "Switched to thread" message when it is
6894         unchanged.
6896 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6898         * minibuffer.el (completion-try-completion)
6899         (completion-all-completions): Remove ill-defined (and
6900         mistakenly installed and luckily never used nor documented)
6901         `completion-styles' property.
6902         (completion-initials-expand, completion-initials-all-completions)
6903         (completion-initials-try-completion): New functions.
6904         (completion-styles-alist): Add doc to each entry.
6905         Add new `initials' entry.
6907 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
6909         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
6910         MI command -var-evaluate-expression.
6911         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
6912         and tweak for case of string child.
6913         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
6915 2009-09-01  Glenn Morris  <rgm@gnu.org>
6917         * add-log.el (change-log-date-face, change-log-name-face)
6918         (change-log-email-face, change-log-file-face, change-log-list-face)
6919         (change-log-conditionals-face, change-log-function-face)
6920         (change-log-acknowledgement-face):
6921         * cus-edit.el (custom-invalid-face, custom-rogue-face)
6922         (custom-modified-face, custom-set-face, custom-changed-face)
6923         (custom-saved-face, custom-button-face, custom-button-pressed-face)
6924         (custom-documentation-face, custom-state-face, custom-comment-face)
6925         (custom-comment-tag-face, custom-variable-tag-face)
6926         (custom-variable-button-face, custom-face-tag-face)
6927         (custom-group-tag-face-1, custom-group-tag-face):
6928         * diff-mode.el (diff-header-face, diff-file-header-face)
6929         (diff-index-face, diff-hunk-header-face, diff-removed-face)
6930         (diff-added-face, diff-changed-face, diff-function-face)
6931         (diff-context-face, diff-nonexistent-face):
6932         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6933         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
6934         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6935         (Info-title-4-face):
6936         * isearch.el (isearch-lazy-highlight-face):
6937         * log-view.el (log-view-file-face, log-view-message-face):
6938         * paren.el (show-paren-match-face, show-paren-mismatch-face):
6939         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6940         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6941         (cvs-msg-face):
6942         * smerge-mode.el (smerge-mine-face, smerge-other-face)
6943         (smerge-base-face, smerge-markers-face):
6944         * wid-edit.el (widget-documentation-face, widget-button-face)
6945         (widget-field-face, widget-single-line-field-face)
6946         (widget-inactive-face, widget-button-pressed-face):
6947         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
6948         (woman-addition-face):
6949         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
6950         (eshell-ls-executable-face, eshell-ls-readonly-face)
6951         (eshell-ls-unreadable-face, eshell-ls-special-face)
6952         (eshell-ls-missing-face, eshell-ls-archive-face)
6953         (eshell-ls-backup-face, eshell-ls-product-face)
6954         (eshell-ls-clutter-face):
6955         * eshell/em-prompt.el (eshell-prompt-face):
6956         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
6957         * obsolete/old-whitespace.el (whitespace-highlight-face):
6958         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
6959         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
6960         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
6961         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
6962         (antlr-font-lock-literal-face):
6963         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6964         (ebrowse-root-class-face, ebrowse-file-name-face)
6965         (ebrowse-default-face, ebrowse-member-attribute-face)
6966         (ebrowse-member-class-face, ebrowse-progress-face):
6967         * progmodes/make-mode.el (makefile-space-face):
6968         * progmodes/sh-script.el (sh-heredoc-face):
6969         * textmodes/flyspell.el (flyspell-incorrect-face)
6970         (flyspell-duplicate-face):
6971         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
6972         * textmodes/texinfo.el (texinfo-heading-face):
6973         Mark face aliases with "-face" suffix as obsolete.
6975         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
6976         compiler.
6978         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
6979         (eudc-bob-sound-menu): Use defvar rather than defconst, since
6980         easy-menu-define wants to modify these.
6982         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
6984         * net/browse-url.el (browse-url-file-url):
6985         * term/internal.el (dos-codepage-setup):
6986         Use default-value rather than default-enable-multibyte-characters.
6988         * progmodes/etags.el (etags-goto-tag-location):
6989         * progmodes/flymake.el (flymake-highlight-line)
6990         (flymake-goto-file-and-line, flymake-goto-line):
6991         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
6992         (gdb-goto-breakpoint):
6993         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6994         * progmodes/python.el (python-find-function)
6995         (python-pdbtrack-track-stack-file):
6996         * progmodes/verilog-mode.el (verilog-surelint-off):
6997         * term/ns-win.el (ns-open-file-select-line):
6998         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
6999         Use forward-line rather than goto-line.
7001         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
7002         * textmodes/reftex-index.el (reftex-display-index):
7003         * textmodes/reftex-ref.el (reftex-offer-label-menu):
7004         * textmodes/reftex-toc.el (reftex-toc):
7005         Remove unnecessary bindings of default-major-mode (all are followed by
7006         major-mode check and possible mode switch).
7008 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
7010         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
7011         Handle watchpoints (bug#4282).
7012         (def-gdb-thread-buffer-command): Enable thread to be selected by
7013         clicking without selecting threads buffer first.
7014         (gdb-current-context-command): Use selected frame so that "up",
7015         "down" etc work in the GUD buffer.
7016         (gdb-update): Find selected frame before rendering stack buffer.
7017         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
7019 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7021         * progmodes/sym-comp.el (displayed-completions): Remove.
7022         (symbol-complete): Use minibuffer-complete.
7024 2009-08-31  Glenn Morris  <rgm@gnu.org>
7026         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
7028         * apropos.el (apropos-symbols-internal):
7029         Handle (obsolete) face aliases.
7031         * faces.el (describe-face): Adjust the output format to be more like
7032         describe-variable, and to mention (obsolete) face aliases.
7033         Adjust the whitespace so that help-setup-xref works.
7035         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
7036         * calendar/diary-lib.el (diary-button-face):
7037         Mark these face aliases as obsolete.
7039         * calendar/calendar.el (calendar-today): Doc fix.
7041 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
7043         * progmodes/gdb-mi.el (gdb-control-all-threads)
7044         (gdb-control-current-thread): Force tool bar update.
7045         (gdb-non-stop-handler): New function.
7046         (gdb-init-1): Use it to test if non-stop mode is supported.
7047         Remove unused gdbmi buffer type.
7049 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
7051         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7052         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
7054 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
7056         * comint.el (comint-exec-1): Check command is non-null first.
7057         Part of gdb-mi.el change (2009-08-28).
7059 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7061         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
7063 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
7065         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
7066         instead of `dolist' to avoid a recursive require when bootstrapping.
7068 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7070         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
7072         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
7074         * net/imap.el (imap-send-command): Simplify.
7075         (imap-wait-for-tag): point-max -> buffer-size.
7077         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
7079         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
7080         with constant argument.
7082         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
7084         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
7086         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
7087         Change default, since most of our files don't have a history.
7088         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
7089         the user.
7091         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7092         Add comint-run.
7094         * calc/calc.el: Improve commenting convention.
7095         (calc-digit-map, toplevel): Simplify.
7097         * comint.el (comint-insert-input): Be careful to only set point if we
7098         don't delegate to some other command.
7100         * proced.el (proced-signal-list): Make it an alist.
7101         (proced-grammar-alist): Capitalize names.
7102         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
7103         Disable undo manually and make it read-only.
7104         Use completion-annotate-function.
7106         * minibuffer.el (minibuffer-message): If the current buffer is not
7107         a minibuffer, insert the message in the echo area rather than at the
7108         end of the buffer.
7109         (completion-annotate-function): New variable.
7110         (minibuffer-completion-help): Use it.
7111         (completion--embedded-envvar-table): Environment vars are
7112         always case-sensitive.
7114 2009-08-30  Glenn Morris  <rgm@gnu.org>
7116         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
7117         from fortran-current-defun.
7118         (fortran-beginning-of-subprogram): Be more precise about finding the
7119         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
7120         (fortran-end-of-subprogram): Simplify.
7121         (fortran-current-defun): Use fortran-start-prog-re.
7123 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
7125         * subr.el (do-after-load-evaluation): Simplify.
7127 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
7129         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
7131         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
7132         (vc-rcs-print-log): Use it.
7134         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
7136 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7138         * paths.el (abbrev-file-name): Move to abbrev.el.
7139         * abbrev.el (abbrev-file-name): Move from paths.el.
7140         Obey user-emacs-directory.
7141         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
7142         user-emacs-directory.
7143         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
7144         abbrev-file-name and calc-settings-file any more.
7145         * startup.el (command-line): Recompute abbrev-file-name and
7146         abbreviated-home-dir.
7147         (normal-no-mouse-startup-screen): Improve the generic code and get rid
7148         of the special code for when C-h bindings haven't been changed.
7149         (display-startup-echo-area-message): Use with-current-buffer.
7150         (command-line-1): Use a list of strings, rather than a list of lists
7151         of strings for longopts.
7153         * files.el (get-free-disk-space): Use / for default-directory.
7155         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
7156         Use with-current-buffer.
7158         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
7159         Recognize immutable variables like most-positive-fixnum.
7160         (byte-compile-setq-default): Check and warn if trying to assign
7161         to an immutable variable, or a non-variable.
7163         * progmodes/cc-vars.el (c-comment-continuation-stars):
7164         * progmodes/cc-engine.el (c-looking-at-bos):
7165         * progmodes/cc-cmds.el (c-toggle-auto-state)
7166         (c-forward-into-nomenclature, c-backward-into-nomenclature)
7167         (c-comment-line-break-function): Add version of obsolescence.
7169 2009-08-28  Juri Linkov  <juri@jurta.org>
7171         * files.el (magic-fallback-mode-alist): Add ZIP magic number
7172         associated with `archive-mode'.
7174         * image.el (image-type-header-regexps): Use only JPEG magic number
7175         to determine JPEG images, and don't use `image-jpeg-p' because
7176         Emacs can display non-JFIF non-Exif JPEG images.
7178 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
7180         * arc-mode.el (archive-mode):
7181         * emacs-lisp/re-builder.el (re-builder-unload-function):
7182         Protect against the default value of `major-mode' being nil.
7184 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
7186         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
7187         Fix typos in docstrings.
7189         * progmodes/js.el (js--macro-decl-re): Doc fix.
7190         (js--plain-method-re, js--split-name): Refloc docstring.
7191         (js--class-styles, js--make-merged-item, js--splice-into-items):
7192         Fix typos in docstrings; reflow docstrings.
7193         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
7194         (js--variable-decl-matcher, js--inside-pitem-p)
7195         (js--parse-state-at-point, js--get-all-known-symbols)
7196         (js--symbol-history, js-find-symbol, js--js-references)
7197         (js--moz-interactor, js--js-encode-value, js--read-tab):
7198         Fix typos in docstrings.
7200 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7202         * textmodes/reftex.el (reftex-get-file-buffer-force):
7203         * progmodes/verilog-mode.el (verilog-batch-execute-func):
7204         * emulation/viper.el (viper-go-away, viper-set-hooks):
7205         * emacs-lisp/re-builder.el (re-builder-unload-function):
7206         * emacs-lisp/bytecomp.el (byte-compile-file):
7207         * ses.el (ses-unload-function):
7208         * hexl.el (hexl-find-file):
7209         * files.el (normal-mode):
7210         * ehelp.el (with-electric-help):
7211         * autoinsert.el (auto-insert-alist):
7212         * arc-mode.el (archive-mode):
7213         Use (default-value 'major-mode) instead of default-major-mode.
7215         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
7216         * international/mule.el (load-with-code-conversion):
7217         * emacs-lisp/debug.el (debug):
7218         * ediff-vers.el (ediff-rcs-get-output-buffer):
7219         * dired.el (dired-internal-noselect): Don't let-bind
7220         default-major-mode around code that doesn't use it.
7221         E.g. buffer creation via get-buffer-create doesn't use it.
7223 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
7225         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
7226         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
7227         when writing the temp file.  Otherwise, epa-file gets confused.
7228         (tramp-register-file-name-handlers): Make it a defun.  Move also
7229         `epa-file-handler' to the front of `file-name-handler-alist'.
7231 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7233         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
7234         start right after a ^M.
7235         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
7236         (tramp-completion-file-name-regexp-separate)
7237         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
7238         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
7239         Don't modify last-coding-system-used by accident.
7240         (tramp-completion-file-name-handler): Apply the checks here,
7241         instead during registration.
7242         (tramp-register-file-name-handlers) Renamed from
7243         `tramp-register-file-name-handler'.  Register both
7244         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
7245         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
7247 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
7249         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
7250         Remove variable ...
7251         (gdb-init-1, gdb-display-separate-io-buffer)
7252         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
7253         references to it.
7254         (gdb-inferior-io-mode): Use make-comint-in-buffer.
7255         (gdb-inferior-filter): Use comint-output-filter to stop
7256         echoing and remove ^M characters.
7258 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7260         * emulation/viper-init.el (viper-restore-cursor-type):
7261         * emulation/cua-base.el (cua--update-indications):
7262         Replace default-cursor-type with (default-value 'cursor-type).
7264         * mail/sendmail.el (mail-recover-1):
7265         * international/mule-diag.el (describe-current-coding-system-briefly)
7266         (describe-current-coding-system):
7267         * international/mule-cmds.el (select-safe-coding-system)
7268         (select-message-coding-system)
7269         (set-language-environment-coding-systems, set-locale-environment):
7270         * hexl.el (hexl-insert-multibyte-char):
7271         * dos-w32.el (find-buffer-file-type-coding-system):
7272         * simple.el (what-cursor-position):
7273         Replace uses of default-buffer-file-coding-system
7274         with (default-value 'buffer-file-coding-system).
7276         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
7277         Replace uses of default-cursor-in-non-selected-windows
7278         with (default-value 'cursor-in-non-selected-windows).
7279         Use with-current-buffer.
7281         * mail/feedmail.el: Use CL macros.
7282         (feedmail-run-the-queue, feedmail-send-it-immediately):
7283         * dos-w32.el (find-buffer-file-type): Replace uses of
7284         default-buffer-file-type with (default-value 'buffer-file-type).
7286 2009-08-28  Glenn Morris  <rgm@gnu.org>
7288         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
7289         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
7290         Use default-value of major-mode rather than default-major-mode.
7292 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7294         * Makefile.in (update-elcfiles): Report left over elc files.
7296         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
7297         expand-file-name and with-current-buffer.
7298         (mail-get-names, mail-directory): Use with-current-buffer.
7300         * vc.el (vc-read-revision): New function.
7301         (vc-version-diff, vc-merge): Use it.
7303 2009-08-27  Sam Steingold  <sds@gnu.org>
7305         * simple.el (kill-do-not-save-duplicates): New user option.
7306         (kill-new): When it is non-nil, and the new string is the same as
7307         the latest kill, set replace to t to avoid duplicates in kill-ring.
7309 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
7311         * net/tramp.el (tramp-handle-process-file): Do not flush all
7312         caches when `process-file-side-effects' is set.
7313         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
7314         instead of `tramp-find-file-exists-command'.
7315         Unset `process-file-side-effects'.
7317 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
7319         * net/tramp.el (tramp-methods): New method "rsyncc".
7320         (top): Add completion function for "rsyncc".
7321         (tramp-message-show-message): New defvar.
7322         (tramp-message, tramp-error): Use it.
7323         (tramp-do-copy-or-rename-file-directly): Extend check for direct
7324         remote copying.
7325         (tramp-do-copy-or-rename-file-out-of-band): Handle new
7326         `tramp-methods' entry `copy-env' of "rsyncc".
7327         (tramp-vc-registered-read-file-names): New defconst.
7328         (tramp-vc-registered-file-names): New defvar.
7329         (tramp-handle-vc-registered): Implement optimization strategy.
7330         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
7331         (tramp-vc-file-name-handler): New defun.
7332         (tramp-get-ls-command, tramp-get-test-command)
7333         (tramp-get-file-exists-command, tramp-get-remote-ln)
7334         (tramp-get-remote-perl, tramp-get-remote-stat)
7335         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
7337         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
7338         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
7339         timestamps.
7340         (tramp-get-file-property): Check for timestamps in
7341         `tramp-cache-inhibit-cache'.
7342         (tramp-set-file-property): Write timestamp.
7344 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7346         * language/japan-util.el (japanese-symbol-table): Add entries for
7347         cp932-2-byte.
7349         * international/characters.el: Add category `j' to cp932-2-byte.
7351 2009-08-27  Kenichi Handa  <handa@m17n.org>
7353         * international/fontset.el (build-default-fontset-data): New macro.
7354         (setup-default-fontset): Use build-default-fontset-data for CJK,
7355         tibetan, ethiopic, and ipa.
7357 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7359         * cus-start.el (default-major-mode): Customize `major-mode' instead.
7360         (enable-multibyte-characters): Not customizable any more.
7362         * subr.el (default-mode-line-format, default-header-line-format)
7363         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
7364         (default-direction-reversed, default-truncate-lines)
7365         (default-left-margin, default-tab-width, default-case-fold-search)
7366         (default-left-margin-width, default-right-margin-width)
7367         (default-left-fringe-width, default-right-fringe-width)
7368         (default-fringes-outside-margins, default-scroll-bar-width)
7369         (default-vertical-scroll-bar, default-indicate-empty-lines)
7370         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
7371         (default-fringe-cursor-alist, default-scroll-up-aggressively)
7372         (default-scroll-down-aggressively, default-fill-column)
7373         (default-cursor-type, default-buffer-file-type)
7374         (default-cursor-in-non-selected-windows)
7375         (default-buffer-file-coding-system, default-major-mode)
7376         (default-enable-multibyte-characters): Mark as obsolete.
7378 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
7380         * vc-dir.el (vc-dir-update): Remove debug helper.
7382         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
7384 2009-08-26  Sam Steingold  <sds@gnu.org>
7386         * simple.el (save-interprogram-paste-before-kill): New user option.
7387         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
7388         save the interprogram-paste into kill-ring before overriding it
7389         with the Emacs kill.
7391 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
7393         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
7394         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
7395         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
7396         and move to vc-rcs.el.
7397         (vc-default-next-revision): Rename to vc-rcs-next-revision and
7398         move to vc-rcs.el.
7399         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
7400         (vc-rcs-update-changelog): Remove.
7401         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
7402         and move to vc-rcs.el.
7404         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
7405         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
7406         renaming.
7407         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
7408         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
7409         vc.el, renamed to be RCS specific.
7411         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
7412         New functions.
7413         (vc-cvs-update-changelog): Move here from vc.el.
7415         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
7416         New functions.
7418 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7420         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
7422 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
7424         * vc-git.el (vc-git-register): Use "git add" for directories.
7425         (vc-git-stash, vc-git-stash-show): New functions.
7426         (vc-git-extra-menu-map): Bind them.
7428         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
7429         directory correctly in case the item is a directory itself.
7431         * vc.el: Document the desired behavior for reverted files in the
7432         `added' state.
7433         (vc-default-prettify-state-info): Remove function, unused.
7435         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
7437 2009-08-26  Glenn Morris  <rgm@gnu.org>
7439         * bindings.el (standard-mode-line-format): Reposition dashes in
7440         which-func entry.  (Bug#4217)
7442         * files.el (enable-local-variables, enable-local-eval)
7443         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
7444         the defcustoms.
7445         (auto-mode-alist, ignored-local-variables)
7446         (save-some-buffers-action-alist): Move risky declarations to the
7447         definitions.
7448         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
7449         (font-lock-defaults, format-alist, imenu--index-alist)
7450         (imenu-generic-expression, input-method-alist, minor-mode-alist)
7451         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
7452         (mode-line-modified, mode-line-mule-info, mode-line-position)
7453         (mode-line-process, mode-line-remote, outline-level)
7454         (parse-time-rules, rmail-output-file-alist)
7455         (special-display-buffer-names, vc-mode):
7456         Move risky declarations to the relevant files.
7457         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
7458         (mode-line-modified, mode-line-process, mode-line-position)
7459         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
7460         * font-core.el (font-lock-defaults):
7461         * format.el (format-alist):
7462         * vc-hooks.el (vc-mode):
7463         * window.el (special-display-buffer-names):
7464         * international/mule-cmds.el (input-method-alist):
7465         Define riskiness here (dumped file) rather than in files.el.
7466         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
7467         * imenu.el (imenu-generic-expression, imenu--index-alist):
7468         * outline.el (outline-level):
7469         * time.el (display-time-string):
7470         * calendar/parse-time.el (parse-time-rules):
7471         * mail/rmailout.el (rmail-output-file-alist):
7472         Autoload riskiness here, rather than placing in files.el.
7474 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
7476         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
7478 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
7480         * simple.el (process-file-side-effects): New defvar.
7482         * dired-aux.el (dired-show-file-type):
7483         * vc.el (vc-diff-internal):
7484         * vc-arch.el (vc-arch-diff):
7485         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
7486         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
7487         * vc-git.el (vc-git-registered, vc-git-working-revision)
7488         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
7489         (vc-git--empty-db-p):
7490         * vc-hooks.el (vc-user-login-name):
7491         * vc-svn.el (vc-svn-registered, vc-svn-state)
7492         (vc-svn-dir-extra-headers, vc-svn-find-revision):
7493         * progmodes/grep.el (grep-probe): Let-bind
7494         `process-file-side-effects' with nil.
7496         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
7498         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
7499         daemon.  Replace ping by checking for running service for bluez
7500         and zeroconf.  (Bug#4239)
7502 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7504         * net/dig.el (dig): Add autoload cookie.
7506 2009-08-25  Glenn Morris  <rgm@gnu.org>
7508         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
7509         load-history for absolute file-names.
7510         (byte-compile-file-form-require): Warn about use of the cl package.
7512         * format.el (format-alist): Doc fix.
7514         * play/bubbles.el (top-level): Don't require cl at run-time.
7516         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
7517         run-time cl).
7519 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
7521         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
7522         from cl package.
7523         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
7525 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
7527         * calc/calc-alg.el (math-trig-rewrite)
7528         (math-hyperbolic-trig-rewrite): New functions.
7529         (calc-simplify): Simplify trig functions when asked.
7531 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7533         * diff-mode.el (diff-find-source-location): Avoid goto-line.
7535 2009-08-24  Kenichi Handa  <handa@m17n.org>
7537         * language/ind-util.el (mapthread): Delete it.
7538         (combinatorial): New function.
7539         (indian--puthash-cv): Use combinatorial instead of mapthread.
7541 2009-08-22  Kevin Ryde  <user42@zip.com.au>
7543         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
7544         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
7545         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
7546         Clarify docstring that the value is strings not symbols.
7547         (checkdoc-list-of-strings-p): New function.
7549 2009-08-22  Glenn Morris  <rgm@gnu.org>
7551         * files.el (auto-mode-alist):
7552         * hippie-exp.el (he-concat-directory-file-name):
7553         * lpr.el (lpr-windows-system, printer-name):
7554         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
7555         * ps-print.el (ps-windows-system):
7556         * startup.el (command-line):
7557         * emulation/viper-ex.el (viper-glob-function):
7558         * international/mule-cmds.el (set-language-environment-coding-systems):
7559         * net/ange-ftp.el (ange-ftp-write-region):
7560         * obsolete/fast-lock.el (fast-lock-cache-name):
7561         Remove code for defunct system-types emx, macos, mswindows, next-mach,
7562         unisoft-unix, vax-vms, win32, w32.
7564         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
7565         given name if the pattern is not more specific.
7567         * calendar/lunar.el (lunar-phase-names): New option.
7568         (lunar-phase): Doc fix.
7569         (lunar-cycles-per-year): New constant.
7570         (lunar-index): New function.
7571         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
7572         (lunar-phase-name): Use lunar-phase-names.
7573         (calendar-lunar-phases): Use format.
7574         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
7576         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
7577         Copy imenu-example--name-and-position function here for own use.
7578         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
7580         * bs.el (bs--redisplay):
7581         * cus-edit.el (custom-redraw):
7582         * ibuffer.el (ibuffer-bury-buffer):
7583         * server.el (server-goto-line-column):
7584         * startup.el (command-line-1):
7585         * strokes.el (strokes-xpm-for-stroke):
7586         * term.el (term-display-buffer-line):
7587         * view.el (View-goto-line):
7588         * calc/calc.el (calc-do, calc-trail-buffer):
7589         * play/gamegrid.el (gamegrid-add-score-insecure):
7590         * progmodes/ada-mode.el (ada-compile-goto-error):
7591         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
7592         (ebrowse-select-1st-to-9nth):
7593         * progmodes/cperl-mode.el (cperl-time-fontification):
7594         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
7595         * progmodes/gud.el (gud-display-line):
7596         (idlwave-shell-display-line):
7597         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
7598         * progmodes/make-mode.el (makefile-browser-toggle):
7599         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
7600         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
7601         * textmodes/picture.el (picture-draw-rectangle):
7602         * textmodes/reftex-index.el (reftex-index-goto-letter):
7603         (reftex-select-jump-to-previous):
7604         * textmodes/reftex-sel.el (reftex-find-start-point)
7605         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
7606         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
7607         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
7608         * textmodes/tex-mode.el (tex-compilation-parse-errors):
7609         * textmodes/two-column.el (2C-associated-buffer):
7610         Use forward-line rather than goto-line.
7612         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
7613         goto-line.
7615         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
7616         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
7617         (quick-check-list-to-regexp): Declare.
7619         * progmodes/make-mode.el (makefile-browser-insert-selection):
7620         Use goto-char rather than goto-line.
7622         * progmodes/prolog.el (compilation-error-regexp-alist)
7623         (compilation-forget-errors): Declare.
7625 2009-08-22  Juri Linkov  <juri@jurta.org>
7627         * progmodes/grep.el (lgrep, rgrep): At the beginning
7628         set `dir' to `default-directory' unless `dir' is a non-nil
7629         readable directory.  (Bug#4052)
7630         (lgrep, rgrep): Change a weird way to report an error
7631         from using `read-string' to using `error'.
7632         Instead of using interactive arguments in the function body,
7633         add new argument `confirm'.
7635 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7637         * textmodes/remember.el (remember-buffer):
7638         * progmodes/cperl-mode.el (cperl-vc-header-alist):
7639         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
7640         (icalendar-extract-ical-from-buffer):
7641         * net/newst-treeview.el (newsticker-groups-filename):
7642         * net/newst-backend.el (newsticker-cache-filename):
7643         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
7644         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
7645         (speedbar-add-ignored-path-regexp, speedbar-line-path)
7646         (speedbar-buffers-line-path, speedbar-path-line)
7647         (speedbar-buffers-line-path):
7648         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
7649         (epg-sign-keys):
7650         * epa.el (epa-display-verify-result):
7651         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
7653 2009-08-21  Glenn Morris  <rgm@gnu.org>
7655         * progmodes/js.el (inferior-moz-process): Fix declaration.
7657         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
7659         * obsolete/rnewspost.el (news-mail-reply):
7660         Use goto-char rather than goto-line.
7662         * term/ns-win.el (ns-open-file-select-line):
7663         Use line-beginning-position rather than goto-line.
7665         * apropos.el (apropos-command):
7666         * ehelp.el (electric-helpify):
7667         * printing.el (pr-show-setup):
7668         * strokes.el (strokes-help):
7669         * tutorial.el (tutorial--describe-nonstandard-key)
7670         (tutorial--detailed-help):
7671         * woman.el (woman-mini-help, woman-display-extended-fonts):
7672         * calc/calc-help.el (calc-describe-key):
7673         * emulation/edt.el (edt-electric-helpify):
7674         * international/mule-diag.el (mule-diag):
7675         * play/yow.el (apropos-zippy):
7676         * progmodes/python.el (python-describe-symbol):
7677         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
7678         * textmodes/table.el (*table--cell-describe-mode)
7679         (*table--cell-describe-bindings):
7680         Use help-print-return-message rather than the now obsolete alias.
7682         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
7683         (calendar-cursor-to-visible-date):
7684         * play/5x5.el (5x5-position-cursor):
7685         * play/decipher.el (decipher):
7686         * play/gomoku.el (gomoku-goto-xy):
7687         * play/landmark.el (lm-goto-xy):
7688         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
7689         (mpuz-paint-digit):
7690         Use forward-line, not goto-line.
7692         * mail/rmail.el (rmail-obsolete): Delete custom group.
7693         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
7694         (rmail-remote-password, rmail-remote-password-required):
7695         Remove unneeded :set-after and :set properties.
7697 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
7699         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
7701 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
7703         * loadup.el: Remove leftover macos code.
7705         * vc-git.el (vc-git-annotate-command): Run asynchronously.
7706         Explicitly pass the date format to git blame so that user local
7707         so that the output format can be parsed.
7709 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
7711         * net/dbus.el (top): Don't check for (getenv
7712         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
7714 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
7716         * log-edit.el (log-edit-strip-single-file-name): New var.
7717         (log-edit-insert-changelog): Use it.  Bug#3571
7719 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7721         * subr.el (read-passwd): Use read-key so keypad keys work as well.
7722         Bug#3287
7724         * help.el (help-print-return-message): Rename from
7725         print-help-return-message.
7727         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
7728         cvs-mode-map parent hack.
7729         (log-view-mode): Derive from special-mode.
7731         * linum.el (linum-mode): window-size-change-functions is redundant.
7732         Adapt to new window-configuration-change-hook behavior.
7733         (linum-after-size, linum-after-config): Remove.
7735         * imenu.el (imenu-example--name-and-position)
7736         (imenu-example--lisp-extract-index-name)
7737         (imenu-example--create-lisp-index, imenu-example--create-c-index):
7738         Mark as obsolete.
7740         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
7741         (inferior-prolog-mode): Use it.
7742         (inferior-prolog-load-file): Reset list of errors.
7744 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7746         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
7748         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
7750 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
7752         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
7753         is running already.
7755 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7757         * subr.el (listify-key-sequence-1): Use normal syntax since those
7758         integers are nowadays always represented by the same (positive) number
7759         on all platforms.
7760         (read-key-empty-map): New const.
7761         (read-key-delay): New var.
7762         (read-key): New function.
7763         (force-mode-line-update): Use with-current-buffer.
7764         (locate-user-emacs-file): Don't forget to abbreviate the file name.
7765         (start-process-shell-command, start-file-process-shell-command):
7766         Discourage the use of command-args.
7768 2009-08-19  Glenn Morris  <rgm@gnu.org>
7770         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
7772 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7774         * simple.el (choose-completion-string): Don't rely on
7775         minibuffer-completing-file-name and ad-hoc checks to decide whether
7776         to continue completion or not.
7778         * minibuffer.el (minibuffer-hide-completions): New function.
7779         (completion--do-completion): Use it.
7780         (completions-annotations): New face.
7781         (completion--insert-strings): Use it.
7782         (completion-pcm--delim-wild-regex): Add docstring.
7783         (completion-pcm--string->pattern): Add support for 0-width delimiters
7784         in completion-pcm--delim-wild-regex.
7786 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7788         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
7789         Remove unused var `buffer-modified-p'.
7791         * minibuffer.el (completion--do-completion): Move point for the #b001
7792         case as well (bug#4176).
7793         (minibuffer-complete, minibuffer-complete-word): Don't move point.
7795 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
7797         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
7798         and :session buses.
7800 2009-08-18  Kenichi Handa  <handa@m17n.org>
7802         * international/ucs-normalize.el (ucs-normalize-version):
7803         Change to 1.1.
7804         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
7805         (utf-8-hfs): Make it perform normalization on encoding too.
7807         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
7808         (sentence-end-without-space): Delete duplicated chars.
7809         (sentence-end-base): Likewise.
7811         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
7812         (html-mode): Delete duplicated chars from sentence-end-base.
7814         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
7815         (texinfo-mode): Delete duplicated chars from sentence-end-base.
7817 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
7819         * files.el (hack-one-local-variable): If the mode function is for
7820         a minor mode, pass it an argument (Bug#4148).
7822 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
7824         * net/tramp.el (tramp-register-completion-file-name-handler):
7825         Check also for (member 'partial-completion completion-styles).
7827 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7829         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
7830         abbrev (Bug#3943).
7832 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
7834         * progmodes/cperl-mode.el: Merge upstream 6.2.
7835         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
7836         (cperl-forward-re): Check cperl-brace-recursing.
7837         (cperl-highlight-charclass): New function.
7838         (cperl-find-pods-heres): Use it.
7839         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
7840         (cperl-beautify-regexp-piece): Fix column calculation.
7841         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
7842         (cperl-beautify-level): Don't process entire regexp.
7843         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
7844         calling man.
7845         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
7846         (cperl-init-faces): Build a list in the normal way.
7848 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7850         * calendar/parse-time.el (parse-time-string-chars): Save match
7851         data.
7853 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7855         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
7856         (sql-product): Use it.
7857         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
7858         (sql-set-product): Add completion.
7859         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
7860         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
7861         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
7862         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
7863         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
7864         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
7865         (sql-highlight-db2-keywords): Remove.
7866         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7867         (sql-highlight-product): Use derived-mode-p.
7868         (sql-set-sqli-buffer): Use with-current-buffer.
7869         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
7870         Simplify.
7872         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
7874         * term.el: Fix commenting convention, turn comments into docstrings.
7876 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
7878         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
7880 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7882         * calendar/parse-time.el (parse-time-string-chars): Compute using
7883         character classes, to handle non-ascii characters (Bug#3190).
7885 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7887         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
7888         another heredoc if the user adds another < (Bug#3226).
7890         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7891         Don't initialize based on window-system (Bug#4124).
7893         * facemenu.el (facemenu-read-color): Use a completion function
7894         that accepts any defined color, such as RGB triplets (Bug#3677).
7896         * files.el (get-free-disk-space): Change fallback default
7897         directory to /.  Expand DIR argument before switching to fallback.
7898         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
7900 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
7902         * files.el (load-library): Doc fix.
7904 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
7906         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
7907         (viper-if-string): Redefine C-s in the minibuffer to insert the last
7908         incremental search string.
7910         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
7911         XEmacs.
7913         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
7914         (ediff-merge-region-is-non-clash)
7915         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
7916         Also check if the job is really a merge job.
7918         * ediff.el (ediff-current-file): New function.
7920 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
7922         * progmodes/js.el: Edit docstrings throughout to follow Emacs
7923         conventions.
7924         (js-insert-and-indent): Delete function.
7925         (js-mode-map): Don't bind keys to js-insert-and-indent.
7926         (js-beginning-of-defun): Rename from js--beginning-of-defun.
7927         (js-end-of-defun): Rename from js--end-of-defun.
7928         (js-auto-indent-flag): Delete variable.
7930 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
7932         * progmodes/js.el: Remove proclaim statement.
7933         Defvar which-func-imenu-joiner-function to silence compiler.
7935         * files.el (auto-mode-alist): Use js-mode for .js files.
7937         * progmodes/js2-mode.el: Remove file.
7939         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
7941         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
7943         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
7945 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
7946             Karl Landstrom  <karl.landstrom@brgeight.se>
7948         * progmodes/js.el: New file.
7950 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
7952         * timezone.el (timezone-parse-date): Add ability to understand ISO
7953         basic format (minimal separators) dates in addition to the
7954         already-supported extended format dates.
7956 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
7958         * international/ucs-normalize.el: Add a `coding' file variable.
7960         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
7962 2009-08-14  Sam Steingold  <sds@gnu.org>
7964         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7966 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
7968         * faces.el (help-argument-name): Define it here instead of
7969         help-fns.el, because in daemon mode help-fns.el may be loaded when
7970         faces are still uninitialized (Bug#1078).
7972         * help-fns.el (help-argument-name): Move defface to faces.el.
7974 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
7976         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
7977         create buffer with a pty but no process so that GDB can make the
7978         inferior the controlling process.
7980 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
7982         * international/ucs-normalize.el: New file.
7984 2009-08-13  Richard Stallman  <rms@gnu.org>
7986         * mail/rmail.el (rmail-get-attr-names):
7987         Accept an attribute header that is too short.
7989         * mail/rmail.el (rmail-forget-messages):
7990         Ignore nil elt in rmail-message-vector.  Use dotimes.
7992         * progmodes/compile.el (compilation-goto-locus):
7993         Use next-error-move-function.
7995         * simple.el (next-error-move-function): New variable.
7997 2009-08-12  Juri Linkov  <juri@jurta.org>
7999         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
8000         always non-nil.  (Bug#4052)
8002         * replace.el (read-regexp): Return empty string when
8003         `default-value' is nil.
8004         (keep-lines-read-args): Don't use empty string as the
8005         default value for `read-regexp'.  (Bug#2495)
8007 2009-08-12  Juri Linkov  <juri@jurta.org>
8009         * international/mule-cmds.el (ucs-insert): Change arguments
8010         from `arg' to `character', `count', `inherit' to be the same
8011         as in `insert-char'.  Doc fix.  (Bug#4039)
8013         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
8015 2009-08-12  Juri Linkov  <juri@jurta.org>
8017         * files-x.el: New file.
8019         * files.el: Move code that deals with adding/deleting
8020         file/directory-local variables to files-x.el.
8022         * Makefile.in (ELCFILES): Add files-x.elc.
8024 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
8026         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
8027         to use `goto-line'.
8028         (gdb-place-breakpoints, gdb-get-location): Rewritten without
8029         `goto-line'.
8030         (gdb-invalidate-disassembly): Do not refresh upon receiving
8031         'update signal.  Instead, update all disassembly buffers only after
8032         threads list.
8033         (gdb): Send -target-detach when buffer is killed (Bug#3794).
8034         (gdb-starting): Moved -data-list-register-names...
8035         (gdb-stopped): ...here so it's sent when first thread stops.
8036         (gdb-registers-handler-custom): Do nothing if register names are
8037         unknown yet.
8039         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
8040         from `gdb-mi.el' to avoid extra tangling.
8042         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
8043         change which breaks `gud-def' definitions used in `gdb'.
8044         (gdb-update-gud-running): No extra fuss for updating frame number.
8046 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8048         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
8049         (describe-language-environment-map, setup-language-environment-map)
8050         (set-coding-system-map): Move initialization into declaration.
8051         (set-language-info-alist): Last arg to define-key-after can be skipped.
8053         * international/quail.el (quail-completion-1): Simplify.
8054         (quail-define-rules): Use slightly more compact code.
8055         (quail-insert-decode-map): Propertize keys, compact columns.
8057         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8058         Add goto-line.
8060 2009-08-10  Miles Bader  <miles@gnu.org>
8062         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
8063         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
8064         (js2-instance-member, js2-private-member, js2-private-function-call)
8065         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
8066         (js2-magic-paren, js2-external-variable):
8067         Remove "-face" suffix from face names.
8068         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
8069         (js2-highlight-undeclared-vars, js2-peek-token)
8070         (js2-parse-function-params, js2-mode-show-errors)
8071         (js2-mode-show-warnings, js2-make-magic-delimiter)
8072         (js2-mode-highlight-magic-parens): Update to use new face names.
8074 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
8076         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
8077         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
8079 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
8081         * subr.el: Provide hashtable-print-readable.
8083         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
8084         hs-c-like-adjust-block-beginning.
8085         (hs-hide-block-at-point): Stop hiding at the beginning of
8086         hs-block-end-regexp (Bug#700).
8088 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
8090         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
8091         a macro.
8092         (gdb-registers-handler-custom): Do not fail when register names
8093         are unavailable.
8095 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
8097         * progmodes/gdb-mi.el (gdb-control-all-threads)
8098         (gdb-control-current-thread): Interactive setters for
8099         `gdb-gud-control-all-threads' to use in menu.
8100         (gdb-show-run-p): Show «Go» when process is not active.
8101         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
8102         gud/thread.xpm and gud/all.xpm.
8104 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
8106         * net/net-utils.el (net-utils-font-lock-keywords): New var.
8107         (nslookup-font-lock-keywords): Make it a variable.
8108         (net-utils-mode): New mode for viewing diagnostic network output.
8109         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
8110         (net-utils-run-simple): New function.
8111         (ifconfig, iwconfig, netstat, arp, route): Use it.
8113 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
8115         * progmodes/gdb-mi.el (gdb-read-memory-custom)
8116         (gdb-memory-set-address, def-gdb-set-positive-number)
8117         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
8118         after changing settings.
8119         (gdb-invalidate-disassembly): Update when first shown.
8120         (gdb-edit-locals-value): Fixed.
8121         (gdb-registers-handler-custom): Print registers in right order and
8122         allow changing register values (only for current thread yet).
8123         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
8124         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
8125         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
8126         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
8127         info in mode name.
8128         (gdb-registers-mode-map): TAB to switch to locals.
8130 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
8132         * mail/rmail.el (rmail-add-mbox-headers)
8133         (rmail-set-message-counters-counter): Search for
8134         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
8136 2009-08-08  Glenn Morris  <rgm@gnu.org>
8138         * Makefile.in (ELCFILES): Update.
8140 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
8142         * mail/sendmail.el (mail-yank-original): Set
8143         buffer-file-coding-system from the one used by the message whose
8144         text is yanked.
8146         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
8147         to "windows" when "pgnuplot" is used.
8148         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
8149         call accept-process-output if "pgnuplot" is used.
8150         (calc-graph-init): Don't send -display and -geometry to
8151         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
8152         running "pgnuplot -V" with shell-command-to-string.
8154         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
8155         the default.
8157 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
8159         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
8160         org/org-latex.elc.
8162 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
8164         * vc-dispatcher.el (vc-resynch-window): Update comment.
8166         * term.el (term-handle-ansi-escape): Add comments with the
8167         terminfo capabilities implemented.
8169 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
8171         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
8172         (gdb-var-create-handler): Rewritten using JSON parser.
8173         (gdb-propertize-header): Moved earlier.
8174         (gdb-set-header): Removed to avoid duplication.
8175         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
8176         Refresh disassembly buffers only after threads list have been
8177         update.
8178         (gdb-threads-header, gdb-registers-header): Per-buffer header line
8179         variables.
8181 2009-08-04  Juri Linkov  <juri@jurta.org>
8183         * files.el: Commands to add/delete file/directory-local variables.
8184         (read-file-local-variable, read-file-local-variable-value)
8185         (read-file-local-variable-mode, modify-file-local-variable)
8186         (modify-file-local-variable-prop-line)
8187         (modify-dir-local-variable): New functions.
8188         (add-file-local-variable, delete-file-local-variable)
8189         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
8190         (add-dir-local-variable, delete-dir-local-variable)
8191         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
8192         (copy-dir-locals-to-file-locals-prop-line): New commands.
8194 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
8196         * abbrev.el (insert-abbrev-table-description): Prettify output.
8197         Suggested by Karl Chen.
8199 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
8201         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
8202         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
8203         (gdb-overlay-arrow-position, gdb-thread-position)
8204         (gdb-disassembly-position): Declare variables.
8205         (gdb-wait-for-pending): Function now.
8206         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
8207         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
8208         compilation goes smoothly.
8209         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
8210         (gdb-non-stop-setting): New customization setting which replaces
8211         `gdb-non-stop' so changing it doesn't break active GDB session.
8212         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
8213         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
8214         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
8215         (gdb-show-threads-by-default): New customization options.
8216         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
8217         routines.
8218         (gdb-get-buffer-create): Send buffers update signal when they are
8219         created.
8220         (gdb-invalidate-locals, gdb-invalidate-registers)
8221         (gdb-invalidate-breakpoints)
8222         (gdb-invalidate-threads, gdb-invalidate-disassembly)
8223         (gdb-invalidate-memory): Accept update signal.
8224         (gdb-current-context-command): Use --frame option.
8225         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
8226         Implement `gdb-frame-number' selection logic.
8227         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
8228         whether to show GUD toolbar buttons.
8229         (gdb-thread-exited): Unselect current thread when it exits.
8230         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
8231         (gdb-mark-line): Routine which sets overlay arrow or inverses
8232         video on fringeless displays.
8233         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
8234         to build aligned columns of data in GDB buffers and set text
8235         properties line-by-line.
8236         (gdb-invalidate-breakpoints)
8237         (gdb-breakpoints-list-handler-custom)
8238         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
8239         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
8240         (gdb-registers-handler-custom): Align data columns.
8241         (gdb-locals-handler-custom): Now prints data like in variable
8242         declarations.
8243         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
8244         Removed confusing buttons.
8245         (gdb-invalidate-threads): Append --frame.
8246         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
8247         between breakpoints/threads buffers.
8248         (gdb-set-window-buffer): Now can ignore dedicated windows.
8249         (gdb-propertize-header): Use `gdb-set-window-buffer'.
8250         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
8251         (def-gdb-thread-buffer-gud-command): Replaces
8252         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
8253         for fine thread control.
8254         (gdb-preempt-existing-or-display-buffer): New function used to
8255         display bound buffers without breaking window layout.
8256         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
8257         (gdb-select-frame): New version of `gdb-frames-select' which now
8258         sets `gdb-frame-number' so commands may use --frame option instead
8259         of inner debugger state.
8260         (gdb-frame-handler): Do not set `gdb-frame-number'.
8261         (gdb-threads-mode-map): Select threads with mouse.
8263         * progmodes/gud.el (gdb-gud-context-call): Declare function to
8264         avoid compilation warning.
8265         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
8266         `gdb-show-stop-p`.
8268         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
8269         Argument `key' renamed to `buffer-type'.
8270         (gdb-current-context-buffer-name): Do not add thread info to
8271         buffer name when no thread is selected.
8272         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
8273         command (bug 3794).
8274         (gdb-thread-selected): Handle `=thread-selected' notification.
8275         (gdb-wait-for-pending): New macro to deal with congestion problems.
8276         (gdb-breakpoints-list-handler-custom): Don't fail on pending
8277         breakpoints.
8278         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
8279         This fixes problem similar to one described in bug 3947.
8280         (gud-menu-map): More menu items.
8281         (gdb-init-1): Reset `gdb-thread-number' to nil.
8283         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
8284         non-stop settings.
8286         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
8287         (gdb-current-context-command): Do not append --thread if
8288         `gdb-thread-number' is nil.
8289         (gdb-running-threads-count, gdb-stopped-threads-count): New
8290         variables.
8291         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
8292         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
8293         customization options.
8294         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
8295         GUD commands.
8296         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
8297         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
8298         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
8299         set `gdb-thread-number' and update `gud-running' properly.
8300         (gdb-running): Update threads list when new threads appear.
8301         (gdb-stopped): Support non-stop operation and new thread switching
8302         logic.
8303         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
8304         (gdb-json-partial-output): New set of JSON routines.
8305         (def-gdb-auto-update-trigger): New `signal-list' optional
8306         argument.
8307         (gdb-thread-list-handler-custom): Update `gud-running',
8308         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
8309         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
8310         (gdb-continue-thread, gdb-step-thread): New commands for fine
8311         thread execution control.
8312         (gud-menu-map): New menu items to switch non-stop options.
8313         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
8314         (gdb-send): Mimic RET properly (bug 3794).
8316         * progmodes/gdb-mi.el (gdb-rules-name-maker)
8317         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
8318         gdb-buffer-rules.
8319         (def-gdb-auto-update-handler): New nopreserve optional argument.
8320         (gdb-stack-list-frames-custom): Print stack from top to bottom.
8322         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
8323         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
8324         (gdb-parent-mode): New mode to derive other GDB modes from.
8325         (gdb-display-disassembly-for-thread)
8326         (gdb-frame-disassembly-for-thread): New commands for threads
8327         buffer.
8329         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
8330         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
8331         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
8332         (gdb-update): We now store all GDB buffers in a list so that they
8333         can be updated by traversing a list instead of calling invalidate
8334         triggers explicitly.
8335         (def-gdb-trigger-and-handler): New macro to define trigger-handler
8336         pair for GDB buffer.
8337         (gdb-stack-buffer-name): Add thread information.
8338         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
8339         handle pending triggers.
8340         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
8341         (def-gdb-thread-buffer-simple-command)
8342         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
8343         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
8344         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
8345         New commands which show buffers bound to thread.
8346         (gdb-stack-list-locals-regexp): Removed unused regexp.
8348         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
8349         (gdb-locals-buffer-name, gdb-registers-buffer-name)
8350         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
8351         to (gud-comint-buffer) in *-buffer-name functions
8352         because (gdb-get-target-string) already does that.
8353         (gdb-locals-handler-custom, gdb-registers-handler-custom)
8354         (gdb-changed-registers-handler): Rewritten without regexps.
8356         * progmodes/gdb-mi.el: Basic thread selection support.
8357         (gdb-thread-number): New variable.
8358         (gdb-current-context-command): New macro which adds --thread
8359         option to command.
8360         (gdb-threads-mode-map): Select thread with SPC.
8361         (gdb-thread-list-handler-custom): Mark current thread with overlay
8362         arrow.  Synchronize GDB thread and Emacs thread.
8363         (gdb-select-thread): New command which selects current thread.
8364         (gdb-invalidate-frames, gdb-invalidate-locals)
8365         (gdb-invalidate-registers): Use --thread option.
8367 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
8369         * net/tramp.el (top): Make check for tramp-gvfs loading more
8370         robust.  (Bug#3977)
8371         (tramp-handle-insert-file-contents): `unwind-protect' must be
8372         inside `with-parsed-tramp-file-name'.
8374         * net/tramp-gvfs.el (top): Remove superfluous message when loading
8375         fails.
8377 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
8379         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
8380         directory if CLASSPATH is not set.
8382 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
8384         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
8385         New defconst.
8386         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
8388 2009-08-02  Kevin Ryde  <user42@zip.com.au>
8390         * net/newst-backend.el (newsticker--raw-url-list-defaults):
8391         Update freshmeat link.  Delete newsforge.com as it seems gone.
8393 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
8395         * select.el (x-set-selection): Doc fix (Bug#4021).
8397         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
8399         * help-fns.el (describe-variable): Treat list return values from
8400         dir-locals-find-file properly (Bug#4005).
8402 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
8404         * net/tramp.el (tramp-debug-message): Print also microseconds.
8406 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
8408         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
8409         or END is non-nil.
8410         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
8411         (tramp-get-debug-buffer): Change `outline-regexp' according to new
8412         format.
8414         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
8415         (tramp-get-file-property): Use it.
8417         * autorevert.el (auto-revert-handler): Allow
8418         `auto-revert-tail-mode' for remote files.
8420 2009-08-02  Jason Rumney  <jasonr@gnu.org>
8422         * minibuffer.el (read-file-name): Treat confirm options to
8423         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
8425 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
8427         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
8428         (font-lock-variable-name-face, font-lock-constant-face): Darken
8429         the colors for light backgrounds.
8431 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
8433         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
8434         month names.  (Bug#3987)
8436 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
8438         * simple.el (line-move-finish): Pass whole number to
8439         line-move-to-column.
8440         (line-move-visual): Perform hscroll to the recorded position.
8442 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
8444         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
8446 2009-07-29  Alan Mackenzie  <acm@muc.de>
8448         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
8450 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
8452         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
8453         (gdb-place-breakpoints): Use full path when setting breakpoints.
8455 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
8457         * calc/calc.el (calc-mode-map): Add keybinding for
8458         `calc-transpose-lines'.
8460 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
8462         * calc/calc-misc.el (calc-transpose-lines): New function.
8464 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
8466         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
8467         Simplify check for out-of-band methods.
8468         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
8469         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
8471 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
8473         * vc-git.el (vc-git-checkin): Fix typo.
8475 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
8477         * progmodes/js2-mode.el: New file.
8479 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
8481         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
8482         (gud-menu-map): Adjust tooltip accordingly.
8484 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8486         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
8487         (vc-bzr-log-view-mode): Adjust log-view-file-re.
8489         * add-log.el (change-log-mode-map): Add a menu.
8491 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
8493         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
8494         function returns nil.
8495         (dbus-handle-event): Handle special return value :ignore.
8496         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
8498 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
8500         * view.el (view-mode-enable): Don't define Helper-return-blurb if
8501         it's not needed.
8503 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
8505         Fix Bug#3888:
8507         * w32-vars.el (x-select-enable-clipboard): Doc fix.
8509         * term/pc-win.el (x-display-name, x-colors)
8510         (x-select-enable-clipboard, x-select-text): Doc fix.
8512         * term/common-win.el (x-display-name, x-colors): Doc fix.
8514         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
8515         (xw-defined-colors): Doc fix.
8517         * w32-fns.el (x-select-text, x-setup-function-keys)
8518         (x-get-selection, x-set-selection): Doc fix.
8520         * term/x-win.el (x-select-text, x-setup-function-keys)
8521         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
8523         * select.el (x-set-selection): Doc fix.
8525 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
8527         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
8528         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
8529         "IsNSSSupportAvailable" method is not available.  Reported by
8530         Steve Youngs <steve@sxemacs.org>.
8532 2009-07-24  Kenichi Handa  <handa@m17n.org>
8534         * international/characters.el: Fix setting of category ?C, ?|, ?K,
8535         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
8536         (build-unicode-category-table): Fix range checks.
8538 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
8540         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
8541         the buffer we try to sync is current when calling
8542         vc-resynch-buffer.
8544         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
8545         not show up to date files.
8547 2009-07-24  Glenn Morris  <rgm@gnu.org>
8549         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
8550         Add autoload cookies.  If necessary, initialize.
8551         (elint-log): Handle non-file buffers.
8552         (elint-initialize): Add optional argument to reinitialize.
8553         (elint-find-builtin-variables): Save excursion.
8555 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
8557         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
8558         for Lint.
8560 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8562         * vc.el (vc-print-log-internal): New function, split out from ...
8563         (vc-print-log): ... here.
8564         (vc-dir-move-to-goal-column): Declare.
8566         * vc-git.el (vc-git-add-signoff): New variable.
8567         (vc-git-checkin): Use it.
8568         (vc-git-toggle-signoff): New function.
8569         (vc-git-extra-menu-map): Bind it to menu.
8570         (vc-git--run-command-string): Accept a nil FILE argument.
8571         (vc-git-stash-list): New function.
8572         (vc-git-dir-extra-headers): Use it.
8574 2009-07-23  Glenn Morris  <rgm@gnu.org>
8576         * help-fns.el (describe-variable): Describe ignored and risky local
8577         variables in a similar way to that in which we describe safe ones.
8579         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
8580         (byte-compile-output-file-form, byte-compile-output-docform)
8581         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
8582         Give some more local variables with common names a "bytecomp-" prefix,
8583         so as not to shadow things during compilation.
8584         * emacs-lisp/cl-macs.el (load-time-value)
8585         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
8586         `outbuffer' to `bytecomp-outbuffer'.
8588         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
8589         since the next two variables cover them automatically now.
8590         (elint-builtin-variables, elint-autoloaded-variables): New.
8591         (elint-unknown-builtin-args): Remove all members, since they can be
8592         parsed automatically now.
8593         (elint-extra-errors): New.
8594         (elint-env-add-env, elint-env-add-macro): Use cadr.
8595         (elint-current-buffer): Use or.  Change final message.
8596         (elint-get-top-forms): Use line-end-position.
8597         (elint-init-env): Use cadr.  Handle autoload, declare-function,
8598         and defalias.
8599         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
8600         (regexp-assoc): Remove unused function.
8601         (elint-top-form): Set elint-current-pos, to record the start of the
8602         top-level form, for compilation-mode.
8603         (elint-form): Trap errors in macro expansion.  Use dolist.
8604         (elint-unbound-variable): Use elint-builtin-variables and
8605         elint-autoloaded-variables.
8606         (elint-get-args): Use cadr, or.
8607         (elint-check-cond-form): Use dolist, cadr.
8608         (elint-check-condition-case-form): Doc fix.  Use cadr.
8609         Use elint-extra-errors.
8610         (elint-log): New function.
8611         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
8612         Distinguish errors and warnings.
8613         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
8614         Use a bytecomp-style format.
8615         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
8616         (elint-get-log-buffer): Use compilation mode.  Disable undo.
8617         Don't truncate lines.
8618         (elint-initialize): Set builtin and autoloaded variable lists.
8619         Only process elint-unknown-builtin-args if non-nil.
8620         (elint-find-builtin-variables, elint-find-autoloaded-variables):
8621         New functions.
8622         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
8624 2009-07-22  Kevin Ryde  <user42@zip.com.au>
8626         * net/newst-backend.el (newsticker--parse-atom-1.0)
8627         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8628         (newsticker--parse-rss-1.0):
8629         * progmodes/idlwave.el (idlwave-mode):
8630         * progmodes/idlw-shell.el (idlwave-shell-mode):
8631         * progmodes/vera-mode.el (vera-mode):
8632         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
8633         * progmodes/vhdl-mode.el (vhdl-mode):
8634         * textmodes/table.el (table-generate-source)
8635         (table--warn-incompatibility):
8636         Hyperlink urls in docstrings with URL `...'.
8638 2009-07-22  Glenn Morris  <rgm@gnu.org>
8640         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
8641         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
8642         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
8643         Remove leading * from defcustom docs.
8645         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
8647         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
8648         defcustom doc.
8649         (list-load-path-shadows): Optionally, just return shadows as a string.
8651         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
8653 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
8655         * mail/rmailedit.el (rmail-edit-mode): Use
8656         auto-save-include-big-deletions.
8658         * mail/rmail.el (rmail-variables): Use
8659         auto-save-include-big-deletions.
8661         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
8662         changes.
8664 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
8666         * calc/calc.el (calc-undo-length): New variable.
8667         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
8669 2009-07-21  Richard Stallman  <rms@gnu.org>
8671         * files.el (auto-save-mode): Handle buffer-save-size = -2
8672         for toggling mode.
8674 2009-07-21  Glenn Morris  <rgm@gnu.org>
8676         * textmodes/ispell.el (ispell-looking-back): Update declaration.
8678         * calendar/todo-mode.el (calendar-current-date): Update declaration.
8680         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
8681         silence compiler.  Instead...
8682         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
8683         (ps-print-ensure-fontified): Update for above function name changes.
8685         * printing.el (pr-mh-get-msg-num, pr-mh-show)
8686         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
8687         silence compiler.  Instead...
8688         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
8689         (mh-show-buffer): Only define for compiler.
8690         (pr-mh-current-message): Update for above function name changes.
8692         * files.el (abort-if-file-too-large): Explicitly pass `filename'
8693         as an argument.
8694         (find-file-noselect, insert-file-1): Update for above change.
8696         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
8698         * mail/mailclient.el (mailclient-send-it): Fix message.
8700         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
8701         (edebug-eval): Check cl-debug-env is bound.
8702         (print-level, print-circle): Don't redefine built-in variables.
8704         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
8705         (custom-print-vectors): Remove old comments from doc.
8707         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
8708         (emerge-version): Make the variable an obsolete alias for the
8709         emacs-version variable.  Make the function obsolete.
8710         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
8711         Emerge options, rather than merging in into the main Options menu.
8712         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
8713         and auto advance modes.  Disable edit/fast items when not relevant.
8715 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8717         * term/vt420.el (terminal-init-vt420): Fix typo.
8719 2009-07-20  Sam Steingold  <sds@gnu.org>
8721         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
8722         variable (removed from compile.el on 2004-03-11).
8724 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
8726         * files.el (hack-local-variables-filter): Fix last change.
8728 2009-07-19  Juri Linkov  <juri@jurta.org>
8730         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
8731         (dir-local-variables-alist): New buffer-local variable.
8732         (hack-local-variables-filter): If variable is not dir-local,
8733         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
8734         because file-local overrides dir-local.
8735         (c-postprocess-file-styles) <declare-function>:
8736         Remove obsolete declaration.
8737         (hack-dir-local-variables): Add dir-local variable/value pair to
8738         `dir-local-variables-alist' and remove duplicates.  Doc fix.
8740         * help-fns.el (describe-variable): Add information about
8741         file-local and dir-local variables.
8743 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
8745         * files.el (hack-local-variables-filter): Rewrite.
8747 2009-07-19  Glenn Morris  <rgm@gnu.org>
8749         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
8750         Silence compiler by only defining on XEmacs.
8752         * international/mule.el (auto-coding-regexp-alist): Only match
8753         BABYL... at the start of buffer, not of lines.  (Bug#3790)
8755         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
8756         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
8757         (cal-menu-context-mouse-menu): Doc fix.
8759         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
8761         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
8763 2009-07-18  Juri Linkov  <juri@jurta.org>
8765         * info.el: Virtual Info keyword finder.
8766         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
8767         (Info-finder-file): New variable.
8768         (Info-finder-find-file): New function.
8769         (finder-known-keywords, finder-package-info)
8770         (find-library-name, lm-commentary): Use defvar and
8771         declare-function to silence compiler warnings.
8772         (Info-finder-find-node): New function.
8773         (info-finder): New command.
8775         * subr.el (process-kill-buffer-query-function): New function.
8776         (add-hook)<kill-buffer-query-functions>: Add hook
8777         `process-kill-buffer-query-function'.
8779 2009-07-18  Alan Mackenzie  <acm@muc.de>
8781         * progmodes/cc-mode.el (c-before-hack-hook)
8782         (c-postprocess-file-styles): Give invocation of `c-set-style'
8783         DONT-OVERRIDE parameter of t.  Already set style variables will
8784         thus not be overridden by style settings given by `c-file-syle'.
8786         * files.el (hack-local-variables-filter): Remove entries with
8787         duplicate keys from `file-local-variables-alist'.
8789 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
8791         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
8792         x-set-selection if display-selections-p returns nil for the
8793         current frame.
8795 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
8797         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
8799 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
8801         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
8802         Accept nil in addition to a regexp.
8803         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
8804         Accept nil in addition to a regexp.
8805         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
8806         buffers that have an associated file.  Handle nil values of
8807         desktop-buffers-not-to-save and desktop-files-not-to-save.
8808         (Bug#3833)
8810         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8811         (x-disown-selection-internal): New functions.
8813 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
8815         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
8816         warning.
8817         (gdb-breakpoints-header): Move forward to avoid compiler warning.
8818         (gdb-make-header-line-mouse-map): Remove duplicate definition.
8820 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
8822         * simple.el (set-mark): Revert last change.
8824 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
8826         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
8827         rendering of pngs is not possible instead of messaging a long
8828         description.
8830 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
8832         * w32-fns.el (x-selection-owner-p): New function.
8834         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
8835         (mouse-yank-at-click, mouse-yank-primary): If
8836         select-active-regions is non-nil, deactivate the mark before
8837         insertion.
8839         * simple.el (deactivate-mark, set-mark): Only save selection if we
8840         own it.
8842 2009-07-17  Kenichi Handa  <handa@m17n.org>
8844         * case-table.el (describe-buffer-case-table): Fix for the case
8845         that KEY is a cons.
8847 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
8849         * vc-rcs.el (vc-rcs-find-file-hook):
8850         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
8852 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
8854         * net/tramp.el (tramp-wait-for-output): Handle the case when
8855         commands do not return a newline but a null byte before the shell
8856         prompt.  (Bug#3858)
8858 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8860         * term/ns-win.el (ns-set-alpha): Don't declare.
8861         (ns-set-background-alpha): Remove function.
8863 2009-07-16  Kevin Ryde  <user42@zip.com.au>
8865         * emacs-lisp/copyright.el (copyright-update): Save match-data across
8866         y-or-n-p, for safety.
8868 2009-07-16  Richard Stallman  <rms@gnu.org>
8870         * files.el (auto-save-mode): If buffer-saved-size is -2,
8871         don't clobber it.
8873         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
8874         (rmail-retry-ignored-headers): Add more uninteresting fields.
8876 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
8878         * net/rcirc.el (rcirc): Use history variables.
8879         (rcirc-server-name-history, rcirc-nick-name-history)
8880         (rcirc-server-port-history): New variables.
8882 2009-07-15  Kenichi Handa  <handa@m17n.org>
8884         * international/mule-cmds.el (set-language-environment-charset):
8885         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
8886         ignore them.
8888         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
8889         Delete unibyte-display.
8891 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
8893         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
8895 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
8897         * simple.el (deactivate-mark): Optional argument FORCE.
8898         (set-mark): Use deactivate-mark.
8900         * info.el (Info-search): No need to check transient-mark-mode
8901         before calling deactivate-mark.
8903         * select.el (x-set-selection): Doc fix.
8904         (x-valid-simple-selection-p): Allow buffer values.
8905         (xselect--selection-bounds): Handle buffer values.  Suggested by
8906         David De La Harpe Golden.
8908         * mouse.el (mouse-set-region, mouse-drag-track): Call
8909         copy-region-as-kill before setting the mark, to let
8910         select-active-regions work.
8912 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
8914         * simple.el (deactivate-mark): If select-active-regions is
8915         non-nil, copy the selection data into a string.
8916         (activate-mark): If select-active-regions is non-nil, set the
8917         selection to the current buffer.
8918         (set-mark): Update selection if select-active-regions is non-nil.
8920         * select.el (x-valid-simple-selection-p): Allow buffer values.
8922 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8924         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
8925         and more featureful message-mode.
8927 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
8929         * select.el (x-set-selection): Doc fix.
8930         (x-valid-simple-selection-p): Disallow selection data consisting
8931         of a list or cons of integers, since that is not used.
8932         (xselect--selection-bounds, xselect--int-to-cons): New functions.
8933         (xselect-convert-to-string, xselect-convert-to-length)
8934         (xselect-convert-to-filename, xselect-convert-to-charpos)
8935         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
8937 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
8939         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
8940         output in -break-info command (Emacs bug #3794).
8942 2009-07-14  Glenn Morris  <rgm@gnu.org>
8944         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
8945         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
8946         (edebug-print-length, edebug-print-level, edebug-print-circle)
8947         (edebug-sit-for-seconds, edebug-view-outside)
8948         (edebug-bounce-point, edebug-set-global-break-condition)
8949         (edebug-Go-nonstop-mode, edebug-trace-mode)
8950         (edebug-Trace-fast-mode, edebug-continue-mode)
8951         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
8952         (edebug-visit-eval-list): Doc fixes.
8954         * subr.el (def-edebug-spec): Doc fix.
8956 2009-07-14  Kenichi Handa  <handa@m17n.org>
8958         * international/characters.el: Fix setting of category ?C.
8960 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
8962         * term/ns-win.el (x-select-font): defalias x-select-font to
8963         ns-popup-font-panel instead of generate-fontset-menu.
8965 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
8967         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
8969 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
8971         * arc-mode.el (archive-find-type): Allow for a PK00 string before
8972         the PK\003\004 header (Bug#3770).
8974 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
8976         * pcomplete.el (pcomplete-comint-setup): Check for
8977         shell-dynamic-complete-filename too.
8979 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
8981         * simple.el (temporary-goal-column): Change the value for
8982         line-move-visual to a cons cell.
8983         (line-move-visual): Record or set the window hscroll, if
8984         necessary (Bug#3494).
8985         (line-move-1): Handle cons value of temporary-goal-column.
8987 2009-07-11  Kenichi Handa  <handa@m17n.org>
8989         * international/mule-diag.el (describe-character-set): Don't show
8990         width.
8992 2009-07-10  Sam Steingold  <sds@gnu.org>
8994         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8995         Omake sometimes indents the errors it prints, so allow all
8996         regexps to start with spaces.
8998 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
9000         * cus-edit.el (customize-changed-options-previous-release):
9001         Bump value to 22.1.  (Bug#3804)
9003 2009-07-08  Sam Steingold  <sds@gnu.org>
9005         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
9006         to be a cons cell (test . ignored-directory) to selectively ignore
9007         some directories depending on the location of the search.
9009 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
9011         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
9012         remote user is root, on the local host.
9013         (tramp-local-host-p): Either the local user or the remote user
9014         must be root.  (Bug#3771)
9016 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
9018         * progmodes/gdb-mi.el (gdb): Remove description of
9019         gdb-use-separate-io-buffer.
9020         (menu): Don't allow toggling of or enable
9021         gdb-use-separate-io-buffer from menubar.
9023 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
9025         * mail/unrmail.el (unrmail): Make sure the message ends with two
9026         newlines (Bug#3769).
9028 2009-07-08  Glenn Morris  <rgm@gnu.org>
9030         * calendar/calendar.el (calendar-current-date): Rework previous change.
9032 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
9034         * calendar/calendar.el (calendar-current-date):
9035         Add an optional argument giving an offset from today.
9037 2009-07-08  Glenn Morris  <rgm@gnu.org>
9039         * tutorial.el (tutorial--describe-nonstandard-key):
9040         Adjust the message for when a key has been unbound.
9041         (help-with-tutorial): Hide the arch-tag.
9043 2009-07-08  Kenichi Handa  <handa@m17n.org>
9045         * international/fontset.el (setup-default-fontset): For each
9046         script, append (not set) font-specs.
9048         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
9049         docstring.
9051 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
9053         * progmodes/gdb-mi.el (gdb-init-1): Move sending
9054         -data-list-register-names to ...
9055         (gdb-starting): ... here because GDB 7.0 requires execution to
9056         have started when using this MI command.
9057         (gdb-set-header): New function to distinguish select and
9058         unselected tabs in gdb buffers.
9059         (gdb-propertize-header): New macro that uses gdb-set-header.
9060         (gdb-breakpoints-header, gdb-locals-header): Use it.
9061         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
9063 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
9065         * Makefile.in (ELCFILES): Remove fadr.elc.
9067 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
9069         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
9070         may contain frame information, so `string-match' should be used.
9071         (gdb-update): Disassembly is invalidated through
9072         `gdb-get-selected-frame'.
9073         (gdb-pad-string): New function to pad string with spaces.
9074         (gdb-invalidate-disassembly): Invalidate only if the buffer
9075         exists.
9076         (gdb-disassembly-handler-custom): Column alignment.
9077         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
9078         placing new ones.
9079         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
9080         end of line, too.
9081         (gdb-frame-handler): Match convention to for disassembly buffer
9082         mode name.
9083         (gdb-stack-list-frames-handler): Rewritten without regexps.
9084         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
9085         not highlight breakpoints without line information.
9086         (gdb-input): Add trailing newline to command.
9088         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
9089         buffer properly.
9090         (gdb-breakpoints-list-handler-custom): Replacement for
9091         `gdb-break-list-handler'.  Using real parser instead of regexps
9092         now.
9093         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
9094         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
9095         to place breakpoints.
9096         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
9097         functions.
9098         (gdb-disassembly-handler-custom): Show overlay arrow.
9099         (gdb-disassembly-place-breakpoints): Show breakpoints in
9100         disassembly buffer.
9101         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
9102         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
9103         instead of parsing breakpoints buffer.  Fixed old menu references
9104         in `gud-menu-map'.
9106         * fadr.el: Remove.
9108         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
9109         (gdb-memory-address): New variable which holds top address of
9110         memory page shown in memory buffer.
9111         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
9112         customization variables.
9113         New functions:
9114         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
9115         display the memory buffer.
9116         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
9117         buffer display parameters.
9118         (def-gdb-memory-format, gdb-memory-format-binary)
9119         (gdb-memory-format-octal, gdb-memory-format-unsigned)
9120         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
9121         Functions for setting memory buffer format.
9122         (gdb-memory-unit-word, gdb-memory-unit-halfword)
9123         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
9124         unit size used in memory buffer.
9125         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
9126         to next/previous page of memory buffer.
9127         Now using (bindat-get-field) instead of fadr functions.
9129 2009-07-07  Sam Steingold  <sds@gnu.org>
9131         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
9132         non-top-level files.
9134 2009-07-07  Kenichi Handa  <handa@m17n.org>
9136         * international/mule-cmds.el (reset-language-environment): Put
9137         the highset priority to the charset iso-8859-1.
9139 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
9141         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
9142         to the end of the line when locating the block (Bug#700).
9144 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
9146         * net/tramp.el (tramp-handle-write-region): Flush file properties
9147         in case of short track.
9149 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
9151         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
9152         representation of verilog error regular expressions to work with
9153         Emacs-22's new format.
9154         (verilog-error-regexp-xemacs-alist): Coded custom representation
9155         of verilog error regular expressions to work with XEmacs format.
9156         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
9157         error recognition into XEmacs.
9158         (verilog-error-regexp-add-emacs): Hook routine to install verilog
9159         error recognition into Emacs-22.
9161 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
9163         * woman.el: Remove stand-alone closing parentheses.
9164         (woman-file-name, woman2-format-paragraphs)
9165         (woman-leave-blank-lines): Code cleanup.
9166         (woman-use-own-frame): Change default to nil.
9167         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
9168         defaults to inherit from default faces.
9169         (woman2-process-escapes): Consume the newline after a stand-alone
9170         filler character (Bug#3651).
9172 2009-07-06  Glenn Morris  <rgm@gnu.org>
9174         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
9175         (top-level): Move provide to the end.
9176         (ffap): Remove defunct URL from custom group.
9178         * subr.el (eval-after-load): Doc fix.
9180 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
9182         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
9183         `calc-embedded-word' is called twice.
9185 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9187         * files.el (find-alternate-file-other-window, find-alternate-file):
9188         Obey confirm-nonexistent-file-or-buffer.
9190 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
9192         * dired-aux.el (dired-show-file-type): Handle remote files.
9194 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
9196         * desktop.el (desktop-globals-to-save):
9197         Add file-name-history (Bug#2750).
9199 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
9201         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
9203 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
9205         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
9206         property on entire argument since this is what eshell-lisp-command
9207         expects.
9209 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
9211         * net/tramp-gvfs.el (tramp-gvfs-methods)
9212         (tramp-gvfs-zeroconf-domain)
9213         (tramp-bluez-discover-devices-timeout): Add version flag.
9214         (tramp-gvfs-handler-mounted-unmounted)
9215         (tramp-gvfs-connection-mounted-p): Polish handling of
9216         incompatibilities between GVFS 0.2 and 1.0.
9218 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
9220         * cus-start.el (all): Add make-pointer-invisible.
9222 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
9224         * calc-math.el (math-use-emacs-fn): Make sure that the number is
9225         formatted correctly.
9227 2009-07-02  Juri Linkov  <juri@jurta.org>
9229         * info.el: Virtual Info files and nodes.
9230         (Info-virtual-files, Info-virtual-nodes): New variables.
9231         (Info-current-node-virtual): New variable.
9232         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
9233         New functions.
9234         (Info-file-supports-index-cookies): Use Info-virtual-file-p
9235         to check for a virtual file instead of checking a fixed list
9236         of node names.
9237         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
9238         instead of ad-hoc processing of "dir" and (apropos history toc).
9239         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
9240         instead of ad-hoc processing of "dir" and (apropos history toc).
9241         Reread a file when moving from a virtual node.
9242         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
9243         (Info-directory-toc-nodes, Info-directory-find-file)
9244         (Info-directory-find-node): New functions.
9245         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
9246         (Info-history): Move part of code to
9247         `Info-history-find-node'.
9248         (Info-history-toc-nodes, Info-history-find-file)
9249         (Info-history-find-node): New functions.
9250         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
9251         (Info-toc): Move part of code to `Info-toc-find-node'.
9252         (Info-toc-find-node): New function.
9253         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
9254         the current Info file name to references because now the node
9255         "*TOC*" belongs to the same Info manual.
9256         (Info-toc-build): Rename from `Info-build-toc'.
9257         (Info-toc-nodes): Rename input argument `file' to `filename'.
9258         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
9259         instead of ad-hoc processing of ("dir" apropos history toc).
9260         (Info-index-nodes): Use Info-virtual-file-p
9261         to check for a virtual file instead of checking a fixed list
9262         of node names.
9263         (Info-index-node): Add check for `Info-current-node-virtual'.
9264         Raise `save-match-data' higher up the tree to contain
9265         `search-forward' too (bug fix).
9266         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
9267         (Info-virtual-index-nodes): New variable.
9268         (Info-virtual-index-find-node, Info-virtual-index): New functions.
9269         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
9270         (Info-apropos-file, Info-apropos-nodes): New variables.
9271         (Info-apropos-toc-nodes, Info-apropos-find-file)
9272         (Info-apropos-find-node, Info-apropos-matches): New functions.
9273         (info-apropos): Move part of code to `Info-apropos-find-node' and
9274         `Info-apropos-matches'.
9275         (Info-mode-map): Bind "I" to `Info-virtual-index'.
9276         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
9277         for a virtual file instead of checking a fixed list of node names.
9279         * simple.el (async-shell-command): New command.
9281         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
9283         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
9284         instead of `mount-info'.
9286 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
9288         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
9289         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
9291 2009-07-02  Kenichi Handa  <handa@m17n.org>
9293         * international/mule.el (set-keyboard-coding-system): Force *-unix
9294         coding-system to avoid eol conversion.
9296 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
9298         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9299         Add handler for `process-file', `shell-command' and
9300         `start-file-process'.
9301         (tramp-gvfs-handle-shell-command)
9302         (tramp-gvfs-handle-start-file-process)
9303         (tramp-gvfs-handle-process-file): New defuns.
9304         (tramp-synce-list-devices): Simplify check for existence of property.
9306 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
9308         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
9310 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
9312         * language/korean.el (set-language-info-alist): Add korean-cp949,
9313         cp949 to spec.
9315 2009-07-01  Kenichi Handa  <handa@m17n.org>
9317         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
9319         * international/encoded-kb.el: Deleted.
9321         * international/mule.el (set-keyboard-coding-system): Perform the
9322         necessary setup here instead of calling encoded-kbd-setup-display.
9324 2009-07-01  Glenn Morris  <rgm@gnu.org>
9326         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
9328 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
9330         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
9332 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
9334         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
9335         Handle also the 'rename case, when setting file modes.  (Bug#3712)
9336         (tramp-default-file-modes) Remove execute permissions.
9338         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
9339         (top): Add a default for "synce" in `tramp-default-user-alist'.
9340         Add completion function for "synce" method.
9341         (tramp-hal-service, tramp-hal-path-manager)
9342         (tramp-hal-interface-manager, tramp-hal-interface-device):
9343         New defconst.
9344         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
9345         (tramp-synce-list-devices, tramp-synce-parse-device-names):
9346         New defuns.
9348         * net/trampver.el: Update release number.
9350 2009-06-30  Kenichi Handa  <handa@m17n.org>
9352         * international/fontset.el (setup-default-fontset): Add CJK fonts
9353         for symbols and the other miscellaneous characters.
9355         * language/korea-util.el (setup-korean-environment-internal):
9356         Make char-width-table suitable for Korean environments.
9357         (exit-korean-environment): Cancel above.
9359         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9360         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
9361         setup-funcion to make char-widht-table suitable for respective
9362         environments, and an exit-function to cancel that.
9364         * language/japan-util.el (setup-japanese-environment-internal):
9365         Call use-cjk-char-width-table with arg `ja_JP'.
9367         * international/characters.el (cjk-char-width-table): Delete it.
9368         (cjk-char-width-table-list): New variable.
9369         (use-cjk-char-width-table): New arg local-name.
9370         (use-default-char-width-table): Fix for the case that Emacs is
9371         already using the default char-width-table.
9373 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
9375         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
9376         modes mandatory.  (Bug#3712)
9378 2009-06-29  Alan Mackenzie  <acm@muc.de>
9380         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
9381         correction between the visible width of TABs and their number of bytes.
9383 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
9385         * server.el (server-buffer-done): Prevent kill-buffer from
9386         prompting by clearing the buffer modification flag (Bug#3696).
9388 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
9390         * verilog-mode.el (verilog-beg-of-statement)
9391         (verilog-endcomment-reason-re): Support unique case and priority case.
9392         (verilog-basic-complete-re): Support localparam lineup.
9393         (verilog-beg-of-statement-1): Fix for robustness, unique case.
9394         (verilog-set-auto-endcomments): Fix for unique case, always_comb
9395         commenting.
9396         (verilog-leap-to-case-head): Now support *nested* unique &
9397         priority case statements.
9398         (verilog-auto-lineup): Make just declarations the default (as it
9399         had been).
9400         (verilog-leap-to-case-head): Support priority/unique case statements.
9401         (verilog-auto-lineup): Rework to give users radio buttons to
9402         select the various styles of automatic lineup.
9403         (verilog-error-regexp-alist): Rework to support the XEmacs style
9404         of error regular expressions from compilers, lint tools &
9405         simulators.  Note that GNU Emacs has made it impossible for a mode
9406         to load such things.
9407         (electric-verilog-terminate-line, verilog-indent-declaration)
9408         (verilog-auto-wiure): Rework for radio button selection of
9409         auto-lineup selection of specification of auto lineup.
9410         (verilog-beg-of-statement-1): Redesign to support proper operation
9411         in additional code, based on testing with auto-lineup.
9412         (verilog-calculate-indent, assignments & declarations)
9413         (verilog-backward-token): Enhance to support auto-lineup of
9414         assignments & declarations.
9415         (verilog-in-directive-p, verilog-at-struct-p): New function for
9416         easy test of whether we are.
9417         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
9418         to support safe execution at almost anyline.
9419         (verilog-calc-1): Properly support indenting deep inside generate
9420         blocks.
9421         (verilog-init-font) Remove definition & use of verilog-init-font,
9422         as it is redundant with font-lock-defaults.
9423         (verilog-mode): Alter the definition of verilog-font-lock-defaults
9424         to avoid circular calls if syntax-ppss is a function (as is the
9425         case now in 22.x GNU Emacs) as that function would sometimes call
9426         itself, leading to (nearly) infinite recursion.
9427         (verilog-ovm-begin-re, verilog-ovm-end-re)
9428         (verilog-ovm-statement-re, verilog-leap-to-head)
9429         (verilog-backward-token): Add support for OVM macros.  Some are
9430         complete statements, and others open and close scopes like begin
9431         and end.
9432         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
9433         (verilog-defun-level-generate-only-re): Really fix the defun-list
9434         compilation issue.
9435         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
9436         coverpoint, constraint and cross statements.
9437         (verilog-defun-level-list, verilog-generate-defun-level-list)
9438         (verilog-all-defun-level-list): Redo these specifications - it is
9439         too hard to support eval-when compile aggregation of lists also
9440         built at when-compile time.
9441         (verilog-defun-level-list): Place defconsts of variables used in
9442         building regular expressions which are built in eval-when-compile
9443         bodies in the same eval-when-compile body to facilitate compile
9444         without load.
9445         (verilog-beg-block-re-ordered): Support indenting
9446         virtual/protected tasks and functions.
9447         (verilog-defun-level-list, verilog-in-generate-region-p)
9448         (verilog-backward-ws&directives, verilog-calc-1): Speed up
9449         indentation of some module items (generate items).
9450         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
9451         across virtual/protected tasks and functions.
9453 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
9455         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
9456         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
9457         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
9458         in concatenations.  Reported by Yishay Belkind.
9459         (verilog-auto-ascii-enum): Support one-hot state machines in
9460         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
9461         (verilog-auto-inst, verilog-auto-inst-port): Include interface
9462         modport in AUTOINST and add vl-modport for users.  Reported by
9463         David Rogoff.
9464         (verilog-auto-inout-module, verilog-auto-inst)
9465         (verilog-decls-get-interfaces, verilog-insert-definition)
9466         (verilog-insert-one-definition, verilog-read-decls)
9467         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
9468         (verilog-sig-modport, verilog-signals-combine-bus)
9469         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
9470         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
9471         Suggested by David Rogoff.
9472         (verilog-repair-open-comma): Fix non-insertion of comma when
9473         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
9474         (verilog-make-width-expression): Simplify [A-1:0] expression
9475         widths to just {A{1'b0}}.
9476         (verilog-mode): Cleanup checkdoc warnings.
9477         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
9478         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
9479         inputs/outputs or data type.  Suggested by Vasu Kandadi.
9480         (next-error-last-buffer): Fix byte-compiler warning.
9481         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
9482         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
9483         or shell command text during AUTO expansion.  Suggested by Tad Truex.
9484         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
9485         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
9486         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
9487         in AUTOINOUT.  Reported by Matthew Lovell.
9488         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
9489         causing use of <= assignments.  Reported by Alex Reed.
9490         (verilog-read-decls): Fix triand, trior, wand, wor to be
9491         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
9492         (verilog-extended-complete-re): Support import "DPI-C" functions.
9493         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
9494         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
9495         (verilog-insert-date, verilog-insert-year)
9496         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
9497         Windows systems.  Reported by Michael Potts.
9498         (verilog-read-module-name): Fix AUTOINST when the child module
9499         declaration's name is a tick define.  Reported by Elliot Mednick.
9500         (verilog-read-decls): Fix V2K parameter bit subscripts getting
9501         passed to next parameter's definition.  Reported by Bruce T.
9502         (verilog-read-decls): Fix detecting "parameter int" when using
9503         AUTOINSTPARAM.  Reported by Bruce T.
9504         (verilog-goto-defun): Fix goto not finding modules unless first
9505         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
9506         (verilog-mode): Expand -f flag arguments on entry to mode so
9507         verilog-goto-defun will work.  Reported by Lawrence Butcher.
9508         (verilog-getopt): Expand environment variables in -f file
9509         arguments.  Suggested by Lawrence Butcher.
9510         (verilog-set-define): Fix "Symbol's value as variable is void"
9511         when reading enumerations.
9512         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
9513         Suggested by Stephen Peltan.
9514         (verilog-read-defines): Fix reading of enumerations in include
9515         files.  Reported by Steve Peltan.
9517 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
9519         * files.el (trash-directory): Fix defcustom type.
9521 2009-06-28  Juri Linkov  <juri@jurta.org>
9523         * help-fns.el (describe-function-1): Correctly locate adviced
9524         functions in hyperlink (Bug#2438).
9526 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
9528         * files.el (trash-directory): Change default to nil.
9529         (move-file-to-trash): If trash-directory is nil and
9530         system-move-file-to-trash is unbound, perform freedesktop-style
9531         trashing.
9533 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
9535         * files.el (move-file-to-trash): Add freedesktop trash
9536         support (Bug#973).
9538 2009-06-28  Glenn Morris  <rgm@gnu.org>
9540         * autorevert.el (global-auto-revert-non-file-buffers)
9541         (global-auto-revert-mode): Doc fixes.
9543 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
9545         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
9547 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
9549         * faces.el (x-handle-named-frame-geometry): Ensure that we have
9550         opened an X connection before calling x-get-resource (Bug#3194).
9552         * play/doctor.el: Remove reference to obsolete website.
9553         (make-doctor-variables): Correct grammar mistake (Bug#2633).
9555 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
9557         Remove find-file-not-found-hook VC method.  (Bug#2757)
9558         * vc-hooks.el (vc-file-not-found-hook)
9559         (vc-default-find-file-not-found-hook): Remove functions.
9560         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
9561         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
9562         * vc.el:
9563         * vc-hg.el:
9564         * vc-git.el: Do not mention find-file-not-found-hook VC method.
9566 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
9568         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
9569         compatibility function for `looking-back'.
9571         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
9572         Use `ispell-looking-back'.
9574 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
9576         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
9577         rather than `filename'.
9579 2009-06-23  Miles Bader  <miles@gnu.org>
9581         * face-remap.el (text-scale-set): New function.
9583 2009-06-23  Glenn Morris  <rgm@gnu.org>
9585         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
9587         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
9589         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
9591         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
9593         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
9594         Simplify Persian conditionals.
9596         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
9597         variable `filename'.
9599         * comint.el (comint-insert-input): Doc fix.
9601         * Makefile.in (ELCFILES): Fix typo in previous change.
9603 2009-06-23  Miles Bader  <miles@gnu.org>
9605         * cus-start.el: Add entry for `recenter-redisplay'.
9607 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
9609         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
9610         Add an optional argument for the backend, use it instead of
9611         calling vc-backend.
9612         (vc-mode-line): Add an optional argument for the backend.
9613         Pass the backend to vc-state and vc-working-revision.  Move code for
9614         special handling for vc-state being a buffer to ...
9616         * vc-rcs.el (vc-rcs-find-file-hook):
9617         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
9619         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
9620         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
9621         vc-stay-local-p and vc-mode-line calls.
9623         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
9624         (vc-cvs-diff, vc-cvs-annotate-command)
9625         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
9626         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
9627         vc-mode-line calls.
9629         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
9630         direct comparison.
9631         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
9632         backend when calling vc-mode-line.
9633         (vc-register): Do not create a closure for calling the vc register
9634         function, call it directly.
9636 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
9638         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
9639         to make it obvious item can be clicked.
9641         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
9643 2009-06-23  Kenichi Handa  <handa@m17n.org>
9645         * language/korea-util.el (korean-key-bindings): Change the binding
9646         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
9647         same command.
9649 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
9651         Sync with Tramp 2.1.16.
9653         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
9655         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
9656         when a loading of a package fails.  Completion function for rsync
9657         is `tramp-completion-function-alist-ssh'.
9658         (all): Replace all calls of `split-string' and
9659         `tramp-split-string' by `tramp-compat-split-string'.
9660         (tramp-default-method): Use `tramp-compat-process-running-p'.
9661         (tramp-default-proxies-alist): Allow also Lisp forms.
9662         (tramp-remote-path): Add choice "Private Directories".
9663         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
9664         (tramp-domain-regexp): Allow also "-", "_" and ".".
9665         (tramp-end-of-output): Remove newlines, and add "$" at the end.
9666         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
9667         (tramp-debug-message): Insert header line in debug buffer.
9668         (tramp-handle-directory-files-and-attributes-with-stat):
9669         Care about filenames with spaces, or starting with "-".
9670         (tramp-handle-dired-uncache): New defun.
9671         (tramp-handle-insert-directory): Don't flush the directory from
9672         cache, this is handled by `dired-uncache' now.
9673         (tramp-handle-insert-file-contents): Improve error handling.
9674         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9675         Quote `tramp-end-of-output'.
9676         (tramp-action-password): Improve trace message.
9677         (tramp-check-for-regexp): Both echoes must be present, before removing.
9678         (tramp-open-connection-setup-interactive-shell): Trace coding system.
9679         (tramp-compute-multi-hops): Eval cons cells of
9680         `tramp-default-proxies-alist'.
9681         (tramp-maybe-open-connection): Use the same command pattern for
9682         first hop and further hops.
9683         (tramp-wait-for-output): Remove handling of newlines.
9684         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
9685         (tramp-split-string): Remove function.  It is handled in
9686         tramp-compat now.
9688         * net/tramp-cmds.el (tramp-bug):
9689         Recommend `tramp-cleanup-all-connections' in the bug mail.
9691         * net/tramp-compat.el (tramp-compat-split-string)
9692         (tramp-compat-process-running-p): New defuns.
9694         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
9695         for `dired-uncache'.
9697         * net/tramp-gvfs.el: New package.
9699         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9700         Add handler for `dired-uncache'.
9701         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
9703         * net/trampver.el: Update release number.  Make version check fit
9704         for SXEmacs 22.
9706 2009-06-22  Jim Meyering  <meyering@redhat.com>
9708         Automatically handle .xz suffix (XZ-compressed files), too.
9709         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
9710         XZ is the successor to LZMA: <http://tukaani.org/xz/>
9712 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
9713             Nick Roberts  <nickrob@snap.net.nz>
9715         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
9716         repository (http://sphinx.net.ru/hg/gdb-mi/).
9718 2009-06-22  Glenn Morris  <rgm@gnu.org>
9720         * files.el (dir-locals-collect-mode-variables): Allow for any number of
9721         `mode' and `eval' entries.  (Bug#3430)
9723         * Makefile.in (ELCFILES): Add fadr.elc.
9725         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
9726         differing behavior of \n and ^ in strings.  (Bug#3385)
9728         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
9730         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
9731         property.
9732         (lisp-indent-function): Make it a defcustom.
9734 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
9736         * progmodes/gdb-ui.el: Replace with ...
9737         * progmodes/gdb-mi.el: ... this file.
9738         * progmodes/gud.el: Modify for gdb-mi.el.
9740 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
9742         * fadr.el: New file.
9744 See ChangeLog.14 for earlier changes.
9746 ;; Local Variables:
9747 ;; coding: utf-8
9748 ;; End:
9750     Copyright (C) 2009  Free Software Foundation, Inc.
9752   This file is part of GNU Emacs.
9754   GNU Emacs is free software: you can redistribute it and/or modify
9755   it under the terms of the GNU General Public License as published by
9756   the Free Software Foundation, either version 3 of the License, or
9757   (at your option) any later version.
9759   GNU Emacs is distributed in the hope that it will be useful,
9760   but WITHOUT ANY WARRANTY; without even the implied warranty of
9761   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9762   GNU General Public License for more details.
9764   You should have received a copy of the GNU General Public License
9765   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
9767 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1