add primative implementation of vc-svn-revision-table
[emacs.git] / lisp / ChangeLog
blob6982e488b449a656068bd012b6ec20c0703b624d
1 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
3         * vc-svn.el (vc-svn-revision-table): New function.
5 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
7         * net/ange-ftp.el (ange-ftp-insert-directory):
8         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
9         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
10         Handle also directories.  (Bug#5478)
12 2010-02-05  Glenn Morris  <rgm@gnu.org>
14         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
16 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
18         * startup.el (command-line-1): Convert options beginning with a
19         single dash as well (Bug#5519).
21 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
24         * minibuffer.el (completion-initials-expand): Only check the presence
25         of delims *within* the boundaries, since otherwise the / delim is
26         always found for files.
28         Fix up various corner case problems.
29         * doc-view.el (doc-view-last-page-number): New function.
30         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
31         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
32         (doc-view-kill-proc): Avoid inf-loop in freak cases.
33         (doc-view-reconvert-doc): Use the new recursive delete-directory.
34         (doc-view-convert-current-doc): Don't create the resolution.el file
35         here any more.
36         (doc-view-pdf/ps->png): Do it here instead.
37         (doc-view-already-converted-p): Check that resolution.el is present.
38         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
39         windows that are not yet showing images.
41 2010-02-04  Alan Mackenzie  <acm@muc.de>
43         Change strategy for marking < and > as template delimiters: mark
44         them strictly in matching pairs.
46         * cc-mode.el (c-before-change):
47         Use c-get-state-before-change-functions.
48         (c-common-init): Adapt to use
49         c-get-state-before-change-functions (note plural).
51         * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
52         for searching syntactically for matching <s and >s.
53         (c-get-state-before-change-functions): New language variable (note
54         the plural) which supersedes c-get-state-before-change-function.
56         * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
57         (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
58         (c-clear->-pair-props-if-match-before)
59         (c-before-change-check-<>-operators): New functions.
60         (c-after-change-check-<>-operators): Use macro
61         c-unmark-<->-as-paren.
63         * cc-defs.el (c-search-backward-char-property): New macro.
65         * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
66         and > any more.  (These will be handled by font locking.)
68 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
70         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
71         `dired-uncache' for every elemnt which is an absolute file name.
73         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
74         directory, handle its directory component.
75         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
76         function is called permanently and creates noise, otherwise.
78         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
79         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
80         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
82 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
84         * macros.el (apply-macro-to-region-lines):
85         Minor simplification.  (Bug#5485)
87 2010-02-04  Glenn Morris  <rgm@gnu.org>
89         * mail/rmail.el (rmail-show-message-1): Handle malformed
90         quoted-printable text.  (Bug#5441)
92         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
94         * simple.el (visual-line-mode): Capitalize lighter.
96 2010-02-03  John Wiegley  <jwiegley@gmail.com>
98         * iswitchb.el (iswitchb-completions): Add bookmark files to the
99         list of files considered for "virtual buffer" completions.
101 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
103         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
104         also in case of (and (not full) (not wildcard)). This is needed,
105         when dired is called with a list of files, which are not in
106         `default-directory'.  (Bug#5478)
108 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
110         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
112 2010-02-02  Juri Linkov  <juri@jurta.org>
114         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
115         from unidiff to allow function-line after @@.
117 2010-02-02  Juri Linkov  <juri@jurta.org>
119         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
120         '(RCS SCCS) with inverted condition.
122 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
124         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
125         messages.
127 2010-02-01  Juri Linkov  <juri@jurta.org>
129         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
130         compare with "pkunzip" and "pkzip" instead of only "pkzip".
131         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
132         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
134 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
136         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
137         (doc-view-revert-buffer): New command.
138         (doc-view-mode-map): Use it.
140 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
142         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
143         pending merge is detected.
145 2010-01-31  Juri Linkov  <juri@jurta.org>
147         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
148         beginning of interactive spec like all other grep commands do.
149         Put "all" in front of "gz".  (Bug#5260)
151 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
153         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
155 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
157         * dirtrack.el (dirtrack): Warn instead of signalling error if the
158         regexp is incorrect (Bug#5476).
160 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
162         * net/tramp.el (tramp-handle-insert-directory): Handle also
163         symlinks, when FILENAME is not in `default-directory'.
165 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
167         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
168         FILE is not in `default-directory'.  (Bug#5478)
170         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
171         of SWITCHES.  Handle the case, FILENAME is not in
172         `default-directory'.  (Bug#5478)
173         (tramp-register-file-name-handlers): Add safe-magic property.
175 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
177         * arc-mode.el (archive-zip-extract): Quote the argument passed to
178         unzip (Bug#5475).
180 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
182         * progmodes/flymake.el (flymake-allowed-file-name-masks)
183         (flymake-master-make-header-init): Add other C++ filename masks.
184         (flymake-find-possible-master-files)
185         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
187 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
189         Fix some busybox annoyances.
191         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
192         not responding." string.
193         (tramp-open-connection-setup-interactive-shell): Dump stty
194         settings.  Enable "neveropen" arg for all `tramp-send-command'
195         calls.  Handle "=" in variable values properly.
196         (tramp-find-inline-encoding): Raise an error, when no encoding is
197         found.
198         (tramp-wait-for-output): Check, whether PROC buffer is available.
199         Remove spurious " ^H" sequences, sent by busybox.
200         (tramp-get-ls-command): Suppress coloring, if possible.
202 2010-01-28  Glenn Morris  <rgm@gnu.org>
204         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
206         * log-edit.el (log-edit-strip-single-file-name): Add missing
207         :safe, :group, and :version tags.
209 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
211         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
212         buffers.  (Bug#5477)
214 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
216         * files.el (delete-directory): Handle moving to trash without
217         first doing recursion (Bug#5436).
219 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
221         * vc-hooks.el (vc-path): Mark as obsolete.
223 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
225         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
226         names too.
228         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
229         for the short log.
230         (vc-bzr-log-view-mode): Adjust regexp for the above change.
232 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
234         * progmodes/python.el: Replace reference to obsolete
235         c-subward-mode.
237         * vc-bzr.el: (vc-bzr-revision-table) New function.
239 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
241         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
242         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
244 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
246         Remove support for adding --signoff on commit.
247         Future support will use an incompatible generic mechanism.
248         * vc-git.el (vc-git-add-signoff): Remove variable.
249         (vc-git-toggle-signoff): Remove function.
250         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
252         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
253         from xterm-set-background-mode.  Return t if the background mode
254         was set.
255         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
256         earlier, call it again in case the background mode has changed.
258 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
260         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
261         (Bug#3541).
263 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
265         * emacs-lisp/assoc.el (aelement): Doc fix.
266         (aput, adelete, amake): Use lexical-let (Bug#5450).
268 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
270         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
271         is the same as subprogram call, not declaration.  (Bug#5435).
273 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
275         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
276         (tramp-smb-maybe-open-connection): Use it.
278 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
280         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
282 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
284         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
285         just because we see "encoding: 8bit".
286         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
288 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
290         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
292 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
294         * jka-compr.el (jka-compr-load): If load-file is not in
295         load-history, try its file-truename version.  (bug#5447)
297 2010-01-21  Alan Mackenzie  <acm@muc.de>
299         Fix a situation where deletion of a cpp construct throws an error.
300         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
301         invoking c-with-all-but-one-cpps-commented-out, check that the
302         special cpp construct is still in the buffer.
303         (c-parse-state): Record the special cpp with markers, not numbers.
305 2010-01-21  Kenichi Handa  <handa@m17n.org>
307         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
308         process last-command-event, as it is now decoded first (Bug#5380).
310 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
312         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
314 2010-01-20  Glenn Morris  <rgm@gnu.org>
316         * indent.el (tab-always-indent): Fix custom-type.
318 2010-01-19  Alan Mackenzie  <acm@muc.de>
320         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
321         buffer throws "args out of range".
322         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
323         playing the role of delimiter.
325 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
327         * progmodes/ada-mode.el: Fix bug#5400.
328         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
329         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
330         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
331         Improve comments in "is" portion.  Handle null procedure declaration.
332         (ada-move-to-end): Improve doc string.
334 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
336         * ido.el (ido-cur-list): Initialize to nil.
337         Remove obsolete information from commentary.
338         (ido-choice-list): Initialize to nil.
339         (ido-get-bufname): Reject minibuffers.
340         (ido-make-buffer-list): If "default" is a nonexistent
341         buffer, ignore it, as per the function's comment.
342         (ido-kill-buffer-internal): New function.
343         (ido-kill-buffer-at-head): Use it.
344         (ido-visit-buffer): Likewise.
346 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
348         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
350 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
352         * cedet/ede/locate.el (ede-locate-file-in-project)
353         (ede-locate-file-in-project-impl): Fix typos in docstrings.
354         (ede-enable-locate-on-project): Fix typos in error messages.
356         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
357         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
358         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
359         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
360         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
361         Fix typos in menu help.
363         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
364         Fix typos in chart titles.
366         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
367         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
368         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
369         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
370         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
371         (semantic-parse-stream, semantic-parse-region)
372         (semantic-parse-region-default, semantic--set-buffer-cache)
373         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
374         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
375         (semantic-default-submodes):
376         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
377         (semanticdb-create-ebrowse-database)
378         (semanticdb-find-tags-for-completion-method)
379         (semanticdb-find-tags-by-class-method)
380         (semanticdb-deep-find-tags-by-name-method)
381         (semanticdb-deep-find-tags-for-completion-method):
382         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
383         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
384         (semanticdb-find-tags-for-completion-method)
385         (semanticdb-find-tags-by-class-method)
386         (semanticdb-deep-find-tags-for-completion-method):
387         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
388         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
389         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
390         (semanticdb-find-tags-by-name-method)
391         (semanticdb-find-tags-by-name-regexp-method)
392         (semanticdb-find-tags-for-completion-method)
393         (semanticdb-find-tags-by-class-method)
394         (semanticdb-find-tags-external-children-of-type-method)
395         (semanticdb-find-tags-subclasses-of-type-method)
396         (semanticdb-deep-find-tags-by-name-method)
397         (semanticdb-deep-find-tags-by-name-regexp-method)
398         (semanticdb-deep-find-tags-for-completion-method):
399         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
400         (semanticdb-enable-gnu-global-in-buffer)
401         (semanticdb-find-tags-for-completion-method)
402         (semanticdb-deep-find-tags-by-name-method)
403         (semanticdb-deep-find-tags-for-completion-method):
404         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
405         (javascript-mode, semanticdb-find-translate-path)
406         (semanticdb-find-tags-for-completion-method)
407         (semanticdb-find-tags-by-class-method)
408         (semanticdb-deep-find-tags-by-name-method)
409         (semanticdb-deep-find-tags-for-completion-method)
410         (semanticdb-find-tags-external-children-of-type-method):
411         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
412         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
413         (global-semantic-idle-scheduler-mode):
414         * cedet/srecode/dictionary.el (srecode-field-value)
415         (srecode-dictionary-add-section-dictionary):
416         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
417         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
418         (describe-class, eieio-describe-generic, describe-generic):
419         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
420         (eieio-speedbar-expand):
421         * emulation/viper-cmd.el (viper-exec-form-in-vi)
422         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
423         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
424         (viper-del-backward-char-in-replace, viper-backward-indent)
425         (viper-brac-function, viper-register-to-point, viper-submit-report):
426         * net/tramp.el (tramp-remote-coding-commands):
427         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
428         Fix typos in docstrings.
430 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
432         * mail/sendmail.el (mail-yank-original): Set the mark if the
433         specified function for yanking does not do it.
435 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
437         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
439         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
440         resyncing a directory.
442 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
444         * progmodes/ada-mode.el: Fix bug#1920.
445         (ada-ident-re): Delete ., allow multibyte characters.
446         (ada-goto-label-re): New; matches goto labels.
447         (ada-block-label-re): New; matches block labels.
448         (ada-label-re): New; matches both.
449         (ada-named-block-re): Deleted; callers changed to use
450         `ada-block-label-re' instead.
451         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
452         Use `ada-block-label-re'.
453         (ada-indent-on-previous-lines): Improve handling of goto labels.
454         (ada-get-indent-block-start): Special-case block label.
455         (ada-get-indent-label): Split into `ada-indent-block-label' and
456         `ada-indent-goto-label'.
457         (ada-goto-stmt-start, ada-goto-next-non-ws):
458         Optionally ignore goto labels.
459         (ada-goto-next-word): Simplify.
460         (ada-indent-newline-indent-conditional): Insert newline before
461         trying to fix indentation; doc fix.
463 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
465         * calc/calc.el (calc-command-flags): Give it an initial value.
467 2010-01-17  Glenn Morris  <rgm@gnu.org>
469         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
471 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
473         * cedet/semantic.el (semantic-mode):
474         * files.el (minibuffer-with-setup-hook):
475         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
476         (artist-key-draw-continously, artist-key-do-continously-continously)
477         (artist-key-set-point-continously, artist-mouse-draw-continously):
478         Fix typos in docstrings.
480 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
482         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
483         return t (Bug#3898).
485 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
487         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
488         can parse the output of the external commands (Bug#5279).
490 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
492         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
494 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
496         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
498         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
500         * startup.el (command-line): Remove unused --icon-type arg.
501         Handle --display arg, passing it to command-line-1 (Bug#5392).
503 2010-01-16  Mario Lang  <mlang@delysid.org>
505         * cedet/ede/cpp-root.el (ede-cpp-root-project):
506         * cedet/ede/files.el (ede-expand-filename):
507         * cedet/ede/simple.el (ede-simple-project):
508         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
509         (semantic-complete-inline-tag-engine):
510         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
511         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
512         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
513         * cedet/semantic/db.el (semanticdb-equivalent-mode):
514         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
515         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
516         * emacs-lisp/chart.el (chart-translate-namezone):
517         * textmodes/artist.el (artist-compute-popup-menu-table):
518         Remove duplicated words in doc-strings.
520 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
522         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
523         to mairix-search to suppress threading (Bug#5342).
525 2010-01-15  Kenichi Handa  <handa@m17n.org>
527         * international/mule-cmds.el (canonicalize-coding-system-name):
528         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
530 2010-01-15  Glenn Morris  <rgm@gnu.org>
532         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
534         * wid-edit.el (widget-keymap): Doc fix.
536         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
537         former seems to be more widely accepted by various svn versions.
539 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
541         * find-cmd.el (find-constituents):
542         * vc-arch.el (vc-arch-root):
543         * window.el (window-body-height, pop-up-frames):
544         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
545         (semantic-no-reparse-needed-change-hook):
546         * cedet/srecode/insert.el (srecode-resolve-argument-list)
547         (srecode-template-inserter-blank, srecode-template-inserter-variable)
548         (srecode-template-inserter-ask, srecode-template-inserter-width)
549         (srecode-template-inserter-section-start)
550         (srecode-template-inserter-section-end, srecode-insert-method):
551         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
552         * progmodes/ada-stmt.el (ada-if):
553         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
554         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
555         (ispell-encoding8-command, ispell-aspell-supports-utf8)
556         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
558         * progmodes/flymake.el (flymake-post-syntax-check):
559         Fix typo in error message.
561 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
563         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
564         which is always a string.  (Bug#5313)
566 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
568         * progmodes/ada-xref.el (ada-default-prj-properties):
569         Simplify previous change.
571 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
573         * progmodes/ada-xref.el (ada-default-prj-properties):
574         Default ada_project_path to $ADA_PROJECT_PATH.
576 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
578         * progmodes/ada-mode.el (ada-create-keymap):
579         Override `narrow-to-defun' with `ada-narrow-to-defun'.
581 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
583         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
584         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
585         (ada-get-current-indent, ada-imenu-generic-expression)
586         (ada-which-function): Check for it.
588 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
590         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
591         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
593 2010-01-14  Glenn Morris  <rgm@gnu.org>
595         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
597 2010-01-14  Kenichi Handa  <handa@m17n.org>
599         * composite.el (auto-composition-mode): Make it a buffer local
600         variable (permanent-local).
601         (auto-composition-function): Set the default value to
602         auto-compose-chars.
603         (auto-composition-mode): Make it a simple function, not a minor mode.
604         (global-auto-composition-mode): Likewise.
605         (turn-on-auto-composition-if-enabled): Delete it.
607 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
609         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
611 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
613         * files.el (copy-directory): Compute target for recursive
614         directories with identical names.  (Bug#5343)
616 2010-01-12  Glenn Morris  <rgm@gnu.org>
618         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
619         it to bug-gnu-emacs rather than emacs-pretest-bug.
621 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
623         * cedet/data-debug.el (data-debug): Fix customization group reference.
625 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
627         * cedet/semantic/analyze.el (semantic-analyze-push-error)
628         (semantic-analyze-context, semantic-analyze-context-assignment)
629         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
630         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
631         (semantic-java-doc-keywords-map):
632         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
633         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
634         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
635         (semantic-c-classname, semantic-format-tag-uml-prototype)
636         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
637         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
638         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
639         (semantic-get-local-variables, semantic-end-of-command)
640         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
641         (lisp-mode):
642         * cedet/semantic/bovine/make.el (makefile-mode):
643         * cedet/semantic/wisent/python.el (wisent-python-string-re)
644         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
645         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
646         (semantic-lex, semantic-get-local-variables, python-mode):
647         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
648         * cedet/srecode/extract.el (srecode-extract-state-set)
649         (srecode-extract-method): Fix typos in docstrings.
651 2010-01-11  Sam Steingold  <sds@gnu.org>
653         * imenu.el (imenu-default-create-index-function): Detect infinite
654         loops caused by imenu-prev-index-position-function.
656 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
658         * htmlfontify.el (htmlfontify-load-rgb-file)
659         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
660         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
661         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
662         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
663         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
664         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
665         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
666         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
667         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
668         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
669         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
670         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
671         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
672         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
673         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
674         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
675         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
676         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
677         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
678         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
679         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
680         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
681         backslash-quoting from parentheses, etc.
683 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
685         * progmodes/js.el: Autoload javascript-mode alias.
687 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
689         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
690         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
691         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
692         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
693         Fix typos in docstrings.
694         (ffap-url-regexp): Doc fix.
695         (ffap-at-mouse): Fix typo in message.
697 2010-01-11  Glenn Morris  <rgm@gnu.org>
699         * version.el (emacs-copyright): Set copyright year to 2010.
701 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
703         * format.el (format-annotate-function): Only set
704         write-region-post-annotation-function after running to-fn so as not to
705         affect nested write-region calls (bug#5273).
707 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
709         * cedet/semantic.el (semantic-new-buffer-setup-functions):
710         Add python parser.
712         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
713         wisent/python.el.
715 2010-01-10  Richard Kim  <emacs18@gmail.com>
717         * cedet/semantic/wisent/python-wy.el:
718         * cedet/semantic/wisent/python.el: New files.
720 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
722         * man.el (Man-goto-section): Signal error if the section is not
723         found (Bug#5317).
725 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
727         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
728         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
730 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
732         * progmodes/compile.el: Don't treat compile-command as safe if
733         compilation-read-command might be nil (Bug#4218).
735 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
737         * startup.el (command-line-1): Use orig-argi to check for ignored X and
738         NS options.
740 2010-01-08  Kenichi Handa  <handa@m17n.org>
742         * international/fontset.el (build-default-fontset-data):
743         Exclude characters in scripts kana, hangul, han, or cjk-misc.
745 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
747         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
748         to `create-file-buffer' as it expects, not just a buffer name.
749         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
750         to help uniquify.  (Bug#3224)
752 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
754         * font-setting.el (font-setting-change-default-font): Use user-spec
755         instead of name.
757 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
759         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
761 2010-01-05  Tom Tromey  <tromey@redhat.com>
763         * progmodes/python.el (python-font-lock-keywords):
764         Handle qualified decorators (Bug#881).
766 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
768         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
769         in a lightweight checkout.
771 2010-01-05  Kenichi Handa  <handa@m17n.org>
773         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
775 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
777         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
779 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
781         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
782         checkouts.  (Bug#618)
783         (vc-bzr-log-view-mode): Also highlight the author.
784         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
785         (vc-bzr-shelve-menu-map):
786         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
787         (vc-bzr-shelve-apply): Make prompt more explicit.
789 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
791         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
792         They are valid characters in URL paths (rfc3986), and at least
793         Firefox does not understand the encoded version (Bug#3166).
795 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
797         * progmodes/octave-mod.el (octave-end-keywords)
798         (octave-block-begin-or-end-regexp, octave-block-match-alist):
799         Add "end" keyword (Bug#3061).
800         (octave-end-as-array-index-p): New function.
801         (calculate-octave-indent): Use it.
803 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
805         * bookmark.el: Consistently put the text property on the bookmark name.
806         (bookmark-bmenu-marks-width): Bump back to 2, to include
807         annotation marks.
808         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
809         property on the bookmark name, instead of not putting it at all.
810         (bookmark-bmenu-list): Fix where we put the text property.
812 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
814         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
815         for showing buffer modified state (as added in the previous change).
817 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
819         * bookmark.el: Show modified state of bookmark buffer more accurately.
820         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
821         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
822         (with-buffer-modified-unmodified): New macro.
823         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
824         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
825         Use new macro to preserve the buffer modified state.
827 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
829         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
830         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
831         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
832         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
833         (bookmark-bmenu-rename, bookmark-bmenu-locate)
834         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
835         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
837 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
839         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
840         Make the lines in the generated doc string shorter.  (Bug#4668)
842 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
844         * net/rcirc.el: Add follow-link binding (Bug#4738).
846 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
848         * Makefile.in (bzr-update): Rename from cvs-update.
849         (cvs-update): New target for backward compatibility.
851         * makefile.w32-in (bzr-update): Rename from cvs-update.
852         (cvs-update): New target for backward compatibility.
854 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
856         * bookmark.el: Remove gratuitous gratitude.
858 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
860         * bookmark.el (bookmark-bmenu-any-marks): New function
861         (bookmark-bmenu-save): Clear buffer modification if no marks.
863 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
865         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
866         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
867         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
868         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
870         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
871         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
872         To: emacs-devel {_AT_} gnu.org
873         Subject: bookmark.el bug report
874         Date: Mon, 28 Dec 2009 14:19:16 +0800
875         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
877 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
879         * bookmark.el: Improvements suggested by Drew Adams:
880         (bookmark-bmenu-ensure-position): New name for
881         `bookmark-bmenu-check-position'.  Just ensure the position,
882         don't return any meaningful value.
883         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
884         New constants.
886 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
888         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
889         (bookmark-yank-point, bookmark-bmenu-check-position):
890         Fix typos in docstrings.
891         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
892         (bookmark-name-from-full-record, bookmark-get-position)
893         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
894         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
895         Remove useless quoting of parenthesis, etc. in docstrings.
897         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
898         (ediff-append-custom-diff): Fix typo in error message.
899         (ediff-meta-mark-equal-files): Fix typos in messages.
901         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
903         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
904         Fix typo in docstring.
906         * net/imap-hash.el (imap-hash-make): Doc fix.
907         (imap-hash-test): Fix typo in error message; reflow docstring.
908         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
909         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
910         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
911         Fix typos in docstrings.
912         (imap-hash-open-connection): Fix typo in error message.
914         * play/gomoku.el (gomoku): Fix typos in docstring.
916         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
917         (gdb-jsonify-buffer): Fix typos in docstring.
918         (gdb-goto-breakpoint): Fix typo in error message.
919         ("Display Other Windows"): Fix typo in help message.
920         (gdb-speedbar-expand-node): Fix typo in question.
922         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
923         (idlwave-html-system-help-location, idlwave-html-help-location)
924         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
925         (idlwave-help-browser-generic-args, idlwave-help-directory)
926         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
927         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
928         (idlwave-online-help, idlwave-help-html-link)
929         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
930         Fix typos in docstrings.
931         (idlwave-help-with-source, idlwave-help-find-routine-definition):
932         Reflow docstrings.
933         (idlwave-help-assistant-start): Fix typo in error message.
935         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
936         (octave-electric-space): Fix typos in docstrings.
938 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
940         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
942 2010-01-01  Juri Linkov  <juri@jurta.org>
944         * comint.el (comint-input-ring-size): Make it a defcustom and
945         increase the default to 500 (Bug#5148).
947 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
949         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
950         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
951         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
953 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
955         Show working revision correctly for mercurial.
956         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
957         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
959 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
961         Declare some functions for the byte-compiler.
962         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
963         (speedbar-timer-fn, speedbar-change-expand-button-char)
964         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
966 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
968         This changeset reverts GDB Graphical Interface to use annotations.
969         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
971 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
973         Make vc-dir work on subdirectories of the bzr root.
974         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
975         file names relative to it.
976         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
977         relative directory to vc-bzr-after-dir-status.
979 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
981         * font-lock.el (font-lock-refresh-defaults): New function, which
982         can be used to let font-lock react to external changes in
983         variables like font-lock-defaults and keywords.
984         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
986 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
988         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
990         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
992 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
994         Supersede color.diff settings in git log (bug#5211).
996         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
997         escape chars in its output when the user has color.diff set to `always'.
998         This fix works on git 1.4.2 and newer (released on 2006-08-13).
1000 2009-12-26  Kevin Ryde  <user42@zip.com.au>
1002         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1003         node.  Keep previous "Index" name to work with past coreutils too.
1005         * man.el (man): Revise docstring a bit to show -a and -l as
1006         examples.  Add -k description since support for it has otherwise
1007         been a secret.  (Further to bug#3717.)
1008         (Man-bgproc-sentinel): When "-k foo" produces no output show error
1009         "no matches" rather than "Can't find manpage", as the latter reads
1010         like -k was interpreted as a page name, which is not so.  (Bug#5431)
1012 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
1014         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1015         switches.  Check also for //SUBDIRED// line.
1017 2009-12-25  Kenichi Handa  <handa@m17n.org>
1019         * language/indian.el (devanagari-composable-pattern): Fixed to
1020         handle ZWNJ and ZWJ.  Use it in composition-function-table for
1021         Devanagari.
1022         (malayalam-composable-pattern): Fix previous change.
1024 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1026         * ps-print.el (ps-face-attributes): It was not returning the
1027         attribute face for faces specified as string.  Reported by harven
1028         <harven@free.fr>.
1029         (ps-print-version): New version 7.3.5.
1031 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1033         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1034         timezone names.
1035         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1036         (icalendar--add-diary-entry): Remove the trailing blank that
1037         diary-make-entry inserts.
1039 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
1041         Make `file-expand-wildcards' work for remote files.
1043         * files.el (file-expand-wildcards): In case of remote files, check
1044         only local file name part for wildcards.  Provide feature 'files
1045         and subfeature 'remote-wildcards.  (Bug#5198)
1047         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1048         if there is already an established connection.
1049         (tramp-advice-file-expand-wildcards): Remove it.
1051         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1052         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1053         Activate advice for older GNU Emacs versions.  (Bug#5237)
1055 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
1057         Some doc fixes (more needed).
1059         * find-cmd.el (find-constituents): Reflow docstring.
1060         (find-cmd, find-prune, find-command): Fix typos in docstrings.
1061         (find-generic): Doc fix.
1063 2009-12-17  Juri Linkov  <juri@jurta.org>
1065         Fix regression from 23.1 to allow multiple modes in Local Variables.
1067         * files.el (hack-local-variables-filter): While ignoring duplicates,
1068         don't take `mode' into account.
1069         (hack-local-variables-filter, hack-dir-local-variables): Don't
1070         remove duplicate `mode' from local-variables-alist (like `eval').
1072 2009-12-17  Juri Linkov  <juri@jurta.org>
1074         Make `dired-diff' more safe.  (Bug#5225)
1076         * dired-aux.el (dired-diff): Signal an error when `file' equals to
1077         `current' or when `file' is a directory of the `current' file.
1079 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
1081         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1082         unconditionally preloaded files.
1084 2009-12-16  Juri Linkov  <juri@jurta.org>
1086         Revert to old 23.1 logic of using the file at the mark as default.
1087         * dired-aux.el (dired-diff): Use the file at the mark as default
1088         if it's not the same as the current file, and the target dir is
1089         the current dir or the mark is active.  Add the current file
1090         as the arg of `dired-dwim-target-defaults'.  Use the default file
1091         in the prompt.  (Bug#5225)
1093 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
1095         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1096         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1097         (tramp-check-for-regexp): Check also, when an echoing shell stops
1098         to echo sent commands.
1100 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1102         * Makefile.in: Revert last change (Bug#5191).
1104 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
1106         * vc-hg.el (vc-hg-print-log): Fix argument order.
1107         (vc-hg-working-revision): Make sure the command is executed in a
1108         known environment so that we can parse the output.  (Bug#4417)
1110 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1112         * progmodes/python.el (python-symbol-completions): Remove text
1113         properties from symbol string before calling python-send-receive.
1115 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
1117         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1118         when there are values for both file and line.  (Bug#5060)
1120 2009-12-14  Juri Linkov  <juri@jurta.org>
1122         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1123         whitespace after the file name of the first line of unified format,
1124         because git-diff doesn't output whitespace and file modification time
1125         after the file name.
1127 2009-12-14  David Kastrup  <dak@gnu.org>
1129         * info.el (Info-hide-cookies-node): Before hiding a cookie,
1130         check if it already has the `display' property added by
1131         `Info-display-images-node', and not put the `invisible' property
1132         in this case.
1134 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1136         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1137         (semantic-mru-bookmark-mode): Doc fixes.
1139         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1140         of assert.
1142 2009-12-13  Glenn Morris  <rgm@gnu.org>
1144         * mail/emacsbug.el (message-sort-headers): Define for compiler.
1145         (report-emacs-bug): In message-mode, sort manually before storing
1146         original report text.  (Bug#5178)
1147         Remove superfluous save-excursion.
1149 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
1151         * net/dbus.el (dbus-property-handler): Filter lambda forms out
1152         when responding to "GetAll" properties.
1154 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
1156         * simple.el (compose-mail): Remove mail-setup-with-from from
1157         customization checks.
1159 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
1161         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1162         RAR archives created on Unix systems.
1164 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1166         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1167         the varalias that was accidentally removed by the 2009-11-19 change
1168         (bug#5186).
1170 2009-12-12  Kenichi Handa  <handa@m17n.org>
1172         * language/indian.el (indian-compose-regexp): New function.
1173         (malayalam-composable-pattern): Fix the pattern.
1174         (composition-function-table): Set malayalam-composable-pattern for
1175         Malayalam characters.
1177 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
1179         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1180         rather than down-mouse-1, based on follow-link conventions.
1182         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1183         are compiled.
1185 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
1187         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1188         (verilog-vmm-statement-re, verilog-ovm-statement-re)
1189         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1190         (verilog-leap-to-head, verilog-backward-token):
1191         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
1193 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
1195         * progmodes/verilog-mode.el (verilog-auto-lineup)
1196         (verilog-nameable-item-re): Cleanup user-visible spelling and
1197         documentation errors.  One reported by Gary Delp.
1198         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1199         (verilog-read-decls): Fix AUTOWIRE with types declared in a
1200         package, bug195.  Reported by Pierre-David Pfister.
1202 2009-12-11  Glenn Morris  <rgm@gnu.org>
1204         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1206         * mail/emacsbug.el: No longer require sendmail.
1207         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
1208         (report-emacs-bug-orig-text): Doc fix.
1209         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1210         New local variables, to adapt to different mail-user-agents.
1211         (report-emacs-bug): Fix test for a gnu.org address.
1212         Use overlays for emphasis, since font-lock defeats 'face property.
1213         Pretest bugs also end up at the newsgroup these days.
1214         Stop message-mode stripping text properties.
1215         Set and use the new buffer-local variables.
1216         (report-emacs-bug-hook): Add doc-string.
1217         Remove some unnecessary save-excursions and simplify.
1218         Use the appropriate hook and send-command.
1220         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1221         capitalization of some menu entries.
1223 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1225         * whitespace.el (whitespace-display-char-on): Ensure
1226         `buffer-display-table' is unique when two or more windows are
1227         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1228         New version 12.1.
1230 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
1232         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1233         characters in the Attribute field.
1235 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
1237         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
1239 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1241         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1242         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1243         Disregard autoload-excludes.
1244         (update-directory-autoloads): Obey autoload-excludes here instead.
1245         But don't store its contents in no-autoloads and remove entries that
1246         refer to excludes files.
1248 2009-12-10  Glenn Morris  <rgm@gnu.org>
1250         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1251         (expand-mail-aliases): Define for compiler.
1253         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1254         Define for compiler.
1256         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1257         appropriate for the mail-user-agent in use.
1259 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
1261         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1263 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
1265         Fix short log parsing and fontification.
1266         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1267         Fix fontification for the [merge] label.
1269 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
1271         Drop some properties to avoid surprises.
1272         * htmlfontify.el (hfy-ignored-properties): New defcustom.
1273         (hfy-fontify-buffer): Use it.
1275 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1277         Minor cleanup.
1278         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1279         Adjust all callers.
1280         (ffap-locate-file): Remove unused arg `dir-ok' and make other
1281         args compulsory.  Adjust callers.
1282         (ffap-gopher-at-point): Remove unused var `name'.
1284         Get rid of the ELCFILES abomination.
1285         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1286         (compile-elcfiles): New phony target.
1287         (compile-main): Compute ELCFILES dynamically.
1288         (compile-clean): New target to remove left-over elc files.
1289         (compile, all): Use it.
1291 2009-12-09  Kenichi Handa  <handa@etlken>
1293         * international/mule-diag.el: Require help-mode instead of help-fns.
1295 2009-12-09  Kenichi Handa  <handa@m17n.org>
1297         * international/mule-cmds.el (ucs-names): Supply sufficiently
1298         fine ranges instead of pre-calculating accurate ranges.
1299         Iterate with bigger gc-cons-threshold.
1301 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
1303         Add support for stashing a snapshot of the current tree.
1304         * vc-git.el (vc-git-stash-snapshot): New function.
1305         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1307 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
1309         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1310         instead of `(beginning|end)-of-line'.
1312 2009-12-08  Glenn Morris  <rgm@gnu.org>
1314         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1316         * Makefile.in (ELCFILES): Regenerate.
1318 2009-12-07  Juri Linkov  <juri@jurta.org>
1320         Don't lazy-highlight the comint output in history Isearch mode.
1322         * comint.el (comint-history-isearch-search): Instead of
1323         `comint-line-beginning-position', use `comint-after-pmark-p'
1324         to check if point if before the process mark, and go to
1325         `process-mark' in this case.
1327 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1329         * textmodes/tex-mode.el (latex-complete)
1330         (latex-indent-or-complete): Remove.
1331         (latex-mode): Set completion-at-point-functions instead.
1333         Provide a standard completion command and hook it into TAB.
1334         * minibuffer.el (completion-at-point-functions): New var.
1335         (completion-at-point): New command.
1336         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1337         * progmodes/python.el (python-mode-map): Use completion-at-point.
1338         (python-completion-at-point): Rename from python-partial-symbol and
1339         adjust for use in completion-at-point-functions.
1340         (python-mode): Setup completion-at-point for Python completion.
1341         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1342         extracted from lisp-complete-symbol.
1343         (lisp-complete-symbol): Use it.
1344         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1345         setup completion-at-point for Elisp completion.
1346         (emacs-lisp-mode-map, lisp-interaction-mode-map):
1347         Use completion-at-point.
1348         * ielm.el (ielm-map): Use completion-at-point.
1349         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
1350         * progmodes/sym-comp.el: Move to...
1351         * obsolete/sym-comp.el: Move from progmodes.
1353 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
1355         Prevent save-buffer in Rmail buffers from using the coding-system
1356         of the current message, and from clobbering the encoding mnemonics
1357         in the mode line (Bug#4623).
1359         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1360         flag, too.
1361         (rmail-message-encoding): New variable.
1362         (rmail-write-region-annotate): Record the encoding of the current
1363         message in rmail-message-encoding.
1364         (rmail-after-save-hook): New function, restores the encoding of
1365         the current message after the message collection is saved.
1367 2009-12-07  Juri Linkov  <juri@jurta.org>
1369         * progmodes/grep.el (grep-read-files): Use `completing-read'
1370         instead of `read-string'.  Set its `collection' arg to
1371         `read-file-name-internal'.  (Bug#4301)
1373 2009-12-07  Juri Linkov  <juri@jurta.org>
1375         Correctly restore original Isearch point.  (Bug#4994)
1377         * isearch.el (isearch-mode): Move `isearch-push-state' after
1378         `(run-hooks 'isearch-mode-hook)'.
1379         (isearch-cancel): When `isearch-push-state-function' is defined,
1380         let-bind `isearch-cmds' to the first state (the last element of
1381         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1382         function and restores the original point).  Otherwise, move point
1383         to `isearch-opoint'.
1385 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1387         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1388         chars that don't have names, so the table can be built much faster at
1389         run-time.
1391 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
1393         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1394         change.  Suggested by David Kastrup.
1396         * simple.el (compose-mail): Check for incompatibilities and warn.
1397         (compose-mail-user-agent-warnings): New option.
1399 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
1401         Support showing a single log entry from vc-annotate.
1402         * vc.el (print-log): Add a new argument: START-REVISION.
1403         (vc-print-log-internal): Add a new optional argument and
1404         pass it to the backend.
1405         (vc-print-log, vc-print-root-log): Adjust callers.
1406         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
1407         buffer already displays the requested log entry, use it.
1408         Otherwise display only the log entry in question.
1409         * vc-svn.el (vc-svn-print-log):
1410         * vc-mtn.el (vc-mtn-print-log):
1411         * vc-hg.el (vc-hg-state):
1412         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
1413         (vc-git-show-log-entry): Return t on success.
1414         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
1415         (vc-bzr-show-log-entry): Return t on success.
1416         * vc-rcs.el (vc-rcs-print-log):
1417         * vc-sccs.el (vc-sccs-print-log):
1418         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
1420 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
1422         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
1423         Add menus to the meta mode.  (Bug#5043)
1425 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
1427         * ediff-init.el (ediff-event-key): Use event-to-character instead of
1428         event-key.
1430         * ediff.el (ediff-buffers-internal): Add unwind-protect.
1432 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
1434         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
1435         Berbain <raphael.berbain@gmail.com>.
1437         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
1438         characters.
1439         (tramp-initial-end-of-output): New defconst.
1440         (tramp-methods, tramp-find-shell)
1441         (tramp-open-connection-setup-interactive-shell)
1442         (tramp-maybe-open-connection): Use it.
1443         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
1444         existence of `#' and `$'.
1446         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
1447         `tramp-initial-end-of-output'.
1449 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
1451         Get the background mode from the terminal for xterm, and set
1452         faces accordingly.
1453         * term/xterm.el (xterm-set-background-mode): New function.
1454         (terminal-init-xterm): Use it in case xterm supports background
1455         color queries.  Recompute faces after getting the background
1456         color.
1458 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
1460         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
1461         number comment back on its own line, for easier parsing.
1463 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1465         Make it work for non-file buffers (bug#5102).
1466         * doc-view.el (doc-view-current-cache-dir):
1467         Use doc-view-buffer-file-name rather than buffer-file-name.
1468         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
1470 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
1472         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
1473         author field is too short.
1475 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
1477         * vc-git.el (vc-git-print-log): Handle a limit argument.
1478         Display the short log in graph form and with labels.
1479         (vc-git-log-view-mode): Handle labels.
1481         Make vc-revert change VC state from 'added to 'unregistered.
1482         * vc-git.el (vc-git-revert): Call git reset first.
1484 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
1486         * net/newst-backend.el, net/newst-plainview.el:
1487         * net/newst-reader.el, net/newst-ticker.el:
1488         * net/newst-treeview.el, net/newsticker.el:
1489         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
1491 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
1493         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
1495         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
1496         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
1497         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1498         Update annotation regexp.
1500         * simple.el (beginning-of-visual-line): Constrain to field
1501         boundaries (Bug#5106).
1503 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
1505         * xml.el (xml-substitute-numeric-entities): Move
1506         newsticker--decode-numeric-entities in newst-backend.el to
1507         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
1508         * net/newst-backend.el (newsticker--parse-generic-feed)
1509         (newsticker--parse-generic-items)
1510         (newsticker--decode-numeric-entities): Move
1511         newsticker--decode-numeric-entities in newst-backend.el to
1512         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
1514 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
1516         * progmodes/js.el (js--js-not): Add null to the list of values.
1518 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
1520         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
1522 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1524         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
1525         delimiter if it is at the end of the current line.
1526         (bibtex-generate-url-list): Fix docstring.
1528 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1530         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
1531         minibuffer's content with itself.
1532         Fold the confirm-after-completion case into the `confirm' case.
1533         (completion-pcm-word-delimiters): Add : and / to the delimiters.
1535 2009-12-06  Kevin Ryde  <user42@zip.com.au>
1537         * ffap.el (ffap-rfc-path): Make this a defcustom since
1538         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
1540         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
1541         manuals, similar to existing setup for help-mode.  (Bug#3913.)
1543 2009-12-05  Juri Linkov  <juri@jurta.org>
1545         Save and restore dired buffer's point positions too.  (Bug#4880)
1547         * dired.el (dired-save-positions): Return in the first element
1548         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
1549         Doc fix.
1550         (dired-restore-positions): First restore buffer's position.
1551         While restoring window's positions, check if window still displays
1552         the original buffer.
1554 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
1556         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
1557         if possible.
1559         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
1560         Make argument optional.
1562         * shell.el (shell): Require ansi-color (Bug#5113).
1564         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
1566         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
1568 2009-12-05  Alan Mackenzie  <acm@muc.de>
1570         * progmodes/cc-mode.el (c-before-hack-hook)
1571         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
1572         `c-file-style' to work again.  This reversion restores the current
1573         software to its state in Emacs 23.1.  (Bug#4146)
1575 2009-12-05  Kevin Ryde  <user42@zip.com.au>
1577         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
1578         comment-start-skip to comment-end-skip as comment (Bug#4781).
1580 2009-12-05  Juri Linkov  <juri@jurta.org>
1582         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
1583         for virtual nodes.  (Bug#4147)
1584         (Info-find-node-2): Set `Info-current-node-virtual' to nil
1585         when moving from a virtual node.
1586         (Info-mode-menu): Add `Info-virtual-index' to the menu.
1587         (Info-mode): Add `Info-virtual-index' to the docstring.
1589 2009-12-05  Eric Ludlam  <zappo@gnu.org>
1591         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1592         Describe project macro symbols.
1594         * cedet/semantic/complete.el (semantic-complete-do-completion):
1595         Don't call semantic-collector-current-exact-match.
1597         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
1598         ede-objects as targets.
1600         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
1601         a target's object list even if compiler vars are already in the
1602         Makefile.
1604         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
1605         list of headers producing necessary macros.
1607 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1609         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
1610         track of the buffer position of the end of a BibTeX entry as this
1611         position may change during reformatting.
1612         (bibtex-format-entry): Remove whitespace before processing
1613         numerical fields so that we recognize the latter properly.
1614         (bibtex-reformat): Do not use push which changes the global value
1615         of bibtex-entry-format.
1616         (bibtex-field-braces-alist, bibtex-field-strings-alist)
1617         (bibtex-field-re-init): Replace only space characters by regexp
1618         for whitespace.
1619         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
1620         (bibtex-initialize): Also update bibtex-strings.
1621         (bibtex-kill-field): Preserve white space at end of entry.
1622         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
1623         Update bibtex-reference-keys.
1625 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1627         * minibuffer.el (completion-pcm--merge-try): Also consider placing
1628         point after a star, if that's the only place where modifications can
1629         make progress.
1631 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
1633         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
1634         in docstrings.
1636 2009-12-04  Juri Linkov  <juri@jurta.org>
1638         * proced.el (proced): Call `(proced-update t)' to update process
1639         information instead of only running proced-post-display-hook.
1640         (proced-send-signal): Add a leading space to the buffer name
1641         " *Marked Processes*" to make this buffer ephemeral.
1643 2009-12-04  Juri Linkov  <juri@jurta.org>
1645         * dired.el (dired-auto-revert-buffer): New defcustom.
1646         (dired-internal-noselect): Use it.
1648 2009-12-04  Juri Linkov  <juri@jurta.org>
1650         Change roles of modes and functions in image-mode.el (Bug#5062).
1652         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
1653         in `auto-mode-alist'.
1654         (image-mode-previous-major-mode): New variable.
1655         (image-minor-mode-map): Rename from `image-mode-text-map'.
1656         (image-mode): Move graceful error-handling code from
1657         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
1658         (image-minor-mode): Remove all image-handling code.
1659         Replace `image-mode-text-map' with `image-minor-mode-map'.
1660         Check for `image-type' in mode-line format string.
1661         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
1662         (image-mode-as-text): New function with most code from
1663         `image-mode-maybe'.
1664         (image-toggle-display-text): Move code that removes image
1665         properties from `image-toggle-display' to here.
1666         (image-toggle-display-image): New function with code that adds
1667         image properties copied from `image-toggle-display'.
1668         (image-toggle-display): Remove most code with leaving only code
1669         that toggles between `image-mode-as-text' and `image-mode'.
1671 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
1673         * net/newst-treeview.el
1674         (newsticker--treeview-list-highlight-start): Restored call to
1675         save-excursion: Selected item was stuck.
1676         (newsticker--treeview-list-select): New.
1677         (newsticker--treeview-item-show-text)
1678         (newsticker--treeview-item-show)
1679         (newsticker--treeview-item-update): Use new
1680         newsticker-treeview-item-mode.
1681         (newsticker-treeview-update): Keep current item.
1682         (newsticker-treeview-next-new-or-immortal-item): Doc change.
1683         (newsticker--treeview-first-feed): Doc change.
1684         (newsticker-treeview-list-menu)
1685         (newsticker-treeview-item-menu): Added menu entries.
1686         (newsticker-treeview-item-mode): New.
1688         * net/newst-backend.el (newsticker-customize): Delete other
1689         windows.
1691 2009-12-04  Sam Steingold  <sds@gnu.org>
1693         * log-view.el (log-view-mode-map): "q" calls quit-window,
1694         like in all the other non-self-insert buffers.
1696 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1698         Minor cleanup.
1699         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
1700         key decoding rather than do it manually via last-input-event +
1701         ascii-character.
1702         (term-exec): Use delete-and-extract-region.
1703         (term-handle-ansi-terminal-messages): Remove unused var `end'.
1704         (term-process-pager): Remove unused var `i'.
1705         (term-dynamic-simple-complete): Make obsolete.
1706         (serial-update-config-menu): Remove unused vars `y' and `str'.
1707         (term-update-mode-line): Remove unused var `temp'.
1709 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
1711         Limit the number of log entries displayed by default.
1712         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
1713         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
1714         using a prefix argument.
1716 2009-12-03  Glenn Morris  <rgm@gnu.org>
1718         * progmodes/idlwave.el (class): Restore still useful declaration.
1720 2009-12-03  Alan Mackenzie  <acm@muc.de>
1722         Enhance `c-parse-state' to run efficiently in "brace deserts".
1724         * progmodes/cc-mode.el (c-basic-common-init):
1725         Call c-state-cache-init.
1726         (c-neutralize-syntax-in-and-mark-CPP): Rename from
1727         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
1728         placing `category' properties value 'c-cpp-delimiter at its boundaries.
1730         * progmodes/cc-langs.el (c-before-font-lock-function):
1731         c-extend-and-neutralize-syntax-in-CPP has been renamed
1732         c-neutralize-syntax-in-and-mark-CPP.
1734         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
1735         with `category' properties now, not `syntax-table' ones.
1737         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
1738         enhanced (but slower) version of c-end-of-macro that won't land
1739         inside a literal or on another awkward character.
1740         (c-state-cache-too-far, c-state-cache-start)
1741         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
1742         (c-state-nonlit-pos-cache-limit, c-state-point-min)
1743         (c-state-point-min-lit-type, c-state-point-min-lit-start)
1744         (c-state-min-scan-pos, c-state-brace-pair-desert)
1745         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
1746         buffer local variables.
1747         (c-state-literal-at, c-state-lit-beg)
1748         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
1749         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
1750         (c-state-cache-top-paren, c-state-cache-after-top-paren)
1751         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
1752         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
1753         (c-renarrow-state-cache)
1754         (c-append-lower-brace-pair-to-state-cache)
1755         (c-state-push-any-brace-pair, c-append-to-state-cache)
1756         (c-remove-stale-state-cache)
1757         (c-remove-stale-state-cache-backwards, c-state-cache-init)
1758         (c-invalidate-state-cache-1, c-parse-state-1)
1759         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
1760         (c-parse-state): Enhance and refactor.
1761         (c-debug-parse-state): Amend to deal with all the new variables.
1763         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
1764         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
1765         modify to use category text properties rather than syntax-table ones.
1766         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
1767         to switch off/on the syntactic paren property of C++ template
1768         delimiters using the category property.
1769         (c-with-<->-as-parens-suppressed): Macro to invoke code with
1770         template delims suppressed.
1771         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
1772         New constant/macros which apply category properties to the start
1773         and end of preprocessor constructs.
1774         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
1775         "comment out" the syntactic value of characters in preprocessor
1776         constructs.
1777         (c-with-cpps-commented-out)
1778         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
1779         with characters in all or all but one preprocessor constructs
1780         "commented out".
1782 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1784         * proced.el (proced-filter-alist): Use regexp-quote.
1786 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
1788         Cleanup.
1789         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
1790         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
1791         arguments.  Expand `default-directory'.
1793         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
1794         the benefit of returning an expanded localname.
1795         (tramp-tramp-file-p): Handle the case NAME is not a string.
1797 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
1799         Add support for bzr shelve/unshelve.
1800         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1801         (vc-bzr-extra-menu-map): New variables.
1802         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
1803         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
1804         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
1805         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
1806         (vc-bzr-dir-extra-headers): Display shelves.
1808         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
1810 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1812         * textmodes/bibtex.el (bibtex-complete-internal):
1813         Use completion-in-region.
1814         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
1816 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
1818         Support applying stashes.  Improve UI.
1819         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
1820         (vc-git-stash-apply, vc-git-stash-pop)
1821         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
1822         (vc-git-stash-menu): New functions.
1823         (vc-git-stash-menu-map): New variable.
1824         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
1826 2009-12-03  Glenn Morris  <rgm@gnu.org>
1828         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
1829         (vc-print-log-internal): Fix previous change.
1830         (vc-revert): Correct pluralization.
1832 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1834         * progmodes/make-mode.el (makefile-special-targets-list): No need for
1835         it to be an alist any more.
1836         (makefile-complete): Use completion-in-region.
1838         * progmodes/octave-mod.el (octave-complete-symbol):
1839         Use completion-in-region.
1841         Misc cleanup.
1842         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
1843         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
1844         (idlwave-complete-class): Don't quote lambda.
1845         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
1846         (idlwave-mode-map): Move initialization into declaration.
1847         (idlwave-action-and-binding): Use backquotes.
1848         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
1849         Simplify.
1850         (idlwave-is-pointer-dereference): Remove unused var `pos'.
1851         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
1852         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
1853         `parts', and `all-parts'.
1854         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
1855         (idlwave-convert-xml-system-routine-info): Remove unused string
1856         `version-string'.
1857         (idlwave-display-user-catalog-widget): Use dolist.
1858         (idlwave-scanning-lib): Declare dynamically-scoped var.
1859         (idlwave-scan-library-catalogs): Remove unused var `flags'.
1860         (completion-highlight-first-word-only): Declare to silence bytecomp.
1861         (idlwave-popup-select): Tighten scope of `resp'.
1862         (idlwave-find-struct-tag): Remove unused var `beg'.
1863         (idlwave-after-load-rinfo-hook): Declare.
1864         (idlwave-sintern-class-info): Remove unused var `taglist'.
1865         (idlwave-find-class-definition): Remove unused var `list'.
1866         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
1867         (idlwave-what-module-find-class): Remove unused var `classes'.
1869 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
1871         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
1873 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1875         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
1876         buffers visited.  Remove redundant current-buffer-saving.
1878 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1880         Use completion-in-buffer and remove uses of dynamic scoping.
1881         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
1882         (pascal-buffer-to-use, pascal-flag): Don't declare.
1883         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
1884         (pascal-get-completion-decl, pascal-keyword-completion):
1885         Add `pascal-str' argument, save-excursion,
1886         return the found completions, and don't filter with pascal-pred.
1887         (pascal-completion-cache): New var.
1888         (pascal-completion): Don't switch buffer any more (it was never
1889         necessary).  Don't save-excursion any more (it's done by the called
1890         subroutines).  Use a cache to avoid redundant computations.
1891         Use complete-with-action rather than pascal-completion-response and
1892         let it apply the predicate as well.
1893         (pascal-complete-word): Use completion-in-buffer when
1894         pascal-toggle-completions is nil.
1895         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
1896         not used any more.
1897         (pascal-comp-defun): Don't change buffer any more.
1898         Use complete-with-action rather than pascal-completion-response and
1899         let it apply the predicate as well.
1900         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
1901         when neded.
1903 2009-12-02  Kenichi Handa  <handa@m17n.org>
1905         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
1906         shape for all Indic scripts.
1908 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1910         Use completion-in-buffer.
1911         * wid-edit.el (widget-field-text-end): New function.
1912         (widget-field-value-get): Use it.
1913         (widget-string-complete, widget-file-complete)
1914         (widget-color-complete): Use it and completion-in-region.
1915         (widget-complete): Don't narrow the buffer.
1917 2009-12-02  Glenn Morris  <rgm@gnu.org>
1919         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
1920         (rmail-select-summary): Use rmail-pop-to-buffer.
1921         * mail/rmailsum.el: Replace all pop-to-buffer calls with
1922         rmail-pop-to-buffer, to prevent horizontal splits.
1924         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
1925         save-excursion with save-current-buffer.
1926         Widen before searching.  (Bug#5093)
1927         (diary-list-sexp-entries): Remove superfluous save-excursion.
1929 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
1931         * woman.el (woman-make-bufname): Handle man-pages with "." in the
1932         name.  (Bug#5038)
1934 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
1936         * ido.el (ido-file-internal): Handle filenames at point that do
1937         not have a directory part.  (Bug#5049)
1939 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
1941         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
1942         (mpc-songs-jump-to, mpc-resume): Doc fixes.
1944 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
1946         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
1947         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
1948         any more.
1950 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1952         * comint.el (comint-insert-input): Ignore clicks to the right of
1953         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
1955         * vc.el (vc-print-log-internal): Don't wait for the process to
1956         terminate before setting up the major mode.
1958         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
1959         in case.
1961         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
1962         the last element.
1964         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
1966 2009-12-01  Glenn Morris  <rgm@gnu.org>
1968         * window.el (window--display-buffer-2): Fix previous changes.
1970 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
1972         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
1974 2009-12-01  Glenn Morris  <rgm@gnu.org>
1976         * Makefile.in (ELCFILES): Add mpc.elc.
1978 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1980         * mpc.el: New file.
1982 2009-12-01  Glenn Morris  <rgm@gnu.org>
1984         * window.el (window-to-use): Define for compiler.
1986         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
1987         consistent with others (no final period).
1989         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
1990         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
1992 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
1994         Make vc-print-log buttons work.
1995         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
1997 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
1999         * savehist.el (savehist-autosave-interval): Allow setting to nil
2000         through customize.  (Bug#5056)
2002 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
2004         Fix references to jit-lock properties.
2005         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2006         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2007         (perl-font-lock-special-syntactic-constructs):
2008         Quote jit-lock-defer-multiline property.
2010 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
2012         * vc-git.el (vc-git-registered): Call vc-git-root only once.
2014 2009-11-30  Juri Linkov  <juri@jurta.org>
2016         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2017         value `buffer' of `multi-isearch-next-buffer-current-function'.
2018         Use `(current-buffer)' when `buffer' is nil.
2019         (multi-isearch-next-buffer-from-list): Don't fallback to
2020         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
2022 2009-11-30  Juri Linkov  <juri@jurta.org>
2024         * misearch.el (multi-isearch-read-buffers): Move canonicalization
2025         of buffers with `get-buffer' to `multi-isearch-buffers'.
2026         (multi-isearch-buffers, multi-isearch-buffers-regexp):
2027         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
2028         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2029         FILES with `expand-file-name' converting relative file names
2030         to absolute.  Doc fix.  (Bug#4727)
2032 2009-11-30  Juri Linkov  <juri@jurta.org>
2034         * misearch.el (multi-isearch-read-buffers)
2035         (multi-isearch-read-matching-buffers): New functions.
2036         (multi-isearch-buffers, multi-isearch-buffers-regexp):
2037         Use them in the `interactive' spec.  Doc fix.
2038         (multi-isearch-read-files, multi-isearch-read-matching-files):
2039         New functions.
2040         (multi-isearch-files, multi-isearch-files-regexp):
2041         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
2043 2009-11-30  Juri Linkov  <juri@jurta.org>
2045         * doc-view.el (doc-view-continuous):
2046         Rename from `doc-view-continuous-mode'.
2047         (doc-view-menu): Move "Toggle display" to the top.
2048         Add submenu "Continuous" with radio buttons "Off"/"On"
2049         and "Save as Default".
2050         (doc-view-scroll-up-or-next-page)
2051         (doc-view-scroll-down-or-previous-page)
2052         (doc-view-next-line-or-next-page)
2053         (doc-view-previous-line-or-previous-page): Rename
2054         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
2056 2009-11-30  Juri Linkov  <juri@jurta.org>
2058         * comint.el (comint-mode-map): Rebind `M-r' from
2059         `comint-previous-matching-input' to
2060         `comint-history-isearch-backward-regexp'.
2061         Unbind `M-s' to allow global key binding `M-s'.
2062         Add menu items for `comint-history-isearch-backward' and
2063         `comint-history-isearch-backward-regexp'.  (Bug#3746)
2065 2009-11-30  Juri Linkov  <juri@jurta.org>
2067         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2068         For def=recenter, replace `recenter' with `recenter-top-bottom'
2069         that is called with `this-command' and `last-command' let-bound
2070         to `recenter-top-bottom'.  When the last `def' was not `recenter',
2071         set `recenter-last-op' to nil.  (Bug#4981)
2073 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2075         Minor cleanup and simplification.
2076         * filecache.el (file-cache-add-directory)
2077         (file-cache-add-directory-recursively)
2078         (file-cache-add-from-file-cache-buffer)
2079         (file-cache-delete-file-regexp, file-cache-delete-directory)
2080         (file-cache-files-matching-internal, file-cache-display): Use dolist.
2081         (file-cache-temp-minibuffer-message): Delete function.
2082         (file-cache-minibuffer-complete): Use minibuffer-message instead.
2084         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2085         Don't signal an error when bumping into EOB in tr, s, or y.
2087 2009-11-29  Juri Linkov  <juri@jurta.org>
2089         * startup.el (fancy-about-text): Fix wording of Guided Tour.
2090         (Bug#4960)
2092         * descr-text.el (describe-char-unidata-list): Use lowercase name
2093         for "Unicode name" like in other tags.
2095 2009-11-29  Juri Linkov  <juri@jurta.org>
2097         * ediff-util.el (ediff-minibuffer-with-setup-hook):
2098         New compatibility macro.
2099         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2101 2009-11-29  Juri Linkov  <juri@jurta.org>
2103         Add defcustom to define the cycling order of `recenter-top-bottom'.
2104         (Bug#4981)
2106         * window.el (recenter-last-op): Doc fix.
2107         (recenter-positions): New defcustom.
2108         (recenter-top-bottom): Rewrite to use `recenter-positions'.
2109         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2111 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
2113         Improve integration of Tramp and ange-ftp in eshell.
2115         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2116         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
2117         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
2119         * eshell/esh-util.el (top): Require also Tramp when compiling.
2120         (eshell-directory-files-and-attributes): Check for FTP remote
2121         connection.
2122         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2123         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2124         (eshell-file-attributes): Handle ".".  Return `entry'.
2126         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2127         (ange-ftp-directory-files-and-attributes)
2128         (ange-ftp-real-directory-files-and-attributes): New defuns.
2130         * net/tramp.el (tramp-maybe-open-connection): Open the remote
2131         shell with "exec" when possible.  This prevents trailing prompts
2132         in `start-file-process'.
2134 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2136         Try and remove assumptions about point-min==1.
2137         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2138         (rng-compute-mode-line-string): Show the validation percentage in
2139         terms of the narrowed text, not the widened text.
2140         (rng-do-some-validation): Don't catch internal errors when debugging.
2141         (rng-first-error): Simplify.
2142         (rng-after-change-function): Remove work around.  AFAIK the bug has
2143         been fixed a while ago.
2145         * image-mode.el (image-minor-mode): Exit more gracefully when the image
2146         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2148         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2150         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2151         `cd' doesn't always do it for us (bug#5067).
2153         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2154         on 2009-10-25 as part of some other change (bug#5067).
2156 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2158         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2159         `suspicious'.
2160         (byte-compile-warnings): Use byte-compile-warning-types.
2161         (byte-compile-save-excursion): Warn about use of set-buffer right
2162         after save-excursion.
2164         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2165         the excursion as well.
2167 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
2169         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2170         providing a Tramp related implementation of "su" and "sudo".
2171         (eshell-unix-initialize): Add "su" and "sudo".
2173 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
2175         * net/socks.el (socks-send-command): Convert binary request to
2176         unibyte before sending.  This fixes mishandling of some port
2177         numbers such as 129.
2179 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2181         * help.el (describe-bindings-internal): Remove `interactive'.
2183         * man.el (Man-completion-table): Trim a terminating "(".
2184         Remove the space between name page a section.
2185         Add the command's description on the `help-echo' property.
2186         Remove `process-connection-type' binding since it's unused by
2187         call-process.
2188         Provide completion for the "<section> <name>" format as well.
2189         (Man-default-man-entry): Remove spurious var shadowing the argument.
2191 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2193         * log-view.el: Add "Keywords: tools", since its other keywords
2194         aren't in finder-known-keywords, and following vc.el.
2196         * sha1.el (sha1-string-external): default-directory "/" in case
2197         otherwise non-existent.  process-connection-type pipe for touch of
2198         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2200 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2202         Misc coding convention cleanups.
2203         * htmlfontify.el (hfy-init-kludge-hook): Rename from
2204         hfy-init-kludge-hooks.
2205         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2206         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2207         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2208         and push.
2209         (hfy-slant, hfy-weight): Use tables rather than code.
2210         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2211         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2212         (hfy-face-attr-for-class): Initialize `face-spec' directly.
2213         (hfy-face-to-css): Remove `nconc' with single arg.
2214         (hfy-p-to-face-lennart): Use `or'.
2215         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
2216         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2217         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2218         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2219         (hfy-force-fontification): Use run-hooks.
2221 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
2223         Various minor fixes.
2224         * htmlfontify.el (hfy-default-header): Add toggle_invis since
2225         Javascript belongs in the header, not the body.
2226         (hfy-javascript): Remove.
2227         (hfy-fontify-buffer): Don't insert it any more.
2228         (hfy-face-at): Handle (face0 face1 face2) style face properties.
2229         Fix bug in invis handling when there were no invis props in a chunk.
2231 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2233         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2235 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
2237         * finder.el (finder-mode-map): Add a menu.
2239 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
2241         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
2242         "unsigned" structs.
2244         (verilog-leap-to-head, verilog-backward-token): Handle "disable
2245         fork" statement better.
2247 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
2249         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2250         (verilog-delete-auto, verilog-delete-empty-auto-pair)
2251         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2252         Reported by Clay Douglass.
2254         (verilog-auto-inst, verilog-auto-star-safe)
2255         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2256         Fix removing "// Interfaces" when saving .* expansions.  Reported by
2257         Pierre-David Pfister.
2259 2009-11-26  Glenn Morris  <rgm@gnu.org>
2261         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2262         the scope.
2264 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
2266         * vc-annotate.el (vc-annotate-revision-previous-to-line):
2267         Really use previous revision.
2269 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2271         * man.el (Man-completion-table): default-directory "/" in case
2272         doesn't otherwise exist.  process-environment COLUMNS=999 so as
2273         not to truncate long names.  process-connection-type pipe to avoid
2274         any chance of hitting the pseudo-tty TIOCGWINSZ.
2275         (man): completion-ignore-case t for friendliness and since man
2276         itself is case-insensitive on the command line.
2277         Further to Bug#3717.
2279         * arc-mode.el: Add "Keywords: files", so the details in its
2280         commentary can be reached from finder-by-keyword.
2281         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
2282         editing mode, but it's comms related and sgml-mode.el has "comm"
2283         on that basis too.
2284         * textmodes/bibtex-style.el: Add "Keywords: tex".
2285         * international/isearch-x.el, international/ja-dic-cnv.el:
2286         * international/ja-dic-utl.el, international/kkc.el:
2287         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2289 2009-11-25  Juri Linkov  <juri@jurta.org>
2291         * man.el (Man-completion-table): Modify regexp to include
2292         section names to completion strings.  (Bug#3717)
2294 2009-11-25  Juri Linkov  <juri@jurta.org>
2296         Search recursively in gzipped files.  (Bug#4982)
2298         * progmodes/grep.el (grep-highlight-matches): Add new options
2299         `always' and `auto'.  Doc fix.
2300         (grep-process-setup): Check `grep-highlight-matches' for
2301         `auto-detect' to determine the need to compute grep defaults.
2302         Move Windows/DOS specific --colors settings handling
2303         to `grep-compute-defaults'.  Check `grep-highlight-matches'
2304         to get the value of "--color=".
2305         (grep-compute-defaults): Compute `grep-highlight-matches' when it
2306         has the value `auto-detect'.  Move Windows/DOS specific settings
2307         from `grep-process-setup'.
2308         (zrgrep): New command with alias `rzgrep'.
2310 2009-11-25  Juri Linkov  <juri@jurta.org>
2312         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2313         to nil instead of switching off view-mode.  (Bug#4896)
2315 2009-11-25  Juri Linkov  <juri@jurta.org>
2317         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
2319         * mwheel.el (mwheel-scroll-up-function)
2320         (mwheel-scroll-down-function): New defvars.
2321         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2322         `scroll-up', and `mwheel-scroll-down-function' instead of
2323         `scroll-down'.
2325         * doc-view.el (doc-view-scroll-up-or-next-page)
2326         (doc-view-scroll-down-or-previous-page): Add optional ARG.
2327         Use this ARG in the call to image-scroll-up/image-scroll-down.
2328         Change `interactive' spec to "P".  Goto next/previous page only
2329         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2330         SPC/DEL case).  Doc fix.
2331         (doc-view-next-line-or-next-page)
2332         (doc-view-previous-line-or-previous-page): Rename arg to ARG
2333         for consistency.
2334         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2335         `doc-view-scroll-up-or-next-page', and buffer-local
2336         `mwheel-scroll-down-function' to
2337         `doc-view-scroll-down-or-previous-page'.
2339 2009-11-25  Juri Linkov  <juri@jurta.org>
2341         Provide additional default values (directories at other Dired
2342         windows) via M-n in the minibuffer of some Dired commands.
2344         * dired-aux.el (dired-diff, dired-compare-directories)
2345         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2346         `minibuffer-default' in `minibuffer-with-setup-hook'.
2347         (dired-dwim-target-directory): Find a window that displays Dired
2348         buffer instead of failing when the next window is not Dired.
2349         Use `get-window-with-predicate' to find for the next Dired window.
2350         (dired-dwim-target-defaults): New function.
2352         * ediff-util.el (ediff-read-file-name):
2353         Use `dired-dwim-target-defaults' to set `minibuffer-default'
2354         in `minibuffer-with-setup-hook'.
2356 2009-11-25  Juri Linkov  <juri@jurta.org>
2358         Provide additional default values (file name at point or at the
2359         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
2361         * minibuffer.el (read-file-name-defaults): New function.
2362         (read-file-name): Reset `minibuffer-default' to nil when
2363         it duplicates initial input `insdef'.
2364         Bind `minibuffer-default-add-function' to lambda that
2365         calls `read-file-name-defaults' in `minibuffer-selected-window'.
2366         (minibuffer-insert-file-name-at-point): New command.
2368         * files.el (file-name-at-point-functions): New defcustom.
2369         (find-file-default): Remove defvar.
2370         (find-file-read-args): Don't use `find-file-default'.
2371         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2372         to `read-file-name'.
2373         (find-file-literally): Use `read-file-name' with
2374         `confirm-nonexistent-file-or-buffer'.
2376         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2378         * dired.el (dired-read-dir-and-switches):
2379         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2380         to `read-file-name'.
2381         (dired-file-name-at-point): New function.
2382         (dired-mode): Add hook `dired-file-name-at-point' to
2383         `file-name-at-point-functions'.
2385 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2387         Really make the *Completions* window soft-dedicated (bug#5030).
2388         * window.el (window--display-buffer-2): Add `dedicated' argument.
2389         (display-buffer): Pass it when needed so the dedicated flag is set
2390         after calling set-window-buffer, which would otherwise reset it.
2392 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2394         * progmodes/meta-mode.el (meta-complete-symbol):
2395         * progmodes/etags.el (complete-tag):
2396         * mail/mailabbrev.el (mail-abbrev-complete-alias):
2397         Use completion-in-region.
2399         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2400         (dabbrev-completion): Use completion-in-region.
2401         (dabbrev--abbrev-at-point): Simplify regexp.
2403         * abbrev.el (abbrev--before-point): Use word-motion functions
2404         if :regexp is not specified (bug#5031).
2406         * subr.el (string-prefix-p): New function.
2408         * man.el (Man-completion-cache): New var.
2409         (Man-completion-table): Use it.
2411         * vc.el (vc-print-log-internal): Make `limit' optional for better
2412         compatibility (e.g. with vc-annotate.el).
2414 2009-11-24  Kevin Ryde  <user42@zip.com.au>
2416         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
2417         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
2419         * emacs-lisp/elint.el (elint-add-required-env): Better error message
2420         when .el source file not found or other error.
2422 2009-11-24  Markus Triska  <markus.triska@gmx.at>
2424         * linum.el (linum-update-window): Ignore intangible (bug#4996).
2426 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2428         Handle the [back] button properly (bug#4979).
2429         * descr-text.el (describe-text-properties): Add a `buffer' argument.
2430         Use help-setup-xref, help-buffer, and with-help-window.
2431         (describe-char): Add `buffer' argument.
2432         Pass proper command to help-setup-xref.  Don't meddle with
2433         help-xref-stack-item directly.
2434         (describe-text-category): Use with-help-window and help-buffer.
2436         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
2437         for the displayed buffer (bug#4887).
2439         * man.el (Man-completion-table): New function.
2440         (man): Use it.
2442 2009-11-24  David Reitter  <david.reitter@gmail.com>
2444         * vc-git.el (vc-git-registered): Use checkout directory (where
2445         .git is) rather than the file's directory and a relative path spec
2446         to work around a bug in git.
2448 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
2450         Improve handling of processes on remote hosts.
2452         * eshell/esh-util.el (eshell-path-env): New defvar.
2453         (eshell-parse-colon-path): New defun.
2454         (eshell-file-attributes): Use `eshell-parse-colon-path'.
2456         * eshell/esh-ext.el (eshell-search-path):
2457         Use `eshell-parse-colon-path'.
2458         (eshell-remote-command): Remove argument HANDLER.
2459         (eshell-external-command): Check for FTP remote connection.
2461         * eshell/esh-proc.el (eshell-gather-process-output):
2462         Use `file-truename', in order to start also symlinked files.
2463         Apply `start-file-process' instead of `start-process'.
2464         Shorten `command' to the local file name part.
2466         * eshell/em-cmpl.el (eshell-complete-commands-list):
2467         Use `eshell-parse-colon-path'.
2469         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
2471         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
2472         to `eshell-directory-change-hook'.
2474 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
2476         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
2477         because it could be enabled automatically if view-read-only is non-nil.
2479 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
2481         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
2482         made on 2009-11-22.
2484 2009-11-24  Glenn Morris  <rgm@gnu.org>
2486         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
2487         deleted variable bookmark-bmenu-bookmark-column.
2489         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2490         Move after definition of global-semantic-idle-tag-highlight-mode.
2492 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2494         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
2496 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
2498         * net/browse-url.el (browse-url-filename-alist): On Windows, add
2499         two slashes to the "file:" prefix.
2500         (browse-url-file-url): De-munge Cygwin filenames before passing
2501         them to Windows browser.
2502         (browse-url-default-windows-browser): Use call-process.
2504 2009-11-23  Juri Linkov  <juri@jurta.org>
2506         Implement DocView Continuous mode.  (Bug#4896)
2507         * doc-view.el (doc-view-continuous-mode): New defcustom.
2508         (doc-view-mode-map): Bind C-n/<down> to
2509         `doc-view-next-line-or-next-page', C-p/<up> to
2510         `doc-view-previous-line-or-previous-page'.
2511         (doc-view-next-line-or-next-page)
2512         (doc-view-previous-line-or-previous-page): New commands.
2514 2009-11-23  Juri Linkov  <juri@jurta.org>
2516         Implement Isearch in comint input history.  (Bug#3746)
2517         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
2518         `isearch-mode-hook'.
2519         (comint-history-isearch): New defcustom.
2520         (comint-history-isearch-backward)
2521         (comint-history-isearch-backward-regexp): New commands.
2522         (comint-history-isearch-message-overlay): New buffer-local variable.
2523         (comint-history-isearch-setup, comint-history-isearch-end)
2524         (comint-goto-input, comint-history-isearch-search)
2525         (comint-history-isearch-message, comint-history-isearch-wrap)
2526         (comint-history-isearch-push-state)
2527         (comint-history-isearch-pop-state): New functions.
2529 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
2531         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
2532         return.
2533         (tramp-handle-make-symbolic-link)
2534         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
2535         Quote file names.
2536         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
2537         (tramp-handle-process-file): Use it.
2539 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2541         * window.el (move-to-window-line-last-op): Remove.
2542         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
2544 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
2546         Make M-r mirror the new cycling behavior of C-l.
2547         * window.el (move-to-window-line-last-op): New var.
2548         (move-to-window-line-top-bottom): New command.
2549         (global-map): Bind M-r move-to-window-line-top-bottom.
2551 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
2553         * dired-x.el (dired-guess-shell-alist-default):
2554         Support xz format.  (Bug#4953)
2556 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
2558         * cedet/srecode/map.el (srecode-get-maps):
2559         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
2560         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
2561         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
2562         (semantic-toggle-decoration-style):
2563         * cedet/semantic/decorate/include.el
2564         (semantic-decoration-include-describe)
2565         (semantic-decoration-unknown-include-describe)
2566         (semantic-decoration-unparsed-include-describe)
2567         (semantic-decoration-all-include-summary):
2568         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
2569         * cedet/semantic/analyze/complete.el
2570         (semantic-analyze-possible-completions):
2571         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
2572         (semantic-show-unmatched-syntax-mode)
2573         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
2574         (semantic-highlight-func-mode):
2575         * cedet/semantic/util.el (semantic-describe-buffer):
2576         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
2577         (semantic-symref-find-tags-by-name)
2578         (semantic-symref-find-tags-by-regexp)
2579         (semantic-symref-find-tags-by-completion)
2580         (semantic-symref-find-file-references-by-name)
2581         (semantic-symref-find-text):
2582         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
2583         (senator-yank-tag):
2584         * cedet/semantic/scope.el (semantic-calculate-scope):
2585         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2586         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2587         (define-semantic-idle-service):
2588         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
2589         (semantic-complete-analyze-inline-idle):
2590         * cedet/semantic/analyze.el (semantic-analyze-current-context):
2591         * cedet/mode-local.el (describe-mode-local-bindings)
2592         (describe-mode-local-bindings-in-mode):
2593         * cedet/ede/make.el (ede-make-check-version):
2594         * cedet/ede/locate.el (ede-enable-locate-on-project):
2595         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
2596         (cedet-idutils-version-check):
2597         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
2598         (cedet-gnu-global-version-check):
2599         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
2600         (cedet-cscope-version-check): Use called-interactively-p instead
2601         of interactive-p.
2603         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
2604         Use semantic-format-tag-prototype.
2606 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
2608         * emulation/viper-cmd.el: Use viper-last-command-char instead of
2609         last-command-char/last-command-event.
2610         (viper-prefix-arg-value): Do correct conversion of event-char for
2611         XEmacs.
2613         * emulation/viper-util.el, emulation/viper.el:
2614         Use viper-last-command-char instead of
2615         last-command-char/last-command-event.
2617         * ediff-init.el, ediff-mult.el, ediff-util.el:
2618         Replace last-command-char and last-command-event
2619         with (ediff-last-command-char) everywhere.
2621         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
2622         created in fundamental mode.
2624         * ediff.el (ediff-version): Revert the change of interactive-p to
2625         called-interactively-p.
2627 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
2629         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
2630         generation from word-movement command names.
2632 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
2634         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2635         (semantic-complete-jump-local, semantic-complete-jump):
2636         Improve prompt string.
2638 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
2640         * cus-start.el (all): Add native condition for font-use-system-font.
2642 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
2644         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
2645         Correct the patch from 2009-11-18.  (Bug#3910)
2647 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
2649         * progmodes/subword.el: Rename from lisp/subword.el.
2651         * subword.el: Rename to progmodes/subword.el.
2653         * Makefile.in (ELCFILES): Adapt to subword.el move.
2655 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2656             Stefan Monnier  <monnier@iro.umontreal.ca>
2658         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
2659         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
2660         (bookmark-bmenu-show-filenames): Use push.
2661         (bookmark-bmenu-hide-filenames): Use local var instead of
2662         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
2663         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
2664         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
2665         filenames now that the bookmark names are always available.
2667 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2669         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
2670         (bookmark-search-pattern): Move and leave unbound.
2671         (bookmark-bmenu-mode-map): Change binding.
2672         (bookmark-read-search-input): Simplify.
2673         Don't use text-char-description.  Don't error on non-char events.
2674         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
2675         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
2676         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
2677         Use a local var for the timer.
2678         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
2679         (i.e. bookmark-bmenu-search).
2681 2009-11-21  Glenn Morris  <rgm@gnu.org>
2683         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
2685 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
2687         * net/browse-url.el (browse-url-default-windows-browser):
2688         Use cygstart for cygwin.
2690 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
2692         * bookmark.el: Formatting and doc fixes only:
2693         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
2694         (bookmark-bmenu-search): Wrap to fit within 80 columns.
2695           Minor grammar and punctuation fixes in doc string.
2696         (bookmark-read-search-input): Adjust to fit within 80 columns.
2698 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
2700         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
2701         (c-backward-into-nomenclature): Adapt to subword renaming.
2703         * subword.el (subword-forward, subword-backward, subword-mark)
2704         (subword-kill, subword-backward-kill, subword-transpose)
2705         (subword-downcase, subword-upcase, subword-capitalize)
2706         (subword-forward-internal, subword-backward-internal):
2707         Rename from forward-subword, backward-subword, mark-subword,
2708         kill-subword, backward-kill-subword, transpose-subwords,
2709         downcase-subword, upcase-subword, capitalize-subword,
2710         forward-subword-internal, backward-subword-internal.
2712 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2714         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
2715         New options.
2716         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
2717         New vars.
2718         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
2719         (bookmark-bmenu-filter-alist-by-regexp)
2720         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
2721         (bookmark-bmenu-search): New command.
2722         (bookmark-bmenu-mode-map): Bind it.
2724 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
2726         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
2728         * cedet/semantic/idle.el (define-semantic-idle-service)
2729         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
2731 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
2733         * progmodes/cc-cmds.el: declare-functioned forward-subword and
2734         backward-subword to quit the byte-compiler.
2736         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
2738         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
2740         * progmodes/cc-cmds.el (c-update-modeline)
2741         (c-forward-into-nomenclature, c-backward-into-nomenclature):
2742         Refer to subword.el functions instead of cc-subword.el.
2744         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
2745         subword.el functions instead of cc-subword.el.
2747         * progmodes/cc-subword.el: Rename to subword.el.
2748         * subword.el: Rename from progmodes/cc-subword.el.
2749         (subword-mode-map): Rename from c-subword-mode-map.
2750         (subword-mode): Rename from c-subword-mode.
2751         (global-subword-mode): New global minor mode.
2752         (forward-subword): Rename from c-forward-subword.
2753         (backward-subword): Rename from c-backward-subword.
2754         (mark-subword): Rename from c-mark-subword.
2755         (kill-subword): Rename from c-kill-subword.
2756         (backward-kill-subword): Rename from c-backward-kill-subword.
2757         (transpose-subwords): Rename from c-tranpose-subword.
2758         (downcase-subword): Rename from c-downcase-subword.
2759         (capitalize-subword): Rename from c-capitalize-subword.
2760         (forward-subword-internal): Rename from c-forward-subword-internal.
2761         (backward-subword-internal): Rename from c-backward-subword-internal.
2763 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
2765         * vc.el (vc-deduce-fileset): Allow non-state changing operations
2766         from a dired buffer.
2767         (vc-dired-deduce-fileset): New function.
2768         (vc-root-diff, vc-print-root-log): Use it.
2770         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
2771         nil LIMIT argument to vc-print-log-internal.
2773 2009-11-20  Glenn Morris  <rgm@gnu.org>
2775         * Makefile.in (ELCFILES): Regenerate.
2777 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
2779         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
2781         * cedet/semantic.el: Enable idle-mode menu items only if
2782         global-semantic-idle-scheduler-mode is enabled.
2783         (semantic-default-submodes): Doc fix.
2785         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2786         When turning off, disable other idle modes.
2788 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
2790         * calc/calc.el (calc-set-mode-line):
2791         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2792         (math-format-number): Rename `math-format-complement-signed' to
2793         `math-format-twos-complement'.
2795         * calc/calc-bin.el (math-format-twos-complement): Rename from
2796         math-format-complement-signed.
2797         (calc-radix): Rename `calc-complement-signed-mode' to
2798         `calc-twos-complement-mode'.
2799         (calc-octal-radix, calc-hex-radix): Add an argument for
2800         two's complement.
2802         * calc/calc-embed.el (calc-embedded-mode-vars):
2803         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2805         * calc/calc-ext.el (calc-init-extensions):
2806         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2807         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
2809         * calc/calc-units.el (math-build-units-table-buffer):
2810         Let `calc-twos-complement-mode' be nil.
2812         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
2813         entries.
2815         * calc/calc-vec.el (calcFunc-vunpack):
2816         * calc/calc-aent.el (calc-do-calc-eval):
2817         * calc/calc-forms.el (math-format-date):
2818         * calc/calc-graph.el (calc-graph-plot):
2819         * calc/calc-math.el (math-use-emacs-fn):
2820         * calc/calccomp.el (math-compose-expr):
2821         Let `calc-twos-complement-mode' be nil.
2823 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2825         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
2826         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
2827         * minibuffer.el (completion-in-region-functions): New hook.
2828         (completion-in-region): New function.
2829         * emacs-lisp/lisp.el (lisp-complete-symbol):
2830         * pcomplete.el (pcomplete-std-complete): Use it.
2832 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2834         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
2835         (latex-complete-alist): New vars.
2836         (latex-string-prefix-p, latex-complete-bibtex-keys)
2837         (latex-complete-envnames, latex-complete-refkeys)
2838         (latex-complete-data): New functions.
2839         (latex-complete, latex-indent-or-complete): New commands.
2841         * window.el (display-buffer-mark-dedicated): New var.
2842         (display-buffer): Obey it.
2843         * minibuffer.el (minibuffer-completion-help): Use it.
2845         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
2847         * filecache.el (file-cache-add-file): Use push and cons.
2848         (file-cache-delete-file-regexp): Use push.
2849         (file-cache-complete): Use completion-in-region.
2851         * simple.el (with-wrapper-hook): Fix thinko.
2853         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
2854         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
2855         Use with-current-buffer and string-to-number.
2856         (hfy-fallback-colour-values): Use assoc-string.
2857         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
2858         (hfy-face-at): Remove unused var `found-face'.
2859         (hfy-compile-stylesheet): Remove unused var `css'.
2860         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
2861         and `orig-buffer'.
2862         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
2863         Use with-current-buffer.
2864         (hfy-text-p): Use expand-file-name and fewer setq.
2866 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
2868         * htmlfontify.el, hfy-cmap.el: New files.
2870 2009-11-19  Juri Linkov  <juri@jurta.org>
2872         * minibuffer.el (completions-format): New defcustom.
2873         (completion--insert-strings): Implement vertical format.
2875         * simple.el (switch-to-completions): Move point to the first
2876         completion when point was at the beginning of the buffer.
2878 2009-11-19  Juri Linkov  <juri@jurta.org>
2880         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
2882         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
2884 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
2886         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
2887         (mail-signature): Change default to t.
2888         (mail-from-style): Deprecate `system-default' value.
2889         (mail-insert-from-field): For default value of mail-from-style,
2890         default to `angles' unless `angles' needs quoting and `parens'
2891         does not.
2892         (mail-citation-prefix-regexp): Use citation regexp from
2893         message-mode.
2895 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
2897         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2898         Set variables for computing the prompt for reading password.
2900 2009-11-19  Glenn Morris  <rgm@gnu.org>
2902         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
2904         * textmodes/flyspell.el (sgml-lexical-context): Declare.
2906         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
2907         (newsticker-treeview-listwindow-height): Fix custom type.
2909 2009-11-19  Kenichi Handa  <handa@m17n.org>
2911         * descr-text.el (describe-char-padded-string): Compose with TAB
2912         only if there's a font for CH.
2913         (describe-char): Fix the condition for detecting a trivial composition.
2915 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
2917         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
2918         more accurate version of the regexp.  (Bug#3910)
2920 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
2922         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
2924 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
2926         * font-setting.el (font-use-system-font): Declare for byte-compiler.
2927         (font-setting-change-default-font): Fix typo in docstring.
2929 2009-11-18  Alan Mackenzie  <acm@muc.de>
2931         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
2933 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
2935         * font-setting.el (font-use-system-font): Move ...
2937         * cus-start.el (all): ... to here.
2939 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
2941         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
2942         Don't set `ad-return-value' if `ad-do-it' doesn't.
2944         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
2945         modification time.
2947 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
2949         * menu-bar.el: Put "Use system font" in Option-menu.
2950         (menu-bar-options-save): Add font-use-system-font.
2952         * loadup.el: If feature system-font-setting or font-render-setting is
2953         there, load font-setting.
2955         * Makefile.in (ELCFILES): Add font-settings.el.
2956         * font-setting.el: New file.
2958 2009-11-17  Glenn Morris  <rgm@gnu.org>
2960         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
2962         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
2963         Preserve point in the list buffer.  (Bug#4939)
2964         Use point-at-eol.
2965         (newsticker--treeview-list-update-highlight)
2966         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
2968 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
2970         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
2971         Remove.
2973         * calc/calc-ext.el (calc-init-extensions): Remove references to
2974         symclip.
2976         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
2978         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
2979         * calc/calc-help.el (calc-b-prefix-help): Remove references to
2980         `calc-symclip'.
2982 2009-11-16  Kevin Ryde  <user42@zip.com.au>
2984         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
2985         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
2987         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
2988         (lm-keywords-list): Allow comma-only separator like "foo,bar".
2989         Ignore trailing spaces by omit-nulls to split-string (fixing
2990         regression from Emacs 21 due to the incompatible split-string
2991         change).  (Bug #4928.)
2993 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2995         * vc.el (vc-log-show-limit): Default to 2000.
2996         (vc-print-log-internal): Insert buttons to request more entries
2997         when limiting the output.
2999         * vc-sccs.el (vc-sccs-print-log):
3000         * vc-rcs.el (vc-rcs-print-log):
3001         * vc-cvs.el (vc-cvs-print-log):
3002         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3003         LIMIT is non-nil.
3005 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3007         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3008         error when `tramp-gvfs-dbus-event-vector' is set.
3009         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3011 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3013         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3015 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3017         * net/dbus.el (dbus-unregister-service): New defun.
3018         (dbus-register-property): Register the handlers of
3019         "org.freedesktop.DBus.Properties" for SERVICE.
3020         (dbus-property-handler): Fix docstring.
3022 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3024         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3025         Quote doc string reference in defvaralias as it is not in special form.
3026         (byte-compile-output-docform): Doc fix.
3028 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3030         * calc/calc.el (math-2-word-size, math-half-2-word-size)
3031         (calc-complement-signed-mode): New variables.
3032         (calc-set-mode-line): Add indicator for twos-complements.
3033         (math-format-number): Format twos-complement notation.
3035         * calc/calc-bin.el (calc-word-size): Reset the variables
3036         `math-2-word-size' and `math-half-2-word-size'.
3037         (math-format-complement-signed, math-symclip, calcFunc-symclip)
3038         (calc-symclip): New functions.
3040         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3042         * calc/calc-embed.el (calc-embedded-mode-vars):
3043         Add `calc-complement-signed-mode' to the list of modes.
3045         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3046         (calc-b-oper-keys): Add `calc-symclip' to list.
3048         * calc/calc-ext.el (math-read-number-fancy): Read complement
3049         signed numbers.
3050         (calc-init-extensions): Add binding for `calc-symclip'.
3051         Add autoload for `calcFunc-symclip' and `calc-symclip'.
3053         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3054         `calc-symclip'.
3055         (calc-modes-menu): Add item for twos complement mode.
3057         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3059 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
3061         * register.el (jump-to-register, insert-register): Handle Semantic
3062         tags.  From commented-out advice in semantic/senator.el.
3064 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3066         * vc.el (vc-log-show-limit): New variable.
3067         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
3068         when using a prefix argument.
3069         (vc-print-log-internal): Add new argument LIMIT.
3071         * vc-svn.el (vc-svn-print-log):
3072         * vc-mtn.el (vc-mtn-print-log):
3073         * vc-hg.el (vc-hg-print-log):
3074         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3075         pass it to the log command when set.  Make the BUFFER argument
3076         non-optional.
3078         * vc-sccs.el (vc-sccs-print-log):
3079         * vc-rcs.el (vc-rcs-print-log):
3080         * vc-git.el (vc-git-print-log):
3081         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3082         ignore it.  Make the BUFFER argument non-optional
3084         * bindings.el (mode-line-buffer-identification): Do not purecopy.
3086 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
3088         * dired.el (dired-mode-map): Move encryption items to "Operate"
3089         menu (Bug#4703).
3091         * strokes.el (strokes-update-window-configuration): Make strokes
3092         buffer current before erasing (Bug#4906).
3094         * cedet/semantic/idle.el (semantic-idle-summary-mode)
3095         (semantic-idle-summary-mode): Define using define-minor-mode
3096         instead of define-semantic-idle-service.
3097         (semantic-idle-summary-mode): New function.
3098         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3099         that mouse motion does not reset the echo area.
3101 2009-11-15  Juri Linkov  <juri@jurta.org>
3103         * simple.el (set-mark-default-inactive): Add :type, :group
3104         and :version.  (Bug#4876)
3106 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
3108         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3109         (archive-unique-fname): ... here.  (Bug#4929)
3111 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3113         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3114         with a real fix.
3116         * novice.el (disabled-command-function): Add useful args.
3117         Setup the help buffer so that [back] works.
3118         Remove redundant call to help-mode.
3119         (disabled-command-function): Use `case'.
3120         (en/disable-command): New function extracted from enable-command.
3121         (enable-command, disable-command): Use it.
3123 2009-11-14  Glenn Morris  <rgm@gnu.org>
3125         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3126         constants.  (Bug#4913)
3128         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3130 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
3132         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3133         defined in C that have no doc-strings.  (Bug#1063)
3135 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
3137         * cus-edit.el (data, files):
3138         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
3140 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
3142         * simple.el (shell-command): Doc fix (Bug#4891).
3144         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3146 2009-11-14  Glenn Morris  <rgm@gnu.org>
3148         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3149         statements for vc-diff, emerge-quit, and rmail-cease-edit.
3150         If they are already loaded, eval-after-load will do the right thing.
3152         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3153         compiling.
3155         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3157         * simple.el (x-selection-owner-p): Declare.
3158         (read-mail-command): Use custom radio type rather than choice.
3159         (completion-no-auto-exit): Doc fix.
3161         * custom.el (defgroup):
3162         * epg-config.el (epg): Doc fixes.
3164 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
3166         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3167         * international/ccl.el (define-ccl-program): Do not purecopy the
3168         docstring, defconst does it anyway.
3170 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3172         * add-log.el (add-change-log-entry): Avoid displaying the changelog
3173         a second time.
3175         * x-dnd.el (x-dnd-maybe-call-test-function):
3176         * window.el (split-window-vertically):
3177         * whitespace.el (whitespace-help-on):
3178         * vc-rcs.el (vc-rcs-consult-headers):
3179         * userlock.el (ask-user-about-lock-help)
3180         (ask-user-about-supersession-help):
3181         * type-break.el (type-break-force-mode-line-update):
3182         * time-stamp.el (time-stamp-conv-warn):
3183         * terminal.el (te-set-output-log, te-more-break, te-filter)
3184         (te-sentinel, terminal-emulator):
3185         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3186         (term-write-input-ring, term-check-source, term-start-output-log):
3187         (term-display-buffer-line, term-dynamic-list-completions):
3188         (term-ansi-make-term, serial-term):
3189         * subr.el (selective-display):
3190         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3191         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3192         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3193         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3194         (speedbar-remove-localized-speedbar-support)
3195         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3196         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3197         (speedbar-buffers-line-directory):
3198         * simple.el (shell-command-on-region, append-to-buffer)
3199         (prepend-to-buffer):
3200         * shadowfile.el (shadow-save-todo-file):
3201         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3202         (scroll-bar-maybe-set-window-start):
3203         * sb-image.el (speedbar-image-dump):
3204         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3205         (load-save-place-alist-from-file):
3206         * ps-samp.el (ps-print-message-from-summary):
3207         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3208         (ps-background-image, ps-begin-job, ps-do-despool):
3209         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3210         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3211         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3212         (pr-call-process, pr-file-list, pr-interface-save):
3213         * novice.el (disabled-command-function)
3214         (enable-command, disable-command):
3215         * mouse.el (mouse-buffer-menu-alist):
3216         * mouse-copy.el (mouse-kill-preserving-secondary):
3217         * macros.el (kbd-macro-query):
3218         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3219         * informat.el (batch-info-validate):
3220         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3221         * hippie-exp.el (try-expand-dabbrev-visible):
3222         * help-mode.el (help-make-xrefs):
3223         * help-fns.el (describe-variable):
3224         * generic-x.el (bat-generic-mode-run-as-comint):
3225         * finder.el (finder-mouse-select):
3226         * find-dired.el (find-dired-sentinel):
3227         * filesets.el (filesets-file-close):
3228         * files.el (list-directory):
3229         * faces.el (list-faces-display, describe-face):
3230         * facemenu.el (list-colors-display):
3231         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3232         * epg.el (epg--process-filter, epg-cancel):
3233         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3234         (epa--read-signature-type):
3235         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3236         (emerge-file-names):
3237         * ehelp.el (electric-helpify):
3238         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3239         * ediff-vers.el (rcs-ediff-view-revision):
3240         * ediff-util.el (ediff-setup):
3241         * ediff-mult.el (ediff-append-custom-diff):
3242         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3243         (ediff-wordify):
3244         * echistory.el (Electric-command-history-redo-expression):
3245         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3246         * disp-table.el (describe-display-table):
3247         * dired.el (dired-find-buffer-nocreate):
3248         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3249         * dabbrev.el (dabbrev--same-major-mode-p):
3250         * chistory.el (list-command-history):
3251         * apropos.el (apropos-documentation):
3252         * allout.el (allout-obtain-passphrase):
3253         (allout-copy-exposed-to-buffer):
3254         (allout-verify-passphrase): Use with-current-buffer.
3256 2009-11-13  Glenn Morris  <rgm@gnu.org>
3258         * Makefile.in (ELCFILES): Regenerate.
3260 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
3262         * net/dbus.el (dbus-registered-objects-table): Rename from
3263         `dbus-registered-functions-table', because it contains also properties.
3264         (dbus-unregister-object): Unregister also properties.
3265         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3266         Use a timeout of 500 msec, in order to not block.
3267         (dbus-register-property, dbus-property-handler): New defuns.
3269 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3271         * simple.el (minibuffer-default-add-completions): Drop deprecated
3272         4th arg.
3274 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
3276         * textmodes/artist.el (artist-mouse-choose-operation):
3277         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3278         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3279         (artist-compute-up-event-key): New function.
3280         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3282 2009-11-13  Kenichi Handa  <handa@m17n.org>
3284         * language/japan-util.el: Make sure that the value of jisx0208
3285         property is jisx0208 character.
3287 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
3289         * international/mule.el (auto-coding-regexp-alist): Only purecopy
3290         car or each item, not the whole list.
3292 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3294         * minibuffer.el (minibuffer-completion-help):
3295         Use minibuffer-hide-completions.
3297 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
3299         * dired.el (dired-save-positions, dired-restore-positions): New funs.
3300         (dired-revert): Use them (bug#4880).
3302 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
3304         * tooltip.el (tooltip-frame-parameters): Undo previous change.
3306 2009-11-12  Juri Linkov  <juri@jurta.org>
3308         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3309         New functions.
3310         (find-file-literally-at-point): Alias of `ffap-literally'.
3312 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
3314         * textmodes/ispell.el (ispell-skip-region-alist):
3315         * textmodes/css-mode.el (auto-mode-alist):
3316         * progmodes/compile.el (auto-mode-alist):
3317         * international/mule.el (ctext-non-standard-encodings-alist)
3318         (ctext-non-standard-encodings-regexp):
3319         * simple.el (shell-command-switch, text-read-only):
3320         * replace.el (occur-mode-map):
3321         * paths.el (rmail-file-name):
3322         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3323         * find-file.el (ff-special-constructs):
3324         * files.el (file-name-handler-alist):
3325         * composite.el: Purecopy strings.
3327         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3329 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
3331         * widget.el (define-widget): Purecopy the docstring.
3332         * international/mule-cmds.el (charset): Do not purecopy the
3333         docstring here, define-widget does it.
3335         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3336         * textmodes/bibtex-style.el (auto-mode-alist):
3337         * progmodes/inf-lisp.el (inferior-lisp-prompt):
3338         * progmodes/compile.el (compile-command):
3339         * language/korea-util.el (default-korean-keyboard):
3340         * international/mule-conf.el (file-coding-system-alist):
3341         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3342         * tooltip.el (tooltip-frame-parameters):
3343         * newcomment.el (comment-end, comment-padding):
3344         * dired.el (dired-trivial-filenames):
3345         * comint.el (comint-file-name-prefix): Purecopy initial values.
3347 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
3349         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3350         (tramp-advice-minibuffer-electric-tilde): Unload advices via
3351         `tramp-unload'.
3352         (tramp-advice-make-auto-save-file-name)
3353         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3354         after removing the advice.
3356 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
3358         * progmodes/grep.el (grep-regexp-alist):
3359         * international/mule-cmds.el (iso-2022-control-alist):
3360         * emacs-lisp/timer.el (timer-duration-words):
3361         * subr.el (version-separator, version-regexp-alist):
3362         * minibuffer.el (completion-styles-alist):
3363         * faces.el (face-attribute-name-alist, list-faces-sample-text):
3364         Change defvars to defconsts.
3366         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3367         * loadup.el ("international/mule-conf"): Load the byte compiled version.
3368         * international/mule-conf.el: Allow to be byte compiled.
3370         * international/mule.el (define-charset): Purecopy props.
3371         (load-with-code-conversion): Purecopy doc string and file name.
3372         (put-charset-property): Purecopy strings.
3373         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3375         * international/mule-cmds.el (register-input-method): Purecopy arguments.
3376         (define-char-code-property): Correctly purecopy the table.
3378         * international/ccl.el (define-ccl-program): Purecopy the docstring.
3380         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3382         * subr.el (add-hook): Purecopy strings.
3383         (eval-after-load): Purecopy load-history-regexp and the form.
3385         * custom.el (custom-declare-group): Purecopy load-file-name.
3387         * subr.el (menu-bar-separator): New defconst.
3388         * net/eudc.el (eudc-tools-menu):
3389         * international/mule-cmds.el (set-coding-system-map)
3390         (mule-menu-keymap):
3391         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3392         * vc-hooks.el (vc-menu-map):
3393         * replace.el (occur-mode-map):
3394         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
3395         (menu-bar-edit-menu, menu-bar-goto-menu)
3396         (menu-bar-custom-menu, menu-bar-showhide-menu)
3397         (menu-bar-options-menu, menu-bar-tools-menu)
3398         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
3399         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
3400         (menu-bar-help-menu):
3401         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
3402         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
3404         * term/x-win.el (x-gtk-stock-map):
3405         * progmodes/vera-mode.el (auto-mode-alist):
3406         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3407         (inferior-lisp-program, inferior-lisp-load-command):
3408         * progmodes/hideshow.el (hs-special-modes-alist):
3409         * progmodes/gud.el (same-window-regexps):
3410         * progmodes/grep.el (grep-program, find-program, xargs-program):
3411         * net/telnet.el (same-window-regexps):
3412         * net/rlogin.el (same-window-regexps):
3413         * language/ethiopic.el (font-ccl-encoder-alist):
3414         * vc-sccs.el (vc-sccs-master-templates):
3415         * vc-rcs.el (vc-rcs-master-templates):
3416         * subr.el (cl-assertion-failed):
3417         * simple.el (next-error-overlay-arrow-position):
3418         * lpr.el (lpr-command):
3419         * locate.el (locate-ls-subdir-switches):
3420         * info.el (same-window-regexps, info)
3421         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3422         * image-mode.el (image-mode, auto-mode-alist):
3423         * hippie-exp.el (hippie-expand-ignore-buffers):
3424         * format.el (format-alist):
3425         * find-dired.el (find-ls-subdir-switches, find-grep-options)
3426         (find-name-arg):
3427         * facemenu.el (facemenu-keybindings):
3428         * dired.el (dired-listing-switches, dired-chown-program):
3429         * diff.el (diff-switches, diff-command):
3430         * cus-edit.el (same-window-regexps):
3431         * bindings.el (mode-line-mule-info)
3432         (mode-line-buffer-identification): Purecopy strings.
3434 2009-11-11  Juri Linkov  <juri@jurta.org>
3436         * simple.el (dired-get-filename) <declare-function>:
3437         Tell the byte-compiler about dired-get-filename.
3438         (shell-command): In Dired mode, get filename from the current line
3439         as the default value.
3441 2009-11-10  Glenn Morris  <rgm@gnu.org>
3443         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
3444         * calendar/holidays.el, progmodes/cperl-mode.el:
3445         Update x-popup-menu declarations.
3447         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
3448         (list-load-path-shadows): Use dolist.
3449         (list-load-path-shadows): Use with-current-buffer.
3451 2009-11-10  Juri Linkov  <juri@jurta.org>
3453         * minibuffer.el (read-file-name): Support a list of default values
3454         in `default-filename'.  Use the first file name where only one
3455         element is required.  Doc fix.
3457 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
3459         * net/dbus.el (dbus-unregister-object): Release service, if no
3460         other method is registered for it.
3462 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
3464         * bookmark.el (bookmark-completing-read): Sort bookmark names if
3465         bookmark-sort-flag is non-nil (Bug#4653).
3467 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
3469         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
3470         the progress reporter entirely.
3472         * emulation/cua-base.el: Add CUA property to some CC mode commands
3473         (Bug#4100).
3475 2009-11-08  Kevin Ryde  <user42@zip.com.au>
3477         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
3478         at end of sentence (Bug#4818).
3480 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
3482         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3483         Handle "see declaration of" MSFT statements (Bug#4100).
3485 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
3487         * net/tramp.el (tramp-advice-make-auto-save-file-name)
3488         (tramp-advice-file-expand-wildcards): Unload via
3489         `ad-remove-advice'.
3491         * net/trampver.el: Update release number.
3493 2009-11-08  Kevin Ryde  <user42@zip.com.au>
3495         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
3496         `ad-do-it'.
3498 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
3500         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
3501         in order to keep context in SELinux.
3503 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
3505         * dired-aux.el (dired-query): Place cursor in echo area and allow
3506         C-g.
3508         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
3509         menu item if not on a directory (Bug#4701).
3511 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
3513         Sync with Tramp 2.1.17.
3515         * net/tramp.el (tramp-handle-copy-directory): Don't use
3516         `file-remote-p' (due to compatibility).
3518         * net/tramp-compat.el (tramp-compat-copy-directory)
3519         (tramp-compat-delete-directory): New defuns.
3521         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3522         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
3523         `tramp-compat-delete-directory'.
3525         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3526         (tramp-smb-handle-delete-directory): Use
3527         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
3529         * net/trampver.el: Update release number.
3531 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
3533         * tar-mode.el (tar-copy): Call write-region on the right buffer
3534         (Bug#4857).
3536         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
3537         by hand, if necessary (Bug#4878).
3539 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
3541         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
3542         align size column (Bug#4839).
3544         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
3545         statement.
3547 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3549         * progmodes/ld-script.el (auto-mode-alist):
3550         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
3552         * cus-face.el (custom-declare-face): Purecopy face spec.
3554 2009-11-06  Kenichi Handa  <handa@m17n.org>
3556         * international/uni-bidi.el: Re-generated.
3557         * international/uni-category.el: Re-generated.
3558         * international/uni-combining.el: Re-generated.
3559         * international/uni-mirrored.el: Re-generated.
3561 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3563         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
3564         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
3565         (tex-start-options, slitex-run-command, latex-run-command)
3566         (tex-run-command, tex-directory):
3567         * textmodes/ispell.el (ispell-html-skip-alists)
3568         (ispell-tex-skip-alists, ispell-tex-skip-alists):
3569         * textmodes/fill.el (adaptive-fill-first-line-regexp):
3570         (adaptive-fill-regexp):
3571         * textmodes/dns-mode.el (auto-mode-alist):
3572         * progmodes/python.el (interpreter-mode-alist):
3573         * progmodes/etags.el (tags-compression-info-list):
3574         * progmodes/etags.el (tags-file-name):
3575         * net/browse-url.el (browse-url-galeon-program)
3576         (browse-url-firefox-program):
3577         * mail/sendmail.el (mail-signature-file)
3578         (mail-citation-prefix-regexp):
3579         * international/mule-conf.el (eight-bit):
3580         * international/latexenc.el (latex-inputenc-coding-alist):
3581         * international/fontset.el (x-pixel-size-width-font-regexp):
3582         * emacs-lisp/warnings.el (warning-type-format):
3583         * emacs-lisp/trace.el (trace-buffer):
3584         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
3585         (emacs-lisp-mode-map):
3586         * calendar/holidays.el (holiday-solar-holidays)
3587         (holiday-bahai-holidays, holiday-islamic-holidays)
3588         (holiday-christian-holidays, holiday-hebrew-holidays)
3589         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
3590         (hebrew-holidays-1, holiday-oriental-holidays)
3591         (holiday-general-holidays):
3592         * x-dnd.el (x-dnd-known-types):
3593         * tool-bar.el (tool-bar):
3594         * startup.el (site-run-file):
3595         * shell.el (shell-dumb-shell-regexp):
3596         * rfn-eshadow.el (file-name-shadow-tty-properties)
3597         (file-name-shadow-properties):
3598         * paths.el (remote-shell-program, news-directory):
3599         * mouse.el ([C-down-mouse-3]):
3600         * menu-bar.el (menu-bar-tools-menu):
3601         * jka-cmpr-hook.el (jka-compr-load-suffixes)
3602         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
3603         (jka-compr-compression-info-list):
3604         * isearch.el (search-whitespace-regexp):
3605         * image-file.el (image-file-name-extensions):
3606         * find-dired.el (find-ls-option):
3607         * files.el (directory-listing-before-filename-regexp)
3608         (directory-free-space-args, insert-directory-program)
3609         (list-directory-brief-switches, magic-fallback-mode-alist)
3610         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
3611         (automount-dir-prefix):
3612         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
3613         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
3614         (face-font-registry-alternatives, face-font-registry-alternatives)
3615         (face-font-family-alternatives):
3616         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
3617         (facemenu-foreground-menu, facemenu-face-menu):
3618         * epa-hook.el (epa-file-name-regexp):
3619         * dnd.el (dnd-protocol-alist):
3620         * textmodes/rst.el (auto-mode-alist):
3621         * button.el (default-button): Purecopy strings.
3623 2009-11-06  Glenn Morris  <rgm@gnu.org>
3625         * Makefile.in (ELCFILES): Update.
3627 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3629         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
3630         * emacs-lisp/levents.el: Move to obsolete/levents.el.
3632         * nxml/xsd-regexp.el (xsdre-gen-categories):
3633         * nxml/xmltok.el (xmltok-parse-entity):
3634         * nxml/rng-parse.el (rng-parse-validate-file):
3635         * nxml/rng-maint.el (rng-format-manual)
3636         (rng-manual-output-force-new-line):
3637         * nxml/rng-loc.el (rng-save-schema-location-1):
3638         * nxml/rng-cmpct.el (rng-c-parse-file):
3639         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
3640         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
3642 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
3644         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
3645         Remove extra save-excursions and make-variable-buffer-local's.
3646         Suggested by Stefan Monnier.
3648         (verilog-getopt-file, verilog-module-inside-filename-p)
3649         (verilog-set-define): Merge GNU 1.35 and repair changes from
3650         switching to using with-current-buffer.
3652         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
3653         being treated as a number and confusing AUTORESET.
3654         Reported by Dan Dever.
3656         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
3657         Add verilog-auto-ignore-concat to fix backward compatibility with
3658         older verilog-modes.  Reported by Dan Katz.
3660         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
3661         containing closing anchors "...$".
3663         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
3664         Reported by Wade Smith.
3666         (verilog-batch-execute-func) Comment on function usage.
3668 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
3670         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
3671         for labels.
3673         (verilog-label-re, verilog-calc-1): Support proper indent of named
3674         asserts.
3676         (verilog-backward-token, verilog-basic-complete-re)
3677         (verilog-beg-of-statement, verilog-indent-re): Support proper
3678         indent of the assert statement at the beginning of a block of text.
3680         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
3681         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
3682         tokens as begins.
3684 2009-11-05  Glenn Morris  <rgm@gnu.org>
3686         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
3687         Emacs 19.  (Bug#1531)
3688         (byte-compile-fix-header): Update for the above change.
3689         Drop test for epoch::version.
3691         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
3692         * cus-dep.el (custom-make-dependencies):
3693         * finder.el (finder-compile-keywords):
3694         Use autoload-rubric's feature argument.
3696         * calendar/diary-lib.el (top-level): Make load behave more like require.
3698         * vc-git.el (vc-git-stash-map): Move definition before use.
3700 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
3702         * custom.el (custom-declare-group): Purecopy standard-value.
3703         (custom-declare-group): Purecopy custom-prefix.
3705         * international/mule.el (load-with-code-conversion):
3706         Call do-after-load-evaluation unconditionally.
3708         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
3710 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3712         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
3714 2009-11-04  Glenn Morris  <rgm@gnu.org>
3716         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
3717         (byte-compile-compatibility): Remove option.
3718         (byte-compile-close-variables, byte-compile-fix-header)
3719         (byte-compile-insert-header, byte-compile-output-docform)
3720         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
3721         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
3722         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
3723         (byte-compile-insert, byte-compile-defun):
3724         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
3725         (byte-defop-compiler19): Remove.
3726         Without byte-compile-compatibility, the 'emacs19-opcode property is not
3727         used by anything.  Replace all calls with byte-defop-compiler.
3729 2009-11-04  Juri Linkov  <juri@jurta.org>
3731         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
3732         (menu-bar-options-menu): Don't quote the `prop' arg of
3733         `menu-bar-make-mm-toggle'.
3735 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
3737         * calendar/calendar.el (cal-loaddefs):
3738         * calendar/diary-lib.el (diary-loaddefs):
3739         * calendar/holidays.el (hol-loaddefs):
3740         * eshell/esh-module.el (esh-groups): Load rather than require.
3742 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3744         * calendar/todo-mode.el (todo-add-category): Don't hardcode
3745         point-min==1.
3746         (todo-top-priorities): Only display-buffer when called interactively.
3747         (todo-item-start): Don't save excursion point.
3748         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
3749         (todo-insert-item-here, todo-file-item, todo-remove-item):
3750         Adjust uses of todo-item-start and todo-item-end.
3752         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
3753         (autoload-rubric): Don't use any more.
3754         * cedet/semantic/fw.el (semantic/loaddefs):
3755         * cedet/srecode.el (srecode/loaddefs):
3756         * cedet/ede.el (ede/loaddefs): Load rather than require.
3757         * cedet/ede/cpp-root.el:
3758         * cedet/ede/emacs.el:
3759         * cedet/ede/files.el:
3760         * cedet/ede/linux.el:
3761         * cedet/ede/locate.el:
3762         * cedet/ede/make.el:
3763         * cedet/ede/shell.el:
3764         * cedet/ede/speedbar.el:
3765         * cedet/ede/system.el:
3766         * cedet/ede/util.el:
3767         * cedet/semantic/analyze.el:
3768         * cedet/semantic/bovine.el:
3769         * cedet/semantic/complete.el:
3770         * cedet/semantic/ctxt.el:
3771         * cedet/semantic/db-file.el:
3772         * cedet/semantic/db-find.el:
3773         * cedet/semantic/db-global.el:
3774         * cedet/semantic/db-mode.el:
3775         * cedet/semantic/db-typecache.el:
3776         * cedet/semantic/db.el:
3777         * cedet/semantic/debug.el:
3778         * cedet/semantic/dep.el:
3779         * cedet/semantic/doc.el:
3780         * cedet/semantic/edit.el:
3781         * cedet/semantic/find.el:
3782         * cedet/semantic/format.el:
3783         * cedet/semantic/html.el:
3784         * cedet/semantic/ia-sb.el:
3785         * cedet/semantic/ia.el:
3786         * cedet/semantic/idle.el:
3787         * cedet/semantic/lex-spp.el:
3788         * cedet/semantic/lex.el:
3789         * cedet/semantic/mru-bookmark.el:
3790         * cedet/semantic/scope.el:
3791         * cedet/semantic/senator.el:
3792         * cedet/semantic/sort.el:
3793         * cedet/semantic/symref.el:
3794         * cedet/semantic/tag-file.el:
3795         * cedet/semantic/tag-ls.el:
3796         * cedet/semantic/tag-write.el:
3797         * cedet/semantic/tag.el:
3798         * cedet/semantic/util-modes.el:
3799         * cedet/semantic/analyze/complete.el:
3800         * cedet/semantic/analyze/refs.el:
3801         * cedet/semantic/bovine/c.el:
3802         * cedet/semantic/bovine/gcc.el:
3803         * cedet/semantic/bovine/make.el:
3804         * cedet/semantic/bovine/scm.el:
3805         * cedet/semantic/decorate/include.el:
3806         * cedet/semantic/decorate/mode.el:
3807         * cedet/semantic/symref/cscope.el:
3808         * cedet/semantic/symref/global.el:
3809         * cedet/semantic/symref/grep.el:
3810         * cedet/semantic/symref/idutils.el:
3811         * cedet/semantic/symref/list.el:
3812         * cedet/semantic/wisent/java-tags.el:
3813         * cedet/semantic/wisent/javascript.el:
3814         * cedet/srecode/compile.el:
3815         * cedet/srecode/cpp.el:
3816         * cedet/srecode/document.el:
3817         * cedet/srecode/el.el:
3818         * cedet/srecode/expandproto.el:
3819         * cedet/srecode/getset.el:
3820         * cedet/srecode/insert.el:
3821         * cedet/srecode/java.el:
3822         * cedet/srecode/map.el:
3823         * cedet/srecode/mode.el:
3824         * cedet/srecode/template.el:
3825         * cedet/srecode/texi.el: Remove the file-local setting of
3826         generated-autoload-feature.
3828         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
3829         and only put a prop if it is non-nil.
3831 2009-11-03  Juri Linkov  <juri@jurta.org>
3833         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
3834         (menu-bar-options-menu): Fix list quoting (Bug#4429).
3836         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
3837         and "Menu" to make top-level menu item visually one unit (like
3838         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
3839         multi-word menu items).  Fix :help string for quit-window.
3841 2009-11-03  Glenn Morris  <rgm@gnu.org>
3843         * cedet/mode-local.el (with-mode-local): Doc fix.
3845         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
3846         (byte-compile-file-form-define-abbrev-table)
3847         (byte-compile-file-form-custom-declare-variable)
3848         (byte-compile-variable-ref, byte-compile-defvar):
3849         Whether or not a warning is enabled should only affect whether we issue
3850         the warning, not whether or not we collect the relevant data.
3851         Eg warnings can be turned on and off throughout the course of a file.
3853         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
3854         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
3856 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3858         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
3859         * play/mpuz.el (mpuz-create-buffer):
3860         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
3861         (lm-print-y,s,noise, lm-print-w0, lm-init):
3862         * play/gomoku.el (gomoku-prompt-for-move):
3863         * play/fortune.el (fortune-in-buffer):
3864         * play/dissociate.el (dissociated-press):
3865         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
3866         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
3867         * mail/supercite.el (sc-eref-show):
3868         * mail/smtpmail.el (smtpmail-send-it):
3869         * mail/rmailsum.el (rmail-summary-next-labeled-message)
3870         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
3871         (rmail-summary-undelete-many, rmail-summary-rmail-update)
3872         (rmail-summary-goto-msg, rmail-summary-expunge)
3873         (rmail-summary-get-new-mail, rmail-summary-search-backward)
3874         (rmail-summary-add-label, rmail-summary-output-menu)
3875         (rmail-summary-output-body):
3876         * mail/rfc822.el (rfc822-addresses):
3877         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
3878         * mail/mailpost.el (post-mail-send-it):
3879         * mail/hashcash.el (hashcash-generate-payment):
3880         * mail/feedmail.el (feedmail-run-the-queue)
3881         (feedmail-queue-send-edit-prompt-help-first)
3882         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
3883         (feedmail-deduce-address-list):
3884         * eshell/esh-ext.el (eshell-remote-command):
3885         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
3886         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
3887         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
3888         (viper-save-string-in-file, viper-valid-marker):
3889         * emulation/viper-keym.el (viper-toggle-key):
3890         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
3891         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
3892         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
3893         * emulation/viper-cmd.el (viper-exec-form-in-vi)
3894         (viper-exec-form-in-emacs, viper-brac-function):
3895         * emulation/viper.el (viper-delocalize-var):
3896         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
3897         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
3898         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
3899         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
3900         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
3901         * emulation/edt.el (edt-electric-helpify):
3902         * emulation/cua-rect.el (cua--rectangle-aux-replace):
3903         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
3904         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
3905         (cua-indent-to-global-mark-column):
3906         * calendar/diary-lib.el (calendar-mark-1):
3907         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
3908         Use with-current-buffer.
3909         * emulation/viper.el (viper-delocalize-var): Use dolist.
3911 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
3913         * comint.el (comint-replace-by-expanded-history-before-point):
3914         Replace !! with the previous input string literally (Bug#1795).
3916 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
3918         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
3919         to be made up of whitespace.
3921 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
3923         * minibuffer.el (read-file-name): Don't use file dialogs for
3924         remote directories (Bug#99).
3926 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
3928         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
3930 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
3932         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
3933         instead of deleting the window or frame.
3935 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
3937         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
3938         Support face colors.
3940         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
3941         New function.  Support face colors (Bug#1168).
3942         (tex-common-initialization): Use it.
3944         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
3945         mode allows it (Bug#1168).
3947 2009-10-31  Juri Linkov  <juri@jurta.org>
3949         * facemenu.el (list-colors-display): Don't mark buffer as
3950         modified (Bug#3948).
3952 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
3954         * international/mule-diag.el (list-character-sets-1): Minor
3955         message fix (Bug#3526).
3957         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
3958         face property (Bug#4834).
3959         (etags-list-tags, etags-tags-apropos-additional)
3960         (etags-tags-apropos, tags-select-tags-table): Add follow-link
3961         property.
3963         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
3964         items.
3966         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
3967         items.
3969         * cedet/ede.el (ede-minor-mode):
3970         * cedet/semantic.el (semantic-mode): Toggle menu separators.
3972 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3974         * textmodes/two-column.el (2C-split):
3975         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
3976         * textmodes/tex-mode.el (tex-set-buffer-directory):
3977         * textmodes/spell.el (spell-region, spell-string):
3978         * textmodes/reftex.el (reftex-erase-buffer):
3979         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
3980         * textmodes/reftex-toc.el (reftex-toc-promote-action):
3981         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
3982         (reftex-select-item):
3983         * textmodes/reftex-ref.el (reftex-label-info-update)
3984         (reftex-offer-label-menu):
3985         * textmodes/reftex-index.el (reftex-index-change-entry)
3986         (reftex-index-phrases-info):
3987         * textmodes/reftex-global.el (reftex-create-tags-file)
3988         (reftex-save-all-document-buffers, reftex-ensure-write-access):
3989         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
3990         (reftex-view-crossref-from-bibtex):
3991         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
3992         (reftex-extract-bib-entries-from-thebibliography)
3993         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
3994         * textmodes/refbib.el (r2b-capitalize-title):
3995         (r2b-convert-buffer, r2b-help):
3996         * textmodes/page-ext.el (pages-directory)
3997         (pages-directory-goto-with-mouse):
3998         * textmodes/bibtex.el (bibtex-validate-globally):
3999         * textmodes/bib-mode.el (bib-capitalize-title):
4000         * textmodes/artist.el (artist-clear-buffer, artist-system):
4001         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4002         (local-set-scheme-interaction-buffer, xscheme-process-filter)
4003         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4004         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4005         (xscheme-send-control-g-interrupt, xscheme-start-process)
4006         (xscheme-process-sentinel, xscheme-cd):
4007         * progmodes/verilog-mode.el (verilog-read-always-signals)
4008         (verilog-set-define, verilog-getopt-file)
4009         (verilog-module-inside-filename-p):
4010         * progmodes/sh-script.el:
4011         * progmodes/python.el (python-pdbtrack-get-source-buffer)
4012         (python-pdbtrack-grub-for-buffer, python-execute-file):
4013         * progmodes/octave-inf.el (inferior-octave):
4014         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4015         (idlwave-shell-compile-helper-routines, idlwave-set-local)
4016         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4017         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4018         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4019         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4020         (idlwave-shell-filter, idlwave-shell-examine-highlight)
4021         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4022         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4023         (idlwave-shell-examine-display, idlwave-shell-run-region)
4024         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4025         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4026         * progmodes/idlw-help.el (idlwave-help-get-special-help)
4027         (idlwave-help-get-help-buffer):
4028         * progmodes/gud.el (gud-basic-call, gud-find-class)
4029         (gud-tooltip-activate-mouse-motions-if-enabled):
4030         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4031         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4032         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4033         (ebrowse-tags-next-file):
4034         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4035         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4036         (ebnf-eps-finish-and-write):
4037         * progmodes/cpp.el (cpp-edit-save):
4038         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4039         * progmodes/cc-defs.el (c-emacs-features):
4040         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4041         (antlr-directory-dependencies):
4042         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4043         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4044         (ada-find-any-references, ada-make-filename-from-adaname)
4045         (ada-make-body-gnatstub):
4046         * obsolete/rnews.el (news-list-news-groups):
4047         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4048         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4049         * net/rcirc.el (rcirc-debug):
4050         * net/newst-treeview.el (newsticker--treeview-list-add-item)
4051         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4052         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4053         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4054         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4055         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4056         (newsticker--treeview-list-clear-highlight)
4057         (newsticker--treeview-list-update-highlight)
4058         (newsticker--treeview-list-highlight-start)
4059         (newsticker--treeview-tree-update-highlight)
4060         (newsticker--treeview-get-selected-item)
4061         (newsticker-treeview-mark-list-items-old)
4062         (newsticker--treeview-set-current-node):
4063         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4064         * net/newst-backend.el (newsticker--get-news-by-funcall)
4065         (newsticker--get-news-by-wget, newsticker--image-get)
4066         (newsticker--image-sentinel):
4067         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4068         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4069         (eudc-ph-close-session):
4070         * net/eudc.el (eudc-save-options):
4071         * language/thai-word.el (thai-update-word-table):
4072         * language/japan-util.el (japanese-string-conversion):
4073         * international/titdic-cnv.el (tsang-quick-converter)
4074         (ziranma-converter, ctlau-converter):
4075         * international/mule-cmds.el (describe-language-environment):
4076         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4077         (skkdic-convert-postfix, skkdic-convert-prefix):
4078         (skkdic-convert-okuri-nasi, skkdic-convert):
4079         * emacs-lisp/re-builder.el (reb-update-overlays):
4080         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4081         * emacs-lisp/gulp.el (gulp-send-requests):
4082         * emacs-lisp/find-gc.el (trace-call-tree):
4083         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4084         (eieio-describe-generic):
4085         * emacs-lisp/eieio-base.el (eieio-persistent-read):
4086         * emacs-lisp/edebug.el (edebug-outside-excursion):
4087         * emacs-lisp/debug.el (debugger-make-xrefs):
4088         * emacs-lisp/cust-print.el (custom-prin1-to-string):
4089         * emacs-lisp/chart.el (chart-new-buffer):
4090         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4091         Use with-current-buffer.
4092         * textmodes/artist.el (artist-system): Don't call
4093         copy-sequence on a fresh string.
4094         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4096 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
4098         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4099         is no item to edit.  (Bug#4820)
4100         (todo-top-priorities): Restore point and restore narrowing in Todo
4101         buffer.  (Bug#4820)
4103 2009-10-31  Glenn Morris  <rgm@gnu.org>
4105         * net/ange-ftp.el (top-level): Don't require dired when compiling.
4106         (comint-last-output-start, comint-last-input-start)
4107         (comint-last-input-end): Don't defvar when compiling.
4108         (ange-ftp-process-file): Use bound-and-true-p.
4110         * pcmpl-rpm.el (top-level): Move provide statement to end.
4111         (pcmpl-rpm): Remove unused custom group.
4113         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4115         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4117         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4118         (byte-compile-warnings): Add `constants' as an option.
4119         (byte-compile-callargs-warn, byte-compile-arglist-warn)
4120         (display-call-tree): Update for byte-compile-fdefinition possibly
4121         returning `(macro lambda ...)'.  (Bug#4778)
4122         (byte-compile-variable-ref, byte-compile-setq-default):
4123         Respect `constants' member of byte-compile-warnings.
4125         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4126         Use mapc rather than mapcar because the return value is never used.
4128         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4129         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4130         * cedet/semantic/html.el:
4131         Suppress harmless warnings about setting up semantic-imenu (not
4132         part of Emacs) variables.
4134 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4136         * vc-bzr.el (vc-bzr-revision-keywords): New var.
4137         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4138         to "submit:".
4140         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4141         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4142         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4143         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4144         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4145         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4146         (semantic-analyzer-debug-global-symbol)
4147         (semantic-analyzer-debug-missing-innertype)
4148         (semantic-analyzer-debug-insert-include-summary):
4149         * cedet/semantic/util.el (semantic-file-tag-table):
4150         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4151         (semantic-recursive-find-nonterminal-by-name):
4152         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4153         * cedet/semantic/tag-file.el (semantic-prototype-file):
4154         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4155         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4156         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4157         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4158         (semantic-idle-summary-maybe-highlight):
4159         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4160         (semantic-ia-sb-tag-info):
4161         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4162         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4163         * cedet/semantic/ede-grammar.el (project-compile-target):
4164         (ede-proj-makefile-insert-variables):
4165         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4166         (semantic-debug-set-source-location, semantic-debug-interface-layout)
4167         (semantic-debug-mode, semantic-debug):
4168         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4169         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4170         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4171         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4172         (semanticdb-find-translate-path-includes--internal)
4173         (semanticdb-reset-log, semanticdb-find-log-activity):
4174         * cedet/semantic/db-file.el (object-write):
4175         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4176         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4177         (semanticdb-create-ebrowse-database):
4178         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4179         * cedet/semantic/complete.el (semantic-displayor-focus-request)
4180         (semantic-collector-calculate-completions-raw)
4181         (semantic-complete-read-tag-analyzer):
4182         * cedet/semantic/analyze.el (semantic-analyze-pulse):
4183         * cedet/ede/util.el (ede-update-version-in-source):
4184         * cedet/ede/proj.el (project-delete-target):
4185         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4186         (ede-proj-flush-autoconf):
4187         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4188         (ede-proj-configure-synchronize):
4189         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4190         * cedet/ede/linux.el (ede-linux-version):
4191         * cedet/ede/emacs.el (ede-emacs-version):
4192         * cedet/ede/dired.el (ede-dired-add-to-target):
4193         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4194         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4195         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4196         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4197         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4198         (cedet-idutils-version-check):
4199         * cedet/cedet-global.el (cedet-gnu-global-call):
4200         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4201         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4202         * cedet/cedet-cscope.el (cedet-cscope-call)
4203         (cedet-cscope-expand-filename, cedet-cscope-version-check):
4204         Use with-current-buffer.
4205         * cedet/ede.el (ede-make-project-local-variable)
4206         (ede-set-project-variables, ede-set): Use dolist.
4208 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
4210         * textmodes/ispell.el (ispell-skip-region-alist):
4211         * international/mule-conf.el (eight-bit):
4212         * international/fontset.el (font-encoding-alist):
4213         * startup.el (pure-space-overflow-message):
4214         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4215         * paths.el (gnus-nntp-service, rmail-spool-directory)
4216         (term-file-prefix):
4217         * files.el (save-some-buffers-action-alist):
4218         * cmuscheme.el (same-window-buffer-names):
4219         * ielm.el (same-window-buffer-names):
4220         * shell.el (same-window-buffer-names):
4221         * mail/sendmail.el (same-window-buffer-names):
4222         * progmodes/inf-lisp.el (same-window-buffer-names):
4223         * bindings.el (mode-line-client)
4224         (mode-line-column-line-number-mode-map):
4225         * language/tibetan.el (tibetan-precomposition-rule-regexp)
4226         (tibetan-precomposed-regexp): Purecopy string arguments.
4228 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4230         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4231         (calcDigit-nondigit):
4232         * calc/calc-yank.el (calc-copy-to-buffer):
4233         * calc/calc-units.el (calc-invalidate-units-table):
4234         * calc/calc-trail.el (calc-trail-yank):
4235         * calc/calc-store.el (calc-insert-variables):
4236         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4237         * calc/calc-prog.el (calc-read-parse-table):
4238         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4239         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4240         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4241         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4242         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4243         (calc-graph-name, calc-graph-find-command, calc-graph-view)
4244         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4245         * calc/calc-ext.el (calc-realign):
4246         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4247         (calc-embedded-finish-edit, calc-embedded-make-info)
4248         (calc-embedded-finish-command, calc-embedded-stack-change):
4249         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4251         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4252         (overload-docstring-extension): Use that info.
4253         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4254         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4255         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4256         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4257         (semantic-nonterminal-full-name): Add the new `when' info.
4258         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4259         `assert'.
4261         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4262         shell-dynamic-complete-filename in preference to
4263         comint-dynamic-complete-filename.
4265         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4266         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4267         Don't consider whether the display supports colors.
4268         (bookmark-import-new-list): Use dolist.
4269         (bookmark-bmenu-mode-map): Move initialization into declaration.
4270         (bookmark-bmenu-list): Use dolist, simplify.
4271         (bookmark-show-all-annotations): Use save-selected-window and dolist.
4272         (menu-bar-final-items): Use push.
4274 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
4276         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4277         it works on remote files.
4278         (vc-hg-diff): Don't pass any `--cwd' argument.
4280 2009-10-27  Kevin Ryde  <user42@zip.com.au>
4282         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4283         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4284         (Further to Bug#3921).
4286 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
4288         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4289         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4290         calling `tramp-imap-put-file'.  Add file size to the call.
4291         (tramp-imap-get-file-entries): Compute also user name, file size,
4292         and date.
4293         (tramp-imap-handle-insert-directory): Insert uid and gid.
4294         (tramp-imap-handle-file-attributes): Transform uid and gid
4295         according to `id-format'.
4296         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
4297         size in header X-Size.
4299 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
4301         * simple.el (transpose-subr): Give clearer error when the mark
4302         is not set.  (Bug#4807)
4304 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
4306         * net/tramp.el (tramp-perl-file-truename): New defconst.
4307         Perl code contributed by yary <not.com@gmail.com> (tiny change).
4308         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4309         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4310         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4312         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4313         Ignore `dired-call-process'.
4314         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4316 2009-10-26  Julian Scheid  <julians37@gmail.com>
4318         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4319         (tramp-get-remote-readlink): New defun.
4320         (tramp-handle-file-truename): Use it.
4321         (tramp-handle-file-exists-p): Check file-attributes cache, assume
4322         file exists if cache value present.
4323         (tramp-check-cached-permissions) New defun.
4324         (tramp-handle-file-readable-p): Use it.
4325         (tramp-handle-file-writable-p): Likewise.
4326         (tramp-handle-file-executable-p): Likewise.
4327         (tramp-handle-file-name-all-completions): Try using Perl to get
4328         partial completions.  When perl not available, combine `cd' and
4329         `ls' into single remote operation and use shell expansion to get
4330         partial remote directory contents.  Set `file-exists-p' cache for
4331         directory and any files returned by ls.  Change cache handling to
4332         support partial directory contents.  Use error message emitted by
4333         remote `cd' or Perl code for local tramp-error.
4334         (tramp-do-copy-or-rename-file-directly): Avoid separate
4335         tramp-send-command-and-check call.
4336         (tramp-handle-process-file): Merge three remote ops into one.
4337         Do not flush all caches when `process-file-side-effects' is set.
4338         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4339         file-attributes shows uid/gid to be set already.
4341 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
4343         * textmodes/tex-mode.el (tex-dvi-view-command)
4344         (tex-show-queue-command, tex-open-quote):
4345         * progmodes/ruby-mode.el (auto-mode-alist)
4346         (interpreter-mode-alist): Purecopy strings.
4348         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4350         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4351         string for the hook, keymap and abbrev table.
4353         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4355         * x-dnd.el (x-dnd-xdnd-to-action):
4356         * startup.el (fancy-startup-text, fancy-about-text): Change to
4357         defconst from defvar.
4359         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4361         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4362         Purecopy initialization strings.
4364         * mail/sendmail.el (mail-header-separator)
4365         (mail-personal-alias-file):
4366         * mail/rmail.el (rmail-default-dont-reply-to-names)
4367         (rmail-ignored-headers, rmail-retry-ignored-headers)
4368         (rmail-highlighted-headers, rmail-secondary-file-directory)
4369         (rmail-secondary-file-regexp):
4370         * files.el (null-device, file-name-invalid-regexp)
4371         (locate-dominating-stop-dir-regexp)
4372         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
4373         (interpreter-mode-alist): Use mapcar instead of mapc.
4375         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4377         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4378         (completion-ignored-extensions):
4379         (debug-ignored-errors): Purecopy strings.
4381 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4383         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4384         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4385         (pcomplete--here): Use push.
4387         * subr.el (all-completions): Declare the 4th arg obsolete.
4389 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4391         * pcomplete.el (pcomplete-unquote-argument-function): New var.
4392         (pcomplete-unquote-argument): New function.
4393         (pcomplete--common-suffix): Always pay attention to case.
4394         (pcomplete--table-subvert): Quote and unquote the text.
4395         (pcomplete--common-quoted-suffix): New function.
4396         (pcomplete-std-complete): Use it and pcomplete-begin.
4398         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
4399         we're inside a dedicated or minibuffer window.
4401 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4403         * cedet/semantic/fw.el (semantic-alias-obsolete)
4404         (semantic-varalias-obsolete): Make the `when' arg mandatory.
4405         (define-mode-overload-implementation):
4406         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
4407         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
4408         * cedet/semantic/util.el (semantic-file-token-stream)
4409         (semantic-something-to-stream):
4410         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
4411         (semantic-expand-nonterminal):
4412         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
4413         (semantic-find-dependency, semantic-find-nonterminal)
4414         (semantic-find-dependency):
4415         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
4416         (semantic-flex-text, semantic-flex-make-keyword-table)
4417         (semantic-flex-keyword-p, semantic-flex-keyword-put)
4418         (semantic-flex-keyword-get, semantic-flex-map-keywords)
4419         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
4420         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
4421         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
4422         (semantic-after-idle-scheduler-reparse-hooks):
4423         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
4424         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
4425         * cedet/semantic.el (semantic-toplevel-bovine-table)
4426         (semantic-toplevel-bovine-cache)
4427         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
4428         (semantic-init-mode-hooks, semantic-init-db-hooks)
4429         (semantic-bovination-working-type): Provide the `when' arg.
4431 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
4433         * bookmark.el: Update documentation, especially documentation
4434         of `bookmark-alist' and of the bookmark file format.
4435         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
4437 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
4439         * mail/emacsbug.el (report-emacs-bug): Clarify that the
4440         keybindings apply to the mail buffer (Bug#4003).  Shrink help
4441         window to buffer.
4443         * whitespace.el (whitespace-mode, whitespace-newline-mode)
4444         (global-whitespace-mode, global-whitespace-newline-mode)
4445         (whitespace-toggle-options, global-whitespace-toggle-options):
4446         Doc fix (Bug#3660).
4448         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
4449         of xmltok-start before the end tag was inserted (Bug#2840).
4451         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
4452         patterns that are preceded by an open-paren (Bug#1320).
4454 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
4456         * files.el (delete-directory): Delete symlinks to directories with
4457         delete-file (Bug#4739).
4459 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
4461         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
4462         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
4463         argument to make-obsolete.
4465         * cedet/semantic/fw.el (semantic-alias-obsolete)
4466         (semantic-varalias-obsolete): Add optional WHEN argument.
4468 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
4470         * vc.el (vc-backend-for-registration): Rename from
4471         vc-get-backend-for-registration.  Update callers.
4473         * international/mule-cmds.el (set-language-info-alist):
4474         Purecopy lang-env.
4475         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
4476         (charset): Purecopy the name.
4477         (define-char-code-property): Purecopy string arguments.
4479         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4480         Purecopy string arguments.
4482         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4483         * ediff-hook.el (menu-bar-ediff-menu):
4484         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
4485         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
4487 2009-10-24  Glenn Morris  <rgm@gnu.org>
4489         * comint.el (comint-dynamic-list-completions):
4490         * term.el (term-dynamic-list-completions): Use choose-completion rather
4491         than obsolete alias mouse-choose-completion.
4493         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
4494         file-cache-choose-completion.
4495         (file-cache-choose-completion): Handle an optional event argument.
4496         (file-cache-mouse-choose-completion): Make it an obsolete alias.
4498         * progmodes/octave-mod.el (octave-complete-symbol):
4499         Use choose-completion if mouse-choose-completion is ever removed.
4501         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
4502         use.
4504         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
4505         compiler.
4507         * vc-hooks.el (vc-responsible-backend): Fix declaration.
4509 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4511         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
4512         Ignore `pred' now that we receive one.
4513         Handle test-completion specially.
4515 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
4517         * vc.el (vc-responsible-backend): Throw an error if not backend is
4518         found.  Remove the REGISTER argument.  Move the code dealing with
4519         REGISTER ...
4520         (vc-get-backend-for-registration): ... here.  New function.
4521         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
4522         of vc-responsible-backend, pass the file name instead of the
4523         directory name.
4525 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4527         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
4528         New funs.
4529         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
4530         (pcomplete-comint-setup): Don't modify a global var via
4531         accidental side-effects.
4532         (pcomplete-shell-setup): Adjust call accordingly.
4533         (pcomplete-parse-comint-arguments): Use push.
4535 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
4537         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4538         Allow uncapitalized info node names (Bug#3921).
4540         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
4541         to the DEBUG file (Bug#3781).
4543 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
4545         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
4546         dictionary entry (Bug#4579).
4548 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
4550         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
4551         from `rfn-eshadow-update-overlay-hook' when unloading.
4552         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
4553         "rsyncc".  Adjust doc string.
4554         (tramp-temp-buffer-file-name) New buffer-local defvar.
4555         (tramp-handle-insert-file-contents, tramp-handle-write-region):
4556         Keep temporary file when indicated by method ("rsync" and
4557         "rsyncc").
4558         (tramp-handle-write-region): Handle APPEND.
4559         (tramp-delete-temp-file-function): New defun.  Added to
4560         `kill-buffer-hook'.
4562 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
4564         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
4566 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
4568         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
4569         (color-name-rgb-alist, tty-standard-colors)
4570         (tty-color-mode-alist): Change to defconst.
4572         * simple.el (mark-inactive): Purecopy message.
4574         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
4575         (global-map, yank-menu):
4576         * textmodes/ispell.el (ispell-menu-map):
4577         * net/eudc.el (eudc-tools-menu):
4578         * international/mule-cmds.el (describe-language-environment-map)
4579         (setup-language-environment-map, set-coding-system-map)
4580         (mule-menu-keymap):
4581         * vc-hooks.el (vc-menu-entry, vc-menu-map):
4582         * replace.el (occur-mode-map):
4583         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
4585 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
4587         * calc/calc.el (math-read-number, math-read-number-simple): Use
4588         `save-match-data'.
4590 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4592         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
4593         rather than fiddling with global-map bindings, since it should only
4594         affect per-terminal settings.
4595         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
4597         * minibuffer.el (completion-table-with-terminator): Allow to specify
4598         the terminator-regexp.
4600         * simple.el (switch-to-completions): Look for *Completions* in other
4601         frames as well.
4603         * pcomplete.el: Allow the use of completion-tables.
4604         (pcomplete-std-complete): New command.
4605         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
4606         (pcomplete--here): Use a function for `form' rather than an expression,
4607         so it can be byte-compiled.
4608         (pcomplete-here, pcomplete-here*): Adjust accordingly.
4609         Add edebug declaration.
4610         (pcomplete-show-completions): Remove unused var `curbuf'.
4611         (pcomplete-do-complete, pcomplete-stub):
4612         Don't assume `completions' is a list of strings any more.
4614 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
4616         * find-dired.el (find-name-arg): Fix typo in docstring.
4618 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4620         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
4621         (pcmpl-linux-fs-types): Same, and update to new modules layout.
4623         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
4624         pcomplete-entries.
4626         * comint.el (comint-read-input-ring, comint-write-input-ring)
4627         (comint-substitute-in-file-name)
4628         (comint-dynamic-complete-as-filename)
4629         (comint-dynamic-simple-complete)
4630         (comint-dynamic-list-filename-completions)
4631         (comint-dynamic-list-completions)
4632         (comint-redirect-results-list-from-process): Minor simplifications.
4634 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4636         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4637         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
4638         the first form.  And insert a blank line after ";;; Code" since
4639         that's usual style.  (Bug#4612)
4641         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
4643 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4645         * minibuffer.el (completion-table-with-terminator): Properly implement
4646         boundaries, in case `terminator' appears in the suffix.
4647         (completion--embedded-envvar-table): Don't return boundaries if
4648         there's no valid completion.  Simplify.
4649         (completion-file-name-table): New completion table extracted from
4650         completion--file-name-table.
4651         (completion--file-name-table): Use it.
4652         (read-file-name-predicate): Declare obsolete.
4653         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
4654         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
4655         completion-file-name-table, and use the `pred' argument.
4656         * files.el (locate-file-completion-table): Use the `pred' arg rather
4657         than read-file-name-predicate.
4658         (abbreviate-file-name): Use \` rather than ^ for BOS.
4660 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
4662         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
4663         vc-responsible-backend to register, it causes problems.
4665 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4667         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
4669 2009-10-21  Eric Ludlam  <zappo@gnu.org>
4671         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
4672         (semantic-c-debug-mode-init-pch): New functions.
4673         (semantic-c-debug-mode-init-last-mode): New var.
4674         (semantic-c-parse-lexical-token): Use them.
4676         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
4677         When extracting the argument list, limit only by point-max.
4679 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
4681         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
4682         (tramp-smb-handle-file-attributes): Use it.
4683         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
4684         (tramp-smb-handle-insert-directory): Use `mapc' rather than
4685         `mapcar'.  Use `tramp-smb-get-stat-capability'.
4686         Add `dired-filename' text properties.
4687         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
4688         (tramp-smb-maybe-open-connection): Simplify check for smbclient
4689         version.
4691 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4693         * subr.el (read-key-delay): Reduce to 0.01.
4694         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
4695         (bug#4751).
4697 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4699         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
4701         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
4702         (Info-menu): Remove unused vars `last' and `completions'.
4703         (Info-index-nodes): Remove unused var `node'.
4705         * info.el (Info-complete-menu-item): Use complete-with-action.
4707 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
4709         Make vc-annotate work through copies and renames.
4710         * vc-annotate.el (vc-annotate-extract-revision-at-line):
4711         Return the file name too.
4712         (vc-annotate-revision-at-line)
4713         (vc-annotate-find-revision-at-line)
4714         (vc-annotate-revision-previous-to-line)
4715         (vc-annotate-show-log-revision-at-line): Update to get the file
4716         name from vc-annotate-extract-revision-at-line.
4717         (vc-annotate-show-diff-revision-at-line-internal): Change the
4718         argument to mean whether to show a file diff or not.  Get the file
4719         name from vc-annotate-extract-revision-at-line.
4720         (vc-annotate-show-diff-revision-at-line):
4721         Update vc-annotate-show-diff-revision-at-line call.
4722         (vc-annotate-warp-revision): Add an optional file argument.
4724         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
4725         (vc-git-annotate-extract-revision-at-line): Also return the file
4726         name if found.
4728         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
4729         command.  Remove unused code.
4730         (vc-hg-annotate-re): Update to match --follow output.
4731         (vc-hg-annotate-extract-revision-at-line): Also return the file
4732         name if found.
4734         * vc.el: Update annotate-extract-revision-at-line documentation.
4736 2009-10-18  Kevin Ryde  <user42@zip.com.au>
4738         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
4739         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
4741         * net/browse-url.el (browse-url): Identify alist with "consp and
4742         not functionp" and let all other things go down the `apply' leg,
4743         as suggested by Stefan.  (Further to bug#4531.)
4745 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
4747         * minibuffer.el (read-file-name): Check for repeat before putting
4748         a default argument in file-name-history (Bug#4657).
4750         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
4751         read syntax (Bug#4737).
4753         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
4755 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
4757         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
4758         (html-tag-alist, html-tag-help): Add descriptions for undocumented
4759         entries and make note of obsolete tags.
4761 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4763         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
4765 2009-10-18  Glenn Morris  <rgm@gnu.org>
4767         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
4768         grep, so that binary files (eg international/uni-bidi.el) can match.
4769         Remove test for "UnicodeData" files, since it is hopefully unnecessary
4770         now, and in any case the file header format has changed.
4772 2009-10-17  Glenn Morris  <rgm@gnu.org>
4774         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
4775         (flyspell-get-word, flyspell-large-region)
4776         (flyspell-auto-correct-previous-word): Doc/error message fixes.
4778 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
4780         * Makefile.in (ELCFILES): Add ede/shell.
4782 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
4784         * term/common-win.el (x-colors): Purecopy it.
4786 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4788         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
4789         permissive for when the buffer is empty.
4790         (tar-header-block-tokenize): Decode the username and groupname.
4791         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
4793 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
4795         * cedet/srecode/srt.el:
4796         * cedet/srecode/compile.el:
4797         * cedet/semantic/mru-bookmark.el:
4798         * cedet/semantic/debug.el:
4799         * cedet/semantic/complete.el:
4800         * cedet/semantic/analyze.el: Require CL when compiling.
4802 2009-10-17  Eric Ludlam  <zappo@gnu.org>
4804         * cedet/semantic/scope.el
4805         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
4806         tmpscope so that the regular scope will continue to work.
4808         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
4809         Use semantic-idle-summary-highlight-face as the highlighting.
4811         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
4812         contains multibyte characters, choose first applicable coding
4813         system automatically.
4815         * cedet/ede/project-am.el (project-run-target): New method.
4816         (project-run-target): New method.
4818         * cedet/ede.el (ede-target): Add run target menu item.
4819         (ede-project, ede-minor-keymap): Add ede-run-target binding.
4820         (ede-run-target): New function.
4821         (ede-target::project-run-target): New method.
4823         * cedet/ede/proj.el (project-run-target): New method.
4825         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
4826         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
4827         Add :rules.
4828         (ede-proj-target-makefile-shared-object): Only libtool compilers
4829         now available.  Add linkers for libtool.
4830         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
4831         (ede-proj-makefile-target-name): Always use .la extension.
4833         * cedet/ede/proj-prog.el (project-run-target): New method.
4835         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
4836         (ede-g++-linker): Change Change link lines.
4838         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
4839         When searching for old variables, go to the end of the buffer and
4840         search backward from there.
4841         (ede-proj-makefile-automake-insert-subdirs)
4842         (ede-proj-makefile-automake-insert-extradist): New methods.
4843         (ede-proj-makefile-create): Use them.
4845         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
4846         Force FILE to expand to the current target.  Use file-exists-p to
4847         check that it exists.
4849         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4850         (ede-linux-load): Wrap dir in file-name-as-directory.
4851         Set :version slot.
4853         * cedet/ede/files.el (ede-get-locator-object): When enabling
4854         locate, do so on "top".
4856         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
4857         file-name-as-directory during compare.
4858         (ede-emacs-version): Return Emacs/XEmacs differentiator.
4859         Get version number from different places.  Don't call egrep.
4860         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
4861         to set the directory.
4863         * cedet/ede/shell.el: New file.
4865         * cedet/inversion.el (inversion-decoders): Allow for stray . in
4866         alpha/beta variants.
4868 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4870         * international/mule-cmds.el (select-safe-coding-system): If the file
4871         has a coding cookie, use it regardless of any other setting (bug#4712).
4873 2009-10-17  Glenn Morris  <rgm@gnu.org>
4875         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
4876         All errors should have messages.
4878         * foldout.el (foldout-mouse-swallow-events):
4879         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
4881         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
4882         (dired-keep-marker-copy, dired-keep-marker-hardlink)
4883         (dired-keep-marker-symlink, dired-dwim-target)
4884         (dired-copy-preserve-time): Do not autoload these defcustoms.
4886         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
4887         messages from messing up the file coding.  (Bug#4623)
4889 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
4891         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
4892         if no match is found for the current dictionary.  (Bug#4578)
4894         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
4895         optional, since that is how it is documented, and this is often called
4896         with a nil argument.  (Bug#4577)
4897         (flyspell-external-point-words, flyspell-auto-correct-word)
4898         (flyspell-correct-word-before-point, flyspell-word-search-forward)
4899         (flyspell-word-search-backward): Remove nil argument in calls to
4900         flyspell-get-word, since it is not needed now.
4902 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
4904         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
4906 2009-10-16  Glenn Morris  <rgm@gnu.org>
4908         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
4910 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4912         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
4913         (ange-ftp-file-size): New function.
4914         (ange-ftp-file-attributes): Use it.
4916 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
4918         * net/tramp-smb.el (tramp-smb-version): New defvar.
4919         (tramp-smb-maybe-open-connection): Use it, in order to avoid
4920         repeated checks.
4922 2009-10-16  Glenn Morris  <rgm@gnu.org>
4924         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
4925         Maybe copy some custom properties from old to new name.  (Bug#4706)
4927 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
4929         * subr.el (error, sit-for, start-process-shell-command)
4930         (start-file-process-shell-command): Set the calling convention
4931         after the function definition.
4933 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4935         * subr.el (error, sit-for, start-process-shell-command)
4936         (start-file-process-shell-command): Use the new
4937         set-advertised-calling-convention feature.
4939 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
4941         * international/ucs-normalize.el (ucs-normalize-version):
4942         Change to 1.2.
4943         (check-range): Adjust for Unicode 5.2.
4945 2009-10-15  Juri Linkov  <juri@jurta.org>
4947         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
4948         to the `menu-item' format.
4950 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
4952         * net/tramp.el (tramp-replace-environment-variables): Do not fail
4953         if the environment variable does not exist.
4955         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4956         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
4957         parameter.
4958         (tramp-smb-handle-add-name-to-file)
4959         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4960         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4961         (tramp-smb-handle-file-attributes)
4962         (tramp-smb-do-file-attributes-with-stat)
4963         (tramp-smb-handle-file-local-copy)
4964         (tramp-smb-handle-insert-directory)
4965         (tramp-smb-handle-make-directory)
4966         (tramp-smb-handle-make-directory-internal)
4967         (tramp-smb-handle-make-symbolic-link)
4968         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
4969         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
4970         (tramp-smb-maybe-open-connection): Apply the changed parameters.
4971         (tramp-smb-read-file-entry): Read Disk names in compressed format.
4972         Handle long file names.
4973         (tramp-smb-get-cifs-capabilities): Check, whether the connection
4974         process is running.
4975         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
4976         Read share names with "-g" option.
4978 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
4980         * net/rcirc.el (rcirc-view-log-file): New command.
4981         (rcirc-track-minor-mode-map): Remove C-c ` binding.
4982         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
4983         specified.
4985 2009-10-15  Glenn Morris  <rgm@gnu.org>
4987         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
4988         from the second command-line argument.
4989         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
4990         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
4991         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
4992         w32-batch-update-autoloads.
4993         * emacs-lisp/autoload.el (autoload-make-program): New variable.
4994         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
4996         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
4997         the headers cannot be located.  Simplify, subtracting superflous
4998         save-excursions.
5000 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5002         Replace completion-base-size by completion-base-position to fix bugs
5003         such as (bug#4699).
5004         * simple.el (completion-base-position): New var.
5005         (completion-base-size): Mark as obsolete.
5006         (choose-completion): Make it work for mouse events as well.
5007         Pass the new base-position to choose-completion-string.
5008         (choose-completion-guess-base-position): New function, extracted from
5009         choose-completion-delete-max-match.
5010         (choose-completion-delete-max-match): Use it.  Make obsolete.
5011         (choose-completion-string): Use the new base-position info.
5012         (completion-root-regexp): Delete.
5013         (completion-setup-function): Preserve completion-base-position.
5014         Eliminate obsolete base-size manipulation.
5015         * minibuffer.el (display-completion-list): Don't mess with base-size.
5016         (minibuffer-completion-help): Set completion-base-position instead.
5017         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5018         choose-completion.
5019         * textmodes/bibtex.el (bibtex-complete):
5020         * emacs-lisp/crm.el (crm--choose-completion-string):
5021         Adjust to new calling convention.
5022         * complete.el (partial-completion-mode): Use minibufferp to avoid
5023         bumping into incompatible change to choose-completion-string-functions.
5024         * ido.el (ido-choose-completion-string): Make its calling convention
5025         more permissive.
5026         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5027         base-size manipulation.
5028         (comint-dynamic-list-input-ring): Use dotimes and push.
5029         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5030         fundamental-mode.  Use `or'.
5032 2009-10-14  Juri Linkov  <juri@jurta.org>
5034         * misearch.el (multi-isearch-next-buffer-from-list)
5035         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
5037 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5039         * Makefile.in (compile-onefile): Load `bytecomp' rather than
5040         `bytecomp.el'.
5042         * minibuffer.el (completion-pcm--merge-completions): Make sure the
5043         string we return is all made up of text from the completions rather
5044         than part from the completions and part from the input (bug#4219).
5046         * ido.el (ido-everywhere): Use define-minor-mode.
5048         * buff-menu.el (list-buffers, ctl-x-map):
5049         Mark the entry points with ;;;###autoload cookies.
5051 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5053         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5054         correctly in the detached head case.
5055         (vc-git-print-log): Remove unused binding.
5057         * vc.el (vc-responsible-backend): When a directory is passed for
5058         for registration create a VC repository if no backend is
5059         responsible for the directory argument.
5060         (vc-deduce-fileset): Tell vc-responsible-backend to register.
5062         * vc.el: Move comments about RCS and SCCS ...
5063         * vc-rcs.el:
5064         * vc-sccs.el: ... here, respectively.
5066 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5068         * minibuffer.el (completion--file-name-table): Return nil if there's
5069         no file completion, even if substitute-in-file-name changed
5070         the string (bug#4708).
5072 2009-10-13  Juri Linkov  <juri@jurta.org>
5074         * files-x.el (read-file-local-variable-value): Don't filter out
5075         minor modes from mode name completion (bug#4664).
5077 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
5079         * international/mule-cmds.el (ucs-names): Remove exclusion of
5080         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5082 2009-10-13  Kenichi Handa  <handa@m17n.org>
5084         * international/uni-name.el: Regenerated.
5086 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
5088         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
5089         should be automatically buffer-local, but isn't.)
5091 2009-10-12  Sam Steingold  <sds@gnu.org>
5093         * progmodes/compile.el (compilation-next-error-function): Fix the
5094         timestamps if the buffer has been visited before.
5095         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5096         non-anchored patterns, like the perl one (bug#3928).
5098 2009-10-12  Glenn Morris  <rgm@gnu.org>
5100         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5101         Let-bind `size'.
5103 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
5105         * proced.el (proced-unload-function): New function.
5107         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5108         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5109         Doc fix.
5111         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5113 2009-10-11  Juri Linkov  <juri@jurta.org>
5115         * files-x.el (read-file-local-variable-value):
5116         Provide default value only for bound variables (bug#4664).
5118 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
5120         * net/tramp.el (tramp-local-host-p): Function shall return nil for
5121         connection methods like smb.
5123         * net/tramp-cache.el (tramp-flush-connection-property): The hash
5124         can be empty.
5126         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5127         (tramp-smb-file-name-handler-alist): Add handlers for
5128         `add-name-to-file', `make-symbolic-link'.
5129         (tramp-smb-handle-add-name-to-file)
5130         (tramp-smb-do-file-attributes-with-stat)
5131         (tramp-smb-handle-make-symbolic-link)
5132         (tramp-smb-get-cifs-capabilities): New defuns.
5133         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5134         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5135         (tramp-smb-handle-file-local-copy)
5136         (tramp-smb-handle-make-directory-internal)
5137         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5138         The file name syntax depends on cifs capabilities.
5139         (tramp-smb-handle-file-attributes):
5140         Call `tramp-smb-do-file-attributes-with-stat' if possible.
5141         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5142         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
5144 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
5146         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5147         (eieio-defclass): Apply deftype handler and setf-method properties
5148         directly.
5149         (eieio-add-new-slot): Avoid union function from cl library.
5150         (eieio--typep): New function.
5151         (eieio-perform-slot-validation): Use it.
5153 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
5155         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
5156         Update documentation to refer to the variables documented in r1.135.
5157         (Bug#4188)
5159 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
5161         * bookmark.el (Info-suffix-list): Remove this unused variable.
5162         (bookmark-current-point): Remove this obsolete variable.
5163         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5164         Adjust for removal of bookmark-current-point.
5166         (bookmarks-already-loaded, bookmark-current-buffer)
5167         (bookmark-yank-point): Document.  (Bug#4188)
5169 2009-10-10  Glenn Morris  <rgm@gnu.org>
5171         * frame.el (frame-height): Doc fix.
5173         * calendar/calendar.el (calendar-split-width-threshold): New option.
5174         (calendar-basic-setup): Use calendar-split-width-threshold.
5176 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
5178         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5179         Use .la for Automake.
5181 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
5183         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5184         Use "autoreconf -i".  Suggested by Andreas Schwab.
5186 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
5188         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5189         Ideographic Supplement" range (U+1F200..U+1F2FF).
5191 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
5193         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
5194         since the list will have been rebuilt anyway.  (Bug#4349)
5196 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
5198         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5199         (bookmark-bmenu-execute-deletions): Don't save here, as
5200         bookmark-delete will now do so if necessary.
5201         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
5202         (Bug#4348)
5204 2009-10-09  Glenn Morris  <rgm@gnu.org>
5206         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5208 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
5210         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5211         (bookmark-jump-other-window): Just invoke bookmark-jump with new
5212         argument now, so the two function's behaviors will match.  (Bug#3645)
5214 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
5216         * cedet/ede/proj.el (project-make-dist, project-compile-project):
5217         Fix filename test.
5218         (ede-proj-dist-makefile): Use expand-file-name instead of concat
5219         to expand file names.
5221 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
5223         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5224         (tramp-file-name-real-host, tramp-file-name-port):
5225         Apply `save-match-data'.
5227         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5228         case both directories are remote.
5229         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5230         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5232 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
5234         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5235         (ede-proj-target-makefile-objectcode): Use it.
5237         * cedet/ede/source.el (ede-want-any-source-files-p)
5238         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5239         Return search result.  This error was introduced while merging.
5241 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
5243         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5245 2009-10-07  Glenn Morris  <rgm@gnu.org>
5247         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5248         of concat.
5250 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5252         * files-x.el (read-file-local-variable): Include some
5253         non-user-variables in the completion table (bug#4664).
5255 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
5257         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5258         message.
5260         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5261         (tramp-smb-file-name-handler-alist): Add handler for
5262         `copy-directory', `expand-file-name', `set-file-modes'.
5263         (tramp-smb-handle-copy-directory)
5264         (tramp-smb-handle-expand-file-name)
5265         (tramp-smb-handle-set-file-modes): New defuns.
5266         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5267         (tramp-smb-handle-file-attributes): Simplify check for retrieving
5268         entry.
5269         (tramp-smb-handle-insert-directory): Don't flush the cache.
5270         (tramp-smb-maybe-open-connection): Check for samba client and
5271         server versions.
5273 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
5275         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5276         to not error out of search for "^lisp=" fails.
5278 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
5280         * makefile.w32-in (WINS_UPDATES): New macro.
5281         (custom-deps, finder-data, autoloads): Use it.
5283 2009-10-07  Glenn Morris  <rgm@gnu.org>
5285         * Makefile.in (autoloads): Revert previous change.
5286         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5287         the list of preloaded files passed on the command-line, get
5288         it from src/Makefile.
5290         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5291         show the original buffer rather than a random one.
5293 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
5295         * help.el (describe-no-warranty): Place point in a slightly better
5296         position in the GPLv3 text.
5298 2009-10-06  Sam Steingold  <sds@gnu.org>
5300         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5301         the comm attribute is present before calling regexp-quote.
5303 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
5305         * play/animate.el (animate-string): For good effect, make sure
5306         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5308         * play/animate.el (animate-sequence, animate-birthday-present):
5309         * misc.el (butterfly): Don't set `indent-tabs-mode'.
5311 2009-10-06  Glenn Morris  <rgm@gnu.org>
5313         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5315         * emacs-lisp/autoload.el (autoload-excludes): New variable.
5316         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5317         (batch-update-autoloads): Process a string value of autoload-excludes,
5318         set during the build process.
5319         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
5321         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5322         inside with-parsed...  macro so that `v' is defined.
5324         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5325         * progmodes/fortran.el (fortran-end-of-block)
5326         (fortran-beginning-of-block):
5327         Also push mark in the macro case.
5329         * emerge.el (emerge-show-file-name):
5330         * calc/calc.el (calc-quit):
5331         * calc/calc-misc.el (calc-big-or-small):
5332         * calc/calc-graph.el (calc-graph-view):
5333         * calc/calc-ext.el (calc-reset):
5334         * calendar/calendar.el (calendar-basic-setup):
5335         Use window-full-height-p.
5337         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5338         header we don't understand, don't insert another.  (Bug#4624)
5339         If changing mime charset, insert the new one in the right place.
5341 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
5343         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5344         (cal-tex-cursor-month): Correctly increment the end date for diary and
5345         holiday listing.  (Bug#4626)
5347 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5349         * help-fns.el (describe-function-1): Don't burp if the function is not
5350         a symbol.
5352 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
5354         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5355         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5356         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5357         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5359         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5360         (eieio-default-superclass): Reflow docstrings.
5361         (this, class-option-assoc, defclass, eieio-class-un-autoload)
5362         (eieio-unbind-method-implementations, defmethod)
5363         (eieio-validate-slot-value, eieio-validate-class-slot-value)
5364         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5365         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5366         (eieio-slot-originating-class-p, eieio-slot-name-index)
5367         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5368         (constructor, initialize-instance, no-next-method, object-print)
5369         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5370         Fix typos in docstrings.
5371         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5372         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5373         (next-method-p): Doc fixes.
5374         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5375         Fix typos in error messages.
5376         (eieio-defmethod): Fix typo in description of generic method.
5378         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5379         (eieio-persistent-save-interactive, slot-missing):
5380         Fix typos in docstrings.
5381         (eieio-instance-inheritor-slot-boundp): Doc fix.
5383         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5384         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5386         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5387         (eieio-custom-object-apply-reset):
5388         Fix typos in docstrings and error messages.
5390         * emacs-lisp/eieio-datadebug.el (data-debug-show):
5391         Fix typo in docstring.
5393         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5394         (eieio-browse-tree): Doc fix.
5395         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5396         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
5397         Fix typos in docstrings.
5399         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
5400         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
5401         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
5402         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
5403         Reflow docstrings.
5405 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
5407         * vc-hg.el (log-view-vc-backend): Declare for compiler.
5408         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
5409         Set log-view-vc-backend so that diff can work.
5411         * log-view.el (log-view-diff): Use vc-diff-internal instead of
5412         vc-version-diff.
5413         (vc-diff-internal): Autoload this instead of vc-version-diff.
5415 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
5417         * simple.el (eval-expression): Doc fix.
5419         * progmodes/cwarn.el (cwarn-mode): Doc fix.
5421 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
5423         * files.el (directory-files-no-dot-files-regexp): New defconst.
5424         (delete-directory): Use it.
5425         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
5427         * net/tramp.el (tramp-verbose): Fix docstring.
5428         (tramp-methods): Add recursive option to `tramp-copy-args'.
5429         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
5430         "scp1_old", "scp2_old", "rsync", "rsyncc".
5431         (tramp-default-method): Check also for `auth-source-user-or-password'.
5432         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5433         Add handler for `copy-directory'.
5434         (tramp-handle-copy-directory): New defun.
5435         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
5436         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
5437         Optimize sent command.
5439 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5441         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
5442         window if necessary.
5444         * calendar/calendar.el (calendar-basic-setup): Don't call
5445         switch-to-buffer in a dedicated window.
5447 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
5449         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
5450           don't do anything related to relocating, just return nil.
5451         (bookmark-error-no-filename): New error.
5452         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
5453           bookmark has no file.  Don't even attempt to handle things that
5454           are not files; the whole point of custom handlers is to keep that
5455           knowledge elsewhere anyway.  Tighten some comments.
5456         (bookmark-file-or-variation-thereof): Remove now-unused function.
5457         (bookmark-location): Doc string fix.
5458         (Bug#4250)
5460 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
5462         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
5463         don't use a file dialog, because they usually don't know how to read
5464         a directory target from the user.  (Bug#4230)
5465         Also, make sure the prompt can display directories as well as files.
5467 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
5469         * bookmark.el (bookmark-set, bookmark-buffer-name):
5470         Improve doc strings.  (Bug#1193)
5472 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
5474         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
5475         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
5476         (bookmark-get-annotation, bookmark-set-annotation)
5477         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5478         (bookmark-set-position, bookmark-get-front-context-string)
5479         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5480         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
5481         (bookmark-jump-other-window, bookmark-handle-bookmark)
5482         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
5483         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
5484         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
5485            Improve doc strings to say whether bookmark can be a string or
5486            a record or both, and make other consistency and clarity fixes.
5487         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
5488         (bookmark-default-annotation-text, bookmark-yank-word)
5489         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
5490         (bookmark-import-new-list, bookmark-maybe-rename)
5491         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5492         (bookmark-bmenu-bookmark): Give these doc strings.
5493         (bookmark-bmenu-check-position): Give this a doc string, but also
5494            add a FIXME comment about how the function may be pointless.
5495         (bookmark-default-handler): Rework doc string and change a
5496            parameter name, to clarify that this takes a bookmark record
5497            not a bookmark name.
5498         (bookmark-set): Change a parameter name to indicate its meaning,
5499            and improve the doc string a bit.
5500         (Bug#4188)
5502 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
5504         * bookmark.el (bookmark-alist): Document the new `handler' element
5505         in the param alist.
5506         (bookmark-make-record-function): Adjust documentation for above.
5507         (Bug#4193)
5509 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
5511         * info.el (Info-bookmark-make-record): Document this function.
5512         (Info-bookmark-jump): Document with a doc string, not just a comment.
5513         (Bug#4203)
5515 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
5517         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
5518         (semantic-new-buffer-fcn): Call parser setup functions here.
5519         (semantic-mode): Don't call parser setup functions here, it's done
5520         in semantic-new-buffer-fcn now.
5521         (semantic-mode): Parse all existing buffers when enabled.
5523         * cedet/srecode/compile.el (srecode-compile-file):
5524         Call semantic-new-buffer-fcn if the buffer has not been parsed.
5526 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
5528         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
5530         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
5531         (proj-comp-insert-variable-once): New macro, renamed from
5532         ede-pmake-insert-variable-once in ede/pmake.edl.
5533         (ede-proj-makefile-insert-variables): Use it.
5535 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
5537         * files.el (copy-directory): New defun.
5539         * dired-aux.el (dired-copy-file-recursive): Use it.
5541 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5543         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5544         (makefile-end-of-command):
5545         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5546         (semantic-end-of-context): Fix previous change.  Doc fixes.
5548 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5550         * files-x.el (modify-dir-local-variable)
5551         (copy-dir-locals-to-file-locals-prop-line):
5552         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5553         (makefile-end-of-command):
5554         * cedet/semantic/lex.el (semantic-lex-token):
5555         * cedet/semantic/analyze/fcn.el
5556         (semantic-analyze-dereference-metatype-1):
5557         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
5558         (semantic-lex-cpp-undef):
5559         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
5560         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5561         (semantic-end-of-context): Fix typos in docstrings.
5563         * recentf.el (recentf-unload-function): New function.
5565 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
5567         * cedet/ede.el (ede-project-placeholder-cache-file):
5568         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
5569         * cedet/srecode/map.el (srecode-map-save-file):
5570         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
5572 2009-10-04  Glenn Morris  <rgm@gnu.org>
5574         * window.el (window-full-height-p): Add doc string.
5576 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
5578         * window.el (window-full-height-p): New function.  (Bug#4543)
5580 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
5582         * cedet/srecode/insert.el: Require srecode/args.
5584         * cedet/srecode/args.el: Require srecode/dictionary instead of
5585         srecode/insert.
5587         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
5589         * files.el (auto-mode-alist): Add .srt and Project.ede.
5591         * cedet/semantic.el (semantic-mode):
5592         Handle srecode-template-mode-hook as well.
5593         (semantic-mode): Use js-mode-hook for Javascript hook.
5595         * cedet/srecode/template.el: Remove hook variable.
5597         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
5599         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
5600         projects exist.
5601         (ede-project-placeholder-cache-file): Default to a file in
5602         user-emacs-directory.
5604         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
5605         templates in data-directory.
5606         (srecode-map-save-file): Default to a file in user-emacs-directory.
5608         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
5609         directory.
5611 2009-09-30  Eric Ludlam  <zappo@gnu.org>
5613         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
5614         Doc fix.
5616         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
5617         Only insert each variable once.
5619         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
5620         (ede-pmake-insert-variable-shared): Use it.
5622         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
5623         for lexical table iff table is nil.
5625 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
5627         * vc.el: Remove commented out code.
5628         (vc-derived-from-dir-mode): Remove, unused.
5629         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
5631 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
5633         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5634         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
5635         there could be recursive loading when `default-directory' is a
5636         remote file name.  (Bug#4614)
5638 2009-10-03  Glenn Morris  <rgm@gnu.org>
5640         * calendar/calendar.el (calendar-basic-setup): Handle the case where
5641         the frame is wide.
5642         (calendar-generate-window): Test for shrinkability rather than width.
5644         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
5645         declaration, currently false.
5647         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
5648         reusing existing buffers, in case we happen to visit two files with the
5649         same basename.  (Bug#4593)
5651 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
5653         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
5654         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
5655         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
5656         subdirs of cedet as well.
5657         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
5659 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5661         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
5662         Obey advertised-signature-table.
5664         * help-fns.el (help-function-arglist): Don't check
5665         advertised-signature-table.
5666         (describe-function-1): Do it here instead so it also applies to subrs.
5668 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
5670         * simple.el (start-file-process): Say in the doc-string, that file
5671         handlers might not support pty association, if PROGRAM is nil.
5673         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
5674         HOST and USER are strings.  They are nil, when there are
5675         incomplete entries in ~/.netrc, for example.
5676         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
5677         root directory ("device busy" error otherwise).
5679         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
5680         Flush file properties of created directory.
5682 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
5684         * makefile.w32-in (WINS_BASIC): Remove cedet.
5685         (WINS_CEDET): Add cedet.
5686         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
5688 2009-10-02  Kevin Ryde  <user42@zip.com.au>
5690         * net/browse-url.el (browse-url): Pass any symbol in
5691         browse-url-browser-function to `apply', since if you've mistakenly put
5692         an unbound symbol then the error is clearer.  (Bug#4531)
5694 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
5696         * allout.el (allout-init, allout-back-to-current-heading)
5697         (allout-beginning-of-current-entry, allout-ascend-to-depth)
5698         (allout-ascend, allout-up-current-level, allout-end-of-level)
5699         (allout-previous-visible-heading, allout-forward-current-level)
5700         (allout-backward-current-level, allout-show-children):
5701         * apropos.el (apropos-describe-plist):
5702         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
5703         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
5704         * completion.el (add-completion, add-permanent-completion):
5705         * descr-text.el (describe-text-category, describe-char):
5706         * desktop.el (desktop-lazy-abort):
5707         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
5708         * dired.el (dired-build-subdir-alist):
5709         * ediff.el (ediff-version):
5710         * elide-head.el (elide-head, elide-head-show):
5711         * emerge.el (emerge-version):
5712         * env.el (getenv):
5713         * face-remap.el (variable-pitch-mode):
5714         * faces.el (describe-face):
5715         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
5716         (dired-at-point):
5717         * files.el (find-file-existing, auto-save-mode):
5718         * font-lock.el (font-lock-fontify-buffer):
5719         * help-fns.el (describe-function, describe-variable)
5720         (describe-syntax, describe-categories):
5721         * help.el (view-lossage, describe-bindings, describe-key)
5722         (describe-mode):
5723         * hexl.el (hexl-current-address):
5724         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
5725         * info.el (Info-goto-emacs-key-command-node):
5726         * log-edit.el (log-edit-insert-cvs-template)
5727         (log-edit-insert-cvs-rcstemplate):
5728         * menu-bar.el (menu-bar-mode):
5729         * mouse.el (mouse-appearance-menu):
5730         * newcomment.el (comment-indent-new-line):
5731         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
5732         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5733         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
5734         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
5735         * recentf.el (recentf-mode):
5736         * savehist.el (savehist-mode, savehist-save):
5737         * shadowfile.el (shadow-copy-files):
5738         * simple.el (kill-ring-save, next-line, previous-line)
5739         (normal-erase-is-backspace-mode):
5740         * strokes.el (strokes-update-window-configuration)
5741         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
5742         (strokes-xpm-for-stroke):
5743         * time.el (emacs-uptime, emacs-init-time):
5744         * tutorial.el (tutorial--describe-nonstandard-key)
5745         (tutorial--detailed-help):
5746         * type-break.el (type-break-mode)
5747         (type-break-mode-line-message-mode, type-break-query-mode)
5748         (type-break-guesstimate-keystroke-threshold):
5749         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
5750         * version.el (emacs-version):
5751         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
5752         * winner.el (winner-mode):
5753         * calendar/timeclock.el (timeclock-in, timeclock-out)
5754         (timeclock-status-string, timeclock-change)
5755         (timeclock-workday-remaining-string)
5756         (timeclock-workday-elapsed-string)
5757         (timeclock-when-to-leave-string):
5758         * calendar/todo-mode.el (todo-add-category):
5759         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
5760         * emacs-lisp/autoload.el (update-file-autoloads):
5761         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
5762         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
5763         (checkdoc-message-text, checkdoc-defun):
5764         * emacs-lisp/debug.el (debugger-list-functions):
5765         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5766         * emacs-lisp/eieio-opt.el (eieio-describe-class)
5767         (eieio-describe-generic):
5768         * emacs-lisp/lisp-mnt.el (lm-synopsis):
5769         * emacs-lisp/shadow.el (list-load-path-shadows):
5770         * emulation/cua-base.el (cua-mode):
5771         * emulation/edt.el (edt-set-scroll-margins):
5772         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
5773         (tpu-toggle-regexp, tpu-toggle-search-direction)
5774         (tpu-toggle-rectangle, tpu-toggle-control-keys):
5775         * emulation/tpu-extras.el (tpu-set-scroll-margins):
5776         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5777         (viper-set-parsing-style-toggling-macro)
5778         (viper-set-emacs-state-searchstyle-macros):
5779         * emulation/viper.el (viper-set-hooks):
5780         * eshell/esh-mode.el (eshell-truncate-buffer):
5781         * international/mule-cmds.el (prefer-coding-system)
5782         (describe-input-method, describe-language-environment):
5783         * international/mule-diag.el (list-character-sets)
5784         (describe-character-set, describe-coding-system)
5785         (describe-fontset, list-fontsets, list-input-methods):
5786         * mail/sendmail.el (mail-signature):
5787         * net/ange-ftp.el (ange-ftp-copy-file):
5788         * net/browse-url.el (browse-url):
5789         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
5790         * net/quickurl.el (quickurl-add-url):
5791         * net/rcirc.el (names, topic):
5792         * net/xesam.el (xesam-mode):
5793         * play/5x5.el (5x5-new-game):
5794         * play/yow.el (apropos-zippy):
5795         * progmodes/ada-mode.el (ada-mode-version):
5796         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
5797         (f90-end-of-block)
5798         (f90-beginning-of-block):
5799         * progmodes/fortran.el (fortran-end-of-block)
5800         (fortran-beginning-of-block):
5801         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
5802         * progmodes/python.el (python-describe-symbol, python-shell):
5803         * term/ns-win.el (ns-print-buffer):
5804         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
5805         * textmodes/flyspell.el (flyspell-mode-on):
5806         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
5807         (pages-directory-for-addresses):
5808         * textmodes/table.el (table-recognize-cell)
5809         (table-query-dimension, table-generate-source)
5810         (table-insert-sequence, table--warn-incompatibility):
5811         * textmodes/tex-mode.el (tex-validate-buffer):
5812         * textmodes/texinfmt.el (texinfmt-version)
5813         (texinfo-format-buffer):
5814         Use `called-interactively-p' instead of `interactive-p'.
5816 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
5818         * image-mode.el (image-toggle-display):
5819         * emacs-lisp/elp.el (elp-instrument-function):
5820         * emacs-lisp/advice.el (ad-make-advised-definition):
5821         * emacs-lisp/easy-mmode.el (define-minor-mode):
5822         * net/browse-url.el (browse-url-maybe-new-window):
5823         * progmodes/sh-script.el (sh-learn-buffer-indent):
5824         Pass new argument 'any to `called-interactively-p'.
5826 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
5828         * international/uni-bidi.el:
5829         * international/uni-category.el:
5830         * international/uni-combining.el:
5831         * international/uni-comment.el:
5832         * international/uni-decimal.el:
5833         * international/uni-decomposition.el:
5834         * international/uni-digit.el:
5835         * international/uni-lowercase.el:
5836         * international/uni-mirrored.el:
5837         * international/uni-name.el:
5838         * international/uni-numeric.el:
5839         * international/uni-old-name.el:
5840         * international/uni-titlecase.el:
5841         * international/uni-uppercase.el:
5842         Regenerate from Unicode 5.2.0 data.
5844 2009-10-01  Glenn Morris  <rgm@gnu.org>
5846         * Makefile.in (ELCFILES): Regenerate.
5848 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5850         * subr.el (interactive-p): Mark obsolete.
5851         (called-interactively-p): Make the optional-ness of `kind' obsolete.
5852         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
5853         advertised-signature-table for subroutines as well.
5855         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
5856         (set-advertised-calling-convention): New function.
5857         (make-obsolete, define-obsolete-function-alias)
5858         (make-obsolete-variable, define-obsolete-variable-alias):
5859         Make the optional-ness of `when' obsolete.
5860         (define-obsolete-face-alias): Make `when' non-optional.
5861         * help-fns.el (help-function-arglist):
5862         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
5863         Use advertised-signature-table.
5865 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
5867         * files.el (delete-directory): New defun.  The original function
5868         in fileio.c has been renamed to `delete-directory-internal'.
5870         * dired.el (dired-delete-file): Call `delete-directory' with
5871         RECURSIVE parameter.
5873         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
5874         parameter RECURSIVE.  Implementation is missing.
5876         * net/tramp.el (tramp-handle-make-directory): Flush upper
5877         directory's file properties.
5878         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
5879         (tramp-handle-dired-recursive-delete-directory): Flush directory
5880         properties after the remove command only.
5882         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5883         Handle optional parameter RECURSIVE.
5885         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
5886         Handle optional parameter RECURSIVE.
5888         * net/tramp-smb.el (tramp-smb-errors): Add error message for
5889         connection timeout.
5890         (tramp-smb-handle-delete-directory): Handle optional parameter
5891         RECURSIVE.
5893 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5895         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
5896         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
5897         (byte-compile-defmacro): Use backquotes.
5899         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
5901         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
5902         has no associated file.
5903         (vc-resynch-buffer): Use vc-dir-buffers.
5905 2009-10-01  Glenn Morris  <rgm@gnu.org>
5907         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
5908         (chart-file-count):
5909         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
5910         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
5911         * emacs-lisp/eieio-opt.el (eieio-describe-class):
5912         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
5913         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
5914         (eieio-copy-parents-into-subclass, make-instance, class-children)
5915         (eieio-generic-form):
5916         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
5917         * cedet/cedet-idutils.el (cedet-idutils-search)
5918         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
5919         (cedet-idutils-version-check):
5920         * cedet/cedet.el (cedet-version):
5921         * cedet/data-debug.el (data-debug-insert-overlay-button)
5922         (data-debug-insert-overlay-list-button)
5923         (data-debug-insert-buffer-button)
5924         (data-debug-insert-buffer-list-button)
5925         (data-debug-insert-process-button, data-debug-insert-ring-button)
5926         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
5927         (data-debug-insert-stuff-vector-button)
5928         (data-debug-insert-symbol-button, data-debug-insert-string)
5929         (data-debug-insert-number, data-debug-insert-lambda-expression)
5930         (data-debug-insert-nil, data-debug-insert-simple-thing)
5931         (data-debug-insert-custom, data-debug-edebug-expr):
5932         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
5933         (global-ede-mode-map, ede-new, ede-debug-target)
5934         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
5935         * cedet/semantic.el (semantic-minimum-working-buffer-size)
5936         (semantic-fetch-tags, semantic-submode-list)
5937         (semantic-default-submodes):
5938         * cedet/ede/source.el (ede-source-match):
5939         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
5940         (project-am-package-info):
5941         * cedet/ede/proj.el (ede-proj-target, project-new-target):
5942         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
5943         * cedet/ede/proj-comp.el (ede-current-build-list):
5944         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
5945         * cedet/ede/files.el (ede-toplevel-project-or-nil):
5946         * cedet/ede/cpp-root.el (initialize-instance):
5947         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
5948         (autoconf-parameter-strip, autoconf-insert-new-macro):
5949         * cedet/semantic/wisent.el (wisent-lex-eoi):
5950         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
5951         (semantic-show-parser-state-mode):
5952         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
5953         * cedet/semantic/tag.el (semantic-tag-new-variable)
5954         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
5955         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
5956         (semantic--tag-deep-copy-tag-list)
5957         (semantic-tag-components-with-overlays-default):
5958         * cedet/semantic/symref.el (semantic-symref-find-text):
5959         * cedet/semantic/senator.el (senator-yank-tag)
5960         (senator-transpose-tags-up):
5961         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
5962         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
5963         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
5964         * cedet/semantic/lex.el (semantic-lex-comment-regex)
5965         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
5966         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
5967         * cedet/semantic/lex-spp.el
5968         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
5969         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
5970         * cedet/semantic/idle.el
5971         (semantic-idle-summary-current-symbol-info-brutish)
5972         (semantic-idle-summary-current-symbol-info-default):
5973         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
5974         (semantic--grammar-macro-compl-dict):
5975         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
5976         * cedet/semantic/format.el (semantic-format-tag-custom-list)
5977         (semantic-format-tag-canonical-name-default):
5978         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
5979         (semantic-find-tags-for-completion)
5980         (semantic-find-tags-by-scope-protection-default)
5981         (semantic-deep-find-tags-for-completion):
5982         * cedet/semantic/edit.el
5983         (semantic-edits-incremental-reparse-failed-hook)
5984         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
5985         (semantic-edits-splice-remove, semantic-edits-splice-replace):
5986         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
5987         * cedet/semantic/dep.el (semantic-dependency-include-path):
5988         * cedet/semantic/db.el (semanticdb-default-find-index-class)
5989         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
5990         (semanticdb-project-roots):
5991         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
5992         (semanticdb-find-adebug-insert-scanned-tag-cons)
5993         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
5994         (semanticdb-brute-deep-find-tags-for-completion):
5995         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
5996         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
5997         (semantic-end-of-context-default)
5998         (semantic-ctxt-current-function-default)
5999         (semantic-ctxt-scoped-types-default):
6000         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6001         (semantic-complete-inline-tag-engine)
6002         (semantic-complete-inline-custom-type)
6003         (semantic-complete-read-tag-analyzer):
6004         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6005         (semantic-chart-database-size):
6006         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6007         (semantic-analyze-current-context):
6008         * cedet/semantic/symref/list.el (semantic-symref)
6009         (semantic-symref-hide-buffer, semantic-symref-symbol):
6010         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6011         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6012         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6013         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6014         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6015         (semantic-c-dereference-template):
6016         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6017         (semantic--analyze-refs-full-lookup-with-parents)
6018         (semantic--analyze-refs-full-lookup-simple):
6019         * cedet/semantic/analyze/complete.el
6020         (semantic-analyze-possible-completions):
6021         * cedet/srecode/table.el (srecode-mode-table-new):
6022         * cedet/srecode/srt.el (srecode-read-variable-name):
6023         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6024         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6025         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6026         * cedet/srecode/map.el (srecode-current-map):
6027         * cedet/srecode/insert.el (srecode-insert)
6028         (srecode-insert-variable-secondname-handler, srecode-insert-method)
6029         (srecode-template-inserter-point-override)
6030         (srecode-insert-include-lookup):
6031         * cedet/srecode/getset.el (srecode-auto-choose-class):
6032         * cedet/srecode/extract.el (srecode-inserter-extract):
6033         * cedet/srecode/document.el
6034         (srecode-document-autocomment-return-last-alist)
6035         (srecode-document-autocomment-param-type-alist)
6036         (srecode-document-insert-function-comment)
6037         (srecode-document-insert-variable-one-line-comment)
6038         (srecode-document-function-name-comment):
6039         * cedet/srecode/dictionary.el (srecode-create-dictionary)
6040         (srecode-compound-toString):
6041         * cedet/srecode/compile.el (srecode-flush-active-templates):
6042         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6043         Doc/message fixes.
6045         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6046         match-data.  (Bug#4555).
6048         * cedet/semantic/bovine/gcc.el
6049         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6050         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6052         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6053         rather than parsing it as a regexp.  This relaxes the layout
6054         requirements and makes errors easier to detect.
6055         (check-declare-verify): Check file is regular.
6056         (check-declare-directory): Doc fix.
6057         * subr.el (declare-function): Doc fix.
6059         * ibuffer.el (ibuffer-format-qualifier):
6060         * isearch.el (hi-lock-regexp-okay):
6061         * calc/calc.el (math-zerop):
6062         * mail/uce.el (rmail-msgbeg, rmail-msgend):
6063         * term/w32-win.el (setup-default-fontset, set-fontset-font):
6064         Remove unused declarations.
6066 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6068         * cedet/semantic/wisent/javat-wy.el
6069         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6071 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
6073         * cedet/srecode/expandproto.el: Fix provide statement.
6075 2009-09-30  Eric Ludlam  <zappo@gnu.org>
6077         * emacs-lisp/eieio.el (boolean-p): Delete.
6079 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
6081         * cedet/ede/srecode.el: Fix provide statement.
6083 2009-09-30  Glenn Morris  <rgm@gnu.org>
6085         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6086         * cedet/ede/proj-aux.el (ede-aux-source):
6087         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6088         (ede-misc-source):
6089         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6090         (semantic-mrub-switch-tags): Fix doc typos.
6092         * cedet/semantic/db-global.el (data-debug-new-buffer)
6093         (data-debug-insert-thing): Remove unneeded declarations (one broken).
6094         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6096         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6098         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6099         use of CL function `remove-if-not'.
6101         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6103         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6104         filename is not a string.
6106 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
6108         * files.el (safe-local-eval-forms): Fix typo.
6110 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6112         * vc-hooks.el (vc-dir-buffers): New var.
6113         (vc-state-refresh): New function.
6114         (vc-state): Use it.
6115         (vc-after-save): Always ask the backend to recompute the new state.
6116         Always call vc-dir if necessary, using vc-dir-buffers.
6117         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6118         Use vc-dir-buffers.
6119         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6120         (vc-dir-prepare-status-buffer, vc-dir-update)
6121         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6122         Don't call expand-file-name on default-directory.
6124 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6126         * speedbar.el (speedbar-item-delete):
6127         * calc/calc-prog.el (calc-kbd-if):
6128         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6130         * epa.el (epa-key-list-mode-map):
6131         * hi-lock.el (hi-lock-menu): Fix typos in menus.
6133         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6134         (hs-show-hook): Fix typo in docstring.
6136 2009-09-29  Glenn Morris  <rgm@gnu.org>
6138         * cedet/semantic/symref/idutils.el:
6139         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6141         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6143         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6144         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6145         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6146         Mark declarations not understood by check-declare.
6148         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6149         file-name-nondirectory call preventing location of cedet files.
6150         (check-declare-verify): Use literal search rather than re-search.
6151         Add basic defmethod and defclass, and define-overloadable-function.
6153         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6154         Use tramp-compat-file-attributes rather than nonexistent
6155         tramp-compat-handle-file-attributes.
6157         * Makefile.in (lisptagsfiles4): New.
6158         (AUTOGENEL): Add cedet loaddefs files.
6159         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6160         (update-elclist, compile-always, backup-compiled-files)
6161         (bootstrap-clean): Add yet another directory level.
6162         (update-elclist): Use LC_COLLATE rather than COLLATE.
6163         (ELCFILES): Update, via `make update-elclist'.
6165 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6167         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6168         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6169         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6171 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
6173         * Makefile.in (lisptagsfiles3): Define.
6174         (TAGS, TAGS-LISP): Use it.
6175         (update-elclist): Add third directory level to look for elc files.
6176         (compile-always): Likewise.
6177         (backup-compiled-files): Likewise.
6178         (bootstrap-clean): Likewise.
6179         (ELCFILES): Update.
6181 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
6183         * Makefile.in (ELCFILES): Add CEDET files.
6185 2009-09-28  Eric Ludlam  <zappo@gnu.org>
6187         CEDET (development tools) package merged.
6189         * cedet/*.el:
6190         * cedet/ede/*.el:
6191         * cedet/semantic/*.el:
6192         * cedet/srecode/*.el: New files.
6194 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
6196         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6198         * net/tramp.el (top): Require tramp-imap.
6200         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6201         Use `tramp-compat-handle-file-attributes'.
6203 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6205         * net/tramp-imap.el: New package.
6207 2009-09-28  Eric Ludlam  <zappo@gnu.org>
6209         * emacs-lisp/chart.el:
6210         * emacs-lisp/eieio-base.el:
6211         * emacs-lisp/eieio-comp.el:
6212         * emacs-lisp/eieio-custom.el:
6213         * emacs-lisp/eieio-datadebug.el:
6214         * emacs-lisp/eieio-opt.el:
6215         * emacs-lisp/eieio-speedbar.el:
6216         * emacs-lisp/eieio.el: New files.
6218         * cedet/cedet-cscope.el:
6219         * cedet/cedet-files.el:
6220         * cedet/cedet-global.el:
6221         * cedet/cedet-idutils.el:
6222         * cedet/data-debug.el:
6223         * cedet/inversion.el:
6224         * cedet/mode-local.el:
6225         * cedet/pulse.el: New files.
6227 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6229         * whitespace.el (whitespace-trailing-regexp)
6230         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6231         Fix doc string.
6233 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
6235         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6236         menu.
6238         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6239         menu-bar-ediff-menu.
6241         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6242         define-overloadable-function.
6244         * progmodes/autoconf.el: Provide autoconf as well, so that this
6245         file can be `require'd.
6247         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6249         * emacs-lisp/autoload.el (generated-autoload-feature)
6250         (generated-autoload-load-name): New vars.
6251         (autoload-rubric, autoload-generate-file-autoloads): Use them.
6252         (make-autoload): Recognize define-overloadable-function and
6253         defclass forms (for EIEIO).
6255         * Makefile.in (update-subdirs): Exclude cedet directory.
6257 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
6259         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
6261         * faces.el: Default light-background background for region face to
6262         ns_selection_color under NS.
6264 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6266         * net/imap-hash.el: New library, see NEWS.
6268         * Makefile.in (ELCFILES): Add imap-hash.el.
6270 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6272         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6273         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6274         * help-macro.el (make-help-screen): Avoid using an ambiguous function
6275         definition where the docstring could be taken for the return value.
6277 2009-09-26  Glenn Morris  <rgm@gnu.org>
6279         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6280         Add option to only show images below a certain size.
6281         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6282         save-excursion calls.
6284 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
6286         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6287         subdirectories) and eieio.
6289 2009-09-26  Alan Mackenzie  <acm@muc.de>
6291         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6292         buggy bracketing.  (Bug#4289)
6294         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6295         character constants (as case labels).  (Bug#4289)
6297 2009-09-25  Juri Linkov  <juri@jurta.org>
6299         * files.el (safe-local-eval-forms): Allow time-stamp in
6300         before-save-hook (Bug#4554).
6302 2009-09-25  Drew Adams  <drew.adams@oracle.com>
6304         * menu-bar.el (list-buffers-directory): Doc fix.
6306 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6308         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6309         Try and avoid copying twice the same paragraph.
6310         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6311         Remove save-excursion.
6312         (log-edit-changelog-entry): Do it here instead.
6314 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
6316         * bs.el (bs--get-file-name): Use `list-buffers-directory'
6317         when available, instead of hardcoding mode names.  Doc fix.
6319         * menu-bar.el (list-buffers-directory): Add docstring.
6320         Make automatically buffer-local.
6322         * dired.el (dired-mode):
6323         * files.el (cd-absolute):
6324         * pcvs.el (cvs-temp-buffer):
6325         * pcvs-util.el (cvs-get-buffer-create):
6326         * shell.el (shell-mode):
6327         * vc-dir.el (vc-dir-mode):
6328         Don't make `list-buffers-directory' buffer local.
6330 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
6332         * comint.el (comint-exec, comint-run, make-comint):
6333         Doc fixes (Bug#4542).
6335 2009-09-25  Glenn Morris  <rgm@gnu.org>
6337         * mail/rmailmm.el (rmail-mime): New custom group.
6338         Move all defcustoms in this file into this group.
6339         (rmail-mime-media-type-handlers-alist): Revert previous change.
6340         (rmail-mime-show-images): New option.
6341         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6342         references to it, since it wasn't actually used for anything.
6343         (rmail-mime-insert-image): New function.
6344         (rmail-mime-image): Use rmail-mime-insert-image.
6345         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
6346         obey the value of `rmail-mime-show-images' option.  Print the size of
6347         attachments.
6349 2009-09-25  David Engster  <deng@randomsample.de>
6351         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
6353 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6355         * whitespace.el: Does not highlight trailing spaces While point is
6356         at end of line.  Does not highligt spaces at beginning of buffer
6357         while point is at beginning of buffer.  Does not highlight spaces
6358         at end of buffer while point is at end of buffer.  (Bug#4177)
6359         New version 12.0.
6360         (whitespace-display-mappings): Adjust initialization.
6361         (whitespace-point, whitespace-font-lock-refontify): New vars.
6362         (whitespace-color-on, whitespace-color-off): Adjust code.
6363         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6364         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6365         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6367 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
6369         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6371         * textmodes/sgml-mode.el: Remove xml-mode alias.
6373         * files.el (auto-mode-alist, conf-mode-maybe)
6374         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
6376 2009-09-24  Alan Mackenzie  <acm@muc.de>
6378         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6379         c-forward-conditionals, but it doesn't move point and doesn't set
6380         the mark.
6381         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6382         (c-down-conditional-with-else, c-backward-conditional)
6383         (c-forward-conditional): Refactor to use c-scan-conditionals.
6385 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6387         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6388         (help-default-arg-highlight): Remove.
6389         (help-highlight-arg): New function.
6390         (help-do-arg-highlight): Use it.
6391         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
6393 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6395         * term.el (term-set-scroll-region, term-handle-ansi-escape):
6396         Undo last change, which didn't fix the problem and introduced others.
6398 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
6400         * progmodes/gdb-mi.el: Don't require speedbar.
6401         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
6403 2009-09-24  Glenn Morris  <rgm@gnu.org>
6405         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
6407         * term/ns-win.el (ns-reg-to-script): Define for compiler.
6409         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
6410         there is no newline after the final mime boundary.  (Bug#4539)
6411         Move markers on insertion so that any buttons inserted don't end up in
6412         the next part of a multipart message.
6413         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
6414         (rmail-mime-bulk-handler): Optionally handle images.
6415         (rmail-mime-image): New button action.
6416         (rmail-mime-image-handler): New function.
6417         (rmail-mime-mode): New mode.
6418         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
6420 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6422         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
6423         than just dropping elements from it (bug#4504).
6425         * term.el (term-set-scroll-region): Don't move cursor any more.
6426         (term-handle-ansi-escape): Call term-goto here instead.
6427         Suggested by Ivan Kanis <apple@kanis.eu>.
6429         * term.el: Require CL.
6430         (term-ansi-reset): New function.
6431         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6432         (term-handle-colors-array): Simplify.
6434 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6436         * allout.el (allout-overlay-interior-modification-handler)
6437         (allout-obtain-passphrase):
6438         * epa-file.el (epa-file-write-region):
6439         * ps-print.el (ps-begin-job):
6440         * vc-hooks.el (vc-toggle-read-only):
6441         * vc-rcs.el (vc-rcs-rollback):
6442         * vc-sccs.el (vc-sccs-rollback):
6443         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
6444         (vc-version-diff, vc-revert, vc-rollback):
6445         * wdired.el (wdired-check-kill-buffer):
6446         * emacs-lisp/authors.el (authors):
6447         * net/socks.el (socks-open-connection):
6448         * net/zeroconf.el (zeroconf-service-add-hook):
6449         * obsolete/vc-mcvs.el (vc-mcvs-register):
6450         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
6451         (gdb-select-frame):
6452         * progmodes/grep.el (lgrep, rgrep):
6453         * progmodes/idlw-help.el (idlwave-help-check-locations)
6454         (idlwave-help-html-link, idlwave-help-assistant-open-link):
6455         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6456         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
6457         (reftex-toc-rename-label): Fix typos in error messages.
6459         * dired-aux.el (dired-do-shell-command): Reflow docstring.
6460         (dired-copy-how-to-fn): Doc fix.
6461         (dired-files-attributes, dired-read-shell-command):
6462         Fix typos in docstrings.
6464         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
6465         (dired-x-find-file-other-window): Reflow docstrings.
6466         (dired-omit-marker-char, dired-read-shell-command)
6467         (dired-x-submit-report): Fix typos in docstrings.
6469         * shell.el (shell-mode-hook):
6470         * view.el (View-scroll-line-forward):
6471         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
6472         Fix typos in docstrings.
6474         * net/dig.el (dig-invoke): Fix typo in docstring.
6475         (query-dig): Reflow docstring.
6477         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
6478         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
6479         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
6480         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
6481         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
6482         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
6483         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
6484         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
6485         (idlwave-completion-map, idlwave-current-indent)
6486         (idlwave-custom-ampersand-surround, idlwave-customize)
6487         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
6488         (idlwave-define-abbrev, idlwave-determine-class-special)
6489         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
6490         (idlwave-end-block-reg, idlwave-end-of-statement)
6491         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
6492         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
6493         (idlwave-explicit-class-listed, idlwave-file-header)
6494         (idlwave-fill-paragraph, idlwave-find-class-definition)
6495         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
6496         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
6497         (idlwave-in-quote, idlwave-indent-action-table)
6498         (idlwave-indent-expand-table, idlwave-indent-line)
6499         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
6500         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
6501         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
6502         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
6503         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
6504         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
6505         (idlwave-outlawed-buffers, idlwave-popup-select)
6506         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
6507         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
6508         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
6509         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
6510         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
6511         (idlwave-statement-type, idlwave-struct-skip)
6512         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
6513         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
6514         (idlwave-what-module-find-class): Fix typos in docstrings.
6515         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
6516         (idlwave-calculate-cont-indent, idlwave-expand-equal)
6517         (idlwave-find-module, idlwave-find-structure-definition)
6518         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
6519         (idlwave-list-load-path-shadows, idlwave-next-statement)
6520         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
6521         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
6522         (idlwave-template): Reflow docstrings.
6524         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
6525         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
6526         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
6527         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
6528         (idlwave-shell-display-line, idlwave-shell-display-wframe)
6529         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
6530         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
6531         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
6532         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
6533         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
6534         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
6535         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
6536         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
6537         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
6538         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
6539         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
6540         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
6541         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
6542         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
6543         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
6544         Fix typos in docstrings.
6545         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
6546         (idlwave-shell-hide-output, idlwave-shell-mode)
6547         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
6548         Reflow docstrings.
6550         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
6552 2009-09-24  Ivan Kanis  <apple@kanis.eu>
6554         * term.el (term-bold-attribute): New var.
6555         (term-handle-colors-array): Use it.
6557 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
6559         * progmodes/gdb-mi.el (gdb-version): New variable.
6560         (gdb-non-stop-handler): Set gdb-version.
6561         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
6562         Condition "--thread" option on gdb-version.
6563         (gdb-invalidate-threads): Remove unused argument.
6565 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6567         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
6568         to looking-back to avoid ridiculous slow down in large files (bug#4511).
6570 2009-09-23  Glenn Morris  <rgm@gnu.org>
6572         * mail/rmail.el (rmail-reply): Don't try to add a References header when
6573         replying to mail without References or Message-Id.  (Bug#4525)
6575 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
6577         * term/ns-win.el (ns-reg-to-script): New variable.
6579 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
6581         * epg.el (epg-wait-for-status): Preserve existing 'error results.
6583 2009-09-22  Sam Steingold  <sds@gnu.org>
6585         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
6586         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
6587         to 1 because hg returns status 1 when nothing is found.
6588         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
6590 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6592         * textmodes/fill.el: Convert to utf-8 encoding.
6593         (fill-french-nobreak-p): Remove redundant » and « inherited from our
6594         pre-unicode days.
6596         * add-log.el (change-log-fill-forward-paragraph): New function.
6597         (change-log-mode): Use it so fill-region DTRT.
6598         Set fill-indent-according-to-mode here rather than in
6599         change-log-fill-paragraph.
6600         (change-log-fill-paragraph): Remove.
6602 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
6604         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
6605         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
6607 2009-09-22  Glenn Morris  <rgm@gnu.org>
6609         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
6610         the scroll-bar scroll the calendar window rather than the buffer.
6612         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
6613         commands that move point (as opposed to scrolling).
6615         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
6617         * emacs-lisp/elint.el (elint): New custom group.
6618         (elint-log-buffer): Make it a defcustom.
6619         (elint-scan-preloaded, elint-ignored-warnings)
6620         (elint-directory-skip-re): New options.
6621         (elint-builtin-variables): Doc fix.
6622         (elint-preloaded-env): New variable.
6623         (elint-unknown-builtin-args): Add an entry for encode-time.
6624         (elint-extra-errors): Make it a variable rather than a constant.
6625         (elint-preloaded-skip-re): New constant.
6626         (elint-directory): Skip files matching elint-directory-skip-re.
6627         (elint-features): New variable, local to linted buffers.
6628         (elint-update-env): Initialize elint-features.  Possibly add
6629         elint-preloaded-env to the buffer's environment.
6630         (elint-get-top-forms): Bind elint-current-pos, for log messages.
6631         Skip quoted forms.
6632         (elint-init-form): New function, extracted from elint-init-env.
6633         Make non-list forms a warning rather than an error.
6634         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
6635         easy-menu-define, put that adds an error-condition, and provide.
6636         When requiring cl, also require cl-macs.  Really require cl, to handle
6637         some cl macros.  Store required libraries in the list elint-features,
6638         so as not to re-load them.  Treat cc-require like require.
6639         (elint-init-env): Call elint-init-form to do the work.
6640         Handle eval-and-compile and such like.
6641         (elint-add-required-env): Do not clear messages.
6642         (elint-special-forms): Add handlers for function, defalias, if, when,
6643         unless, and, or.
6644         (elint-form): Add optional argument to ignore elint-special-forms,
6645         useful to prevent recursive calls from handlers.  Doc fix.
6646         Respect elint-ignored-warnings.
6647         (elint-form): Respect elint-ignored-warnings.
6648         (elint-bound-variable, elint-bound-function): New variables.
6649         (elint-unbound-variable): Respect elint-bound-variable.
6650         (elint-get-args): Respect elint-bound-function.
6651         (elint-check-cond-form): Add some simple handling for (f)boundp and
6652         featurep tests.
6653         (elint-check-defalias-form): New handler.
6654         (elint-check-let-form): Make an empty let a warning rather than an
6655         error.
6656         (elint-check-setq-form): Make an empty setq a warning rather than an
6657         error.  Respect elint-ignored-warnings.
6658         (elint-check-defvar-form): Accept null doc-strings.
6659         (elint-check-conditional-form): New handler.  Does some simple-minded
6660         checking of featurep and (f)boundp tests.
6661         (elint-put-function-args): New function.
6662         (elint-initialize): Use elint-scan-doc-file rather than
6663         elint-find-builtin-variables.  Use elint-put-function-args.
6664         Possibly scan preloaded-file-list.
6665         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
6666         extend to handle functions as well.
6668 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
6670         * linum.el (linum-delete-overlays, linum-update-window):
6671         Do not modify the right margin.  (Bug#3971)
6673 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
6675         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
6676         nxml-mode instead of xml-mode.
6678 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6680         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
6682 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6684         * net/dig.el (dig-mode): Use define-derived-mode.
6686 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
6688         * vc-dispatcher.el (vc-do-command): Return the process object in
6689         the asynchronous case.  Use when instead of if.  Do not run
6690         vc-exec-after to display a message if not enabled.  (Bug#4463)
6692         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
6693         properties to the stash strings.
6694         (vc-git-stash-list): Return a list of strings.
6695         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
6696         (vc-git-stash-show-at-point): New functions.
6697         (vc-git-stash-map): New keymap.
6699         * register.el (ctl-x-r-map): Define the keys here instead of
6700         using autoload.
6702 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
6704         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
6705         list, to workaround performance problem (bug#4485).
6707 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
6709         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
6711 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
6713         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6714         Document that this option is not recommended to use.
6716 2009-09-19  Glenn Morris  <rgm@gnu.org>
6718         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
6719         variable `var'.
6721         * calc/calc-alg.el (var):
6722         * calc/calcalg2.el (var): Define for compiler.
6724 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
6726         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
6727         Doc fix (Bug#3932).
6729         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
6731         * time-stamp.el (time-stamp-month-dd-yyyy)
6732         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
6733         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
6734         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
6735         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
6736         Remove functions that have been obsolete since 1995 (Bug#4436).
6738         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
6739         indent buffer only if called interactively (Bug#4452).
6741 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
6742             Eli Zaretskii  <eliz@gnu.org>
6744         This fixes bug#4197 (merged to bug#865, though not identical).
6745         * server.el (server-auth-dir): Add docstring note about FAT32.
6746         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
6747         but warn against using them.
6749 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
6751         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
6752         older GDB where there is no has_more field.
6754 2009-09-19  Glenn Morris  <rgm@gnu.org>
6756         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6758 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
6760         * files.el (auto-mode-alist): Change default for XML files to nXML
6761         mode (Bug#4169).
6763 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
6765         * server.el (server-ensure-safe-dir): Pass 'integer
6766         to `file-attributes', as suggested.
6768 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6770         * dired-aux.el (dired-query-alist): Remove spurious backslash.
6771         (dired-query): Use read-key.
6773 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
6775         * cus-start.el (ns-use-qd-smoothing): Remove.
6777 2009-09-18  Glenn Morris  <rgm@gnu.org>
6779         * allout.el (top-level): Remove unnecessary progn.
6781         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
6783         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
6784         definition of abbrev table.
6786         * speedbar.el (speedbar-track-mouse):
6787         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
6788         * net/eudc.el (eudc-expand-inline):
6789         * net/newst-backend.el (newsticker--cache-read-feed):
6790         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6791         condition-case handlers.
6793 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
6795         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
6796         (gdb-var-list): Add an element for has_more field.
6797         (gdb-non-stop-handler): Enable pretty printing for STL containers.
6798         (gdb-var-create-handler, gdb-var-list-children-handler-1)
6799         (gdb-var-update-handler-1): Parse output of dynamic variable
6800         objects (STL containers).
6801         (gdb-var-delete-1): Pass var1 as an explicit second argument.
6802         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
6804         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
6805         gdb-var-list.
6806         (gud-speedbar-buttons): Make node expandable if expression "has more"
6807         children.
6809 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
6811         * startup.el (emacs-quick-startup): Remove variable and all uses.
6812         (command-line): Set `inhibit-x-resources' instead.
6813         (command-line-1): Use `inhibit-x-resources' instead.
6815 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
6817         * subr.el: Fix last change to avoid using the `unless' macro,
6818         which breaks bootstrapping.
6820 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6822         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
6823         extended definitions, in case we reload subr.el after having
6824         loaded CL.
6825         (eval-next-after-load): Mark as obsolete.
6827 2009-09-17  Juri Linkov  <juri@jurta.org>
6829         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
6830         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
6831         (menu-bar-showhide-menu, menu-bar-tools-menu)
6832         (menu-bar-describe-menu, menu-bar-help-menu)
6833         (minibuffer-local-completion-map, minibuffer-local-map):
6834         Fix list quoting.
6836 2009-09-17  Glenn Morris  <rgm@gnu.org>
6838         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
6839         arguments, whether or not it has a handler.
6841         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
6843         * simple.el (hard-newline): Give it a doc-string.
6845         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6846         (lisp-mode-syntax-table): Give them doc-strings.
6848 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
6850         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
6851         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
6852         (menu-bar-options-menu, menu-bar-showhide-menu)
6853         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
6854         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
6855         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
6856         (menu-bar-options-menu, menu-bar-tools-menu)
6857         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
6858         (menu-bar-help-menu):
6859         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
6860         string arguments.
6862         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
6863         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
6864         calls for the menu names and :help.
6866 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6868         * mouse.el (minor-mode-menu-from-indicator): Pay attention
6869         to :minor-mode-function (bug#4455).
6871 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6873         * startup.el (command-line): Initialize the window-system after
6874         processing the command-line.
6876         * textmodes/page.el (what-page): Make sure we don't inf-loop if
6877         page-delimiter matches the empty string.
6879 2009-09-16  Glenn Morris  <rgm@gnu.org>
6881         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
6882         byte-compile-not-obsolete-var.  It's a list now.
6883         (byte-compile-not-obsolete-funcs): New variable.
6884         (byte-compile-warn-obsolete): Don't warn about functions if they are in
6885         byte-compile-not-obsolete-funcs.
6886         (byte-compile-variable-ref, byte-compile-defvar): Update for
6887         byte-compile-not-obsolete-vars name-change and list nature.
6888         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
6889         and variables behind (f)boundp tests.
6890         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
6892 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
6894         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
6896 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6898         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
6899         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
6900         Don't autoload.
6902 2009-09-15  Stephen Eglen  <stephen@gnu.org>
6904         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
6905         the virtual-buffers, use the name of the buffer specified by
6906         find-file-noselect, as the match may be a symlink.  (This was a
6907         problem if the target and the symlink had different names.)
6909 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6911         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
6913         * desktop.el (desktop-path): Check user-emacs-directory.
6915         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
6917         * loadup.el: Use after-load-functions to GC after loading each file.
6918         Remove the explicit GC calls that used to be sprinkled around.
6920         * subr.el (after-load-functions): New hook.
6921         (do-after-load-evaluation): Run it.  Use string-match-p to detect
6922         `obsolete' packages, rather than painfully extracting the relevant
6923         directory name.
6925 2009-09-15  Glenn Morris  <rgm@gnu.org>
6927         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
6928         free variable `doc'.
6930         * dired.el (dired-mode-map): Add menu entry for async shell command.
6932         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
6933         variables, also consider the .elc files, since the .el files are
6934         normally gzipped (subsequent code locates the .el.gz from the .elc).
6936         * calc/calc-prog.el (arglist): Define for compiler.
6938         * calendar/diary-lib.el (diary-display-function): Change the default to
6939         fancy display.
6940         (body): Define for compiler.
6942         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
6943         (byte-compile-file-form, byte-compile-lambda)
6944         (byte-compile-top-level-body, byte-compile-form)
6945         (byte-compile-variable-ref, byte-compile-setq)
6946         (byte-compile-setq-default, byte-compile-body)
6947         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
6948         (batch-byte-compile): Give some more local variables with common names
6949         a "bytecomp-" prefix to avoid masking warnings about free variables.
6951         * startup.el (command-line-1): Give local variables with common names a
6952         distinguishing prefix, so as not to hide free variable warnings during
6953         bootstrap.
6955         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
6956         clever and add a suffix to make a unique name, just let the user decide
6957         whether or not to overwrite it.  If the input is a directory, write the
6958         default filename to that directory.  (Bug#4388)
6959         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
6960         is a filename-as-a-directory.
6962 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6964         * textmodes/page.el (what-page): Don't move to beginning of line.
6965         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
6967 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
6969         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
6971 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
6973         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
6974         * help.el (help-for-help-internal): Add purecopy calls for text.
6976         * vc.el (top): print-log method now takes an optional SHORTLOG
6977         argument.  Add a new method: root.
6978         (vc-root-diff, vc-print-root-log): New functions.
6979         (vc-log-short-style): New variable.
6980         (vc-print-log-internal): Add support for showing short logs.
6982         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
6983         vc-print-root-log and vc-print-root-diff.
6985         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
6986         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
6987         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
6988         short logs.
6990         * vc-cvs.el (vc-cvs-print-log):
6991         * vc-mtn.el (vc-mtn-print-log):
6992         * vc-rcs.el (vc-rcs-print-log):
6993         * vc-sccs.el (vc-sccs-print-log):
6994         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
6995         that is ignored for now.
6997         * vc-mtn.el (vc-mtn-annotate-command):
6998         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7000 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7002         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7003         to function-key-map, and give them ascii-character property.
7004         * term/x-win.el (x-alternatives-map):
7005         * term/ns-win.el (ns-alternatives-map):
7006         * term/internal.el (msdos-key-remapping-map):
7007         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7009 2009-09-14  Glenn Morris  <rgm@gnu.org>
7011         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7012         temp-buffers (2009-09-12).
7014 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7016         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7017         the new read-key function.
7019 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7021         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7022         is defined (Bug#4405).
7024 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
7026         * recentf.el (recentf-cleanup): Use a hash table to find
7027         duplicates (Bug#4407).
7029 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
7031         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7032         kp-0 to ascii equivalents (Bug#4325).
7034 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7036         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7038         * eshell/em-hist.el:
7039         * eshell/em-dirs.el (eshell-complete-user-reference):
7040         Declare pcomplete functions and variables to avoid compiler warnings.
7042 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
7044         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7045         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7046         * eshell/em-alias.el (eshell-aliases-file):
7047         * eshell/em-hist.el (eshell-history-file-name):
7048         Use expand-file-name instead of concat to make file names (Bug#4308).
7050 2009-09-13  Glenn Morris  <rgm@gnu.org>
7052         * ediff-merg.el (ediff-do-merge):
7053         * filesets.el (filesets-run-cmd):
7054         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7055         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7056         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7057         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7058         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7059         Replace empty `let's with `progn'.
7061 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7063         * mail/sendmail.el (send-mail-function):
7064         * tooltip.el (tooltip-mode):
7065         * simple.el (transient-mark-mode):
7066         * rfn-eshadow.el (file-name-shadow-mode):
7067         * frame.el (blink-cursor-mode):
7068         * font-core.el (global-font-lock-mode):
7069         * files.el (temporary-file-directory)
7070         (small-temporary-file-directory, auto-save-file-name-transforms):
7071         * epa-hook.el (auto-encryption-mode):
7072         * composite.el (global-auto-composition-mode):
7073         Use custom-initialize-delay.
7074         * startup.el (command-line): Don't explicitly call
7075         custom-reevaluate-setting for all the above vars.
7076         * custom.el (custom-initialize-safe-set)
7077         (custom-initialize-safe-default): Delete.
7079 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7081         * term/x-win.el (x-initialize-window-system):
7082         * term/w32-win.el (w32-initialize-window-system):
7083         * term/ns-win.el (ns-initialize-window-system): Don't call
7084         mouse-wheel-mode since it's enabled globally by default already.
7086         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7087         actually define the variable, but only silences the byte-compiler.
7088         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7089         before looking it up.
7090         (mouse-wheel-scroll-amount): Also reset the bindings if this value
7091         is changed.
7093 2009-09-12  Glenn Morris  <rgm@gnu.org>
7095         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7096         1000.
7097         (elint-add-required-env): Don't beep on error.
7098         (elint-forms): In case of error, return ENV unchanged.
7099         (elint-init-env): Skip non-list forms.
7100         (elint-log): Handle unknown file positions.
7102 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
7104         * epg.el (epg-make-context): Add autoload cookie.
7105         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7106         (epg-decrypt-string, epg-start-verify, epg-verify-file)
7107         (epg-verify-string, epg-start-sign, epg-sign-file)
7108         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7109         (epg-encrypt-string, epg-start-export-keys)
7110         (epg-export-keys-to-file, epg-export-keys-to-string)
7111         (epg-start-import-keys, epg-import-keys-from-file)
7112         (epg-import-keys-from-string, epg-start-receive-keys)
7113         (epg-receive-keys, epg-import-keys-from-server)
7114         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7115         (epg-sign-keys, epg-start-generate-key)
7116         (epg-generate-key-from-file, epg-generate-key-from-string):
7117         Remove autoload cookie.
7119 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
7121         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7122         reevaluation of trash-directory.
7124         * mwheel.el: Fix last change.
7125         (mouse-wheel-mode): New defvar.
7126         (mouse-wheel-mode): Remove autoload cookie.
7128 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7130         * mwheel.el (mwheel-installed-bindings): New var.
7131         (mouse-wheel-mode): Use it, so as to make sure we really remove all
7132         the bindings we set last time.  Use custom-initialize-delay.
7133         * loadup.el: Load mwheel after term/*-win.el.
7134         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7135         and mouse-wheel-up-event now that their first evaluation is done
7136         sufficiently late to be correct.
7138         * startup.el (tutorial-directory): Make it a defcustom.
7139         Use custom-initialize-delay rather than eval-at-startup to set it.
7140         * image.el (image-load-path): Make it a defcustom.
7141         Use custom-initialize-delay rather than eval-at-startup to set it.
7142         * subr.el (eval-at-startup): Remove.
7143         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7145         * subr.el (do-after-load-evaluation): Warn the user after loading an
7146         obsolete package.
7148 2009-09-12  Glenn Morris  <rgm@gnu.org>
7150         * proced.el (proced-mark-alt): Remove alias.
7151         (proced-mode-map): Remove proced-mark-alt.
7153         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7154         Elint file and directory.  Remove initialization entry.
7156         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7157         commands.
7158         (elint-current-buffer): Set mode-line-process.
7159         (elint-init-env): Handle define-derived-mode.
7160         Fix declare-function with unspecified arglist.  Guard against odd
7161         defalias statements (eg iso-insert's 8859-1-map).
7162         (elint-add-required-env): Use a temp buffer.
7163         (elint-form): Just print the function/macro name, not the whole form.
7164         Return env unchanged if we fail to parse a macro.
7165         (elint-forms): Guard against parse errors.
7166         (elint-output): New function, to handle batch mode.
7167         (elint-log-message): Add optional argument.  Use elint-output.
7168         (elint-set-mode-line): New function.
7170 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
7172         * emacs-lisp/elp.el (elp-not-profilable): Add more
7173         functions (Bug#4233).
7175 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
7177         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7178         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7180 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
7182         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7183         (gdb-var-list-children): Use json parsing.
7185 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
7187         * progmodes/js.el (js--proper-indentation): Handle the case where
7188         char-before is null.  Reported by Deniz Dogan.
7190 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
7192         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7194 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
7196         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7197         (epg-digest-algorithm-alist): Add SHA224.
7198         (epg-context-set-passphrase-callback)
7199         (epg-context-set-progress-callback): Add description about
7200         callback function.
7202 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7204         * custom.el (custom-delayed-init-variables): New var.
7205         (custom-initialize-delay): New function.
7206         * startup.el (command-line): "Re"evaluate all vars in
7207         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
7208         explicitly any more.
7209         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7210         to avoid creating a ~/.emacs.d at build-time (bug#4347).
7212         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7214 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
7216         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7217         (gdb-var-update-handler): Use json parsing.
7219 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
7221         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7222         decode annotated text, regardless of language environment.  (Bug#2741)
7224 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7226         * Makefile.in (autoloads): Make rmail.el writable as well.
7228 2009-09-11  Glenn Morris  <rgm@gnu.org>
7230         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7231         loaddefs.el.
7232         * dired.el: Regenerate with extracted autoloads.
7233         * Makefile.in (autoloads): Make dired.el writable.
7235         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7236         * ibuffer.el: Regenerate with extracted autoloads.
7237         * Makefile.in (autoloads): Make ibuffer.el writable.
7239         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7240         * version.el (emacs-copyright, emacs-major-version)
7241         (emacs-minor-version): Reformat doc-strings for make-docfile.
7243         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7244         functions and variables, since they must be stuff specific to some other
7245         platform.
7246         (apropos-print): Make mouse-click message less specific about button.
7248         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7249         that records where a macro was defined.
7250         * help-fns.el (describe-function-1): Mention if a function has a
7251         compiler-macro.
7252         * help-mode.el (help-function-cmacro): New button.
7254         * locate.el (top-level): Always require dired.
7255         (locate-mode-map): Initialize inside the defvar.
7257         * net/ange-ftp.el (dired-compress-file): Declare.
7258         (ange-ftp-dired-compress-file): Add doc string.
7260         * term/ns-win.el (x-display-name, x-setup-function-keys):
7261         Unify doc-strings with X versions.
7263 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7265         * emulation/crisp.el (crisp-mode-map): Move initialization
7266         into declaration.
7267         (crisp-mode): Use define-minor-mode.
7269         * progmodes/xscheme.el (xscheme-evaluation-commands):
7270         Put a :advertised-binding property rather than using
7271         advertised-xscheme-send-previous-expression.
7272         (advertised-xscheme-send-previous-expression): Declare obsolete.
7273         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7274         `advertised-undo'.
7275         (crisp-mode): Add corresponding bindings to
7276         undo's :advertised-binding instead.
7277         * dired.el (dired-mode-map): Put a :advertised-binding property rather
7278         than using dired-advertised-find-file.
7279         (dired-advertised-find-file):
7280         * simple.el (advertised-undo):
7281         * wid-edit.el (advertised-widget-backward): Declare obsolete.
7282         (widget-keymap): Put a :advertised-binding property rather
7283         than using advertised-widget-backward.
7284         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7285         than using advertised-undo.
7286         * tutorial.el (tutorial--default-keys): Adjust accordingly.
7288 2009-09-10  Simon South  <ssouth@slowcomputing.org>
7290         * progmodes/delphi.el (delphi-tab): Indent region when Transient
7291         Mark mode is enabled and region is active; otherwise indent or
7292         insert TAB as usual.
7293         (delphi-mode): Update description of TAB-key binding.
7295 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7297         * subr.el (define-key-rebound-commands): Mark obsolete.
7298         * startup.el (precompute-menubar-bindings): Remove.
7299         (normal-top-level): Remove obsolete code that tried to precompute
7300         menubar bindings.
7301         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7302         define-key-rebound-commands and precompute-menubar-bindings.
7304 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7306         * net/imap.el (imap-interactive-login): Better messages.
7307         (imap-open): Fix bug with renamed buffer on reconnect.
7308         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7309         for easier debugging and cleaner code.  On successful (guessed based on
7310         server capabilities) secondary authentication, set imap-state
7311         correctly.
7312         (imap-last-authenticator): Define imap-last-authenticator as a variable
7313         to avoid warnings.
7315 2009-09-10  Glenn Morris  <rgm@gnu.org>
7317         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7319         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7320         (byte-compile-file-form-autoload): Don't warn about unknown functions
7321         where the autoload statement comes after the use.
7322         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7323         that any handlers inside the body (eg require) are in turn respected.
7325         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7326         effects.
7328         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7329         and syntax and abbrev tables basic docs, if they don't have any.
7331         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7333         * international/mule-cmds.el (top-level): Require cl when compiling.
7334         (view-hello-file): Use default-value rather than
7335         default-enable-multibyte-characters.
7337         * progmodes/fortran.el: Move all safe and risky properties into the
7338         defcustoms.
7340         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7341         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7342         * mail/undigest.el:
7343         Put autoloads in rmail.el rather than loaddefs.el.
7344         * mail/rmail.el: Regenerate with extracted autoloads.
7346         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7347         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7349 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
7351         Reported in thread for Bug#4375.
7352         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7353         "-data-evaluate-expression" instead of print.
7354         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7355         (gdb-tooltip-print): Parse output from above MI command.
7356         (gdb): Revert 2009-08-11 change.  User should detach inferior
7357         manually.
7359         Remove the word "separate" from IO functions as inferior
7360         output is now never displayed in the GUD buffer.
7362 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
7364         * startup.el (command-line-normalize-file-name): On Windows and
7365         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7367 2009-09-10  Juri Linkov  <juri@jurta.org>
7369         * isearch.el (isearch-text-char-description): Propertize escape
7370         character sequences with the `escape-glyph' face.  (Bug#4344)
7372         * simple.el (shell-command): Set asynchronous process filter to
7373         `comint-output-filter'.  (Bug#4343)
7375         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7376         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
7377         the list.  Move "asm" to the bottom.
7378         (grep-find-ignored-directories): Add `choice' with nil value
7379         to empty the list easily.
7380         (grep-find-ignored-files): New option.
7381         (grep-files-history): Set to nil by default instead of '("ch" "el").
7382         (grep-compute-defaults): Add "<X>" to `grep-template'.
7383         (grep-read-files): Bind new local variables `default-alias' and
7384         `default-extension'.  Use a list of default values for the file prompt.
7385         (lgrep): Add `--exclude=' command line options composed from
7386         `grep-find-ignored-files'.
7387         (rgrep): Add `-name' command line options composed from
7388         `grep-find-ignored-files'.  (Bug#4301)
7390 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7392         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7393         (bug#4368).
7395 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7397         * calendar/time-date.el (autoload):
7398         Expand define-obsolete-function-alias into defalias and make-obsolete
7399         for old Emacsen that Gnus supports.
7400         (with-no-warnings): Define it for old Emacsen.
7401         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7402         is available.
7403         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7404         float-time is available; suppress compile warning for time-to-seconds.
7406 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7408         * net/imap.el (imap-message-map): Docstring fix.
7410 2009-09-09  Glenn Morris  <rgm@gnu.org>
7412         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
7413         line numbers too.  (Bug#4374)
7415 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7417         * smerge-mode.el (smerge-remove-props, smerge-refine):
7418         Use with-silent-modifications (bug#4342).
7420         * subr.el (with-silent-modifications): New macro.
7422 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
7424         * files.el (top-level): Require `cl' when compiling.
7426 2009-09-07  Glenn Morris  <rgm@gnu.org>
7428         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
7430         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
7431         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
7433 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
7435         * vc-git.el (vc-git-annotate-command): Use separator to parse
7436         arguments correctly.
7438 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
7440         * proced.el (proced-mode): Doc fix.
7442 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
7444         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
7445         lstat fails.
7446         (tramp-do-file-attributes-with-ls): Check for file existence at
7447         remote end.
7448         (tramp-do-file-attributes-with-stat): Likewise.
7449         (tramp-convert-file-attributes): Return nil when attr is nil.
7451 2009-09-05  Glenn Morris  <rgm@gnu.org>
7453         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
7454         properties to this button.
7455         (diary-fancy-display): Don't extend the button to the final newline.
7456         (diary-fancy-display-mode): Continue to define "q" as a local key.
7458         * calendar/cal-china.el (holiday-chinese): Make it slightly more
7459         efficient.
7461         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
7463         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
7464         (byte-compile-dest-file-function): New option.
7465         (byte-compile-dest-file): Doc fix.
7466         Obey byte-compile-dest-file-function.
7467         (byte-compile-cl-file-p): New function.
7468         (byte-compile-eval): Only suppress noruntime warnings about cl functions
7469         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
7470         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
7471         than for file being previously loaded.
7472         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
7473         (byte-compile-file-form-require): Handle the case where requiring a file
7474         indirectly causes CL to be loaded.
7476 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
7478         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
7479         before killing the old buffer, since by the time `kill-buffer' is
7480         run so many buffer variables have been set to nil that it may not
7481         behave as expected.  (Bug#4061)
7483 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
7485         * files.el (find-alternate-file): If the old buffer is modified
7486         and visiting a file, behave similarly to `kill-buffer' when
7487         killing it, thus reverting to the pre-1.878 behavior; see
7488         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
7489         for discussion.  Also, consult `buffer-file-name' as a variable
7490         not as a function, for consistency with the rest of the code.
7492 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
7494         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7495         also when adding a new directory.
7497         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
7498         defun.
7500 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7502         * files.el (locate-file-completion-table): Make it provide boundary
7503         information, so partial-completion works better.
7505 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
7507         * mail/footnote.el (Footnote-text-under-cursor):
7508         Check footnote-text-marker-alist before using it (bug#4324).
7510 2009-09-04  Glenn Morris  <rgm@gnu.org>
7512         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
7513         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
7514         * play/solitaire.el, play/tetris.el:
7515         Remove leading * from defcustom and defface docs.
7517         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
7518         necessary.
7519         (diary-fancy-overriding-map): New variable.
7520         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
7521         Use view-mode.
7523         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
7524         goto-line.
7526 2009-09-03  Glenn Morris  <rgm@gnu.org>
7528         * arc-mode.el (archive-mode):
7529         * dos-fns.el (set-default-process-coding-system):
7530         * man.el (Man-getpage-in-background):
7531         * menu-bar.el (menu-bar-describe-menu):
7532         * server.el (server-process-filter):
7533         * startup.el (command-line):
7534         * tar-mode.el (tar-header-block-tokenize, tar-extract):
7535         * w32-fns.el (set-default-process-coding-system):
7536         * x-dnd.el (x-dnd-handle-file-name):
7537         * international/mule-cmds.el (mule-menu-keymap)
7538         (set-default-coding-systems, language-info-alist, set-language-info)
7539         (set-language-environment, standard-display-european-internal)
7540         (set-locale-environment):
7541         * international/mule-diag.el (mule-diag):
7542         * mail/emacsbug.el (report-emacs-bug):
7543         * mail/rmail.el (rmail-mode):
7544         * mail/sendmail.el (mail-setup):
7545         Use default-value rather than default-enable-multibyte-characters.
7547         * progmodes/f90.el: Move all safe properties into the defcustoms.
7548         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
7550         * calendar/appt.el (appt-check):
7551         * calendar/diary-lib.el (diary-set-header, diary-live-p)
7552         (diary-check-diary-file, diary-list-entries)
7553         (diary-include-other-diary-files, diary-simple-display)
7554         (diary-fancy-display, diary-print-entries)
7555         (diary-mark-included-diary-files, diary-make-entry):
7556         Don't call substitute-in-file-name on diary-file.
7558 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
7559             Stefan Monnier  <monnier@iro.umontreal.ca>
7561         * mail/footnote.el (footnote-prefix): Make it a defcustom.
7562         (footnote-mode-map): Move initialization into the declaration.
7563         (footnote-minor-mode-map): Define it rather than changing global-map.
7564         (footnote-mode): Use define-minor-mode.
7566 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
7568         * net/tramp.el (tramp-handle-file-attributes-with-ls)
7569         (tramp-do-file-attributes-with-perl)
7570         (tramp-do-file-attributes-with-stat): Rename from
7571         `tramp-handle-file-attributes-with-*'.
7572         (tramp-handle-file-attributes): Use them.
7573         (tramp-do-directory-files-and-attributes-with-perl)
7574         (tramp-do-directory-files-and-attributes-with-stat): Rename from
7575         `tramp-handle-directory-files-and-attributes-with-*'.
7576         (tramp-handle-directory-files-and-attributes): Use them.
7577         (tramp-method-out-of-band-p): Additional parameter SIZE.
7578         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
7579         (tramp-handle-write-region): Use it.
7580         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
7581         (tramp-handle-vc-registered): Check, whether the first run did
7582         return files to be tested.
7583         (tramp-advice-make-auto-save-file-name): Do not call directly
7584         `tramp-handle-make-auto-save-file-name', because this would bypass
7585         the locking mechanism.
7587         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
7588         (file-remote-p, process-file, start-file-process, set-file-times)
7589         (tramp-compat-file-attributes): Compatibility functions shall not
7590         call directly `tramp-handle-*', because this would bypass the
7591         locking mechanism.
7592         (tramp-compat-number-sequence): New defun.
7594 2009-09-02  Glenn Morris  <rgm@gnu.org>
7596         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
7597         alias for float-time.
7598         (time-to-number-of-days): In Emacs, use float-time.
7599         * net/newst-backend.el (time-add): Suppress warnings from compat
7600         function.
7601         * time.el (emacs-uptime, emacs-init-time):
7602         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
7603         Use float-time rather than time-to-seconds.
7605         * minibuffer.el (completion-initials-expand): Fix typo.
7607         * faces.el (modeline, modeline-inactive, modeline-highlight)
7608         (modeline-buffer-id):
7609         * info.el (info-menu-5): Mark these face aliases as obsolete.
7611 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
7613         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
7614         space ...
7615         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
7616         no "--thread" option.
7617         (gdb-stopped): Don't print "Switched to thread" message when it is
7618         unchanged.
7620 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7622         * minibuffer.el (completion-try-completion)
7623         (completion-all-completions): Remove ill-defined (and
7624         mistakenly installed and luckily never used nor documented)
7625         `completion-styles' property.
7626         (completion-initials-expand, completion-initials-all-completions)
7627         (completion-initials-try-completion): New functions.
7628         (completion-styles-alist): Add doc to each entry.
7629         Add new `initials' entry.
7631 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
7633         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
7634         MI command -var-evaluate-expression.
7635         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
7636         and tweak for case of string child.
7637         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
7639 2009-09-01  Glenn Morris  <rgm@gnu.org>
7641         * add-log.el (change-log-date-face, change-log-name-face)
7642         (change-log-email-face, change-log-file-face, change-log-list-face)
7643         (change-log-conditionals-face, change-log-function-face)
7644         (change-log-acknowledgement-face):
7645         * cus-edit.el (custom-invalid-face, custom-rogue-face)
7646         (custom-modified-face, custom-set-face, custom-changed-face)
7647         (custom-saved-face, custom-button-face, custom-button-pressed-face)
7648         (custom-documentation-face, custom-state-face, custom-comment-face)
7649         (custom-comment-tag-face, custom-variable-tag-face)
7650         (custom-variable-button-face, custom-face-tag-face)
7651         (custom-group-tag-face-1, custom-group-tag-face):
7652         * diff-mode.el (diff-header-face, diff-file-header-face)
7653         (diff-index-face, diff-hunk-header-face, diff-removed-face)
7654         (diff-added-face, diff-changed-face, diff-function-face)
7655         (diff-context-face, diff-nonexistent-face):
7656         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7657         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
7658         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7659         (Info-title-4-face):
7660         * isearch.el (isearch-lazy-highlight-face):
7661         * log-view.el (log-view-file-face, log-view-message-face):
7662         * paren.el (show-paren-match-face, show-paren-mismatch-face):
7663         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
7664         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
7665         (cvs-msg-face):
7666         * smerge-mode.el (smerge-mine-face, smerge-other-face)
7667         (smerge-base-face, smerge-markers-face):
7668         * wid-edit.el (widget-documentation-face, widget-button-face)
7669         (widget-field-face, widget-single-line-field-face)
7670         (widget-inactive-face, widget-button-pressed-face):
7671         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
7672         (woman-addition-face):
7673         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
7674         (eshell-ls-executable-face, eshell-ls-readonly-face)
7675         (eshell-ls-unreadable-face, eshell-ls-special-face)
7676         (eshell-ls-missing-face, eshell-ls-archive-face)
7677         (eshell-ls-backup-face, eshell-ls-product-face)
7678         (eshell-ls-clutter-face):
7679         * eshell/em-prompt.el (eshell-prompt-face):
7680         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
7681         * obsolete/old-whitespace.el (whitespace-highlight-face):
7682         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
7683         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
7684         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
7685         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
7686         (antlr-font-lock-literal-face):
7687         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7688         (ebrowse-root-class-face, ebrowse-file-name-face)
7689         (ebrowse-default-face, ebrowse-member-attribute-face)
7690         (ebrowse-member-class-face, ebrowse-progress-face):
7691         * progmodes/make-mode.el (makefile-space-face):
7692         * progmodes/sh-script.el (sh-heredoc-face):
7693         * textmodes/flyspell.el (flyspell-incorrect-face)
7694         (flyspell-duplicate-face):
7695         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
7696         * textmodes/texinfo.el (texinfo-heading-face):
7697         Mark face aliases with "-face" suffix as obsolete.
7699         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
7700         compiler.
7702         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
7703         (eudc-bob-sound-menu): Use defvar rather than defconst, since
7704         easy-menu-define wants to modify these.
7706         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
7708         * net/browse-url.el (browse-url-file-url):
7709         * term/internal.el (dos-codepage-setup):
7710         Use default-value rather than default-enable-multibyte-characters.
7712         * progmodes/etags.el (etags-goto-tag-location):
7713         * progmodes/flymake.el (flymake-highlight-line)
7714         (flymake-goto-file-and-line, flymake-goto-line):
7715         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
7716         (gdb-goto-breakpoint):
7717         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
7718         * progmodes/python.el (python-find-function)
7719         (python-pdbtrack-track-stack-file):
7720         * progmodes/verilog-mode.el (verilog-surelint-off):
7721         * term/ns-win.el (ns-open-file-select-line):
7722         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
7723         Use forward-line rather than goto-line.
7725         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
7726         * textmodes/reftex-index.el (reftex-display-index):
7727         * textmodes/reftex-ref.el (reftex-offer-label-menu):
7728         * textmodes/reftex-toc.el (reftex-toc):
7729         Remove unnecessary bindings of default-major-mode (all are followed by
7730         major-mode check and possible mode switch).
7732 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
7734         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
7735         Handle watchpoints (bug#4282).
7736         (def-gdb-thread-buffer-command): Enable thread to be selected by
7737         clicking without selecting threads buffer first.
7738         (gdb-current-context-command): Use selected frame so that "up",
7739         "down" etc work in the GUD buffer.
7740         (gdb-update): Find selected frame before rendering stack buffer.
7741         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
7743 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7745         * progmodes/sym-comp.el (displayed-completions): Remove.
7746         (symbol-complete): Use minibuffer-complete.
7748 2009-08-31  Glenn Morris  <rgm@gnu.org>
7750         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
7752         * apropos.el (apropos-symbols-internal):
7753         Handle (obsolete) face aliases.
7755         * faces.el (describe-face): Adjust the output format to be more like
7756         describe-variable, and to mention (obsolete) face aliases.
7757         Adjust the whitespace so that help-setup-xref works.
7759         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
7760         * calendar/diary-lib.el (diary-button-face):
7761         Mark these face aliases as obsolete.
7763         * calendar/calendar.el (calendar-today): Doc fix.
7765 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
7767         * progmodes/gdb-mi.el (gdb-control-all-threads)
7768         (gdb-control-current-thread): Force tool bar update.
7769         (gdb-non-stop-handler): New function.
7770         (gdb-init-1): Use it to test if non-stop mode is supported.
7771         Remove unused gdbmi buffer type.
7773 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
7775         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7776         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
7778 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
7780         * comint.el (comint-exec-1): Check command is non-null first.
7781         Part of gdb-mi.el change (2009-08-28).
7783 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7785         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
7787 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
7789         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
7790         instead of `dolist' to avoid a recursive require when bootstrapping.
7792 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7794         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
7796         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
7798         * net/imap.el (imap-send-command): Simplify.
7799         (imap-wait-for-tag): point-max -> buffer-size.
7801         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
7803         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
7804         with constant argument.
7806         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
7808         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
7810         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
7811         Change default, since most of our files don't have a history.
7812         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
7813         the user.
7815         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7816         Add comint-run.
7818         * calc/calc.el: Improve commenting convention.
7819         (calc-digit-map, toplevel): Simplify.
7821         * comint.el (comint-insert-input): Be careful to only set point if we
7822         don't delegate to some other command.
7824         * proced.el (proced-signal-list): Make it an alist.
7825         (proced-grammar-alist): Capitalize names.
7826         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
7827         Disable undo manually and make it read-only.
7828         Use completion-annotate-function.
7830         * minibuffer.el (minibuffer-message): If the current buffer is not
7831         a minibuffer, insert the message in the echo area rather than at the
7832         end of the buffer.
7833         (completion-annotate-function): New variable.
7834         (minibuffer-completion-help): Use it.
7835         (completion--embedded-envvar-table): Environment vars are
7836         always case-sensitive.
7838 2009-08-30  Glenn Morris  <rgm@gnu.org>
7840         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
7841         from fortran-current-defun.
7842         (fortran-beginning-of-subprogram): Be more precise about finding the
7843         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
7844         (fortran-end-of-subprogram): Simplify.
7845         (fortran-current-defun): Use fortran-start-prog-re.
7847 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
7849         * subr.el (do-after-load-evaluation): Simplify.
7851 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
7853         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
7855         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
7856         (vc-rcs-print-log): Use it.
7858         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
7860 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7862         * paths.el (abbrev-file-name): Move to abbrev.el.
7863         * abbrev.el (abbrev-file-name): Move from paths.el.
7864         Obey user-emacs-directory.
7865         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
7866         user-emacs-directory.
7867         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
7868         abbrev-file-name and calc-settings-file any more.
7869         * startup.el (command-line): Recompute abbrev-file-name and
7870         abbreviated-home-dir.
7871         (normal-no-mouse-startup-screen): Improve the generic code and get rid
7872         of the special code for when C-h bindings haven't been changed.
7873         (display-startup-echo-area-message): Use with-current-buffer.
7874         (command-line-1): Use a list of strings, rather than a list of lists
7875         of strings for longopts.
7877         * files.el (get-free-disk-space): Use / for default-directory.
7879         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
7880         Use with-current-buffer.
7882         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
7883         Recognize immutable variables like most-positive-fixnum.
7884         (byte-compile-setq-default): Check and warn if trying to assign
7885         to an immutable variable, or a non-variable.
7887         * progmodes/cc-vars.el (c-comment-continuation-stars):
7888         * progmodes/cc-engine.el (c-looking-at-bos):
7889         * progmodes/cc-cmds.el (c-toggle-auto-state)
7890         (c-forward-into-nomenclature, c-backward-into-nomenclature)
7891         (c-comment-line-break-function): Add version of obsolescence.
7893 2009-08-28  Juri Linkov  <juri@jurta.org>
7895         * files.el (magic-fallback-mode-alist): Add ZIP magic number
7896         associated with `archive-mode'.
7898         * image.el (image-type-header-regexps): Use only JPEG magic number
7899         to determine JPEG images, and don't use `image-jpeg-p' because
7900         Emacs can display non-JFIF non-Exif JPEG images.
7902 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
7904         * arc-mode.el (archive-mode):
7905         * emacs-lisp/re-builder.el (re-builder-unload-function):
7906         Protect against the default value of `major-mode' being nil.
7908 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
7910         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
7911         Fix typos in docstrings.
7913         * progmodes/js.el (js--macro-decl-re): Doc fix.
7914         (js--plain-method-re, js--split-name): Refloc docstring.
7915         (js--class-styles, js--make-merged-item, js--splice-into-items):
7916         Fix typos in docstrings; reflow docstrings.
7917         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
7918         (js--variable-decl-matcher, js--inside-pitem-p)
7919         (js--parse-state-at-point, js--get-all-known-symbols)
7920         (js--symbol-history, js-find-symbol, js--js-references)
7921         (js--moz-interactor, js--js-encode-value, js--read-tab):
7922         Fix typos in docstrings.
7924 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7926         * textmodes/reftex.el (reftex-get-file-buffer-force):
7927         * progmodes/verilog-mode.el (verilog-batch-execute-func):
7928         * emulation/viper.el (viper-go-away, viper-set-hooks):
7929         * emacs-lisp/re-builder.el (re-builder-unload-function):
7930         * emacs-lisp/bytecomp.el (byte-compile-file):
7931         * ses.el (ses-unload-function):
7932         * hexl.el (hexl-find-file):
7933         * files.el (normal-mode):
7934         * ehelp.el (with-electric-help):
7935         * autoinsert.el (auto-insert-alist):
7936         * arc-mode.el (archive-mode):
7937         Use (default-value 'major-mode) instead of default-major-mode.
7939         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
7940         * international/mule.el (load-with-code-conversion):
7941         * emacs-lisp/debug.el (debug):
7942         * ediff-vers.el (ediff-rcs-get-output-buffer):
7943         * dired.el (dired-internal-noselect): Don't let-bind
7944         default-major-mode around code that doesn't use it.
7945         E.g. buffer creation via get-buffer-create doesn't use it.
7947 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
7949         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
7950         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
7951         when writing the temp file.  Otherwise, epa-file gets confused.
7952         (tramp-register-file-name-handlers): Make it a defun.  Move also
7953         `epa-file-handler' to the front of `file-name-handler-alist'.
7955 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7957         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
7958         start right after a ^M.
7959         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
7960         (tramp-completion-file-name-regexp-separate)
7961         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
7962         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
7963         Don't modify last-coding-system-used by accident.
7964         (tramp-completion-file-name-handler): Apply the checks here,
7965         instead during registration.
7966         (tramp-register-file-name-handlers) Renamed from
7967         `tramp-register-file-name-handler'.  Register both
7968         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
7969         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
7971 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
7973         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
7974         Remove variable ...
7975         (gdb-init-1, gdb-display-separate-io-buffer)
7976         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
7977         references to it.
7978         (gdb-inferior-io-mode): Use make-comint-in-buffer.
7979         (gdb-inferior-filter): Use comint-output-filter to stop
7980         echoing and remove ^M characters.
7982 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7984         * emulation/viper-init.el (viper-restore-cursor-type):
7985         * emulation/cua-base.el (cua--update-indications):
7986         Replace default-cursor-type with (default-value 'cursor-type).
7988         * mail/sendmail.el (mail-recover-1):
7989         * international/mule-diag.el (describe-current-coding-system-briefly)
7990         (describe-current-coding-system):
7991         * international/mule-cmds.el (select-safe-coding-system)
7992         (select-message-coding-system)
7993         (set-language-environment-coding-systems, set-locale-environment):
7994         * hexl.el (hexl-insert-multibyte-char):
7995         * dos-w32.el (find-buffer-file-type-coding-system):
7996         * simple.el (what-cursor-position):
7997         Replace uses of default-buffer-file-coding-system
7998         with (default-value 'buffer-file-coding-system).
8000         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8001         Replace uses of default-cursor-in-non-selected-windows
8002         with (default-value 'cursor-in-non-selected-windows).
8003         Use with-current-buffer.
8005         * mail/feedmail.el: Use CL macros.
8006         (feedmail-run-the-queue, feedmail-send-it-immediately):
8007         * dos-w32.el (find-buffer-file-type): Replace uses of
8008         default-buffer-file-type with (default-value 'buffer-file-type).
8010 2009-08-28  Glenn Morris  <rgm@gnu.org>
8012         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8013         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8014         Use default-value of major-mode rather than default-major-mode.
8016 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8018         * Makefile.in (update-elcfiles): Report left over elc files.
8020         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8021         expand-file-name and with-current-buffer.
8022         (mail-get-names, mail-directory): Use with-current-buffer.
8024         * vc.el (vc-read-revision): New function.
8025         (vc-version-diff, vc-merge): Use it.
8027 2009-08-27  Sam Steingold  <sds@gnu.org>
8029         * simple.el (kill-do-not-save-duplicates): New user option.
8030         (kill-new): When it is non-nil, and the new string is the same as
8031         the latest kill, set replace to t to avoid duplicates in kill-ring.
8033 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
8035         * net/tramp.el (tramp-handle-process-file): Do not flush all
8036         caches when `process-file-side-effects' is set.
8037         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8038         instead of `tramp-find-file-exists-command'.
8039         Unset `process-file-side-effects'.
8041 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
8043         * net/tramp.el (tramp-methods): New method "rsyncc".
8044         (top): Add completion function for "rsyncc".
8045         (tramp-message-show-message): New defvar.
8046         (tramp-message, tramp-error): Use it.
8047         (tramp-do-copy-or-rename-file-directly): Extend check for direct
8048         remote copying.
8049         (tramp-do-copy-or-rename-file-out-of-band): Handle new
8050         `tramp-methods' entry `copy-env' of "rsyncc".
8051         (tramp-vc-registered-read-file-names): New defconst.
8052         (tramp-vc-registered-file-names): New defvar.
8053         (tramp-handle-vc-registered): Implement optimization strategy.
8054         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8055         (tramp-vc-file-name-handler): New defun.
8056         (tramp-get-ls-command, tramp-get-test-command)
8057         (tramp-get-file-exists-command, tramp-get-remote-ln)
8058         (tramp-get-remote-perl, tramp-get-remote-stat)
8059         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8061         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8062         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
8063         timestamps.
8064         (tramp-get-file-property): Check for timestamps in
8065         `tramp-cache-inhibit-cache'.
8066         (tramp-set-file-property): Write timestamp.
8068 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8070         * language/japan-util.el (japanese-symbol-table): Add entries for
8071         cp932-2-byte.
8073         * international/characters.el: Add category `j' to cp932-2-byte.
8075 2009-08-27  Kenichi Handa  <handa@m17n.org>
8077         * international/fontset.el (build-default-fontset-data): New macro.
8078         (setup-default-fontset): Use build-default-fontset-data for CJK,
8079         tibetan, ethiopic, and ipa.
8081 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8083         * cus-start.el (default-major-mode): Customize `major-mode' instead.
8084         (enable-multibyte-characters): Not customizable any more.
8086         * subr.el (default-mode-line-format, default-header-line-format)
8087         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8088         (default-direction-reversed, default-truncate-lines)
8089         (default-left-margin, default-tab-width, default-case-fold-search)
8090         (default-left-margin-width, default-right-margin-width)
8091         (default-left-fringe-width, default-right-fringe-width)
8092         (default-fringes-outside-margins, default-scroll-bar-width)
8093         (default-vertical-scroll-bar, default-indicate-empty-lines)
8094         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8095         (default-fringe-cursor-alist, default-scroll-up-aggressively)
8096         (default-scroll-down-aggressively, default-fill-column)
8097         (default-cursor-type, default-buffer-file-type)
8098         (default-cursor-in-non-selected-windows)
8099         (default-buffer-file-coding-system, default-major-mode)
8100         (default-enable-multibyte-characters): Mark as obsolete.
8102 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
8104         * vc-dir.el (vc-dir-update): Remove debug helper.
8106         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8108 2009-08-26  Sam Steingold  <sds@gnu.org>
8110         * simple.el (save-interprogram-paste-before-kill): New user option.
8111         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8112         save the interprogram-paste into kill-ring before overriding it
8113         with the Emacs kill.
8115 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8117         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8118         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8119         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8120         and move to vc-rcs.el.
8121         (vc-default-next-revision): Rename to vc-rcs-next-revision and
8122         move to vc-rcs.el.
8123         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8124         (vc-rcs-update-changelog): Remove.
8125         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8126         and move to vc-rcs.el.
8128         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8129         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8130         renaming.
8131         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8132         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8133         vc.el, renamed to be RCS specific.
8135         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8136         New functions.
8137         (vc-cvs-update-changelog): Move here from vc.el.
8139         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8140         New functions.
8142 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8144         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8146 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8148         * vc-git.el (vc-git-register): Use "git add" for directories.
8149         (vc-git-stash, vc-git-stash-show): New functions.
8150         (vc-git-extra-menu-map): Bind them.
8152         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8153         directory correctly in case the item is a directory itself.
8155         * vc.el: Document the desired behavior for reverted files in the
8156         `added' state.
8157         (vc-default-prettify-state-info): Remove function, unused.
8159         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8161 2009-08-26  Glenn Morris  <rgm@gnu.org>
8163         * bindings.el (standard-mode-line-format): Reposition dashes in
8164         which-func entry.  (Bug#4217)
8166         * files.el (enable-local-variables, enable-local-eval)
8167         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8168         the defcustoms.
8169         (auto-mode-alist, ignored-local-variables)
8170         (save-some-buffers-action-alist): Move risky declarations to the
8171         definitions.
8172         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8173         (font-lock-defaults, format-alist, imenu--index-alist)
8174         (imenu-generic-expression, input-method-alist, minor-mode-alist)
8175         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8176         (mode-line-modified, mode-line-mule-info, mode-line-position)
8177         (mode-line-process, mode-line-remote, outline-level)
8178         (parse-time-rules, rmail-output-file-alist)
8179         (special-display-buffer-names, vc-mode):
8180         Move risky declarations to the relevant files.
8181         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8182         (mode-line-modified, mode-line-process, mode-line-position)
8183         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8184         * font-core.el (font-lock-defaults):
8185         * format.el (format-alist):
8186         * vc-hooks.el (vc-mode):
8187         * window.el (special-display-buffer-names):
8188         * international/mule-cmds.el (input-method-alist):
8189         Define riskiness here (dumped file) rather than in files.el.
8190         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8191         * imenu.el (imenu-generic-expression, imenu--index-alist):
8192         * outline.el (outline-level):
8193         * time.el (display-time-string):
8194         * calendar/parse-time.el (parse-time-rules):
8195         * mail/rmailout.el (rmail-output-file-alist):
8196         Autoload riskiness here, rather than placing in files.el.
8198 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
8200         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8202 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
8204         * simple.el (process-file-side-effects): New defvar.
8206         * dired-aux.el (dired-show-file-type):
8207         * vc.el (vc-diff-internal):
8208         * vc-arch.el (vc-arch-diff):
8209         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8210         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8211         * vc-git.el (vc-git-registered, vc-git-working-revision)
8212         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8213         (vc-git--empty-db-p):
8214         * vc-hooks.el (vc-user-login-name):
8215         * vc-svn.el (vc-svn-registered, vc-svn-state)
8216         (vc-svn-dir-extra-headers, vc-svn-find-revision):
8217         * progmodes/grep.el (grep-probe): Let-bind
8218         `process-file-side-effects' with nil.
8220         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8222         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8223         daemon.  Replace ping by checking for running service for bluez
8224         and zeroconf.  (Bug#4239)
8226 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8228         * net/dig.el (dig): Add autoload cookie.
8230 2009-08-25  Glenn Morris  <rgm@gnu.org>
8232         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8233         load-history for absolute file-names.
8234         (byte-compile-file-form-require): Warn about use of the cl package.
8236         * format.el (format-alist): Doc fix.
8238         * play/bubbles.el (top-level): Don't require cl at run-time.
8240         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8241         run-time cl).
8243 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
8245         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8246         from cl package.
8247         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8249 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
8251         * calc/calc-alg.el (math-trig-rewrite)
8252         (math-hyperbolic-trig-rewrite): New functions.
8253         (calc-simplify): Simplify trig functions when asked.
8255 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8257         * diff-mode.el (diff-find-source-location): Avoid goto-line.
8259 2009-08-24  Kenichi Handa  <handa@m17n.org>
8261         * language/ind-util.el (mapthread): Delete it.
8262         (combinatorial): New function.
8263         (indian--puthash-cv): Use combinatorial instead of mapthread.
8265 2009-08-22  Kevin Ryde  <user42@zip.com.au>
8267         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8268         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8269         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8270         Clarify docstring that the value is strings not symbols.
8271         (checkdoc-list-of-strings-p): New function.
8273 2009-08-22  Glenn Morris  <rgm@gnu.org>
8275         * files.el (auto-mode-alist):
8276         * hippie-exp.el (he-concat-directory-file-name):
8277         * lpr.el (lpr-windows-system, printer-name):
8278         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8279         * ps-print.el (ps-windows-system):
8280         * startup.el (command-line):
8281         * emulation/viper-ex.el (viper-glob-function):
8282         * international/mule-cmds.el (set-language-environment-coding-systems):
8283         * net/ange-ftp.el (ange-ftp-write-region):
8284         * obsolete/fast-lock.el (fast-lock-cache-name):
8285         Remove code for defunct system-types emx, macos, mswindows, next-mach,
8286         unisoft-unix, vax-vms, win32, w32.
8288         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8289         given name if the pattern is not more specific.
8291         * calendar/lunar.el (lunar-phase-names): New option.
8292         (lunar-phase): Doc fix.
8293         (lunar-cycles-per-year): New constant.
8294         (lunar-index): New function.
8295         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8296         (lunar-phase-name): Use lunar-phase-names.
8297         (calendar-lunar-phases): Use format.
8298         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8300         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8301         Copy imenu-example--name-and-position function here for own use.
8302         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8304         * bs.el (bs--redisplay):
8305         * cus-edit.el (custom-redraw):
8306         * ibuffer.el (ibuffer-bury-buffer):
8307         * server.el (server-goto-line-column):
8308         * startup.el (command-line-1):
8309         * strokes.el (strokes-xpm-for-stroke):
8310         * term.el (term-display-buffer-line):
8311         * view.el (View-goto-line):
8312         * calc/calc.el (calc-do, calc-trail-buffer):
8313         * play/gamegrid.el (gamegrid-add-score-insecure):
8314         * progmodes/ada-mode.el (ada-compile-goto-error):
8315         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8316         (ebrowse-select-1st-to-9nth):
8317         * progmodes/cperl-mode.el (cperl-time-fontification):
8318         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8319         * progmodes/gud.el (gud-display-line):
8320         (idlwave-shell-display-line):
8321         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8322         * progmodes/make-mode.el (makefile-browser-toggle):
8323         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8324         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8325         * textmodes/picture.el (picture-draw-rectangle):
8326         * textmodes/reftex-index.el (reftex-index-goto-letter):
8327         (reftex-select-jump-to-previous):
8328         * textmodes/reftex-sel.el (reftex-find-start-point)
8329         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8330         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8331         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8332         * textmodes/tex-mode.el (tex-compilation-parse-errors):
8333         * textmodes/two-column.el (2C-associated-buffer):
8334         Use forward-line rather than goto-line.
8336         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8337         goto-line.
8339         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8340         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8341         (quick-check-list-to-regexp): Declare.
8343         * progmodes/make-mode.el (makefile-browser-insert-selection):
8344         Use goto-char rather than goto-line.
8346         * progmodes/prolog.el (compilation-error-regexp-alist)
8347         (compilation-forget-errors): Declare.
8349 2009-08-22  Juri Linkov  <juri@jurta.org>
8351         * progmodes/grep.el (lgrep, rgrep): At the beginning
8352         set `dir' to `default-directory' unless `dir' is a non-nil
8353         readable directory.  (Bug#4052)
8354         (lgrep, rgrep): Change a weird way to report an error
8355         from using `read-string' to using `error'.
8356         Instead of using interactive arguments in the function body,
8357         add new argument `confirm'.
8359 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8361         * textmodes/remember.el (remember-buffer):
8362         * progmodes/cperl-mode.el (cperl-vc-header-alist):
8363         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8364         (icalendar-extract-ical-from-buffer):
8365         * net/newst-treeview.el (newsticker-groups-filename):
8366         * net/newst-backend.el (newsticker-cache-filename):
8367         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8368         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8369         (speedbar-add-ignored-path-regexp, speedbar-line-path)
8370         (speedbar-buffers-line-path, speedbar-path-line)
8371         (speedbar-buffers-line-path):
8372         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8373         (epg-sign-keys):
8374         * epa.el (epa-display-verify-result):
8375         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8377 2009-08-21  Glenn Morris  <rgm@gnu.org>
8379         * progmodes/js.el (inferior-moz-process): Fix declaration.
8381         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8383         * obsolete/rnewspost.el (news-mail-reply):
8384         Use goto-char rather than goto-line.
8386         * term/ns-win.el (ns-open-file-select-line):
8387         Use line-beginning-position rather than goto-line.
8389         * apropos.el (apropos-command):
8390         * ehelp.el (electric-helpify):
8391         * printing.el (pr-show-setup):
8392         * strokes.el (strokes-help):
8393         * tutorial.el (tutorial--describe-nonstandard-key)
8394         (tutorial--detailed-help):
8395         * woman.el (woman-mini-help, woman-display-extended-fonts):
8396         * calc/calc-help.el (calc-describe-key):
8397         * emulation/edt.el (edt-electric-helpify):
8398         * international/mule-diag.el (mule-diag):
8399         * play/yow.el (apropos-zippy):
8400         * progmodes/python.el (python-describe-symbol):
8401         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
8402         * textmodes/table.el (*table--cell-describe-mode)
8403         (*table--cell-describe-bindings):
8404         Use help-print-return-message rather than the now obsolete alias.
8406         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
8407         (calendar-cursor-to-visible-date):
8408         * play/5x5.el (5x5-position-cursor):
8409         * play/decipher.el (decipher):
8410         * play/gomoku.el (gomoku-goto-xy):
8411         * play/landmark.el (lm-goto-xy):
8412         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
8413         (mpuz-paint-digit):
8414         Use forward-line, not goto-line.
8416         * mail/rmail.el (rmail-obsolete): Delete custom group.
8417         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
8418         (rmail-remote-password, rmail-remote-password-required):
8419         Remove unneeded :set-after and :set properties.
8421 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
8423         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
8425 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
8427         * loadup.el: Remove leftover macos code.
8429         * vc-git.el (vc-git-annotate-command): Run asynchronously.
8430         Explicitly pass the date format to git blame so that user local
8431         so that the output format can be parsed.
8433 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
8435         * net/dbus.el (top): Don't check for (getenv
8436         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
8438 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
8440         * log-edit.el (log-edit-strip-single-file-name): New var.
8441         (log-edit-insert-changelog): Use it.  Bug#3571
8443 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8445         * subr.el (read-passwd): Use read-key so keypad keys work as well.
8446         Bug#3287
8448         * help.el (help-print-return-message): Rename from
8449         print-help-return-message.
8451         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
8452         cvs-mode-map parent hack.
8453         (log-view-mode): Derive from special-mode.
8455         * linum.el (linum-mode): window-size-change-functions is redundant.
8456         Adapt to new window-configuration-change-hook behavior.
8457         (linum-after-size, linum-after-config): Remove.
8459         * imenu.el (imenu-example--name-and-position)
8460         (imenu-example--lisp-extract-index-name)
8461         (imenu-example--create-lisp-index, imenu-example--create-c-index):
8462         Mark as obsolete.
8464         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
8465         (inferior-prolog-mode): Use it.
8466         (inferior-prolog-load-file): Reset list of errors.
8468 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8470         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
8472         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
8474 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
8476         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
8477         is running already.
8479 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8481         * subr.el (listify-key-sequence-1): Use normal syntax since those
8482         integers are nowadays always represented by the same (positive) number
8483         on all platforms.
8484         (read-key-empty-map): New const.
8485         (read-key-delay): New var.
8486         (read-key): New function.
8487         (force-mode-line-update): Use with-current-buffer.
8488         (locate-user-emacs-file): Don't forget to abbreviate the file name.
8489         (start-process-shell-command, start-file-process-shell-command):
8490         Discourage the use of command-args.
8492 2009-08-19  Glenn Morris  <rgm@gnu.org>
8494         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
8496 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8498         * simple.el (choose-completion-string): Don't rely on
8499         minibuffer-completing-file-name and ad-hoc checks to decide whether
8500         to continue completion or not.
8502         * minibuffer.el (minibuffer-hide-completions): New function.
8503         (completion--do-completion): Use it.
8504         (completions-annotations): New face.
8505         (completion--insert-strings): Use it.
8506         (completion-pcm--delim-wild-regex): Add docstring.
8507         (completion-pcm--string->pattern): Add support for 0-width delimiters
8508         in completion-pcm--delim-wild-regex.
8510 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8512         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
8513         Remove unused var `buffer-modified-p'.
8515         * minibuffer.el (completion--do-completion): Move point for the #b001
8516         case as well (bug#4176).
8517         (minibuffer-complete, minibuffer-complete-word): Don't move point.
8519 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
8521         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
8522         and :session buses.
8524 2009-08-18  Kenichi Handa  <handa@m17n.org>
8526         * international/ucs-normalize.el (ucs-normalize-version):
8527         Change to 1.1.
8528         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
8529         (utf-8-hfs): Make it perform normalization on encoding too.
8531         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
8532         (sentence-end-without-space): Delete duplicated chars.
8533         (sentence-end-base): Likewise.
8535         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
8536         (html-mode): Delete duplicated chars from sentence-end-base.
8538         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
8539         (texinfo-mode): Delete duplicated chars from sentence-end-base.
8541 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
8543         * files.el (hack-one-local-variable): If the mode function is for
8544         a minor mode, pass it an argument (Bug#4148).
8546 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
8548         * net/tramp.el (tramp-register-completion-file-name-handler):
8549         Check also for (member 'partial-completion completion-styles).
8551 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8553         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
8554         abbrev (Bug#3943).
8556 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
8558         * progmodes/cperl-mode.el: Merge upstream 6.2.
8559         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
8560         (cperl-forward-re): Check cperl-brace-recursing.
8561         (cperl-highlight-charclass): New function.
8562         (cperl-find-pods-heres): Use it.
8563         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8564         (cperl-beautify-regexp-piece): Fix column calculation.
8565         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8566         (cperl-beautify-level): Don't process entire regexp.
8567         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
8568         calling man.
8569         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
8570         (cperl-init-faces): Build a list in the normal way.
8572 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8574         * calendar/parse-time.el (parse-time-string-chars): Save match
8575         data.
8577 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8579         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
8580         (sql-product): Use it.
8581         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
8582         (sql-set-product): Add completion.
8583         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
8584         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
8585         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
8586         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
8587         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
8588         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
8589         (sql-highlight-db2-keywords): Remove.
8590         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
8591         (sql-highlight-product): Use derived-mode-p.
8592         (sql-set-sqli-buffer): Use with-current-buffer.
8593         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
8594         Simplify.
8596         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
8598         * term.el: Fix commenting convention, turn comments into docstrings.
8600 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
8602         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
8604 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8606         * calendar/parse-time.el (parse-time-string-chars): Compute using
8607         character classes, to handle non-ascii characters (Bug#3190).
8609 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8611         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
8612         another heredoc if the user adds another < (Bug#3226).
8614         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8615         Don't initialize based on window-system (Bug#4124).
8617         * facemenu.el (facemenu-read-color): Use a completion function
8618         that accepts any defined color, such as RGB triplets (Bug#3677).
8620         * files.el (get-free-disk-space): Change fallback default
8621         directory to /.  Expand DIR argument before switching to fallback.
8622         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
8624 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
8626         * files.el (load-library): Doc fix.
8628 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
8630         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
8631         (viper-if-string): Redefine C-s in the minibuffer to insert the last
8632         incremental search string.
8634         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
8635         XEmacs.
8637         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
8638         (ediff-merge-region-is-non-clash)
8639         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
8640         Also check if the job is really a merge job.
8642         * ediff.el (ediff-current-file): New function.
8644 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
8646         * progmodes/js.el: Edit docstrings throughout to follow Emacs
8647         conventions.
8648         (js-insert-and-indent): Delete function.
8649         (js-mode-map): Don't bind keys to js-insert-and-indent.
8650         (js-beginning-of-defun): Rename from js--beginning-of-defun.
8651         (js-end-of-defun): Rename from js--end-of-defun.
8652         (js-auto-indent-flag): Delete variable.
8654 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
8656         * progmodes/js.el: Remove proclaim statement.
8657         Defvar which-func-imenu-joiner-function to silence compiler.
8659         * files.el (auto-mode-alist): Use js-mode for .js files.
8661         * progmodes/js2-mode.el: Remove file.
8663         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
8665         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
8667         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
8669 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
8670             Karl Landstrom  <karl.landstrom@brgeight.se>
8672         * progmodes/js.el: New file.
8674 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
8676         * timezone.el (timezone-parse-date): Add ability to understand ISO
8677         basic format (minimal separators) dates in addition to the
8678         already-supported extended format dates.
8680 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
8682         * international/ucs-normalize.el: Add a `coding' file variable.
8684         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
8686 2009-08-14  Sam Steingold  <sds@gnu.org>
8688         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
8690 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
8692         * faces.el (help-argument-name): Define it here instead of
8693         help-fns.el, because in daemon mode help-fns.el may be loaded when
8694         faces are still uninitialized (Bug#1078).
8696         * help-fns.el (help-argument-name): Move defface to faces.el.
8698 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
8700         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
8701         create buffer with a pty but no process so that GDB can make the
8702         inferior the controlling process.
8704 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
8706         * international/ucs-normalize.el: New file.
8708 2009-08-13  Richard Stallman  <rms@gnu.org>
8710         * mail/rmail.el (rmail-get-attr-names):
8711         Accept an attribute header that is too short.
8713         * mail/rmail.el (rmail-forget-messages):
8714         Ignore nil elt in rmail-message-vector.  Use dotimes.
8716         * progmodes/compile.el (compilation-goto-locus):
8717         Use next-error-move-function.
8719         * simple.el (next-error-move-function): New variable.
8721 2009-08-12  Juri Linkov  <juri@jurta.org>
8723         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
8724         always non-nil.  (Bug#4052)
8726         * replace.el (read-regexp): Return empty string when
8727         `default-value' is nil.
8728         (keep-lines-read-args): Don't use empty string as the
8729         default value for `read-regexp'.  (Bug#2495)
8731 2009-08-12  Juri Linkov  <juri@jurta.org>
8733         * international/mule-cmds.el (ucs-insert): Change arguments
8734         from `arg' to `character', `count', `inherit' to be the same
8735         as in `insert-char'.  Doc fix.  (Bug#4039)
8737         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
8739 2009-08-12  Juri Linkov  <juri@jurta.org>
8741         * files-x.el: New file.
8743         * files.el: Move code that deals with adding/deleting
8744         file/directory-local variables to files-x.el.
8746         * Makefile.in (ELCFILES): Add files-x.elc.
8748 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
8750         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
8751         to use `goto-line'.
8752         (gdb-place-breakpoints, gdb-get-location): Rewritten without
8753         `goto-line'.
8754         (gdb-invalidate-disassembly): Do not refresh upon receiving
8755         'update signal.  Instead, update all disassembly buffers only after
8756         threads list.
8757         (gdb): Send -target-detach when buffer is killed (Bug#3794).
8758         (gdb-starting): Moved -data-list-register-names...
8759         (gdb-stopped): ...here so it's sent when first thread stops.
8760         (gdb-registers-handler-custom): Do nothing if register names are
8761         unknown yet.
8763         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
8764         from `gdb-mi.el' to avoid extra tangling.
8766         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
8767         change which breaks `gud-def' definitions used in `gdb'.
8768         (gdb-update-gud-running): No extra fuss for updating frame number.
8770 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8772         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
8773         (describe-language-environment-map, setup-language-environment-map)
8774         (set-coding-system-map): Move initialization into declaration.
8775         (set-language-info-alist): Last arg to define-key-after can be skipped.
8777         * international/quail.el (quail-completion-1): Simplify.
8778         (quail-define-rules): Use slightly more compact code.
8779         (quail-insert-decode-map): Propertize keys, compact columns.
8781         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8782         Add goto-line.
8784 2009-08-10  Miles Bader  <miles@gnu.org>
8786         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
8787         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
8788         (js2-instance-member, js2-private-member, js2-private-function-call)
8789         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
8790         (js2-magic-paren, js2-external-variable):
8791         Remove "-face" suffix from face names.
8792         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
8793         (js2-highlight-undeclared-vars, js2-peek-token)
8794         (js2-parse-function-params, js2-mode-show-errors)
8795         (js2-mode-show-warnings, js2-make-magic-delimiter)
8796         (js2-mode-highlight-magic-parens): Update to use new face names.
8798 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
8800         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
8801         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
8803 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
8805         * subr.el: Provide hashtable-print-readable.
8807         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
8808         hs-c-like-adjust-block-beginning.
8809         (hs-hide-block-at-point): Stop hiding at the beginning of
8810         hs-block-end-regexp (Bug#700).
8812 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
8814         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
8815         a macro.
8816         (gdb-registers-handler-custom): Do not fail when register names
8817         are unavailable.
8819 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
8821         * progmodes/gdb-mi.el (gdb-control-all-threads)
8822         (gdb-control-current-thread): Interactive setters for
8823         `gdb-gud-control-all-threads' to use in menu.
8824         (gdb-show-run-p): Show «Go» when process is not active.
8825         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
8826         gud/thread.xpm and gud/all.xpm.
8828 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
8830         * net/net-utils.el (net-utils-font-lock-keywords): New var.
8831         (nslookup-font-lock-keywords): Make it a variable.
8832         (net-utils-mode): New mode for viewing diagnostic network output.
8833         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
8834         (net-utils-run-simple): New function.
8835         (ifconfig, iwconfig, netstat, arp, route): Use it.
8837 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
8839         * progmodes/gdb-mi.el (gdb-read-memory-custom)
8840         (gdb-memory-set-address, def-gdb-set-positive-number)
8841         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
8842         after changing settings.
8843         (gdb-invalidate-disassembly): Update when first shown.
8844         (gdb-edit-locals-value): Fixed.
8845         (gdb-registers-handler-custom): Print registers in right order and
8846         allow changing register values (only for current thread yet).
8847         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
8848         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
8849         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
8850         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
8851         info in mode name.
8852         (gdb-registers-mode-map): TAB to switch to locals.
8854 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
8856         * mail/rmail.el (rmail-add-mbox-headers)
8857         (rmail-set-message-counters-counter): Search for
8858         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
8860 2009-08-08  Glenn Morris  <rgm@gnu.org>
8862         * Makefile.in (ELCFILES): Update.
8864 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
8866         * mail/sendmail.el (mail-yank-original): Set
8867         buffer-file-coding-system from the one used by the message whose
8868         text is yanked.
8870         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
8871         to "windows" when "pgnuplot" is used.
8872         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
8873         call accept-process-output if "pgnuplot" is used.
8874         (calc-graph-init): Don't send -display and -geometry to
8875         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
8876         running "pgnuplot -V" with shell-command-to-string.
8878         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
8879         the default.
8881 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
8883         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
8884         org/org-latex.elc.
8886 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
8888         * vc-dispatcher.el (vc-resynch-window): Update comment.
8890         * term.el (term-handle-ansi-escape): Add comments with the
8891         terminfo capabilities implemented.
8893 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
8895         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
8896         (gdb-var-create-handler): Rewritten using JSON parser.
8897         (gdb-propertize-header): Moved earlier.
8898         (gdb-set-header): Removed to avoid duplication.
8899         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
8900         Refresh disassembly buffers only after threads list have been
8901         update.
8902         (gdb-threads-header, gdb-registers-header): Per-buffer header line
8903         variables.
8905 2009-08-04  Juri Linkov  <juri@jurta.org>
8907         * files.el: Commands to add/delete file/directory-local variables.
8908         (read-file-local-variable, read-file-local-variable-value)
8909         (read-file-local-variable-mode, modify-file-local-variable)
8910         (modify-file-local-variable-prop-line)
8911         (modify-dir-local-variable): New functions.
8912         (add-file-local-variable, delete-file-local-variable)
8913         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
8914         (add-dir-local-variable, delete-dir-local-variable)
8915         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
8916         (copy-dir-locals-to-file-locals-prop-line): New commands.
8918 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
8920         * abbrev.el (insert-abbrev-table-description): Prettify output.
8921         Suggested by Karl Chen.
8923 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
8925         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
8926         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
8927         (gdb-overlay-arrow-position, gdb-thread-position)
8928         (gdb-disassembly-position): Declare variables.
8929         (gdb-wait-for-pending): Function now.
8930         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
8931         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
8932         compilation goes smoothly.
8933         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
8934         (gdb-non-stop-setting): New customization setting which replaces
8935         `gdb-non-stop' so changing it doesn't break active GDB session.
8936         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
8937         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
8938         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
8939         (gdb-show-threads-by-default): New customization options.
8940         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
8941         routines.
8942         (gdb-get-buffer-create): Send buffers update signal when they are
8943         created.
8944         (gdb-invalidate-locals, gdb-invalidate-registers)
8945         (gdb-invalidate-breakpoints)
8946         (gdb-invalidate-threads, gdb-invalidate-disassembly)
8947         (gdb-invalidate-memory): Accept update signal.
8948         (gdb-current-context-command): Use --frame option.
8949         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
8950         Implement `gdb-frame-number' selection logic.
8951         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
8952         whether to show GUD toolbar buttons.
8953         (gdb-thread-exited): Unselect current thread when it exits.
8954         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
8955         (gdb-mark-line): Routine which sets overlay arrow or inverses
8956         video on fringeless displays.
8957         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
8958         to build aligned columns of data in GDB buffers and set text
8959         properties line-by-line.
8960         (gdb-invalidate-breakpoints)
8961         (gdb-breakpoints-list-handler-custom)
8962         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
8963         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
8964         (gdb-registers-handler-custom): Align data columns.
8965         (gdb-locals-handler-custom): Now prints data like in variable
8966         declarations.
8967         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
8968         Removed confusing buttons.
8969         (gdb-invalidate-threads): Append --frame.
8970         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
8971         between breakpoints/threads buffers.
8972         (gdb-set-window-buffer): Now can ignore dedicated windows.
8973         (gdb-propertize-header): Use `gdb-set-window-buffer'.
8974         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
8975         (def-gdb-thread-buffer-gud-command): Replaces
8976         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
8977         for fine thread control.
8978         (gdb-preempt-existing-or-display-buffer): New function used to
8979         display bound buffers without breaking window layout.
8980         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
8981         (gdb-select-frame): New version of `gdb-frames-select' which now
8982         sets `gdb-frame-number' so commands may use --frame option instead
8983         of inner debugger state.
8984         (gdb-frame-handler): Do not set `gdb-frame-number'.
8985         (gdb-threads-mode-map): Select threads with mouse.
8987         * progmodes/gud.el (gdb-gud-context-call): Declare function to
8988         avoid compilation warning.
8989         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
8990         `gdb-show-stop-p`.
8992         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
8993         Argument `key' renamed to `buffer-type'.
8994         (gdb-current-context-buffer-name): Do not add thread info to
8995         buffer name when no thread is selected.
8996         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
8997         command (bug 3794).
8998         (gdb-thread-selected): Handle `=thread-selected' notification.
8999         (gdb-wait-for-pending): New macro to deal with congestion problems.
9000         (gdb-breakpoints-list-handler-custom): Don't fail on pending
9001         breakpoints.
9002         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9003         This fixes problem similar to one described in bug 3947.
9004         (gud-menu-map): More menu items.
9005         (gdb-init-1): Reset `gdb-thread-number' to nil.
9007         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9008         non-stop settings.
9010         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9011         (gdb-current-context-command): Do not append --thread if
9012         `gdb-thread-number' is nil.
9013         (gdb-running-threads-count, gdb-stopped-threads-count): New
9014         variables.
9015         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9016         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9017         customization options.
9018         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9019         GUD commands.
9020         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9021         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9022         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9023         set `gdb-thread-number' and update `gud-running' properly.
9024         (gdb-running): Update threads list when new threads appear.
9025         (gdb-stopped): Support non-stop operation and new thread switching
9026         logic.
9027         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9028         (gdb-json-partial-output): New set of JSON routines.
9029         (def-gdb-auto-update-trigger): New `signal-list' optional
9030         argument.
9031         (gdb-thread-list-handler-custom): Update `gud-running',
9032         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9033         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9034         (gdb-continue-thread, gdb-step-thread): New commands for fine
9035         thread execution control.
9036         (gud-menu-map): New menu items to switch non-stop options.
9037         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9038         (gdb-send): Mimic RET properly (bug 3794).
9040         * progmodes/gdb-mi.el (gdb-rules-name-maker)
9041         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9042         gdb-buffer-rules.
9043         (def-gdb-auto-update-handler): New nopreserve optional argument.
9044         (gdb-stack-list-frames-custom): Print stack from top to bottom.
9046         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9047         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9048         (gdb-parent-mode): New mode to derive other GDB modes from.
9049         (gdb-display-disassembly-for-thread)
9050         (gdb-frame-disassembly-for-thread): New commands for threads
9051         buffer.
9053         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9054         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9055         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9056         (gdb-update): We now store all GDB buffers in a list so that they
9057         can be updated by traversing a list instead of calling invalidate
9058         triggers explicitly.
9059         (def-gdb-trigger-and-handler): New macro to define trigger-handler
9060         pair for GDB buffer.
9061         (gdb-stack-buffer-name): Add thread information.
9062         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9063         handle pending triggers.
9064         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9065         (def-gdb-thread-buffer-simple-command)
9066         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9067         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9068         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9069         New commands which show buffers bound to thread.
9070         (gdb-stack-list-locals-regexp): Removed unused regexp.
9072         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9073         (gdb-locals-buffer-name, gdb-registers-buffer-name)
9074         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9075         to (gud-comint-buffer) in *-buffer-name functions
9076         because (gdb-get-target-string) already does that.
9077         (gdb-locals-handler-custom, gdb-registers-handler-custom)
9078         (gdb-changed-registers-handler): Rewritten without regexps.
9080         * progmodes/gdb-mi.el: Basic thread selection support.
9081         (gdb-thread-number): New variable.
9082         (gdb-current-context-command): New macro which adds --thread
9083         option to command.
9084         (gdb-threads-mode-map): Select thread with SPC.
9085         (gdb-thread-list-handler-custom): Mark current thread with overlay
9086         arrow.  Synchronize GDB thread and Emacs thread.
9087         (gdb-select-thread): New command which selects current thread.
9088         (gdb-invalidate-frames, gdb-invalidate-locals)
9089         (gdb-invalidate-registers): Use --thread option.
9091 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
9093         * net/tramp.el (top): Make check for tramp-gvfs loading more
9094         robust.  (Bug#3977)
9095         (tramp-handle-insert-file-contents): `unwind-protect' must be
9096         inside `with-parsed-tramp-file-name'.
9098         * net/tramp-gvfs.el (top): Remove superfluous message when loading
9099         fails.
9101 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
9103         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9104         directory if CLASSPATH is not set.
9106 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
9108         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9109         New defconst.
9110         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
9112 2009-08-02  Kevin Ryde  <user42@zip.com.au>
9114         * net/newst-backend.el (newsticker--raw-url-list-defaults):
9115         Update freshmeat link.  Delete newsforge.com as it seems gone.
9117 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
9119         * select.el (x-set-selection): Doc fix (Bug#4021).
9121         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9123         * help-fns.el (describe-variable): Treat list return values from
9124         dir-locals-find-file properly (Bug#4005).
9126 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
9128         * net/tramp.el (tramp-debug-message): Print also microseconds.
9130 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
9132         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9133         or END is non-nil.
9134         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9135         (tramp-get-debug-buffer): Change `outline-regexp' according to new
9136         format.
9138         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9139         (tramp-get-file-property): Use it.
9141         * autorevert.el (auto-revert-handler): Allow
9142         `auto-revert-tail-mode' for remote files.
9144 2009-08-02  Jason Rumney  <jasonr@gnu.org>
9146         * minibuffer.el (read-file-name): Treat confirm options to
9147         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
9149 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
9151         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9152         (font-lock-variable-name-face, font-lock-constant-face): Darken
9153         the colors for light backgrounds.
9155 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
9157         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9158         month names.  (Bug#3987)
9160 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
9162         * simple.el (line-move-finish): Pass whole number to
9163         line-move-to-column.
9164         (line-move-visual): Perform hscroll to the recorded position.
9166 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
9168         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9170 2009-07-29  Alan Mackenzie  <acm@muc.de>
9172         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9174 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
9176         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9177         (gdb-place-breakpoints): Use full path when setting breakpoints.
9179 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
9181         * calc/calc.el (calc-mode-map): Add keybinding for
9182         `calc-transpose-lines'.
9184 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
9186         * calc/calc-misc.el (calc-transpose-lines): New function.
9188 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
9190         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9191         Simplify check for out-of-band methods.
9192         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9193         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
9195 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
9197         * vc-git.el (vc-git-checkin): Fix typo.
9199 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
9201         * progmodes/js2-mode.el: New file.
9203 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
9205         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9206         (gud-menu-map): Adjust tooltip accordingly.
9208 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9210         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9211         (vc-bzr-log-view-mode): Adjust log-view-file-re.
9213         * add-log.el (change-log-mode-map): Add a menu.
9215 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
9217         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9218         function returns nil.
9219         (dbus-handle-event): Handle special return value :ignore.
9220         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9222 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
9224         * view.el (view-mode-enable): Don't define Helper-return-blurb if
9225         it's not needed.
9227 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
9229         Fix Bug#3888:
9231         * w32-vars.el (x-select-enable-clipboard): Doc fix.
9233         * term/pc-win.el (x-display-name, x-colors)
9234         (x-select-enable-clipboard, x-select-text): Doc fix.
9236         * term/common-win.el (x-display-name, x-colors): Doc fix.
9238         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9239         (xw-defined-colors): Doc fix.
9241         * w32-fns.el (x-select-text, x-setup-function-keys)
9242         (x-get-selection, x-set-selection): Doc fix.
9244         * term/x-win.el (x-select-text, x-setup-function-keys)
9245         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9247         * select.el (x-set-selection): Doc fix.
9249 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
9251         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9252         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
9253         "IsNSSSupportAvailable" method is not available.  Reported by
9254         Steve Youngs <steve@sxemacs.org>.
9256 2009-07-24  Kenichi Handa  <handa@m17n.org>
9258         * international/characters.el: Fix setting of category ?C, ?|, ?K,
9259         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
9260         (build-unicode-category-table): Fix range checks.
9262 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
9264         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9265         the buffer we try to sync is current when calling
9266         vc-resynch-buffer.
9268         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9269         not show up to date files.
9271 2009-07-24  Glenn Morris  <rgm@gnu.org>
9273         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9274         Add autoload cookies.  If necessary, initialize.
9275         (elint-log): Handle non-file buffers.
9276         (elint-initialize): Add optional argument to reinitialize.
9277         (elint-find-builtin-variables): Save excursion.
9279 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
9281         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9282         for Lint.
9284 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9286         * vc.el (vc-print-log-internal): New function, split out from ...
9287         (vc-print-log): ... here.
9288         (vc-dir-move-to-goal-column): Declare.
9290         * vc-git.el (vc-git-add-signoff): New variable.
9291         (vc-git-checkin): Use it.
9292         (vc-git-toggle-signoff): New function.
9293         (vc-git-extra-menu-map): Bind it to menu.
9294         (vc-git--run-command-string): Accept a nil FILE argument.
9295         (vc-git-stash-list): New function.
9296         (vc-git-dir-extra-headers): Use it.
9298 2009-07-23  Glenn Morris  <rgm@gnu.org>
9300         * help-fns.el (describe-variable): Describe ignored and risky local
9301         variables in a similar way to that in which we describe safe ones.
9303         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9304         (byte-compile-output-file-form, byte-compile-output-docform)
9305         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9306         Give some more local variables with common names a "bytecomp-" prefix,
9307         so as not to shadow things during compilation.
9308         * emacs-lisp/cl-macs.el (load-time-value)
9309         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9310         `outbuffer' to `bytecomp-outbuffer'.
9312         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9313         since the next two variables cover them automatically now.
9314         (elint-builtin-variables, elint-autoloaded-variables): New.
9315         (elint-unknown-builtin-args): Remove all members, since they can be
9316         parsed automatically now.
9317         (elint-extra-errors): New.
9318         (elint-env-add-env, elint-env-add-macro): Use cadr.
9319         (elint-current-buffer): Use or.  Change final message.
9320         (elint-get-top-forms): Use line-end-position.
9321         (elint-init-env): Use cadr.  Handle autoload, declare-function,
9322         and defalias.
9323         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
9324         (regexp-assoc): Remove unused function.
9325         (elint-top-form): Set elint-current-pos, to record the start of the
9326         top-level form, for compilation-mode.
9327         (elint-form): Trap errors in macro expansion.  Use dolist.
9328         (elint-unbound-variable): Use elint-builtin-variables and
9329         elint-autoloaded-variables.
9330         (elint-get-args): Use cadr, or.
9331         (elint-check-cond-form): Use dolist, cadr.
9332         (elint-check-condition-case-form): Doc fix.  Use cadr.
9333         Use elint-extra-errors.
9334         (elint-log): New function.
9335         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9336         Distinguish errors and warnings.
9337         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
9338         Use a bytecomp-style format.
9339         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
9340         (elint-get-log-buffer): Use compilation mode.  Disable undo.
9341         Don't truncate lines.
9342         (elint-initialize): Set builtin and autoloaded variable lists.
9343         Only process elint-unknown-builtin-args if non-nil.
9344         (elint-find-builtin-variables, elint-find-autoloaded-variables):
9345         New functions.
9346         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
9348 2009-07-22  Kevin Ryde  <user42@zip.com.au>
9350         * net/newst-backend.el (newsticker--parse-atom-1.0)
9351         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9352         (newsticker--parse-rss-1.0):
9353         * progmodes/idlwave.el (idlwave-mode):
9354         * progmodes/idlw-shell.el (idlwave-shell-mode):
9355         * progmodes/vera-mode.el (vera-mode):
9356         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9357         * progmodes/vhdl-mode.el (vhdl-mode):
9358         * textmodes/table.el (table-generate-source)
9359         (table--warn-incompatibility):
9360         Hyperlink urls in docstrings with URL `...'.
9362 2009-07-22  Glenn Morris  <rgm@gnu.org>
9364         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9365         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9366         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9367         Remove leading * from defcustom docs.
9369         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
9371         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9372         defcustom doc.
9373         (list-load-path-shadows): Optionally, just return shadows as a string.
9375         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9377 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
9379         * mail/rmailedit.el (rmail-edit-mode): Use
9380         auto-save-include-big-deletions.
9382         * mail/rmail.el (rmail-variables): Use
9383         auto-save-include-big-deletions.
9385         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9386         changes.
9388 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
9390         * calc/calc.el (calc-undo-length): New variable.
9391         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9393 2009-07-21  Richard Stallman  <rms@gnu.org>
9395         * files.el (auto-save-mode): Handle buffer-save-size = -2
9396         for toggling mode.
9398 2009-07-21  Glenn Morris  <rgm@gnu.org>
9400         * textmodes/ispell.el (ispell-looking-back): Update declaration.
9402         * calendar/todo-mode.el (calendar-current-date): Update declaration.
9404         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
9405         silence compiler.  Instead...
9406         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
9407         (ps-print-ensure-fontified): Update for above function name changes.
9409         * printing.el (pr-mh-get-msg-num, pr-mh-show)
9410         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
9411         silence compiler.  Instead...
9412         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
9413         (mh-show-buffer): Only define for compiler.
9414         (pr-mh-current-message): Update for above function name changes.
9416         * files.el (abort-if-file-too-large): Explicitly pass `filename'
9417         as an argument.
9418         (find-file-noselect, insert-file-1): Update for above change.
9420         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
9422         * mail/mailclient.el (mailclient-send-it): Fix message.
9424         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
9425         (edebug-eval): Check cl-debug-env is bound.
9426         (print-level, print-circle): Don't redefine built-in variables.
9428         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
9429         (custom-print-vectors): Remove old comments from doc.
9431         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
9432         (emerge-version): Make the variable an obsolete alias for the
9433         emacs-version variable.  Make the function obsolete.
9434         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
9435         Emerge options, rather than merging in into the main Options menu.
9436         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
9437         and auto advance modes.  Disable edit/fast items when not relevant.
9439 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
9441         * term/vt420.el (terminal-init-vt420): Fix typo.
9443 2009-07-20  Sam Steingold  <sds@gnu.org>
9445         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
9446         variable (removed from compile.el on 2004-03-11).
9448 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
9450         * files.el (hack-local-variables-filter): Fix last change.
9452 2009-07-19  Juri Linkov  <juri@jurta.org>
9454         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
9455         (dir-local-variables-alist): New buffer-local variable.
9456         (hack-local-variables-filter): If variable is not dir-local,
9457         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
9458         because file-local overrides dir-local.
9459         (c-postprocess-file-styles) <declare-function>:
9460         Remove obsolete declaration.
9461         (hack-dir-local-variables): Add dir-local variable/value pair to
9462         `dir-local-variables-alist' and remove duplicates.  Doc fix.
9464         * help-fns.el (describe-variable): Add information about
9465         file-local and dir-local variables.
9467 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
9469         * files.el (hack-local-variables-filter): Rewrite.
9471 2009-07-19  Glenn Morris  <rgm@gnu.org>
9473         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
9474         Silence compiler by only defining on XEmacs.
9476         * international/mule.el (auto-coding-regexp-alist): Only match
9477         BABYL... at the start of buffer, not of lines.  (Bug#3790)
9479         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
9480         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
9481         (cal-menu-context-mouse-menu): Doc fix.
9483         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
9485         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
9487 2009-07-18  Juri Linkov  <juri@jurta.org>
9489         * info.el: Virtual Info keyword finder.
9490         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
9491         (Info-finder-file): New variable.
9492         (Info-finder-find-file): New function.
9493         (finder-known-keywords, finder-package-info)
9494         (find-library-name, lm-commentary): Use defvar and
9495         declare-function to silence compiler warnings.
9496         (Info-finder-find-node): New function.
9497         (info-finder): New command.
9499         * subr.el (process-kill-buffer-query-function): New function.
9500         (add-hook)<kill-buffer-query-functions>: Add hook
9501         `process-kill-buffer-query-function'.
9503 2009-07-18  Alan Mackenzie  <acm@muc.de>
9505         * progmodes/cc-mode.el (c-before-hack-hook)
9506         (c-postprocess-file-styles): Give invocation of `c-set-style'
9507         DONT-OVERRIDE parameter of t.  Already set style variables will
9508         thus not be overridden by style settings given by `c-file-syle'.
9510         * files.el (hack-local-variables-filter): Remove entries with
9511         duplicate keys from `file-local-variables-alist'.
9513 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
9515         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
9516         x-set-selection if display-selections-p returns nil for the
9517         current frame.
9519 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
9521         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
9523 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
9525         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
9526         Accept nil in addition to a regexp.
9527         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
9528         Accept nil in addition to a regexp.
9529         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
9530         buffers that have an associated file.  Handle nil values of
9531         desktop-buffers-not-to-save and desktop-files-not-to-save.
9532         (Bug#3833)
9534         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9535         (x-disown-selection-internal): New functions.
9537 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
9539         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
9540         warning.
9541         (gdb-breakpoints-header): Move forward to avoid compiler warning.
9542         (gdb-make-header-line-mouse-map): Remove duplicate definition.
9544 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
9546         * simple.el (set-mark): Revert last change.
9548 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
9550         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
9551         rendering of pngs is not possible instead of messaging a long
9552         description.
9554 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
9556         * w32-fns.el (x-selection-owner-p): New function.
9558         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
9559         (mouse-yank-at-click, mouse-yank-primary): If
9560         select-active-regions is non-nil, deactivate the mark before
9561         insertion.
9563         * simple.el (deactivate-mark, set-mark): Only save selection if we
9564         own it.
9566 2009-07-17  Kenichi Handa  <handa@m17n.org>
9568         * case-table.el (describe-buffer-case-table): Fix for the case
9569         that KEY is a cons.
9571 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
9573         * vc-rcs.el (vc-rcs-find-file-hook):
9574         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
9576 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
9578         * net/tramp.el (tramp-wait-for-output): Handle the case when
9579         commands do not return a newline but a null byte before the shell
9580         prompt.  (Bug#3858)
9582 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9584         * term/ns-win.el (ns-set-alpha): Don't declare.
9585         (ns-set-background-alpha): Remove function.
9587 2009-07-16  Kevin Ryde  <user42@zip.com.au>
9589         * emacs-lisp/copyright.el (copyright-update): Save match-data across
9590         y-or-n-p, for safety.
9592 2009-07-16  Richard Stallman  <rms@gnu.org>
9594         * files.el (auto-save-mode): If buffer-saved-size is -2,
9595         don't clobber it.
9597         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
9598         (rmail-retry-ignored-headers): Add more uninteresting fields.
9600 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
9602         * net/rcirc.el (rcirc): Use history variables.
9603         (rcirc-server-name-history, rcirc-nick-name-history)
9604         (rcirc-server-port-history): New variables.
9606 2009-07-15  Kenichi Handa  <handa@m17n.org>
9608         * international/mule-cmds.el (set-language-environment-charset):
9609         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
9610         ignore them.
9612         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
9613         Delete unibyte-display.
9615 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
9617         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
9619 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
9621         * simple.el (deactivate-mark): Optional argument FORCE.
9622         (set-mark): Use deactivate-mark.
9624         * info.el (Info-search): No need to check transient-mark-mode
9625         before calling deactivate-mark.
9627         * select.el (x-set-selection): Doc fix.
9628         (x-valid-simple-selection-p): Allow buffer values.
9629         (xselect--selection-bounds): Handle buffer values.  Suggested by
9630         David De La Harpe Golden.
9632         * mouse.el (mouse-set-region, mouse-drag-track): Call
9633         copy-region-as-kill before setting the mark, to let
9634         select-active-regions work.
9636 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
9638         * simple.el (deactivate-mark): If select-active-regions is
9639         non-nil, copy the selection data into a string.
9640         (activate-mark): If select-active-regions is non-nil, set the
9641         selection to the current buffer.
9642         (set-mark): Update selection if select-active-regions is non-nil.
9644         * select.el (x-valid-simple-selection-p): Allow buffer values.
9646 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9648         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
9649         and more featureful message-mode.
9651 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
9653         * select.el (x-set-selection): Doc fix.
9654         (x-valid-simple-selection-p): Disallow selection data consisting
9655         of a list or cons of integers, since that is not used.
9656         (xselect--selection-bounds, xselect--int-to-cons): New functions.
9657         (xselect-convert-to-string, xselect-convert-to-length)
9658         (xselect-convert-to-filename, xselect-convert-to-charpos)
9659         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
9661 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
9663         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
9664         output in -break-info command (Emacs bug #3794).
9666 2009-07-14  Glenn Morris  <rgm@gnu.org>
9668         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
9669         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
9670         (edebug-print-length, edebug-print-level, edebug-print-circle)
9671         (edebug-sit-for-seconds, edebug-view-outside)
9672         (edebug-bounce-point, edebug-set-global-break-condition)
9673         (edebug-Go-nonstop-mode, edebug-trace-mode)
9674         (edebug-Trace-fast-mode, edebug-continue-mode)
9675         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
9676         (edebug-visit-eval-list): Doc fixes.
9678         * subr.el (def-edebug-spec): Doc fix.
9680 2009-07-14  Kenichi Handa  <handa@m17n.org>
9682         * international/characters.el: Fix setting of category ?C.
9684 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
9686         * term/ns-win.el (x-select-font): defalias x-select-font to
9687         ns-popup-font-panel instead of generate-fontset-menu.
9689 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
9691         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
9693 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
9695         * arc-mode.el (archive-find-type): Allow for a PK00 string before
9696         the PK\003\004 header (Bug#3770).
9698 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
9700         * pcomplete.el (pcomplete-comint-setup): Check for
9701         shell-dynamic-complete-filename too.
9703 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
9705         * simple.el (temporary-goal-column): Change the value for
9706         line-move-visual to a cons cell.
9707         (line-move-visual): Record or set the window hscroll, if
9708         necessary (Bug#3494).
9709         (line-move-1): Handle cons value of temporary-goal-column.
9711 2009-07-11  Kenichi Handa  <handa@m17n.org>
9713         * international/mule-diag.el (describe-character-set): Don't show
9714         width.
9716 2009-07-10  Sam Steingold  <sds@gnu.org>
9718         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9719         Omake sometimes indents the errors it prints, so allow all
9720         regexps to start with spaces.
9722 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
9724         * cus-edit.el (customize-changed-options-previous-release):
9725         Bump value to 22.1.  (Bug#3804)
9727 2009-07-08  Sam Steingold  <sds@gnu.org>
9729         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
9730         to be a cons cell (test . ignored-directory) to selectively ignore
9731         some directories depending on the location of the search.
9733 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
9735         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
9736         remote user is root, on the local host.
9737         (tramp-local-host-p): Either the local user or the remote user
9738         must be root.  (Bug#3771)
9740 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
9742         * progmodes/gdb-mi.el (gdb): Remove description of
9743         gdb-use-separate-io-buffer.
9744         (menu): Don't allow toggling of or enable
9745         gdb-use-separate-io-buffer from menubar.
9747 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
9749         * mail/unrmail.el (unrmail): Make sure the message ends with two
9750         newlines (Bug#3769).
9752 2009-07-08  Glenn Morris  <rgm@gnu.org>
9754         * calendar/calendar.el (calendar-current-date): Rework previous change.
9756 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
9758         * calendar/calendar.el (calendar-current-date):
9759         Add an optional argument giving an offset from today.
9761 2009-07-08  Glenn Morris  <rgm@gnu.org>
9763         * tutorial.el (tutorial--describe-nonstandard-key):
9764         Adjust the message for when a key has been unbound.
9765         (help-with-tutorial): Hide the arch-tag.
9767 2009-07-08  Kenichi Handa  <handa@m17n.org>
9769         * international/fontset.el (setup-default-fontset): For each
9770         script, append (not set) font-specs.
9772         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
9773         docstring.
9775 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
9777         * progmodes/gdb-mi.el (gdb-init-1): Move sending
9778         -data-list-register-names to ...
9779         (gdb-starting): ... here because GDB 7.0 requires execution to
9780         have started when using this MI command.
9781         (gdb-set-header): New function to distinguish select and
9782         unselected tabs in gdb buffers.
9783         (gdb-propertize-header): New macro that uses gdb-set-header.
9784         (gdb-breakpoints-header, gdb-locals-header): Use it.
9785         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
9787 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
9789         * Makefile.in (ELCFILES): Remove fadr.elc.
9791 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
9793         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
9794         may contain frame information, so `string-match' should be used.
9795         (gdb-update): Disassembly is invalidated through
9796         `gdb-get-selected-frame'.
9797         (gdb-pad-string): New function to pad string with spaces.
9798         (gdb-invalidate-disassembly): Invalidate only if the buffer
9799         exists.
9800         (gdb-disassembly-handler-custom): Column alignment.
9801         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
9802         placing new ones.
9803         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
9804         end of line, too.
9805         (gdb-frame-handler): Match convention to for disassembly buffer
9806         mode name.
9807         (gdb-stack-list-frames-handler): Rewritten without regexps.
9808         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
9809         not highlight breakpoints without line information.
9810         (gdb-input): Add trailing newline to command.
9812         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
9813         buffer properly.
9814         (gdb-breakpoints-list-handler-custom): Replacement for
9815         `gdb-break-list-handler'.  Using real parser instead of regexps
9816         now.
9817         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
9818         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
9819         to place breakpoints.
9820         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
9821         functions.
9822         (gdb-disassembly-handler-custom): Show overlay arrow.
9823         (gdb-disassembly-place-breakpoints): Show breakpoints in
9824         disassembly buffer.
9825         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
9826         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
9827         instead of parsing breakpoints buffer.  Fixed old menu references
9828         in `gud-menu-map'.
9830         * fadr.el: Remove.
9832         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
9833         (gdb-memory-address): New variable which holds top address of
9834         memory page shown in memory buffer.
9835         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
9836         customization variables.
9837         New functions:
9838         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
9839         display the memory buffer.
9840         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
9841         buffer display parameters.
9842         (def-gdb-memory-format, gdb-memory-format-binary)
9843         (gdb-memory-format-octal, gdb-memory-format-unsigned)
9844         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
9845         Functions for setting memory buffer format.
9846         (gdb-memory-unit-word, gdb-memory-unit-halfword)
9847         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
9848         unit size used in memory buffer.
9849         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
9850         to next/previous page of memory buffer.
9851         Now using (bindat-get-field) instead of fadr functions.
9853 2009-07-07  Sam Steingold  <sds@gnu.org>
9855         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
9856         non-top-level files.
9858 2009-07-07  Kenichi Handa  <handa@m17n.org>
9860         * international/mule-cmds.el (reset-language-environment): Put
9861         the highset priority to the charset iso-8859-1.
9863 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
9865         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
9866         to the end of the line when locating the block (Bug#700).
9868 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
9870         * net/tramp.el (tramp-handle-write-region): Flush file properties
9871         in case of short track.
9873 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
9875         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
9876         Coded custom representation of verilog error regular expressions
9877         to work with Emacs-22's new format.
9878         (verilog-error-regexp-xemacs-alist): Coded custom representation
9879         of verilog error regular expressions to work with XEmacs format.
9880         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
9881         error recognition into XEmacs.
9882         (verilog-error-regexp-add-emacs): Hook routine to install verilog
9883         error recognition into Emacs-22.
9885 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
9887         * woman.el: Remove stand-alone closing parentheses.
9888         (woman-file-name, woman2-format-paragraphs)
9889         (woman-leave-blank-lines): Code cleanup.
9890         (woman-use-own-frame): Change default to nil.
9891         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
9892         defaults to inherit from default faces.
9893         (woman2-process-escapes): Consume the newline after a stand-alone
9894         filler character (Bug#3651).
9896 2009-07-06  Glenn Morris  <rgm@gnu.org>
9898         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
9899         (top-level): Move provide to the end.
9900         (ffap): Remove defunct URL from custom group.
9902         * subr.el (eval-after-load): Doc fix.
9904 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
9906         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
9907         `calc-embedded-word' is called twice.
9909 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9911         * files.el (find-alternate-file-other-window, find-alternate-file):
9912         Obey confirm-nonexistent-file-or-buffer.
9914 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
9916         * dired-aux.el (dired-show-file-type): Handle remote files.
9918 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
9920         * desktop.el (desktop-globals-to-save):
9921         Add file-name-history (Bug#2750).
9923 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
9925         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
9927 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
9929         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
9930         property on entire argument since this is what eshell-lisp-command
9931         expects.
9933 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
9935         * net/tramp-gvfs.el (tramp-gvfs-methods)
9936         (tramp-gvfs-zeroconf-domain)
9937         (tramp-bluez-discover-devices-timeout): Add version flag.
9938         (tramp-gvfs-handler-mounted-unmounted)
9939         (tramp-gvfs-connection-mounted-p): Polish handling of
9940         incompatibilities between GVFS 0.2 and 1.0.
9942 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
9944         * cus-start.el (all): Add make-pointer-invisible.
9946 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
9948         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
9949         formatted correctly.
9951 2009-07-02  Juri Linkov  <juri@jurta.org>
9953         * info.el: Virtual Info files and nodes.
9954         (Info-virtual-files, Info-virtual-nodes): New variables.
9955         (Info-current-node-virtual): New variable.
9956         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
9957         New functions.
9958         (Info-file-supports-index-cookies): Use Info-virtual-file-p
9959         to check for a virtual file instead of checking a fixed list
9960         of node names.
9961         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
9962         instead of ad-hoc processing of "dir" and (apropos history toc).
9963         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
9964         instead of ad-hoc processing of "dir" and (apropos history toc).
9965         Reread a file when moving from a virtual node.
9966         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
9967         (Info-directory-toc-nodes, Info-directory-find-file)
9968         (Info-directory-find-node): New functions.
9969         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
9970         (Info-history): Move part of code to
9971         `Info-history-find-node'.
9972         (Info-history-toc-nodes, Info-history-find-file)
9973         (Info-history-find-node): New functions.
9974         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
9975         (Info-toc): Move part of code to `Info-toc-find-node'.
9976         (Info-toc-find-node): New function.
9977         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
9978         the current Info file name to references because now the node
9979         "*TOC*" belongs to the same Info manual.
9980         (Info-toc-build): Rename from `Info-build-toc'.
9981         (Info-toc-nodes): Rename input argument `file' to `filename'.
9982         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
9983         instead of ad-hoc processing of ("dir" apropos history toc).
9984         (Info-index-nodes): Use Info-virtual-file-p
9985         to check for a virtual file instead of checking a fixed list
9986         of node names.
9987         (Info-index-node): Add check for `Info-current-node-virtual'.
9988         Raise `save-match-data' higher up the tree to contain
9989         `search-forward' too (bug fix).
9990         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
9991         (Info-virtual-index-nodes): New variable.
9992         (Info-virtual-index-find-node, Info-virtual-index): New functions.
9993         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
9994         (Info-apropos-file, Info-apropos-nodes): New variables.
9995         (Info-apropos-toc-nodes, Info-apropos-find-file)
9996         (Info-apropos-find-node, Info-apropos-matches): New functions.
9997         (info-apropos): Move part of code to `Info-apropos-find-node' and
9998         `Info-apropos-matches'.
9999         (Info-mode-map): Bind "I" to `Info-virtual-index'.
10000         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10001         for a virtual file instead of checking a fixed list of node names.
10003         * simple.el (async-shell-command): New command.
10005         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10007         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10008         instead of `mount-info'.
10010 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
10012         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10013         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10015 2009-07-02  Kenichi Handa  <handa@m17n.org>
10017         * international/mule.el (set-keyboard-coding-system): Force *-unix
10018         coding-system to avoid eol conversion.
10020 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
10022         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10023         Add handler for `process-file', `shell-command' and
10024         `start-file-process'.
10025         (tramp-gvfs-handle-shell-command)
10026         (tramp-gvfs-handle-start-file-process)
10027         (tramp-gvfs-handle-process-file): New defuns.
10028         (tramp-synce-list-devices): Simplify check for existence of property.
10030 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
10032         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10034 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
10036         * language/korean.el (set-language-info-alist): Add korean-cp949,
10037         cp949 to spec.
10039 2009-07-01  Kenichi Handa  <handa@m17n.org>
10041         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10043         * international/encoded-kb.el: Deleted.
10045         * international/mule.el (set-keyboard-coding-system): Perform the
10046         necessary setup here instead of calling encoded-kbd-setup-display.
10048 2009-07-01  Glenn Morris  <rgm@gnu.org>
10050         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10052 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
10054         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
10056 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
10058         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10059         Handle also the 'rename case, when setting file modes.  (Bug#3712)
10060         (tramp-default-file-modes) Remove execute permissions.
10062         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10063         (top): Add a default for "synce" in `tramp-default-user-alist'.
10064         Add completion function for "synce" method.
10065         (tramp-hal-service, tramp-hal-path-manager)
10066         (tramp-hal-interface-manager, tramp-hal-interface-device):
10067         New defconst.
10068         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10069         (tramp-synce-list-devices, tramp-synce-parse-device-names):
10070         New defuns.
10072         * net/trampver.el: Update release number.
10074 2009-06-30  Kenichi Handa  <handa@m17n.org>
10076         * international/fontset.el (setup-default-fontset): Add CJK fonts
10077         for symbols and the other miscellaneous characters.
10079         * language/korea-util.el (setup-korean-environment-internal):
10080         Make char-width-table suitable for Korean environments.
10081         (exit-korean-environment): Cancel above.
10083         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10084         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10085         setup-funcion to make char-widht-table suitable for respective
10086         environments, and an exit-function to cancel that.
10088         * language/japan-util.el (setup-japanese-environment-internal):
10089         Call use-cjk-char-width-table with arg `ja_JP'.
10091         * international/characters.el (cjk-char-width-table): Delete it.
10092         (cjk-char-width-table-list): New variable.
10093         (use-cjk-char-width-table): New arg local-name.
10094         (use-default-char-width-table): Fix for the case that Emacs is
10095         already using the default char-width-table.
10097 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
10099         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10100         modes mandatory.  (Bug#3712)
10102 2009-06-29  Alan Mackenzie  <acm@muc.de>
10104         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10105         correction between the visible width of TABs and their number of bytes.
10107 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
10109         * server.el (server-buffer-done): Prevent kill-buffer from
10110         prompting by clearing the buffer modification flag (Bug#3696).
10112 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
10114         * progmodes/verilog-mode.el (verilog-beg-of-statement)
10115         (verilog-endcomment-reason-re): Support unique case and priority case.
10116         (verilog-basic-complete-re): Support localparam lineup.
10117         (verilog-beg-of-statement-1): Fix for robustness, unique case.
10118         (verilog-set-auto-endcomments): Fix for unique case, always_comb
10119         commenting.
10120         (verilog-leap-to-case-head): Now support *nested* unique &
10121         priority case statements.
10122         (verilog-auto-lineup): Make just declarations the default (as it
10123         had been).
10124         (verilog-leap-to-case-head): Support priority/unique case statements.
10125         (verilog-auto-lineup): Rework to give users radio buttons to
10126         select the various styles of automatic lineup.
10127         (verilog-error-regexp-alist): Rework to support the XEmacs style
10128         of error regular expressions from compilers, lint tools &
10129         simulators.  Note that GNU Emacs has made it impossible for a mode
10130         to load such things.
10131         (electric-verilog-terminate-line, verilog-indent-declaration)
10132         (verilog-auto-wiure): Rework for radio button selection of
10133         auto-lineup selection of specification of auto lineup.
10134         (verilog-beg-of-statement-1): Redesign to support proper operation
10135         in additional code, based on testing with auto-lineup.
10136         (verilog-calculate-indent, assignments & declarations)
10137         (verilog-backward-token): Enhance to support auto-lineup of
10138         assignments & declarations.
10139         (verilog-in-directive-p, verilog-at-struct-p): New function for
10140         easy test of whether we are.
10141         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10142         to support safe execution at almost anyline.
10143         (verilog-calc-1): Properly support indenting deep inside generate
10144         blocks.
10145         (verilog-init-font) Remove definition & use of verilog-init-font,
10146         as it is redundant with font-lock-defaults.
10147         (verilog-mode): Alter the definition of verilog-font-lock-defaults
10148         to avoid circular calls if syntax-ppss is a function (as is the
10149         case now in 22.x GNU Emacs) as that function would sometimes call
10150         itself, leading to (nearly) infinite recursion.
10151         (verilog-ovm-begin-re, verilog-ovm-end-re)
10152         (verilog-ovm-statement-re, verilog-leap-to-head)
10153         (verilog-backward-token): Add support for OVM macros.  Some are
10154         complete statements, and others open and close scopes like begin
10155         and end.
10156         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10157         (verilog-defun-level-generate-only-re): Really fix the defun-list
10158         compilation issue.
10159         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
10160         coverpoint, constraint and cross statements.
10161         (verilog-defun-level-list, verilog-generate-defun-level-list)
10162         (verilog-all-defun-level-list): Redo these specifications - it is
10163         too hard to support eval-when compile aggregation of lists also
10164         built at when-compile time.
10165         (verilog-defun-level-list): Place defconsts of variables used in
10166         building regular expressions which are built in eval-when-compile
10167         bodies in the same eval-when-compile body to facilitate compile
10168         without load.
10169         (verilog-beg-block-re-ordered): Support indenting
10170         virtual/protected tasks and functions.
10171         (verilog-defun-level-list, verilog-in-generate-region-p)
10172         (verilog-backward-ws&directives, verilog-calc-1): Speed up
10173         indentation of some module items (generate items).
10174         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10175         across virtual/protected tasks and functions.
10177 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
10179         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10180         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
10181         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10182         in concatenations.  Reported by Yishay Belkind.
10183         (verilog-auto-ascii-enum): Support one-hot state machines in
10184         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
10185         (verilog-auto-inst, verilog-auto-inst-port): Include interface
10186         modport in AUTOINST and add vl-modport for users.  Reported by
10187         David Rogoff.
10188         (verilog-auto-inout-module, verilog-auto-inst)
10189         (verilog-decls-get-interfaces, verilog-insert-definition)
10190         (verilog-insert-one-definition, verilog-read-decls)
10191         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10192         (verilog-sig-modport, verilog-signals-combine-bus)
10193         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10194         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10195         Suggested by David Rogoff.
10196         (verilog-repair-open-comma): Fix non-insertion of comma when
10197         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
10198         (verilog-make-width-expression): Simplify [A-1:0] expression
10199         widths to just {A{1'b0}}.
10200         (verilog-mode): Cleanup checkdoc warnings.
10201         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10202         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10203         inputs/outputs or data type.  Suggested by Vasu Kandadi.
10204         (next-error-last-buffer): Fix byte-compiler warning.
10205         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10206         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10207         or shell command text during AUTO expansion.  Suggested by Tad Truex.
10208         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10209         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10210         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10211         in AUTOINOUT.  Reported by Matthew Lovell.
10212         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10213         causing use of <= assignments.  Reported by Alex Reed.
10214         (verilog-read-decls): Fix triand, trior, wand, wor to be
10215         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
10216         (verilog-extended-complete-re): Support import "DPI-C" functions.
10217         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10218         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
10219         (verilog-insert-date, verilog-insert-year)
10220         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10221         Windows systems.  Reported by Michael Potts.
10222         (verilog-read-module-name): Fix AUTOINST when the child module
10223         declaration's name is a tick define.  Reported by Elliot Mednick.
10224         (verilog-read-decls): Fix V2K parameter bit subscripts getting
10225         passed to next parameter's definition.  Reported by Bruce T.
10226         (verilog-read-decls): Fix detecting "parameter int" when using
10227         AUTOINSTPARAM.  Reported by Bruce T.
10228         (verilog-goto-defun): Fix goto not finding modules unless first
10229         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
10230         (verilog-mode): Expand -f flag arguments on entry to mode so
10231         verilog-goto-defun will work.  Reported by Lawrence Butcher.
10232         (verilog-getopt): Expand environment variables in -f file
10233         arguments.  Suggested by Lawrence Butcher.
10234         (verilog-set-define): Fix "Symbol's value as variable is void"
10235         when reading enumerations.
10236         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10237         Suggested by Stephen Peltan.
10238         (verilog-read-defines): Fix reading of enumerations in include
10239         files.  Reported by Steve Peltan.
10241 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
10243         * files.el (trash-directory): Fix defcustom type.
10245 2009-06-28  Juri Linkov  <juri@jurta.org>
10247         * help-fns.el (describe-function-1): Correctly locate adviced
10248         functions in hyperlink (Bug#2438).
10250 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
10252         * files.el (trash-directory): Change default to nil.
10253         (move-file-to-trash): If trash-directory is nil and
10254         system-move-file-to-trash is unbound, perform freedesktop-style
10255         trashing.
10257 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
10259         * files.el (move-file-to-trash): Add freedesktop trash
10260         support (Bug#973).
10262 2009-06-28  Glenn Morris  <rgm@gnu.org>
10264         * autorevert.el (global-auto-revert-non-file-buffers)
10265         (global-auto-revert-mode): Doc fixes.
10267 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
10269         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10271 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
10273         * faces.el (x-handle-named-frame-geometry): Ensure that we have
10274         opened an X connection before calling x-get-resource (Bug#3194).
10276         * play/doctor.el: Remove reference to obsolete website.
10277         (make-doctor-variables): Correct grammar mistake (Bug#2633).
10279 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
10281         Remove find-file-not-found-hook VC method.  (Bug#2757)
10282         * vc-hooks.el (vc-file-not-found-hook)
10283         (vc-default-find-file-not-found-hook): Remove functions.
10284         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10285         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10286         * vc.el:
10287         * vc-hg.el:
10288         * vc-git.el: Do not mention find-file-not-found-hook VC method.
10290 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
10292         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10293         compatibility function for `looking-back'.
10295         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10296         Use `ispell-looking-back'.
10298 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
10300         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10301         rather than `filename'.
10303 2009-06-23  Miles Bader  <miles@gnu.org>
10305         * face-remap.el (text-scale-set): New function.
10307 2009-06-23  Glenn Morris  <rgm@gnu.org>
10309         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10311         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10313         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10315         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10317         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10318         Simplify Persian conditionals.
10320         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10321         variable `filename'.
10323         * comint.el (comint-insert-input): Doc fix.
10325         * Makefile.in (ELCFILES): Fix typo in previous change.
10327 2009-06-23  Miles Bader  <miles@gnu.org>
10329         * cus-start.el: Add entry for `recenter-redisplay'.
10331 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
10333         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10334         Add an optional argument for the backend, use it instead of
10335         calling vc-backend.
10336         (vc-mode-line): Add an optional argument for the backend.
10337         Pass the backend to vc-state and vc-working-revision.  Move code for
10338         special handling for vc-state being a buffer to ...
10340         * vc-rcs.el (vc-rcs-find-file-hook):
10341         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
10343         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10344         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10345         vc-stay-local-p and vc-mode-line calls.
10347         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10348         (vc-cvs-diff, vc-cvs-annotate-command)
10349         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10350         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10351         vc-mode-line calls.
10353         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10354         direct comparison.
10355         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10356         backend when calling vc-mode-line.
10357         (vc-register): Do not create a closure for calling the vc register
10358         function, call it directly.
10360 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
10362         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10363         to make it obvious item can be clicked.
10365         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10367 2009-06-23  Kenichi Handa  <handa@m17n.org>
10369         * language/korea-util.el (korean-key-bindings): Change the binding
10370         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
10371         same command.
10373 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
10375         Sync with Tramp 2.1.16.
10377         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10379         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
10380         when a loading of a package fails.  Completion function for rsync
10381         is `tramp-completion-function-alist-ssh'.
10382         (all): Replace all calls of `split-string' and
10383         `tramp-split-string' by `tramp-compat-split-string'.
10384         (tramp-default-method): Use `tramp-compat-process-running-p'.
10385         (tramp-default-proxies-alist): Allow also Lisp forms.
10386         (tramp-remote-path): Add choice "Private Directories".
10387         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
10388         (tramp-domain-regexp): Allow also "-", "_" and ".".
10389         (tramp-end-of-output): Remove newlines, and add "$" at the end.
10390         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10391         (tramp-debug-message): Insert header line in debug buffer.
10392         (tramp-handle-directory-files-and-attributes-with-stat):
10393         Care about filenames with spaces, or starting with "-".
10394         (tramp-handle-dired-uncache): New defun.
10395         (tramp-handle-insert-directory): Don't flush the directory from
10396         cache, this is handled by `dired-uncache' now.
10397         (tramp-handle-insert-file-contents): Improve error handling.
10398         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10399         Quote `tramp-end-of-output'.
10400         (tramp-action-password): Improve trace message.
10401         (tramp-check-for-regexp): Both echoes must be present, before removing.
10402         (tramp-open-connection-setup-interactive-shell): Trace coding system.
10403         (tramp-compute-multi-hops): Eval cons cells of
10404         `tramp-default-proxies-alist'.
10405         (tramp-maybe-open-connection): Use the same command pattern for
10406         first hop and further hops.
10407         (tramp-wait-for-output): Remove handling of newlines.
10408         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
10409         (tramp-split-string): Remove function.  It is handled in
10410         tramp-compat now.
10412         * net/tramp-cmds.el (tramp-bug):
10413         Recommend `tramp-cleanup-all-connections' in the bug mail.
10415         * net/tramp-compat.el (tramp-compat-split-string)
10416         (tramp-compat-process-running-p): New defuns.
10418         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
10419         for `dired-uncache'.
10421         * net/tramp-gvfs.el: New package.
10423         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10424         Add handler for `dired-uncache'.
10425         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
10427         * net/trampver.el: Update release number.  Make version check fit
10428         for SXEmacs 22.
10430 2009-06-22  Jim Meyering  <meyering@redhat.com>
10432         Automatically handle .xz suffix (XZ-compressed files), too.
10433         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
10434         XZ is the successor to LZMA: <http://tukaani.org/xz/>
10436 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
10437             Nick Roberts  <nickrob@snap.net.nz>
10439         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
10440         repository (http://sphinx.net.ru/hg/gdb-mi/).
10442 2009-06-22  Glenn Morris  <rgm@gnu.org>
10444         * files.el (dir-locals-collect-mode-variables): Allow for any number of
10445         `mode' and `eval' entries.  (Bug#3430)
10447         * Makefile.in (ELCFILES): Add fadr.elc.
10449         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
10450         differing behavior of \n and ^ in strings.  (Bug#3385)
10452         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
10454         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
10455         property.
10456         (lisp-indent-function): Make it a defcustom.
10458 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
10460         * progmodes/gdb-ui.el: Replace with ...
10461         * progmodes/gdb-mi.el: ... this file.
10462         * progmodes/gud.el: Modify for gdb-mi.el.
10464 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
10466         * fadr.el: New file.
10468 See ChangeLog.14 for earlier changes.
10470 ;; Local Variables:
10471 ;; coding: utf-8
10472 ;; End:
10474     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
10476   This file is part of GNU Emacs.
10478   GNU Emacs is free software: you can redistribute it and/or modify
10479   it under the terms of the GNU General Public License as published by
10480   the Free Software Foundation, either version 3 of the License, or
10481   (at your option) any later version.
10483   GNU Emacs is distributed in the hope that it will be useful,
10484   but WITHOUT ANY WARRANTY; without even the implied warranty of
10485   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10486   GNU General Public License for more details.
10488   You should have received a copy of the GNU General Public License
10489   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
10491 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1