(xterm-maybe-set-dark-background-mode): Remove
[emacs.git] / lisp / ChangeLog
blobd4699aa64aa0565384ebf55db50d9e37b7027380
1 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
3         * term/xterm.el (xterm-maybe-set-dark-background-mode): Remove
4         dead code.  (Bug#5546)
6 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
8         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
9         correctly (Bug#5548).
11 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
13         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
14         (ada-adjust-case): Don't adjust case in hexadecimal number
15         literals.
17 2010-02-08  Kenichi Handa  <handa@m17n.org>
19         * international/mule-util.el (with-coding-priority): Add autoload
20         cookie for putting `lisp-indent-funciton'.
22 2010-02-07  Glenn Morris  <rgm@gnu.org>
24         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
25         Move F2003 named interfaces from keywords-2 to keywords-1, and
26         use function-name-face rather than constant-face.
27         Simplify "abstract interface" regexp.
29 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
31         * eshell/esh-util.el (eshell-file-attributes): New optional arg
32         ID-FORMAT.  Pass it to `file-attributes'.
34         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
36 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
38         * faces.el (set-face-attribute): Allow calling
39         internal-set-lisp-face-attribute with 'unspecified family and
40         foundry argument (Bug#5536).
42 2010-02-07  Glenn Morris  <rgm@gnu.org>
44         * progmodes/f90.el (f90-font-lock-keywords-2)
45         (f90-looking-at-type-like, f90-looking-at-program-block-end):
46         Handle F2003 named interfaces.
48 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
50         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
51         beg and end before calling c-get-state-before-change-functions.
53 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
55         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
57 2010-02-05  Juri Linkov  <juri@jurta.org>
59         * doc-view.el (doc-view-mode):
60         * image-mode.el (image-mode): Put property mode-class=special.
61         (Bug#4896)
63 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
65         * vc-svn.el (vc-svn-revision-table): New function.
67 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
69         * net/ange-ftp.el (ange-ftp-insert-directory):
70         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
71         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
72         Handle also directories.  (Bug#5478)
74 2010-02-05  Glenn Morris  <rgm@gnu.org>
76         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
78 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
80         * startup.el (command-line-1): Convert options beginning with a
81         single dash as well (Bug#5519).
83 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
85         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
86         * minibuffer.el (completion-initials-expand): Only check the presence
87         of delims *within* the boundaries, since otherwise the / delim is
88         always found for files.
90         Fix up various corner case problems.
91         * doc-view.el (doc-view-last-page-number): New function.
92         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
93         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
94         (doc-view-kill-proc): Avoid inf-loop in freak cases.
95         (doc-view-reconvert-doc): Use the new recursive delete-directory.
96         (doc-view-convert-current-doc): Don't create the resolution.el file
97         here any more.
98         (doc-view-pdf/ps->png): Do it here instead.
99         (doc-view-already-converted-p): Check that resolution.el is present.
100         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
101         windows that are not yet showing images.
103 2010-02-04  Alan Mackenzie  <acm@muc.de>
105         Change strategy for marking < and > as template delimiters: mark
106         them strictly in matching pairs.
108         * cc-mode.el (c-before-change):
109         Use c-get-state-before-change-functions.
110         (c-common-init): Adapt to use
111         c-get-state-before-change-functions (note plural).
113         * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
114         for searching syntactically for matching <s and >s.
115         (c-get-state-before-change-functions): New language variable (note
116         the plural) which supersedes c-get-state-before-change-function.
118         * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
119         (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
120         (c-clear->-pair-props-if-match-before)
121         (c-before-change-check-<>-operators): New functions.
122         (c-after-change-check-<>-operators): Use macro
123         c-unmark-<->-as-paren.
125         * cc-defs.el (c-search-backward-char-property): New macro.
127         * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
128         and > any more.  (These will be handled by font locking.)
130 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
132         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
133         `dired-uncache' for every elemnt which is an absolute file name.
135         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
136         directory, handle its directory component.
137         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
138         function is called permanently and creates noise, otherwise.
140         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
141         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
142         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
144 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
146         * macros.el (apply-macro-to-region-lines):
147         Minor simplification.  (Bug#5485)
149 2010-02-04  Glenn Morris  <rgm@gnu.org>
151         * mail/rmail.el (rmail-show-message-1): Handle malformed
152         quoted-printable text.  (Bug#5441)
154         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
156         * simple.el (visual-line-mode): Capitalize lighter.
158 2010-02-03  John Wiegley  <jwiegley@gmail.com>
160         * iswitchb.el (iswitchb-completions): Add bookmark files to the
161         list of files considered for "virtual buffer" completions.
163 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
165         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
166         also in case of (and (not full) (not wildcard)). This is needed,
167         when dired is called with a list of files, which are not in
168         `default-directory'.  (Bug#5478)
170 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
172         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
174 2010-02-02  Juri Linkov  <juri@jurta.org>
176         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
177         from unidiff to allow function-line after @@.
179 2010-02-02  Juri Linkov  <juri@jurta.org>
181         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
182         '(RCS SCCS) with inverted condition.
184 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
186         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
187         messages.
189 2010-02-01  Juri Linkov  <juri@jurta.org>
191         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
192         compare with "pkunzip" and "pkzip" instead of only "pkzip".
193         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
194         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
196 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
198         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
199         (doc-view-revert-buffer): New command.
200         (doc-view-mode-map): Use it.
202 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
204         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
205         pending merge is detected.
207 2010-01-31  Juri Linkov  <juri@jurta.org>
209         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
210         beginning of interactive spec like all other grep commands do.
211         Put "all" in front of "gz".  (Bug#5260)
213 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
215         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
217 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
219         * dirtrack.el (dirtrack): Warn instead of signalling error if the
220         regexp is incorrect (Bug#5476).
222 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
224         * net/tramp.el (tramp-handle-insert-directory): Handle also
225         symlinks, when FILENAME is not in `default-directory'.
227 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
229         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
230         FILE is not in `default-directory'.  (Bug#5478)
232         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
233         of SWITCHES.  Handle the case, FILENAME is not in
234         `default-directory'.  (Bug#5478)
235         (tramp-register-file-name-handlers): Add safe-magic property.
237 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
239         * arc-mode.el (archive-zip-extract): Quote the argument passed to
240         unzip (Bug#5475).
242 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
244         * progmodes/flymake.el (flymake-allowed-file-name-masks)
245         (flymake-master-make-header-init): Add other C++ filename masks.
246         (flymake-find-possible-master-files)
247         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
249 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
251         Fix some busybox annoyances.
253         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
254         not responding." string.
255         (tramp-open-connection-setup-interactive-shell): Dump stty
256         settings.  Enable "neveropen" arg for all `tramp-send-command'
257         calls.  Handle "=" in variable values properly.
258         (tramp-find-inline-encoding): Raise an error, when no encoding is
259         found.
260         (tramp-wait-for-output): Check, whether PROC buffer is available.
261         Remove spurious " ^H" sequences, sent by busybox.
262         (tramp-get-ls-command): Suppress coloring, if possible.
264 2010-01-28  Glenn Morris  <rgm@gnu.org>
266         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
268         * log-edit.el (log-edit-strip-single-file-name): Add missing
269         :safe, :group, and :version tags.
271 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
273         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
274         buffers.  (Bug#5477)
276 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
278         * files.el (delete-directory): Handle moving to trash without
279         first doing recursion (Bug#5436).
281 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
283         * vc-hooks.el (vc-path): Mark as obsolete.
285 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
287         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
288         names too.
290         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
291         for the short log.
292         (vc-bzr-log-view-mode): Adjust regexp for the above change.
294 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
296         * progmodes/python.el: Replace reference to obsolete
297         c-subward-mode.
299         * vc-bzr.el: (vc-bzr-revision-table) New function.
301 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
303         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
304         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
306 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
308         Remove support for adding --signoff on commit.
309         Future support will use an incompatible generic mechanism.
310         * vc-git.el (vc-git-add-signoff): Remove variable.
311         (vc-git-toggle-signoff): Remove function.
312         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
314         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
315         from xterm-set-background-mode.  Return t if the background mode
316         was set.
317         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
318         earlier, call it again in case the background mode has changed.
320 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
322         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
323         (Bug#3541).
325 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
327         * emacs-lisp/assoc.el (aelement): Doc fix.
328         (aput, adelete, amake): Use lexical-let (Bug#5450).
330 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
332         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
333         is the same as subprogram call, not declaration.  (Bug#5435).
335 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
337         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
338         (tramp-smb-maybe-open-connection): Use it.
340 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
342         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
344 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
346         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
347         just because we see "encoding: 8bit".
348         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
350 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
352         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
354 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
356         * jka-compr.el (jka-compr-load): If load-file is not in
357         load-history, try its file-truename version.  (bug#5447)
359 2010-01-21  Alan Mackenzie  <acm@muc.de>
361         Fix a situation where deletion of a cpp construct throws an error.
362         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
363         invoking c-with-all-but-one-cpps-commented-out, check that the
364         special cpp construct is still in the buffer.
365         (c-parse-state): Record the special cpp with markers, not numbers.
367 2010-01-21  Kenichi Handa  <handa@m17n.org>
369         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
370         process last-command-event, as it is now decoded first (Bug#5380).
372 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
374         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
376 2010-01-20  Glenn Morris  <rgm@gnu.org>
378         * indent.el (tab-always-indent): Fix custom-type.
380 2010-01-19  Alan Mackenzie  <acm@muc.de>
382         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
383         buffer throws "args out of range".
384         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
385         playing the role of delimiter.
387 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
389         * progmodes/ada-mode.el: Fix bug#5400.
390         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
391         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
392         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
393         Improve comments in "is" portion.  Handle null procedure declaration.
394         (ada-move-to-end): Improve doc string.
396 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
398         * ido.el (ido-cur-list): Initialize to nil.
399         Remove obsolete information from commentary.
400         (ido-choice-list): Initialize to nil.
401         (ido-get-bufname): Reject minibuffers.
402         (ido-make-buffer-list): If "default" is a nonexistent
403         buffer, ignore it, as per the function's comment.
404         (ido-kill-buffer-internal): New function.
405         (ido-kill-buffer-at-head): Use it.
406         (ido-visit-buffer): Likewise.
408 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
410         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
412 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
414         * cedet/ede/locate.el (ede-locate-file-in-project)
415         (ede-locate-file-in-project-impl): Fix typos in docstrings.
416         (ede-enable-locate-on-project): Fix typos in error messages.
418         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
419         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
420         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
421         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
422         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
423         Fix typos in menu help.
425         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
426         Fix typos in chart titles.
428         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
429         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
430         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
431         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
432         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
433         (semantic-parse-stream, semantic-parse-region)
434         (semantic-parse-region-default, semantic--set-buffer-cache)
435         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
436         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
437         (semantic-default-submodes):
438         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
439         (semanticdb-create-ebrowse-database)
440         (semanticdb-find-tags-for-completion-method)
441         (semanticdb-find-tags-by-class-method)
442         (semanticdb-deep-find-tags-by-name-method)
443         (semanticdb-deep-find-tags-for-completion-method):
444         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
445         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
446         (semanticdb-find-tags-for-completion-method)
447         (semanticdb-find-tags-by-class-method)
448         (semanticdb-deep-find-tags-for-completion-method):
449         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
450         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
451         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
452         (semanticdb-find-tags-by-name-method)
453         (semanticdb-find-tags-by-name-regexp-method)
454         (semanticdb-find-tags-for-completion-method)
455         (semanticdb-find-tags-by-class-method)
456         (semanticdb-find-tags-external-children-of-type-method)
457         (semanticdb-find-tags-subclasses-of-type-method)
458         (semanticdb-deep-find-tags-by-name-method)
459         (semanticdb-deep-find-tags-by-name-regexp-method)
460         (semanticdb-deep-find-tags-for-completion-method):
461         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
462         (semanticdb-enable-gnu-global-in-buffer)
463         (semanticdb-find-tags-for-completion-method)
464         (semanticdb-deep-find-tags-by-name-method)
465         (semanticdb-deep-find-tags-for-completion-method):
466         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
467         (javascript-mode, semanticdb-find-translate-path)
468         (semanticdb-find-tags-for-completion-method)
469         (semanticdb-find-tags-by-class-method)
470         (semanticdb-deep-find-tags-by-name-method)
471         (semanticdb-deep-find-tags-for-completion-method)
472         (semanticdb-find-tags-external-children-of-type-method):
473         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
474         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
475         (global-semantic-idle-scheduler-mode):
476         * cedet/srecode/dictionary.el (srecode-field-value)
477         (srecode-dictionary-add-section-dictionary):
478         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
479         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
480         (describe-class, eieio-describe-generic, describe-generic):
481         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
482         (eieio-speedbar-expand):
483         * emulation/viper-cmd.el (viper-exec-form-in-vi)
484         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
485         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
486         (viper-del-backward-char-in-replace, viper-backward-indent)
487         (viper-brac-function, viper-register-to-point, viper-submit-report):
488         * net/tramp.el (tramp-remote-coding-commands):
489         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
490         Fix typos in docstrings.
492 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
494         * mail/sendmail.el (mail-yank-original): Set the mark if the
495         specified function for yanking does not do it.
497 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
499         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
501         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
502         resyncing a directory.
504 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
506         * progmodes/ada-mode.el: Fix bug#1920.
507         (ada-ident-re): Delete ., allow multibyte characters.
508         (ada-goto-label-re): New; matches goto labels.
509         (ada-block-label-re): New; matches block labels.
510         (ada-label-re): New; matches both.
511         (ada-named-block-re): Deleted; callers changed to use
512         `ada-block-label-re' instead.
513         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
514         Use `ada-block-label-re'.
515         (ada-indent-on-previous-lines): Improve handling of goto labels.
516         (ada-get-indent-block-start): Special-case block label.
517         (ada-get-indent-label): Split into `ada-indent-block-label' and
518         `ada-indent-goto-label'.
519         (ada-goto-stmt-start, ada-goto-next-non-ws):
520         Optionally ignore goto labels.
521         (ada-goto-next-word): Simplify.
522         (ada-indent-newline-indent-conditional): Insert newline before
523         trying to fix indentation; doc fix.
525 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
527         * calc/calc.el (calc-command-flags): Give it an initial value.
529 2010-01-17  Glenn Morris  <rgm@gnu.org>
531         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
533 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
535         * cedet/semantic.el (semantic-mode):
536         * files.el (minibuffer-with-setup-hook):
537         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
538         (artist-key-draw-continously, artist-key-do-continously-continously)
539         (artist-key-set-point-continously, artist-mouse-draw-continously):
540         Fix typos in docstrings.
542 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
544         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
545         return t (Bug#3898).
547 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
549         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
550         can parse the output of the external commands (Bug#5279).
552 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
554         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
556 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
558         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
560         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
562         * startup.el (command-line): Remove unused --icon-type arg.
563         Handle --display arg, passing it to command-line-1 (Bug#5392).
565 2010-01-16  Mario Lang  <mlang@delysid.org>
567         * cedet/ede/cpp-root.el (ede-cpp-root-project):
568         * cedet/ede/files.el (ede-expand-filename):
569         * cedet/ede/simple.el (ede-simple-project):
570         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
571         (semantic-complete-inline-tag-engine):
572         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
573         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
574         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
575         * cedet/semantic/db.el (semanticdb-equivalent-mode):
576         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
577         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
578         * emacs-lisp/chart.el (chart-translate-namezone):
579         * textmodes/artist.el (artist-compute-popup-menu-table):
580         Remove duplicated words in doc-strings.
582 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
584         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
585         to mairix-search to suppress threading (Bug#5342).
587 2010-01-15  Kenichi Handa  <handa@m17n.org>
589         * international/mule-cmds.el (canonicalize-coding-system-name):
590         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
592 2010-01-15  Glenn Morris  <rgm@gnu.org>
594         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
596         * wid-edit.el (widget-keymap): Doc fix.
598         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
599         former seems to be more widely accepted by various svn versions.
601 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
603         * find-cmd.el (find-constituents):
604         * vc-arch.el (vc-arch-root):
605         * window.el (window-body-height, pop-up-frames):
606         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
607         (semantic-no-reparse-needed-change-hook):
608         * cedet/srecode/insert.el (srecode-resolve-argument-list)
609         (srecode-template-inserter-blank, srecode-template-inserter-variable)
610         (srecode-template-inserter-ask, srecode-template-inserter-width)
611         (srecode-template-inserter-section-start)
612         (srecode-template-inserter-section-end, srecode-insert-method):
613         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
614         * progmodes/ada-stmt.el (ada-if):
615         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
616         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
617         (ispell-encoding8-command, ispell-aspell-supports-utf8)
618         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
620         * progmodes/flymake.el (flymake-post-syntax-check):
621         Fix typo in error message.
623 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
625         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
626         which is always a string.  (Bug#5313)
628 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
630         * progmodes/ada-xref.el (ada-default-prj-properties):
631         Simplify previous change.
633 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
635         * progmodes/ada-xref.el (ada-default-prj-properties):
636         Default ada_project_path to $ADA_PROJECT_PATH.
638 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
640         * progmodes/ada-mode.el (ada-create-keymap):
641         Override `narrow-to-defun' with `ada-narrow-to-defun'.
643 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
645         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
646         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
647         (ada-get-current-indent, ada-imenu-generic-expression)
648         (ada-which-function): Check for it.
650 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
652         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
653         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
655 2010-01-14  Glenn Morris  <rgm@gnu.org>
657         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
659 2010-01-14  Kenichi Handa  <handa@m17n.org>
661         * composite.el (auto-composition-mode): Make it a buffer local
662         variable (permanent-local).
663         (auto-composition-function): Set the default value to
664         auto-compose-chars.
665         (auto-composition-mode): Make it a simple function, not a minor mode.
666         (global-auto-composition-mode): Likewise.
667         (turn-on-auto-composition-if-enabled): Delete it.
669 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
671         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
673 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
675         * files.el (copy-directory): Compute target for recursive
676         directories with identical names.  (Bug#5343)
678 2010-01-12  Glenn Morris  <rgm@gnu.org>
680         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
681         it to bug-gnu-emacs rather than emacs-pretest-bug.
683 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
685         * cedet/data-debug.el (data-debug): Fix customization group reference.
687 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
689         * cedet/semantic/analyze.el (semantic-analyze-push-error)
690         (semantic-analyze-context, semantic-analyze-context-assignment)
691         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
692         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
693         (semantic-java-doc-keywords-map):
694         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
695         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
696         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
697         (semantic-c-classname, semantic-format-tag-uml-prototype)
698         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
699         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
700         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
701         (semantic-get-local-variables, semantic-end-of-command)
702         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
703         (lisp-mode):
704         * cedet/semantic/bovine/make.el (makefile-mode):
705         * cedet/semantic/wisent/python.el (wisent-python-string-re)
706         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
707         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
708         (semantic-lex, semantic-get-local-variables, python-mode):
709         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
710         * cedet/srecode/extract.el (srecode-extract-state-set)
711         (srecode-extract-method): Fix typos in docstrings.
713 2010-01-11  Sam Steingold  <sds@gnu.org>
715         * imenu.el (imenu-default-create-index-function): Detect infinite
716         loops caused by imenu-prev-index-position-function.
718 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
720         * htmlfontify.el (htmlfontify-load-rgb-file)
721         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
722         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
723         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
724         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
725         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
726         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
727         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
728         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
729         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
730         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
731         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
732         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
733         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
734         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
735         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
736         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
737         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
738         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
739         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
740         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
741         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
742         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
743         backslash-quoting from parentheses, etc.
745 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
747         * progmodes/js.el: Autoload javascript-mode alias.
749 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
751         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
752         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
753         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
754         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
755         Fix typos in docstrings.
756         (ffap-url-regexp): Doc fix.
757         (ffap-at-mouse): Fix typo in message.
759 2010-01-11  Glenn Morris  <rgm@gnu.org>
761         * version.el (emacs-copyright): Set copyright year to 2010.
763 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
765         * format.el (format-annotate-function): Only set
766         write-region-post-annotation-function after running to-fn so as not to
767         affect nested write-region calls (bug#5273).
769 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
771         * cedet/semantic.el (semantic-new-buffer-setup-functions):
772         Add python parser.
774         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
775         wisent/python.el.
777 2010-01-10  Richard Kim  <emacs18@gmail.com>
779         * cedet/semantic/wisent/python-wy.el:
780         * cedet/semantic/wisent/python.el: New files.
782 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
784         * man.el (Man-goto-section): Signal error if the section is not
785         found (Bug#5317).
787 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
789         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
790         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
792 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
794         * progmodes/compile.el: Don't treat compile-command as safe if
795         compilation-read-command might be nil (Bug#4218).
797 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
799         * startup.el (command-line-1): Use orig-argi to check for ignored X and
800         NS options.
802 2010-01-08  Kenichi Handa  <handa@m17n.org>
804         * international/fontset.el (build-default-fontset-data):
805         Exclude characters in scripts kana, hangul, han, or cjk-misc.
807 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
809         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
810         to `create-file-buffer' as it expects, not just a buffer name.
811         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
812         to help uniquify.  (Bug#3224)
814 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
816         * font-setting.el (font-setting-change-default-font): Use user-spec
817         instead of name.
819 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
821         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
823 2010-01-05  Tom Tromey  <tromey@redhat.com>
825         * progmodes/python.el (python-font-lock-keywords):
826         Handle qualified decorators (Bug#881).
828 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
830         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
831         in a lightweight checkout.
833 2010-01-05  Kenichi Handa  <handa@m17n.org>
835         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
837 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
839         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
841 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
843         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
844         checkouts.  (Bug#618)
845         (vc-bzr-log-view-mode): Also highlight the author.
846         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
847         (vc-bzr-shelve-menu-map):
848         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
849         (vc-bzr-shelve-apply): Make prompt more explicit.
851 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
853         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
854         They are valid characters in URL paths (rfc3986), and at least
855         Firefox does not understand the encoded version (Bug#3166).
857 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
859         * progmodes/octave-mod.el (octave-end-keywords)
860         (octave-block-begin-or-end-regexp, octave-block-match-alist):
861         Add "end" keyword (Bug#3061).
862         (octave-end-as-array-index-p): New function.
863         (calculate-octave-indent): Use it.
865 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
867         * bookmark.el: Consistently put the text property on the bookmark name.
868         (bookmark-bmenu-marks-width): Bump back to 2, to include
869         annotation marks.
870         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
871         property on the bookmark name, instead of not putting it at all.
872         (bookmark-bmenu-list): Fix where we put the text property.
874 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
876         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
877         for showing buffer modified state (as added in the previous change).
879 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
881         * bookmark.el: Show modified state of bookmark buffer more accurately.
882         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
883         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
884         (with-buffer-modified-unmodified): New macro.
885         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
886         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
887         Use new macro to preserve the buffer modified state.
889 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
891         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
892         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
893         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
894         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
895         (bookmark-bmenu-rename, bookmark-bmenu-locate)
896         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
897         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
899 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
901         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
902         Make the lines in the generated doc string shorter.  (Bug#4668)
904 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
906         * net/rcirc.el: Add follow-link binding (Bug#4738).
908 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
910         * Makefile.in (bzr-update): Rename from cvs-update.
911         (cvs-update): New target for backward compatibility.
913         * makefile.w32-in (bzr-update): Rename from cvs-update.
914         (cvs-update): New target for backward compatibility.
916 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
918         * bookmark.el: Remove gratuitous gratitude.
920 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
922         * bookmark.el (bookmark-bmenu-any-marks): New function
923         (bookmark-bmenu-save): Clear buffer modification if no marks.
925 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
927         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
928         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
929         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
930         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
932         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
933         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
934         To: emacs-devel {_AT_} gnu.org
935         Subject: bookmark.el bug report
936         Date: Mon, 28 Dec 2009 14:19:16 +0800
937         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
939 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
941         * bookmark.el: Improvements suggested by Drew Adams:
942         (bookmark-bmenu-ensure-position): New name for
943         `bookmark-bmenu-check-position'.  Just ensure the position,
944         don't return any meaningful value.
945         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
946         New constants.
948 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
950         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
951         (bookmark-yank-point, bookmark-bmenu-check-position):
952         Fix typos in docstrings.
953         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
954         (bookmark-name-from-full-record, bookmark-get-position)
955         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
956         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
957         Remove useless quoting of parenthesis, etc. in docstrings.
959         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
960         (ediff-append-custom-diff): Fix typo in error message.
961         (ediff-meta-mark-equal-files): Fix typos in messages.
963         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
965         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
966         Fix typo in docstring.
968         * net/imap-hash.el (imap-hash-make): Doc fix.
969         (imap-hash-test): Fix typo in error message; reflow docstring.
970         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
971         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
972         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
973         Fix typos in docstrings.
974         (imap-hash-open-connection): Fix typo in error message.
976         * play/gomoku.el (gomoku): Fix typos in docstring.
978         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
979         (gdb-jsonify-buffer): Fix typos in docstring.
980         (gdb-goto-breakpoint): Fix typo in error message.
981         ("Display Other Windows"): Fix typo in help message.
982         (gdb-speedbar-expand-node): Fix typo in question.
984         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
985         (idlwave-html-system-help-location, idlwave-html-help-location)
986         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
987         (idlwave-help-browser-generic-args, idlwave-help-directory)
988         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
989         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
990         (idlwave-online-help, idlwave-help-html-link)
991         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
992         Fix typos in docstrings.
993         (idlwave-help-with-source, idlwave-help-find-routine-definition):
994         Reflow docstrings.
995         (idlwave-help-assistant-start): Fix typo in error message.
997         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
998         (octave-electric-space): Fix typos in docstrings.
1000 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1002         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1004 2010-01-01  Juri Linkov  <juri@jurta.org>
1006         * comint.el (comint-input-ring-size): Make it a defcustom and
1007         increase the default to 500 (Bug#5148).
1009 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
1011         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1012         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1013         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1015 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
1017         Show working revision correctly for mercurial.
1018         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1019         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1021 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
1023         Declare some functions for the byte-compiler.
1024         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1025         (speedbar-timer-fn, speedbar-change-expand-button-char)
1026         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1028 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
1030         This changeset reverts GDB Graphical Interface to use annotations.
1031         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1033 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1035         Make vc-dir work on subdirectories of the bzr root.
1036         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
1037         file names relative to it.
1038         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1039         relative directory to vc-bzr-after-dir-status.
1041 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
1043         * font-lock.el (font-lock-refresh-defaults): New function, which
1044         can be used to let font-lock react to external changes in
1045         variables like font-lock-defaults and keywords.
1046         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1048 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
1050         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1052         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1054 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
1056         Supersede color.diff settings in git log (bug#5211).
1058         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1059         escape chars in its output when the user has color.diff set to `always'.
1060         This fix works on git 1.4.2 and newer (released on 2006-08-13).
1062 2009-12-26  Kevin Ryde  <user42@zip.com.au>
1064         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1065         node.  Keep previous "Index" name to work with past coreutils too.
1067         * man.el (man): Revise docstring a bit to show -a and -l as
1068         examples.  Add -k description since support for it has otherwise
1069         been a secret.  (Further to bug#3717.)
1070         (Man-bgproc-sentinel): When "-k foo" produces no output show error
1071         "no matches" rather than "Can't find manpage", as the latter reads
1072         like -k was interpreted as a page name, which is not so.  (Bug#5431)
1074 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
1076         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1077         switches.  Check also for //SUBDIRED// line.
1079 2009-12-25  Kenichi Handa  <handa@m17n.org>
1081         * language/indian.el (devanagari-composable-pattern): Fixed to
1082         handle ZWNJ and ZWJ.  Use it in composition-function-table for
1083         Devanagari.
1084         (malayalam-composable-pattern): Fix previous change.
1086 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1088         * ps-print.el (ps-face-attributes): It was not returning the
1089         attribute face for faces specified as string.  Reported by harven
1090         <harven@free.fr>.
1091         (ps-print-version): New version 7.3.5.
1093 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1095         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1096         timezone names.
1097         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1098         (icalendar--add-diary-entry): Remove the trailing blank that
1099         diary-make-entry inserts.
1101 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
1103         Make `file-expand-wildcards' work for remote files.
1105         * files.el (file-expand-wildcards): In case of remote files, check
1106         only local file name part for wildcards.  Provide feature 'files
1107         and subfeature 'remote-wildcards.  (Bug#5198)
1109         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1110         if there is already an established connection.
1111         (tramp-advice-file-expand-wildcards): Remove it.
1113         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1114         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1115         Activate advice for older GNU Emacs versions.  (Bug#5237)
1117 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
1119         Some doc fixes (more needed).
1121         * find-cmd.el (find-constituents): Reflow docstring.
1122         (find-cmd, find-prune, find-command): Fix typos in docstrings.
1123         (find-generic): Doc fix.
1125 2009-12-17  Juri Linkov  <juri@jurta.org>
1127         Fix regression from 23.1 to allow multiple modes in Local Variables.
1129         * files.el (hack-local-variables-filter): While ignoring duplicates,
1130         don't take `mode' into account.
1131         (hack-local-variables-filter, hack-dir-local-variables): Don't
1132         remove duplicate `mode' from local-variables-alist (like `eval').
1134 2009-12-17  Juri Linkov  <juri@jurta.org>
1136         Make `dired-diff' more safe.  (Bug#5225)
1138         * dired-aux.el (dired-diff): Signal an error when `file' equals to
1139         `current' or when `file' is a directory of the `current' file.
1141 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
1143         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1144         unconditionally preloaded files.
1146 2009-12-16  Juri Linkov  <juri@jurta.org>
1148         Revert to old 23.1 logic of using the file at the mark as default.
1149         * dired-aux.el (dired-diff): Use the file at the mark as default
1150         if it's not the same as the current file, and the target dir is
1151         the current dir or the mark is active.  Add the current file
1152         as the arg of `dired-dwim-target-defaults'.  Use the default file
1153         in the prompt.  (Bug#5225)
1155 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
1157         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1158         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1159         (tramp-check-for-regexp): Check also, when an echoing shell stops
1160         to echo sent commands.
1162 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1164         * Makefile.in: Revert last change (Bug#5191).
1166 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
1168         * vc-hg.el (vc-hg-print-log): Fix argument order.
1169         (vc-hg-working-revision): Make sure the command is executed in a
1170         known environment so that we can parse the output.  (Bug#4417)
1172 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1174         * progmodes/python.el (python-symbol-completions): Remove text
1175         properties from symbol string before calling python-send-receive.
1177 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
1179         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1180         when there are values for both file and line.  (Bug#5060)
1182 2009-12-14  Juri Linkov  <juri@jurta.org>
1184         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1185         whitespace after the file name of the first line of unified format,
1186         because git-diff doesn't output whitespace and file modification time
1187         after the file name.
1189 2009-12-14  David Kastrup  <dak@gnu.org>
1191         * info.el (Info-hide-cookies-node): Before hiding a cookie,
1192         check if it already has the `display' property added by
1193         `Info-display-images-node', and not put the `invisible' property
1194         in this case.
1196 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1198         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1199         (semantic-mru-bookmark-mode): Doc fixes.
1201         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1202         of assert.
1204 2009-12-13  Glenn Morris  <rgm@gnu.org>
1206         * mail/emacsbug.el (message-sort-headers): Define for compiler.
1207         (report-emacs-bug): In message-mode, sort manually before storing
1208         original report text.  (Bug#5178)
1209         Remove superfluous save-excursion.
1211 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
1213         * net/dbus.el (dbus-property-handler): Filter lambda forms out
1214         when responding to "GetAll" properties.
1216 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
1218         * simple.el (compose-mail): Remove mail-setup-with-from from
1219         customization checks.
1221 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
1223         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1224         RAR archives created on Unix systems.
1226 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1228         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1229         the varalias that was accidentally removed by the 2009-11-19 change
1230         (bug#5186).
1232 2009-12-12  Kenichi Handa  <handa@m17n.org>
1234         * language/indian.el (indian-compose-regexp): New function.
1235         (malayalam-composable-pattern): Fix the pattern.
1236         (composition-function-table): Set malayalam-composable-pattern for
1237         Malayalam characters.
1239 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
1241         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1242         rather than down-mouse-1, based on follow-link conventions.
1244         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1245         are compiled.
1247 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
1249         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1250         (verilog-vmm-statement-re, verilog-ovm-statement-re)
1251         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1252         (verilog-leap-to-head, verilog-backward-token):
1253         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
1255 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
1257         * progmodes/verilog-mode.el (verilog-auto-lineup)
1258         (verilog-nameable-item-re): Cleanup user-visible spelling and
1259         documentation errors.  One reported by Gary Delp.
1260         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1261         (verilog-read-decls): Fix AUTOWIRE with types declared in a
1262         package, bug195.  Reported by Pierre-David Pfister.
1264 2009-12-11  Glenn Morris  <rgm@gnu.org>
1266         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1268         * mail/emacsbug.el: No longer require sendmail.
1269         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
1270         (report-emacs-bug-orig-text): Doc fix.
1271         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1272         New local variables, to adapt to different mail-user-agents.
1273         (report-emacs-bug): Fix test for a gnu.org address.
1274         Use overlays for emphasis, since font-lock defeats 'face property.
1275         Pretest bugs also end up at the newsgroup these days.
1276         Stop message-mode stripping text properties.
1277         Set and use the new buffer-local variables.
1278         (report-emacs-bug-hook): Add doc-string.
1279         Remove some unnecessary save-excursions and simplify.
1280         Use the appropriate hook and send-command.
1282         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1283         capitalization of some menu entries.
1285 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1287         * whitespace.el (whitespace-display-char-on): Ensure
1288         `buffer-display-table' is unique when two or more windows are
1289         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1290         New version 12.1.
1292 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
1294         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1295         characters in the Attribute field.
1297 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
1299         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
1301 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1303         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1304         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1305         Disregard autoload-excludes.
1306         (update-directory-autoloads): Obey autoload-excludes here instead.
1307         But don't store its contents in no-autoloads and remove entries that
1308         refer to excludes files.
1310 2009-12-10  Glenn Morris  <rgm@gnu.org>
1312         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1313         (expand-mail-aliases): Define for compiler.
1315         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1316         Define for compiler.
1318         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1319         appropriate for the mail-user-agent in use.
1321 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
1323         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1325 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
1327         Fix short log parsing and fontification.
1328         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1329         Fix fontification for the [merge] label.
1331 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
1333         Drop some properties to avoid surprises.
1334         * htmlfontify.el (hfy-ignored-properties): New defcustom.
1335         (hfy-fontify-buffer): Use it.
1337 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1339         Minor cleanup.
1340         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1341         Adjust all callers.
1342         (ffap-locate-file): Remove unused arg `dir-ok' and make other
1343         args compulsory.  Adjust callers.
1344         (ffap-gopher-at-point): Remove unused var `name'.
1346         Get rid of the ELCFILES abomination.
1347         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1348         (compile-elcfiles): New phony target.
1349         (compile-main): Compute ELCFILES dynamically.
1350         (compile-clean): New target to remove left-over elc files.
1351         (compile, all): Use it.
1353 2009-12-09  Kenichi Handa  <handa@etlken>
1355         * international/mule-diag.el: Require help-mode instead of help-fns.
1357 2009-12-09  Kenichi Handa  <handa@m17n.org>
1359         * international/mule-cmds.el (ucs-names): Supply sufficiently
1360         fine ranges instead of pre-calculating accurate ranges.
1361         Iterate with bigger gc-cons-threshold.
1363 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
1365         Add support for stashing a snapshot of the current tree.
1366         * vc-git.el (vc-git-stash-snapshot): New function.
1367         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1369 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
1371         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1372         instead of `(beginning|end)-of-line'.
1374 2009-12-08  Glenn Morris  <rgm@gnu.org>
1376         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1378         * Makefile.in (ELCFILES): Regenerate.
1380 2009-12-07  Juri Linkov  <juri@jurta.org>
1382         Don't lazy-highlight the comint output in history Isearch mode.
1384         * comint.el (comint-history-isearch-search): Instead of
1385         `comint-line-beginning-position', use `comint-after-pmark-p'
1386         to check if point if before the process mark, and go to
1387         `process-mark' in this case.
1389 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1391         * textmodes/tex-mode.el (latex-complete)
1392         (latex-indent-or-complete): Remove.
1393         (latex-mode): Set completion-at-point-functions instead.
1395         Provide a standard completion command and hook it into TAB.
1396         * minibuffer.el (completion-at-point-functions): New var.
1397         (completion-at-point): New command.
1398         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1399         * progmodes/python.el (python-mode-map): Use completion-at-point.
1400         (python-completion-at-point): Rename from python-partial-symbol and
1401         adjust for use in completion-at-point-functions.
1402         (python-mode): Setup completion-at-point for Python completion.
1403         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1404         extracted from lisp-complete-symbol.
1405         (lisp-complete-symbol): Use it.
1406         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1407         setup completion-at-point for Elisp completion.
1408         (emacs-lisp-mode-map, lisp-interaction-mode-map):
1409         Use completion-at-point.
1410         * ielm.el (ielm-map): Use completion-at-point.
1411         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
1412         * progmodes/sym-comp.el: Move to...
1413         * obsolete/sym-comp.el: Move from progmodes.
1415 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
1417         Prevent save-buffer in Rmail buffers from using the coding-system
1418         of the current message, and from clobbering the encoding mnemonics
1419         in the mode line (Bug#4623).
1421         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1422         flag, too.
1423         (rmail-message-encoding): New variable.
1424         (rmail-write-region-annotate): Record the encoding of the current
1425         message in rmail-message-encoding.
1426         (rmail-after-save-hook): New function, restores the encoding of
1427         the current message after the message collection is saved.
1429 2009-12-07  Juri Linkov  <juri@jurta.org>
1431         * progmodes/grep.el (grep-read-files): Use `completing-read'
1432         instead of `read-string'.  Set its `collection' arg to
1433         `read-file-name-internal'.  (Bug#4301)
1435 2009-12-07  Juri Linkov  <juri@jurta.org>
1437         Correctly restore original Isearch point.  (Bug#4994)
1439         * isearch.el (isearch-mode): Move `isearch-push-state' after
1440         `(run-hooks 'isearch-mode-hook)'.
1441         (isearch-cancel): When `isearch-push-state-function' is defined,
1442         let-bind `isearch-cmds' to the first state (the last element of
1443         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1444         function and restores the original point).  Otherwise, move point
1445         to `isearch-opoint'.
1447 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1449         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1450         chars that don't have names, so the table can be built much faster at
1451         run-time.
1453 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
1455         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1456         change.  Suggested by David Kastrup.
1458         * simple.el (compose-mail): Check for incompatibilities and warn.
1459         (compose-mail-user-agent-warnings): New option.
1461 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
1463         Support showing a single log entry from vc-annotate.
1464         * vc.el (print-log): Add a new argument: START-REVISION.
1465         (vc-print-log-internal): Add a new optional argument and
1466         pass it to the backend.
1467         (vc-print-log, vc-print-root-log): Adjust callers.
1468         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
1469         buffer already displays the requested log entry, use it.
1470         Otherwise display only the log entry in question.
1471         * vc-svn.el (vc-svn-print-log):
1472         * vc-mtn.el (vc-mtn-print-log):
1473         * vc-hg.el (vc-hg-state):
1474         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
1475         (vc-git-show-log-entry): Return t on success.
1476         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
1477         (vc-bzr-show-log-entry): Return t on success.
1478         * vc-rcs.el (vc-rcs-print-log):
1479         * vc-sccs.el (vc-sccs-print-log):
1480         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
1482 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
1484         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
1485         Add menus to the meta mode.  (Bug#5043)
1487 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
1489         * ediff-init.el (ediff-event-key): Use event-to-character instead of
1490         event-key.
1492         * ediff.el (ediff-buffers-internal): Add unwind-protect.
1494 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
1496         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
1497         Berbain <raphael.berbain@gmail.com>.
1499         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
1500         characters.
1501         (tramp-initial-end-of-output): New defconst.
1502         (tramp-methods, tramp-find-shell)
1503         (tramp-open-connection-setup-interactive-shell)
1504         (tramp-maybe-open-connection): Use it.
1505         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
1506         existence of `#' and `$'.
1508         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
1509         `tramp-initial-end-of-output'.
1511 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
1513         Get the background mode from the terminal for xterm, and set
1514         faces accordingly.
1515         * term/xterm.el (xterm-set-background-mode): New function.
1516         (terminal-init-xterm): Use it in case xterm supports background
1517         color queries.  Recompute faces after getting the background
1518         color.
1520 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
1522         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
1523         number comment back on its own line, for easier parsing.
1525 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1527         Make it work for non-file buffers (bug#5102).
1528         * doc-view.el (doc-view-current-cache-dir):
1529         Use doc-view-buffer-file-name rather than buffer-file-name.
1530         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
1532 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
1534         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
1535         author field is too short.
1537 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
1539         * vc-git.el (vc-git-print-log): Handle a limit argument.
1540         Display the short log in graph form and with labels.
1541         (vc-git-log-view-mode): Handle labels.
1543         Make vc-revert change VC state from 'added to 'unregistered.
1544         * vc-git.el (vc-git-revert): Call git reset first.
1546 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
1548         * net/newst-backend.el, net/newst-plainview.el:
1549         * net/newst-reader.el, net/newst-ticker.el:
1550         * net/newst-treeview.el, net/newsticker.el:
1551         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
1553 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
1555         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
1557         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
1558         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
1559         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1560         Update annotation regexp.
1562         * simple.el (beginning-of-visual-line): Constrain to field
1563         boundaries (Bug#5106).
1565 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
1567         * xml.el (xml-substitute-numeric-entities): Move
1568         newsticker--decode-numeric-entities in newst-backend.el to
1569         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
1570         * net/newst-backend.el (newsticker--parse-generic-feed)
1571         (newsticker--parse-generic-items)
1572         (newsticker--decode-numeric-entities): Move
1573         newsticker--decode-numeric-entities in newst-backend.el to
1574         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
1576 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
1578         * progmodes/js.el (js--js-not): Add null to the list of values.
1580 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
1582         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
1584 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1586         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
1587         delimiter if it is at the end of the current line.
1588         (bibtex-generate-url-list): Fix docstring.
1590 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1592         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
1593         minibuffer's content with itself.
1594         Fold the confirm-after-completion case into the `confirm' case.
1595         (completion-pcm-word-delimiters): Add : and / to the delimiters.
1597 2009-12-06  Kevin Ryde  <user42@zip.com.au>
1599         * ffap.el (ffap-rfc-path): Make this a defcustom since
1600         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
1602         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
1603         manuals, similar to existing setup for help-mode.  (Bug#3913.)
1605 2009-12-05  Juri Linkov  <juri@jurta.org>
1607         Save and restore dired buffer's point positions too.  (Bug#4880)
1609         * dired.el (dired-save-positions): Return in the first element
1610         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
1611         Doc fix.
1612         (dired-restore-positions): First restore buffer's position.
1613         While restoring window's positions, check if window still displays
1614         the original buffer.
1616 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
1618         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
1619         if possible.
1621         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
1622         Make argument optional.
1624         * shell.el (shell): Require ansi-color (Bug#5113).
1626         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
1628         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
1630 2009-12-05  Alan Mackenzie  <acm@muc.de>
1632         * progmodes/cc-mode.el (c-before-hack-hook)
1633         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
1634         `c-file-style' to work again.  This reversion restores the current
1635         software to its state in Emacs 23.1.  (Bug#4146)
1637 2009-12-05  Kevin Ryde  <user42@zip.com.au>
1639         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
1640         comment-start-skip to comment-end-skip as comment (Bug#4781).
1642 2009-12-05  Juri Linkov  <juri@jurta.org>
1644         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
1645         for virtual nodes.  (Bug#4147)
1646         (Info-find-node-2): Set `Info-current-node-virtual' to nil
1647         when moving from a virtual node.
1648         (Info-mode-menu): Add `Info-virtual-index' to the menu.
1649         (Info-mode): Add `Info-virtual-index' to the docstring.
1651 2009-12-05  Eric Ludlam  <zappo@gnu.org>
1653         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1654         Describe project macro symbols.
1656         * cedet/semantic/complete.el (semantic-complete-do-completion):
1657         Don't call semantic-collector-current-exact-match.
1659         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
1660         ede-objects as targets.
1662         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
1663         a target's object list even if compiler vars are already in the
1664         Makefile.
1666         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
1667         list of headers producing necessary macros.
1669 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1671         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
1672         track of the buffer position of the end of a BibTeX entry as this
1673         position may change during reformatting.
1674         (bibtex-format-entry): Remove whitespace before processing
1675         numerical fields so that we recognize the latter properly.
1676         (bibtex-reformat): Do not use push which changes the global value
1677         of bibtex-entry-format.
1678         (bibtex-field-braces-alist, bibtex-field-strings-alist)
1679         (bibtex-field-re-init): Replace only space characters by regexp
1680         for whitespace.
1681         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
1682         (bibtex-initialize): Also update bibtex-strings.
1683         (bibtex-kill-field): Preserve white space at end of entry.
1684         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
1685         Update bibtex-reference-keys.
1687 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1689         * minibuffer.el (completion-pcm--merge-try): Also consider placing
1690         point after a star, if that's the only place where modifications can
1691         make progress.
1693 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
1695         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
1696         in docstrings.
1698 2009-12-04  Juri Linkov  <juri@jurta.org>
1700         * proced.el (proced): Call `(proced-update t)' to update process
1701         information instead of only running proced-post-display-hook.
1702         (proced-send-signal): Add a leading space to the buffer name
1703         " *Marked Processes*" to make this buffer ephemeral.
1705 2009-12-04  Juri Linkov  <juri@jurta.org>
1707         * dired.el (dired-auto-revert-buffer): New defcustom.
1708         (dired-internal-noselect): Use it.
1710 2009-12-04  Juri Linkov  <juri@jurta.org>
1712         Change roles of modes and functions in image-mode.el (Bug#5062).
1714         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
1715         in `auto-mode-alist'.
1716         (image-mode-previous-major-mode): New variable.
1717         (image-minor-mode-map): Rename from `image-mode-text-map'.
1718         (image-mode): Move graceful error-handling code from
1719         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
1720         (image-minor-mode): Remove all image-handling code.
1721         Replace `image-mode-text-map' with `image-minor-mode-map'.
1722         Check for `image-type' in mode-line format string.
1723         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
1724         (image-mode-as-text): New function with most code from
1725         `image-mode-maybe'.
1726         (image-toggle-display-text): Move code that removes image
1727         properties from `image-toggle-display' to here.
1728         (image-toggle-display-image): New function with code that adds
1729         image properties copied from `image-toggle-display'.
1730         (image-toggle-display): Remove most code with leaving only code
1731         that toggles between `image-mode-as-text' and `image-mode'.
1733 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
1735         * net/newst-treeview.el
1736         (newsticker--treeview-list-highlight-start): Restored call to
1737         save-excursion: Selected item was stuck.
1738         (newsticker--treeview-list-select): New.
1739         (newsticker--treeview-item-show-text)
1740         (newsticker--treeview-item-show)
1741         (newsticker--treeview-item-update): Use new
1742         newsticker-treeview-item-mode.
1743         (newsticker-treeview-update): Keep current item.
1744         (newsticker-treeview-next-new-or-immortal-item): Doc change.
1745         (newsticker--treeview-first-feed): Doc change.
1746         (newsticker-treeview-list-menu)
1747         (newsticker-treeview-item-menu): Added menu entries.
1748         (newsticker-treeview-item-mode): New.
1750         * net/newst-backend.el (newsticker-customize): Delete other
1751         windows.
1753 2009-12-04  Sam Steingold  <sds@gnu.org>
1755         * log-view.el (log-view-mode-map): "q" calls quit-window,
1756         like in all the other non-self-insert buffers.
1758 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1760         Minor cleanup.
1761         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
1762         key decoding rather than do it manually via last-input-event +
1763         ascii-character.
1764         (term-exec): Use delete-and-extract-region.
1765         (term-handle-ansi-terminal-messages): Remove unused var `end'.
1766         (term-process-pager): Remove unused var `i'.
1767         (term-dynamic-simple-complete): Make obsolete.
1768         (serial-update-config-menu): Remove unused vars `y' and `str'.
1769         (term-update-mode-line): Remove unused var `temp'.
1771 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
1773         Limit the number of log entries displayed by default.
1774         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
1775         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
1776         using a prefix argument.
1778 2009-12-03  Glenn Morris  <rgm@gnu.org>
1780         * progmodes/idlwave.el (class): Restore still useful declaration.
1782 2009-12-03  Alan Mackenzie  <acm@muc.de>
1784         Enhance `c-parse-state' to run efficiently in "brace deserts".
1786         * progmodes/cc-mode.el (c-basic-common-init):
1787         Call c-state-cache-init.
1788         (c-neutralize-syntax-in-and-mark-CPP): Rename from
1789         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
1790         placing `category' properties value 'c-cpp-delimiter at its boundaries.
1792         * progmodes/cc-langs.el (c-before-font-lock-function):
1793         c-extend-and-neutralize-syntax-in-CPP has been renamed
1794         c-neutralize-syntax-in-and-mark-CPP.
1796         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
1797         with `category' properties now, not `syntax-table' ones.
1799         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
1800         enhanced (but slower) version of c-end-of-macro that won't land
1801         inside a literal or on another awkward character.
1802         (c-state-cache-too-far, c-state-cache-start)
1803         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
1804         (c-state-nonlit-pos-cache-limit, c-state-point-min)
1805         (c-state-point-min-lit-type, c-state-point-min-lit-start)
1806         (c-state-min-scan-pos, c-state-brace-pair-desert)
1807         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
1808         buffer local variables.
1809         (c-state-literal-at, c-state-lit-beg)
1810         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
1811         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
1812         (c-state-cache-top-paren, c-state-cache-after-top-paren)
1813         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
1814         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
1815         (c-renarrow-state-cache)
1816         (c-append-lower-brace-pair-to-state-cache)
1817         (c-state-push-any-brace-pair, c-append-to-state-cache)
1818         (c-remove-stale-state-cache)
1819         (c-remove-stale-state-cache-backwards, c-state-cache-init)
1820         (c-invalidate-state-cache-1, c-parse-state-1)
1821         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
1822         (c-parse-state): Enhance and refactor.
1823         (c-debug-parse-state): Amend to deal with all the new variables.
1825         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
1826         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
1827         modify to use category text properties rather than syntax-table ones.
1828         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
1829         to switch off/on the syntactic paren property of C++ template
1830         delimiters using the category property.
1831         (c-with-<->-as-parens-suppressed): Macro to invoke code with
1832         template delims suppressed.
1833         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
1834         New constant/macros which apply category properties to the start
1835         and end of preprocessor constructs.
1836         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
1837         "comment out" the syntactic value of characters in preprocessor
1838         constructs.
1839         (c-with-cpps-commented-out)
1840         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
1841         with characters in all or all but one preprocessor constructs
1842         "commented out".
1844 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1846         * proced.el (proced-filter-alist): Use regexp-quote.
1848 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
1850         Cleanup.
1851         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
1852         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
1853         arguments.  Expand `default-directory'.
1855         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
1856         the benefit of returning an expanded localname.
1857         (tramp-tramp-file-p): Handle the case NAME is not a string.
1859 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
1861         Add support for bzr shelve/unshelve.
1862         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1863         (vc-bzr-extra-menu-map): New variables.
1864         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
1865         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
1866         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
1867         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
1868         (vc-bzr-dir-extra-headers): Display shelves.
1870         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
1872 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1874         * textmodes/bibtex.el (bibtex-complete-internal):
1875         Use completion-in-region.
1876         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
1878 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
1880         Support applying stashes.  Improve UI.
1881         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
1882         (vc-git-stash-apply, vc-git-stash-pop)
1883         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
1884         (vc-git-stash-menu): New functions.
1885         (vc-git-stash-menu-map): New variable.
1886         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
1888 2009-12-03  Glenn Morris  <rgm@gnu.org>
1890         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
1891         (vc-print-log-internal): Fix previous change.
1892         (vc-revert): Correct pluralization.
1894 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1896         * progmodes/make-mode.el (makefile-special-targets-list): No need for
1897         it to be an alist any more.
1898         (makefile-complete): Use completion-in-region.
1900         * progmodes/octave-mod.el (octave-complete-symbol):
1901         Use completion-in-region.
1903         Misc cleanup.
1904         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
1905         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
1906         (idlwave-complete-class): Don't quote lambda.
1907         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
1908         (idlwave-mode-map): Move initialization into declaration.
1909         (idlwave-action-and-binding): Use backquotes.
1910         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
1911         Simplify.
1912         (idlwave-is-pointer-dereference): Remove unused var `pos'.
1913         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
1914         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
1915         `parts', and `all-parts'.
1916         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
1917         (idlwave-convert-xml-system-routine-info): Remove unused string
1918         `version-string'.
1919         (idlwave-display-user-catalog-widget): Use dolist.
1920         (idlwave-scanning-lib): Declare dynamically-scoped var.
1921         (idlwave-scan-library-catalogs): Remove unused var `flags'.
1922         (completion-highlight-first-word-only): Declare to silence bytecomp.
1923         (idlwave-popup-select): Tighten scope of `resp'.
1924         (idlwave-find-struct-tag): Remove unused var `beg'.
1925         (idlwave-after-load-rinfo-hook): Declare.
1926         (idlwave-sintern-class-info): Remove unused var `taglist'.
1927         (idlwave-find-class-definition): Remove unused var `list'.
1928         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
1929         (idlwave-what-module-find-class): Remove unused var `classes'.
1931 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
1933         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
1935 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1937         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
1938         buffers visited.  Remove redundant current-buffer-saving.
1940 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1942         Use completion-in-buffer and remove uses of dynamic scoping.
1943         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
1944         (pascal-buffer-to-use, pascal-flag): Don't declare.
1945         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
1946         (pascal-get-completion-decl, pascal-keyword-completion):
1947         Add `pascal-str' argument, save-excursion,
1948         return the found completions, and don't filter with pascal-pred.
1949         (pascal-completion-cache): New var.
1950         (pascal-completion): Don't switch buffer any more (it was never
1951         necessary).  Don't save-excursion any more (it's done by the called
1952         subroutines).  Use a cache to avoid redundant computations.
1953         Use complete-with-action rather than pascal-completion-response and
1954         let it apply the predicate as well.
1955         (pascal-complete-word): Use completion-in-buffer when
1956         pascal-toggle-completions is nil.
1957         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
1958         not used any more.
1959         (pascal-comp-defun): Don't change buffer any more.
1960         Use complete-with-action rather than pascal-completion-response and
1961         let it apply the predicate as well.
1962         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
1963         when neded.
1965 2009-12-02  Kenichi Handa  <handa@m17n.org>
1967         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
1968         shape for all Indic scripts.
1970 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1972         Use completion-in-buffer.
1973         * wid-edit.el (widget-field-text-end): New function.
1974         (widget-field-value-get): Use it.
1975         (widget-string-complete, widget-file-complete)
1976         (widget-color-complete): Use it and completion-in-region.
1977         (widget-complete): Don't narrow the buffer.
1979 2009-12-02  Glenn Morris  <rgm@gnu.org>
1981         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
1982         (rmail-select-summary): Use rmail-pop-to-buffer.
1983         * mail/rmailsum.el: Replace all pop-to-buffer calls with
1984         rmail-pop-to-buffer, to prevent horizontal splits.
1986         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
1987         save-excursion with save-current-buffer.
1988         Widen before searching.  (Bug#5093)
1989         (diary-list-sexp-entries): Remove superfluous save-excursion.
1991 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
1993         * woman.el (woman-make-bufname): Handle man-pages with "." in the
1994         name.  (Bug#5038)
1996 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
1998         * ido.el (ido-file-internal): Handle filenames at point that do
1999         not have a directory part.  (Bug#5049)
2001 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
2003         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2004         (mpc-songs-jump-to, mpc-resume): Doc fixes.
2006 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
2008         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2009         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2010         any more.
2012 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2014         * comint.el (comint-insert-input): Ignore clicks to the right of
2015         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2017         * vc.el (vc-print-log-internal): Don't wait for the process to
2018         terminate before setting up the major mode.
2020         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2021         in case.
2023         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2024         the last element.
2026         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2028 2009-12-01  Glenn Morris  <rgm@gnu.org>
2030         * window.el (window--display-buffer-2): Fix previous changes.
2032 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
2034         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2036 2009-12-01  Glenn Morris  <rgm@gnu.org>
2038         * Makefile.in (ELCFILES): Add mpc.elc.
2040 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2042         * mpc.el: New file.
2044 2009-12-01  Glenn Morris  <rgm@gnu.org>
2046         * window.el (window-to-use): Define for compiler.
2048         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2049         consistent with others (no final period).
2051         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2052         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
2054 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
2056         Make vc-print-log buttons work.
2057         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2059 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
2061         * savehist.el (savehist-autosave-interval): Allow setting to nil
2062         through customize.  (Bug#5056)
2064 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
2066         Fix references to jit-lock properties.
2067         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2068         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2069         (perl-font-lock-special-syntactic-constructs):
2070         Quote jit-lock-defer-multiline property.
2072 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
2074         * vc-git.el (vc-git-registered): Call vc-git-root only once.
2076 2009-11-30  Juri Linkov  <juri@jurta.org>
2078         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2079         value `buffer' of `multi-isearch-next-buffer-current-function'.
2080         Use `(current-buffer)' when `buffer' is nil.
2081         (multi-isearch-next-buffer-from-list): Don't fallback to
2082         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
2084 2009-11-30  Juri Linkov  <juri@jurta.org>
2086         * misearch.el (multi-isearch-read-buffers): Move canonicalization
2087         of buffers with `get-buffer' to `multi-isearch-buffers'.
2088         (multi-isearch-buffers, multi-isearch-buffers-regexp):
2089         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
2090         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2091         FILES with `expand-file-name' converting relative file names
2092         to absolute.  Doc fix.  (Bug#4727)
2094 2009-11-30  Juri Linkov  <juri@jurta.org>
2096         * misearch.el (multi-isearch-read-buffers)
2097         (multi-isearch-read-matching-buffers): New functions.
2098         (multi-isearch-buffers, multi-isearch-buffers-regexp):
2099         Use them in the `interactive' spec.  Doc fix.
2100         (multi-isearch-read-files, multi-isearch-read-matching-files):
2101         New functions.
2102         (multi-isearch-files, multi-isearch-files-regexp):
2103         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
2105 2009-11-30  Juri Linkov  <juri@jurta.org>
2107         * doc-view.el (doc-view-continuous):
2108         Rename from `doc-view-continuous-mode'.
2109         (doc-view-menu): Move "Toggle display" to the top.
2110         Add submenu "Continuous" with radio buttons "Off"/"On"
2111         and "Save as Default".
2112         (doc-view-scroll-up-or-next-page)
2113         (doc-view-scroll-down-or-previous-page)
2114         (doc-view-next-line-or-next-page)
2115         (doc-view-previous-line-or-previous-page): Rename
2116         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
2118 2009-11-30  Juri Linkov  <juri@jurta.org>
2120         * comint.el (comint-mode-map): Rebind `M-r' from
2121         `comint-previous-matching-input' to
2122         `comint-history-isearch-backward-regexp'.
2123         Unbind `M-s' to allow global key binding `M-s'.
2124         Add menu items for `comint-history-isearch-backward' and
2125         `comint-history-isearch-backward-regexp'.  (Bug#3746)
2127 2009-11-30  Juri Linkov  <juri@jurta.org>
2129         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2130         For def=recenter, replace `recenter' with `recenter-top-bottom'
2131         that is called with `this-command' and `last-command' let-bound
2132         to `recenter-top-bottom'.  When the last `def' was not `recenter',
2133         set `recenter-last-op' to nil.  (Bug#4981)
2135 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2137         Minor cleanup and simplification.
2138         * filecache.el (file-cache-add-directory)
2139         (file-cache-add-directory-recursively)
2140         (file-cache-add-from-file-cache-buffer)
2141         (file-cache-delete-file-regexp, file-cache-delete-directory)
2142         (file-cache-files-matching-internal, file-cache-display): Use dolist.
2143         (file-cache-temp-minibuffer-message): Delete function.
2144         (file-cache-minibuffer-complete): Use minibuffer-message instead.
2146         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2147         Don't signal an error when bumping into EOB in tr, s, or y.
2149 2009-11-29  Juri Linkov  <juri@jurta.org>
2151         * startup.el (fancy-about-text): Fix wording of Guided Tour.
2152         (Bug#4960)
2154         * descr-text.el (describe-char-unidata-list): Use lowercase name
2155         for "Unicode name" like in other tags.
2157 2009-11-29  Juri Linkov  <juri@jurta.org>
2159         * ediff-util.el (ediff-minibuffer-with-setup-hook):
2160         New compatibility macro.
2161         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2163 2009-11-29  Juri Linkov  <juri@jurta.org>
2165         Add defcustom to define the cycling order of `recenter-top-bottom'.
2166         (Bug#4981)
2168         * window.el (recenter-last-op): Doc fix.
2169         (recenter-positions): New defcustom.
2170         (recenter-top-bottom): Rewrite to use `recenter-positions'.
2171         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2173 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
2175         Improve integration of Tramp and ange-ftp in eshell.
2177         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2178         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
2179         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
2181         * eshell/esh-util.el (top): Require also Tramp when compiling.
2182         (eshell-directory-files-and-attributes): Check for FTP remote
2183         connection.
2184         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2185         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2186         (eshell-file-attributes): Handle ".".  Return `entry'.
2188         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2189         (ange-ftp-directory-files-and-attributes)
2190         (ange-ftp-real-directory-files-and-attributes): New defuns.
2192         * net/tramp.el (tramp-maybe-open-connection): Open the remote
2193         shell with "exec" when possible.  This prevents trailing prompts
2194         in `start-file-process'.
2196 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2198         Try and remove assumptions about point-min==1.
2199         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2200         (rng-compute-mode-line-string): Show the validation percentage in
2201         terms of the narrowed text, not the widened text.
2202         (rng-do-some-validation): Don't catch internal errors when debugging.
2203         (rng-first-error): Simplify.
2204         (rng-after-change-function): Remove work around.  AFAIK the bug has
2205         been fixed a while ago.
2207         * image-mode.el (image-minor-mode): Exit more gracefully when the image
2208         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2210         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2212         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2213         `cd' doesn't always do it for us (bug#5067).
2215         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2216         on 2009-10-25 as part of some other change (bug#5067).
2218 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2220         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2221         `suspicious'.
2222         (byte-compile-warnings): Use byte-compile-warning-types.
2223         (byte-compile-save-excursion): Warn about use of set-buffer right
2224         after save-excursion.
2226         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2227         the excursion as well.
2229 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
2231         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2232         providing a Tramp related implementation of "su" and "sudo".
2233         (eshell-unix-initialize): Add "su" and "sudo".
2235 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
2237         * net/socks.el (socks-send-command): Convert binary request to
2238         unibyte before sending.  This fixes mishandling of some port
2239         numbers such as 129.
2241 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2243         * help.el (describe-bindings-internal): Remove `interactive'.
2245         * man.el (Man-completion-table): Trim a terminating "(".
2246         Remove the space between name page a section.
2247         Add the command's description on the `help-echo' property.
2248         Remove `process-connection-type' binding since it's unused by
2249         call-process.
2250         Provide completion for the "<section> <name>" format as well.
2251         (Man-default-man-entry): Remove spurious var shadowing the argument.
2253 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2255         * log-view.el: Add "Keywords: tools", since its other keywords
2256         aren't in finder-known-keywords, and following vc.el.
2258         * sha1.el (sha1-string-external): default-directory "/" in case
2259         otherwise non-existent.  process-connection-type pipe for touch of
2260         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2262 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2264         Misc coding convention cleanups.
2265         * htmlfontify.el (hfy-init-kludge-hook): Rename from
2266         hfy-init-kludge-hooks.
2267         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2268         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2269         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2270         and push.
2271         (hfy-slant, hfy-weight): Use tables rather than code.
2272         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2273         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2274         (hfy-face-attr-for-class): Initialize `face-spec' directly.
2275         (hfy-face-to-css): Remove `nconc' with single arg.
2276         (hfy-p-to-face-lennart): Use `or'.
2277         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
2278         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2279         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2280         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2281         (hfy-force-fontification): Use run-hooks.
2283 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
2285         Various minor fixes.
2286         * htmlfontify.el (hfy-default-header): Add toggle_invis since
2287         Javascript belongs in the header, not the body.
2288         (hfy-javascript): Remove.
2289         (hfy-fontify-buffer): Don't insert it any more.
2290         (hfy-face-at): Handle (face0 face1 face2) style face properties.
2291         Fix bug in invis handling when there were no invis props in a chunk.
2293 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2295         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2297 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
2299         * finder.el (finder-mode-map): Add a menu.
2301 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
2303         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
2304         "unsigned" structs.
2306         (verilog-leap-to-head, verilog-backward-token): Handle "disable
2307         fork" statement better.
2309 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
2311         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2312         (verilog-delete-auto, verilog-delete-empty-auto-pair)
2313         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2314         Reported by Clay Douglass.
2316         (verilog-auto-inst, verilog-auto-star-safe)
2317         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2318         Fix removing "// Interfaces" when saving .* expansions.  Reported by
2319         Pierre-David Pfister.
2321 2009-11-26  Glenn Morris  <rgm@gnu.org>
2323         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2324         the scope.
2326 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
2328         * vc-annotate.el (vc-annotate-revision-previous-to-line):
2329         Really use previous revision.
2331 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2333         * man.el (Man-completion-table): default-directory "/" in case
2334         doesn't otherwise exist.  process-environment COLUMNS=999 so as
2335         not to truncate long names.  process-connection-type pipe to avoid
2336         any chance of hitting the pseudo-tty TIOCGWINSZ.
2337         (man): completion-ignore-case t for friendliness and since man
2338         itself is case-insensitive on the command line.
2339         Further to Bug#3717.
2341         * arc-mode.el: Add "Keywords: files", so the details in its
2342         commentary can be reached from finder-by-keyword.
2343         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
2344         editing mode, but it's comms related and sgml-mode.el has "comm"
2345         on that basis too.
2346         * textmodes/bibtex-style.el: Add "Keywords: tex".
2347         * international/isearch-x.el, international/ja-dic-cnv.el:
2348         * international/ja-dic-utl.el, international/kkc.el:
2349         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2351 2009-11-25  Juri Linkov  <juri@jurta.org>
2353         * man.el (Man-completion-table): Modify regexp to include
2354         section names to completion strings.  (Bug#3717)
2356 2009-11-25  Juri Linkov  <juri@jurta.org>
2358         Search recursively in gzipped files.  (Bug#4982)
2360         * progmodes/grep.el (grep-highlight-matches): Add new options
2361         `always' and `auto'.  Doc fix.
2362         (grep-process-setup): Check `grep-highlight-matches' for
2363         `auto-detect' to determine the need to compute grep defaults.
2364         Move Windows/DOS specific --colors settings handling
2365         to `grep-compute-defaults'.  Check `grep-highlight-matches'
2366         to get the value of "--color=".
2367         (grep-compute-defaults): Compute `grep-highlight-matches' when it
2368         has the value `auto-detect'.  Move Windows/DOS specific settings
2369         from `grep-process-setup'.
2370         (zrgrep): New command with alias `rzgrep'.
2372 2009-11-25  Juri Linkov  <juri@jurta.org>
2374         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2375         to nil instead of switching off view-mode.  (Bug#4896)
2377 2009-11-25  Juri Linkov  <juri@jurta.org>
2379         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
2381         * mwheel.el (mwheel-scroll-up-function)
2382         (mwheel-scroll-down-function): New defvars.
2383         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2384         `scroll-up', and `mwheel-scroll-down-function' instead of
2385         `scroll-down'.
2387         * doc-view.el (doc-view-scroll-up-or-next-page)
2388         (doc-view-scroll-down-or-previous-page): Add optional ARG.
2389         Use this ARG in the call to image-scroll-up/image-scroll-down.
2390         Change `interactive' spec to "P".  Goto next/previous page only
2391         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2392         SPC/DEL case).  Doc fix.
2393         (doc-view-next-line-or-next-page)
2394         (doc-view-previous-line-or-previous-page): Rename arg to ARG
2395         for consistency.
2396         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2397         `doc-view-scroll-up-or-next-page', and buffer-local
2398         `mwheel-scroll-down-function' to
2399         `doc-view-scroll-down-or-previous-page'.
2401 2009-11-25  Juri Linkov  <juri@jurta.org>
2403         Provide additional default values (directories at other Dired
2404         windows) via M-n in the minibuffer of some Dired commands.
2406         * dired-aux.el (dired-diff, dired-compare-directories)
2407         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2408         `minibuffer-default' in `minibuffer-with-setup-hook'.
2409         (dired-dwim-target-directory): Find a window that displays Dired
2410         buffer instead of failing when the next window is not Dired.
2411         Use `get-window-with-predicate' to find for the next Dired window.
2412         (dired-dwim-target-defaults): New function.
2414         * ediff-util.el (ediff-read-file-name):
2415         Use `dired-dwim-target-defaults' to set `minibuffer-default'
2416         in `minibuffer-with-setup-hook'.
2418 2009-11-25  Juri Linkov  <juri@jurta.org>
2420         Provide additional default values (file name at point or at the
2421         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
2423         * minibuffer.el (read-file-name-defaults): New function.
2424         (read-file-name): Reset `minibuffer-default' to nil when
2425         it duplicates initial input `insdef'.
2426         Bind `minibuffer-default-add-function' to lambda that
2427         calls `read-file-name-defaults' in `minibuffer-selected-window'.
2428         (minibuffer-insert-file-name-at-point): New command.
2430         * files.el (file-name-at-point-functions): New defcustom.
2431         (find-file-default): Remove defvar.
2432         (find-file-read-args): Don't use `find-file-default'.
2433         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2434         to `read-file-name'.
2435         (find-file-literally): Use `read-file-name' with
2436         `confirm-nonexistent-file-or-buffer'.
2438         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2440         * dired.el (dired-read-dir-and-switches):
2441         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2442         to `read-file-name'.
2443         (dired-file-name-at-point): New function.
2444         (dired-mode): Add hook `dired-file-name-at-point' to
2445         `file-name-at-point-functions'.
2447 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2449         Really make the *Completions* window soft-dedicated (bug#5030).
2450         * window.el (window--display-buffer-2): Add `dedicated' argument.
2451         (display-buffer): Pass it when needed so the dedicated flag is set
2452         after calling set-window-buffer, which would otherwise reset it.
2454 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2456         * progmodes/meta-mode.el (meta-complete-symbol):
2457         * progmodes/etags.el (complete-tag):
2458         * mail/mailabbrev.el (mail-abbrev-complete-alias):
2459         Use completion-in-region.
2461         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2462         (dabbrev-completion): Use completion-in-region.
2463         (dabbrev--abbrev-at-point): Simplify regexp.
2465         * abbrev.el (abbrev--before-point): Use word-motion functions
2466         if :regexp is not specified (bug#5031).
2468         * subr.el (string-prefix-p): New function.
2470         * man.el (Man-completion-cache): New var.
2471         (Man-completion-table): Use it.
2473         * vc.el (vc-print-log-internal): Make `limit' optional for better
2474         compatibility (e.g. with vc-annotate.el).
2476 2009-11-24  Kevin Ryde  <user42@zip.com.au>
2478         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
2479         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
2481         * emacs-lisp/elint.el (elint-add-required-env): Better error message
2482         when .el source file not found or other error.
2484 2009-11-24  Markus Triska  <markus.triska@gmx.at>
2486         * linum.el (linum-update-window): Ignore intangible (bug#4996).
2488 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2490         Handle the [back] button properly (bug#4979).
2491         * descr-text.el (describe-text-properties): Add a `buffer' argument.
2492         Use help-setup-xref, help-buffer, and with-help-window.
2493         (describe-char): Add `buffer' argument.
2494         Pass proper command to help-setup-xref.  Don't meddle with
2495         help-xref-stack-item directly.
2496         (describe-text-category): Use with-help-window and help-buffer.
2498         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
2499         for the displayed buffer (bug#4887).
2501         * man.el (Man-completion-table): New function.
2502         (man): Use it.
2504 2009-11-24  David Reitter  <david.reitter@gmail.com>
2506         * vc-git.el (vc-git-registered): Use checkout directory (where
2507         .git is) rather than the file's directory and a relative path spec
2508         to work around a bug in git.
2510 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
2512         Improve handling of processes on remote hosts.
2514         * eshell/esh-util.el (eshell-path-env): New defvar.
2515         (eshell-parse-colon-path): New defun.
2516         (eshell-file-attributes): Use `eshell-parse-colon-path'.
2518         * eshell/esh-ext.el (eshell-search-path):
2519         Use `eshell-parse-colon-path'.
2520         (eshell-remote-command): Remove argument HANDLER.
2521         (eshell-external-command): Check for FTP remote connection.
2523         * eshell/esh-proc.el (eshell-gather-process-output):
2524         Use `file-truename', in order to start also symlinked files.
2525         Apply `start-file-process' instead of `start-process'.
2526         Shorten `command' to the local file name part.
2528         * eshell/em-cmpl.el (eshell-complete-commands-list):
2529         Use `eshell-parse-colon-path'.
2531         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
2533         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
2534         to `eshell-directory-change-hook'.
2536 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
2538         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
2539         because it could be enabled automatically if view-read-only is non-nil.
2541 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
2543         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
2544         made on 2009-11-22.
2546 2009-11-24  Glenn Morris  <rgm@gnu.org>
2548         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
2549         deleted variable bookmark-bmenu-bookmark-column.
2551         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2552         Move after definition of global-semantic-idle-tag-highlight-mode.
2554 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2556         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
2558 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
2560         * net/browse-url.el (browse-url-filename-alist): On Windows, add
2561         two slashes to the "file:" prefix.
2562         (browse-url-file-url): De-munge Cygwin filenames before passing
2563         them to Windows browser.
2564         (browse-url-default-windows-browser): Use call-process.
2566 2009-11-23  Juri Linkov  <juri@jurta.org>
2568         Implement DocView Continuous mode.  (Bug#4896)
2569         * doc-view.el (doc-view-continuous-mode): New defcustom.
2570         (doc-view-mode-map): Bind C-n/<down> to
2571         `doc-view-next-line-or-next-page', C-p/<up> to
2572         `doc-view-previous-line-or-previous-page'.
2573         (doc-view-next-line-or-next-page)
2574         (doc-view-previous-line-or-previous-page): New commands.
2576 2009-11-23  Juri Linkov  <juri@jurta.org>
2578         Implement Isearch in comint input history.  (Bug#3746)
2579         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
2580         `isearch-mode-hook'.
2581         (comint-history-isearch): New defcustom.
2582         (comint-history-isearch-backward)
2583         (comint-history-isearch-backward-regexp): New commands.
2584         (comint-history-isearch-message-overlay): New buffer-local variable.
2585         (comint-history-isearch-setup, comint-history-isearch-end)
2586         (comint-goto-input, comint-history-isearch-search)
2587         (comint-history-isearch-message, comint-history-isearch-wrap)
2588         (comint-history-isearch-push-state)
2589         (comint-history-isearch-pop-state): New functions.
2591 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
2593         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
2594         return.
2595         (tramp-handle-make-symbolic-link)
2596         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
2597         Quote file names.
2598         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
2599         (tramp-handle-process-file): Use it.
2601 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2603         * window.el (move-to-window-line-last-op): Remove.
2604         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
2606 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
2608         Make M-r mirror the new cycling behavior of C-l.
2609         * window.el (move-to-window-line-last-op): New var.
2610         (move-to-window-line-top-bottom): New command.
2611         (global-map): Bind M-r move-to-window-line-top-bottom.
2613 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
2615         * dired-x.el (dired-guess-shell-alist-default):
2616         Support xz format.  (Bug#4953)
2618 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
2620         * cedet/srecode/map.el (srecode-get-maps):
2621         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
2622         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
2623         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
2624         (semantic-toggle-decoration-style):
2625         * cedet/semantic/decorate/include.el
2626         (semantic-decoration-include-describe)
2627         (semantic-decoration-unknown-include-describe)
2628         (semantic-decoration-unparsed-include-describe)
2629         (semantic-decoration-all-include-summary):
2630         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
2631         * cedet/semantic/analyze/complete.el
2632         (semantic-analyze-possible-completions):
2633         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
2634         (semantic-show-unmatched-syntax-mode)
2635         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
2636         (semantic-highlight-func-mode):
2637         * cedet/semantic/util.el (semantic-describe-buffer):
2638         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
2639         (semantic-symref-find-tags-by-name)
2640         (semantic-symref-find-tags-by-regexp)
2641         (semantic-symref-find-tags-by-completion)
2642         (semantic-symref-find-file-references-by-name)
2643         (semantic-symref-find-text):
2644         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
2645         (senator-yank-tag):
2646         * cedet/semantic/scope.el (semantic-calculate-scope):
2647         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2648         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2649         (define-semantic-idle-service):
2650         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
2651         (semantic-complete-analyze-inline-idle):
2652         * cedet/semantic/analyze.el (semantic-analyze-current-context):
2653         * cedet/mode-local.el (describe-mode-local-bindings)
2654         (describe-mode-local-bindings-in-mode):
2655         * cedet/ede/make.el (ede-make-check-version):
2656         * cedet/ede/locate.el (ede-enable-locate-on-project):
2657         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
2658         (cedet-idutils-version-check):
2659         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
2660         (cedet-gnu-global-version-check):
2661         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
2662         (cedet-cscope-version-check): Use called-interactively-p instead
2663         of interactive-p.
2665         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
2666         Use semantic-format-tag-prototype.
2668 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
2670         * emulation/viper-cmd.el: Use viper-last-command-char instead of
2671         last-command-char/last-command-event.
2672         (viper-prefix-arg-value): Do correct conversion of event-char for
2673         XEmacs.
2675         * emulation/viper-util.el, emulation/viper.el:
2676         Use viper-last-command-char instead of
2677         last-command-char/last-command-event.
2679         * ediff-init.el, ediff-mult.el, ediff-util.el:
2680         Replace last-command-char and last-command-event
2681         with (ediff-last-command-char) everywhere.
2683         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
2684         created in fundamental mode.
2686         * ediff.el (ediff-version): Revert the change of interactive-p to
2687         called-interactively-p.
2689 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
2691         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
2692         generation from word-movement command names.
2694 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
2696         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2697         (semantic-complete-jump-local, semantic-complete-jump):
2698         Improve prompt string.
2700 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
2702         * cus-start.el (all): Add native condition for font-use-system-font.
2704 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
2706         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
2707         Correct the patch from 2009-11-18.  (Bug#3910)
2709 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
2711         * progmodes/subword.el: Rename from lisp/subword.el.
2713         * subword.el: Rename to progmodes/subword.el.
2715         * Makefile.in (ELCFILES): Adapt to subword.el move.
2717 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2718             Stefan Monnier  <monnier@iro.umontreal.ca>
2720         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
2721         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
2722         (bookmark-bmenu-show-filenames): Use push.
2723         (bookmark-bmenu-hide-filenames): Use local var instead of
2724         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
2725         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
2726         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
2727         filenames now that the bookmark names are always available.
2729 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2731         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
2732         (bookmark-search-pattern): Move and leave unbound.
2733         (bookmark-bmenu-mode-map): Change binding.
2734         (bookmark-read-search-input): Simplify.
2735         Don't use text-char-description.  Don't error on non-char events.
2736         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
2737         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
2738         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
2739         Use a local var for the timer.
2740         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
2741         (i.e. bookmark-bmenu-search).
2743 2009-11-21  Glenn Morris  <rgm@gnu.org>
2745         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
2747 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
2749         * net/browse-url.el (browse-url-default-windows-browser):
2750         Use cygstart for cygwin.
2752 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
2754         * bookmark.el: Formatting and doc fixes only:
2755         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
2756         (bookmark-bmenu-search): Wrap to fit within 80 columns.
2757           Minor grammar and punctuation fixes in doc string.
2758         (bookmark-read-search-input): Adjust to fit within 80 columns.
2760 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
2762         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
2763         (c-backward-into-nomenclature): Adapt to subword renaming.
2765         * subword.el (subword-forward, subword-backward, subword-mark)
2766         (subword-kill, subword-backward-kill, subword-transpose)
2767         (subword-downcase, subword-upcase, subword-capitalize)
2768         (subword-forward-internal, subword-backward-internal):
2769         Rename from forward-subword, backward-subword, mark-subword,
2770         kill-subword, backward-kill-subword, transpose-subwords,
2771         downcase-subword, upcase-subword, capitalize-subword,
2772         forward-subword-internal, backward-subword-internal.
2774 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2776         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
2777         New options.
2778         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
2779         New vars.
2780         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
2781         (bookmark-bmenu-filter-alist-by-regexp)
2782         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
2783         (bookmark-bmenu-search): New command.
2784         (bookmark-bmenu-mode-map): Bind it.
2786 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
2788         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
2790         * cedet/semantic/idle.el (define-semantic-idle-service)
2791         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
2793 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
2795         * progmodes/cc-cmds.el: declare-functioned forward-subword and
2796         backward-subword to quit the byte-compiler.
2798         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
2800         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
2802         * progmodes/cc-cmds.el (c-update-modeline)
2803         (c-forward-into-nomenclature, c-backward-into-nomenclature):
2804         Refer to subword.el functions instead of cc-subword.el.
2806         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
2807         subword.el functions instead of cc-subword.el.
2809         * progmodes/cc-subword.el: Rename to subword.el.
2810         * subword.el: Rename from progmodes/cc-subword.el.
2811         (subword-mode-map): Rename from c-subword-mode-map.
2812         (subword-mode): Rename from c-subword-mode.
2813         (global-subword-mode): New global minor mode.
2814         (forward-subword): Rename from c-forward-subword.
2815         (backward-subword): Rename from c-backward-subword.
2816         (mark-subword): Rename from c-mark-subword.
2817         (kill-subword): Rename from c-kill-subword.
2818         (backward-kill-subword): Rename from c-backward-kill-subword.
2819         (transpose-subwords): Rename from c-tranpose-subword.
2820         (downcase-subword): Rename from c-downcase-subword.
2821         (capitalize-subword): Rename from c-capitalize-subword.
2822         (forward-subword-internal): Rename from c-forward-subword-internal.
2823         (backward-subword-internal): Rename from c-backward-subword-internal.
2825 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
2827         * vc.el (vc-deduce-fileset): Allow non-state changing operations
2828         from a dired buffer.
2829         (vc-dired-deduce-fileset): New function.
2830         (vc-root-diff, vc-print-root-log): Use it.
2832         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
2833         nil LIMIT argument to vc-print-log-internal.
2835 2009-11-20  Glenn Morris  <rgm@gnu.org>
2837         * Makefile.in (ELCFILES): Regenerate.
2839 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
2841         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
2843         * cedet/semantic.el: Enable idle-mode menu items only if
2844         global-semantic-idle-scheduler-mode is enabled.
2845         (semantic-default-submodes): Doc fix.
2847         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2848         When turning off, disable other idle modes.
2850 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
2852         * calc/calc.el (calc-set-mode-line):
2853         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2854         (math-format-number): Rename `math-format-complement-signed' to
2855         `math-format-twos-complement'.
2857         * calc/calc-bin.el (math-format-twos-complement): Rename from
2858         math-format-complement-signed.
2859         (calc-radix): Rename `calc-complement-signed-mode' to
2860         `calc-twos-complement-mode'.
2861         (calc-octal-radix, calc-hex-radix): Add an argument for
2862         two's complement.
2864         * calc/calc-embed.el (calc-embedded-mode-vars):
2865         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2867         * calc/calc-ext.el (calc-init-extensions):
2868         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2869         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
2871         * calc/calc-units.el (math-build-units-table-buffer):
2872         Let `calc-twos-complement-mode' be nil.
2874         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
2875         entries.
2877         * calc/calc-vec.el (calcFunc-vunpack):
2878         * calc/calc-aent.el (calc-do-calc-eval):
2879         * calc/calc-forms.el (math-format-date):
2880         * calc/calc-graph.el (calc-graph-plot):
2881         * calc/calc-math.el (math-use-emacs-fn):
2882         * calc/calccomp.el (math-compose-expr):
2883         Let `calc-twos-complement-mode' be nil.
2885 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2887         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
2888         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
2889         * minibuffer.el (completion-in-region-functions): New hook.
2890         (completion-in-region): New function.
2891         * emacs-lisp/lisp.el (lisp-complete-symbol):
2892         * pcomplete.el (pcomplete-std-complete): Use it.
2894 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2896         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
2897         (latex-complete-alist): New vars.
2898         (latex-string-prefix-p, latex-complete-bibtex-keys)
2899         (latex-complete-envnames, latex-complete-refkeys)
2900         (latex-complete-data): New functions.
2901         (latex-complete, latex-indent-or-complete): New commands.
2903         * window.el (display-buffer-mark-dedicated): New var.
2904         (display-buffer): Obey it.
2905         * minibuffer.el (minibuffer-completion-help): Use it.
2907         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
2909         * filecache.el (file-cache-add-file): Use push and cons.
2910         (file-cache-delete-file-regexp): Use push.
2911         (file-cache-complete): Use completion-in-region.
2913         * simple.el (with-wrapper-hook): Fix thinko.
2915         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
2916         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
2917         Use with-current-buffer and string-to-number.
2918         (hfy-fallback-colour-values): Use assoc-string.
2919         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
2920         (hfy-face-at): Remove unused var `found-face'.
2921         (hfy-compile-stylesheet): Remove unused var `css'.
2922         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
2923         and `orig-buffer'.
2924         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
2925         Use with-current-buffer.
2926         (hfy-text-p): Use expand-file-name and fewer setq.
2928 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
2930         * htmlfontify.el, hfy-cmap.el: New files.
2932 2009-11-19  Juri Linkov  <juri@jurta.org>
2934         * minibuffer.el (completions-format): New defcustom.
2935         (completion--insert-strings): Implement vertical format.
2937         * simple.el (switch-to-completions): Move point to the first
2938         completion when point was at the beginning of the buffer.
2940 2009-11-19  Juri Linkov  <juri@jurta.org>
2942         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
2944         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
2946 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
2948         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
2949         (mail-signature): Change default to t.
2950         (mail-from-style): Deprecate `system-default' value.
2951         (mail-insert-from-field): For default value of mail-from-style,
2952         default to `angles' unless `angles' needs quoting and `parens'
2953         does not.
2954         (mail-citation-prefix-regexp): Use citation regexp from
2955         message-mode.
2957 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
2959         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2960         Set variables for computing the prompt for reading password.
2962 2009-11-19  Glenn Morris  <rgm@gnu.org>
2964         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
2966         * textmodes/flyspell.el (sgml-lexical-context): Declare.
2968         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
2969         (newsticker-treeview-listwindow-height): Fix custom type.
2971 2009-11-19  Kenichi Handa  <handa@m17n.org>
2973         * descr-text.el (describe-char-padded-string): Compose with TAB
2974         only if there's a font for CH.
2975         (describe-char): Fix the condition for detecting a trivial composition.
2977 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
2979         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
2980         more accurate version of the regexp.  (Bug#3910)
2982 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
2984         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
2986 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
2988         * font-setting.el (font-use-system-font): Declare for byte-compiler.
2989         (font-setting-change-default-font): Fix typo in docstring.
2991 2009-11-18  Alan Mackenzie  <acm@muc.de>
2993         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
2995 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
2997         * font-setting.el (font-use-system-font): Move ...
2999         * cus-start.el (all): ... to here.
3001 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
3003         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3004         Don't set `ad-return-value' if `ad-do-it' doesn't.
3006         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3007         modification time.
3009 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3011         * menu-bar.el: Put "Use system font" in Option-menu.
3012         (menu-bar-options-save): Add font-use-system-font.
3014         * loadup.el: If feature system-font-setting or font-render-setting is
3015         there, load font-setting.
3017         * Makefile.in (ELCFILES): Add font-settings.el.
3018         * font-setting.el: New file.
3020 2009-11-17  Glenn Morris  <rgm@gnu.org>
3022         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3024         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3025         Preserve point in the list buffer.  (Bug#4939)
3026         Use point-at-eol.
3027         (newsticker--treeview-list-update-highlight)
3028         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3030 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3032         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3033         Remove.
3035         * calc/calc-ext.el (calc-init-extensions): Remove references to
3036         symclip.
3038         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3040         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3041         * calc/calc-help.el (calc-b-prefix-help): Remove references to
3042         `calc-symclip'.
3044 2009-11-16  Kevin Ryde  <user42@zip.com.au>
3046         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3047         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3049         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3050         (lm-keywords-list): Allow comma-only separator like "foo,bar".
3051         Ignore trailing spaces by omit-nulls to split-string (fixing
3052         regression from Emacs 21 due to the incompatible split-string
3053         change).  (Bug #4928.)
3055 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3057         * vc.el (vc-log-show-limit): Default to 2000.
3058         (vc-print-log-internal): Insert buttons to request more entries
3059         when limiting the output.
3061         * vc-sccs.el (vc-sccs-print-log):
3062         * vc-rcs.el (vc-rcs-print-log):
3063         * vc-cvs.el (vc-cvs-print-log):
3064         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3065         LIMIT is non-nil.
3067 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3069         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3070         error when `tramp-gvfs-dbus-event-vector' is set.
3071         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3073 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3075         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3077 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3079         * net/dbus.el (dbus-unregister-service): New defun.
3080         (dbus-register-property): Register the handlers of
3081         "org.freedesktop.DBus.Properties" for SERVICE.
3082         (dbus-property-handler): Fix docstring.
3084 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3086         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3087         Quote doc string reference in defvaralias as it is not in special form.
3088         (byte-compile-output-docform): Doc fix.
3090 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3092         * calc/calc.el (math-2-word-size, math-half-2-word-size)
3093         (calc-complement-signed-mode): New variables.
3094         (calc-set-mode-line): Add indicator for twos-complements.
3095         (math-format-number): Format twos-complement notation.
3097         * calc/calc-bin.el (calc-word-size): Reset the variables
3098         `math-2-word-size' and `math-half-2-word-size'.
3099         (math-format-complement-signed, math-symclip, calcFunc-symclip)
3100         (calc-symclip): New functions.
3102         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3104         * calc/calc-embed.el (calc-embedded-mode-vars):
3105         Add `calc-complement-signed-mode' to the list of modes.
3107         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3108         (calc-b-oper-keys): Add `calc-symclip' to list.
3110         * calc/calc-ext.el (math-read-number-fancy): Read complement
3111         signed numbers.
3112         (calc-init-extensions): Add binding for `calc-symclip'.
3113         Add autoload for `calcFunc-symclip' and `calc-symclip'.
3115         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3116         `calc-symclip'.
3117         (calc-modes-menu): Add item for twos complement mode.
3119         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3121 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
3123         * register.el (jump-to-register, insert-register): Handle Semantic
3124         tags.  From commented-out advice in semantic/senator.el.
3126 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3128         * vc.el (vc-log-show-limit): New variable.
3129         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
3130         when using a prefix argument.
3131         (vc-print-log-internal): Add new argument LIMIT.
3133         * vc-svn.el (vc-svn-print-log):
3134         * vc-mtn.el (vc-mtn-print-log):
3135         * vc-hg.el (vc-hg-print-log):
3136         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3137         pass it to the log command when set.  Make the BUFFER argument
3138         non-optional.
3140         * vc-sccs.el (vc-sccs-print-log):
3141         * vc-rcs.el (vc-rcs-print-log):
3142         * vc-git.el (vc-git-print-log):
3143         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3144         ignore it.  Make the BUFFER argument non-optional
3146         * bindings.el (mode-line-buffer-identification): Do not purecopy.
3148 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
3150         * dired.el (dired-mode-map): Move encryption items to "Operate"
3151         menu (Bug#4703).
3153         * strokes.el (strokes-update-window-configuration): Make strokes
3154         buffer current before erasing (Bug#4906).
3156         * cedet/semantic/idle.el (semantic-idle-summary-mode)
3157         (semantic-idle-summary-mode): Define using define-minor-mode
3158         instead of define-semantic-idle-service.
3159         (semantic-idle-summary-mode): New function.
3160         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3161         that mouse motion does not reset the echo area.
3163 2009-11-15  Juri Linkov  <juri@jurta.org>
3165         * simple.el (set-mark-default-inactive): Add :type, :group
3166         and :version.  (Bug#4876)
3168 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
3170         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3171         (archive-unique-fname): ... here.  (Bug#4929)
3173 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3175         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3176         with a real fix.
3178         * novice.el (disabled-command-function): Add useful args.
3179         Setup the help buffer so that [back] works.
3180         Remove redundant call to help-mode.
3181         (disabled-command-function): Use `case'.
3182         (en/disable-command): New function extracted from enable-command.
3183         (enable-command, disable-command): Use it.
3185 2009-11-14  Glenn Morris  <rgm@gnu.org>
3187         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3188         constants.  (Bug#4913)
3190         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3192 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
3194         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3195         defined in C that have no doc-strings.  (Bug#1063)
3197 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
3199         * cus-edit.el (data, files):
3200         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
3202 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
3204         * simple.el (shell-command): Doc fix (Bug#4891).
3206         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3208 2009-11-14  Glenn Morris  <rgm@gnu.org>
3210         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3211         statements for vc-diff, emerge-quit, and rmail-cease-edit.
3212         If they are already loaded, eval-after-load will do the right thing.
3214         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3215         compiling.
3217         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3219         * simple.el (x-selection-owner-p): Declare.
3220         (read-mail-command): Use custom radio type rather than choice.
3221         (completion-no-auto-exit): Doc fix.
3223         * custom.el (defgroup):
3224         * epg-config.el (epg): Doc fixes.
3226 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
3228         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3229         * international/ccl.el (define-ccl-program): Do not purecopy the
3230         docstring, defconst does it anyway.
3232 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3234         * add-log.el (add-change-log-entry): Avoid displaying the changelog
3235         a second time.
3237         * x-dnd.el (x-dnd-maybe-call-test-function):
3238         * window.el (split-window-vertically):
3239         * whitespace.el (whitespace-help-on):
3240         * vc-rcs.el (vc-rcs-consult-headers):
3241         * userlock.el (ask-user-about-lock-help)
3242         (ask-user-about-supersession-help):
3243         * type-break.el (type-break-force-mode-line-update):
3244         * time-stamp.el (time-stamp-conv-warn):
3245         * terminal.el (te-set-output-log, te-more-break, te-filter)
3246         (te-sentinel, terminal-emulator):
3247         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3248         (term-write-input-ring, term-check-source, term-start-output-log):
3249         (term-display-buffer-line, term-dynamic-list-completions):
3250         (term-ansi-make-term, serial-term):
3251         * subr.el (selective-display):
3252         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3253         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3254         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3255         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3256         (speedbar-remove-localized-speedbar-support)
3257         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3258         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3259         (speedbar-buffers-line-directory):
3260         * simple.el (shell-command-on-region, append-to-buffer)
3261         (prepend-to-buffer):
3262         * shadowfile.el (shadow-save-todo-file):
3263         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3264         (scroll-bar-maybe-set-window-start):
3265         * sb-image.el (speedbar-image-dump):
3266         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3267         (load-save-place-alist-from-file):
3268         * ps-samp.el (ps-print-message-from-summary):
3269         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3270         (ps-background-image, ps-begin-job, ps-do-despool):
3271         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3272         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3273         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3274         (pr-call-process, pr-file-list, pr-interface-save):
3275         * novice.el (disabled-command-function)
3276         (enable-command, disable-command):
3277         * mouse.el (mouse-buffer-menu-alist):
3278         * mouse-copy.el (mouse-kill-preserving-secondary):
3279         * macros.el (kbd-macro-query):
3280         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3281         * informat.el (batch-info-validate):
3282         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3283         * hippie-exp.el (try-expand-dabbrev-visible):
3284         * help-mode.el (help-make-xrefs):
3285         * help-fns.el (describe-variable):
3286         * generic-x.el (bat-generic-mode-run-as-comint):
3287         * finder.el (finder-mouse-select):
3288         * find-dired.el (find-dired-sentinel):
3289         * filesets.el (filesets-file-close):
3290         * files.el (list-directory):
3291         * faces.el (list-faces-display, describe-face):
3292         * facemenu.el (list-colors-display):
3293         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3294         * epg.el (epg--process-filter, epg-cancel):
3295         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3296         (epa--read-signature-type):
3297         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3298         (emerge-file-names):
3299         * ehelp.el (electric-helpify):
3300         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3301         * ediff-vers.el (rcs-ediff-view-revision):
3302         * ediff-util.el (ediff-setup):
3303         * ediff-mult.el (ediff-append-custom-diff):
3304         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3305         (ediff-wordify):
3306         * echistory.el (Electric-command-history-redo-expression):
3307         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3308         * disp-table.el (describe-display-table):
3309         * dired.el (dired-find-buffer-nocreate):
3310         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3311         * dabbrev.el (dabbrev--same-major-mode-p):
3312         * chistory.el (list-command-history):
3313         * apropos.el (apropos-documentation):
3314         * allout.el (allout-obtain-passphrase):
3315         (allout-copy-exposed-to-buffer):
3316         (allout-verify-passphrase): Use with-current-buffer.
3318 2009-11-13  Glenn Morris  <rgm@gnu.org>
3320         * Makefile.in (ELCFILES): Regenerate.
3322 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
3324         * net/dbus.el (dbus-registered-objects-table): Rename from
3325         `dbus-registered-functions-table', because it contains also properties.
3326         (dbus-unregister-object): Unregister also properties.
3327         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3328         Use a timeout of 500 msec, in order to not block.
3329         (dbus-register-property, dbus-property-handler): New defuns.
3331 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3333         * simple.el (minibuffer-default-add-completions): Drop deprecated
3334         4th arg.
3336 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
3338         * textmodes/artist.el (artist-mouse-choose-operation):
3339         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3340         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3341         (artist-compute-up-event-key): New function.
3342         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3344 2009-11-13  Kenichi Handa  <handa@m17n.org>
3346         * language/japan-util.el: Make sure that the value of jisx0208
3347         property is jisx0208 character.
3349 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
3351         * international/mule.el (auto-coding-regexp-alist): Only purecopy
3352         car or each item, not the whole list.
3354 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3356         * minibuffer.el (minibuffer-completion-help):
3357         Use minibuffer-hide-completions.
3359 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
3361         * dired.el (dired-save-positions, dired-restore-positions): New funs.
3362         (dired-revert): Use them (bug#4880).
3364 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
3366         * tooltip.el (tooltip-frame-parameters): Undo previous change.
3368 2009-11-12  Juri Linkov  <juri@jurta.org>
3370         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3371         New functions.
3372         (find-file-literally-at-point): Alias of `ffap-literally'.
3374 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
3376         * textmodes/ispell.el (ispell-skip-region-alist):
3377         * textmodes/css-mode.el (auto-mode-alist):
3378         * progmodes/compile.el (auto-mode-alist):
3379         * international/mule.el (ctext-non-standard-encodings-alist)
3380         (ctext-non-standard-encodings-regexp):
3381         * simple.el (shell-command-switch, text-read-only):
3382         * replace.el (occur-mode-map):
3383         * paths.el (rmail-file-name):
3384         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3385         * find-file.el (ff-special-constructs):
3386         * files.el (file-name-handler-alist):
3387         * composite.el: Purecopy strings.
3389         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3391 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
3393         * widget.el (define-widget): Purecopy the docstring.
3394         * international/mule-cmds.el (charset): Do not purecopy the
3395         docstring here, define-widget does it.
3397         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3398         * textmodes/bibtex-style.el (auto-mode-alist):
3399         * progmodes/inf-lisp.el (inferior-lisp-prompt):
3400         * progmodes/compile.el (compile-command):
3401         * language/korea-util.el (default-korean-keyboard):
3402         * international/mule-conf.el (file-coding-system-alist):
3403         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3404         * tooltip.el (tooltip-frame-parameters):
3405         * newcomment.el (comment-end, comment-padding):
3406         * dired.el (dired-trivial-filenames):
3407         * comint.el (comint-file-name-prefix): Purecopy initial values.
3409 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
3411         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3412         (tramp-advice-minibuffer-electric-tilde): Unload advices via
3413         `tramp-unload'.
3414         (tramp-advice-make-auto-save-file-name)
3415         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3416         after removing the advice.
3418 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
3420         * progmodes/grep.el (grep-regexp-alist):
3421         * international/mule-cmds.el (iso-2022-control-alist):
3422         * emacs-lisp/timer.el (timer-duration-words):
3423         * subr.el (version-separator, version-regexp-alist):
3424         * minibuffer.el (completion-styles-alist):
3425         * faces.el (face-attribute-name-alist, list-faces-sample-text):
3426         Change defvars to defconsts.
3428         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3429         * loadup.el ("international/mule-conf"): Load the byte compiled version.
3430         * international/mule-conf.el: Allow to be byte compiled.
3432         * international/mule.el (define-charset): Purecopy props.
3433         (load-with-code-conversion): Purecopy doc string and file name.
3434         (put-charset-property): Purecopy strings.
3435         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3437         * international/mule-cmds.el (register-input-method): Purecopy arguments.
3438         (define-char-code-property): Correctly purecopy the table.
3440         * international/ccl.el (define-ccl-program): Purecopy the docstring.
3442         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3444         * subr.el (add-hook): Purecopy strings.
3445         (eval-after-load): Purecopy load-history-regexp and the form.
3447         * custom.el (custom-declare-group): Purecopy load-file-name.
3449         * subr.el (menu-bar-separator): New defconst.
3450         * net/eudc.el (eudc-tools-menu):
3451         * international/mule-cmds.el (set-coding-system-map)
3452         (mule-menu-keymap):
3453         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3454         * vc-hooks.el (vc-menu-map):
3455         * replace.el (occur-mode-map):
3456         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
3457         (menu-bar-edit-menu, menu-bar-goto-menu)
3458         (menu-bar-custom-menu, menu-bar-showhide-menu)
3459         (menu-bar-options-menu, menu-bar-tools-menu)
3460         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
3461         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
3462         (menu-bar-help-menu):
3463         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
3464         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
3466         * term/x-win.el (x-gtk-stock-map):
3467         * progmodes/vera-mode.el (auto-mode-alist):
3468         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3469         (inferior-lisp-program, inferior-lisp-load-command):
3470         * progmodes/hideshow.el (hs-special-modes-alist):
3471         * progmodes/gud.el (same-window-regexps):
3472         * progmodes/grep.el (grep-program, find-program, xargs-program):
3473         * net/telnet.el (same-window-regexps):
3474         * net/rlogin.el (same-window-regexps):
3475         * language/ethiopic.el (font-ccl-encoder-alist):
3476         * vc-sccs.el (vc-sccs-master-templates):
3477         * vc-rcs.el (vc-rcs-master-templates):
3478         * subr.el (cl-assertion-failed):
3479         * simple.el (next-error-overlay-arrow-position):
3480         * lpr.el (lpr-command):
3481         * locate.el (locate-ls-subdir-switches):
3482         * info.el (same-window-regexps, info)
3483         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3484         * image-mode.el (image-mode, auto-mode-alist):
3485         * hippie-exp.el (hippie-expand-ignore-buffers):
3486         * format.el (format-alist):
3487         * find-dired.el (find-ls-subdir-switches, find-grep-options)
3488         (find-name-arg):
3489         * facemenu.el (facemenu-keybindings):
3490         * dired.el (dired-listing-switches, dired-chown-program):
3491         * diff.el (diff-switches, diff-command):
3492         * cus-edit.el (same-window-regexps):
3493         * bindings.el (mode-line-mule-info)
3494         (mode-line-buffer-identification): Purecopy strings.
3496 2009-11-11  Juri Linkov  <juri@jurta.org>
3498         * simple.el (dired-get-filename) <declare-function>:
3499         Tell the byte-compiler about dired-get-filename.
3500         (shell-command): In Dired mode, get filename from the current line
3501         as the default value.
3503 2009-11-10  Glenn Morris  <rgm@gnu.org>
3505         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
3506         * calendar/holidays.el, progmodes/cperl-mode.el:
3507         Update x-popup-menu declarations.
3509         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
3510         (list-load-path-shadows): Use dolist.
3511         (list-load-path-shadows): Use with-current-buffer.
3513 2009-11-10  Juri Linkov  <juri@jurta.org>
3515         * minibuffer.el (read-file-name): Support a list of default values
3516         in `default-filename'.  Use the first file name where only one
3517         element is required.  Doc fix.
3519 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
3521         * net/dbus.el (dbus-unregister-object): Release service, if no
3522         other method is registered for it.
3524 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
3526         * bookmark.el (bookmark-completing-read): Sort bookmark names if
3527         bookmark-sort-flag is non-nil (Bug#4653).
3529 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
3531         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
3532         the progress reporter entirely.
3534         * emulation/cua-base.el: Add CUA property to some CC mode commands
3535         (Bug#4100).
3537 2009-11-08  Kevin Ryde  <user42@zip.com.au>
3539         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
3540         at end of sentence (Bug#4818).
3542 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
3544         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3545         Handle "see declaration of" MSFT statements (Bug#4100).
3547 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
3549         * net/tramp.el (tramp-advice-make-auto-save-file-name)
3550         (tramp-advice-file-expand-wildcards): Unload via
3551         `ad-remove-advice'.
3553         * net/trampver.el: Update release number.
3555 2009-11-08  Kevin Ryde  <user42@zip.com.au>
3557         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
3558         `ad-do-it'.
3560 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
3562         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
3563         in order to keep context in SELinux.
3565 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
3567         * dired-aux.el (dired-query): Place cursor in echo area and allow
3568         C-g.
3570         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
3571         menu item if not on a directory (Bug#4701).
3573 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
3575         Sync with Tramp 2.1.17.
3577         * net/tramp.el (tramp-handle-copy-directory): Don't use
3578         `file-remote-p' (due to compatibility).
3580         * net/tramp-compat.el (tramp-compat-copy-directory)
3581         (tramp-compat-delete-directory): New defuns.
3583         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3584         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
3585         `tramp-compat-delete-directory'.
3587         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3588         (tramp-smb-handle-delete-directory): Use
3589         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
3591         * net/trampver.el: Update release number.
3593 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
3595         * tar-mode.el (tar-copy): Call write-region on the right buffer
3596         (Bug#4857).
3598         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
3599         by hand, if necessary (Bug#4878).
3601 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
3603         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
3604         align size column (Bug#4839).
3606         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
3607         statement.
3609 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3611         * progmodes/ld-script.el (auto-mode-alist):
3612         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
3614         * cus-face.el (custom-declare-face): Purecopy face spec.
3616 2009-11-06  Kenichi Handa  <handa@m17n.org>
3618         * international/uni-bidi.el: Re-generated.
3619         * international/uni-category.el: Re-generated.
3620         * international/uni-combining.el: Re-generated.
3621         * international/uni-mirrored.el: Re-generated.
3623 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3625         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
3626         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
3627         (tex-start-options, slitex-run-command, latex-run-command)
3628         (tex-run-command, tex-directory):
3629         * textmodes/ispell.el (ispell-html-skip-alists)
3630         (ispell-tex-skip-alists, ispell-tex-skip-alists):
3631         * textmodes/fill.el (adaptive-fill-first-line-regexp):
3632         (adaptive-fill-regexp):
3633         * textmodes/dns-mode.el (auto-mode-alist):
3634         * progmodes/python.el (interpreter-mode-alist):
3635         * progmodes/etags.el (tags-compression-info-list):
3636         * progmodes/etags.el (tags-file-name):
3637         * net/browse-url.el (browse-url-galeon-program)
3638         (browse-url-firefox-program):
3639         * mail/sendmail.el (mail-signature-file)
3640         (mail-citation-prefix-regexp):
3641         * international/mule-conf.el (eight-bit):
3642         * international/latexenc.el (latex-inputenc-coding-alist):
3643         * international/fontset.el (x-pixel-size-width-font-regexp):
3644         * emacs-lisp/warnings.el (warning-type-format):
3645         * emacs-lisp/trace.el (trace-buffer):
3646         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
3647         (emacs-lisp-mode-map):
3648         * calendar/holidays.el (holiday-solar-holidays)
3649         (holiday-bahai-holidays, holiday-islamic-holidays)
3650         (holiday-christian-holidays, holiday-hebrew-holidays)
3651         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
3652         (hebrew-holidays-1, holiday-oriental-holidays)
3653         (holiday-general-holidays):
3654         * x-dnd.el (x-dnd-known-types):
3655         * tool-bar.el (tool-bar):
3656         * startup.el (site-run-file):
3657         * shell.el (shell-dumb-shell-regexp):
3658         * rfn-eshadow.el (file-name-shadow-tty-properties)
3659         (file-name-shadow-properties):
3660         * paths.el (remote-shell-program, news-directory):
3661         * mouse.el ([C-down-mouse-3]):
3662         * menu-bar.el (menu-bar-tools-menu):
3663         * jka-cmpr-hook.el (jka-compr-load-suffixes)
3664         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
3665         (jka-compr-compression-info-list):
3666         * isearch.el (search-whitespace-regexp):
3667         * image-file.el (image-file-name-extensions):
3668         * find-dired.el (find-ls-option):
3669         * files.el (directory-listing-before-filename-regexp)
3670         (directory-free-space-args, insert-directory-program)
3671         (list-directory-brief-switches, magic-fallback-mode-alist)
3672         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
3673         (automount-dir-prefix):
3674         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
3675         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
3676         (face-font-registry-alternatives, face-font-registry-alternatives)
3677         (face-font-family-alternatives):
3678         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
3679         (facemenu-foreground-menu, facemenu-face-menu):
3680         * epa-hook.el (epa-file-name-regexp):
3681         * dnd.el (dnd-protocol-alist):
3682         * textmodes/rst.el (auto-mode-alist):
3683         * button.el (default-button): Purecopy strings.
3685 2009-11-06  Glenn Morris  <rgm@gnu.org>
3687         * Makefile.in (ELCFILES): Update.
3689 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3691         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
3692         * emacs-lisp/levents.el: Move to obsolete/levents.el.
3694         * nxml/xsd-regexp.el (xsdre-gen-categories):
3695         * nxml/xmltok.el (xmltok-parse-entity):
3696         * nxml/rng-parse.el (rng-parse-validate-file):
3697         * nxml/rng-maint.el (rng-format-manual)
3698         (rng-manual-output-force-new-line):
3699         * nxml/rng-loc.el (rng-save-schema-location-1):
3700         * nxml/rng-cmpct.el (rng-c-parse-file):
3701         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
3702         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
3704 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
3706         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
3707         Remove extra save-excursions and make-variable-buffer-local's.
3708         Suggested by Stefan Monnier.
3710         (verilog-getopt-file, verilog-module-inside-filename-p)
3711         (verilog-set-define): Merge GNU 1.35 and repair changes from
3712         switching to using with-current-buffer.
3714         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
3715         being treated as a number and confusing AUTORESET.
3716         Reported by Dan Dever.
3718         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
3719         Add verilog-auto-ignore-concat to fix backward compatibility with
3720         older verilog-modes.  Reported by Dan Katz.
3722         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
3723         containing closing anchors "...$".
3725         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
3726         Reported by Wade Smith.
3728         (verilog-batch-execute-func) Comment on function usage.
3730 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
3732         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
3733         for labels.
3735         (verilog-label-re, verilog-calc-1): Support proper indent of named
3736         asserts.
3738         (verilog-backward-token, verilog-basic-complete-re)
3739         (verilog-beg-of-statement, verilog-indent-re): Support proper
3740         indent of the assert statement at the beginning of a block of text.
3742         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
3743         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
3744         tokens as begins.
3746 2009-11-05  Glenn Morris  <rgm@gnu.org>
3748         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
3749         Emacs 19.  (Bug#1531)
3750         (byte-compile-fix-header): Update for the above change.
3751         Drop test for epoch::version.
3753         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
3754         * cus-dep.el (custom-make-dependencies):
3755         * finder.el (finder-compile-keywords):
3756         Use autoload-rubric's feature argument.
3758         * calendar/diary-lib.el (top-level): Make load behave more like require.
3760         * vc-git.el (vc-git-stash-map): Move definition before use.
3762 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
3764         * custom.el (custom-declare-group): Purecopy standard-value.
3765         (custom-declare-group): Purecopy custom-prefix.
3767         * international/mule.el (load-with-code-conversion):
3768         Call do-after-load-evaluation unconditionally.
3770         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
3772 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3774         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
3776 2009-11-04  Glenn Morris  <rgm@gnu.org>
3778         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
3779         (byte-compile-compatibility): Remove option.
3780         (byte-compile-close-variables, byte-compile-fix-header)
3781         (byte-compile-insert-header, byte-compile-output-docform)
3782         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
3783         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
3784         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
3785         (byte-compile-insert, byte-compile-defun):
3786         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
3787         (byte-defop-compiler19): Remove.
3788         Without byte-compile-compatibility, the 'emacs19-opcode property is not
3789         used by anything.  Replace all calls with byte-defop-compiler.
3791 2009-11-04  Juri Linkov  <juri@jurta.org>
3793         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
3794         (menu-bar-options-menu): Don't quote the `prop' arg of
3795         `menu-bar-make-mm-toggle'.
3797 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
3799         * calendar/calendar.el (cal-loaddefs):
3800         * calendar/diary-lib.el (diary-loaddefs):
3801         * calendar/holidays.el (hol-loaddefs):
3802         * eshell/esh-module.el (esh-groups): Load rather than require.
3804 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3806         * calendar/todo-mode.el (todo-add-category): Don't hardcode
3807         point-min==1.
3808         (todo-top-priorities): Only display-buffer when called interactively.
3809         (todo-item-start): Don't save excursion point.
3810         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
3811         (todo-insert-item-here, todo-file-item, todo-remove-item):
3812         Adjust uses of todo-item-start and todo-item-end.
3814         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
3815         (autoload-rubric): Don't use any more.
3816         * cedet/semantic/fw.el (semantic/loaddefs):
3817         * cedet/srecode.el (srecode/loaddefs):
3818         * cedet/ede.el (ede/loaddefs): Load rather than require.
3819         * cedet/ede/cpp-root.el:
3820         * cedet/ede/emacs.el:
3821         * cedet/ede/files.el:
3822         * cedet/ede/linux.el:
3823         * cedet/ede/locate.el:
3824         * cedet/ede/make.el:
3825         * cedet/ede/shell.el:
3826         * cedet/ede/speedbar.el:
3827         * cedet/ede/system.el:
3828         * cedet/ede/util.el:
3829         * cedet/semantic/analyze.el:
3830         * cedet/semantic/bovine.el:
3831         * cedet/semantic/complete.el:
3832         * cedet/semantic/ctxt.el:
3833         * cedet/semantic/db-file.el:
3834         * cedet/semantic/db-find.el:
3835         * cedet/semantic/db-global.el:
3836         * cedet/semantic/db-mode.el:
3837         * cedet/semantic/db-typecache.el:
3838         * cedet/semantic/db.el:
3839         * cedet/semantic/debug.el:
3840         * cedet/semantic/dep.el:
3841         * cedet/semantic/doc.el:
3842         * cedet/semantic/edit.el:
3843         * cedet/semantic/find.el:
3844         * cedet/semantic/format.el:
3845         * cedet/semantic/html.el:
3846         * cedet/semantic/ia-sb.el:
3847         * cedet/semantic/ia.el:
3848         * cedet/semantic/idle.el:
3849         * cedet/semantic/lex-spp.el:
3850         * cedet/semantic/lex.el:
3851         * cedet/semantic/mru-bookmark.el:
3852         * cedet/semantic/scope.el:
3853         * cedet/semantic/senator.el:
3854         * cedet/semantic/sort.el:
3855         * cedet/semantic/symref.el:
3856         * cedet/semantic/tag-file.el:
3857         * cedet/semantic/tag-ls.el:
3858         * cedet/semantic/tag-write.el:
3859         * cedet/semantic/tag.el:
3860         * cedet/semantic/util-modes.el:
3861         * cedet/semantic/analyze/complete.el:
3862         * cedet/semantic/analyze/refs.el:
3863         * cedet/semantic/bovine/c.el:
3864         * cedet/semantic/bovine/gcc.el:
3865         * cedet/semantic/bovine/make.el:
3866         * cedet/semantic/bovine/scm.el:
3867         * cedet/semantic/decorate/include.el:
3868         * cedet/semantic/decorate/mode.el:
3869         * cedet/semantic/symref/cscope.el:
3870         * cedet/semantic/symref/global.el:
3871         * cedet/semantic/symref/grep.el:
3872         * cedet/semantic/symref/idutils.el:
3873         * cedet/semantic/symref/list.el:
3874         * cedet/semantic/wisent/java-tags.el:
3875         * cedet/semantic/wisent/javascript.el:
3876         * cedet/srecode/compile.el:
3877         * cedet/srecode/cpp.el:
3878         * cedet/srecode/document.el:
3879         * cedet/srecode/el.el:
3880         * cedet/srecode/expandproto.el:
3881         * cedet/srecode/getset.el:
3882         * cedet/srecode/insert.el:
3883         * cedet/srecode/java.el:
3884         * cedet/srecode/map.el:
3885         * cedet/srecode/mode.el:
3886         * cedet/srecode/template.el:
3887         * cedet/srecode/texi.el: Remove the file-local setting of
3888         generated-autoload-feature.
3890         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
3891         and only put a prop if it is non-nil.
3893 2009-11-03  Juri Linkov  <juri@jurta.org>
3895         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
3896         (menu-bar-options-menu): Fix list quoting (Bug#4429).
3898         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
3899         and "Menu" to make top-level menu item visually one unit (like
3900         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
3901         multi-word menu items).  Fix :help string for quit-window.
3903 2009-11-03  Glenn Morris  <rgm@gnu.org>
3905         * cedet/mode-local.el (with-mode-local): Doc fix.
3907         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
3908         (byte-compile-file-form-define-abbrev-table)
3909         (byte-compile-file-form-custom-declare-variable)
3910         (byte-compile-variable-ref, byte-compile-defvar):
3911         Whether or not a warning is enabled should only affect whether we issue
3912         the warning, not whether or not we collect the relevant data.
3913         Eg warnings can be turned on and off throughout the course of a file.
3915         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
3916         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
3918 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3920         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
3921         * play/mpuz.el (mpuz-create-buffer):
3922         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
3923         (lm-print-y,s,noise, lm-print-w0, lm-init):
3924         * play/gomoku.el (gomoku-prompt-for-move):
3925         * play/fortune.el (fortune-in-buffer):
3926         * play/dissociate.el (dissociated-press):
3927         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
3928         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
3929         * mail/supercite.el (sc-eref-show):
3930         * mail/smtpmail.el (smtpmail-send-it):
3931         * mail/rmailsum.el (rmail-summary-next-labeled-message)
3932         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
3933         (rmail-summary-undelete-many, rmail-summary-rmail-update)
3934         (rmail-summary-goto-msg, rmail-summary-expunge)
3935         (rmail-summary-get-new-mail, rmail-summary-search-backward)
3936         (rmail-summary-add-label, rmail-summary-output-menu)
3937         (rmail-summary-output-body):
3938         * mail/rfc822.el (rfc822-addresses):
3939         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
3940         * mail/mailpost.el (post-mail-send-it):
3941         * mail/hashcash.el (hashcash-generate-payment):
3942         * mail/feedmail.el (feedmail-run-the-queue)
3943         (feedmail-queue-send-edit-prompt-help-first)
3944         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
3945         (feedmail-deduce-address-list):
3946         * eshell/esh-ext.el (eshell-remote-command):
3947         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
3948         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
3949         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
3950         (viper-save-string-in-file, viper-valid-marker):
3951         * emulation/viper-keym.el (viper-toggle-key):
3952         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
3953         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
3954         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
3955         * emulation/viper-cmd.el (viper-exec-form-in-vi)
3956         (viper-exec-form-in-emacs, viper-brac-function):
3957         * emulation/viper.el (viper-delocalize-var):
3958         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
3959         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
3960         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
3961         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
3962         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
3963         * emulation/edt.el (edt-electric-helpify):
3964         * emulation/cua-rect.el (cua--rectangle-aux-replace):
3965         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
3966         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
3967         (cua-indent-to-global-mark-column):
3968         * calendar/diary-lib.el (calendar-mark-1):
3969         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
3970         Use with-current-buffer.
3971         * emulation/viper.el (viper-delocalize-var): Use dolist.
3973 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
3975         * comint.el (comint-replace-by-expanded-history-before-point):
3976         Replace !! with the previous input string literally (Bug#1795).
3978 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
3980         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
3981         to be made up of whitespace.
3983 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
3985         * minibuffer.el (read-file-name): Don't use file dialogs for
3986         remote directories (Bug#99).
3988 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
3990         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
3992 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
3994         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
3995         instead of deleting the window or frame.
3997 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
3999         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4000         Support face colors.
4002         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4003         New function.  Support face colors (Bug#1168).
4004         (tex-common-initialization): Use it.
4006         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4007         mode allows it (Bug#1168).
4009 2009-10-31  Juri Linkov  <juri@jurta.org>
4011         * facemenu.el (list-colors-display): Don't mark buffer as
4012         modified (Bug#3948).
4014 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
4016         * international/mule-diag.el (list-character-sets-1): Minor
4017         message fix (Bug#3526).
4019         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4020         face property (Bug#4834).
4021         (etags-list-tags, etags-tags-apropos-additional)
4022         (etags-tags-apropos, tags-select-tags-table): Add follow-link
4023         property.
4025         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4026         items.
4028         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4029         items.
4031         * cedet/ede.el (ede-minor-mode):
4032         * cedet/semantic.el (semantic-mode): Toggle menu separators.
4034 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4036         * textmodes/two-column.el (2C-split):
4037         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4038         * textmodes/tex-mode.el (tex-set-buffer-directory):
4039         * textmodes/spell.el (spell-region, spell-string):
4040         * textmodes/reftex.el (reftex-erase-buffer):
4041         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4042         * textmodes/reftex-toc.el (reftex-toc-promote-action):
4043         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4044         (reftex-select-item):
4045         * textmodes/reftex-ref.el (reftex-label-info-update)
4046         (reftex-offer-label-menu):
4047         * textmodes/reftex-index.el (reftex-index-change-entry)
4048         (reftex-index-phrases-info):
4049         * textmodes/reftex-global.el (reftex-create-tags-file)
4050         (reftex-save-all-document-buffers, reftex-ensure-write-access):
4051         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4052         (reftex-view-crossref-from-bibtex):
4053         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4054         (reftex-extract-bib-entries-from-thebibliography)
4055         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4056         * textmodes/refbib.el (r2b-capitalize-title):
4057         (r2b-convert-buffer, r2b-help):
4058         * textmodes/page-ext.el (pages-directory)
4059         (pages-directory-goto-with-mouse):
4060         * textmodes/bibtex.el (bibtex-validate-globally):
4061         * textmodes/bib-mode.el (bib-capitalize-title):
4062         * textmodes/artist.el (artist-clear-buffer, artist-system):
4063         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4064         (local-set-scheme-interaction-buffer, xscheme-process-filter)
4065         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4066         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4067         (xscheme-send-control-g-interrupt, xscheme-start-process)
4068         (xscheme-process-sentinel, xscheme-cd):
4069         * progmodes/verilog-mode.el (verilog-read-always-signals)
4070         (verilog-set-define, verilog-getopt-file)
4071         (verilog-module-inside-filename-p):
4072         * progmodes/sh-script.el:
4073         * progmodes/python.el (python-pdbtrack-get-source-buffer)
4074         (python-pdbtrack-grub-for-buffer, python-execute-file):
4075         * progmodes/octave-inf.el (inferior-octave):
4076         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4077         (idlwave-shell-compile-helper-routines, idlwave-set-local)
4078         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4079         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4080         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4081         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4082         (idlwave-shell-filter, idlwave-shell-examine-highlight)
4083         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4084         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4085         (idlwave-shell-examine-display, idlwave-shell-run-region)
4086         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4087         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4088         * progmodes/idlw-help.el (idlwave-help-get-special-help)
4089         (idlwave-help-get-help-buffer):
4090         * progmodes/gud.el (gud-basic-call, gud-find-class)
4091         (gud-tooltip-activate-mouse-motions-if-enabled):
4092         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4093         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4094         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4095         (ebrowse-tags-next-file):
4096         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4097         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4098         (ebnf-eps-finish-and-write):
4099         * progmodes/cpp.el (cpp-edit-save):
4100         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4101         * progmodes/cc-defs.el (c-emacs-features):
4102         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4103         (antlr-directory-dependencies):
4104         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4105         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4106         (ada-find-any-references, ada-make-filename-from-adaname)
4107         (ada-make-body-gnatstub):
4108         * obsolete/rnews.el (news-list-news-groups):
4109         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4110         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4111         * net/rcirc.el (rcirc-debug):
4112         * net/newst-treeview.el (newsticker--treeview-list-add-item)
4113         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4114         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4115         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4116         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4117         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4118         (newsticker--treeview-list-clear-highlight)
4119         (newsticker--treeview-list-update-highlight)
4120         (newsticker--treeview-list-highlight-start)
4121         (newsticker--treeview-tree-update-highlight)
4122         (newsticker--treeview-get-selected-item)
4123         (newsticker-treeview-mark-list-items-old)
4124         (newsticker--treeview-set-current-node):
4125         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4126         * net/newst-backend.el (newsticker--get-news-by-funcall)
4127         (newsticker--get-news-by-wget, newsticker--image-get)
4128         (newsticker--image-sentinel):
4129         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4130         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4131         (eudc-ph-close-session):
4132         * net/eudc.el (eudc-save-options):
4133         * language/thai-word.el (thai-update-word-table):
4134         * language/japan-util.el (japanese-string-conversion):
4135         * international/titdic-cnv.el (tsang-quick-converter)
4136         (ziranma-converter, ctlau-converter):
4137         * international/mule-cmds.el (describe-language-environment):
4138         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4139         (skkdic-convert-postfix, skkdic-convert-prefix):
4140         (skkdic-convert-okuri-nasi, skkdic-convert):
4141         * emacs-lisp/re-builder.el (reb-update-overlays):
4142         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4143         * emacs-lisp/gulp.el (gulp-send-requests):
4144         * emacs-lisp/find-gc.el (trace-call-tree):
4145         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4146         (eieio-describe-generic):
4147         * emacs-lisp/eieio-base.el (eieio-persistent-read):
4148         * emacs-lisp/edebug.el (edebug-outside-excursion):
4149         * emacs-lisp/debug.el (debugger-make-xrefs):
4150         * emacs-lisp/cust-print.el (custom-prin1-to-string):
4151         * emacs-lisp/chart.el (chart-new-buffer):
4152         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4153         Use with-current-buffer.
4154         * textmodes/artist.el (artist-system): Don't call
4155         copy-sequence on a fresh string.
4156         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4158 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
4160         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4161         is no item to edit.  (Bug#4820)
4162         (todo-top-priorities): Restore point and restore narrowing in Todo
4163         buffer.  (Bug#4820)
4165 2009-10-31  Glenn Morris  <rgm@gnu.org>
4167         * net/ange-ftp.el (top-level): Don't require dired when compiling.
4168         (comint-last-output-start, comint-last-input-start)
4169         (comint-last-input-end): Don't defvar when compiling.
4170         (ange-ftp-process-file): Use bound-and-true-p.
4172         * pcmpl-rpm.el (top-level): Move provide statement to end.
4173         (pcmpl-rpm): Remove unused custom group.
4175         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4177         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4179         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4180         (byte-compile-warnings): Add `constants' as an option.
4181         (byte-compile-callargs-warn, byte-compile-arglist-warn)
4182         (display-call-tree): Update for byte-compile-fdefinition possibly
4183         returning `(macro lambda ...)'.  (Bug#4778)
4184         (byte-compile-variable-ref, byte-compile-setq-default):
4185         Respect `constants' member of byte-compile-warnings.
4187         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4188         Use mapc rather than mapcar because the return value is never used.
4190         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4191         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4192         * cedet/semantic/html.el:
4193         Suppress harmless warnings about setting up semantic-imenu (not
4194         part of Emacs) variables.
4196 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4198         * vc-bzr.el (vc-bzr-revision-keywords): New var.
4199         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4200         to "submit:".
4202         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4203         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4204         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4205         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4206         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4207         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4208         (semantic-analyzer-debug-global-symbol)
4209         (semantic-analyzer-debug-missing-innertype)
4210         (semantic-analyzer-debug-insert-include-summary):
4211         * cedet/semantic/util.el (semantic-file-tag-table):
4212         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4213         (semantic-recursive-find-nonterminal-by-name):
4214         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4215         * cedet/semantic/tag-file.el (semantic-prototype-file):
4216         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4217         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4218         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4219         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4220         (semantic-idle-summary-maybe-highlight):
4221         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4222         (semantic-ia-sb-tag-info):
4223         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4224         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4225         * cedet/semantic/ede-grammar.el (project-compile-target):
4226         (ede-proj-makefile-insert-variables):
4227         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4228         (semantic-debug-set-source-location, semantic-debug-interface-layout)
4229         (semantic-debug-mode, semantic-debug):
4230         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4231         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4232         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4233         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4234         (semanticdb-find-translate-path-includes--internal)
4235         (semanticdb-reset-log, semanticdb-find-log-activity):
4236         * cedet/semantic/db-file.el (object-write):
4237         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4238         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4239         (semanticdb-create-ebrowse-database):
4240         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4241         * cedet/semantic/complete.el (semantic-displayor-focus-request)
4242         (semantic-collector-calculate-completions-raw)
4243         (semantic-complete-read-tag-analyzer):
4244         * cedet/semantic/analyze.el (semantic-analyze-pulse):
4245         * cedet/ede/util.el (ede-update-version-in-source):
4246         * cedet/ede/proj.el (project-delete-target):
4247         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4248         (ede-proj-flush-autoconf):
4249         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4250         (ede-proj-configure-synchronize):
4251         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4252         * cedet/ede/linux.el (ede-linux-version):
4253         * cedet/ede/emacs.el (ede-emacs-version):
4254         * cedet/ede/dired.el (ede-dired-add-to-target):
4255         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4256         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4257         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4258         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4259         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4260         (cedet-idutils-version-check):
4261         * cedet/cedet-global.el (cedet-gnu-global-call):
4262         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4263         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4264         * cedet/cedet-cscope.el (cedet-cscope-call)
4265         (cedet-cscope-expand-filename, cedet-cscope-version-check):
4266         Use with-current-buffer.
4267         * cedet/ede.el (ede-make-project-local-variable)
4268         (ede-set-project-variables, ede-set): Use dolist.
4270 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
4272         * textmodes/ispell.el (ispell-skip-region-alist):
4273         * international/mule-conf.el (eight-bit):
4274         * international/fontset.el (font-encoding-alist):
4275         * startup.el (pure-space-overflow-message):
4276         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4277         * paths.el (gnus-nntp-service, rmail-spool-directory)
4278         (term-file-prefix):
4279         * files.el (save-some-buffers-action-alist):
4280         * cmuscheme.el (same-window-buffer-names):
4281         * ielm.el (same-window-buffer-names):
4282         * shell.el (same-window-buffer-names):
4283         * mail/sendmail.el (same-window-buffer-names):
4284         * progmodes/inf-lisp.el (same-window-buffer-names):
4285         * bindings.el (mode-line-client)
4286         (mode-line-column-line-number-mode-map):
4287         * language/tibetan.el (tibetan-precomposition-rule-regexp)
4288         (tibetan-precomposed-regexp): Purecopy string arguments.
4290 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4292         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4293         (calcDigit-nondigit):
4294         * calc/calc-yank.el (calc-copy-to-buffer):
4295         * calc/calc-units.el (calc-invalidate-units-table):
4296         * calc/calc-trail.el (calc-trail-yank):
4297         * calc/calc-store.el (calc-insert-variables):
4298         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4299         * calc/calc-prog.el (calc-read-parse-table):
4300         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4301         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4302         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4303         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4304         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4305         (calc-graph-name, calc-graph-find-command, calc-graph-view)
4306         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4307         * calc/calc-ext.el (calc-realign):
4308         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4309         (calc-embedded-finish-edit, calc-embedded-make-info)
4310         (calc-embedded-finish-command, calc-embedded-stack-change):
4311         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4313         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4314         (overload-docstring-extension): Use that info.
4315         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4316         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4317         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4318         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4319         (semantic-nonterminal-full-name): Add the new `when' info.
4320         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4321         `assert'.
4323         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4324         shell-dynamic-complete-filename in preference to
4325         comint-dynamic-complete-filename.
4327         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4328         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4329         Don't consider whether the display supports colors.
4330         (bookmark-import-new-list): Use dolist.
4331         (bookmark-bmenu-mode-map): Move initialization into declaration.
4332         (bookmark-bmenu-list): Use dolist, simplify.
4333         (bookmark-show-all-annotations): Use save-selected-window and dolist.
4334         (menu-bar-final-items): Use push.
4336 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
4338         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4339         it works on remote files.
4340         (vc-hg-diff): Don't pass any `--cwd' argument.
4342 2009-10-27  Kevin Ryde  <user42@zip.com.au>
4344         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4345         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4346         (Further to Bug#3921).
4348 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
4350         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4351         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4352         calling `tramp-imap-put-file'.  Add file size to the call.
4353         (tramp-imap-get-file-entries): Compute also user name, file size,
4354         and date.
4355         (tramp-imap-handle-insert-directory): Insert uid and gid.
4356         (tramp-imap-handle-file-attributes): Transform uid and gid
4357         according to `id-format'.
4358         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
4359         size in header X-Size.
4361 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
4363         * simple.el (transpose-subr): Give clearer error when the mark
4364         is not set.  (Bug#4807)
4366 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
4368         * net/tramp.el (tramp-perl-file-truename): New defconst.
4369         Perl code contributed by yary <not.com@gmail.com> (tiny change).
4370         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4371         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4372         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4374         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4375         Ignore `dired-call-process'.
4376         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4378 2009-10-26  Julian Scheid  <julians37@gmail.com>
4380         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4381         (tramp-get-remote-readlink): New defun.
4382         (tramp-handle-file-truename): Use it.
4383         (tramp-handle-file-exists-p): Check file-attributes cache, assume
4384         file exists if cache value present.
4385         (tramp-check-cached-permissions) New defun.
4386         (tramp-handle-file-readable-p): Use it.
4387         (tramp-handle-file-writable-p): Likewise.
4388         (tramp-handle-file-executable-p): Likewise.
4389         (tramp-handle-file-name-all-completions): Try using Perl to get
4390         partial completions.  When perl not available, combine `cd' and
4391         `ls' into single remote operation and use shell expansion to get
4392         partial remote directory contents.  Set `file-exists-p' cache for
4393         directory and any files returned by ls.  Change cache handling to
4394         support partial directory contents.  Use error message emitted by
4395         remote `cd' or Perl code for local tramp-error.
4396         (tramp-do-copy-or-rename-file-directly): Avoid separate
4397         tramp-send-command-and-check call.
4398         (tramp-handle-process-file): Merge three remote ops into one.
4399         Do not flush all caches when `process-file-side-effects' is set.
4400         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4401         file-attributes shows uid/gid to be set already.
4403 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
4405         * textmodes/tex-mode.el (tex-dvi-view-command)
4406         (tex-show-queue-command, tex-open-quote):
4407         * progmodes/ruby-mode.el (auto-mode-alist)
4408         (interpreter-mode-alist): Purecopy strings.
4410         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4412         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4413         string for the hook, keymap and abbrev table.
4415         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4417         * x-dnd.el (x-dnd-xdnd-to-action):
4418         * startup.el (fancy-startup-text, fancy-about-text): Change to
4419         defconst from defvar.
4421         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4423         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4424         Purecopy initialization strings.
4426         * mail/sendmail.el (mail-header-separator)
4427         (mail-personal-alias-file):
4428         * mail/rmail.el (rmail-default-dont-reply-to-names)
4429         (rmail-ignored-headers, rmail-retry-ignored-headers)
4430         (rmail-highlighted-headers, rmail-secondary-file-directory)
4431         (rmail-secondary-file-regexp):
4432         * files.el (null-device, file-name-invalid-regexp)
4433         (locate-dominating-stop-dir-regexp)
4434         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
4435         (interpreter-mode-alist): Use mapcar instead of mapc.
4437         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4439         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4440         (completion-ignored-extensions):
4441         (debug-ignored-errors): Purecopy strings.
4443 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4445         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4446         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4447         (pcomplete--here): Use push.
4449         * subr.el (all-completions): Declare the 4th arg obsolete.
4451 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4453         * pcomplete.el (pcomplete-unquote-argument-function): New var.
4454         (pcomplete-unquote-argument): New function.
4455         (pcomplete--common-suffix): Always pay attention to case.
4456         (pcomplete--table-subvert): Quote and unquote the text.
4457         (pcomplete--common-quoted-suffix): New function.
4458         (pcomplete-std-complete): Use it and pcomplete-begin.
4460         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
4461         we're inside a dedicated or minibuffer window.
4463 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4465         * cedet/semantic/fw.el (semantic-alias-obsolete)
4466         (semantic-varalias-obsolete): Make the `when' arg mandatory.
4467         (define-mode-overload-implementation):
4468         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
4469         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
4470         * cedet/semantic/util.el (semantic-file-token-stream)
4471         (semantic-something-to-stream):
4472         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
4473         (semantic-expand-nonterminal):
4474         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
4475         (semantic-find-dependency, semantic-find-nonterminal)
4476         (semantic-find-dependency):
4477         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
4478         (semantic-flex-text, semantic-flex-make-keyword-table)
4479         (semantic-flex-keyword-p, semantic-flex-keyword-put)
4480         (semantic-flex-keyword-get, semantic-flex-map-keywords)
4481         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
4482         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
4483         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
4484         (semantic-after-idle-scheduler-reparse-hooks):
4485         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
4486         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
4487         * cedet/semantic.el (semantic-toplevel-bovine-table)
4488         (semantic-toplevel-bovine-cache)
4489         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
4490         (semantic-init-mode-hooks, semantic-init-db-hooks)
4491         (semantic-bovination-working-type): Provide the `when' arg.
4493 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
4495         * bookmark.el: Update documentation, especially documentation
4496         of `bookmark-alist' and of the bookmark file format.
4497         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
4499 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
4501         * mail/emacsbug.el (report-emacs-bug): Clarify that the
4502         keybindings apply to the mail buffer (Bug#4003).  Shrink help
4503         window to buffer.
4505         * whitespace.el (whitespace-mode, whitespace-newline-mode)
4506         (global-whitespace-mode, global-whitespace-newline-mode)
4507         (whitespace-toggle-options, global-whitespace-toggle-options):
4508         Doc fix (Bug#3660).
4510         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
4511         of xmltok-start before the end tag was inserted (Bug#2840).
4513         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
4514         patterns that are preceded by an open-paren (Bug#1320).
4516 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
4518         * files.el (delete-directory): Delete symlinks to directories with
4519         delete-file (Bug#4739).
4521 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
4523         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
4524         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
4525         argument to make-obsolete.
4527         * cedet/semantic/fw.el (semantic-alias-obsolete)
4528         (semantic-varalias-obsolete): Add optional WHEN argument.
4530 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
4532         * vc.el (vc-backend-for-registration): Rename from
4533         vc-get-backend-for-registration.  Update callers.
4535         * international/mule-cmds.el (set-language-info-alist):
4536         Purecopy lang-env.
4537         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
4538         (charset): Purecopy the name.
4539         (define-char-code-property): Purecopy string arguments.
4541         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4542         Purecopy string arguments.
4544         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4545         * ediff-hook.el (menu-bar-ediff-menu):
4546         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
4547         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
4549 2009-10-24  Glenn Morris  <rgm@gnu.org>
4551         * comint.el (comint-dynamic-list-completions):
4552         * term.el (term-dynamic-list-completions): Use choose-completion rather
4553         than obsolete alias mouse-choose-completion.
4555         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
4556         file-cache-choose-completion.
4557         (file-cache-choose-completion): Handle an optional event argument.
4558         (file-cache-mouse-choose-completion): Make it an obsolete alias.
4560         * progmodes/octave-mod.el (octave-complete-symbol):
4561         Use choose-completion if mouse-choose-completion is ever removed.
4563         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
4564         use.
4566         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
4567         compiler.
4569         * vc-hooks.el (vc-responsible-backend): Fix declaration.
4571 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4573         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
4574         Ignore `pred' now that we receive one.
4575         Handle test-completion specially.
4577 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
4579         * vc.el (vc-responsible-backend): Throw an error if not backend is
4580         found.  Remove the REGISTER argument.  Move the code dealing with
4581         REGISTER ...
4582         (vc-get-backend-for-registration): ... here.  New function.
4583         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
4584         of vc-responsible-backend, pass the file name instead of the
4585         directory name.
4587 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4589         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
4590         New funs.
4591         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
4592         (pcomplete-comint-setup): Don't modify a global var via
4593         accidental side-effects.
4594         (pcomplete-shell-setup): Adjust call accordingly.
4595         (pcomplete-parse-comint-arguments): Use push.
4597 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
4599         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4600         Allow uncapitalized info node names (Bug#3921).
4602         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
4603         to the DEBUG file (Bug#3781).
4605 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
4607         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
4608         dictionary entry (Bug#4579).
4610 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
4612         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
4613         from `rfn-eshadow-update-overlay-hook' when unloading.
4614         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
4615         "rsyncc".  Adjust doc string.
4616         (tramp-temp-buffer-file-name) New buffer-local defvar.
4617         (tramp-handle-insert-file-contents, tramp-handle-write-region):
4618         Keep temporary file when indicated by method ("rsync" and
4619         "rsyncc").
4620         (tramp-handle-write-region): Handle APPEND.
4621         (tramp-delete-temp-file-function): New defun.  Added to
4622         `kill-buffer-hook'.
4624 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
4626         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
4628 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
4630         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
4631         (color-name-rgb-alist, tty-standard-colors)
4632         (tty-color-mode-alist): Change to defconst.
4634         * simple.el (mark-inactive): Purecopy message.
4636         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
4637         (global-map, yank-menu):
4638         * textmodes/ispell.el (ispell-menu-map):
4639         * net/eudc.el (eudc-tools-menu):
4640         * international/mule-cmds.el (describe-language-environment-map)
4641         (setup-language-environment-map, set-coding-system-map)
4642         (mule-menu-keymap):
4643         * vc-hooks.el (vc-menu-entry, vc-menu-map):
4644         * replace.el (occur-mode-map):
4645         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
4647 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
4649         * calc/calc.el (math-read-number, math-read-number-simple): Use
4650         `save-match-data'.
4652 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4654         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
4655         rather than fiddling with global-map bindings, since it should only
4656         affect per-terminal settings.
4657         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
4659         * minibuffer.el (completion-table-with-terminator): Allow to specify
4660         the terminator-regexp.
4662         * simple.el (switch-to-completions): Look for *Completions* in other
4663         frames as well.
4665         * pcomplete.el: Allow the use of completion-tables.
4666         (pcomplete-std-complete): New command.
4667         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
4668         (pcomplete--here): Use a function for `form' rather than an expression,
4669         so it can be byte-compiled.
4670         (pcomplete-here, pcomplete-here*): Adjust accordingly.
4671         Add edebug declaration.
4672         (pcomplete-show-completions): Remove unused var `curbuf'.
4673         (pcomplete-do-complete, pcomplete-stub):
4674         Don't assume `completions' is a list of strings any more.
4676 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
4678         * find-dired.el (find-name-arg): Fix typo in docstring.
4680 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4682         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
4683         (pcmpl-linux-fs-types): Same, and update to new modules layout.
4685         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
4686         pcomplete-entries.
4688         * comint.el (comint-read-input-ring, comint-write-input-ring)
4689         (comint-substitute-in-file-name)
4690         (comint-dynamic-complete-as-filename)
4691         (comint-dynamic-simple-complete)
4692         (comint-dynamic-list-filename-completions)
4693         (comint-dynamic-list-completions)
4694         (comint-redirect-results-list-from-process): Minor simplifications.
4696 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4698         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4699         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
4700         the first form.  And insert a blank line after ";;; Code" since
4701         that's usual style.  (Bug#4612)
4703         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
4705 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4707         * minibuffer.el (completion-table-with-terminator): Properly implement
4708         boundaries, in case `terminator' appears in the suffix.
4709         (completion--embedded-envvar-table): Don't return boundaries if
4710         there's no valid completion.  Simplify.
4711         (completion-file-name-table): New completion table extracted from
4712         completion--file-name-table.
4713         (completion--file-name-table): Use it.
4714         (read-file-name-predicate): Declare obsolete.
4715         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
4716         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
4717         completion-file-name-table, and use the `pred' argument.
4718         * files.el (locate-file-completion-table): Use the `pred' arg rather
4719         than read-file-name-predicate.
4720         (abbreviate-file-name): Use \` rather than ^ for BOS.
4722 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
4724         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
4725         vc-responsible-backend to register, it causes problems.
4727 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4729         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
4731 2009-10-21  Eric Ludlam  <zappo@gnu.org>
4733         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
4734         (semantic-c-debug-mode-init-pch): New functions.
4735         (semantic-c-debug-mode-init-last-mode): New var.
4736         (semantic-c-parse-lexical-token): Use them.
4738         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
4739         When extracting the argument list, limit only by point-max.
4741 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
4743         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
4744         (tramp-smb-handle-file-attributes): Use it.
4745         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
4746         (tramp-smb-handle-insert-directory): Use `mapc' rather than
4747         `mapcar'.  Use `tramp-smb-get-stat-capability'.
4748         Add `dired-filename' text properties.
4749         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
4750         (tramp-smb-maybe-open-connection): Simplify check for smbclient
4751         version.
4753 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4755         * subr.el (read-key-delay): Reduce to 0.01.
4756         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
4757         (bug#4751).
4759 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4761         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
4763         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
4764         (Info-menu): Remove unused vars `last' and `completions'.
4765         (Info-index-nodes): Remove unused var `node'.
4767         * info.el (Info-complete-menu-item): Use complete-with-action.
4769 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
4771         Make vc-annotate work through copies and renames.
4772         * vc-annotate.el (vc-annotate-extract-revision-at-line):
4773         Return the file name too.
4774         (vc-annotate-revision-at-line)
4775         (vc-annotate-find-revision-at-line)
4776         (vc-annotate-revision-previous-to-line)
4777         (vc-annotate-show-log-revision-at-line): Update to get the file
4778         name from vc-annotate-extract-revision-at-line.
4779         (vc-annotate-show-diff-revision-at-line-internal): Change the
4780         argument to mean whether to show a file diff or not.  Get the file
4781         name from vc-annotate-extract-revision-at-line.
4782         (vc-annotate-show-diff-revision-at-line):
4783         Update vc-annotate-show-diff-revision-at-line call.
4784         (vc-annotate-warp-revision): Add an optional file argument.
4786         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
4787         (vc-git-annotate-extract-revision-at-line): Also return the file
4788         name if found.
4790         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
4791         command.  Remove unused code.
4792         (vc-hg-annotate-re): Update to match --follow output.
4793         (vc-hg-annotate-extract-revision-at-line): Also return the file
4794         name if found.
4796         * vc.el: Update annotate-extract-revision-at-line documentation.
4798 2009-10-18  Kevin Ryde  <user42@zip.com.au>
4800         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
4801         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
4803         * net/browse-url.el (browse-url): Identify alist with "consp and
4804         not functionp" and let all other things go down the `apply' leg,
4805         as suggested by Stefan.  (Further to bug#4531.)
4807 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
4809         * minibuffer.el (read-file-name): Check for repeat before putting
4810         a default argument in file-name-history (Bug#4657).
4812         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
4813         read syntax (Bug#4737).
4815         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
4817 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
4819         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
4820         (html-tag-alist, html-tag-help): Add descriptions for undocumented
4821         entries and make note of obsolete tags.
4823 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4825         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
4827 2009-10-18  Glenn Morris  <rgm@gnu.org>
4829         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
4830         grep, so that binary files (eg international/uni-bidi.el) can match.
4831         Remove test for "UnicodeData" files, since it is hopefully unnecessary
4832         now, and in any case the file header format has changed.
4834 2009-10-17  Glenn Morris  <rgm@gnu.org>
4836         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
4837         (flyspell-get-word, flyspell-large-region)
4838         (flyspell-auto-correct-previous-word): Doc/error message fixes.
4840 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
4842         * Makefile.in (ELCFILES): Add ede/shell.
4844 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
4846         * term/common-win.el (x-colors): Purecopy it.
4848 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4850         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
4851         permissive for when the buffer is empty.
4852         (tar-header-block-tokenize): Decode the username and groupname.
4853         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
4855 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
4857         * cedet/srecode/srt.el:
4858         * cedet/srecode/compile.el:
4859         * cedet/semantic/mru-bookmark.el:
4860         * cedet/semantic/debug.el:
4861         * cedet/semantic/complete.el:
4862         * cedet/semantic/analyze.el: Require CL when compiling.
4864 2009-10-17  Eric Ludlam  <zappo@gnu.org>
4866         * cedet/semantic/scope.el
4867         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
4868         tmpscope so that the regular scope will continue to work.
4870         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
4871         Use semantic-idle-summary-highlight-face as the highlighting.
4873         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
4874         contains multibyte characters, choose first applicable coding
4875         system automatically.
4877         * cedet/ede/project-am.el (project-run-target): New method.
4878         (project-run-target): New method.
4880         * cedet/ede.el (ede-target): Add run target menu item.
4881         (ede-project, ede-minor-keymap): Add ede-run-target binding.
4882         (ede-run-target): New function.
4883         (ede-target::project-run-target): New method.
4885         * cedet/ede/proj.el (project-run-target): New method.
4887         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
4888         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
4889         Add :rules.
4890         (ede-proj-target-makefile-shared-object): Only libtool compilers
4891         now available.  Add linkers for libtool.
4892         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
4893         (ede-proj-makefile-target-name): Always use .la extension.
4895         * cedet/ede/proj-prog.el (project-run-target): New method.
4897         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
4898         (ede-g++-linker): Change Change link lines.
4900         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
4901         When searching for old variables, go to the end of the buffer and
4902         search backward from there.
4903         (ede-proj-makefile-automake-insert-subdirs)
4904         (ede-proj-makefile-automake-insert-extradist): New methods.
4905         (ede-proj-makefile-create): Use them.
4907         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
4908         Force FILE to expand to the current target.  Use file-exists-p to
4909         check that it exists.
4911         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4912         (ede-linux-load): Wrap dir in file-name-as-directory.
4913         Set :version slot.
4915         * cedet/ede/files.el (ede-get-locator-object): When enabling
4916         locate, do so on "top".
4918         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
4919         file-name-as-directory during compare.
4920         (ede-emacs-version): Return Emacs/XEmacs differentiator.
4921         Get version number from different places.  Don't call egrep.
4922         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
4923         to set the directory.
4925         * cedet/ede/shell.el: New file.
4927         * cedet/inversion.el (inversion-decoders): Allow for stray . in
4928         alpha/beta variants.
4930 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4932         * international/mule-cmds.el (select-safe-coding-system): If the file
4933         has a coding cookie, use it regardless of any other setting (bug#4712).
4935 2009-10-17  Glenn Morris  <rgm@gnu.org>
4937         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
4938         All errors should have messages.
4940         * foldout.el (foldout-mouse-swallow-events):
4941         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
4943         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
4944         (dired-keep-marker-copy, dired-keep-marker-hardlink)
4945         (dired-keep-marker-symlink, dired-dwim-target)
4946         (dired-copy-preserve-time): Do not autoload these defcustoms.
4948         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
4949         messages from messing up the file coding.  (Bug#4623)
4951 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
4953         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
4954         if no match is found for the current dictionary.  (Bug#4578)
4956         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
4957         optional, since that is how it is documented, and this is often called
4958         with a nil argument.  (Bug#4577)
4959         (flyspell-external-point-words, flyspell-auto-correct-word)
4960         (flyspell-correct-word-before-point, flyspell-word-search-forward)
4961         (flyspell-word-search-backward): Remove nil argument in calls to
4962         flyspell-get-word, since it is not needed now.
4964 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
4966         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
4968 2009-10-16  Glenn Morris  <rgm@gnu.org>
4970         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
4972 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4974         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
4975         (ange-ftp-file-size): New function.
4976         (ange-ftp-file-attributes): Use it.
4978 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
4980         * net/tramp-smb.el (tramp-smb-version): New defvar.
4981         (tramp-smb-maybe-open-connection): Use it, in order to avoid
4982         repeated checks.
4984 2009-10-16  Glenn Morris  <rgm@gnu.org>
4986         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
4987         Maybe copy some custom properties from old to new name.  (Bug#4706)
4989 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
4991         * subr.el (error, sit-for, start-process-shell-command)
4992         (start-file-process-shell-command): Set the calling convention
4993         after the function definition.
4995 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4997         * subr.el (error, sit-for, start-process-shell-command)
4998         (start-file-process-shell-command): Use the new
4999         set-advertised-calling-convention feature.
5001 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
5003         * international/ucs-normalize.el (ucs-normalize-version):
5004         Change to 1.2.
5005         (check-range): Adjust for Unicode 5.2.
5007 2009-10-15  Juri Linkov  <juri@jurta.org>
5009         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5010         to the `menu-item' format.
5012 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
5014         * net/tramp.el (tramp-replace-environment-variables): Do not fail
5015         if the environment variable does not exist.
5017         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5018         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5019         parameter.
5020         (tramp-smb-handle-add-name-to-file)
5021         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5022         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5023         (tramp-smb-handle-file-attributes)
5024         (tramp-smb-do-file-attributes-with-stat)
5025         (tramp-smb-handle-file-local-copy)
5026         (tramp-smb-handle-insert-directory)
5027         (tramp-smb-handle-make-directory)
5028         (tramp-smb-handle-make-directory-internal)
5029         (tramp-smb-handle-make-symbolic-link)
5030         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5031         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5032         (tramp-smb-maybe-open-connection): Apply the changed parameters.
5033         (tramp-smb-read-file-entry): Read Disk names in compressed format.
5034         Handle long file names.
5035         (tramp-smb-get-cifs-capabilities): Check, whether the connection
5036         process is running.
5037         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5038         Read share names with "-g" option.
5040 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
5042         * net/rcirc.el (rcirc-view-log-file): New command.
5043         (rcirc-track-minor-mode-map): Remove C-c ` binding.
5044         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5045         specified.
5047 2009-10-15  Glenn Morris  <rgm@gnu.org>
5049         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5050         from the second command-line argument.
5051         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5052         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5053         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5054         w32-batch-update-autoloads.
5055         * emacs-lisp/autoload.el (autoload-make-program): New variable.
5056         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5058         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5059         the headers cannot be located.  Simplify, subtracting superflous
5060         save-excursions.
5062 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5064         Replace completion-base-size by completion-base-position to fix bugs
5065         such as (bug#4699).
5066         * simple.el (completion-base-position): New var.
5067         (completion-base-size): Mark as obsolete.
5068         (choose-completion): Make it work for mouse events as well.
5069         Pass the new base-position to choose-completion-string.
5070         (choose-completion-guess-base-position): New function, extracted from
5071         choose-completion-delete-max-match.
5072         (choose-completion-delete-max-match): Use it.  Make obsolete.
5073         (choose-completion-string): Use the new base-position info.
5074         (completion-root-regexp): Delete.
5075         (completion-setup-function): Preserve completion-base-position.
5076         Eliminate obsolete base-size manipulation.
5077         * minibuffer.el (display-completion-list): Don't mess with base-size.
5078         (minibuffer-completion-help): Set completion-base-position instead.
5079         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5080         choose-completion.
5081         * textmodes/bibtex.el (bibtex-complete):
5082         * emacs-lisp/crm.el (crm--choose-completion-string):
5083         Adjust to new calling convention.
5084         * complete.el (partial-completion-mode): Use minibufferp to avoid
5085         bumping into incompatible change to choose-completion-string-functions.
5086         * ido.el (ido-choose-completion-string): Make its calling convention
5087         more permissive.
5088         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5089         base-size manipulation.
5090         (comint-dynamic-list-input-ring): Use dotimes and push.
5091         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5092         fundamental-mode.  Use `or'.
5094 2009-10-14  Juri Linkov  <juri@jurta.org>
5096         * misearch.el (multi-isearch-next-buffer-from-list)
5097         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
5099 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5101         * Makefile.in (compile-onefile): Load `bytecomp' rather than
5102         `bytecomp.el'.
5104         * minibuffer.el (completion-pcm--merge-completions): Make sure the
5105         string we return is all made up of text from the completions rather
5106         than part from the completions and part from the input (bug#4219).
5108         * ido.el (ido-everywhere): Use define-minor-mode.
5110         * buff-menu.el (list-buffers, ctl-x-map):
5111         Mark the entry points with ;;;###autoload cookies.
5113 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5115         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5116         correctly in the detached head case.
5117         (vc-git-print-log): Remove unused binding.
5119         * vc.el (vc-responsible-backend): When a directory is passed for
5120         for registration create a VC repository if no backend is
5121         responsible for the directory argument.
5122         (vc-deduce-fileset): Tell vc-responsible-backend to register.
5124         * vc.el: Move comments about RCS and SCCS ...
5125         * vc-rcs.el:
5126         * vc-sccs.el: ... here, respectively.
5128 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5130         * minibuffer.el (completion--file-name-table): Return nil if there's
5131         no file completion, even if substitute-in-file-name changed
5132         the string (bug#4708).
5134 2009-10-13  Juri Linkov  <juri@jurta.org>
5136         * files-x.el (read-file-local-variable-value): Don't filter out
5137         minor modes from mode name completion (bug#4664).
5139 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
5141         * international/mule-cmds.el (ucs-names): Remove exclusion of
5142         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5144 2009-10-13  Kenichi Handa  <handa@m17n.org>
5146         * international/uni-name.el: Regenerated.
5148 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
5150         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
5151         should be automatically buffer-local, but isn't.)
5153 2009-10-12  Sam Steingold  <sds@gnu.org>
5155         * progmodes/compile.el (compilation-next-error-function): Fix the
5156         timestamps if the buffer has been visited before.
5157         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5158         non-anchored patterns, like the perl one (bug#3928).
5160 2009-10-12  Glenn Morris  <rgm@gnu.org>
5162         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5163         Let-bind `size'.
5165 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
5167         * proced.el (proced-unload-function): New function.
5169         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5170         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5171         Doc fix.
5173         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5175 2009-10-11  Juri Linkov  <juri@jurta.org>
5177         * files-x.el (read-file-local-variable-value):
5178         Provide default value only for bound variables (bug#4664).
5180 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
5182         * net/tramp.el (tramp-local-host-p): Function shall return nil for
5183         connection methods like smb.
5185         * net/tramp-cache.el (tramp-flush-connection-property): The hash
5186         can be empty.
5188         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5189         (tramp-smb-file-name-handler-alist): Add handlers for
5190         `add-name-to-file', `make-symbolic-link'.
5191         (tramp-smb-handle-add-name-to-file)
5192         (tramp-smb-do-file-attributes-with-stat)
5193         (tramp-smb-handle-make-symbolic-link)
5194         (tramp-smb-get-cifs-capabilities): New defuns.
5195         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5196         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5197         (tramp-smb-handle-file-local-copy)
5198         (tramp-smb-handle-make-directory-internal)
5199         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5200         The file name syntax depends on cifs capabilities.
5201         (tramp-smb-handle-file-attributes):
5202         Call `tramp-smb-do-file-attributes-with-stat' if possible.
5203         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5204         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
5206 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
5208         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5209         (eieio-defclass): Apply deftype handler and setf-method properties
5210         directly.
5211         (eieio-add-new-slot): Avoid union function from cl library.
5212         (eieio--typep): New function.
5213         (eieio-perform-slot-validation): Use it.
5215 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
5217         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
5218         Update documentation to refer to the variables documented in r1.135.
5219         (Bug#4188)
5221 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
5223         * bookmark.el (Info-suffix-list): Remove this unused variable.
5224         (bookmark-current-point): Remove this obsolete variable.
5225         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5226         Adjust for removal of bookmark-current-point.
5228         (bookmarks-already-loaded, bookmark-current-buffer)
5229         (bookmark-yank-point): Document.  (Bug#4188)
5231 2009-10-10  Glenn Morris  <rgm@gnu.org>
5233         * frame.el (frame-height): Doc fix.
5235         * calendar/calendar.el (calendar-split-width-threshold): New option.
5236         (calendar-basic-setup): Use calendar-split-width-threshold.
5238 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
5240         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5241         Use .la for Automake.
5243 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
5245         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5246         Use "autoreconf -i".  Suggested by Andreas Schwab.
5248 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
5250         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5251         Ideographic Supplement" range (U+1F200..U+1F2FF).
5253 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
5255         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
5256         since the list will have been rebuilt anyway.  (Bug#4349)
5258 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
5260         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5261         (bookmark-bmenu-execute-deletions): Don't save here, as
5262         bookmark-delete will now do so if necessary.
5263         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
5264         (Bug#4348)
5266 2009-10-09  Glenn Morris  <rgm@gnu.org>
5268         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5270 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
5272         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5273         (bookmark-jump-other-window): Just invoke bookmark-jump with new
5274         argument now, so the two function's behaviors will match.  (Bug#3645)
5276 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
5278         * cedet/ede/proj.el (project-make-dist, project-compile-project):
5279         Fix filename test.
5280         (ede-proj-dist-makefile): Use expand-file-name instead of concat
5281         to expand file names.
5283 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
5285         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5286         (tramp-file-name-real-host, tramp-file-name-port):
5287         Apply `save-match-data'.
5289         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5290         case both directories are remote.
5291         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5292         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5294 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
5296         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5297         (ede-proj-target-makefile-objectcode): Use it.
5299         * cedet/ede/source.el (ede-want-any-source-files-p)
5300         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5301         Return search result.  This error was introduced while merging.
5303 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
5305         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5307 2009-10-07  Glenn Morris  <rgm@gnu.org>
5309         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5310         of concat.
5312 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5314         * files-x.el (read-file-local-variable): Include some
5315         non-user-variables in the completion table (bug#4664).
5317 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
5319         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5320         message.
5322         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5323         (tramp-smb-file-name-handler-alist): Add handler for
5324         `copy-directory', `expand-file-name', `set-file-modes'.
5325         (tramp-smb-handle-copy-directory)
5326         (tramp-smb-handle-expand-file-name)
5327         (tramp-smb-handle-set-file-modes): New defuns.
5328         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5329         (tramp-smb-handle-file-attributes): Simplify check for retrieving
5330         entry.
5331         (tramp-smb-handle-insert-directory): Don't flush the cache.
5332         (tramp-smb-maybe-open-connection): Check for samba client and
5333         server versions.
5335 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
5337         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5338         to not error out of search for "^lisp=" fails.
5340 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
5342         * makefile.w32-in (WINS_UPDATES): New macro.
5343         (custom-deps, finder-data, autoloads): Use it.
5345 2009-10-07  Glenn Morris  <rgm@gnu.org>
5347         * Makefile.in (autoloads): Revert previous change.
5348         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5349         the list of preloaded files passed on the command-line, get
5350         it from src/Makefile.
5352         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5353         show the original buffer rather than a random one.
5355 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
5357         * help.el (describe-no-warranty): Place point in a slightly better
5358         position in the GPLv3 text.
5360 2009-10-06  Sam Steingold  <sds@gnu.org>
5362         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5363         the comm attribute is present before calling regexp-quote.
5365 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
5367         * play/animate.el (animate-string): For good effect, make sure
5368         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5370         * play/animate.el (animate-sequence, animate-birthday-present):
5371         * misc.el (butterfly): Don't set `indent-tabs-mode'.
5373 2009-10-06  Glenn Morris  <rgm@gnu.org>
5375         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5377         * emacs-lisp/autoload.el (autoload-excludes): New variable.
5378         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5379         (batch-update-autoloads): Process a string value of autoload-excludes,
5380         set during the build process.
5381         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
5383         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5384         inside with-parsed...  macro so that `v' is defined.
5386         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5387         * progmodes/fortran.el (fortran-end-of-block)
5388         (fortran-beginning-of-block):
5389         Also push mark in the macro case.
5391         * emerge.el (emerge-show-file-name):
5392         * calc/calc.el (calc-quit):
5393         * calc/calc-misc.el (calc-big-or-small):
5394         * calc/calc-graph.el (calc-graph-view):
5395         * calc/calc-ext.el (calc-reset):
5396         * calendar/calendar.el (calendar-basic-setup):
5397         Use window-full-height-p.
5399         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5400         header we don't understand, don't insert another.  (Bug#4624)
5401         If changing mime charset, insert the new one in the right place.
5403 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
5405         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5406         (cal-tex-cursor-month): Correctly increment the end date for diary and
5407         holiday listing.  (Bug#4626)
5409 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5411         * help-fns.el (describe-function-1): Don't burp if the function is not
5412         a symbol.
5414 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
5416         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5417         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5418         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5419         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5421         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5422         (eieio-default-superclass): Reflow docstrings.
5423         (this, class-option-assoc, defclass, eieio-class-un-autoload)
5424         (eieio-unbind-method-implementations, defmethod)
5425         (eieio-validate-slot-value, eieio-validate-class-slot-value)
5426         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5427         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5428         (eieio-slot-originating-class-p, eieio-slot-name-index)
5429         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5430         (constructor, initialize-instance, no-next-method, object-print)
5431         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5432         Fix typos in docstrings.
5433         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5434         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5435         (next-method-p): Doc fixes.
5436         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5437         Fix typos in error messages.
5438         (eieio-defmethod): Fix typo in description of generic method.
5440         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5441         (eieio-persistent-save-interactive, slot-missing):
5442         Fix typos in docstrings.
5443         (eieio-instance-inheritor-slot-boundp): Doc fix.
5445         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5446         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5448         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5449         (eieio-custom-object-apply-reset):
5450         Fix typos in docstrings and error messages.
5452         * emacs-lisp/eieio-datadebug.el (data-debug-show):
5453         Fix typo in docstring.
5455         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5456         (eieio-browse-tree): Doc fix.
5457         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5458         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
5459         Fix typos in docstrings.
5461         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
5462         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
5463         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
5464         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
5465         Reflow docstrings.
5467 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
5469         * vc-hg.el (log-view-vc-backend): Declare for compiler.
5470         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
5471         Set log-view-vc-backend so that diff can work.
5473         * log-view.el (log-view-diff): Use vc-diff-internal instead of
5474         vc-version-diff.
5475         (vc-diff-internal): Autoload this instead of vc-version-diff.
5477 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
5479         * simple.el (eval-expression): Doc fix.
5481         * progmodes/cwarn.el (cwarn-mode): Doc fix.
5483 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
5485         * files.el (directory-files-no-dot-files-regexp): New defconst.
5486         (delete-directory): Use it.
5487         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
5489         * net/tramp.el (tramp-verbose): Fix docstring.
5490         (tramp-methods): Add recursive option to `tramp-copy-args'.
5491         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
5492         "scp1_old", "scp2_old", "rsync", "rsyncc".
5493         (tramp-default-method): Check also for `auth-source-user-or-password'.
5494         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5495         Add handler for `copy-directory'.
5496         (tramp-handle-copy-directory): New defun.
5497         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
5498         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
5499         Optimize sent command.
5501 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5503         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
5504         window if necessary.
5506         * calendar/calendar.el (calendar-basic-setup): Don't call
5507         switch-to-buffer in a dedicated window.
5509 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
5511         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
5512           don't do anything related to relocating, just return nil.
5513         (bookmark-error-no-filename): New error.
5514         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
5515           bookmark has no file.  Don't even attempt to handle things that
5516           are not files; the whole point of custom handlers is to keep that
5517           knowledge elsewhere anyway.  Tighten some comments.
5518         (bookmark-file-or-variation-thereof): Remove now-unused function.
5519         (bookmark-location): Doc string fix.
5520         (Bug#4250)
5522 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
5524         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
5525         don't use a file dialog, because they usually don't know how to read
5526         a directory target from the user.  (Bug#4230)
5527         Also, make sure the prompt can display directories as well as files.
5529 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
5531         * bookmark.el (bookmark-set, bookmark-buffer-name):
5532         Improve doc strings.  (Bug#1193)
5534 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
5536         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
5537         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
5538         (bookmark-get-annotation, bookmark-set-annotation)
5539         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5540         (bookmark-set-position, bookmark-get-front-context-string)
5541         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5542         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
5543         (bookmark-jump-other-window, bookmark-handle-bookmark)
5544         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
5545         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
5546         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
5547            Improve doc strings to say whether bookmark can be a string or
5548            a record or both, and make other consistency and clarity fixes.
5549         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
5550         (bookmark-default-annotation-text, bookmark-yank-word)
5551         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
5552         (bookmark-import-new-list, bookmark-maybe-rename)
5553         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5554         (bookmark-bmenu-bookmark): Give these doc strings.
5555         (bookmark-bmenu-check-position): Give this a doc string, but also
5556            add a FIXME comment about how the function may be pointless.
5557         (bookmark-default-handler): Rework doc string and change a
5558            parameter name, to clarify that this takes a bookmark record
5559            not a bookmark name.
5560         (bookmark-set): Change a parameter name to indicate its meaning,
5561            and improve the doc string a bit.
5562         (Bug#4188)
5564 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
5566         * bookmark.el (bookmark-alist): Document the new `handler' element
5567         in the param alist.
5568         (bookmark-make-record-function): Adjust documentation for above.
5569         (Bug#4193)
5571 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
5573         * info.el (Info-bookmark-make-record): Document this function.
5574         (Info-bookmark-jump): Document with a doc string, not just a comment.
5575         (Bug#4203)
5577 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
5579         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
5580         (semantic-new-buffer-fcn): Call parser setup functions here.
5581         (semantic-mode): Don't call parser setup functions here, it's done
5582         in semantic-new-buffer-fcn now.
5583         (semantic-mode): Parse all existing buffers when enabled.
5585         * cedet/srecode/compile.el (srecode-compile-file):
5586         Call semantic-new-buffer-fcn if the buffer has not been parsed.
5588 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
5590         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
5592         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
5593         (proj-comp-insert-variable-once): New macro, renamed from
5594         ede-pmake-insert-variable-once in ede/pmake.edl.
5595         (ede-proj-makefile-insert-variables): Use it.
5597 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
5599         * files.el (copy-directory): New defun.
5601         * dired-aux.el (dired-copy-file-recursive): Use it.
5603 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5605         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5606         (makefile-end-of-command):
5607         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5608         (semantic-end-of-context): Fix previous change.  Doc fixes.
5610 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5612         * files-x.el (modify-dir-local-variable)
5613         (copy-dir-locals-to-file-locals-prop-line):
5614         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5615         (makefile-end-of-command):
5616         * cedet/semantic/lex.el (semantic-lex-token):
5617         * cedet/semantic/analyze/fcn.el
5618         (semantic-analyze-dereference-metatype-1):
5619         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
5620         (semantic-lex-cpp-undef):
5621         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
5622         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5623         (semantic-end-of-context): Fix typos in docstrings.
5625         * recentf.el (recentf-unload-function): New function.
5627 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
5629         * cedet/ede.el (ede-project-placeholder-cache-file):
5630         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
5631         * cedet/srecode/map.el (srecode-map-save-file):
5632         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
5634 2009-10-04  Glenn Morris  <rgm@gnu.org>
5636         * window.el (window-full-height-p): Add doc string.
5638 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
5640         * window.el (window-full-height-p): New function.  (Bug#4543)
5642 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
5644         * cedet/srecode/insert.el: Require srecode/args.
5646         * cedet/srecode/args.el: Require srecode/dictionary instead of
5647         srecode/insert.
5649         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
5651         * files.el (auto-mode-alist): Add .srt and Project.ede.
5653         * cedet/semantic.el (semantic-mode):
5654         Handle srecode-template-mode-hook as well.
5655         (semantic-mode): Use js-mode-hook for Javascript hook.
5657         * cedet/srecode/template.el: Remove hook variable.
5659         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
5661         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
5662         projects exist.
5663         (ede-project-placeholder-cache-file): Default to a file in
5664         user-emacs-directory.
5666         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
5667         templates in data-directory.
5668         (srecode-map-save-file): Default to a file in user-emacs-directory.
5670         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
5671         directory.
5673 2009-09-30  Eric Ludlam  <zappo@gnu.org>
5675         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
5676         Doc fix.
5678         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
5679         Only insert each variable once.
5681         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
5682         (ede-pmake-insert-variable-shared): Use it.
5684         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
5685         for lexical table iff table is nil.
5687 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
5689         * vc.el: Remove commented out code.
5690         (vc-derived-from-dir-mode): Remove, unused.
5691         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
5693 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
5695         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5696         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
5697         there could be recursive loading when `default-directory' is a
5698         remote file name.  (Bug#4614)
5700 2009-10-03  Glenn Morris  <rgm@gnu.org>
5702         * calendar/calendar.el (calendar-basic-setup): Handle the case where
5703         the frame is wide.
5704         (calendar-generate-window): Test for shrinkability rather than width.
5706         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
5707         declaration, currently false.
5709         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
5710         reusing existing buffers, in case we happen to visit two files with the
5711         same basename.  (Bug#4593)
5713 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
5715         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
5716         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
5717         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
5718         subdirs of cedet as well.
5719         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
5721 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5723         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
5724         Obey advertised-signature-table.
5726         * help-fns.el (help-function-arglist): Don't check
5727         advertised-signature-table.
5728         (describe-function-1): Do it here instead so it also applies to subrs.
5730 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
5732         * simple.el (start-file-process): Say in the doc-string, that file
5733         handlers might not support pty association, if PROGRAM is nil.
5735         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
5736         HOST and USER are strings.  They are nil, when there are
5737         incomplete entries in ~/.netrc, for example.
5738         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
5739         root directory ("device busy" error otherwise).
5741         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
5742         Flush file properties of created directory.
5744 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
5746         * makefile.w32-in (WINS_BASIC): Remove cedet.
5747         (WINS_CEDET): Add cedet.
5748         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
5750 2009-10-02  Kevin Ryde  <user42@zip.com.au>
5752         * net/browse-url.el (browse-url): Pass any symbol in
5753         browse-url-browser-function to `apply', since if you've mistakenly put
5754         an unbound symbol then the error is clearer.  (Bug#4531)
5756 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
5758         * allout.el (allout-init, allout-back-to-current-heading)
5759         (allout-beginning-of-current-entry, allout-ascend-to-depth)
5760         (allout-ascend, allout-up-current-level, allout-end-of-level)
5761         (allout-previous-visible-heading, allout-forward-current-level)
5762         (allout-backward-current-level, allout-show-children):
5763         * apropos.el (apropos-describe-plist):
5764         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
5765         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
5766         * completion.el (add-completion, add-permanent-completion):
5767         * descr-text.el (describe-text-category, describe-char):
5768         * desktop.el (desktop-lazy-abort):
5769         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
5770         * dired.el (dired-build-subdir-alist):
5771         * ediff.el (ediff-version):
5772         * elide-head.el (elide-head, elide-head-show):
5773         * emerge.el (emerge-version):
5774         * env.el (getenv):
5775         * face-remap.el (variable-pitch-mode):
5776         * faces.el (describe-face):
5777         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
5778         (dired-at-point):
5779         * files.el (find-file-existing, auto-save-mode):
5780         * font-lock.el (font-lock-fontify-buffer):
5781         * help-fns.el (describe-function, describe-variable)
5782         (describe-syntax, describe-categories):
5783         * help.el (view-lossage, describe-bindings, describe-key)
5784         (describe-mode):
5785         * hexl.el (hexl-current-address):
5786         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
5787         * info.el (Info-goto-emacs-key-command-node):
5788         * log-edit.el (log-edit-insert-cvs-template)
5789         (log-edit-insert-cvs-rcstemplate):
5790         * menu-bar.el (menu-bar-mode):
5791         * mouse.el (mouse-appearance-menu):
5792         * newcomment.el (comment-indent-new-line):
5793         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
5794         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5795         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
5796         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
5797         * recentf.el (recentf-mode):
5798         * savehist.el (savehist-mode, savehist-save):
5799         * shadowfile.el (shadow-copy-files):
5800         * simple.el (kill-ring-save, next-line, previous-line)
5801         (normal-erase-is-backspace-mode):
5802         * strokes.el (strokes-update-window-configuration)
5803         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
5804         (strokes-xpm-for-stroke):
5805         * time.el (emacs-uptime, emacs-init-time):
5806         * tutorial.el (tutorial--describe-nonstandard-key)
5807         (tutorial--detailed-help):
5808         * type-break.el (type-break-mode)
5809         (type-break-mode-line-message-mode, type-break-query-mode)
5810         (type-break-guesstimate-keystroke-threshold):
5811         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
5812         * version.el (emacs-version):
5813         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
5814         * winner.el (winner-mode):
5815         * calendar/timeclock.el (timeclock-in, timeclock-out)
5816         (timeclock-status-string, timeclock-change)
5817         (timeclock-workday-remaining-string)
5818         (timeclock-workday-elapsed-string)
5819         (timeclock-when-to-leave-string):
5820         * calendar/todo-mode.el (todo-add-category):
5821         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
5822         * emacs-lisp/autoload.el (update-file-autoloads):
5823         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
5824         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
5825         (checkdoc-message-text, checkdoc-defun):
5826         * emacs-lisp/debug.el (debugger-list-functions):
5827         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5828         * emacs-lisp/eieio-opt.el (eieio-describe-class)
5829         (eieio-describe-generic):
5830         * emacs-lisp/lisp-mnt.el (lm-synopsis):
5831         * emacs-lisp/shadow.el (list-load-path-shadows):
5832         * emulation/cua-base.el (cua-mode):
5833         * emulation/edt.el (edt-set-scroll-margins):
5834         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
5835         (tpu-toggle-regexp, tpu-toggle-search-direction)
5836         (tpu-toggle-rectangle, tpu-toggle-control-keys):
5837         * emulation/tpu-extras.el (tpu-set-scroll-margins):
5838         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5839         (viper-set-parsing-style-toggling-macro)
5840         (viper-set-emacs-state-searchstyle-macros):
5841         * emulation/viper.el (viper-set-hooks):
5842         * eshell/esh-mode.el (eshell-truncate-buffer):
5843         * international/mule-cmds.el (prefer-coding-system)
5844         (describe-input-method, describe-language-environment):
5845         * international/mule-diag.el (list-character-sets)
5846         (describe-character-set, describe-coding-system)
5847         (describe-fontset, list-fontsets, list-input-methods):
5848         * mail/sendmail.el (mail-signature):
5849         * net/ange-ftp.el (ange-ftp-copy-file):
5850         * net/browse-url.el (browse-url):
5851         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
5852         * net/quickurl.el (quickurl-add-url):
5853         * net/rcirc.el (names, topic):
5854         * net/xesam.el (xesam-mode):
5855         * play/5x5.el (5x5-new-game):
5856         * play/yow.el (apropos-zippy):
5857         * progmodes/ada-mode.el (ada-mode-version):
5858         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
5859         (f90-end-of-block)
5860         (f90-beginning-of-block):
5861         * progmodes/fortran.el (fortran-end-of-block)
5862         (fortran-beginning-of-block):
5863         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
5864         * progmodes/python.el (python-describe-symbol, python-shell):
5865         * term/ns-win.el (ns-print-buffer):
5866         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
5867         * textmodes/flyspell.el (flyspell-mode-on):
5868         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
5869         (pages-directory-for-addresses):
5870         * textmodes/table.el (table-recognize-cell)
5871         (table-query-dimension, table-generate-source)
5872         (table-insert-sequence, table--warn-incompatibility):
5873         * textmodes/tex-mode.el (tex-validate-buffer):
5874         * textmodes/texinfmt.el (texinfmt-version)
5875         (texinfo-format-buffer):
5876         Use `called-interactively-p' instead of `interactive-p'.
5878 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
5880         * image-mode.el (image-toggle-display):
5881         * emacs-lisp/elp.el (elp-instrument-function):
5882         * emacs-lisp/advice.el (ad-make-advised-definition):
5883         * emacs-lisp/easy-mmode.el (define-minor-mode):
5884         * net/browse-url.el (browse-url-maybe-new-window):
5885         * progmodes/sh-script.el (sh-learn-buffer-indent):
5886         Pass new argument 'any to `called-interactively-p'.
5888 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
5890         * international/uni-bidi.el:
5891         * international/uni-category.el:
5892         * international/uni-combining.el:
5893         * international/uni-comment.el:
5894         * international/uni-decimal.el:
5895         * international/uni-decomposition.el:
5896         * international/uni-digit.el:
5897         * international/uni-lowercase.el:
5898         * international/uni-mirrored.el:
5899         * international/uni-name.el:
5900         * international/uni-numeric.el:
5901         * international/uni-old-name.el:
5902         * international/uni-titlecase.el:
5903         * international/uni-uppercase.el:
5904         Regenerate from Unicode 5.2.0 data.
5906 2009-10-01  Glenn Morris  <rgm@gnu.org>
5908         * Makefile.in (ELCFILES): Regenerate.
5910 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5912         * subr.el (interactive-p): Mark obsolete.
5913         (called-interactively-p): Make the optional-ness of `kind' obsolete.
5914         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
5915         advertised-signature-table for subroutines as well.
5917         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
5918         (set-advertised-calling-convention): New function.
5919         (make-obsolete, define-obsolete-function-alias)
5920         (make-obsolete-variable, define-obsolete-variable-alias):
5921         Make the optional-ness of `when' obsolete.
5922         (define-obsolete-face-alias): Make `when' non-optional.
5923         * help-fns.el (help-function-arglist):
5924         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
5925         Use advertised-signature-table.
5927 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
5929         * files.el (delete-directory): New defun.  The original function
5930         in fileio.c has been renamed to `delete-directory-internal'.
5932         * dired.el (dired-delete-file): Call `delete-directory' with
5933         RECURSIVE parameter.
5935         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
5936         parameter RECURSIVE.  Implementation is missing.
5938         * net/tramp.el (tramp-handle-make-directory): Flush upper
5939         directory's file properties.
5940         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
5941         (tramp-handle-dired-recursive-delete-directory): Flush directory
5942         properties after the remove command only.
5944         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5945         Handle optional parameter RECURSIVE.
5947         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
5948         Handle optional parameter RECURSIVE.
5950         * net/tramp-smb.el (tramp-smb-errors): Add error message for
5951         connection timeout.
5952         (tramp-smb-handle-delete-directory): Handle optional parameter
5953         RECURSIVE.
5955 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5957         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
5958         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
5959         (byte-compile-defmacro): Use backquotes.
5961         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
5963         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
5964         has no associated file.
5965         (vc-resynch-buffer): Use vc-dir-buffers.
5967 2009-10-01  Glenn Morris  <rgm@gnu.org>
5969         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
5970         (chart-file-count):
5971         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
5972         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
5973         * emacs-lisp/eieio-opt.el (eieio-describe-class):
5974         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
5975         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
5976         (eieio-copy-parents-into-subclass, make-instance, class-children)
5977         (eieio-generic-form):
5978         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
5979         * cedet/cedet-idutils.el (cedet-idutils-search)
5980         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
5981         (cedet-idutils-version-check):
5982         * cedet/cedet.el (cedet-version):
5983         * cedet/data-debug.el (data-debug-insert-overlay-button)
5984         (data-debug-insert-overlay-list-button)
5985         (data-debug-insert-buffer-button)
5986         (data-debug-insert-buffer-list-button)
5987         (data-debug-insert-process-button, data-debug-insert-ring-button)
5988         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
5989         (data-debug-insert-stuff-vector-button)
5990         (data-debug-insert-symbol-button, data-debug-insert-string)
5991         (data-debug-insert-number, data-debug-insert-lambda-expression)
5992         (data-debug-insert-nil, data-debug-insert-simple-thing)
5993         (data-debug-insert-custom, data-debug-edebug-expr):
5994         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
5995         (global-ede-mode-map, ede-new, ede-debug-target)
5996         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
5997         * cedet/semantic.el (semantic-minimum-working-buffer-size)
5998         (semantic-fetch-tags, semantic-submode-list)
5999         (semantic-default-submodes):
6000         * cedet/ede/source.el (ede-source-match):
6001         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6002         (project-am-package-info):
6003         * cedet/ede/proj.el (ede-proj-target, project-new-target):
6004         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6005         * cedet/ede/proj-comp.el (ede-current-build-list):
6006         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6007         * cedet/ede/files.el (ede-toplevel-project-or-nil):
6008         * cedet/ede/cpp-root.el (initialize-instance):
6009         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6010         (autoconf-parameter-strip, autoconf-insert-new-macro):
6011         * cedet/semantic/wisent.el (wisent-lex-eoi):
6012         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6013         (semantic-show-parser-state-mode):
6014         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6015         * cedet/semantic/tag.el (semantic-tag-new-variable)
6016         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6017         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6018         (semantic--tag-deep-copy-tag-list)
6019         (semantic-tag-components-with-overlays-default):
6020         * cedet/semantic/symref.el (semantic-symref-find-text):
6021         * cedet/semantic/senator.el (senator-yank-tag)
6022         (senator-transpose-tags-up):
6023         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6024         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6025         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6026         * cedet/semantic/lex.el (semantic-lex-comment-regex)
6027         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6028         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6029         * cedet/semantic/lex-spp.el
6030         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6031         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6032         * cedet/semantic/idle.el
6033         (semantic-idle-summary-current-symbol-info-brutish)
6034         (semantic-idle-summary-current-symbol-info-default):
6035         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6036         (semantic--grammar-macro-compl-dict):
6037         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6038         * cedet/semantic/format.el (semantic-format-tag-custom-list)
6039         (semantic-format-tag-canonical-name-default):
6040         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6041         (semantic-find-tags-for-completion)
6042         (semantic-find-tags-by-scope-protection-default)
6043         (semantic-deep-find-tags-for-completion):
6044         * cedet/semantic/edit.el
6045         (semantic-edits-incremental-reparse-failed-hook)
6046         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6047         (semantic-edits-splice-remove, semantic-edits-splice-replace):
6048         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6049         * cedet/semantic/dep.el (semantic-dependency-include-path):
6050         * cedet/semantic/db.el (semanticdb-default-find-index-class)
6051         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6052         (semanticdb-project-roots):
6053         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6054         (semanticdb-find-adebug-insert-scanned-tag-cons)
6055         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6056         (semanticdb-brute-deep-find-tags-for-completion):
6057         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6058         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6059         (semantic-end-of-context-default)
6060         (semantic-ctxt-current-function-default)
6061         (semantic-ctxt-scoped-types-default):
6062         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6063         (semantic-complete-inline-tag-engine)
6064         (semantic-complete-inline-custom-type)
6065         (semantic-complete-read-tag-analyzer):
6066         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6067         (semantic-chart-database-size):
6068         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6069         (semantic-analyze-current-context):
6070         * cedet/semantic/symref/list.el (semantic-symref)
6071         (semantic-symref-hide-buffer, semantic-symref-symbol):
6072         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6073         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6074         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6075         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6076         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6077         (semantic-c-dereference-template):
6078         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6079         (semantic--analyze-refs-full-lookup-with-parents)
6080         (semantic--analyze-refs-full-lookup-simple):
6081         * cedet/semantic/analyze/complete.el
6082         (semantic-analyze-possible-completions):
6083         * cedet/srecode/table.el (srecode-mode-table-new):
6084         * cedet/srecode/srt.el (srecode-read-variable-name):
6085         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6086         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6087         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6088         * cedet/srecode/map.el (srecode-current-map):
6089         * cedet/srecode/insert.el (srecode-insert)
6090         (srecode-insert-variable-secondname-handler, srecode-insert-method)
6091         (srecode-template-inserter-point-override)
6092         (srecode-insert-include-lookup):
6093         * cedet/srecode/getset.el (srecode-auto-choose-class):
6094         * cedet/srecode/extract.el (srecode-inserter-extract):
6095         * cedet/srecode/document.el
6096         (srecode-document-autocomment-return-last-alist)
6097         (srecode-document-autocomment-param-type-alist)
6098         (srecode-document-insert-function-comment)
6099         (srecode-document-insert-variable-one-line-comment)
6100         (srecode-document-function-name-comment):
6101         * cedet/srecode/dictionary.el (srecode-create-dictionary)
6102         (srecode-compound-toString):
6103         * cedet/srecode/compile.el (srecode-flush-active-templates):
6104         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6105         Doc/message fixes.
6107         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6108         match-data.  (Bug#4555).
6110         * cedet/semantic/bovine/gcc.el
6111         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6112         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6114         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6115         rather than parsing it as a regexp.  This relaxes the layout
6116         requirements and makes errors easier to detect.
6117         (check-declare-verify): Check file is regular.
6118         (check-declare-directory): Doc fix.
6119         * subr.el (declare-function): Doc fix.
6121         * ibuffer.el (ibuffer-format-qualifier):
6122         * isearch.el (hi-lock-regexp-okay):
6123         * calc/calc.el (math-zerop):
6124         * mail/uce.el (rmail-msgbeg, rmail-msgend):
6125         * term/w32-win.el (setup-default-fontset, set-fontset-font):
6126         Remove unused declarations.
6128 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6130         * cedet/semantic/wisent/javat-wy.el
6131         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6133 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
6135         * cedet/srecode/expandproto.el: Fix provide statement.
6137 2009-09-30  Eric Ludlam  <zappo@gnu.org>
6139         * emacs-lisp/eieio.el (boolean-p): Delete.
6141 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
6143         * cedet/ede/srecode.el: Fix provide statement.
6145 2009-09-30  Glenn Morris  <rgm@gnu.org>
6147         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6148         * cedet/ede/proj-aux.el (ede-aux-source):
6149         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6150         (ede-misc-source):
6151         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6152         (semantic-mrub-switch-tags): Fix doc typos.
6154         * cedet/semantic/db-global.el (data-debug-new-buffer)
6155         (data-debug-insert-thing): Remove unneeded declarations (one broken).
6156         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6158         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6160         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6161         use of CL function `remove-if-not'.
6163         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6165         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6166         filename is not a string.
6168 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
6170         * files.el (safe-local-eval-forms): Fix typo.
6172 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6174         * vc-hooks.el (vc-dir-buffers): New var.
6175         (vc-state-refresh): New function.
6176         (vc-state): Use it.
6177         (vc-after-save): Always ask the backend to recompute the new state.
6178         Always call vc-dir if necessary, using vc-dir-buffers.
6179         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6180         Use vc-dir-buffers.
6181         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6182         (vc-dir-prepare-status-buffer, vc-dir-update)
6183         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6184         Don't call expand-file-name on default-directory.
6186 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6188         * speedbar.el (speedbar-item-delete):
6189         * calc/calc-prog.el (calc-kbd-if):
6190         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6192         * epa.el (epa-key-list-mode-map):
6193         * hi-lock.el (hi-lock-menu): Fix typos in menus.
6195         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6196         (hs-show-hook): Fix typo in docstring.
6198 2009-09-29  Glenn Morris  <rgm@gnu.org>
6200         * cedet/semantic/symref/idutils.el:
6201         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6203         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6205         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6206         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6207         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6208         Mark declarations not understood by check-declare.
6210         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6211         file-name-nondirectory call preventing location of cedet files.
6212         (check-declare-verify): Use literal search rather than re-search.
6213         Add basic defmethod and defclass, and define-overloadable-function.
6215         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6216         Use tramp-compat-file-attributes rather than nonexistent
6217         tramp-compat-handle-file-attributes.
6219         * Makefile.in (lisptagsfiles4): New.
6220         (AUTOGENEL): Add cedet loaddefs files.
6221         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6222         (update-elclist, compile-always, backup-compiled-files)
6223         (bootstrap-clean): Add yet another directory level.
6224         (update-elclist): Use LC_COLLATE rather than COLLATE.
6225         (ELCFILES): Update, via `make update-elclist'.
6227 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6229         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6230         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6231         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6233 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
6235         * Makefile.in (lisptagsfiles3): Define.
6236         (TAGS, TAGS-LISP): Use it.
6237         (update-elclist): Add third directory level to look for elc files.
6238         (compile-always): Likewise.
6239         (backup-compiled-files): Likewise.
6240         (bootstrap-clean): Likewise.
6241         (ELCFILES): Update.
6243 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
6245         * Makefile.in (ELCFILES): Add CEDET files.
6247 2009-09-28  Eric Ludlam  <zappo@gnu.org>
6249         CEDET (development tools) package merged.
6251         * cedet/*.el:
6252         * cedet/ede/*.el:
6253         * cedet/semantic/*.el:
6254         * cedet/srecode/*.el: New files.
6256 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
6258         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6260         * net/tramp.el (top): Require tramp-imap.
6262         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6263         Use `tramp-compat-handle-file-attributes'.
6265 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6267         * net/tramp-imap.el: New package.
6269 2009-09-28  Eric Ludlam  <zappo@gnu.org>
6271         * emacs-lisp/chart.el:
6272         * emacs-lisp/eieio-base.el:
6273         * emacs-lisp/eieio-comp.el:
6274         * emacs-lisp/eieio-custom.el:
6275         * emacs-lisp/eieio-datadebug.el:
6276         * emacs-lisp/eieio-opt.el:
6277         * emacs-lisp/eieio-speedbar.el:
6278         * emacs-lisp/eieio.el: New files.
6280         * cedet/cedet-cscope.el:
6281         * cedet/cedet-files.el:
6282         * cedet/cedet-global.el:
6283         * cedet/cedet-idutils.el:
6284         * cedet/data-debug.el:
6285         * cedet/inversion.el:
6286         * cedet/mode-local.el:
6287         * cedet/pulse.el: New files.
6289 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6291         * whitespace.el (whitespace-trailing-regexp)
6292         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6293         Fix doc string.
6295 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
6297         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6298         menu.
6300         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6301         menu-bar-ediff-menu.
6303         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6304         define-overloadable-function.
6306         * progmodes/autoconf.el: Provide autoconf as well, so that this
6307         file can be `require'd.
6309         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6311         * emacs-lisp/autoload.el (generated-autoload-feature)
6312         (generated-autoload-load-name): New vars.
6313         (autoload-rubric, autoload-generate-file-autoloads): Use them.
6314         (make-autoload): Recognize define-overloadable-function and
6315         defclass forms (for EIEIO).
6317         * Makefile.in (update-subdirs): Exclude cedet directory.
6319 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
6321         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
6323         * faces.el: Default light-background background for region face to
6324         ns_selection_color under NS.
6326 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6328         * net/imap-hash.el: New library, see NEWS.
6330         * Makefile.in (ELCFILES): Add imap-hash.el.
6332 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6334         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6335         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6336         * help-macro.el (make-help-screen): Avoid using an ambiguous function
6337         definition where the docstring could be taken for the return value.
6339 2009-09-26  Glenn Morris  <rgm@gnu.org>
6341         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6342         Add option to only show images below a certain size.
6343         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6344         save-excursion calls.
6346 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
6348         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6349         subdirectories) and eieio.
6351 2009-09-26  Alan Mackenzie  <acm@muc.de>
6353         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6354         buggy bracketing.  (Bug#4289)
6356         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6357         character constants (as case labels).  (Bug#4289)
6359 2009-09-25  Juri Linkov  <juri@jurta.org>
6361         * files.el (safe-local-eval-forms): Allow time-stamp in
6362         before-save-hook (Bug#4554).
6364 2009-09-25  Drew Adams  <drew.adams@oracle.com>
6366         * menu-bar.el (list-buffers-directory): Doc fix.
6368 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6370         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6371         Try and avoid copying twice the same paragraph.
6372         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6373         Remove save-excursion.
6374         (log-edit-changelog-entry): Do it here instead.
6376 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
6378         * bs.el (bs--get-file-name): Use `list-buffers-directory'
6379         when available, instead of hardcoding mode names.  Doc fix.
6381         * menu-bar.el (list-buffers-directory): Add docstring.
6382         Make automatically buffer-local.
6384         * dired.el (dired-mode):
6385         * files.el (cd-absolute):
6386         * pcvs.el (cvs-temp-buffer):
6387         * pcvs-util.el (cvs-get-buffer-create):
6388         * shell.el (shell-mode):
6389         * vc-dir.el (vc-dir-mode):
6390         Don't make `list-buffers-directory' buffer local.
6392 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
6394         * comint.el (comint-exec, comint-run, make-comint):
6395         Doc fixes (Bug#4542).
6397 2009-09-25  Glenn Morris  <rgm@gnu.org>
6399         * mail/rmailmm.el (rmail-mime): New custom group.
6400         Move all defcustoms in this file into this group.
6401         (rmail-mime-media-type-handlers-alist): Revert previous change.
6402         (rmail-mime-show-images): New option.
6403         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6404         references to it, since it wasn't actually used for anything.
6405         (rmail-mime-insert-image): New function.
6406         (rmail-mime-image): Use rmail-mime-insert-image.
6407         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
6408         obey the value of `rmail-mime-show-images' option.  Print the size of
6409         attachments.
6411 2009-09-25  David Engster  <deng@randomsample.de>
6413         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
6415 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6417         * whitespace.el: Does not highlight trailing spaces While point is
6418         at end of line.  Does not highligt spaces at beginning of buffer
6419         while point is at beginning of buffer.  Does not highlight spaces
6420         at end of buffer while point is at end of buffer.  (Bug#4177)
6421         New version 12.0.
6422         (whitespace-display-mappings): Adjust initialization.
6423         (whitespace-point, whitespace-font-lock-refontify): New vars.
6424         (whitespace-color-on, whitespace-color-off): Adjust code.
6425         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6426         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6427         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6429 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
6431         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6433         * textmodes/sgml-mode.el: Remove xml-mode alias.
6435         * files.el (auto-mode-alist, conf-mode-maybe)
6436         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
6438 2009-09-24  Alan Mackenzie  <acm@muc.de>
6440         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6441         c-forward-conditionals, but it doesn't move point and doesn't set
6442         the mark.
6443         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6444         (c-down-conditional-with-else, c-backward-conditional)
6445         (c-forward-conditional): Refactor to use c-scan-conditionals.
6447 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6449         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6450         (help-default-arg-highlight): Remove.
6451         (help-highlight-arg): New function.
6452         (help-do-arg-highlight): Use it.
6453         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
6455 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6457         * term.el (term-set-scroll-region, term-handle-ansi-escape):
6458         Undo last change, which didn't fix the problem and introduced others.
6460 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
6462         * progmodes/gdb-mi.el: Don't require speedbar.
6463         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
6465 2009-09-24  Glenn Morris  <rgm@gnu.org>
6467         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
6469         * term/ns-win.el (ns-reg-to-script): Define for compiler.
6471         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
6472         there is no newline after the final mime boundary.  (Bug#4539)
6473         Move markers on insertion so that any buttons inserted don't end up in
6474         the next part of a multipart message.
6475         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
6476         (rmail-mime-bulk-handler): Optionally handle images.
6477         (rmail-mime-image): New button action.
6478         (rmail-mime-image-handler): New function.
6479         (rmail-mime-mode): New mode.
6480         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
6482 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6484         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
6485         than just dropping elements from it (bug#4504).
6487         * term.el (term-set-scroll-region): Don't move cursor any more.
6488         (term-handle-ansi-escape): Call term-goto here instead.
6489         Suggested by Ivan Kanis <apple@kanis.eu>.
6491         * term.el: Require CL.
6492         (term-ansi-reset): New function.
6493         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6494         (term-handle-colors-array): Simplify.
6496 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6498         * allout.el (allout-overlay-interior-modification-handler)
6499         (allout-obtain-passphrase):
6500         * epa-file.el (epa-file-write-region):
6501         * ps-print.el (ps-begin-job):
6502         * vc-hooks.el (vc-toggle-read-only):
6503         * vc-rcs.el (vc-rcs-rollback):
6504         * vc-sccs.el (vc-sccs-rollback):
6505         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
6506         (vc-version-diff, vc-revert, vc-rollback):
6507         * wdired.el (wdired-check-kill-buffer):
6508         * emacs-lisp/authors.el (authors):
6509         * net/socks.el (socks-open-connection):
6510         * net/zeroconf.el (zeroconf-service-add-hook):
6511         * obsolete/vc-mcvs.el (vc-mcvs-register):
6512         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
6513         (gdb-select-frame):
6514         * progmodes/grep.el (lgrep, rgrep):
6515         * progmodes/idlw-help.el (idlwave-help-check-locations)
6516         (idlwave-help-html-link, idlwave-help-assistant-open-link):
6517         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6518         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
6519         (reftex-toc-rename-label): Fix typos in error messages.
6521         * dired-aux.el (dired-do-shell-command): Reflow docstring.
6522         (dired-copy-how-to-fn): Doc fix.
6523         (dired-files-attributes, dired-read-shell-command):
6524         Fix typos in docstrings.
6526         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
6527         (dired-x-find-file-other-window): Reflow docstrings.
6528         (dired-omit-marker-char, dired-read-shell-command)
6529         (dired-x-submit-report): Fix typos in docstrings.
6531         * shell.el (shell-mode-hook):
6532         * view.el (View-scroll-line-forward):
6533         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
6534         Fix typos in docstrings.
6536         * net/dig.el (dig-invoke): Fix typo in docstring.
6537         (query-dig): Reflow docstring.
6539         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
6540         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
6541         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
6542         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
6543         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
6544         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
6545         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
6546         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
6547         (idlwave-completion-map, idlwave-current-indent)
6548         (idlwave-custom-ampersand-surround, idlwave-customize)
6549         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
6550         (idlwave-define-abbrev, idlwave-determine-class-special)
6551         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
6552         (idlwave-end-block-reg, idlwave-end-of-statement)
6553         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
6554         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
6555         (idlwave-explicit-class-listed, idlwave-file-header)
6556         (idlwave-fill-paragraph, idlwave-find-class-definition)
6557         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
6558         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
6559         (idlwave-in-quote, idlwave-indent-action-table)
6560         (idlwave-indent-expand-table, idlwave-indent-line)
6561         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
6562         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
6563         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
6564         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
6565         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
6566         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
6567         (idlwave-outlawed-buffers, idlwave-popup-select)
6568         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
6569         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
6570         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
6571         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
6572         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
6573         (idlwave-statement-type, idlwave-struct-skip)
6574         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
6575         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
6576         (idlwave-what-module-find-class): Fix typos in docstrings.
6577         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
6578         (idlwave-calculate-cont-indent, idlwave-expand-equal)
6579         (idlwave-find-module, idlwave-find-structure-definition)
6580         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
6581         (idlwave-list-load-path-shadows, idlwave-next-statement)
6582         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
6583         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
6584         (idlwave-template): Reflow docstrings.
6586         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
6587         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
6588         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
6589         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
6590         (idlwave-shell-display-line, idlwave-shell-display-wframe)
6591         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
6592         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
6593         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
6594         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
6595         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
6596         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
6597         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
6598         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
6599         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
6600         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
6601         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
6602         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
6603         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
6604         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
6605         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
6606         Fix typos in docstrings.
6607         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
6608         (idlwave-shell-hide-output, idlwave-shell-mode)
6609         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
6610         Reflow docstrings.
6612         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
6614 2009-09-24  Ivan Kanis  <apple@kanis.eu>
6616         * term.el (term-bold-attribute): New var.
6617         (term-handle-colors-array): Use it.
6619 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
6621         * progmodes/gdb-mi.el (gdb-version): New variable.
6622         (gdb-non-stop-handler): Set gdb-version.
6623         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
6624         Condition "--thread" option on gdb-version.
6625         (gdb-invalidate-threads): Remove unused argument.
6627 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6629         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
6630         to looking-back to avoid ridiculous slow down in large files (bug#4511).
6632 2009-09-23  Glenn Morris  <rgm@gnu.org>
6634         * mail/rmail.el (rmail-reply): Don't try to add a References header when
6635         replying to mail without References or Message-Id.  (Bug#4525)
6637 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
6639         * term/ns-win.el (ns-reg-to-script): New variable.
6641 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
6643         * epg.el (epg-wait-for-status): Preserve existing 'error results.
6645 2009-09-22  Sam Steingold  <sds@gnu.org>
6647         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
6648         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
6649         to 1 because hg returns status 1 when nothing is found.
6650         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
6652 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6654         * textmodes/fill.el: Convert to utf-8 encoding.
6655         (fill-french-nobreak-p): Remove redundant » and « inherited from our
6656         pre-unicode days.
6658         * add-log.el (change-log-fill-forward-paragraph): New function.
6659         (change-log-mode): Use it so fill-region DTRT.
6660         Set fill-indent-according-to-mode here rather than in
6661         change-log-fill-paragraph.
6662         (change-log-fill-paragraph): Remove.
6664 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
6666         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
6667         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
6669 2009-09-22  Glenn Morris  <rgm@gnu.org>
6671         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
6672         the scroll-bar scroll the calendar window rather than the buffer.
6674         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
6675         commands that move point (as opposed to scrolling).
6677         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
6679         * emacs-lisp/elint.el (elint): New custom group.
6680         (elint-log-buffer): Make it a defcustom.
6681         (elint-scan-preloaded, elint-ignored-warnings)
6682         (elint-directory-skip-re): New options.
6683         (elint-builtin-variables): Doc fix.
6684         (elint-preloaded-env): New variable.
6685         (elint-unknown-builtin-args): Add an entry for encode-time.
6686         (elint-extra-errors): Make it a variable rather than a constant.
6687         (elint-preloaded-skip-re): New constant.
6688         (elint-directory): Skip files matching elint-directory-skip-re.
6689         (elint-features): New variable, local to linted buffers.
6690         (elint-update-env): Initialize elint-features.  Possibly add
6691         elint-preloaded-env to the buffer's environment.
6692         (elint-get-top-forms): Bind elint-current-pos, for log messages.
6693         Skip quoted forms.
6694         (elint-init-form): New function, extracted from elint-init-env.
6695         Make non-list forms a warning rather than an error.
6696         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
6697         easy-menu-define, put that adds an error-condition, and provide.
6698         When requiring cl, also require cl-macs.  Really require cl, to handle
6699         some cl macros.  Store required libraries in the list elint-features,
6700         so as not to re-load them.  Treat cc-require like require.
6701         (elint-init-env): Call elint-init-form to do the work.
6702         Handle eval-and-compile and such like.
6703         (elint-add-required-env): Do not clear messages.
6704         (elint-special-forms): Add handlers for function, defalias, if, when,
6705         unless, and, or.
6706         (elint-form): Add optional argument to ignore elint-special-forms,
6707         useful to prevent recursive calls from handlers.  Doc fix.
6708         Respect elint-ignored-warnings.
6709         (elint-form): Respect elint-ignored-warnings.
6710         (elint-bound-variable, elint-bound-function): New variables.
6711         (elint-unbound-variable): Respect elint-bound-variable.
6712         (elint-get-args): Respect elint-bound-function.
6713         (elint-check-cond-form): Add some simple handling for (f)boundp and
6714         featurep tests.
6715         (elint-check-defalias-form): New handler.
6716         (elint-check-let-form): Make an empty let a warning rather than an
6717         error.
6718         (elint-check-setq-form): Make an empty setq a warning rather than an
6719         error.  Respect elint-ignored-warnings.
6720         (elint-check-defvar-form): Accept null doc-strings.
6721         (elint-check-conditional-form): New handler.  Does some simple-minded
6722         checking of featurep and (f)boundp tests.
6723         (elint-put-function-args): New function.
6724         (elint-initialize): Use elint-scan-doc-file rather than
6725         elint-find-builtin-variables.  Use elint-put-function-args.
6726         Possibly scan preloaded-file-list.
6727         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
6728         extend to handle functions as well.
6730 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
6732         * linum.el (linum-delete-overlays, linum-update-window):
6733         Do not modify the right margin.  (Bug#3971)
6735 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
6737         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
6738         nxml-mode instead of xml-mode.
6740 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6742         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
6744 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6746         * net/dig.el (dig-mode): Use define-derived-mode.
6748 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
6750         * vc-dispatcher.el (vc-do-command): Return the process object in
6751         the asynchronous case.  Use when instead of if.  Do not run
6752         vc-exec-after to display a message if not enabled.  (Bug#4463)
6754         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
6755         properties to the stash strings.
6756         (vc-git-stash-list): Return a list of strings.
6757         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
6758         (vc-git-stash-show-at-point): New functions.
6759         (vc-git-stash-map): New keymap.
6761         * register.el (ctl-x-r-map): Define the keys here instead of
6762         using autoload.
6764 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
6766         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
6767         list, to workaround performance problem (bug#4485).
6769 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
6771         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
6773 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
6775         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6776         Document that this option is not recommended to use.
6778 2009-09-19  Glenn Morris  <rgm@gnu.org>
6780         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
6781         variable `var'.
6783         * calc/calc-alg.el (var):
6784         * calc/calcalg2.el (var): Define for compiler.
6786 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
6788         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
6789         Doc fix (Bug#3932).
6791         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
6793         * time-stamp.el (time-stamp-month-dd-yyyy)
6794         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
6795         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
6796         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
6797         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
6798         Remove functions that have been obsolete since 1995 (Bug#4436).
6800         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
6801         indent buffer only if called interactively (Bug#4452).
6803 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
6804             Eli Zaretskii  <eliz@gnu.org>
6806         This fixes bug#4197 (merged to bug#865, though not identical).
6807         * server.el (server-auth-dir): Add docstring note about FAT32.
6808         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
6809         but warn against using them.
6811 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
6813         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
6814         older GDB where there is no has_more field.
6816 2009-09-19  Glenn Morris  <rgm@gnu.org>
6818         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6820 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
6822         * files.el (auto-mode-alist): Change default for XML files to nXML
6823         mode (Bug#4169).
6825 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
6827         * server.el (server-ensure-safe-dir): Pass 'integer
6828         to `file-attributes', as suggested.
6830 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6832         * dired-aux.el (dired-query-alist): Remove spurious backslash.
6833         (dired-query): Use read-key.
6835 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
6837         * cus-start.el (ns-use-qd-smoothing): Remove.
6839 2009-09-18  Glenn Morris  <rgm@gnu.org>
6841         * allout.el (top-level): Remove unnecessary progn.
6843         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
6845         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
6846         definition of abbrev table.
6848         * speedbar.el (speedbar-track-mouse):
6849         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
6850         * net/eudc.el (eudc-expand-inline):
6851         * net/newst-backend.el (newsticker--cache-read-feed):
6852         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6853         condition-case handlers.
6855 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
6857         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
6858         (gdb-var-list): Add an element for has_more field.
6859         (gdb-non-stop-handler): Enable pretty printing for STL containers.
6860         (gdb-var-create-handler, gdb-var-list-children-handler-1)
6861         (gdb-var-update-handler-1): Parse output of dynamic variable
6862         objects (STL containers).
6863         (gdb-var-delete-1): Pass var1 as an explicit second argument.
6864         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
6866         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
6867         gdb-var-list.
6868         (gud-speedbar-buttons): Make node expandable if expression "has more"
6869         children.
6871 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
6873         * startup.el (emacs-quick-startup): Remove variable and all uses.
6874         (command-line): Set `inhibit-x-resources' instead.
6875         (command-line-1): Use `inhibit-x-resources' instead.
6877 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
6879         * subr.el: Fix last change to avoid using the `unless' macro,
6880         which breaks bootstrapping.
6882 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6884         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
6885         extended definitions, in case we reload subr.el after having
6886         loaded CL.
6887         (eval-next-after-load): Mark as obsolete.
6889 2009-09-17  Juri Linkov  <juri@jurta.org>
6891         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
6892         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
6893         (menu-bar-showhide-menu, menu-bar-tools-menu)
6894         (menu-bar-describe-menu, menu-bar-help-menu)
6895         (minibuffer-local-completion-map, minibuffer-local-map):
6896         Fix list quoting.
6898 2009-09-17  Glenn Morris  <rgm@gnu.org>
6900         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
6901         arguments, whether or not it has a handler.
6903         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
6905         * simple.el (hard-newline): Give it a doc-string.
6907         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6908         (lisp-mode-syntax-table): Give them doc-strings.
6910 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
6912         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
6913         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
6914         (menu-bar-options-menu, menu-bar-showhide-menu)
6915         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
6916         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
6917         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
6918         (menu-bar-options-menu, menu-bar-tools-menu)
6919         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
6920         (menu-bar-help-menu):
6921         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
6922         string arguments.
6924         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
6925         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
6926         calls for the menu names and :help.
6928 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6930         * mouse.el (minor-mode-menu-from-indicator): Pay attention
6931         to :minor-mode-function (bug#4455).
6933 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6935         * startup.el (command-line): Initialize the window-system after
6936         processing the command-line.
6938         * textmodes/page.el (what-page): Make sure we don't inf-loop if
6939         page-delimiter matches the empty string.
6941 2009-09-16  Glenn Morris  <rgm@gnu.org>
6943         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
6944         byte-compile-not-obsolete-var.  It's a list now.
6945         (byte-compile-not-obsolete-funcs): New variable.
6946         (byte-compile-warn-obsolete): Don't warn about functions if they are in
6947         byte-compile-not-obsolete-funcs.
6948         (byte-compile-variable-ref, byte-compile-defvar): Update for
6949         byte-compile-not-obsolete-vars name-change and list nature.
6950         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
6951         and variables behind (f)boundp tests.
6952         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
6954 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
6956         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
6958 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6960         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
6961         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
6962         Don't autoload.
6964 2009-09-15  Stephen Eglen  <stephen@gnu.org>
6966         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
6967         the virtual-buffers, use the name of the buffer specified by
6968         find-file-noselect, as the match may be a symlink.  (This was a
6969         problem if the target and the symlink had different names.)
6971 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6973         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
6975         * desktop.el (desktop-path): Check user-emacs-directory.
6977         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
6979         * loadup.el: Use after-load-functions to GC after loading each file.
6980         Remove the explicit GC calls that used to be sprinkled around.
6982         * subr.el (after-load-functions): New hook.
6983         (do-after-load-evaluation): Run it.  Use string-match-p to detect
6984         `obsolete' packages, rather than painfully extracting the relevant
6985         directory name.
6987 2009-09-15  Glenn Morris  <rgm@gnu.org>
6989         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
6990         free variable `doc'.
6992         * dired.el (dired-mode-map): Add menu entry for async shell command.
6994         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
6995         variables, also consider the .elc files, since the .el files are
6996         normally gzipped (subsequent code locates the .el.gz from the .elc).
6998         * calc/calc-prog.el (arglist): Define for compiler.
7000         * calendar/diary-lib.el (diary-display-function): Change the default to
7001         fancy display.
7002         (body): Define for compiler.
7004         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7005         (byte-compile-file-form, byte-compile-lambda)
7006         (byte-compile-top-level-body, byte-compile-form)
7007         (byte-compile-variable-ref, byte-compile-setq)
7008         (byte-compile-setq-default, byte-compile-body)
7009         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7010         (batch-byte-compile): Give some more local variables with common names
7011         a "bytecomp-" prefix to avoid masking warnings about free variables.
7013         * startup.el (command-line-1): Give local variables with common names a
7014         distinguishing prefix, so as not to hide free variable warnings during
7015         bootstrap.
7017         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7018         clever and add a suffix to make a unique name, just let the user decide
7019         whether or not to overwrite it.  If the input is a directory, write the
7020         default filename to that directory.  (Bug#4388)
7021         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7022         is a filename-as-a-directory.
7024 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7026         * textmodes/page.el (what-page): Don't move to beginning of line.
7027         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7029 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7031         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7033 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
7035         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7036         * help.el (help-for-help-internal): Add purecopy calls for text.
7038         * vc.el (top): print-log method now takes an optional SHORTLOG
7039         argument.  Add a new method: root.
7040         (vc-root-diff, vc-print-root-log): New functions.
7041         (vc-log-short-style): New variable.
7042         (vc-print-log-internal): Add support for showing short logs.
7044         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7045         vc-print-root-log and vc-print-root-diff.
7047         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7048         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7049         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7050         short logs.
7052         * vc-cvs.el (vc-cvs-print-log):
7053         * vc-mtn.el (vc-mtn-print-log):
7054         * vc-rcs.el (vc-rcs-print-log):
7055         * vc-sccs.el (vc-sccs-print-log):
7056         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7057         that is ignored for now.
7059         * vc-mtn.el (vc-mtn-annotate-command):
7060         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7062 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7064         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7065         to function-key-map, and give them ascii-character property.
7066         * term/x-win.el (x-alternatives-map):
7067         * term/ns-win.el (ns-alternatives-map):
7068         * term/internal.el (msdos-key-remapping-map):
7069         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7071 2009-09-14  Glenn Morris  <rgm@gnu.org>
7073         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7074         temp-buffers (2009-09-12).
7076 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7078         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7079         the new read-key function.
7081 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7083         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7084         is defined (Bug#4405).
7086 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
7088         * recentf.el (recentf-cleanup): Use a hash table to find
7089         duplicates (Bug#4407).
7091 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
7093         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7094         kp-0 to ascii equivalents (Bug#4325).
7096 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7098         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7100         * eshell/em-hist.el:
7101         * eshell/em-dirs.el (eshell-complete-user-reference):
7102         Declare pcomplete functions and variables to avoid compiler warnings.
7104 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
7106         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7107         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7108         * eshell/em-alias.el (eshell-aliases-file):
7109         * eshell/em-hist.el (eshell-history-file-name):
7110         Use expand-file-name instead of concat to make file names (Bug#4308).
7112 2009-09-13  Glenn Morris  <rgm@gnu.org>
7114         * ediff-merg.el (ediff-do-merge):
7115         * filesets.el (filesets-run-cmd):
7116         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7117         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7118         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7119         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7120         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7121         Replace empty `let's with `progn'.
7123 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7125         * mail/sendmail.el (send-mail-function):
7126         * tooltip.el (tooltip-mode):
7127         * simple.el (transient-mark-mode):
7128         * rfn-eshadow.el (file-name-shadow-mode):
7129         * frame.el (blink-cursor-mode):
7130         * font-core.el (global-font-lock-mode):
7131         * files.el (temporary-file-directory)
7132         (small-temporary-file-directory, auto-save-file-name-transforms):
7133         * epa-hook.el (auto-encryption-mode):
7134         * composite.el (global-auto-composition-mode):
7135         Use custom-initialize-delay.
7136         * startup.el (command-line): Don't explicitly call
7137         custom-reevaluate-setting for all the above vars.
7138         * custom.el (custom-initialize-safe-set)
7139         (custom-initialize-safe-default): Delete.
7141 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7143         * term/x-win.el (x-initialize-window-system):
7144         * term/w32-win.el (w32-initialize-window-system):
7145         * term/ns-win.el (ns-initialize-window-system): Don't call
7146         mouse-wheel-mode since it's enabled globally by default already.
7148         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7149         actually define the variable, but only silences the byte-compiler.
7150         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7151         before looking it up.
7152         (mouse-wheel-scroll-amount): Also reset the bindings if this value
7153         is changed.
7155 2009-09-12  Glenn Morris  <rgm@gnu.org>
7157         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7158         1000.
7159         (elint-add-required-env): Don't beep on error.
7160         (elint-forms): In case of error, return ENV unchanged.
7161         (elint-init-env): Skip non-list forms.
7162         (elint-log): Handle unknown file positions.
7164 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
7166         * epg.el (epg-make-context): Add autoload cookie.
7167         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7168         (epg-decrypt-string, epg-start-verify, epg-verify-file)
7169         (epg-verify-string, epg-start-sign, epg-sign-file)
7170         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7171         (epg-encrypt-string, epg-start-export-keys)
7172         (epg-export-keys-to-file, epg-export-keys-to-string)
7173         (epg-start-import-keys, epg-import-keys-from-file)
7174         (epg-import-keys-from-string, epg-start-receive-keys)
7175         (epg-receive-keys, epg-import-keys-from-server)
7176         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7177         (epg-sign-keys, epg-start-generate-key)
7178         (epg-generate-key-from-file, epg-generate-key-from-string):
7179         Remove autoload cookie.
7181 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
7183         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7184         reevaluation of trash-directory.
7186         * mwheel.el: Fix last change.
7187         (mouse-wheel-mode): New defvar.
7188         (mouse-wheel-mode): Remove autoload cookie.
7190 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7192         * mwheel.el (mwheel-installed-bindings): New var.
7193         (mouse-wheel-mode): Use it, so as to make sure we really remove all
7194         the bindings we set last time.  Use custom-initialize-delay.
7195         * loadup.el: Load mwheel after term/*-win.el.
7196         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7197         and mouse-wheel-up-event now that their first evaluation is done
7198         sufficiently late to be correct.
7200         * startup.el (tutorial-directory): Make it a defcustom.
7201         Use custom-initialize-delay rather than eval-at-startup to set it.
7202         * image.el (image-load-path): Make it a defcustom.
7203         Use custom-initialize-delay rather than eval-at-startup to set it.
7204         * subr.el (eval-at-startup): Remove.
7205         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7207         * subr.el (do-after-load-evaluation): Warn the user after loading an
7208         obsolete package.
7210 2009-09-12  Glenn Morris  <rgm@gnu.org>
7212         * proced.el (proced-mark-alt): Remove alias.
7213         (proced-mode-map): Remove proced-mark-alt.
7215         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7216         Elint file and directory.  Remove initialization entry.
7218         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7219         commands.
7220         (elint-current-buffer): Set mode-line-process.
7221         (elint-init-env): Handle define-derived-mode.
7222         Fix declare-function with unspecified arglist.  Guard against odd
7223         defalias statements (eg iso-insert's 8859-1-map).
7224         (elint-add-required-env): Use a temp buffer.
7225         (elint-form): Just print the function/macro name, not the whole form.
7226         Return env unchanged if we fail to parse a macro.
7227         (elint-forms): Guard against parse errors.
7228         (elint-output): New function, to handle batch mode.
7229         (elint-log-message): Add optional argument.  Use elint-output.
7230         (elint-set-mode-line): New function.
7232 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
7234         * emacs-lisp/elp.el (elp-not-profilable): Add more
7235         functions (Bug#4233).
7237 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
7239         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7240         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7242 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
7244         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7245         (gdb-var-list-children): Use json parsing.
7247 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
7249         * progmodes/js.el (js--proper-indentation): Handle the case where
7250         char-before is null.  Reported by Deniz Dogan.
7252 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
7254         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7256 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
7258         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7259         (epg-digest-algorithm-alist): Add SHA224.
7260         (epg-context-set-passphrase-callback)
7261         (epg-context-set-progress-callback): Add description about
7262         callback function.
7264 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7266         * custom.el (custom-delayed-init-variables): New var.
7267         (custom-initialize-delay): New function.
7268         * startup.el (command-line): "Re"evaluate all vars in
7269         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
7270         explicitly any more.
7271         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7272         to avoid creating a ~/.emacs.d at build-time (bug#4347).
7274         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7276 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
7278         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7279         (gdb-var-update-handler): Use json parsing.
7281 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
7283         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7284         decode annotated text, regardless of language environment.  (Bug#2741)
7286 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7288         * Makefile.in (autoloads): Make rmail.el writable as well.
7290 2009-09-11  Glenn Morris  <rgm@gnu.org>
7292         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7293         loaddefs.el.
7294         * dired.el: Regenerate with extracted autoloads.
7295         * Makefile.in (autoloads): Make dired.el writable.
7297         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7298         * ibuffer.el: Regenerate with extracted autoloads.
7299         * Makefile.in (autoloads): Make ibuffer.el writable.
7301         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7302         * version.el (emacs-copyright, emacs-major-version)
7303         (emacs-minor-version): Reformat doc-strings for make-docfile.
7305         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7306         functions and variables, since they must be stuff specific to some other
7307         platform.
7308         (apropos-print): Make mouse-click message less specific about button.
7310         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7311         that records where a macro was defined.
7312         * help-fns.el (describe-function-1): Mention if a function has a
7313         compiler-macro.
7314         * help-mode.el (help-function-cmacro): New button.
7316         * locate.el (top-level): Always require dired.
7317         (locate-mode-map): Initialize inside the defvar.
7319         * net/ange-ftp.el (dired-compress-file): Declare.
7320         (ange-ftp-dired-compress-file): Add doc string.
7322         * term/ns-win.el (x-display-name, x-setup-function-keys):
7323         Unify doc-strings with X versions.
7325 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7327         * emulation/crisp.el (crisp-mode-map): Move initialization
7328         into declaration.
7329         (crisp-mode): Use define-minor-mode.
7331         * progmodes/xscheme.el (xscheme-evaluation-commands):
7332         Put a :advertised-binding property rather than using
7333         advertised-xscheme-send-previous-expression.
7334         (advertised-xscheme-send-previous-expression): Declare obsolete.
7335         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7336         `advertised-undo'.
7337         (crisp-mode): Add corresponding bindings to
7338         undo's :advertised-binding instead.
7339         * dired.el (dired-mode-map): Put a :advertised-binding property rather
7340         than using dired-advertised-find-file.
7341         (dired-advertised-find-file):
7342         * simple.el (advertised-undo):
7343         * wid-edit.el (advertised-widget-backward): Declare obsolete.
7344         (widget-keymap): Put a :advertised-binding property rather
7345         than using advertised-widget-backward.
7346         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7347         than using advertised-undo.
7348         * tutorial.el (tutorial--default-keys): Adjust accordingly.
7350 2009-09-10  Simon South  <ssouth@slowcomputing.org>
7352         * progmodes/delphi.el (delphi-tab): Indent region when Transient
7353         Mark mode is enabled and region is active; otherwise indent or
7354         insert TAB as usual.
7355         (delphi-mode): Update description of TAB-key binding.
7357 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7359         * subr.el (define-key-rebound-commands): Mark obsolete.
7360         * startup.el (precompute-menubar-bindings): Remove.
7361         (normal-top-level): Remove obsolete code that tried to precompute
7362         menubar bindings.
7363         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7364         define-key-rebound-commands and precompute-menubar-bindings.
7366 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7368         * net/imap.el (imap-interactive-login): Better messages.
7369         (imap-open): Fix bug with renamed buffer on reconnect.
7370         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7371         for easier debugging and cleaner code.  On successful (guessed based on
7372         server capabilities) secondary authentication, set imap-state
7373         correctly.
7374         (imap-last-authenticator): Define imap-last-authenticator as a variable
7375         to avoid warnings.
7377 2009-09-10  Glenn Morris  <rgm@gnu.org>
7379         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7381         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7382         (byte-compile-file-form-autoload): Don't warn about unknown functions
7383         where the autoload statement comes after the use.
7384         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7385         that any handlers inside the body (eg require) are in turn respected.
7387         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7388         effects.
7390         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7391         and syntax and abbrev tables basic docs, if they don't have any.
7393         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7395         * international/mule-cmds.el (top-level): Require cl when compiling.
7396         (view-hello-file): Use default-value rather than
7397         default-enable-multibyte-characters.
7399         * progmodes/fortran.el: Move all safe and risky properties into the
7400         defcustoms.
7402         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7403         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7404         * mail/undigest.el:
7405         Put autoloads in rmail.el rather than loaddefs.el.
7406         * mail/rmail.el: Regenerate with extracted autoloads.
7408         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7409         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7411 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
7413         Reported in thread for Bug#4375.
7414         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7415         "-data-evaluate-expression" instead of print.
7416         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7417         (gdb-tooltip-print): Parse output from above MI command.
7418         (gdb): Revert 2009-08-11 change.  User should detach inferior
7419         manually.
7421         Remove the word "separate" from IO functions as inferior
7422         output is now never displayed in the GUD buffer.
7424 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
7426         * startup.el (command-line-normalize-file-name): On Windows and
7427         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7429 2009-09-10  Juri Linkov  <juri@jurta.org>
7431         * isearch.el (isearch-text-char-description): Propertize escape
7432         character sequences with the `escape-glyph' face.  (Bug#4344)
7434         * simple.el (shell-command): Set asynchronous process filter to
7435         `comint-output-filter'.  (Bug#4343)
7437         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7438         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
7439         the list.  Move "asm" to the bottom.
7440         (grep-find-ignored-directories): Add `choice' with nil value
7441         to empty the list easily.
7442         (grep-find-ignored-files): New option.
7443         (grep-files-history): Set to nil by default instead of '("ch" "el").
7444         (grep-compute-defaults): Add "<X>" to `grep-template'.
7445         (grep-read-files): Bind new local variables `default-alias' and
7446         `default-extension'.  Use a list of default values for the file prompt.
7447         (lgrep): Add `--exclude=' command line options composed from
7448         `grep-find-ignored-files'.
7449         (rgrep): Add `-name' command line options composed from
7450         `grep-find-ignored-files'.  (Bug#4301)
7452 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7454         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7455         (bug#4368).
7457 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7459         * calendar/time-date.el (autoload):
7460         Expand define-obsolete-function-alias into defalias and make-obsolete
7461         for old Emacsen that Gnus supports.
7462         (with-no-warnings): Define it for old Emacsen.
7463         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7464         is available.
7465         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7466         float-time is available; suppress compile warning for time-to-seconds.
7468 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7470         * net/imap.el (imap-message-map): Docstring fix.
7472 2009-09-09  Glenn Morris  <rgm@gnu.org>
7474         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
7475         line numbers too.  (Bug#4374)
7477 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7479         * smerge-mode.el (smerge-remove-props, smerge-refine):
7480         Use with-silent-modifications (bug#4342).
7482         * subr.el (with-silent-modifications): New macro.
7484 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
7486         * files.el (top-level): Require `cl' when compiling.
7488 2009-09-07  Glenn Morris  <rgm@gnu.org>
7490         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
7492         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
7493         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
7495 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
7497         * vc-git.el (vc-git-annotate-command): Use separator to parse
7498         arguments correctly.
7500 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
7502         * proced.el (proced-mode): Doc fix.
7504 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
7506         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
7507         lstat fails.
7508         (tramp-do-file-attributes-with-ls): Check for file existence at
7509         remote end.
7510         (tramp-do-file-attributes-with-stat): Likewise.
7511         (tramp-convert-file-attributes): Return nil when attr is nil.
7513 2009-09-05  Glenn Morris  <rgm@gnu.org>
7515         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
7516         properties to this button.
7517         (diary-fancy-display): Don't extend the button to the final newline.
7518         (diary-fancy-display-mode): Continue to define "q" as a local key.
7520         * calendar/cal-china.el (holiday-chinese): Make it slightly more
7521         efficient.
7523         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
7525         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
7526         (byte-compile-dest-file-function): New option.
7527         (byte-compile-dest-file): Doc fix.
7528         Obey byte-compile-dest-file-function.
7529         (byte-compile-cl-file-p): New function.
7530         (byte-compile-eval): Only suppress noruntime warnings about cl functions
7531         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
7532         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
7533         than for file being previously loaded.
7534         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
7535         (byte-compile-file-form-require): Handle the case where requiring a file
7536         indirectly causes CL to be loaded.
7538 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
7540         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
7541         before killing the old buffer, since by the time `kill-buffer' is
7542         run so many buffer variables have been set to nil that it may not
7543         behave as expected.  (Bug#4061)
7545 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
7547         * files.el (find-alternate-file): If the old buffer is modified
7548         and visiting a file, behave similarly to `kill-buffer' when
7549         killing it, thus reverting to the pre-1.878 behavior; see
7550         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
7551         for discussion.  Also, consult `buffer-file-name' as a variable
7552         not as a function, for consistency with the rest of the code.
7554 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
7556         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7557         also when adding a new directory.
7559         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
7560         defun.
7562 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7564         * files.el (locate-file-completion-table): Make it provide boundary
7565         information, so partial-completion works better.
7567 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
7569         * mail/footnote.el (Footnote-text-under-cursor):
7570         Check footnote-text-marker-alist before using it (bug#4324).
7572 2009-09-04  Glenn Morris  <rgm@gnu.org>
7574         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
7575         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
7576         * play/solitaire.el, play/tetris.el:
7577         Remove leading * from defcustom and defface docs.
7579         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
7580         necessary.
7581         (diary-fancy-overriding-map): New variable.
7582         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
7583         Use view-mode.
7585         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
7586         goto-line.
7588 2009-09-03  Glenn Morris  <rgm@gnu.org>
7590         * arc-mode.el (archive-mode):
7591         * dos-fns.el (set-default-process-coding-system):
7592         * man.el (Man-getpage-in-background):
7593         * menu-bar.el (menu-bar-describe-menu):
7594         * server.el (server-process-filter):
7595         * startup.el (command-line):
7596         * tar-mode.el (tar-header-block-tokenize, tar-extract):
7597         * w32-fns.el (set-default-process-coding-system):
7598         * x-dnd.el (x-dnd-handle-file-name):
7599         * international/mule-cmds.el (mule-menu-keymap)
7600         (set-default-coding-systems, language-info-alist, set-language-info)
7601         (set-language-environment, standard-display-european-internal)
7602         (set-locale-environment):
7603         * international/mule-diag.el (mule-diag):
7604         * mail/emacsbug.el (report-emacs-bug):
7605         * mail/rmail.el (rmail-mode):
7606         * mail/sendmail.el (mail-setup):
7607         Use default-value rather than default-enable-multibyte-characters.
7609         * progmodes/f90.el: Move all safe properties into the defcustoms.
7610         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
7612         * calendar/appt.el (appt-check):
7613         * calendar/diary-lib.el (diary-set-header, diary-live-p)
7614         (diary-check-diary-file, diary-list-entries)
7615         (diary-include-other-diary-files, diary-simple-display)
7616         (diary-fancy-display, diary-print-entries)
7617         (diary-mark-included-diary-files, diary-make-entry):
7618         Don't call substitute-in-file-name on diary-file.
7620 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
7621             Stefan Monnier  <monnier@iro.umontreal.ca>
7623         * mail/footnote.el (footnote-prefix): Make it a defcustom.
7624         (footnote-mode-map): Move initialization into the declaration.
7625         (footnote-minor-mode-map): Define it rather than changing global-map.
7626         (footnote-mode): Use define-minor-mode.
7628 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
7630         * net/tramp.el (tramp-handle-file-attributes-with-ls)
7631         (tramp-do-file-attributes-with-perl)
7632         (tramp-do-file-attributes-with-stat): Rename from
7633         `tramp-handle-file-attributes-with-*'.
7634         (tramp-handle-file-attributes): Use them.
7635         (tramp-do-directory-files-and-attributes-with-perl)
7636         (tramp-do-directory-files-and-attributes-with-stat): Rename from
7637         `tramp-handle-directory-files-and-attributes-with-*'.
7638         (tramp-handle-directory-files-and-attributes): Use them.
7639         (tramp-method-out-of-band-p): Additional parameter SIZE.
7640         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
7641         (tramp-handle-write-region): Use it.
7642         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
7643         (tramp-handle-vc-registered): Check, whether the first run did
7644         return files to be tested.
7645         (tramp-advice-make-auto-save-file-name): Do not call directly
7646         `tramp-handle-make-auto-save-file-name', because this would bypass
7647         the locking mechanism.
7649         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
7650         (file-remote-p, process-file, start-file-process, set-file-times)
7651         (tramp-compat-file-attributes): Compatibility functions shall not
7652         call directly `tramp-handle-*', because this would bypass the
7653         locking mechanism.
7654         (tramp-compat-number-sequence): New defun.
7656 2009-09-02  Glenn Morris  <rgm@gnu.org>
7658         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
7659         alias for float-time.
7660         (time-to-number-of-days): In Emacs, use float-time.
7661         * net/newst-backend.el (time-add): Suppress warnings from compat
7662         function.
7663         * time.el (emacs-uptime, emacs-init-time):
7664         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
7665         Use float-time rather than time-to-seconds.
7667         * minibuffer.el (completion-initials-expand): Fix typo.
7669         * faces.el (modeline, modeline-inactive, modeline-highlight)
7670         (modeline-buffer-id):
7671         * info.el (info-menu-5): Mark these face aliases as obsolete.
7673 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
7675         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
7676         space ...
7677         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
7678         no "--thread" option.
7679         (gdb-stopped): Don't print "Switched to thread" message when it is
7680         unchanged.
7682 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7684         * minibuffer.el (completion-try-completion)
7685         (completion-all-completions): Remove ill-defined (and
7686         mistakenly installed and luckily never used nor documented)
7687         `completion-styles' property.
7688         (completion-initials-expand, completion-initials-all-completions)
7689         (completion-initials-try-completion): New functions.
7690         (completion-styles-alist): Add doc to each entry.
7691         Add new `initials' entry.
7693 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
7695         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
7696         MI command -var-evaluate-expression.
7697         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
7698         and tweak for case of string child.
7699         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
7701 2009-09-01  Glenn Morris  <rgm@gnu.org>
7703         * add-log.el (change-log-date-face, change-log-name-face)
7704         (change-log-email-face, change-log-file-face, change-log-list-face)
7705         (change-log-conditionals-face, change-log-function-face)
7706         (change-log-acknowledgement-face):
7707         * cus-edit.el (custom-invalid-face, custom-rogue-face)
7708         (custom-modified-face, custom-set-face, custom-changed-face)
7709         (custom-saved-face, custom-button-face, custom-button-pressed-face)
7710         (custom-documentation-face, custom-state-face, custom-comment-face)
7711         (custom-comment-tag-face, custom-variable-tag-face)
7712         (custom-variable-button-face, custom-face-tag-face)
7713         (custom-group-tag-face-1, custom-group-tag-face):
7714         * diff-mode.el (diff-header-face, diff-file-header-face)
7715         (diff-index-face, diff-hunk-header-face, diff-removed-face)
7716         (diff-added-face, diff-changed-face, diff-function-face)
7717         (diff-context-face, diff-nonexistent-face):
7718         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7719         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
7720         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7721         (Info-title-4-face):
7722         * isearch.el (isearch-lazy-highlight-face):
7723         * log-view.el (log-view-file-face, log-view-message-face):
7724         * paren.el (show-paren-match-face, show-paren-mismatch-face):
7725         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
7726         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
7727         (cvs-msg-face):
7728         * smerge-mode.el (smerge-mine-face, smerge-other-face)
7729         (smerge-base-face, smerge-markers-face):
7730         * wid-edit.el (widget-documentation-face, widget-button-face)
7731         (widget-field-face, widget-single-line-field-face)
7732         (widget-inactive-face, widget-button-pressed-face):
7733         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
7734         (woman-addition-face):
7735         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
7736         (eshell-ls-executable-face, eshell-ls-readonly-face)
7737         (eshell-ls-unreadable-face, eshell-ls-special-face)
7738         (eshell-ls-missing-face, eshell-ls-archive-face)
7739         (eshell-ls-backup-face, eshell-ls-product-face)
7740         (eshell-ls-clutter-face):
7741         * eshell/em-prompt.el (eshell-prompt-face):
7742         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
7743         * obsolete/old-whitespace.el (whitespace-highlight-face):
7744         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
7745         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
7746         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
7747         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
7748         (antlr-font-lock-literal-face):
7749         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7750         (ebrowse-root-class-face, ebrowse-file-name-face)
7751         (ebrowse-default-face, ebrowse-member-attribute-face)
7752         (ebrowse-member-class-face, ebrowse-progress-face):
7753         * progmodes/make-mode.el (makefile-space-face):
7754         * progmodes/sh-script.el (sh-heredoc-face):
7755         * textmodes/flyspell.el (flyspell-incorrect-face)
7756         (flyspell-duplicate-face):
7757         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
7758         * textmodes/texinfo.el (texinfo-heading-face):
7759         Mark face aliases with "-face" suffix as obsolete.
7761         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
7762         compiler.
7764         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
7765         (eudc-bob-sound-menu): Use defvar rather than defconst, since
7766         easy-menu-define wants to modify these.
7768         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
7770         * net/browse-url.el (browse-url-file-url):
7771         * term/internal.el (dos-codepage-setup):
7772         Use default-value rather than default-enable-multibyte-characters.
7774         * progmodes/etags.el (etags-goto-tag-location):
7775         * progmodes/flymake.el (flymake-highlight-line)
7776         (flymake-goto-file-and-line, flymake-goto-line):
7777         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
7778         (gdb-goto-breakpoint):
7779         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
7780         * progmodes/python.el (python-find-function)
7781         (python-pdbtrack-track-stack-file):
7782         * progmodes/verilog-mode.el (verilog-surelint-off):
7783         * term/ns-win.el (ns-open-file-select-line):
7784         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
7785         Use forward-line rather than goto-line.
7787         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
7788         * textmodes/reftex-index.el (reftex-display-index):
7789         * textmodes/reftex-ref.el (reftex-offer-label-menu):
7790         * textmodes/reftex-toc.el (reftex-toc):
7791         Remove unnecessary bindings of default-major-mode (all are followed by
7792         major-mode check and possible mode switch).
7794 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
7796         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
7797         Handle watchpoints (bug#4282).
7798         (def-gdb-thread-buffer-command): Enable thread to be selected by
7799         clicking without selecting threads buffer first.
7800         (gdb-current-context-command): Use selected frame so that "up",
7801         "down" etc work in the GUD buffer.
7802         (gdb-update): Find selected frame before rendering stack buffer.
7803         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
7805 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7807         * progmodes/sym-comp.el (displayed-completions): Remove.
7808         (symbol-complete): Use minibuffer-complete.
7810 2009-08-31  Glenn Morris  <rgm@gnu.org>
7812         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
7814         * apropos.el (apropos-symbols-internal):
7815         Handle (obsolete) face aliases.
7817         * faces.el (describe-face): Adjust the output format to be more like
7818         describe-variable, and to mention (obsolete) face aliases.
7819         Adjust the whitespace so that help-setup-xref works.
7821         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
7822         * calendar/diary-lib.el (diary-button-face):
7823         Mark these face aliases as obsolete.
7825         * calendar/calendar.el (calendar-today): Doc fix.
7827 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
7829         * progmodes/gdb-mi.el (gdb-control-all-threads)
7830         (gdb-control-current-thread): Force tool bar update.
7831         (gdb-non-stop-handler): New function.
7832         (gdb-init-1): Use it to test if non-stop mode is supported.
7833         Remove unused gdbmi buffer type.
7835 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
7837         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7838         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
7840 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
7842         * comint.el (comint-exec-1): Check command is non-null first.
7843         Part of gdb-mi.el change (2009-08-28).
7845 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7847         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
7849 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
7851         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
7852         instead of `dolist' to avoid a recursive require when bootstrapping.
7854 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7856         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
7858         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
7860         * net/imap.el (imap-send-command): Simplify.
7861         (imap-wait-for-tag): point-max -> buffer-size.
7863         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
7865         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
7866         with constant argument.
7868         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
7870         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
7872         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
7873         Change default, since most of our files don't have a history.
7874         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
7875         the user.
7877         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7878         Add comint-run.
7880         * calc/calc.el: Improve commenting convention.
7881         (calc-digit-map, toplevel): Simplify.
7883         * comint.el (comint-insert-input): Be careful to only set point if we
7884         don't delegate to some other command.
7886         * proced.el (proced-signal-list): Make it an alist.
7887         (proced-grammar-alist): Capitalize names.
7888         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
7889         Disable undo manually and make it read-only.
7890         Use completion-annotate-function.
7892         * minibuffer.el (minibuffer-message): If the current buffer is not
7893         a minibuffer, insert the message in the echo area rather than at the
7894         end of the buffer.
7895         (completion-annotate-function): New variable.
7896         (minibuffer-completion-help): Use it.
7897         (completion--embedded-envvar-table): Environment vars are
7898         always case-sensitive.
7900 2009-08-30  Glenn Morris  <rgm@gnu.org>
7902         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
7903         from fortran-current-defun.
7904         (fortran-beginning-of-subprogram): Be more precise about finding the
7905         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
7906         (fortran-end-of-subprogram): Simplify.
7907         (fortran-current-defun): Use fortran-start-prog-re.
7909 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
7911         * subr.el (do-after-load-evaluation): Simplify.
7913 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
7915         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
7917         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
7918         (vc-rcs-print-log): Use it.
7920         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
7922 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7924         * paths.el (abbrev-file-name): Move to abbrev.el.
7925         * abbrev.el (abbrev-file-name): Move from paths.el.
7926         Obey user-emacs-directory.
7927         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
7928         user-emacs-directory.
7929         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
7930         abbrev-file-name and calc-settings-file any more.
7931         * startup.el (command-line): Recompute abbrev-file-name and
7932         abbreviated-home-dir.
7933         (normal-no-mouse-startup-screen): Improve the generic code and get rid
7934         of the special code for when C-h bindings haven't been changed.
7935         (display-startup-echo-area-message): Use with-current-buffer.
7936         (command-line-1): Use a list of strings, rather than a list of lists
7937         of strings for longopts.
7939         * files.el (get-free-disk-space): Use / for default-directory.
7941         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
7942         Use with-current-buffer.
7944         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
7945         Recognize immutable variables like most-positive-fixnum.
7946         (byte-compile-setq-default): Check and warn if trying to assign
7947         to an immutable variable, or a non-variable.
7949         * progmodes/cc-vars.el (c-comment-continuation-stars):
7950         * progmodes/cc-engine.el (c-looking-at-bos):
7951         * progmodes/cc-cmds.el (c-toggle-auto-state)
7952         (c-forward-into-nomenclature, c-backward-into-nomenclature)
7953         (c-comment-line-break-function): Add version of obsolescence.
7955 2009-08-28  Juri Linkov  <juri@jurta.org>
7957         * files.el (magic-fallback-mode-alist): Add ZIP magic number
7958         associated with `archive-mode'.
7960         * image.el (image-type-header-regexps): Use only JPEG magic number
7961         to determine JPEG images, and don't use `image-jpeg-p' because
7962         Emacs can display non-JFIF non-Exif JPEG images.
7964 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
7966         * arc-mode.el (archive-mode):
7967         * emacs-lisp/re-builder.el (re-builder-unload-function):
7968         Protect against the default value of `major-mode' being nil.
7970 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
7972         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
7973         Fix typos in docstrings.
7975         * progmodes/js.el (js--macro-decl-re): Doc fix.
7976         (js--plain-method-re, js--split-name): Refloc docstring.
7977         (js--class-styles, js--make-merged-item, js--splice-into-items):
7978         Fix typos in docstrings; reflow docstrings.
7979         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
7980         (js--variable-decl-matcher, js--inside-pitem-p)
7981         (js--parse-state-at-point, js--get-all-known-symbols)
7982         (js--symbol-history, js-find-symbol, js--js-references)
7983         (js--moz-interactor, js--js-encode-value, js--read-tab):
7984         Fix typos in docstrings.
7986 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7988         * textmodes/reftex.el (reftex-get-file-buffer-force):
7989         * progmodes/verilog-mode.el (verilog-batch-execute-func):
7990         * emulation/viper.el (viper-go-away, viper-set-hooks):
7991         * emacs-lisp/re-builder.el (re-builder-unload-function):
7992         * emacs-lisp/bytecomp.el (byte-compile-file):
7993         * ses.el (ses-unload-function):
7994         * hexl.el (hexl-find-file):
7995         * files.el (normal-mode):
7996         * ehelp.el (with-electric-help):
7997         * autoinsert.el (auto-insert-alist):
7998         * arc-mode.el (archive-mode):
7999         Use (default-value 'major-mode) instead of default-major-mode.
8001         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8002         * international/mule.el (load-with-code-conversion):
8003         * emacs-lisp/debug.el (debug):
8004         * ediff-vers.el (ediff-rcs-get-output-buffer):
8005         * dired.el (dired-internal-noselect): Don't let-bind
8006         default-major-mode around code that doesn't use it.
8007         E.g. buffer creation via get-buffer-create doesn't use it.
8009 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
8011         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8012         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8013         when writing the temp file.  Otherwise, epa-file gets confused.
8014         (tramp-register-file-name-handlers): Make it a defun.  Move also
8015         `epa-file-handler' to the front of `file-name-handler-alist'.
8017 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8019         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8020         start right after a ^M.
8021         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8022         (tramp-completion-file-name-regexp-separate)
8023         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8024         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8025         Don't modify last-coding-system-used by accident.
8026         (tramp-completion-file-name-handler): Apply the checks here,
8027         instead during registration.
8028         (tramp-register-file-name-handlers) Renamed from
8029         `tramp-register-file-name-handler'.  Register both
8030         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8031         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
8033 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
8035         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8036         Remove variable ...
8037         (gdb-init-1, gdb-display-separate-io-buffer)
8038         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8039         references to it.
8040         (gdb-inferior-io-mode): Use make-comint-in-buffer.
8041         (gdb-inferior-filter): Use comint-output-filter to stop
8042         echoing and remove ^M characters.
8044 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8046         * emulation/viper-init.el (viper-restore-cursor-type):
8047         * emulation/cua-base.el (cua--update-indications):
8048         Replace default-cursor-type with (default-value 'cursor-type).
8050         * mail/sendmail.el (mail-recover-1):
8051         * international/mule-diag.el (describe-current-coding-system-briefly)
8052         (describe-current-coding-system):
8053         * international/mule-cmds.el (select-safe-coding-system)
8054         (select-message-coding-system)
8055         (set-language-environment-coding-systems, set-locale-environment):
8056         * hexl.el (hexl-insert-multibyte-char):
8057         * dos-w32.el (find-buffer-file-type-coding-system):
8058         * simple.el (what-cursor-position):
8059         Replace uses of default-buffer-file-coding-system
8060         with (default-value 'buffer-file-coding-system).
8062         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8063         Replace uses of default-cursor-in-non-selected-windows
8064         with (default-value 'cursor-in-non-selected-windows).
8065         Use with-current-buffer.
8067         * mail/feedmail.el: Use CL macros.
8068         (feedmail-run-the-queue, feedmail-send-it-immediately):
8069         * dos-w32.el (find-buffer-file-type): Replace uses of
8070         default-buffer-file-type with (default-value 'buffer-file-type).
8072 2009-08-28  Glenn Morris  <rgm@gnu.org>
8074         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8075         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8076         Use default-value of major-mode rather than default-major-mode.
8078 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8080         * Makefile.in (update-elcfiles): Report left over elc files.
8082         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8083         expand-file-name and with-current-buffer.
8084         (mail-get-names, mail-directory): Use with-current-buffer.
8086         * vc.el (vc-read-revision): New function.
8087         (vc-version-diff, vc-merge): Use it.
8089 2009-08-27  Sam Steingold  <sds@gnu.org>
8091         * simple.el (kill-do-not-save-duplicates): New user option.
8092         (kill-new): When it is non-nil, and the new string is the same as
8093         the latest kill, set replace to t to avoid duplicates in kill-ring.
8095 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
8097         * net/tramp.el (tramp-handle-process-file): Do not flush all
8098         caches when `process-file-side-effects' is set.
8099         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8100         instead of `tramp-find-file-exists-command'.
8101         Unset `process-file-side-effects'.
8103 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
8105         * net/tramp.el (tramp-methods): New method "rsyncc".
8106         (top): Add completion function for "rsyncc".
8107         (tramp-message-show-message): New defvar.
8108         (tramp-message, tramp-error): Use it.
8109         (tramp-do-copy-or-rename-file-directly): Extend check for direct
8110         remote copying.
8111         (tramp-do-copy-or-rename-file-out-of-band): Handle new
8112         `tramp-methods' entry `copy-env' of "rsyncc".
8113         (tramp-vc-registered-read-file-names): New defconst.
8114         (tramp-vc-registered-file-names): New defvar.
8115         (tramp-handle-vc-registered): Implement optimization strategy.
8116         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8117         (tramp-vc-file-name-handler): New defun.
8118         (tramp-get-ls-command, tramp-get-test-command)
8119         (tramp-get-file-exists-command, tramp-get-remote-ln)
8120         (tramp-get-remote-perl, tramp-get-remote-stat)
8121         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8123         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8124         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
8125         timestamps.
8126         (tramp-get-file-property): Check for timestamps in
8127         `tramp-cache-inhibit-cache'.
8128         (tramp-set-file-property): Write timestamp.
8130 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8132         * language/japan-util.el (japanese-symbol-table): Add entries for
8133         cp932-2-byte.
8135         * international/characters.el: Add category `j' to cp932-2-byte.
8137 2009-08-27  Kenichi Handa  <handa@m17n.org>
8139         * international/fontset.el (build-default-fontset-data): New macro.
8140         (setup-default-fontset): Use build-default-fontset-data for CJK,
8141         tibetan, ethiopic, and ipa.
8143 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8145         * cus-start.el (default-major-mode): Customize `major-mode' instead.
8146         (enable-multibyte-characters): Not customizable any more.
8148         * subr.el (default-mode-line-format, default-header-line-format)
8149         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8150         (default-direction-reversed, default-truncate-lines)
8151         (default-left-margin, default-tab-width, default-case-fold-search)
8152         (default-left-margin-width, default-right-margin-width)
8153         (default-left-fringe-width, default-right-fringe-width)
8154         (default-fringes-outside-margins, default-scroll-bar-width)
8155         (default-vertical-scroll-bar, default-indicate-empty-lines)
8156         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8157         (default-fringe-cursor-alist, default-scroll-up-aggressively)
8158         (default-scroll-down-aggressively, default-fill-column)
8159         (default-cursor-type, default-buffer-file-type)
8160         (default-cursor-in-non-selected-windows)
8161         (default-buffer-file-coding-system, default-major-mode)
8162         (default-enable-multibyte-characters): Mark as obsolete.
8164 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
8166         * vc-dir.el (vc-dir-update): Remove debug helper.
8168         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8170 2009-08-26  Sam Steingold  <sds@gnu.org>
8172         * simple.el (save-interprogram-paste-before-kill): New user option.
8173         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8174         save the interprogram-paste into kill-ring before overriding it
8175         with the Emacs kill.
8177 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8179         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8180         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8181         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8182         and move to vc-rcs.el.
8183         (vc-default-next-revision): Rename to vc-rcs-next-revision and
8184         move to vc-rcs.el.
8185         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8186         (vc-rcs-update-changelog): Remove.
8187         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8188         and move to vc-rcs.el.
8190         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8191         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8192         renaming.
8193         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8194         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8195         vc.el, renamed to be RCS specific.
8197         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8198         New functions.
8199         (vc-cvs-update-changelog): Move here from vc.el.
8201         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8202         New functions.
8204 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8206         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8208 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8210         * vc-git.el (vc-git-register): Use "git add" for directories.
8211         (vc-git-stash, vc-git-stash-show): New functions.
8212         (vc-git-extra-menu-map): Bind them.
8214         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8215         directory correctly in case the item is a directory itself.
8217         * vc.el: Document the desired behavior for reverted files in the
8218         `added' state.
8219         (vc-default-prettify-state-info): Remove function, unused.
8221         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8223 2009-08-26  Glenn Morris  <rgm@gnu.org>
8225         * bindings.el (standard-mode-line-format): Reposition dashes in
8226         which-func entry.  (Bug#4217)
8228         * files.el (enable-local-variables, enable-local-eval)
8229         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8230         the defcustoms.
8231         (auto-mode-alist, ignored-local-variables)
8232         (save-some-buffers-action-alist): Move risky declarations to the
8233         definitions.
8234         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8235         (font-lock-defaults, format-alist, imenu--index-alist)
8236         (imenu-generic-expression, input-method-alist, minor-mode-alist)
8237         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8238         (mode-line-modified, mode-line-mule-info, mode-line-position)
8239         (mode-line-process, mode-line-remote, outline-level)
8240         (parse-time-rules, rmail-output-file-alist)
8241         (special-display-buffer-names, vc-mode):
8242         Move risky declarations to the relevant files.
8243         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8244         (mode-line-modified, mode-line-process, mode-line-position)
8245         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8246         * font-core.el (font-lock-defaults):
8247         * format.el (format-alist):
8248         * vc-hooks.el (vc-mode):
8249         * window.el (special-display-buffer-names):
8250         * international/mule-cmds.el (input-method-alist):
8251         Define riskiness here (dumped file) rather than in files.el.
8252         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8253         * imenu.el (imenu-generic-expression, imenu--index-alist):
8254         * outline.el (outline-level):
8255         * time.el (display-time-string):
8256         * calendar/parse-time.el (parse-time-rules):
8257         * mail/rmailout.el (rmail-output-file-alist):
8258         Autoload riskiness here, rather than placing in files.el.
8260 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
8262         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8264 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
8266         * simple.el (process-file-side-effects): New defvar.
8268         * dired-aux.el (dired-show-file-type):
8269         * vc.el (vc-diff-internal):
8270         * vc-arch.el (vc-arch-diff):
8271         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8272         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8273         * vc-git.el (vc-git-registered, vc-git-working-revision)
8274         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8275         (vc-git--empty-db-p):
8276         * vc-hooks.el (vc-user-login-name):
8277         * vc-svn.el (vc-svn-registered, vc-svn-state)
8278         (vc-svn-dir-extra-headers, vc-svn-find-revision):
8279         * progmodes/grep.el (grep-probe): Let-bind
8280         `process-file-side-effects' with nil.
8282         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8284         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8285         daemon.  Replace ping by checking for running service for bluez
8286         and zeroconf.  (Bug#4239)
8288 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8290         * net/dig.el (dig): Add autoload cookie.
8292 2009-08-25  Glenn Morris  <rgm@gnu.org>
8294         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8295         load-history for absolute file-names.
8296         (byte-compile-file-form-require): Warn about use of the cl package.
8298         * format.el (format-alist): Doc fix.
8300         * play/bubbles.el (top-level): Don't require cl at run-time.
8302         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8303         run-time cl).
8305 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
8307         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8308         from cl package.
8309         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8311 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
8313         * calc/calc-alg.el (math-trig-rewrite)
8314         (math-hyperbolic-trig-rewrite): New functions.
8315         (calc-simplify): Simplify trig functions when asked.
8317 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8319         * diff-mode.el (diff-find-source-location): Avoid goto-line.
8321 2009-08-24  Kenichi Handa  <handa@m17n.org>
8323         * language/ind-util.el (mapthread): Delete it.
8324         (combinatorial): New function.
8325         (indian--puthash-cv): Use combinatorial instead of mapthread.
8327 2009-08-22  Kevin Ryde  <user42@zip.com.au>
8329         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8330         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8331         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8332         Clarify docstring that the value is strings not symbols.
8333         (checkdoc-list-of-strings-p): New function.
8335 2009-08-22  Glenn Morris  <rgm@gnu.org>
8337         * files.el (auto-mode-alist):
8338         * hippie-exp.el (he-concat-directory-file-name):
8339         * lpr.el (lpr-windows-system, printer-name):
8340         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8341         * ps-print.el (ps-windows-system):
8342         * startup.el (command-line):
8343         * emulation/viper-ex.el (viper-glob-function):
8344         * international/mule-cmds.el (set-language-environment-coding-systems):
8345         * net/ange-ftp.el (ange-ftp-write-region):
8346         * obsolete/fast-lock.el (fast-lock-cache-name):
8347         Remove code for defunct system-types emx, macos, mswindows, next-mach,
8348         unisoft-unix, vax-vms, win32, w32.
8350         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8351         given name if the pattern is not more specific.
8353         * calendar/lunar.el (lunar-phase-names): New option.
8354         (lunar-phase): Doc fix.
8355         (lunar-cycles-per-year): New constant.
8356         (lunar-index): New function.
8357         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8358         (lunar-phase-name): Use lunar-phase-names.
8359         (calendar-lunar-phases): Use format.
8360         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8362         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8363         Copy imenu-example--name-and-position function here for own use.
8364         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8366         * bs.el (bs--redisplay):
8367         * cus-edit.el (custom-redraw):
8368         * ibuffer.el (ibuffer-bury-buffer):
8369         * server.el (server-goto-line-column):
8370         * startup.el (command-line-1):
8371         * strokes.el (strokes-xpm-for-stroke):
8372         * term.el (term-display-buffer-line):
8373         * view.el (View-goto-line):
8374         * calc/calc.el (calc-do, calc-trail-buffer):
8375         * play/gamegrid.el (gamegrid-add-score-insecure):
8376         * progmodes/ada-mode.el (ada-compile-goto-error):
8377         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8378         (ebrowse-select-1st-to-9nth):
8379         * progmodes/cperl-mode.el (cperl-time-fontification):
8380         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8381         * progmodes/gud.el (gud-display-line):
8382         (idlwave-shell-display-line):
8383         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8384         * progmodes/make-mode.el (makefile-browser-toggle):
8385         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8386         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8387         * textmodes/picture.el (picture-draw-rectangle):
8388         * textmodes/reftex-index.el (reftex-index-goto-letter):
8389         (reftex-select-jump-to-previous):
8390         * textmodes/reftex-sel.el (reftex-find-start-point)
8391         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8392         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8393         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8394         * textmodes/tex-mode.el (tex-compilation-parse-errors):
8395         * textmodes/two-column.el (2C-associated-buffer):
8396         Use forward-line rather than goto-line.
8398         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8399         goto-line.
8401         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8402         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8403         (quick-check-list-to-regexp): Declare.
8405         * progmodes/make-mode.el (makefile-browser-insert-selection):
8406         Use goto-char rather than goto-line.
8408         * progmodes/prolog.el (compilation-error-regexp-alist)
8409         (compilation-forget-errors): Declare.
8411 2009-08-22  Juri Linkov  <juri@jurta.org>
8413         * progmodes/grep.el (lgrep, rgrep): At the beginning
8414         set `dir' to `default-directory' unless `dir' is a non-nil
8415         readable directory.  (Bug#4052)
8416         (lgrep, rgrep): Change a weird way to report an error
8417         from using `read-string' to using `error'.
8418         Instead of using interactive arguments in the function body,
8419         add new argument `confirm'.
8421 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8423         * textmodes/remember.el (remember-buffer):
8424         * progmodes/cperl-mode.el (cperl-vc-header-alist):
8425         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8426         (icalendar-extract-ical-from-buffer):
8427         * net/newst-treeview.el (newsticker-groups-filename):
8428         * net/newst-backend.el (newsticker-cache-filename):
8429         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8430         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8431         (speedbar-add-ignored-path-regexp, speedbar-line-path)
8432         (speedbar-buffers-line-path, speedbar-path-line)
8433         (speedbar-buffers-line-path):
8434         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8435         (epg-sign-keys):
8436         * epa.el (epa-display-verify-result):
8437         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8439 2009-08-21  Glenn Morris  <rgm@gnu.org>
8441         * progmodes/js.el (inferior-moz-process): Fix declaration.
8443         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8445         * obsolete/rnewspost.el (news-mail-reply):
8446         Use goto-char rather than goto-line.
8448         * term/ns-win.el (ns-open-file-select-line):
8449         Use line-beginning-position rather than goto-line.
8451         * apropos.el (apropos-command):
8452         * ehelp.el (electric-helpify):
8453         * printing.el (pr-show-setup):
8454         * strokes.el (strokes-help):
8455         * tutorial.el (tutorial--describe-nonstandard-key)
8456         (tutorial--detailed-help):
8457         * woman.el (woman-mini-help, woman-display-extended-fonts):
8458         * calc/calc-help.el (calc-describe-key):
8459         * emulation/edt.el (edt-electric-helpify):
8460         * international/mule-diag.el (mule-diag):
8461         * play/yow.el (apropos-zippy):
8462         * progmodes/python.el (python-describe-symbol):
8463         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
8464         * textmodes/table.el (*table--cell-describe-mode)
8465         (*table--cell-describe-bindings):
8466         Use help-print-return-message rather than the now obsolete alias.
8468         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
8469         (calendar-cursor-to-visible-date):
8470         * play/5x5.el (5x5-position-cursor):
8471         * play/decipher.el (decipher):
8472         * play/gomoku.el (gomoku-goto-xy):
8473         * play/landmark.el (lm-goto-xy):
8474         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
8475         (mpuz-paint-digit):
8476         Use forward-line, not goto-line.
8478         * mail/rmail.el (rmail-obsolete): Delete custom group.
8479         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
8480         (rmail-remote-password, rmail-remote-password-required):
8481         Remove unneeded :set-after and :set properties.
8483 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
8485         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
8487 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
8489         * loadup.el: Remove leftover macos code.
8491         * vc-git.el (vc-git-annotate-command): Run asynchronously.
8492         Explicitly pass the date format to git blame so that user local
8493         so that the output format can be parsed.
8495 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
8497         * net/dbus.el (top): Don't check for (getenv
8498         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
8500 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
8502         * log-edit.el (log-edit-strip-single-file-name): New var.
8503         (log-edit-insert-changelog): Use it.  Bug#3571
8505 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8507         * subr.el (read-passwd): Use read-key so keypad keys work as well.
8508         Bug#3287
8510         * help.el (help-print-return-message): Rename from
8511         print-help-return-message.
8513         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
8514         cvs-mode-map parent hack.
8515         (log-view-mode): Derive from special-mode.
8517         * linum.el (linum-mode): window-size-change-functions is redundant.
8518         Adapt to new window-configuration-change-hook behavior.
8519         (linum-after-size, linum-after-config): Remove.
8521         * imenu.el (imenu-example--name-and-position)
8522         (imenu-example--lisp-extract-index-name)
8523         (imenu-example--create-lisp-index, imenu-example--create-c-index):
8524         Mark as obsolete.
8526         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
8527         (inferior-prolog-mode): Use it.
8528         (inferior-prolog-load-file): Reset list of errors.
8530 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8532         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
8534         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
8536 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
8538         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
8539         is running already.
8541 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8543         * subr.el (listify-key-sequence-1): Use normal syntax since those
8544         integers are nowadays always represented by the same (positive) number
8545         on all platforms.
8546         (read-key-empty-map): New const.
8547         (read-key-delay): New var.
8548         (read-key): New function.
8549         (force-mode-line-update): Use with-current-buffer.
8550         (locate-user-emacs-file): Don't forget to abbreviate the file name.
8551         (start-process-shell-command, start-file-process-shell-command):
8552         Discourage the use of command-args.
8554 2009-08-19  Glenn Morris  <rgm@gnu.org>
8556         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
8558 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8560         * simple.el (choose-completion-string): Don't rely on
8561         minibuffer-completing-file-name and ad-hoc checks to decide whether
8562         to continue completion or not.
8564         * minibuffer.el (minibuffer-hide-completions): New function.
8565         (completion--do-completion): Use it.
8566         (completions-annotations): New face.
8567         (completion--insert-strings): Use it.
8568         (completion-pcm--delim-wild-regex): Add docstring.
8569         (completion-pcm--string->pattern): Add support for 0-width delimiters
8570         in completion-pcm--delim-wild-regex.
8572 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8574         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
8575         Remove unused var `buffer-modified-p'.
8577         * minibuffer.el (completion--do-completion): Move point for the #b001
8578         case as well (bug#4176).
8579         (minibuffer-complete, minibuffer-complete-word): Don't move point.
8581 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
8583         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
8584         and :session buses.
8586 2009-08-18  Kenichi Handa  <handa@m17n.org>
8588         * international/ucs-normalize.el (ucs-normalize-version):
8589         Change to 1.1.
8590         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
8591         (utf-8-hfs): Make it perform normalization on encoding too.
8593         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
8594         (sentence-end-without-space): Delete duplicated chars.
8595         (sentence-end-base): Likewise.
8597         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
8598         (html-mode): Delete duplicated chars from sentence-end-base.
8600         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
8601         (texinfo-mode): Delete duplicated chars from sentence-end-base.
8603 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
8605         * files.el (hack-one-local-variable): If the mode function is for
8606         a minor mode, pass it an argument (Bug#4148).
8608 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
8610         * net/tramp.el (tramp-register-completion-file-name-handler):
8611         Check also for (member 'partial-completion completion-styles).
8613 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8615         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
8616         abbrev (Bug#3943).
8618 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
8620         * progmodes/cperl-mode.el: Merge upstream 6.2.
8621         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
8622         (cperl-forward-re): Check cperl-brace-recursing.
8623         (cperl-highlight-charclass): New function.
8624         (cperl-find-pods-heres): Use it.
8625         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8626         (cperl-beautify-regexp-piece): Fix column calculation.
8627         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8628         (cperl-beautify-level): Don't process entire regexp.
8629         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
8630         calling man.
8631         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
8632         (cperl-init-faces): Build a list in the normal way.
8634 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8636         * calendar/parse-time.el (parse-time-string-chars): Save match
8637         data.
8639 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8641         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
8642         (sql-product): Use it.
8643         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
8644         (sql-set-product): Add completion.
8645         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
8646         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
8647         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
8648         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
8649         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
8650         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
8651         (sql-highlight-db2-keywords): Remove.
8652         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
8653         (sql-highlight-product): Use derived-mode-p.
8654         (sql-set-sqli-buffer): Use with-current-buffer.
8655         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
8656         Simplify.
8658         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
8660         * term.el: Fix commenting convention, turn comments into docstrings.
8662 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
8664         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
8666 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8668         * calendar/parse-time.el (parse-time-string-chars): Compute using
8669         character classes, to handle non-ascii characters (Bug#3190).
8671 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8673         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
8674         another heredoc if the user adds another < (Bug#3226).
8676         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8677         Don't initialize based on window-system (Bug#4124).
8679         * facemenu.el (facemenu-read-color): Use a completion function
8680         that accepts any defined color, such as RGB triplets (Bug#3677).
8682         * files.el (get-free-disk-space): Change fallback default
8683         directory to /.  Expand DIR argument before switching to fallback.
8684         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
8686 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
8688         * files.el (load-library): Doc fix.
8690 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
8692         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
8693         (viper-if-string): Redefine C-s in the minibuffer to insert the last
8694         incremental search string.
8696         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
8697         XEmacs.
8699         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
8700         (ediff-merge-region-is-non-clash)
8701         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
8702         Also check if the job is really a merge job.
8704         * ediff.el (ediff-current-file): New function.
8706 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
8708         * progmodes/js.el: Edit docstrings throughout to follow Emacs
8709         conventions.
8710         (js-insert-and-indent): Delete function.
8711         (js-mode-map): Don't bind keys to js-insert-and-indent.
8712         (js-beginning-of-defun): Rename from js--beginning-of-defun.
8713         (js-end-of-defun): Rename from js--end-of-defun.
8714         (js-auto-indent-flag): Delete variable.
8716 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
8718         * progmodes/js.el: Remove proclaim statement.
8719         Defvar which-func-imenu-joiner-function to silence compiler.
8721         * files.el (auto-mode-alist): Use js-mode for .js files.
8723         * progmodes/js2-mode.el: Remove file.
8725         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
8727         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
8729         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
8731 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
8732             Karl Landstrom  <karl.landstrom@brgeight.se>
8734         * progmodes/js.el: New file.
8736 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
8738         * timezone.el (timezone-parse-date): Add ability to understand ISO
8739         basic format (minimal separators) dates in addition to the
8740         already-supported extended format dates.
8742 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
8744         * international/ucs-normalize.el: Add a `coding' file variable.
8746         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
8748 2009-08-14  Sam Steingold  <sds@gnu.org>
8750         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
8752 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
8754         * faces.el (help-argument-name): Define it here instead of
8755         help-fns.el, because in daemon mode help-fns.el may be loaded when
8756         faces are still uninitialized (Bug#1078).
8758         * help-fns.el (help-argument-name): Move defface to faces.el.
8760 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
8762         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
8763         create buffer with a pty but no process so that GDB can make the
8764         inferior the controlling process.
8766 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
8768         * international/ucs-normalize.el: New file.
8770 2009-08-13  Richard Stallman  <rms@gnu.org>
8772         * mail/rmail.el (rmail-get-attr-names):
8773         Accept an attribute header that is too short.
8775         * mail/rmail.el (rmail-forget-messages):
8776         Ignore nil elt in rmail-message-vector.  Use dotimes.
8778         * progmodes/compile.el (compilation-goto-locus):
8779         Use next-error-move-function.
8781         * simple.el (next-error-move-function): New variable.
8783 2009-08-12  Juri Linkov  <juri@jurta.org>
8785         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
8786         always non-nil.  (Bug#4052)
8788         * replace.el (read-regexp): Return empty string when
8789         `default-value' is nil.
8790         (keep-lines-read-args): Don't use empty string as the
8791         default value for `read-regexp'.  (Bug#2495)
8793 2009-08-12  Juri Linkov  <juri@jurta.org>
8795         * international/mule-cmds.el (ucs-insert): Change arguments
8796         from `arg' to `character', `count', `inherit' to be the same
8797         as in `insert-char'.  Doc fix.  (Bug#4039)
8799         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
8801 2009-08-12  Juri Linkov  <juri@jurta.org>
8803         * files-x.el: New file.
8805         * files.el: Move code that deals with adding/deleting
8806         file/directory-local variables to files-x.el.
8808         * Makefile.in (ELCFILES): Add files-x.elc.
8810 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
8812         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
8813         to use `goto-line'.
8814         (gdb-place-breakpoints, gdb-get-location): Rewritten without
8815         `goto-line'.
8816         (gdb-invalidate-disassembly): Do not refresh upon receiving
8817         'update signal.  Instead, update all disassembly buffers only after
8818         threads list.
8819         (gdb): Send -target-detach when buffer is killed (Bug#3794).
8820         (gdb-starting): Moved -data-list-register-names...
8821         (gdb-stopped): ...here so it's sent when first thread stops.
8822         (gdb-registers-handler-custom): Do nothing if register names are
8823         unknown yet.
8825         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
8826         from `gdb-mi.el' to avoid extra tangling.
8828         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
8829         change which breaks `gud-def' definitions used in `gdb'.
8830         (gdb-update-gud-running): No extra fuss for updating frame number.
8832 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8834         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
8835         (describe-language-environment-map, setup-language-environment-map)
8836         (set-coding-system-map): Move initialization into declaration.
8837         (set-language-info-alist): Last arg to define-key-after can be skipped.
8839         * international/quail.el (quail-completion-1): Simplify.
8840         (quail-define-rules): Use slightly more compact code.
8841         (quail-insert-decode-map): Propertize keys, compact columns.
8843         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8844         Add goto-line.
8846 2009-08-10  Miles Bader  <miles@gnu.org>
8848         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
8849         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
8850         (js2-instance-member, js2-private-member, js2-private-function-call)
8851         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
8852         (js2-magic-paren, js2-external-variable):
8853         Remove "-face" suffix from face names.
8854         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
8855         (js2-highlight-undeclared-vars, js2-peek-token)
8856         (js2-parse-function-params, js2-mode-show-errors)
8857         (js2-mode-show-warnings, js2-make-magic-delimiter)
8858         (js2-mode-highlight-magic-parens): Update to use new face names.
8860 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
8862         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
8863         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
8865 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
8867         * subr.el: Provide hashtable-print-readable.
8869         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
8870         hs-c-like-adjust-block-beginning.
8871         (hs-hide-block-at-point): Stop hiding at the beginning of
8872         hs-block-end-regexp (Bug#700).
8874 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
8876         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
8877         a macro.
8878         (gdb-registers-handler-custom): Do not fail when register names
8879         are unavailable.
8881 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
8883         * progmodes/gdb-mi.el (gdb-control-all-threads)
8884         (gdb-control-current-thread): Interactive setters for
8885         `gdb-gud-control-all-threads' to use in menu.
8886         (gdb-show-run-p): Show «Go» when process is not active.
8887         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
8888         gud/thread.xpm and gud/all.xpm.
8890 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
8892         * net/net-utils.el (net-utils-font-lock-keywords): New var.
8893         (nslookup-font-lock-keywords): Make it a variable.
8894         (net-utils-mode): New mode for viewing diagnostic network output.
8895         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
8896         (net-utils-run-simple): New function.
8897         (ifconfig, iwconfig, netstat, arp, route): Use it.
8899 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
8901         * progmodes/gdb-mi.el (gdb-read-memory-custom)
8902         (gdb-memory-set-address, def-gdb-set-positive-number)
8903         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
8904         after changing settings.
8905         (gdb-invalidate-disassembly): Update when first shown.
8906         (gdb-edit-locals-value): Fixed.
8907         (gdb-registers-handler-custom): Print registers in right order and
8908         allow changing register values (only for current thread yet).
8909         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
8910         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
8911         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
8912         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
8913         info in mode name.
8914         (gdb-registers-mode-map): TAB to switch to locals.
8916 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
8918         * mail/rmail.el (rmail-add-mbox-headers)
8919         (rmail-set-message-counters-counter): Search for
8920         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
8922 2009-08-08  Glenn Morris  <rgm@gnu.org>
8924         * Makefile.in (ELCFILES): Update.
8926 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
8928         * mail/sendmail.el (mail-yank-original): Set
8929         buffer-file-coding-system from the one used by the message whose
8930         text is yanked.
8932         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
8933         to "windows" when "pgnuplot" is used.
8934         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
8935         call accept-process-output if "pgnuplot" is used.
8936         (calc-graph-init): Don't send -display and -geometry to
8937         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
8938         running "pgnuplot -V" with shell-command-to-string.
8940         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
8941         the default.
8943 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
8945         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
8946         org/org-latex.elc.
8948 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
8950         * vc-dispatcher.el (vc-resynch-window): Update comment.
8952         * term.el (term-handle-ansi-escape): Add comments with the
8953         terminfo capabilities implemented.
8955 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
8957         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
8958         (gdb-var-create-handler): Rewritten using JSON parser.
8959         (gdb-propertize-header): Moved earlier.
8960         (gdb-set-header): Removed to avoid duplication.
8961         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
8962         Refresh disassembly buffers only after threads list have been
8963         update.
8964         (gdb-threads-header, gdb-registers-header): Per-buffer header line
8965         variables.
8967 2009-08-04  Juri Linkov  <juri@jurta.org>
8969         * files.el: Commands to add/delete file/directory-local variables.
8970         (read-file-local-variable, read-file-local-variable-value)
8971         (read-file-local-variable-mode, modify-file-local-variable)
8972         (modify-file-local-variable-prop-line)
8973         (modify-dir-local-variable): New functions.
8974         (add-file-local-variable, delete-file-local-variable)
8975         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
8976         (add-dir-local-variable, delete-dir-local-variable)
8977         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
8978         (copy-dir-locals-to-file-locals-prop-line): New commands.
8980 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
8982         * abbrev.el (insert-abbrev-table-description): Prettify output.
8983         Suggested by Karl Chen.
8985 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
8987         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
8988         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
8989         (gdb-overlay-arrow-position, gdb-thread-position)
8990         (gdb-disassembly-position): Declare variables.
8991         (gdb-wait-for-pending): Function now.
8992         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
8993         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
8994         compilation goes smoothly.
8995         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
8996         (gdb-non-stop-setting): New customization setting which replaces
8997         `gdb-non-stop' so changing it doesn't break active GDB session.
8998         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
8999         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9000         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9001         (gdb-show-threads-by-default): New customization options.
9002         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9003         routines.
9004         (gdb-get-buffer-create): Send buffers update signal when they are
9005         created.
9006         (gdb-invalidate-locals, gdb-invalidate-registers)
9007         (gdb-invalidate-breakpoints)
9008         (gdb-invalidate-threads, gdb-invalidate-disassembly)
9009         (gdb-invalidate-memory): Accept update signal.
9010         (gdb-current-context-command): Use --frame option.
9011         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9012         Implement `gdb-frame-number' selection logic.
9013         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9014         whether to show GUD toolbar buttons.
9015         (gdb-thread-exited): Unselect current thread when it exits.
9016         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9017         (gdb-mark-line): Routine which sets overlay arrow or inverses
9018         video on fringeless displays.
9019         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9020         to build aligned columns of data in GDB buffers and set text
9021         properties line-by-line.
9022         (gdb-invalidate-breakpoints)
9023         (gdb-breakpoints-list-handler-custom)
9024         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9025         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9026         (gdb-registers-handler-custom): Align data columns.
9027         (gdb-locals-handler-custom): Now prints data like in variable
9028         declarations.
9029         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9030         Removed confusing buttons.
9031         (gdb-invalidate-threads): Append --frame.
9032         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9033         between breakpoints/threads buffers.
9034         (gdb-set-window-buffer): Now can ignore dedicated windows.
9035         (gdb-propertize-header): Use `gdb-set-window-buffer'.
9036         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9037         (def-gdb-thread-buffer-gud-command): Replaces
9038         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9039         for fine thread control.
9040         (gdb-preempt-existing-or-display-buffer): New function used to
9041         display bound buffers without breaking window layout.
9042         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9043         (gdb-select-frame): New version of `gdb-frames-select' which now
9044         sets `gdb-frame-number' so commands may use --frame option instead
9045         of inner debugger state.
9046         (gdb-frame-handler): Do not set `gdb-frame-number'.
9047         (gdb-threads-mode-map): Select threads with mouse.
9049         * progmodes/gud.el (gdb-gud-context-call): Declare function to
9050         avoid compilation warning.
9051         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9052         `gdb-show-stop-p`.
9054         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9055         Argument `key' renamed to `buffer-type'.
9056         (gdb-current-context-buffer-name): Do not add thread info to
9057         buffer name when no thread is selected.
9058         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9059         command (bug 3794).
9060         (gdb-thread-selected): Handle `=thread-selected' notification.
9061         (gdb-wait-for-pending): New macro to deal with congestion problems.
9062         (gdb-breakpoints-list-handler-custom): Don't fail on pending
9063         breakpoints.
9064         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9065         This fixes problem similar to one described in bug 3947.
9066         (gud-menu-map): More menu items.
9067         (gdb-init-1): Reset `gdb-thread-number' to nil.
9069         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9070         non-stop settings.
9072         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9073         (gdb-current-context-command): Do not append --thread if
9074         `gdb-thread-number' is nil.
9075         (gdb-running-threads-count, gdb-stopped-threads-count): New
9076         variables.
9077         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9078         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9079         customization options.
9080         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9081         GUD commands.
9082         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9083         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9084         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9085         set `gdb-thread-number' and update `gud-running' properly.
9086         (gdb-running): Update threads list when new threads appear.
9087         (gdb-stopped): Support non-stop operation and new thread switching
9088         logic.
9089         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9090         (gdb-json-partial-output): New set of JSON routines.
9091         (def-gdb-auto-update-trigger): New `signal-list' optional
9092         argument.
9093         (gdb-thread-list-handler-custom): Update `gud-running',
9094         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9095         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9096         (gdb-continue-thread, gdb-step-thread): New commands for fine
9097         thread execution control.
9098         (gud-menu-map): New menu items to switch non-stop options.
9099         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9100         (gdb-send): Mimic RET properly (bug 3794).
9102         * progmodes/gdb-mi.el (gdb-rules-name-maker)
9103         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9104         gdb-buffer-rules.
9105         (def-gdb-auto-update-handler): New nopreserve optional argument.
9106         (gdb-stack-list-frames-custom): Print stack from top to bottom.
9108         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9109         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9110         (gdb-parent-mode): New mode to derive other GDB modes from.
9111         (gdb-display-disassembly-for-thread)
9112         (gdb-frame-disassembly-for-thread): New commands for threads
9113         buffer.
9115         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9116         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9117         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9118         (gdb-update): We now store all GDB buffers in a list so that they
9119         can be updated by traversing a list instead of calling invalidate
9120         triggers explicitly.
9121         (def-gdb-trigger-and-handler): New macro to define trigger-handler
9122         pair for GDB buffer.
9123         (gdb-stack-buffer-name): Add thread information.
9124         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9125         handle pending triggers.
9126         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9127         (def-gdb-thread-buffer-simple-command)
9128         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9129         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9130         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9131         New commands which show buffers bound to thread.
9132         (gdb-stack-list-locals-regexp): Removed unused regexp.
9134         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9135         (gdb-locals-buffer-name, gdb-registers-buffer-name)
9136         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9137         to (gud-comint-buffer) in *-buffer-name functions
9138         because (gdb-get-target-string) already does that.
9139         (gdb-locals-handler-custom, gdb-registers-handler-custom)
9140         (gdb-changed-registers-handler): Rewritten without regexps.
9142         * progmodes/gdb-mi.el: Basic thread selection support.
9143         (gdb-thread-number): New variable.
9144         (gdb-current-context-command): New macro which adds --thread
9145         option to command.
9146         (gdb-threads-mode-map): Select thread with SPC.
9147         (gdb-thread-list-handler-custom): Mark current thread with overlay
9148         arrow.  Synchronize GDB thread and Emacs thread.
9149         (gdb-select-thread): New command which selects current thread.
9150         (gdb-invalidate-frames, gdb-invalidate-locals)
9151         (gdb-invalidate-registers): Use --thread option.
9153 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
9155         * net/tramp.el (top): Make check for tramp-gvfs loading more
9156         robust.  (Bug#3977)
9157         (tramp-handle-insert-file-contents): `unwind-protect' must be
9158         inside `with-parsed-tramp-file-name'.
9160         * net/tramp-gvfs.el (top): Remove superfluous message when loading
9161         fails.
9163 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
9165         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9166         directory if CLASSPATH is not set.
9168 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
9170         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9171         New defconst.
9172         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
9174 2009-08-02  Kevin Ryde  <user42@zip.com.au>
9176         * net/newst-backend.el (newsticker--raw-url-list-defaults):
9177         Update freshmeat link.  Delete newsforge.com as it seems gone.
9179 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
9181         * select.el (x-set-selection): Doc fix (Bug#4021).
9183         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9185         * help-fns.el (describe-variable): Treat list return values from
9186         dir-locals-find-file properly (Bug#4005).
9188 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
9190         * net/tramp.el (tramp-debug-message): Print also microseconds.
9192 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
9194         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9195         or END is non-nil.
9196         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9197         (tramp-get-debug-buffer): Change `outline-regexp' according to new
9198         format.
9200         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9201         (tramp-get-file-property): Use it.
9203         * autorevert.el (auto-revert-handler): Allow
9204         `auto-revert-tail-mode' for remote files.
9206 2009-08-02  Jason Rumney  <jasonr@gnu.org>
9208         * minibuffer.el (read-file-name): Treat confirm options to
9209         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
9211 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
9213         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9214         (font-lock-variable-name-face, font-lock-constant-face): Darken
9215         the colors for light backgrounds.
9217 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
9219         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9220         month names.  (Bug#3987)
9222 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
9224         * simple.el (line-move-finish): Pass whole number to
9225         line-move-to-column.
9226         (line-move-visual): Perform hscroll to the recorded position.
9228 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
9230         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9232 2009-07-29  Alan Mackenzie  <acm@muc.de>
9234         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9236 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
9238         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9239         (gdb-place-breakpoints): Use full path when setting breakpoints.
9241 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
9243         * calc/calc.el (calc-mode-map): Add keybinding for
9244         `calc-transpose-lines'.
9246 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
9248         * calc/calc-misc.el (calc-transpose-lines): New function.
9250 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
9252         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9253         Simplify check for out-of-band methods.
9254         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9255         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
9257 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
9259         * vc-git.el (vc-git-checkin): Fix typo.
9261 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
9263         * progmodes/js2-mode.el: New file.
9265 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
9267         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9268         (gud-menu-map): Adjust tooltip accordingly.
9270 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9272         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9273         (vc-bzr-log-view-mode): Adjust log-view-file-re.
9275         * add-log.el (change-log-mode-map): Add a menu.
9277 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
9279         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9280         function returns nil.
9281         (dbus-handle-event): Handle special return value :ignore.
9282         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9284 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
9286         * view.el (view-mode-enable): Don't define Helper-return-blurb if
9287         it's not needed.
9289 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
9291         Fix Bug#3888:
9293         * w32-vars.el (x-select-enable-clipboard): Doc fix.
9295         * term/pc-win.el (x-display-name, x-colors)
9296         (x-select-enable-clipboard, x-select-text): Doc fix.
9298         * term/common-win.el (x-display-name, x-colors): Doc fix.
9300         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9301         (xw-defined-colors): Doc fix.
9303         * w32-fns.el (x-select-text, x-setup-function-keys)
9304         (x-get-selection, x-set-selection): Doc fix.
9306         * term/x-win.el (x-select-text, x-setup-function-keys)
9307         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9309         * select.el (x-set-selection): Doc fix.
9311 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
9313         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9314         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
9315         "IsNSSSupportAvailable" method is not available.  Reported by
9316         Steve Youngs <steve@sxemacs.org>.
9318 2009-07-24  Kenichi Handa  <handa@m17n.org>
9320         * international/characters.el: Fix setting of category ?C, ?|, ?K,
9321         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
9322         (build-unicode-category-table): Fix range checks.
9324 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
9326         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9327         the buffer we try to sync is current when calling
9328         vc-resynch-buffer.
9330         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9331         not show up to date files.
9333 2009-07-24  Glenn Morris  <rgm@gnu.org>
9335         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9336         Add autoload cookies.  If necessary, initialize.
9337         (elint-log): Handle non-file buffers.
9338         (elint-initialize): Add optional argument to reinitialize.
9339         (elint-find-builtin-variables): Save excursion.
9341 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
9343         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9344         for Lint.
9346 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9348         * vc.el (vc-print-log-internal): New function, split out from ...
9349         (vc-print-log): ... here.
9350         (vc-dir-move-to-goal-column): Declare.
9352         * vc-git.el (vc-git-add-signoff): New variable.
9353         (vc-git-checkin): Use it.
9354         (vc-git-toggle-signoff): New function.
9355         (vc-git-extra-menu-map): Bind it to menu.
9356         (vc-git--run-command-string): Accept a nil FILE argument.
9357         (vc-git-stash-list): New function.
9358         (vc-git-dir-extra-headers): Use it.
9360 2009-07-23  Glenn Morris  <rgm@gnu.org>
9362         * help-fns.el (describe-variable): Describe ignored and risky local
9363         variables in a similar way to that in which we describe safe ones.
9365         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9366         (byte-compile-output-file-form, byte-compile-output-docform)
9367         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9368         Give some more local variables with common names a "bytecomp-" prefix,
9369         so as not to shadow things during compilation.
9370         * emacs-lisp/cl-macs.el (load-time-value)
9371         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9372         `outbuffer' to `bytecomp-outbuffer'.
9374         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9375         since the next two variables cover them automatically now.
9376         (elint-builtin-variables, elint-autoloaded-variables): New.
9377         (elint-unknown-builtin-args): Remove all members, since they can be
9378         parsed automatically now.
9379         (elint-extra-errors): New.
9380         (elint-env-add-env, elint-env-add-macro): Use cadr.
9381         (elint-current-buffer): Use or.  Change final message.
9382         (elint-get-top-forms): Use line-end-position.
9383         (elint-init-env): Use cadr.  Handle autoload, declare-function,
9384         and defalias.
9385         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
9386         (regexp-assoc): Remove unused function.
9387         (elint-top-form): Set elint-current-pos, to record the start of the
9388         top-level form, for compilation-mode.
9389         (elint-form): Trap errors in macro expansion.  Use dolist.
9390         (elint-unbound-variable): Use elint-builtin-variables and
9391         elint-autoloaded-variables.
9392         (elint-get-args): Use cadr, or.
9393         (elint-check-cond-form): Use dolist, cadr.
9394         (elint-check-condition-case-form): Doc fix.  Use cadr.
9395         Use elint-extra-errors.
9396         (elint-log): New function.
9397         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9398         Distinguish errors and warnings.
9399         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
9400         Use a bytecomp-style format.
9401         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
9402         (elint-get-log-buffer): Use compilation mode.  Disable undo.
9403         Don't truncate lines.
9404         (elint-initialize): Set builtin and autoloaded variable lists.
9405         Only process elint-unknown-builtin-args if non-nil.
9406         (elint-find-builtin-variables, elint-find-autoloaded-variables):
9407         New functions.
9408         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
9410 2009-07-22  Kevin Ryde  <user42@zip.com.au>
9412         * net/newst-backend.el (newsticker--parse-atom-1.0)
9413         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9414         (newsticker--parse-rss-1.0):
9415         * progmodes/idlwave.el (idlwave-mode):
9416         * progmodes/idlw-shell.el (idlwave-shell-mode):
9417         * progmodes/vera-mode.el (vera-mode):
9418         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9419         * progmodes/vhdl-mode.el (vhdl-mode):
9420         * textmodes/table.el (table-generate-source)
9421         (table--warn-incompatibility):
9422         Hyperlink urls in docstrings with URL `...'.
9424 2009-07-22  Glenn Morris  <rgm@gnu.org>
9426         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9427         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9428         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9429         Remove leading * from defcustom docs.
9431         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
9433         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9434         defcustom doc.
9435         (list-load-path-shadows): Optionally, just return shadows as a string.
9437         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9439 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
9441         * mail/rmailedit.el (rmail-edit-mode): Use
9442         auto-save-include-big-deletions.
9444         * mail/rmail.el (rmail-variables): Use
9445         auto-save-include-big-deletions.
9447         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9448         changes.
9450 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
9452         * calc/calc.el (calc-undo-length): New variable.
9453         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9455 2009-07-21  Richard Stallman  <rms@gnu.org>
9457         * files.el (auto-save-mode): Handle buffer-save-size = -2
9458         for toggling mode.
9460 2009-07-21  Glenn Morris  <rgm@gnu.org>
9462         * textmodes/ispell.el (ispell-looking-back): Update declaration.
9464         * calendar/todo-mode.el (calendar-current-date): Update declaration.
9466         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
9467         silence compiler.  Instead...
9468         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
9469         (ps-print-ensure-fontified): Update for above function name changes.
9471         * printing.el (pr-mh-get-msg-num, pr-mh-show)
9472         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
9473         silence compiler.  Instead...
9474         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
9475         (mh-show-buffer): Only define for compiler.
9476         (pr-mh-current-message): Update for above function name changes.
9478         * files.el (abort-if-file-too-large): Explicitly pass `filename'
9479         as an argument.
9480         (find-file-noselect, insert-file-1): Update for above change.
9482         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
9484         * mail/mailclient.el (mailclient-send-it): Fix message.
9486         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
9487         (edebug-eval): Check cl-debug-env is bound.
9488         (print-level, print-circle): Don't redefine built-in variables.
9490         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
9491         (custom-print-vectors): Remove old comments from doc.
9493         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
9494         (emerge-version): Make the variable an obsolete alias for the
9495         emacs-version variable.  Make the function obsolete.
9496         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
9497         Emerge options, rather than merging in into the main Options menu.
9498         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
9499         and auto advance modes.  Disable edit/fast items when not relevant.
9501 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
9503         * term/vt420.el (terminal-init-vt420): Fix typo.
9505 2009-07-20  Sam Steingold  <sds@gnu.org>
9507         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
9508         variable (removed from compile.el on 2004-03-11).
9510 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
9512         * files.el (hack-local-variables-filter): Fix last change.
9514 2009-07-19  Juri Linkov  <juri@jurta.org>
9516         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
9517         (dir-local-variables-alist): New buffer-local variable.
9518         (hack-local-variables-filter): If variable is not dir-local,
9519         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
9520         because file-local overrides dir-local.
9521         (c-postprocess-file-styles) <declare-function>:
9522         Remove obsolete declaration.
9523         (hack-dir-local-variables): Add dir-local variable/value pair to
9524         `dir-local-variables-alist' and remove duplicates.  Doc fix.
9526         * help-fns.el (describe-variable): Add information about
9527         file-local and dir-local variables.
9529 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
9531         * files.el (hack-local-variables-filter): Rewrite.
9533 2009-07-19  Glenn Morris  <rgm@gnu.org>
9535         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
9536         Silence compiler by only defining on XEmacs.
9538         * international/mule.el (auto-coding-regexp-alist): Only match
9539         BABYL... at the start of buffer, not of lines.  (Bug#3790)
9541         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
9542         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
9543         (cal-menu-context-mouse-menu): Doc fix.
9545         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
9547         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
9549 2009-07-18  Juri Linkov  <juri@jurta.org>
9551         * info.el: Virtual Info keyword finder.
9552         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
9553         (Info-finder-file): New variable.
9554         (Info-finder-find-file): New function.
9555         (finder-known-keywords, finder-package-info)
9556         (find-library-name, lm-commentary): Use defvar and
9557         declare-function to silence compiler warnings.
9558         (Info-finder-find-node): New function.
9559         (info-finder): New command.
9561         * subr.el (process-kill-buffer-query-function): New function.
9562         (add-hook)<kill-buffer-query-functions>: Add hook
9563         `process-kill-buffer-query-function'.
9565 2009-07-18  Alan Mackenzie  <acm@muc.de>
9567         * progmodes/cc-mode.el (c-before-hack-hook)
9568         (c-postprocess-file-styles): Give invocation of `c-set-style'
9569         DONT-OVERRIDE parameter of t.  Already set style variables will
9570         thus not be overridden by style settings given by `c-file-syle'.
9572         * files.el (hack-local-variables-filter): Remove entries with
9573         duplicate keys from `file-local-variables-alist'.
9575 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
9577         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
9578         x-set-selection if display-selections-p returns nil for the
9579         current frame.
9581 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
9583         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
9585 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
9587         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
9588         Accept nil in addition to a regexp.
9589         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
9590         Accept nil in addition to a regexp.
9591         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
9592         buffers that have an associated file.  Handle nil values of
9593         desktop-buffers-not-to-save and desktop-files-not-to-save.
9594         (Bug#3833)
9596         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9597         (x-disown-selection-internal): New functions.
9599 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
9601         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
9602         warning.
9603         (gdb-breakpoints-header): Move forward to avoid compiler warning.
9604         (gdb-make-header-line-mouse-map): Remove duplicate definition.
9606 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
9608         * simple.el (set-mark): Revert last change.
9610 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
9612         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
9613         rendering of pngs is not possible instead of messaging a long
9614         description.
9616 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
9618         * w32-fns.el (x-selection-owner-p): New function.
9620         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
9621         (mouse-yank-at-click, mouse-yank-primary): If
9622         select-active-regions is non-nil, deactivate the mark before
9623         insertion.
9625         * simple.el (deactivate-mark, set-mark): Only save selection if we
9626         own it.
9628 2009-07-17  Kenichi Handa  <handa@m17n.org>
9630         * case-table.el (describe-buffer-case-table): Fix for the case
9631         that KEY is a cons.
9633 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
9635         * vc-rcs.el (vc-rcs-find-file-hook):
9636         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
9638 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
9640         * net/tramp.el (tramp-wait-for-output): Handle the case when
9641         commands do not return a newline but a null byte before the shell
9642         prompt.  (Bug#3858)
9644 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9646         * term/ns-win.el (ns-set-alpha): Don't declare.
9647         (ns-set-background-alpha): Remove function.
9649 2009-07-16  Kevin Ryde  <user42@zip.com.au>
9651         * emacs-lisp/copyright.el (copyright-update): Save match-data across
9652         y-or-n-p, for safety.
9654 2009-07-16  Richard Stallman  <rms@gnu.org>
9656         * files.el (auto-save-mode): If buffer-saved-size is -2,
9657         don't clobber it.
9659         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
9660         (rmail-retry-ignored-headers): Add more uninteresting fields.
9662 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
9664         * net/rcirc.el (rcirc): Use history variables.
9665         (rcirc-server-name-history, rcirc-nick-name-history)
9666         (rcirc-server-port-history): New variables.
9668 2009-07-15  Kenichi Handa  <handa@m17n.org>
9670         * international/mule-cmds.el (set-language-environment-charset):
9671         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
9672         ignore them.
9674         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
9675         Delete unibyte-display.
9677 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
9679         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
9681 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
9683         * simple.el (deactivate-mark): Optional argument FORCE.
9684         (set-mark): Use deactivate-mark.
9686         * info.el (Info-search): No need to check transient-mark-mode
9687         before calling deactivate-mark.
9689         * select.el (x-set-selection): Doc fix.
9690         (x-valid-simple-selection-p): Allow buffer values.
9691         (xselect--selection-bounds): Handle buffer values.  Suggested by
9692         David De La Harpe Golden.
9694         * mouse.el (mouse-set-region, mouse-drag-track): Call
9695         copy-region-as-kill before setting the mark, to let
9696         select-active-regions work.
9698 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
9700         * simple.el (deactivate-mark): If select-active-regions is
9701         non-nil, copy the selection data into a string.
9702         (activate-mark): If select-active-regions is non-nil, set the
9703         selection to the current buffer.
9704         (set-mark): Update selection if select-active-regions is non-nil.
9706         * select.el (x-valid-simple-selection-p): Allow buffer values.
9708 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9710         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
9711         and more featureful message-mode.
9713 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
9715         * select.el (x-set-selection): Doc fix.
9716         (x-valid-simple-selection-p): Disallow selection data consisting
9717         of a list or cons of integers, since that is not used.
9718         (xselect--selection-bounds, xselect--int-to-cons): New functions.
9719         (xselect-convert-to-string, xselect-convert-to-length)
9720         (xselect-convert-to-filename, xselect-convert-to-charpos)
9721         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
9723 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
9725         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
9726         output in -break-info command (Emacs bug #3794).
9728 2009-07-14  Glenn Morris  <rgm@gnu.org>
9730         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
9731         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
9732         (edebug-print-length, edebug-print-level, edebug-print-circle)
9733         (edebug-sit-for-seconds, edebug-view-outside)
9734         (edebug-bounce-point, edebug-set-global-break-condition)
9735         (edebug-Go-nonstop-mode, edebug-trace-mode)
9736         (edebug-Trace-fast-mode, edebug-continue-mode)
9737         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
9738         (edebug-visit-eval-list): Doc fixes.
9740         * subr.el (def-edebug-spec): Doc fix.
9742 2009-07-14  Kenichi Handa  <handa@m17n.org>
9744         * international/characters.el: Fix setting of category ?C.
9746 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
9748         * term/ns-win.el (x-select-font): defalias x-select-font to
9749         ns-popup-font-panel instead of generate-fontset-menu.
9751 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
9753         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
9755 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
9757         * arc-mode.el (archive-find-type): Allow for a PK00 string before
9758         the PK\003\004 header (Bug#3770).
9760 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
9762         * pcomplete.el (pcomplete-comint-setup): Check for
9763         shell-dynamic-complete-filename too.
9765 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
9767         * simple.el (temporary-goal-column): Change the value for
9768         line-move-visual to a cons cell.
9769         (line-move-visual): Record or set the window hscroll, if
9770         necessary (Bug#3494).
9771         (line-move-1): Handle cons value of temporary-goal-column.
9773 2009-07-11  Kenichi Handa  <handa@m17n.org>
9775         * international/mule-diag.el (describe-character-set): Don't show
9776         width.
9778 2009-07-10  Sam Steingold  <sds@gnu.org>
9780         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9781         Omake sometimes indents the errors it prints, so allow all
9782         regexps to start with spaces.
9784 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
9786         * cus-edit.el (customize-changed-options-previous-release):
9787         Bump value to 22.1.  (Bug#3804)
9789 2009-07-08  Sam Steingold  <sds@gnu.org>
9791         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
9792         to be a cons cell (test . ignored-directory) to selectively ignore
9793         some directories depending on the location of the search.
9795 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
9797         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
9798         remote user is root, on the local host.
9799         (tramp-local-host-p): Either the local user or the remote user
9800         must be root.  (Bug#3771)
9802 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
9804         * progmodes/gdb-mi.el (gdb): Remove description of
9805         gdb-use-separate-io-buffer.
9806         (menu): Don't allow toggling of or enable
9807         gdb-use-separate-io-buffer from menubar.
9809 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
9811         * mail/unrmail.el (unrmail): Make sure the message ends with two
9812         newlines (Bug#3769).
9814 2009-07-08  Glenn Morris  <rgm@gnu.org>
9816         * calendar/calendar.el (calendar-current-date): Rework previous change.
9818 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
9820         * calendar/calendar.el (calendar-current-date):
9821         Add an optional argument giving an offset from today.
9823 2009-07-08  Glenn Morris  <rgm@gnu.org>
9825         * tutorial.el (tutorial--describe-nonstandard-key):
9826         Adjust the message for when a key has been unbound.
9827         (help-with-tutorial): Hide the arch-tag.
9829 2009-07-08  Kenichi Handa  <handa@m17n.org>
9831         * international/fontset.el (setup-default-fontset): For each
9832         script, append (not set) font-specs.
9834         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
9835         docstring.
9837 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
9839         * progmodes/gdb-mi.el (gdb-init-1): Move sending
9840         -data-list-register-names to ...
9841         (gdb-starting): ... here because GDB 7.0 requires execution to
9842         have started when using this MI command.
9843         (gdb-set-header): New function to distinguish select and
9844         unselected tabs in gdb buffers.
9845         (gdb-propertize-header): New macro that uses gdb-set-header.
9846         (gdb-breakpoints-header, gdb-locals-header): Use it.
9847         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
9849 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
9851         * Makefile.in (ELCFILES): Remove fadr.elc.
9853 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
9855         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
9856         may contain frame information, so `string-match' should be used.
9857         (gdb-update): Disassembly is invalidated through
9858         `gdb-get-selected-frame'.
9859         (gdb-pad-string): New function to pad string with spaces.
9860         (gdb-invalidate-disassembly): Invalidate only if the buffer
9861         exists.
9862         (gdb-disassembly-handler-custom): Column alignment.
9863         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
9864         placing new ones.
9865         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
9866         end of line, too.
9867         (gdb-frame-handler): Match convention to for disassembly buffer
9868         mode name.
9869         (gdb-stack-list-frames-handler): Rewritten without regexps.
9870         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
9871         not highlight breakpoints without line information.
9872         (gdb-input): Add trailing newline to command.
9874         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
9875         buffer properly.
9876         (gdb-breakpoints-list-handler-custom): Replacement for
9877         `gdb-break-list-handler'.  Using real parser instead of regexps
9878         now.
9879         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
9880         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
9881         to place breakpoints.
9882         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
9883         functions.
9884         (gdb-disassembly-handler-custom): Show overlay arrow.
9885         (gdb-disassembly-place-breakpoints): Show breakpoints in
9886         disassembly buffer.
9887         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
9888         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
9889         instead of parsing breakpoints buffer.  Fixed old menu references
9890         in `gud-menu-map'.
9892         * fadr.el: Remove.
9894         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
9895         (gdb-memory-address): New variable which holds top address of
9896         memory page shown in memory buffer.
9897         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
9898         customization variables.
9899         New functions:
9900         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
9901         display the memory buffer.
9902         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
9903         buffer display parameters.
9904         (def-gdb-memory-format, gdb-memory-format-binary)
9905         (gdb-memory-format-octal, gdb-memory-format-unsigned)
9906         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
9907         Functions for setting memory buffer format.
9908         (gdb-memory-unit-word, gdb-memory-unit-halfword)
9909         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
9910         unit size used in memory buffer.
9911         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
9912         to next/previous page of memory buffer.
9913         Now using (bindat-get-field) instead of fadr functions.
9915 2009-07-07  Sam Steingold  <sds@gnu.org>
9917         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
9918         non-top-level files.
9920 2009-07-07  Kenichi Handa  <handa@m17n.org>
9922         * international/mule-cmds.el (reset-language-environment): Put
9923         the highset priority to the charset iso-8859-1.
9925 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
9927         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
9928         to the end of the line when locating the block (Bug#700).
9930 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
9932         * net/tramp.el (tramp-handle-write-region): Flush file properties
9933         in case of short track.
9935 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
9937         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
9938         Coded custom representation of verilog error regular expressions
9939         to work with Emacs-22's new format.
9940         (verilog-error-regexp-xemacs-alist): Coded custom representation
9941         of verilog error regular expressions to work with XEmacs format.
9942         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
9943         error recognition into XEmacs.
9944         (verilog-error-regexp-add-emacs): Hook routine to install verilog
9945         error recognition into Emacs-22.
9947 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
9949         * woman.el: Remove stand-alone closing parentheses.
9950         (woman-file-name, woman2-format-paragraphs)
9951         (woman-leave-blank-lines): Code cleanup.
9952         (woman-use-own-frame): Change default to nil.
9953         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
9954         defaults to inherit from default faces.
9955         (woman2-process-escapes): Consume the newline after a stand-alone
9956         filler character (Bug#3651).
9958 2009-07-06  Glenn Morris  <rgm@gnu.org>
9960         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
9961         (top-level): Move provide to the end.
9962         (ffap): Remove defunct URL from custom group.
9964         * subr.el (eval-after-load): Doc fix.
9966 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
9968         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
9969         `calc-embedded-word' is called twice.
9971 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9973         * files.el (find-alternate-file-other-window, find-alternate-file):
9974         Obey confirm-nonexistent-file-or-buffer.
9976 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
9978         * dired-aux.el (dired-show-file-type): Handle remote files.
9980 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
9982         * desktop.el (desktop-globals-to-save):
9983         Add file-name-history (Bug#2750).
9985 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
9987         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
9989 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
9991         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
9992         property on entire argument since this is what eshell-lisp-command
9993         expects.
9995 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
9997         * net/tramp-gvfs.el (tramp-gvfs-methods)
9998         (tramp-gvfs-zeroconf-domain)
9999         (tramp-bluez-discover-devices-timeout): Add version flag.
10000         (tramp-gvfs-handler-mounted-unmounted)
10001         (tramp-gvfs-connection-mounted-p): Polish handling of
10002         incompatibilities between GVFS 0.2 and 1.0.
10004 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
10006         * cus-start.el (all): Add make-pointer-invisible.
10008 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
10010         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10011         formatted correctly.
10013 2009-07-02  Juri Linkov  <juri@jurta.org>
10015         * info.el: Virtual Info files and nodes.
10016         (Info-virtual-files, Info-virtual-nodes): New variables.
10017         (Info-current-node-virtual): New variable.
10018         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10019         New functions.
10020         (Info-file-supports-index-cookies): Use Info-virtual-file-p
10021         to check for a virtual file instead of checking a fixed list
10022         of node names.
10023         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10024         instead of ad-hoc processing of "dir" and (apropos history toc).
10025         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10026         instead of ad-hoc processing of "dir" and (apropos history toc).
10027         Reread a file when moving from a virtual node.
10028         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10029         (Info-directory-toc-nodes, Info-directory-find-file)
10030         (Info-directory-find-node): New functions.
10031         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10032         (Info-history): Move part of code to
10033         `Info-history-find-node'.
10034         (Info-history-toc-nodes, Info-history-find-file)
10035         (Info-history-find-node): New functions.
10036         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10037         (Info-toc): Move part of code to `Info-toc-find-node'.
10038         (Info-toc-find-node): New function.
10039         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
10040         the current Info file name to references because now the node
10041         "*TOC*" belongs to the same Info manual.
10042         (Info-toc-build): Rename from `Info-build-toc'.
10043         (Info-toc-nodes): Rename input argument `file' to `filename'.
10044         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10045         instead of ad-hoc processing of ("dir" apropos history toc).
10046         (Info-index-nodes): Use Info-virtual-file-p
10047         to check for a virtual file instead of checking a fixed list
10048         of node names.
10049         (Info-index-node): Add check for `Info-current-node-virtual'.
10050         Raise `save-match-data' higher up the tree to contain
10051         `search-forward' too (bug fix).
10052         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10053         (Info-virtual-index-nodes): New variable.
10054         (Info-virtual-index-find-node, Info-virtual-index): New functions.
10055         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10056         (Info-apropos-file, Info-apropos-nodes): New variables.
10057         (Info-apropos-toc-nodes, Info-apropos-find-file)
10058         (Info-apropos-find-node, Info-apropos-matches): New functions.
10059         (info-apropos): Move part of code to `Info-apropos-find-node' and
10060         `Info-apropos-matches'.
10061         (Info-mode-map): Bind "I" to `Info-virtual-index'.
10062         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10063         for a virtual file instead of checking a fixed list of node names.
10065         * simple.el (async-shell-command): New command.
10067         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10069         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10070         instead of `mount-info'.
10072 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
10074         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10075         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10077 2009-07-02  Kenichi Handa  <handa@m17n.org>
10079         * international/mule.el (set-keyboard-coding-system): Force *-unix
10080         coding-system to avoid eol conversion.
10082 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
10084         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10085         Add handler for `process-file', `shell-command' and
10086         `start-file-process'.
10087         (tramp-gvfs-handle-shell-command)
10088         (tramp-gvfs-handle-start-file-process)
10089         (tramp-gvfs-handle-process-file): New defuns.
10090         (tramp-synce-list-devices): Simplify check for existence of property.
10092 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
10094         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10096 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
10098         * language/korean.el (set-language-info-alist): Add korean-cp949,
10099         cp949 to spec.
10101 2009-07-01  Kenichi Handa  <handa@m17n.org>
10103         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10105         * international/encoded-kb.el: Deleted.
10107         * international/mule.el (set-keyboard-coding-system): Perform the
10108         necessary setup here instead of calling encoded-kbd-setup-display.
10110 2009-07-01  Glenn Morris  <rgm@gnu.org>
10112         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10114 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
10116         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
10118 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
10120         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10121         Handle also the 'rename case, when setting file modes.  (Bug#3712)
10122         (tramp-default-file-modes) Remove execute permissions.
10124         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10125         (top): Add a default for "synce" in `tramp-default-user-alist'.
10126         Add completion function for "synce" method.
10127         (tramp-hal-service, tramp-hal-path-manager)
10128         (tramp-hal-interface-manager, tramp-hal-interface-device):
10129         New defconst.
10130         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10131         (tramp-synce-list-devices, tramp-synce-parse-device-names):
10132         New defuns.
10134         * net/trampver.el: Update release number.
10136 2009-06-30  Kenichi Handa  <handa@m17n.org>
10138         * international/fontset.el (setup-default-fontset): Add CJK fonts
10139         for symbols and the other miscellaneous characters.
10141         * language/korea-util.el (setup-korean-environment-internal):
10142         Make char-width-table suitable for Korean environments.
10143         (exit-korean-environment): Cancel above.
10145         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10146         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10147         setup-funcion to make char-widht-table suitable for respective
10148         environments, and an exit-function to cancel that.
10150         * language/japan-util.el (setup-japanese-environment-internal):
10151         Call use-cjk-char-width-table with arg `ja_JP'.
10153         * international/characters.el (cjk-char-width-table): Delete it.
10154         (cjk-char-width-table-list): New variable.
10155         (use-cjk-char-width-table): New arg local-name.
10156         (use-default-char-width-table): Fix for the case that Emacs is
10157         already using the default char-width-table.
10159 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
10161         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10162         modes mandatory.  (Bug#3712)
10164 2009-06-29  Alan Mackenzie  <acm@muc.de>
10166         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10167         correction between the visible width of TABs and their number of bytes.
10169 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
10171         * server.el (server-buffer-done): Prevent kill-buffer from
10172         prompting by clearing the buffer modification flag (Bug#3696).
10174 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
10176         * progmodes/verilog-mode.el (verilog-beg-of-statement)
10177         (verilog-endcomment-reason-re): Support unique case and priority case.
10178         (verilog-basic-complete-re): Support localparam lineup.
10179         (verilog-beg-of-statement-1): Fix for robustness, unique case.
10180         (verilog-set-auto-endcomments): Fix for unique case, always_comb
10181         commenting.
10182         (verilog-leap-to-case-head): Now support *nested* unique &
10183         priority case statements.
10184         (verilog-auto-lineup): Make just declarations the default (as it
10185         had been).
10186         (verilog-leap-to-case-head): Support priority/unique case statements.
10187         (verilog-auto-lineup): Rework to give users radio buttons to
10188         select the various styles of automatic lineup.
10189         (verilog-error-regexp-alist): Rework to support the XEmacs style
10190         of error regular expressions from compilers, lint tools &
10191         simulators.  Note that GNU Emacs has made it impossible for a mode
10192         to load such things.
10193         (electric-verilog-terminate-line, verilog-indent-declaration)
10194         (verilog-auto-wiure): Rework for radio button selection of
10195         auto-lineup selection of specification of auto lineup.
10196         (verilog-beg-of-statement-1): Redesign to support proper operation
10197         in additional code, based on testing with auto-lineup.
10198         (verilog-calculate-indent, assignments & declarations)
10199         (verilog-backward-token): Enhance to support auto-lineup of
10200         assignments & declarations.
10201         (verilog-in-directive-p, verilog-at-struct-p): New function for
10202         easy test of whether we are.
10203         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10204         to support safe execution at almost anyline.
10205         (verilog-calc-1): Properly support indenting deep inside generate
10206         blocks.
10207         (verilog-init-font) Remove definition & use of verilog-init-font,
10208         as it is redundant with font-lock-defaults.
10209         (verilog-mode): Alter the definition of verilog-font-lock-defaults
10210         to avoid circular calls if syntax-ppss is a function (as is the
10211         case now in 22.x GNU Emacs) as that function would sometimes call
10212         itself, leading to (nearly) infinite recursion.
10213         (verilog-ovm-begin-re, verilog-ovm-end-re)
10214         (verilog-ovm-statement-re, verilog-leap-to-head)
10215         (verilog-backward-token): Add support for OVM macros.  Some are
10216         complete statements, and others open and close scopes like begin
10217         and end.
10218         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10219         (verilog-defun-level-generate-only-re): Really fix the defun-list
10220         compilation issue.
10221         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
10222         coverpoint, constraint and cross statements.
10223         (verilog-defun-level-list, verilog-generate-defun-level-list)
10224         (verilog-all-defun-level-list): Redo these specifications - it is
10225         too hard to support eval-when compile aggregation of lists also
10226         built at when-compile time.
10227         (verilog-defun-level-list): Place defconsts of variables used in
10228         building regular expressions which are built in eval-when-compile
10229         bodies in the same eval-when-compile body to facilitate compile
10230         without load.
10231         (verilog-beg-block-re-ordered): Support indenting
10232         virtual/protected tasks and functions.
10233         (verilog-defun-level-list, verilog-in-generate-region-p)
10234         (verilog-backward-ws&directives, verilog-calc-1): Speed up
10235         indentation of some module items (generate items).
10236         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10237         across virtual/protected tasks and functions.
10239 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
10241         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10242         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
10243         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10244         in concatenations.  Reported by Yishay Belkind.
10245         (verilog-auto-ascii-enum): Support one-hot state machines in
10246         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
10247         (verilog-auto-inst, verilog-auto-inst-port): Include interface
10248         modport in AUTOINST and add vl-modport for users.  Reported by
10249         David Rogoff.
10250         (verilog-auto-inout-module, verilog-auto-inst)
10251         (verilog-decls-get-interfaces, verilog-insert-definition)
10252         (verilog-insert-one-definition, verilog-read-decls)
10253         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10254         (verilog-sig-modport, verilog-signals-combine-bus)
10255         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10256         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10257         Suggested by David Rogoff.
10258         (verilog-repair-open-comma): Fix non-insertion of comma when
10259         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
10260         (verilog-make-width-expression): Simplify [A-1:0] expression
10261         widths to just {A{1'b0}}.
10262         (verilog-mode): Cleanup checkdoc warnings.
10263         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10264         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10265         inputs/outputs or data type.  Suggested by Vasu Kandadi.
10266         (next-error-last-buffer): Fix byte-compiler warning.
10267         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10268         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10269         or shell command text during AUTO expansion.  Suggested by Tad Truex.
10270         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10271         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10272         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10273         in AUTOINOUT.  Reported by Matthew Lovell.
10274         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10275         causing use of <= assignments.  Reported by Alex Reed.
10276         (verilog-read-decls): Fix triand, trior, wand, wor to be
10277         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
10278         (verilog-extended-complete-re): Support import "DPI-C" functions.
10279         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10280         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
10281         (verilog-insert-date, verilog-insert-year)
10282         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10283         Windows systems.  Reported by Michael Potts.
10284         (verilog-read-module-name): Fix AUTOINST when the child module
10285         declaration's name is a tick define.  Reported by Elliot Mednick.
10286         (verilog-read-decls): Fix V2K parameter bit subscripts getting
10287         passed to next parameter's definition.  Reported by Bruce T.
10288         (verilog-read-decls): Fix detecting "parameter int" when using
10289         AUTOINSTPARAM.  Reported by Bruce T.
10290         (verilog-goto-defun): Fix goto not finding modules unless first
10291         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
10292         (verilog-mode): Expand -f flag arguments on entry to mode so
10293         verilog-goto-defun will work.  Reported by Lawrence Butcher.
10294         (verilog-getopt): Expand environment variables in -f file
10295         arguments.  Suggested by Lawrence Butcher.
10296         (verilog-set-define): Fix "Symbol's value as variable is void"
10297         when reading enumerations.
10298         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10299         Suggested by Stephen Peltan.
10300         (verilog-read-defines): Fix reading of enumerations in include
10301         files.  Reported by Steve Peltan.
10303 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
10305         * files.el (trash-directory): Fix defcustom type.
10307 2009-06-28  Juri Linkov  <juri@jurta.org>
10309         * help-fns.el (describe-function-1): Correctly locate adviced
10310         functions in hyperlink (Bug#2438).
10312 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
10314         * files.el (trash-directory): Change default to nil.
10315         (move-file-to-trash): If trash-directory is nil and
10316         system-move-file-to-trash is unbound, perform freedesktop-style
10317         trashing.
10319 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
10321         * files.el (move-file-to-trash): Add freedesktop trash
10322         support (Bug#973).
10324 2009-06-28  Glenn Morris  <rgm@gnu.org>
10326         * autorevert.el (global-auto-revert-non-file-buffers)
10327         (global-auto-revert-mode): Doc fixes.
10329 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
10331         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10333 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
10335         * faces.el (x-handle-named-frame-geometry): Ensure that we have
10336         opened an X connection before calling x-get-resource (Bug#3194).
10338         * play/doctor.el: Remove reference to obsolete website.
10339         (make-doctor-variables): Correct grammar mistake (Bug#2633).
10341 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
10343         Remove find-file-not-found-hook VC method.  (Bug#2757)
10344         * vc-hooks.el (vc-file-not-found-hook)
10345         (vc-default-find-file-not-found-hook): Remove functions.
10346         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10347         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10348         * vc.el:
10349         * vc-hg.el:
10350         * vc-git.el: Do not mention find-file-not-found-hook VC method.
10352 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
10354         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10355         compatibility function for `looking-back'.
10357         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10358         Use `ispell-looking-back'.
10360 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
10362         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10363         rather than `filename'.
10365 2009-06-23  Miles Bader  <miles@gnu.org>
10367         * face-remap.el (text-scale-set): New function.
10369 2009-06-23  Glenn Morris  <rgm@gnu.org>
10371         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10373         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10375         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10377         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10379         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10380         Simplify Persian conditionals.
10382         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10383         variable `filename'.
10385         * comint.el (comint-insert-input): Doc fix.
10387         * Makefile.in (ELCFILES): Fix typo in previous change.
10389 2009-06-23  Miles Bader  <miles@gnu.org>
10391         * cus-start.el: Add entry for `recenter-redisplay'.
10393 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
10395         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10396         Add an optional argument for the backend, use it instead of
10397         calling vc-backend.
10398         (vc-mode-line): Add an optional argument for the backend.
10399         Pass the backend to vc-state and vc-working-revision.  Move code for
10400         special handling for vc-state being a buffer to ...
10402         * vc-rcs.el (vc-rcs-find-file-hook):
10403         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
10405         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10406         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10407         vc-stay-local-p and vc-mode-line calls.
10409         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10410         (vc-cvs-diff, vc-cvs-annotate-command)
10411         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10412         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10413         vc-mode-line calls.
10415         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10416         direct comparison.
10417         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10418         backend when calling vc-mode-line.
10419         (vc-register): Do not create a closure for calling the vc register
10420         function, call it directly.
10422 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
10424         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10425         to make it obvious item can be clicked.
10427         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10429 2009-06-23  Kenichi Handa  <handa@m17n.org>
10431         * language/korea-util.el (korean-key-bindings): Change the binding
10432         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
10433         same command.
10435 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
10437         Sync with Tramp 2.1.16.
10439         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10441         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
10442         when a loading of a package fails.  Completion function for rsync
10443         is `tramp-completion-function-alist-ssh'.
10444         (all): Replace all calls of `split-string' and
10445         `tramp-split-string' by `tramp-compat-split-string'.
10446         (tramp-default-method): Use `tramp-compat-process-running-p'.
10447         (tramp-default-proxies-alist): Allow also Lisp forms.
10448         (tramp-remote-path): Add choice "Private Directories".
10449         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
10450         (tramp-domain-regexp): Allow also "-", "_" and ".".
10451         (tramp-end-of-output): Remove newlines, and add "$" at the end.
10452         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10453         (tramp-debug-message): Insert header line in debug buffer.
10454         (tramp-handle-directory-files-and-attributes-with-stat):
10455         Care about filenames with spaces, or starting with "-".
10456         (tramp-handle-dired-uncache): New defun.
10457         (tramp-handle-insert-directory): Don't flush the directory from
10458         cache, this is handled by `dired-uncache' now.
10459         (tramp-handle-insert-file-contents): Improve error handling.
10460         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10461         Quote `tramp-end-of-output'.
10462         (tramp-action-password): Improve trace message.
10463         (tramp-check-for-regexp): Both echoes must be present, before removing.
10464         (tramp-open-connection-setup-interactive-shell): Trace coding system.
10465         (tramp-compute-multi-hops): Eval cons cells of
10466         `tramp-default-proxies-alist'.
10467         (tramp-maybe-open-connection): Use the same command pattern for
10468         first hop and further hops.
10469         (tramp-wait-for-output): Remove handling of newlines.
10470         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
10471         (tramp-split-string): Remove function.  It is handled in
10472         tramp-compat now.
10474         * net/tramp-cmds.el (tramp-bug):
10475         Recommend `tramp-cleanup-all-connections' in the bug mail.
10477         * net/tramp-compat.el (tramp-compat-split-string)
10478         (tramp-compat-process-running-p): New defuns.
10480         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
10481         for `dired-uncache'.
10483         * net/tramp-gvfs.el: New package.
10485         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10486         Add handler for `dired-uncache'.
10487         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
10489         * net/trampver.el: Update release number.  Make version check fit
10490         for SXEmacs 22.
10492 2009-06-22  Jim Meyering  <meyering@redhat.com>
10494         Automatically handle .xz suffix (XZ-compressed files), too.
10495         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
10496         XZ is the successor to LZMA: <http://tukaani.org/xz/>
10498 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
10499             Nick Roberts  <nickrob@snap.net.nz>
10501         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
10502         repository (http://sphinx.net.ru/hg/gdb-mi/).
10504 2009-06-22  Glenn Morris  <rgm@gnu.org>
10506         * files.el (dir-locals-collect-mode-variables): Allow for any number of
10507         `mode' and `eval' entries.  (Bug#3430)
10509         * Makefile.in (ELCFILES): Add fadr.elc.
10511         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
10512         differing behavior of \n and ^ in strings.  (Bug#3385)
10514         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
10516         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
10517         property.
10518         (lisp-indent-function): Make it a defcustom.
10520 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
10522         * progmodes/gdb-ui.el: Replace with ...
10523         * progmodes/gdb-mi.el: ... this file.
10524         * progmodes/gud.el: Modify for gdb-mi.el.
10526 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
10528         * fadr.el: New file.
10530 See ChangeLog.14 for earlier changes.
10532 ;; Local Variables:
10533 ;; coding: utf-8
10534 ;; End:
10536     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
10538   This file is part of GNU Emacs.
10540   GNU Emacs is free software: you can redistribute it and/or modify
10541   it under the terms of the GNU General Public License as published by
10542   the Free Software Foundation, either version 3 of the License, or
10543   (at your option) any later version.
10545   GNU Emacs is distributed in the hope that it will be useful,
10546   but WITHOUT ANY WARRANTY; without even the implied warranty of
10547   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10548   GNU General Public License for more details.
10550   You should have received a copy of the GNU General Public License
10551   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
10553 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1