* lisp/ChangeLog: Update bug number in last change.
[emacs.git] / lisp / ChangeLog
blob1fa330e8e2a4f077f5e6930978fd6ee859c31be7
1 2010-01-01  Juri Linkov  <juri@jurta.org>
3         * comint.el (comint-input-ring-size): Make it a defcustom and
4         increase the default to 500 (Bug#5148).
6 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
8         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
9         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
10         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
12 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
14         Show working revision correctly for mercurial.
15         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
16         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>,
18 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
20         Declare some functions for the byte-compiler.
21         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
22         (speedbar-timer-fn, speedbar-change-expand-button-char)
23         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
25 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
27         This changeset reverts GDB Graphical Interface to use annotations.
28         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
30 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
32         Make vc-dir work on subdirectories of the bzr root.
33         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
34         file names relative to it.
35         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
36         relative directory to vc-bzr-after-dir-status.
38 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
40         * font-lock.el (font-lock-refresh-defaults): New function, which
41         can be used to let font-lock react to external changes in
42         variables like font-lock-defaults and keywords.
43         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
45 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
47         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
49         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
51 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
53         Supersede color.diff settings in git log (bug#5211).
55         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
56         escape chars in its output when the user has color.diff set to `always'.
57         This fix works on git 1.4.2 and newer (released on 2006-08-13).
59 2009-12-26  Kevin Ryde  <user42@zip.com.au>
61         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
62         node.  Keep previous "Index" name to work with past coreutils too.
64         * man.el (man): Revise docstring a bit to show -a and -l as
65         examples.  Add -k description since support for it has otherwise
66         been a secret.  (Further to bug#3717.)
67         (Man-bgproc-sentinel): When "-k foo" produces no output show error
68         "no matches" rather than "Can't find manpage", as the latter reads
69         like -k was interpreted as a page name, which is not so.  (My
70         bug#5431.)
72 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
74         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
75         switches.  Check also for //SUBDIRED// line.
77 2009-12-25  Kenichi Handa  <handa@m17n.org>
79         * language/indian.el (devanagari-composable-pattern): Fixed to
80         handle ZWNJ and ZWJ.  Use it in composition-function-table for
81         Devanagari.
82         (malayalam-composable-pattern): Fix previous change.
84 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
86         * ps-print.el (ps-face-attributes): It was not returning the
87         attribute face for faces specified as string.  Reported by harven
88         <harven@free.fr>.
89         (ps-print-version): New version 7.3.5.
91 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
93         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
94         timezone names.
95         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
96         (icalendar--add-diary-entry): Remove the trailing blank that
97         diary-make-entry inserts.
99 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
101         Make `file-expand-wildcards' work for remote files.
103         * files.el (file-expand-wildcards): In case of remote files, check
104         only local file name part for wildcards.  Provide feature 'files
105         and subfeature 'remote-wildcards.  (Bug#5198)
107         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
108         if there is already an established connection.
109         (tramp-advice-file-expand-wildcards): Remove it.
111         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
112         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
113         Activate advice for older GNU Emacs versions.  (Bug#5237)
115 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
117         Some doc fixes (more needed).
119         * find-cmd.el (find-constituents): Reflow docstring.
120         (find-cmd, find-prune, find-command): Fix typos in docstrings.
121         (find-generic): Doc fix.
123 2009-12-17  Juri Linkov  <juri@jurta.org>
125         Fix regression from 23.1 to allow multiple modes in Local Variables.
127         * files.el (hack-local-variables-filter): While ignoring duplicates,
128         don't take `mode' into account.
129         (hack-local-variables-filter, hack-dir-local-variables): Don't
130         remove duplicate `mode' from local-variables-alist (like `eval').
132 2009-12-17  Juri Linkov  <juri@jurta.org>
134         Make `dired-diff' more safe.  (Bug#5225)
136         * dired-aux.el (dired-diff): Signal an error when `file' equals to
137         `current' or when `file' is a directory of the `current' file.
139 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
141         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
142         unconditionally preloaded files.
144 2009-12-16  Juri Linkov  <juri@jurta.org>
146         Revert to old 23.1 logic of using the file at the mark as default.
147         * dired-aux.el (dired-diff): Use the file at the mark as default
148         if it's not the same as the current file, and the target dir is
149         the current dir or the mark is active.  Add the current file
150         as the arg of `dired-dwim-target-defaults'.  Use the default file
151         in the prompt.  (Bug#5225)
153 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
155         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
156         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
157         (tramp-check-for-regexp): Check also, when an echoing shell stops
158         to echo sent commands.
160 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
162         * Makefile.in: Revert last change (Bug#5191).
164 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
166         * vc-hg.el (vc-hg-print-log): Fix argument order.
167         (vc-hg-working-revision): Make sure the command is executed in a
168         known environment so that we can parse the output.  (Bug#4417)
170 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
172         * progmodes/python.el (python-symbol-completions): Remove text
173         properties from symbol string before calling python-send-receive.
175 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
177         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
178         when there are values for both file and line.  (Bug#5060)
180 2009-12-14  Juri Linkov  <juri@jurta.org>
182         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
183         whitespace after the file name of the first line of unified format,
184         because git-diff doesn't output whitespace and file modification time
185         after the file name.
187 2009-12-14  David Kastrup  <dak@gnu.org>
189         * info.el (Info-hide-cookies-node): Before hiding a cookie,
190         check if it already has the `display' property added by
191         `Info-display-images-node', and not put the `invisible' property
192         in this case.
194 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
196         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
197         (semantic-mru-bookmark-mode): Doc fixes.
199         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
200         of assert.
202 2009-12-13  Glenn Morris  <rgm@gnu.org>
204         * mail/emacsbug.el (message-sort-headers): Define for compiler.
205         (report-emacs-bug): In message-mode, sort manually before storing
206         original report text.  (Bug#5178)
207         Remove superfluous save-excursion.
209 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
211         * net/dbus.el (dbus-property-handler): Filter lambda forms out
212         when responding to "GetAll" properties.
214 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
216         * simple.el (compose-mail): Remove mail-setup-with-from from
217         customization checks.
219 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
221         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
222         RAR archives created on Unix systems.
224 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
226         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
227         the varalias that was accidentally removed by the 2009-11-19 change
228         (bug#5186).
230 2009-12-12  Kenichi Handa  <handa@m17n.org>
232         * language/indian.el (indian-compose-regexp): New function.
233         (malayalam-composable-pattern): Fix the pattern.
234         (composition-function-table): Set malayalam-composable-pattern for
235         Malayalam characters.
237 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
239         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
240         rather than down-mouse-1, based on follow-link conventions.
242         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
243         are compiled.
245 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
247         * verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
248         (verilog-vmm-statement-re, verilog-ovm-statement-re)
249         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
250         (verilog-leap-to-head, verilog-backward-token):
251         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
253 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
255         * verilog-mode.el (verilog-auto-lineup, verilog-nameable-item-re):
256         Cleanup user-visible spelling and documentation errors.
257         One reported by Gary Delp.
258         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
259         (verilog-read-decls): Fix AUTOWIRE with types declared in a
260         package, bug195.  Reported by Pierre-David Pfister.
262 2009-12-11  Glenn Morris  <rgm@gnu.org>
264         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
266         * mail/emacsbug.el: No longer require sendmail.
267         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
268         (report-emacs-bug-orig-text): Doc fix.
269         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
270         New local variables, to adapt to different mail-user-agents.
271         (report-emacs-bug): Fix test for a gnu.org address.
272         Use overlays for emphasis, since font-lock defeats 'face property.
273         Pretest bugs also end up at the newsgroup these days.
274         Stop message-mode stripping text properties.
275         Set and use the new buffer-local variables.
276         (report-emacs-bug-hook): Add doc-string.
277         Remove some unnecessary save-excursions and simplify.
278         Use the appropriate hook and send-command.
280         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
281         capitalization of some menu entries.
283 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
285         * whitespace.el (whitespace-display-char-on): Ensure
286         `buffer-display-table' is unique when two or more windows are
287         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
288         New version 12.1.
290 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
292         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
293         characters in the Attribute field.
295 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
297         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
299 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
301         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
302         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
303         Disregard autoload-excludes.
304         (update-directory-autoloads): Obey autoload-excludes here instead.
305         But don't store its contents in no-autoloads and remove entries that
306         refer to excludes files.
308 2009-12-10  Glenn Morris  <rgm@gnu.org>
310         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
311         (expand-mail-aliases): Define for compiler.
313         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
314         Define for compiler.
316         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
317         appropriate for the mail-user-agent in use.
319 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
321         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
323 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
325         Fix short log parsing and fontification.
326         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
327         Fix fontification for the [merge] label.
329 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
331         Drop some properties to avoid surprises.
332         * htmlfontify.el (hfy-ignored-properties): New defcustom.
333         (hfy-fontify-buffer): Use it.
335 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
337         Minor cleanup.
338         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
339         Adjust all callers.
340         (ffap-locate-file): Remove unused arg `dir-ok' and make other
341         args compulsory.  Adjust callers.
342         (ffap-gopher-at-point): Remove unused var `name'.
344         Get rid of the ELCFILES abomination.
345         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
346         (compile-elcfiles): New phony target.
347         (compile-main): Compute ELCFILES dynamically.
348         (compile-clean): New target to remove left-over elc files.
349         (compile, all): Use it.
351 2009-12-09  Kenichi Handa  <handa@etlken>
353         * international/mule-diag.el: Require help-mode instead of help-fns.
355 2009-12-09  Kenichi Handa  <handa@m17n.org>
357         * international/mule-cmds.el (ucs-names): Supply sufficiently
358         fine ranges instead of pre-calculating accurate ranges.
359         Iterate with bigger gc-cons-threshold.
361 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
363         Add support for stashing a snapshot of the current tree.
364         * vc-git.el (vc-git-stash-snapshot): New function.
365         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
367 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
369         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
370         instead of `(beginning|end)-of-line'.
372 2009-12-08  Glenn Morris  <rgm@gnu.org>
374         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
376         * Makefile.in (ELCFILES): Regenerate.
378 2009-12-07  Juri Linkov  <juri@jurta.org>
380         Don't lazy-highlight the comint output in history Isearch mode.
382         * comint.el (comint-history-isearch-search): Instead of
383         `comint-line-beginning-position', use `comint-after-pmark-p'
384         to check if point if before the process mark, and go to
385         `process-mark' in this case.
387 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
389         * textmodes/tex-mode.el (latex-complete)
390         (latex-indent-or-complete): Remove.
391         (latex-mode): Set completion-at-point-functions instead.
393         Provide a standard completion command and hook it into TAB.
394         * minibuffer.el (completion-at-point-functions): New var.
395         (completion-at-point): New command.
396         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
397         * progmodes/python.el (python-mode-map): Use completion-at-point.
398         (python-completion-at-point): Rename from python-partial-symbol and
399         adjust for use in completion-at-point-functions.
400         (python-mode): Setup completion-at-point for Python completion.
401         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
402         extracted from lisp-complete-symbol.
403         (lisp-complete-symbol): Use it.
404         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
405         setup completion-at-point for Elisp completion.
406         (emacs-lisp-mode-map, lisp-interaction-mode-map):
407         Use completion-at-point.
408         * ielm.el (ielm-map): Use completion-at-point.
409         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
410         * progmodes/sym-comp.el: Move to...
411         * obsolete/sym-comp.el: Move from progmodes.
413 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
415         Prevent save-buffer in Rmail buffers from using the coding-system
416         of the current message, and from clobbering the encoding mnemonics
417         in the mode line (Bug#4623).
419         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
420         flag, too.
421         (rmail-message-encoding): New variable.
422         (rmail-write-region-annotate): Record the encoding of the current
423         message in rmail-message-encoding.
424         (rmail-after-save-hook): New function, restores the encoding of
425         the current message after the message collection is saved.
427 2009-12-07  Juri Linkov  <juri@jurta.org>
429         * progmodes/grep.el (grep-read-files): Use `completing-read'
430         instead of `read-string'.  Set its `collection' arg to
431         `read-file-name-internal'.  (Bug#4301)
433 2009-12-07  Juri Linkov  <juri@jurta.org>
435         Correctly restore original Isearch point.  (Bug#4994)
437         * isearch.el (isearch-mode): Move `isearch-push-state' after
438         `(run-hooks 'isearch-mode-hook)'.
439         (isearch-cancel): When `isearch-push-state-function' is defined,
440         let-bind `isearch-cmds' to the first state (the last element of
441         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
442         function and restores the original point).  Otherwise, move point
443         to `isearch-opoint'.
445 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
447         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
448         chars that don't have names, so the table can be built much faster at
449         run-time.
451 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
453         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
454         change.  Suggested by David Kastrup.
456         * simple.el (compose-mail): Check for incompatibilities and warn.
457         (compose-mail-user-agent-warnings): New option.
459 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
461         Support showing a single log entry from vc-annotate.
462         * vc.el (print-log): Add a new argument: START-REVISION.
463         (vc-print-log-internal): Add a new optional argument and
464         pass it to the backend.
465         (vc-print-log, vc-print-root-log): Adjust callers.
466         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
467         buffer already displays the requested log entry, use it.
468         Otherwise display only the log entry in question.
469         * vc-svn.el (vc-svn-print-log):
470         * vc-mtn.el (vc-mtn-print-log):
471         * vc-hg.el (vc-hg-state):
472         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
473         (vc-git-show-log-entry): Return t on success.
474         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
475         (vc-bzr-show-log-entry): Return t on success.
476         * vc-rcs.el (vc-rcs-print-log):
477         * vc-sccs.el (vc-sccs-print-log):
478         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
480 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
482         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
483         Add menus to the meta mode.  (Bug#5043)
485 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
487         * ediff-init.el (ediff-event-key): Use event-to-character instead of
488         event-key.
490         * ediff.el (ediff-buffers-internal): Add unwind-protect.
492 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
494         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
495         Berbain <raphael.berbain@gmail.com>.
497         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
498         characters.
499         (tramp-initial-end-of-output): New defconst.
500         (tramp-methods, tramp-find-shell)
501         (tramp-open-connection-setup-interactive-shell)
502         (tramp-maybe-open-connection): Use it.
503         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
504         existence of `#' and `$'.
506         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
507         `tramp-initial-end-of-output'.
509 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
511         Get the background mode from the terminal for xterm, and set
512         faces accordingly.
513         * term/xterm.el (xterm-set-background-mode): New function.
514         (terminal-init-xterm): Use it in case xterm supports background
515         color queries.  Recompute faces after getting the background
516         color.
518 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
520         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
521         number comment back on its own line, for easier parsing.
523 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
525         Make it work for non-file buffers (bug#5102).
526         * doc-view.el (doc-view-current-cache-dir):
527         Use doc-view-buffer-file-name rather than buffer-file-name.
528         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
530 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
532         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
533         author field is too short.
535 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
537         * vc-git.el (vc-git-print-log): Handle a limit argument.
538         Display the short log in graph form and with labels.
539         (vc-git-log-view-mode): Handle labels.
541         Make vc-revert change VC state from 'added to 'unregistered.
542         * vc-git.el (vc-git-revert): Call git reset first.
544 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
546         * net/newst-backend.el, net/newst-plainview.el:
547         * net/newst-reader.el, net/newst-ticker.el:
548         * net/newst-treeview.el, net/newsticker.el:
549         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
551 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
553         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
555         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
556         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
557         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
558         Update annotation regexp.
560         * simple.el (beginning-of-visual-line): Constrain to field
561         boundaries (Bug#5106).
563 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
565         * xml.el (xml-substitute-numeric-entities): Move
566         newsticker--decode-numeric-entities in newst-backend.el to
567         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
568         * net/newst-backend.el (newsticker--parse-generic-feed)
569         (newsticker--parse-generic-items)
570         (newsticker--decode-numeric-entities): Move
571         newsticker--decode-numeric-entities in newst-backend.el to
572         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
574 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
576         * progmodes/js.el (js--js-not): Add null to the list of values.
578 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
580         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
582 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
584         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
585         delimiter if it is at the end of the current line.
586         (bibtex-generate-url-list): Fix docstring.
588 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
590         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
591         minibuffer's content with itself.
592         Fold the confirm-after-completion case into the `confirm' case.
593         (completion-pcm-word-delimiters): Add : and / to the delimiters.
595 2009-12-06  Kevin Ryde  <user42@zip.com.au>
597         * ffap.el (ffap-rfc-path): Make this a defcustom since
598         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
600         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
601         manuals, similar to existing setup for help-mode.  (Bug#3913.)
603 2009-12-05  Juri Linkov  <juri@jurta.org>
605         Save and restore dired buffer's point positions too.  (Bug#4880)
607         * dired.el (dired-save-positions): Return in the first element
608         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
609         Doc fix.
610         (dired-restore-positions): First restore buffer's position.
611         While restoring window's positions, check if window still displays
612         the original buffer.
614 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
616         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
617         if possible.
619         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
620         Make argument optional.
622         * shell.el (shell): Require ansi-color (Bug#5113).
624         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
626         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
628 2009-12-05  Alan Mackenzie  <acm@muc.de>
630         * progmodes/cc-mode.el (c-before-hack-hook)
631         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
632         `c-file-style' to work again.  This reversion restores the current
633         software to its state in Emacs 23.1.  (Bug#4146)
635 2009-12-05  Kevin Ryde  <user42@zip.com.au>
637         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
638         comment-start-skip to comment-end-skip as comment (Bug#4781).
640 2009-12-05  Juri Linkov  <juri@jurta.org>
642         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
643         for virtual nodes.  (Bug#4147)
644         (Info-find-node-2): Set `Info-current-node-virtual' to nil
645         when moving from a virtual node.
646         (Info-mode-menu): Add `Info-virtual-index' to the menu.
647         (Info-mode): Add `Info-virtual-index' to the docstring.
649 2009-12-05  Eric Ludlam  <zappo@gnu.org>
651         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
652         Describe project macro symbols.
654         * cedet/semantic/complete.el (semantic-complete-do-completion):
655         Don't call semantic-collector-current-exact-match.
657         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
658         ede-objects as targets.
660         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
661         a target's object list even if compiler vars are already in the
662         Makefile.
664         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
665         list of headers producing necessary macros.
667 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
669         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
670         track of the buffer position of the end of a BibTeX entry as this
671         position may change during reformatting.
672         (bibtex-format-entry): Remove whitespace before processing
673         numerical fields so that we recognize the latter properly.
674         (bibtex-reformat): Do not use push which changes the global value
675         of bibtex-entry-format.
676         (bibtex-field-braces-alist, bibtex-field-strings-alist)
677         (bibtex-field-re-init): Replace only space characters by regexp
678         for whitespace.
679         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
680         (bibtex-initialize): Also update bibtex-strings.
681         (bibtex-kill-field): Preserve white space at end of entry.
682         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
683         Update bibtex-reference-keys.
685 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
687         * minibuffer.el (completion-pcm--merge-try): Also consider placing
688         point after a star, if that's the only place where modifications can
689         make progress.
691 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
693         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
694         in docstrings.
696 2009-12-04  Juri Linkov  <juri@jurta.org>
698         * proced.el (proced): Call `(proced-update t)' to update process
699         information instead of only running proced-post-display-hook.
700         (proced-send-signal): Add a leading space to the buffer name
701         " *Marked Processes*" to make this buffer ephemeral.
703 2009-12-04  Juri Linkov  <juri@jurta.org>
705         * dired.el (dired-auto-revert-buffer): New defcustom.
706         (dired-internal-noselect): Use it.
708 2009-12-04  Juri Linkov  <juri@jurta.org>
710         Change roles of modes and functions in image-mode.el (Bug#5062).
712         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
713         in `auto-mode-alist'.
714         (image-mode-previous-major-mode): New variable.
715         (image-minor-mode-map): Rename from `image-mode-text-map'.
716         (image-mode): Move graceful error-handling code from
717         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
718         (image-minor-mode): Remove all image-handling code.
719         Replace `image-mode-text-map' with `image-minor-mode-map'.
720         Check for `image-type' in mode-line format string.
721         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
722         (image-mode-as-text): New function with most code from
723         `image-mode-maybe'.
724         (image-toggle-display-text): Move code that removes image
725         properties from `image-toggle-display' to here.
726         (image-toggle-display-image): New function with code that adds
727         image properties copied from `image-toggle-display'.
728         (image-toggle-display): Remove most code with leaving only code
729         that toggles between `image-mode-as-text' and `image-mode'.
731 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
733         * net/newst-treeview.el
734         (newsticker--treeview-list-highlight-start): Restored call to
735         save-excursion: Selected item was stuck.
736         (newsticker--treeview-list-select): New.
737         (newsticker--treeview-item-show-text)
738         (newsticker--treeview-item-show)
739         (newsticker--treeview-item-update): Use new
740         newsticker-treeview-item-mode.
741         (newsticker-treeview-update): Keep current item.
742         (newsticker-treeview-next-new-or-immortal-item): Doc change.
743         (newsticker--treeview-first-feed): Doc change.
744         (newsticker-treeview-list-menu)
745         (newsticker-treeview-item-menu): Added menu entries.
746         (newsticker-treeview-item-mode): New.
748         * net/newst-backend.el (newsticker-customize): Delete other
749         windows.
751 2009-12-04  Sam Steingold  <sds@gnu.org>
753         * log-view.el (log-view-mode-map): "q" calls quit-window,
754         like in all the other non-self-insert buffers.
756 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
758         Minor cleanup.
759         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
760         key decoding rather than do it manually via last-input-event +
761         ascii-character.
762         (term-exec): Use delete-and-extract-region.
763         (term-handle-ansi-terminal-messages): Remove unused var `end'.
764         (term-process-pager): Remove unused var `i'.
765         (term-dynamic-simple-complete): Make obsolete.
766         (serial-update-config-menu): Remove unused vars `y' and `str'.
767         (term-update-mode-line): Remove unused var `temp'.
769 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
771         Limit the number of log entries displayed by default.
772         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
773         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
774         using a prefix argument.
776 2009-12-03  Glenn Morris  <rgm@gnu.org>
778         * progmodes/idlwave.el (class): Restore still useful declaration.
780 2009-12-03  Alan Mackenzie  <acm@muc.de>
782         Enhance `c-parse-state' to run efficiently in "brace deserts".
784         * progmodes/cc-mode.el (c-basic-common-init):
785         Call c-state-cache-init.
786         (c-neutralize-syntax-in-and-mark-CPP): Rename from
787         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
788         placing `category' properties value 'c-cpp-delimiter at its boundaries.
790         * progmodes/cc-langs.el (c-before-font-lock-function):
791         c-extend-and-neutralize-syntax-in-CPP has been renamed
792         c-neutralize-syntax-in-and-mark-CPP.
794         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
795         with `category' properties now, not `syntax-table' ones.
797         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
798         enhanced (but slower) version of c-end-of-macro that won't land
799         inside a literal or on another awkward character.
800         (c-state-cache-too-far, c-state-cache-start)
801         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
802         (c-state-nonlit-pos-cache-limit, c-state-point-min)
803         (c-state-point-min-lit-type, c-state-point-min-lit-start)
804         (c-state-min-scan-pos, c-state-brace-pair-desert)
805         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
806         buffer local variables.
807         (c-state-literal-at, c-state-lit-beg)
808         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
809         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
810         (c-state-cache-top-paren, c-state-cache-after-top-paren)
811         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
812         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
813         (c-renarrow-state-cache)
814         (c-append-lower-brace-pair-to-state-cache)
815         (c-state-push-any-brace-pair, c-append-to-state-cache)
816         (c-remove-stale-state-cache)
817         (c-remove-stale-state-cache-backwards, c-state-cache-init)
818         (c-invalidate-state-cache-1, c-parse-state-1)
819         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
820         (c-parse-state): Enhance and refactor.
821         (c-debug-parse-state): Amend to deal with all the new variables.
823         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
824         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
825         modify to use category text properties rather than syntax-table ones.
826         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
827         to switch off/on the syntactic paren property of C++ template
828         delimiters using the category property.
829         (c-with-<->-as-parens-suppressed): Macro to invoke code with
830         template delims suppressed.
831         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
832         New constant/macros which apply category properties to the start
833         and end of preprocessor constructs.
834         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
835         "comment out" the syntactic value of characters in preprocessor
836         constructs.
837         (c-with-cpps-commented-out)
838         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
839         with characters in all or all but one preprocessor constructs
840         "commented out".
842 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
844         * proced.el (proced-filter-alist): Use regexp-quote.
846 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
848         Cleanup.
849         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
850         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
851         arguments.  Expand `default-directory'.
853         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
854         the benefit of returning an expanded localname.
855         (tramp-tramp-file-p): Handle the case NAME is not a string.
857 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
859         Add support for bzr shelve/unshelve.
860         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
861         (vc-bzr-extra-menu-map): New variables.
862         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
863         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
864         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
865         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
866         (vc-bzr-dir-extra-headers): Display shelves.
868         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
870 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
872         * textmodes/bibtex.el (bibtex-complete-internal):
873         Use completion-in-region.
874         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
876 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
878         Support applying stashes.  Improve UI.
879         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
880         (vc-git-stash-apply, vc-git-stash-pop)
881         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
882         (vc-git-stash-menu): New functions.
883         (vc-git-stash-menu-map): New variable.
884         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
886 2009-12-03  Glenn Morris  <rgm@gnu.org>
888         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
889         (vc-print-log-internal): Fix previous change.
890         (vc-revert): Correct pluralization.
892 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
894         * progmodes/make-mode.el (makefile-special-targets-list): No need for
895         it to be an alist any more.
896         (makefile-complete): Use completion-in-region.
898         * progmodes/octave-mod.el (octave-complete-symbol):
899         Use completion-in-region.
901         Misc cleanup.
902         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
903         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
904         (idlwave-complete-class): Don't quote lambda.
905         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
906         (idlwave-mode-map): Move initialization into declaration.
907         (idlwave-action-and-binding): Use backquotes.
908         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
909         Simplify.
910         (idlwave-is-pointer-dereference): Remove unused var `pos'.
911         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
912         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
913         `parts', and `all-parts'.
914         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
915         (idlwave-convert-xml-system-routine-info): Remove unused string
916         `version-string'.
917         (idlwave-display-user-catalog-widget): Use dolist.
918         (idlwave-scanning-lib): Declare dynamically-scoped var.
919         (idlwave-scan-library-catalogs): Remove unused var `flags'.
920         (completion-highlight-first-word-only): Declare to silence bytecomp.
921         (idlwave-popup-select): Tighten scope of `resp'.
922         (idlwave-find-struct-tag): Remove unused var `beg'.
923         (idlwave-after-load-rinfo-hook): Declare.
924         (idlwave-sintern-class-info): Remove unused var `taglist'.
925         (idlwave-find-class-definition): Remove unused var `list'.
926         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
927         (idlwave-what-module-find-class): Remove unused var `classes'.
929 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
931         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
933 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
935         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
936         buffers visited.  Remove redundant current-buffer-saving.
938 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
940         Use completion-in-buffer and remove uses of dynamic scoping.
941         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
942         (pascal-buffer-to-use, pascal-flag): Don't declare.
943         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
944         (pascal-get-completion-decl, pascal-keyword-completion):
945         Add `pascal-str' argument, save-excursion,
946         return the found completions, and don't filter with pascal-pred.
947         (pascal-completion-cache): New var.
948         (pascal-completion): Don't switch buffer any more (it was never
949         necessary).  Don't save-excursion any more (it's done by the called
950         subroutines).  Use a cache to avoid redundant computations.
951         Use complete-with-action rather than pascal-completion-response and
952         let it apply the predicate as well.
953         (pascal-complete-word): Use completion-in-buffer when
954         pascal-toggle-completions is nil.
955         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
956         not used any more.
957         (pascal-comp-defun): Don't change buffer any more.
958         Use complete-with-action rather than pascal-completion-response and
959         let it apply the predicate as well.
960         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
961         when neded.
963 2009-12-02  Kenichi Handa  <handa@m17n.org>
965         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
966         shape for all Indic scripts.
968 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
970         Use completion-in-buffer.
971         * wid-edit.el (widget-field-text-end): New function.
972         (widget-field-value-get): Use it.
973         (widget-string-complete, widget-file-complete)
974         (widget-color-complete): Use it and completion-in-region.
975         (widget-complete): Don't narrow the buffer.
977 2009-12-02  Glenn Morris  <rgm@gnu.org>
979         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
980         (rmail-select-summary): Use rmail-pop-to-buffer.
981         * mail/rmailsum.el: Replace all pop-to-buffer calls with
982         rmail-pop-to-buffer, to prevent horizontal splits.
984         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
985         save-excursion with save-current-buffer.
986         Widen before searching.  (Bug#5093)
987         (diary-list-sexp-entries): Remove superfluous save-excursion.
989 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
991         * woman.el (woman-make-bufname): Handle man-pages with "." in the
992         name.  (Bug#5038)
994 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
996         * ido.el (ido-file-internal): Handle filenames at point that do
997         not have a directory part.  (Bug#5049)
999 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
1001         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
1002         (mpc-songs-jump-to, mpc-resume): Doc fixes.
1004 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
1006         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
1007         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
1008         any more.
1010 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1012         * comint.el (comint-insert-input): Ignore clicks to the right of
1013         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
1015         * vc.el (vc-print-log-internal): Don't wait for the process to
1016         terminate before setting up the major mode.
1018         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
1019         in case.
1021         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
1022         the last element.
1024         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
1026 2009-12-01  Glenn Morris  <rgm@gnu.org>
1028         * window.el (window--display-buffer-2): Fix previous changes.
1030 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
1032         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
1034 2009-12-01  Glenn Morris  <rgm@gnu.org>
1036         * Makefile.in (ELCFILES): Add mpc.elc.
1038 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1040         * mpc.el: New file.
1042 2009-12-01  Glenn Morris  <rgm@gnu.org>
1044         * window.el (window-to-use): Define for compiler.
1046         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
1047         consistent with others (no final period).
1049         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
1050         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
1052 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
1054         Make vc-print-log buttons work.
1055         * log-view.el (log-view-mode-map): Inherit from from widget-keymap.
1057 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
1059         * savehist.el (savehist-autosave-interval): Allow setting to nil
1060         through customize.  (Bug#5056)
1062 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
1064         Fix references to jit-lock properties.
1065         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1066         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
1067         (perl-font-lock-special-syntactic-constructs):
1068         Quote jit-lock-defer-multiline property.
1070 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
1072         * vc-git.el (vc-git-registered): Call vc-git-root only once.
1074 2009-11-30  Juri Linkov  <juri@jurta.org>
1076         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
1077         value `buffer' of `multi-isearch-next-buffer-current-function'.
1078         Use `(current-buffer)' when `buffer' is nil.
1079         (multi-isearch-next-buffer-from-list): Don't fallback to
1080         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
1082 2009-11-30  Juri Linkov  <juri@jurta.org>
1084         * misearch.el (multi-isearch-read-buffers): Move canonicalization
1085         of buffers with `get-buffer' to `multi-isearch-buffers'.
1086         (multi-isearch-buffers, multi-isearch-buffers-regexp):
1087         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
1088         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
1089         FILES with `expand-file-name' converting relative file names
1090         to absolute.  Doc fix.  (Bug#4727)
1092 2009-11-30  Juri Linkov  <juri@jurta.org>
1094         * misearch.el (multi-isearch-read-buffers)
1095         (multi-isearch-read-matching-buffers): New functions.
1096         (multi-isearch-buffers, multi-isearch-buffers-regexp):
1097         Use them in the `interactive' spec.  Doc fix.
1098         (multi-isearch-read-files, multi-isearch-read-matching-files):
1099         New functions.
1100         (multi-isearch-files, multi-isearch-files-regexp):
1101         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
1103 2009-11-30  Juri Linkov  <juri@jurta.org>
1105         * doc-view.el (doc-view-continuous):
1106         Rename from `doc-view-continuous-mode'.
1107         (doc-view-menu): Move "Toggle display" to the top.
1108         Add submenu "Continuous" with radio buttons "Off"/"On"
1109         and "Save as Default".
1110         (doc-view-scroll-up-or-next-page)
1111         (doc-view-scroll-down-or-previous-page)
1112         (doc-view-next-line-or-next-page)
1113         (doc-view-previous-line-or-previous-page): Rename
1114         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
1116 2009-11-30  Juri Linkov  <juri@jurta.org>
1118         * comint.el (comint-mode-map): Rebind `M-r' from
1119         `comint-previous-matching-input' to
1120         `comint-history-isearch-backward-regexp'.
1121         Unbind `M-s' to allow global key binding `M-s'.
1122         Add menu items for `comint-history-isearch-backward' and
1123         `comint-history-isearch-backward-regexp'.  (Bug#3746)
1125 2009-11-30  Juri Linkov  <juri@jurta.org>
1127         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
1128         For def=recenter, replace `recenter' with `recenter-top-bottom'
1129         that is called with `this-command' and `last-command' let-bound
1130         to `recenter-top-bottom'.  When the last `def' was not `recenter',
1131         set `recenter-last-op' to nil.  (Bug#4981)
1133 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1135         Minor cleanup and simplification.
1136         * filecache.el (file-cache-add-directory)
1137         (file-cache-add-directory-recursively)
1138         (file-cache-add-from-file-cache-buffer)
1139         (file-cache-delete-file-regexp, file-cache-delete-directory)
1140         (file-cache-files-matching-internal, file-cache-display): Use dolist.
1141         (file-cache-temp-minibuffer-message): Delete function.
1142         (file-cache-minibuffer-complete): Use minibuffer-message instead.
1144         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1145         Don't signal an error when bumping into EOB in tr, s, or y.
1147 2009-11-29  Juri Linkov  <juri@jurta.org>
1149         * startup.el (fancy-about-text): Fix wording of Guided Tour.
1150         (Bug#4960)
1152         * descr-text.el (describe-char-unidata-list): Use lowercase name
1153         for "Unicode name" like in other tags.
1155 2009-11-29  Juri Linkov  <juri@jurta.org>
1157         * ediff-util.el (ediff-minibuffer-with-setup-hook):
1158         New compatibility macro.
1159         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
1161 2009-11-29  Juri Linkov  <juri@jurta.org>
1163         Add defcustom to define the cycling order of `recenter-top-bottom'.
1164         (Bug#4981)
1166         * window.el (recenter-last-op): Doc fix.
1167         (recenter-positions): New defcustom.
1168         (recenter-top-bottom): Rewrite to use `recenter-positions'.
1169         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
1171 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
1173         Improve integration of Tramp and ange-ftp in eshell.
1175         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
1176         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
1177         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
1179         * eshell/esh-util.el (top): Require also Tramp when compiling.
1180         (eshell-directory-files-and-attributes): Check for FTP remote
1181         connection.
1182         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
1183         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
1184         (eshell-file-attributes): Handle ".".  Return `entry'.
1186         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
1187         (ange-ftp-directory-files-and-attributes)
1188         (ange-ftp-real-directory-files-and-attributes): New defuns.
1190         * net/tramp.el (tramp-maybe-open-connection): Open the remote
1191         shell with "exec" when possible.  This prevents trailing prompts
1192         in `start-file-process'.
1194 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1196         Try and remove assumptions about point-min==1.
1197         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
1198         (rng-compute-mode-line-string): Show the validation percentage in
1199         terms of the narrowed text, not the widened text.
1200         (rng-do-some-validation): Don't catch internal errors when debugging.
1201         (rng-first-error): Simplify.
1202         (rng-after-change-function): Remove work around.  AFAIK the bug has
1203         been fixed a while ago.
1205         * image-mode.el (image-minor-mode): Exit more gracefully when the image
1206         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
1208         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
1210         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
1211         `cd' doesn't always do it for us (bug#5067).
1213         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
1214         on 2009-10-25 as part of some other change (bug#5067).
1216 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1218         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1219         `suspicious'.
1220         (byte-compile-warnings): Use byte-compile-warning-types.
1221         (byte-compile-save-excursion): Warn about use of set-buffer right
1222         after save-excursion.
1224         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
1225         the excursion as well.
1227 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
1229         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
1230         providing a Tramp related implementation of "su" and "sudo".
1231         (eshell-unix-initialize): Add "su" and "sudo".
1233 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
1235         * net/socks.el (socks-send-command): Convert binary request to
1236         unibyte before sending.  This fixes mishandling of some port
1237         numbers such as 129.
1239 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1241         * help.el (describe-bindings-internal): Remove `interactive'.
1243         * man.el (Man-completion-table): Trim a terminating "(".
1244         Remove the space between name page a section.
1245         Add the command's description on the `help-echo' property.
1246         Remove `process-connection-type' binding since it's unused by
1247         call-process.
1248         Provide completion for the "<section> <name>" format as well.
1249         (Man-default-man-entry): Remove spurious var shadowing the argument.
1251 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1253         * log-view.el: Add "Keywords: tools", since its other keywords
1254         aren't in finder-known-keywords, and following vc.el.
1256         * sha1.el (sha1-string-external): default-directory "/" in case
1257         otherwise non-existent.  process-connection-type pipe for touch of
1258         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1260 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1262         Misc coding convention cleanups.
1263         * htmlfontify.el (hfy-init-kludge-hook): Rename from
1264         hfy-init-kludge-hooks.
1265         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
1266         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
1267         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
1268         and push.
1269         (hfy-slant, hfy-weight): Use tables rather than code.
1270         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
1271         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
1272         (hfy-face-attr-for-class): Initialize `face-spec' directly.
1273         (hfy-face-to-css): Remove `nconc' with single arg.
1274         (hfy-p-to-face-lennart): Use `or'.
1275         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
1276         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
1277         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
1278         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
1279         (hfy-force-fontification): Use run-hooks.
1281 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
1283         Various minor fixes.
1284         * htmlfontify.el (hfy-default-header): Add toggle_invis since
1285         Javascript belongs in the header, not the body.
1286         (hfy-javascript): Remove.
1287         (hfy-fontify-buffer): Don't insert it any more.
1288         (hfy-face-at): Handle (face0 face1 face2) style face properties.
1289         Fix bug in invis handling when there were no invis props in a chunk.
1291 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1293         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
1295 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
1297         * finder.el (finder-mode-map): Add a menu.
1299 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
1301         * verilog-mode.el (verilog-at-struct-p): Support "signed" and
1302         "unsigned" structs.
1304         (verilog-leap-to-head, verilog-backward-token): Handle "disable
1305         fork" statement better.
1307 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
1309         * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
1310         (verilog-delete-empty-auto-pair, verilog-library-filenames):
1311         Fix AUTOINSERTLISP to support insert-file.  Reported by Clay Douglass.
1313         (verilog-auto-inst, verilog-auto-star-safe)
1314         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
1315         Fix removing "// Interfaces" when saving .* expansions.  Reported by
1316         Pierre-David Pfister.
1318 2009-11-26  Glenn Morris  <rgm@gnu.org>
1320         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
1321         the scope.
1323 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
1325         * vc-annotate.el (vc-annotate-revision-previous-to-line):
1326         Really use previous revision.
1328 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1330         * man.el (Man-completion-table): default-directory "/" in case
1331         doesn't otherwise exist.  process-environment COLUMNS=999 so as
1332         not to truncate long names.  process-connection-type pipe to avoid
1333         any chance of hitting the pseudo-tty TIOCGWINSZ.
1334         (man): completion-ignore-case t for friendliness and since man
1335         itself is case-insensitive on the command line.
1336         Further to Bug#3717.
1338         * arc-mode.el: Add "Keywords: files", so the details in its
1339         commentary can be reached from finder-by-keyword.
1340         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
1341         editing mode, but it's comms related and sgml-mode.el has "comm"
1342         on that basis too.
1343         * textmodes/bibtex-style.el: Add "Keywords: tex".
1344         * international/isearch-x.el, international/ja-dic-cnv.el:
1345         * international/ja-dic-utl.el, international/kkc.el:
1346         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
1348 2009-11-25  Juri Linkov  <juri@jurta.org>
1350         * man.el (Man-completion-table): Modify regexp to include
1351         section names to completion strings.  (Bug#3717)
1353 2009-11-25  Juri Linkov  <juri@jurta.org>
1355         Search recursively in gzipped files.  (Bug#4982)
1357         * progmodes/grep.el (grep-highlight-matches): Add new options
1358         `always' and `auto'.  Doc fix.
1359         (grep-process-setup): Check `grep-highlight-matches' for
1360         `auto-detect' to determine the need to compute grep defaults.
1361         Move Windows/DOS specific --colors settings handling
1362         to `grep-compute-defaults'.  Check `grep-highlight-matches'
1363         to get the value of "--color=".
1364         (grep-compute-defaults): Compute `grep-highlight-matches' when it
1365         has the value `auto-detect'.  Move Windows/DOS specific settings
1366         from `grep-process-setup'.
1367         (zrgrep): New command with alias `rzgrep'.
1369 2009-11-25  Juri Linkov  <juri@jurta.org>
1371         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
1372         to nil instead of switching off view-mode.  (Bug#4896)
1374 2009-11-25  Juri Linkov  <juri@jurta.org>
1376         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
1378         * mwheel.el (mwheel-scroll-up-function)
1379         (mwheel-scroll-down-function): New defvars.
1380         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
1381         `scroll-up', and `mwheel-scroll-down-function' instead of
1382         `scroll-down'.
1384         * doc-view.el (doc-view-scroll-up-or-next-page)
1385         (doc-view-scroll-down-or-previous-page): Add optional ARG.
1386         Use this ARG in the call to image-scroll-up/image-scroll-down.
1387         Change `interactive' spec to "P".  Goto next/previous page only
1388         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
1389         SPC/DEL case).  Doc fix.
1390         (doc-view-next-line-or-next-page)
1391         (doc-view-previous-line-or-previous-page): Rename arg to ARG
1392         for consistency.
1393         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
1394         `doc-view-scroll-up-or-next-page', and buffer-local
1395         `mwheel-scroll-down-function' to
1396         `doc-view-scroll-down-or-previous-page'.
1398 2009-11-25  Juri Linkov  <juri@jurta.org>
1400         Provide additional default values (directories at other Dired
1401         windows) via M-n in the minibuffer of some Dired commands.
1403         * dired-aux.el (dired-diff, dired-compare-directories)
1404         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
1405         `minibuffer-default' in `minibuffer-with-setup-hook'.
1406         (dired-dwim-target-directory): Find a window that displays Dired
1407         buffer instead of failing when the next window is not Dired.
1408         Use `get-window-with-predicate' to find for the next Dired window.
1409         (dired-dwim-target-defaults): New function.
1411         * ediff-util.el (ediff-read-file-name):
1412         Use `dired-dwim-target-defaults' to set `minibuffer-default'
1413         in `minibuffer-with-setup-hook'.
1415 2009-11-25  Juri Linkov  <juri@jurta.org>
1417         Provide additional default values (file name at point or at the
1418         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
1420         * minibuffer.el (read-file-name-defaults): New function.
1421         (read-file-name): Reset `minibuffer-default' to nil when
1422         it duplicates initial input `insdef'.
1423         Bind `minibuffer-default-add-function' to lambda that
1424         calls `read-file-name-defaults' in `minibuffer-selected-window'.
1425         (minibuffer-insert-file-name-at-point): New command.
1427         * files.el (file-name-at-point-functions): New defcustom.
1428         (find-file-default): Remove defvar.
1429         (find-file-read-args): Don't use `find-file-default'.
1430         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
1431         to `read-file-name'.
1432         (find-file-literally): Use `read-file-name' with
1433         `confirm-nonexistent-file-or-buffer'.
1435         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
1437         * dired.el (dired-read-dir-and-switches):
1438         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
1439         to `read-file-name'.
1440         (dired-file-name-at-point): New function.
1441         (dired-mode): Add hook `dired-file-name-at-point' to
1442         `file-name-at-point-functions'.
1444 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1446         Really make the *Completions* window soft-dedicated (bug#5030).
1447         * window.el (window--display-buffer-2): Add `dedicated' argument.
1448         (display-buffer): Pass it when needed so the dedicated flag is set
1449         after calling set-window-buffer, which would otherwise reset it.
1451 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1453         * progmodes/meta-mode.el (meta-complete-symbol):
1454         * progmodes/etags.el (complete-tag):
1455         * mail/mailabbrev.el (mail-abbrev-complete-alias):
1456         Use completion-in-region.
1458         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
1459         (dabbrev-completion): Use completion-in-region.
1460         (dabbrev--abbrev-at-point): Simplify regexp.
1462         * abbrev.el (abbrev--before-point): Use word-motion functions
1463         if :regexp is not specified (bug#5031).
1465         * subr.el (string-prefix-p): New function.
1467         * man.el (Man-completion-cache): New var.
1468         (Man-completion-table): Use it.
1470         * vc.el (vc-print-log-internal): Make `limit' optional for better
1471         compatibility (e.g. with vc-annotate.el).
1473 2009-11-24  Kevin Ryde  <user42@zip.com.au>
1475         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
1476         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
1478         * emacs-lisp/elint.el (elint-add-required-env): Better error message
1479         when .el source file not found or other error.
1481 2009-11-24  Markus Triska  <markus.triska@gmx.at>
1483         * linum.el (linum-update-window): Ignore intangible (bug#4996).
1485 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1487         Handle the [back] button properly (bug#4979).
1488         * descr-text.el (describe-text-properties): Add a `buffer' argument.
1489         Use help-setup-xref, help-buffer, and with-help-window.
1490         (describe-char): Add `buffer' argument.
1491         Pass proper command to help-setup-xref.  Don't meddle with
1492         help-xref-stack-item directly.
1493         (describe-text-category): Use with-help-window and help-buffer.
1495         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
1496         for the displayed buffer (bug#4887).
1498         * man.el (Man-completion-table): New function.
1499         (man): Use it.
1501 2009-11-24  David Reitter  <david.reitter@gmail.com>
1503         * vc-git.el (vc-git-registered): Use checkout directory (where
1504         .git is) rather than the file's directory and a relative path spec
1505         to work around a bug in git.
1507 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
1509         Improve handling of processes on remote hosts.
1511         * eshell/esh-util.el (eshell-path-env): New defvar.
1512         (eshell-parse-colon-path): New defun.
1513         (eshell-file-attributes): Use `eshell-parse-colon-path'.
1515         * eshell/esh-ext.el (eshell-search-path):
1516         Use `eshell-parse-colon-path'.
1517         (eshell-remote-command): Remove argument HANDLER.
1518         (eshell-external-command): Check for FTP remote connection.
1520         * eshell/esh-proc.el (eshell-gather-process-output):
1521         Use `file-truename', in order to start also symlinked files.
1522         Apply `start-file-process' instead of `start-process'.
1523         Shorten `command' to the local file name part.
1525         * eshell/em-cmpl.el (eshell-complete-commands-list):
1526         Use `eshell-parse-colon-path'.
1528         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
1530         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
1531         to `eshell-directory-change-hook'.
1533 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
1535         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
1536         because it could be enabled automatically if view-read-only is non-nil.
1538 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
1540         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
1541         made on 2009-11-22.
1543 2009-11-24  Glenn Morris  <rgm@gnu.org>
1545         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
1546         deleted variable bookmark-bmenu-bookmark-column.
1548         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
1549         Move after definition of global-semantic-idle-tag-highlight-mode.
1551 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1553         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
1555 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
1557         * net/browse-url.el (browse-url-filename-alist): On Windows, add
1558         two slashes to the "file:" prefix.
1559         (browse-url-file-url): De-munge Cygwin filenames before passing
1560         them to Windows browser.
1561         (browse-url-default-windows-browser): Use call-process.
1563 2009-11-23  Juri Linkov  <juri@jurta.org>
1565         Implement DocView Continuous mode.  (Bug#4896)
1566         * doc-view.el (doc-view-continuous-mode): New defcustom.
1567         (doc-view-mode-map): Bind C-n/<down> to
1568         `doc-view-next-line-or-next-page', C-p/<up> to
1569         `doc-view-previous-line-or-previous-page'.
1570         (doc-view-next-line-or-next-page)
1571         (doc-view-previous-line-or-previous-page): New commands.
1573 2009-11-23  Juri Linkov  <juri@jurta.org>
1575         Implement Isearch in comint input history.  (Bug#3746)
1576         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
1577         `isearch-mode-hook'.
1578         (comint-history-isearch): New defcustom.
1579         (comint-history-isearch-backward)
1580         (comint-history-isearch-backward-regexp): New commands.
1581         (comint-history-isearch-message-overlay): New buffer-local variable.
1582         (comint-history-isearch-setup, comint-history-isearch-end)
1583         (comint-goto-input, comint-history-isearch-search)
1584         (comint-history-isearch-message, comint-history-isearch-wrap)
1585         (comint-history-isearch-push-state)
1586         (comint-history-isearch-pop-state): New functions.
1588 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
1590         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
1591         return.
1592         (tramp-handle-make-symbolic-link)
1593         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
1594         Quote file names.
1595         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
1596         (tramp-handle-process-file): Use it.
1598 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1600         * window.el (move-to-window-line-last-op): Remove.
1601         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
1603 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
1605         Make M-r mirror the new cycling behavior of C-l.
1606         * window.el (move-to-window-line-last-op): New var.
1607         (move-to-window-line-top-bottom): New command.
1608         (global-map): Bind M-r move-to-window-line-top-bottom.
1610 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
1612         * dired-x.el (dired-guess-shell-alist-default):
1613         Support xz format.  (Bug#4953)
1615 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
1617         * cedet/srecode/map.el (srecode-get-maps):
1618         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
1619         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
1620         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
1621         (semantic-toggle-decoration-style):
1622         * cedet/semantic/decorate/include.el
1623         (semantic-decoration-include-describe)
1624         (semantic-decoration-unknown-include-describe)
1625         (semantic-decoration-unparsed-include-describe)
1626         (semantic-decoration-all-include-summary):
1627         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
1628         * cedet/semantic/analyze/complete.el
1629         (semantic-analyze-possible-completions):
1630         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
1631         (semantic-show-unmatched-syntax-mode)
1632         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
1633         (semantic-highlight-func-mode):
1634         * cedet/semantic/util.el (semantic-describe-buffer):
1635         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
1636         (semantic-symref-find-tags-by-name)
1637         (semantic-symref-find-tags-by-regexp)
1638         (semantic-symref-find-tags-by-completion)
1639         (semantic-symref-find-file-references-by-name)
1640         (semantic-symref-find-text):
1641         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
1642         (senator-yank-tag):
1643         * cedet/semantic/scope.el (semantic-calculate-scope):
1644         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1645         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1646         (define-semantic-idle-service):
1647         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
1648         (semantic-complete-analyze-inline-idle):
1649         * cedet/semantic/analyze.el (semantic-analyze-current-context):
1650         * cedet/mode-local.el (describe-mode-local-bindings)
1651         (describe-mode-local-bindings-in-mode):
1652         * cedet/ede/make.el (ede-make-check-version):
1653         * cedet/ede/locate.el (ede-enable-locate-on-project):
1654         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
1655         (cedet-idutils-version-check):
1656         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
1657         (cedet-gnu-global-version-check):
1658         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
1659         (cedet-cscope-version-check): Use called-interactively-p instead
1660         of interactive-p.
1662         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
1663         Use semantic-format-tag-prototype.
1665 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
1667         * emulation/viper-cmd.el: Use viper-last-command-char instead of
1668         last-command-char/last-command-event.
1669         (viper-prefix-arg-value): Do correct conversion of event-char for
1670         XEmacs.
1672         * emulation/viper-util.el, emulation/viper.el:
1673         Use viper-last-command-char instead of
1674         last-command-char/last-command-event.
1676         * ediff-init.el, ediff-mult.el, ediff-util.el:
1677         Replace last-command-char and last-command-event
1678         with (ediff-last-command-char) everywhere.
1680         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
1681         created in fundamental mode.
1683         * ediff.el (ediff-version): Revert the change of interactive-p to
1684         called-interactively-p.
1686 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
1688         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
1689         generation from word-movement command names.
1691 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
1693         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1694         (semantic-complete-jump-local, semantic-complete-jump):
1695         Improve prompt string.
1697 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
1699         * cus-start.el (all): Add native condition for font-use-system-font.
1701 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
1703         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
1704         Correct the patch from 2009-11-18.  (Bug#3910)
1706 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
1708         * progmodes/subword.el: Rename from lisp/subword.el.
1710         * subword.el: Rename to progmodes/subword.el.
1712         * Makefile.in (ELCFILES): Adapt to subword.el move.
1714 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1715             Stefan Monnier  <monnier@iro.umontreal.ca>
1717         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
1718         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
1719         (bookmark-bmenu-show-filenames): Use push.
1720         (bookmark-bmenu-hide-filenames): Use local var instead of
1721         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
1722         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
1723         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
1724         filenames now that the bookmark names are always available.
1726 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1728         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
1729         (bookmark-search-pattern): Move and leave unbound.
1730         (bookmark-bmenu-mode-map): Change binding.
1731         (bookmark-read-search-input): Simplify.
1732         Don't use text-char-description.  Don't error on non-char events.
1733         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
1734         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
1735         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
1736         Use a local var for the timer.
1737         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
1738         (i.e. bookmark-bmenu-search).
1740 2009-11-21  Glenn Morris  <rgm@gnu.org>
1742         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
1744 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
1746         * net/browse-url.el (browse-url-default-windows-browser):
1747         Use cygstart for cygwin.
1749 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
1751         * bookmark.el: Formatting and doc fixes only:
1752         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
1753         (bookmark-bmenu-search): Wrap to fit within 80 columns.
1754           Minor grammar and punctuation fixes in doc string.
1755         (bookmark-read-search-input): Adjust to fit within 80 columns.
1757 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
1759         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
1760         (c-backward-into-nomenclature): Adapt to subword renaming.
1762         * subword.el (subword-forward, subword-backward, subword-mark)
1763         (subword-kill, subword-backward-kill, subword-transpose)
1764         (subword-downcase, subword-upcase, subword-capitalize)
1765         (subword-forward-internal, subword-backward-internal):
1766         Rename from forward-subword, backward-subword, mark-subword,
1767         kill-subword, backward-kill-subword, transpose-subwords,
1768         downcase-subword, upcase-subword, capitalize-subword,
1769         forward-subword-internal, backward-subword-internal.
1771 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1773         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
1774         New options.
1775         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
1776         New vars.
1777         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
1778         (bookmark-bmenu-filter-alist-by-regexp)
1779         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
1780         (bookmark-bmenu-search): New command.
1781         (bookmark-bmenu-mode-map): Bind it.
1783 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
1785         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
1787         * cedet/semantic/idle.el (define-semantic-idle-service)
1788         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
1790 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
1792         * progmodes/cc-cmds.el: declare-functioned forward-subword and
1793         backward-subword to quit the byte-compiler.
1795         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
1797         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
1799         * progmodes/cc-cmds.el (c-update-modeline)
1800         (c-forward-into-nomenclature, c-backward-into-nomenclature):
1801         Refer to subword.el functions instead of cc-subword.el.
1803         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
1804         subword.el functions instead of cc-subword.el.
1806         * progmodes/cc-subword.el: Rename to subword.el.
1807         * subword.el: Rename from progmodes/cc-subword.el.
1808         (subword-mode-map): Rename from c-subword-mode-map.
1809         (subword-mode): Rename from c-subword-mode.
1810         (global-subword-mode): New global minor mode.
1811         (forward-subword): Rename from c-forward-subword.
1812         (backward-subword): Rename from c-backward-subword.
1813         (mark-subword): Rename from c-mark-subword.
1814         (kill-subword): Rename from c-kill-subword.
1815         (backward-kill-subword): Rename from c-backward-kill-subword.
1816         (transpose-subwords): Rename from c-tranpose-subword.
1817         (downcase-subword): Rename from c-downcase-subword.
1818         (capitalize-subword): Rename from c-capitalize-subword.
1819         (forward-subword-internal): Rename from c-forward-subword-internal.
1820         (backward-subword-internal): Rename from c-backward-subword-internal.
1822 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
1824         * vc.el (vc-deduce-fileset): Allow non-state changing operations
1825         from a dired buffer.
1826         (vc-dired-deduce-fileset): New function.
1827         (vc-root-diff, vc-print-root-log): Use it.
1829         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
1830         nil LIMIT argument to vc-print-log-internal.
1832 2009-11-20  Glenn Morris  <rgm@gnu.org>
1834         * Makefile.in (ELCFILES): Regenerate.
1836 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
1838         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
1840         * cedet/semantic.el: Enable idle-mode menu items only if
1841         global-semantic-idle-scheduler-mode is enabled.
1842         (semantic-default-submodes): Doc fix.
1844         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
1845         When turning off, disable other idle modes.
1847 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
1849         * calc/calc.el (calc-set-mode-line):
1850         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1851         (math-format-number): Rename `math-format-complement-signed' to
1852         `math-format-twos-complement'.
1854         * calc/calc-bin.el (math-format-twos-complement): Rename from
1855         math-format-complement-signed.
1856         (calc-radix): Rename `calc-complement-signed-mode' to
1857         `calc-twos-complement-mode'.
1858         (calc-octal-radix, calc-hex-radix): Add an argument for
1859         two's complement.
1861         * calc/calc-embed.el (calc-embedded-mode-vars):
1862         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1864         * calc/calc-ext.el (calc-init-extensions):
1865         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1866         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
1868         * calc/calc-units.el (math-build-units-table-buffer):
1869         Let `calc-twos-complement-mode' be nil.
1871         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
1872         entries.
1874         * calc/calc-vec.el (calcFunc-vunpack):
1875         * calc/calc-aent.el (calc-do-calc-eval):
1876         * calc/calc-forms.el (math-format-date):
1877         * calc/calc-graph.el (calc-graph-plot):
1878         * calc/calc-math.el (math-use-emacs-fn):
1879         * calc/calccomp.el (math-compose-expr):
1880         Let `calc-twos-complement-mode' be nil.
1882 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1884         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
1885         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
1886         * minibuffer.el (completion-in-region-functions): New hook.
1887         (completion-in-region): New function.
1888         * emacs-lisp/lisp.el (lisp-complete-symbol):
1889         * pcomplete.el (pcomplete-std-complete): Use it.
1891 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1893         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
1894         (latex-complete-alist): New vars.
1895         (latex-string-prefix-p, latex-complete-bibtex-keys)
1896         (latex-complete-envnames, latex-complete-refkeys)
1897         (latex-complete-data): New functions.
1898         (latex-complete, latex-indent-or-complete): New commands.
1900         * window.el (display-buffer-mark-dedicated): New var.
1901         (display-buffer): Obey it.
1902         * minibuffer.el (minibuffer-completion-help): Use it.
1904         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
1906         * filecache.el (file-cache-add-file): Use push and cons.
1907         (file-cache-delete-file-regexp): Use push.
1908         (file-cache-complete): Use completion-in-region.
1910         * simple.el (with-wrapper-hook): Fix thinko.
1912         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
1913         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
1914         Use with-current-buffer and string-to-number.
1915         (hfy-fallback-colour-values): Use assoc-string.
1916         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
1917         (hfy-face-at): Remove unused var `found-face'.
1918         (hfy-compile-stylesheet): Remove unused var `css'.
1919         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
1920         and `orig-buffer'.
1921         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
1922         Use with-current-buffer.
1923         (hfy-text-p): Use expand-file-name and fewer setq.
1925 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
1927         * htmlfontify.el, hfy-cmap.el: New files.
1929 2009-11-19  Juri Linkov  <juri@jurta.org>
1931         * minibuffer.el (completions-format): New defcustom.
1932         (completion--insert-strings): Implement vertical format.
1934         * simple.el (switch-to-completions): Move point to the first
1935         completion when point was at the beginning of the buffer.
1937 2009-11-19  Juri Linkov  <juri@jurta.org>
1939         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
1941         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
1943 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
1945         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
1946         (mail-signature): Change default to t.
1947         (mail-from-style): Deprecate `system-default' value.
1948         (mail-insert-from-field): For default value of mail-from-style,
1949         default to `angles' unless `angles' needs quoting and `parens'
1950         does not.
1951         (mail-citation-prefix-regexp): Use citation regexp from
1952         message-mode.
1954 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
1956         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1957         Set variables for computing the prompt for reading password.
1959 2009-11-19  Glenn Morris  <rgm@gnu.org>
1961         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
1963         * textmodes/flyspell.el (sgml-lexical-context): Declare.
1965         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
1966         (newsticker-treeview-listwindow-height): Fix custom type.
1968 2009-11-19  Kenichi Handa  <handa@m17n.org>
1970         * descr-text.el (describe-char-padded-string): Compose with TAB
1971         only if there's a font for CH.
1972         (describe-char): Fix the condition for detecting a trivial composition.
1974 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
1976         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
1977         more accurate version of the regexp.  (Bug#3910)
1979 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
1981         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
1983 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
1985         * font-setting.el (font-use-system-font): Declare for byte-compiler.
1986         (font-setting-change-default-font): Fix typo in docstring.
1988 2009-11-18  Alan Mackenzie  <acm@muc.de>
1990         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
1992 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
1994         * font-setting.el (font-use-system-font): Move ...
1996         * cus-start.el (all): ... to here.
1998 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
2000         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
2001         Don't set `ad-return-value' if `ad-do-it' doesn't.
2003         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
2004         modification time.
2006 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
2008         * menu-bar.el: Put "Use system font" in Option-menu.
2009         (menu-bar-options-save): Add font-use-system-font.
2011         * loadup.el: If feature system-font-setting or font-render-setting is
2012         there, load font-setting.
2014         * Makefile.in (ELCFILES): Add font-settings.el.
2015         * font-setting.el: New file.
2017 2009-11-17  Glenn Morris  <rgm@gnu.org>
2019         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
2021         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
2022         Preserve point in the list buffer.  (Bug#4939)
2023         Use point-at-eol.
2024         (newsticker--treeview-list-update-highlight)
2025         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
2027 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
2029         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
2030         Remove.
2032         * calc/calc-ext.el (calc-init-extensions): Remove references to
2033         symclip.
2035         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
2037         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
2038         * calc/calc-help.el (calc-b-prefix-help): Remove references to
2039         `calc-symclip'.
2041 2009-11-16  Kevin Ryde  <user42@zip.com.au>
2043         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
2044         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
2046         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
2047         (lm-keywords-list): Allow comma-only separator like "foo,bar".
2048         Ignore trailing spaces by omit-nulls to split-string (fixing
2049         regression from Emacs 21 due to the incompatible split-string
2050         change).  (Bug #4928.)
2052 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2054         * vc.el (vc-log-show-limit): Default to 2000.
2055         (vc-print-log-internal): Insert buttons to request more entries
2056         when limiting the output.
2058         * vc-sccs.el (vc-sccs-print-log):
2059         * vc-rcs.el (vc-rcs-print-log):
2060         * vc-cvs.el (vc-cvs-print-log):
2061         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
2062         LIMIT is non-nil.
2064 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
2066         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
2067         error when `tramp-gvfs-dbus-event-vector' is set.
2068         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
2070 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2072         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
2074 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
2076         * net/dbus.el (dbus-unregister-service): New defun.
2077         (dbus-register-property): Register the handlers of
2078         "org.freedesktop.DBus.Properties" for SERVICE.
2079         (dbus-property-handler): Fix docstring.
2081 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2083         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
2084         Quote doc string reference in defvaralias as it is not in special form.
2085         (byte-compile-output-docform): Doc fix.
2087 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
2089         * calc/calc.el (math-2-word-size, math-half-2-word-size)
2090         (calc-complement-signed-mode): New variables.
2091         (calc-set-mode-line): Add indicator for twos-complements.
2092         (math-format-number): Format twos-complement notation.
2094         * calc/calc-bin.el (calc-word-size): Reset the variables
2095         `math-2-word-size' and `math-half-2-word-size'.
2096         (math-format-complement-signed, math-symclip, calcFunc-symclip)
2097         (calc-symclip): New functions.
2099         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
2101         * calc/calc-embed.el (calc-embedded-mode-vars):
2102         Add `calc-complement-signed-mode' to the list of modes.
2104         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
2105         (calc-b-oper-keys): Add `calc-symclip' to list.
2107         * calc/calc-ext.el (math-read-number-fancy): Read complement
2108         signed numbers.
2109         (calc-init-extensions): Add binding for `calc-symclip'.
2110         Add autoload for `calcFunc-symclip' and `calc-symclip'.
2112         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
2113         `calc-symclip'.
2114         (calc-modes-menu): Add item for twos complement mode.
2116         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
2118 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
2120         * register.el (jump-to-register, insert-register): Handle Semantic
2121         tags.  From commented-out advice in semantic/senator.el.
2123 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
2125         * vc.el (vc-log-show-limit): New variable.
2126         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
2127         when using a prefix argument.
2128         (vc-print-log-internal): Add new argument LIMIT.
2130         * vc-svn.el (vc-svn-print-log):
2131         * vc-mtn.el (vc-mtn-print-log):
2132         * vc-hg.el (vc-hg-print-log):
2133         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
2134         pass it to the log command when set.  Make the BUFFER argument
2135         non-optional.
2137         * vc-sccs.el (vc-sccs-print-log):
2138         * vc-rcs.el (vc-rcs-print-log):
2139         * vc-git.el (vc-git-print-log):
2140         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
2141         ignore it.  Make the BUFFER argument non-optional
2143         * bindings.el (mode-line-buffer-identification): Do not purecopy.
2145 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
2147         * dired.el (dired-mode-map): Move encryption items to "Operate"
2148         menu (Bug#4703).
2150         * strokes.el (strokes-update-window-configuration): Make strokes
2151         buffer current before erasing (Bug#4906).
2153         * cedet/semantic/idle.el (semantic-idle-summary-mode)
2154         (semantic-idle-summary-mode): Define using define-minor-mode
2155         instead of define-semantic-idle-service.
2156         (semantic-idle-summary-mode): New function.
2157         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
2158         that mouse motion does not reset the echo area.
2160 2009-11-15  Juri Linkov  <juri@jurta.org>
2162         * simple.el (set-mark-default-inactive): Add :type, :group
2163         and :version.  (Bug#4876)
2165 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
2167         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
2168         (archive-unique-fname): ... here.  (Bug#4929)
2170 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2172         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
2173         with a real fix.
2175         * novice.el (disabled-command-function): Add useful args.
2176         Setup the help buffer so that [back] works.
2177         Remove redundant call to help-mode.
2178         (disabled-command-function): Use `case'.
2179         (en/disable-command): New function extracted from enable-command.
2180         (enable-command, disable-command): Use it.
2182 2009-11-14  Glenn Morris  <rgm@gnu.org>
2184         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
2185         constants.  (Bug#4913)
2187         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
2189 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2191         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
2192         defined in C that have no doc-strings.  (Bug#1063)
2194 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
2196         * cus-edit.el (data, files):
2197         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
2199 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
2201         * simple.el (shell-command): Doc fix (Bug#4891).
2203         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
2205 2009-11-14  Glenn Morris  <rgm@gnu.org>
2207         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
2208         statements for vc-diff, emerge-quit, and rmail-cease-edit.
2209         If they are already loaded, eval-after-load will do the right thing.
2211         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
2212         compiling.
2214         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
2216         * simple.el (x-selection-owner-p): Declare.
2217         (read-mail-command): Use custom radio type rather than choice.
2218         (completion-no-auto-exit): Doc fix.
2220         * custom.el (defgroup):
2221         * epg-config.el (epg): Doc fixes.
2223 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
2225         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
2226         * international/ccl.el (define-ccl-program): Do not purecopy the
2227         docstring, defconst does it anyway.
2229 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2231         * add-log.el (add-change-log-entry): Avoid displaying the changelog
2232         a second time.
2234         * x-dnd.el (x-dnd-maybe-call-test-function):
2235         * window.el (split-window-vertically):
2236         * whitespace.el (whitespace-help-on):
2237         * vc-rcs.el (vc-rcs-consult-headers):
2238         * userlock.el (ask-user-about-lock-help)
2239         (ask-user-about-supersession-help):
2240         * type-break.el (type-break-force-mode-line-update):
2241         * time-stamp.el (time-stamp-conv-warn):
2242         * terminal.el (te-set-output-log, te-more-break, te-filter)
2243         (te-sentinel, terminal-emulator):
2244         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
2245         (term-write-input-ring, term-check-source, term-start-output-log):
2246         (term-display-buffer-line, term-dynamic-list-completions):
2247         (term-ansi-make-term, serial-term):
2248         * subr.el (selective-display):
2249         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2250         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
2251         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
2252         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
2253         (speedbar-remove-localized-speedbar-support)
2254         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
2255         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
2256         (speedbar-buffers-line-directory):
2257         * simple.el (shell-command-on-region, append-to-buffer)
2258         (prepend-to-buffer):
2259         * shadowfile.el (shadow-save-todo-file):
2260         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
2261         (scroll-bar-maybe-set-window-start):
2262         * sb-image.el (speedbar-image-dump):
2263         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
2264         (load-save-place-alist-from-file):
2265         * ps-samp.el (ps-print-message-from-summary):
2266         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
2267         (ps-background-image, ps-begin-job, ps-do-despool):
2268         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
2269         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
2270         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
2271         (pr-call-process, pr-file-list, pr-interface-save):
2272         * novice.el (disabled-command-function)
2273         (enable-command, disable-command):
2274         * mouse.el (mouse-buffer-menu-alist):
2275         * mouse-copy.el (mouse-kill-preserving-secondary):
2276         * macros.el (kbd-macro-query):
2277         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
2278         * informat.el (batch-info-validate):
2279         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
2280         * hippie-exp.el (try-expand-dabbrev-visible):
2281         * help-mode.el (help-make-xrefs):
2282         * help-fns.el (describe-variable):
2283         * generic-x.el (bat-generic-mode-run-as-comint):
2284         * finder.el (finder-mouse-select):
2285         * find-dired.el (find-dired-sentinel):
2286         * filesets.el (filesets-file-close):
2287         * files.el (list-directory):
2288         * faces.el (list-faces-display, describe-face):
2289         * facemenu.el (list-colors-display):
2290         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
2291         * epg.el (epg--process-filter, epg-cancel):
2292         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
2293         (epa--read-signature-type):
2294         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
2295         (emerge-file-names):
2296         * ehelp.el (electric-helpify):
2297         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
2298         * ediff-vers.el (rcs-ediff-view-revision):
2299         * ediff-util.el (ediff-setup):
2300         * ediff-mult.el (ediff-append-custom-diff):
2301         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
2302         (ediff-wordify):
2303         * echistory.el (Electric-command-history-redo-expression):
2304         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2305         * disp-table.el (describe-display-table):
2306         * dired.el (dired-find-buffer-nocreate):
2307         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
2308         * dabbrev.el (dabbrev--same-major-mode-p):
2309         * chistory.el (list-command-history):
2310         * apropos.el (apropos-documentation):
2311         * allout.el (allout-obtain-passphrase):
2312         (allout-copy-exposed-to-buffer):
2313         (allout-verify-passphrase): Use with-current-buffer.
2315 2009-11-13  Glenn Morris  <rgm@gnu.org>
2317         * Makefile.in (ELCFILES): Regenerate.
2319 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
2321         * net/dbus.el (dbus-registered-objects-table): Rename from
2322         `dbus-registered-functions-table', because it contains also properties.
2323         (dbus-unregister-object): Unregister also properties.
2324         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
2325         Use a timeout of 500 msec, in order to not block.
2326         (dbus-register-property, dbus-property-handler): New defuns.
2328 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2330         * simple.el (minibuffer-default-add-completions): Drop deprecated
2331         4th arg.
2333 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
2335         * textmodes/artist.el (artist-mouse-choose-operation):
2336         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
2337         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
2338         (artist-compute-up-event-key): New function.
2339         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
2341 2009-11-13  Kenichi Handa  <handa@m17n.org>
2343         * language/japan-util.el: Make sure that the value of jisx0208
2344         property is jisx0208 character.
2346 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
2348         * international/mule.el (auto-coding-regexp-alist): Only purecopy
2349         car or each item, not the whole list.
2351 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2353         * minibuffer.el (minibuffer-completion-help):
2354         Use minibuffer-hide-completions.
2356 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
2358         * dired.el (dired-save-positions, dired-restore-positions): New funs.
2359         (dired-revert): Use them (bug#4880).
2361 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
2363         * tooltip.el (tooltip-frame-parameters): Undo previous change.
2365 2009-11-12  Juri Linkov  <juri@jurta.org>
2367         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
2368         New functions.
2369         (find-file-literally-at-point): Alias of `ffap-literally'.
2371 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
2373         * textmodes/ispell.el (ispell-skip-region-alist):
2374         * textmodes/css-mode.el (auto-mode-alist):
2375         * progmodes/compile.el (auto-mode-alist):
2376         * international/mule.el (ctext-non-standard-encodings-alist)
2377         (ctext-non-standard-encodings-regexp):
2378         * simple.el (shell-command-switch, text-read-only):
2379         * replace.el (occur-mode-map):
2380         * paths.el (rmail-file-name):
2381         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
2382         * find-file.el (ff-special-constructs):
2383         * files.el (file-name-handler-alist):
2384         * composite.el: Purecopy strings.
2386         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
2388 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
2390         * widget.el (define-widget): Purecopy the docstring.
2391         * international/mule-cmds.el (charset): Do not purecopy the
2392         docstring here, define-widget does it.
2394         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2395         * textmodes/bibtex-style.el (auto-mode-alist):
2396         * progmodes/inf-lisp.el (inferior-lisp-prompt):
2397         * progmodes/compile.el (compile-command):
2398         * language/korea-util.el (default-korean-keyboard):
2399         * international/mule-conf.el (file-coding-system-alist):
2400         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
2401         * tooltip.el (tooltip-frame-parameters):
2402         * newcomment.el (comment-end, comment-padding):
2403         * dired.el (dired-trivial-filenames):
2404         * comint.el (comint-file-name-prefix): Purecopy initial values.
2406 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
2408         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
2409         (tramp-advice-minibuffer-electric-tilde): Unload advices via
2410         `tramp-unload'.
2411         (tramp-advice-make-auto-save-file-name)
2412         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
2413         after removing the advice.
2415 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
2417         * progmodes/grep.el (grep-regexp-alist):
2418         * international/mule-cmds.el (iso-2022-control-alist):
2419         * emacs-lisp/timer.el (timer-duration-words):
2420         * subr.el (version-separator, version-regexp-alist):
2421         * minibuffer.el (completion-styles-alist):
2422         * faces.el (face-attribute-name-alist, list-faces-sample-text):
2423         Change defvars to defconsts.
2425         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
2426         * loadup.el ("international/mule-conf"): Load the byte compiled version.
2427         * international/mule-conf.el: Allow to be byte compiled.
2429         * international/mule.el (define-charset): Purecopy props.
2430         (load-with-code-conversion): Purecopy doc string and file name.
2431         (put-charset-property): Purecopy strings.
2432         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
2434         * international/mule-cmds.el (register-input-method): Purecopy arguments.
2435         (define-char-code-property): Correctly purecopy the table.
2437         * international/ccl.el (define-ccl-program): Purecopy the docstring.
2439         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
2441         * subr.el (add-hook): Purecopy strings.
2442         (eval-after-load): Purecopy load-history-regexp and the form.
2444         * custom.el (custom-declare-group): Purecopy load-file-name.
2446         * subr.el (menu-bar-separator): New defconst.
2447         * net/eudc.el (eudc-tools-menu):
2448         * international/mule-cmds.el (set-coding-system-map)
2449         (mule-menu-keymap):
2450         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2451         * vc-hooks.el (vc-menu-map):
2452         * replace.el (occur-mode-map):
2453         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
2454         (menu-bar-edit-menu, menu-bar-goto-menu)
2455         (menu-bar-custom-menu, menu-bar-showhide-menu)
2456         (menu-bar-options-menu, menu-bar-tools-menu)
2457         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
2458         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
2459         (menu-bar-help-menu):
2460         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
2461         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
2463         * term/x-win.el (x-gtk-stock-map):
2464         * progmodes/vera-mode.el (auto-mode-alist):
2465         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
2466         (inferior-lisp-program, inferior-lisp-load-command):
2467         * progmodes/hideshow.el (hs-special-modes-alist):
2468         * progmodes/gud.el (same-window-regexps):
2469         * progmodes/grep.el (grep-program, find-program, xargs-program):
2470         * net/telnet.el (same-window-regexps):
2471         * net/rlogin.el (same-window-regexps):
2472         * language/ethiopic.el (font-ccl-encoder-alist):
2473         * vc-sccs.el (vc-sccs-master-templates):
2474         * vc-rcs.el (vc-rcs-master-templates):
2475         * subr.el (cl-assertion-failed):
2476         * simple.el (next-error-overlay-arrow-position):
2477         * lpr.el (lpr-command):
2478         * locate.el (locate-ls-subdir-switches):
2479         * info.el (same-window-regexps, info)
2480         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
2481         * image-mode.el (image-mode, auto-mode-alist):
2482         * hippie-exp.el (hippie-expand-ignore-buffers):
2483         * format.el (format-alist):
2484         * find-dired.el (find-ls-subdir-switches, find-grep-options)
2485         (find-name-arg):
2486         * facemenu.el (facemenu-keybindings):
2487         * dired.el (dired-listing-switches, dired-chown-program):
2488         * diff.el (diff-switches, diff-command):
2489         * cus-edit.el (same-window-regexps):
2490         * bindings.el (mode-line-mule-info)
2491         (mode-line-buffer-identification): Purecopy strings.
2493 2009-11-11  Juri Linkov  <juri@jurta.org>
2495         * simple.el (dired-get-filename) <declare-function>:
2496         Tell the byte-compiler about dired-get-filename.
2497         (shell-command): In Dired mode, get filename from the current line
2498         as the default value.
2500 2009-11-10  Glenn Morris  <rgm@gnu.org>
2502         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
2503         * calendar/holidays.el, progmodes/cperl-mode.el:
2504         Update x-popup-menu declarations.
2506         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
2507         (list-load-path-shadows): Use dolist.
2508         (list-load-path-shadows): Use with-current-buffer.
2510 2009-11-10  Juri Linkov  <juri@jurta.org>
2512         * minibuffer.el (read-file-name): Support a list of default values
2513         in `default-filename'.  Use the first file name where only one
2514         element is required.  Doc fix.
2516 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
2518         * net/dbus.el (dbus-unregister-object): Release service, if no
2519         other method is registered for it.
2521 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
2523         * bookmark.el (bookmark-completing-read): Sort bookmark names if
2524         bookmark-sort-flag is non-nil (Bug#4653).
2526 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
2528         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
2529         the progress reporter entirely.
2531         * emulation/cua-base.el: Add CUA property to some CC mode commands
2532         (Bug#4100).
2534 2009-11-08  Kevin Ryde  <user42@zip.com.au>
2536         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
2537         at end of sentence (Bug#4818).
2539 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
2541         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2542         Handle "see declaration of" MSFT statements (Bug#4100).
2544 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
2546         * net/tramp.el (tramp-advice-make-auto-save-file-name)
2547         (tramp-advice-file-expand-wildcards): Unload via
2548         `ad-remove-advice'.
2550         * net/trampver.el: Update release number.
2552 2009-11-08  Kevin Ryde  <user42@zip.com.au>
2554         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
2555         `ad-do-it'.
2557 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
2559         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
2560         in order to keep context in SELinux.
2562 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
2564         * dired-aux.el (dired-query): Place cursor in echo area and allow
2565         C-g.
2567         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
2568         menu item if not on a directory (Bug#4701).
2570 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
2572         Sync with Tramp 2.1.17.
2574         * net/tramp.el (tramp-handle-copy-directory): Don't use
2575         `file-remote-p' (due to compatibility).
2577         * net/tramp-compat.el (tramp-compat-copy-directory)
2578         (tramp-compat-delete-directory): New defuns.
2580         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
2581         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
2582         `tramp-compat-delete-directory'.
2584         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
2585         (tramp-smb-handle-delete-directory): Use
2586         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
2588         * net/trampver.el: Update release number.
2590 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
2592         * tar-mode.el (tar-copy): Call write-region on the right buffer
2593         (Bug#4857).
2595         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
2596         by hand, if necessary (Bug#4878).
2598 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
2600         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
2601         align size column (Bug#4839).
2603         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
2604         statement.
2606 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2608         * progmodes/ld-script.el (auto-mode-alist):
2609         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
2611         * cus-face.el (custom-declare-face): Purecopy face spec.
2613 2009-11-06  Kenichi Handa  <handa@m17n.org>
2615         * international/uni-bidi.el: Re-generated.
2616         * international/uni-category.el: Re-generated.
2617         * international/uni-combining.el: Re-generated.
2618         * international/uni-mirrored.el: Re-generated.
2620 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2622         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
2623         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
2624         (tex-start-options, slitex-run-command, latex-run-command)
2625         (tex-run-command, tex-directory):
2626         * textmodes/ispell.el (ispell-html-skip-alists)
2627         (ispell-tex-skip-alists, ispell-tex-skip-alists):
2628         * textmodes/fill.el (adaptive-fill-first-line-regexp):
2629         (adaptive-fill-regexp):
2630         * textmodes/dns-mode.el (auto-mode-alist):
2631         * progmodes/python.el (interpreter-mode-alist):
2632         * progmodes/etags.el (tags-compression-info-list):
2633         * progmodes/etags.el (tags-file-name):
2634         * net/browse-url.el (browse-url-galeon-program)
2635         (browse-url-firefox-program):
2636         * mail/sendmail.el (mail-signature-file)
2637         (mail-citation-prefix-regexp):
2638         * international/mule-conf.el (eight-bit):
2639         * international/latexenc.el (latex-inputenc-coding-alist):
2640         * international/fontset.el (x-pixel-size-width-font-regexp):
2641         * emacs-lisp/warnings.el (warning-type-format):
2642         * emacs-lisp/trace.el (trace-buffer):
2643         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
2644         (emacs-lisp-mode-map):
2645         * calendar/holidays.el (holiday-solar-holidays)
2646         (holiday-bahai-holidays, holiday-islamic-holidays)
2647         (holiday-christian-holidays, holiday-hebrew-holidays)
2648         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
2649         (hebrew-holidays-1, holiday-oriental-holidays)
2650         (holiday-general-holidays):
2651         * x-dnd.el (x-dnd-known-types):
2652         * tool-bar.el (tool-bar):
2653         * startup.el (site-run-file):
2654         * shell.el (shell-dumb-shell-regexp):
2655         * rfn-eshadow.el (file-name-shadow-tty-properties)
2656         (file-name-shadow-properties):
2657         * paths.el (remote-shell-program, news-directory):
2658         * mouse.el ([C-down-mouse-3]):
2659         * menu-bar.el (menu-bar-tools-menu):
2660         * jka-cmpr-hook.el (jka-compr-load-suffixes)
2661         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
2662         (jka-compr-compression-info-list):
2663         * isearch.el (search-whitespace-regexp):
2664         * image-file.el (image-file-name-extensions):
2665         * find-dired.el (find-ls-option):
2666         * files.el (directory-listing-before-filename-regexp)
2667         (directory-free-space-args, insert-directory-program)
2668         (list-directory-brief-switches, magic-fallback-mode-alist)
2669         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
2670         (automount-dir-prefix):
2671         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
2672         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
2673         (face-font-registry-alternatives, face-font-registry-alternatives)
2674         (face-font-family-alternatives):
2675         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
2676         (facemenu-foreground-menu, facemenu-face-menu):
2677         * epa-hook.el (epa-file-name-regexp):
2678         * dnd.el (dnd-protocol-alist):
2679         * textmodes/rst.el (auto-mode-alist):
2680         * button.el (default-button): Purecopy strings.
2682 2009-11-06  Glenn Morris  <rgm@gnu.org>
2684         * Makefile.in (ELCFILES): Update.
2686 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2688         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
2689         * emacs-lisp/levents.el: Move to obsolete/levents.el.
2691         * nxml/xsd-regexp.el (xsdre-gen-categories):
2692         * nxml/xmltok.el (xmltok-parse-entity):
2693         * nxml/rng-parse.el (rng-parse-validate-file):
2694         * nxml/rng-maint.el (rng-format-manual)
2695         (rng-manual-output-force-new-line):
2696         * nxml/rng-loc.el (rng-save-schema-location-1):
2697         * nxml/rng-cmpct.el (rng-c-parse-file):
2698         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
2699         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
2701 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
2703         * verilog-mode.el (verilog-getopt-file, verilog-set-define):
2704         Remove extra save-excursions and make-variable-buffer-local's.
2705         Suggested by Stefan Monnier.
2707         (verilog-getopt-file, verilog-module-inside-filename-p)
2708         (verilog-set-define): Merge GNU 1.35 and repair changes from
2709         switching to using with-current-buffer.
2711         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
2712         being treated as a number and confusing AUTORESET.
2713         Reported by Dan Dever.
2715         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
2716         Add verilog-auto-ignore-concat to fix backward compatibility with
2717         older verilog-modes.  Reported by Dan Katz.
2719         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
2720         containing closing anchors "...$".
2722         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
2723         Reported by Wade Smith.
2725         (verilog-batch-execute-func) Comment on function usage.
2727 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
2729         * verilog-mode.el (verilog-label-re): Fix regular expression for
2730         labels.
2732         (verilog-label-re, verilog-calc-1): Support proper indent of named
2733         asserts.
2735         (verilog-backward-token, verilog-basic-complete-re)
2736         (verilog-beg-of-statement, verilog-indent-re): Support proper
2737         indent of the assert statement at the beginning of a block of text.
2739         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
2740         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
2741         tokens as begins.
2743 2009-11-05  Glenn Morris  <rgm@gnu.org>
2745         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
2746         Emacs 19.  (Bug#1531)
2747         (byte-compile-fix-header): Update for the above change.
2748         Drop test for epoch::version.
2750         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
2751         * cus-dep.el (custom-make-dependencies):
2752         * finder.el (finder-compile-keywords):
2753         Use autoload-rubric's feature argument.
2755         * calendar/diary-lib.el (top-level): Make load behave more like require.
2757         * vc-git.el (vc-git-stash-map): Move definition before use.
2759 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
2761         * custom.el (custom-declare-group): Purecopy standard-value.
2762         (custom-declare-group): Purecopy custom-prefix.
2764         * international/mule.el (load-with-code-conversion):
2765         Call do-after-load-evaluation unconditionally.
2767         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
2769 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2771         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
2773 2009-11-04  Glenn Morris  <rgm@gnu.org>
2775         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
2776         (byte-compile-compatibility): Remove option.
2777         (byte-compile-close-variables, byte-compile-fix-header)
2778         (byte-compile-insert-header, byte-compile-output-docform)
2779         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
2780         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
2781         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
2782         (byte-compile-insert, byte-compile-defun):
2783         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
2784         (byte-defop-compiler19): Remove.
2785         Without byte-compile-compatibility, the 'emacs19-opcode property is not
2786         used by anything.  Replace all calls with byte-defop-compiler.
2788 2009-11-04  Juri Linkov  <juri@jurta.org>
2790         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
2791         (menu-bar-options-menu): Don't quote the `prop' arg of
2792         `menu-bar-make-mm-toggle'.
2794 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
2796         * calendar/calendar.el (cal-loaddefs):
2797         * calendar/diary-lib.el (diary-loaddefs):
2798         * calendar/holidays.el (hol-loaddefs):
2799         * eshell/esh-module.el (esh-groups): Load rather than require.
2801 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2803         * calendar/todo-mode.el (todo-add-category): Don't hardcode
2804         point-min==1.
2805         (todo-top-priorities): Only display-buffer when called interactively.
2806         (todo-item-start): Don't save excursion point.
2807         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
2808         (todo-insert-item-here, todo-file-item, todo-remove-item):
2809         Adjust uses of todo-item-start and todo-item-end.
2811         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
2812         (autoload-rubric): Don't use any more.
2813         * cedet/semantic/fw.el (semantic/loaddefs):
2814         * cedet/srecode.el (srecode/loaddefs):
2815         * cedet/ede.el (ede/loaddefs): Load rather than require.
2816         * cedet/ede/cpp-root.el:
2817         * cedet/ede/emacs.el:
2818         * cedet/ede/files.el:
2819         * cedet/ede/linux.el:
2820         * cedet/ede/locate.el:
2821         * cedet/ede/make.el:
2822         * cedet/ede/shell.el:
2823         * cedet/ede/speedbar.el:
2824         * cedet/ede/system.el:
2825         * cedet/ede/util.el:
2826         * cedet/semantic/analyze.el:
2827         * cedet/semantic/bovine.el:
2828         * cedet/semantic/complete.el:
2829         * cedet/semantic/ctxt.el:
2830         * cedet/semantic/db-file.el:
2831         * cedet/semantic/db-find.el:
2832         * cedet/semantic/db-global.el:
2833         * cedet/semantic/db-mode.el:
2834         * cedet/semantic/db-typecache.el:
2835         * cedet/semantic/db.el:
2836         * cedet/semantic/debug.el:
2837         * cedet/semantic/dep.el:
2838         * cedet/semantic/doc.el:
2839         * cedet/semantic/edit.el:
2840         * cedet/semantic/find.el:
2841         * cedet/semantic/format.el:
2842         * cedet/semantic/html.el:
2843         * cedet/semantic/ia-sb.el:
2844         * cedet/semantic/ia.el:
2845         * cedet/semantic/idle.el:
2846         * cedet/semantic/lex-spp.el:
2847         * cedet/semantic/lex.el:
2848         * cedet/semantic/mru-bookmark.el:
2849         * cedet/semantic/scope.el:
2850         * cedet/semantic/senator.el:
2851         * cedet/semantic/sort.el:
2852         * cedet/semantic/symref.el:
2853         * cedet/semantic/tag-file.el:
2854         * cedet/semantic/tag-ls.el:
2855         * cedet/semantic/tag-write.el:
2856         * cedet/semantic/tag.el:
2857         * cedet/semantic/util-modes.el:
2858         * cedet/semantic/analyze/complete.el:
2859         * cedet/semantic/analyze/refs.el:
2860         * cedet/semantic/bovine/c.el:
2861         * cedet/semantic/bovine/gcc.el:
2862         * cedet/semantic/bovine/make.el:
2863         * cedet/semantic/bovine/scm.el:
2864         * cedet/semantic/decorate/include.el:
2865         * cedet/semantic/decorate/mode.el:
2866         * cedet/semantic/symref/cscope.el:
2867         * cedet/semantic/symref/global.el:
2868         * cedet/semantic/symref/grep.el:
2869         * cedet/semantic/symref/idutils.el:
2870         * cedet/semantic/symref/list.el:
2871         * cedet/semantic/wisent/java-tags.el:
2872         * cedet/semantic/wisent/javascript.el:
2873         * cedet/srecode/compile.el:
2874         * cedet/srecode/cpp.el:
2875         * cedet/srecode/document.el:
2876         * cedet/srecode/el.el:
2877         * cedet/srecode/expandproto.el:
2878         * cedet/srecode/getset.el:
2879         * cedet/srecode/insert.el:
2880         * cedet/srecode/java.el:
2881         * cedet/srecode/map.el:
2882         * cedet/srecode/mode.el:
2883         * cedet/srecode/template.el:
2884         * cedet/srecode/texi.el: Remove the file-local setting of
2885         generated-autoload-feature.
2887         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
2888         and only put a prop if it is non-nil.
2890 2009-11-03  Juri Linkov  <juri@jurta.org>
2892         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
2893         (menu-bar-options-menu): Fix list quoting (Bug#4429).
2895         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
2896         and "Menu" to make top-level menu item visually one unit (like
2897         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
2898         multi-word menu items).  Fix :help string for quit-window.
2900 2009-11-03  Glenn Morris  <rgm@gnu.org>
2902         * cedet/mode-local.el (with-mode-local): Doc fix.
2904         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
2905         (byte-compile-file-form-define-abbrev-table)
2906         (byte-compile-file-form-custom-declare-variable)
2907         (byte-compile-variable-ref, byte-compile-defvar):
2908         Whether or not a warning is enabled should only affect whether we issue
2909         the warning, not whether or not we collect the relevant data.
2910         Eg warnings can be turned on and off throughout the course of a file.
2912         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
2913         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
2915 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2917         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
2918         * play/mpuz.el (mpuz-create-buffer):
2919         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
2920         (lm-print-y,s,noise, lm-print-w0, lm-init):
2921         * play/gomoku.el (gomoku-prompt-for-move):
2922         * play/fortune.el (fortune-in-buffer):
2923         * play/dissociate.el (dissociated-press):
2924         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
2925         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
2926         * mail/supercite.el (sc-eref-show):
2927         * mail/smtpmail.el (smtpmail-send-it):
2928         * mail/rmailsum.el (rmail-summary-next-labeled-message)
2929         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
2930         (rmail-summary-undelete-many, rmail-summary-rmail-update)
2931         (rmail-summary-goto-msg, rmail-summary-expunge)
2932         (rmail-summary-get-new-mail, rmail-summary-search-backward)
2933         (rmail-summary-add-label, rmail-summary-output-menu)
2934         (rmail-summary-output-body):
2935         * mail/rfc822.el (rfc822-addresses):
2936         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
2937         * mail/mailpost.el (post-mail-send-it):
2938         * mail/hashcash.el (hashcash-generate-payment):
2939         * mail/feedmail.el (feedmail-run-the-queue)
2940         (feedmail-queue-send-edit-prompt-help-first)
2941         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
2942         (feedmail-deduce-address-list):
2943         * eshell/esh-ext.el (eshell-remote-command):
2944         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
2945         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
2946         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
2947         (viper-save-string-in-file, viper-valid-marker):
2948         * emulation/viper-keym.el (viper-toggle-key):
2949         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
2950         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
2951         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
2952         * emulation/viper-cmd.el (viper-exec-form-in-vi)
2953         (viper-exec-form-in-emacs, viper-brac-function):
2954         * emulation/viper.el (viper-delocalize-var):
2955         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
2956         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
2957         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
2958         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
2959         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
2960         * emulation/edt.el (edt-electric-helpify):
2961         * emulation/cua-rect.el (cua--rectangle-aux-replace):
2962         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
2963         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
2964         (cua-indent-to-global-mark-column):
2965         * calendar/diary-lib.el (calendar-mark-1):
2966         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
2967         Use with-current-buffer.
2968         * emulation/viper.el (viper-delocalize-var): Use dolist.
2970 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
2972         * comint.el (comint-replace-by-expanded-history-before-point):
2973         Replace !! with the previous input string literally (Bug#1795).
2975 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
2977         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
2978         to be made up of whitespace.
2980 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
2982         * minibuffer.el (read-file-name): Don't use file dialogs for
2983         remote directories (Bug#99).
2985 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
2987         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
2989 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
2991         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
2992         instead of deleting the window or frame.
2994 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
2996         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
2997         Support face colors.
2999         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
3000         New function.  Support face colors (Bug#1168).
3001         (tex-common-initialization): Use it.
3003         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
3004         mode allows it (Bug#1168).
3006 2009-10-31  Juri Linkov  <juri@jurta.org>
3008         * facemenu.el (list-colors-display): Don't mark buffer as
3009         modified (Bug#3948).
3011 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
3013         * international/mule-diag.el (list-character-sets-1): Minor
3014         message fix (Bug#3526).
3016         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
3017         face property (Bug#4834).
3018         (etags-list-tags, etags-tags-apropos-additional)
3019         (etags-tags-apropos, tags-select-tags-table): Add follow-link
3020         property.
3022         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
3023         items.
3025         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
3026         items.
3028         * cedet/ede.el (ede-minor-mode):
3029         * cedet/semantic.el (semantic-mode): Toggle menu separators.
3031 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3033         * textmodes/two-column.el (2C-split):
3034         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
3035         * textmodes/tex-mode.el (tex-set-buffer-directory):
3036         * textmodes/spell.el (spell-region, spell-string):
3037         * textmodes/reftex.el (reftex-erase-buffer):
3038         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
3039         * textmodes/reftex-toc.el (reftex-toc-promote-action):
3040         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
3041         (reftex-select-item):
3042         * textmodes/reftex-ref.el (reftex-label-info-update)
3043         (reftex-offer-label-menu):
3044         * textmodes/reftex-index.el (reftex-index-change-entry)
3045         (reftex-index-phrases-info):
3046         * textmodes/reftex-global.el (reftex-create-tags-file)
3047         (reftex-save-all-document-buffers, reftex-ensure-write-access):
3048         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
3049         (reftex-view-crossref-from-bibtex):
3050         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
3051         (reftex-extract-bib-entries-from-thebibliography)
3052         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
3053         * textmodes/refbib.el (r2b-capitalize-title):
3054         (r2b-convert-buffer, r2b-help):
3055         * textmodes/page-ext.el (pages-directory)
3056         (pages-directory-goto-with-mouse):
3057         * textmodes/bibtex.el (bibtex-validate-globally):
3058         * textmodes/bib-mode.el (bib-capitalize-title):
3059         * textmodes/artist.el (artist-clear-buffer, artist-system):
3060         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
3061         (local-set-scheme-interaction-buffer, xscheme-process-filter)
3062         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
3063         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
3064         (xscheme-send-control-g-interrupt, xscheme-start-process)
3065         (xscheme-process-sentinel, xscheme-cd):
3066         * progmodes/verilog-mode.el (verilog-read-always-signals)
3067         (verilog-set-define, verilog-getopt-file)
3068         (verilog-module-inside-filename-p):
3069         * progmodes/sh-script.el:
3070         * progmodes/python.el (python-pdbtrack-get-source-buffer)
3071         (python-pdbtrack-grub-for-buffer, python-execute-file):
3072         * progmodes/octave-inf.el (inferior-octave):
3073         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
3074         (idlwave-shell-compile-helper-routines, idlwave-set-local)
3075         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
3076         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
3077         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
3078         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
3079         (idlwave-shell-filter, idlwave-shell-examine-highlight)
3080         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
3081         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
3082         (idlwave-shell-examine-display, idlwave-shell-run-region)
3083         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
3084         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
3085         * progmodes/idlw-help.el (idlwave-help-get-special-help)
3086         (idlwave-help-get-help-buffer):
3087         * progmodes/gud.el (gud-basic-call, gud-find-class)
3088         (gud-tooltip-activate-mouse-motions-if-enabled):
3089         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
3090         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
3091         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
3092         (ebrowse-tags-next-file):
3093         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
3094         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
3095         (ebnf-eps-finish-and-write):
3096         * progmodes/cpp.el (cpp-edit-save):
3097         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
3098         * progmodes/cc-defs.el (c-emacs-features):
3099         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
3100         (antlr-directory-dependencies):
3101         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
3102         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
3103         (ada-find-any-references, ada-make-filename-from-adaname)
3104         (ada-make-body-gnatstub):
3105         * obsolete/rnews.el (news-list-news-groups):
3106         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
3107         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
3108         * net/rcirc.el (rcirc-debug):
3109         * net/newst-treeview.el (newsticker--treeview-list-add-item)
3110         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
3111         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
3112         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
3113         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
3114         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
3115         (newsticker--treeview-list-clear-highlight)
3116         (newsticker--treeview-list-update-highlight)
3117         (newsticker--treeview-list-highlight-start)
3118         (newsticker--treeview-tree-update-highlight)
3119         (newsticker--treeview-get-selected-item)
3120         (newsticker-treeview-mark-list-items-old)
3121         (newsticker--treeview-set-current-node):
3122         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3123         * net/newst-backend.el (newsticker--get-news-by-funcall)
3124         (newsticker--get-news-by-wget, newsticker--image-get)
3125         (newsticker--image-sentinel):
3126         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
3127         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
3128         (eudc-ph-close-session):
3129         * net/eudc.el (eudc-save-options):
3130         * language/thai-word.el (thai-update-word-table):
3131         * language/japan-util.el (japanese-string-conversion):
3132         * international/titdic-cnv.el (tsang-quick-converter)
3133         (ziranma-converter, ctlau-converter):
3134         * international/mule-cmds.el (describe-language-environment):
3135         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
3136         (skkdic-convert-postfix, skkdic-convert-prefix):
3137         (skkdic-convert-okuri-nasi, skkdic-convert):
3138         * emacs-lisp/re-builder.el (reb-update-overlays):
3139         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
3140         * emacs-lisp/gulp.el (gulp-send-requests):
3141         * emacs-lisp/find-gc.el (trace-call-tree):
3142         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
3143         (eieio-describe-generic):
3144         * emacs-lisp/eieio-base.el (eieio-persistent-read):
3145         * emacs-lisp/edebug.el (edebug-outside-excursion):
3146         * emacs-lisp/debug.el (debugger-make-xrefs):
3147         * emacs-lisp/cust-print.el (custom-prin1-to-string):
3148         * emacs-lisp/chart.el (chart-new-buffer):
3149         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
3150         Use with-current-buffer.
3151         * textmodes/artist.el (artist-system): Don't call
3152         copy-sequence on a fresh string.
3153         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
3155 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
3157         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
3158         is no item to edit.  (Bug#4820)
3159         (todo-top-priorities): Restore point and restore narrowing in Todo
3160         buffer.  (Bug#4820)
3162 2009-10-31  Glenn Morris  <rgm@gnu.org>
3164         * net/ange-ftp.el (top-level): Don't require dired when compiling.
3165         (comint-last-output-start, comint-last-input-start)
3166         (comint-last-input-end): Don't defvar when compiling.
3167         (ange-ftp-process-file): Use bound-and-true-p.
3169         * pcmpl-rpm.el (top-level): Move provide statement to end.
3170         (pcmpl-rpm): Remove unused custom group.
3172         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
3174         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
3176         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
3177         (byte-compile-warnings): Add `constants' as an option.
3178         (byte-compile-callargs-warn, byte-compile-arglist-warn)
3179         (display-call-tree): Update for byte-compile-fdefinition possibly
3180         returning `(macro lambda ...)'.  (Bug#4778)
3181         (byte-compile-variable-ref, byte-compile-setq-default):
3182         Respect `constants' member of byte-compile-warnings.
3184         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
3185         Use mapc rather than mapcar because the return value is never used.
3187         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
3188         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
3189         * cedet/semantic/html.el:
3190         Suppress harmless warnings about setting up semantic-imenu (not
3191         part of Emacs) variables.
3193 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3195         * vc-bzr.el (vc-bzr-revision-keywords): New var.
3196         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
3197         to "submit:".
3199         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
3200         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
3201         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
3202         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
3203         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
3204         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
3205         (semantic-analyzer-debug-global-symbol)
3206         (semantic-analyzer-debug-missing-innertype)
3207         (semantic-analyzer-debug-insert-include-summary):
3208         * cedet/semantic/util.el (semantic-file-tag-table):
3209         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
3210         (semantic-recursive-find-nonterminal-by-name):
3211         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
3212         * cedet/semantic/tag-file.el (semantic-prototype-file):
3213         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
3214         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
3215         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
3216         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
3217         (semantic-idle-summary-maybe-highlight):
3218         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
3219         (semantic-ia-sb-tag-info):
3220         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
3221         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
3222         * cedet/semantic/ede-grammar.el (project-compile-target):
3223         (ede-proj-makefile-insert-variables):
3224         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
3225         (semantic-debug-set-source-location, semantic-debug-interface-layout)
3226         (semantic-debug-mode, semantic-debug):
3227         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
3228         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
3229         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3230         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
3231         (semanticdb-find-translate-path-includes--internal)
3232         (semanticdb-reset-log, semanticdb-find-log-activity):
3233         * cedet/semantic/db-file.el (object-write):
3234         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3235         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
3236         (semanticdb-create-ebrowse-database):
3237         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
3238         * cedet/semantic/complete.el (semantic-displayor-focus-request)
3239         (semantic-collector-calculate-completions-raw)
3240         (semantic-complete-read-tag-analyzer):
3241         * cedet/semantic/analyze.el (semantic-analyze-pulse):
3242         * cedet/ede/util.el (ede-update-version-in-source):
3243         * cedet/ede/proj.el (project-delete-target):
3244         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
3245         (ede-proj-flush-autoconf):
3246         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
3247         (ede-proj-configure-synchronize):
3248         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
3249         * cedet/ede/linux.el (ede-linux-version):
3250         * cedet/ede/emacs.el (ede-emacs-version):
3251         * cedet/ede/dired.el (ede-dired-add-to-target):
3252         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
3253         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
3254         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
3255         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
3256         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
3257         (cedet-idutils-version-check):
3258         * cedet/cedet-global.el (cedet-gnu-global-call):
3259         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
3260         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
3261         * cedet/cedet-cscope.el (cedet-cscope-call)
3262         (cedet-cscope-expand-filename, cedet-cscope-version-check):
3263         Use with-current-buffer.
3264         * cedet/ede.el (ede-make-project-local-variable)
3265         (ede-set-project-variables, ede-set): Use dolist.
3267 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
3269         * textmodes/ispell.el (ispell-skip-region-alist):
3270         * international/mule-conf.el (eight-bit):
3271         * international/fontset.el (font-encoding-alist):
3272         * startup.el (pure-space-overflow-message):
3273         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
3274         * paths.el (gnus-nntp-service, rmail-spool-directory)
3275         (term-file-prefix):
3276         * files.el (save-some-buffers-action-alist):
3277         * cmuscheme.el (same-window-buffer-names):
3278         * ielm.el (same-window-buffer-names):
3279         * shell.el (same-window-buffer-names):
3280         * mail/sendmail.el (same-window-buffer-names):
3281         * progmodes/inf-lisp.el (same-window-buffer-names):
3282         * bindings.el (mode-line-client)
3283         (mode-line-column-line-number-mode-map):
3284         * language/tibetan.el (tibetan-precomposition-rule-regexp)
3285         (tibetan-precomposed-regexp): Purecopy string arguments.
3287 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3289         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
3290         (calcDigit-nondigit):
3291         * calc/calc-yank.el (calc-copy-to-buffer):
3292         * calc/calc-units.el (calc-invalidate-units-table):
3293         * calc/calc-trail.el (calc-trail-yank):
3294         * calc/calc-store.el (calc-insert-variables):
3295         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
3296         * calc/calc-prog.el (calc-read-parse-table):
3297         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
3298         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
3299         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
3300         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
3301         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
3302         (calc-graph-name, calc-graph-find-command, calc-graph-view)
3303         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
3304         * calc/calc-ext.el (calc-realign):
3305         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
3306         (calc-embedded-finish-edit, calc-embedded-make-info)
3307         (calc-embedded-finish-command, calc-embedded-stack-change):
3308         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
3310         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
3311         (overload-docstring-extension): Use that info.
3312         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
3313         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
3314         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
3315         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
3316         (semantic-nonterminal-full-name): Add the new `when' info.
3317         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
3318         `assert'.
3320         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
3321         shell-dynamic-complete-filename in preference to
3322         comint-dynamic-complete-filename.
3324         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
3325         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
3326         Don't consider whether the display supports colors.
3327         (bookmark-import-new-list): Use dolist.
3328         (bookmark-bmenu-mode-map): Move initialization into declaration.
3329         (bookmark-bmenu-list): Use dolist, simplify.
3330         (bookmark-show-all-annotations): Use save-selected-window and dolist.
3331         (menu-bar-final-items): Use push.
3333 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
3335         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
3336         it works on remote files.
3337         (vc-hg-diff): Don't pass any `--cwd' argument.
3339 2009-10-27  Kevin Ryde  <user42@zip.com.au>
3341         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
3342         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
3343         (Further to Bug#3921).
3345 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
3347         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
3348         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
3349         calling `tramp-imap-put-file'.  Add file size to the call.
3350         (tramp-imap-get-file-entries): Compute also user name, file size,
3351         and date.
3352         (tramp-imap-handle-insert-directory): Insert uid and gid.
3353         (tramp-imap-handle-file-attributes): Transform uid and gid
3354         according to `id-format'.
3355         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
3356         size in header X-Size.
3358 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
3360         * simple.el (transpose-subr): Give clearer error when the mark
3361         is not set.  (Bug#4807)
3363 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
3365         * net/tramp.el (tramp-perl-file-truename): New defconst.
3366         Perl code contributed by yary <not.com@gmail.com> (tiny change).
3367         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
3368         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
3369         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
3371         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
3372         Ignore `dired-call-process'.
3373         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
3375 2009-10-26  Julian Scheid  <julians37@gmail.com>
3377         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
3378         (tramp-get-remote-readlink): New defun.
3379         (tramp-handle-file-truename): Use it.
3380         (tramp-handle-file-exists-p): Check file-attributes cache, assume
3381         file exists if cache value present.
3382         (tramp-check-cached-permissions) New defun.
3383         (tramp-handle-file-readable-p): Use it.
3384         (tramp-handle-file-writable-p): Likewise.
3385         (tramp-handle-file-executable-p): Likewise.
3386         (tramp-handle-file-name-all-completions): Try using Perl to get
3387         partial completions.  When perl not available, combine `cd' and
3388         `ls' into single remote operation and use shell expansion to get
3389         partial remote directory contents.  Set `file-exists-p' cache for
3390         directory and any files returned by ls.  Change cache handling to
3391         support partial directory contents.  Use error message emitted by
3392         remote `cd' or Perl code for local tramp-error.
3393         (tramp-do-copy-or-rename-file-directly): Avoid separate
3394         tramp-send-command-and-check call.
3395         (tramp-handle-process-file): Merge three remote ops into one.
3396         Do not flush all caches when `process-file-side-effects' is set.
3397         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
3398         file-attributes shows uid/gid to be set already.
3400 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
3402         * textmodes/tex-mode.el (tex-dvi-view-command)
3403         (tex-show-queue-command, tex-open-quote):
3404         * progmodes/ruby-mode.el (auto-mode-alist)
3405         (interpreter-mode-alist): Purecopy strings.
3407         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
3409         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
3410         string for the hook, keymap and abbrev table.
3412         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
3414         * x-dnd.el (x-dnd-xdnd-to-action):
3415         * startup.el (fancy-startup-text, fancy-about-text): Change to
3416         defconst from defvar.
3418         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
3420         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
3421         Purecopy initialization strings.
3423         * mail/sendmail.el (mail-header-separator)
3424         (mail-personal-alias-file):
3425         * mail/rmail.el (rmail-default-dont-reply-to-names)
3426         (rmail-ignored-headers, rmail-retry-ignored-headers)
3427         (rmail-highlighted-headers, rmail-secondary-file-directory)
3428         (rmail-secondary-file-regexp):
3429         * files.el (null-device, file-name-invalid-regexp)
3430         (locate-dominating-stop-dir-regexp)
3431         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
3432         (interpreter-mode-alist): Use mapcar instead of mapc.
3434         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
3436         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
3437         (completion-ignored-extensions):
3438         (debug-ignored-errors): Purecopy strings.
3440 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3442         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
3443         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
3444         (pcomplete--here): Use push.
3446         * subr.el (all-completions): Declare the 4th arg obsolete.
3448 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3450         * pcomplete.el (pcomplete-unquote-argument-function): New var.
3451         (pcomplete-unquote-argument): New function.
3452         (pcomplete--common-suffix): Always pay attention to case.
3453         (pcomplete--table-subvert): Quote and unquote the text.
3454         (pcomplete--common-quoted-suffix): New function.
3455         (pcomplete-std-complete): Use it and pcomplete-begin.
3457         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
3458         we're inside a dedicated or minibuffer window.
3460 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3462         * cedet/semantic/fw.el (semantic-alias-obsolete)
3463         (semantic-varalias-obsolete): Make the `when' arg mandatory.
3464         (define-mode-overload-implementation):
3465         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
3466         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
3467         * cedet/semantic/util.el (semantic-file-token-stream)
3468         (semantic-something-to-stream):
3469         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
3470         (semantic-expand-nonterminal):
3471         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
3472         (semantic-find-dependency, semantic-find-nonterminal)
3473         (semantic-find-dependency):
3474         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
3475         (semantic-flex-text, semantic-flex-make-keyword-table)
3476         (semantic-flex-keyword-p, semantic-flex-keyword-put)
3477         (semantic-flex-keyword-get, semantic-flex-map-keywords)
3478         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
3479         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
3480         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
3481         (semantic-after-idle-scheduler-reparse-hooks):
3482         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
3483         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
3484         * cedet/semantic.el (semantic-toplevel-bovine-table)
3485         (semantic-toplevel-bovine-cache)
3486         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
3487         (semantic-init-mode-hooks, semantic-init-db-hooks)
3488         (semantic-bovination-working-type): Provide the `when' arg.
3490 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
3492         * bookmark.el: Update documentation, especially documentation
3493         of `bookmark-alist' and of the bookmark file format.
3494         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
3496 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
3498         * mail/emacsbug.el (report-emacs-bug): Clarify that the
3499         keybindings apply to the mail buffer (Bug#4003).  Shrink help
3500         window to buffer.
3502         * whitespace.el (whitespace-mode, whitespace-newline-mode)
3503         (global-whitespace-mode, global-whitespace-newline-mode)
3504         (whitespace-toggle-options, global-whitespace-toggle-options):
3505         Doc fix (Bug#3660).
3507         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
3508         of xmltok-start before the end tag was inserted (Bug#2840).
3510         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
3511         patterns that are preceded by an open-paren (Bug#1320).
3513 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
3515         * files.el (delete-directory): Delete symlinks to directories with
3516         delete-file (Bug#4739).
3518 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
3520         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
3521         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
3522         argument to make-obsolete.
3524         * cedet/semantic/fw.el (semantic-alias-obsolete)
3525         (semantic-varalias-obsolete): Add optional WHEN argument.
3527 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
3529         * vc.el (vc-backend-for-registration): Rename from
3530         vc-get-backend-for-registration.  Update callers.
3532         * international/mule-cmds.el (set-language-info-alist):
3533         Purecopy lang-env.
3534         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
3535         (charset): Purecopy the name.
3536         (define-char-code-property): Purecopy string arguments.
3538         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
3539         Purecopy string arguments.
3541         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3542         * ediff-hook.el (menu-bar-ediff-menu):
3543         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
3544         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
3546 2009-10-24  Glenn Morris  <rgm@gnu.org>
3548         * comint.el (comint-dynamic-list-completions):
3549         * term.el (term-dynamic-list-completions): Use choose-completion rather
3550         than obsolete alias mouse-choose-completion.
3552         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
3553         file-cache-choose-completion.
3554         (file-cache-choose-completion): Handle an optional event argument.
3555         (file-cache-mouse-choose-completion): Make it an obsolete alias.
3557         * progmodes/octave-mod.el (octave-complete-symbol):
3558         Use choose-completion if mouse-choose-completion is ever removed.
3560         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
3561         use.
3563         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
3564         compiler.
3566         * vc-hooks.el (vc-responsible-backend): Fix declaration.
3568 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3570         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
3571         Ignore `pred' now that we receive one.
3572         Handle test-completion specially.
3574 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
3576         * vc.el (vc-responsible-backend): Throw an error if not backend is
3577         found.  Remove the REGISTER argument.  Move the code dealing with
3578         REGISTER ...
3579         (vc-get-backend-for-registration): ... here.  New function.
3580         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
3581         of vc-responsible-backend, pass the file name instead of the
3582         directory name.
3584 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3586         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
3587         New funs.
3588         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
3589         (pcomplete-comint-setup): Don't modify a global var via
3590         accidental side-effects.
3591         (pcomplete-shell-setup): Adjust call accordingly.
3592         (pcomplete-parse-comint-arguments): Use push.
3594 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
3596         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
3597         Allow uncapitalized info node names (Bug#3921).
3599         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
3600         to the DEBUG file (Bug#3781).
3602 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
3604         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
3605         dictionary entry (Bug#4579).
3607 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
3609         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
3610         from `rfn-eshadow-update-overlay-hook' when unloading.
3611         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
3612         "rsyncc".  Adjust doc string.
3613         (tramp-temp-buffer-file-name) New buffer-local defvar.
3614         (tramp-handle-insert-file-contents, tramp-handle-write-region):
3615         Keep temporary file when indicated by method ("rsync" and
3616         "rsyncc").
3617         (tramp-handle-write-region): Handle APPEND.
3618         (tramp-delete-temp-file-function): New defun.  Added to
3619         `kill-buffer-hook'.
3621 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
3623         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
3625 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
3627         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
3628         (color-name-rgb-alist, tty-standard-colors)
3629         (tty-color-mode-alist): Change to defconst.
3631         * simple.el (mark-inactive): Purecopy message.
3633         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
3634         (global-map, yank-menu):
3635         * textmodes/ispell.el (ispell-menu-map):
3636         * net/eudc.el (eudc-tools-menu):
3637         * international/mule-cmds.el (describe-language-environment-map)
3638         (setup-language-environment-map, set-coding-system-map)
3639         (mule-menu-keymap):
3640         * vc-hooks.el (vc-menu-entry, vc-menu-map):
3641         * replace.el (occur-mode-map):
3642         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
3644 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
3646         * calc/calc.el (math-read-number, math-read-number-simple): Use
3647         `save-match-data'.
3649 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3651         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
3652         rather than fiddling with global-map bindings, since it should only
3653         affect per-terminal settings.
3654         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
3656         * minibuffer.el (completion-table-with-terminator): Allow to specify
3657         the terminator-regexp.
3659         * simple.el (switch-to-completions): Look for *Completions* in other
3660         frames as well.
3662         * pcomplete.el: Allow the use of completion-tables.
3663         (pcomplete-std-complete): New command.
3664         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
3665         (pcomplete--here): Use a function for `form' rather than an expression,
3666         so it can be byte-compiled.
3667         (pcomplete-here, pcomplete-here*): Adjust accordingly.
3668         Add edebug declaration.
3669         (pcomplete-show-completions): Remove unused var `curbuf'.
3670         (pcomplete-do-complete, pcomplete-stub):
3671         Don't assume `completions' is a list of strings any more.
3673 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
3675         * find-dired.el (find-name-arg): Fix typo in docstring.
3677 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3679         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
3680         (pcmpl-linux-fs-types): Same, and update to new modules layout.
3682         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
3683         pcomplete-entries.
3685         * comint.el (comint-read-input-ring, comint-write-input-ring)
3686         (comint-substitute-in-file-name)
3687         (comint-dynamic-complete-as-filename)
3688         (comint-dynamic-simple-complete)
3689         (comint-dynamic-list-filename-completions)
3690         (comint-dynamic-list-completions)
3691         (comint-redirect-results-list-from-process): Minor simplifications.
3693 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3695         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3696         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
3697         the first form.  And insert a blank line after ";;; Code" since
3698         that's usual style.  (Bug#4612)
3700         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
3702 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3704         * minibuffer.el (completion-table-with-terminator): Properly implement
3705         boundaries, in case `terminator' appears in the suffix.
3706         (completion--embedded-envvar-table): Don't return boundaries if
3707         there's no valid completion.  Simplify.
3708         (completion-file-name-table): New completion table extracted from
3709         completion--file-name-table.
3710         (completion--file-name-table): Use it.
3711         (read-file-name-predicate): Declare obsolete.
3712         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
3713         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
3714         completion-file-name-table, and use the `pred' argument.
3715         * files.el (locate-file-completion-table): Use the `pred' arg rather
3716         than read-file-name-predicate.
3717         (abbreviate-file-name): Use \` rather than ^ for BOS.
3719 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
3721         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
3722         vc-responsible-backend to register, it causes problems.
3724 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3726         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
3728 2009-10-21  Eric Ludlam  <zappo@gnu.org>
3730         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
3731         (semantic-c-debug-mode-init-pch): New functions.
3732         (semantic-c-debug-mode-init-last-mode): New var.
3733         (semantic-c-parse-lexical-token): Use them.
3735         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
3736         When extracting the argument list, limit only by point-max.
3738 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
3740         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
3741         (tramp-smb-handle-file-attributes): Use it.
3742         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
3743         (tramp-smb-handle-insert-directory): Use `mapc' rather than
3744         `mapcar'.  Use `tramp-smb-get-stat-capability'.
3745         Add `dired-filename' text properties.
3746         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
3747         (tramp-smb-maybe-open-connection): Simplify check for smbclient
3748         version.
3750 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3752         * subr.el (read-key-delay): Reduce to 0.01.
3753         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
3754         (bug#4751).
3756 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3758         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
3760         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
3761         (Info-menu): Remove unused vars `last' and `completions'.
3762         (Info-index-nodes): Remove unused var `node'.
3764         * info.el (Info-complete-menu-item): Use complete-with-action.
3766 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
3768         Make vc-annotate work through copies and renames.
3769         * vc-annotate.el (vc-annotate-extract-revision-at-line):
3770         Return the file name too.
3771         (vc-annotate-revision-at-line)
3772         (vc-annotate-find-revision-at-line)
3773         (vc-annotate-revision-previous-to-line)
3774         (vc-annotate-show-log-revision-at-line): Update to get the file
3775         name from vc-annotate-extract-revision-at-line.
3776         (vc-annotate-show-diff-revision-at-line-internal): Change the
3777         argument to mean whether to show a file diff or not.  Get the file
3778         name from vc-annotate-extract-revision-at-line.
3779         (vc-annotate-show-diff-revision-at-line):
3780         Update vc-annotate-show-diff-revision-at-line call.
3781         (vc-annotate-warp-revision): Add an optional file argument.
3783         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
3784         (vc-git-annotate-extract-revision-at-line): Also return the file
3785         name if found.
3787         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
3788         command.  Remove unused code.
3789         (vc-hg-annotate-re): Update to match --follow output.
3790         (vc-hg-annotate-extract-revision-at-line): Also return the file
3791         name if found.
3793         * vc.el: Update annotate-extract-revision-at-line documentation.
3795 2009-10-18  Kevin Ryde  <user42@zip.com.au>
3797         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
3798         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
3800         * net/browse-url.el (browse-url): Identify alist with "consp and
3801         not functionp" and let all other things go down the `apply' leg,
3802         as suggested by Stefan.  (Further to bug#4531.)
3804 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
3806         * minibuffer.el (read-file-name): Check for repeat before putting
3807         a default argument in file-name-history (Bug#4657).
3809         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
3810         read syntax (Bug#4737).
3812         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
3814 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
3816         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
3817         (html-tag-alist, html-tag-help): Add descriptions for undocumented
3818         entries and make note of obsolete tags.
3820 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3822         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
3824 2009-10-18  Glenn Morris  <rgm@gnu.org>
3826         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
3827         grep, so that binary files (eg international/uni-bidi.el) can match.
3828         Remove test for "UnicodeData" files, since it is hopefully unnecessary
3829         now, and in any case the file header format has changed.
3831 2009-10-17  Glenn Morris  <rgm@gnu.org>
3833         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
3834         (flyspell-get-word, flyspell-large-region)
3835         (flyspell-auto-correct-previous-word): Doc/error message fixes.
3837 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
3839         * Makefile.in (ELCFILES): Add ede/shell.
3841 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
3843         * term/common-win.el (x-colors): Purecopy it.
3845 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3847         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
3848         permissive for when the buffer is empty.
3849         (tar-header-block-tokenize): Decode the username and groupname.
3850         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
3852 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
3854         * cedet/srecode/srt.el:
3855         * cedet/srecode/compile.el:
3856         * cedet/semantic/mru-bookmark.el:
3857         * cedet/semantic/debug.el:
3858         * cedet/semantic/complete.el:
3859         * cedet/semantic/analyze.el: Require CL when compiling.
3861 2009-10-17  Eric Ludlam  <zappo@gnu.org>
3863         * cedet/semantic/scope.el
3864         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
3865         tmpscope so that the regular scope will continue to work.
3867         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
3868         Use semantic-idle-summary-highlight-face as the highlighting.
3870         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
3871         contains multibyte characters, choose first applicable coding
3872         system automatically.
3874         * cedet/ede/project-am.el (project-run-target): New method.
3875         (project-run-target): New method.
3877         * cedet/ede.el (ede-target): Add run target menu item.
3878         (ede-project, ede-minor-keymap): Add ede-run-target binding.
3879         (ede-run-target): New function.
3880         (ede-target::project-run-target): New method.
3882         * cedet/ede/proj.el (project-run-target): New method.
3884         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
3885         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
3886         Add :rules.
3887         (ede-proj-target-makefile-shared-object): Only libtool compilers
3888         now available.  Add linkers for libtool.
3889         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
3890         (ede-proj-makefile-target-name): Always use .la extension.
3892         * cedet/ede/proj-prog.el (project-run-target): New method.
3894         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
3895         (ede-g++-linker): Change Change link lines.
3897         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
3898         When searching for old variables, go to the end of the buffer and
3899         search backward from there.
3900         (ede-proj-makefile-automake-insert-subdirs)
3901         (ede-proj-makefile-automake-insert-extradist): New methods.
3902         (ede-proj-makefile-create): Use them.
3904         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
3905         Force FILE to expand to the current target.  Use file-exists-p to
3906         check that it exists.
3908         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
3909         (ede-linux-load): Wrap dir in file-name-as-directory.
3910         Set :version slot.
3912         * cedet/ede/files.el (ede-get-locator-object): When enabling
3913         locate, do so on "top".
3915         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
3916         file-name-as-directory during compare.
3917         (ede-emacs-version): Return Emacs/XEmacs differentiator.
3918         Get version number from different places.  Don't call egrep.
3919         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
3920         to set the directory.
3922         * cedet/ede/shell.el: New file.
3924         * cedet/inversion.el (inversion-decoders): Allow for stray . in
3925         alpha/beta variants.
3927 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3929         * international/mule-cmds.el (select-safe-coding-system): If the file
3930         has a coding cookie, use it regardless of any other setting (bug#4712).
3932 2009-10-17  Glenn Morris  <rgm@gnu.org>
3934         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
3935         All errors should have messages.
3937         * foldout.el (foldout-mouse-swallow-events):
3938         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
3940         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
3941         (dired-keep-marker-copy, dired-keep-marker-hardlink)
3942         (dired-keep-marker-symlink, dired-dwim-target)
3943         (dired-copy-preserve-time): Do not autoload these defcustoms.
3945         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
3946         messages from messing up the file coding.  (Bug#4623)
3948 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
3950         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
3951         if no match is found for the current dictionary.  (Bug#4578)
3953         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
3954         optional, since that is how it is documented, and this is often called
3955         with a nil argument.  (Bug#4577)
3956         (flyspell-external-point-words, flyspell-auto-correct-word)
3957         (flyspell-correct-word-before-point, flyspell-word-search-forward)
3958         (flyspell-word-search-backward): Remove nil argument in calls to
3959         flyspell-get-word, since it is not needed now.
3961 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
3963         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
3965 2009-10-16  Glenn Morris  <rgm@gnu.org>
3967         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
3969 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
3971         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
3972         (ange-ftp-file-size): New function.
3973         (ange-ftp-file-attributes): Use it.
3975 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
3977         * net/tramp-smb.el (tramp-smb-version): New defvar.
3978         (tramp-smb-maybe-open-connection): Use it, in order to avoid
3979         repeated checks.
3981 2009-10-16  Glenn Morris  <rgm@gnu.org>
3983         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
3984         Maybe copy some custom properties from old to new name.  (Bug#4706)
3986 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
3988         * subr.el (error, sit-for, start-process-shell-command)
3989         (start-file-process-shell-command): Set the calling convention
3990         after the function definition.
3992 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3994         * subr.el (error, sit-for, start-process-shell-command)
3995         (start-file-process-shell-command): Use the new
3996         set-advertised-calling-convention feature.
3998 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
4000         * international/ucs-normalize.el (ucs-normalize-version):
4001         Change to 1.2.
4002         (check-range): Adjust for Unicode 5.2.
4004 2009-10-15  Juri Linkov  <juri@jurta.org>
4006         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
4007         to the `menu-item' format.
4009 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
4011         * net/tramp.el (tramp-replace-environment-variables): Do not fail
4012         if the environment variable does not exist.
4014         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4015         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
4016         parameter.
4017         (tramp-smb-handle-add-name-to-file)
4018         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4019         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4020         (tramp-smb-handle-file-attributes)
4021         (tramp-smb-do-file-attributes-with-stat)
4022         (tramp-smb-handle-file-local-copy)
4023         (tramp-smb-handle-insert-directory)
4024         (tramp-smb-handle-make-directory)
4025         (tramp-smb-handle-make-directory-internal)
4026         (tramp-smb-handle-make-symbolic-link)
4027         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
4028         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
4029         (tramp-smb-maybe-open-connection): Apply the changed parameters.
4030         (tramp-smb-read-file-entry): Read Disk names in compressed format.
4031         Handle long file names.
4032         (tramp-smb-get-cifs-capabilities): Check, whether the connection
4033         process is running.
4034         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
4035         Read share names with "-g" option.
4037 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
4039         * net/rcirc.el (rcirc-view-log-file): New command.
4040         (rcirc-track-minor-mode-map): Remove C-c ` binding.
4041         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
4042         specified.
4044 2009-10-15  Glenn Morris  <rgm@gnu.org>
4046         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
4047         from the second command-line argument.
4048         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
4049         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
4050         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
4051         w32-batch-update-autoloads.
4052         * emacs-lisp/autoload.el (autoload-make-program): New variable.
4053         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
4055         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
4056         the headers cannot be located.  Simplify, subtracting superflous
4057         save-excursions.
4059 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4061         Replace completion-base-size by completion-base-position to fix bugs
4062         such as (bug#4699).
4063         * simple.el (completion-base-position): New var.
4064         (completion-base-size): Mark as obsolete.
4065         (choose-completion): Make it work for mouse events as well.
4066         Pass the new base-position to choose-completion-string.
4067         (choose-completion-guess-base-position): New function, extracted from
4068         choose-completion-delete-max-match.
4069         (choose-completion-delete-max-match): Use it.  Make obsolete.
4070         (choose-completion-string): Use the new base-position info.
4071         (completion-root-regexp): Delete.
4072         (completion-setup-function): Preserve completion-base-position.
4073         Eliminate obsolete base-size manipulation.
4074         * minibuffer.el (display-completion-list): Don't mess with base-size.
4075         (minibuffer-completion-help): Set completion-base-position instead.
4076         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
4077         choose-completion.
4078         * textmodes/bibtex.el (bibtex-complete):
4079         * emacs-lisp/crm.el (crm--choose-completion-string):
4080         Adjust to new calling convention.
4081         * complete.el (partial-completion-mode): Use minibufferp to avoid
4082         bumping into incompatible change to choose-completion-string-functions.
4083         * ido.el (ido-choose-completion-string): Make its calling convention
4084         more permissive.
4085         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
4086         base-size manipulation.
4087         (comint-dynamic-list-input-ring): Use dotimes and push.
4088         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
4089         fundamental-mode.  Use `or'.
4091 2009-10-14  Juri Linkov  <juri@jurta.org>
4093         * misearch.el (multi-isearch-next-buffer-from-list)
4094         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
4096 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4098         * Makefile.in (compile-onefile): Load `bytecomp' rather than
4099         `bytecomp.el'.
4101         * minibuffer.el (completion-pcm--merge-completions): Make sure the
4102         string we return is all made up of text from the completions rather
4103         than part from the completions and part from the input (bug#4219).
4105         * ido.el (ido-everywhere): Use define-minor-mode.
4107         * buff-menu.el (list-buffers, ctl-x-map):
4108         Mark the entry points with ;;;###autoload cookies.
4110 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4112         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
4113         correctly in the detached head case.
4114         (vc-git-print-log): Remove unused binding.
4116         * vc.el (vc-responsible-backend): When a directory is passed for
4117         for registration create a VC repository if no backend is
4118         responsible for the directory argument.
4119         (vc-deduce-fileset): Tell vc-responsible-backend to register.
4121         * vc.el: Move comments about RCS and SCCS ...
4122         * vc-rcs.el:
4123         * vc-sccs.el: ... here, respectively.
4125 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4127         * minibuffer.el (completion--file-name-table): Return nil if there's
4128         no file completion, even if substitute-in-file-name changed
4129         the string (bug#4708).
4131 2009-10-13  Juri Linkov  <juri@jurta.org>
4133         * files-x.el (read-file-local-variable-value): Don't filter out
4134         minor modes from mode name completion (bug#4664).
4136 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
4138         * international/mule-cmds.el (ucs-names): Remove exclusion of
4139         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
4141 2009-10-13  Kenichi Handa  <handa@m17n.org>
4143         * international/uni-name.el: Regenerated.
4145 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
4147         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
4148         should be automatically buffer-local, but isn't.)
4150 2009-10-12  Sam Steingold  <sds@gnu.org>
4152         * progmodes/compile.el (compilation-next-error-function): Fix the
4153         timestamps if the buffer has been visited before.
4154         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
4155         non-anchored patterns, like the perl one (bug#3928).
4157 2009-10-12  Glenn Morris  <rgm@gnu.org>
4159         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
4160         Let-bind `size'.
4162 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
4164         * proced.el (proced-unload-function): New function.
4166         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
4167         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
4168         Doc fix.
4170         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
4172 2009-10-11  Juri Linkov  <juri@jurta.org>
4174         * files-x.el (read-file-local-variable-value):
4175         Provide default value only for bound variables (bug#4664).
4177 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
4179         * net/tramp.el (tramp-local-host-p): Function shall return nil for
4180         connection methods like smb.
4182         * net/tramp-cache.el (tramp-flush-connection-property): The hash
4183         can be empty.
4185         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4186         (tramp-smb-file-name-handler-alist): Add handlers for
4187         `add-name-to-file', `make-symbolic-link'.
4188         (tramp-smb-handle-add-name-to-file)
4189         (tramp-smb-do-file-attributes-with-stat)
4190         (tramp-smb-handle-make-symbolic-link)
4191         (tramp-smb-get-cifs-capabilities): New defuns.
4192         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4193         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4194         (tramp-smb-handle-file-local-copy)
4195         (tramp-smb-handle-make-directory-internal)
4196         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
4197         The file name syntax depends on cifs capabilities.
4198         (tramp-smb-handle-file-attributes):
4199         Call `tramp-smb-do-file-attributes-with-stat' if possible.
4200         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
4201         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
4203 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
4205         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
4206         (eieio-defclass): Apply deftype handler and setf-method properties
4207         directly.
4208         (eieio-add-new-slot): Avoid union function from cl library.
4209         (eieio--typep): New function.
4210         (eieio-perform-slot-validation): Use it.
4212 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
4214         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
4215         Update documentation to refer to the variables documented in r1.135.
4216         (Bug#4188)
4218 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
4220         * bookmark.el (Info-suffix-list): Remove this unused variable.
4221         (bookmark-current-point): Remove this obsolete variable.
4222         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
4223         Adjust for removal of bookmark-current-point.
4225         (bookmarks-already-loaded, bookmark-current-buffer)
4226         (bookmark-yank-point): Document.  (Bug#4188)
4228 2009-10-10  Glenn Morris  <rgm@gnu.org>
4230         * frame.el (frame-height): Doc fix.
4232         * calendar/calendar.el (calendar-split-width-threshold): New option.
4233         (calendar-basic-setup): Use calendar-split-width-threshold.
4235 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
4237         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
4238         Use .la for Automake.
4240 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
4242         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
4243         Use "autoreconf -i".  Suggested by Andreas Schwab.
4245 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
4247         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
4248         Ideographic Supplement" range (U+1F200..U+1F2FF).
4250 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
4252         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
4253         since the list will have been rebuilt anyway.  (Bug#4349)
4255 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
4257         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
4258         (bookmark-bmenu-execute-deletions): Don't save here, as
4259         bookmark-delete will now do so if necessary.
4260         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
4261         (Bug#4348)
4263 2009-10-09  Glenn Morris  <rgm@gnu.org>
4265         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
4267 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
4269         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
4270         (bookmark-jump-other-window): Just invoke bookmark-jump with new
4271         argument now, so the two function's behaviors will match.  (Bug#3645)
4273 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
4275         * cedet/ede/proj.el (project-make-dist, project-compile-project):
4276         Fix filename test.
4277         (ede-proj-dist-makefile): Use expand-file-name instead of concat
4278         to expand file names.
4280 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
4282         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
4283         (tramp-file-name-real-host, tramp-file-name-port):
4284         Apply `save-match-data'.
4286         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
4287         case both directories are remote.
4288         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
4289         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
4291 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
4293         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
4294         (ede-proj-target-makefile-objectcode): Use it.
4296         * cedet/ede/source.el (ede-want-any-source-files-p)
4297         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
4298         Return search result.  This error was introduced while merging.
4300 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
4302         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
4304 2009-10-07  Glenn Morris  <rgm@gnu.org>
4306         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
4307         of concat.
4309 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4311         * files-x.el (read-file-local-variable): Include some
4312         non-user-variables in the completion table (bug#4664).
4314 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
4316         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
4317         message.
4319         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4320         (tramp-smb-file-name-handler-alist): Add handler for
4321         `copy-directory', `expand-file-name', `set-file-modes'.
4322         (tramp-smb-handle-copy-directory)
4323         (tramp-smb-handle-expand-file-name)
4324         (tramp-smb-handle-set-file-modes): New defuns.
4325         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
4326         (tramp-smb-handle-file-attributes): Simplify check for retrieving
4327         entry.
4328         (tramp-smb-handle-insert-directory): Don't flush the cache.
4329         (tramp-smb-maybe-open-connection): Check for samba client and
4330         server versions.
4332 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
4334         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
4335         to not error out of search for "^lisp=" fails.
4337 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
4339         * makefile.w32-in (WINS_UPDATES): New macro.
4340         (custom-deps, finder-data, autoloads): Use it.
4342 2009-10-07  Glenn Morris  <rgm@gnu.org>
4344         * Makefile.in (autoloads): Revert previous change.
4345         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
4346         the list of preloaded files passed on the command-line, get
4347         it from src/Makefile.
4349         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
4350         show the original buffer rather than a random one.
4352 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
4354         * help.el (describe-no-warranty): Place point in a slightly better
4355         position in the GPLv3 text.
4357 2009-10-06  Sam Steingold  <sds@gnu.org>
4359         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
4360         the comm attribute is present before calling regexp-quote.
4362 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
4364         * play/animate.el (animate-string): For good effect, make sure
4365         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
4367         * play/animate.el (animate-sequence, animate-birthday-present):
4368         * misc.el (butterfly): Don't set `indent-tabs-mode'.
4370 2009-10-06  Glenn Morris  <rgm@gnu.org>
4372         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
4374         * emacs-lisp/autoload.el (autoload-excludes): New variable.
4375         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
4376         (batch-update-autoloads): Process a string value of autoload-excludes,
4377         set during the build process.
4378         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
4380         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
4381         inside with-parsed...  macro so that `v' is defined.
4383         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
4384         * progmodes/fortran.el (fortran-end-of-block)
4385         (fortran-beginning-of-block):
4386         Also push mark in the macro case.
4388         * emerge.el (emerge-show-file-name):
4389         * calc/calc.el (calc-quit):
4390         * calc/calc-misc.el (calc-big-or-small):
4391         * calc/calc-graph.el (calc-graph-view):
4392         * calc/calc-ext.el (calc-reset):
4393         * calendar/calendar.el (calendar-basic-setup):
4394         Use window-full-height-p.
4396         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
4397         header we don't understand, don't insert another.  (Bug#4624)
4398         If changing mime charset, insert the new one in the right place.
4400 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
4402         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
4403         (cal-tex-cursor-month): Correctly increment the end date for diary and
4404         holiday listing.  (Bug#4626)
4406 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4408         * help-fns.el (describe-function-1): Don't burp if the function is not
4409         a symbol.
4411 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
4413         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
4414         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
4415         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
4416         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
4418         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
4419         (eieio-default-superclass): Reflow docstrings.
4420         (this, class-option-assoc, defclass, eieio-class-un-autoload)
4421         (eieio-unbind-method-implementations, defmethod)
4422         (eieio-validate-slot-value, eieio-validate-class-slot-value)
4423         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
4424         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
4425         (eieio-slot-originating-class-p, eieio-slot-name-index)
4426         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
4427         (constructor, initialize-instance, no-next-method, object-print)
4428         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
4429         Fix typos in docstrings.
4430         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
4431         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
4432         (next-method-p): Doc fixes.
4433         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
4434         Fix typos in error messages.
4435         (eieio-defmethod): Fix typo in description of generic method.
4437         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
4438         (eieio-persistent-save-interactive, slot-missing):
4439         Fix typos in docstrings.
4440         (eieio-instance-inheritor-slot-boundp): Doc fix.
4442         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
4443         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
4445         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
4446         (eieio-custom-object-apply-reset):
4447         Fix typos in docstrings and error messages.
4449         * emacs-lisp/eieio-datadebug.el (data-debug-show):
4450         Fix typo in docstring.
4452         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
4453         (eieio-browse-tree): Doc fix.
4454         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
4455         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
4456         Fix typos in docstrings.
4458         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
4459         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
4460         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
4461         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
4462         Reflow docstrings.
4464 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
4466         * vc-hg.el (log-view-vc-backend): Declare for compiler.
4467         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
4468         Set log-view-vc-backend so that diff can work.
4470         * log-view.el (log-view-diff): Use vc-diff-internal instead of
4471         vc-version-diff.
4472         (vc-diff-internal): Autoload this instead of vc-version-diff.
4474 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
4476         * simple.el (eval-expression): Doc fix.
4478         * progmodes/cwarn.el (cwarn-mode): Doc fix.
4480 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
4482         * files.el (directory-files-no-dot-files-regexp): New defconst.
4483         (delete-directory): Use it.
4484         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
4486         * net/tramp.el (tramp-verbose): Fix docstring.
4487         (tramp-methods): Add recursive option to `tramp-copy-args'.
4488         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
4489         "scp1_old", "scp2_old", "rsync", "rsyncc".
4490         (tramp-default-method): Check also for `auth-source-user-or-password'.
4491         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
4492         Add handler for `copy-directory'.
4493         (tramp-handle-copy-directory): New defun.
4494         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
4495         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
4496         Optimize sent command.
4498 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4500         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
4501         window if necessary.
4503         * calendar/calendar.el (calendar-basic-setup): Don't call
4504         switch-to-buffer in a dedicated window.
4506 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
4508         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
4509           don't do anything related to relocating, just return nil.
4510         (bookmark-error-no-filename): New error.
4511         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
4512           bookmark has no file.  Don't even attempt to handle things that
4513           are not files; the whole point of custom handlers is to keep that
4514           knowledge elsewhere anyway.  Tighten some comments.
4515         (bookmark-file-or-variation-thereof): Remove now-unused function.
4516         (bookmark-location): Doc string fix.
4517         (Bug#4250)
4519 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
4521         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
4522         don't use a file dialog, because they usually don't know how to read
4523         a directory target from the user.  (Bug#4230)
4524         Also, make sure the prompt can display directories as well as files.
4526 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
4528         * bookmark.el (bookmark-set, bookmark-buffer-name):
4529         Improve doc strings.  (Bug#1193)
4531 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
4533         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
4534         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
4535         (bookmark-get-annotation, bookmark-set-annotation)
4536         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
4537         (bookmark-set-position, bookmark-get-front-context-string)
4538         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
4539         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
4540         (bookmark-jump-other-window, bookmark-handle-bookmark)
4541         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
4542         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
4543         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
4544            Improve doc strings to say whether bookmark can be a string or
4545            a record or both, and make other consistency and clarity fixes.
4546         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
4547         (bookmark-default-annotation-text, bookmark-yank-word)
4548         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
4549         (bookmark-import-new-list, bookmark-maybe-rename)
4550         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4551         (bookmark-bmenu-bookmark): Give these doc strings.
4552         (bookmark-bmenu-check-position): Give this a doc string, but also
4553            add a FIXME comment about how the function may be pointless.
4554         (bookmark-default-handler): Rework doc string and change a
4555            parameter name, to clarify that this takes a bookmark record
4556            not a bookmark name.
4557         (bookmark-set): Change a parameter name to indicate its meaning,
4558            and improve the doc string a bit.
4559         (Bug#4188)
4561 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
4563         * bookmark.el (bookmark-alist): Document the new `handler' element
4564         in the param alist.
4565         (bookmark-make-record-function): Adjust documentation for above.
4566         (Bug#4193)
4568 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
4570         * info.el (Info-bookmark-make-record): Document this function.
4571         (Info-bookmark-jump): Document with a doc string, not just a comment.
4572         (Bug#4203)
4574 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
4576         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
4577         (semantic-new-buffer-fcn): Call parser setup functions here.
4578         (semantic-mode): Don't call parser setup functions here, it's done
4579         in semantic-new-buffer-fcn now.
4580         (semantic-mode): Parse all existing buffers when enabled.
4582         * cedet/srecode/compile.el (srecode-compile-file):
4583         Call semantic-new-buffer-fcn if the buffer has not been parsed.
4585 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
4587         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
4589         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
4590         (proj-comp-insert-variable-once): New macro, renamed from
4591         ede-pmake-insert-variable-once in ede/pmake.edl.
4592         (ede-proj-makefile-insert-variables): Use it.
4594 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
4596         * files.el (copy-directory): New defun.
4598         * dired-aux.el (dired-copy-file-recursive): Use it.
4600 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4602         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
4603         (makefile-end-of-command):
4604         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
4605         (semantic-end-of-context): Fix previous change.  Doc fixes.
4607 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4609         * files-x.el (modify-dir-local-variable)
4610         (copy-dir-locals-to-file-locals-prop-line):
4611         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
4612         (makefile-end-of-command):
4613         * cedet/semantic/lex.el (semantic-lex-token):
4614         * cedet/semantic/analyze/fcn.el
4615         (semantic-analyze-dereference-metatype-1):
4616         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
4617         (semantic-lex-cpp-undef):
4618         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
4619         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
4620         (semantic-end-of-context): Fix typos in docstrings.
4622         * recentf.el (recentf-unload-function): New function.
4624 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
4626         * cedet/ede.el (ede-project-placeholder-cache-file):
4627         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
4628         * cedet/srecode/map.el (srecode-map-save-file):
4629         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
4631 2009-10-04  Glenn Morris  <rgm@gnu.org>
4633         * window.el (window-full-height-p): Add doc string.
4635 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
4637         * window.el (window-full-height-p): New function.  (Bug#4543)
4639 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
4641         * cedet/srecode/insert.el: Require srecode/args.
4643         * cedet/srecode/args.el: Require srecode/dictionary instead of
4644         srecode/insert.
4646         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
4648         * files.el (auto-mode-alist): Add .srt and Project.ede.
4650         * cedet/semantic.el (semantic-mode):
4651         Handle srecode-template-mode-hook as well.
4652         (semantic-mode): Use js-mode-hook for Javascript hook.
4654         * cedet/srecode/template.el: Remove hook variable.
4656         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
4658         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
4659         projects exist.
4660         (ede-project-placeholder-cache-file): Default to a file in
4661         user-emacs-directory.
4663         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
4664         templates in data-directory.
4665         (srecode-map-save-file): Default to a file in user-emacs-directory.
4667         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
4668         directory.
4670 2009-09-30  Eric Ludlam  <zappo@gnu.org>
4672         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
4673         Doc fix.
4675         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
4676         Only insert each variable once.
4678         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
4679         (ede-pmake-insert-variable-shared): Use it.
4681         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
4682         for lexical table iff table is nil.
4684 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
4686         * vc.el: Remove commented out code.
4687         (vc-derived-from-dir-mode): Remove, unused.
4688         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
4690 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
4692         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
4693         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
4694         there could be recursive loading when `default-directory' is a
4695         remote file name.  (Bug#4614)
4697 2009-10-03  Glenn Morris  <rgm@gnu.org>
4699         * calendar/calendar.el (calendar-basic-setup): Handle the case where
4700         the frame is wide.
4701         (calendar-generate-window): Test for shrinkability rather than width.
4703         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
4704         declaration, currently false.
4706         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
4707         reusing existing buffers, in case we happen to visit two files with the
4708         same basename.  (Bug#4593)
4710 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
4712         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
4713         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
4714         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
4715         subdirs of cedet as well.
4716         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
4718 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4720         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
4721         Obey advertised-signature-table.
4723         * help-fns.el (help-function-arglist): Don't check
4724         advertised-signature-table.
4725         (describe-function-1): Do it here instead so it also applies to subrs.
4727 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
4729         * simple.el (start-file-process): Say in the doc-string, that file
4730         handlers might not support pty association, if PROGRAM is nil.
4732         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
4733         HOST and USER are strings.  They are nil, when there are
4734         incomplete entries in ~/.netrc, for example.
4735         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
4736         root directory ("device busy" error otherwise).
4738         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
4739         Flush file properties of created directory.
4741 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
4743         * makefile.w32-in (WINS_BASIC): Remove cedet.
4744         (WINS_CEDET): Add cedet.
4745         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
4747 2009-10-02  Kevin Ryde  <user42@zip.com.au>
4749         * net/browse-url.el (browse-url): Pass any symbol in
4750         browse-url-browser-function to `apply', since if you've mistakenly put
4751         an unbound symbol then the error is clearer.  (Bug#4531)
4753 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
4755         * allout.el (allout-init, allout-back-to-current-heading)
4756         (allout-beginning-of-current-entry, allout-ascend-to-depth)
4757         (allout-ascend, allout-up-current-level, allout-end-of-level)
4758         (allout-previous-visible-heading, allout-forward-current-level)
4759         (allout-backward-current-level, allout-show-children):
4760         * apropos.el (apropos-describe-plist):
4761         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
4762         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
4763         * completion.el (add-completion, add-permanent-completion):
4764         * descr-text.el (describe-text-category, describe-char):
4765         * desktop.el (desktop-lazy-abort):
4766         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
4767         * dired.el (dired-build-subdir-alist):
4768         * ediff.el (ediff-version):
4769         * elide-head.el (elide-head, elide-head-show):
4770         * emerge.el (emerge-version):
4771         * env.el (getenv):
4772         * face-remap.el (variable-pitch-mode):
4773         * faces.el (describe-face):
4774         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
4775         (dired-at-point):
4776         * files.el (find-file-existing, auto-save-mode):
4777         * font-lock.el (font-lock-fontify-buffer):
4778         * help-fns.el (describe-function, describe-variable)
4779         (describe-syntax, describe-categories):
4780         * help.el (view-lossage, describe-bindings, describe-key)
4781         (describe-mode):
4782         * hexl.el (hexl-current-address):
4783         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
4784         * info.el (Info-goto-emacs-key-command-node):
4785         * log-edit.el (log-edit-insert-cvs-template)
4786         (log-edit-insert-cvs-rcstemplate):
4787         * menu-bar.el (menu-bar-mode):
4788         * mouse.el (mouse-appearance-menu):
4789         * newcomment.el (comment-indent-new-line):
4790         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
4791         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
4792         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
4793         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
4794         * recentf.el (recentf-mode):
4795         * savehist.el (savehist-mode, savehist-save):
4796         * shadowfile.el (shadow-copy-files):
4797         * simple.el (kill-ring-save, next-line, previous-line)
4798         (normal-erase-is-backspace-mode):
4799         * strokes.el (strokes-update-window-configuration)
4800         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
4801         (strokes-xpm-for-stroke):
4802         * time.el (emacs-uptime, emacs-init-time):
4803         * tutorial.el (tutorial--describe-nonstandard-key)
4804         (tutorial--detailed-help):
4805         * type-break.el (type-break-mode)
4806         (type-break-mode-line-message-mode, type-break-query-mode)
4807         (type-break-guesstimate-keystroke-threshold):
4808         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
4809         * version.el (emacs-version):
4810         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
4811         * winner.el (winner-mode):
4812         * calendar/timeclock.el (timeclock-in, timeclock-out)
4813         (timeclock-status-string, timeclock-change)
4814         (timeclock-workday-remaining-string)
4815         (timeclock-workday-elapsed-string)
4816         (timeclock-when-to-leave-string):
4817         * calendar/todo-mode.el (todo-add-category):
4818         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
4819         * emacs-lisp/autoload.el (update-file-autoloads):
4820         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
4821         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
4822         (checkdoc-message-text, checkdoc-defun):
4823         * emacs-lisp/debug.el (debugger-list-functions):
4824         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4825         * emacs-lisp/eieio-opt.el (eieio-describe-class)
4826         (eieio-describe-generic):
4827         * emacs-lisp/lisp-mnt.el (lm-synopsis):
4828         * emacs-lisp/shadow.el (list-load-path-shadows):
4829         * emulation/cua-base.el (cua-mode):
4830         * emulation/edt.el (edt-set-scroll-margins):
4831         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
4832         (tpu-toggle-regexp, tpu-toggle-search-direction)
4833         (tpu-toggle-rectangle, tpu-toggle-control-keys):
4834         * emulation/tpu-extras.el (tpu-set-scroll-margins):
4835         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
4836         (viper-set-parsing-style-toggling-macro)
4837         (viper-set-emacs-state-searchstyle-macros):
4838         * emulation/viper.el (viper-set-hooks):
4839         * eshell/esh-mode.el (eshell-truncate-buffer):
4840         * international/mule-cmds.el (prefer-coding-system)
4841         (describe-input-method, describe-language-environment):
4842         * international/mule-diag.el (list-character-sets)
4843         (describe-character-set, describe-coding-system)
4844         (describe-fontset, list-fontsets, list-input-methods):
4845         * mail/sendmail.el (mail-signature):
4846         * net/ange-ftp.el (ange-ftp-copy-file):
4847         * net/browse-url.el (browse-url):
4848         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
4849         * net/quickurl.el (quickurl-add-url):
4850         * net/rcirc.el (names, topic):
4851         * net/xesam.el (xesam-mode):
4852         * play/5x5.el (5x5-new-game):
4853         * play/yow.el (apropos-zippy):
4854         * progmodes/ada-mode.el (ada-mode-version):
4855         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
4856         (f90-end-of-block)
4857         (f90-beginning-of-block):
4858         * progmodes/fortran.el (fortran-end-of-block)
4859         (fortran-beginning-of-block):
4860         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
4861         * progmodes/python.el (python-describe-symbol, python-shell):
4862         * term/ns-win.el (ns-print-buffer):
4863         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
4864         * textmodes/flyspell.el (flyspell-mode-on):
4865         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
4866         (pages-directory-for-addresses):
4867         * textmodes/table.el (table-recognize-cell)
4868         (table-query-dimension, table-generate-source)
4869         (table-insert-sequence, table--warn-incompatibility):
4870         * textmodes/tex-mode.el (tex-validate-buffer):
4871         * textmodes/texinfmt.el (texinfmt-version)
4872         (texinfo-format-buffer):
4873         Use `called-interactively-p' instead of `interactive-p'.
4875 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
4877         * image-mode.el (image-toggle-display):
4878         * emacs-lisp/elp.el (elp-instrument-function):
4879         * emacs-lisp/advice.el (ad-make-advised-definition):
4880         * emacs-lisp/easy-mmode.el (define-minor-mode):
4881         * net/browse-url.el (browse-url-maybe-new-window):
4882         * progmodes/sh-script.el (sh-learn-buffer-indent):
4883         Pass new argument 'any to `called-interactively-p'.
4885 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
4887         * international/uni-bidi.el:
4888         * international/uni-category.el:
4889         * international/uni-combining.el:
4890         * international/uni-comment.el:
4891         * international/uni-decimal.el:
4892         * international/uni-decomposition.el:
4893         * international/uni-digit.el:
4894         * international/uni-lowercase.el:
4895         * international/uni-mirrored.el:
4896         * international/uni-name.el:
4897         * international/uni-numeric.el:
4898         * international/uni-old-name.el:
4899         * international/uni-titlecase.el:
4900         * international/uni-uppercase.el:
4901         Regenerate from Unicode 5.2.0 data.
4903 2009-10-01  Glenn Morris  <rgm@gnu.org>
4905         * Makefile.in (ELCFILES): Regenerate.
4907 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4909         * subr.el (interactive-p): Mark obsolete.
4910         (called-interactively-p): Make the optional-ness of `kind' obsolete.
4911         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
4912         advertised-signature-table for subroutines as well.
4914         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
4915         (set-advertised-calling-convention): New function.
4916         (make-obsolete, define-obsolete-function-alias)
4917         (make-obsolete-variable, define-obsolete-variable-alias):
4918         Make the optional-ness of `when' obsolete.
4919         (define-obsolete-face-alias): Make `when' non-optional.
4920         * help-fns.el (help-function-arglist):
4921         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
4922         Use advertised-signature-table.
4924 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
4926         * files.el (delete-directory): New defun.  The original function
4927         in fileio.c has been renamed to `delete-directory-internal'.
4929         * dired.el (dired-delete-file): Call `delete-directory' with
4930         RECURSIVE parameter.
4932         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
4933         parameter RECURSIVE.  Implementation is missing.
4935         * net/tramp.el (tramp-handle-make-directory): Flush upper
4936         directory's file properties.
4937         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
4938         (tramp-handle-dired-recursive-delete-directory): Flush directory
4939         properties after the remove command only.
4941         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4942         Handle optional parameter RECURSIVE.
4944         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
4945         Handle optional parameter RECURSIVE.
4947         * net/tramp-smb.el (tramp-smb-errors): Add error message for
4948         connection timeout.
4949         (tramp-smb-handle-delete-directory): Handle optional parameter
4950         RECURSIVE.
4952 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4954         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
4955         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
4956         (byte-compile-defmacro): Use backquotes.
4958         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
4960         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
4961         has no associated file.
4962         (vc-resynch-buffer): Use vc-dir-buffers.
4964 2009-10-01  Glenn Morris  <rgm@gnu.org>
4966         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
4967         (chart-file-count):
4968         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
4969         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
4970         * emacs-lisp/eieio-opt.el (eieio-describe-class):
4971         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
4972         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
4973         (eieio-copy-parents-into-subclass, make-instance, class-children)
4974         (eieio-generic-form):
4975         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
4976         * cedet/cedet-idutils.el (cedet-idutils-search)
4977         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
4978         (cedet-idutils-version-check):
4979         * cedet/cedet.el (cedet-version):
4980         * cedet/data-debug.el (data-debug-insert-overlay-button)
4981         (data-debug-insert-overlay-list-button)
4982         (data-debug-insert-buffer-button)
4983         (data-debug-insert-buffer-list-button)
4984         (data-debug-insert-process-button, data-debug-insert-ring-button)
4985         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
4986         (data-debug-insert-stuff-vector-button)
4987         (data-debug-insert-symbol-button, data-debug-insert-string)
4988         (data-debug-insert-number, data-debug-insert-lambda-expression)
4989         (data-debug-insert-nil, data-debug-insert-simple-thing)
4990         (data-debug-insert-custom, data-debug-edebug-expr):
4991         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
4992         (global-ede-mode-map, ede-new, ede-debug-target)
4993         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
4994         * cedet/semantic.el (semantic-minimum-working-buffer-size)
4995         (semantic-fetch-tags, semantic-submode-list)
4996         (semantic-default-submodes):
4997         * cedet/ede/source.el (ede-source-match):
4998         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
4999         (project-am-package-info):
5000         * cedet/ede/proj.el (ede-proj-target, project-new-target):
5001         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
5002         * cedet/ede/proj-comp.el (ede-current-build-list):
5003         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
5004         * cedet/ede/files.el (ede-toplevel-project-or-nil):
5005         * cedet/ede/cpp-root.el (initialize-instance):
5006         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
5007         (autoconf-parameter-strip, autoconf-insert-new-macro):
5008         * cedet/semantic/wisent.el (wisent-lex-eoi):
5009         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
5010         (semantic-show-parser-state-mode):
5011         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
5012         * cedet/semantic/tag.el (semantic-tag-new-variable)
5013         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
5014         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
5015         (semantic--tag-deep-copy-tag-list)
5016         (semantic-tag-components-with-overlays-default):
5017         * cedet/semantic/symref.el (semantic-symref-find-text):
5018         * cedet/semantic/senator.el (senator-yank-tag)
5019         (senator-transpose-tags-up):
5020         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
5021         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
5022         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
5023         * cedet/semantic/lex.el (semantic-lex-comment-regex)
5024         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
5025         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
5026         * cedet/semantic/lex-spp.el
5027         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
5028         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
5029         * cedet/semantic/idle.el
5030         (semantic-idle-summary-current-symbol-info-brutish)
5031         (semantic-idle-summary-current-symbol-info-default):
5032         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
5033         (semantic--grammar-macro-compl-dict):
5034         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
5035         * cedet/semantic/format.el (semantic-format-tag-custom-list)
5036         (semantic-format-tag-canonical-name-default):
5037         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
5038         (semantic-find-tags-for-completion)
5039         (semantic-find-tags-by-scope-protection-default)
5040         (semantic-deep-find-tags-for-completion):
5041         * cedet/semantic/edit.el
5042         (semantic-edits-incremental-reparse-failed-hook)
5043         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
5044         (semantic-edits-splice-remove, semantic-edits-splice-replace):
5045         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
5046         * cedet/semantic/dep.el (semantic-dependency-include-path):
5047         * cedet/semantic/db.el (semanticdb-default-find-index-class)
5048         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
5049         (semanticdb-project-roots):
5050         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
5051         (semanticdb-find-adebug-insert-scanned-tag-cons)
5052         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
5053         (semanticdb-brute-deep-find-tags-for-completion):
5054         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
5055         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
5056         (semantic-end-of-context-default)
5057         (semantic-ctxt-current-function-default)
5058         (semantic-ctxt-scoped-types-default):
5059         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5060         (semantic-complete-inline-tag-engine)
5061         (semantic-complete-inline-custom-type)
5062         (semantic-complete-read-tag-analyzer):
5063         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
5064         (semantic-chart-database-size):
5065         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
5066         (semantic-analyze-current-context):
5067         * cedet/semantic/symref/list.el (semantic-symref)
5068         (semantic-symref-hide-buffer, semantic-symref-symbol):
5069         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
5070         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
5071         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
5072         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
5073         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
5074         (semantic-c-dereference-template):
5075         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
5076         (semantic--analyze-refs-full-lookup-with-parents)
5077         (semantic--analyze-refs-full-lookup-simple):
5078         * cedet/semantic/analyze/complete.el
5079         (semantic-analyze-possible-completions):
5080         * cedet/srecode/table.el (srecode-mode-table-new):
5081         * cedet/srecode/srt.el (srecode-read-variable-name):
5082         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
5083         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
5084         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
5085         * cedet/srecode/map.el (srecode-current-map):
5086         * cedet/srecode/insert.el (srecode-insert)
5087         (srecode-insert-variable-secondname-handler, srecode-insert-method)
5088         (srecode-template-inserter-point-override)
5089         (srecode-insert-include-lookup):
5090         * cedet/srecode/getset.el (srecode-auto-choose-class):
5091         * cedet/srecode/extract.el (srecode-inserter-extract):
5092         * cedet/srecode/document.el
5093         (srecode-document-autocomment-return-last-alist)
5094         (srecode-document-autocomment-param-type-alist)
5095         (srecode-document-insert-function-comment)
5096         (srecode-document-insert-variable-one-line-comment)
5097         (srecode-document-function-name-comment):
5098         * cedet/srecode/dictionary.el (srecode-create-dictionary)
5099         (srecode-compound-toString):
5100         * cedet/srecode/compile.el (srecode-flush-active-templates):
5101         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
5102         Doc/message fixes.
5104         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
5105         match-data.  (Bug#4555).
5107         * cedet/semantic/bovine/gcc.el
5108         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
5109         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
5111         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
5112         rather than parsing it as a regexp.  This relaxes the layout
5113         requirements and makes errors easier to detect.
5114         (check-declare-verify): Check file is regular.
5115         (check-declare-directory): Doc fix.
5116         * subr.el (declare-function): Doc fix.
5118         * ibuffer.el (ibuffer-format-qualifier):
5119         * isearch.el (hi-lock-regexp-okay):
5120         * calc/calc.el (math-zerop):
5121         * mail/uce.el (rmail-msgbeg, rmail-msgend):
5122         * term/w32-win.el (setup-default-fontset, set-fontset-font):
5123         Remove unused declarations.
5125 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
5127         * cedet/semantic/wisent/javat-wy.el
5128         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
5130 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
5132         * cedet/srecode/expandproto.el: Fix provide statement.
5134 2009-09-30  Eric Ludlam  <zappo@gnu.org>
5136         * emacs-lisp/eieio.el (boolean-p): Delete.
5138 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
5140         * cedet/ede/srecode.el: Fix provide statement.
5142 2009-09-30  Glenn Morris  <rgm@gnu.org>
5144         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
5145         * cedet/ede/proj-aux.el (ede-aux-source):
5146         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
5147         (ede-misc-source):
5148         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
5149         (semantic-mrub-switch-tags): Fix doc typos.
5151         * cedet/semantic/db-global.el (data-debug-new-buffer)
5152         (data-debug-insert-thing): Remove unneeded declarations (one broken).
5153         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
5155         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
5157         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
5158         use of CL function `remove-if-not'.
5160         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
5162         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
5163         filename is not a string.
5165 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
5167         * files.el (safe-local-eval-forms): Fix typo.
5169 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5171         * vc-hooks.el (vc-dir-buffers): New var.
5172         (vc-state-refresh): New function.
5173         (vc-state): Use it.
5174         (vc-after-save): Always ask the backend to recompute the new state.
5175         Always call vc-dir if necessary, using vc-dir-buffers.
5176         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
5177         Use vc-dir-buffers.
5178         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
5179         (vc-dir-prepare-status-buffer, vc-dir-update)
5180         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
5181         Don't call expand-file-name on default-directory.
5183 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5185         * speedbar.el (speedbar-item-delete):
5186         * calc/calc-prog.el (calc-kbd-if):
5187         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
5189         * epa.el (epa-key-list-mode-map):
5190         * hi-lock.el (hi-lock-menu): Fix typos in menus.
5192         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
5193         (hs-show-hook): Fix typo in docstring.
5195 2009-09-29  Glenn Morris  <rgm@gnu.org>
5197         * cedet/semantic/symref/idutils.el:
5198         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
5200         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
5202         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
5203         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
5204         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
5205         Mark declarations not understood by check-declare.
5207         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
5208         file-name-nondirectory call preventing location of cedet files.
5209         (check-declare-verify): Use literal search rather than re-search.
5210         Add basic defmethod and defclass, and define-overloadable-function.
5212         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
5213         Use tramp-compat-file-attributes rather than nonexistent
5214         tramp-compat-handle-file-attributes.
5216         * Makefile.in (lisptagsfiles4): New.
5217         (AUTOGENEL): Add cedet loaddefs files.
5218         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
5219         (update-elclist, compile-always, backup-compiled-files)
5220         (bootstrap-clean): Add yet another directory level.
5221         (update-elclist): Use LC_COLLATE rather than COLLATE.
5222         (ELCFILES): Update, via `make update-elclist'.
5224 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5226         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
5227         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
5228         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
5230 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
5232         * Makefile.in (lisptagsfiles3): Define.
5233         (TAGS, TAGS-LISP): Use it.
5234         (update-elclist): Add third directory level to look for elc files.
5235         (compile-always): Likewise.
5236         (backup-compiled-files): Likewise.
5237         (bootstrap-clean): Likewise.
5238         (ELCFILES): Update.
5240 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
5242         * Makefile.in (ELCFILES): Add CEDET files.
5244 2009-09-28  Eric Ludlam  <zappo@gnu.org>
5246         CEDET (development tools) package merged.
5248         * cedet/*.el:
5249         * cedet/ede/*.el:
5250         * cedet/semantic/*.el:
5251         * cedet/srecode/*.el: New files.
5253 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
5255         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
5257         * net/tramp.el (top): Require tramp-imap.
5259         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
5260         Use `tramp-compat-handle-file-attributes'.
5262 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5264         * net/tramp-imap.el: New package.
5266 2009-09-28  Eric Ludlam  <zappo@gnu.org>
5268         * emacs-lisp/chart.el:
5269         * emacs-lisp/eieio-base.el:
5270         * emacs-lisp/eieio-comp.el:
5271         * emacs-lisp/eieio-custom.el:
5272         * emacs-lisp/eieio-datadebug.el:
5273         * emacs-lisp/eieio-opt.el:
5274         * emacs-lisp/eieio-speedbar.el:
5275         * emacs-lisp/eieio.el: New files.
5277         * cedet/cedet-cscope.el:
5278         * cedet/cedet-files.el:
5279         * cedet/cedet-global.el:
5280         * cedet/cedet-idutils.el:
5281         * cedet/data-debug.el:
5282         * cedet/inversion.el:
5283         * cedet/mode-local.el:
5284         * cedet/pulse.el: New files.
5286 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5288         * whitespace.el (whitespace-trailing-regexp)
5289         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
5290         Fix doc string.
5292 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
5294         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
5295         menu.
5297         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
5298         menu-bar-ediff-menu.
5300         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
5301         define-overloadable-function.
5303         * progmodes/autoconf.el: Provide autoconf as well, so that this
5304         file can be `require'd.
5306         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
5308         * emacs-lisp/autoload.el (generated-autoload-feature)
5309         (generated-autoload-load-name): New vars.
5310         (autoload-rubric, autoload-generate-file-autoloads): Use them.
5311         (make-autoload): Recognize define-overloadable-function and
5312         defclass forms (for EIEIO).
5314         * Makefile.in (update-subdirs): Exclude cedet directory.
5316 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
5318         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
5320         * faces.el: Default light-background background for region face to
5321         ns_selection_color under NS.
5323 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5325         * net/imap-hash.el: New library, see NEWS.
5327         * Makefile.in (ELCFILES): Add imap-hash.el.
5329 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5331         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
5332         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
5333         * help-macro.el (make-help-screen): Avoid using an ambiguous function
5334         definition where the docstring could be taken for the return value.
5336 2009-09-26  Glenn Morris  <rgm@gnu.org>
5338         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
5339         Add option to only show images below a certain size.
5340         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
5341         save-excursion calls.
5343 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
5345         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
5346         subdirectories) and eieio.
5348 2009-09-26  Alan Mackenzie  <acm@muc.de>
5350         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
5351         buggy bracketing.  (Bug#4289)
5353         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
5354         character constants (as case labels).  (Bug#4289)
5356 2009-09-25  Juri Linkov  <juri@jurta.org>
5358         * files.el (safe-local-eval-forms): Allow time-stamp in
5359         before-save-hook (Bug#4554).
5361 2009-09-25  Drew Adams  <drew.adams@oracle.com>
5363         * menu-bar.el (list-buffers-directory): Doc fix.
5365 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5367         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
5368         Try and avoid copying twice the same paragraph.
5369         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
5370         Remove save-excursion.
5371         (log-edit-changelog-entry): Do it here instead.
5373 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
5375         * bs.el (bs--get-file-name): Use `list-buffers-directory'
5376         when available, instead of hardcoding mode names.  Doc fix.
5378         * menu-bar.el (list-buffers-directory): Add docstring.
5379         Make automatically buffer-local.
5381         * dired.el (dired-mode):
5382         * files.el (cd-absolute):
5383         * pcvs.el (cvs-temp-buffer):
5384         * pcvs-util.el (cvs-get-buffer-create):
5385         * shell.el (shell-mode):
5386         * vc-dir.el (vc-dir-mode):
5387         Don't make `list-buffers-directory' buffer local.
5389 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
5391         * comint.el (comint-exec, comint-run, make-comint):
5392         Doc fixes (Bug#4542).
5394 2009-09-25  Glenn Morris  <rgm@gnu.org>
5396         * mail/rmailmm.el (rmail-mime): New custom group.
5397         Move all defcustoms in this file into this group.
5398         (rmail-mime-media-type-handlers-alist): Revert previous change.
5399         (rmail-mime-show-images): New option.
5400         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
5401         references to it, since it wasn't actually used for anything.
5402         (rmail-mime-insert-image): New function.
5403         (rmail-mime-image): Use rmail-mime-insert-image.
5404         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
5405         obey the value of `rmail-mime-show-images' option.  Print the size of
5406         attachments.
5408 2009-09-25  David Engster  <deng@randomsample.de>
5410         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
5412 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5414         * whitespace.el: Does not highlight trailing spaces While point is
5415         at end of line.  Does not highligt spaces at beginning of buffer
5416         while point is at beginning of buffer.  Does not highlight spaces
5417         at end of buffer while point is at end of buffer.  (Bug#4177)
5418         New version 12.0.
5419         (whitespace-display-mappings): Adjust initialization.
5420         (whitespace-point, whitespace-font-lock-refontify): New vars.
5421         (whitespace-color-on, whitespace-color-off): Adjust code.
5422         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
5423         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
5424         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
5426 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
5428         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
5430         * textmodes/sgml-mode.el: Remove xml-mode alias.
5432         * files.el (auto-mode-alist, conf-mode-maybe)
5433         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
5435 2009-09-24  Alan Mackenzie  <acm@muc.de>
5437         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
5438         c-forward-conditionals, but it doesn't move point and doesn't set
5439         the mark.
5440         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
5441         (c-down-conditional-with-else, c-backward-conditional)
5442         (c-forward-conditional): Refactor to use c-scan-conditionals.
5444 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5446         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
5447         (help-default-arg-highlight): Remove.
5448         (help-highlight-arg): New function.
5449         (help-do-arg-highlight): Use it.
5450         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
5452 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5454         * term.el (term-set-scroll-region, term-handle-ansi-escape):
5455         Undo last change, which didn't fix the problem and introduced others.
5457 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
5459         * progmodes/gdb-mi.el: Don't require speedbar.
5460         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
5462 2009-09-24  Glenn Morris  <rgm@gnu.org>
5464         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
5466         * term/ns-win.el (ns-reg-to-script): Define for compiler.
5468         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
5469         there is no newline after the final mime boundary.  (Bug#4539)
5470         Move markers on insertion so that any buttons inserted don't end up in
5471         the next part of a multipart message.
5472         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
5473         (rmail-mime-bulk-handler): Optionally handle images.
5474         (rmail-mime-image): New button action.
5475         (rmail-mime-image-handler): New function.
5476         (rmail-mime-mode): New mode.
5477         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
5479 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5481         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
5482         than just dropping elements from it (bug#4504).
5484         * term.el (term-set-scroll-region): Don't move cursor any more.
5485         (term-handle-ansi-escape): Call term-goto here instead.
5486         Suggested by Ivan Kanis <apple@kanis.eu>.
5488         * term.el: Require CL.
5489         (term-ansi-reset): New function.
5490         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
5491         (term-handle-colors-array): Simplify.
5493 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5495         * allout.el (allout-overlay-interior-modification-handler)
5496         (allout-obtain-passphrase):
5497         * epa-file.el (epa-file-write-region):
5498         * ps-print.el (ps-begin-job):
5499         * vc-hooks.el (vc-toggle-read-only):
5500         * vc-rcs.el (vc-rcs-rollback):
5501         * vc-sccs.el (vc-sccs-rollback):
5502         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
5503         (vc-version-diff, vc-revert, vc-rollback):
5504         * wdired.el (wdired-check-kill-buffer):
5505         * emacs-lisp/authors.el (authors):
5506         * net/socks.el (socks-open-connection):
5507         * net/zeroconf.el (zeroconf-service-add-hook):
5508         * obsolete/vc-mcvs.el (vc-mcvs-register):
5509         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
5510         (gdb-select-frame):
5511         * progmodes/grep.el (lgrep, rgrep):
5512         * progmodes/idlw-help.el (idlwave-help-check-locations)
5513         (idlwave-help-html-link, idlwave-help-assistant-open-link):
5514         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5515         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
5516         (reftex-toc-rename-label): Fix typos in error messages.
5518         * dired-aux.el (dired-do-shell-command): Reflow docstring.
5519         (dired-copy-how-to-fn): Doc fix.
5520         (dired-files-attributes, dired-read-shell-command):
5521         Fix typos in docstrings.
5523         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
5524         (dired-x-find-file-other-window): Reflow docstrings.
5525         (dired-omit-marker-char, dired-read-shell-command)
5526         (dired-x-submit-report): Fix typos in docstrings.
5528         * shell.el (shell-mode-hook):
5529         * view.el (View-scroll-line-forward):
5530         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
5531         Fix typos in docstrings.
5533         * net/dig.el (dig-invoke): Fix typo in docstring.
5534         (query-dig): Reflow docstring.
5536         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
5537         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
5538         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
5539         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
5540         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
5541         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
5542         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
5543         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
5544         (idlwave-completion-map, idlwave-current-indent)
5545         (idlwave-custom-ampersand-surround, idlwave-customize)
5546         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
5547         (idlwave-define-abbrev, idlwave-determine-class-special)
5548         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
5549         (idlwave-end-block-reg, idlwave-end-of-statement)
5550         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
5551         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
5552         (idlwave-explicit-class-listed, idlwave-file-header)
5553         (idlwave-fill-paragraph, idlwave-find-class-definition)
5554         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
5555         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
5556         (idlwave-in-quote, idlwave-indent-action-table)
5557         (idlwave-indent-expand-table, idlwave-indent-line)
5558         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
5559         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
5560         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
5561         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
5562         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
5563         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
5564         (idlwave-outlawed-buffers, idlwave-popup-select)
5565         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
5566         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
5567         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
5568         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
5569         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
5570         (idlwave-statement-type, idlwave-struct-skip)
5571         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
5572         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
5573         (idlwave-what-module-find-class): Fix typos in docstrings.
5574         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
5575         (idlwave-calculate-cont-indent, idlwave-expand-equal)
5576         (idlwave-find-module, idlwave-find-structure-definition)
5577         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
5578         (idlwave-list-load-path-shadows, idlwave-next-statement)
5579         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
5580         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
5581         (idlwave-template): Reflow docstrings.
5583         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
5584         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
5585         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
5586         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
5587         (idlwave-shell-display-line, idlwave-shell-display-wframe)
5588         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
5589         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
5590         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
5591         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
5592         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
5593         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
5594         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
5595         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
5596         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
5597         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
5598         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
5599         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
5600         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
5601         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
5602         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
5603         Fix typos in docstrings.
5604         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
5605         (idlwave-shell-hide-output, idlwave-shell-mode)
5606         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
5607         Reflow docstrings.
5609         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
5611 2009-09-24  Ivan Kanis  <apple@kanis.eu>
5613         * term.el (term-bold-attribute): New var.
5614         (term-handle-colors-array): Use it.
5616 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
5618         * progmodes/gdb-mi.el (gdb-version): New variable.
5619         (gdb-non-stop-handler): Set gdb-version.
5620         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
5621         Condition "--thread" option on gdb-version.
5622         (gdb-invalidate-threads): Remove unused argument.
5624 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5626         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
5627         to looking-back to avoid ridiculous slow down in large files (bug#4511).
5629 2009-09-23  Glenn Morris  <rgm@gnu.org>
5631         * mail/rmail.el (rmail-reply): Don't try to add a References header when
5632         replying to mail without References or Message-Id.  (Bug#4525)
5634 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
5636         * term/ns-win.el (ns-reg-to-script): New variable.
5638 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
5640         * epg.el (epg-wait-for-status): Preserve existing 'error results.
5642 2009-09-22  Sam Steingold  <sds@gnu.org>
5644         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
5645         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
5646         to 1 because hg returns status 1 when nothing is found.
5647         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
5649 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5651         * textmodes/fill.el: Convert to utf-8 encoding.
5652         (fill-french-nobreak-p): Remove redundant » and « inherited from our
5653         pre-unicode days.
5655         * add-log.el (change-log-fill-forward-paragraph): New function.
5656         (change-log-mode): Use it so fill-region DTRT.
5657         Set fill-indent-according-to-mode here rather than in
5658         change-log-fill-paragraph.
5659         (change-log-fill-paragraph): Remove.
5661 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
5663         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
5664         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
5666 2009-09-22  Glenn Morris  <rgm@gnu.org>
5668         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
5669         the scroll-bar scroll the calendar window rather than the buffer.
5671         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
5672         commands that move point (as opposed to scrolling).
5674         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
5676         * emacs-lisp/elint.el (elint): New custom group.
5677         (elint-log-buffer): Make it a defcustom.
5678         (elint-scan-preloaded, elint-ignored-warnings)
5679         (elint-directory-skip-re): New options.
5680         (elint-builtin-variables): Doc fix.
5681         (elint-preloaded-env): New variable.
5682         (elint-unknown-builtin-args): Add an entry for encode-time.
5683         (elint-extra-errors): Make it a variable rather than a constant.
5684         (elint-preloaded-skip-re): New constant.
5685         (elint-directory): Skip files matching elint-directory-skip-re.
5686         (elint-features): New variable, local to linted buffers.
5687         (elint-update-env): Initialize elint-features.  Possibly add
5688         elint-preloaded-env to the buffer's environment.
5689         (elint-get-top-forms): Bind elint-current-pos, for log messages.
5690         Skip quoted forms.
5691         (elint-init-form): New function, extracted from elint-init-env.
5692         Make non-list forms a warning rather than an error.
5693         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
5694         easy-menu-define, put that adds an error-condition, and provide.
5695         When requiring cl, also require cl-macs.  Really require cl, to handle
5696         some cl macros.  Store required libraries in the list elint-features,
5697         so as not to re-load them.  Treat cc-require like require.
5698         (elint-init-env): Call elint-init-form to do the work.
5699         Handle eval-and-compile and such like.
5700         (elint-add-required-env): Do not clear messages.
5701         (elint-special-forms): Add handlers for function, defalias, if, when,
5702         unless, and, or.
5703         (elint-form): Add optional argument to ignore elint-special-forms,
5704         useful to prevent recursive calls from handlers.  Doc fix.
5705         Respect elint-ignored-warnings.
5706         (elint-form): Respect elint-ignored-warnings.
5707         (elint-bound-variable, elint-bound-function): New variables.
5708         (elint-unbound-variable): Respect elint-bound-variable.
5709         (elint-get-args): Respect elint-bound-function.
5710         (elint-check-cond-form): Add some simple handling for (f)boundp and
5711         featurep tests.
5712         (elint-check-defalias-form): New handler.
5713         (elint-check-let-form): Make an empty let a warning rather than an
5714         error.
5715         (elint-check-setq-form): Make an empty setq a warning rather than an
5716         error.  Respect elint-ignored-warnings.
5717         (elint-check-defvar-form): Accept null doc-strings.
5718         (elint-check-conditional-form): New handler.  Does some simple-minded
5719         checking of featurep and (f)boundp tests.
5720         (elint-put-function-args): New function.
5721         (elint-initialize): Use elint-scan-doc-file rather than
5722         elint-find-builtin-variables.  Use elint-put-function-args.
5723         Possibly scan preloaded-file-list.
5724         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
5725         extend to handle functions as well.
5727 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
5729         * linum.el (linum-delete-overlays, linum-update-window):
5730         Do not modify the right margin.  (Bug#3971)
5732 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
5734         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
5735         nxml-mode instead of xml-mode.
5737 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5739         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
5741 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5743         * net/dig.el (dig-mode): Use define-derived-mode.
5745 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
5747         * vc-dispatcher.el (vc-do-command): Return the process object in
5748         the asynchronous case.  Use when instead of if.  Do not run
5749         vc-exec-after to display a message if not enabled.  (Bug#4463)
5751         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
5752         properties to the stash strings.
5753         (vc-git-stash-list): Return a list of strings.
5754         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
5755         (vc-git-stash-show-at-point): New functions.
5756         (vc-git-stash-map): New keymap.
5758         * register.el (ctl-x-r-map): Define the keys here instead of
5759         using autoload.
5761 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
5763         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
5764         list, to workaround performance problem (bug#4485).
5766 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
5768         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
5770 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
5772         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
5773         Document that this option is not recommended to use.
5775 2009-09-19  Glenn Morris  <rgm@gnu.org>
5777         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
5778         variable `var'.
5780         * calc/calc-alg.el (var):
5781         * calc/calcalg2.el (var): Define for compiler.
5783 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
5785         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
5786         Doc fix (Bug#3932).
5788         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
5790         * time-stamp.el (time-stamp-month-dd-yyyy)
5791         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
5792         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
5793         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
5794         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
5795         Remove functions that have been obsolete since 1995 (Bug#4436).
5797         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
5798         indent buffer only if called interactively (Bug#4452).
5800 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
5801             Eli Zaretskii  <eliz@gnu.org>
5803         This fixes bug#4197 (merged to bug#865, though not identical).
5804         * server.el (server-auth-dir): Add docstring note about FAT32.
5805         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
5806         but warn against using them.
5808 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
5810         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
5811         older GDB where there is no has_more field.
5813 2009-09-19  Glenn Morris  <rgm@gnu.org>
5815         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5817 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
5819         * files.el (auto-mode-alist): Change default for XML files to nXML
5820         mode (Bug#4169).
5822 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
5824         * server.el (server-ensure-safe-dir): Pass 'integer
5825         to `file-attributes', as suggested.
5827 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5829         * dired-aux.el (dired-query-alist): Remove spurious backslash.
5830         (dired-query): Use read-key.
5832 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
5834         * cus-start.el (ns-use-qd-smoothing): Remove.
5836 2009-09-18  Glenn Morris  <rgm@gnu.org>
5838         * allout.el (top-level): Remove unnecessary progn.
5840         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
5842         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
5843         definition of abbrev table.
5845         * speedbar.el (speedbar-track-mouse):
5846         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
5847         * net/eudc.el (eudc-expand-inline):
5848         * net/newst-backend.el (newsticker--cache-read-feed):
5849         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
5850         condition-case handlers.
5852 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
5854         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
5855         (gdb-var-list): Add an element for has_more field.
5856         (gdb-non-stop-handler): Enable pretty printing for STL containers.
5857         (gdb-var-create-handler, gdb-var-list-children-handler-1)
5858         (gdb-var-update-handler-1): Parse output of dynamic variable
5859         objects (STL containers).
5860         (gdb-var-delete-1): Pass var1 as an explicit second argument.
5861         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
5863         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
5864         gdb-var-list.
5865         (gud-speedbar-buttons): Make node expandable if expression "has more"
5866         children.
5868 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
5870         * startup.el (emacs-quick-startup): Remove variable and all uses.
5871         (command-line): Set `inhibit-x-resources' instead.
5872         (command-line-1): Use `inhibit-x-resources' instead.
5874 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
5876         * subr.el: Fix last change to avoid using the `unless' macro,
5877         which breaks bootstrapping.
5879 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5881         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
5882         extended definitions, in case we reload subr.el after having
5883         loaded CL.
5884         (eval-next-after-load): Mark as obsolete.
5886 2009-09-17  Juri Linkov  <juri@jurta.org>
5888         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
5889         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
5890         (menu-bar-showhide-menu, menu-bar-tools-menu)
5891         (menu-bar-describe-menu, menu-bar-help-menu)
5892         (minibuffer-local-completion-map, minibuffer-local-map):
5893         Fix list quoting.
5895 2009-09-17  Glenn Morris  <rgm@gnu.org>
5897         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
5898         arguments, whether or not it has a handler.
5900         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
5902         * simple.el (hard-newline): Give it a doc-string.
5904         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5905         (lisp-mode-syntax-table): Give them doc-strings.
5907 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
5909         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
5910         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
5911         (menu-bar-options-menu, menu-bar-showhide-menu)
5912         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
5913         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
5914         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
5915         (menu-bar-options-menu, menu-bar-tools-menu)
5916         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
5917         (menu-bar-help-menu):
5918         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
5919         string arguments.
5921         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
5922         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
5923         calls for the menu names and :help.
5925 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5927         * mouse.el (minor-mode-menu-from-indicator): Pay attention
5928         to :minor-mode-function (bug#4455).
5930 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5932         * startup.el (command-line): Initialize the window-system after
5933         processing the command-line.
5935         * textmodes/page.el (what-page): Make sure we don't inf-loop if
5936         page-delimiter matches the empty string.
5938 2009-09-16  Glenn Morris  <rgm@gnu.org>
5940         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
5941         byte-compile-not-obsolete-var.  It's a list now.
5942         (byte-compile-not-obsolete-funcs): New variable.
5943         (byte-compile-warn-obsolete): Don't warn about functions if they are in
5944         byte-compile-not-obsolete-funcs.
5945         (byte-compile-variable-ref, byte-compile-defvar): Update for
5946         byte-compile-not-obsolete-vars name-change and list nature.
5947         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
5948         and variables behind (f)boundp tests.
5949         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
5951 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
5953         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
5955 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5957         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
5958         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
5959         Don't autoload.
5961 2009-09-15  Stephen Eglen  <stephen@gnu.org>
5963         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5964         the virtual-buffers, use the name of the buffer specified by
5965         find-file-noselect, as the match may be a symlink.  (This was a
5966         problem if the target and the symlink had different names.)
5968 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5970         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
5972         * desktop.el (desktop-path): Check user-emacs-directory.
5974         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
5976         * loadup.el: Use after-load-functions to GC after loading each file.
5977         Remove the explicit GC calls that used to be sprinkled around.
5979         * subr.el (after-load-functions): New hook.
5980         (do-after-load-evaluation): Run it.  Use string-match-p to detect
5981         `obsolete' packages, rather than painfully extracting the relevant
5982         directory name.
5984 2009-09-15  Glenn Morris  <rgm@gnu.org>
5986         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
5987         free variable `doc'.
5989         * dired.el (dired-mode-map): Add menu entry for async shell command.
5991         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
5992         variables, also consider the .elc files, since the .el files are
5993         normally gzipped (subsequent code locates the .el.gz from the .elc).
5995         * calc/calc-prog.el (arglist): Define for compiler.
5997         * calendar/diary-lib.el (diary-display-function): Change the default to
5998         fancy display.
5999         (body): Define for compiler.
6001         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
6002         (byte-compile-file-form, byte-compile-lambda)
6003         (byte-compile-top-level-body, byte-compile-form)
6004         (byte-compile-variable-ref, byte-compile-setq)
6005         (byte-compile-setq-default, byte-compile-body)
6006         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
6007         (batch-byte-compile): Give some more local variables with common names
6008         a "bytecomp-" prefix to avoid masking warnings about free variables.
6010         * startup.el (command-line-1): Give local variables with common names a
6011         distinguishing prefix, so as not to hide free variable warnings during
6012         bootstrap.
6014         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
6015         clever and add a suffix to make a unique name, just let the user decide
6016         whether or not to overwrite it.  If the input is a directory, write the
6017         default filename to that directory.  (Bug#4388)
6018         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
6019         is a filename-as-a-directory.
6021 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6023         * textmodes/page.el (what-page): Don't move to beginning of line.
6024         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
6026 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
6028         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
6030 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
6032         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
6033         * help.el (help-for-help-internal): Add purecopy calls for text.
6035         * vc.el (top): print-log method now takes an optional SHORTLOG
6036         argument.  Add a new method: root.
6037         (vc-root-diff, vc-print-root-log): New functions.
6038         (vc-log-short-style): New variable.
6039         (vc-print-log-internal): Add support for showing short logs.
6041         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
6042         vc-print-root-log and vc-print-root-diff.
6044         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
6045         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
6046         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
6047         short logs.
6049         * vc-cvs.el (vc-cvs-print-log):
6050         * vc-mtn.el (vc-mtn-print-log):
6051         * vc-rcs.el (vc-rcs-print-log):
6052         * vc-sccs.el (vc-sccs-print-log):
6053         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
6054         that is ignored for now.
6056         * vc-mtn.el (vc-mtn-annotate-command):
6057         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
6059 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6061         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
6062         to function-key-map, and give them ascii-character property.
6063         * term/x-win.el (x-alternatives-map):
6064         * term/ns-win.el (ns-alternatives-map):
6065         * term/internal.el (msdos-key-remapping-map):
6066         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
6068 2009-09-14  Glenn Morris  <rgm@gnu.org>
6070         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
6071         temp-buffers (2009-09-12).
6073 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6075         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
6076         the new read-key function.
6078 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
6080         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
6081         is defined (Bug#4405).
6083 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
6085         * recentf.el (recentf-cleanup): Use a hash table to find
6086         duplicates (Bug#4407).
6088 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
6090         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
6091         kp-0 to ascii equivalents (Bug#4325).
6093 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
6095         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
6097         * eshell/em-hist.el:
6098         * eshell/em-dirs.el (eshell-complete-user-reference):
6099         Declare pcomplete functions and variables to avoid compiler warnings.
6101 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
6103         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
6104         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
6105         * eshell/em-alias.el (eshell-aliases-file):
6106         * eshell/em-hist.el (eshell-history-file-name):
6107         Use expand-file-name instead of concat to make file names (Bug#4308).
6109 2009-09-13  Glenn Morris  <rgm@gnu.org>
6111         * ediff-merg.el (ediff-do-merge):
6112         * filesets.el (filesets-run-cmd):
6113         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
6114         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
6115         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
6116         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
6117         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
6118         Replace empty `let's with `progn'.
6120 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6122         * mail/sendmail.el (send-mail-function):
6123         * tooltip.el (tooltip-mode):
6124         * simple.el (transient-mark-mode):
6125         * rfn-eshadow.el (file-name-shadow-mode):
6126         * frame.el (blink-cursor-mode):
6127         * font-core.el (global-font-lock-mode):
6128         * files.el (temporary-file-directory)
6129         (small-temporary-file-directory, auto-save-file-name-transforms):
6130         * epa-hook.el (auto-encryption-mode):
6131         * composite.el (global-auto-composition-mode):
6132         Use custom-initialize-delay.
6133         * startup.el (command-line): Don't explicitly call
6134         custom-reevaluate-setting for all the above vars.
6135         * custom.el (custom-initialize-safe-set)
6136         (custom-initialize-safe-default): Delete.
6138 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6140         * term/x-win.el (x-initialize-window-system):
6141         * term/w32-win.el (w32-initialize-window-system):
6142         * term/ns-win.el (ns-initialize-window-system): Don't call
6143         mouse-wheel-mode since it's enabled globally by default already.
6145         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
6146         actually define the variable, but only silences the byte-compiler.
6147         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
6148         before looking it up.
6149         (mouse-wheel-scroll-amount): Also reset the bindings if this value
6150         is changed.
6152 2009-09-12  Glenn Morris  <rgm@gnu.org>
6154         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
6155         1000.
6156         (elint-add-required-env): Don't beep on error.
6157         (elint-forms): In case of error, return ENV unchanged.
6158         (elint-init-env): Skip non-list forms.
6159         (elint-log): Handle unknown file positions.
6161 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
6163         * epg.el (epg-make-context): Add autoload cookie.
6164         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
6165         (epg-decrypt-string, epg-start-verify, epg-verify-file)
6166         (epg-verify-string, epg-start-sign, epg-sign-file)
6167         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
6168         (epg-encrypt-string, epg-start-export-keys)
6169         (epg-export-keys-to-file, epg-export-keys-to-string)
6170         (epg-start-import-keys, epg-import-keys-from-file)
6171         (epg-import-keys-from-string, epg-start-receive-keys)
6172         (epg-receive-keys, epg-import-keys-from-server)
6173         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
6174         (epg-sign-keys, epg-start-generate-key)
6175         (epg-generate-key-from-file, epg-generate-key-from-string):
6176         Remove autoload cookie.
6178 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
6180         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
6181         reevaluation of trash-directory.
6183         * mwheel.el: Fix last change.
6184         (mouse-wheel-mode): New defvar.
6185         (mouse-wheel-mode): Remove autoload cookie.
6187 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6189         * mwheel.el (mwheel-installed-bindings): New var.
6190         (mouse-wheel-mode): Use it, so as to make sure we really remove all
6191         the bindings we set last time.  Use custom-initialize-delay.
6192         * loadup.el: Load mwheel after term/*-win.el.
6193         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
6194         and mouse-wheel-up-event now that their first evaluation is done
6195         sufficiently late to be correct.
6197         * startup.el (tutorial-directory): Make it a defcustom.
6198         Use custom-initialize-delay rather than eval-at-startup to set it.
6199         * image.el (image-load-path): Make it a defcustom.
6200         Use custom-initialize-delay rather than eval-at-startup to set it.
6201         * subr.el (eval-at-startup): Remove.
6202         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
6204         * subr.el (do-after-load-evaluation): Warn the user after loading an
6205         obsolete package.
6207 2009-09-12  Glenn Morris  <rgm@gnu.org>
6209         * proced.el (proced-mark-alt): Remove alias.
6210         (proced-mode-map): Remove proced-mark-alt.
6212         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
6213         Elint file and directory.  Remove initialization entry.
6215         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
6216         commands.
6217         (elint-current-buffer): Set mode-line-process.
6218         (elint-init-env): Handle define-derived-mode.
6219         Fix declare-function with unspecified arglist.  Guard against odd
6220         defalias statements (eg iso-insert's 8859-1-map).
6221         (elint-add-required-env): Use a temp buffer.
6222         (elint-form): Just print the function/macro name, not the whole form.
6223         Return env unchanged if we fail to parse a macro.
6224         (elint-forms): Guard against parse errors.
6225         (elint-output): New function, to handle batch mode.
6226         (elint-log-message): Add optional argument.  Use elint-output.
6227         (elint-set-mode-line): New function.
6229 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
6231         * emacs-lisp/elp.el (elp-not-profilable): Add more
6232         functions (Bug#4233).
6234 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
6236         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
6237         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
6239 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
6241         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
6242         (gdb-var-list-children): Use json parsing.
6244 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
6246         * progmodes/js.el (js--proper-indentation): Handle the case where
6247         char-before is null.  Reported by Deniz Dogan.
6249 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
6251         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
6253 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
6255         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
6256         (epg-digest-algorithm-alist): Add SHA224.
6257         (epg-context-set-passphrase-callback)
6258         (epg-context-set-progress-callback): Add description about
6259         callback function.
6261 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6263         * custom.el (custom-delayed-init-variables): New var.
6264         (custom-initialize-delay): New function.
6265         * startup.el (command-line): "Re"evaluate all vars in
6266         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
6267         explicitly any more.
6268         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
6269         to avoid creating a ~/.emacs.d at build-time (bug#4347).
6271         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
6273 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
6275         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
6276         (gdb-var-update-handler): Use json parsing.
6278 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
6280         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
6281         decode annotated text, regardless of language environment.  (Bug#2741)
6283 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6285         * Makefile.in (autoloads): Make rmail.el writable as well.
6287 2009-09-11  Glenn Morris  <rgm@gnu.org>
6289         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
6290         loaddefs.el.
6291         * dired.el: Regenerate with extracted autoloads.
6292         * Makefile.in (autoloads): Make dired.el writable.
6294         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
6295         * ibuffer.el: Regenerate with extracted autoloads.
6296         * Makefile.in (autoloads): Make ibuffer.el writable.
6298         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
6299         * version.el (emacs-copyright, emacs-major-version)
6300         (emacs-minor-version): Reformat doc-strings for make-docfile.
6302         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
6303         functions and variables, since they must be stuff specific to some other
6304         platform.
6305         (apropos-print): Make mouse-click message less specific about button.
6307         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
6308         that records where a macro was defined.
6309         * help-fns.el (describe-function-1): Mention if a function has a
6310         compiler-macro.
6311         * help-mode.el (help-function-cmacro): New button.
6313         * locate.el (top-level): Always require dired.
6314         (locate-mode-map): Initialize inside the defvar.
6316         * net/ange-ftp.el (dired-compress-file): Declare.
6317         (ange-ftp-dired-compress-file): Add doc string.
6319         * term/ns-win.el (x-display-name, x-setup-function-keys):
6320         Unify doc-strings with X versions.
6322 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6324         * emulation/crisp.el (crisp-mode-map): Move initialization
6325         into declaration.
6326         (crisp-mode): Use define-minor-mode.
6328         * progmodes/xscheme.el (xscheme-evaluation-commands):
6329         Put a :advertised-binding property rather than using
6330         advertised-xscheme-send-previous-expression.
6331         (advertised-xscheme-send-previous-expression): Declare obsolete.
6332         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
6333         `advertised-undo'.
6334         (crisp-mode): Add corresponding bindings to
6335         undo's :advertised-binding instead.
6336         * dired.el (dired-mode-map): Put a :advertised-binding property rather
6337         than using dired-advertised-find-file.
6338         (dired-advertised-find-file):
6339         * simple.el (advertised-undo):
6340         * wid-edit.el (advertised-widget-backward): Declare obsolete.
6341         (widget-keymap): Put a :advertised-binding property rather
6342         than using advertised-widget-backward.
6343         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
6344         than using advertised-undo.
6345         * tutorial.el (tutorial--default-keys): Adjust accordingly.
6347 2009-09-10  Simon South  <ssouth@slowcomputing.org>
6349         * progmodes/delphi.el (delphi-tab): Indent region when Transient
6350         Mark mode is enabled and region is active; otherwise indent or
6351         insert TAB as usual.
6352         (delphi-mode): Update description of TAB-key binding.
6354 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6356         * subr.el (define-key-rebound-commands): Mark obsolete.
6357         * startup.el (precompute-menubar-bindings): Remove.
6358         (normal-top-level): Remove obsolete code that tried to precompute
6359         menubar bindings.
6360         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
6361         define-key-rebound-commands and precompute-menubar-bindings.
6363 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6365         * net/imap.el (imap-interactive-login): Better messages.
6366         (imap-open): Fix bug with renamed buffer on reconnect.
6367         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6368         for easier debugging and cleaner code.  On successful (guessed based on
6369         server capabilities) secondary authentication, set imap-state
6370         correctly.
6371         (imap-last-authenticator): Define imap-last-authenticator as a variable
6372         to avoid warnings.
6374 2009-09-10  Glenn Morris  <rgm@gnu.org>
6376         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
6378         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
6379         (byte-compile-file-form-autoload): Don't warn about unknown functions
6380         where the autoload statement comes after the use.
6381         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
6382         that any handlers inside the body (eg require) are in turn respected.
6384         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
6385         effects.
6387         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
6388         and syntax and abbrev tables basic docs, if they don't have any.
6390         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
6392         * international/mule-cmds.el (top-level): Require cl when compiling.
6393         (view-hello-file): Use default-value rather than
6394         default-enable-multibyte-characters.
6396         * progmodes/fortran.el: Move all safe and risky properties into the
6397         defcustoms.
6399         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
6400         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
6401         * mail/undigest.el:
6402         Put autoloads in rmail.el rather than loaddefs.el.
6403         * mail/rmail.el: Regenerate with extracted autoloads.
6405         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
6406         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
6408 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
6410         Reported in thread for Bug#4375.
6411         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
6412         "-data-evaluate-expression" instead of print.
6413         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
6414         (gdb-tooltip-print): Parse output from above MI command.
6415         (gdb): Revert 2009-08-11 change.  User should detach inferior
6416         manually.
6418         Remove the word "separate" from IO functions as inferior
6419         output is now never displayed in the GUD buffer.
6421 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
6423         * startup.el (command-line-normalize-file-name): On Windows and
6424         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
6426 2009-09-10  Juri Linkov  <juri@jurta.org>
6428         * isearch.el (isearch-text-char-description): Propertize escape
6429         character sequences with the `escape-glyph' face.  (Bug#4344)
6431         * simple.el (shell-command): Set asynchronous process filter to
6432         `comint-output-filter'.  (Bug#4343)
6434         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
6435         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
6436         the list.  Move "asm" to the bottom.
6437         (grep-find-ignored-directories): Add `choice' with nil value
6438         to empty the list easily.
6439         (grep-find-ignored-files): New option.
6440         (grep-files-history): Set to nil by default instead of '("ch" "el").
6441         (grep-compute-defaults): Add "<X>" to `grep-template'.
6442         (grep-read-files): Bind new local variables `default-alias' and
6443         `default-extension'.  Use a list of default values for the file prompt.
6444         (lgrep): Add `--exclude=' command line options composed from
6445         `grep-find-ignored-files'.
6446         (rgrep): Add `-name' command line options composed from
6447         `grep-find-ignored-files'.  (Bug#4301)
6449 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6451         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
6452         (bug#4368).
6454 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6456         * calendar/time-date.el (autoload):
6457         Expand define-obsolete-function-alias into defalias and make-obsolete
6458         for old Emacsen that Gnus supports.
6459         (with-no-warnings): Define it for old Emacsen.
6460         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6461         is available.
6462         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6463         float-time is available; suppress compile warning for time-to-seconds.
6465 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6467         * net/imap.el (imap-message-map): Docstring fix.
6469 2009-09-09  Glenn Morris  <rgm@gnu.org>
6471         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
6472         line numbers too.  (Bug#4374)
6474 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6476         * smerge-mode.el (smerge-remove-props, smerge-refine):
6477         Use with-silent-modifications (bug#4342).
6479         * subr.el (with-silent-modifications): New macro.
6481 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
6483         * files.el (top-level): Require `cl' when compiling.
6485 2009-09-07  Glenn Morris  <rgm@gnu.org>
6487         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
6489         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
6490         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
6492 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
6494         * vc-git.el (vc-git-annotate-command): Use separator to parse
6495         arguments correctly.
6497 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
6499         * proced.el (proced-mode): Doc fix.
6501 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
6503         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
6504         lstat fails.
6505         (tramp-do-file-attributes-with-ls): Check for file existence at
6506         remote end.
6507         (tramp-do-file-attributes-with-stat): Likewise.
6508         (tramp-convert-file-attributes): Return nil when attr is nil.
6510 2009-09-05  Glenn Morris  <rgm@gnu.org>
6512         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
6513         properties to this button.
6514         (diary-fancy-display): Don't extend the button to the final newline.
6515         (diary-fancy-display-mode): Continue to define "q" as a local key.
6517         * calendar/cal-china.el (holiday-chinese): Make it slightly more
6518         efficient.
6520         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
6522         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
6523         (byte-compile-dest-file-function): New option.
6524         (byte-compile-dest-file): Doc fix.
6525         Obey byte-compile-dest-file-function.
6526         (byte-compile-cl-file-p): New function.
6527         (byte-compile-eval): Only suppress noruntime warnings about cl functions
6528         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
6529         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
6530         than for file being previously loaded.
6531         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
6532         (byte-compile-file-form-require): Handle the case where requiring a file
6533         indirectly causes CL to be loaded.
6535 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
6537         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
6538         before killing the old buffer, since by the time `kill-buffer' is
6539         run so many buffer variables have been set to nil that it may not
6540         behave as expected.  (Bug#4061)
6542 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
6544         * files.el (find-alternate-file): If the old buffer is modified
6545         and visiting a file, behave similarly to `kill-buffer' when
6546         killing it, thus reverting to the pre-1.878 behavior; see
6547         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
6548         for discussion.  Also, consult `buffer-file-name' as a variable
6549         not as a function, for consistency with the rest of the code.
6551 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
6553         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
6554         also when adding a new directory.
6556         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
6557         defun.
6559 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6561         * files.el (locate-file-completion-table): Make it provide boundary
6562         information, so partial-completion works better.
6564 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
6566         * mail/footnote.el (Footnote-text-under-cursor):
6567         Check footnote-text-marker-alist before using it (bug#4324).
6569 2009-09-04  Glenn Morris  <rgm@gnu.org>
6571         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
6572         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
6573         * play/solitaire.el, play/tetris.el:
6574         Remove leading * from defcustom and defface docs.
6576         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
6577         necessary.
6578         (diary-fancy-overriding-map): New variable.
6579         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
6580         Use view-mode.
6582         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
6583         goto-line.
6585 2009-09-03  Glenn Morris  <rgm@gnu.org>
6587         * arc-mode.el (archive-mode):
6588         * dos-fns.el (set-default-process-coding-system):
6589         * man.el (Man-getpage-in-background):
6590         * menu-bar.el (menu-bar-describe-menu):
6591         * server.el (server-process-filter):
6592         * startup.el (command-line):
6593         * tar-mode.el (tar-header-block-tokenize, tar-extract):
6594         * w32-fns.el (set-default-process-coding-system):
6595         * x-dnd.el (x-dnd-handle-file-name):
6596         * international/mule-cmds.el (mule-menu-keymap)
6597         (set-default-coding-systems, language-info-alist, set-language-info)
6598         (set-language-environment, standard-display-european-internal)
6599         (set-locale-environment):
6600         * international/mule-diag.el (mule-diag):
6601         * mail/emacsbug.el (report-emacs-bug):
6602         * mail/rmail.el (rmail-mode):
6603         * mail/sendmail.el (mail-setup):
6604         Use default-value rather than default-enable-multibyte-characters.
6606         * progmodes/f90.el: Move all safe properties into the defcustoms.
6607         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
6609         * calendar/appt.el (appt-check):
6610         * calendar/diary-lib.el (diary-set-header, diary-live-p)
6611         (diary-check-diary-file, diary-list-entries)
6612         (diary-include-other-diary-files, diary-simple-display)
6613         (diary-fancy-display, diary-print-entries)
6614         (diary-mark-included-diary-files, diary-make-entry):
6615         Don't call substitute-in-file-name on diary-file.
6617 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
6618             Stefan Monnier  <monnier@iro.umontreal.ca>
6620         * mail/footnote.el (footnote-prefix): Make it a defcustom.
6621         (footnote-mode-map): Move initialization into the declaration.
6622         (footnote-minor-mode-map): Define it rather than changing global-map.
6623         (footnote-mode): Use define-minor-mode.
6625 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
6627         * net/tramp.el (tramp-handle-file-attributes-with-ls)
6628         (tramp-do-file-attributes-with-perl)
6629         (tramp-do-file-attributes-with-stat): Rename from
6630         `tramp-handle-file-attributes-with-*'.
6631         (tramp-handle-file-attributes): Use them.
6632         (tramp-do-directory-files-and-attributes-with-perl)
6633         (tramp-do-directory-files-and-attributes-with-stat): Rename from
6634         `tramp-handle-directory-files-and-attributes-with-*'.
6635         (tramp-handle-directory-files-and-attributes): Use them.
6636         (tramp-method-out-of-band-p): Additional parameter SIZE.
6637         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
6638         (tramp-handle-write-region): Use it.
6639         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
6640         (tramp-handle-vc-registered): Check, whether the first run did
6641         return files to be tested.
6642         (tramp-advice-make-auto-save-file-name): Do not call directly
6643         `tramp-handle-make-auto-save-file-name', because this would bypass
6644         the locking mechanism.
6646         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
6647         (file-remote-p, process-file, start-file-process, set-file-times)
6648         (tramp-compat-file-attributes): Compatibility functions shall not
6649         call directly `tramp-handle-*', because this would bypass the
6650         locking mechanism.
6651         (tramp-compat-number-sequence): New defun.
6653 2009-09-02  Glenn Morris  <rgm@gnu.org>
6655         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
6656         alias for float-time.
6657         (time-to-number-of-days): In Emacs, use float-time.
6658         * net/newst-backend.el (time-add): Suppress warnings from compat
6659         function.
6660         * time.el (emacs-uptime, emacs-init-time):
6661         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
6662         Use float-time rather than time-to-seconds.
6664         * minibuffer.el (completion-initials-expand): Fix typo.
6666         * faces.el (modeline, modeline-inactive, modeline-highlight)
6667         (modeline-buffer-id):
6668         * info.el (info-menu-5): Mark these face aliases as obsolete.
6670 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
6672         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
6673         space ...
6674         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
6675         no "--thread" option.
6676         (gdb-stopped): Don't print "Switched to thread" message when it is
6677         unchanged.
6679 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6681         * minibuffer.el (completion-try-completion)
6682         (completion-all-completions): Remove ill-defined (and
6683         mistakenly installed and luckily never used nor documented)
6684         `completion-styles' property.
6685         (completion-initials-expand, completion-initials-all-completions)
6686         (completion-initials-try-completion): New functions.
6687         (completion-styles-alist): Add doc to each entry.
6688         Add new `initials' entry.
6690 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
6692         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
6693         MI command -var-evaluate-expression.
6694         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
6695         and tweak for case of string child.
6696         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
6698 2009-09-01  Glenn Morris  <rgm@gnu.org>
6700         * add-log.el (change-log-date-face, change-log-name-face)
6701         (change-log-email-face, change-log-file-face, change-log-list-face)
6702         (change-log-conditionals-face, change-log-function-face)
6703         (change-log-acknowledgement-face):
6704         * cus-edit.el (custom-invalid-face, custom-rogue-face)
6705         (custom-modified-face, custom-set-face, custom-changed-face)
6706         (custom-saved-face, custom-button-face, custom-button-pressed-face)
6707         (custom-documentation-face, custom-state-face, custom-comment-face)
6708         (custom-comment-tag-face, custom-variable-tag-face)
6709         (custom-variable-button-face, custom-face-tag-face)
6710         (custom-group-tag-face-1, custom-group-tag-face):
6711         * diff-mode.el (diff-header-face, diff-file-header-face)
6712         (diff-index-face, diff-hunk-header-face, diff-removed-face)
6713         (diff-added-face, diff-changed-face, diff-function-face)
6714         (diff-context-face, diff-nonexistent-face):
6715         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6716         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
6717         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6718         (Info-title-4-face):
6719         * isearch.el (isearch-lazy-highlight-face):
6720         * log-view.el (log-view-file-face, log-view-message-face):
6721         * paren.el (show-paren-match-face, show-paren-mismatch-face):
6722         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6723         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6724         (cvs-msg-face):
6725         * smerge-mode.el (smerge-mine-face, smerge-other-face)
6726         (smerge-base-face, smerge-markers-face):
6727         * wid-edit.el (widget-documentation-face, widget-button-face)
6728         (widget-field-face, widget-single-line-field-face)
6729         (widget-inactive-face, widget-button-pressed-face):
6730         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
6731         (woman-addition-face):
6732         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
6733         (eshell-ls-executable-face, eshell-ls-readonly-face)
6734         (eshell-ls-unreadable-face, eshell-ls-special-face)
6735         (eshell-ls-missing-face, eshell-ls-archive-face)
6736         (eshell-ls-backup-face, eshell-ls-product-face)
6737         (eshell-ls-clutter-face):
6738         * eshell/em-prompt.el (eshell-prompt-face):
6739         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
6740         * obsolete/old-whitespace.el (whitespace-highlight-face):
6741         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
6742         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
6743         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
6744         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
6745         (antlr-font-lock-literal-face):
6746         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6747         (ebrowse-root-class-face, ebrowse-file-name-face)
6748         (ebrowse-default-face, ebrowse-member-attribute-face)
6749         (ebrowse-member-class-face, ebrowse-progress-face):
6750         * progmodes/make-mode.el (makefile-space-face):
6751         * progmodes/sh-script.el (sh-heredoc-face):
6752         * textmodes/flyspell.el (flyspell-incorrect-face)
6753         (flyspell-duplicate-face):
6754         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
6755         * textmodes/texinfo.el (texinfo-heading-face):
6756         Mark face aliases with "-face" suffix as obsolete.
6758         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
6759         compiler.
6761         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
6762         (eudc-bob-sound-menu): Use defvar rather than defconst, since
6763         easy-menu-define wants to modify these.
6765         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
6767         * net/browse-url.el (browse-url-file-url):
6768         * term/internal.el (dos-codepage-setup):
6769         Use default-value rather than default-enable-multibyte-characters.
6771         * progmodes/etags.el (etags-goto-tag-location):
6772         * progmodes/flymake.el (flymake-highlight-line)
6773         (flymake-goto-file-and-line, flymake-goto-line):
6774         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
6775         (gdb-goto-breakpoint):
6776         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6777         * progmodes/python.el (python-find-function)
6778         (python-pdbtrack-track-stack-file):
6779         * progmodes/verilog-mode.el (verilog-surelint-off):
6780         * term/ns-win.el (ns-open-file-select-line):
6781         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
6782         Use forward-line rather than goto-line.
6784         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
6785         * textmodes/reftex-index.el (reftex-display-index):
6786         * textmodes/reftex-ref.el (reftex-offer-label-menu):
6787         * textmodes/reftex-toc.el (reftex-toc):
6788         Remove unnecessary bindings of default-major-mode (all are followed by
6789         major-mode check and possible mode switch).
6791 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
6793         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
6794         Handle watchpoints (bug#4282).
6795         (def-gdb-thread-buffer-command): Enable thread to be selected by
6796         clicking without selecting threads buffer first.
6797         (gdb-current-context-command): Use selected frame so that "up",
6798         "down" etc work in the GUD buffer.
6799         (gdb-update): Find selected frame before rendering stack buffer.
6800         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
6802 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6804         * progmodes/sym-comp.el (displayed-completions): Remove.
6805         (symbol-complete): Use minibuffer-complete.
6807 2009-08-31  Glenn Morris  <rgm@gnu.org>
6809         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
6811         * apropos.el (apropos-symbols-internal):
6812         Handle (obsolete) face aliases.
6814         * faces.el (describe-face): Adjust the output format to be more like
6815         describe-variable, and to mention (obsolete) face aliases.
6816         Adjust the whitespace so that help-setup-xref works.
6818         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
6819         * calendar/diary-lib.el (diary-button-face):
6820         Mark these face aliases as obsolete.
6822         * calendar/calendar.el (calendar-today): Doc fix.
6824 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
6826         * progmodes/gdb-mi.el (gdb-control-all-threads)
6827         (gdb-control-current-thread): Force tool bar update.
6828         (gdb-non-stop-handler): New function.
6829         (gdb-init-1): Use it to test if non-stop mode is supported.
6830         Remove unused gdbmi buffer type.
6832 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
6834         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
6835         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
6837 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
6839         * comint.el (comint-exec-1): Check command is non-null first.
6840         Part of gdb-mi.el change (2009-08-28).
6842 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6844         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
6846 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
6848         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
6849         instead of `dolist' to avoid a recursive require when bootstrapping.
6851 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6853         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
6855         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
6857         * net/imap.el (imap-send-command): Simplify.
6858         (imap-wait-for-tag): point-max -> buffer-size.
6860         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
6862         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
6863         with constant argument.
6865         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
6867         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
6869         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
6870         Change default, since most of our files don't have a history.
6871         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
6872         the user.
6874         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6875         Add comint-run.
6877         * calc/calc.el: Improve commenting convention.
6878         (calc-digit-map, toplevel): Simplify.
6880         * comint.el (comint-insert-input): Be careful to only set point if we
6881         don't delegate to some other command.
6883         * proced.el (proced-signal-list): Make it an alist.
6884         (proced-grammar-alist): Capitalize names.
6885         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
6886         Disable undo manually and make it read-only.
6887         Use completion-annotate-function.
6889         * minibuffer.el (minibuffer-message): If the current buffer is not
6890         a minibuffer, insert the message in the echo area rather than at the
6891         end of the buffer.
6892         (completion-annotate-function): New variable.
6893         (minibuffer-completion-help): Use it.
6894         (completion--embedded-envvar-table): Environment vars are
6895         always case-sensitive.
6897 2009-08-30  Glenn Morris  <rgm@gnu.org>
6899         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
6900         from fortran-current-defun.
6901         (fortran-beginning-of-subprogram): Be more precise about finding the
6902         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
6903         (fortran-end-of-subprogram): Simplify.
6904         (fortran-current-defun): Use fortran-start-prog-re.
6906 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
6908         * subr.el (do-after-load-evaluation): Simplify.
6910 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
6912         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
6914         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
6915         (vc-rcs-print-log): Use it.
6917         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
6919 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6921         * paths.el (abbrev-file-name): Move to abbrev.el.
6922         * abbrev.el (abbrev-file-name): Move from paths.el.
6923         Obey user-emacs-directory.
6924         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
6925         user-emacs-directory.
6926         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
6927         abbrev-file-name and calc-settings-file any more.
6928         * startup.el (command-line): Recompute abbrev-file-name and
6929         abbreviated-home-dir.
6930         (normal-no-mouse-startup-screen): Improve the generic code and get rid
6931         of the special code for when C-h bindings haven't been changed.
6932         (display-startup-echo-area-message): Use with-current-buffer.
6933         (command-line-1): Use a list of strings, rather than a list of lists
6934         of strings for longopts.
6936         * files.el (get-free-disk-space): Use / for default-directory.
6938         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
6939         Use with-current-buffer.
6941         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
6942         Recognize immutable variables like most-positive-fixnum.
6943         (byte-compile-setq-default): Check and warn if trying to assign
6944         to an immutable variable, or a non-variable.
6946         * progmodes/cc-vars.el (c-comment-continuation-stars):
6947         * progmodes/cc-engine.el (c-looking-at-bos):
6948         * progmodes/cc-cmds.el (c-toggle-auto-state)
6949         (c-forward-into-nomenclature, c-backward-into-nomenclature)
6950         (c-comment-line-break-function): Add version of obsolescence.
6952 2009-08-28  Juri Linkov  <juri@jurta.org>
6954         * files.el (magic-fallback-mode-alist): Add ZIP magic number
6955         associated with `archive-mode'.
6957         * image.el (image-type-header-regexps): Use only JPEG magic number
6958         to determine JPEG images, and don't use `image-jpeg-p' because
6959         Emacs can display non-JFIF non-Exif JPEG images.
6961 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
6963         * arc-mode.el (archive-mode):
6964         * emacs-lisp/re-builder.el (re-builder-unload-function):
6965         Protect against the default value of `major-mode' being nil.
6967 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
6969         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
6970         Fix typos in docstrings.
6972         * progmodes/js.el (js--macro-decl-re): Doc fix.
6973         (js--plain-method-re, js--split-name): Refloc docstring.
6974         (js--class-styles, js--make-merged-item, js--splice-into-items):
6975         Fix typos in docstrings; reflow docstrings.
6976         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
6977         (js--variable-decl-matcher, js--inside-pitem-p)
6978         (js--parse-state-at-point, js--get-all-known-symbols)
6979         (js--symbol-history, js-find-symbol, js--js-references)
6980         (js--moz-interactor, js--js-encode-value, js--read-tab):
6981         Fix typos in docstrings.
6983 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6985         * textmodes/reftex.el (reftex-get-file-buffer-force):
6986         * progmodes/verilog-mode.el (verilog-batch-execute-func):
6987         * emulation/viper.el (viper-go-away, viper-set-hooks):
6988         * emacs-lisp/re-builder.el (re-builder-unload-function):
6989         * emacs-lisp/bytecomp.el (byte-compile-file):
6990         * ses.el (ses-unload-function):
6991         * hexl.el (hexl-find-file):
6992         * files.el (normal-mode):
6993         * ehelp.el (with-electric-help):
6994         * autoinsert.el (auto-insert-alist):
6995         * arc-mode.el (archive-mode):
6996         Use (default-value 'major-mode) instead of default-major-mode.
6998         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
6999         * international/mule.el (load-with-code-conversion):
7000         * emacs-lisp/debug.el (debug):
7001         * ediff-vers.el (ediff-rcs-get-output-buffer):
7002         * dired.el (dired-internal-noselect): Don't let-bind
7003         default-major-mode around code that doesn't use it.
7004         E.g. buffer creation via get-buffer-create doesn't use it.
7006 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
7008         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
7009         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
7010         when writing the temp file.  Otherwise, epa-file gets confused.
7011         (tramp-register-file-name-handlers): Make it a defun.  Move also
7012         `epa-file-handler' to the front of `file-name-handler-alist'.
7014 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7016         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
7017         start right after a ^M.
7018         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
7019         (tramp-completion-file-name-regexp-separate)
7020         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
7021         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
7022         Don't modify last-coding-system-used by accident.
7023         (tramp-completion-file-name-handler): Apply the checks here,
7024         instead during registration.
7025         (tramp-register-file-name-handlers) Renamed from
7026         `tramp-register-file-name-handler'.  Register both
7027         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
7028         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
7030 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
7032         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
7033         Remove variable ...
7034         (gdb-init-1, gdb-display-separate-io-buffer)
7035         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
7036         references to it.
7037         (gdb-inferior-io-mode): Use make-comint-in-buffer.
7038         (gdb-inferior-filter): Use comint-output-filter to stop
7039         echoing and remove ^M characters.
7041 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7043         * emulation/viper-init.el (viper-restore-cursor-type):
7044         * emulation/cua-base.el (cua--update-indications):
7045         Replace default-cursor-type with (default-value 'cursor-type).
7047         * mail/sendmail.el (mail-recover-1):
7048         * international/mule-diag.el (describe-current-coding-system-briefly)
7049         (describe-current-coding-system):
7050         * international/mule-cmds.el (select-safe-coding-system)
7051         (select-message-coding-system)
7052         (set-language-environment-coding-systems, set-locale-environment):
7053         * hexl.el (hexl-insert-multibyte-char):
7054         * dos-w32.el (find-buffer-file-type-coding-system):
7055         * simple.el (what-cursor-position):
7056         Replace uses of default-buffer-file-coding-system
7057         with (default-value 'buffer-file-coding-system).
7059         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
7060         Replace uses of default-cursor-in-non-selected-windows
7061         with (default-value 'cursor-in-non-selected-windows).
7062         Use with-current-buffer.
7064         * mail/feedmail.el: Use CL macros.
7065         (feedmail-run-the-queue, feedmail-send-it-immediately):
7066         * dos-w32.el (find-buffer-file-type): Replace uses of
7067         default-buffer-file-type with (default-value 'buffer-file-type).
7069 2009-08-28  Glenn Morris  <rgm@gnu.org>
7071         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
7072         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
7073         Use default-value of major-mode rather than default-major-mode.
7075 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7077         * Makefile.in (update-elcfiles): Report left over elc files.
7079         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
7080         expand-file-name and with-current-buffer.
7081         (mail-get-names, mail-directory): Use with-current-buffer.
7083         * vc.el (vc-read-revision): New function.
7084         (vc-version-diff, vc-merge): Use it.
7086 2009-08-27  Sam Steingold  <sds@gnu.org>
7088         * simple.el (kill-do-not-save-duplicates): New user option.
7089         (kill-new): When it is non-nil, and the new string is the same as
7090         the latest kill, set replace to t to avoid duplicates in kill-ring.
7092 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
7094         * net/tramp.el (tramp-handle-process-file): Do not flush all
7095         caches when `process-file-side-effects' is set.
7096         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
7097         instead of `tramp-find-file-exists-command'.
7098         Unset `process-file-side-effects'.
7100 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
7102         * net/tramp.el (tramp-methods): New method "rsyncc".
7103         (top): Add completion function for "rsyncc".
7104         (tramp-message-show-message): New defvar.
7105         (tramp-message, tramp-error): Use it.
7106         (tramp-do-copy-or-rename-file-directly): Extend check for direct
7107         remote copying.
7108         (tramp-do-copy-or-rename-file-out-of-band): Handle new
7109         `tramp-methods' entry `copy-env' of "rsyncc".
7110         (tramp-vc-registered-read-file-names): New defconst.
7111         (tramp-vc-registered-file-names): New defvar.
7112         (tramp-handle-vc-registered): Implement optimization strategy.
7113         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
7114         (tramp-vc-file-name-handler): New defun.
7115         (tramp-get-ls-command, tramp-get-test-command)
7116         (tramp-get-file-exists-command, tramp-get-remote-ln)
7117         (tramp-get-remote-perl, tramp-get-remote-stat)
7118         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
7120         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
7121         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
7122         timestamps.
7123         (tramp-get-file-property): Check for timestamps in
7124         `tramp-cache-inhibit-cache'.
7125         (tramp-set-file-property): Write timestamp.
7127 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7129         * language/japan-util.el (japanese-symbol-table): Add entries for
7130         cp932-2-byte.
7132         * international/characters.el: Add category `j' to cp932-2-byte.
7134 2009-08-27  Kenichi Handa  <handa@m17n.org>
7136         * international/fontset.el (build-default-fontset-data): New macro.
7137         (setup-default-fontset): Use build-default-fontset-data for CJK,
7138         tibetan, ethiopic, and ipa.
7140 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7142         * cus-start.el (default-major-mode): Customize `major-mode' instead.
7143         (enable-multibyte-characters): Not customizable any more.
7145         * subr.el (default-mode-line-format, default-header-line-format)
7146         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
7147         (default-direction-reversed, default-truncate-lines)
7148         (default-left-margin, default-tab-width, default-case-fold-search)
7149         (default-left-margin-width, default-right-margin-width)
7150         (default-left-fringe-width, default-right-fringe-width)
7151         (default-fringes-outside-margins, default-scroll-bar-width)
7152         (default-vertical-scroll-bar, default-indicate-empty-lines)
7153         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
7154         (default-fringe-cursor-alist, default-scroll-up-aggressively)
7155         (default-scroll-down-aggressively, default-fill-column)
7156         (default-cursor-type, default-buffer-file-type)
7157         (default-cursor-in-non-selected-windows)
7158         (default-buffer-file-coding-system, default-major-mode)
7159         (default-enable-multibyte-characters): Mark as obsolete.
7161 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
7163         * vc-dir.el (vc-dir-update): Remove debug helper.
7165         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
7167 2009-08-26  Sam Steingold  <sds@gnu.org>
7169         * simple.el (save-interprogram-paste-before-kill): New user option.
7170         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
7171         save the interprogram-paste into kill-ring before overriding it
7172         with the Emacs kill.
7174 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
7176         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
7177         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
7178         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
7179         and move to vc-rcs.el.
7180         (vc-default-next-revision): Rename to vc-rcs-next-revision and
7181         move to vc-rcs.el.
7182         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
7183         (vc-rcs-update-changelog): Remove.
7184         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
7185         and move to vc-rcs.el.
7187         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
7188         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
7189         renaming.
7190         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
7191         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
7192         vc.el, renamed to be RCS specific.
7194         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
7195         New functions.
7196         (vc-cvs-update-changelog): Move here from vc.el.
7198         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
7199         New functions.
7201 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7203         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
7205 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
7207         * vc-git.el (vc-git-register): Use "git add" for directories.
7208         (vc-git-stash, vc-git-stash-show): New functions.
7209         (vc-git-extra-menu-map): Bind them.
7211         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
7212         directory correctly in case the item is a directory itself.
7214         * vc.el: Document the desired behavior for reverted files in the
7215         `added' state.
7216         (vc-default-prettify-state-info): Remove function, unused.
7218         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
7220 2009-08-26  Glenn Morris  <rgm@gnu.org>
7222         * bindings.el (standard-mode-line-format): Reposition dashes in
7223         which-func entry.  (Bug#4217)
7225         * files.el (enable-local-variables, enable-local-eval)
7226         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
7227         the defcustoms.
7228         (auto-mode-alist, ignored-local-variables)
7229         (save-some-buffers-action-alist): Move risky declarations to the
7230         definitions.
7231         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
7232         (font-lock-defaults, format-alist, imenu--index-alist)
7233         (imenu-generic-expression, input-method-alist, minor-mode-alist)
7234         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
7235         (mode-line-modified, mode-line-mule-info, mode-line-position)
7236         (mode-line-process, mode-line-remote, outline-level)
7237         (parse-time-rules, rmail-output-file-alist)
7238         (special-display-buffer-names, vc-mode):
7239         Move risky declarations to the relevant files.
7240         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
7241         (mode-line-modified, mode-line-process, mode-line-position)
7242         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
7243         * font-core.el (font-lock-defaults):
7244         * format.el (format-alist):
7245         * vc-hooks.el (vc-mode):
7246         * window.el (special-display-buffer-names):
7247         * international/mule-cmds.el (input-method-alist):
7248         Define riskiness here (dumped file) rather than in files.el.
7249         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
7250         * imenu.el (imenu-generic-expression, imenu--index-alist):
7251         * outline.el (outline-level):
7252         * time.el (display-time-string):
7253         * calendar/parse-time.el (parse-time-rules):
7254         * mail/rmailout.el (rmail-output-file-alist):
7255         Autoload riskiness here, rather than placing in files.el.
7257 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
7259         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
7261 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
7263         * simple.el (process-file-side-effects): New defvar.
7265         * dired-aux.el (dired-show-file-type):
7266         * vc.el (vc-diff-internal):
7267         * vc-arch.el (vc-arch-diff):
7268         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
7269         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
7270         * vc-git.el (vc-git-registered, vc-git-working-revision)
7271         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
7272         (vc-git--empty-db-p):
7273         * vc-hooks.el (vc-user-login-name):
7274         * vc-svn.el (vc-svn-registered, vc-svn-state)
7275         (vc-svn-dir-extra-headers, vc-svn-find-revision):
7276         * progmodes/grep.el (grep-probe): Let-bind
7277         `process-file-side-effects' with nil.
7279         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
7281         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
7282         daemon.  Replace ping by checking for running service for bluez
7283         and zeroconf.  (Bug#4239)
7285 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7287         * net/dig.el (dig): Add autoload cookie.
7289 2009-08-25  Glenn Morris  <rgm@gnu.org>
7291         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
7292         load-history for absolute file-names.
7293         (byte-compile-file-form-require): Warn about use of the cl package.
7295         * format.el (format-alist): Doc fix.
7297         * play/bubbles.el (top-level): Don't require cl at run-time.
7299         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
7300         run-time cl).
7302 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
7304         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
7305         from cl package.
7306         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
7308 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
7310         * calc/calc-alg.el (math-trig-rewrite)
7311         (math-hyperbolic-trig-rewrite): New functions.
7312         (calc-simplify): Simplify trig functions when asked.
7314 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7316         * diff-mode.el (diff-find-source-location): Avoid goto-line.
7318 2009-08-24  Kenichi Handa  <handa@m17n.org>
7320         * language/ind-util.el (mapthread): Delete it.
7321         (combinatorial): New function.
7322         (indian--puthash-cv): Use combinatorial instead of mapthread.
7324 2009-08-22  Kevin Ryde  <user42@zip.com.au>
7326         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
7327         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
7328         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
7329         Clarify docstring that the value is strings not symbols.
7330         (checkdoc-list-of-strings-p): New function.
7332 2009-08-22  Glenn Morris  <rgm@gnu.org>
7334         * files.el (auto-mode-alist):
7335         * hippie-exp.el (he-concat-directory-file-name):
7336         * lpr.el (lpr-windows-system, printer-name):
7337         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
7338         * ps-print.el (ps-windows-system):
7339         * startup.el (command-line):
7340         * emulation/viper-ex.el (viper-glob-function):
7341         * international/mule-cmds.el (set-language-environment-coding-systems):
7342         * net/ange-ftp.el (ange-ftp-write-region):
7343         * obsolete/fast-lock.el (fast-lock-cache-name):
7344         Remove code for defunct system-types emx, macos, mswindows, next-mach,
7345         unisoft-unix, vax-vms, win32, w32.
7347         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
7348         given name if the pattern is not more specific.
7350         * calendar/lunar.el (lunar-phase-names): New option.
7351         (lunar-phase): Doc fix.
7352         (lunar-cycles-per-year): New constant.
7353         (lunar-index): New function.
7354         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
7355         (lunar-phase-name): Use lunar-phase-names.
7356         (calendar-lunar-phases): Use format.
7357         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
7359         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
7360         Copy imenu-example--name-and-position function here for own use.
7361         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
7363         * bs.el (bs--redisplay):
7364         * cus-edit.el (custom-redraw):
7365         * ibuffer.el (ibuffer-bury-buffer):
7366         * server.el (server-goto-line-column):
7367         * startup.el (command-line-1):
7368         * strokes.el (strokes-xpm-for-stroke):
7369         * term.el (term-display-buffer-line):
7370         * view.el (View-goto-line):
7371         * calc/calc.el (calc-do, calc-trail-buffer):
7372         * play/gamegrid.el (gamegrid-add-score-insecure):
7373         * progmodes/ada-mode.el (ada-compile-goto-error):
7374         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
7375         (ebrowse-select-1st-to-9nth):
7376         * progmodes/cperl-mode.el (cperl-time-fontification):
7377         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
7378         * progmodes/gud.el (gud-display-line):
7379         (idlwave-shell-display-line):
7380         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
7381         * progmodes/make-mode.el (makefile-browser-toggle):
7382         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
7383         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
7384         * textmodes/picture.el (picture-draw-rectangle):
7385         * textmodes/reftex-index.el (reftex-index-goto-letter):
7386         (reftex-select-jump-to-previous):
7387         * textmodes/reftex-sel.el (reftex-find-start-point)
7388         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
7389         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
7390         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
7391         * textmodes/tex-mode.el (tex-compilation-parse-errors):
7392         * textmodes/two-column.el (2C-associated-buffer):
7393         Use forward-line rather than goto-line.
7395         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
7396         goto-line.
7398         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
7399         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
7400         (quick-check-list-to-regexp): Declare.
7402         * progmodes/make-mode.el (makefile-browser-insert-selection):
7403         Use goto-char rather than goto-line.
7405         * progmodes/prolog.el (compilation-error-regexp-alist)
7406         (compilation-forget-errors): Declare.
7408 2009-08-22  Juri Linkov  <juri@jurta.org>
7410         * progmodes/grep.el (lgrep, rgrep): At the beginning
7411         set `dir' to `default-directory' unless `dir' is a non-nil
7412         readable directory.  (Bug#4052)
7413         (lgrep, rgrep): Change a weird way to report an error
7414         from using `read-string' to using `error'.
7415         Instead of using interactive arguments in the function body,
7416         add new argument `confirm'.
7418 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7420         * textmodes/remember.el (remember-buffer):
7421         * progmodes/cperl-mode.el (cperl-vc-header-alist):
7422         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
7423         (icalendar-extract-ical-from-buffer):
7424         * net/newst-treeview.el (newsticker-groups-filename):
7425         * net/newst-backend.el (newsticker-cache-filename):
7426         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
7427         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
7428         (speedbar-add-ignored-path-regexp, speedbar-line-path)
7429         (speedbar-buffers-line-path, speedbar-path-line)
7430         (speedbar-buffers-line-path):
7431         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
7432         (epg-sign-keys):
7433         * epa.el (epa-display-verify-result):
7434         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
7436 2009-08-21  Glenn Morris  <rgm@gnu.org>
7438         * progmodes/js.el (inferior-moz-process): Fix declaration.
7440         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
7442         * obsolete/rnewspost.el (news-mail-reply):
7443         Use goto-char rather than goto-line.
7445         * term/ns-win.el (ns-open-file-select-line):
7446         Use line-beginning-position rather than goto-line.
7448         * apropos.el (apropos-command):
7449         * ehelp.el (electric-helpify):
7450         * printing.el (pr-show-setup):
7451         * strokes.el (strokes-help):
7452         * tutorial.el (tutorial--describe-nonstandard-key)
7453         (tutorial--detailed-help):
7454         * woman.el (woman-mini-help, woman-display-extended-fonts):
7455         * calc/calc-help.el (calc-describe-key):
7456         * emulation/edt.el (edt-electric-helpify):
7457         * international/mule-diag.el (mule-diag):
7458         * play/yow.el (apropos-zippy):
7459         * progmodes/python.el (python-describe-symbol):
7460         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
7461         * textmodes/table.el (*table--cell-describe-mode)
7462         (*table--cell-describe-bindings):
7463         Use help-print-return-message rather than the now obsolete alias.
7465         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
7466         (calendar-cursor-to-visible-date):
7467         * play/5x5.el (5x5-position-cursor):
7468         * play/decipher.el (decipher):
7469         * play/gomoku.el (gomoku-goto-xy):
7470         * play/landmark.el (lm-goto-xy):
7471         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
7472         (mpuz-paint-digit):
7473         Use forward-line, not goto-line.
7475         * mail/rmail.el (rmail-obsolete): Delete custom group.
7476         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
7477         (rmail-remote-password, rmail-remote-password-required):
7478         Remove unneeded :set-after and :set properties.
7480 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
7482         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
7484 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
7486         * loadup.el: Remove leftover macos code.
7488         * vc-git.el (vc-git-annotate-command): Run asynchronously.
7489         Explicitly pass the date format to git blame so that user local
7490         so that the output format can be parsed.
7492 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
7494         * net/dbus.el (top): Don't check for (getenv
7495         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
7497 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
7499         * log-edit.el (log-edit-strip-single-file-name): New var.
7500         (log-edit-insert-changelog): Use it.  Bug#3571
7502 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7504         * subr.el (read-passwd): Use read-key so keypad keys work as well.
7505         Bug#3287
7507         * help.el (help-print-return-message): Rename from
7508         print-help-return-message.
7510         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
7511         cvs-mode-map parent hack.
7512         (log-view-mode): Derive from special-mode.
7514         * linum.el (linum-mode): window-size-change-functions is redundant.
7515         Adapt to new window-configuration-change-hook behavior.
7516         (linum-after-size, linum-after-config): Remove.
7518         * imenu.el (imenu-example--name-and-position)
7519         (imenu-example--lisp-extract-index-name)
7520         (imenu-example--create-lisp-index, imenu-example--create-c-index):
7521         Mark as obsolete.
7523         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
7524         (inferior-prolog-mode): Use it.
7525         (inferior-prolog-load-file): Reset list of errors.
7527 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7529         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
7531         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
7533 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
7535         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
7536         is running already.
7538 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7540         * subr.el (listify-key-sequence-1): Use normal syntax since those
7541         integers are nowadays always represented by the same (positive) number
7542         on all platforms.
7543         (read-key-empty-map): New const.
7544         (read-key-delay): New var.
7545         (read-key): New function.
7546         (force-mode-line-update): Use with-current-buffer.
7547         (locate-user-emacs-file): Don't forget to abbreviate the file name.
7548         (start-process-shell-command, start-file-process-shell-command):
7549         Discourage the use of command-args.
7551 2009-08-19  Glenn Morris  <rgm@gnu.org>
7553         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
7555 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7557         * simple.el (choose-completion-string): Don't rely on
7558         minibuffer-completing-file-name and ad-hoc checks to decide whether
7559         to continue completion or not.
7561         * minibuffer.el (minibuffer-hide-completions): New function.
7562         (completion--do-completion): Use it.
7563         (completions-annotations): New face.
7564         (completion--insert-strings): Use it.
7565         (completion-pcm--delim-wild-regex): Add docstring.
7566         (completion-pcm--string->pattern): Add support for 0-width delimiters
7567         in completion-pcm--delim-wild-regex.
7569 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7571         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
7572         Remove unused var `buffer-modified-p'.
7574         * minibuffer.el (completion--do-completion): Move point for the #b001
7575         case as well (bug#4176).
7576         (minibuffer-complete, minibuffer-complete-word): Don't move point.
7578 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
7580         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
7581         and :session buses.
7583 2009-08-18  Kenichi Handa  <handa@m17n.org>
7585         * international/ucs-normalize.el (ucs-normalize-version):
7586         Change to 1.1.
7587         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
7588         (utf-8-hfs): Make it perform normalization on encoding too.
7590         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
7591         (sentence-end-without-space): Delete duplicated chars.
7592         (sentence-end-base): Likewise.
7594         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
7595         (html-mode): Delete duplicated chars from sentence-end-base.
7597         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
7598         (texinfo-mode): Delete duplicated chars from sentence-end-base.
7600 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
7602         * files.el (hack-one-local-variable): If the mode function is for
7603         a minor mode, pass it an argument (Bug#4148).
7605 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
7607         * net/tramp.el (tramp-register-completion-file-name-handler):
7608         Check also for (member 'partial-completion completion-styles).
7610 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7612         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
7613         abbrev (Bug#3943).
7615 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
7617         * progmodes/cperl-mode.el: Merge upstream 6.2.
7618         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
7619         (cperl-forward-re): Check cperl-brace-recursing.
7620         (cperl-highlight-charclass): New function.
7621         (cperl-find-pods-heres): Use it.
7622         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
7623         (cperl-beautify-regexp-piece): Fix column calculation.
7624         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
7625         (cperl-beautify-level): Don't process entire regexp.
7626         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
7627         calling man.
7628         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
7629         (cperl-init-faces): Build a list in the normal way.
7631 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7633         * calendar/parse-time.el (parse-time-string-chars): Save match
7634         data.
7636 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7638         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
7639         (sql-product): Use it.
7640         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
7641         (sql-set-product): Add completion.
7642         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
7643         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
7644         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
7645         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
7646         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
7647         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
7648         (sql-highlight-db2-keywords): Remove.
7649         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7650         (sql-highlight-product): Use derived-mode-p.
7651         (sql-set-sqli-buffer): Use with-current-buffer.
7652         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
7653         Simplify.
7655         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
7657         * term.el: Fix commenting convention, turn comments into docstrings.
7659 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
7661         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
7663 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7665         * calendar/parse-time.el (parse-time-string-chars): Compute using
7666         character classes, to handle non-ascii characters (Bug#3190).
7668 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7670         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
7671         another heredoc if the user adds another < (Bug#3226).
7673         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7674         Don't initialize based on window-system (Bug#4124).
7676         * facemenu.el (facemenu-read-color): Use a completion function
7677         that accepts any defined color, such as RGB triplets (Bug#3677).
7679         * files.el (get-free-disk-space): Change fallback default
7680         directory to /.  Expand DIR argument before switching to fallback.
7681         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
7683 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
7685         * files.el (load-library): Doc fix.
7687 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
7689         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
7690         (viper-if-string): Redefine C-s in the minibuffer to insert the last
7691         incremental search string.
7693         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
7694         XEmacs.
7696         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
7697         (ediff-merge-region-is-non-clash)
7698         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
7699         Also check if the job is really a merge job.
7701         * ediff.el (ediff-current-file): New function.
7703 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
7705         * progmodes/js.el: Edit docstrings throughout to follow Emacs
7706         conventions.
7707         (js-insert-and-indent): Delete function.
7708         (js-mode-map): Don't bind keys to js-insert-and-indent.
7709         (js-beginning-of-defun): Rename from js--beginning-of-defun.
7710         (js-end-of-defun): Rename from js--end-of-defun.
7711         (js-auto-indent-flag): Delete variable.
7713 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
7715         * progmodes/js.el: Remove proclaim statement.
7716         Defvar which-func-imenu-joiner-function to silence compiler.
7718         * files.el (auto-mode-alist): Use js-mode for .js files.
7720         * progmodes/js2-mode.el: Remove file.
7722         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
7724         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
7726         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
7728 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
7729             Karl Landstrom  <karl.landstrom@brgeight.se>
7731         * progmodes/js.el: New file.
7733 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
7735         * timezone.el (timezone-parse-date): Add ability to understand ISO
7736         basic format (minimal separators) dates in addition to the
7737         already-supported extended format dates.
7739 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
7741         * international/ucs-normalize.el: Add a `coding' file variable.
7743         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
7745 2009-08-14  Sam Steingold  <sds@gnu.org>
7747         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7749 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
7751         * faces.el (help-argument-name): Define it here instead of
7752         help-fns.el, because in daemon mode help-fns.el may be loaded when
7753         faces are still uninitialized (Bug#1078).
7755         * help-fns.el (help-argument-name): Move defface to faces.el.
7757 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
7759         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
7760         create buffer with a pty but no process so that GDB can make the
7761         inferior the controlling process.
7763 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
7765         * international/ucs-normalize.el: New file.
7767 2009-08-13  Richard Stallman  <rms@gnu.org>
7769         * mail/rmail.el (rmail-get-attr-names):
7770         Accept an attribute header that is too short.
7772         * mail/rmail.el (rmail-forget-messages):
7773         Ignore nil elt in rmail-message-vector.  Use dotimes.
7775         * progmodes/compile.el (compilation-goto-locus):
7776         Use next-error-move-function.
7778         * simple.el (next-error-move-function): New variable.
7780 2009-08-12  Juri Linkov  <juri@jurta.org>
7782         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
7783         always non-nil.  (Bug#4052)
7785         * replace.el (read-regexp): Return empty string when
7786         `default-value' is nil.
7787         (keep-lines-read-args): Don't use empty string as the
7788         default value for `read-regexp'.  (Bug#2495)
7790 2009-08-12  Juri Linkov  <juri@jurta.org>
7792         * international/mule-cmds.el (ucs-insert): Change arguments
7793         from `arg' to `character', `count', `inherit' to be the same
7794         as in `insert-char'.  Doc fix.  (Bug#4039)
7796         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
7798 2009-08-12  Juri Linkov  <juri@jurta.org>
7800         * files-x.el: New file.
7802         * files.el: Move code that deals with adding/deleting
7803         file/directory-local variables to files-x.el.
7805         * Makefile.in (ELCFILES): Add files-x.elc.
7807 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
7809         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
7810         to use `goto-line'.
7811         (gdb-place-breakpoints, gdb-get-location): Rewritten without
7812         `goto-line'.
7813         (gdb-invalidate-disassembly): Do not refresh upon receiving
7814         'update signal.  Instead, update all disassembly buffers only after
7815         threads list.
7816         (gdb): Send -target-detach when buffer is killed (Bug#3794).
7817         (gdb-starting): Moved -data-list-register-names...
7818         (gdb-stopped): ...here so it's sent when first thread stops.
7819         (gdb-registers-handler-custom): Do nothing if register names are
7820         unknown yet.
7822         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
7823         from `gdb-mi.el' to avoid extra tangling.
7825         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7826         change which breaks `gud-def' definitions used in `gdb'.
7827         (gdb-update-gud-running): No extra fuss for updating frame number.
7829 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7831         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
7832         (describe-language-environment-map, setup-language-environment-map)
7833         (set-coding-system-map): Move initialization into declaration.
7834         (set-language-info-alist): Last arg to define-key-after can be skipped.
7836         * international/quail.el (quail-completion-1): Simplify.
7837         (quail-define-rules): Use slightly more compact code.
7838         (quail-insert-decode-map): Propertize keys, compact columns.
7840         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7841         Add goto-line.
7843 2009-08-10  Miles Bader  <miles@gnu.org>
7845         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
7846         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
7847         (js2-instance-member, js2-private-member, js2-private-function-call)
7848         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
7849         (js2-magic-paren, js2-external-variable):
7850         Remove "-face" suffix from face names.
7851         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
7852         (js2-highlight-undeclared-vars, js2-peek-token)
7853         (js2-parse-function-params, js2-mode-show-errors)
7854         (js2-mode-show-warnings, js2-make-magic-delimiter)
7855         (js2-mode-highlight-magic-parens): Update to use new face names.
7857 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
7859         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
7860         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
7862 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
7864         * subr.el: Provide hashtable-print-readable.
7866         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
7867         hs-c-like-adjust-block-beginning.
7868         (hs-hide-block-at-point): Stop hiding at the beginning of
7869         hs-block-end-regexp (Bug#700).
7871 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
7873         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
7874         a macro.
7875         (gdb-registers-handler-custom): Do not fail when register names
7876         are unavailable.
7878 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
7880         * progmodes/gdb-mi.el (gdb-control-all-threads)
7881         (gdb-control-current-thread): Interactive setters for
7882         `gdb-gud-control-all-threads' to use in menu.
7883         (gdb-show-run-p): Show «Go» when process is not active.
7884         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
7885         gud/thread.xpm and gud/all.xpm.
7887 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
7889         * net/net-utils.el (net-utils-font-lock-keywords): New var.
7890         (nslookup-font-lock-keywords): Make it a variable.
7891         (net-utils-mode): New mode for viewing diagnostic network output.
7892         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
7893         (net-utils-run-simple): New function.
7894         (ifconfig, iwconfig, netstat, arp, route): Use it.
7896 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
7898         * progmodes/gdb-mi.el (gdb-read-memory-custom)
7899         (gdb-memory-set-address, def-gdb-set-positive-number)
7900         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
7901         after changing settings.
7902         (gdb-invalidate-disassembly): Update when first shown.
7903         (gdb-edit-locals-value): Fixed.
7904         (gdb-registers-handler-custom): Print registers in right order and
7905         allow changing register values (only for current thread yet).
7906         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
7907         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
7908         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
7909         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
7910         info in mode name.
7911         (gdb-registers-mode-map): TAB to switch to locals.
7913 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
7915         * mail/rmail.el (rmail-add-mbox-headers)
7916         (rmail-set-message-counters-counter): Search for
7917         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
7919 2009-08-08  Glenn Morris  <rgm@gnu.org>
7921         * Makefile.in (ELCFILES): Update.
7923 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
7925         * mail/sendmail.el (mail-yank-original): Set
7926         buffer-file-coding-system from the one used by the message whose
7927         text is yanked.
7929         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
7930         to "windows" when "pgnuplot" is used.
7931         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
7932         call accept-process-output if "pgnuplot" is used.
7933         (calc-graph-init): Don't send -display and -geometry to
7934         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
7935         running "pgnuplot -V" with shell-command-to-string.
7937         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
7938         the default.
7940 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
7942         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
7943         org/org-latex.elc.
7945 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
7947         * vc-dispatcher.el (vc-resynch-window): Update comment.
7949         * term.el (term-handle-ansi-escape): Add comments with the
7950         terminfo capabilities implemented.
7952 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
7954         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
7955         (gdb-var-create-handler): Rewritten using JSON parser.
7956         (gdb-propertize-header): Moved earlier.
7957         (gdb-set-header): Removed to avoid duplication.
7958         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
7959         Refresh disassembly buffers only after threads list have been
7960         update.
7961         (gdb-threads-header, gdb-registers-header): Per-buffer header line
7962         variables.
7964 2009-08-04  Juri Linkov  <juri@jurta.org>
7966         * files.el: Commands to add/delete file/directory-local variables.
7967         (read-file-local-variable, read-file-local-variable-value)
7968         (read-file-local-variable-mode, modify-file-local-variable)
7969         (modify-file-local-variable-prop-line)
7970         (modify-dir-local-variable): New functions.
7971         (add-file-local-variable, delete-file-local-variable)
7972         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
7973         (add-dir-local-variable, delete-dir-local-variable)
7974         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
7975         (copy-dir-locals-to-file-locals-prop-line): New commands.
7977 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
7979         * abbrev.el (insert-abbrev-table-description): Prettify output.
7980         Suggested by Karl Chen.
7982 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
7984         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7985         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
7986         (gdb-overlay-arrow-position, gdb-thread-position)
7987         (gdb-disassembly-position): Declare variables.
7988         (gdb-wait-for-pending): Function now.
7989         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
7990         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
7991         compilation goes smoothly.
7992         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
7993         (gdb-non-stop-setting): New customization setting which replaces
7994         `gdb-non-stop' so changing it doesn't break active GDB session.
7995         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
7996         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
7997         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
7998         (gdb-show-threads-by-default): New customization options.
7999         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
8000         routines.
8001         (gdb-get-buffer-create): Send buffers update signal when they are
8002         created.
8003         (gdb-invalidate-locals, gdb-invalidate-registers)
8004         (gdb-invalidate-breakpoints)
8005         (gdb-invalidate-threads, gdb-invalidate-disassembly)
8006         (gdb-invalidate-memory): Accept update signal.
8007         (gdb-current-context-command): Use --frame option.
8008         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
8009         Implement `gdb-frame-number' selection logic.
8010         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
8011         whether to show GUD toolbar buttons.
8012         (gdb-thread-exited): Unselect current thread when it exits.
8013         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
8014         (gdb-mark-line): Routine which sets overlay arrow or inverses
8015         video on fringeless displays.
8016         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
8017         to build aligned columns of data in GDB buffers and set text
8018         properties line-by-line.
8019         (gdb-invalidate-breakpoints)
8020         (gdb-breakpoints-list-handler-custom)
8021         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
8022         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
8023         (gdb-registers-handler-custom): Align data columns.
8024         (gdb-locals-handler-custom): Now prints data like in variable
8025         declarations.
8026         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
8027         Removed confusing buttons.
8028         (gdb-invalidate-threads): Append --frame.
8029         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
8030         between breakpoints/threads buffers.
8031         (gdb-set-window-buffer): Now can ignore dedicated windows.
8032         (gdb-propertize-header): Use `gdb-set-window-buffer'.
8033         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
8034         (def-gdb-thread-buffer-gud-command): Replaces
8035         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
8036         for fine thread control.
8037         (gdb-preempt-existing-or-display-buffer): New function used to
8038         display bound buffers without breaking window layout.
8039         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
8040         (gdb-select-frame): New version of `gdb-frames-select' which now
8041         sets `gdb-frame-number' so commands may use --frame option instead
8042         of inner debugger state.
8043         (gdb-frame-handler): Do not set `gdb-frame-number'.
8044         (gdb-threads-mode-map): Select threads with mouse.
8046         * progmodes/gud.el (gdb-gud-context-call): Declare function to
8047         avoid compilation warning.
8048         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
8049         `gdb-show-stop-p`.
8051         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
8052         Argument `key' renamed to `buffer-type'.
8053         (gdb-current-context-buffer-name): Do not add thread info to
8054         buffer name when no thread is selected.
8055         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
8056         command (bug 3794).
8057         (gdb-thread-selected): Handle `=thread-selected' notification.
8058         (gdb-wait-for-pending): New macro to deal with congestion problems.
8059         (gdb-breakpoints-list-handler-custom): Don't fail on pending
8060         breakpoints.
8061         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
8062         This fixes problem similar to one described in bug 3947.
8063         (gud-menu-map): More menu items.
8064         (gdb-init-1): Reset `gdb-thread-number' to nil.
8066         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
8067         non-stop settings.
8069         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
8070         (gdb-current-context-command): Do not append --thread if
8071         `gdb-thread-number' is nil.
8072         (gdb-running-threads-count, gdb-stopped-threads-count): New
8073         variables.
8074         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
8075         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
8076         customization options.
8077         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
8078         GUD commands.
8079         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
8080         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
8081         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
8082         set `gdb-thread-number' and update `gud-running' properly.
8083         (gdb-running): Update threads list when new threads appear.
8084         (gdb-stopped): Support non-stop operation and new thread switching
8085         logic.
8086         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
8087         (gdb-json-partial-output): New set of JSON routines.
8088         (def-gdb-auto-update-trigger): New `signal-list' optional
8089         argument.
8090         (gdb-thread-list-handler-custom): Update `gud-running',
8091         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
8092         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
8093         (gdb-continue-thread, gdb-step-thread): New commands for fine
8094         thread execution control.
8095         (gud-menu-map): New menu items to switch non-stop options.
8096         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
8097         (gdb-send): Mimic RET properly (bug 3794).
8099         * progmodes/gdb-mi.el (gdb-rules-name-maker)
8100         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
8101         gdb-buffer-rules.
8102         (def-gdb-auto-update-handler): New nopreserve optional argument.
8103         (gdb-stack-list-frames-custom): Print stack from top to bottom.
8105         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
8106         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
8107         (gdb-parent-mode): New mode to derive other GDB modes from.
8108         (gdb-display-disassembly-for-thread)
8109         (gdb-frame-disassembly-for-thread): New commands for threads
8110         buffer.
8112         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
8113         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
8114         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
8115         (gdb-update): We now store all GDB buffers in a list so that they
8116         can be updated by traversing a list instead of calling invalidate
8117         triggers explicitly.
8118         (def-gdb-trigger-and-handler): New macro to define trigger-handler
8119         pair for GDB buffer.
8120         (gdb-stack-buffer-name): Add thread information.
8121         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
8122         handle pending triggers.
8123         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
8124         (def-gdb-thread-buffer-simple-command)
8125         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
8126         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
8127         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
8128         New commands which show buffers bound to thread.
8129         (gdb-stack-list-locals-regexp): Removed unused regexp.
8131         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
8132         (gdb-locals-buffer-name, gdb-registers-buffer-name)
8133         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
8134         to (gud-comint-buffer) in *-buffer-name functions
8135         because (gdb-get-target-string) already does that.
8136         (gdb-locals-handler-custom, gdb-registers-handler-custom)
8137         (gdb-changed-registers-handler): Rewritten without regexps.
8139         * progmodes/gdb-mi.el: Basic thread selection support.
8140         (gdb-thread-number): New variable.
8141         (gdb-current-context-command): New macro which adds --thread
8142         option to command.
8143         (gdb-threads-mode-map): Select thread with SPC.
8144         (gdb-thread-list-handler-custom): Mark current thread with overlay
8145         arrow.  Synchronize GDB thread and Emacs thread.
8146         (gdb-select-thread): New command which selects current thread.
8147         (gdb-invalidate-frames, gdb-invalidate-locals)
8148         (gdb-invalidate-registers): Use --thread option.
8150 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
8152         * net/tramp.el (top): Make check for tramp-gvfs loading more
8153         robust.  (Bug#3977)
8154         (tramp-handle-insert-file-contents): `unwind-protect' must be
8155         inside `with-parsed-tramp-file-name'.
8157         * net/tramp-gvfs.el (top): Remove superfluous message when loading
8158         fails.
8160 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
8162         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
8163         directory if CLASSPATH is not set.
8165 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
8167         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
8168         New defconst.
8169         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
8171 2009-08-02  Kevin Ryde  <user42@zip.com.au>
8173         * net/newst-backend.el (newsticker--raw-url-list-defaults):
8174         Update freshmeat link.  Delete newsforge.com as it seems gone.
8176 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
8178         * select.el (x-set-selection): Doc fix (Bug#4021).
8180         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
8182         * help-fns.el (describe-variable): Treat list return values from
8183         dir-locals-find-file properly (Bug#4005).
8185 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
8187         * net/tramp.el (tramp-debug-message): Print also microseconds.
8189 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
8191         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
8192         or END is non-nil.
8193         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
8194         (tramp-get-debug-buffer): Change `outline-regexp' according to new
8195         format.
8197         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
8198         (tramp-get-file-property): Use it.
8200         * autorevert.el (auto-revert-handler): Allow
8201         `auto-revert-tail-mode' for remote files.
8203 2009-08-02  Jason Rumney  <jasonr@gnu.org>
8205         * minibuffer.el (read-file-name): Treat confirm options to
8206         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
8208 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
8210         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
8211         (font-lock-variable-name-face, font-lock-constant-face): Darken
8212         the colors for light backgrounds.
8214 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
8216         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
8217         month names.  (Bug#3987)
8219 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
8221         * simple.el (line-move-finish): Pass whole number to
8222         line-move-to-column.
8223         (line-move-visual): Perform hscroll to the recorded position.
8225 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
8227         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
8229 2009-07-29  Alan Mackenzie  <acm@muc.de>
8231         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
8233 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
8235         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
8236         (gdb-place-breakpoints): Use full path when setting breakpoints.
8238 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
8240         * calc/calc.el (calc-mode-map): Add keybinding for
8241         `calc-transpose-lines'.
8243 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
8245         * calc/calc-misc.el (calc-transpose-lines): New function.
8247 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
8249         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
8250         Simplify check for out-of-band methods.
8251         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
8252         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
8254 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
8256         * vc-git.el (vc-git-checkin): Fix typo.
8258 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
8260         * progmodes/js2-mode.el: New file.
8262 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
8264         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
8265         (gud-menu-map): Adjust tooltip accordingly.
8267 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8269         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
8270         (vc-bzr-log-view-mode): Adjust log-view-file-re.
8272         * add-log.el (change-log-mode-map): Add a menu.
8274 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
8276         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
8277         function returns nil.
8278         (dbus-handle-event): Handle special return value :ignore.
8279         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
8281 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
8283         * view.el (view-mode-enable): Don't define Helper-return-blurb if
8284         it's not needed.
8286 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
8288         Fix Bug#3888:
8290         * w32-vars.el (x-select-enable-clipboard): Doc fix.
8292         * term/pc-win.el (x-display-name, x-colors)
8293         (x-select-enable-clipboard, x-select-text): Doc fix.
8295         * term/common-win.el (x-display-name, x-colors): Doc fix.
8297         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
8298         (xw-defined-colors): Doc fix.
8300         * w32-fns.el (x-select-text, x-setup-function-keys)
8301         (x-get-selection, x-set-selection): Doc fix.
8303         * term/x-win.el (x-select-text, x-setup-function-keys)
8304         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
8306         * select.el (x-set-selection): Doc fix.
8308 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
8310         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
8311         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
8312         "IsNSSSupportAvailable" method is not available.  Reported by
8313         Steve Youngs <steve@sxemacs.org>.
8315 2009-07-24  Kenichi Handa  <handa@m17n.org>
8317         * international/characters.el: Fix setting of category ?C, ?|, ?K,
8318         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
8319         (build-unicode-category-table): Fix range checks.
8321 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
8323         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
8324         the buffer we try to sync is current when calling
8325         vc-resynch-buffer.
8327         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
8328         not show up to date files.
8330 2009-07-24  Glenn Morris  <rgm@gnu.org>
8332         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
8333         Add autoload cookies.  If necessary, initialize.
8334         (elint-log): Handle non-file buffers.
8335         (elint-initialize): Add optional argument to reinitialize.
8336         (elint-find-builtin-variables): Save excursion.
8338 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
8340         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
8341         for Lint.
8343 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8345         * vc.el (vc-print-log-internal): New function, split out from ...
8346         (vc-print-log): ... here.
8347         (vc-dir-move-to-goal-column): Declare.
8349         * vc-git.el (vc-git-add-signoff): New variable.
8350         (vc-git-checkin): Use it.
8351         (vc-git-toggle-signoff): New function.
8352         (vc-git-extra-menu-map): Bind it to menu.
8353         (vc-git--run-command-string): Accept a nil FILE argument.
8354         (vc-git-stash-list): New function.
8355         (vc-git-dir-extra-headers): Use it.
8357 2009-07-23  Glenn Morris  <rgm@gnu.org>
8359         * help-fns.el (describe-variable): Describe ignored and risky local
8360         variables in a similar way to that in which we describe safe ones.
8362         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
8363         (byte-compile-output-file-form, byte-compile-output-docform)
8364         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
8365         Give some more local variables with common names a "bytecomp-" prefix,
8366         so as not to shadow things during compilation.
8367         * emacs-lisp/cl-macs.el (load-time-value)
8368         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
8369         `outbuffer' to `bytecomp-outbuffer'.
8371         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
8372         since the next two variables cover them automatically now.
8373         (elint-builtin-variables, elint-autoloaded-variables): New.
8374         (elint-unknown-builtin-args): Remove all members, since they can be
8375         parsed automatically now.
8376         (elint-extra-errors): New.
8377         (elint-env-add-env, elint-env-add-macro): Use cadr.
8378         (elint-current-buffer): Use or.  Change final message.
8379         (elint-get-top-forms): Use line-end-position.
8380         (elint-init-env): Use cadr.  Handle autoload, declare-function,
8381         and defalias.
8382         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
8383         (regexp-assoc): Remove unused function.
8384         (elint-top-form): Set elint-current-pos, to record the start of the
8385         top-level form, for compilation-mode.
8386         (elint-form): Trap errors in macro expansion.  Use dolist.
8387         (elint-unbound-variable): Use elint-builtin-variables and
8388         elint-autoloaded-variables.
8389         (elint-get-args): Use cadr, or.
8390         (elint-check-cond-form): Use dolist, cadr.
8391         (elint-check-condition-case-form): Doc fix.  Use cadr.
8392         Use elint-extra-errors.
8393         (elint-log): New function.
8394         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
8395         Distinguish errors and warnings.
8396         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
8397         Use a bytecomp-style format.
8398         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
8399         (elint-get-log-buffer): Use compilation mode.  Disable undo.
8400         Don't truncate lines.
8401         (elint-initialize): Set builtin and autoloaded variable lists.
8402         Only process elint-unknown-builtin-args if non-nil.
8403         (elint-find-builtin-variables, elint-find-autoloaded-variables):
8404         New functions.
8405         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
8407 2009-07-22  Kevin Ryde  <user42@zip.com.au>
8409         * net/newst-backend.el (newsticker--parse-atom-1.0)
8410         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8411         (newsticker--parse-rss-1.0):
8412         * progmodes/idlwave.el (idlwave-mode):
8413         * progmodes/idlw-shell.el (idlwave-shell-mode):
8414         * progmodes/vera-mode.el (vera-mode):
8415         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
8416         * progmodes/vhdl-mode.el (vhdl-mode):
8417         * textmodes/table.el (table-generate-source)
8418         (table--warn-incompatibility):
8419         Hyperlink urls in docstrings with URL `...'.
8421 2009-07-22  Glenn Morris  <rgm@gnu.org>
8423         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
8424         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
8425         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
8426         Remove leading * from defcustom docs.
8428         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
8430         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
8431         defcustom doc.
8432         (list-load-path-shadows): Optionally, just return shadows as a string.
8434         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
8436 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
8438         * mail/rmailedit.el (rmail-edit-mode): Use
8439         auto-save-include-big-deletions.
8441         * mail/rmail.el (rmail-variables): Use
8442         auto-save-include-big-deletions.
8444         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
8445         changes.
8447 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
8449         * calc/calc.el (calc-undo-length): New variable.
8450         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
8452 2009-07-21  Richard Stallman  <rms@gnu.org>
8454         * files.el (auto-save-mode): Handle buffer-save-size = -2
8455         for toggling mode.
8457 2009-07-21  Glenn Morris  <rgm@gnu.org>
8459         * textmodes/ispell.el (ispell-looking-back): Update declaration.
8461         * calendar/todo-mode.el (calendar-current-date): Update declaration.
8463         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
8464         silence compiler.  Instead...
8465         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
8466         (ps-print-ensure-fontified): Update for above function name changes.
8468         * printing.el (pr-mh-get-msg-num, pr-mh-show)
8469         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
8470         silence compiler.  Instead...
8471         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
8472         (mh-show-buffer): Only define for compiler.
8473         (pr-mh-current-message): Update for above function name changes.
8475         * files.el (abort-if-file-too-large): Explicitly pass `filename'
8476         as an argument.
8477         (find-file-noselect, insert-file-1): Update for above change.
8479         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
8481         * mail/mailclient.el (mailclient-send-it): Fix message.
8483         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
8484         (edebug-eval): Check cl-debug-env is bound.
8485         (print-level, print-circle): Don't redefine built-in variables.
8487         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
8488         (custom-print-vectors): Remove old comments from doc.
8490         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
8491         (emerge-version): Make the variable an obsolete alias for the
8492         emacs-version variable.  Make the function obsolete.
8493         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
8494         Emerge options, rather than merging in into the main Options menu.
8495         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
8496         and auto advance modes.  Disable edit/fast items when not relevant.
8498 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8500         * term/vt420.el (terminal-init-vt420): Fix typo.
8502 2009-07-20  Sam Steingold  <sds@gnu.org>
8504         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
8505         variable (removed from compile.el on 2004-03-11).
8507 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
8509         * files.el (hack-local-variables-filter): Fix last change.
8511 2009-07-19  Juri Linkov  <juri@jurta.org>
8513         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
8514         (dir-local-variables-alist): New buffer-local variable.
8515         (hack-local-variables-filter): If variable is not dir-local,
8516         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
8517         because file-local overrides dir-local.
8518         (c-postprocess-file-styles) <declare-function>:
8519         Remove obsolete declaration.
8520         (hack-dir-local-variables): Add dir-local variable/value pair to
8521         `dir-local-variables-alist' and remove duplicates.  Doc fix.
8523         * help-fns.el (describe-variable): Add information about
8524         file-local and dir-local variables.
8526 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
8528         * files.el (hack-local-variables-filter): Rewrite.
8530 2009-07-19  Glenn Morris  <rgm@gnu.org>
8532         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
8533         Silence compiler by only defining on XEmacs.
8535         * international/mule.el (auto-coding-regexp-alist): Only match
8536         BABYL... at the start of buffer, not of lines.  (Bug#3790)
8538         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
8539         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
8540         (cal-menu-context-mouse-menu): Doc fix.
8542         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
8544         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
8546 2009-07-18  Juri Linkov  <juri@jurta.org>
8548         * info.el: Virtual Info keyword finder.
8549         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
8550         (Info-finder-file): New variable.
8551         (Info-finder-find-file): New function.
8552         (finder-known-keywords, finder-package-info)
8553         (find-library-name, lm-commentary): Use defvar and
8554         declare-function to silence compiler warnings.
8555         (Info-finder-find-node): New function.
8556         (info-finder): New command.
8558         * subr.el (process-kill-buffer-query-function): New function.
8559         (add-hook)<kill-buffer-query-functions>: Add hook
8560         `process-kill-buffer-query-function'.
8562 2009-07-18  Alan Mackenzie  <acm@muc.de>
8564         * progmodes/cc-mode.el (c-before-hack-hook)
8565         (c-postprocess-file-styles): Give invocation of `c-set-style'
8566         DONT-OVERRIDE parameter of t.  Already set style variables will
8567         thus not be overridden by style settings given by `c-file-syle'.
8569         * files.el (hack-local-variables-filter): Remove entries with
8570         duplicate keys from `file-local-variables-alist'.
8572 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
8574         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
8575         x-set-selection if display-selections-p returns nil for the
8576         current frame.
8578 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
8580         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
8582 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
8584         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
8585         Accept nil in addition to a regexp.
8586         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
8587         Accept nil in addition to a regexp.
8588         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
8589         buffers that have an associated file.  Handle nil values of
8590         desktop-buffers-not-to-save and desktop-files-not-to-save.
8591         (Bug#3833)
8593         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8594         (x-disown-selection-internal): New functions.
8596 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
8598         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
8599         warning.
8600         (gdb-breakpoints-header): Move forward to avoid compiler warning.
8601         (gdb-make-header-line-mouse-map): Remove duplicate definition.
8603 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
8605         * simple.el (set-mark): Revert last change.
8607 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
8609         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
8610         rendering of pngs is not possible instead of messaging a long
8611         description.
8613 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
8615         * w32-fns.el (x-selection-owner-p): New function.
8617         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
8618         (mouse-yank-at-click, mouse-yank-primary): If
8619         select-active-regions is non-nil, deactivate the mark before
8620         insertion.
8622         * simple.el (deactivate-mark, set-mark): Only save selection if we
8623         own it.
8625 2009-07-17  Kenichi Handa  <handa@m17n.org>
8627         * case-table.el (describe-buffer-case-table): Fix for the case
8628         that KEY is a cons.
8630 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
8632         * vc-rcs.el (vc-rcs-find-file-hook):
8633         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
8635 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
8637         * net/tramp.el (tramp-wait-for-output): Handle the case when
8638         commands do not return a newline but a null byte before the shell
8639         prompt.  (Bug#3858)
8641 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8643         * term/ns-win.el (ns-set-alpha): Don't declare.
8644         (ns-set-background-alpha): Remove function.
8646 2009-07-16  Kevin Ryde  <user42@zip.com.au>
8648         * emacs-lisp/copyright.el (copyright-update): Save match-data across
8649         y-or-n-p, for safety.
8651 2009-07-16  Richard Stallman  <rms@gnu.org>
8653         * files.el (auto-save-mode): If buffer-saved-size is -2,
8654         don't clobber it.
8656         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
8657         (rmail-retry-ignored-headers): Add more uninteresting fields.
8659 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
8661         * net/rcirc.el (rcirc): Use history variables.
8662         (rcirc-server-name-history, rcirc-nick-name-history)
8663         (rcirc-server-port-history): New variables.
8665 2009-07-15  Kenichi Handa  <handa@m17n.org>
8667         * international/mule-cmds.el (set-language-environment-charset):
8668         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
8669         ignore them.
8671         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
8672         Delete unibyte-display.
8674 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
8676         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
8678 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
8680         * simple.el (deactivate-mark): Optional argument FORCE.
8681         (set-mark): Use deactivate-mark.
8683         * info.el (Info-search): No need to check transient-mark-mode
8684         before calling deactivate-mark.
8686         * select.el (x-set-selection): Doc fix.
8687         (x-valid-simple-selection-p): Allow buffer values.
8688         (xselect--selection-bounds): Handle buffer values.  Suggested by
8689         David De La Harpe Golden.
8691         * mouse.el (mouse-set-region, mouse-drag-track): Call
8692         copy-region-as-kill before setting the mark, to let
8693         select-active-regions work.
8695 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
8697         * simple.el (deactivate-mark): If select-active-regions is
8698         non-nil, copy the selection data into a string.
8699         (activate-mark): If select-active-regions is non-nil, set the
8700         selection to the current buffer.
8701         (set-mark): Update selection if select-active-regions is non-nil.
8703         * select.el (x-valid-simple-selection-p): Allow buffer values.
8705 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8707         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
8708         and more featureful message-mode.
8710 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
8712         * select.el (x-set-selection): Doc fix.
8713         (x-valid-simple-selection-p): Disallow selection data consisting
8714         of a list or cons of integers, since that is not used.
8715         (xselect--selection-bounds, xselect--int-to-cons): New functions.
8716         (xselect-convert-to-string, xselect-convert-to-length)
8717         (xselect-convert-to-filename, xselect-convert-to-charpos)
8718         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
8720 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
8722         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
8723         output in -break-info command (Emacs bug #3794).
8725 2009-07-14  Glenn Morris  <rgm@gnu.org>
8727         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
8728         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
8729         (edebug-print-length, edebug-print-level, edebug-print-circle)
8730         (edebug-sit-for-seconds, edebug-view-outside)
8731         (edebug-bounce-point, edebug-set-global-break-condition)
8732         (edebug-Go-nonstop-mode, edebug-trace-mode)
8733         (edebug-Trace-fast-mode, edebug-continue-mode)
8734         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
8735         (edebug-visit-eval-list): Doc fixes.
8737         * subr.el (def-edebug-spec): Doc fix.
8739 2009-07-14  Kenichi Handa  <handa@m17n.org>
8741         * international/characters.el: Fix setting of category ?C.
8743 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
8745         * term/ns-win.el (x-select-font): defalias x-select-font to
8746         ns-popup-font-panel instead of generate-fontset-menu.
8748 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
8750         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
8752 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
8754         * arc-mode.el (archive-find-type): Allow for a PK00 string before
8755         the PK\003\004 header (Bug#3770).
8757 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
8759         * pcomplete.el (pcomplete-comint-setup): Check for
8760         shell-dynamic-complete-filename too.
8762 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
8764         * simple.el (temporary-goal-column): Change the value for
8765         line-move-visual to a cons cell.
8766         (line-move-visual): Record or set the window hscroll, if
8767         necessary (Bug#3494).
8768         (line-move-1): Handle cons value of temporary-goal-column.
8770 2009-07-11  Kenichi Handa  <handa@m17n.org>
8772         * international/mule-diag.el (describe-character-set): Don't show
8773         width.
8775 2009-07-10  Sam Steingold  <sds@gnu.org>
8777         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8778         Omake sometimes indents the errors it prints, so allow all
8779         regexps to start with spaces.
8781 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
8783         * cus-edit.el (customize-changed-options-previous-release):
8784         Bump value to 22.1.  (Bug#3804)
8786 2009-07-08  Sam Steingold  <sds@gnu.org>
8788         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
8789         to be a cons cell (test . ignored-directory) to selectively ignore
8790         some directories depending on the location of the search.
8792 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
8794         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
8795         remote user is root, on the local host.
8796         (tramp-local-host-p): Either the local user or the remote user
8797         must be root.  (Bug#3771)
8799 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
8801         * progmodes/gdb-mi.el (gdb): Remove description of
8802         gdb-use-separate-io-buffer.
8803         (menu): Don't allow toggling of or enable
8804         gdb-use-separate-io-buffer from menubar.
8806 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
8808         * mail/unrmail.el (unrmail): Make sure the message ends with two
8809         newlines (Bug#3769).
8811 2009-07-08  Glenn Morris  <rgm@gnu.org>
8813         * calendar/calendar.el (calendar-current-date): Rework previous change.
8815 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
8817         * calendar/calendar.el (calendar-current-date):
8818         Add an optional argument giving an offset from today.
8820 2009-07-08  Glenn Morris  <rgm@gnu.org>
8822         * tutorial.el (tutorial--describe-nonstandard-key):
8823         Adjust the message for when a key has been unbound.
8824         (help-with-tutorial): Hide the arch-tag.
8826 2009-07-08  Kenichi Handa  <handa@m17n.org>
8828         * international/fontset.el (setup-default-fontset): For each
8829         script, append (not set) font-specs.
8831         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
8832         docstring.
8834 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
8836         * progmodes/gdb-mi.el (gdb-init-1): Move sending
8837         -data-list-register-names to ...
8838         (gdb-starting): ... here because GDB 7.0 requires execution to
8839         have started when using this MI command.
8840         (gdb-set-header): New function to distinguish select and
8841         unselected tabs in gdb buffers.
8842         (gdb-propertize-header): New macro that uses gdb-set-header.
8843         (gdb-breakpoints-header, gdb-locals-header): Use it.
8844         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
8846 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
8848         * Makefile.in (ELCFILES): Remove fadr.elc.
8850 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
8852         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
8853         may contain frame information, so `string-match' should be used.
8854         (gdb-update): Disassembly is invalidated through
8855         `gdb-get-selected-frame'.
8856         (gdb-pad-string): New function to pad string with spaces.
8857         (gdb-invalidate-disassembly): Invalidate only if the buffer
8858         exists.
8859         (gdb-disassembly-handler-custom): Column alignment.
8860         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
8861         placing new ones.
8862         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
8863         end of line, too.
8864         (gdb-frame-handler): Match convention to for disassembly buffer
8865         mode name.
8866         (gdb-stack-list-frames-handler): Rewritten without regexps.
8867         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
8868         not highlight breakpoints without line information.
8869         (gdb-input): Add trailing newline to command.
8871         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
8872         buffer properly.
8873         (gdb-breakpoints-list-handler-custom): Replacement for
8874         `gdb-break-list-handler'.  Using real parser instead of regexps
8875         now.
8876         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
8877         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
8878         to place breakpoints.
8879         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
8880         functions.
8881         (gdb-disassembly-handler-custom): Show overlay arrow.
8882         (gdb-disassembly-place-breakpoints): Show breakpoints in
8883         disassembly buffer.
8884         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
8885         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
8886         instead of parsing breakpoints buffer.  Fixed old menu references
8887         in `gud-menu-map'.
8889         * fadr.el: Remove.
8891         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
8892         (gdb-memory-address): New variable which holds top address of
8893         memory page shown in memory buffer.
8894         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
8895         customization variables.
8896         New functions:
8897         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
8898         display the memory buffer.
8899         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
8900         buffer display parameters.
8901         (def-gdb-memory-format, gdb-memory-format-binary)
8902         (gdb-memory-format-octal, gdb-memory-format-unsigned)
8903         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
8904         Functions for setting memory buffer format.
8905         (gdb-memory-unit-word, gdb-memory-unit-halfword)
8906         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
8907         unit size used in memory buffer.
8908         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
8909         to next/previous page of memory buffer.
8910         Now using (bindat-get-field) instead of fadr functions.
8912 2009-07-07  Sam Steingold  <sds@gnu.org>
8914         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
8915         non-top-level files.
8917 2009-07-07  Kenichi Handa  <handa@m17n.org>
8919         * international/mule-cmds.el (reset-language-environment): Put
8920         the highset priority to the charset iso-8859-1.
8922 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
8924         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
8925         to the end of the line when locating the block (Bug#700).
8927 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
8929         * net/tramp.el (tramp-handle-write-region): Flush file properties
8930         in case of short track.
8932 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
8934         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
8935         representation of verilog error regular expressions to work with
8936         Emacs-22's new format.
8937         (verilog-error-regexp-xemacs-alist): Coded custom representation
8938         of verilog error regular expressions to work with XEmacs format.
8939         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
8940         error recognition into XEmacs.
8941         (verilog-error-regexp-add-emacs): Hook routine to install verilog
8942         error recognition into Emacs-22.
8944 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
8946         * woman.el: Remove stand-alone closing parentheses.
8947         (woman-file-name, woman2-format-paragraphs)
8948         (woman-leave-blank-lines): Code cleanup.
8949         (woman-use-own-frame): Change default to nil.
8950         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
8951         defaults to inherit from default faces.
8952         (woman2-process-escapes): Consume the newline after a stand-alone
8953         filler character (Bug#3651).
8955 2009-07-06  Glenn Morris  <rgm@gnu.org>
8957         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
8958         (top-level): Move provide to the end.
8959         (ffap): Remove defunct URL from custom group.
8961         * subr.el (eval-after-load): Doc fix.
8963 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
8965         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
8966         `calc-embedded-word' is called twice.
8968 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8970         * files.el (find-alternate-file-other-window, find-alternate-file):
8971         Obey confirm-nonexistent-file-or-buffer.
8973 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
8975         * dired-aux.el (dired-show-file-type): Handle remote files.
8977 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
8979         * desktop.el (desktop-globals-to-save):
8980         Add file-name-history (Bug#2750).
8982 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
8984         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
8986 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
8988         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
8989         property on entire argument since this is what eshell-lisp-command
8990         expects.
8992 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
8994         * net/tramp-gvfs.el (tramp-gvfs-methods)
8995         (tramp-gvfs-zeroconf-domain)
8996         (tramp-bluez-discover-devices-timeout): Add version flag.
8997         (tramp-gvfs-handler-mounted-unmounted)
8998         (tramp-gvfs-connection-mounted-p): Polish handling of
8999         incompatibilities between GVFS 0.2 and 1.0.
9001 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
9003         * cus-start.el (all): Add make-pointer-invisible.
9005 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
9007         * calc-math.el (math-use-emacs-fn): Make sure that the number is
9008         formatted correctly.
9010 2009-07-02  Juri Linkov  <juri@jurta.org>
9012         * info.el: Virtual Info files and nodes.
9013         (Info-virtual-files, Info-virtual-nodes): New variables.
9014         (Info-current-node-virtual): New variable.
9015         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
9016         New functions.
9017         (Info-file-supports-index-cookies): Use Info-virtual-file-p
9018         to check for a virtual file instead of checking a fixed list
9019         of node names.
9020         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
9021         instead of ad-hoc processing of "dir" and (apropos history toc).
9022         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
9023         instead of ad-hoc processing of "dir" and (apropos history toc).
9024         Reread a file when moving from a virtual node.
9025         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
9026         (Info-directory-toc-nodes, Info-directory-find-file)
9027         (Info-directory-find-node): New functions.
9028         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
9029         (Info-history): Move part of code to
9030         `Info-history-find-node'.
9031         (Info-history-toc-nodes, Info-history-find-file)
9032         (Info-history-find-node): New functions.
9033         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
9034         (Info-toc): Move part of code to `Info-toc-find-node'.
9035         (Info-toc-find-node): New function.
9036         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
9037         the current Info file name to references because now the node
9038         "*TOC*" belongs to the same Info manual.
9039         (Info-toc-build): Rename from `Info-build-toc'.
9040         (Info-toc-nodes): Rename input argument `file' to `filename'.
9041         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
9042         instead of ad-hoc processing of ("dir" apropos history toc).
9043         (Info-index-nodes): Use Info-virtual-file-p
9044         to check for a virtual file instead of checking a fixed list
9045         of node names.
9046         (Info-index-node): Add check for `Info-current-node-virtual'.
9047         Raise `save-match-data' higher up the tree to contain
9048         `search-forward' too (bug fix).
9049         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
9050         (Info-virtual-index-nodes): New variable.
9051         (Info-virtual-index-find-node, Info-virtual-index): New functions.
9052         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
9053         (Info-apropos-file, Info-apropos-nodes): New variables.
9054         (Info-apropos-toc-nodes, Info-apropos-find-file)
9055         (Info-apropos-find-node, Info-apropos-matches): New functions.
9056         (info-apropos): Move part of code to `Info-apropos-find-node' and
9057         `Info-apropos-matches'.
9058         (Info-mode-map): Bind "I" to `Info-virtual-index'.
9059         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
9060         for a virtual file instead of checking a fixed list of node names.
9062         * simple.el (async-shell-command): New command.
9064         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
9066         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
9067         instead of `mount-info'.
9069 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
9071         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
9072         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
9074 2009-07-02  Kenichi Handa  <handa@m17n.org>
9076         * international/mule.el (set-keyboard-coding-system): Force *-unix
9077         coding-system to avoid eol conversion.
9079 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
9081         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9082         Add handler for `process-file', `shell-command' and
9083         `start-file-process'.
9084         (tramp-gvfs-handle-shell-command)
9085         (tramp-gvfs-handle-start-file-process)
9086         (tramp-gvfs-handle-process-file): New defuns.
9087         (tramp-synce-list-devices): Simplify check for existence of property.
9089 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
9091         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
9093 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
9095         * language/korean.el (set-language-info-alist): Add korean-cp949,
9096         cp949 to spec.
9098 2009-07-01  Kenichi Handa  <handa@m17n.org>
9100         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
9102         * international/encoded-kb.el: Deleted.
9104         * international/mule.el (set-keyboard-coding-system): Perform the
9105         necessary setup here instead of calling encoded-kbd-setup-display.
9107 2009-07-01  Glenn Morris  <rgm@gnu.org>
9109         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
9111 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
9113         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
9115 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
9117         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
9118         Handle also the 'rename case, when setting file modes.  (Bug#3712)
9119         (tramp-default-file-modes) Remove execute permissions.
9121         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
9122         (top): Add a default for "synce" in `tramp-default-user-alist'.
9123         Add completion function for "synce" method.
9124         (tramp-hal-service, tramp-hal-path-manager)
9125         (tramp-hal-interface-manager, tramp-hal-interface-device):
9126         New defconst.
9127         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
9128         (tramp-synce-list-devices, tramp-synce-parse-device-names):
9129         New defuns.
9131         * net/trampver.el: Update release number.
9133 2009-06-30  Kenichi Handa  <handa@m17n.org>
9135         * international/fontset.el (setup-default-fontset): Add CJK fonts
9136         for symbols and the other miscellaneous characters.
9138         * language/korea-util.el (setup-korean-environment-internal):
9139         Make char-width-table suitable for Korean environments.
9140         (exit-korean-environment): Cancel above.
9142         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9143         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
9144         setup-funcion to make char-widht-table suitable for respective
9145         environments, and an exit-function to cancel that.
9147         * language/japan-util.el (setup-japanese-environment-internal):
9148         Call use-cjk-char-width-table with arg `ja_JP'.
9150         * international/characters.el (cjk-char-width-table): Delete it.
9151         (cjk-char-width-table-list): New variable.
9152         (use-cjk-char-width-table): New arg local-name.
9153         (use-default-char-width-table): Fix for the case that Emacs is
9154         already using the default char-width-table.
9156 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
9158         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
9159         modes mandatory.  (Bug#3712)
9161 2009-06-29  Alan Mackenzie  <acm@muc.de>
9163         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
9164         correction between the visible width of TABs and their number of bytes.
9166 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
9168         * server.el (server-buffer-done): Prevent kill-buffer from
9169         prompting by clearing the buffer modification flag (Bug#3696).
9171 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
9173         * verilog-mode.el (verilog-beg-of-statement)
9174         (verilog-endcomment-reason-re): Support unique case and priority case.
9175         (verilog-basic-complete-re): Support localparam lineup.
9176         (verilog-beg-of-statement-1): Fix for robustness, unique case.
9177         (verilog-set-auto-endcomments): Fix for unique case, always_comb
9178         commenting.
9179         (verilog-leap-to-case-head): Now support *nested* unique &
9180         priority case statements.
9181         (verilog-auto-lineup): Make just declarations the default (as it
9182         had been).
9183         (verilog-leap-to-case-head): Support priority/unique case statements.
9184         (verilog-auto-lineup): Rework to give users radio buttons to
9185         select the various styles of automatic lineup.
9186         (verilog-error-regexp-alist): Rework to support the XEmacs style
9187         of error regular expressions from compilers, lint tools &
9188         simulators.  Note that GNU Emacs has made it impossible for a mode
9189         to load such things.
9190         (electric-verilog-terminate-line, verilog-indent-declaration)
9191         (verilog-auto-wiure): Rework for radio button selection of
9192         auto-lineup selection of specification of auto lineup.
9193         (verilog-beg-of-statement-1): Redesign to support proper operation
9194         in additional code, based on testing with auto-lineup.
9195         (verilog-calculate-indent, assignments & declarations)
9196         (verilog-backward-token): Enhance to support auto-lineup of
9197         assignments & declarations.
9198         (verilog-in-directive-p, verilog-at-struct-p): New function for
9199         easy test of whether we are.
9200         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
9201         to support safe execution at almost anyline.
9202         (verilog-calc-1): Properly support indenting deep inside generate
9203         blocks.
9204         (verilog-init-font) Remove definition & use of verilog-init-font,
9205         as it is redundant with font-lock-defaults.
9206         (verilog-mode): Alter the definition of verilog-font-lock-defaults
9207         to avoid circular calls if syntax-ppss is a function (as is the
9208         case now in 22.x GNU Emacs) as that function would sometimes call
9209         itself, leading to (nearly) infinite recursion.
9210         (verilog-ovm-begin-re, verilog-ovm-end-re)
9211         (verilog-ovm-statement-re, verilog-leap-to-head)
9212         (verilog-backward-token): Add support for OVM macros.  Some are
9213         complete statements, and others open and close scopes like begin
9214         and end.
9215         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
9216         (verilog-defun-level-generate-only-re): Really fix the defun-list
9217         compilation issue.
9218         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
9219         coverpoint, constraint and cross statements.
9220         (verilog-defun-level-list, verilog-generate-defun-level-list)
9221         (verilog-all-defun-level-list): Redo these specifications - it is
9222         too hard to support eval-when compile aggregation of lists also
9223         built at when-compile time.
9224         (verilog-defun-level-list): Place defconsts of variables used in
9225         building regular expressions which are built in eval-when-compile
9226         bodies in the same eval-when-compile body to facilitate compile
9227         without load.
9228         (verilog-beg-block-re-ordered): Support indenting
9229         virtual/protected tasks and functions.
9230         (verilog-defun-level-list, verilog-in-generate-region-p)
9231         (verilog-backward-ws&directives, verilog-calc-1): Speed up
9232         indentation of some module items (generate items).
9233         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
9234         across virtual/protected tasks and functions.
9236 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
9238         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
9239         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
9240         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
9241         in concatenations.  Reported by Yishay Belkind.
9242         (verilog-auto-ascii-enum): Support one-hot state machines in
9243         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
9244         (verilog-auto-inst, verilog-auto-inst-port): Include interface
9245         modport in AUTOINST and add vl-modport for users.  Reported by
9246         David Rogoff.
9247         (verilog-auto-inout-module, verilog-auto-inst)
9248         (verilog-decls-get-interfaces, verilog-insert-definition)
9249         (verilog-insert-one-definition, verilog-read-decls)
9250         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
9251         (verilog-sig-modport, verilog-signals-combine-bus)
9252         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
9253         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
9254         Suggested by David Rogoff.
9255         (verilog-repair-open-comma): Fix non-insertion of comma when
9256         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
9257         (verilog-make-width-expression): Simplify [A-1:0] expression
9258         widths to just {A{1'b0}}.
9259         (verilog-mode): Cleanup checkdoc warnings.
9260         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
9261         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
9262         inputs/outputs or data type.  Suggested by Vasu Kandadi.
9263         (next-error-last-buffer): Fix byte-compiler warning.
9264         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
9265         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
9266         or shell command text during AUTO expansion.  Suggested by Tad Truex.
9267         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
9268         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
9269         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
9270         in AUTOINOUT.  Reported by Matthew Lovell.
9271         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
9272         causing use of <= assignments.  Reported by Alex Reed.
9273         (verilog-read-decls): Fix triand, trior, wand, wor to be
9274         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
9275         (verilog-extended-complete-re): Support import "DPI-C" functions.
9276         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
9277         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
9278         (verilog-insert-date, verilog-insert-year)
9279         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
9280         Windows systems.  Reported by Michael Potts.
9281         (verilog-read-module-name): Fix AUTOINST when the child module
9282         declaration's name is a tick define.  Reported by Elliot Mednick.
9283         (verilog-read-decls): Fix V2K parameter bit subscripts getting
9284         passed to next parameter's definition.  Reported by Bruce T.
9285         (verilog-read-decls): Fix detecting "parameter int" when using
9286         AUTOINSTPARAM.  Reported by Bruce T.
9287         (verilog-goto-defun): Fix goto not finding modules unless first
9288         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
9289         (verilog-mode): Expand -f flag arguments on entry to mode so
9290         verilog-goto-defun will work.  Reported by Lawrence Butcher.
9291         (verilog-getopt): Expand environment variables in -f file
9292         arguments.  Suggested by Lawrence Butcher.
9293         (verilog-set-define): Fix "Symbol's value as variable is void"
9294         when reading enumerations.
9295         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
9296         Suggested by Stephen Peltan.
9297         (verilog-read-defines): Fix reading of enumerations in include
9298         files.  Reported by Steve Peltan.
9300 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
9302         * files.el (trash-directory): Fix defcustom type.
9304 2009-06-28  Juri Linkov  <juri@jurta.org>
9306         * help-fns.el (describe-function-1): Correctly locate adviced
9307         functions in hyperlink (Bug#2438).
9309 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
9311         * files.el (trash-directory): Change default to nil.
9312         (move-file-to-trash): If trash-directory is nil and
9313         system-move-file-to-trash is unbound, perform freedesktop-style
9314         trashing.
9316 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
9318         * files.el (move-file-to-trash): Add freedesktop trash
9319         support (Bug#973).
9321 2009-06-28  Glenn Morris  <rgm@gnu.org>
9323         * autorevert.el (global-auto-revert-non-file-buffers)
9324         (global-auto-revert-mode): Doc fixes.
9326 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
9328         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
9330 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
9332         * faces.el (x-handle-named-frame-geometry): Ensure that we have
9333         opened an X connection before calling x-get-resource (Bug#3194).
9335         * play/doctor.el: Remove reference to obsolete website.
9336         (make-doctor-variables): Correct grammar mistake (Bug#2633).
9338 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
9340         Remove find-file-not-found-hook VC method.  (Bug#2757)
9341         * vc-hooks.el (vc-file-not-found-hook)
9342         (vc-default-find-file-not-found-hook): Remove functions.
9343         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
9344         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
9345         * vc.el:
9346         * vc-hg.el:
9347         * vc-git.el: Do not mention find-file-not-found-hook VC method.
9349 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
9351         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
9352         compatibility function for `looking-back'.
9354         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
9355         Use `ispell-looking-back'.
9357 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
9359         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
9360         rather than `filename'.
9362 2009-06-23  Miles Bader  <miles@gnu.org>
9364         * face-remap.el (text-scale-set): New function.
9366 2009-06-23  Glenn Morris  <rgm@gnu.org>
9368         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
9370         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
9372         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
9374         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
9376         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
9377         Simplify Persian conditionals.
9379         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
9380         variable `filename'.
9382         * comint.el (comint-insert-input): Doc fix.
9384         * Makefile.in (ELCFILES): Fix typo in previous change.
9386 2009-06-23  Miles Bader  <miles@gnu.org>
9388         * cus-start.el: Add entry for `recenter-redisplay'.
9390 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
9392         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
9393         Add an optional argument for the backend, use it instead of
9394         calling vc-backend.
9395         (vc-mode-line): Add an optional argument for the backend.
9396         Pass the backend to vc-state and vc-working-revision.  Move code for
9397         special handling for vc-state being a buffer to ...
9399         * vc-rcs.el (vc-rcs-find-file-hook):
9400         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
9402         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
9403         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
9404         vc-stay-local-p and vc-mode-line calls.
9406         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
9407         (vc-cvs-diff, vc-cvs-annotate-command)
9408         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
9409         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
9410         vc-mode-line calls.
9412         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
9413         direct comparison.
9414         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
9415         backend when calling vc-mode-line.
9416         (vc-register): Do not create a closure for calling the vc register
9417         function, call it directly.
9419 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
9421         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
9422         to make it obvious item can be clicked.
9424         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
9426 2009-06-23  Kenichi Handa  <handa@m17n.org>
9428         * language/korea-util.el (korean-key-bindings): Change the binding
9429         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
9430         same command.
9432 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
9434         Sync with Tramp 2.1.16.
9436         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
9438         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
9439         when a loading of a package fails.  Completion function for rsync
9440         is `tramp-completion-function-alist-ssh'.
9441         (all): Replace all calls of `split-string' and
9442         `tramp-split-string' by `tramp-compat-split-string'.
9443         (tramp-default-method): Use `tramp-compat-process-running-p'.
9444         (tramp-default-proxies-alist): Allow also Lisp forms.
9445         (tramp-remote-path): Add choice "Private Directories".
9446         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
9447         (tramp-domain-regexp): Allow also "-", "_" and ".".
9448         (tramp-end-of-output): Remove newlines, and add "$" at the end.
9449         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
9450         (tramp-debug-message): Insert header line in debug buffer.
9451         (tramp-handle-directory-files-and-attributes-with-stat):
9452         Care about filenames with spaces, or starting with "-".
9453         (tramp-handle-dired-uncache): New defun.
9454         (tramp-handle-insert-directory): Don't flush the directory from
9455         cache, this is handled by `dired-uncache' now.
9456         (tramp-handle-insert-file-contents): Improve error handling.
9457         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9458         Quote `tramp-end-of-output'.
9459         (tramp-action-password): Improve trace message.
9460         (tramp-check-for-regexp): Both echoes must be present, before removing.
9461         (tramp-open-connection-setup-interactive-shell): Trace coding system.
9462         (tramp-compute-multi-hops): Eval cons cells of
9463         `tramp-default-proxies-alist'.
9464         (tramp-maybe-open-connection): Use the same command pattern for
9465         first hop and further hops.
9466         (tramp-wait-for-output): Remove handling of newlines.
9467         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
9468         (tramp-split-string): Remove function.  It is handled in
9469         tramp-compat now.
9471         * net/tramp-cmds.el (tramp-bug):
9472         Recommend `tramp-cleanup-all-connections' in the bug mail.
9474         * net/tramp-compat.el (tramp-compat-split-string)
9475         (tramp-compat-process-running-p): New defuns.
9477         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
9478         for `dired-uncache'.
9480         * net/tramp-gvfs.el: New package.
9482         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9483         Add handler for `dired-uncache'.
9484         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
9486         * net/trampver.el: Update release number.  Make version check fit
9487         for SXEmacs 22.
9489 2009-06-22  Jim Meyering  <meyering@redhat.com>
9491         Automatically handle .xz suffix (XZ-compressed files), too.
9492         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
9493         XZ is the successor to LZMA: <http://tukaani.org/xz/>
9495 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
9496             Nick Roberts  <nickrob@snap.net.nz>
9498         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
9499         repository (http://sphinx.net.ru/hg/gdb-mi/).
9501 2009-06-22  Glenn Morris  <rgm@gnu.org>
9503         * files.el (dir-locals-collect-mode-variables): Allow for any number of
9504         `mode' and `eval' entries.  (Bug#3430)
9506         * Makefile.in (ELCFILES): Add fadr.elc.
9508         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
9509         differing behavior of \n and ^ in strings.  (Bug#3385)
9511         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
9513         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
9514         property.
9515         (lisp-indent-function): Make it a defcustom.
9517 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
9519         * progmodes/gdb-ui.el: Replace with ...
9520         * progmodes/gdb-mi.el: ... this file.
9521         * progmodes/gud.el: Modify for gdb-mi.el.
9523 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
9525         * fadr.el: New file.
9527 See ChangeLog.14 for earlier changes.
9529 ;; Local Variables:
9530 ;; coding: utf-8
9531 ;; End:
9533     Copyright (C) 2009  Free Software Foundation, Inc.
9535   This file is part of GNU Emacs.
9537   GNU Emacs is free software: you can redistribute it and/or modify
9538   it under the terms of the GNU General Public License as published by
9539   the Free Software Foundation, either version 3 of the License, or
9540   (at your option) any later version.
9542   GNU Emacs is distributed in the hope that it will be useful,
9543   but WITHOUT ANY WARRANTY; without even the implied warranty of
9544   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9545   GNU General Public License for more details.
9547   You should have received a copy of the GNU General Public License
9548   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
9550 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1