(indian-compose-regexp): New function.
[emacs.git] / lisp / ChangeLog
blobc01c77b9c92b28befebdf99350432dddb64161a3
1 2009-12-12  Kenichi Handa  <handa@m17n.org>
3         * language/indian.el (indian-compose-regexp): New function.
4         (malayalam-composable-pattern): Fix the pattern.
5         (composition-function-table): Set malayalam-composable-pattern for
6         Malayalam characters.
8 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
10         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
11         rather than down-mouse-1, based on follow-link conventions.
13         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14         are compiled.
16 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
18         * verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re,
19         verilog-vmm-statement-re, verilog-ovm-statement-re,
20         verilog-defun-level-not-generate-re, verilog-calculate-indent,
21         verilog-leap-to-head, verilog-backward-token): Fix
22         indenting VMM macros.  Reported by Jonathan Ashbrook.
24 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
26         * verilog-mode.el (verilog-auto-lineup, verilog-nameable-item-re):
27         Cleanup user-visible spelling and documentation errors.  One
28         reported by Gary Delp.
29         (verilog-submit-bug-report): Mention bug tracking and CC
30         co-author.
31         (verilog-read-decls): Fix AUTOWIRE with types declared in a
32         package, bug195.  Reported by Pierre-David Pfister.
34 2009-12-11  Glenn Morris  <rgm@gnu.org>
36         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
38         * mail/emacsbug.el: No longer require sendmail.
39         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
40         (report-emacs-bug-orig-text): Doc fix.
41         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
42         New local variables, to adapt to different mail-user-agents.
43         (report-emacs-bug): Fix test for a gnu.org address.
44         Use overlays for emphasis, since font-lock defeats 'face property.
45         Pretest bugs also end up at the newsgroup these days.
46         Stop message-mode stripping text properties.
47         Set and use the new buffer-local variables.
48         (report-emacs-bug-hook): Add doc-string.
49         Remove some unnecessary save-excursions and simplify.
50         Use the appropriate hook and send-command.
52         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
53         capitalization of some menu entries.
55 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
57         * whitespace.el (whitespace-display-char-on): Ensure
58         `buffer-display-table' is unique when two or more windows are
59         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
60         New version 12.1.
62 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
64         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
65         characters in the Attribute field.
67 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
69         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
71 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
73         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
74         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
75         Disregard autoload-excludes.
76         (update-directory-autoloads): Obey autoload-excludes here instead.
77         But don't store its contents in no-autoloads and remove entries that
78         refer to excludes files.
80 2009-12-10  Glenn Morris  <rgm@gnu.org>
82         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
83         (expand-mail-aliases): Define for compiler.
85         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
86         Define for compiler.
88         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
89         appropriate for the mail-user-agent in use.
91 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
93         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
95 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
97         Fix short log parsing and fontification.
98         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
99         Fix fontification for the [merge] label.
101 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
103         Drop some properties to avoid surprises.
104         * htmlfontify.el (hfy-ignored-properties): New defcustom.
105         (hfy-fontify-buffer): Use it.
107 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
109         Minor cleanup.
110         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
111         Adjust all callers.
112         (ffap-locate-file): Remove unused arg `dir-ok' and make other
113         args compulsory.  Adjust callers.
114         (ffap-gopher-at-point): Remove unused var `name'.
116         Get rid of the ELCFILES abomination.
117         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
118         (compile-elcfiles): New phony target.
119         (compile-main): Compute ELCFILES dynamically.
120         (compile-clean): New target to remove left-over elc files.
121         (compile, all): Use it.
123 2009-12-09  Kenichi Handa  <handa@etlken>
125         * international/mule-diag.el: Require help-mode instead of help-fns.
127 2009-12-09  Kenichi Handa  <handa@m17n.org>
129         * international/mule-cmds.el (ucs-names): Supply a sufficiently
130         fine ranges instead of pre-calculating accurate ranges.
131         Iterate with bigger gc-cons-threshold.
133 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
135         Add support for stashing a snapshot of the current tree.
136         * vc-git.el (vc-git-stash-snapshot): New function.
137         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
139 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
141         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
142         instead of `(beginning|end)-of-line'.
144 2009-12-08  Glenn Morris  <rgm@gnu.org>
146         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
148         * Makefile.in (ELCFILES): Regenerate.
150 2009-12-07  Juri Linkov  <juri@jurta.org>
152         Don't lazy-highlight the comint output in history Isearch mode.
154         * comint.el (comint-history-isearch-search): Instead of
155         `comint-line-beginning-position', use `comint-after-pmark-p'
156         to check if point if before the process mark, and go to
157         `process-mark' in this case.
159 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
161         * textmodes/tex-mode.el (latex-complete)
162         (latex-indent-or-complete): Remove.
163         (latex-mode): Set completion-at-point-functions instead.
165         Provide a standard completion command and hook it into TAB.
166         * minibuffer.el (completion-at-point-functions): New var.
167         (completion-at-point): New command.
168         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
169         * progmodes/python.el (python-mode-map): Use completion-at-point.
170         (python-completion-at-point): Rename from python-partial-symbol and
171         adjust for use in completion-at-point-functions.
172         (python-mode): Setup completion-at-point for Python completion.
173         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
174         extracted from lisp-complete-symbol.
175         (lisp-complete-symbol): Use it.
176         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
177         setup completion-at-point for Elisp completion.
178         (emacs-lisp-mode-map, lisp-interaction-mode-map):
179         Use completion-at-point.
180         * ielm.el (ielm-map): Use completion-at-point.
181         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
182         * progmodes/sym-comp.el: Move to...
183         * obsolete/sym-comp.el: Move from progmodes.
185 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
187         Prevent save-buffer in Rmail buffers from using the coding-system
188         of the current message, and from clobbering the encoding mnemonics
189         in the mode line (Bug#4623).
191         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
192         flag, too.
193         (rmail-message-encoding): New variable.
194         (rmail-write-region-annotate): Record the encoding of the current
195         message in rmail-message-encoding.
196         (rmail-after-save-hook): New function, restores the encoding of
197         the current message after the message collection is saved.
199 2009-12-07  Juri Linkov  <juri@jurta.org>
201         * progmodes/grep.el (grep-read-files): Use `completing-read'
202         instead of `read-string'.  Set its `collection' arg to
203         `read-file-name-internal'.  (Bug#4301)
205 2009-12-07  Juri Linkov  <juri@jurta.org>
207         Correctly restore original Isearch point.  (Bug#4994)
209         * isearch.el (isearch-mode): Move `isearch-push-state' after
210         `(run-hooks 'isearch-mode-hook)'.
211         (isearch-cancel): When `isearch-push-state-function' is defined,
212         let-bind `isearch-cmds' to the first state (the last element of
213         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
214         function and restores the original point).  Otherwise, move point
215         to `isearch-opoint'.
217 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
219         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
220         chars that don't have names, so the table can be built much faster at
221         run-time.
223 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
225         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
226         change.  Suggested by David Kastrup.
228         * simple.el (compose-mail): Check for incompatibilities and warn.
229         (compose-mail-user-agent-warnings): New option.
231 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
233         Support showing a single log entry from vc-annotate.
234         * vc.el (print-log): Add a new argument: START-REVISION.
235         (vc-print-log-internal): Add a new optional argument and
236         pass it to the backend.
237         (vc-print-log, vc-print-root-log): Adjust callers.
238         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
239         buffer already displays the requested log entry, use it.
240         Otherwise display only the log entry in question.
241         * vc-svn.el (vc-svn-print-log):
242         * vc-mtn.el (vc-mtn-print-log):
243         * vc-hg.el (vc-hg-state):
244         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
245         (vc-git-show-log-entry): Return t on success.
246         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
247         (vc-bzr-show-log-entry): Return t on success.
248         * vc-rcs.el (vc-rcs-print-log):
249         * vc-sccs.el (vc-sccs-print-log):
250         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
252 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
254         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer): Add
255         menus to the meta mode.  (Bug#5043)
257 2009-12-07  Michael Kifer <kifer@cs.stonybrook.edu>
259         * ediff-init.el (ediff-event-key): Use event-to-character instead of
260         event-key.
262         * ediff.el (ediff-buffers-internal): Add unwind-protect.
264 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
266         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
267         Berbain <raphael.berbain@gmail.com>.
269         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
270         characters.
271         (tramp-initial-end-of-output): New defconst.
272         (tramp-methods, tramp-find-shell)
273         (tramp-open-connection-setup-interactive-shell)
274         (tramp-maybe-open-connection): Use it.
275         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
276         existence of `#' and `$'.
278         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
279         `tramp-initial-end-of-output'.
281 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
283         Get the background mode from the terminal for xterm, and set
284         faces accordingly.
285         * term/xterm.el (xterm-set-background-mode): New function.
286         (terminal-init-xterm): Use it in case xterm supports background
287         color queries.  Recompute faces after getting the background
288         color.
290 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
292         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
293         number comment back on its own line, for easier parsing.
295 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
297         Make it work for non-file buffers (bug#5102).
298         * doc-view.el (doc-view-current-cache-dir):
299         Use doc-view-buffer-file-name rather than buffer-file-name.
300         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
302 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
304         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
305         author field is too short.
307 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
309         * vc-git.el (vc-git-print-log): Handle a limit argument.
310         Display the short log in graph form and with labels.
311         (vc-git-log-view-mode): Handle labels.
313         Make vc-revert change VC state from 'added to 'unregistered.
314         * vc-git.el (vc-git-revert): Call git reset first.
316 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
318         * net/newst-backend.el, net/newst-plainview.el:
319         * net/newst-reader.el, net/newst-ticker.el:
320         * net/newst-treeview.el, net/newsticker.el:
321         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
323 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
325         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
327         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
328         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
329         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
330         Update annotation regexp.
332         * simple.el (beginning-of-visual-line): Constrain to field
333         boundaries (Bug#5106).
335 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
337         * xml.el (xml-substitute-numeric-entities): Move
338         newsticker--decode-numeric-entities in newst-backend.el to
339         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
340         * net/newst-backend.el (newsticker--parse-generic-feed)
341         (newsticker--parse-generic-items)
342         (newsticker--decode-numeric-entities): Move
343         newsticker--decode-numeric-entities in newst-backend.el to
344         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
346 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
348         * progmodes/js.el (js--js-not): Add null to the list of values.
350 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
352         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
354 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
356         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
357         delimiter if it is at the end of the current line.
358         (bibtex-generate-url-list): Fix docstring.
360 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
362         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
363         minibuffer's content with itself.
364         Fold the confirm-after-completion case into the `confirm' case.
365         (completion-pcm-word-delimiters): Add : and / to the delimiters.
367 2009-12-06  Kevin Ryde  <user42@zip.com.au>
369         * ffap.el (ffap-rfc-path): Make this a defcustom since
370         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
372         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
373         manuals, similar to existing setup for help-mode.  (Bug#3913.)
375 2009-12-05  Juri Linkov  <juri@jurta.org>
377         Save and restore dired buffer's point positions too.  (Bug#4880)
379         * dired.el (dired-save-positions): Return in the first element
380         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
381         Doc fix.
382         (dired-restore-positions): First restore buffer's position.
383         While restoring window's positions, check if window still displays
384         the original buffer.
386 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
388         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
389         if possible.
391         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
392         Make argument optional.
394         * shell.el (shell): Require ansi-color (Bug#5113).
396         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
398         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
400 2009-12-05  Alan Mackenzie  <acm@muc.de>
402         * progmodes/cc-mode.el (c-before-hack-hook)
403         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
404         `c-file-style' to work again.  This reversion restores the current
405         software to its state in Emacs 23.1.  (Bug#4146)
407 2009-12-05  Kevin Ryde  <user42@zip.com.au>
409         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
410         comment-start-skip to comment-end-skip as comment (Bug#4781).
412 2009-12-05  Juri Linkov  <juri@jurta.org>
414         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
415         for virtual nodes.  (Bug#4147)
416         (Info-find-node-2): Set `Info-current-node-virtual' to nil
417         when moving from a virtual node.
418         (Info-mode-menu): Add `Info-virtual-index' to the menu.
419         (Info-mode): Add `Info-virtual-index' to the docstring.
421 2009-12-05  Eric Ludlam  <zappo@gnu.org>
423         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
424         Describe project macro symbols.
426         * cedet/semantic/complete.el (semantic-complete-do-completion):
427         Don't call semantic-collector-current-exact-match.
429         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
430         ede-objects as targets.
432         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
433         a target's object list even if compiler vars are already in the
434         Makefile.
436         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
437         list of headers producing necessary macros.
439 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
441         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
442         track of the buffer position of the end of a BibTeX entry as this
443         position may change during reformatting.
444         (bibtex-format-entry): Remove whitespace before processing
445         numerical fields so that we recognize the latter properly.
446         (bibtex-reformat): Do not use push which changes the global value
447         of bibtex-entry-format.
448         (bibtex-field-braces-alist, bibtex-field-strings-alist)
449         (bibtex-field-re-init): Replace only space characters by regexp
450         for whitespace.
451         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
452         (bibtex-initialize): Also update bibtex-strings.
453         (bibtex-kill-field): Preserve white space at end of entry.
454         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
455         Update bibtex-reference-keys.
457 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
459         * minibuffer.el (completion-pcm--merge-try): Also consider placing
460         point after a star, if that's the only place where modifications can
461         make progress.
463 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
465         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
466         in docstrings.
468 2009-12-04  Juri Linkov  <juri@jurta.org>
470         * proced.el (proced): Call `(proced-update t)' to update process
471         information instead of only running proced-post-display-hook.
472         (proced-send-signal): Add a leading space to the buffer name
473         " *Marked Processes*" to make this buffer ephemeral.
475 2009-12-04  Juri Linkov  <juri@jurta.org>
477         * dired.el (dired-auto-revert-buffer): New defcustom.
478         (dired-internal-noselect): Use it.
480 2009-12-04  Juri Linkov  <juri@jurta.org>
482         Change roles of modes and functions in image-mode.el (Bug#5062).
484         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
485         in `auto-mode-alist'.
486         (image-mode-previous-major-mode): New variable.
487         (image-minor-mode-map): Rename from `image-mode-text-map'.
488         (image-mode): Move graceful error-handling code from
489         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
490         (image-minor-mode): Remove all image-handling code.
491         Replace `image-mode-text-map' with `image-minor-mode-map'.
492         Check for `image-type' in mode-line format string.
493         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
494         (image-mode-as-text): New function with most code from
495         `image-mode-maybe'.
496         (image-toggle-display-text): Move code that removes image
497         properties from `image-toggle-display' to here.
498         (image-toggle-display-image): New function with code that adds
499         image properties copied from `image-toggle-display'.
500         (image-toggle-display): Remove most code with leaving only code
501         that toggles between `image-mode-as-text' and `image-mode'.
503 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
505         * net/newst-treeview.el
506         (newsticker--treeview-list-highlight-start): Restored call to
507         save-excursion: Selected item was stuck.
508         (newsticker--treeview-list-select): New.
509         (newsticker--treeview-item-show-text)
510         (newsticker--treeview-item-show)
511         (newsticker--treeview-item-update): Use new
512         newsticker-treeview-item-mode.
513         (newsticker-treeview-update): Keep current item.
514         (newsticker-treeview-next-new-or-immortal-item): Doc change.
515         (newsticker--treeview-first-feed): Doc change.
516         (newsticker-treeview-list-menu)
517         (newsticker-treeview-item-menu): Added menu entries.
518         (newsticker-treeview-item-mode): New.
520         * net/newst-backend.el (newsticker-customize): delete other
521         windows.
523 2009-12-04  Sam Steingold  <sds@gnu.org>
525         * log-view.el (log-view-mode-map): "q" calls quit-window,
526         like in all the other non-self-insert buffers.
528 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
530         Minor cleanup.
531         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
532         key decoding rather than do it manually via last-input-event +
533         ascii-character.
534         (term-exec): Use delete-and-extract-region.
535         (term-handle-ansi-terminal-messages): Remove unused var `end'.
536         (term-process-pager): Remove unused var `i'.
537         (term-dynamic-simple-complete): Make obsolete.
538         (serial-update-config-menu): Remove unused vars `y' and `str'.
539         (term-update-mode-line): Remove unused var `temp'.
541 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
543         Limit the number of log entries displayed by default.
544         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
545         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
546         using a prefix argument.
548 2009-12-03  Glenn Morris  <rgm@gnu.org>
550         * progmodes/idlwave.el (class): Restore still useful declaration.
552 2009-12-03  Alan Mackenzie  <acm@muc.de>
554         Enhance `c-parse-state' to run efficiently in "brace deserts".
556         * progmodes/cc-mode.el (c-basic-common-init):
557         Call c-state-cache-init.
558         (c-neutralize-syntax-in-and-mark-CPP):  Rename from
559         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
560         placing `category' properties value 'c-cpp-delimiter at its boundaries.
562         * progmodes/cc-langs.el (c-before-font-lock-function):
563         c-extend-and-neutralize-syntax-in-CPP has been renamed
564         c-neutralize-syntax-in-and-mark-CPP.
566         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
567         with `category' properties now, not `syntax-table' ones.
569         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
570         enhanced (but slower) version of c-end-of-macro that won't land
571         inside a literal or on another awkward character.
572         (c-state-cache-too-far, c-state-cache-start)
573         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
574         (c-state-nonlit-pos-cache-limit, c-state-point-min)
575         (c-state-point-min-lit-type, c-state-point-min-lit-start)
576         (c-state-min-scan-pos, c-state-brace-pair-desert)
577         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
578         buffer local variables.
579         (c-state-literal-at, c-state-lit-beg)
580         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
581         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
582         (c-state-cache-top-paren, c-state-cache-after-top-paren)
583         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
584         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
585         (c-renarrow-state-cache)
586         (c-append-lower-brace-pair-to-state-cache)
587         (c-state-push-any-brace-pair, c-append-to-state-cache)
588         (c-remove-stale-state-cache)
589         (c-remove-stale-state-cache-backwards, c-state-cache-init)
590         (c-invalidate-state-cache-1, c-parse-state-1)
591         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
592         (c-parse-state): Enhance and refactor.
593         (c-debug-parse-state): Amend to deal with all the new variables.
595         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
596         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
597         modify to use category text properties rather than syntax-table ones.
598         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
599         to switch off/on the syntactic paren property of C++ template
600         delimiters using the category property.
601         (c-with-<->-as-parens-suppressed): Macro to invoke code with
602         template delims suppressed.
603         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
604         New constant/macros which apply category properties to the start
605         and end of preprocessor constructs.
606         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
607         "comment out" the syntactic value of characters in preprocessor
608         constructs.
609         (c-with-cpps-commented-out)
610         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
611         with characters in all or all but one preprocessor constructs
612         "commented out".
614 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
616         * proced.el (proced-filter-alist): Use regexp-quote.
618 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
620         Cleanup.
621         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
622         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
623         arguments.  Expand `default-directory'.
625         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
626         the benefit of returning an expanded localname.
627         (tramp-tramp-file-p): Handle the case NAME is not a string.
629 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
631         Add support for bzr shelve/unshelve.
632         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
633         (vc-bzr-extra-menu-map): New variables.
634         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
635         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
636         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
637         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
638         (vc-bzr-dir-extra-headers): Display shelves.
640         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
642 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
644         * textmodes/bibtex.el (bibtex-complete-internal):
645         Use completion-in-region.
646         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
648 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
650         Support applying stashes.  Improve UI.
651         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
652         (vc-git-stash-apply, vc-git-stash-pop)
653         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
654         (vc-git-stash-menu): New functions.
655         (vc-git-stash-menu-map): New variable.
656         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
658 2009-12-03  Glenn Morris  <rgm@gnu.org>
660         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
661         (vc-print-log-internal): Fix previous change.
662         (vc-revert): Correct pluralization.
664 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
666         * progmodes/make-mode.el (makefile-special-targets-list): No need for
667         it to be an alist any more.
668         (makefile-complete): Use completion-in-region.
670         * progmodes/octave-mod.el (octave-complete-symbol):
671         Use completion-in-region.
673         Misc cleanup.
674         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
675         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
676         (idlwave-complete-class): Don't quote lambda.
677         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
678         (idlwave-mode-map): Move initialization into declaration.
679         (idlwave-action-and-binding): Use backquotes.
680         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
681         Simplify.
682         (idlwave-is-pointer-dereference): Remove unused var `pos'.
683         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
684         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
685         `parts', and `all-parts'.
686         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
687         (idlwave-convert-xml-system-routine-info): Remove unused string
688         `version-string'.
689         (idlwave-display-user-catalog-widget): Use dolist.
690         (idlwave-scanning-lib): Declare dynamically-scoped var.
691         (idlwave-scan-library-catalogs): Remove unused var `flags'.
692         (completion-highlight-first-word-only): Declare to silence bytecomp.
693         (idlwave-popup-select): Tighten scope of `resp'.
694         (idlwave-find-struct-tag): Remove unused var `beg'.
695         (idlwave-after-load-rinfo-hook): Declare.
696         (idlwave-sintern-class-info): Remove unused var `taglist'.
697         (idlwave-find-class-definition): Remove unused var `list'.
698         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
699         (idlwave-what-module-find-class): Remove unused var `classes'.
701 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
703         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
705 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
707         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
708         buffers visited.  Remove redundant current-buffer-saving.
710 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
712         Use completion-in-buffer and remove uses of dynamic scoping.
713         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
714         (pascal-buffer-to-use, pascal-flag): Don't declare.
715         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
716         (pascal-get-completion-decl, pascal-keyword-completion):
717         Add `pascal-str' argument, save-excursion,
718         return the found completions, and don't filter with pascal-pred.
719         (pascal-completion-cache): New var.
720         (pascal-completion): Don't switch buffer any more (it was never
721         necessary).  Don't save-excursion any more (it's done by the called
722         subroutines).  Use a cache to avoid redundant computations.
723         Use complete-with-action rather than pascal-completion-response and
724         let it apply the predicate as well.
725         (pascal-complete-word): Use completion-in-buffer when
726         pascal-toggle-completions is nil.
727         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
728         not used any more.
729         (pascal-comp-defun): Don't change buffer any more.
730         Use complete-with-action rather than pascal-completion-response and
731         let it apply the predicate as well.
732         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
733         when neded.
735 2009-12-02  Kenichi Handa  <handa@m17n.org>
737         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
738         shape for all Indic scripts.
740 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
742         Use completion-in-buffer.
743         * wid-edit.el (widget-field-text-end): New function.
744         (widget-field-value-get): Use it.
745         (widget-string-complete, widget-file-complete)
746         (widget-color-complete): Use it and completion-in-region.
747         (widget-complete): Don't narrow the buffer.
749 2009-12-02  Glenn Morris  <rgm@gnu.org>
751         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
752         (rmail-select-summary): Use rmail-pop-to-buffer.
753         * mail/rmailsum.el: Replace all pop-to-buffer calls with
754         rmail-pop-to-buffer, to prevent horizontal splits.
756         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
757         save-excursion with save-current-buffer.
758         Widen before searching.  (Bug#5093)
759         (diary-list-sexp-entries): Remove superfluous save-excursion.
761 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
763         * woman.el (woman-make-bufname): Handle man-pages with "." in the
764         name.  (Bug#5038)
766 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
768         * ido.el (ido-file-internal): Handle filenames at point that do
769         not have a directory part.  (Bug#5049)
771 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
773         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
774         (mpc-songs-jump-to, mpc-resume): Doc fixes.
776 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
778         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
779         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
780         any more.
782 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
784         * comint.el (comint-insert-input): Ignore clicks to the right of
785         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
787         * vc.el (vc-print-log-internal): Don't wait for the process to
788         terminate before setting up the major mode.
790         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
791         in case.
793         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
794         the last element.
796         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
798 2009-12-01  Glenn Morris  <rgm@gnu.org>
800         * window.el (window--display-buffer-2): Fix previous changes.
802 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
804         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
806 2009-12-01  Glenn Morris  <rgm@gnu.org>
808         * Makefile.in (ELCFILES): Add mpc.elc.
810 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
812         * mpc.el: New file.
814 2009-12-01  Glenn Morris  <rgm@gnu.org>
816         * window.el (window-to-use): Define for compiler.
818         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
819         consistent with others (no final period).
821         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
822         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
824 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
826         Make vc-print-log buttons work.
827         * log-view.el (log-view-mode-map): Inherit from from widget-keymap.
829 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
831         * savehist.el (savehist-autosave-interval): Allow setting to nil
832         through customize.  (Bug#5056)
834 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
836         Fix references to jit-lock properties.
837         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
838         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
839         (perl-font-lock-special-syntactic-constructs):
840         Quote jit-lock-defer-multiline property.
842 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
844         * vc-git.el (vc-git-registered): Call vc-git-root only once.
846 2009-11-30  Juri Linkov  <juri@jurta.org>
848         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
849         value `buffer' of `multi-isearch-next-buffer-current-function'.
850         Use `(current-buffer)' when `buffer' is nil.
851         (multi-isearch-next-buffer-from-list): Don't fallback to
852         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
854 2009-11-30  Juri Linkov  <juri@jurta.org>
856         * misearch.el (multi-isearch-read-buffers): Move canonicalization
857         of buffers with `get-buffer' to `multi-isearch-buffers'.
858         (multi-isearch-buffers, multi-isearch-buffers-regexp):
859         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
860         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
861         FILES with `expand-file-name' converting relative file names
862         to absolute.  Doc fix.  (Bug#4727)
864 2009-11-30  Juri Linkov  <juri@jurta.org>
866         * misearch.el (multi-isearch-read-buffers)
867         (multi-isearch-read-matching-buffers): New functions.
868         (multi-isearch-buffers, multi-isearch-buffers-regexp):
869         Use them in the `interactive' spec.  Doc fix.
870         (multi-isearch-read-files, multi-isearch-read-matching-files):
871         New functions.
872         (multi-isearch-files, multi-isearch-files-regexp):
873         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
875 2009-11-30  Juri Linkov  <juri@jurta.org>
877         * doc-view.el (doc-view-continuous):
878         Rename from `doc-view-continuous-mode'.
879         (doc-view-menu): Move "Toggle display" to the top.
880         Add submenu "Continuous" with radio buttons "Off"/"On"
881         and "Save as Default".
882         (doc-view-scroll-up-or-next-page)
883         (doc-view-scroll-down-or-previous-page)
884         (doc-view-next-line-or-next-page)
885         (doc-view-previous-line-or-previous-page): Rename
886         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
888 2009-11-30  Juri Linkov  <juri@jurta.org>
890         * comint.el (comint-mode-map): Rebind `M-r' from
891         `comint-previous-matching-input' to
892         `comint-history-isearch-backward-regexp'.
893         Unbind `M-s' to allow global key binding `M-s'.
894         Add menu items for `comint-history-isearch-backward' and
895         `comint-history-isearch-backward-regexp'.  (Bug#3746)
897 2009-11-30  Juri Linkov  <juri@jurta.org>
899         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
900         For def=recenter, replace `recenter' with `recenter-top-bottom'
901         that is called with `this-command' and `last-command' let-bound
902         to `recenter-top-bottom'.  When the last `def' was not `recenter',
903         set `recenter-last-op' to nil.  (Bug#4981)
905 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
907         Minor cleanup and simplification.
908         * filecache.el (file-cache-add-directory)
909         (file-cache-add-directory-recursively)
910         (file-cache-add-from-file-cache-buffer)
911         (file-cache-delete-file-regexp, file-cache-delete-directory)
912         (file-cache-files-matching-internal, file-cache-display): Use dolist.
913         (file-cache-temp-minibuffer-message): Delete function.
914         (file-cache-minibuffer-complete): Use minibuffer-message instead.
916         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
917         Don't signal an error when bumping into EOB in tr, s, or y.
919 2009-11-29  Juri Linkov  <juri@jurta.org>
921         * startup.el (fancy-about-text): Fix wording of Guided Tour.
922         (Bug#4960)
924         * descr-text.el (describe-char-unidata-list): Use lowercase name
925         for "Unicode name" like in other tags.
927 2009-11-29  Juri Linkov  <juri@jurta.org>
929         * ediff-util.el (ediff-minibuffer-with-setup-hook):
930         New compatibility macro.
931         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
933 2009-11-29  Juri Linkov  <juri@jurta.org>
935         Add defcustom to define the cycling order of `recenter-top-bottom'.
936         (Bug#4981)
938         * window.el (recenter-last-op): Doc fix.
939         (recenter-positions): New defcustom.
940         (recenter-top-bottom): Rewrite to use `recenter-positions'.
941         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
943 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
945         Improve integration of Tramp and ange-ftp in eshell.
947         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
948         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
949         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
951         * eshell/esh-util.el (top): Require also Tramp when compiling.
952         (eshell-directory-files-and-attributes): Check for FTP remote
953         connection.
954         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
955         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
956         (eshell-file-attributes): Handle ".".  Return `entry'.
958         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
959         (ange-ftp-directory-files-and-attributes)
960         (ange-ftp-real-directory-files-and-attributes): New defuns.
962         * net/tramp.el (tramp-maybe-open-connection): Open the remote
963         shell with "exec" when possible.  This prevents trailing prompts
964         in `start-file-process'.
966 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
968         Try and remove assumptions about point-min==1.
969         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
970         (rng-compute-mode-line-string): Show the validation percentage in
971         terms of the narrowed text, not the widened text.
972         (rng-do-some-validation): Don't catch internal errors when debugging.
973         (rng-first-error): Simplify.
974         (rng-after-change-function): Remove work around.  AFAIK the bug has
975         been fixed a while ago.
977         * image-mode.el (image-minor-mode): Exit more gracefully when the image
978         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
980         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
982         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
983         `cd' doesn't always do it for us (bug#5067).
985         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
986         on 2009-10-25 as part of some other change (bug#5067).
988 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
990         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
991         `suspicious'.
992         (byte-compile-warnings): Use byte-compile-warning-types.
993         (byte-compile-save-excursion): Warn about use of set-buffer right
994         after save-excursion.
996         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
997         the excursion as well.
999 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
1001         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
1002         providing a Tramp related implementation of "su" and "sudo".
1003         (eshell-unix-initialize): Add "su" and "sudo".
1005 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
1007         * net/socks.el (socks-send-command): Convert binary request to
1008         unibyte before sending.  This fixes mishandling of some port
1009         numbers such as 129.
1011 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1013         * help.el (describe-bindings-internal): Remove `interactive'.
1015         * man.el (Man-completion-table): Trim a terminating "(".
1016         Remove the space between name page a section.
1017         Add the command's description on the `help-echo' property.
1018         Remove `process-connection-type' binding since it's unused by
1019         call-process.
1020         Provide completion for the "<section> <name>" format as well.
1021         (Man-default-man-entry): Remove spurious var shadowing the argument.
1023 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1025         * log-view.el: Add "Keywords: tools", since its other keywords
1026         aren't in finder-known-keywords, and following vc.el.
1028         * sha1.el (sha1-string-external): default-directory "/" in case
1029         otherwise non-existent.  process-connection-type pipe for touch of
1030         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1032 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1034         Misc coding convention cleanups.
1035         * htmlfontify.el (hfy-init-kludge-hook): Rename from
1036         hfy-init-kludge-hooks.
1037         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
1038         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
1039         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
1040         and push.
1041         (hfy-slant, hfy-weight): Use tables rather than code.
1042         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
1043         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
1044         (hfy-face-attr-for-class): Initialize `face-spec' directly.
1045         (hfy-face-to-css): Remove `nconc' with single arg.
1046         (hfy-p-to-face-lennart): Use `or'.
1047         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
1048         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
1049         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
1050         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
1051         (hfy-force-fontification): Use run-hooks.
1053 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
1055         Various minor fixes.
1056         * htmlfontify.el (hfy-default-header): Add toggle_invis since
1057         Javascript belongs in the header, not the body.
1058         (hfy-javascript): Remove.
1059         (hfy-fontify-buffer): Don't insert it any more.
1060         (hfy-face-at): Handle (face0 face1 face2) style face properties.
1061         Fix bug in invis handling when there were no invis props in a chunk.
1063 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1065         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
1067 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
1069         * finder.el (finder-mode-map): Add a menu.
1071 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
1073         * verilog-mode.el (verilog-at-struct-p): Support "signed" and
1074         "unsigned" structs.
1076         (verilog-leap-to-head, verilog-backward-token): Handle "disable
1077         fork" statement better.
1079 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
1081         * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
1082         (verilog-delete-empty-auto-pair, verilog-library-filenames):
1083         Fix AUTOINSERTLISP to support insert-file.  Reported by Clay Douglass.
1085         (verilog-auto-inst, verilog-auto-star-safe)
1086         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
1087         Fix removing "// Interfaces" when saving .* expansions.  Reported by
1088         Pierre-David Pfister.
1090 2009-11-26  Glenn Morris  <rgm@gnu.org>
1092         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
1093         the scope.
1095 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
1097         * vc-annotate.el (vc-annotate-revision-previous-to-line):
1098         Really use previous revision.
1100 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1102         * man.el (Man-completion-table): default-directory "/" in case
1103         doesn't otherwise exist.  process-environment COLUMNS=999 so as
1104         not to truncate long names.  process-connection-type pipe to avoid
1105         any chance of hitting the pseudo-tty TIOCGWINSZ.
1106         (man): completion-ignore-case t for friendliness and since man
1107         itself is case-insensitive on the command line.
1108         Further to Bug#3717.
1110         * arc-mode.el: Add "Keywords: files", so the details in its
1111         commentary can be reached from finder-by-keyword.
1112         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
1113         editing mode, but it's comms related and sgml-mode.el has "comm"
1114         on that basis too.
1115         * textmodes/bibtex-style.el: Add "Keywords: tex".
1116         * international/isearch-x.el, international/ja-dic-cnv.el:
1117         * international/ja-dic-utl.el, international/kkc.el:
1118         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
1120 2009-11-25  Juri Linkov  <juri@jurta.org>
1122         * man.el (Man-completion-table): Modify regexp to include
1123         section names to completion strings.  (Bug#3717)
1125 2009-11-25  Juri Linkov  <juri@jurta.org>
1127         Search recursively in gzipped files.  (Bug#4982)
1129         * progmodes/grep.el (grep-highlight-matches): Add new options
1130         `always' and `auto'.  Doc fix.
1131         (grep-process-setup): Check `grep-highlight-matches' for
1132         `auto-detect' to determine the need to compute grep defaults.
1133         Move Windows/DOS specific --colors settings handling
1134         to `grep-compute-defaults'.  Check `grep-highlight-matches'
1135         to get the value of "--color=".
1136         (grep-compute-defaults): Compute `grep-highlight-matches' when it
1137         has the value `auto-detect'.  Move Windows/DOS specific settings
1138         from `grep-process-setup'.
1139         (zrgrep): New command with alias `rzgrep'.
1141 2009-11-25  Juri Linkov  <juri@jurta.org>
1143         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
1144         to nil instead of switching off view-mode.  (Bug#4896)
1146 2009-11-25  Juri Linkov  <juri@jurta.org>
1148         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
1150         * mwheel.el (mwheel-scroll-up-function)
1151         (mwheel-scroll-down-function): New defvars.
1152         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
1153         `scroll-up', and `mwheel-scroll-down-function' instead of
1154         `scroll-down'.
1156         * doc-view.el (doc-view-scroll-up-or-next-page)
1157         (doc-view-scroll-down-or-previous-page): Add optional ARG.
1158         Use this ARG in the call to image-scroll-up/image-scroll-down.
1159         Change `interactive' spec to "P".  Goto next/previous page only
1160         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
1161         SPC/DEL case).  Doc fix.
1162         (doc-view-next-line-or-next-page)
1163         (doc-view-previous-line-or-previous-page): Rename arg to ARG
1164         for consistency.
1165         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
1166         `doc-view-scroll-up-or-next-page', and buffer-local
1167         `mwheel-scroll-down-function' to
1168         `doc-view-scroll-down-or-previous-page'.
1170 2009-11-25  Juri Linkov  <juri@jurta.org>
1172         Provide additional default values (directories at other Dired
1173         windows) via M-n in the minibuffer of some Dired commands.
1175         * dired-aux.el (dired-diff, dired-compare-directories)
1176         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
1177         `minibuffer-default' in `minibuffer-with-setup-hook'.
1178         (dired-dwim-target-directory): Find a window that displays Dired
1179         buffer instead of failing when the next window is not Dired.
1180         Use `get-window-with-predicate' to find for the next Dired window.
1181         (dired-dwim-target-defaults): New function.
1183         * ediff-util.el (ediff-read-file-name):
1184         Use `dired-dwim-target-defaults' to set `minibuffer-default'
1185         in `minibuffer-with-setup-hook'.
1187 2009-11-25  Juri Linkov  <juri@jurta.org>
1189         Provide additional default values (file name at point or at the
1190         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
1192         * minibuffer.el (read-file-name-defaults): New function.
1193         (read-file-name): Reset `minibuffer-default' to nil when
1194         it duplicates initial input `insdef'.
1195         Bind `minibuffer-default-add-function' to lambda that
1196         calls `read-file-name-defaults' in `minibuffer-selected-window'.
1197         (minibuffer-insert-file-name-at-point): New command.
1199         * files.el (file-name-at-point-functions): New defcustom.
1200         (find-file-default): Remove defvar.
1201         (find-file-read-args): Don't use `find-file-default'.
1202         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
1203         to `read-file-name'.
1204         (find-file-literally): Use `read-file-name' with
1205         `confirm-nonexistent-file-or-buffer'.
1207         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
1209         * dired.el (dired-read-dir-and-switches):
1210         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
1211         to `read-file-name'.
1212         (dired-file-name-at-point): New function.
1213         (dired-mode): Add hook `dired-file-name-at-point' to
1214         `file-name-at-point-functions'.
1216 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1218         Really make the *Completions* window soft-dedicated (bug#5030).
1219         * window.el (window--display-buffer-2): Add `dedicated' argument.
1220         (display-buffer): Pass it when needed so the dedicated flag is set
1221         after calling set-window-buffer, which would otherwise reset it.
1223 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1225         * progmodes/meta-mode.el (meta-complete-symbol):
1226         * progmodes/etags.el (complete-tag):
1227         * mail/mailabbrev.el (mail-abbrev-complete-alias):
1228         Use completion-in-region.
1230         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
1231         (dabbrev-completion): Use completion-in-region.
1232         (dabbrev--abbrev-at-point): Simplify regexp.
1234         * abbrev.el (abbrev--before-point): Use word-motion functions
1235         if :regexp is not specified (bug#5031).
1237         * subr.el (string-prefix-p): New function.
1239         * man.el (Man-completion-cache): New var.
1240         (Man-completion-table): Use it.
1242         * vc.el (vc-print-log-internal): Make `limit' optional for better
1243         compatibility (e.g. with vc-annotate.el).
1245 2009-11-24  Kevin Ryde  <user42@zip.com.au>
1247         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
1248         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
1250         * emacs-lisp/elint.el (elint-add-required-env): Better error message
1251         when .el source file not found or other error.
1253 2009-11-24  Markus Triska  <markus.triska@gmx.at>
1255         * linum.el (linum-update-window): Ignore intangible (bug#4996).
1257 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1259         Handle the [back] button properly (bug#4979).
1260         * descr-text.el (describe-text-properties): Add a `buffer' argument.
1261         Use help-setup-xref, help-buffer, and with-help-window.
1262         (describe-char): Add `buffer' argument.
1263         Pass proper command to help-setup-xref.  Don't meddle with
1264         help-xref-stack-item directly.
1265         (describe-text-category): Use with-help-window and help-buffer.
1267         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
1268         for the displayed buffer (bug#4887).
1270         * man.el (Man-completion-table): New function.
1271         (man): Use it.
1273 2009-11-24  David Reitter  <david.reitter@gmail.com>
1275         * vc-git.el (vc-git-registered): Use checkout directory (where
1276         .git is) rather than the file's directory and a relative path spec
1277         to work around a bug in git.
1279 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
1281         Improve handling of processes on remote hosts.
1283         * eshell/esh-util.el (eshell-path-env): New defvar.
1284         (eshell-parse-colon-path): New defun.
1285         (eshell-file-attributes): Use `eshell-parse-colon-path'.
1287         * eshell/esh-ext.el (eshell-search-path):
1288         Use `eshell-parse-colon-path'.
1289         (eshell-remote-command): Remove argument HANDLER.
1290         (eshell-external-command): Check for FTP remote connection.
1292         * eshell/esh-proc.el (eshell-gather-process-output):
1293         Use `file-truename', in order to start also symlinked files.
1294         Apply `start-file-process' instead of `start-process'.
1295         Shorten `command' to the local file name part.
1297         * eshell/em-cmpl.el (eshell-complete-commands-list):
1298         Use `eshell-parse-colon-path'.
1300         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
1302         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
1303         to `eshell-directory-change-hook'.
1305 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
1307         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
1308         because it could be enabled automatically if view-read-only is non-nil.
1310 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
1312         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
1313         made on 2009-11-22.
1315 2009-11-24  Glenn Morris  <rgm@gnu.org>
1317         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
1318         deleted variable bookmark-bmenu-bookmark-column.
1320         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
1321         Move after definition of global-semantic-idle-tag-highlight-mode.
1323 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1325         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
1327 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
1329         * net/browse-url.el (browse-url-filename-alist): On Windows, add
1330         two slashes to the "file:" prefix.
1331         (browse-url-file-url): De-munge Cygwin filenames before passing
1332         them to Windows browser.
1333         (browse-url-default-windows-browser): Use call-process.
1335 2009-11-23  Juri Linkov  <juri@jurta.org>
1337         Implement DocView Continuous mode.  (Bug#4896)
1338         * doc-view.el (doc-view-continuous-mode): New defcustom.
1339         (doc-view-mode-map): Bind C-n/<down> to
1340         `doc-view-next-line-or-next-page', C-p/<up> to
1341         `doc-view-previous-line-or-previous-page'.
1342         (doc-view-next-line-or-next-page)
1343         (doc-view-previous-line-or-previous-page): New commands.
1345 2009-11-23  Juri Linkov  <juri@jurta.org>
1347         Implement Isearch in comint input history.  (Bug#3746)
1348         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
1349         `isearch-mode-hook'.
1350         (comint-history-isearch): New defcustom.
1351         (comint-history-isearch-backward)
1352         (comint-history-isearch-backward-regexp): New commands.
1353         (comint-history-isearch-message-overlay): New buffer-local variable.
1354         (comint-history-isearch-setup, comint-history-isearch-end)
1355         (comint-goto-input, comint-history-isearch-search)
1356         (comint-history-isearch-message, comint-history-isearch-wrap)
1357         (comint-history-isearch-push-state)
1358         (comint-history-isearch-pop-state): New functions.
1360 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
1362         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
1363         return.
1364         (tramp-handle-make-symbolic-link)
1365         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
1366         Quote file names.
1367         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
1368         (tramp-handle-process-file): Use it.
1370 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1372         * window.el (move-to-window-line-last-op): Remove.
1373         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
1375 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
1377         Make M-r mirror the new cycling behavior of C-l.
1378         * window.el (move-to-window-line-last-op): New var.
1379         (move-to-window-line-top-bottom): New command.
1380         (global-map): Bind M-r move-to-window-line-top-bottom.
1382 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
1384         * dired-x.el (dired-guess-shell-alist-default):
1385         Support xz format.  (Bug#4953)
1387 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
1389         * cedet/srecode/map.el (srecode-get-maps):
1390         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
1391         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
1392         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
1393         (semantic-toggle-decoration-style):
1394         * cedet/semantic/decorate/include.el
1395         (semantic-decoration-include-describe)
1396         (semantic-decoration-unknown-include-describe)
1397         (semantic-decoration-unparsed-include-describe)
1398         (semantic-decoration-all-include-summary):
1399         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
1400         * cedet/semantic/analyze/complete.el
1401         (semantic-analyze-possible-completions):
1402         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
1403         (semantic-show-unmatched-syntax-mode)
1404         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
1405         (semantic-highlight-func-mode):
1406         * cedet/semantic/util.el (semantic-describe-buffer):
1407         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
1408         (semantic-symref-find-tags-by-name)
1409         (semantic-symref-find-tags-by-regexp)
1410         (semantic-symref-find-tags-by-completion)
1411         (semantic-symref-find-file-references-by-name)
1412         (semantic-symref-find-text):
1413         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
1414         (senator-yank-tag):
1415         * cedet/semantic/scope.el (semantic-calculate-scope):
1416         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1417         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1418         (define-semantic-idle-service):
1419         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
1420         (semantic-complete-analyze-inline-idle):
1421         * cedet/semantic/analyze.el (semantic-analyze-current-context):
1422         * cedet/mode-local.el (describe-mode-local-bindings)
1423         (describe-mode-local-bindings-in-mode):
1424         * cedet/ede/make.el (ede-make-check-version):
1425         * cedet/ede/locate.el (ede-enable-locate-on-project):
1426         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
1427         (cedet-idutils-version-check):
1428         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
1429         (cedet-gnu-global-version-check):
1430         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
1431         (cedet-cscope-version-check): Use called-interactively-p instead
1432         of interactive-p.
1434         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
1435         Use semantic-format-tag-prototype.
1437 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
1439         * emulation/viper-cmd.el: Use viper-last-command-char instead of
1440         last-command-char/last-command-event.
1441         (viper-prefix-arg-value): Do correct conversion of event-char for
1442         XEmacs.
1444         * emulation/viper-util.el, emulation/viper.el:
1445         Use viper-last-command-char instead of
1446         last-command-char/last-command-event.
1448         * ediff-init.el, ediff-mult.el, ediff-util.el:
1449         Replace last-command-char and last-command-event
1450         with (ediff-last-command-char) everywhere.
1452         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
1453         created in fundamental mode.
1455         * ediff.el (ediff-version): Revert the change of interactive-p to
1456         called-interactively-p.
1458 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
1460         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
1461         generation from word-movement command names.
1463 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
1465         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1466         (semantic-complete-jump-local, semantic-complete-jump):
1467         Improve prompt string.
1469 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
1471         * cus-start.el (all): Add native condition for font-use-system-font.
1473 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
1475         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
1476         Correct the patch from 2009-11-18.  (Bug#3910)
1478 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
1480         * progmodes/subword.el: Rename from lisp/subword.el.
1482         * subword.el: Rename to progmodes/subword.el.
1484         * Makefile.in (ELCFILES): Adapt to subword.el move.
1486 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1487             Stefan Monnier  <monnier@iro.umontreal.ca>
1489         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
1490         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
1491         (bookmark-bmenu-show-filenames): Use push.
1492         (bookmark-bmenu-hide-filenames): Use local var instead of
1493         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
1494         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
1495         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
1496         filenames now that the bookmark names are always available.
1498 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1500         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
1501         (bookmark-search-pattern): Move and leave unbound.
1502         (bookmark-bmenu-mode-map): Change binding.
1503         (bookmark-read-search-input): Simplify.
1504         Don't use text-char-description.  Don't error on non-char events.
1505         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
1506         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
1507         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
1508         Use a local var for the timer.
1509         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
1510         (i.e. bookmark-bmenu-search).
1512 2009-11-21  Glenn Morris  <rgm@gnu.org>
1514         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
1516 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
1518         * net/browse-url.el (browse-url-default-windows-browser):
1519         Use cygstart for cygwin.
1521 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
1523         * bookmark.el: Formatting and doc fixes only:
1524         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
1525         (bookmark-bmenu-search): Wrap to fit within 80 columns.
1526           Minor grammar and punctuation fixes in doc string.
1527         (bookmark-read-search-input): Adjust to fit within 80 columns.
1529 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
1531         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
1532         (c-backward-into-nomenclature): Adapt to subword renaming.
1534         * subword.el (subword-forward, subword-backward, subword-mark)
1535         (subword-kill, subword-backward-kill, subword-transpose)
1536         (subword-downcase, subword-upcase, subword-capitalize)
1537         (subword-forward-internal, subword-backward-internal):
1538         Rename from forward-subword, backward-subword, mark-subword,
1539         kill-subword, backward-kill-subword, transpose-subwords,
1540         downcase-subword, upcase-subword, capitalize-subword,
1541         forward-subword-internal, backward-subword-internal.
1543 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1545         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
1546         New options.
1547         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
1548         New vars.
1549         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
1550         (bookmark-bmenu-filter-alist-by-regexp)
1551         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
1552         (bookmark-bmenu-search): New command.
1553         (bookmark-bmenu-mode-map): Bind it.
1555 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
1557         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
1559         * cedet/semantic/idle.el (define-semantic-idle-service)
1560         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
1562 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
1564         * progmodes/cc-cmds.el: declare-functioned forward-subword and
1565         backward-subword to quit the byte-compiler.
1567         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
1569         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
1571         * progmodes/cc-cmds.el (c-update-modeline)
1572         (c-forward-into-nomenclature, c-backward-into-nomenclature):
1573         Refer to subword.el functions instead of cc-subword.el.
1575         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
1576         subword.el functions instead of cc-subword.el.
1578         * progmodes/cc-subword.el: Rename to subword.el.
1579         * subword.el: Rename from progmodes/cc-subword.el.
1580         (subword-mode-map): Rename from c-subword-mode-map.
1581         (subword-mode): Rename from c-subword-mode.
1582         (global-subword-mode): New global minor mode.
1583         (forward-subword): Rename from c-forward-subword.
1584         (backward-subword): Rename from c-backward-subword.
1585         (mark-subword): Rename from c-mark-subword.
1586         (kill-subword): Rename from c-kill-subword.
1587         (backward-kill-subword): Rename from c-backward-kill-subword.
1588         (transpose-subwords): Rename from c-tranpose-subword.
1589         (downcase-subword): Rename from c-downcase-subword.
1590         (capitalize-subword): Rename from c-capitalize-subword.
1591         (forward-subword-internal): Rename from c-forward-subword-internal.
1592         (backward-subword-internal): Rename from c-backward-subword-internal.
1594 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
1596         * vc.el (vc-deduce-fileset): Allow non-state changing operations
1597         from a dired buffer.
1598         (vc-dired-deduce-fileset): New function.
1599         (vc-root-diff, vc-print-root-log): Use it.
1601         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
1602         nil LIMIT argument to vc-print-log-internal.
1604 2009-11-20  Glenn Morris  <rgm@gnu.org>
1606         * Makefile.in (ELCFILES): Regenerate.
1608 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
1610         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
1612         * cedet/semantic.el: Enable idle-mode menu items only if
1613         global-semantic-idle-scheduler-mode is enabled.
1614         (semantic-default-submodes): Doc fix.
1616         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
1617         When turning off, disable other idle modes.
1619 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
1621         * calc/calc.el (calc-set-mode-line):
1622         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1623         (math-format-number): Rename `math-format-complement-signed' to
1624         `math-format-twos-complement'.
1626         * calc/calc-bin.el (math-format-twos-complement): Rename from
1627         math-format-complement-signed.
1628         (calc-radix): Rename `calc-complement-signed-mode' to
1629         `calc-twos-complement-mode'.
1630         (calc-octal-radix, calc-hex-radix): Add an argument for
1631         two's complement.
1633         * calc/calc-embed.el (calc-embedded-mode-vars):
1634         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1636         * calc/calc-ext.el (calc-init-extensions):
1637         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1638         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
1640         * calc/calc-units.el (math-build-units-table-buffer):
1641         Let `calc-twos-complement-mode' be nil.
1643         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
1644         entries.
1646         * calc/calc-vec.el (calcFunc-vunpack):
1647         * calc/calc-aent.el (calc-do-calc-eval):
1648         * calc/calc-forms.el (math-format-date):
1649         * calc/calc-graph.el (calc-graph-plot):
1650         * calc/calc-math.el (math-use-emacs-fn):
1651         * calc/calccomp.el (math-compose-expr):
1652         Let `calc-twos-complement-mode' be nil.
1654 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1656         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
1657         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
1658         * minibuffer.el (completion-in-region-functions): New hook.
1659         (completion-in-region): New function.
1660         * emacs-lisp/lisp.el (lisp-complete-symbol):
1661         * pcomplete.el (pcomplete-std-complete): Use it.
1663 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1665         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
1666         (latex-complete-alist): New vars.
1667         (latex-string-prefix-p, latex-complete-bibtex-keys)
1668         (latex-complete-envnames, latex-complete-refkeys)
1669         (latex-complete-data): New functions.
1670         (latex-complete, latex-indent-or-complete): New commands.
1672         * window.el (display-buffer-mark-dedicated): New var.
1673         (display-buffer): Obey it.
1674         * minibuffer.el (minibuffer-completion-help): Use it.
1676         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
1678         * filecache.el (file-cache-add-file): Use push and cons.
1679         (file-cache-delete-file-regexp): Use push.
1680         (file-cache-complete): Use completion-in-region.
1682         * simple.el (with-wrapper-hook): Fix thinko.
1684         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
1685         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
1686         Use with-current-buffer and string-to-number.
1687         (hfy-fallback-colour-values): Use assoc-string.
1688         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
1689         (hfy-face-at): Remove unused var `found-face'.
1690         (hfy-compile-stylesheet): Remove unused var `css'.
1691         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
1692         and `orig-buffer'.
1693         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
1694         Use with-current-buffer.
1695         (hfy-text-p): Use expand-file-name and fewer setq.
1697 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
1699         * htmlfontify.el, hfy-cmap.el: New files.
1701 2009-11-19  Juri Linkov  <juri@jurta.org>
1703         * minibuffer.el (completions-format): New defcustom.
1704         (completion--insert-strings): Implement vertical format.
1706         * simple.el (switch-to-completions): Move point to the first
1707         completion when point was at the beginning of the buffer.
1709 2009-11-19  Juri Linkov  <juri@jurta.org>
1711         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
1713         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
1715 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
1717         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
1718         (mail-signature): Change default to t.
1719         (mail-from-style): Deprecate `system-default' value.
1720         (mail-insert-from-field): For default value of mail-from-style,
1721         default to `angles' unless `angles' needs quoting and `parens'
1722         does not.
1723         (mail-citation-prefix-regexp): Use citation regexp from
1724         message-mode.
1726 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
1728         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1729         Set variables for computing the prompt for reading password.
1731 2009-11-19  Glenn Morris  <rgm@gnu.org>
1733         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
1735         * textmodes/flyspell.el (sgml-lexical-context): Declare.
1737         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
1738         (newsticker-treeview-listwindow-height): Fix custom type.
1740 2009-11-19  Kenichi Handa  <handa@m17n.org>
1742         * descr-text.el (describe-char-padded-string): Compose with TAB
1743         only if there's a font for CH.
1744         (describe-char): Fix the condition for detecting a trivial composition.
1746 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
1748         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
1749         more accurate version of the regexp.  (Bug#3910)
1751 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
1753         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
1755 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
1757         * font-setting.el (font-use-system-font): Declare for byte-compiler.
1758         (font-setting-change-default-font): Fix typo in docstring.
1760 2009-11-18  Alan Mackenzie  <acm@muc.de>
1762         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
1764 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
1766         * font-setting.el (font-use-system-font): Move ...
1768         * cus-start.el (all): ... to here.
1770 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
1772         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
1773         Don't set `ad-return-value' if `ad-do-it' doesn't.
1775         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
1776         modification time.
1778 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
1780         * menu-bar.el: Put "Use system font" in Option-menu.
1781         (menu-bar-options-save): Add font-use-system-font.
1783         * loadup.el: If feature system-font-setting or font-render-setting is
1784         there, load font-setting.
1786         * Makefile.in (ELCFILES): Add font-settings.el.
1787         * font-setting.el: New file.
1789 2009-11-17  Glenn Morris  <rgm@gnu.org>
1791         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
1793         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
1794         Preserve point in the list buffer.  (Bug#4939)
1795         Use point-at-eol.
1796         (newsticker--treeview-list-update-highlight)
1797         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
1799 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
1801         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
1802         Remove.
1804         * calc/calc-ext.el (calc-init-extensions): Remove references to
1805         symclip.
1807         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
1809         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
1810         * calc/calc-help.el (calc-b-prefix-help): Remove references to
1811         `calc-symclip'.
1813 2009-11-16  Kevin Ryde  <user42@zip.com.au>
1815         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1816         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
1818         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
1819         (lm-keywords-list): Allow comma-only separator like "foo,bar".
1820         Ignore trailing spaces by omit-nulls to split-string (fixing
1821         regression from Emacs 21 due to the incompatible split-string
1822         change).  (Bug #4928.)
1824 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1826         * vc.el (vc-log-show-limit): Default to 2000.
1827         (vc-print-log-internal): Insert buttons to request more entries
1828         when limiting the output.
1830         * vc-sccs.el (vc-sccs-print-log):
1831         * vc-rcs.el (vc-rcs-print-log):
1832         * vc-cvs.el (vc-cvs-print-log):
1833         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
1834         LIMIT is non-nil.
1836 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
1838         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
1839         error when `tramp-gvfs-dbus-event-vector' is set.
1840         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
1842 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1844         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
1846 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
1848         * net/dbus.el (dbus-unregister-service): New defun.
1849         (dbus-register-property): Register the handlers of
1850         "org.freedesktop.DBus.Properties" for SERVICE.
1851         (dbus-property-handler): Fix docstring.
1853 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1855         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
1856         Quote doc string reference in defvaralias as it is not in special form.
1857         (byte-compile-output-docform): Doc fix.
1859 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
1861         * calc/calc.el (math-2-word-size, math-half-2-word-size)
1862         (calc-complement-signed-mode): New variables.
1863         (calc-set-mode-line): Add indicator for twos-complements.
1864         (math-format-number): Format twos-complement notation.
1866         * calc/calc-bin.el (calc-word-size): Reset the variables
1867         `math-2-word-size' and `math-half-2-word-size'.
1868         (math-format-complement-signed, math-symclip, calcFunc-symclip)
1869         (calc-symclip): New functions.
1871         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
1873         * calc/calc-embed.el (calc-embedded-mode-vars):
1874         Add `calc-complement-signed-mode' to the list of modes.
1876         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
1877         (calc-b-oper-keys): Add `calc-symclip' to list.
1879         * calc/calc-ext.el (math-read-number-fancy): Read complement
1880         signed numbers.
1881         (calc-init-extensions): Add binding for `calc-symclip'.
1882         Add autoload for `calcFunc-symclip' and `calc-symclip'.
1884         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
1885         `calc-symclip'.
1886         (calc-modes-menu): Add item for twos complement mode.
1888         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
1890 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
1892         * register.el (jump-to-register, insert-register): Handle Semantic
1893         tags.  From commented-out advice in semantic/senator.el.
1895 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
1897         * vc.el (vc-log-show-limit): New variable.
1898         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
1899         when using a prefix argument.
1900         (vc-print-log-internal): Add new argument LIMIT.
1902         * vc-svn.el (vc-svn-print-log):
1903         * vc-mtn.el (vc-mtn-print-log):
1904         * vc-hg.el (vc-hg-print-log):
1905         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1906         pass it to the log command when set.  Make the BUFFER argument
1907         non-optional.
1909         * vc-sccs.el (vc-sccs-print-log):
1910         * vc-rcs.el (vc-rcs-print-log):
1911         * vc-git.el (vc-git-print-log):
1912         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
1913         ignore it.  Make the BUFFER argument non-optional
1915         * bindings.el (mode-line-buffer-identification): Do not purecopy.
1917 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
1919         * dired.el (dired-mode-map): Move encryption items to "Operate"
1920         menu (Bug#4703).
1922         * strokes.el (strokes-update-window-configuration): Make strokes
1923         buffer current before erasing (Bug#4906).
1925         * cedet/semantic/idle.el (semantic-idle-summary-mode)
1926         (semantic-idle-summary-mode): Define using define-minor-mode
1927         instead of define-semantic-idle-service.
1928         (semantic-idle-summary-mode): New function.
1929         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
1930         that mouse motion does not reset the echo area.
1932 2009-11-15  Juri Linkov  <juri@jurta.org>
1934         * simple.el (set-mark-default-inactive): Add :type, :group
1935         and :version.  (Bug#4876)
1937 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
1939         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
1940         (archive-unique-fname): ... here.  (Bug#4929)
1942 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1944         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
1945         with a real fix.
1947         * novice.el (disabled-command-function): Add useful args.
1948         Setup the help buffer so that [back] works.
1949         Remove redundant call to help-mode.
1950         (disabled-command-function): Use `case'.
1951         (en/disable-command): New function extracted from enable-command.
1952         (enable-command, disable-command): Use it.
1954 2009-11-14  Glenn Morris  <rgm@gnu.org>
1956         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
1957         constants.  (Bug#4913)
1959         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
1961 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1963         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
1964         defined in C that have no doc-strings.  (Bug#1063)
1966 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
1968         * cus-edit.el (data, files):
1969         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
1971 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
1973         * simple.el (shell-command): Doc fix (Bug#4891).
1975         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
1977 2009-11-14  Glenn Morris  <rgm@gnu.org>
1979         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
1980         statements for vc-diff, emerge-quit, and rmail-cease-edit.
1981         If they are already loaded, eval-after-load will do the right thing.
1983         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
1984         compiling.
1986         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
1988         * simple.el (x-selection-owner-p): Declare.
1989         (read-mail-command): Use custom radio type rather than choice.
1990         (completion-no-auto-exit): Doc fix.
1992         * custom.el (defgroup):
1993         * epg-config.el (epg): Doc fixes.
1995 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
1997         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
1998         * international/ccl.el (define-ccl-program): Do not purecopy the
1999         docstring, defconst does it anyway.
2001 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2003         * add-log.el (add-change-log-entry): Avoid displaying the changelog
2004         a second time.
2006         * x-dnd.el (x-dnd-maybe-call-test-function):
2007         * window.el (split-window-vertically):
2008         * whitespace.el (whitespace-help-on):
2009         * vc-rcs.el (vc-rcs-consult-headers):
2010         * userlock.el (ask-user-about-lock-help)
2011         (ask-user-about-supersession-help):
2012         * type-break.el (type-break-force-mode-line-update):
2013         * time-stamp.el (time-stamp-conv-warn):
2014         * terminal.el (te-set-output-log, te-more-break, te-filter)
2015         (te-sentinel,terminal-emulator):
2016         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
2017         (term-write-input-ring, term-check-source, term-start-output-log):
2018         (term-display-buffer-line, term-dynamic-list-completions):
2019         (term-ansi-make-term, serial-term):
2020         * subr.el (selective-display):
2021         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2022         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
2023         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
2024         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
2025         (speedbar-remove-localized-speedbar-support)
2026         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
2027         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
2028         (speedbar-buffers-line-directory):
2029         * simple.el (shell-command-on-region, append-to-buffer)
2030         (prepend-to-buffer):
2031         * shadowfile.el (shadow-save-todo-file):
2032         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
2033         (scroll-bar-maybe-set-window-start):
2034         * sb-image.el (speedbar-image-dump):
2035         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
2036         (load-save-place-alist-from-file):
2037         * ps-samp.el (ps-print-message-from-summary):
2038         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
2039         (ps-background-image, ps-begin-job, ps-do-despool):
2040         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
2041         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
2042         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
2043         (pr-call-process, pr-file-list, pr-interface-save):
2044         * novice.el (disabled-command-function)
2045         (enable-command, disable-command):
2046         * mouse.el (mouse-buffer-menu-alist):
2047         * mouse-copy.el (mouse-kill-preserving-secondary):
2048         * macros.el (kbd-macro-query):
2049         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
2050         * informat.el (batch-info-validate):
2051         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
2052         * hippie-exp.el (try-expand-dabbrev-visible):
2053         * help-mode.el (help-make-xrefs):
2054         * help-fns.el (describe-variable):
2055         * generic-x.el (bat-generic-mode-run-as-comint):
2056         * finder.el (finder-mouse-select):
2057         * find-dired.el (find-dired-sentinel):
2058         * filesets.el (filesets-file-close):
2059         * files.el (list-directory):
2060         * faces.el (list-faces-display, describe-face):
2061         * facemenu.el (list-colors-display):
2062         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
2063         * epg.el (epg--process-filter, epg-cancel):
2064         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
2065         (epa--read-signature-type):
2066         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
2067         (emerge-file-names):
2068         * ehelp.el (electric-helpify):
2069         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
2070         * ediff-vers.el (rcs-ediff-view-revision):
2071         * ediff-util.el (ediff-setup):
2072         * ediff-mult.el (ediff-append-custom-diff):
2073         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
2074         (ediff-wordify):
2075         * echistory.el (Electric-command-history-redo-expression):
2076         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2077         * disp-table.el (describe-display-table):
2078         * dired.el (dired-find-buffer-nocreate):
2079         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
2080         * dabbrev.el (dabbrev--same-major-mode-p):
2081         * chistory.el (list-command-history):
2082         * apropos.el (apropos-documentation):
2083         * allout.el (allout-obtain-passphrase):
2084         (allout-copy-exposed-to-buffer):
2085         (allout-verify-passphrase): Use with-current-buffer.
2087 2009-11-13  Glenn Morris  <rgm@gnu.org>
2089         * Makefile.in (ELCFILES): Regenerate.
2091 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
2093         * net/dbus.el (dbus-registered-objects-table): Rename from
2094         `dbus-registered-functions-table', because it contains also properties.
2095         (dbus-unregister-object): Unregister also properties.
2096         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
2097         Use a timeout of 500 msec, in order to not block.
2098         (dbus-register-property, dbus-property-handler): New defuns.
2100 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2102         * simple.el (minibuffer-default-add-completions): Drop deprecated
2103         4th arg.
2105 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
2107         * textmodes/artist.el (artist-mouse-choose-operation):
2108         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
2109         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
2110         (artist-compute-up-event-key): New function.
2111         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
2113 2009-11-13  Kenichi Handa  <handa@m17n.org>
2115         * language/japan-util.el: Make sure that the value of jisx0208
2116         property is jisx0208 character.
2118 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
2120         * international/mule.el (auto-coding-regexp-alist): Only purecopy
2121         car or each item, not the whole list.
2123 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2125         * minibuffer.el (minibuffer-completion-help):
2126         Use minibuffer-hide-completions.
2128 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
2130         * dired.el (dired-save-positions, dired-restore-positions): New funs.
2131         (dired-revert): Use them (bug#4880).
2133 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
2135         * tooltip.el (tooltip-frame-parameters): Undo previous change.
2137 2009-11-12  Juri Linkov  <juri@jurta.org>
2139         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
2140         New functions.
2141         (find-file-literally-at-point): Alias of `ffap-literally'.
2143 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
2145         * textmodes/ispell.el (ispell-skip-region-alist):
2146         * textmodes/css-mode.el (auto-mode-alist):
2147         * progmodes/compile.el (auto-mode-alist):
2148         * international/mule.el (ctext-non-standard-encodings-alist)
2149         (ctext-non-standard-encodings-regexp):
2150         * simple.el (shell-command-switch, text-read-only):
2151         * replace.el (occur-mode-map):
2152         * paths.el (rmail-file-name):
2153         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
2154         * find-file.el (ff-special-constructs):
2155         * files.el (file-name-handler-alist):
2156         * composite.el: Purecopy strings.
2158         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
2160 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
2162         * widget.el (define-widget): Purecopy the docstring.
2163         * international/mule-cmds.el (charset): Do not purecopy the
2164         docstring here, define-widget does it.
2166         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2167         * textmodes/bibtex-style.el (auto-mode-alist):
2168         * progmodes/inf-lisp.el (inferior-lisp-prompt):
2169         * progmodes/compile.el (compile-command):
2170         * language/korea-util.el (default-korean-keyboard):
2171         * international/mule-conf.el (file-coding-system-alist):
2172         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
2173         * tooltip.el (tooltip-frame-parameters):
2174         * newcomment.el (comment-end, comment-padding):
2175         * dired.el (dired-trivial-filenames):
2176         * comint.el (comint-file-name-prefix): Purecopy initial values.
2178 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
2180         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
2181         (tramp-advice-minibuffer-electric-tilde): Unload advices via
2182         `tramp-unload'.
2183         (tramp-advice-make-auto-save-file-name)
2184         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
2185         after removing the advice.
2187 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
2189         * progmodes/grep.el (grep-regexp-alist):
2190         * international/mule-cmds.el (iso-2022-control-alist):
2191         * emacs-lisp/timer.el (timer-duration-words):
2192         * subr.el (version-separator, version-regexp-alist):
2193         * minibuffer.el (completion-styles-alist):
2194         * faces.el (face-attribute-name-alist, list-faces-sample-text):
2195         Change defvars to defconsts.
2197         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
2198         * loadup.el ("international/mule-conf"): Load the byte compiled version.
2199         * international/mule-conf.el: Allow to be byte compiled.
2201         * international/mule.el (define-charset): Purecopy props.
2202         (load-with-code-conversion): Purecopy doc string and file name.
2203         (put-charset-property): Purecopy strings.
2204         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
2206         * international/mule-cmds.el (register-input-method): Purecopy arguments.
2207         (define-char-code-property): Correctly purecopy the table.
2209         * international/ccl.el (define-ccl-program): Purecopy the docstring.
2211         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
2213         * subr.el (add-hook): Purecopy strings.
2214         (eval-after-load): Purecopy load-history-regexp and the form.
2216         * custom.el (custom-declare-group): Purecopy load-file-name.
2218         * subr.el (menu-bar-separator): New defconst.
2219         * net/eudc.el (eudc-tools-menu):
2220         * international/mule-cmds.el (set-coding-system-map)
2221         (mule-menu-keymap):
2222         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2223         * vc-hooks.el (vc-menu-map):
2224         * replace.el (occur-mode-map):
2225         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
2226         (menu-bar-edit-menu, menu-bar-goto-menu)
2227         (menu-bar-custom-menu, menu-bar-showhide-menu)
2228         (menu-bar-options-menu, menu-bar-tools-menu)
2229         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
2230         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
2231         (menu-bar-help-menu):
2232         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
2233         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
2235         * term/x-win.el (x-gtk-stock-map):
2236         * progmodes/vera-mode.el (auto-mode-alist):
2237         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
2238         (inferior-lisp-program, inferior-lisp-load-command):
2239         * progmodes/hideshow.el (hs-special-modes-alist):
2240         * progmodes/gud.el (same-window-regexps):
2241         * progmodes/grep.el (grep-program, find-program, xargs-program):
2242         * net/telnet.el (same-window-regexps):
2243         * net/rlogin.el (same-window-regexps):
2244         * language/ethiopic.el (font-ccl-encoder-alist):
2245         * vc-sccs.el (vc-sccs-master-templates):
2246         * vc-rcs.el (vc-rcs-master-templates):
2247         * subr.el (cl-assertion-failed):
2248         * simple.el (next-error-overlay-arrow-position):
2249         * lpr.el (lpr-command):
2250         * locate.el (locate-ls-subdir-switches):
2251         * info.el (same-window-regexps, info)
2252         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
2253         * image-mode.el (image-mode, auto-mode-alist):
2254         * hippie-exp.el (hippie-expand-ignore-buffers):
2255         * format.el (format-alist):
2256         * find-dired.el (find-ls-subdir-switches, find-grep-options)
2257         (find-name-arg):
2258         * facemenu.el (facemenu-keybindings):
2259         * dired.el (dired-listing-switches, dired-chown-program):
2260         * diff.el (diff-switches, diff-command):
2261         * cus-edit.el (same-window-regexps):
2262         * bindings.el (mode-line-mule-info)
2263         (mode-line-buffer-identification): Purecopy strings.
2265 2009-11-11  Juri Linkov  <juri@jurta.org>
2267         * simple.el (dired-get-filename)<declare-function>:
2268         Tell the byte-compiler about dired-get-filename.
2269         (shell-command): In Dired mode, get filename from the current line
2270         as the default value.
2272 2009-11-10  Glenn Morris  <rgm@gnu.org>
2274         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
2275         * calendar/holidays.el, progmodes/cperl-mode.el:
2276         Update x-popup-menu declarations.
2278         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
2279         (list-load-path-shadows): Use dolist.
2280         (list-load-path-shadows): Use with-current-buffer.
2282 2009-11-10  Juri Linkov  <juri@jurta.org>
2284         * minibuffer.el (read-file-name): Support a list of default values
2285         in `default-filename'.  Use the first file name where only one
2286         element is required.  Doc fix.
2288 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
2290         * net/dbus.el (dbus-unregister-object): Release service, if no
2291         other method is registered for it.
2293 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
2295         * bookmark.el (bookmark-completing-read): Sort bookmark names if
2296         bookmark-sort-flag is non-nil (Bug#4653).
2298 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
2300         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
2301         the progress reporter entirely.
2303         * emulation/cua-base.el: Add CUA property to some CC mode commands
2304         (Bug#4100).
2306 2009-11-08  Kevin Ryde  <user42@zip.com.au>
2308         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
2309         at end of sentence (Bug#4818).
2311 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
2313         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2314         Handle "see declaration of" MSFT statements (Bug#4100).
2316 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
2318         * net/tramp.el (tramp-advice-make-auto-save-file-name)
2319         (tramp-advice-file-expand-wildcards): Unload via
2320         `ad-remove-advice'.
2322         * net/trampver.el: Update release number.
2324 2009-11-08  Kevin Ryde  <user42@zip.com.au>
2326         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
2327         `ad-do-it'.
2329 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
2331         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
2332         in order to keep context in SELinux.
2334 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
2336         * dired-aux.el (dired-query): Place cursor in echo area and allow
2337         C-g.
2339         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
2340         menu item if not on a directory (Bug#4701).
2342 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
2344         Sync with Tramp 2.1.17.
2346         * net/tramp.el (tramp-handle-copy-directory): Don't use
2347         `file-remote-p' (due to compatibility).
2349         * net/tramp-compat.el (tramp-compat-copy-directory)
2350         (tramp-compat-delete-directory): New defuns.
2352         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
2353         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
2354         `tramp-compat-delete-directory'.
2356         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
2357         (tramp-smb-handle-delete-directory ): Use
2358         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
2360         * net/trampver.el: Update release number.
2362 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
2364         * tar-mode.el (tar-copy): Call write-region on the right buffer
2365         (Bug#4857).
2367         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
2368         by hand, if necessary (Bug#4878).
2370 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
2372         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
2373         align size column (Bug#4839).
2375         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
2376         statement.
2378 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2380         * progmodes/ld-script.el (auto-mode-alist):
2381         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
2383         * cus-face.el (custom-declare-face): Purecopy face spec.
2385 2009-11-06  Kenichi Handa  <handa@m17n.org>
2387         * international/uni-bidi.el: Re-generated.
2388         * international/uni-category.el: Re-generated.
2389         * international/uni-combining.el: Re-generated.
2390         * international/uni-mirrored.el: Re-generated.
2392 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2394         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
2395         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
2396         (tex-start-options, slitex-run-command, latex-run-command)
2397         (tex-run-command, tex-directory):
2398         * textmodes/ispell.el (ispell-html-skip-alists)
2399         (ispell-tex-skip-alists, ispell-tex-skip-alists):
2400         * textmodes/fill.el (adaptive-fill-first-line-regexp):
2401         (adaptive-fill-regexp):
2402         * textmodes/dns-mode.el (auto-mode-alist):
2403         * progmodes/python.el (interpreter-mode-alist):
2404         * progmodes/etags.el (tags-compression-info-list):
2405         * progmodes/etags.el (tags-file-name):
2406         * net/browse-url.el (browse-url-galeon-program)
2407         (browse-url-firefox-program):
2408         * mail/sendmail.el (mail-signature-file)
2409         (mail-citation-prefix-regexp):
2410         * international/mule-conf.el (eight-bit):
2411         * international/latexenc.el (latex-inputenc-coding-alist):
2412         * international/fontset.el (x-pixel-size-width-font-regexp):
2413         * emacs-lisp/warnings.el (warning-type-format):
2414         * emacs-lisp/trace.el (trace-buffer):
2415         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
2416         (emacs-lisp-mode-map):
2417         * calendar/holidays.el (holiday-solar-holidays)
2418         (holiday-bahai-holidays, holiday-islamic-holidays)
2419         (holiday-christian-holidays, holiday-hebrew-holidays)
2420         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
2421         (hebrew-holidays-1, holiday-oriental-holidays)
2422         (holiday-general-holidays):
2423         * x-dnd.el (x-dnd-known-types):
2424         * tool-bar.el (tool-bar):
2425         * startup.el (site-run-file):
2426         * shell.el (shell-dumb-shell-regexp):
2427         * rfn-eshadow.el (file-name-shadow-tty-properties)
2428         (file-name-shadow-properties):
2429         * paths.el (remote-shell-program, news-directory):
2430         * mouse.el ([C-down-mouse-3]):
2431         * menu-bar.el (menu-bar-tools-menu):
2432         * jka-cmpr-hook.el (jka-compr-load-suffixes)
2433         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
2434         (jka-compr-compression-info-list):
2435         * isearch.el (search-whitespace-regexp):
2436         * image-file.el (image-file-name-extensions):
2437         * find-dired.el (find-ls-option):
2438         * files.el (directory-listing-before-filename-regexp)
2439         (directory-free-space-args, insert-directory-program)
2440         (list-directory-brief-switches, magic-fallback-mode-alist)
2441         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
2442         (automount-dir-prefix):
2443         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
2444         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
2445         (face-font-registry-alternatives, face-font-registry-alternatives)
2446         (face-font-family-alternatives):
2447         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
2448         (facemenu-foreground-menu, facemenu-face-menu):
2449         * epa-hook.el (epa-file-name-regexp):
2450         * dnd.el (dnd-protocol-alist):
2451         * textmodes/rst.el (auto-mode-alist):
2452         * button.el (default-button): Purecopy strings.
2454 2009-11-06  Glenn Morris  <rgm@gnu.org>
2456         * Makefile.in (ELCFILES): Update.
2458 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2460         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
2461         * emacs-lisp/levents.el: Move to obsolete/levents.el.
2463         * nxml/xsd-regexp.el (xsdre-gen-categories):
2464         * nxml/xmltok.el (xmltok-parse-entity):
2465         * nxml/rng-parse.el (rng-parse-validate-file):
2466         * nxml/rng-maint.el (rng-format-manual)
2467         (rng-manual-output-force-new-line):
2468         * nxml/rng-loc.el (rng-save-schema-location-1):
2469         * nxml/rng-cmpct.el (rng-c-parse-file):
2470         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
2471         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
2473 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
2475         * verilog-mode.el (verilog-getopt-file, verilog-set-define):
2476         Remove extra save-excursions and make-variable-buffer-local's.
2477         Suggested by Stefan Monnier.
2479         (verilog-getopt-file, verilog-module-inside-filename-p)
2480         (verilog-set-define): Merge GNU 1.35 and repair changes from
2481         switching to using with-current-buffer.
2483         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
2484         being treated as a number and confusing AUTORESET.
2485         Reported by Dan Dever.
2487         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
2488         Add verilog-auto-ignore-concat to fix backward compatibility with
2489         older verilog-modes.  Reported by Dan Katz.
2491         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
2492         containing closing anchors "...$".
2494         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
2495         Reported by Wade Smith.
2497         (verilog-batch-execute-func) Comment on function usage.
2499 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
2501         * verilog-mode.el (verilog-label-re): Fix regular expression for
2502         labels.
2504         (verilog-label-re, verilog-calc-1): Support proper indent of named
2505         asserts.
2507         (verilog-backward-token, verilog-basic-complete-re)
2508         (verilog-beg-of-statement, verilog-indent-re): Support proper
2509         indent of the assert statement at the beginning of a block of text.
2511         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
2512         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
2513         tokens as begins.
2515 2009-11-05  Glenn Morris  <rgm@gnu.org>
2517         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
2518         Emacs 19.  (Bug#1531)
2519         (byte-compile-fix-header): Update for the above change.
2520         Drop test for epoch::version.
2522         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
2523         * cus-dep.el (custom-make-dependencies):
2524         * finder.el (finder-compile-keywords):
2525         Use autoload-rubric's feature argument.
2527         * calendar/diary-lib.el (top-level): Make load behave more like require.
2529         * vc-git.el (vc-git-stash-map): Move definition before use.
2531 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
2533         * custom.el (custom-declare-group): Purecopy standard-value.
2534         (custom-declare-group): Purecopy custom-prefix.
2536         * international/mule.el (load-with-code-conversion):
2537         Call do-after-load-evaluation unconditionally.
2539         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
2541 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2543         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
2545 2009-11-04  Glenn Morris  <rgm@gnu.org>
2547         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
2548         (byte-compile-compatibility): Remove option.
2549         (byte-compile-close-variables, byte-compile-fix-header)
2550         (byte-compile-insert-header, byte-compile-output-docform)
2551         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
2552         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
2553         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
2554         (byte-compile-insert, byte-compile-defun):
2555         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
2556         (byte-defop-compiler19): Remove.
2557         Without byte-compile-compatibility, the 'emacs19-opcode property is not
2558         used by anything.  Replace all calls with byte-defop-compiler.
2560 2009-11-04  Juri Linkov  <juri@jurta.org>
2562         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
2563         (menu-bar-options-menu): Don't quote the `prop' arg of
2564         `menu-bar-make-mm-toggle'.
2566 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
2568         * calendar/calendar.el (cal-loaddefs):
2569         * calendar/diary-lib.el (diary-loaddefs):
2570         * calendar/holidays.el (hol-loaddefs):
2571         * eshell/esh-module.el (esh-groups): Load rather than require.
2573 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2575         * calendar/todo-mode.el (todo-add-category): Don't hardcode
2576         point-min==1.
2577         (todo-top-priorities): Only display-buffer when called interactively.
2578         (todo-item-start): Don't save excursion point.
2579         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
2580         (todo-insert-item-here, todo-file-item, todo-remove-item):
2581         Adjust uses of todo-item-start and todo-item-end.
2583         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
2584         (autoload-rubric): Don't use any more.
2585         * cedet/semantic/fw.el (semantic/loaddefs):
2586         * cedet/srecode.el (srecode/loaddefs):
2587         * cedet/ede.el (ede/loaddefs): Load rather than require.
2588         * cedet/ede/cpp-root.el:
2589         * cedet/ede/emacs.el:
2590         * cedet/ede/files.el:
2591         * cedet/ede/linux.el:
2592         * cedet/ede/locate.el:
2593         * cedet/ede/make.el:
2594         * cedet/ede/shell.el:
2595         * cedet/ede/speedbar.el:
2596         * cedet/ede/system.el:
2597         * cedet/ede/util.el:
2598         * cedet/semantic/analyze.el:
2599         * cedet/semantic/bovine.el:
2600         * cedet/semantic/complete.el:
2601         * cedet/semantic/ctxt.el:
2602         * cedet/semantic/db-file.el:
2603         * cedet/semantic/db-find.el:
2604         * cedet/semantic/db-global.el:
2605         * cedet/semantic/db-mode.el:
2606         * cedet/semantic/db-typecache.el:
2607         * cedet/semantic/db.el:
2608         * cedet/semantic/debug.el:
2609         * cedet/semantic/dep.el:
2610         * cedet/semantic/doc.el:
2611         * cedet/semantic/edit.el:
2612         * cedet/semantic/find.el:
2613         * cedet/semantic/format.el:
2614         * cedet/semantic/html.el:
2615         * cedet/semantic/ia-sb.el:
2616         * cedet/semantic/ia.el:
2617         * cedet/semantic/idle.el:
2618         * cedet/semantic/lex-spp.el:
2619         * cedet/semantic/lex.el:
2620         * cedet/semantic/mru-bookmark.el:
2621         * cedet/semantic/scope.el:
2622         * cedet/semantic/senator.el:
2623         * cedet/semantic/sort.el:
2624         * cedet/semantic/symref.el:
2625         * cedet/semantic/tag-file.el:
2626         * cedet/semantic/tag-ls.el:
2627         * cedet/semantic/tag-write.el:
2628         * cedet/semantic/tag.el:
2629         * cedet/semantic/util-modes.el:
2630         * cedet/semantic/analyze/complete.el:
2631         * cedet/semantic/analyze/refs.el:
2632         * cedet/semantic/bovine/c.el:
2633         * cedet/semantic/bovine/gcc.el:
2634         * cedet/semantic/bovine/make.el:
2635         * cedet/semantic/bovine/scm.el:
2636         * cedet/semantic/decorate/include.el:
2637         * cedet/semantic/decorate/mode.el:
2638         * cedet/semantic/symref/cscope.el:
2639         * cedet/semantic/symref/global.el:
2640         * cedet/semantic/symref/grep.el:
2641         * cedet/semantic/symref/idutils.el:
2642         * cedet/semantic/symref/list.el:
2643         * cedet/semantic/wisent/java-tags.el:
2644         * cedet/semantic/wisent/javascript.el:
2645         * cedet/srecode/compile.el:
2646         * cedet/srecode/cpp.el:
2647         * cedet/srecode/document.el:
2648         * cedet/srecode/el.el:
2649         * cedet/srecode/expandproto.el:
2650         * cedet/srecode/getset.el:
2651         * cedet/srecode/insert.el:
2652         * cedet/srecode/java.el:
2653         * cedet/srecode/map.el:
2654         * cedet/srecode/mode.el:
2655         * cedet/srecode/template.el:
2656         * cedet/srecode/texi.el: Remove the file-local setting of
2657         generated-autoload-feature.
2659         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
2660         and only put a prop if it is non-nil.
2662 2009-11-03  Juri Linkov  <juri@jurta.org>
2664         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
2665         (menu-bar-options-menu): Fix list quoting (Bug#4429).
2667         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
2668         and "Menu" to make top-level menu item visually one unit (like
2669         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
2670         multi-word menu items).  Fix :help string for quit-window.
2672 2009-11-03  Glenn Morris  <rgm@gnu.org>
2674         * cedet/mode-local.el (with-mode-local): Doc fix.
2676         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
2677         (byte-compile-file-form-define-abbrev-table)
2678         (byte-compile-file-form-custom-declare-variable)
2679         (byte-compile-variable-ref, byte-compile-defvar):
2680         Whether or not a warning is enabled should only affect whether we issue
2681         the warning, not whether or not we collect the relevant data.
2682         Eg warnings can be turned on and off throughout the course of a file.
2684         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
2685         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
2687 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2689         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
2690         * play/mpuz.el (mpuz-create-buffer):
2691         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
2692         (lm-print-y,s,noise, lm-print-w0, lm-init):
2693         * play/gomoku.el (gomoku-prompt-for-move):
2694         * play/fortune.el (fortune-in-buffer):
2695         * play/dissociate.el (dissociated-press):
2696         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
2697         (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
2698         * mail/supercite.el (sc-eref-show):
2699         * mail/smtpmail.el (smtpmail-send-it):
2700         * mail/rmailsum.el (rmail-summary-next-labeled-message)
2701         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
2702         (rmail-summary-undelete-many, rmail-summary-rmail-update)
2703         (rmail-summary-goto-msg, rmail-summary-expunge)
2704         (rmail-summary-get-new-mail, rmail-summary-search-backward)
2705         (rmail-summary-add-label, rmail-summary-output-menu)
2706         (rmail-summary-output-body):
2707         * mail/rfc822.el (rfc822-addresses):
2708         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
2709         * mail/mailpost.el (post-mail-send-it):
2710         * mail/hashcash.el (hashcash-generate-payment):
2711         * mail/feedmail.el (feedmail-run-the-queue)
2712         (feedmail-queue-send-edit-prompt-help-first)
2713         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
2714         (feedmail-deduce-address-list):
2715         * eshell/esh-ext.el (eshell-remote-command):
2716         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
2717         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
2718         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
2719         (viper-save-string-in-file, viper-valid-marker):
2720         * emulation/viper-keym.el (viper-toggle-key):
2721         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
2722         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
2723         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
2724         * emulation/viper-cmd.el (viper-exec-form-in-vi)
2725         (viper-exec-form-in-emacs, viper-brac-function):
2726         * emulation/viper.el (viper-delocalize-var):
2727         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
2728         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
2729         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
2730         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
2731         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
2732         * emulation/edt.el (edt-electric-helpify):
2733         * emulation/cua-rect.el (cua--rectangle-aux-replace):
2734         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
2735         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
2736         (cua-indent-to-global-mark-column):
2737         * calendar/diary-lib.el (calendar-mark-1):
2738         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
2739         Use with-current-buffer.
2740         * emulation/viper.el (viper-delocalize-var): Use dolist.
2742 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
2744         * comint.el (comint-replace-by-expanded-history-before-point):
2745         Replace !! with the previous input string literally (Bug#1795).
2747 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
2749         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
2750         to be made up of whitespace.
2752 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
2754         * minibuffer.el (read-file-name): Don't use file dialogs for
2755         remote directories (Bug#99).
2757 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
2759         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
2761 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
2763         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
2764         instead of deleting the window or frame.
2766 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
2768         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
2769         Support face colors.
2771         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
2772         New function.  Support face colors (Bug#1168).
2773         (tex-common-initialization): Use it.
2775         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
2776         mode allows it (Bug#1168).
2778 2009-10-31  Juri Linkov  <juri@jurta.org>
2780         * facemenu.el (list-colors-display): Don't mark buffer as
2781         modified (Bug#3948).
2783 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
2785         * international/mule-diag.el (list-character-sets-1): Minor
2786         message fix (Bug#3526).
2788         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
2789         face property (Bug#4834).
2790         (etags-list-tags, etags-tags-apropos-additional)
2791         (etags-tags-apropos, tags-select-tags-table): Add follow-link
2792         property.
2794         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
2795         items.
2797         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
2798         items.
2800         * cedet/ede.el (ede-minor-mode):
2801         * cedet/semantic.el (semantic-mode): Toggle menu separators.
2803 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2805         * textmodes/two-column.el (2C-split):
2806         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
2807         * textmodes/tex-mode.el (tex-set-buffer-directory):
2808         * textmodes/spell.el (spell-region, spell-string):
2809         * textmodes/reftex.el (reftex-erase-buffer):
2810         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
2811         * textmodes/reftex-toc.el (reftex-toc-promote-action):
2812         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
2813         (reftex-select-item):
2814         * textmodes/reftex-ref.el (reftex-label-info-update)
2815         (reftex-offer-label-menu):
2816         * textmodes/reftex-index.el (reftex-index-change-entry)
2817         (reftex-index-phrases-info):
2818         * textmodes/reftex-global.el (reftex-create-tags-file)
2819         (reftex-save-all-document-buffers, reftex-ensure-write-access):
2820         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
2821         (reftex-view-crossref-from-bibtex):
2822         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
2823         (reftex-extract-bib-entries-from-thebibliography)
2824         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
2825         * textmodes/refbib.el (r2b-capitalize-title):
2826         (r2b-convert-buffer, r2b-help):
2827         * textmodes/page-ext.el (pages-directory)
2828         (pages-directory-goto-with-mouse):
2829         * textmodes/bibtex.el (bibtex-validate-globally):
2830         * textmodes/bib-mode.el (bib-capitalize-title):
2831         * textmodes/artist.el (artist-clear-buffer, artist-system):
2832         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
2833         (local-set-scheme-interaction-buffer, xscheme-process-filter)
2834         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
2835         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
2836         (xscheme-send-control-g-interrupt, xscheme-start-process)
2837         (xscheme-process-sentinel, xscheme-cd):
2838         * progmodes/verilog-mode.el (verilog-read-always-signals)
2839         (verilog-set-define, verilog-getopt-file)
2840         (verilog-module-inside-filename-p):
2841         * progmodes/sh-script.el:
2842         * progmodes/python.el (python-pdbtrack-get-source-buffer)
2843         (python-pdbtrack-grub-for-buffer, python-execute-file):
2844         * progmodes/octave-inf.el (inferior-octave):
2845         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
2846         (idlwave-shell-compile-helper-routines, idlwave-set-local)
2847         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
2848         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
2849         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
2850         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
2851         (idlwave-shell-filter, idlwave-shell-examine-highlight)
2852         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
2853         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
2854         (idlwave-shell-examine-display, idlwave-shell-run-region)
2855         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
2856         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
2857         * progmodes/idlw-help.el (idlwave-help-get-special-help)
2858         (idlwave-help-get-help-buffer):
2859         * progmodes/gud.el (gud-basic-call, gud-find-class)
2860         (gud-tooltip-activate-mouse-motions-if-enabled):
2861         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
2862         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
2863         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
2864         (ebrowse-tags-next-file):
2865         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
2866         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
2867         (ebnf-eps-finish-and-write):
2868         * progmodes/cpp.el (cpp-edit-save):
2869         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
2870         * progmodes/cc-defs.el (c-emacs-features):
2871         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
2872         (antlr-directory-dependencies):
2873         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
2874         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
2875         (ada-find-any-references, ada-make-filename-from-adaname)
2876         (ada-make-body-gnatstub):
2877         * obsolete/rnews.el (news-list-news-groups):
2878         * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
2879         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
2880         * net/rcirc.el (rcirc-debug):
2881         * net/newst-treeview.el (newsticker--treeview-list-add-item)
2882         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
2883         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
2884         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
2885         (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
2886         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
2887         (newsticker--treeview-list-clear-highlight)
2888         (newsticker--treeview-list-update-highlight)
2889         (newsticker--treeview-list-highlight-start)
2890         (newsticker--treeview-tree-update-highlight)
2891         (newsticker--treeview-get-selected-item)
2892         (newsticker-treeview-mark-list-items-old)
2893         (newsticker--treeview-set-current-node):
2894         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
2895         * net/newst-backend.el (newsticker--get-news-by-funcall)
2896         (newsticker--get-news-by-wget, newsticker--image-get)
2897         (newsticker--image-sentinel):
2898         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
2899         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
2900         (eudc-ph-close-session):
2901         * net/eudc.el (eudc-save-options):
2902         * language/thai-word.el (thai-update-word-table):
2903         * language/japan-util.el (japanese-string-conversion):
2904         * international/titdic-cnv.el (tsang-quick-converter)
2905         (ziranma-converter, ctlau-converter):
2906         * international/mule-cmds.el (describe-language-environment):
2907         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
2908         (skkdic-convert-postfix, skkdic-convert-prefix):
2909         (skkdic-convert-okuri-nasi, skkdic-convert):
2910         * emacs-lisp/re-builder.el (reb-update-overlays):
2911         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
2912         * emacs-lisp/gulp.el (gulp-send-requests):
2913         * emacs-lisp/find-gc.el (trace-call-tree):
2914         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
2915         (eieio-describe-generic):
2916         * emacs-lisp/eieio-base.el (eieio-persistent-read):
2917         * emacs-lisp/edebug.el (edebug-outside-excursion):
2918         * emacs-lisp/debug.el (debugger-make-xrefs):
2919         * emacs-lisp/cust-print.el (custom-prin1-to-string):
2920         * emacs-lisp/chart.el (chart-new-buffer):
2921         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
2922         Use with-current-buffer.
2923         * textmodes/artist.el (artist-system): Don't call
2924         copy-sequence on a fresh string.
2925         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
2927 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
2929         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
2930         is no item to edit.  (Bug#4820)
2931         (todo-top-priorities): Restore point and restore narrowing in Todo
2932         buffer.  (Bug#4820)
2934 2009-10-31  Glenn Morris  <rgm@gnu.org>
2936         * net/ange-ftp.el (top-level): Don't require dired when compiling.
2937         (comint-last-output-start, comint-last-input-start)
2938         (comint-last-input-end): Don't defvar when compiling.
2939         (ange-ftp-process-file): Use bound-and-true-p.
2941         * pcmpl-rpm.el (top-level): Move provide statement to end.
2942         (pcmpl-rpm): Remove unused custom group.
2944         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
2946         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
2948         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2949         (byte-compile-warnings): Add `constants' as an option.
2950         (byte-compile-callargs-warn, byte-compile-arglist-warn)
2951         (display-call-tree): Update for byte-compile-fdefinition possibly
2952         returning `(macro lambda ...)'.  (Bug#4778)
2953         (byte-compile-variable-ref, byte-compile-setq-default):
2954         Respect `constants' member of byte-compile-warnings.
2956         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
2957         Use mapc rather than mapcar because the return value is never used.
2959         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
2960         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
2961         * cedet/semantic/html.el:
2962         Suppress harmless warnings about setting up semantic-imenu (not
2963         part of Emacs) variables.
2965 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2967         * vc-bzr.el (vc-bzr-revision-keywords): New var.
2968         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
2969         to "submit:".
2971         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
2972         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
2973         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
2974         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
2975         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
2976         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
2977         (semantic-analyzer-debug-global-symbol)
2978         (semantic-analyzer-debug-missing-innertype)
2979         (semantic-analyzer-debug-insert-include-summary):
2980         * cedet/semantic/util.el (semantic-file-tag-table):
2981         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
2982         (semantic-recursive-find-nonterminal-by-name):
2983         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
2984         * cedet/semantic/tag-file.el (semantic-prototype-file):
2985         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
2986         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
2987         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
2988         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2989         (semantic-idle-summary-maybe-highlight):
2990         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
2991         (semantic-ia-sb-tag-info):
2992         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
2993         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
2994         * cedet/semantic/ede-grammar.el (project-compile-target):
2995         (ede-proj-makefile-insert-variables):
2996         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
2997         (semantic-debug-set-source-location, semantic-debug-interface-layout)
2998         (semantic-debug-mode, semantic-debug):
2999         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
3000         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
3001         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3002         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
3003         (semanticdb-find-translate-path-includes--internal)
3004         (semanticdb-reset-log, semanticdb-find-log-activity):
3005         * cedet/semantic/db-file.el (object-write):
3006         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3007         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
3008         (semanticdb-create-ebrowse-database):
3009         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
3010         * cedet/semantic/complete.el (semantic-displayor-focus-request)
3011         (semantic-collector-calculate-completions-raw)
3012         (semantic-complete-read-tag-analyzer):
3013         * cedet/semantic/analyze.el (semantic-analyze-pulse):
3014         * cedet/ede/util.el (ede-update-version-in-source):
3015         * cedet/ede/proj.el (project-delete-target):
3016         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
3017         (ede-proj-flush-autoconf):
3018         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
3019         (ede-proj-configure-synchronize):
3020         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
3021         * cedet/ede/linux.el (ede-linux-version):
3022         * cedet/ede/emacs.el (ede-emacs-version):
3023         * cedet/ede/dired.el (ede-dired-add-to-target):
3024         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
3025         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
3026         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
3027         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
3028         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
3029         (cedet-idutils-version-check):
3030         * cedet/cedet-global.el (cedet-gnu-global-call):
3031         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
3032         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
3033         * cedet/cedet-cscope.el (cedet-cscope-call)
3034         (cedet-cscope-expand-filename, cedet-cscope-version-check):
3035         Use with-current-buffer.
3036         * cedet/ede.el (ede-make-project-local-variable)
3037         (ede-set-project-variables, ede-set): Use dolist.
3039 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
3041         * textmodes/ispell.el (ispell-skip-region-alist):
3042         * international/mule-conf.el (eight-bit):
3043         * international/fontset.el (font-encoding-alist):
3044         * startup.el (pure-space-overflow-message):
3045         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
3046         * paths.el (gnus-nntp-service, rmail-spool-directory)
3047         (term-file-prefix):
3048         * files.el (save-some-buffers-action-alist):
3049         * cmuscheme.el (same-window-buffer-names):
3050         * ielm.el (same-window-buffer-names):
3051         * shell.el (same-window-buffer-names):
3052         * mail/sendmail.el (same-window-buffer-names):
3053         * progmodes/inf-lisp.el (same-window-buffer-names):
3054         * bindings.el (mode-line-client)
3055         (mode-line-column-line-number-mode-map):
3056         * language/tibetan.el (tibetan-precomposition-rule-regexp)
3057         (tibetan-precomposed-regexp): Purecopy string arguments.
3059 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3061         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
3062         (calcDigit-nondigit):
3063         * calc/calc-yank.el (calc-copy-to-buffer):
3064         * calc/calc-units.el (calc-invalidate-units-table):
3065         * calc/calc-trail.el (calc-trail-yank):
3066         * calc/calc-store.el (calc-insert-variables):
3067         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
3068         * calc/calc-prog.el (calc-read-parse-table):
3069         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
3070         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
3071         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
3072         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
3073         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
3074         (calc-graph-name, calc-graph-find-command, calc-graph-view)
3075         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
3076         * calc/calc-ext.el (calc-realign):
3077         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
3078         (calc-embedded-finish-edit, calc-embedded-make-info)
3079         (calc-embedded-finish-command, calc-embedded-stack-change):
3080         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
3082         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
3083         (overload-docstring-extension): Use that info.
3084         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
3085         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
3086         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
3087         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
3088         (semantic-nonterminal-full-name): Add the new `when' info.
3089         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
3090         `assert'.
3092         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
3093         shell-dynamic-complete-filename in preference to
3094         comint-dynamic-complete-filename.
3096         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
3097         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
3098         Don't consider whether the display supports colors.
3099         (bookmark-import-new-list): Use dolist.
3100         (bookmark-bmenu-mode-map): Move initialization into declaration.
3101         (bookmark-bmenu-list): Use dolist, simplify.
3102         (bookmark-show-all-annotations): Use save-selected-window and dolist.
3103         (menu-bar-final-items): Use push.
3105 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
3107         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
3108         it works on remote files.
3109         (vc-hg-diff): Don't pass any `--cwd' argument.
3111 2009-10-27  Kevin Ryde  <user42@zip.com.au>
3113         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
3114         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
3115         (Further to Bug#3921).
3117 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
3119         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
3120         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
3121         calling `tramp-imap-put-file'.  Add file size to the call.
3122         (tramp-imap-get-file-entries): Compute also user name, file size,
3123         and date.
3124         (tramp-imap-handle-insert-directory): Insert uid and gid.
3125         (tramp-imap-handle-file-attributes): Transform uid and gid
3126         according to `id-format'.
3127         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
3128         size in header X-Size.
3130 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
3132         * simple.el (transpose-subr): Give clearer error when the mark
3133         is not set.  (Bug#4807)
3135 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
3137         * net/tramp.el (tramp-perl-file-truename): New defconst.
3138         Perl code contributed by yary <not.com@gmail.com> (tiny change).
3139         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
3140         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
3141         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
3143         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
3144         Ignore `dired-call-process'.
3145         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
3147 2009-10-26  Julian Scheid  <julians37@gmail.com>
3149         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
3150         (tramp-get-remote-readlink): New defun.
3151         (tramp-handle-file-truename): Use it.
3152         (tramp-handle-file-exists-p): Check file-attributes cache, assume
3153         file exists if cache value present.
3154         (tramp-check-cached-permissions) New defun.
3155         (tramp-handle-file-readable-p): Use it.
3156         (tramp-handle-file-writable-p): Likewise.
3157         (tramp-handle-file-executable-p): Likewise.
3158         (tramp-handle-file-name-all-completions): Try using Perl to get
3159         partial completions.  When perl not available, combine `cd' and
3160         `ls' into single remote operation and use shell expansion to get
3161         partial remote directory contents.  Set `file-exists-p' cache for
3162         directory and any files returned by ls.  Change cache handling to
3163         support partial directory contents.  Use error message emitted by
3164         remote `cd' or Perl code for local tramp-error.
3165         (tramp-do-copy-or-rename-file-directly): Avoid separate
3166         tramp-send-command-and-check call.
3167         (tramp-handle-process-file): Merge three remote ops into one.
3168         Do not flush all caches when `process-file-side-effects' is set.
3169         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
3170         file-attributes shows uid/gid to be set already.
3172 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
3174         * textmodes/tex-mode.el (tex-dvi-view-command)
3175         (tex-show-queue-command, tex-open-quote):
3176         * progmodes/ruby-mode.el (auto-mode-alist)
3177         (interpreter-mode-alist): Purecopy strings.
3179         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
3181         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
3182         string for the hook, keymap and abbrev table.
3184         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
3186         * x-dnd.el (x-dnd-xdnd-to-action):
3187         * startup.el (fancy-startup-text, fancy-about-text): Change to
3188         defconst from defvar.
3190         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
3192         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
3193         Purecopy initialization strings.
3195         * mail/sendmail.el (mail-header-separator)
3196         (mail-personal-alias-file):
3197         * mail/rmail.el (rmail-default-dont-reply-to-names)
3198         (rmail-ignored-headers, rmail-retry-ignored-headers)
3199         (rmail-highlighted-headers, rmail-secondary-file-directory)
3200         (rmail-secondary-file-regexp):
3201         * files.el (null-device, file-name-invalid-regexp)
3202         (locate-dominating-stop-dir-regexp)
3203         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
3204         (interpreter-mode-alist): Use mapcar instead of mapc.
3206         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
3208         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
3209         (completion-ignored-extensions):
3210         (debug-ignored-errors): Purecopy strings.
3212 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3214         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
3215         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
3216         (pcomplete--here): Use push.
3218         * subr.el (all-completions): Declare the 4th arg obsolete.
3220 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3222         * pcomplete.el (pcomplete-unquote-argument-function): New var.
3223         (pcomplete-unquote-argument): New function.
3224         (pcomplete--common-suffix): Always pay attention to case.
3225         (pcomplete--table-subvert): Quote and unquote the text.
3226         (pcomplete--common-quoted-suffix): New function.
3227         (pcomplete-std-complete): Use it and pcomplete-begin.
3229         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
3230         we're inside a dedicated or minibuffer window.
3232 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3234         * cedet/semantic/fw.el (semantic-alias-obsolete)
3235         (semantic-varalias-obsolete): Make the `when' arg mandatory.
3236         (define-mode-overload-implementation):
3237         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
3238         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
3239         * cedet/semantic/util.el (semantic-file-token-stream)
3240         (semantic-something-to-stream):
3241         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
3242         (semantic-expand-nonterminal):
3243         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
3244         (semantic-find-dependency, semantic-find-nonterminal)
3245         (semantic-find-dependency):
3246         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
3247         (semantic-flex-text, semantic-flex-make-keyword-table)
3248         (semantic-flex-keyword-p, semantic-flex-keyword-put)
3249         (semantic-flex-keyword-get, semantic-flex-map-keywords)
3250         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
3251         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
3252         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
3253         (semantic-after-idle-scheduler-reparse-hooks):
3254         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
3255         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
3256         * cedet/semantic.el (semantic-toplevel-bovine-table)
3257         (semantic-toplevel-bovine-cache)
3258         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
3259         (semantic-init-mode-hooks, semantic-init-db-hooks)
3260         (semantic-bovination-working-type): Provide the `when' arg.
3262 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
3264         * bookmark.el: Update documentation, especially documentation
3265         of `bookmark-alist' and of the bookmark file format.
3266         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
3268 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
3270         * mail/emacsbug.el (report-emacs-bug): Clarify that the
3271         keybindings apply to the mail buffer (Bug#4003).  Shrink help
3272         window to buffer.
3274         * whitespace.el (whitespace-mode, whitespace-newline-mode)
3275         (global-whitespace-mode, global-whitespace-newline-mode)
3276         (whitespace-toggle-options, global-whitespace-toggle-options):
3277         Doc fix (Bug#3660).
3279         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
3280         of xmltok-start before the end tag was inserted (Bug#2840).
3282         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
3283         patterns that are preceded by an open-paren (Bug#1320).
3285 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
3287         * files.el (delete-directory): Delete symlinks to directories with
3288         delete-file (Bug#4739).
3290 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
3292         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
3293         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
3294         argument to make-obsolete.
3296         * cedet/semantic/fw.el (semantic-alias-obsolete)
3297         (semantic-varalias-obsolete): Add optional WHEN argument.
3299 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
3301         * vc.el (vc-backend-for-registration): Rename from
3302         vc-get-backend-for-registration.  Update callers.
3304         * international/mule-cmds.el (set-language-info-alist):
3305         Purecopy lang-env.
3306         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
3307         (charset): Purecopy the name.
3308         (define-char-code-property): Purecopy string arguments.
3310         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
3311         Purecopy string arguments.
3313         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3314         * ediff-hook.el (menu-bar-ediff-menu):
3315         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
3316         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
3318 2009-10-24  Glenn Morris  <rgm@gnu.org>
3320         * comint.el (comint-dynamic-list-completions):
3321         * term.el (term-dynamic-list-completions): Use choose-completion rather
3322         than obsolete alias mouse-choose-completion.
3324         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
3325         file-cache-choose-completion.
3326         (file-cache-choose-completion): Handle an optional event argument.
3327         (file-cache-mouse-choose-completion): Make it an obsolete alias.
3329         * progmodes/octave-mod.el (octave-complete-symbol):
3330         Use choose-completion if mouse-choose-completion is ever removed.
3332         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
3333         use.
3335         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
3336         compiler.
3338         * vc-hooks.el (vc-responsible-backend): Fix declaration.
3340 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3342         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
3343         Ignore `pred' now that we receive one.
3344         Handle test-completion specially.
3346 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
3348         * vc.el (vc-responsible-backend): Throw an error if not backend is
3349         found.  Remove the REGISTER argument.  Move the code dealing with
3350         REGISTER ...
3351         (vc-get-backend-for-registration): ... here.  New function.
3352         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
3353         of vc-responsible-backend, pass the file name instead of the
3354         directory name.
3356 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3358         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
3359         New funs.
3360         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
3361         (pcomplete-comint-setup): Don't modify a global var via
3362         accidental side-effects.
3363         (pcomplete-shell-setup): Adjust call accordingly.
3364         (pcomplete-parse-comint-arguments): Use push.
3366 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
3368         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
3369         Allow uncapitalized info node names (Bug#3921).
3371         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
3372         to the DEBUG file (Bug#3781).
3374 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
3376         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
3377         dictionary entry (Bug#4579).
3379 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
3381         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
3382         from `rfn-eshadow-update-overlay-hook' when unloading.
3383         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
3384         "rsyncc".  Adjust doc string.
3385         (tramp-temp-buffer-file-name) New buffer-local defvar.
3386         (tramp-handle-insert-file-contents, tramp-handle-write-region):
3387         Keep temporary file when indicated by method ("rsync" and
3388         "rsyncc").
3389         (tramp-handle-write-region): Handle APPEND.
3390         (tramp-delete-temp-file-function): New defun.  Added to
3391         `kill-buffer-hook'.
3393 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
3395         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
3397 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
3399         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
3400         (color-name-rgb-alist, tty-standard-colors)
3401         (tty-color-mode-alist): Change to defconst.
3403         * simple.el (mark-inactive): Purecopy message.
3405         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
3406         (global-map, yank-menu):
3407         * textmodes/ispell.el (ispell-menu-map):
3408         * net/eudc.el (eudc-tools-menu):
3409         * international/mule-cmds.el (describe-language-environment-map)
3410         (setup-language-environment-map, set-coding-system-map)
3411         (mule-menu-keymap):
3412         * vc-hooks.el (vc-menu-entry, vc-menu-map):
3413         * replace.el (occur-mode-map):
3414         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
3416 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
3418         * calc/calc.el (math-read-number, math-read-number-simple): Use
3419         `save-match-data'.
3421 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3423         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
3424         rather than fiddling with global-map bindings, since it should only
3425         affect per-terminal settings.
3426         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
3428         * minibuffer.el (completion-table-with-terminator): Allow to specify
3429         the terminator-regexp.
3431         * simple.el (switch-to-completions): Look for *Completions* in other
3432         frames as well.
3434         * pcomplete.el: Allow the use of completion-tables.
3435         (pcomplete-std-complete): New command.
3436         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
3437         (pcomplete--here): Use a function for `form' rather than an expression,
3438         so it can be byte-compiled.
3439         (pcomplete-here, pcomplete-here*): Adjust accordingly.
3440         Add edebug declaration.
3441         (pcomplete-show-completions): Remove unused var `curbuf'.
3442         (pcomplete-do-complete, pcomplete-stub):
3443         Don't assume `completions' is a list of strings any more.
3445 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
3447         * find-dired.el (find-name-arg): Fix typo in docstring.
3449 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3451         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
3452         (pcmpl-linux-fs-types): Same, and update to new modules layout.
3454         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
3455         pcomplete-entries.
3457         * comint.el (comint-read-input-ring, comint-write-input-ring)
3458         (comint-substitute-in-file-name)
3459         (comint-dynamic-complete-as-filename)
3460         (comint-dynamic-simple-complete)
3461         (comint-dynamic-list-filename-completions)
3462         (comint-dynamic-list-completions)
3463         (comint-redirect-results-list-from-process): Minor simplifications.
3465 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3467         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3468         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
3469         the first form.  And insert a blank line after ";;; Code" since
3470         that's usual style.  (Bug#4612)
3472         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
3474 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3476         * minibuffer.el (completion-table-with-terminator): Properly implement
3477         boundaries, in case `terminator' appears in the suffix.
3478         (completion--embedded-envvar-table): Don't return boundaries if
3479         there's no valid completion.  Simplify.
3480         (completion-file-name-table): New completion table extracted from
3481         completion--file-name-table.
3482         (completion--file-name-table): Use it.
3483         (read-file-name-predicate): Declare obsolete.
3484         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
3485         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
3486         completion-file-name-table, and use the `pred' argument.
3487         * files.el (locate-file-completion-table): Use the `pred' arg rather
3488         than read-file-name-predicate.
3489         (abbreviate-file-name): Use \` rather than ^ for BOS.
3491 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
3493         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
3494         vc-responsible-backend to register, it causes problems.
3496 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3498         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
3500 2009-10-21  Eric Ludlam  <zappo@gnu.org>
3502         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
3503         (semantic-c-debug-mode-init-pch): New functions.
3504         (semantic-c-debug-mode-init-last-mode): New var.
3505         (semantic-c-parse-lexical-token): Use them.
3507         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
3508         When extracting the argument list, limit only by point-max.
3510 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
3512         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
3513         (tramp-smb-handle-file-attributes): Use it.
3514         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
3515         (tramp-smb-handle-insert-directory): Use `mapc' rather than
3516         `mapcar'.  Use `tramp-smb-get-stat-capability'.
3517         Add `dired-filename' text properties.
3518         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
3519         (tramp-smb-maybe-open-connection): Simplify check for smbclient
3520         version.
3522 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3524         * subr.el (read-key-delay): Reduce to 0.01.
3525         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
3526         (bug#4751).
3528 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3530         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
3532         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
3533         (Info-menu): Remove unused vars `last' and `completions'.
3534         (Info-index-nodes): Remove unused var `node'.
3536         * info.el (Info-complete-menu-item): Use complete-with-action.
3538 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
3540         Make vc-annotate work through copies and renames.
3541         * vc-annotate.el (vc-annotate-extract-revision-at-line):
3542         Return the file name too.
3543         (vc-annotate-revision-at-line)
3544         (vc-annotate-find-revision-at-line)
3545         (vc-annotate-revision-previous-to-line)
3546         (vc-annotate-show-log-revision-at-line): Update to get the file
3547         name from vc-annotate-extract-revision-at-line.
3548         (vc-annotate-show-diff-revision-at-line-internal): Change the
3549         argument to mean whether to show a file diff or not.  Get the file
3550         name from vc-annotate-extract-revision-at-line.
3551         (vc-annotate-show-diff-revision-at-line):
3552         Update vc-annotate-show-diff-revision-at-line call.
3553         (vc-annotate-warp-revision): Add an optional file argument.
3555         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
3556         (vc-git-annotate-extract-revision-at-line): Also return the file
3557         name if found.
3559         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
3560         command.  Remove unused code.
3561         (vc-hg-annotate-re): Update to match --follow output.
3562         (vc-hg-annotate-extract-revision-at-line): Also return the file
3563         name if found.
3565         * vc.el: Update annotate-extract-revision-at-line documentation.
3567 2009-10-18  Kevin Ryde  <user42@zip.com.au>
3569         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
3570         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
3572         * net/browse-url.el (browse-url): Identify alist with "consp and
3573         not functionp" and let all other things go down the `apply' leg,
3574         as suggested by Stefan.  (Further to bug#4531.)
3576 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
3578         * minibuffer.el (read-file-name): Check for repeat before putting
3579         a default argument in file-name-history (Bug#4657).
3581         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
3582         read syntax (Bug#4737).
3584         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
3586 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
3588         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
3589         (html-tag-alist, html-tag-help): Add descriptions for undocumented
3590         entries and make note of obsolete tags.
3592 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3594         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
3596 2009-10-18  Glenn Morris  <rgm@gnu.org>
3598         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
3599         grep, so that binary files (eg international/uni-bidi.el) can match.
3600         Remove test for "UnicodeData" files, since it is hopefully unnecessary
3601         now, and in any case the file header format has changed.
3603 2009-10-17  Glenn Morris  <rgm@gnu.org>
3605         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
3606         (flyspell-get-word, flyspell-large-region)
3607         (flyspell-auto-correct-previous-word): Doc/error message fixes.
3609 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
3611         * Makefile.in (ELCFILES): Add ede/shell.
3613 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
3615         * term/common-win.el (x-colors): Purecopy it.
3617 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3619         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
3620         permissive for when the buffer is empty.
3621         (tar-header-block-tokenize): Decode the username and groupname.
3622         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
3624 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
3626         * cedet/srecode/srt.el:
3627         * cedet/srecode/compile.el:
3628         * cedet/semantic/mru-bookmark.el:
3629         * cedet/semantic/debug.el:
3630         * cedet/semantic/complete.el:
3631         * cedet/semantic/analyze.el: Require CL when compiling.
3633 2009-10-17  Eric Ludlam  <zappo@gnu.org>
3635         * cedet/semantic/scope.el
3636         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
3637         tmpscope so that the regular scope will continue to work.
3639         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
3640         Use semantic-idle-summary-highlight-face as the highlighting.
3642         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
3643         contains multibyte characters, choose first applicable coding
3644         system automatically.
3646         * cedet/ede/project-am.el (project-run-target): New method.
3647         (project-run-target): New method.
3649         * cedet/ede.el (ede-target): Add run target menu item.
3650         (ede-project, ede-minor-keymap): Add ede-run-target binding.
3651         (ede-run-target): New function.
3652         (ede-target::project-run-target): New method.
3654         * cedet/ede/proj.el (project-run-target): New method.
3656         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
3657         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
3658         Add :rules.
3659         (ede-proj-target-makefile-shared-object): Only libtool compilers
3660         now available.  Add linkers for libtool.
3661         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
3662         (ede-proj-makefile-target-name): Always use .la extension.
3664         * cedet/ede/proj-prog.el (project-run-target): New method.
3666         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
3667         (ede-g++-linker): Change Change link lines.
3669         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
3670         When searching for old variables, go to the end of the buffer and
3671         search backward from there.
3672         (ede-proj-makefile-automake-insert-subdirs)
3673         (ede-proj-makefile-automake-insert-extradist): New methods.
3674         (ede-proj-makefile-create): Use them.
3676         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
3677         Force FILE to expand to the current target.  Use file-exists-p to
3678         check that it exists.
3680         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
3681         (ede-linux-load): Wrap dir in file-name-as-directory.
3682         Set :version slot.
3684         * cedet/ede/files.el (ede-get-locator-object): When enabling
3685         locate, do so on "top".
3687         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
3688         file-name-as-directory during compare.
3689         (ede-emacs-version): Return Emacs/XEmacs differentiator.
3690         Get version number from different places.  Don't call egrep.
3691         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
3692         to set the directory.
3694         * cedet/ede/shell.el: New file.
3696         * cedet/inversion.el (inversion-decoders): Allow for stray . in
3697         alpha/beta variants.
3699 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3701         * international/mule-cmds.el (select-safe-coding-system): If the file
3702         has a coding cookie, use it regardless of any other setting (bug#4712).
3704 2009-10-17  Glenn Morris  <rgm@gnu.org>
3706         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
3707         All errors should have messages.
3709         * foldout.el (foldout-mouse-swallow-events):
3710         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
3712         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
3713         (dired-keep-marker-copy, dired-keep-marker-hardlink)
3714         (dired-keep-marker-symlink, dired-dwim-target)
3715         (dired-copy-preserve-time): Do not autoload these defcustoms.
3717         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
3718         messages from messing up the file coding.  (Bug#4623)
3720 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
3722         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
3723         if no match is found for the current dictionary.  (Bug#4578)
3725         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
3726         optional, since that is how it is documented, and this is often called
3727         with a nil argument.  (Bug#4577)
3728         (flyspell-external-point-words, flyspell-auto-correct-word)
3729         (flyspell-correct-word-before-point, flyspell-word-search-forward)
3730         (flyspell-word-search-backward): Remove nil argument in calls to
3731         flyspell-get-word, since it is not needed now.
3733 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
3735         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
3737 2009-10-16  Glenn Morris  <rgm@gnu.org>
3739         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
3741 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
3743         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
3744         (ange-ftp-file-size): New function.
3745         (ange-ftp-file-attributes): Use it.
3747 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
3749         * net/tramp-smb.el (tramp-smb-version): New defvar.
3750         (tramp-smb-maybe-open-connection): Use it, in order to avoid
3751         repeated checks.
3753 2009-10-16  Glenn Morris  <rgm@gnu.org>
3755         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
3756         Maybe copy some custom properties from old to new name.  (Bug#4706)
3758 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
3760         * subr.el (error, sit-for, start-process-shell-command)
3761         (start-file-process-shell-command): Set the calling convention
3762         after the function definition.
3764 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3766         * subr.el (error, sit-for, start-process-shell-command)
3767         (start-file-process-shell-command): Use the new
3768         set-advertised-calling-convention feature.
3770 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
3772         * international/ucs-normalize.el (ucs-normalize-version):
3773         Change to 1.2.
3774         (check-range): Adjust for Unicode 5.2.
3776 2009-10-15  Juri Linkov  <juri@jurta.org>
3778         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
3779         to the `menu-item' format.
3781 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
3783         * net/tramp.el (tramp-replace-environment-variables): Do not fail
3784         if the environment variable does not exist.
3786         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3787         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
3788         parameter.
3789         (tramp-smb-handle-add-name-to-file)
3790         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3791         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3792         (tramp-smb-handle-file-attributes)
3793         (tramp-smb-do-file-attributes-with-stat)
3794         (tramp-smb-handle-file-local-copy)
3795         (tramp-smb-handle-insert-directory)
3796         (tramp-smb-handle-make-directory)
3797         (tramp-smb-handle-make-directory-internal)
3798         (tramp-smb-handle-make-symbolic-link)
3799         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
3800         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
3801         (tramp-smb-maybe-open-connection): Apply the changed parameters.
3802         (tramp-smb-read-file-entry): Read Disk names in compressed format.
3803         Handle long file names.
3804         (tramp-smb-get-cifs-capabilities): Check, whether the connection
3805         process is running.
3806         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
3807         Read share names with "-g" option.
3809 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
3811         * net/rcirc.el (rcirc-view-log-file): New command.
3812         (rcirc-track-minor-mode-map): Remove C-c ` binding.
3813         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
3814         specified.
3816 2009-10-15  Glenn Morris  <rgm@gnu.org>
3818         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
3819         from the second command-line argument.
3820         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
3821         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
3822         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
3823         w32-batch-update-autoloads.
3824         * emacs-lisp/autoload.el (autoload-make-program): New variable.
3825         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
3827         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
3828         the headers cannot be located.  Simplify, subtracting superflous
3829         save-excursions.
3831 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3833         Replace completion-base-size by completion-base-position to fix bugs
3834         such as (bug#4699).
3835         * simple.el (completion-base-position): New var.
3836         (completion-base-size): Mark as obsolete.
3837         (choose-completion): Make it work for mouse events as well.
3838         Pass the new base-position to choose-completion-string.
3839         (choose-completion-guess-base-position): New function, extracted from
3840         choose-completion-delete-max-match.
3841         (choose-completion-delete-max-match): Use it.  Make obsolete.
3842         (choose-completion-string): Use the new base-position info.
3843         (completion-root-regexp): Delete.
3844         (completion-setup-function): Preserve completion-base-position.
3845         Eliminate obsolete base-size manipulation.
3846         * minibuffer.el (display-completion-list): Don't mess with base-size.
3847         (minibuffer-completion-help): Set completion-base-position instead.
3848         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
3849         choose-completion.
3850         * textmodes/bibtex.el (bibtex-complete):
3851         * emacs-lisp/crm.el (crm--choose-completion-string):
3852         Adjust to new calling convention.
3853         * complete.el (partial-completion-mode): Use minibufferp to avoid
3854         bumping into incompatible change to choose-completion-string-functions.
3855         * ido.el (ido-choose-completion-string): Make its calling convention
3856         more permissive.
3857         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
3858         base-size manipulation.
3859         (comint-dynamic-list-input-ring): Use dotimes and push.
3860         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
3861         fundamental-mode.  Use `or'.
3863 2009-10-14  Juri Linkov  <juri@jurta.org>
3865         * misearch.el (multi-isearch-next-buffer-from-list)
3866         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
3868 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3870         * Makefile.in (compile-onefile): Load `bytecomp' rather than
3871         `bytecomp.el'.
3873         * minibuffer.el (completion-pcm--merge-completions): Make sure the
3874         string we return is all made up of text from the completions rather
3875         than part from the completions and part from the input (bug#4219).
3877         * ido.el (ido-everywhere): Use define-minor-mode.
3879         * buff-menu.el (list-buffers, ctl-x-map):
3880         Mark the entry points with ;;;###autoload cookies.
3882 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3884         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
3885         correctly in the detached head case.
3886         (vc-git-print-log): Remove unused binding.
3888         * vc.el (vc-responsible-backend): When a directory is passed for
3889         for registration create a VC repository if no backend is
3890         responsible for the directory argument.
3891         (vc-deduce-fileset): Tell vc-responsible-backend to register.
3893         * vc.el: Move comments about RCS and SCCS ...
3894         * vc-rcs.el:
3895         * vc-sccs.el: ... here, respectively.
3897 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3899         * minibuffer.el (completion--file-name-table): Return nil if there's
3900         no file completion, even if substitute-in-file-name changed
3901         the string (bug#4708).
3903 2009-10-13  Juri Linkov  <juri@jurta.org>
3905         * files-x.el (read-file-local-variable-value): Don't filter out
3906         minor modes from mode name completion (bug#4664).
3908 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
3910         * international/mule-cmds.el (ucs-names): Remove exclusion of
3911         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
3913 2009-10-13  Kenichi Handa  <handa@m17n.org>
3915         * international/uni-name.el: Regenerated.
3917 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
3919         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
3920         should be automatically buffer-local, but isn't.)
3922 2009-10-12  Sam Steingold  <sds@gnu.org>
3924         * progmodes/compile.el (compilation-next-error-function): Fix the
3925         timestamps if the buffer has been visited before.
3926         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
3927         non-anchored patterns, like the perl one (bug#3928).
3929 2009-10-12  Glenn Morris  <rgm@gnu.org>
3931         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
3932         Let-bind `size'.
3934 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
3936         * proced.el (proced-unload-function): New function.
3938         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
3939         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
3940         Doc fix.
3942         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
3944 2009-10-11  Juri Linkov  <juri@jurta.org>
3946         * files-x.el (read-file-local-variable-value):
3947         Provide default value only for bound variables (bug#4664).
3949 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
3951         * net/tramp.el (tramp-local-host-p): Function shall return nil for
3952         connection methods like smb.
3954         * net/tramp-cache.el (tramp-flush-connection-property): The hash
3955         can be empty.
3957         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3958         (tramp-smb-file-name-handler-alist): Add handlers for
3959         `add-name-to-file', `make-symbolic-link'.
3960         (tramp-smb-handle-add-name-to-file)
3961         (tramp-smb-do-file-attributes-with-stat)
3962         (tramp-smb-handle-make-symbolic-link)
3963         (tramp-smb-get-cifs-capabilities): New defuns.
3964         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3965         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3966         (tramp-smb-handle-file-local-copy)
3967         (tramp-smb-handle-make-directory-internal)
3968         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
3969         The file name syntax depends on cifs capabilities.
3970         (tramp-smb-handle-file-attributes):
3971         Call `tramp-smb-do-file-attributes-with-stat' if possible.
3972         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
3973         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
3975 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
3977         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
3978         (eieio-defclass): Apply deftype handler and setf-method properties
3979         directly.
3980         (eieio-add-new-slot): Avoid union function from cl library.
3981         (eieio--typep): New function.
3982         (eieio-perform-slot-validation): Use it.
3984 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
3986         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
3987         Update documentation to refer to the variables documented in r1.135.
3988         (Bug#4188)
3990 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
3992         * bookmark.el (Info-suffix-list): Remove this unused variable.
3993         (bookmark-current-point): Remove this obsolete variable.
3994         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
3995         Adjust for removal of bookmark-current-point.
3997         (bookmarks-already-loaded, bookmark-current-buffer)
3998         (bookmark-yank-point): Document.  (Bug#4188)
4000 2009-10-10  Glenn Morris  <rgm@gnu.org>
4002         * frame.el (frame-height): Doc fix.
4004         * calendar/calendar.el (calendar-split-width-threshold): New option.
4005         (calendar-basic-setup): Use calendar-split-width-threshold.
4007 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
4009         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
4010         Use .la for Automake.
4012 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
4014         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
4015         Use "autoreconf -i".  Suggested by Andreas Schwab.
4017 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
4019         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
4020         Ideographic Supplement" range (U+1F200..U+1F2FF).
4022 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
4024         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
4025         since the list will have been rebuilt anyway.  (Bug#4349)
4027 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
4029         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
4030         (bookmark-bmenu-execute-deletions): Don't save here, as
4031         bookmark-delete will now do so if necessary.
4032         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
4033         (Bug#4348)
4035 2009-10-09  Glenn Morris  <rgm@gnu.org>
4037         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
4039 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
4041         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
4042         (bookmark-jump-other-window): Just invoke bookmark-jump with new
4043         argument now, so the two function's behaviors will match.  (Bug#3645)
4045 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
4047         * cedet/ede/proj.el (project-make-dist, project-compile-project):
4048         Fix filename test.
4049         (ede-proj-dist-makefile): Use expand-file-name instead of concat
4050         to expand file names.
4052 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
4054         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
4055         (tramp-file-name-real-host, tramp-file-name-port):
4056         Apply `save-match-data'.
4058         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
4059         case both directories are remote.
4060         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
4061         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
4063 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
4065         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
4066         (ede-proj-target-makefile-objectcode): Use it.
4068         * cedet/ede/source.el (ede-want-any-source-files-p)
4069         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
4070         Return search result.  This error was introduced while merging.
4072 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
4074         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
4076 2009-10-07  Glenn Morris  <rgm@gnu.org>
4078         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
4079         of concat.
4081 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4083         * files-x.el (read-file-local-variable): Include some
4084         non-user-variables in the completion table (bug#4664).
4086 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
4088         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
4089         message.
4091         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4092         (tramp-smb-file-name-handler-alist): Add handler for
4093         `copy-directory', `expand-file-name', `set-file-modes'.
4094         (tramp-smb-handle-copy-directory)
4095         (tramp-smb-handle-expand-file-name)
4096         (tramp-smb-handle-set-file-modes): New defuns.
4097         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
4098         (tramp-smb-handle-file-attributes): Simplify check for retrieving
4099         entry.
4100         (tramp-smb-handle-insert-directory): Don't flush the cache.
4101         (tramp-smb-maybe-open-connection): Check for samba client and
4102         server versions.
4104 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
4106         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
4107         to not error out of search for "^lisp=" fails.
4109 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
4111         * makefile.w32-in (WINS_UPDATES): New macro.
4112         (custom-deps, finder-data, autoloads): Use it.
4114 2009-10-07  Glenn Morris  <rgm@gnu.org>
4116         * Makefile.in (autoloads): Revert previous change.
4117         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
4118         the list of preloaded files passed on the command-line, get
4119         it from src/Makefile.
4121         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
4122         show the original buffer rather than a random one.
4124 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
4126         * help.el (describe-no-warranty): Place point in a slightly better
4127         position in the GPLv3 text.
4129 2009-10-06  Sam Steingold  <sds@gnu.org>
4131         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
4132         the comm attribute is present before calling regexp-quote.
4134 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
4136         * play/animate.el (animate-string): For good effect, make sure
4137         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
4139         * play/animate.el (animate-sequence, animate-birthday-present):
4140         * misc.el (butterfly): Don't set `indent-tabs-mode'.
4142 2009-10-06  Glenn Morris  <rgm@gnu.org>
4144         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
4146         * emacs-lisp/autoload.el (autoload-excludes): New variable.
4147         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
4148         (batch-update-autoloads): Process a string value of autoload-excludes,
4149         set during the build process.
4150         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
4152         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
4153         inside with-parsed...  macro so that `v' is defined.
4155         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
4156         * progmodes/fortran.el (fortran-end-of-block)
4157         (fortran-beginning-of-block):
4158         Also push mark in the macro case.
4160         * emerge.el (emerge-show-file-name):
4161         * calc/calc.el (calc-quit):
4162         * calc/calc-misc.el (calc-big-or-small):
4163         * calc/calc-graph.el (calc-graph-view):
4164         * calc/calc-ext.el (calc-reset):
4165         * calendar/calendar.el (calendar-basic-setup):
4166         Use window-full-height-p.
4168         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
4169         header we don't understand, don't insert another.  (Bug#4624)
4170         If changing mime charset, insert the new one in the right place.
4172 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
4174         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
4175         (cal-tex-cursor-month): Correctly increment the end date for diary and
4176         holiday listing.  (Bug#4626)
4178 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4180         * help-fns.el (describe-function-1): Don't burp if the function is not
4181         a symbol.
4183 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
4185         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
4186         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
4187         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
4188         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
4190         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
4191         (eieio-default-superclass): Reflow docstrings.
4192         (this, class-option-assoc, defclass, eieio-class-un-autoload)
4193         (eieio-unbind-method-implementations, defmethod)
4194         (eieio-validate-slot-value, eieio-validate-class-slot-value)
4195         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
4196         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
4197         (eieio-slot-originating-class-p, eieio-slot-name-index)
4198         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
4199         (constructor, initialize-instance, no-next-method, object-print)
4200         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
4201         Fix typos in docstrings.
4202         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
4203         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
4204         (next-method-p): Doc fixes.
4205         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
4206         Fix typos in error messages.
4207         (eieio-defmethod): Fix typo in description of generic method.
4209         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
4210         (eieio-persistent-save-interactive, slot-missing):
4211         Fix typos in docstrings.
4212         (eieio-instance-inheritor-slot-boundp): Doc fix.
4214         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
4215         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
4217         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
4218         (eieio-custom-object-apply-reset):
4219         Fix typos in docstrings and error messages.
4221         * emacs-lisp/eieio-datadebug.el (data-debug-show):
4222         Fix typo in docstring.
4224         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
4225         (eieio-browse-tree): Doc fix.
4226         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
4227         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
4228         Fix typos in docstrings.
4230         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
4231         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
4232         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
4233         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
4234         Reflow docstrings.
4236 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
4238         * vc-hg.el (log-view-vc-backend): Declare for compiler.
4239         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
4240         Set log-view-vc-backend so that diff can work.
4242         * log-view.el (log-view-diff): Use vc-diff-internal instead of
4243         vc-version-diff.
4244         (vc-diff-internal): Autoload this instead of vc-version-diff.
4246 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
4248         * simple.el (eval-expression): Doc fix.
4250         * progmodes/cwarn.el (cwarn-mode): Doc fix.
4252 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
4254         * files.el (directory-files-no-dot-files-regexp): New defconst.
4255         (delete-directory): Use it.
4256         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
4258         * net/tramp.el (tramp-verbose): Fix docstring.
4259         (tramp-methods): Add recursive option to `tramp-copy-args'.
4260         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
4261         "scp1_old", "scp2_old", "rsync", "rsyncc".
4262         (tramp-default-method): Check also for `auth-source-user-or-password'.
4263         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
4264         Add handler for `copy-directory'.
4265         (tramp-handle-copy-directory): New defun.
4266         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
4267         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
4268         Optimize sent command.
4270 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4272         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
4273         window if necessary.
4275         * calendar/calendar.el (calendar-basic-setup): Don't call
4276         switch-to-buffer in a dedicated window.
4278 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
4280         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
4281           don't do anything related to relocating, just return nil.
4282         (bookmark-error-no-filename): New error.
4283         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
4284           bookmark has no file.  Don't even attempt to handle things that
4285           are not files; the whole point of custom handlers is to keep that
4286           knowledge elsewhere anyway.  Tighten some comments.
4287         (bookmark-file-or-variation-thereof): Remove now-unused function.
4288         (bookmark-location): Doc string fix.
4289         (Bug#4250)
4291 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
4293         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
4294         don't use a file dialog, because they usually don't know how to read
4295         a directory target from the user.  (Bug#4230)
4296         Also, make sure the prompt can display directories as well as files.
4298 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
4300         * bookmark.el (bookmark-set, bookmark-buffer-name):
4301         Improve doc strings.  (Bug#1193)
4303 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
4305         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
4306         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
4307         (bookmark-get-annotation, bookmark-set-annotation)
4308         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
4309         (bookmark-set-position, bookmark-get-front-context-string)
4310         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
4311         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
4312         (bookmark-jump-other-window, bookmark-handle-bookmark)
4313         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
4314         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
4315         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
4316            Improve doc strings to say whether bookmark can be a string or
4317            a record or both, and make other consistency and clarity fixes.
4318         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
4319         (bookmark-default-annotation-text, bookmark-yank-word)
4320         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
4321         (bookmark-import-new-list, bookmark-maybe-rename)
4322         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4323         (bookmark-bmenu-bookmark): Give these doc strings.
4324         (bookmark-bmenu-check-position): Give this a doc string, but also
4325            add a FIXME comment about how the function may be pointless.
4326         (bookmark-default-handler): Rework doc string and change a
4327            parameter name, to clarify that this takes a bookmark record
4328            not a bookmark name.
4329         (bookmark-set): Change a parameter name to indicate its meaning,
4330            and improve the doc string a bit.
4331         (Bug#4188)
4333 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
4335         * bookmark.el (bookmark-alist): Document the new `handler' element
4336         in the param alist.
4337         (bookmark-make-record-function): Adjust documentation for above.
4338         (Bug#4193)
4340 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
4342         * info.el (Info-bookmark-make-record): Document this function.
4343         (Info-bookmark-jump): Document with a doc string, not just a comment.
4344         (Bug#4203)
4346 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
4348         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
4349         (semantic-new-buffer-fcn): Call parser setup functions here.
4350         (semantic-mode): Don't call parser setup functions here, it's done
4351         in semantic-new-buffer-fcn now.
4352         (semantic-mode): Parse all existing buffers when enabled.
4354         * cedet/srecode/compile.el (srecode-compile-file):
4355         Call semantic-new-buffer-fcn if the buffer has not been parsed.
4357 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
4359         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
4361         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
4362         (proj-comp-insert-variable-once): New macro, renamed from
4363         ede-pmake-insert-variable-once in ede/pmake.edl.
4364         (ede-proj-makefile-insert-variables): Use it.
4366 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
4368         * files.el (copy-directory): New defun.
4370         * dired-aux.el (dired-copy-file-recursive): Use it.
4372 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4374         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
4375         (makefile-end-of-command):
4376         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
4377         (semantic-end-of-context): Fix previous change.  Doc fixes.
4379 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4381         * files-x.el (modify-dir-local-variable)
4382         (copy-dir-locals-to-file-locals-prop-line):
4383         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
4384         (makefile-end-of-command):
4385         * cedet/semantic/lex.el (semantic-lex-token):
4386         * cedet/semantic/analyze/fcn.el
4387         (semantic-analyze-dereference-metatype-1):
4388         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
4389         (semantic-lex-cpp-undef):
4390         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
4391         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
4392         (semantic-end-of-context): Fix typos in docstrings.
4394         * recentf.el (recentf-unload-function): New function.
4396 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
4398         * cedet/ede.el (ede-project-placeholder-cache-file):
4399         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
4400         * cedet/srecode/map.el (srecode-map-save-file):
4401         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
4403 2009-10-04  Glenn Morris  <rgm@gnu.org>
4405         * window.el (window-full-height-p): Add doc string.
4407 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
4409         * window.el (window-full-height-p): New function.  (Bug#4543)
4411 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
4413         * cedet/srecode/insert.el: Require srecode/args.
4415         * cedet/srecode/args.el: Require srecode/dictionary instead of
4416         srecode/insert.
4418         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
4420         * files.el (auto-mode-alist): Add .srt and Project.ede.
4422         * cedet/semantic.el (semantic-mode):
4423         Handle srecode-template-mode-hook as well.
4424         (semantic-mode): Use js-mode-hook for Javascript hook.
4426         * cedet/srecode/template.el: Remove hook variable.
4428         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
4430         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
4431         projects exist.
4432         (ede-project-placeholder-cache-file): Default to a file in
4433         user-emacs-directory.
4435         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
4436         templates in data-directory.
4437         (srecode-map-save-file): Default to a file in user-emacs-directory.
4439         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
4440         directory.
4442 2009-09-30  Eric Ludlam  <zappo@gnu.org>
4444         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
4445         Doc fix.
4447         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
4448         Only insert each variable once.
4450         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
4451         (ede-pmake-insert-variable-shared): Use it.
4453         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
4454         for lexical table iff table is nil.
4456 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
4458         * vc.el: Remove commented out code.
4459         (vc-derived-from-dir-mode): Remove, unused.
4460         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
4462 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
4464         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
4465         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
4466         there could be recursive loading when `default-directory' is a
4467         remote file name.  (Bug#4614)
4469 2009-10-03  Glenn Morris  <rgm@gnu.org>
4471         * calendar/calendar.el (calendar-basic-setup): Handle the case where
4472         the frame is wide.
4473         (calendar-generate-window): Test for shrinkability rather than width.
4475         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
4476         declaration, currently false.
4478         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
4479         reusing existing buffers, in case we happen to visit two files with the
4480         same basename.  (Bug#4593)
4482 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
4484         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
4485         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
4486         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
4487         subdirs of cedet as well.
4488         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
4490 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4492         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
4493         Obey advertised-signature-table.
4495         * help-fns.el (help-function-arglist): Don't check
4496         advertised-signature-table.
4497         (describe-function-1): Do it here instead so it also applies to subrs.
4499 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
4501         * simple.el (start-file-process): Say in the doc-string, that file
4502         handlers might not support pty association, if PROGRAM is nil.
4504         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
4505         HOST and USER are strings.  They are nil, when there are
4506         incomplete entries in ~/.netrc, for example.
4507         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
4508         root directory ("device busy" error otherwise).
4510         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
4511         Flush file properties of created directory.
4513 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
4515         * makefile.w32-in (WINS_BASIC): Remove cedet.
4516         (WINS_CEDET): Add cedet.
4517         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
4519 2009-10-02  Kevin Ryde  <user42@zip.com.au>
4521         * net/browse-url.el (browse-url): Pass any symbol in
4522         browse-url-browser-function to `apply', since if you've mistakenly put
4523         an unbound symbol then the error is clearer.  (Bug#4531)
4525 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
4527         * allout.el (allout-init, allout-back-to-current-heading)
4528         (allout-beginning-of-current-entry, allout-ascend-to-depth)
4529         (allout-ascend, allout-up-current-level, allout-end-of-level)
4530         (allout-previous-visible-heading, allout-forward-current-level)
4531         (allout-backward-current-level, allout-show-children):
4532         * apropos.el (apropos-describe-plist):
4533         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
4534         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
4535         * completion.el (add-completion, add-permanent-completion):
4536         * descr-text.el (describe-text-category, describe-char):
4537         * desktop.el (desktop-lazy-abort):
4538         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
4539         * dired.el (dired-build-subdir-alist):
4540         * ediff.el (ediff-version):
4541         * elide-head.el (elide-head, elide-head-show):
4542         * emerge.el (emerge-version):
4543         * env.el (getenv):
4544         * face-remap.el (variable-pitch-mode):
4545         * faces.el (describe-face):
4546         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
4547         (dired-at-point):
4548         * files.el (find-file-existing, auto-save-mode):
4549         * font-lock.el (font-lock-fontify-buffer):
4550         * help-fns.el (describe-function, describe-variable)
4551         (describe-syntax, describe-categories):
4552         * help.el (view-lossage, describe-bindings, describe-key)
4553         (describe-mode):
4554         * hexl.el (hexl-current-address):
4555         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
4556         * info.el (Info-goto-emacs-key-command-node):
4557         * log-edit.el (log-edit-insert-cvs-template)
4558         (log-edit-insert-cvs-rcstemplate):
4559         * menu-bar.el (menu-bar-mode):
4560         * mouse.el (mouse-appearance-menu):
4561         * newcomment.el (comment-indent-new-line):
4562         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
4563         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
4564         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
4565         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
4566         * recentf.el (recentf-mode):
4567         * savehist.el (savehist-mode, savehist-save):
4568         * shadowfile.el (shadow-copy-files):
4569         * simple.el (kill-ring-save, next-line, previous-line)
4570         (normal-erase-is-backspace-mode):
4571         * strokes.el (strokes-update-window-configuration)
4572         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
4573         (strokes-xpm-for-stroke):
4574         * time.el (emacs-uptime, emacs-init-time):
4575         * tutorial.el (tutorial--describe-nonstandard-key)
4576         (tutorial--detailed-help):
4577         * type-break.el (type-break-mode)
4578         (type-break-mode-line-message-mode, type-break-query-mode)
4579         (type-break-guesstimate-keystroke-threshold):
4580         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
4581         * version.el (emacs-version):
4582         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
4583         * winner.el (winner-mode):
4584         * calendar/timeclock.el (timeclock-in, timeclock-out)
4585         (timeclock-status-string, timeclock-change)
4586         (timeclock-workday-remaining-string)
4587         (timeclock-workday-elapsed-string)
4588         (timeclock-when-to-leave-string):
4589         * calendar/todo-mode.el (todo-add-category):
4590         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
4591         * emacs-lisp/autoload.el (update-file-autoloads):
4592         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
4593         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
4594         (checkdoc-message-text, checkdoc-defun):
4595         * emacs-lisp/debug.el (debugger-list-functions):
4596         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4597         * emacs-lisp/eieio-opt.el (eieio-describe-class)
4598         (eieio-describe-generic):
4599         * emacs-lisp/lisp-mnt.el (lm-synopsis):
4600         * emacs-lisp/shadow.el (list-load-path-shadows):
4601         * emulation/cua-base.el (cua-mode):
4602         * emulation/edt.el (edt-set-scroll-margins):
4603         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
4604         (tpu-toggle-regexp, tpu-toggle-search-direction)
4605         (tpu-toggle-rectangle, tpu-toggle-control-keys):
4606         * emulation/tpu-extras.el (tpu-set-scroll-margins):
4607         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
4608         (viper-set-parsing-style-toggling-macro)
4609         (viper-set-emacs-state-searchstyle-macros):
4610         * emulation/viper.el (viper-set-hooks):
4611         * eshell/esh-mode.el (eshell-truncate-buffer):
4612         * international/mule-cmds.el (prefer-coding-system)
4613         (describe-input-method, describe-language-environment):
4614         * international/mule-diag.el (list-character-sets)
4615         (describe-character-set, describe-coding-system)
4616         (describe-fontset, list-fontsets, list-input-methods):
4617         * mail/sendmail.el (mail-signature):
4618         * net/ange-ftp.el (ange-ftp-copy-file):
4619         * net/browse-url.el (browse-url):
4620         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
4621         * net/quickurl.el (quickurl-add-url):
4622         * net/rcirc.el (names, topic):
4623         * net/xesam.el (xesam-mode):
4624         * play/5x5.el (5x5-new-game):
4625         * play/yow.el (apropos-zippy):
4626         * progmodes/ada-mode.el (ada-mode-version):
4627         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
4628         (f90-end-of-block)
4629         (f90-beginning-of-block):
4630         * progmodes/fortran.el (fortran-end-of-block)
4631         (fortran-beginning-of-block):
4632         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
4633         * progmodes/python.el (python-describe-symbol, python-shell):
4634         * term/ns-win.el (ns-print-buffer):
4635         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
4636         * textmodes/flyspell.el (flyspell-mode-on):
4637         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
4638         (pages-directory-for-addresses):
4639         * textmodes/table.el (table-recognize-cell)
4640         (table-query-dimension, table-generate-source)
4641         (table-insert-sequence, table--warn-incompatibility):
4642         * textmodes/tex-mode.el (tex-validate-buffer):
4643         * textmodes/texinfmt.el (texinfmt-version)
4644         (texinfo-format-buffer):
4645         Use `called-interactively-p' instead of `interactive-p'.
4647 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
4649         * image-mode.el (image-toggle-display):
4650         * emacs-lisp/elp.el (elp-instrument-function):
4651         * emacs-lisp/advice.el (ad-make-advised-definition):
4652         * emacs-lisp/easy-mmode.el (define-minor-mode):
4653         * net/browse-url.el (browse-url-maybe-new-window):
4654         * progmodes/sh-script.el (sh-learn-buffer-indent):
4655         Pass new argument 'any to `called-interactively-p'.
4657 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
4659         * international/uni-bidi.el:
4660         * international/uni-category.el:
4661         * international/uni-combining.el:
4662         * international/uni-comment.el:
4663         * international/uni-decimal.el:
4664         * international/uni-decomposition.el:
4665         * international/uni-digit.el:
4666         * international/uni-lowercase.el:
4667         * international/uni-mirrored.el:
4668         * international/uni-name.el:
4669         * international/uni-numeric.el:
4670         * international/uni-old-name.el:
4671         * international/uni-titlecase.el:
4672         * international/uni-uppercase.el:
4673         Regenerate from Unicode 5.2.0 data.
4675 2009-10-01  Glenn Morris  <rgm@gnu.org>
4677         * Makefile.in (ELCFILES): Regenerate.
4679 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4681         * subr.el (interactive-p): Mark obsolete.
4682         (called-interactively-p): Make the optional-ness of `kind' obsolete.
4683         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
4684         advertised-signature-table for subroutines as well.
4686         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
4687         (set-advertised-calling-convention): New function.
4688         (make-obsolete, define-obsolete-function-alias)
4689         (make-obsolete-variable, define-obsolete-variable-alias):
4690         Make the optional-ness of `when' obsolete.
4691         (define-obsolete-face-alias): Make `when' non-optional.
4692         * help-fns.el (help-function-arglist):
4693         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
4694         Use advertised-signature-table.
4696 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
4698         * files.el (delete-directory): New defun.  The original function
4699         in fileio.c has been renamed to `delete-directory-internal'.
4701         * dired.el (dired-delete-file): Call `delete-directory' with
4702         RECURSIVE parameter.
4704         * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
4705         parameter RECURSIVE.  Implementation is missing.
4707         * net/tramp.el (tramp-handle-make-directory): Flush upper
4708         directory's file properties.
4709         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
4710         (tramp-handle-dired-recursive-delete-directory): Flush directory
4711         properties after the remove command only.
4713         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4714         Handle optional parameter RECURSIVE.
4716         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
4717         Handle optional parameter RECURSIVE.
4719         * net/tramp-smb.el (tramp-smb-errors): Add error message for
4720         connection timeout.
4721         (tramp-smb-handle-delete-directory): Handle optional parameter
4722         RECURSIVE.
4724 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4726         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
4727         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
4728         (byte-compile-defmacro): Use backquotes.
4730         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
4732         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
4733         has no associated file.
4734         (vc-resynch-buffer): Use vc-dir-buffers.
4736 2009-10-01  Glenn Morris  <rgm@gnu.org>
4738         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
4739         (chart-file-count):
4740         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
4741         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
4742         * emacs-lisp/eieio-opt.el (eieio-describe-class):
4743         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
4744         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
4745         (eieio-copy-parents-into-subclass, make-instance, class-children)
4746         (eieio-generic-form):
4747         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
4748         * cedet/cedet-idutils.el (cedet-idutils-search)
4749         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
4750         (cedet-idutils-version-check):
4751         * cedet/cedet.el (cedet-version):
4752         * cedet/data-debug.el (data-debug-insert-overlay-button)
4753         (data-debug-insert-overlay-list-button)
4754         (data-debug-insert-buffer-button)
4755         (data-debug-insert-buffer-list-button)
4756         (data-debug-insert-process-button, data-debug-insert-ring-button)
4757         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
4758         (data-debug-insert-stuff-vector-button)
4759         (data-debug-insert-symbol-button, data-debug-insert-string)
4760         (data-debug-insert-number, data-debug-insert-lambda-expression)
4761         (data-debug-insert-nil, data-debug-insert-simple-thing)
4762         (data-debug-insert-custom, data-debug-edebug-expr):
4763         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
4764         (global-ede-mode-map, ede-new, ede-debug-target)
4765         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
4766         * cedet/semantic.el (semantic-minimum-working-buffer-size)
4767         (semantic-fetch-tags, semantic-submode-list)
4768         (semantic-default-submodes):
4769         * cedet/ede/source.el (ede-source-match):
4770         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
4771         (project-am-package-info):
4772         * cedet/ede/proj.el (ede-proj-target, project-new-target):
4773         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
4774         * cedet/ede/proj-comp.el (ede-current-build-list):
4775         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
4776         * cedet/ede/files.el (ede-toplevel-project-or-nil):
4777         * cedet/ede/cpp-root.el (initialize-instance):
4778         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
4779         (autoconf-parameter-strip, autoconf-insert-new-macro):
4780         * cedet/semantic/wisent.el (wisent-lex-eoi):
4781         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
4782         (semantic-show-parser-state-mode):
4783         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
4784         * cedet/semantic/tag.el (semantic-tag-new-variable)
4785         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
4786         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
4787         (semantic--tag-deep-copy-tag-list)
4788         (semantic-tag-components-with-overlays-default):
4789         * cedet/semantic/symref.el (semantic-symref-find-text):
4790         * cedet/semantic/senator.el (senator-yank-tag)
4791         (senator-transpose-tags-up):
4792         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
4793         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
4794         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
4795         * cedet/semantic/lex.el (semantic-lex-comment-regex)
4796         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
4797         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
4798         * cedet/semantic/lex-spp.el
4799         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
4800         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
4801         * cedet/semantic/idle.el
4802         (semantic-idle-summary-current-symbol-info-brutish)
4803         (semantic-idle-summary-current-symbol-info-default):
4804         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
4805         (semantic--grammar-macro-compl-dict):
4806         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
4807         * cedet/semantic/format.el (semantic-format-tag-custom-list)
4808         (semantic-format-tag-canonical-name-default):
4809         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
4810         (semantic-find-tags-for-completion)
4811         (semantic-find-tags-by-scope-protection-default)
4812         (semantic-deep-find-tags-for-completion):
4813         * cedet/semantic/edit.el
4814         (semantic-edits-incremental-reparse-failed-hook)
4815         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
4816         (semantic-edits-splice-remove, semantic-edits-splice-replace):
4817         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
4818         * cedet/semantic/dep.el (semantic-dependency-include-path):
4819         * cedet/semantic/db.el (semanticdb-default-find-index-class)
4820         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
4821         (semanticdb-project-roots):
4822         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
4823         (semanticdb-find-adebug-insert-scanned-tag-cons)
4824         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
4825         (semanticdb-brute-deep-find-tags-for-completion):
4826         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
4827         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
4828         (semantic-end-of-context-default)
4829         (semantic-ctxt-current-function-default)
4830         (semantic-ctxt-scoped-types-default):
4831         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4832         (semantic-complete-inline-tag-engine)
4833         (semantic-complete-inline-custom-type)
4834         (semantic-complete-read-tag-analyzer):
4835         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
4836         (semantic-chart-database-size):
4837         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
4838         (semantic-analyze-current-context):
4839         * cedet/semantic/symref/list.el (semantic-symref)
4840         (semantic-symref-hide-buffer, semantic-symref-symbol):
4841         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
4842         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
4843         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
4844         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
4845         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
4846         (semantic-c-dereference-template):
4847         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
4848         (semantic--analyze-refs-full-lookup-with-parents)
4849         (semantic--analyze-refs-full-lookup-simple):
4850         * cedet/semantic/analyze/complete.el
4851         (semantic-analyze-possible-completions):
4852         * cedet/srecode/table.el (srecode-mode-table-new):
4853         * cedet/srecode/srt.el (srecode-read-variable-name):
4854         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
4855         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
4856         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
4857         * cedet/srecode/map.el (srecode-current-map):
4858         * cedet/srecode/insert.el (srecode-insert)
4859         (srecode-insert-variable-secondname-handler, srecode-insert-method)
4860         (srecode-template-inserter-point-override)
4861         (srecode-insert-include-lookup):
4862         * cedet/srecode/getset.el (srecode-auto-choose-class):
4863         * cedet/srecode/extract.el (srecode-inserter-extract):
4864         * cedet/srecode/document.el
4865         (srecode-document-autocomment-return-last-alist)
4866         (srecode-document-autocomment-param-type-alist)
4867         (srecode-document-insert-function-comment)
4868         (srecode-document-insert-variable-one-line-comment)
4869         (srecode-document-function-name-comment):
4870         * cedet/srecode/dictionary.el (srecode-create-dictionary)
4871         (srecode-compound-toString):
4872         * cedet/srecode/compile.el (srecode-flush-active-templates):
4873         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
4874         Doc/message fixes.
4876         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
4877         match-data.  (Bug#4555).
4879         * cedet/semantic/bovine/gcc.el
4880         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
4881         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
4883         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
4884         rather than parsing it as a regexp.  This relaxes the layout
4885         requirements and makes errors easier to detect.
4886         (check-declare-verify): Check file is regular.
4887         (check-declare-directory): Doc fix.
4888         * subr.el (declare-function): Doc fix.
4890         * ibuffer.el (ibuffer-format-qualifier):
4891         * isearch.el (hi-lock-regexp-okay):
4892         * calc/calc.el (math-zerop):
4893         * mail/uce.el (rmail-msgbeg, rmail-msgend):
4894         * term/w32-win.el (setup-default-fontset, set-fontset-font):
4895         Remove unused declarations.
4897 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
4899         * cedet/semantic/wisent/javat-wy.el
4900         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
4902 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
4904         * cedet/srecode/expandproto.el: Fix provide statement.
4906 2009-09-30  Eric Ludlam  <zappo@gnu.org>
4908         * emacs-lisp/eieio.el (boolean-p): Delete.
4910 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
4912         * cedet/ede/srecode.el: Fix provide statement.
4914 2009-09-30  Glenn Morris  <rgm@gnu.org>
4916         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
4917         * cedet/ede/proj-aux.el (ede-aux-source):
4918         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
4919         (ede-misc-source):
4920         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
4921         (semantic-mrub-switch-tags): Fix doc typos.
4923         * cedet/semantic/db-global.el (data-debug-new-buffer)
4924         (data-debug-insert-thing): Remove unneeded declarations (one broken).
4925         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
4927         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
4929         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
4930         use of CL function `remove-if-not'.
4932         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
4934         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
4935         filename is not a string.
4937 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
4939         * files.el (safe-local-eval-forms): Fix typo.
4941 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4943         * vc-hooks.el (vc-dir-buffers): New var.
4944         (vc-state-refresh): New function.
4945         (vc-state): Use it.
4946         (vc-after-save): Always ask the backend to recompute the new state.
4947         Always call vc-dir if necessary, using vc-dir-buffers.
4948         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
4949         Use vc-dir-buffers.
4950         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
4951         (vc-dir-prepare-status-buffer, vc-dir-update)
4952         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
4953         Don't call expand-file-name on default-directory.
4955 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4957         * speedbar.el (speedbar-item-delete):
4958         * calc/calc-prog.el (calc-kbd-if):
4959         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
4961         * epa.el (epa-key-list-mode-map):
4962         * hi-lock.el (hi-lock-menu): Fix typos in menus.
4964         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
4965         (hs-show-hook): Fix typo in docstring.
4967 2009-09-29  Glenn Morris  <rgm@gnu.org>
4969         * cedet/semantic/symref/idutils.el:
4970         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
4972         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
4974         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
4975         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
4976         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
4977         Mark declarations not understood by check-declare.
4979         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
4980         file-name-nondirectory call preventing location of cedet files.
4981         (check-declare-verify): Use literal search rather than re-search.
4982         Add basic defmethod and defclass, and define-overloadable-function.
4984         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4985         Use tramp-compat-file-attributes rather than nonexistent
4986         tramp-compat-handle-file-attributes.
4988         * Makefile.in (lisptagsfiles4): New.
4989         (AUTOGENEL): Add cedet loaddefs files.
4990         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
4991         (update-elclist, compile-always, backup-compiled-files)
4992         (bootstrap-clean): Add yet another directory level.
4993         (update-elclist): Use LC_COLLATE rather than COLLATE.
4994         (ELCFILES): Update, via `make update-elclist'.
4996 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4998         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
4999         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
5000         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
5002 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
5004         * Makefile.in (lisptagsfiles3): Define.
5005         (TAGS, TAGS-LISP): Use it.
5006         (update-elclist): Add third directory level to look for elc files.
5007         (compile-always): Likewise.
5008         (backup-compiled-files): Likewise.
5009         (bootstrap-clean): Likewise.
5010         (ELCFILES): Update.
5012 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
5014         * Makefile.in (ELCFILES): Add CEDET files.
5016 2009-09-28  Eric Ludlam  <zappo@gnu.org>
5018         CEDET (development tools) package merged.
5020         * cedet/*.el:
5021         * cedet/ede/*.el:
5022         * cedet/semantic/*.el:
5023         * cedet/srecode/*.el: New files.
5025 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
5027         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
5029         * net/tramp.el (top): Require tramp-imap.
5031         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
5032         Use `tramp-compat-handle-file-attributes'.
5034 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5036         * net/tramp-imap.el: New package.
5038 2009-09-28  Eric Ludlam  <zappo@gnu.org>
5040         * emacs-lisp/chart.el:
5041         * emacs-lisp/eieio-base.el:
5042         * emacs-lisp/eieio-comp.el:
5043         * emacs-lisp/eieio-custom.el:
5044         * emacs-lisp/eieio-datadebug.el:
5045         * emacs-lisp/eieio-opt.el:
5046         * emacs-lisp/eieio-speedbar.el:
5047         * emacs-lisp/eieio.el: New files.
5049         * cedet/cedet-cscope.el:
5050         * cedet/cedet-files.el:
5051         * cedet/cedet-global.el:
5052         * cedet/cedet-idutils.el:
5053         * cedet/data-debug.el:
5054         * cedet/inversion.el:
5055         * cedet/mode-local.el:
5056         * cedet/pulse.el: New files.
5058 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5060         * whitespace.el (whitespace-trailing-regexp)
5061         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
5062         Fix doc string.
5064 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
5066         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
5067         menu.
5069         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
5070         menu-bar-ediff-menu.
5072         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
5073         define-overloadable-function.
5075         * progmodes/autoconf.el: Provide autoconf as well, so that this
5076         file can be `require'd.
5078         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
5080         * emacs-lisp/autoload.el (generated-autoload-feature)
5081         (generated-autoload-load-name): New vars.
5082         (autoload-rubric, autoload-generate-file-autoloads): Use them.
5083         (make-autoload): Recognize define-overloadable-function and
5084         defclass forms (for EIEIO).
5086         * Makefile.in (update-subdirs): Exclude cedet directory.
5088 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
5090         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
5092         * faces.el: Default light-background background for region face to
5093         ns_selection_color under NS.
5095 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5097         * net/imap-hash.el: New library, see NEWS.
5099         * Makefile.in (ELCFILES): Add imap-hash.el.
5101 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5103         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
5104         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
5105         * help-macro.el (make-help-screen): Avoid using an ambiguous function
5106         definition where the docstring could be taken for the return value.
5108 2009-09-26  Glenn Morris  <rgm@gnu.org>
5110         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
5111         Add option to only show images below a certain size.
5112         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
5113         save-excursion calls.
5115 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
5117         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
5118         subdirectories) and eieio.
5120 2009-09-26  Alan Mackenzie  <acm@muc.de>
5122         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
5123         buggy bracketing.  (Bug#4289)
5125         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
5126         character constants (as case labels).  (Bug#4289)
5128 2009-09-25  Juri Linkov  <juri@jurta.org>
5130         * files.el (safe-local-eval-forms): Allow time-stamp in
5131         before-save-hook (Bug#4554).
5133 2009-09-25  Drew Adams  <drew.adams@oracle.com>
5135         * menu-bar.el (list-buffers-directory): Doc fix.
5137 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5139         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
5140         Try and avoid copying twice the same paragraph.
5141         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
5142         Remove save-excursion.
5143         (log-edit-changelog-entry): Do it here instead.
5145 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
5147         * bs.el (bs--get-file-name): Use `list-buffers-directory'
5148         when available, instead of hardcoding mode names.  Doc fix.
5150         * menu-bar.el (list-buffers-directory): Add docstring.
5151         Make automatically buffer-local.
5153         * dired.el (dired-mode):
5154         * files.el (cd-absolute):
5155         * pcvs.el (cvs-temp-buffer):
5156         * pcvs-util.el (cvs-get-buffer-create):
5157         * shell.el (shell-mode):
5158         * vc-dir.el (vc-dir-mode):
5159         Don't make `list-buffers-directory' buffer local.
5161 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
5163         * comint.el (comint-exec, comint-run, make-comint):
5164         Doc fixes (Bug#4542).
5166 2009-09-25  Glenn Morris  <rgm@gnu.org>
5168         * mail/rmailmm.el (rmail-mime): New custom group.
5169         Move all defcustoms in this file into this group.
5170         (rmail-mime-media-type-handlers-alist): Revert previous change.
5171         (rmail-mime-show-images): New option.
5172         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
5173         references to it, since it wasn't actually used for anything.
5174         (rmail-mime-insert-image): New function.
5175         (rmail-mime-image): Use rmail-mime-insert-image.
5176         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
5177         obey the value of `rmail-mime-show-images' option.  Print the size of
5178         attachments.
5180 2009-09-25  David Engster  <deng@randomsample.de>
5182         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
5184 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5186         * whitespace.el: Does not highlight trailing spaces While point is
5187         at end of line.  Does not highligt spaces at beginning of buffer
5188         while point is at beginning of buffer.  Does not highlight spaces
5189         at end of buffer while point is at end of buffer.  (Bug#4177)
5190         New version 12.0.
5191         (whitespace-display-mappings): Adjust initialization.
5192         (whitespace-point, whitespace-font-lock-refontify): New vars.
5193         (whitespace-color-on, whitespace-color-off): Adjust code.
5194         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
5195         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
5196         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
5198 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
5200         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
5202         * textmodes/sgml-mode.el: Remove xml-mode alias.
5204         * files.el (auto-mode-alist, conf-mode-maybe)
5205         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
5207 2009-09-24  Alan Mackenzie  <acm@muc.de>
5209         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
5210         c-forward-conditionals, but it doesn't move point and doesn't set
5211         the mark.
5212         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
5213         (c-down-conditional-with-else, c-backward-conditional)
5214         (c-forward-conditional): Refactor to use c-scan-conditionals.
5216 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5218         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
5219         (help-default-arg-highlight): Remove.
5220         (help-highlight-arg): New function.
5221         (help-do-arg-highlight): Use it.
5222         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
5224 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5226         * term.el (term-set-scroll-region, term-handle-ansi-escape):
5227         Undo last change, which didn't fix the problem and introduced others.
5229 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
5231         * progmodes/gdb-mi.el: Don't require speedbar.
5232         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
5234 2009-09-24  Glenn Morris  <rgm@gnu.org>
5236         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
5238         * term/ns-win.el (ns-reg-to-script): Define for compiler.
5240         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
5241         there is no newline after the final mime boundary.  (Bug#4539)
5242         Move markers on insertion so that any buttons inserted don't end up in
5243         the next part of a multipart message.
5244         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
5245         (rmail-mime-bulk-handler): Optionally handle images.
5246         (rmail-mime-image): New button action.
5247         (rmail-mime-image-handler): New function.
5248         (rmail-mime-mode): New mode.
5249         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
5251 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5253         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
5254         than just dropping elements from it (bug#4504).
5256         * term.el (term-set-scroll-region): Don't move cursor any more.
5257         (term-handle-ansi-escape): Call term-goto here instead.
5258         Suggested by Ivan Kanis <apple@kanis.eu>.
5260         * term.el: Require CL.
5261         (term-ansi-reset): New function.
5262         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
5263         (term-handle-colors-array): Simplify.
5265 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5267         * allout.el (allout-overlay-interior-modification-handler)
5268         (allout-obtain-passphrase):
5269         * epa-file.el (epa-file-write-region):
5270         * ps-print.el (ps-begin-job):
5271         * vc-hooks.el (vc-toggle-read-only):
5272         * vc-rcs.el (vc-rcs-rollback):
5273         * vc-sccs.el (vc-sccs-rollback):
5274         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
5275         (vc-version-diff, vc-revert, vc-rollback):
5276         * wdired.el (wdired-check-kill-buffer):
5277         * emacs-lisp/authors.el (authors):
5278         * net/socks.el (socks-open-connection):
5279         * net/zeroconf.el (zeroconf-service-add-hook):
5280         * obsolete/vc-mcvs.el (vc-mcvs-register):
5281         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
5282         (gdb-select-frame):
5283         * progmodes/grep.el (lgrep, rgrep):
5284         * progmodes/idlw-help.el (idlwave-help-check-locations)
5285         (idlwave-help-html-link, idlwave-help-assistant-open-link):
5286         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5287         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
5288         (reftex-toc-rename-label): Fix typos in error messages.
5290         * dired-aux.el (dired-do-shell-command): Reflow docstring.
5291         (dired-copy-how-to-fn): Doc fix.
5292         (dired-files-attributes, dired-read-shell-command):
5293         Fix typos in docstrings.
5295         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
5296         (dired-x-find-file-other-window): Reflow docstrings.
5297         (dired-omit-marker-char, dired-read-shell-command)
5298         (dired-x-submit-report): Fix typos in docstrings.
5300         * shell.el (shell-mode-hook):
5301         * view.el (View-scroll-line-forward):
5302         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
5303         Fix typos in docstrings.
5305         * net/dig.el (dig-invoke): Fix typo in docstring.
5306         (query-dig): Reflow docstring.
5308         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
5309         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
5310         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
5311         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
5312         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
5313         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
5314         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
5315         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
5316         (idlwave-completion-map, idlwave-current-indent)
5317         (idlwave-custom-ampersand-surround, idlwave-customize)
5318         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
5319         (idlwave-define-abbrev, idlwave-determine-class-special)
5320         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
5321         (idlwave-end-block-reg, idlwave-end-of-statement)
5322         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
5323         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
5324         (idlwave-explicit-class-listed, idlwave-file-header)
5325         (idlwave-fill-paragraph, idlwave-find-class-definition)
5326         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
5327         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
5328         (idlwave-in-quote, idlwave-indent-action-table)
5329         (idlwave-indent-expand-table, idlwave-indent-line)
5330         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
5331         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
5332         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
5333         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
5334         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
5335         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
5336         (idlwave-outlawed-buffers, idlwave-popup-select)
5337         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
5338         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
5339         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
5340         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
5341         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
5342         (idlwave-statement-type, idlwave-struct-skip)
5343         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
5344         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
5345         (idlwave-what-module-find-class): Fix typos in docstrings.
5346         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
5347         (idlwave-calculate-cont-indent, idlwave-expand-equal)
5348         (idlwave-find-module, idlwave-find-structure-definition)
5349         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
5350         (idlwave-list-load-path-shadows, idlwave-next-statement)
5351         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
5352         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
5353         (idlwave-template): Reflow docstrings.
5355         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
5356         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
5357         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
5358         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
5359         (idlwave-shell-display-line, idlwave-shell-display-wframe)
5360         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
5361         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
5362         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
5363         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
5364         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
5365         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
5366         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
5367         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
5368         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
5369         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
5370         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
5371         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
5372         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
5373         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
5374         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
5375         Fix typos in docstrings.
5376         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
5377         (idlwave-shell-hide-output, idlwave-shell-mode)
5378         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
5379         Reflow docstrings.
5381         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
5383 2009-09-24  Ivan Kanis  <apple@kanis.eu>
5385         * term.el (term-bold-attribute): New var.
5386         (term-handle-colors-array): Use it.
5388 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
5390         * progmodes/gdb-mi.el (gdb-version): New variable.
5391         (gdb-non-stop-handler): Set gdb-version.
5392         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
5393         Condition "--thread" option on gdb-version.
5394         (gdb-invalidate-threads): Remove unused argument.
5396 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5398         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
5399         to looking-back to avoid ridiculous slow down in large files (bug#4511).
5401 2009-09-23  Glenn Morris  <rgm@gnu.org>
5403         * mail/rmail.el (rmail-reply): Don't try to add a References header when
5404         replying to mail without References or Message-Id.  (Bug#4525)
5406 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
5408         * term/ns-win.el (ns-reg-to-script): New variable.
5410 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
5412         * epg.el (epg-wait-for-status): Preserve existing 'error results.
5414 2009-09-22  Sam Steingold  <sds@gnu.org>
5416         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
5417         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
5418         to 1 because hg returns status 1 when nothing is found.
5419         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
5421 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5423         * textmodes/fill.el: Convert to utf-8 encoding.
5424         (fill-french-nobreak-p): Remove redundant » and « inherited from our
5425         pre-unicode days.
5427         * add-log.el (change-log-fill-forward-paragraph): New function.
5428         (change-log-mode): Use it so fill-region DTRT.
5429         Set fill-indent-according-to-mode here rather than in
5430         change-log-fill-paragraph.
5431         (change-log-fill-paragraph): Remove.
5433 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
5435         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
5436         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
5438 2009-09-22  Glenn Morris  <rgm@gnu.org>
5440         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
5441         the scroll-bar scroll the calendar window rather than the buffer.
5443         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
5444         commands that move point (as opposed to scrolling).
5446         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
5448         * emacs-lisp/elint.el (elint): New custom group.
5449         (elint-log-buffer): Make it a defcustom.
5450         (elint-scan-preloaded, elint-ignored-warnings)
5451         (elint-directory-skip-re): New options.
5452         (elint-builtin-variables): Doc fix.
5453         (elint-preloaded-env): New variable.
5454         (elint-unknown-builtin-args): Add an entry for encode-time.
5455         (elint-extra-errors): Make it a variable rather than a constant.
5456         (elint-preloaded-skip-re): New constant.
5457         (elint-directory): Skip files matching elint-directory-skip-re.
5458         (elint-features): New variable, local to linted buffers.
5459         (elint-update-env): Initialize elint-features.  Possibly add
5460         elint-preloaded-env to the buffer's environment.
5461         (elint-get-top-forms): Bind elint-current-pos, for log messages.
5462         Skip quoted forms.
5463         (elint-init-form): New function, extracted from elint-init-env.
5464         Make non-list forms a warning rather than an error.
5465         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
5466         easy-menu-define, put that adds an error-condition, and provide.
5467         When requiring cl, also require cl-macs.  Really require cl, to handle
5468         some cl macros.  Store required libraries in the list elint-features,
5469         so as not to re-load them.  Treat cc-require like require.
5470         (elint-init-env): Call elint-init-form to do the work.
5471         Handle eval-and-compile and such like.
5472         (elint-add-required-env): Do not clear messages.
5473         (elint-special-forms): Add handlers for function, defalias, if, when,
5474         unless, and, or.
5475         (elint-form): Add optional argument to ignore elint-special-forms,
5476         useful to prevent recursive calls from handlers.  Doc fix.
5477         Respect elint-ignored-warnings.
5478         (elint-form): Respect elint-ignored-warnings.
5479         (elint-bound-variable, elint-bound-function): New variables.
5480         (elint-unbound-variable): Respect elint-bound-variable.
5481         (elint-get-args): Respect elint-bound-function.
5482         (elint-check-cond-form): Add some simple handling for (f)boundp and
5483         featurep tests.
5484         (elint-check-defalias-form): New handler.
5485         (elint-check-let-form): Make an empty let a warning rather than an
5486         error.
5487         (elint-check-setq-form): Make an empty setq a warning rather than an
5488         error.  Respect elint-ignored-warnings.
5489         (elint-check-defvar-form): Accept null doc-strings.
5490         (elint-check-conditional-form): New handler.  Does some simple-minded
5491         checking of featurep and (f)boundp tests.
5492         (elint-put-function-args): New function.
5493         (elint-initialize): Use elint-scan-doc-file rather than
5494         elint-find-builtin-variables.  Use elint-put-function-args.
5495         Possibly scan preloaded-file-list.
5496         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
5497         extend to handle functions as well.
5499 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
5501         * linum.el (linum-delete-overlays, linum-update-window):
5502         Do not modify the right margin.  (Bug#3971)
5504 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
5506         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
5507         nxml-mode instead of xml-mode.
5509 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5511         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
5513 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5515         * net/dig.el (dig-mode): Use define-derived-mode.
5517 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
5519         * vc-dispatcher.el (vc-do-command): Return the process object in
5520         the asynchronous case.  Use when instead of if.  Do not run
5521         vc-exec-after to display a message if not enabled.  (Bug#4463)
5523         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
5524         properties to the stash strings.
5525         (vc-git-stash-list): Return a list of strings.
5526         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
5527         (vc-git-stash-show-at-point): New functions.
5528         (vc-git-stash-map): New keymap.
5530         * register.el (ctl-x-r-map): Define the keys here instead of
5531         using autoload.
5533 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
5535         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
5536         list, to workaround performance problem (bug#4485).
5538 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
5540         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
5542 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
5544         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
5545         Document that this option is not recommended to use.
5547 2009-09-19  Glenn Morris  <rgm@gnu.org>
5549         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
5550         variable `var'.
5552         * calc/calc-alg.el (var):
5553         * calc/calcalg2.el (var): Define for compiler.
5555 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
5557         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
5558         Doc fix (Bug#3932).
5560         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
5562         * time-stamp.el (time-stamp-month-dd-yyyy)
5563         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
5564         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
5565         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
5566         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
5567         Remove functions that have been obsolete since 1995 (Bug#4436).
5569         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
5570         indent buffer only if called interactively (Bug#4452).
5572 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
5573             Eli Zaretskii  <eliz@gnu.org>
5575         This fixes bug#4197 (merged to bug#865, though not identical).
5576         * server.el (server-auth-dir): Add docstring note about FAT32.
5577         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
5578         but warn against using them.
5580 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
5582         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
5583         older GDB where there is no has_more field.
5585 2009-09-19  Glenn Morris  <rgm@gnu.org>
5587         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5589 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
5591         * files.el (auto-mode-alist): Change default for XML files to nXML
5592         mode (Bug#4169).
5594 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
5596         * server.el (server-ensure-safe-dir): Pass 'integer
5597         to `file-attributes', as suggested.
5599 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5601         * dired-aux.el (dired-query-alist): Remove spurious backslash.
5602         (dired-query): Use read-key.
5604 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
5606         * cus-start.el (ns-use-qd-smoothing): Remove.
5608 2009-09-18  Glenn Morris  <rgm@gnu.org>
5610         * allout.el (top-level): Remove unnecessary progn.
5612         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
5614         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
5615         definition of abbrev table.
5617         * speedbar.el (speedbar-track-mouse):
5618         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
5619         * net/eudc.el (eudc-expand-inline):
5620         * net/newst-backend.el (newsticker--cache-read-feed):
5621         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
5622         condition-case handlers.
5624 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
5626         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
5627         (gdb-var-list): Add an element for has_more field.
5628         (gdb-non-stop-handler): Enable pretty printing for STL containers.
5629         (gdb-var-create-handler, gdb-var-list-children-handler-1)
5630         (gdb-var-update-handler-1): Parse output of dynamic variable
5631         objects (STL containers).
5632         (gdb-var-delete-1): Pass var1 as an explicit second argument.
5633         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
5635         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
5636         gdb-var-list.
5637         (gud-speedbar-buttons): Make node expandable if expression "has more"
5638         children.
5640 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
5642         * startup.el (emacs-quick-startup): Remove variable and all uses.
5643         (command-line): Set `inhibit-x-resources' instead.
5644         (command-line-1): Use `inhibit-x-resources' instead.
5646 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
5648         * subr.el: Fix last change to avoid using the `unless' macro,
5649         which breaks bootstrapping.
5651 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5653         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
5654         extended definitions, in case we reload subr.el after having
5655         loaded CL.
5656         (eval-next-after-load): Mark as obsolete.
5658 2009-09-17  Juri Linkov  <juri@jurta.org>
5660         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
5661         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
5662         (menu-bar-showhide-menu, menu-bar-tools-menu)
5663         (menu-bar-describe-menu, menu-bar-help-menu)
5664         (minibuffer-local-completion-map, minibuffer-local-map):
5665         Fix list quoting.
5667 2009-09-17  Glenn Morris  <rgm@gnu.org>
5669         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
5670         arguments, whether or not it has a handler.
5672         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
5674         * simple.el (hard-newline): Give it a doc-string.
5676         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5677         (lisp-mode-syntax-table): Give them doc-strings.
5679 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
5681         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
5682         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
5683         (menu-bar-options-menu, menu-bar-showhide-menu)
5684         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
5685         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
5686         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
5687         (menu-bar-options-menu, menu-bar-tools-menu)
5688         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
5689         (menu-bar-help-menu):
5690         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
5691         string arguments.
5693         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
5694         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
5695         calls for the menu names and :help.
5697 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5699         * mouse.el (minor-mode-menu-from-indicator): Pay attention
5700         to :minor-mode-function (bug#4455).
5702 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5704         * startup.el (command-line): Initialize the window-system after
5705         processing the command-line.
5707         * textmodes/page.el (what-page): Make sure we don't inf-loop if
5708         page-delimiter matches the empty string.
5710 2009-09-16  Glenn Morris  <rgm@gnu.org>
5712         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
5713         byte-compile-not-obsolete-var.  It's a list now.
5714         (byte-compile-not-obsolete-funcs): New variable.
5715         (byte-compile-warn-obsolete): Don't warn about functions if they are in
5716         byte-compile-not-obsolete-funcs.
5717         (byte-compile-variable-ref, byte-compile-defvar): Update for
5718         byte-compile-not-obsolete-vars name-change and list nature.
5719         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
5720         and variables behind (f)boundp tests.
5721         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
5723 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
5725         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
5727 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5729         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
5730         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
5731         Don't autoload.
5733 2009-09-15  Stephen Eglen  <stephen@gnu.org>
5735         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5736         the virtual-buffers, use the name of the buffer specified by
5737         find-file-noselect, as the match may be a symlink.  (This was a
5738         problem if the target and the symlink had different names.)
5740 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5742         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
5744         * desktop.el (desktop-path): Check user-emacs-directory.
5746         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
5748         * loadup.el: Use after-load-functions to GC after loading each file.
5749         Remove the explicit GC calls that used to be sprinkled around.
5751         * subr.el (after-load-functions): New hook.
5752         (do-after-load-evaluation): Run it.  Use string-match-p to detect
5753         `obsolete' packages, rather than painfully extracting the relevant
5754         directory name.
5756 2009-09-15  Glenn Morris  <rgm@gnu.org>
5758         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
5759         free variable `doc'.
5761         * dired.el (dired-mode-map): Add menu entry for async shell command.
5763         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
5764         variables, also consider the .elc files, since the .el files are
5765         normally gzipped (subsequent code locates the .el.gz from the .elc).
5767         * calc/calc-prog.el (arglist): Define for compiler.
5769         * calendar/diary-lib.el (diary-display-function): Change the default to
5770         fancy display.
5771         (body): Define for compiler.
5773         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
5774         (byte-compile-file-form, byte-compile-lambda)
5775         (byte-compile-top-level-body, byte-compile-form)
5776         (byte-compile-variable-ref, byte-compile-setq)
5777         (byte-compile-setq-default, byte-compile-body)
5778         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
5779         (batch-byte-compile): Give some more local variables with common names
5780         a "bytecomp-" prefix to avoid masking warnings about free variables.
5782         * startup.el (command-line-1): Give local variables with common names a
5783         distinguishing prefix, so as not to hide free variable warnings during
5784         bootstrap.
5786         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
5787         clever and add a suffix to make a unique name, just let the user decide
5788         whether or not to overwrite it.  If the input is a directory, write the
5789         default filename to that directory.  (Bug#4388)
5790         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
5791         is a filename-as-a-directory.
5793 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5795         * textmodes/page.el (what-page): Don't move to beginning of line.
5796         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
5798 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
5800         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
5802 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
5804         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
5805         * help.el (help-for-help-internal): Add purecopy calls for text.
5807         * vc.el (top): print-log method now takes an optional SHORTLOG
5808         argument.  Add a new method: root.
5809         (vc-root-diff, vc-print-root-log): New functions.
5810         (vc-log-short-style): New variable.
5811         (vc-print-log-internal): Add support for showing short logs.
5813         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
5814         vc-print-root-log and vc-print-root-diff.
5816         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
5817         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
5818         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
5819         short logs.
5821         * vc-cvs.el (vc-cvs-print-log):
5822         * vc-mtn.el (vc-mtn-print-log):
5823         * vc-rcs.el (vc-rcs-print-log):
5824         * vc-sccs.el (vc-sccs-print-log):
5825         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
5826         that is ignored for now.
5828         * vc-mtn.el (vc-mtn-annotate-command):
5829         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
5831 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5833         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
5834         to function-key-map, and give them ascii-character property.
5835         * term/x-win.el (x-alternatives-map):
5836         * term/ns-win.el (ns-alternatives-map):
5837         * term/internal.el (msdos-key-remapping-map):
5838         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
5840 2009-09-14  Glenn Morris  <rgm@gnu.org>
5842         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
5843         temp-buffers (2009-09-12).
5845 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5847         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
5848         the new read-key function.
5850 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
5852         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
5853         is defined (Bug#4405).
5855 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
5857         * recentf.el (recentf-cleanup): Use a hash table to find
5858         duplicates (Bug#4407).
5860 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
5862         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
5863         kp-0 to ascii equivalents (Bug#4325).
5865 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
5867         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
5869         * eshell/em-hist.el:
5870         * eshell/em-dirs.el (eshell-complete-user-reference):
5871         Declare pcomplete functions and variables to avoid compiler warnings.
5873 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
5875         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
5876         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
5877         * eshell/em-alias.el (eshell-aliases-file):
5878         * eshell/em-hist.el (eshell-history-file-name):
5879         Use expand-file-name instead of concat to make file names (Bug#4308).
5881 2009-09-13  Glenn Morris  <rgm@gnu.org>
5883         * ediff-merg.el (ediff-do-merge):
5884         * filesets.el (filesets-run-cmd):
5885         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
5886         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
5887         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
5888         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
5889         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
5890         Replace empty `let's with `progn'.
5892 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5894         * mail/sendmail.el (send-mail-function):
5895         * tooltip.el (tooltip-mode):
5896         * simple.el (transient-mark-mode):
5897         * rfn-eshadow.el (file-name-shadow-mode):
5898         * frame.el (blink-cursor-mode):
5899         * font-core.el (global-font-lock-mode):
5900         * files.el (temporary-file-directory)
5901         (small-temporary-file-directory, auto-save-file-name-transforms):
5902         * epa-hook.el (auto-encryption-mode):
5903         * composite.el (global-auto-composition-mode):
5904         Use custom-initialize-delay.
5905         * startup.el (command-line): Don't explicitly call
5906         custom-reevaluate-setting for all the above vars.
5907         * custom.el (custom-initialize-safe-set)
5908         (custom-initialize-safe-default): Delete.
5910 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5912         * term/x-win.el (x-initialize-window-system):
5913         * term/w32-win.el (w32-initialize-window-system):
5914         * term/ns-win.el (ns-initialize-window-system): Don't call
5915         mouse-wheel-mode since it's enabled globally by default already.
5917         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
5918         actually define the variable, but only silences the byte-compiler.
5919         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
5920         before looking it up.
5921         (mouse-wheel-scroll-amount): Also reset the bindings if this value
5922         is changed.
5924 2009-09-12  Glenn Morris  <rgm@gnu.org>
5926         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
5927         1000.
5928         (elint-add-required-env): Don't beep on error.
5929         (elint-forms): In case of error, return ENV unchanged.
5930         (elint-init-env): Skip non-list forms.
5931         (elint-log): Handle unknown file positions.
5933 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
5935         * epg.el (epg-make-context): Add autoload cookie.
5936         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
5937         (epg-decrypt-string, epg-start-verify, epg-verify-file)
5938         (epg-verify-string, epg-start-sign, epg-sign-file)
5939         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
5940         (epg-encrypt-string, epg-start-export-keys)
5941         (epg-export-keys-to-file, epg-export-keys-to-string)
5942         (epg-start-import-keys, epg-import-keys-from-file)
5943         (epg-import-keys-from-string, epg-start-receive-keys)
5944         (epg-receive-keys, epg-import-keys-from-server)
5945         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
5946         (epg-sign-keys, epg-start-generate-key)
5947         (epg-generate-key-from-file, epg-generate-key-from-string):
5948         Remove autoload cookie.
5950 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
5952         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
5953         reevaluation of trash-directory.
5955         * mwheel.el: Fix last change.
5956         (mouse-wheel-mode): New defvar.
5957         (mouse-wheel-mode): Remove autoload cookie.
5959 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5961         * mwheel.el (mwheel-installed-bindings): New var.
5962         (mouse-wheel-mode): Use it, so as to make sure we really remove all
5963         the bindings we set last time.  Use custom-initialize-delay.
5964         * loadup.el: Load mwheel after term/*-win.el.
5965         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
5966         and mouse-wheel-up-event now that their first evaluation is done
5967         sufficiently late to be correct.
5969         * startup.el (tutorial-directory): Make it a defcustom.
5970         Use custom-initialize-delay rather than eval-at-startup to set it.
5971         * image.el (image-load-path): Make it a defcustom.
5972         Use custom-initialize-delay rather than eval-at-startup to set it.
5973         * subr.el (eval-at-startup): Remove.
5974         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
5976         * subr.el (do-after-load-evaluation): Warn the user after loading an
5977         obsolete package.
5979 2009-09-12  Glenn Morris  <rgm@gnu.org>
5981         * proced.el (proced-mark-alt): Remove alias.
5982         (proced-mode-map): Remove proced-mark-alt.
5984         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
5985         Elint file and directory.  Remove initialization entry.
5987         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
5988         commands.
5989         (elint-current-buffer): Set mode-line-process.
5990         (elint-init-env): Handle define-derived-mode.
5991         Fix declare-function with unspecified arglist.  Guard against odd
5992         defalias statements (eg iso-insert's 8859-1-map).
5993         (elint-add-required-env): Use a temp buffer.
5994         (elint-form): Just print the function/macro name, not the whole form.
5995         Return env unchanged if we fail to parse a macro.
5996         (elint-forms): Guard against parse errors.
5997         (elint-output): New function, to handle batch mode.
5998         (elint-log-message): Add optional argument.  Use elint-output.
5999         (elint-set-mode-line): New function.
6001 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
6003         * emacs-lisp/elp.el (elp-not-profilable): Add more
6004         functions (Bug#4233).
6006 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
6008         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
6009         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
6011 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
6013         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
6014         (gdb-var-list-children): Use json parsing.
6016 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
6018         * progmodes/js.el (js--proper-indentation): Handle the case where
6019         char-before is null.  Reported by Deniz Dogan.
6021 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
6023         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
6025 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
6027         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
6028         (epg-digest-algorithm-alist): Add SHA224.
6029         (epg-context-set-passphrase-callback)
6030         (epg-context-set-progress-callback): Add description about
6031         callback function.
6033 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6035         * custom.el (custom-delayed-init-variables): New var.
6036         (custom-initialize-delay): New function.
6037         * startup.el (command-line): "Re"evaluate all vars in
6038         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
6039         explicitly any more.
6040         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
6041         to avoid creating a ~/.emacs.d at build-time (bug#4347).
6043         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
6045 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
6047         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
6048         (gdb-var-update-handler): Use json parsing.
6050 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
6052         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
6053         decode annotated text, regardless of language environment.  (Bug#2741)
6055 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6057         * Makefile.in (autoloads): Make rmail.el writable as well.
6059 2009-09-11  Glenn Morris  <rgm@gnu.org>
6061         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
6062         loaddefs.el.
6063         * dired.el: Regenerate with extracted autoloads.
6064         * Makefile.in (autoloads): Make dired.el writable.
6066         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
6067         * ibuffer.el: Regenerate with extracted autoloads.
6068         * Makefile.in (autoloads): Make ibuffer.el writable.
6070         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
6071         * version.el (emacs-copyright, emacs-major-version)
6072         (emacs-minor-version): Reformat doc-strings for make-docfile.
6074         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
6075         functions and variables, since they must be stuff specific to some other
6076         platform.
6077         (apropos-print): Make mouse-click message less specific about button.
6079         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
6080         that records where a macro was defined.
6081         * help-fns.el (describe-function-1): Mention if a function has a
6082         compiler-macro.
6083         * help-mode.el (help-function-cmacro): New button.
6085         * locate.el (top-level): Always require dired.
6086         (locate-mode-map): Initialize inside the defvar.
6088         * net/ange-ftp.el (dired-compress-file): Declare.
6089         (ange-ftp-dired-compress-file): Add doc string.
6091         * term/ns-win.el (x-display-name, x-setup-function-keys):
6092         Unify doc-strings with X versions.
6094 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6096         * emulation/crisp.el (crisp-mode-map): Move initialization
6097         into declaration.
6098         (crisp-mode): Use define-minor-mode.
6100         * progmodes/xscheme.el (xscheme-evaluation-commands):
6101         Put a :advertised-binding property rather than using
6102         advertised-xscheme-send-previous-expression.
6103         (advertised-xscheme-send-previous-expression): Declare obsolete.
6104         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
6105         `advertised-undo'.
6106         (crisp-mode): Add corresponding bindings to
6107         undo's :advertised-binding instead.
6108         * dired.el (dired-mode-map): Put a :advertised-binding property rather
6109         than using dired-advertised-find-file.
6110         (dired-advertised-find-file):
6111         * simple.el (advertised-undo):
6112         * wid-edit.el (advertised-widget-backward): Declare obsolete.
6113         (widget-keymap): Put a :advertised-binding property rather
6114         than using advertised-widget-backward.
6115         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
6116         than using advertised-undo.
6117         * tutorial.el (tutorial--default-keys): Adjust accordingly.
6119 2009-09-10  Simon South  <ssouth@slowcomputing.org>
6121         * progmodes/delphi.el (delphi-tab): Indent region when Transient
6122         Mark mode is enabled and region is active; otherwise indent or
6123         insert TAB as usual.
6124         (delphi-mode): Update description of TAB-key binding.
6126 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6128         * subr.el (define-key-rebound-commands): Mark obsolete.
6129         * startup.el (precompute-menubar-bindings): Remove.
6130         (normal-top-level): Remove obsolete code that tried to precompute
6131         menubar bindings.
6132         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
6133         define-key-rebound-commands and precompute-menubar-bindings.
6135 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6137         * net/imap.el (imap-interactive-login): Better messages.
6138         (imap-open): Fix bug with renamed buffer on reconnect.
6139         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6140         for easier debugging and cleaner code.  On successful (guessed based on
6141         server capabilities) secondary authentication, set imap-state
6142         correctly.
6143         (imap-last-authenticator): Define imap-last-authenticator as a variable
6144         to avoid warnings.
6146 2009-09-10  Glenn Morris  <rgm@gnu.org>
6148         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
6150         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
6151         (byte-compile-file-form-autoload): Don't warn about unknown functions
6152         where the autoload statement comes after the use.
6153         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
6154         that any handlers inside the body (eg require) are in turn respected.
6156         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
6157         effects.
6159         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
6160         and syntax and abbrev tables basic docs, if they don't have any.
6162         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
6164         * international/mule-cmds.el (top-level): Require cl when compiling.
6165         (view-hello-file): Use default-value rather than
6166         default-enable-multibyte-characters.
6168         * progmodes/fortran.el: Move all safe and risky properties into the
6169         defcustoms.
6171         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
6172         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
6173         * mail/undigest.el:
6174         Put autoloads in rmail.el rather than loaddefs.el.
6175         * mail/rmail.el: Regenerate with extracted autoloads.
6177         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
6178         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
6180 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
6182         Reported in thread for Bug#4375.
6183         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
6184         "-data-evaluate-expression" instead of print.
6185         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
6186         (gdb-tooltip-print): Parse output from above MI command.
6187         (gdb): Revert 2009-08-11 change.  User should detach inferior
6188         manually.
6190         Remove the word "separate" from IO functions as inferior
6191         output is now never displayed in the GUD buffer.
6193 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
6195         * startup.el (command-line-normalize-file-name): On Windows and
6196         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
6198 2009-09-10  Juri Linkov  <juri@jurta.org>
6200         * isearch.el (isearch-text-char-description): Propertize escape
6201         character sequences with the `escape-glyph' face.  (Bug#4344)
6203         * simple.el (shell-command): Set asynchronous process filter to
6204         `comint-output-filter'.  (Bug#4343)
6206         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
6207         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
6208         the list.  Move "asm" to the bottom.
6209         (grep-find-ignored-directories): Add `choice' with nil value
6210         to empty the list easily.
6211         (grep-find-ignored-files): New option.
6212         (grep-files-history): Set to nil by default instead of '("ch" "el").
6213         (grep-compute-defaults): Add "<X>" to `grep-template'.
6214         (grep-read-files): Bind new local variables `default-alias' and
6215         `default-extension'.  Use a list of default values for the file prompt.
6216         (lgrep): Add `--exclude=' command line options composed from
6217         `grep-find-ignored-files'.
6218         (rgrep): Add `-name' command line options composed from
6219         `grep-find-ignored-files'.  (Bug#4301)
6221 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6223         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
6224         (bug#4368).
6226 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6228         * calendar/time-date.el (autoload):
6229         Expand define-obsolete-function-alias into defalias and make-obsolete
6230         for old Emacsen that Gnus supports.
6231         (with-no-warnings): Define it for old Emacsen.
6232         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6233         is available.
6234         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6235         float-time is available; suppress compile warning for time-to-seconds.
6237 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6239         * net/imap.el (imap-message-map): Docstring fix.
6241 2009-09-09  Glenn Morris  <rgm@gnu.org>
6243         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
6244         line numbers too.  (Bug#4374)
6246 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6248         * smerge-mode.el (smerge-remove-props, smerge-refine):
6249         Use with-silent-modifications (bug#4342).
6251         * subr.el (with-silent-modifications): New macro.
6253 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
6255         * files.el (top-level): Require `cl' when compiling.
6257 2009-09-07  Glenn Morris  <rgm@gnu.org>
6259         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
6261         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
6262         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
6264 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
6266         * vc-git.el (vc-git-annotate-command): Use separator to parse
6267         arguments correctly.
6269 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
6271         * proced.el (proced-mode): Doc fix.
6273 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
6275         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
6276         lstat fails.
6277         (tramp-do-file-attributes-with-ls): Check for file existence at
6278         remote end.
6279         (tramp-do-file-attributes-with-stat): Likewise.
6280         (tramp-convert-file-attributes): Return nil when attr is nil.
6282 2009-09-05  Glenn Morris  <rgm@gnu.org>
6284         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
6285         properties to this button.
6286         (diary-fancy-display): Don't extend the button to the final newline.
6287         (diary-fancy-display-mode): Continue to define "q" as a local key.
6289         * calendar/cal-china.el (holiday-chinese): Make it slightly more
6290         efficient.
6292         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
6294         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
6295         (byte-compile-dest-file-function): New option.
6296         (byte-compile-dest-file): Doc fix.
6297         Obey byte-compile-dest-file-function.
6298         (byte-compile-cl-file-p): New function.
6299         (byte-compile-eval): Only suppress noruntime warnings about cl functions
6300         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
6301         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
6302         than for file being previously loaded.
6303         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
6304         (byte-compile-file-form-require): Handle the case where requiring a file
6305         indirectly causes CL to be loaded.
6307 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
6309         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
6310         before killing the old buffer, since by the time `kill-buffer' is
6311         run so many buffer variables have been set to nil that it may not
6312         behave as expected.  (Bug#4061)
6314 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
6316         * files.el (find-alternate-file): If the old buffer is modified
6317         and visiting a file, behave similarly to `kill-buffer' when
6318         killing it, thus reverting to the pre-1.878 behavior; see
6319         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
6320         for discussion.  Also, consult `buffer-file-name' as a variable
6321         not as a function, for consistency with the rest of the code.
6323 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
6325         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
6326         also when adding a new directory.
6328         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
6329         defun.
6331 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6333         * files.el (locate-file-completion-table): Make it provide boundary
6334         information, so partial-completion works better.
6336 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
6338         * mail/footnote.el (Footnote-text-under-cursor):
6339         Check footnote-text-marker-alist before using it (bug#4324).
6341 2009-09-04  Glenn Morris  <rgm@gnu.org>
6343         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
6344         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
6345         * play/solitaire.el, play/tetris.el:
6346         Remove leading * from defcustom and defface docs.
6348         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
6349         necessary.
6350         (diary-fancy-overriding-map): New variable.
6351         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
6352         Use view-mode.
6354         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
6355         goto-line.
6357 2009-09-03  Glenn Morris  <rgm@gnu.org>
6359         * arc-mode.el (archive-mode):
6360         * dos-fns.el (set-default-process-coding-system):
6361         * man.el (Man-getpage-in-background):
6362         * menu-bar.el (menu-bar-describe-menu):
6363         * server.el (server-process-filter):
6364         * startup.el (command-line):
6365         * tar-mode.el (tar-header-block-tokenize, tar-extract):
6366         * w32-fns.el (set-default-process-coding-system):
6367         * x-dnd.el (x-dnd-handle-file-name):
6368         * international/mule-cmds.el (mule-menu-keymap)
6369         (set-default-coding-systems, language-info-alist, set-language-info)
6370         (set-language-environment, standard-display-european-internal)
6371         (set-locale-environment):
6372         * international/mule-diag.el (mule-diag):
6373         * mail/emacsbug.el (report-emacs-bug):
6374         * mail/rmail.el (rmail-mode):
6375         * mail/sendmail.el (mail-setup):
6376         Use default-value rather than default-enable-multibyte-characters.
6378         * progmodes/f90.el: Move all safe properties into the defcustoms.
6379         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
6381         * calendar/appt.el (appt-check):
6382         * calendar/diary-lib.el (diary-set-header, diary-live-p)
6383         (diary-check-diary-file, diary-list-entries)
6384         (diary-include-other-diary-files, diary-simple-display)
6385         (diary-fancy-display, diary-print-entries)
6386         (diary-mark-included-diary-files, diary-make-entry):
6387         Don't call substitute-in-file-name on diary-file.
6389 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
6390             Stefan Monnier  <monnier@iro.umontreal.ca>
6392         * mail/footnote.el (footnote-prefix): Make it a defcustom.
6393         (footnote-mode-map): Move initialization into the declaration.
6394         (footnote-minor-mode-map): Define it rather than changing global-map.
6395         (footnote-mode): Use define-minor-mode.
6397 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
6399         * net/tramp.el (tramp-handle-file-attributes-with-ls)
6400         (tramp-do-file-attributes-with-perl)
6401         (tramp-do-file-attributes-with-stat): Rename from
6402         `tramp-handle-file-attributes-with-*'.
6403         (tramp-handle-file-attributes): Use them.
6404         (tramp-do-directory-files-and-attributes-with-perl)
6405         (tramp-do-directory-files-and-attributes-with-stat): Rename from
6406         `tramp-handle-directory-files-and-attributes-with-*'.
6407         (tramp-handle-directory-files-and-attributes): Use them.
6408         (tramp-method-out-of-band-p): Additional parameter SIZE.
6409         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
6410         (tramp-handle-write-region): Use it.
6411         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
6412         (tramp-handle-vc-registered): Check, whether the first run did
6413         return files to be tested.
6414         (tramp-advice-make-auto-save-file-name): Do not call directly
6415         `tramp-handle-make-auto-save-file-name', because this would bypass
6416         the locking mechanism.
6418         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
6419         (file-remote-p, process-file, start-file-process, set-file-times)
6420         (tramp-compat-file-attributes): Compatibility functions shall not
6421         call directly `tramp-handle-*', because this would bypass the
6422         locking mechanism.
6423         (tramp-compat-number-sequence): New defun.
6425 2009-09-02  Glenn Morris  <rgm@gnu.org>
6427         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
6428         alias for float-time.
6429         (time-to-number-of-days): In Emacs, use float-time.
6430         * net/newst-backend.el (time-add): Suppress warnings from compat
6431         function.
6432         * time.el (emacs-uptime, emacs-init-time):
6433         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
6434         Use float-time rather than time-to-seconds.
6436         * minibuffer.el (completion-initials-expand): Fix typo.
6438         * faces.el (modeline, modeline-inactive, modeline-highlight)
6439         (modeline-buffer-id):
6440         * info.el (info-menu-5): Mark these face aliases as obsolete.
6442 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
6444         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
6445         space ...
6446         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
6447         no "--thread" option.
6448         (gdb-stopped): Don't print "Switched to thread" message when it is
6449         unchanged.
6451 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6453         * minibuffer.el (completion-try-completion)
6454         (completion-all-completions): Remove ill-defined (and
6455         mistakenly installed and luckily never used nor documented)
6456         `completion-styles' property.
6457         (completion-initials-expand, completion-initials-all-completions)
6458         (completion-initials-try-completion): New functions.
6459         (completion-styles-alist): Add doc to each entry.
6460         Add new `initials' entry.
6462 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
6464         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
6465         MI command -var-evaluate-expression.
6466         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
6467         and tweak for case of string child.
6468         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
6470 2009-09-01  Glenn Morris  <rgm@gnu.org>
6472         * add-log.el (change-log-date-face, change-log-name-face)
6473         (change-log-email-face, change-log-file-face, change-log-list-face)
6474         (change-log-conditionals-face, change-log-function-face)
6475         (change-log-acknowledgement-face):
6476         * cus-edit.el (custom-invalid-face, custom-rogue-face)
6477         (custom-modified-face, custom-set-face, custom-changed-face)
6478         (custom-saved-face, custom-button-face, custom-button-pressed-face)
6479         (custom-documentation-face, custom-state-face, custom-comment-face)
6480         (custom-comment-tag-face, custom-variable-tag-face)
6481         (custom-variable-button-face, custom-face-tag-face)
6482         (custom-group-tag-face-1, custom-group-tag-face):
6483         * diff-mode.el (diff-header-face, diff-file-header-face)
6484         (diff-index-face, diff-hunk-header-face, diff-removed-face)
6485         (diff-added-face, diff-changed-face, diff-function-face)
6486         (diff-context-face, diff-nonexistent-face):
6487         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6488         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
6489         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6490         (Info-title-4-face):
6491         * isearch.el (isearch-lazy-highlight-face):
6492         * log-view.el (log-view-file-face, log-view-message-face):
6493         * paren.el (show-paren-match-face, show-paren-mismatch-face):
6494         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6495         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6496         (cvs-msg-face):
6497         * smerge-mode.el (smerge-mine-face, smerge-other-face)
6498         (smerge-base-face, smerge-markers-face):
6499         * wid-edit.el (widget-documentation-face, widget-button-face)
6500         (widget-field-face, widget-single-line-field-face)
6501         (widget-inactive-face, widget-button-pressed-face):
6502         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
6503         (woman-addition-face):
6504         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
6505         (eshell-ls-executable-face, eshell-ls-readonly-face)
6506         (eshell-ls-unreadable-face, eshell-ls-special-face)
6507         (eshell-ls-missing-face, eshell-ls-archive-face)
6508         (eshell-ls-backup-face, eshell-ls-product-face)
6509         (eshell-ls-clutter-face):
6510         * eshell/em-prompt.el (eshell-prompt-face):
6511         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
6512         * obsolete/old-whitespace.el (whitespace-highlight-face):
6513         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
6514         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
6515         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
6516         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
6517         (antlr-font-lock-literal-face):
6518         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6519         (ebrowse-root-class-face, ebrowse-file-name-face)
6520         (ebrowse-default-face, ebrowse-member-attribute-face)
6521         (ebrowse-member-class-face, ebrowse-progress-face):
6522         * progmodes/make-mode.el (makefile-space-face):
6523         * progmodes/sh-script.el (sh-heredoc-face):
6524         * textmodes/flyspell.el (flyspell-incorrect-face)
6525         (flyspell-duplicate-face):
6526         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
6527         * textmodes/texinfo.el (texinfo-heading-face):
6528         Mark face aliases with "-face" suffix as obsolete.
6530         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
6531         compiler.
6533         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
6534         (eudc-bob-sound-menu): Use defvar rather than defconst, since
6535         easy-menu-define wants to modify these.
6537         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
6539         * net/browse-url.el (browse-url-file-url):
6540         * term/internal.el (dos-codepage-setup):
6541         Use default-value rather than default-enable-multibyte-characters.
6543         * progmodes/etags.el (etags-goto-tag-location):
6544         * progmodes/flymake.el (flymake-highlight-line)
6545         (flymake-goto-file-and-line, flymake-goto-line):
6546         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
6547         (gdb-goto-breakpoint):
6548         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6549         * progmodes/python.el (python-find-function)
6550         (python-pdbtrack-track-stack-file):
6551         * progmodes/verilog-mode.el (verilog-surelint-off):
6552         * term/ns-win.el (ns-open-file-select-line):
6553         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
6554         Use forward-line rather than goto-line.
6556         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
6557         * textmodes/reftex-index.el (reftex-display-index):
6558         * textmodes/reftex-ref.el (reftex-offer-label-menu):
6559         * textmodes/reftex-toc.el (reftex-toc):
6560         Remove unnecessary bindings of default-major-mode (all are followed by
6561         major-mode check and possible mode switch).
6563 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
6565         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
6566         Handle watchpoints (bug#4282).
6567         (def-gdb-thread-buffer-command): Enable thread to be selected by
6568         clicking without selecting threads buffer first.
6569         (gdb-current-context-command): Use selected frame so that "up",
6570         "down" etc work in the GUD buffer.
6571         (gdb-update): Find selected frame before rendering stack buffer.
6572         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
6574 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6576         * progmodes/sym-comp.el (displayed-completions): Remove.
6577         (symbol-complete): Use minibuffer-complete.
6579 2009-08-31  Glenn Morris  <rgm@gnu.org>
6581         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
6583         * apropos.el (apropos-symbols-internal):
6584         Handle (obsolete) face aliases.
6586         * faces.el (describe-face): Adjust the output format to be more like
6587         describe-variable, and to mention (obsolete) face aliases.
6588         Adjust the whitespace so that help-setup-xref works.
6590         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
6591         * calendar/diary-lib.el (diary-button-face):
6592         Mark these face aliases as obsolete.
6594         * calendar/calendar.el (calendar-today): Doc fix.
6596 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
6598         * progmodes/gdb-mi.el (gdb-control-all-threads)
6599         (gdb-control-current-thread): Force tool bar update.
6600         (gdb-non-stop-handler): New function.
6601         (gdb-init-1): Use it to test if non-stop mode is supported.
6602         Remove unused gdbmi buffer type.
6604 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
6606         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
6607         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
6609 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
6611         * comint.el (comint-exec-1): Check command is non-null first.
6612         Part of gdb-mi.el change (2009-08-28).
6614 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6616         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
6618 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
6620         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
6621         instead of `dolist' to avoid a recursive require when bootstrapping.
6623 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6625         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
6627         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
6629         * net/imap.el (imap-send-command): Simplify.
6630         (imap-wait-for-tag): point-max -> buffer-size.
6632         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
6634         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
6635         with constant argument.
6637         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
6639         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
6641         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
6642         Change default, since most of our files don't have a history.
6643         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
6644         the user.
6646         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6647         Add comint-run.
6649         * calc/calc.el: Improve commenting convention.
6650         (calc-digit-map, toplevel): Simplify.
6652         * comint.el (comint-insert-input): Be careful to only set point if we
6653         don't delegate to some other command.
6655         * proced.el (proced-signal-list): Make it an alist.
6656         (proced-grammar-alist): Capitalize names.
6657         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
6658         Disable undo manually and make it read-only.
6659         Use completion-annotate-function.
6661         * minibuffer.el (minibuffer-message): If the current buffer is not
6662         a minibuffer, insert the message in the echo area rather than at the
6663         end of the buffer.
6664         (completion-annotate-function): New variable.
6665         (minibuffer-completion-help): Use it.
6666         (completion--embedded-envvar-table): Environment vars are
6667         always case-sensitive.
6669 2009-08-30  Glenn Morris  <rgm@gnu.org>
6671         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
6672         from fortran-current-defun.
6673         (fortran-beginning-of-subprogram): Be more precise about finding the
6674         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
6675         (fortran-end-of-subprogram): Simplify.
6676         (fortran-current-defun): Use fortran-start-prog-re.
6678 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
6680         * subr.el (do-after-load-evaluation): Simplify.
6682 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
6684         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
6686         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
6687         (vc-rcs-print-log): Use it.
6689         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
6691 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6693         * paths.el (abbrev-file-name): Move to abbrev.el.
6694         * abbrev.el (abbrev-file-name): Move from paths.el.
6695         Obey user-emacs-directory.
6696         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
6697         user-emacs-directory.
6698         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
6699         abbrev-file-name and calc-settings-file any more.
6700         * startup.el (command-line): Recompute abbrev-file-name and
6701         abbreviated-home-dir.
6702         (normal-no-mouse-startup-screen): Improve the generic code and get rid
6703         of the special code for when C-h bindings haven't been changed.
6704         (display-startup-echo-area-message): Use with-current-buffer.
6705         (command-line-1): Use a list of strings, rather than a list of lists
6706         of strings for longopts.
6708         * files.el (get-free-disk-space): Use / for default-directory.
6710         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
6711         Use with-current-buffer.
6713         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
6714         Recognize immutable variables like most-positive-fixnum.
6715         (byte-compile-setq-default): Check and warn if trying to assign
6716         to an immutable variable, or a non-variable.
6718         * progmodes/cc-vars.el (c-comment-continuation-stars):
6719         * progmodes/cc-engine.el (c-looking-at-bos):
6720         * progmodes/cc-cmds.el (c-toggle-auto-state)
6721         (c-forward-into-nomenclature, c-backward-into-nomenclature)
6722         (c-comment-line-break-function): Add version of obsolescence.
6724 2009-08-28  Juri Linkov  <juri@jurta.org>
6726         * files.el (magic-fallback-mode-alist): Add ZIP magic number
6727         associated with `archive-mode'.
6729         * image.el (image-type-header-regexps): Use only JPEG magic number
6730         to determine JPEG images, and don't use `image-jpeg-p' because
6731         Emacs can display non-JFIF non-Exif JPEG images.
6733 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
6735         * arc-mode.el (archive-mode):
6736         * emacs-lisp/re-builder.el (re-builder-unload-function):
6737         Protect against the default value of `major-mode' being nil.
6739 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
6741         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
6742         Fix typos in docstrings.
6744         * progmodes/js.el (js--macro-decl-re): Doc fix.
6745         (js--plain-method-re, js--split-name): Refloc docstring.
6746         (js--class-styles, js--make-merged-item, js--splice-into-items):
6747         Fix typos in docstrings; reflow docstrings.
6748         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
6749         (js--variable-decl-matcher, js--inside-pitem-p)
6750         (js--parse-state-at-point, js--get-all-known-symbols)
6751         (js--symbol-history, js-find-symbol, js--js-references)
6752         (js--moz-interactor, js--js-encode-value, js--read-tab):
6753         Fix typos in docstrings.
6755 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6757         * textmodes/reftex.el (reftex-get-file-buffer-force):
6758         * progmodes/verilog-mode.el (verilog-batch-execute-func):
6759         * emulation/viper.el (viper-go-away, viper-set-hooks):
6760         * emacs-lisp/re-builder.el (re-builder-unload-function):
6761         * emacs-lisp/bytecomp.el (byte-compile-file):
6762         * ses.el (ses-unload-function):
6763         * hexl.el (hexl-find-file):
6764         * files.el (normal-mode):
6765         * ehelp.el (with-electric-help):
6766         * autoinsert.el (auto-insert-alist):
6767         * arc-mode.el (archive-mode):
6768         Use (default-value 'major-mode) instead of default-major-mode.
6770         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
6771         * international/mule.el (load-with-code-conversion):
6772         * emacs-lisp/debug.el (debug):
6773         * ediff-vers.el (ediff-rcs-get-output-buffer):
6774         * dired.el (dired-internal-noselect): Don't let-bind
6775         default-major-mode around code that doesn't use it.
6776         E.g. buffer creation via get-buffer-create doesn't use it.
6778 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
6780         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
6781         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
6782         when writing the temp file.  Otherwise, epa-file gets confused.
6783         (tramp-register-file-name-handlers): Make it a defun.  Move also
6784         `epa-file-handler' to the front of `file-name-handler-alist'.
6786 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6788         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
6789         start right after a ^M.
6790         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
6791         (tramp-completion-file-name-regexp-separate)
6792         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
6793         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
6794         Don't modify last-coding-system-used by accident.
6795         (tramp-completion-file-name-handler): Apply the checks here,
6796         instead during registration.
6797         (tramp-register-file-name-handlers) Renamed from
6798         `tramp-register-file-name-handler'.  Register both
6799         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
6800         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
6802 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
6804         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
6805         Remove variable ...
6806         (gdb-init-1, gdb-display-separate-io-buffer)
6807         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
6808         references to it.
6809         (gdb-inferior-io-mode): Use make-comint-in-buffer.
6810         (gdb-inferior-filter): Use comint-output-filter to stop
6811         echoing and remove ^M characters.
6813 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6815         * emulation/viper-init.el (viper-restore-cursor-type):
6816         * emulation/cua-base.el (cua--update-indications):
6817         Replace default-cursor-type with (default-value 'cursor-type).
6819         * mail/sendmail.el (mail-recover-1):
6820         * international/mule-diag.el (describe-current-coding-system-briefly)
6821         (describe-current-coding-system):
6822         * international/mule-cmds.el (select-safe-coding-system)
6823         (select-message-coding-system)
6824         (set-language-environment-coding-systems, set-locale-environment):
6825         * hexl.el (hexl-insert-multibyte-char):
6826         * dos-w32.el (find-buffer-file-type-coding-system):
6827         * simple.el (what-cursor-position):
6828         Replace uses of default-buffer-file-coding-system
6829         with (default-value 'buffer-file-coding-system).
6831         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
6832         Replace uses of default-cursor-in-non-selected-windows
6833         with (default-value 'cursor-in-non-selected-windows).
6834         Use with-current-buffer.
6836         * mail/feedmail.el: Use CL macros.
6837         (feedmail-run-the-queue, feedmail-send-it-immediately):
6838         * dos-w32.el (find-buffer-file-type): Replace uses of
6839         default-buffer-file-type with (default-value 'buffer-file-type).
6841 2009-08-28  Glenn Morris  <rgm@gnu.org>
6843         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
6844         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
6845         Use default-value of major-mode rather than default-major-mode.
6847 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6849         * Makefile.in (update-elcfiles): Report left over elc files.
6851         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
6852         expand-file-name and with-current-buffer.
6853         (mail-get-names, mail-directory): Use with-current-buffer.
6855         * vc.el (vc-read-revision): New function.
6856         (vc-version-diff, vc-merge): Use it.
6858 2009-08-27  Sam Steingold  <sds@gnu.org>
6860         * simple.el (kill-do-not-save-duplicates): New user option.
6861         (kill-new): When it is non-nil, and the new string is the same as
6862         the latest kill, set replace to t to avoid duplicates in kill-ring.
6864 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
6866         * net/tramp.el (tramp-handle-process-file): Do not flush all
6867         caches when `process-file-side-effects' is set.
6868         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
6869         instead of `tramp-find-file-exists-command'.
6870         Unset `process-file-side-effects'.
6872 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
6874         * net/tramp.el (tramp-methods): New method "rsyncc".
6875         (top): Add completion function for "rsyncc".
6876         (tramp-message-show-message): New defvar.
6877         (tramp-message, tramp-error): Use it.
6878         (tramp-do-copy-or-rename-file-directly): Extend check for direct
6879         remote copying.
6880         (tramp-do-copy-or-rename-file-out-of-band): Handle new
6881         `tramp-methods' entry `copy-env' of "rsyncc".
6882         (tramp-vc-registered-read-file-names): New defconst.
6883         (tramp-vc-registered-file-names): New defvar.
6884         (tramp-handle-vc-registered): Implement optimization strategy.
6885         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
6886         (tramp-vc-file-name-handler): New defun.
6887         (tramp-get-ls-command, tramp-get-test-command)
6888         (tramp-get-file-exists-command, tramp-get-remote-ln)
6889         (tramp-get-remote-perl, tramp-get-remote-stat)
6890         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
6892         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
6893         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
6894         timestamps.
6895         (tramp-get-file-property): Check for timestamps in
6896         `tramp-cache-inhibit-cache'.
6897         (tramp-set-file-property): Write timestamp.
6899 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6901         * language/japan-util.el (japanese-symbol-table): Add entries for
6902         cp932-2-byte.
6904         * international/characters.el: Add category `j' to cp932-2-byte.
6906 2009-08-27  Kenichi Handa  <handa@m17n.org>
6908         * international/fontset.el (build-default-fontset-data): New macro.
6909         (setup-default-fontset): Use build-default-fontset-data for CJK,
6910         tibetan, ethiopic, and ipa.
6912 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6914         * cus-start.el (default-major-mode): Customize `major-mode' instead.
6915         (enable-multibyte-characters): Not customizable any more.
6917         * subr.el (default-mode-line-format, default-header-line-format)
6918         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
6919         (default-direction-reversed, default-truncate-lines)
6920         (default-left-margin, default-tab-width, default-case-fold-search)
6921         (default-left-margin-width, default-right-margin-width)
6922         (default-left-fringe-width, default-right-fringe-width)
6923         (default-fringes-outside-margins, default-scroll-bar-width)
6924         (default-vertical-scroll-bar, default-indicate-empty-lines)
6925         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
6926         (default-fringe-cursor-alist, default-scroll-up-aggressively)
6927         (default-scroll-down-aggressively, default-fill-column)
6928         (default-cursor-type, default-buffer-file-type)
6929         (default-cursor-in-non-selected-windows)
6930         (default-buffer-file-coding-system, default-major-mode)
6931         (default-enable-multibyte-characters): Mark as obsolete.
6933 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
6935         * vc-dir.el (vc-dir-update): Remove debug helper.
6937         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
6939 2009-08-26  Sam Steingold  <sds@gnu.org>
6941         * simple.el (save-interprogram-paste-before-kill): New user option.
6942         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
6943         save the interprogram-paste into kill-ring before overriding it
6944         with the Emacs kill.
6946 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
6948         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
6949         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
6950         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
6951         and move to vc-rcs.el.
6952         (vc-default-next-revision): Rename to vc-rcs-next-revision and
6953         move to vc-rcs.el.
6954         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
6955         (vc-rcs-update-changelog): Remove.
6956         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
6957         and move to vc-rcs.el.
6959         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
6960         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
6961         renaming.
6962         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
6963         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
6964         vc.el, renamed to be RCS specific.
6966         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
6967         New functions.
6968         (vc-cvs-update-changelog): Move here from vc.el.
6970         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
6971         New functions.
6973 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6975         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
6977 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
6979         * vc-git.el (vc-git-register): Use "git add" for directories.
6980         (vc-git-stash, vc-git-stash-show): New functions.
6981         (vc-git-extra-menu-map): Bind them.
6983         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
6984         directory correctly in case the item is a directory itself.
6986         * vc.el: Document the desired behavior for reverted files in the
6987         `added' state.
6988         (vc-default-prettify-state-info): Remove function, unused.
6990         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
6992 2009-08-26  Glenn Morris  <rgm@gnu.org>
6994         * bindings.el (standard-mode-line-format): Reposition dashes in
6995         which-func entry.  (Bug#4217)
6997         * files.el (enable-local-variables, enable-local-eval)
6998         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
6999         the defcustoms.
7000         (auto-mode-alist, ignored-local-variables)
7001         (save-some-buffers-action-alist): Move risky declarations to the
7002         definitions.
7003         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
7004         (font-lock-defaults, format-alist, imenu--index-alist)
7005         (imenu-generic-expression, input-method-alist, minor-mode-alist)
7006         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
7007         (mode-line-modified, mode-line-mule-info, mode-line-position)
7008         (mode-line-process, mode-line-remote, outline-level)
7009         (parse-time-rules, rmail-output-file-alist)
7010         (special-display-buffer-names, vc-mode):
7011         Move risky declarations to the relevant files.
7012         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
7013         (mode-line-modified, mode-line-process, mode-line-position)
7014         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
7015         * font-core.el (font-lock-defaults):
7016         * format.el (format-alist):
7017         * vc-hooks.el (vc-mode):
7018         * window.el (special-display-buffer-names):
7019         * international/mule-cmds.el (input-method-alist):
7020         Define riskiness here (dumped file) rather than in files.el.
7021         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
7022         * imenu.el (imenu-generic-expression, imenu--index-alist):
7023         * outline.el (outline-level):
7024         * time.el (display-time-string):
7025         * calendar/parse-time.el (parse-time-rules):
7026         * mail/rmailout.el (rmail-output-file-alist):
7027         Autoload riskiness here, rather than placing in files.el.
7029 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
7031         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
7033 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
7035         * simple.el (process-file-side-effects): New defvar.
7037         * dired-aux.el (dired-show-file-type):
7038         * vc.el (vc-diff-internal):
7039         * vc-arch.el (vc-arch-diff):
7040         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
7041         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
7042         * vc-git.el (vc-git-registered, vc-git-working-revision)
7043         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
7044         (vc-git--empty-db-p):
7045         * vc-hooks.el (vc-user-login-name):
7046         * vc-svn.el (vc-svn-registered, vc-svn-state)
7047         (vc-svn-dir-extra-headers, vc-svn-find-revision):
7048         * progmodes/grep.el (grep-probe): Let-bind
7049         `process-file-side-effects' with nil.
7051         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
7053         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
7054         daemon.  Replace ping by checking for running service for bluez
7055         and zeroconf.  (Bug#4239)
7057 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7059         * net/dig.el (dig): Add autoload cookie.
7061 2009-08-25  Glenn Morris  <rgm@gnu.org>
7063         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
7064         load-history for absolute file-names.
7065         (byte-compile-file-form-require): Warn about use of the cl package.
7067         * format.el (format-alist): Doc fix.
7069         * play/bubbles.el (top-level): Don't require cl at run-time.
7071         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
7072         run-time cl).
7074 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
7076         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
7077         from cl package.
7078         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
7080 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
7082         * calc/calc-alg.el (math-trig-rewrite)
7083         (math-hyperbolic-trig-rewrite): New functions.
7084         (calc-simplify): Simplify trig functions when asked.
7086 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7088         * diff-mode.el (diff-find-source-location): Avoid goto-line.
7090 2009-08-24  Kenichi Handa  <handa@m17n.org>
7092         * language/ind-util.el (mapthread): Delete it.
7093         (combinatorial): New function.
7094         (indian--puthash-cv): Use combinatorial instead of mapthread.
7096 2009-08-22  Kevin Ryde  <user42@zip.com.au>
7098         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
7099         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
7100         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
7101         Clarify docstring that the value is strings not symbols.
7102         (checkdoc-list-of-strings-p): New function.
7104 2009-08-22  Glenn Morris  <rgm@gnu.org>
7106         * files.el (auto-mode-alist):
7107         * hippie-exp.el (he-concat-directory-file-name):
7108         * lpr.el (lpr-windows-system, printer-name):
7109         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
7110         * ps-print.el (ps-windows-system):
7111         * startup.el (command-line):
7112         * emulation/viper-ex.el (viper-glob-function):
7113         * international/mule-cmds.el (set-language-environment-coding-systems):
7114         * net/ange-ftp.el (ange-ftp-write-region):
7115         * obsolete/fast-lock.el (fast-lock-cache-name):
7116         Remove code for defunct system-types emx, macos, mswindows, next-mach,
7117         unisoft-unix, vax-vms, win32, w32.
7119         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
7120         given name if the pattern is not more specific.
7122         * calendar/lunar.el (lunar-phase-names): New option.
7123         (lunar-phase): Doc fix.
7124         (lunar-cycles-per-year): New constant.
7125         (lunar-index): New function.
7126         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
7127         (lunar-phase-name): Use lunar-phase-names.
7128         (calendar-lunar-phases): Use format.
7129         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
7131         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
7132         Copy imenu-example--name-and-position function here for own use.
7133         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
7135         * bs.el (bs--redisplay):
7136         * cus-edit.el (custom-redraw):
7137         * ibuffer.el (ibuffer-bury-buffer):
7138         * server.el (server-goto-line-column):
7139         * startup.el (command-line-1):
7140         * strokes.el (strokes-xpm-for-stroke):
7141         * term.el (term-display-buffer-line):
7142         * view.el (View-goto-line):
7143         * calc/calc.el (calc-do, calc-trail-buffer):
7144         * play/gamegrid.el (gamegrid-add-score-insecure):
7145         * progmodes/ada-mode.el (ada-compile-goto-error):
7146         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
7147         (ebrowse-select-1st-to-9nth):
7148         * progmodes/cperl-mode.el (cperl-time-fontification):
7149         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
7150         * progmodes/gud.el (gud-display-line):
7151         (idlwave-shell-display-line):
7152         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
7153         * progmodes/make-mode.el (makefile-browser-toggle):
7154         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
7155         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
7156         * textmodes/picture.el (picture-draw-rectangle):
7157         * textmodes/reftex-index.el (reftex-index-goto-letter):
7158         (reftex-select-jump-to-previous):
7159         * textmodes/reftex-sel.el (reftex-find-start-point)
7160         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
7161         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
7162         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
7163         * textmodes/tex-mode.el (tex-compilation-parse-errors):
7164         * textmodes/two-column.el (2C-associated-buffer):
7165         Use forward-line rather than goto-line.
7167         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
7168         goto-line.
7170         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
7171         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
7172         (quick-check-list-to-regexp): Declare.
7174         * progmodes/make-mode.el (makefile-browser-insert-selection):
7175         Use goto-char rather than goto-line.
7177         * progmodes/prolog.el (compilation-error-regexp-alist)
7178         (compilation-forget-errors): Declare.
7180 2009-08-22  Juri Linkov  <juri@jurta.org>
7182         * progmodes/grep.el (lgrep, rgrep): At the beginning
7183         set `dir' to `default-directory' unless `dir' is a non-nil
7184         readable directory.  (Bug#4052)
7185         (lgrep, rgrep): Change a weird way to report an error
7186         from using `read-string' to using `error'.
7187         Instead of using interactive arguments in the function body,
7188         add new argument `confirm'.
7190 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7192         * textmodes/remember.el (remember-buffer):
7193         * progmodes/cperl-mode.el (cperl-vc-header-alist):
7194         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
7195         (icalendar-extract-ical-from-buffer):
7196         * net/newst-treeview.el (newsticker-groups-filename):
7197         * net/newst-backend.el (newsticker-cache-filename):
7198         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
7199         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
7200         (speedbar-add-ignored-path-regexp, speedbar-line-path)
7201         (speedbar-buffers-line-path, speedbar-path-line)
7202         (speedbar-buffers-line-path):
7203         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
7204         (epg-sign-keys):
7205         * epa.el (epa-display-verify-result):
7206         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
7208 2009-08-21  Glenn Morris  <rgm@gnu.org>
7210         * progmodes/js.el (inferior-moz-process): Fix declaration.
7212         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
7214         * obsolete/rnewspost.el (news-mail-reply):
7215         Use goto-char rather than goto-line.
7217         * term/ns-win.el (ns-open-file-select-line):
7218         Use line-beginning-position rather than goto-line.
7220         * apropos.el (apropos-command):
7221         * ehelp.el (electric-helpify):
7222         * printing.el (pr-show-setup):
7223         * strokes.el (strokes-help):
7224         * tutorial.el (tutorial--describe-nonstandard-key)
7225         (tutorial--detailed-help):
7226         * woman.el (woman-mini-help, woman-display-extended-fonts):
7227         * calc/calc-help.el (calc-describe-key):
7228         * emulation/edt.el (edt-electric-helpify):
7229         * international/mule-diag.el (mule-diag):
7230         * play/yow.el (apropos-zippy):
7231         * progmodes/python.el (python-describe-symbol):
7232         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
7233         * textmodes/table.el (*table--cell-describe-mode)
7234         (*table--cell-describe-bindings):
7235         Use help-print-return-message rather than the now obsolete alias.
7237         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
7238         (calendar-cursor-to-visible-date):
7239         * play/5x5.el (5x5-position-cursor):
7240         * play/decipher.el (decipher):
7241         * play/gomoku.el (gomoku-goto-xy):
7242         * play/landmark.el (lm-goto-xy):
7243         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
7244         (mpuz-paint-digit):
7245         Use forward-line, not goto-line.
7247         * mail/rmail.el (rmail-obsolete): Delete custom group.
7248         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
7249         (rmail-remote-password, rmail-remote-password-required):
7250         Remove unneeded :set-after and :set properties.
7252 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
7254         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
7256 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
7258         * loadup.el: Remove leftover macos code.
7260         * vc-git.el (vc-git-annotate-command): Run asynchronously.
7261         Explicitly pass the date format to git blame so that user local
7262         so that the output format can be parsed.
7264 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
7266         * net/dbus.el (top): Don't check for (getenv
7267         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
7269 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
7271         * log-edit.el (log-edit-strip-single-file-name): New var.
7272         (log-edit-insert-changelog): Use it.  Bug#3571
7274 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7276         * subr.el (read-passwd): Use read-key so keypad keys work as well.
7277         Bug#3287
7279         * help.el (help-print-return-message): Rename from
7280         print-help-return-message.
7282         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
7283         cvs-mode-map parent hack.
7284         (log-view-mode): Derive from special-mode.
7286         * linum.el (linum-mode): window-size-change-functions is redundant.
7287         Adapt to new window-configuration-change-hook behavior.
7288         (linum-after-size, linum-after-config): Remove.
7290         * imenu.el (imenu-example--name-and-position)
7291         (imenu-example--lisp-extract-index-name)
7292         (imenu-example--create-lisp-index, imenu-example--create-c-index):
7293         Mark as obsolete.
7295         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
7296         (inferior-prolog-mode): Use it.
7297         (inferior-prolog-load-file): Reset list of errors.
7299 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7301         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
7303         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
7305 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
7307         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
7308         is running already.
7310 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7312         * subr.el (listify-key-sequence-1): Use normal syntax since those
7313         integers are nowadays always represented by the same (positive) number
7314         on all platforms.
7315         (read-key-empty-map): New const.
7316         (read-key-delay): New var.
7317         (read-key): New function.
7318         (force-mode-line-update): Use with-current-buffer.
7319         (locate-user-emacs-file): Don't forget to abbreviate the file name.
7320         (start-process-shell-command, start-file-process-shell-command):
7321         Discourage the use of command-args.
7323 2009-08-19  Glenn Morris  <rgm@gnu.org>
7325         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
7327 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7329         * simple.el (choose-completion-string): Don't rely on
7330         minibuffer-completing-file-name and ad-hoc checks to decide whether
7331         to continue completion or not.
7333         * minibuffer.el (minibuffer-hide-completions): New function.
7334         (completion--do-completion): Use it.
7335         (completions-annotations): New face.
7336         (completion--insert-strings): Use it.
7337         (completion-pcm--delim-wild-regex): Add docstring.
7338         (completion-pcm--string->pattern): Add support for 0-width delimiters
7339         in completion-pcm--delim-wild-regex.
7341 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7343         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
7344         Remove unused var `buffer-modified-p'.
7346         * minibuffer.el (completion--do-completion): Move point for the #b001
7347         case as well (bug#4176).
7348         (minibuffer-complete, minibuffer-complete-word): Don't move point.
7350 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
7352         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
7353         and :session buses.
7355 2009-08-18  Kenichi Handa  <handa@m17n.org>
7357         * international/ucs-normalize.el (ucs-normalize-version):
7358         Change to 1.1.
7359         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
7360         (utf-8-hfs): Make it perform normalization on encoding too.
7362         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
7363         (sentence-end-without-space): Delete duplicated chars.
7364         (sentence-end-base): Likewise.
7366         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
7367         (html-mode): Delete duplicated chars from sentence-end-base.
7369         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
7370         (texinfo-mode): Delete duplicated chars from sentence-end-base.
7372 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
7374         * files.el (hack-one-local-variable): If the mode function is for
7375         a minor mode, pass it an argument (Bug#4148).
7377 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
7379         * net/tramp.el (tramp-register-completion-file-name-handler):
7380         Check also for (member 'partial-completion completion-styles).
7382 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7384         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
7385         abbrev (Bug#3943).
7387 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
7389         * progmodes/cperl-mode.el: Merge upstream 6.2.
7390         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
7391         (cperl-forward-re): Check cperl-brace-recursing.
7392         (cperl-highlight-charclass): New function.
7393         (cperl-find-pods-heres): Use it.
7394         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
7395         (cperl-beautify-regexp-piece): Fix column calculation.
7396         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
7397         (cperl-beautify-level): Don't process entire regexp.
7398         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
7399         calling man.
7400         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
7401         (cperl-init-faces): Build a list in the normal way.
7403 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7405         * calendar/parse-time.el (parse-time-string-chars): Save match
7406         data.
7408 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7410         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
7411         (sql-product): Use it.
7412         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
7413         (sql-set-product): Add completion.
7414         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
7415         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
7416         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
7417         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
7418         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
7419         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
7420         (sql-highlight-db2-keywords): Remove.
7421         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7422         (sql-highlight-product): Use derived-mode-p.
7423         (sql-set-sqli-buffer): Use with-current-buffer.
7424         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
7425         Simplify.
7427         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
7429         * term.el: Fix commenting convention, turn comments into docstrings.
7431 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
7433         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
7435 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7437         * calendar/parse-time.el (parse-time-string-chars): Compute using
7438         character classes, to handle non-ascii characters (Bug#3190).
7440 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7442         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
7443         another heredoc if the user adds another < (Bug#3226).
7445         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7446         Don't initialize based on window-system (Bug#4124).
7448         * facemenu.el (facemenu-read-color): Use a completion function
7449         that accepts any defined color, such as RGB triplets (Bug#3677).
7451         * files.el (get-free-disk-space): Change fallback default
7452         directory to /.  Expand DIR argument before switching to fallback.
7453         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
7455 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
7457         * files.el (load-library): Doc fix.
7459 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
7461         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
7462         (viper-if-string): Redefine C-s in the minibuffer to insert the last
7463         incremental search string.
7465         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
7466         XEmacs.
7468         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
7469         (ediff-merge-region-is-non-clash)
7470         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
7471         Also check if the job is really a merge job.
7473         * ediff.el (ediff-current-file): New function.
7475 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
7477         * progmodes/js.el: Edit docstrings throughout to follow Emacs
7478         conventions.
7479         (js-insert-and-indent): Delete function.
7480         (js-mode-map): Don't bind keys to js-insert-and-indent.
7481         (js-beginning-of-defun): Rename from js--beginning-of-defun.
7482         (js-end-of-defun): Rename from js--end-of-defun.
7483         (js-auto-indent-flag): Delete variable.
7485 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
7487         * progmodes/js.el: Remove proclaim statement.
7488         Defvar which-func-imenu-joiner-function to silence compiler.
7490         * files.el (auto-mode-alist): Use js-mode for .js files.
7492         * progmodes/js2-mode.el: Remove file.
7494         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
7496         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
7498         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
7500 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
7501             Karl Landstrom  <karl.landstrom@brgeight.se>
7503         * progmodes/js.el: New file.
7505 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
7507         * timezone.el (timezone-parse-date): Add ability to understand ISO
7508         basic format (minimal separators) dates in addition to the
7509         already-supported extended format dates.
7511 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
7513         * international/ucs-normalize.el: Add a `coding' file variable.
7515         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
7517 2009-08-14  Sam Steingold  <sds@gnu.org>
7519         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7521 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
7523         * faces.el (help-argument-name): Define it here instead of
7524         help-fns.el, because in daemon mode help-fns.el may be loaded when
7525         faces are still uninitialized (Bug#1078).
7527         * help-fns.el (help-argument-name): Move defface to faces.el.
7529 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
7531         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
7532         create buffer with a pty but no process so that GDB can make the
7533         inferior the controlling process.
7535 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
7537         * international/ucs-normalize.el: New file.
7539 2009-08-13  Richard Stallman  <rms@gnu.org>
7541         * mail/rmail.el (rmail-get-attr-names):
7542         Accept an attribute header that is too short.
7544         * mail/rmail.el (rmail-forget-messages):
7545         Ignore nil elt in rmail-message-vector.  Use dotimes.
7547         * progmodes/compile.el (compilation-goto-locus):
7548         Use next-error-move-function.
7550         * simple.el (next-error-move-function): New variable.
7552 2009-08-12  Juri Linkov  <juri@jurta.org>
7554         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
7555         always non-nil.  (Bug#4052)
7557         * replace.el (read-regexp): Return empty string when
7558         `default-value' is nil.
7559         (keep-lines-read-args): Don't use empty string as the
7560         default value for `read-regexp'.  (Bug#2495)
7562 2009-08-12  Juri Linkov  <juri@jurta.org>
7564         * international/mule-cmds.el (ucs-insert): Change arguments
7565         from `arg' to `character', `count', `inherit' to be the same
7566         as in `insert-char'.  Doc fix.  (Bug#4039)
7568         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
7570 2009-08-12  Juri Linkov  <juri@jurta.org>
7572         * files-x.el: New file.
7574         * files.el: Move code that deals with adding/deleting
7575         file/directory-local variables to files-x.el.
7577         * Makefile.in (ELCFILES): Add files-x.elc.
7579 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
7581         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
7582         to use `goto-line'.
7583         (gdb-place-breakpoints, gdb-get-location): Rewritten without
7584         `goto-line'.
7585         (gdb-invalidate-disassembly): Do not refresh upon receiving
7586         'update signal.  Instead, update all disassembly buffers only after
7587         threads list.
7588         (gdb): Send -target-detach when buffer is killed (Bug#3794).
7589         (gdb-starting): Moved -data-list-register-names...
7590         (gdb-stopped): ...here so it's sent when first thread stops.
7591         (gdb-registers-handler-custom): Do nothing if register names are
7592         unknown yet.
7594         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
7595         from `gdb-mi.el' to avoid extra tangling.
7597         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7598         change which breaks `gud-def' definitions used in `gdb'.
7599         (gdb-update-gud-running): No extra fuss for updating frame number.
7601 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7603         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
7604         (describe-language-environment-map, setup-language-environment-map)
7605         (set-coding-system-map): Move initialization into declaration.
7606         (set-language-info-alist): Last arg to define-key-after can be skipped.
7608         * international/quail.el (quail-completion-1): Simplify.
7609         (quail-define-rules): Use slightly more compact code.
7610         (quail-insert-decode-map): Propertize keys, compact columns.
7612         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7613         Add goto-line.
7615 2009-08-10  Miles Bader  <miles@gnu.org>
7617         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
7618         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
7619         (js2-instance-member, js2-private-member, js2-private-function-call)
7620         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
7621         (js2-magic-paren, js2-external-variable):
7622         Remove "-face" suffix from face names.
7623         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
7624         (js2-highlight-undeclared-vars, js2-peek-token)
7625         (js2-parse-function-params, js2-mode-show-errors)
7626         (js2-mode-show-warnings, js2-make-magic-delimiter)
7627         (js2-mode-highlight-magic-parens): Update to use new face names.
7629 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
7631         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
7632         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
7634 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
7636         * subr.el: Provide hashtable-print-readable.
7638         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
7639         hs-c-like-adjust-block-beginning.
7640         (hs-hide-block-at-point): Stop hiding at the beginning of
7641         hs-block-end-regexp (Bug#700).
7643 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
7645         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
7646         a macro.
7647         (gdb-registers-handler-custom): Do not fail when register names
7648         are unavailable.
7650 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
7652         * progmodes/gdb-mi.el (gdb-control-all-threads)
7653         (gdb-control-current-thread): Interactive setters for
7654         `gdb-gud-control-all-threads' to use in menu.
7655         (gdb-show-run-p): Show «Go» when process is not active.
7656         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
7657         gud/thread.xpm and gud/all.xpm.
7659 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
7661         * net/net-utils.el (net-utils-font-lock-keywords): New var.
7662         (nslookup-font-lock-keywords): Make it a variable.
7663         (net-utils-mode): New mode for viewing diagnostic network output.
7664         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
7665         (net-utils-run-simple): New function.
7666         (ifconfig, iwconfig, netstat, arp, route): Use it.
7668 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
7670         * progmodes/gdb-mi.el (gdb-read-memory-custom)
7671         (gdb-memory-set-address, def-gdb-set-positive-number)
7672         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
7673         after changing settings.
7674         (gdb-invalidate-disassembly): Update when first shown.
7675         (gdb-edit-locals-value): Fixed.
7676         (gdb-registers-handler-custom): Print registers in right order and
7677         allow changing register values (only for current thread yet).
7678         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
7679         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
7680         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
7681         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
7682         info in mode name.
7683         (gdb-registers-mode-map): TAB to switch to locals.
7685 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
7687         * mail/rmail.el (rmail-add-mbox-headers)
7688         (rmail-set-message-counters-counter): Search for
7689         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
7691 2009-08-08  Glenn Morris  <rgm@gnu.org>
7693         * Makefile.in (ELCFILES): Update.
7695 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
7697         * mail/sendmail.el (mail-yank-original): Set
7698         buffer-file-coding-system from the one used by the message whose
7699         text is yanked.
7701         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
7702         to "windows" when "pgnuplot" is used.
7703         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
7704         call accept-process-output if "pgnuplot" is used.
7705         (calc-graph-init): Don't send -display and -geometry to
7706         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
7707         running "pgnuplot -V" with shell-command-to-string.
7709         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
7710         the default.
7712 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
7714         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
7715         org/org-latex.elc.
7717 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
7719         * vc-dispatcher.el (vc-resynch-window): Update comment.
7721         * term.el (term-handle-ansi-escape): Add comments with the
7722         terminfo capabilities implemented.
7724 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
7726         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
7727         (gdb-var-create-handler): Rewritten using JSON parser.
7728         (gdb-propertize-header): Moved earlier.
7729         (gdb-set-header): Removed to avoid duplication.
7730         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
7731         Refresh disassembly buffers only after threads list have been
7732         update.
7733         (gdb-threads-header, gdb-registers-header): Per-buffer header line
7734         variables.
7736 2009-08-04  Juri Linkov  <juri@jurta.org>
7738         * files.el: Commands to add/delete file/directory-local variables.
7739         (read-file-local-variable, read-file-local-variable-value)
7740         (read-file-local-variable-mode, modify-file-local-variable)
7741         (modify-file-local-variable-prop-line)
7742         (modify-dir-local-variable): New functions.
7743         (add-file-local-variable, delete-file-local-variable)
7744         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
7745         (add-dir-local-variable, delete-dir-local-variable)
7746         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
7747         (copy-dir-locals-to-file-locals-prop-line): New commands.
7749 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
7751         * abbrev.el (insert-abbrev-table-description): Prettify output.
7752         Suggested by Karl Chen.
7754 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
7756         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7757         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
7758         (gdb-overlay-arrow-position, gdb-thread-position)
7759         (gdb-disassembly-position): Declare variables.
7760         (gdb-wait-for-pending): Function now.
7761         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
7762         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
7763         compilation goes smoothly.
7764         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
7765         (gdb-non-stop-setting): New customization setting which replaces
7766         `gdb-non-stop' so changing it doesn't break active GDB session.
7767         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
7768         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
7769         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
7770         (gdb-show-threads-by-default): New customization options.
7771         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
7772         routines.
7773         (gdb-get-buffer-create): Send buffers update signal when they are
7774         created.
7775         (gdb-invalidate-locals, gdb-invalidate-registers)
7776         (gdb-invalidate-breakpoints)
7777         (gdb-invalidate-threads, gdb-invalidate-disassembly)
7778         (gdb-invalidate-memory): Accept update signal.
7779         (gdb-current-context-command): Use --frame option.
7780         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
7781         Implement `gdb-frame-number' selection logic.
7782         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
7783         whether to show GUD toolbar buttons.
7784         (gdb-thread-exited): Unselect current thread when it exits.
7785         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
7786         (gdb-mark-line): Routine which sets overlay arrow or inverses
7787         video on fringeless displays.
7788         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
7789         to build aligned columns of data in GDB buffers and set text
7790         properties line-by-line.
7791         (gdb-invalidate-breakpoints)
7792         (gdb-breakpoints-list-handler-custom)
7793         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
7794         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
7795         (gdb-registers-handler-custom): Align data columns.
7796         (gdb-locals-handler-custom): Now prints data like in variable
7797         declarations.
7798         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
7799         Removed confusing buttons.
7800         (gdb-invalidate-threads): Append --frame.
7801         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
7802         between breakpoints/threads buffers.
7803         (gdb-set-window-buffer): Now can ignore dedicated windows.
7804         (gdb-propertize-header): Use `gdb-set-window-buffer'.
7805         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
7806         (def-gdb-thread-buffer-gud-command): Replaces
7807         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
7808         for fine thread control.
7809         (gdb-preempt-existing-or-display-buffer): New function used to
7810         display bound buffers without breaking window layout.
7811         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
7812         (gdb-select-frame): New version of `gdb-frames-select' which now
7813         sets `gdb-frame-number' so commands may use --frame option instead
7814         of inner debugger state.
7815         (gdb-frame-handler): Do not set `gdb-frame-number'.
7816         (gdb-threads-mode-map): Select threads with mouse.
7818         * progmodes/gud.el (gdb-gud-context-call): Declare function to
7819         avoid compilation warning.
7820         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
7821         `gdb-show-stop-p`.
7823         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
7824         Argument `key' renamed to `buffer-type'.
7825         (gdb-current-context-buffer-name): Do not add thread info to
7826         buffer name when no thread is selected.
7827         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
7828         command (bug 3794).
7829         (gdb-thread-selected): Handle `=thread-selected' notification.
7830         (gdb-wait-for-pending): New macro to deal with congestion problems.
7831         (gdb-breakpoints-list-handler-custom): Don't fail on pending
7832         breakpoints.
7833         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
7834         This fixes problem similar to one described in bug 3947.
7835         (gud-menu-map): More menu items.
7836         (gdb-init-1): Reset `gdb-thread-number' to nil.
7838         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
7839         non-stop settings.
7841         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
7842         (gdb-current-context-command): Do not append --thread if
7843         `gdb-thread-number' is nil.
7844         (gdb-running-threads-count, gdb-stopped-threads-count): New
7845         variables.
7846         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
7847         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
7848         customization options.
7849         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
7850         GUD commands.
7851         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
7852         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
7853         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
7854         set `gdb-thread-number' and update `gud-running' properly.
7855         (gdb-running): Update threads list when new threads appear.
7856         (gdb-stopped): Support non-stop operation and new thread switching
7857         logic.
7858         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
7859         (gdb-json-partial-output): New set of JSON routines.
7860         (def-gdb-auto-update-trigger): New `signal-list' optional
7861         argument.
7862         (gdb-thread-list-handler-custom): Update `gud-running',
7863         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
7864         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
7865         (gdb-continue-thread, gdb-step-thread): New commands for fine
7866         thread execution control.
7867         (gud-menu-map): New menu items to switch non-stop options.
7868         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
7869         (gdb-send): Mimic RET properly (bug 3794).
7871         * progmodes/gdb-mi.el (gdb-rules-name-maker)
7872         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
7873         gdb-buffer-rules.
7874         (def-gdb-auto-update-handler): New nopreserve optional argument.
7875         (gdb-stack-list-frames-custom): Print stack from top to bottom.
7877         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
7878         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
7879         (gdb-parent-mode): New mode to derive other GDB modes from.
7880         (gdb-display-disassembly-for-thread)
7881         (gdb-frame-disassembly-for-thread): New commands for threads
7882         buffer.
7884         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
7885         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
7886         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
7887         (gdb-update): We now store all GDB buffers in a list so that they
7888         can be updated by traversing a list instead of calling invalidate
7889         triggers explicitly.
7890         (def-gdb-trigger-and-handler): New macro to define trigger-handler
7891         pair for GDB buffer.
7892         (gdb-stack-buffer-name): Add thread information.
7893         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
7894         handle pending triggers.
7895         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
7896         (def-gdb-thread-buffer-simple-command)
7897         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
7898         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7899         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
7900         New commands which show buffers bound to thread.
7901         (gdb-stack-list-locals-regexp): Removed unused regexp.
7903         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
7904         (gdb-locals-buffer-name, gdb-registers-buffer-name)
7905         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
7906         to (gud-comint-buffer) in *-buffer-name functions
7907         because (gdb-get-target-string) already does that.
7908         (gdb-locals-handler-custom, gdb-registers-handler-custom)
7909         (gdb-changed-registers-handler): Rewritten without regexps.
7911         * progmodes/gdb-mi.el: Basic thread selection support.
7912         (gdb-thread-number): New variable.
7913         (gdb-current-context-command): New macro which adds --thread
7914         option to command.
7915         (gdb-threads-mode-map): Select thread with SPC.
7916         (gdb-thread-list-handler-custom): Mark current thread with overlay
7917         arrow.  Synchronize GDB thread and Emacs thread.
7918         (gdb-select-thread): New command which selects current thread.
7919         (gdb-invalidate-frames, gdb-invalidate-locals)
7920         (gdb-invalidate-registers): Use --thread option.
7922 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
7924         * net/tramp.el (top): Make check for tramp-gvfs loading more
7925         robust.  (Bug#3977)
7926         (tramp-handle-insert-file-contents): `unwind-protect' must be
7927         inside `with-parsed-tramp-file-name'.
7929         * net/tramp-gvfs.el (top): Remove superfluous message when loading
7930         fails.
7932 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
7934         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
7935         directory if CLASSPATH is not set.
7937 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
7939         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
7940         New defconst.
7941         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
7943 2009-08-02  Kevin Ryde  <user42@zip.com.au>
7945         * net/newst-backend.el (newsticker--raw-url-list-defaults):
7946         Update freshmeat link.  Delete newsforge.com as it seems gone.
7948 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
7950         * select.el (x-set-selection): Doc fix (Bug#4021).
7952         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
7954         * help-fns.el (describe-variable): Treat list return values from
7955         dir-locals-find-file properly (Bug#4005).
7957 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
7959         * net/tramp.el (tramp-debug-message): Print also microseconds.
7961 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
7963         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
7964         or END is non-nil.
7965         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
7966         (tramp-get-debug-buffer): Change `outline-regexp' according to new
7967         format.
7969         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
7970         (tramp-get-file-property): Use it.
7972         * autorevert.el (auto-revert-handler): Allow
7973         `auto-revert-tail-mode' for remote files.
7975 2009-08-02  Jason Rumney  <jasonr@gnu.org>
7977         * minibuffer.el (read-file-name): Treat confirm options to
7978         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
7980 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
7982         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
7983         (font-lock-variable-name-face, font-lock-constant-face): Darken
7984         the colors for light backgrounds.
7986 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
7988         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
7989         month names.  (Bug#3987)
7991 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
7993         * simple.el (line-move-finish): Pass whole number to
7994         line-move-to-column.
7995         (line-move-visual): Perform hscroll to the recorded position.
7997 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
7999         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
8001 2009-07-29  Alan Mackenzie  <acm@muc.de>
8003         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
8005 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
8007         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
8008         (gdb-place-breakpoints): Use full path when setting breakpoints.
8010 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
8012         * calc/calc.el (calc-mode-map): Add keybinding for
8013         `calc-transpose-lines'.
8015 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
8017         * calc/calc-misc.el (calc-transpose-lines): New function.
8019 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
8021         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
8022         Simplify check for out-of-band methods.
8023         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
8024         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
8026 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
8028         * vc-git.el (vc-git-checkin): Fix typo.
8030 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
8032         * progmodes/js2-mode.el: New file.
8034 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
8036         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
8037         (gud-menu-map): Adjust tooltip accordingly.
8039 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8041         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
8042         (vc-bzr-log-view-mode): Adjust log-view-file-re.
8044         * add-log.el (change-log-mode-map): Add a menu.
8046 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
8048         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
8049         function returns nil.
8050         (dbus-handle-event): Handle special return value :ignore.
8051         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
8053 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
8055         * view.el (view-mode-enable): Don't define Helper-return-blurb if
8056         it's not needed.
8058 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
8060         Fix Bug#3888:
8062         * w32-vars.el (x-select-enable-clipboard): Doc fix.
8064         * term/pc-win.el (x-display-name, x-colors)
8065         (x-select-enable-clipboard, x-select-text): Doc fix.
8067         * term/common-win.el (x-display-name, x-colors): Doc fix.
8069         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
8070         (xw-defined-colors): Doc fix.
8072         * w32-fns.el (x-select-text, x-setup-function-keys)
8073         (x-get-selection, x-set-selection): Doc fix.
8075         * term/x-win.el (x-select-text, x-setup-function-keys)
8076         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
8078         * select.el (x-set-selection): Doc fix.
8080 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
8082         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
8083         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
8084         "IsNSSSupportAvailable" method is not available.  Reported by
8085         Steve Youngs <steve@sxemacs.org>.
8087 2009-07-24  Kenichi Handa  <handa@m17n.org>
8089         * international/characters.el: Fix setting of category ?C, ?|, ?K,
8090         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
8091         (build-unicode-category-table): Fix range checks.
8093 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
8095         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
8096         the buffer we try to sync is current when calling
8097         vc-resynch-buffer.
8099         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
8100         not show up to date files.
8102 2009-07-24  Glenn Morris  <rgm@gnu.org>
8104         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
8105         Add autoload cookies.  If necessary, initialize.
8106         (elint-log): Handle non-file buffers.
8107         (elint-initialize): Add optional argument to reinitialize.
8108         (elint-find-builtin-variables): Save excursion.
8110 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
8112         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
8113         for Lint.
8115 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8117         * vc.el (vc-print-log-internal): New function, split out from ...
8118         (vc-print-log): ... here.
8119         (vc-dir-move-to-goal-column): Declare.
8121         * vc-git.el (vc-git-add-signoff): New variable.
8122         (vc-git-checkin): Use it.
8123         (vc-git-toggle-signoff): New function.
8124         (vc-git-extra-menu-map): Bind it to menu.
8125         (vc-git--run-command-string): Accept a nil FILE argument.
8126         (vc-git-stash-list): New function.
8127         (vc-git-dir-extra-headers): Use it.
8129 2009-07-23  Glenn Morris  <rgm@gnu.org>
8131         * help-fns.el (describe-variable): Describe ignored and risky local
8132         variables in a similar way to that in which we describe safe ones.
8134         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
8135         (byte-compile-output-file-form, byte-compile-output-docform)
8136         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
8137         Give some more local variables with common names a "bytecomp-" prefix,
8138         so as not to shadow things during compilation.
8139         * emacs-lisp/cl-macs.el (load-time-value)
8140         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
8141         `outbuffer' to `bytecomp-outbuffer'.
8143         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
8144         since the next two variables cover them automatically now.
8145         (elint-builtin-variables, elint-autoloaded-variables): New.
8146         (elint-unknown-builtin-args): Remove all members, since they can be
8147         parsed automatically now.
8148         (elint-extra-errors): New.
8149         (elint-env-add-env, elint-env-add-macro): Use cadr.
8150         (elint-current-buffer): Use or.  Change final message.
8151         (elint-get-top-forms): Use line-end-position.
8152         (elint-init-env): Use cadr.  Handle autoload, declare-function,
8153         and defalias.
8154         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
8155         (regexp-assoc): Remove unused function.
8156         (elint-top-form): Set elint-current-pos, to record the start of the
8157         top-level form, for compilation-mode.
8158         (elint-form): Trap errors in macro expansion.  Use dolist.
8159         (elint-unbound-variable): Use elint-builtin-variables and
8160         elint-autoloaded-variables.
8161         (elint-get-args): Use cadr, or.
8162         (elint-check-cond-form): Use dolist, cadr.
8163         (elint-check-condition-case-form): Doc fix.  Use cadr.
8164         Use elint-extra-errors.
8165         (elint-log): New function.
8166         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
8167         Distinguish errors and warnings.
8168         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
8169         Use a bytecomp-style format.
8170         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
8171         (elint-get-log-buffer): Use compilation mode.  Disable undo.
8172         Don't truncate lines.
8173         (elint-initialize): Set builtin and autoloaded variable lists.
8174         Only process elint-unknown-builtin-args if non-nil.
8175         (elint-find-builtin-variables, elint-find-autoloaded-variables):
8176         New functions.
8177         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
8179 2009-07-22  Kevin Ryde  <user42@zip.com.au>
8181         * net/newst-backend.el (newsticker--parse-atom-1.0)
8182         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8183         (newsticker--parse-rss-1.0):
8184         * progmodes/idlwave.el (idlwave-mode):
8185         * progmodes/idlw-shell.el (idlwave-shell-mode):
8186         * progmodes/vera-mode.el (vera-mode):
8187         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
8188         * progmodes/vhdl-mode.el (vhdl-mode):
8189         * textmodes/table.el (table-generate-source)
8190         (table--warn-incompatibility):
8191         Hyperlink urls in docstrings with URL `...'.
8193 2009-07-22  Glenn Morris  <rgm@gnu.org>
8195         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
8196         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
8197         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
8198         Remove leading * from defcustom docs.
8200         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
8202         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
8203         defcustom doc.
8204         (list-load-path-shadows): Optionally, just return shadows as a string.
8206         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
8208 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
8210         * mail/rmailedit.el (rmail-edit-mode): Use
8211         auto-save-include-big-deletions.
8213         * mail/rmail.el (rmail-variables): Use
8214         auto-save-include-big-deletions.
8216         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
8217         changes.
8219 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
8221         * calc/calc.el (calc-undo-length): New variable.
8222         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
8224 2009-07-21  Richard Stallman  <rms@gnu.org>
8226         * files.el (auto-save-mode): Handle buffer-save-size = -2
8227         for toggling mode.
8229 2009-07-21  Glenn Morris  <rgm@gnu.org>
8231         * textmodes/ispell.el (ispell-looking-back): Update declaration.
8233         * calendar/todo-mode.el (calendar-current-date): Update declaration.
8235         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
8236         silence compiler.  Instead...
8237         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
8238         (ps-print-ensure-fontified): Update for above function name changes.
8240         * printing.el (pr-mh-get-msg-num, pr-mh-show)
8241         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
8242         silence compiler.  Instead...
8243         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
8244         (mh-show-buffer): Only define for compiler.
8245         (pr-mh-current-message): Update for above function name changes.
8247         * files.el (abort-if-file-too-large): Explicitly pass `filename'
8248         as an argument.
8249         (find-file-noselect, insert-file-1): Update for above change.
8251         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
8253         * mail/mailclient.el (mailclient-send-it): Fix message.
8255         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
8256         (edebug-eval): Check cl-debug-env is bound.
8257         (print-level, print-circle): Don't redefine built-in variables.
8259         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
8260         (custom-print-vectors): Remove old comments from doc.
8262         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
8263         (emerge-version): Make the variable an obsolete alias for the
8264         emacs-version variable.  Make the function obsolete.
8265         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
8266         Emerge options, rather than merging in into the main Options menu.
8267         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
8268         and auto advance modes.  Disable edit/fast items when not relevant.
8270 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8272         * term/vt420.el (terminal-init-vt420): Fix typo.
8274 2009-07-20  Sam Steingold  <sds@gnu.org>
8276         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
8277         variable (removed from compile.el on 2004-03-11).
8279 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
8281         * files.el (hack-local-variables-filter): Fix last change.
8283 2009-07-19  Juri Linkov  <juri@jurta.org>
8285         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
8286         (dir-local-variables-alist): New buffer-local variable.
8287         (hack-local-variables-filter): If variable is not dir-local,
8288         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
8289         because file-local overrides dir-local.
8290         (c-postprocess-file-styles)<declare-function>:
8291         Remove obsolete declaration.
8292         (hack-dir-local-variables): Add dir-local variable/value pair to
8293         `dir-local-variables-alist' and remove duplicates.  Doc fix.
8295         * help-fns.el (describe-variable): Add information about
8296         file-local and dir-local variables.
8298 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
8300         * files.el (hack-local-variables-filter): Rewrite.
8302 2009-07-19  Glenn Morris  <rgm@gnu.org>
8304         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
8305         Silence compiler by only defining on XEmacs.
8307         * international/mule.el (auto-coding-regexp-alist): Only match
8308         BABYL... at the start of buffer, not of lines.  (Bug#3790)
8310         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
8311         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
8312         (cal-menu-context-mouse-menu): Doc fix.
8314         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
8316         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
8318 2009-07-18  Juri Linkov  <juri@jurta.org>
8320         * info.el: Virtual Info keyword finder.
8321         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
8322         (Info-finder-file): New variable.
8323         (Info-finder-find-file): New function.
8324         (finder-known-keywords, finder-package-info)
8325         (find-library-name, lm-commentary): Use defvar and
8326         declare-function to silence compiler warnings.
8327         (Info-finder-find-node): New function.
8328         (info-finder): New command.
8330         * subr.el (process-kill-buffer-query-function): New function.
8331         (add-hook)<kill-buffer-query-functions>: Add hook
8332         `process-kill-buffer-query-function'.
8334 2009-07-18  Alan Mackenzie  <acm@muc.de>
8336         * progmodes/cc-mode.el (c-before-hack-hook)
8337         (c-postprocess-file-styles): Give invocation of `c-set-style'
8338         DONT-OVERRIDE parameter of t.  Already set style variables will
8339         thus not be overridden by style settings given by `c-file-syle'.
8341         * files.el (hack-local-variables-filter): Remove entries with
8342         duplicate keys from `file-local-variables-alist'.
8344 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
8346         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
8347         x-set-selection if display-selections-p returns nil for the
8348         current frame.
8350 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
8352         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
8354 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
8356         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
8357         Accept nil in addition to a regexp.
8358         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
8359         Accept nil in addition to a regexp.
8360         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
8361         buffers that have an associated file.  Handle nil values of
8362         desktop-buffers-not-to-save and desktop-files-not-to-save.
8363         (Bug#3833)
8365         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8366         (x-disown-selection-internal): New functions.
8368 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
8370         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
8371         warning.
8372         (gdb-breakpoints-header): Move forward to avoid compiler warning.
8373         (gdb-make-header-line-mouse-map): Remove duplicate definition.
8375 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
8377         * simple.el (set-mark): Revert last change.
8379 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
8381         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
8382         rendering of pngs is not possible instead of messaging a long
8383         description.
8385 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
8387         * w32-fns.el (x-selection-owner-p): New function.
8389         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
8390         (mouse-yank-at-click, mouse-yank-primary): If
8391         select-active-regions is non-nil, deactivate the mark before
8392         insertion.
8394         * simple.el (deactivate-mark, set-mark): Only save selection if we
8395         own it.
8397 2009-07-17  Kenichi Handa  <handa@m17n.org>
8399         * case-table.el (describe-buffer-case-table): Fix for the case
8400         that KEY is a cons.
8402 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
8404         * vc-rcs.el (vc-rcs-find-file-hook):
8405         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
8407 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
8409         * net/tramp.el (tramp-wait-for-output): Handle the case when
8410         commands do not return a newline but a null byte before the shell
8411         prompt.  (Bug#3858)
8413 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8415         * term/ns-win.el (ns-set-alpha): Don't declare.
8416         (ns-set-background-alpha): Remove function.
8418 2009-07-16  Kevin Ryde  <user42@zip.com.au>
8420         * emacs-lisp/copyright.el (copyright-update): Save match-data across
8421         y-or-n-p, for safety.
8423 2009-07-16  Richard Stallman  <rms@gnu.org>
8425         * files.el (auto-save-mode): If buffer-saved-size is -2,
8426         don't clobber it.
8428         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
8429         (rmail-retry-ignored-headers): Add more uninteresting fields.
8431 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
8433         * net/rcirc.el (rcirc): Use history variables.
8434         (rcirc-server-name-history, rcirc-nick-name-history)
8435         (rcirc-server-port-history): New variables.
8437 2009-07-15  Kenichi Handa  <handa@m17n.org>
8439         * international/mule-cmds.el (set-language-environment-charset):
8440         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
8441         ignore them.
8443         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
8444         Delete unibyte-display.
8446 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
8448         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
8450 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
8452         * simple.el (deactivate-mark): Optional argument FORCE.
8453         (set-mark): Use deactivate-mark.
8455         * info.el (Info-search): No need to check transient-mark-mode
8456         before calling deactivate-mark.
8458         * select.el (x-set-selection): Doc fix.
8459         (x-valid-simple-selection-p): Allow buffer values.
8460         (xselect--selection-bounds): Handle buffer values.  Suggested by
8461         David De La Harpe Golden.
8463         * mouse.el (mouse-set-region, mouse-drag-track): Call
8464         copy-region-as-kill before setting the mark, to let
8465         select-active-regions work.
8467 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
8469         * simple.el (deactivate-mark): If select-active-regions is
8470         non-nil, copy the selection data into a string.
8471         (activate-mark): If select-active-regions is non-nil, set the
8472         selection to the current buffer.
8473         (set-mark): Update selection if select-active-regions is non-nil.
8475         * select.el (x-valid-simple-selection-p): Allow buffer values.
8477 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8479         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
8480         and more featureful message-mode.
8482 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
8484         * select.el (x-set-selection): Doc fix.
8485         (x-valid-simple-selection-p): Disallow selection data consisting
8486         of a list or cons of integers, since that is not used.
8487         (xselect--selection-bounds, xselect--int-to-cons): New functions.
8488         (xselect-convert-to-string, xselect-convert-to-length)
8489         (xselect-convert-to-filename, xselect-convert-to-charpos)
8490         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
8492 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
8494         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
8495         output in -break-info command (Emacs bug #3794).
8497 2009-07-14  Glenn Morris  <rgm@gnu.org>
8499         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
8500         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
8501         (edebug-print-length, edebug-print-level, edebug-print-circle)
8502         (edebug-sit-for-seconds, edebug-view-outside)
8503         (edebug-bounce-point, edebug-set-global-break-condition)
8504         (edebug-Go-nonstop-mode, edebug-trace-mode)
8505         (edebug-Trace-fast-mode, edebug-continue-mode)
8506         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
8507         (edebug-visit-eval-list): Doc fixes.
8509         * subr.el (def-edebug-spec): Doc fix.
8511 2009-07-14  Kenichi Handa  <handa@m17n.org>
8513         * international/characters.el: Fix setting of category ?C.
8515 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
8517         * term/ns-win.el (x-select-font): defalias x-select-font to
8518         ns-popup-font-panel instead of generate-fontset-menu.
8520 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
8522         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
8524 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
8526         * arc-mode.el (archive-find-type): Allow for a PK00 string before
8527         the PK\003\004 header (Bug#3770).
8529 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
8531         * pcomplete.el (pcomplete-comint-setup): Check for
8532         shell-dynamic-complete-filename too.
8534 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
8536         * simple.el (temporary-goal-column): Change the value for
8537         line-move-visual to a cons cell.
8538         (line-move-visual): Record or set the window hscroll, if
8539         necessary (Bug#3494).
8540         (line-move-1): Handle cons value of temporary-goal-column.
8542 2009-07-11  Kenichi Handa  <handa@m17n.org>
8544         * international/mule-diag.el (describe-character-set): Don't show
8545         width.
8547 2009-07-10  Sam Steingold  <sds@gnu.org>
8549         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8550         Omake sometimes indents the errors it prints, so allow all
8551         regexps to start with spaces.
8553 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
8555         * cus-edit.el (customize-changed-options-previous-release):
8556         Bump value to 22.1.  (Bug#3804)
8558 2009-07-08  Sam Steingold  <sds@gnu.org>
8560         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
8561         to be a cons cell (test . ignored-directory) to selectively ignore
8562         some directories depending on the location of the search.
8564 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
8566         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
8567         remote user is root, on the local host.
8568         (tramp-local-host-p): Either the local user or the remote user
8569         must be root.  (Bug#3771)
8571 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
8573         * progmodes/gdb-mi.el (gdb): Remove description of
8574         gdb-use-separate-io-buffer.
8575         (menu): Don't allow toggling of or enable
8576         gdb-use-separate-io-buffer from menubar.
8578 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
8580         * mail/unrmail.el (unrmail): Make sure the message ends with two
8581         newlines (Bug#3769).
8583 2009-07-08  Glenn Morris  <rgm@gnu.org>
8585         * calendar/calendar.el (calendar-current-date): Rework previous change.
8587 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
8589         * calendar/calendar.el (calendar-current-date):
8590         Add an optional argument giving an offset from today.
8592 2009-07-08  Glenn Morris  <rgm@gnu.org>
8594         * tutorial.el (tutorial--describe-nonstandard-key):
8595         Adjust the message for when a key has been unbound.
8596         (help-with-tutorial): Hide the arch-tag.
8598 2009-07-08  Kenichi Handa  <handa@m17n.org>
8600         * international/fontset.el (setup-default-fontset): For each
8601         script, append (not set) font-specs.
8603         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
8604         docstring.
8606 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
8608         * progmodes/gdb-mi.el (gdb-init-1): Move sending
8609         -data-list-register-names to ...
8610         (gdb-starting): ... here because GDB 7.0 requires execution to
8611         have started when using this MI command.
8612         (gdb-set-header): New function to distinguish select and
8613         unselected tabs in gdb buffers.
8614         (gdb-propertize-header): New macro that uses gdb-set-header.
8615         (gdb-breakpoints-header, gdb-locals-header): Use it.
8616         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
8618 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
8620         * Makefile.in (ELCFILES): Remove fadr.elc.
8622 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
8624         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
8625         may contain frame information, so `string-match' should be used.
8626         (gdb-update): Disassembly is invalidated through
8627         `gdb-get-selected-frame'.
8628         (gdb-pad-string): New function to pad string with spaces.
8629         (gdb-invalidate-disassembly): Invalidate only if the buffer
8630         exists.
8631         (gdb-disassembly-handler-custom): Column alignment.
8632         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
8633         placing new ones.
8634         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
8635         end of line, too.
8636         (gdb-frame-handler): Match convention to for disassembly buffer
8637         mode name.
8638         (gdb-stack-list-frames-handler): Rewritten without regexps.
8639         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
8640         not highlight breakpoints without line information.
8641         (gdb-input): Add trailing newline to command.
8643         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
8644         buffer properly.
8645         (gdb-breakpoints-list-handler-custom): Replacement for
8646         `gdb-break-list-handler'.  Using real parser instead of regexps
8647         now.
8648         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
8649         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
8650         to place breakpoints.
8651         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
8652         functions.
8653         (gdb-disassembly-handler-custom): Show overlay arrow.
8654         (gdb-disassembly-place-breakpoints): Show breakpoints in
8655         disassembly buffer.
8656         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
8657         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
8658         instead of parsing breakpoints buffer.  Fixed old menu references
8659         in `gud-menu-map'.
8661         * fadr.el: Remove.
8663         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
8664         (gdb-memory-address): New variable which holds top address of
8665         memory page shown in memory buffer.
8666         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
8667         customization variables.
8668         New functions:
8669         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
8670         display the memory buffer.
8671         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
8672         buffer display parameters.
8673         (def-gdb-memory-format, gdb-memory-format-binary)
8674         (gdb-memory-format-octal, gdb-memory-format-unsigned)
8675         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
8676         Functions for setting memory buffer format.
8677         (gdb-memory-unit-word, gdb-memory-unit-halfword)
8678         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
8679         unit size used in memory buffer.
8680         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
8681         to next/previous page of memory buffer.
8682         Now using (bindat-get-field) instead of fadr functions.
8684 2009-07-07  Sam Steingold  <sds@gnu.org>
8686         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
8687         non-top-level files.
8689 2009-07-07  Kenichi Handa  <handa@m17n.org>
8691         * international/mule-cmds.el (reset-language-environment): Put
8692         the highset priority to the charset iso-8859-1.
8694 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
8696         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
8697         to the end of the line when locating the block (Bug#700).
8699 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
8701         * net/tramp.el (tramp-handle-write-region): Flush file properties
8702         in case of short track.
8704 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
8706         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
8707         representation of verilog error regular expressions to work with
8708         Emacs-22's new format.
8709         (verilog-error-regexp-xemacs-alist): Coded custom representation
8710         of verilog error regular expressions to work with XEmacs format.
8711         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
8712         error recognition into XEmacs.
8713         (verilog-error-regexp-add-emacs): Hook routine to install verilog
8714         error recognition into Emacs-22.
8716 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
8718         * woman.el: Remove stand-alone closing parentheses.
8719         (woman-file-name, woman2-format-paragraphs)
8720         (woman-leave-blank-lines): Code cleanup.
8721         (woman-use-own-frame): Change default to nil.
8722         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
8723         defaults to inherit from default faces.
8724         (woman2-process-escapes): Consume the newline after a stand-alone
8725         filler character (Bug#3651).
8727 2009-07-06  Glenn Morris  <rgm@gnu.org>
8729         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
8730         (top-level): Move provide to the end.
8731         (ffap): Remove defunct URL from custom group.
8733         * subr.el (eval-after-load): Doc fix.
8735 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
8737         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
8738         `calc-embedded-word' is called twice.
8740 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8742         * files.el (find-alternate-file-other-window, find-alternate-file):
8743         Obey confirm-nonexistent-file-or-buffer.
8745 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
8747         * dired-aux.el (dired-show-file-type): Handle remote files.
8749 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
8751         * desktop.el (desktop-globals-to-save):
8752         Add file-name-history (Bug#2750).
8754 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
8756         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
8758 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
8760         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
8761         property on entire argument since this is what eshell-lisp-command
8762         expects.
8764 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
8766         * net/tramp-gvfs.el (tramp-gvfs-methods)
8767         (tramp-gvfs-zeroconf-domain)
8768         (tramp-bluez-discover-devices-timeout): Add version flag.
8769         (tramp-gvfs-handler-mounted-unmounted)
8770         (tramp-gvfs-connection-mounted-p): Polish handling of
8771         incompatibilities between GVFS 0.2 and 1.0.
8773 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
8775         * cus-start.el (all): Add make-pointer-invisible.
8777 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
8779         * calc-math.el (math-use-emacs-fn): Make sure that the number is
8780         formatted correctly.
8782 2009-07-02  Juri Linkov  <juri@jurta.org>
8784         * info.el: Virtual Info files and nodes.
8785         (Info-virtual-files, Info-virtual-nodes): New variables.
8786         (Info-current-node-virtual): New variable.
8787         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
8788         New functions.
8789         (Info-file-supports-index-cookies): Use Info-virtual-file-p
8790         to check for a virtual file instead of checking a fixed list
8791         of node names.
8792         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
8793         instead of ad-hoc processing of "dir" and (apropos history toc).
8794         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
8795         instead of ad-hoc processing of "dir" and (apropos history toc).
8796         Reread a file when moving from a virtual node.
8797         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
8798         (Info-directory-toc-nodes, Info-directory-find-file)
8799         (Info-directory-find-node): New functions.
8800         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
8801         (Info-history): Move part of code to
8802         `Info-history-find-node'.
8803         (Info-history-toc-nodes, Info-history-find-file)
8804         (Info-history-find-node): New functions.
8805         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
8806         (Info-toc): Move part of code to `Info-toc-find-node'.
8807         (Info-toc-find-node): New function.
8808         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
8809         the current Info file name to references because now the node
8810         "*TOC*" belongs to the same Info manual.
8811         (Info-toc-build): Rename from `Info-build-toc'.
8812         (Info-toc-nodes): Rename input argument `file' to `filename'.
8813         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
8814         instead of ad-hoc processing of ("dir" apropos history toc).
8815         (Info-index-nodes): Use Info-virtual-file-p
8816         to check for a virtual file instead of checking a fixed list
8817         of node names.
8818         (Info-index-node): Add check for `Info-current-node-virtual'.
8819         Raise `save-match-data' higher up the tree to contain
8820         `search-forward' too (bug fix).
8821         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
8822         (Info-virtual-index-nodes): New variable.
8823         (Info-virtual-index-find-node, Info-virtual-index): New functions.
8824         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
8825         (Info-apropos-file, Info-apropos-nodes): New variables.
8826         (Info-apropos-toc-nodes, Info-apropos-find-file)
8827         (Info-apropos-find-node, Info-apropos-matches): New functions.
8828         (info-apropos): Move part of code to `Info-apropos-find-node' and
8829         `Info-apropos-matches'.
8830         (Info-mode-map): Bind "I" to `Info-virtual-index'.
8831         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
8832         for a virtual file instead of checking a fixed list of node names.
8834         * simple.el (async-shell-command): New command.
8836         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
8838         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
8839         instead of `mount-info'.
8841 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
8843         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
8844         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
8846 2009-07-02  Kenichi Handa  <handa@m17n.org>
8848         * international/mule.el (set-keyboard-coding-system): Force *-unix
8849         coding-system to avoid eol conversion.
8851 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
8853         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8854         Add handler for `process-file', `shell-command' and
8855         `start-file-process'.
8856         (tramp-gvfs-handle-shell-command)
8857         (tramp-gvfs-handle-start-file-process)
8858         (tramp-gvfs-handle-process-file): New defuns.
8859         (tramp-synce-list-devices): Simplify check for existence of property.
8861 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
8863         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
8865 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
8867         * language/korean.el (set-language-info-alist): Add korean-cp949,
8868         cp949 to spec.
8870 2009-07-01  Kenichi Handa  <handa@m17n.org>
8872         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
8874         * international/encoded-kb.el: Deleted.
8876         * international/mule.el (set-keyboard-coding-system): Perform the
8877         necessary setup here instead of calling encoded-kbd-setup-display.
8879 2009-07-01  Glenn Morris  <rgm@gnu.org>
8881         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
8883 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
8885         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
8887 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
8889         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
8890         Handle also the 'rename case, when setting file modes.  (Bug#3712)
8891         (tramp-default-file-modes) Remove execute permissions.
8893         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
8894         (top): Add a default for "synce" in `tramp-default-user-alist'.
8895         Add completion function for "synce" method.
8896         (tramp-hal-service, tramp-hal-path-manager)
8897         (tramp-hal-interface-manager, tramp-hal-interface-device):
8898         New defconst.
8899         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
8900         (tramp-synce-list-devices, tramp-synce-parse-device-names):
8901         New defuns.
8903         * net/trampver.el: Update release number.
8905 2009-06-30  Kenichi Handa  <handa@m17n.org>
8907         * international/fontset.el (setup-default-fontset): Add CJK fonts
8908         for symbols and the other miscellaneous characters.
8910         * language/korea-util.el (setup-korean-environment-internal):
8911         Make char-width-table suitable for Korean environments.
8912         (exit-korean-environment): Cancel above.
8914         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8915         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
8916         setup-funcion to make char-widht-table suitable for respective
8917         environments, and an exit-function to cancel that.
8919         * language/japan-util.el (setup-japanese-environment-internal):
8920         Call use-cjk-char-width-table with arg `ja_JP'.
8922         * international/characters.el (cjk-char-width-table): Delete it.
8923         (cjk-char-width-table-list): New variable.
8924         (use-cjk-char-width-table): New arg local-name.
8925         (use-default-char-width-table): Fix for the case that Emacs is
8926         already using the default char-width-table.
8928 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
8930         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
8931         modes mandatory.  (Bug#3712)
8933 2009-06-29  Alan Mackenzie  <acm@muc.de>
8935         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
8936         correction between the visible width of TABs and their number of bytes.
8938 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
8940         * server.el (server-buffer-done): Prevent kill-buffer from
8941         prompting by clearing the buffer modification flag (Bug#3696).
8943 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
8945         * verilog-mode.el (verilog-beg-of-statement)
8946         (verilog-endcomment-reason-re): Support unique case and priority case.
8947         (verilog-basic-complete-re): Support localparam lineup.
8948         (verilog-beg-of-statement-1): Fix for robustness, unique case.
8949         (verilog-set-auto-endcomments): Fix for unique case, always_comb
8950         commenting.
8951         (verilog-leap-to-case-head): Now support *nested* unique &
8952         priority case statements.
8953         (verilog-auto-lineup): Make just declarations the default (as it
8954         had been).
8955         (verilog-leap-to-case-head): Support priority/unique case statements.
8956         (verilog-auto-lineup): Rework to give users radio buttons to
8957         select the various styles of automatic lineup.
8958         (verilog-error-regexp-alist): Rework to support the XEmacs style
8959         of error regular expressions from compilers, lint tools &
8960         simulators.  Note that GNU Emacs has made it impossible for a mode
8961         to load such things.
8962         (electric-verilog-terminate-line, verilog-indent-declaration)
8963         (verilog-auto-wiure): Rework for radio button selection of
8964         auto-lineup selection of specification of auto lineup.
8965         (verilog-beg-of-statement-1): Redesign to support proper operation
8966         in additional code, based on testing with auto-lineup.
8967         (verilog-calculate-indent, assignments & declarations)
8968         (verilog-backward-token): Enhance to support auto-lineup of
8969         assignments & declarations.
8970         (verilog-in-directive-p, verilog-at-struct-p): New function for
8971         easy test of whether we are.
8972         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
8973         to support safe execution at almost anyline.
8974         (verilog-calc-1): Properly support indenting deep inside generate
8975         blocks.
8976         (verilog-init-font) Remove definition & use of verilog-init-font,
8977         as it is redundant with font-lock-defaults.
8978         (verilog-mode): Alter the definition of verilog-font-lock-defaults
8979         to avoid circular calls if syntax-ppss is a function (as is the
8980         case now in 22.x GNU Emacs) as that function would sometimes call
8981         itself, leading to (nearly) infinite recursion.
8982         (verilog-ovm-begin-re, verilog-ovm-end-re)
8983         (verilog-ovm-statement-re, verilog-leap-to-head)
8984         (verilog-backward-token): Add support for OVM macros.  Some are
8985         complete statements, and others open and close scopes like begin
8986         and end.
8987         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
8988         (verilog-defun-level-generate-only-re): Really fix the defun-list
8989         compilation issue.
8990         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
8991         coverpoint, constraint and cross statements.
8992         (verilog-defun-level-list, verilog-generate-defun-level-list)
8993         (verilog-all-defun-level-list): Redo these specifications - it is
8994         too hard to support eval-when compile aggregation of lists also
8995         built at when-compile time.
8996         (verilog-defun-level-list): Place defconsts of variables used in
8997         building regular expressions which are built in eval-when-compile
8998         bodies in the same eval-when-compile body to facilitate compile
8999         without load.
9000         (verilog-beg-block-re-ordered): Support indenting
9001         virtual/protected tasks and functions.
9002         (verilog-defun-level-list, verilog-in-generate-region-p)
9003         (verilog-backward-ws&directives, verilog-calc-1): Speed up
9004         indentation of some module items (generate items).
9005         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
9006         across virtual/protected tasks and functions.
9008 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
9010         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
9011         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
9012         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
9013         in concatenations.  Reported by Yishay Belkind.
9014         (verilog-auto-ascii-enum): Support one-hot state machines in
9015         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
9016         (verilog-auto-inst, verilog-auto-inst-port): Include interface
9017         modport in AUTOINST and add vl-modport for users.  Reported by
9018         David Rogoff.
9019         (verilog-auto-inout-module, verilog-auto-inst)
9020         (verilog-decls-get-interfaces, verilog-insert-definition)
9021         (verilog-insert-one-definition, verilog-read-decls)
9022         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
9023         (verilog-sig-modport, verilog-signals-combine-bus)
9024         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
9025         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
9026         Suggested by David Rogoff.
9027         (verilog-repair-open-comma): Fix non-insertion of comma when
9028         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
9029         (verilog-make-width-expression): Simplify [A-1:0] expression
9030         widths to just {A{1'b0}}.
9031         (verilog-mode): Cleanup checkdoc warnings.
9032         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
9033         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
9034         inputs/outputs or data type.  Suggested by Vasu Kandadi.
9035         (next-error-last-buffer): Fix byte-compiler warning.
9036         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
9037         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
9038         or shell command text during AUTO expansion.  Suggested by Tad Truex.
9039         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
9040         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
9041         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
9042         in AUTOINOUT.  Reported by Matthew Lovell.
9043         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
9044         causing use of <= assignments.  Reported by Alex Reed.
9045         (verilog-read-decls): Fix triand, trior, wand, wor to be
9046         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
9047         (verilog-extended-complete-re): Support import "DPI-C" functions.
9048         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
9049         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
9050         (verilog-insert-date, verilog-insert-year)
9051         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
9052         Windows systems.  Reported by Michael Potts.
9053         (verilog-read-module-name): Fix AUTOINST when the child module
9054         declaration's name is a tick define.  Reported by Elliot Mednick.
9055         (verilog-read-decls): Fix V2K parameter bit subscripts getting
9056         passed to next parameter's definition.  Reported by Bruce T.
9057         (verilog-read-decls): Fix detecting "parameter int" when using
9058         AUTOINSTPARAM.  Reported by Bruce T.
9059         (verilog-goto-defun): Fix goto not finding modules unless first
9060         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
9061         (verilog-mode): Expand -f flag arguments on entry to mode so
9062         verilog-goto-defun will work.  Reported by Lawrence Butcher.
9063         (verilog-getopt): Expand environment variables in -f file
9064         arguments.  Suggested by Lawrence Butcher.
9065         (verilog-set-define): Fix "Symbol's value as variable is void"
9066         when reading enumerations.
9067         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
9068         Suggested by Stephen Peltan.
9069         (verilog-read-defines): Fix reading of enumerations in include
9070         files.  Reported by Steve Peltan.
9072 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
9074         * files.el (trash-directory): Fix defcustom type.
9076 2009-06-28  Juri Linkov  <juri@jurta.org>
9078         * help-fns.el (describe-function-1): Correctly locate adviced
9079         functions in hyperlink (Bug#2438).
9081 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
9083         * files.el (trash-directory): Change default to nil.
9084         (move-file-to-trash): If trash-directory is nil and
9085         system-move-file-to-trash is unbound, perform freedesktop-style
9086         trashing.
9088 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
9090         * files.el (move-file-to-trash): Add freedesktop trash
9091         support (Bug#973).
9093 2009-06-28  Glenn Morris  <rgm@gnu.org>
9095         * autorevert.el (global-auto-revert-non-file-buffers)
9096         (global-auto-revert-mode): Doc fixes.
9098 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
9100         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
9102 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
9104         * faces.el (x-handle-named-frame-geometry): Ensure that we have
9105         opened an X connection before calling x-get-resource (Bug#3194).
9107         * play/doctor.el: Remove reference to obsolete website.
9108         (make-doctor-variables): Correct grammar mistake (Bug#2633).
9110 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
9112         Remove find-file-not-found-hook VC method.  (Bug#2757)
9113         * vc-hooks.el (vc-file-not-found-hook)
9114         (vc-default-find-file-not-found-hook): Remove functions.
9115         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
9116         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
9117         * vc.el:
9118         * vc-hg.el:
9119         * vc-git.el: Do not mention find-file-not-found-hook VC method.
9121 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
9123         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
9124           compatibility function for `looking-back'.
9126         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
9127         Use `ispell-looking-back'.
9129 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
9131         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
9132         rather than `filename'.
9134 2009-06-23  Miles Bader  <miles@gnu.org>
9136         * face-remap.el (text-scale-set): New function.
9138 2009-06-23  Glenn Morris  <rgm@gnu.org>
9140         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
9142         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
9144         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
9146         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
9148         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
9149         Simplify Persian conditionals.
9151         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
9152         variable `filename'.
9154         * comint.el (comint-insert-input): Doc fix.
9156         * Makefile.in (ELCFILES): Fix typo in previous change.
9158 2009-06-23  Miles Bader  <miles@gnu.org>
9160         * cus-start.el: Add entry for `recenter-redisplay'.
9162 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
9164         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
9165         Add an optional argument for the backend, use it instead of
9166         calling vc-backend.
9167         (vc-mode-line): Add an optional argument for the backend.
9168         Pass the backend to vc-state and vc-working-revision.  Move code for
9169         special handling for vc-state being a buffer to ...
9171         * vc-rcs.el (vc-rcs-find-file-hook):
9172         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
9174         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
9175         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
9176         vc-stay-local-p and vc-mode-line calls.
9178         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
9179         (vc-cvs-diff, vc-cvs-annotate-command)
9180         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
9181         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
9182         vc-mode-line calls.
9184         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
9185         direct comparison.
9186         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
9187         backend when calling vc-mode-line.
9188         (vc-register): Do not create a closure for calling the vc register
9189         function, call it directly.
9191 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
9193         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
9194         to make it obvious item can be clicked.
9196         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
9198 2009-06-23  Kenichi Handa  <handa@m17n.org>
9200         * language/korea-util.el (korean-key-bindings): Change the binding
9201         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
9202         same command.
9204 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
9206         Sync with Tramp 2.1.16.
9208         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
9210         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
9211         when a loading of a package fails.  Completion function for rsync
9212         is `tramp-completion-function-alist-ssh'.
9213         (all): Replace all calls of `split-string' and
9214         `tramp-split-string' by `tramp-compat-split-string'.
9215         (tramp-default-method): Use `tramp-compat-process-running-p'.
9216         (tramp-default-proxies-alist): Allow also Lisp forms.
9217         (tramp-remote-path): Add choice "Private Directories".
9218         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
9219         (tramp-domain-regexp): Allow also "-", "_" and ".".
9220         (tramp-end-of-output): Remove newlines, and add "$" at the end.
9221         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
9222         (tramp-debug-message): Insert header line in debug buffer.
9223         (tramp-handle-directory-files-and-attributes-with-stat):
9224         Care about filenames with spaces, or starting with "-".
9225         (tramp-handle-dired-uncache): New defun.
9226         (tramp-handle-insert-directory): Don't flush the directory from
9227         cache, this is handled by `dired-uncache' now.
9228         (tramp-handle-insert-file-contents): Improve error handling.
9229         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9230         Quote `tramp-end-of-output'.
9231         (tramp-action-password): Improve trace message.
9232         (tramp-check-for-regexp): Both echoes must be present, before removing.
9233         (tramp-open-connection-setup-interactive-shell): Trace coding system.
9234         (tramp-compute-multi-hops): Eval cons cells of
9235         `tramp-default-proxies-alist'.
9236         (tramp-maybe-open-connection): Use the same command pattern for
9237         first hop and further hops.
9238         (tramp-wait-for-output): Remove handling of newlines.
9239         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
9240         (tramp-split-string): Remove function.  It is handled in
9241         tramp-compat now.
9243         * net/tramp-cmds.el (tramp-bug):
9244         Recommend `tramp-cleanup-all-connections' in the bug mail.
9246         * net/tramp-compat.el (tramp-compat-split-string)
9247         (tramp-compat-process-running-p): New defuns.
9249         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
9250         for `dired-uncache'.
9252         * net/tramp-gvfs.el: New package.
9254         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9255         Add handler for `dired-uncache'.
9256         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
9258         * net/trampver.el: Update release number.  Make version check fit
9259         for SXEmacs 22.
9261 2009-06-22  Jim Meyering  <meyering@redhat.com>
9263         Automatically handle .xz suffix (XZ-compressed files), too.
9264         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
9265         XZ is the successor to LZMA: <http://tukaani.org/xz/>
9267 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
9268             Nick Roberts  <nickrob@snap.net.nz>
9270         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
9271         repository (http://sphinx.net.ru/hg/gdb-mi/).
9273 2009-06-22  Glenn Morris  <rgm@gnu.org>
9275         * files.el (dir-locals-collect-mode-variables): Allow for any number of
9276         `mode' and `eval' entries.  (Bug#3430)
9278         * Makefile.in (ELCFILES): Add fadr.elc.
9280         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
9281         differing behavior of \n and ^ in strings.  (Bug#3385)
9283         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
9285         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
9286         property.
9287         (lisp-indent-function): Make it a defcustom.
9289 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
9291         * progmodes/gdb-ui.el: Replace with ...
9292         * progmodes/gdb-mi.el: ... this file.
9293         * progmodes/gud.el: Modify for gdb-mi.el.
9295 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
9297         * fadr.el: New file.
9299 See ChangeLog.14 for earlier changes.
9301 ;; Local Variables:
9302 ;; coding: utf-8
9303 ;; End:
9305     Copyright (C) 2009  Free Software Foundation, Inc.
9307   This file is part of GNU Emacs.
9309   GNU Emacs is free software: you can redistribute it and/or modify
9310   it under the terms of the GNU General Public License as published by
9311   the Free Software Foundation, either version 3 of the License, or
9312   (at your option) any later version.
9314   GNU Emacs is distributed in the hope that it will be useful,
9315   but WITHOUT ANY WARRANTY; without even the implied warranty of
9316   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9317   GNU General Public License for more details.
9319   You should have received a copy of the GNU General Public License
9320   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
9322 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1