from trunk
[emacs.git] / lisp / ChangeLog
blob4d38251f37e5040e465fa2b1c94791dd83388b50
1 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
3         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
5 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
7         * dirtrack.el (dirtrack): Warn instead of signalling error if the
8         regexp is incorrect (Bug#5476).
10 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
12         * net/tramp.el (tramp-handle-insert-directory): Handle also
13         symlinks, when FILENAME is not in `default-directory'.
15 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
17         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
18         FILE is not in `default-directory'.  (Bug#5478)
20         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
21         of SWITCHES.  Handle the case, FILENAME is not in
22         `default-directory'.  (Bug#5478)
23         (tramp-register-file-name-handlers): Add safe-magic property.
25 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
27         * arc-mode.el (archive-zip-extract): Quote the argument passed to
28         unzip (Bug#5475).
30 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
32         * progmodes/flymake.el (flymake-allowed-file-name-masks)
33         (flymake-master-make-header-init): Add other C++ filename masks.
34         (flymake-find-possible-master-files)
35         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
37 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
39         Fix some busybox annoyances.
41         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
42         not responding." string.
43         (tramp-open-connection-setup-interactive-shell): Dump stty
44         settings.  Enable "neveropen" arg for all `tramp-send-command'
45         calls.  Handle "=" in variable values properly.
46         (tramp-find-inline-encoding): Raise an error, when no encoding is
47         found.
48         (tramp-wait-for-output): Check, whether PROC buffer is available.
49         Remove spurious " ^H" sequences, sent by busybox.
50         (tramp-get-ls-command): Suppress coloring, if possible.
52 2010-01-28  Glenn Morris  <rgm@gnu.org>
54         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
56         * log-edit.el (log-edit-strip-single-file-name): Add missing
57         :safe, :group, and :version tags.
59 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
61         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
62         buffers.  (Bug#5477)
64 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
66         * files.el (delete-directory): Handle moving to trash without
67         first doing recursion (Bug#5436).
69 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
71         * vc-hooks.el (vc-path): Mark as obsolete.
73 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
75         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
76         names too.
78         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
79         for the short log.
80         (vc-bzr-log-view-mode): Adjust regexp for the above change.
82 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
84         * progmodes/python.el: Replace reference to obsolete
85         c-subward-mode.
87         * vc-bzr.el: (vc-bzr-revision-table) New function.
89 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
91         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
92         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
94 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
96         Remove support for adding --signoff on commit.
97         Future support will use an incompatible generic mechanism.
98         * vc-git.el (vc-git-add-signoff): Remove variable.
99         (vc-git-toggle-signoff): Remove function.
100         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
102         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
103         from xterm-set-background-mode.  Return t if the background mode
104         was set.
105         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
106         earlier, call it again in case the background mode has changed.
108 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
110         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
111         (Bug#3541).
113 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
115         * emacs-lisp/assoc.el (aelement): Doc fix.
116         (aput, adelete, amake): Use lexical-let (Bug#5450).
118 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
120         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
121         is the same as subprogram call, not declaration.  (Bug#5435).
123 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
125         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
126         (tramp-smb-maybe-open-connection): Use it.
128 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
130         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
132 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
134         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
135         just because we see "encoding: 8bit".
136         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
138 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
140         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
142 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
144         * jka-compr.el (jka-compr-load): If load-file is not in
145         load-history, try its file-truename version.  (bug#5447)
147 2010-01-21  Alan Mackenzie  <acm@muc.de>
149         Fix a situation where deletion of a cpp construct throws an error.
150         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
151         invoking c-with-all-but-one-cpps-commented-out, check that the
152         special cpp construct is still in the buffer.
153         (c-parse-state): Record the special cpp with markers, not numbers.
155 2010-01-21  Kenichi Handa  <handa@m17n.org>
157         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
158         process last-command-event, as it is now decoded first (Bug#5380).
160 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
162         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
164 2010-01-20  Glenn Morris  <rgm@gnu.org>
166         * indent.el (tab-always-indent): Fix custom-type.
168 2010-01-19  Alan Mackenzie  <acm@muc.de>
170         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
171         buffer throws "args out of range".
172         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
173         playing the role of delimiter.
175 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
177         * progmodes/ada-mode.el: Fix bug#5400.
178         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
179         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
180         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
181         Improve comments in "is" portion.  Handle null procedure declaration.
182         (ada-move-to-end): Improve doc string.
184 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
186         * ido.el (ido-cur-list): Initialize to nil.
187         Remove obsolete information from commentary.
188         (ido-choice-list): Initialize to nil.
189         (ido-get-bufname): Reject minibuffers.
190         (ido-make-buffer-list): If "default" is a nonexistent
191         buffer, ignore it, as per the function's comment.
192         (ido-kill-buffer-internal): New function.
193         (ido-kill-buffer-at-head): Use it.
194         (ido-visit-buffer): Likewise.
196 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
198         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
200 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
202         * cedet/ede/locate.el (ede-locate-file-in-project)
203         (ede-locate-file-in-project-impl): Fix typos in docstrings.
204         (ede-enable-locate-on-project): Fix typos in error messages.
206         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
207         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
208         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
209         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
210         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
211         Fix typos in menu help.
213         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
214         Fix typos in chart titles.
216         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
217         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
218         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
219         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
220         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
221         (semantic-parse-stream, semantic-parse-region)
222         (semantic-parse-region-default, semantic--set-buffer-cache)
223         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
224         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
225         (semantic-default-submodes):
226         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
227         (semanticdb-create-ebrowse-database)
228         (semanticdb-find-tags-for-completion-method)
229         (semanticdb-find-tags-by-class-method)
230         (semanticdb-deep-find-tags-by-name-method)
231         (semanticdb-deep-find-tags-for-completion-method):
232         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
233         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
234         (semanticdb-find-tags-for-completion-method)
235         (semanticdb-find-tags-by-class-method)
236         (semanticdb-deep-find-tags-for-completion-method):
237         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
238         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
239         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
240         (semanticdb-find-tags-by-name-method)
241         (semanticdb-find-tags-by-name-regexp-method)
242         (semanticdb-find-tags-for-completion-method)
243         (semanticdb-find-tags-by-class-method)
244         (semanticdb-find-tags-external-children-of-type-method)
245         (semanticdb-find-tags-subclasses-of-type-method)
246         (semanticdb-deep-find-tags-by-name-method)
247         (semanticdb-deep-find-tags-by-name-regexp-method)
248         (semanticdb-deep-find-tags-for-completion-method):
249         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
250         (semanticdb-enable-gnu-global-in-buffer)
251         (semanticdb-find-tags-for-completion-method)
252         (semanticdb-deep-find-tags-by-name-method)
253         (semanticdb-deep-find-tags-for-completion-method):
254         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
255         (javascript-mode, semanticdb-find-translate-path)
256         (semanticdb-find-tags-for-completion-method)
257         (semanticdb-find-tags-by-class-method)
258         (semanticdb-deep-find-tags-by-name-method)
259         (semanticdb-deep-find-tags-for-completion-method)
260         (semanticdb-find-tags-external-children-of-type-method):
261         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
262         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
263         (global-semantic-idle-scheduler-mode):
264         * cedet/srecode/dictionary.el (srecode-field-value)
265         (srecode-dictionary-add-section-dictionary):
266         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
267         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
268         (describe-class, eieio-describe-generic, describe-generic):
269         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
270         (eieio-speedbar-expand):
271         * emulation/viper-cmd.el (viper-exec-form-in-vi)
272         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
273         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
274         (viper-del-backward-char-in-replace, viper-backward-indent)
275         (viper-brac-function, viper-register-to-point, viper-submit-report):
276         * net/tramp.el (tramp-remote-coding-commands):
277         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
278         Fix typos in docstrings.
280 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
282         * mail/sendmail.el (mail-yank-original): Set the mark if the
283         specified function for yanking does not do it.
285 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
287         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
289         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
290         resyncing a directory.
292 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
294         * progmodes/ada-mode.el: Fix bug#1920.
295         (ada-ident-re): Delete ., allow multibyte characters.
296         (ada-goto-label-re): New; matches goto labels.
297         (ada-block-label-re): New; matches block labels.
298         (ada-label-re): New; matches both.
299         (ada-named-block-re): Deleted; callers changed to use
300         `ada-block-label-re' instead.
301         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
302         Use `ada-block-label-re'.
303         (ada-indent-on-previous-lines): Improve handling of goto labels.
304         (ada-get-indent-block-start): Special-case block label.
305         (ada-get-indent-label): Split into `ada-indent-block-label' and
306         `ada-indent-goto-label'.
307         (ada-goto-stmt-start, ada-goto-next-non-ws):
308         Optionally ignore goto labels.
309         (ada-goto-next-word): Simplify.
310         (ada-indent-newline-indent-conditional): Insert newline before
311         trying to fix indentation; doc fix.
313 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
315         * calc/calc.el (calc-command-flags): Give it an initial value.
317 2010-01-17  Glenn Morris  <rgm@gnu.org>
319         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
321 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
323         * cedet/semantic.el (semantic-mode):
324         * files.el (minibuffer-with-setup-hook):
325         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
326         (artist-key-draw-continously, artist-key-do-continously-continously)
327         (artist-key-set-point-continously, artist-mouse-draw-continously):
328         Fix typos in docstrings.
330 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
332         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
333         return t (Bug#3898).
335 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
337         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
338         can parse the output of the external commands (Bug#5279).
340 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
342         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
344 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
346         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
348         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
350         * startup.el (command-line): Remove unused --icon-type arg.
351         Handle --display arg, passing it to command-line-1 (Bug#5392).
353 2010-01-16  Mario Lang  <mlang@delysid.org>
355         * cedet/ede/cpp-root.el (ede-cpp-root-project):
356         * cedet/ede/files.el (ede-expand-filename):
357         * cedet/ede/simple.el (ede-simple-project):
358         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
359         (semantic-complete-inline-tag-engine):
360         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
361         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
362         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
363         * cedet/semantic/db.el (semanticdb-equivalent-mode):
364         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
365         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
366         * emacs-lisp/chart.el (chart-translate-namezone):
367         * textmodes/artist.el (artist-compute-popup-menu-table):
368         Remove duplicated words in doc-strings.
370 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
372         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
373         to mairix-search to suppress threading (Bug#5342).
375 2010-01-15  Kenichi Handa  <handa@m17n.org>
377         * international/mule-cmds.el (canonicalize-coding-system-name):
378         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
380 2010-01-15  Glenn Morris  <rgm@gnu.org>
382         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
384         * wid-edit.el (widget-keymap): Doc fix.
386         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
387         former seems to be more widely accepted by various svn versions.
389 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
391         * find-cmd.el (find-constituents):
392         * vc-arch.el (vc-arch-root):
393         * window.el (window-body-height, pop-up-frames):
394         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
395         (semantic-no-reparse-needed-change-hook):
396         * cedet/srecode/insert.el (srecode-resolve-argument-list)
397         (srecode-template-inserter-blank, srecode-template-inserter-variable)
398         (srecode-template-inserter-ask, srecode-template-inserter-width)
399         (srecode-template-inserter-section-start)
400         (srecode-template-inserter-section-end, srecode-insert-method):
401         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
402         * progmodes/ada-stmt.el (ada-if):
403         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
404         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
405         (ispell-encoding8-command, ispell-aspell-supports-utf8)
406         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
408         * progmodes/flymake.el (flymake-post-syntax-check):
409         Fix typo in error message.
411 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
413         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
414         which is always a string.  (Bug#5313)
416 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
418         * progmodes/ada-xref.el (ada-default-prj-properties):
419         Simplify previous change.
421 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
423         * progmodes/ada-xref.el (ada-default-prj-properties):
424         Default ada_project_path to $ADA_PROJECT_PATH.
426 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
428         * progmodes/ada-mode.el (ada-create-keymap):
429         Override `narrow-to-defun' with `ada-narrow-to-defun'.
431 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
433         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
434         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
435         (ada-get-current-indent, ada-imenu-generic-expression)
436         (ada-which-function): Check for it.
438 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
440         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
441         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
443 2010-01-14  Glenn Morris  <rgm@gnu.org>
445         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
447 2010-01-14  Kenichi Handa  <handa@m17n.org>
449         * composite.el (auto-composition-mode): Make it a buffer local
450         variable (permanent-local).
451         (auto-composition-function): Set the default value to
452         auto-compose-chars.
453         (auto-composition-mode): Make it a simple function, not a minor mode.
454         (global-auto-composition-mode): Likewise.
455         (turn-on-auto-composition-if-enabled): Delete it.
457 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
459         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
461 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
463         * files.el (copy-directory): Compute target for recursive
464         directories with identical names.  (Bug#5343)
466 2010-01-12  Glenn Morris  <rgm@gnu.org>
468         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
469         it to bug-gnu-emacs rather than emacs-pretest-bug.
471 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
473         * cedet/data-debug.el (data-debug): Fix customization group reference.
475 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
477         * cedet/semantic/analyze.el (semantic-analyze-push-error)
478         (semantic-analyze-context, semantic-analyze-context-assignment)
479         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
480         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
481         (semantic-java-doc-keywords-map):
482         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
483         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
484         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
485         (semantic-c-classname, semantic-format-tag-uml-prototype)
486         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
487         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
488         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
489         (semantic-get-local-variables, semantic-end-of-command)
490         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
491         (lisp-mode):
492         * cedet/semantic/bovine/make.el (makefile-mode):
493         * cedet/semantic/wisent/python.el (wisent-python-string-re)
494         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
495         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
496         (semantic-lex, semantic-get-local-variables, python-mode):
497         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
498         * cedet/srecode/extract.el (srecode-extract-state-set)
499         (srecode-extract-method): Fix typos in docstrings.
501 2010-01-11  Sam Steingold  <sds@gnu.org>
503         * imenu.el (imenu-default-create-index-function): Detect infinite
504         loops caused by imenu-prev-index-position-function.
506 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
508         * htmlfontify.el (htmlfontify-load-rgb-file)
509         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
510         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
511         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
512         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
513         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
514         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
515         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
516         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
517         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
518         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
519         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
520         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
521         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
522         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
523         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
524         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
525         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
526         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
527         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
528         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
529         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
530         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
531         backslash-quoting from parentheses, etc.
533 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
535         * progmodes/js.el: Autoload javascript-mode alias.
537 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
539         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
540         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
541         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
542         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
543         Fix typos in docstrings.
544         (ffap-url-regexp): Doc fix.
545         (ffap-at-mouse): Fix typo in message.
547 2010-01-11  Glenn Morris  <rgm@gnu.org>
549         * version.el (emacs-copyright): Set copyright year to 2010.
551 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
553         * format.el (format-annotate-function): Only set
554         write-region-post-annotation-function after running to-fn so as not to
555         affect nested write-region calls (bug#5273).
557 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
559         * cedet/semantic.el (semantic-new-buffer-setup-functions):
560         Add python parser.
562         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
563         wisent/python.el.
565 2010-01-10  Richard Kim  <emacs18@gmail.com>
567         * cedet/semantic/wisent/python-wy.el:
568         * cedet/semantic/wisent/python.el: New files.
570 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
572         * man.el (Man-goto-section): Signal error if the section is not
573         found (Bug#5317).
575 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
577         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
578         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
580 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
582         * progmodes/compile.el: Don't treat compile-command as safe if
583         compilation-read-command might be nil (Bug#4218).
585 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
587         * startup.el (command-line-1): Use orig-argi to check for ignored X and
588         NS options.
590 2010-01-08  Kenichi Handa  <handa@m17n.org>
592         * international/fontset.el (build-default-fontset-data):
593         Exclude characters in scripts kana, hangul, han, or cjk-misc.
595 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
597         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
598         to `create-file-buffer' as it expects, not just a buffer name.
599         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
600         to help uniquify.  (Bug#3224)
602 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
604         * font-setting.el (font-setting-change-default-font): Use user-spec
605         instead of name.
607 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
609         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
611 2010-01-05  Tom Tromey  <tromey@redhat.com>
613         * progmodes/python.el (python-font-lock-keywords):
614         Handle qualified decorators (Bug#881).
616 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
618         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
619         in a lightweight checkout.
621 2010-01-05  Kenichi Handa  <handa@m17n.org>
623         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
625 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
627         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
629 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
631         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
632         checkouts.  (Bug#618)
633         (vc-bzr-log-view-mode): Also highlight the author.
634         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
635         (vc-bzr-shelve-menu-map):
636         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
637         (vc-bzr-shelve-apply): Make prompt more explicit.
639 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
641         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
642         They are valid characters in URL paths (rfc3986), and at least
643         Firefox does not understand the encoded version (Bug#3166).
645 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
647         * progmodes/octave-mod.el (octave-end-keywords)
648         (octave-block-begin-or-end-regexp, octave-block-match-alist):
649         Add "end" keyword (Bug#3061).
650         (octave-end-as-array-index-p): New function.
651         (calculate-octave-indent): Use it.
653 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
655         * bookmark.el: Consistently put the text property on the bookmark name.
656         (bookmark-bmenu-marks-width): Bump back to 2, to include
657         annotation marks.
658         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
659         property on the bookmark name, instead of not putting it at all.
660         (bookmark-bmenu-list): Fix where we put the text property.
662 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
664         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
665         for showing buffer modified state (as added in the previous change).
667 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
669         * bookmark.el: Show modified state of bookmark buffer more accurately.
670         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
671         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
672         (with-buffer-modified-unmodified): New macro.
673         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
674         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
675         Use new macro to preserve the buffer modified state.
677 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
679         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
680         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
681         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
682         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
683         (bookmark-bmenu-rename, bookmark-bmenu-locate)
684         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
685         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
687 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
689         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
690         Make the lines in the generated doc string shorter.  (Bug#4668)
692 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
694         * net/rcirc.el: Add follow-link binding (Bug#4738).
696 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
698         * Makefile.in (bzr-update): Rename from cvs-update.
699         (cvs-update): New target for backward compatibility.
701         * makefile.w32-in (bzr-update): Rename from cvs-update.
702         (cvs-update): New target for backward compatibility.
704 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
706         * bookmark.el: Remove gratuitous gratitude.
708 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
710         * bookmark.el (bookmark-bmenu-any-marks): New function
711         (bookmark-bmenu-save): Clear buffer modification if no marks.
713 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
715         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
716         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
717         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
718         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
720         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
721         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
722         To: emacs-devel {_AT_} gnu.org
723         Subject: bookmark.el bug report
724         Date: Mon, 28 Dec 2009 14:19:16 +0800
725         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
727 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
729         * bookmark.el: Improvements suggested by Drew Adams:
730         (bookmark-bmenu-ensure-position): New name for
731         `bookmark-bmenu-check-position'.  Just ensure the position,
732         don't return any meaningful value.
733         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
734         New constants.
736 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
738         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
739         (bookmark-yank-point, bookmark-bmenu-check-position):
740         Fix typos in docstrings.
741         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
742         (bookmark-name-from-full-record, bookmark-get-position)
743         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
744         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
745         Remove useless quoting of parenthesis, etc. in docstrings.
747         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
748         (ediff-append-custom-diff): Fix typo in error message.
749         (ediff-meta-mark-equal-files): Fix typos in messages.
751         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
753         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
754         Fix typo in docstring.
756         * net/imap-hash.el (imap-hash-make): Doc fix.
757         (imap-hash-test): Fix typo in error message; reflow docstring.
758         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
759         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
760         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
761         Fix typos in docstrings.
762         (imap-hash-open-connection): Fix typo in error message.
764         * play/gomoku.el (gomoku): Fix typos in docstring.
766         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
767         (gdb-jsonify-buffer): Fix typos in docstring.
768         (gdb-goto-breakpoint): Fix typo in error message.
769         ("Display Other Windows"): Fix typo in help message.
770         (gdb-speedbar-expand-node): Fix typo in question.
772         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
773         (idlwave-html-system-help-location, idlwave-html-help-location)
774         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
775         (idlwave-help-browser-generic-args, idlwave-help-directory)
776         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
777         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
778         (idlwave-online-help, idlwave-help-html-link)
779         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
780         Fix typos in docstrings.
781         (idlwave-help-with-source, idlwave-help-find-routine-definition):
782         Reflow docstrings.
783         (idlwave-help-assistant-start): Fix typo in error message.
785         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
786         (octave-electric-space): Fix typos in docstrings.
788 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
790         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
792 2010-01-01  Juri Linkov  <juri@jurta.org>
794         * comint.el (comint-input-ring-size): Make it a defcustom and
795         increase the default to 500 (Bug#5148).
797 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
799         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
800         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
801         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
803 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
805         Show working revision correctly for mercurial.
806         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
807         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
809 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
811         Declare some functions for the byte-compiler.
812         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
813         (speedbar-timer-fn, speedbar-change-expand-button-char)
814         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
816 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
818         This changeset reverts GDB Graphical Interface to use annotations.
819         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
821 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
823         Make vc-dir work on subdirectories of the bzr root.
824         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
825         file names relative to it.
826         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
827         relative directory to vc-bzr-after-dir-status.
829 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
831         * font-lock.el (font-lock-refresh-defaults): New function, which
832         can be used to let font-lock react to external changes in
833         variables like font-lock-defaults and keywords.
834         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
836 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
838         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
840         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
842 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
844         Supersede color.diff settings in git log (bug#5211).
846         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
847         escape chars in its output when the user has color.diff set to `always'.
848         This fix works on git 1.4.2 and newer (released on 2006-08-13).
850 2009-12-26  Kevin Ryde  <user42@zip.com.au>
852         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
853         node.  Keep previous "Index" name to work with past coreutils too.
855         * man.el (man): Revise docstring a bit to show -a and -l as
856         examples.  Add -k description since support for it has otherwise
857         been a secret.  (Further to bug#3717.)
858         (Man-bgproc-sentinel): When "-k foo" produces no output show error
859         "no matches" rather than "Can't find manpage", as the latter reads
860         like -k was interpreted as a page name, which is not so.  (Bug#5431)
862 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
864         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
865         switches.  Check also for //SUBDIRED// line.
867 2009-12-25  Kenichi Handa  <handa@m17n.org>
869         * language/indian.el (devanagari-composable-pattern): Fixed to
870         handle ZWNJ and ZWJ.  Use it in composition-function-table for
871         Devanagari.
872         (malayalam-composable-pattern): Fix previous change.
874 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
876         * ps-print.el (ps-face-attributes): It was not returning the
877         attribute face for faces specified as string.  Reported by harven
878         <harven@free.fr>.
879         (ps-print-version): New version 7.3.5.
881 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
883         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
884         timezone names.
885         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
886         (icalendar--add-diary-entry): Remove the trailing blank that
887         diary-make-entry inserts.
889 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
891         Make `file-expand-wildcards' work for remote files.
893         * files.el (file-expand-wildcards): In case of remote files, check
894         only local file name part for wildcards.  Provide feature 'files
895         and subfeature 'remote-wildcards.  (Bug#5198)
897         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
898         if there is already an established connection.
899         (tramp-advice-file-expand-wildcards): Remove it.
901         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
902         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
903         Activate advice for older GNU Emacs versions.  (Bug#5237)
905 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
907         Some doc fixes (more needed).
909         * find-cmd.el (find-constituents): Reflow docstring.
910         (find-cmd, find-prune, find-command): Fix typos in docstrings.
911         (find-generic): Doc fix.
913 2009-12-17  Juri Linkov  <juri@jurta.org>
915         Fix regression from 23.1 to allow multiple modes in Local Variables.
917         * files.el (hack-local-variables-filter): While ignoring duplicates,
918         don't take `mode' into account.
919         (hack-local-variables-filter, hack-dir-local-variables): Don't
920         remove duplicate `mode' from local-variables-alist (like `eval').
922 2009-12-17  Juri Linkov  <juri@jurta.org>
924         Make `dired-diff' more safe.  (Bug#5225)
926         * dired-aux.el (dired-diff): Signal an error when `file' equals to
927         `current' or when `file' is a directory of the `current' file.
929 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
931         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
932         unconditionally preloaded files.
934 2009-12-16  Juri Linkov  <juri@jurta.org>
936         Revert to old 23.1 logic of using the file at the mark as default.
937         * dired-aux.el (dired-diff): Use the file at the mark as default
938         if it's not the same as the current file, and the target dir is
939         the current dir or the mark is active.  Add the current file
940         as the arg of `dired-dwim-target-defaults'.  Use the default file
941         in the prompt.  (Bug#5225)
943 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
945         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
946         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
947         (tramp-check-for-regexp): Check also, when an echoing shell stops
948         to echo sent commands.
950 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
952         * Makefile.in: Revert last change (Bug#5191).
954 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
956         * vc-hg.el (vc-hg-print-log): Fix argument order.
957         (vc-hg-working-revision): Make sure the command is executed in a
958         known environment so that we can parse the output.  (Bug#4417)
960 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
962         * progmodes/python.el (python-symbol-completions): Remove text
963         properties from symbol string before calling python-send-receive.
965 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
967         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
968         when there are values for both file and line.  (Bug#5060)
970 2009-12-14  Juri Linkov  <juri@jurta.org>
972         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
973         whitespace after the file name of the first line of unified format,
974         because git-diff doesn't output whitespace and file modification time
975         after the file name.
977 2009-12-14  David Kastrup  <dak@gnu.org>
979         * info.el (Info-hide-cookies-node): Before hiding a cookie,
980         check if it already has the `display' property added by
981         `Info-display-images-node', and not put the `invisible' property
982         in this case.
984 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
986         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
987         (semantic-mru-bookmark-mode): Doc fixes.
989         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
990         of assert.
992 2009-12-13  Glenn Morris  <rgm@gnu.org>
994         * mail/emacsbug.el (message-sort-headers): Define for compiler.
995         (report-emacs-bug): In message-mode, sort manually before storing
996         original report text.  (Bug#5178)
997         Remove superfluous save-excursion.
999 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
1001         * net/dbus.el (dbus-property-handler): Filter lambda forms out
1002         when responding to "GetAll" properties.
1004 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
1006         * simple.el (compose-mail): Remove mail-setup-with-from from
1007         customization checks.
1009 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
1011         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1012         RAR archives created on Unix systems.
1014 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1016         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1017         the varalias that was accidentally removed by the 2009-11-19 change
1018         (bug#5186).
1020 2009-12-12  Kenichi Handa  <handa@m17n.org>
1022         * language/indian.el (indian-compose-regexp): New function.
1023         (malayalam-composable-pattern): Fix the pattern.
1024         (composition-function-table): Set malayalam-composable-pattern for
1025         Malayalam characters.
1027 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
1029         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1030         rather than down-mouse-1, based on follow-link conventions.
1032         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1033         are compiled.
1035 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
1037         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1038         (verilog-vmm-statement-re, verilog-ovm-statement-re)
1039         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1040         (verilog-leap-to-head, verilog-backward-token):
1041         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
1043 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
1045         * progmodes/verilog-mode.el (verilog-auto-lineup)
1046         (verilog-nameable-item-re): Cleanup user-visible spelling and
1047         documentation errors.  One reported by Gary Delp.
1048         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1049         (verilog-read-decls): Fix AUTOWIRE with types declared in a
1050         package, bug195.  Reported by Pierre-David Pfister.
1052 2009-12-11  Glenn Morris  <rgm@gnu.org>
1054         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1056         * mail/emacsbug.el: No longer require sendmail.
1057         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
1058         (report-emacs-bug-orig-text): Doc fix.
1059         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1060         New local variables, to adapt to different mail-user-agents.
1061         (report-emacs-bug): Fix test for a gnu.org address.
1062         Use overlays for emphasis, since font-lock defeats 'face property.
1063         Pretest bugs also end up at the newsgroup these days.
1064         Stop message-mode stripping text properties.
1065         Set and use the new buffer-local variables.
1066         (report-emacs-bug-hook): Add doc-string.
1067         Remove some unnecessary save-excursions and simplify.
1068         Use the appropriate hook and send-command.
1070         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1071         capitalization of some menu entries.
1073 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1075         * whitespace.el (whitespace-display-char-on): Ensure
1076         `buffer-display-table' is unique when two or more windows are
1077         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1078         New version 12.1.
1080 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
1082         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1083         characters in the Attribute field.
1085 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
1087         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
1089 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1091         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1092         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1093         Disregard autoload-excludes.
1094         (update-directory-autoloads): Obey autoload-excludes here instead.
1095         But don't store its contents in no-autoloads and remove entries that
1096         refer to excludes files.
1098 2009-12-10  Glenn Morris  <rgm@gnu.org>
1100         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1101         (expand-mail-aliases): Define for compiler.
1103         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1104         Define for compiler.
1106         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1107         appropriate for the mail-user-agent in use.
1109 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
1111         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1113 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
1115         Fix short log parsing and fontification.
1116         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1117         Fix fontification for the [merge] label.
1119 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
1121         Drop some properties to avoid surprises.
1122         * htmlfontify.el (hfy-ignored-properties): New defcustom.
1123         (hfy-fontify-buffer): Use it.
1125 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1127         Minor cleanup.
1128         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1129         Adjust all callers.
1130         (ffap-locate-file): Remove unused arg `dir-ok' and make other
1131         args compulsory.  Adjust callers.
1132         (ffap-gopher-at-point): Remove unused var `name'.
1134         Get rid of the ELCFILES abomination.
1135         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1136         (compile-elcfiles): New phony target.
1137         (compile-main): Compute ELCFILES dynamically.
1138         (compile-clean): New target to remove left-over elc files.
1139         (compile, all): Use it.
1141 2009-12-09  Kenichi Handa  <handa@etlken>
1143         * international/mule-diag.el: Require help-mode instead of help-fns.
1145 2009-12-09  Kenichi Handa  <handa@m17n.org>
1147         * international/mule-cmds.el (ucs-names): Supply sufficiently
1148         fine ranges instead of pre-calculating accurate ranges.
1149         Iterate with bigger gc-cons-threshold.
1151 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
1153         Add support for stashing a snapshot of the current tree.
1154         * vc-git.el (vc-git-stash-snapshot): New function.
1155         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1157 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
1159         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1160         instead of `(beginning|end)-of-line'.
1162 2009-12-08  Glenn Morris  <rgm@gnu.org>
1164         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1166         * Makefile.in (ELCFILES): Regenerate.
1168 2009-12-07  Juri Linkov  <juri@jurta.org>
1170         Don't lazy-highlight the comint output in history Isearch mode.
1172         * comint.el (comint-history-isearch-search): Instead of
1173         `comint-line-beginning-position', use `comint-after-pmark-p'
1174         to check if point if before the process mark, and go to
1175         `process-mark' in this case.
1177 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1179         * textmodes/tex-mode.el (latex-complete)
1180         (latex-indent-or-complete): Remove.
1181         (latex-mode): Set completion-at-point-functions instead.
1183         Provide a standard completion command and hook it into TAB.
1184         * minibuffer.el (completion-at-point-functions): New var.
1185         (completion-at-point): New command.
1186         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1187         * progmodes/python.el (python-mode-map): Use completion-at-point.
1188         (python-completion-at-point): Rename from python-partial-symbol and
1189         adjust for use in completion-at-point-functions.
1190         (python-mode): Setup completion-at-point for Python completion.
1191         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1192         extracted from lisp-complete-symbol.
1193         (lisp-complete-symbol): Use it.
1194         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1195         setup completion-at-point for Elisp completion.
1196         (emacs-lisp-mode-map, lisp-interaction-mode-map):
1197         Use completion-at-point.
1198         * ielm.el (ielm-map): Use completion-at-point.
1199         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
1200         * progmodes/sym-comp.el: Move to...
1201         * obsolete/sym-comp.el: Move from progmodes.
1203 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
1205         Prevent save-buffer in Rmail buffers from using the coding-system
1206         of the current message, and from clobbering the encoding mnemonics
1207         in the mode line (Bug#4623).
1209         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1210         flag, too.
1211         (rmail-message-encoding): New variable.
1212         (rmail-write-region-annotate): Record the encoding of the current
1213         message in rmail-message-encoding.
1214         (rmail-after-save-hook): New function, restores the encoding of
1215         the current message after the message collection is saved.
1217 2009-12-07  Juri Linkov  <juri@jurta.org>
1219         * progmodes/grep.el (grep-read-files): Use `completing-read'
1220         instead of `read-string'.  Set its `collection' arg to
1221         `read-file-name-internal'.  (Bug#4301)
1223 2009-12-07  Juri Linkov  <juri@jurta.org>
1225         Correctly restore original Isearch point.  (Bug#4994)
1227         * isearch.el (isearch-mode): Move `isearch-push-state' after
1228         `(run-hooks 'isearch-mode-hook)'.
1229         (isearch-cancel): When `isearch-push-state-function' is defined,
1230         let-bind `isearch-cmds' to the first state (the last element of
1231         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1232         function and restores the original point).  Otherwise, move point
1233         to `isearch-opoint'.
1235 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1237         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1238         chars that don't have names, so the table can be built much faster at
1239         run-time.
1241 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
1243         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1244         change.  Suggested by David Kastrup.
1246         * simple.el (compose-mail): Check for incompatibilities and warn.
1247         (compose-mail-user-agent-warnings): New option.
1249 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
1251         Support showing a single log entry from vc-annotate.
1252         * vc.el (print-log): Add a new argument: START-REVISION.
1253         (vc-print-log-internal): Add a new optional argument and
1254         pass it to the backend.
1255         (vc-print-log, vc-print-root-log): Adjust callers.
1256         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
1257         buffer already displays the requested log entry, use it.
1258         Otherwise display only the log entry in question.
1259         * vc-svn.el (vc-svn-print-log):
1260         * vc-mtn.el (vc-mtn-print-log):
1261         * vc-hg.el (vc-hg-state):
1262         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
1263         (vc-git-show-log-entry): Return t on success.
1264         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
1265         (vc-bzr-show-log-entry): Return t on success.
1266         * vc-rcs.el (vc-rcs-print-log):
1267         * vc-sccs.el (vc-sccs-print-log):
1268         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
1270 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
1272         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
1273         Add menus to the meta mode.  (Bug#5043)
1275 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
1277         * ediff-init.el (ediff-event-key): Use event-to-character instead of
1278         event-key.
1280         * ediff.el (ediff-buffers-internal): Add unwind-protect.
1282 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
1284         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
1285         Berbain <raphael.berbain@gmail.com>.
1287         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
1288         characters.
1289         (tramp-initial-end-of-output): New defconst.
1290         (tramp-methods, tramp-find-shell)
1291         (tramp-open-connection-setup-interactive-shell)
1292         (tramp-maybe-open-connection): Use it.
1293         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
1294         existence of `#' and `$'.
1296         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
1297         `tramp-initial-end-of-output'.
1299 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
1301         Get the background mode from the terminal for xterm, and set
1302         faces accordingly.
1303         * term/xterm.el (xterm-set-background-mode): New function.
1304         (terminal-init-xterm): Use it in case xterm supports background
1305         color queries.  Recompute faces after getting the background
1306         color.
1308 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
1310         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
1311         number comment back on its own line, for easier parsing.
1313 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1315         Make it work for non-file buffers (bug#5102).
1316         * doc-view.el (doc-view-current-cache-dir):
1317         Use doc-view-buffer-file-name rather than buffer-file-name.
1318         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
1320 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
1322         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
1323         author field is too short.
1325 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
1327         * vc-git.el (vc-git-print-log): Handle a limit argument.
1328         Display the short log in graph form and with labels.
1329         (vc-git-log-view-mode): Handle labels.
1331         Make vc-revert change VC state from 'added to 'unregistered.
1332         * vc-git.el (vc-git-revert): Call git reset first.
1334 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
1336         * net/newst-backend.el, net/newst-plainview.el:
1337         * net/newst-reader.el, net/newst-ticker.el:
1338         * net/newst-treeview.el, net/newsticker.el:
1339         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
1341 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
1343         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
1345         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
1346         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
1347         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1348         Update annotation regexp.
1350         * simple.el (beginning-of-visual-line): Constrain to field
1351         boundaries (Bug#5106).
1353 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
1355         * xml.el (xml-substitute-numeric-entities): Move
1356         newsticker--decode-numeric-entities in newst-backend.el to
1357         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
1358         * net/newst-backend.el (newsticker--parse-generic-feed)
1359         (newsticker--parse-generic-items)
1360         (newsticker--decode-numeric-entities): Move
1361         newsticker--decode-numeric-entities in newst-backend.el to
1362         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
1364 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
1366         * progmodes/js.el (js--js-not): Add null to the list of values.
1368 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
1370         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
1372 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1374         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
1375         delimiter if it is at the end of the current line.
1376         (bibtex-generate-url-list): Fix docstring.
1378 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1380         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
1381         minibuffer's content with itself.
1382         Fold the confirm-after-completion case into the `confirm' case.
1383         (completion-pcm-word-delimiters): Add : and / to the delimiters.
1385 2009-12-06  Kevin Ryde  <user42@zip.com.au>
1387         * ffap.el (ffap-rfc-path): Make this a defcustom since
1388         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
1390         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
1391         manuals, similar to existing setup for help-mode.  (Bug#3913.)
1393 2009-12-05  Juri Linkov  <juri@jurta.org>
1395         Save and restore dired buffer's point positions too.  (Bug#4880)
1397         * dired.el (dired-save-positions): Return in the first element
1398         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
1399         Doc fix.
1400         (dired-restore-positions): First restore buffer's position.
1401         While restoring window's positions, check if window still displays
1402         the original buffer.
1404 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
1406         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
1407         if possible.
1409         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
1410         Make argument optional.
1412         * shell.el (shell): Require ansi-color (Bug#5113).
1414         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
1416         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
1418 2009-12-05  Alan Mackenzie  <acm@muc.de>
1420         * progmodes/cc-mode.el (c-before-hack-hook)
1421         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
1422         `c-file-style' to work again.  This reversion restores the current
1423         software to its state in Emacs 23.1.  (Bug#4146)
1425 2009-12-05  Kevin Ryde  <user42@zip.com.au>
1427         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
1428         comment-start-skip to comment-end-skip as comment (Bug#4781).
1430 2009-12-05  Juri Linkov  <juri@jurta.org>
1432         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
1433         for virtual nodes.  (Bug#4147)
1434         (Info-find-node-2): Set `Info-current-node-virtual' to nil
1435         when moving from a virtual node.
1436         (Info-mode-menu): Add `Info-virtual-index' to the menu.
1437         (Info-mode): Add `Info-virtual-index' to the docstring.
1439 2009-12-05  Eric Ludlam  <zappo@gnu.org>
1441         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1442         Describe project macro symbols.
1444         * cedet/semantic/complete.el (semantic-complete-do-completion):
1445         Don't call semantic-collector-current-exact-match.
1447         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
1448         ede-objects as targets.
1450         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
1451         a target's object list even if compiler vars are already in the
1452         Makefile.
1454         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
1455         list of headers producing necessary macros.
1457 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1459         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
1460         track of the buffer position of the end of a BibTeX entry as this
1461         position may change during reformatting.
1462         (bibtex-format-entry): Remove whitespace before processing
1463         numerical fields so that we recognize the latter properly.
1464         (bibtex-reformat): Do not use push which changes the global value
1465         of bibtex-entry-format.
1466         (bibtex-field-braces-alist, bibtex-field-strings-alist)
1467         (bibtex-field-re-init): Replace only space characters by regexp
1468         for whitespace.
1469         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
1470         (bibtex-initialize): Also update bibtex-strings.
1471         (bibtex-kill-field): Preserve white space at end of entry.
1472         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
1473         Update bibtex-reference-keys.
1475 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1477         * minibuffer.el (completion-pcm--merge-try): Also consider placing
1478         point after a star, if that's the only place where modifications can
1479         make progress.
1481 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
1483         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
1484         in docstrings.
1486 2009-12-04  Juri Linkov  <juri@jurta.org>
1488         * proced.el (proced): Call `(proced-update t)' to update process
1489         information instead of only running proced-post-display-hook.
1490         (proced-send-signal): Add a leading space to the buffer name
1491         " *Marked Processes*" to make this buffer ephemeral.
1493 2009-12-04  Juri Linkov  <juri@jurta.org>
1495         * dired.el (dired-auto-revert-buffer): New defcustom.
1496         (dired-internal-noselect): Use it.
1498 2009-12-04  Juri Linkov  <juri@jurta.org>
1500         Change roles of modes and functions in image-mode.el (Bug#5062).
1502         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
1503         in `auto-mode-alist'.
1504         (image-mode-previous-major-mode): New variable.
1505         (image-minor-mode-map): Rename from `image-mode-text-map'.
1506         (image-mode): Move graceful error-handling code from
1507         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
1508         (image-minor-mode): Remove all image-handling code.
1509         Replace `image-mode-text-map' with `image-minor-mode-map'.
1510         Check for `image-type' in mode-line format string.
1511         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
1512         (image-mode-as-text): New function with most code from
1513         `image-mode-maybe'.
1514         (image-toggle-display-text): Move code that removes image
1515         properties from `image-toggle-display' to here.
1516         (image-toggle-display-image): New function with code that adds
1517         image properties copied from `image-toggle-display'.
1518         (image-toggle-display): Remove most code with leaving only code
1519         that toggles between `image-mode-as-text' and `image-mode'.
1521 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
1523         * net/newst-treeview.el
1524         (newsticker--treeview-list-highlight-start): Restored call to
1525         save-excursion: Selected item was stuck.
1526         (newsticker--treeview-list-select): New.
1527         (newsticker--treeview-item-show-text)
1528         (newsticker--treeview-item-show)
1529         (newsticker--treeview-item-update): Use new
1530         newsticker-treeview-item-mode.
1531         (newsticker-treeview-update): Keep current item.
1532         (newsticker-treeview-next-new-or-immortal-item): Doc change.
1533         (newsticker--treeview-first-feed): Doc change.
1534         (newsticker-treeview-list-menu)
1535         (newsticker-treeview-item-menu): Added menu entries.
1536         (newsticker-treeview-item-mode): New.
1538         * net/newst-backend.el (newsticker-customize): Delete other
1539         windows.
1541 2009-12-04  Sam Steingold  <sds@gnu.org>
1543         * log-view.el (log-view-mode-map): "q" calls quit-window,
1544         like in all the other non-self-insert buffers.
1546 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1548         Minor cleanup.
1549         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
1550         key decoding rather than do it manually via last-input-event +
1551         ascii-character.
1552         (term-exec): Use delete-and-extract-region.
1553         (term-handle-ansi-terminal-messages): Remove unused var `end'.
1554         (term-process-pager): Remove unused var `i'.
1555         (term-dynamic-simple-complete): Make obsolete.
1556         (serial-update-config-menu): Remove unused vars `y' and `str'.
1557         (term-update-mode-line): Remove unused var `temp'.
1559 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
1561         Limit the number of log entries displayed by default.
1562         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
1563         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
1564         using a prefix argument.
1566 2009-12-03  Glenn Morris  <rgm@gnu.org>
1568         * progmodes/idlwave.el (class): Restore still useful declaration.
1570 2009-12-03  Alan Mackenzie  <acm@muc.de>
1572         Enhance `c-parse-state' to run efficiently in "brace deserts".
1574         * progmodes/cc-mode.el (c-basic-common-init):
1575         Call c-state-cache-init.
1576         (c-neutralize-syntax-in-and-mark-CPP): Rename from
1577         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
1578         placing `category' properties value 'c-cpp-delimiter at its boundaries.
1580         * progmodes/cc-langs.el (c-before-font-lock-function):
1581         c-extend-and-neutralize-syntax-in-CPP has been renamed
1582         c-neutralize-syntax-in-and-mark-CPP.
1584         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
1585         with `category' properties now, not `syntax-table' ones.
1587         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
1588         enhanced (but slower) version of c-end-of-macro that won't land
1589         inside a literal or on another awkward character.
1590         (c-state-cache-too-far, c-state-cache-start)
1591         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
1592         (c-state-nonlit-pos-cache-limit, c-state-point-min)
1593         (c-state-point-min-lit-type, c-state-point-min-lit-start)
1594         (c-state-min-scan-pos, c-state-brace-pair-desert)
1595         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
1596         buffer local variables.
1597         (c-state-literal-at, c-state-lit-beg)
1598         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
1599         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
1600         (c-state-cache-top-paren, c-state-cache-after-top-paren)
1601         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
1602         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
1603         (c-renarrow-state-cache)
1604         (c-append-lower-brace-pair-to-state-cache)
1605         (c-state-push-any-brace-pair, c-append-to-state-cache)
1606         (c-remove-stale-state-cache)
1607         (c-remove-stale-state-cache-backwards, c-state-cache-init)
1608         (c-invalidate-state-cache-1, c-parse-state-1)
1609         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
1610         (c-parse-state): Enhance and refactor.
1611         (c-debug-parse-state): Amend to deal with all the new variables.
1613         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
1614         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
1615         modify to use category text properties rather than syntax-table ones.
1616         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
1617         to switch off/on the syntactic paren property of C++ template
1618         delimiters using the category property.
1619         (c-with-<->-as-parens-suppressed): Macro to invoke code with
1620         template delims suppressed.
1621         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
1622         New constant/macros which apply category properties to the start
1623         and end of preprocessor constructs.
1624         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
1625         "comment out" the syntactic value of characters in preprocessor
1626         constructs.
1627         (c-with-cpps-commented-out)
1628         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
1629         with characters in all or all but one preprocessor constructs
1630         "commented out".
1632 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1634         * proced.el (proced-filter-alist): Use regexp-quote.
1636 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
1638         Cleanup.
1639         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
1640         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
1641         arguments.  Expand `default-directory'.
1643         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
1644         the benefit of returning an expanded localname.
1645         (tramp-tramp-file-p): Handle the case NAME is not a string.
1647 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
1649         Add support for bzr shelve/unshelve.
1650         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1651         (vc-bzr-extra-menu-map): New variables.
1652         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
1653         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
1654         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
1655         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
1656         (vc-bzr-dir-extra-headers): Display shelves.
1658         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
1660 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1662         * textmodes/bibtex.el (bibtex-complete-internal):
1663         Use completion-in-region.
1664         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
1666 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
1668         Support applying stashes.  Improve UI.
1669         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
1670         (vc-git-stash-apply, vc-git-stash-pop)
1671         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
1672         (vc-git-stash-menu): New functions.
1673         (vc-git-stash-menu-map): New variable.
1674         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
1676 2009-12-03  Glenn Morris  <rgm@gnu.org>
1678         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
1679         (vc-print-log-internal): Fix previous change.
1680         (vc-revert): Correct pluralization.
1682 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1684         * progmodes/make-mode.el (makefile-special-targets-list): No need for
1685         it to be an alist any more.
1686         (makefile-complete): Use completion-in-region.
1688         * progmodes/octave-mod.el (octave-complete-symbol):
1689         Use completion-in-region.
1691         Misc cleanup.
1692         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
1693         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
1694         (idlwave-complete-class): Don't quote lambda.
1695         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
1696         (idlwave-mode-map): Move initialization into declaration.
1697         (idlwave-action-and-binding): Use backquotes.
1698         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
1699         Simplify.
1700         (idlwave-is-pointer-dereference): Remove unused var `pos'.
1701         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
1702         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
1703         `parts', and `all-parts'.
1704         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
1705         (idlwave-convert-xml-system-routine-info): Remove unused string
1706         `version-string'.
1707         (idlwave-display-user-catalog-widget): Use dolist.
1708         (idlwave-scanning-lib): Declare dynamically-scoped var.
1709         (idlwave-scan-library-catalogs): Remove unused var `flags'.
1710         (completion-highlight-first-word-only): Declare to silence bytecomp.
1711         (idlwave-popup-select): Tighten scope of `resp'.
1712         (idlwave-find-struct-tag): Remove unused var `beg'.
1713         (idlwave-after-load-rinfo-hook): Declare.
1714         (idlwave-sintern-class-info): Remove unused var `taglist'.
1715         (idlwave-find-class-definition): Remove unused var `list'.
1716         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
1717         (idlwave-what-module-find-class): Remove unused var `classes'.
1719 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
1721         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
1723 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1725         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
1726         buffers visited.  Remove redundant current-buffer-saving.
1728 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1730         Use completion-in-buffer and remove uses of dynamic scoping.
1731         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
1732         (pascal-buffer-to-use, pascal-flag): Don't declare.
1733         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
1734         (pascal-get-completion-decl, pascal-keyword-completion):
1735         Add `pascal-str' argument, save-excursion,
1736         return the found completions, and don't filter with pascal-pred.
1737         (pascal-completion-cache): New var.
1738         (pascal-completion): Don't switch buffer any more (it was never
1739         necessary).  Don't save-excursion any more (it's done by the called
1740         subroutines).  Use a cache to avoid redundant computations.
1741         Use complete-with-action rather than pascal-completion-response and
1742         let it apply the predicate as well.
1743         (pascal-complete-word): Use completion-in-buffer when
1744         pascal-toggle-completions is nil.
1745         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
1746         not used any more.
1747         (pascal-comp-defun): Don't change buffer any more.
1748         Use complete-with-action rather than pascal-completion-response and
1749         let it apply the predicate as well.
1750         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
1751         when neded.
1753 2009-12-02  Kenichi Handa  <handa@m17n.org>
1755         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
1756         shape for all Indic scripts.
1758 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1760         Use completion-in-buffer.
1761         * wid-edit.el (widget-field-text-end): New function.
1762         (widget-field-value-get): Use it.
1763         (widget-string-complete, widget-file-complete)
1764         (widget-color-complete): Use it and completion-in-region.
1765         (widget-complete): Don't narrow the buffer.
1767 2009-12-02  Glenn Morris  <rgm@gnu.org>
1769         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
1770         (rmail-select-summary): Use rmail-pop-to-buffer.
1771         * mail/rmailsum.el: Replace all pop-to-buffer calls with
1772         rmail-pop-to-buffer, to prevent horizontal splits.
1774         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
1775         save-excursion with save-current-buffer.
1776         Widen before searching.  (Bug#5093)
1777         (diary-list-sexp-entries): Remove superfluous save-excursion.
1779 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
1781         * woman.el (woman-make-bufname): Handle man-pages with "." in the
1782         name.  (Bug#5038)
1784 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
1786         * ido.el (ido-file-internal): Handle filenames at point that do
1787         not have a directory part.  (Bug#5049)
1789 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
1791         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
1792         (mpc-songs-jump-to, mpc-resume): Doc fixes.
1794 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
1796         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
1797         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
1798         any more.
1800 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1802         * comint.el (comint-insert-input): Ignore clicks to the right of
1803         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
1805         * vc.el (vc-print-log-internal): Don't wait for the process to
1806         terminate before setting up the major mode.
1808         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
1809         in case.
1811         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
1812         the last element.
1814         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
1816 2009-12-01  Glenn Morris  <rgm@gnu.org>
1818         * window.el (window--display-buffer-2): Fix previous changes.
1820 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
1822         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
1824 2009-12-01  Glenn Morris  <rgm@gnu.org>
1826         * Makefile.in (ELCFILES): Add mpc.elc.
1828 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1830         * mpc.el: New file.
1832 2009-12-01  Glenn Morris  <rgm@gnu.org>
1834         * window.el (window-to-use): Define for compiler.
1836         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
1837         consistent with others (no final period).
1839         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
1840         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
1842 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
1844         Make vc-print-log buttons work.
1845         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
1847 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
1849         * savehist.el (savehist-autosave-interval): Allow setting to nil
1850         through customize.  (Bug#5056)
1852 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
1854         Fix references to jit-lock properties.
1855         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1856         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
1857         (perl-font-lock-special-syntactic-constructs):
1858         Quote jit-lock-defer-multiline property.
1860 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
1862         * vc-git.el (vc-git-registered): Call vc-git-root only once.
1864 2009-11-30  Juri Linkov  <juri@jurta.org>
1866         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
1867         value `buffer' of `multi-isearch-next-buffer-current-function'.
1868         Use `(current-buffer)' when `buffer' is nil.
1869         (multi-isearch-next-buffer-from-list): Don't fallback to
1870         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
1872 2009-11-30  Juri Linkov  <juri@jurta.org>
1874         * misearch.el (multi-isearch-read-buffers): Move canonicalization
1875         of buffers with `get-buffer' to `multi-isearch-buffers'.
1876         (multi-isearch-buffers, multi-isearch-buffers-regexp):
1877         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
1878         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
1879         FILES with `expand-file-name' converting relative file names
1880         to absolute.  Doc fix.  (Bug#4727)
1882 2009-11-30  Juri Linkov  <juri@jurta.org>
1884         * misearch.el (multi-isearch-read-buffers)
1885         (multi-isearch-read-matching-buffers): New functions.
1886         (multi-isearch-buffers, multi-isearch-buffers-regexp):
1887         Use them in the `interactive' spec.  Doc fix.
1888         (multi-isearch-read-files, multi-isearch-read-matching-files):
1889         New functions.
1890         (multi-isearch-files, multi-isearch-files-regexp):
1891         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
1893 2009-11-30  Juri Linkov  <juri@jurta.org>
1895         * doc-view.el (doc-view-continuous):
1896         Rename from `doc-view-continuous-mode'.
1897         (doc-view-menu): Move "Toggle display" to the top.
1898         Add submenu "Continuous" with radio buttons "Off"/"On"
1899         and "Save as Default".
1900         (doc-view-scroll-up-or-next-page)
1901         (doc-view-scroll-down-or-previous-page)
1902         (doc-view-next-line-or-next-page)
1903         (doc-view-previous-line-or-previous-page): Rename
1904         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
1906 2009-11-30  Juri Linkov  <juri@jurta.org>
1908         * comint.el (comint-mode-map): Rebind `M-r' from
1909         `comint-previous-matching-input' to
1910         `comint-history-isearch-backward-regexp'.
1911         Unbind `M-s' to allow global key binding `M-s'.
1912         Add menu items for `comint-history-isearch-backward' and
1913         `comint-history-isearch-backward-regexp'.  (Bug#3746)
1915 2009-11-30  Juri Linkov  <juri@jurta.org>
1917         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
1918         For def=recenter, replace `recenter' with `recenter-top-bottom'
1919         that is called with `this-command' and `last-command' let-bound
1920         to `recenter-top-bottom'.  When the last `def' was not `recenter',
1921         set `recenter-last-op' to nil.  (Bug#4981)
1923 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1925         Minor cleanup and simplification.
1926         * filecache.el (file-cache-add-directory)
1927         (file-cache-add-directory-recursively)
1928         (file-cache-add-from-file-cache-buffer)
1929         (file-cache-delete-file-regexp, file-cache-delete-directory)
1930         (file-cache-files-matching-internal, file-cache-display): Use dolist.
1931         (file-cache-temp-minibuffer-message): Delete function.
1932         (file-cache-minibuffer-complete): Use minibuffer-message instead.
1934         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1935         Don't signal an error when bumping into EOB in tr, s, or y.
1937 2009-11-29  Juri Linkov  <juri@jurta.org>
1939         * startup.el (fancy-about-text): Fix wording of Guided Tour.
1940         (Bug#4960)
1942         * descr-text.el (describe-char-unidata-list): Use lowercase name
1943         for "Unicode name" like in other tags.
1945 2009-11-29  Juri Linkov  <juri@jurta.org>
1947         * ediff-util.el (ediff-minibuffer-with-setup-hook):
1948         New compatibility macro.
1949         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
1951 2009-11-29  Juri Linkov  <juri@jurta.org>
1953         Add defcustom to define the cycling order of `recenter-top-bottom'.
1954         (Bug#4981)
1956         * window.el (recenter-last-op): Doc fix.
1957         (recenter-positions): New defcustom.
1958         (recenter-top-bottom): Rewrite to use `recenter-positions'.
1959         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
1961 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
1963         Improve integration of Tramp and ange-ftp in eshell.
1965         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
1966         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
1967         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
1969         * eshell/esh-util.el (top): Require also Tramp when compiling.
1970         (eshell-directory-files-and-attributes): Check for FTP remote
1971         connection.
1972         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
1973         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
1974         (eshell-file-attributes): Handle ".".  Return `entry'.
1976         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
1977         (ange-ftp-directory-files-and-attributes)
1978         (ange-ftp-real-directory-files-and-attributes): New defuns.
1980         * net/tramp.el (tramp-maybe-open-connection): Open the remote
1981         shell with "exec" when possible.  This prevents trailing prompts
1982         in `start-file-process'.
1984 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1986         Try and remove assumptions about point-min==1.
1987         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
1988         (rng-compute-mode-line-string): Show the validation percentage in
1989         terms of the narrowed text, not the widened text.
1990         (rng-do-some-validation): Don't catch internal errors when debugging.
1991         (rng-first-error): Simplify.
1992         (rng-after-change-function): Remove work around.  AFAIK the bug has
1993         been fixed a while ago.
1995         * image-mode.el (image-minor-mode): Exit more gracefully when the image
1996         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
1998         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2000         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2001         `cd' doesn't always do it for us (bug#5067).
2003         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2004         on 2009-10-25 as part of some other change (bug#5067).
2006 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2008         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2009         `suspicious'.
2010         (byte-compile-warnings): Use byte-compile-warning-types.
2011         (byte-compile-save-excursion): Warn about use of set-buffer right
2012         after save-excursion.
2014         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2015         the excursion as well.
2017 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
2019         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2020         providing a Tramp related implementation of "su" and "sudo".
2021         (eshell-unix-initialize): Add "su" and "sudo".
2023 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
2025         * net/socks.el (socks-send-command): Convert binary request to
2026         unibyte before sending.  This fixes mishandling of some port
2027         numbers such as 129.
2029 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2031         * help.el (describe-bindings-internal): Remove `interactive'.
2033         * man.el (Man-completion-table): Trim a terminating "(".
2034         Remove the space between name page a section.
2035         Add the command's description on the `help-echo' property.
2036         Remove `process-connection-type' binding since it's unused by
2037         call-process.
2038         Provide completion for the "<section> <name>" format as well.
2039         (Man-default-man-entry): Remove spurious var shadowing the argument.
2041 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2043         * log-view.el: Add "Keywords: tools", since its other keywords
2044         aren't in finder-known-keywords, and following vc.el.
2046         * sha1.el (sha1-string-external): default-directory "/" in case
2047         otherwise non-existent.  process-connection-type pipe for touch of
2048         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2050 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2052         Misc coding convention cleanups.
2053         * htmlfontify.el (hfy-init-kludge-hook): Rename from
2054         hfy-init-kludge-hooks.
2055         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2056         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2057         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2058         and push.
2059         (hfy-slant, hfy-weight): Use tables rather than code.
2060         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2061         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2062         (hfy-face-attr-for-class): Initialize `face-spec' directly.
2063         (hfy-face-to-css): Remove `nconc' with single arg.
2064         (hfy-p-to-face-lennart): Use `or'.
2065         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
2066         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2067         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2068         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2069         (hfy-force-fontification): Use run-hooks.
2071 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
2073         Various minor fixes.
2074         * htmlfontify.el (hfy-default-header): Add toggle_invis since
2075         Javascript belongs in the header, not the body.
2076         (hfy-javascript): Remove.
2077         (hfy-fontify-buffer): Don't insert it any more.
2078         (hfy-face-at): Handle (face0 face1 face2) style face properties.
2079         Fix bug in invis handling when there were no invis props in a chunk.
2081 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2083         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2085 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
2087         * finder.el (finder-mode-map): Add a menu.
2089 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
2091         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
2092         "unsigned" structs.
2094         (verilog-leap-to-head, verilog-backward-token): Handle "disable
2095         fork" statement better.
2097 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
2099         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2100         (verilog-delete-auto, verilog-delete-empty-auto-pair)
2101         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2102         Reported by Clay Douglass.
2104         (verilog-auto-inst, verilog-auto-star-safe)
2105         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2106         Fix removing "// Interfaces" when saving .* expansions.  Reported by
2107         Pierre-David Pfister.
2109 2009-11-26  Glenn Morris  <rgm@gnu.org>
2111         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2112         the scope.
2114 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
2116         * vc-annotate.el (vc-annotate-revision-previous-to-line):
2117         Really use previous revision.
2119 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2121         * man.el (Man-completion-table): default-directory "/" in case
2122         doesn't otherwise exist.  process-environment COLUMNS=999 so as
2123         not to truncate long names.  process-connection-type pipe to avoid
2124         any chance of hitting the pseudo-tty TIOCGWINSZ.
2125         (man): completion-ignore-case t for friendliness and since man
2126         itself is case-insensitive on the command line.
2127         Further to Bug#3717.
2129         * arc-mode.el: Add "Keywords: files", so the details in its
2130         commentary can be reached from finder-by-keyword.
2131         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
2132         editing mode, but it's comms related and sgml-mode.el has "comm"
2133         on that basis too.
2134         * textmodes/bibtex-style.el: Add "Keywords: tex".
2135         * international/isearch-x.el, international/ja-dic-cnv.el:
2136         * international/ja-dic-utl.el, international/kkc.el:
2137         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2139 2009-11-25  Juri Linkov  <juri@jurta.org>
2141         * man.el (Man-completion-table): Modify regexp to include
2142         section names to completion strings.  (Bug#3717)
2144 2009-11-25  Juri Linkov  <juri@jurta.org>
2146         Search recursively in gzipped files.  (Bug#4982)
2148         * progmodes/grep.el (grep-highlight-matches): Add new options
2149         `always' and `auto'.  Doc fix.
2150         (grep-process-setup): Check `grep-highlight-matches' for
2151         `auto-detect' to determine the need to compute grep defaults.
2152         Move Windows/DOS specific --colors settings handling
2153         to `grep-compute-defaults'.  Check `grep-highlight-matches'
2154         to get the value of "--color=".
2155         (grep-compute-defaults): Compute `grep-highlight-matches' when it
2156         has the value `auto-detect'.  Move Windows/DOS specific settings
2157         from `grep-process-setup'.
2158         (zrgrep): New command with alias `rzgrep'.
2160 2009-11-25  Juri Linkov  <juri@jurta.org>
2162         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2163         to nil instead of switching off view-mode.  (Bug#4896)
2165 2009-11-25  Juri Linkov  <juri@jurta.org>
2167         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
2169         * mwheel.el (mwheel-scroll-up-function)
2170         (mwheel-scroll-down-function): New defvars.
2171         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2172         `scroll-up', and `mwheel-scroll-down-function' instead of
2173         `scroll-down'.
2175         * doc-view.el (doc-view-scroll-up-or-next-page)
2176         (doc-view-scroll-down-or-previous-page): Add optional ARG.
2177         Use this ARG in the call to image-scroll-up/image-scroll-down.
2178         Change `interactive' spec to "P".  Goto next/previous page only
2179         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2180         SPC/DEL case).  Doc fix.
2181         (doc-view-next-line-or-next-page)
2182         (doc-view-previous-line-or-previous-page): Rename arg to ARG
2183         for consistency.
2184         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2185         `doc-view-scroll-up-or-next-page', and buffer-local
2186         `mwheel-scroll-down-function' to
2187         `doc-view-scroll-down-or-previous-page'.
2189 2009-11-25  Juri Linkov  <juri@jurta.org>
2191         Provide additional default values (directories at other Dired
2192         windows) via M-n in the minibuffer of some Dired commands.
2194         * dired-aux.el (dired-diff, dired-compare-directories)
2195         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2196         `minibuffer-default' in `minibuffer-with-setup-hook'.
2197         (dired-dwim-target-directory): Find a window that displays Dired
2198         buffer instead of failing when the next window is not Dired.
2199         Use `get-window-with-predicate' to find for the next Dired window.
2200         (dired-dwim-target-defaults): New function.
2202         * ediff-util.el (ediff-read-file-name):
2203         Use `dired-dwim-target-defaults' to set `minibuffer-default'
2204         in `minibuffer-with-setup-hook'.
2206 2009-11-25  Juri Linkov  <juri@jurta.org>
2208         Provide additional default values (file name at point or at the
2209         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
2211         * minibuffer.el (read-file-name-defaults): New function.
2212         (read-file-name): Reset `minibuffer-default' to nil when
2213         it duplicates initial input `insdef'.
2214         Bind `minibuffer-default-add-function' to lambda that
2215         calls `read-file-name-defaults' in `minibuffer-selected-window'.
2216         (minibuffer-insert-file-name-at-point): New command.
2218         * files.el (file-name-at-point-functions): New defcustom.
2219         (find-file-default): Remove defvar.
2220         (find-file-read-args): Don't use `find-file-default'.
2221         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2222         to `read-file-name'.
2223         (find-file-literally): Use `read-file-name' with
2224         `confirm-nonexistent-file-or-buffer'.
2226         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2228         * dired.el (dired-read-dir-and-switches):
2229         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2230         to `read-file-name'.
2231         (dired-file-name-at-point): New function.
2232         (dired-mode): Add hook `dired-file-name-at-point' to
2233         `file-name-at-point-functions'.
2235 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2237         Really make the *Completions* window soft-dedicated (bug#5030).
2238         * window.el (window--display-buffer-2): Add `dedicated' argument.
2239         (display-buffer): Pass it when needed so the dedicated flag is set
2240         after calling set-window-buffer, which would otherwise reset it.
2242 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2244         * progmodes/meta-mode.el (meta-complete-symbol):
2245         * progmodes/etags.el (complete-tag):
2246         * mail/mailabbrev.el (mail-abbrev-complete-alias):
2247         Use completion-in-region.
2249         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2250         (dabbrev-completion): Use completion-in-region.
2251         (dabbrev--abbrev-at-point): Simplify regexp.
2253         * abbrev.el (abbrev--before-point): Use word-motion functions
2254         if :regexp is not specified (bug#5031).
2256         * subr.el (string-prefix-p): New function.
2258         * man.el (Man-completion-cache): New var.
2259         (Man-completion-table): Use it.
2261         * vc.el (vc-print-log-internal): Make `limit' optional for better
2262         compatibility (e.g. with vc-annotate.el).
2264 2009-11-24  Kevin Ryde  <user42@zip.com.au>
2266         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
2267         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
2269         * emacs-lisp/elint.el (elint-add-required-env): Better error message
2270         when .el source file not found or other error.
2272 2009-11-24  Markus Triska  <markus.triska@gmx.at>
2274         * linum.el (linum-update-window): Ignore intangible (bug#4996).
2276 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2278         Handle the [back] button properly (bug#4979).
2279         * descr-text.el (describe-text-properties): Add a `buffer' argument.
2280         Use help-setup-xref, help-buffer, and with-help-window.
2281         (describe-char): Add `buffer' argument.
2282         Pass proper command to help-setup-xref.  Don't meddle with
2283         help-xref-stack-item directly.
2284         (describe-text-category): Use with-help-window and help-buffer.
2286         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
2287         for the displayed buffer (bug#4887).
2289         * man.el (Man-completion-table): New function.
2290         (man): Use it.
2292 2009-11-24  David Reitter  <david.reitter@gmail.com>
2294         * vc-git.el (vc-git-registered): Use checkout directory (where
2295         .git is) rather than the file's directory and a relative path spec
2296         to work around a bug in git.
2298 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
2300         Improve handling of processes on remote hosts.
2302         * eshell/esh-util.el (eshell-path-env): New defvar.
2303         (eshell-parse-colon-path): New defun.
2304         (eshell-file-attributes): Use `eshell-parse-colon-path'.
2306         * eshell/esh-ext.el (eshell-search-path):
2307         Use `eshell-parse-colon-path'.
2308         (eshell-remote-command): Remove argument HANDLER.
2309         (eshell-external-command): Check for FTP remote connection.
2311         * eshell/esh-proc.el (eshell-gather-process-output):
2312         Use `file-truename', in order to start also symlinked files.
2313         Apply `start-file-process' instead of `start-process'.
2314         Shorten `command' to the local file name part.
2316         * eshell/em-cmpl.el (eshell-complete-commands-list):
2317         Use `eshell-parse-colon-path'.
2319         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
2321         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
2322         to `eshell-directory-change-hook'.
2324 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
2326         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
2327         because it could be enabled automatically if view-read-only is non-nil.
2329 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
2331         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
2332         made on 2009-11-22.
2334 2009-11-24  Glenn Morris  <rgm@gnu.org>
2336         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
2337         deleted variable bookmark-bmenu-bookmark-column.
2339         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2340         Move after definition of global-semantic-idle-tag-highlight-mode.
2342 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2344         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
2346 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
2348         * net/browse-url.el (browse-url-filename-alist): On Windows, add
2349         two slashes to the "file:" prefix.
2350         (browse-url-file-url): De-munge Cygwin filenames before passing
2351         them to Windows browser.
2352         (browse-url-default-windows-browser): Use call-process.
2354 2009-11-23  Juri Linkov  <juri@jurta.org>
2356         Implement DocView Continuous mode.  (Bug#4896)
2357         * doc-view.el (doc-view-continuous-mode): New defcustom.
2358         (doc-view-mode-map): Bind C-n/<down> to
2359         `doc-view-next-line-or-next-page', C-p/<up> to
2360         `doc-view-previous-line-or-previous-page'.
2361         (doc-view-next-line-or-next-page)
2362         (doc-view-previous-line-or-previous-page): New commands.
2364 2009-11-23  Juri Linkov  <juri@jurta.org>
2366         Implement Isearch in comint input history.  (Bug#3746)
2367         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
2368         `isearch-mode-hook'.
2369         (comint-history-isearch): New defcustom.
2370         (comint-history-isearch-backward)
2371         (comint-history-isearch-backward-regexp): New commands.
2372         (comint-history-isearch-message-overlay): New buffer-local variable.
2373         (comint-history-isearch-setup, comint-history-isearch-end)
2374         (comint-goto-input, comint-history-isearch-search)
2375         (comint-history-isearch-message, comint-history-isearch-wrap)
2376         (comint-history-isearch-push-state)
2377         (comint-history-isearch-pop-state): New functions.
2379 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
2381         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
2382         return.
2383         (tramp-handle-make-symbolic-link)
2384         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
2385         Quote file names.
2386         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
2387         (tramp-handle-process-file): Use it.
2389 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2391         * window.el (move-to-window-line-last-op): Remove.
2392         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
2394 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
2396         Make M-r mirror the new cycling behavior of C-l.
2397         * window.el (move-to-window-line-last-op): New var.
2398         (move-to-window-line-top-bottom): New command.
2399         (global-map): Bind M-r move-to-window-line-top-bottom.
2401 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
2403         * dired-x.el (dired-guess-shell-alist-default):
2404         Support xz format.  (Bug#4953)
2406 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
2408         * cedet/srecode/map.el (srecode-get-maps):
2409         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
2410         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
2411         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
2412         (semantic-toggle-decoration-style):
2413         * cedet/semantic/decorate/include.el
2414         (semantic-decoration-include-describe)
2415         (semantic-decoration-unknown-include-describe)
2416         (semantic-decoration-unparsed-include-describe)
2417         (semantic-decoration-all-include-summary):
2418         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
2419         * cedet/semantic/analyze/complete.el
2420         (semantic-analyze-possible-completions):
2421         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
2422         (semantic-show-unmatched-syntax-mode)
2423         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
2424         (semantic-highlight-func-mode):
2425         * cedet/semantic/util.el (semantic-describe-buffer):
2426         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
2427         (semantic-symref-find-tags-by-name)
2428         (semantic-symref-find-tags-by-regexp)
2429         (semantic-symref-find-tags-by-completion)
2430         (semantic-symref-find-file-references-by-name)
2431         (semantic-symref-find-text):
2432         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
2433         (senator-yank-tag):
2434         * cedet/semantic/scope.el (semantic-calculate-scope):
2435         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2436         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2437         (define-semantic-idle-service):
2438         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
2439         (semantic-complete-analyze-inline-idle):
2440         * cedet/semantic/analyze.el (semantic-analyze-current-context):
2441         * cedet/mode-local.el (describe-mode-local-bindings)
2442         (describe-mode-local-bindings-in-mode):
2443         * cedet/ede/make.el (ede-make-check-version):
2444         * cedet/ede/locate.el (ede-enable-locate-on-project):
2445         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
2446         (cedet-idutils-version-check):
2447         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
2448         (cedet-gnu-global-version-check):
2449         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
2450         (cedet-cscope-version-check): Use called-interactively-p instead
2451         of interactive-p.
2453         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
2454         Use semantic-format-tag-prototype.
2456 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
2458         * emulation/viper-cmd.el: Use viper-last-command-char instead of
2459         last-command-char/last-command-event.
2460         (viper-prefix-arg-value): Do correct conversion of event-char for
2461         XEmacs.
2463         * emulation/viper-util.el, emulation/viper.el:
2464         Use viper-last-command-char instead of
2465         last-command-char/last-command-event.
2467         * ediff-init.el, ediff-mult.el, ediff-util.el:
2468         Replace last-command-char and last-command-event
2469         with (ediff-last-command-char) everywhere.
2471         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
2472         created in fundamental mode.
2474         * ediff.el (ediff-version): Revert the change of interactive-p to
2475         called-interactively-p.
2477 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
2479         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
2480         generation from word-movement command names.
2482 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
2484         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2485         (semantic-complete-jump-local, semantic-complete-jump):
2486         Improve prompt string.
2488 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
2490         * cus-start.el (all): Add native condition for font-use-system-font.
2492 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
2494         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
2495         Correct the patch from 2009-11-18.  (Bug#3910)
2497 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
2499         * progmodes/subword.el: Rename from lisp/subword.el.
2501         * subword.el: Rename to progmodes/subword.el.
2503         * Makefile.in (ELCFILES): Adapt to subword.el move.
2505 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2506             Stefan Monnier  <monnier@iro.umontreal.ca>
2508         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
2509         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
2510         (bookmark-bmenu-show-filenames): Use push.
2511         (bookmark-bmenu-hide-filenames): Use local var instead of
2512         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
2513         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
2514         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
2515         filenames now that the bookmark names are always available.
2517 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2519         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
2520         (bookmark-search-pattern): Move and leave unbound.
2521         (bookmark-bmenu-mode-map): Change binding.
2522         (bookmark-read-search-input): Simplify.
2523         Don't use text-char-description.  Don't error on non-char events.
2524         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
2525         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
2526         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
2527         Use a local var for the timer.
2528         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
2529         (i.e. bookmark-bmenu-search).
2531 2009-11-21  Glenn Morris  <rgm@gnu.org>
2533         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
2535 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
2537         * net/browse-url.el (browse-url-default-windows-browser):
2538         Use cygstart for cygwin.
2540 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
2542         * bookmark.el: Formatting and doc fixes only:
2543         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
2544         (bookmark-bmenu-search): Wrap to fit within 80 columns.
2545           Minor grammar and punctuation fixes in doc string.
2546         (bookmark-read-search-input): Adjust to fit within 80 columns.
2548 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
2550         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
2551         (c-backward-into-nomenclature): Adapt to subword renaming.
2553         * subword.el (subword-forward, subword-backward, subword-mark)
2554         (subword-kill, subword-backward-kill, subword-transpose)
2555         (subword-downcase, subword-upcase, subword-capitalize)
2556         (subword-forward-internal, subword-backward-internal):
2557         Rename from forward-subword, backward-subword, mark-subword,
2558         kill-subword, backward-kill-subword, transpose-subwords,
2559         downcase-subword, upcase-subword, capitalize-subword,
2560         forward-subword-internal, backward-subword-internal.
2562 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2564         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
2565         New options.
2566         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
2567         New vars.
2568         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
2569         (bookmark-bmenu-filter-alist-by-regexp)
2570         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
2571         (bookmark-bmenu-search): New command.
2572         (bookmark-bmenu-mode-map): Bind it.
2574 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
2576         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
2578         * cedet/semantic/idle.el (define-semantic-idle-service)
2579         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
2581 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
2583         * progmodes/cc-cmds.el: declare-functioned forward-subword and
2584         backward-subword to quit the byte-compiler.
2586         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
2588         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
2590         * progmodes/cc-cmds.el (c-update-modeline)
2591         (c-forward-into-nomenclature, c-backward-into-nomenclature):
2592         Refer to subword.el functions instead of cc-subword.el.
2594         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
2595         subword.el functions instead of cc-subword.el.
2597         * progmodes/cc-subword.el: Rename to subword.el.
2598         * subword.el: Rename from progmodes/cc-subword.el.
2599         (subword-mode-map): Rename from c-subword-mode-map.
2600         (subword-mode): Rename from c-subword-mode.
2601         (global-subword-mode): New global minor mode.
2602         (forward-subword): Rename from c-forward-subword.
2603         (backward-subword): Rename from c-backward-subword.
2604         (mark-subword): Rename from c-mark-subword.
2605         (kill-subword): Rename from c-kill-subword.
2606         (backward-kill-subword): Rename from c-backward-kill-subword.
2607         (transpose-subwords): Rename from c-tranpose-subword.
2608         (downcase-subword): Rename from c-downcase-subword.
2609         (capitalize-subword): Rename from c-capitalize-subword.
2610         (forward-subword-internal): Rename from c-forward-subword-internal.
2611         (backward-subword-internal): Rename from c-backward-subword-internal.
2613 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
2615         * vc.el (vc-deduce-fileset): Allow non-state changing operations
2616         from a dired buffer.
2617         (vc-dired-deduce-fileset): New function.
2618         (vc-root-diff, vc-print-root-log): Use it.
2620         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
2621         nil LIMIT argument to vc-print-log-internal.
2623 2009-11-20  Glenn Morris  <rgm@gnu.org>
2625         * Makefile.in (ELCFILES): Regenerate.
2627 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
2629         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
2631         * cedet/semantic.el: Enable idle-mode menu items only if
2632         global-semantic-idle-scheduler-mode is enabled.
2633         (semantic-default-submodes): Doc fix.
2635         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2636         When turning off, disable other idle modes.
2638 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
2640         * calc/calc.el (calc-set-mode-line):
2641         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2642         (math-format-number): Rename `math-format-complement-signed' to
2643         `math-format-twos-complement'.
2645         * calc/calc-bin.el (math-format-twos-complement): Rename from
2646         math-format-complement-signed.
2647         (calc-radix): Rename `calc-complement-signed-mode' to
2648         `calc-twos-complement-mode'.
2649         (calc-octal-radix, calc-hex-radix): Add an argument for
2650         two's complement.
2652         * calc/calc-embed.el (calc-embedded-mode-vars):
2653         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2655         * calc/calc-ext.el (calc-init-extensions):
2656         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2657         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
2659         * calc/calc-units.el (math-build-units-table-buffer):
2660         Let `calc-twos-complement-mode' be nil.
2662         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
2663         entries.
2665         * calc/calc-vec.el (calcFunc-vunpack):
2666         * calc/calc-aent.el (calc-do-calc-eval):
2667         * calc/calc-forms.el (math-format-date):
2668         * calc/calc-graph.el (calc-graph-plot):
2669         * calc/calc-math.el (math-use-emacs-fn):
2670         * calc/calccomp.el (math-compose-expr):
2671         Let `calc-twos-complement-mode' be nil.
2673 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2675         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
2676         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
2677         * minibuffer.el (completion-in-region-functions): New hook.
2678         (completion-in-region): New function.
2679         * emacs-lisp/lisp.el (lisp-complete-symbol):
2680         * pcomplete.el (pcomplete-std-complete): Use it.
2682 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2684         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
2685         (latex-complete-alist): New vars.
2686         (latex-string-prefix-p, latex-complete-bibtex-keys)
2687         (latex-complete-envnames, latex-complete-refkeys)
2688         (latex-complete-data): New functions.
2689         (latex-complete, latex-indent-or-complete): New commands.
2691         * window.el (display-buffer-mark-dedicated): New var.
2692         (display-buffer): Obey it.
2693         * minibuffer.el (minibuffer-completion-help): Use it.
2695         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
2697         * filecache.el (file-cache-add-file): Use push and cons.
2698         (file-cache-delete-file-regexp): Use push.
2699         (file-cache-complete): Use completion-in-region.
2701         * simple.el (with-wrapper-hook): Fix thinko.
2703         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
2704         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
2705         Use with-current-buffer and string-to-number.
2706         (hfy-fallback-colour-values): Use assoc-string.
2707         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
2708         (hfy-face-at): Remove unused var `found-face'.
2709         (hfy-compile-stylesheet): Remove unused var `css'.
2710         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
2711         and `orig-buffer'.
2712         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
2713         Use with-current-buffer.
2714         (hfy-text-p): Use expand-file-name and fewer setq.
2716 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
2718         * htmlfontify.el, hfy-cmap.el: New files.
2720 2009-11-19  Juri Linkov  <juri@jurta.org>
2722         * minibuffer.el (completions-format): New defcustom.
2723         (completion--insert-strings): Implement vertical format.
2725         * simple.el (switch-to-completions): Move point to the first
2726         completion when point was at the beginning of the buffer.
2728 2009-11-19  Juri Linkov  <juri@jurta.org>
2730         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
2732         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
2734 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
2736         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
2737         (mail-signature): Change default to t.
2738         (mail-from-style): Deprecate `system-default' value.
2739         (mail-insert-from-field): For default value of mail-from-style,
2740         default to `angles' unless `angles' needs quoting and `parens'
2741         does not.
2742         (mail-citation-prefix-regexp): Use citation regexp from
2743         message-mode.
2745 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
2747         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2748         Set variables for computing the prompt for reading password.
2750 2009-11-19  Glenn Morris  <rgm@gnu.org>
2752         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
2754         * textmodes/flyspell.el (sgml-lexical-context): Declare.
2756         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
2757         (newsticker-treeview-listwindow-height): Fix custom type.
2759 2009-11-19  Kenichi Handa  <handa@m17n.org>
2761         * descr-text.el (describe-char-padded-string): Compose with TAB
2762         only if there's a font for CH.
2763         (describe-char): Fix the condition for detecting a trivial composition.
2765 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
2767         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
2768         more accurate version of the regexp.  (Bug#3910)
2770 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
2772         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
2774 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
2776         * font-setting.el (font-use-system-font): Declare for byte-compiler.
2777         (font-setting-change-default-font): Fix typo in docstring.
2779 2009-11-18  Alan Mackenzie  <acm@muc.de>
2781         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
2783 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
2785         * font-setting.el (font-use-system-font): Move ...
2787         * cus-start.el (all): ... to here.
2789 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
2791         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
2792         Don't set `ad-return-value' if `ad-do-it' doesn't.
2794         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
2795         modification time.
2797 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
2799         * menu-bar.el: Put "Use system font" in Option-menu.
2800         (menu-bar-options-save): Add font-use-system-font.
2802         * loadup.el: If feature system-font-setting or font-render-setting is
2803         there, load font-setting.
2805         * Makefile.in (ELCFILES): Add font-settings.el.
2806         * font-setting.el: New file.
2808 2009-11-17  Glenn Morris  <rgm@gnu.org>
2810         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
2812         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
2813         Preserve point in the list buffer.  (Bug#4939)
2814         Use point-at-eol.
2815         (newsticker--treeview-list-update-highlight)
2816         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
2818 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
2820         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
2821         Remove.
2823         * calc/calc-ext.el (calc-init-extensions): Remove references to
2824         symclip.
2826         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
2828         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
2829         * calc/calc-help.el (calc-b-prefix-help): Remove references to
2830         `calc-symclip'.
2832 2009-11-16  Kevin Ryde  <user42@zip.com.au>
2834         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
2835         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
2837         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
2838         (lm-keywords-list): Allow comma-only separator like "foo,bar".
2839         Ignore trailing spaces by omit-nulls to split-string (fixing
2840         regression from Emacs 21 due to the incompatible split-string
2841         change).  (Bug #4928.)
2843 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2845         * vc.el (vc-log-show-limit): Default to 2000.
2846         (vc-print-log-internal): Insert buttons to request more entries
2847         when limiting the output.
2849         * vc-sccs.el (vc-sccs-print-log):
2850         * vc-rcs.el (vc-rcs-print-log):
2851         * vc-cvs.el (vc-cvs-print-log):
2852         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
2853         LIMIT is non-nil.
2855 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
2857         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
2858         error when `tramp-gvfs-dbus-event-vector' is set.
2859         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
2861 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2863         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
2865 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
2867         * net/dbus.el (dbus-unregister-service): New defun.
2868         (dbus-register-property): Register the handlers of
2869         "org.freedesktop.DBus.Properties" for SERVICE.
2870         (dbus-property-handler): Fix docstring.
2872 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2874         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
2875         Quote doc string reference in defvaralias as it is not in special form.
2876         (byte-compile-output-docform): Doc fix.
2878 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
2880         * calc/calc.el (math-2-word-size, math-half-2-word-size)
2881         (calc-complement-signed-mode): New variables.
2882         (calc-set-mode-line): Add indicator for twos-complements.
2883         (math-format-number): Format twos-complement notation.
2885         * calc/calc-bin.el (calc-word-size): Reset the variables
2886         `math-2-word-size' and `math-half-2-word-size'.
2887         (math-format-complement-signed, math-symclip, calcFunc-symclip)
2888         (calc-symclip): New functions.
2890         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
2892         * calc/calc-embed.el (calc-embedded-mode-vars):
2893         Add `calc-complement-signed-mode' to the list of modes.
2895         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
2896         (calc-b-oper-keys): Add `calc-symclip' to list.
2898         * calc/calc-ext.el (math-read-number-fancy): Read complement
2899         signed numbers.
2900         (calc-init-extensions): Add binding for `calc-symclip'.
2901         Add autoload for `calcFunc-symclip' and `calc-symclip'.
2903         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
2904         `calc-symclip'.
2905         (calc-modes-menu): Add item for twos complement mode.
2907         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
2909 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
2911         * register.el (jump-to-register, insert-register): Handle Semantic
2912         tags.  From commented-out advice in semantic/senator.el.
2914 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
2916         * vc.el (vc-log-show-limit): New variable.
2917         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
2918         when using a prefix argument.
2919         (vc-print-log-internal): Add new argument LIMIT.
2921         * vc-svn.el (vc-svn-print-log):
2922         * vc-mtn.el (vc-mtn-print-log):
2923         * vc-hg.el (vc-hg-print-log):
2924         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
2925         pass it to the log command when set.  Make the BUFFER argument
2926         non-optional.
2928         * vc-sccs.el (vc-sccs-print-log):
2929         * vc-rcs.el (vc-rcs-print-log):
2930         * vc-git.el (vc-git-print-log):
2931         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
2932         ignore it.  Make the BUFFER argument non-optional
2934         * bindings.el (mode-line-buffer-identification): Do not purecopy.
2936 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
2938         * dired.el (dired-mode-map): Move encryption items to "Operate"
2939         menu (Bug#4703).
2941         * strokes.el (strokes-update-window-configuration): Make strokes
2942         buffer current before erasing (Bug#4906).
2944         * cedet/semantic/idle.el (semantic-idle-summary-mode)
2945         (semantic-idle-summary-mode): Define using define-minor-mode
2946         instead of define-semantic-idle-service.
2947         (semantic-idle-summary-mode): New function.
2948         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
2949         that mouse motion does not reset the echo area.
2951 2009-11-15  Juri Linkov  <juri@jurta.org>
2953         * simple.el (set-mark-default-inactive): Add :type, :group
2954         and :version.  (Bug#4876)
2956 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
2958         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
2959         (archive-unique-fname): ... here.  (Bug#4929)
2961 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2963         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
2964         with a real fix.
2966         * novice.el (disabled-command-function): Add useful args.
2967         Setup the help buffer so that [back] works.
2968         Remove redundant call to help-mode.
2969         (disabled-command-function): Use `case'.
2970         (en/disable-command): New function extracted from enable-command.
2971         (enable-command, disable-command): Use it.
2973 2009-11-14  Glenn Morris  <rgm@gnu.org>
2975         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
2976         constants.  (Bug#4913)
2978         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
2980 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2982         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
2983         defined in C that have no doc-strings.  (Bug#1063)
2985 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
2987         * cus-edit.el (data, files):
2988         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
2990 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
2992         * simple.el (shell-command): Doc fix (Bug#4891).
2994         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
2996 2009-11-14  Glenn Morris  <rgm@gnu.org>
2998         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
2999         statements for vc-diff, emerge-quit, and rmail-cease-edit.
3000         If they are already loaded, eval-after-load will do the right thing.
3002         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3003         compiling.
3005         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3007         * simple.el (x-selection-owner-p): Declare.
3008         (read-mail-command): Use custom radio type rather than choice.
3009         (completion-no-auto-exit): Doc fix.
3011         * custom.el (defgroup):
3012         * epg-config.el (epg): Doc fixes.
3014 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
3016         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3017         * international/ccl.el (define-ccl-program): Do not purecopy the
3018         docstring, defconst does it anyway.
3020 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3022         * add-log.el (add-change-log-entry): Avoid displaying the changelog
3023         a second time.
3025         * x-dnd.el (x-dnd-maybe-call-test-function):
3026         * window.el (split-window-vertically):
3027         * whitespace.el (whitespace-help-on):
3028         * vc-rcs.el (vc-rcs-consult-headers):
3029         * userlock.el (ask-user-about-lock-help)
3030         (ask-user-about-supersession-help):
3031         * type-break.el (type-break-force-mode-line-update):
3032         * time-stamp.el (time-stamp-conv-warn):
3033         * terminal.el (te-set-output-log, te-more-break, te-filter)
3034         (te-sentinel, terminal-emulator):
3035         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3036         (term-write-input-ring, term-check-source, term-start-output-log):
3037         (term-display-buffer-line, term-dynamic-list-completions):
3038         (term-ansi-make-term, serial-term):
3039         * subr.el (selective-display):
3040         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3041         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3042         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3043         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3044         (speedbar-remove-localized-speedbar-support)
3045         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3046         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3047         (speedbar-buffers-line-directory):
3048         * simple.el (shell-command-on-region, append-to-buffer)
3049         (prepend-to-buffer):
3050         * shadowfile.el (shadow-save-todo-file):
3051         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3052         (scroll-bar-maybe-set-window-start):
3053         * sb-image.el (speedbar-image-dump):
3054         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3055         (load-save-place-alist-from-file):
3056         * ps-samp.el (ps-print-message-from-summary):
3057         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3058         (ps-background-image, ps-begin-job, ps-do-despool):
3059         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3060         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3061         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3062         (pr-call-process, pr-file-list, pr-interface-save):
3063         * novice.el (disabled-command-function)
3064         (enable-command, disable-command):
3065         * mouse.el (mouse-buffer-menu-alist):
3066         * mouse-copy.el (mouse-kill-preserving-secondary):
3067         * macros.el (kbd-macro-query):
3068         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3069         * informat.el (batch-info-validate):
3070         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3071         * hippie-exp.el (try-expand-dabbrev-visible):
3072         * help-mode.el (help-make-xrefs):
3073         * help-fns.el (describe-variable):
3074         * generic-x.el (bat-generic-mode-run-as-comint):
3075         * finder.el (finder-mouse-select):
3076         * find-dired.el (find-dired-sentinel):
3077         * filesets.el (filesets-file-close):
3078         * files.el (list-directory):
3079         * faces.el (list-faces-display, describe-face):
3080         * facemenu.el (list-colors-display):
3081         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3082         * epg.el (epg--process-filter, epg-cancel):
3083         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3084         (epa--read-signature-type):
3085         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3086         (emerge-file-names):
3087         * ehelp.el (electric-helpify):
3088         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3089         * ediff-vers.el (rcs-ediff-view-revision):
3090         * ediff-util.el (ediff-setup):
3091         * ediff-mult.el (ediff-append-custom-diff):
3092         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3093         (ediff-wordify):
3094         * echistory.el (Electric-command-history-redo-expression):
3095         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3096         * disp-table.el (describe-display-table):
3097         * dired.el (dired-find-buffer-nocreate):
3098         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3099         * dabbrev.el (dabbrev--same-major-mode-p):
3100         * chistory.el (list-command-history):
3101         * apropos.el (apropos-documentation):
3102         * allout.el (allout-obtain-passphrase):
3103         (allout-copy-exposed-to-buffer):
3104         (allout-verify-passphrase): Use with-current-buffer.
3106 2009-11-13  Glenn Morris  <rgm@gnu.org>
3108         * Makefile.in (ELCFILES): Regenerate.
3110 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
3112         * net/dbus.el (dbus-registered-objects-table): Rename from
3113         `dbus-registered-functions-table', because it contains also properties.
3114         (dbus-unregister-object): Unregister also properties.
3115         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3116         Use a timeout of 500 msec, in order to not block.
3117         (dbus-register-property, dbus-property-handler): New defuns.
3119 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3121         * simple.el (minibuffer-default-add-completions): Drop deprecated
3122         4th arg.
3124 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
3126         * textmodes/artist.el (artist-mouse-choose-operation):
3127         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3128         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3129         (artist-compute-up-event-key): New function.
3130         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3132 2009-11-13  Kenichi Handa  <handa@m17n.org>
3134         * language/japan-util.el: Make sure that the value of jisx0208
3135         property is jisx0208 character.
3137 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
3139         * international/mule.el (auto-coding-regexp-alist): Only purecopy
3140         car or each item, not the whole list.
3142 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3144         * minibuffer.el (minibuffer-completion-help):
3145         Use minibuffer-hide-completions.
3147 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
3149         * dired.el (dired-save-positions, dired-restore-positions): New funs.
3150         (dired-revert): Use them (bug#4880).
3152 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
3154         * tooltip.el (tooltip-frame-parameters): Undo previous change.
3156 2009-11-12  Juri Linkov  <juri@jurta.org>
3158         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3159         New functions.
3160         (find-file-literally-at-point): Alias of `ffap-literally'.
3162 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
3164         * textmodes/ispell.el (ispell-skip-region-alist):
3165         * textmodes/css-mode.el (auto-mode-alist):
3166         * progmodes/compile.el (auto-mode-alist):
3167         * international/mule.el (ctext-non-standard-encodings-alist)
3168         (ctext-non-standard-encodings-regexp):
3169         * simple.el (shell-command-switch, text-read-only):
3170         * replace.el (occur-mode-map):
3171         * paths.el (rmail-file-name):
3172         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3173         * find-file.el (ff-special-constructs):
3174         * files.el (file-name-handler-alist):
3175         * composite.el: Purecopy strings.
3177         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3179 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
3181         * widget.el (define-widget): Purecopy the docstring.
3182         * international/mule-cmds.el (charset): Do not purecopy the
3183         docstring here, define-widget does it.
3185         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3186         * textmodes/bibtex-style.el (auto-mode-alist):
3187         * progmodes/inf-lisp.el (inferior-lisp-prompt):
3188         * progmodes/compile.el (compile-command):
3189         * language/korea-util.el (default-korean-keyboard):
3190         * international/mule-conf.el (file-coding-system-alist):
3191         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3192         * tooltip.el (tooltip-frame-parameters):
3193         * newcomment.el (comment-end, comment-padding):
3194         * dired.el (dired-trivial-filenames):
3195         * comint.el (comint-file-name-prefix): Purecopy initial values.
3197 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
3199         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3200         (tramp-advice-minibuffer-electric-tilde): Unload advices via
3201         `tramp-unload'.
3202         (tramp-advice-make-auto-save-file-name)
3203         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3204         after removing the advice.
3206 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
3208         * progmodes/grep.el (grep-regexp-alist):
3209         * international/mule-cmds.el (iso-2022-control-alist):
3210         * emacs-lisp/timer.el (timer-duration-words):
3211         * subr.el (version-separator, version-regexp-alist):
3212         * minibuffer.el (completion-styles-alist):
3213         * faces.el (face-attribute-name-alist, list-faces-sample-text):
3214         Change defvars to defconsts.
3216         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3217         * loadup.el ("international/mule-conf"): Load the byte compiled version.
3218         * international/mule-conf.el: Allow to be byte compiled.
3220         * international/mule.el (define-charset): Purecopy props.
3221         (load-with-code-conversion): Purecopy doc string and file name.
3222         (put-charset-property): Purecopy strings.
3223         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3225         * international/mule-cmds.el (register-input-method): Purecopy arguments.
3226         (define-char-code-property): Correctly purecopy the table.
3228         * international/ccl.el (define-ccl-program): Purecopy the docstring.
3230         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3232         * subr.el (add-hook): Purecopy strings.
3233         (eval-after-load): Purecopy load-history-regexp and the form.
3235         * custom.el (custom-declare-group): Purecopy load-file-name.
3237         * subr.el (menu-bar-separator): New defconst.
3238         * net/eudc.el (eudc-tools-menu):
3239         * international/mule-cmds.el (set-coding-system-map)
3240         (mule-menu-keymap):
3241         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3242         * vc-hooks.el (vc-menu-map):
3243         * replace.el (occur-mode-map):
3244         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
3245         (menu-bar-edit-menu, menu-bar-goto-menu)
3246         (menu-bar-custom-menu, menu-bar-showhide-menu)
3247         (menu-bar-options-menu, menu-bar-tools-menu)
3248         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
3249         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
3250         (menu-bar-help-menu):
3251         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
3252         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
3254         * term/x-win.el (x-gtk-stock-map):
3255         * progmodes/vera-mode.el (auto-mode-alist):
3256         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3257         (inferior-lisp-program, inferior-lisp-load-command):
3258         * progmodes/hideshow.el (hs-special-modes-alist):
3259         * progmodes/gud.el (same-window-regexps):
3260         * progmodes/grep.el (grep-program, find-program, xargs-program):
3261         * net/telnet.el (same-window-regexps):
3262         * net/rlogin.el (same-window-regexps):
3263         * language/ethiopic.el (font-ccl-encoder-alist):
3264         * vc-sccs.el (vc-sccs-master-templates):
3265         * vc-rcs.el (vc-rcs-master-templates):
3266         * subr.el (cl-assertion-failed):
3267         * simple.el (next-error-overlay-arrow-position):
3268         * lpr.el (lpr-command):
3269         * locate.el (locate-ls-subdir-switches):
3270         * info.el (same-window-regexps, info)
3271         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3272         * image-mode.el (image-mode, auto-mode-alist):
3273         * hippie-exp.el (hippie-expand-ignore-buffers):
3274         * format.el (format-alist):
3275         * find-dired.el (find-ls-subdir-switches, find-grep-options)
3276         (find-name-arg):
3277         * facemenu.el (facemenu-keybindings):
3278         * dired.el (dired-listing-switches, dired-chown-program):
3279         * diff.el (diff-switches, diff-command):
3280         * cus-edit.el (same-window-regexps):
3281         * bindings.el (mode-line-mule-info)
3282         (mode-line-buffer-identification): Purecopy strings.
3284 2009-11-11  Juri Linkov  <juri@jurta.org>
3286         * simple.el (dired-get-filename) <declare-function>:
3287         Tell the byte-compiler about dired-get-filename.
3288         (shell-command): In Dired mode, get filename from the current line
3289         as the default value.
3291 2009-11-10  Glenn Morris  <rgm@gnu.org>
3293         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
3294         * calendar/holidays.el, progmodes/cperl-mode.el:
3295         Update x-popup-menu declarations.
3297         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
3298         (list-load-path-shadows): Use dolist.
3299         (list-load-path-shadows): Use with-current-buffer.
3301 2009-11-10  Juri Linkov  <juri@jurta.org>
3303         * minibuffer.el (read-file-name): Support a list of default values
3304         in `default-filename'.  Use the first file name where only one
3305         element is required.  Doc fix.
3307 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
3309         * net/dbus.el (dbus-unregister-object): Release service, if no
3310         other method is registered for it.
3312 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
3314         * bookmark.el (bookmark-completing-read): Sort bookmark names if
3315         bookmark-sort-flag is non-nil (Bug#4653).
3317 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
3319         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
3320         the progress reporter entirely.
3322         * emulation/cua-base.el: Add CUA property to some CC mode commands
3323         (Bug#4100).
3325 2009-11-08  Kevin Ryde  <user42@zip.com.au>
3327         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
3328         at end of sentence (Bug#4818).
3330 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
3332         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3333         Handle "see declaration of" MSFT statements (Bug#4100).
3335 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
3337         * net/tramp.el (tramp-advice-make-auto-save-file-name)
3338         (tramp-advice-file-expand-wildcards): Unload via
3339         `ad-remove-advice'.
3341         * net/trampver.el: Update release number.
3343 2009-11-08  Kevin Ryde  <user42@zip.com.au>
3345         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
3346         `ad-do-it'.
3348 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
3350         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
3351         in order to keep context in SELinux.
3353 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
3355         * dired-aux.el (dired-query): Place cursor in echo area and allow
3356         C-g.
3358         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
3359         menu item if not on a directory (Bug#4701).
3361 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
3363         Sync with Tramp 2.1.17.
3365         * net/tramp.el (tramp-handle-copy-directory): Don't use
3366         `file-remote-p' (due to compatibility).
3368         * net/tramp-compat.el (tramp-compat-copy-directory)
3369         (tramp-compat-delete-directory): New defuns.
3371         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3372         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
3373         `tramp-compat-delete-directory'.
3375         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3376         (tramp-smb-handle-delete-directory): Use
3377         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
3379         * net/trampver.el: Update release number.
3381 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
3383         * tar-mode.el (tar-copy): Call write-region on the right buffer
3384         (Bug#4857).
3386         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
3387         by hand, if necessary (Bug#4878).
3389 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
3391         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
3392         align size column (Bug#4839).
3394         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
3395         statement.
3397 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3399         * progmodes/ld-script.el (auto-mode-alist):
3400         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
3402         * cus-face.el (custom-declare-face): Purecopy face spec.
3404 2009-11-06  Kenichi Handa  <handa@m17n.org>
3406         * international/uni-bidi.el: Re-generated.
3407         * international/uni-category.el: Re-generated.
3408         * international/uni-combining.el: Re-generated.
3409         * international/uni-mirrored.el: Re-generated.
3411 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3413         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
3414         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
3415         (tex-start-options, slitex-run-command, latex-run-command)
3416         (tex-run-command, tex-directory):
3417         * textmodes/ispell.el (ispell-html-skip-alists)
3418         (ispell-tex-skip-alists, ispell-tex-skip-alists):
3419         * textmodes/fill.el (adaptive-fill-first-line-regexp):
3420         (adaptive-fill-regexp):
3421         * textmodes/dns-mode.el (auto-mode-alist):
3422         * progmodes/python.el (interpreter-mode-alist):
3423         * progmodes/etags.el (tags-compression-info-list):
3424         * progmodes/etags.el (tags-file-name):
3425         * net/browse-url.el (browse-url-galeon-program)
3426         (browse-url-firefox-program):
3427         * mail/sendmail.el (mail-signature-file)
3428         (mail-citation-prefix-regexp):
3429         * international/mule-conf.el (eight-bit):
3430         * international/latexenc.el (latex-inputenc-coding-alist):
3431         * international/fontset.el (x-pixel-size-width-font-regexp):
3432         * emacs-lisp/warnings.el (warning-type-format):
3433         * emacs-lisp/trace.el (trace-buffer):
3434         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
3435         (emacs-lisp-mode-map):
3436         * calendar/holidays.el (holiday-solar-holidays)
3437         (holiday-bahai-holidays, holiday-islamic-holidays)
3438         (holiday-christian-holidays, holiday-hebrew-holidays)
3439         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
3440         (hebrew-holidays-1, holiday-oriental-holidays)
3441         (holiday-general-holidays):
3442         * x-dnd.el (x-dnd-known-types):
3443         * tool-bar.el (tool-bar):
3444         * startup.el (site-run-file):
3445         * shell.el (shell-dumb-shell-regexp):
3446         * rfn-eshadow.el (file-name-shadow-tty-properties)
3447         (file-name-shadow-properties):
3448         * paths.el (remote-shell-program, news-directory):
3449         * mouse.el ([C-down-mouse-3]):
3450         * menu-bar.el (menu-bar-tools-menu):
3451         * jka-cmpr-hook.el (jka-compr-load-suffixes)
3452         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
3453         (jka-compr-compression-info-list):
3454         * isearch.el (search-whitespace-regexp):
3455         * image-file.el (image-file-name-extensions):
3456         * find-dired.el (find-ls-option):
3457         * files.el (directory-listing-before-filename-regexp)
3458         (directory-free-space-args, insert-directory-program)
3459         (list-directory-brief-switches, magic-fallback-mode-alist)
3460         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
3461         (automount-dir-prefix):
3462         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
3463         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
3464         (face-font-registry-alternatives, face-font-registry-alternatives)
3465         (face-font-family-alternatives):
3466         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
3467         (facemenu-foreground-menu, facemenu-face-menu):
3468         * epa-hook.el (epa-file-name-regexp):
3469         * dnd.el (dnd-protocol-alist):
3470         * textmodes/rst.el (auto-mode-alist):
3471         * button.el (default-button): Purecopy strings.
3473 2009-11-06  Glenn Morris  <rgm@gnu.org>
3475         * Makefile.in (ELCFILES): Update.
3477 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3479         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
3480         * emacs-lisp/levents.el: Move to obsolete/levents.el.
3482         * nxml/xsd-regexp.el (xsdre-gen-categories):
3483         * nxml/xmltok.el (xmltok-parse-entity):
3484         * nxml/rng-parse.el (rng-parse-validate-file):
3485         * nxml/rng-maint.el (rng-format-manual)
3486         (rng-manual-output-force-new-line):
3487         * nxml/rng-loc.el (rng-save-schema-location-1):
3488         * nxml/rng-cmpct.el (rng-c-parse-file):
3489         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
3490         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
3492 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
3494         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
3495         Remove extra save-excursions and make-variable-buffer-local's.
3496         Suggested by Stefan Monnier.
3498         (verilog-getopt-file, verilog-module-inside-filename-p)
3499         (verilog-set-define): Merge GNU 1.35 and repair changes from
3500         switching to using with-current-buffer.
3502         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
3503         being treated as a number and confusing AUTORESET.
3504         Reported by Dan Dever.
3506         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
3507         Add verilog-auto-ignore-concat to fix backward compatibility with
3508         older verilog-modes.  Reported by Dan Katz.
3510         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
3511         containing closing anchors "...$".
3513         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
3514         Reported by Wade Smith.
3516         (verilog-batch-execute-func) Comment on function usage.
3518 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
3520         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
3521         for labels.
3523         (verilog-label-re, verilog-calc-1): Support proper indent of named
3524         asserts.
3526         (verilog-backward-token, verilog-basic-complete-re)
3527         (verilog-beg-of-statement, verilog-indent-re): Support proper
3528         indent of the assert statement at the beginning of a block of text.
3530         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
3531         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
3532         tokens as begins.
3534 2009-11-05  Glenn Morris  <rgm@gnu.org>
3536         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
3537         Emacs 19.  (Bug#1531)
3538         (byte-compile-fix-header): Update for the above change.
3539         Drop test for epoch::version.
3541         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
3542         * cus-dep.el (custom-make-dependencies):
3543         * finder.el (finder-compile-keywords):
3544         Use autoload-rubric's feature argument.
3546         * calendar/diary-lib.el (top-level): Make load behave more like require.
3548         * vc-git.el (vc-git-stash-map): Move definition before use.
3550 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
3552         * custom.el (custom-declare-group): Purecopy standard-value.
3553         (custom-declare-group): Purecopy custom-prefix.
3555         * international/mule.el (load-with-code-conversion):
3556         Call do-after-load-evaluation unconditionally.
3558         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
3560 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3562         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
3564 2009-11-04  Glenn Morris  <rgm@gnu.org>
3566         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
3567         (byte-compile-compatibility): Remove option.
3568         (byte-compile-close-variables, byte-compile-fix-header)
3569         (byte-compile-insert-header, byte-compile-output-docform)
3570         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
3571         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
3572         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
3573         (byte-compile-insert, byte-compile-defun):
3574         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
3575         (byte-defop-compiler19): Remove.
3576         Without byte-compile-compatibility, the 'emacs19-opcode property is not
3577         used by anything.  Replace all calls with byte-defop-compiler.
3579 2009-11-04  Juri Linkov  <juri@jurta.org>
3581         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
3582         (menu-bar-options-menu): Don't quote the `prop' arg of
3583         `menu-bar-make-mm-toggle'.
3585 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
3587         * calendar/calendar.el (cal-loaddefs):
3588         * calendar/diary-lib.el (diary-loaddefs):
3589         * calendar/holidays.el (hol-loaddefs):
3590         * eshell/esh-module.el (esh-groups): Load rather than require.
3592 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3594         * calendar/todo-mode.el (todo-add-category): Don't hardcode
3595         point-min==1.
3596         (todo-top-priorities): Only display-buffer when called interactively.
3597         (todo-item-start): Don't save excursion point.
3598         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
3599         (todo-insert-item-here, todo-file-item, todo-remove-item):
3600         Adjust uses of todo-item-start and todo-item-end.
3602         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
3603         (autoload-rubric): Don't use any more.
3604         * cedet/semantic/fw.el (semantic/loaddefs):
3605         * cedet/srecode.el (srecode/loaddefs):
3606         * cedet/ede.el (ede/loaddefs): Load rather than require.
3607         * cedet/ede/cpp-root.el:
3608         * cedet/ede/emacs.el:
3609         * cedet/ede/files.el:
3610         * cedet/ede/linux.el:
3611         * cedet/ede/locate.el:
3612         * cedet/ede/make.el:
3613         * cedet/ede/shell.el:
3614         * cedet/ede/speedbar.el:
3615         * cedet/ede/system.el:
3616         * cedet/ede/util.el:
3617         * cedet/semantic/analyze.el:
3618         * cedet/semantic/bovine.el:
3619         * cedet/semantic/complete.el:
3620         * cedet/semantic/ctxt.el:
3621         * cedet/semantic/db-file.el:
3622         * cedet/semantic/db-find.el:
3623         * cedet/semantic/db-global.el:
3624         * cedet/semantic/db-mode.el:
3625         * cedet/semantic/db-typecache.el:
3626         * cedet/semantic/db.el:
3627         * cedet/semantic/debug.el:
3628         * cedet/semantic/dep.el:
3629         * cedet/semantic/doc.el:
3630         * cedet/semantic/edit.el:
3631         * cedet/semantic/find.el:
3632         * cedet/semantic/format.el:
3633         * cedet/semantic/html.el:
3634         * cedet/semantic/ia-sb.el:
3635         * cedet/semantic/ia.el:
3636         * cedet/semantic/idle.el:
3637         * cedet/semantic/lex-spp.el:
3638         * cedet/semantic/lex.el:
3639         * cedet/semantic/mru-bookmark.el:
3640         * cedet/semantic/scope.el:
3641         * cedet/semantic/senator.el:
3642         * cedet/semantic/sort.el:
3643         * cedet/semantic/symref.el:
3644         * cedet/semantic/tag-file.el:
3645         * cedet/semantic/tag-ls.el:
3646         * cedet/semantic/tag-write.el:
3647         * cedet/semantic/tag.el:
3648         * cedet/semantic/util-modes.el:
3649         * cedet/semantic/analyze/complete.el:
3650         * cedet/semantic/analyze/refs.el:
3651         * cedet/semantic/bovine/c.el:
3652         * cedet/semantic/bovine/gcc.el:
3653         * cedet/semantic/bovine/make.el:
3654         * cedet/semantic/bovine/scm.el:
3655         * cedet/semantic/decorate/include.el:
3656         * cedet/semantic/decorate/mode.el:
3657         * cedet/semantic/symref/cscope.el:
3658         * cedet/semantic/symref/global.el:
3659         * cedet/semantic/symref/grep.el:
3660         * cedet/semantic/symref/idutils.el:
3661         * cedet/semantic/symref/list.el:
3662         * cedet/semantic/wisent/java-tags.el:
3663         * cedet/semantic/wisent/javascript.el:
3664         * cedet/srecode/compile.el:
3665         * cedet/srecode/cpp.el:
3666         * cedet/srecode/document.el:
3667         * cedet/srecode/el.el:
3668         * cedet/srecode/expandproto.el:
3669         * cedet/srecode/getset.el:
3670         * cedet/srecode/insert.el:
3671         * cedet/srecode/java.el:
3672         * cedet/srecode/map.el:
3673         * cedet/srecode/mode.el:
3674         * cedet/srecode/template.el:
3675         * cedet/srecode/texi.el: Remove the file-local setting of
3676         generated-autoload-feature.
3678         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
3679         and only put a prop if it is non-nil.
3681 2009-11-03  Juri Linkov  <juri@jurta.org>
3683         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
3684         (menu-bar-options-menu): Fix list quoting (Bug#4429).
3686         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
3687         and "Menu" to make top-level menu item visually one unit (like
3688         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
3689         multi-word menu items).  Fix :help string for quit-window.
3691 2009-11-03  Glenn Morris  <rgm@gnu.org>
3693         * cedet/mode-local.el (with-mode-local): Doc fix.
3695         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
3696         (byte-compile-file-form-define-abbrev-table)
3697         (byte-compile-file-form-custom-declare-variable)
3698         (byte-compile-variable-ref, byte-compile-defvar):
3699         Whether or not a warning is enabled should only affect whether we issue
3700         the warning, not whether or not we collect the relevant data.
3701         Eg warnings can be turned on and off throughout the course of a file.
3703         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
3704         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
3706 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3708         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
3709         * play/mpuz.el (mpuz-create-buffer):
3710         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
3711         (lm-print-y,s,noise, lm-print-w0, lm-init):
3712         * play/gomoku.el (gomoku-prompt-for-move):
3713         * play/fortune.el (fortune-in-buffer):
3714         * play/dissociate.el (dissociated-press):
3715         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
3716         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
3717         * mail/supercite.el (sc-eref-show):
3718         * mail/smtpmail.el (smtpmail-send-it):
3719         * mail/rmailsum.el (rmail-summary-next-labeled-message)
3720         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
3721         (rmail-summary-undelete-many, rmail-summary-rmail-update)
3722         (rmail-summary-goto-msg, rmail-summary-expunge)
3723         (rmail-summary-get-new-mail, rmail-summary-search-backward)
3724         (rmail-summary-add-label, rmail-summary-output-menu)
3725         (rmail-summary-output-body):
3726         * mail/rfc822.el (rfc822-addresses):
3727         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
3728         * mail/mailpost.el (post-mail-send-it):
3729         * mail/hashcash.el (hashcash-generate-payment):
3730         * mail/feedmail.el (feedmail-run-the-queue)
3731         (feedmail-queue-send-edit-prompt-help-first)
3732         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
3733         (feedmail-deduce-address-list):
3734         * eshell/esh-ext.el (eshell-remote-command):
3735         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
3736         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
3737         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
3738         (viper-save-string-in-file, viper-valid-marker):
3739         * emulation/viper-keym.el (viper-toggle-key):
3740         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
3741         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
3742         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
3743         * emulation/viper-cmd.el (viper-exec-form-in-vi)
3744         (viper-exec-form-in-emacs, viper-brac-function):
3745         * emulation/viper.el (viper-delocalize-var):
3746         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
3747         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
3748         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
3749         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
3750         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
3751         * emulation/edt.el (edt-electric-helpify):
3752         * emulation/cua-rect.el (cua--rectangle-aux-replace):
3753         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
3754         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
3755         (cua-indent-to-global-mark-column):
3756         * calendar/diary-lib.el (calendar-mark-1):
3757         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
3758         Use with-current-buffer.
3759         * emulation/viper.el (viper-delocalize-var): Use dolist.
3761 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
3763         * comint.el (comint-replace-by-expanded-history-before-point):
3764         Replace !! with the previous input string literally (Bug#1795).
3766 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
3768         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
3769         to be made up of whitespace.
3771 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
3773         * minibuffer.el (read-file-name): Don't use file dialogs for
3774         remote directories (Bug#99).
3776 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
3778         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
3780 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
3782         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
3783         instead of deleting the window or frame.
3785 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
3787         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
3788         Support face colors.
3790         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
3791         New function.  Support face colors (Bug#1168).
3792         (tex-common-initialization): Use it.
3794         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
3795         mode allows it (Bug#1168).
3797 2009-10-31  Juri Linkov  <juri@jurta.org>
3799         * facemenu.el (list-colors-display): Don't mark buffer as
3800         modified (Bug#3948).
3802 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
3804         * international/mule-diag.el (list-character-sets-1): Minor
3805         message fix (Bug#3526).
3807         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
3808         face property (Bug#4834).
3809         (etags-list-tags, etags-tags-apropos-additional)
3810         (etags-tags-apropos, tags-select-tags-table): Add follow-link
3811         property.
3813         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
3814         items.
3816         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
3817         items.
3819         * cedet/ede.el (ede-minor-mode):
3820         * cedet/semantic.el (semantic-mode): Toggle menu separators.
3822 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3824         * textmodes/two-column.el (2C-split):
3825         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
3826         * textmodes/tex-mode.el (tex-set-buffer-directory):
3827         * textmodes/spell.el (spell-region, spell-string):
3828         * textmodes/reftex.el (reftex-erase-buffer):
3829         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
3830         * textmodes/reftex-toc.el (reftex-toc-promote-action):
3831         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
3832         (reftex-select-item):
3833         * textmodes/reftex-ref.el (reftex-label-info-update)
3834         (reftex-offer-label-menu):
3835         * textmodes/reftex-index.el (reftex-index-change-entry)
3836         (reftex-index-phrases-info):
3837         * textmodes/reftex-global.el (reftex-create-tags-file)
3838         (reftex-save-all-document-buffers, reftex-ensure-write-access):
3839         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
3840         (reftex-view-crossref-from-bibtex):
3841         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
3842         (reftex-extract-bib-entries-from-thebibliography)
3843         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
3844         * textmodes/refbib.el (r2b-capitalize-title):
3845         (r2b-convert-buffer, r2b-help):
3846         * textmodes/page-ext.el (pages-directory)
3847         (pages-directory-goto-with-mouse):
3848         * textmodes/bibtex.el (bibtex-validate-globally):
3849         * textmodes/bib-mode.el (bib-capitalize-title):
3850         * textmodes/artist.el (artist-clear-buffer, artist-system):
3851         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
3852         (local-set-scheme-interaction-buffer, xscheme-process-filter)
3853         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
3854         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
3855         (xscheme-send-control-g-interrupt, xscheme-start-process)
3856         (xscheme-process-sentinel, xscheme-cd):
3857         * progmodes/verilog-mode.el (verilog-read-always-signals)
3858         (verilog-set-define, verilog-getopt-file)
3859         (verilog-module-inside-filename-p):
3860         * progmodes/sh-script.el:
3861         * progmodes/python.el (python-pdbtrack-get-source-buffer)
3862         (python-pdbtrack-grub-for-buffer, python-execute-file):
3863         * progmodes/octave-inf.el (inferior-octave):
3864         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
3865         (idlwave-shell-compile-helper-routines, idlwave-set-local)
3866         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
3867         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
3868         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
3869         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
3870         (idlwave-shell-filter, idlwave-shell-examine-highlight)
3871         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
3872         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
3873         (idlwave-shell-examine-display, idlwave-shell-run-region)
3874         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
3875         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
3876         * progmodes/idlw-help.el (idlwave-help-get-special-help)
3877         (idlwave-help-get-help-buffer):
3878         * progmodes/gud.el (gud-basic-call, gud-find-class)
3879         (gud-tooltip-activate-mouse-motions-if-enabled):
3880         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
3881         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
3882         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
3883         (ebrowse-tags-next-file):
3884         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
3885         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
3886         (ebnf-eps-finish-and-write):
3887         * progmodes/cpp.el (cpp-edit-save):
3888         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
3889         * progmodes/cc-defs.el (c-emacs-features):
3890         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
3891         (antlr-directory-dependencies):
3892         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
3893         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
3894         (ada-find-any-references, ada-make-filename-from-adaname)
3895         (ada-make-body-gnatstub):
3896         * obsolete/rnews.el (news-list-news-groups):
3897         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
3898         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
3899         * net/rcirc.el (rcirc-debug):
3900         * net/newst-treeview.el (newsticker--treeview-list-add-item)
3901         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
3902         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
3903         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
3904         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
3905         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
3906         (newsticker--treeview-list-clear-highlight)
3907         (newsticker--treeview-list-update-highlight)
3908         (newsticker--treeview-list-highlight-start)
3909         (newsticker--treeview-tree-update-highlight)
3910         (newsticker--treeview-get-selected-item)
3911         (newsticker-treeview-mark-list-items-old)
3912         (newsticker--treeview-set-current-node):
3913         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3914         * net/newst-backend.el (newsticker--get-news-by-funcall)
3915         (newsticker--get-news-by-wget, newsticker--image-get)
3916         (newsticker--image-sentinel):
3917         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
3918         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
3919         (eudc-ph-close-session):
3920         * net/eudc.el (eudc-save-options):
3921         * language/thai-word.el (thai-update-word-table):
3922         * language/japan-util.el (japanese-string-conversion):
3923         * international/titdic-cnv.el (tsang-quick-converter)
3924         (ziranma-converter, ctlau-converter):
3925         * international/mule-cmds.el (describe-language-environment):
3926         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
3927         (skkdic-convert-postfix, skkdic-convert-prefix):
3928         (skkdic-convert-okuri-nasi, skkdic-convert):
3929         * emacs-lisp/re-builder.el (reb-update-overlays):
3930         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
3931         * emacs-lisp/gulp.el (gulp-send-requests):
3932         * emacs-lisp/find-gc.el (trace-call-tree):
3933         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
3934         (eieio-describe-generic):
3935         * emacs-lisp/eieio-base.el (eieio-persistent-read):
3936         * emacs-lisp/edebug.el (edebug-outside-excursion):
3937         * emacs-lisp/debug.el (debugger-make-xrefs):
3938         * emacs-lisp/cust-print.el (custom-prin1-to-string):
3939         * emacs-lisp/chart.el (chart-new-buffer):
3940         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
3941         Use with-current-buffer.
3942         * textmodes/artist.el (artist-system): Don't call
3943         copy-sequence on a fresh string.
3944         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
3946 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
3948         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
3949         is no item to edit.  (Bug#4820)
3950         (todo-top-priorities): Restore point and restore narrowing in Todo
3951         buffer.  (Bug#4820)
3953 2009-10-31  Glenn Morris  <rgm@gnu.org>
3955         * net/ange-ftp.el (top-level): Don't require dired when compiling.
3956         (comint-last-output-start, comint-last-input-start)
3957         (comint-last-input-end): Don't defvar when compiling.
3958         (ange-ftp-process-file): Use bound-and-true-p.
3960         * pcmpl-rpm.el (top-level): Move provide statement to end.
3961         (pcmpl-rpm): Remove unused custom group.
3963         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
3965         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
3967         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
3968         (byte-compile-warnings): Add `constants' as an option.
3969         (byte-compile-callargs-warn, byte-compile-arglist-warn)
3970         (display-call-tree): Update for byte-compile-fdefinition possibly
3971         returning `(macro lambda ...)'.  (Bug#4778)
3972         (byte-compile-variable-ref, byte-compile-setq-default):
3973         Respect `constants' member of byte-compile-warnings.
3975         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
3976         Use mapc rather than mapcar because the return value is never used.
3978         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
3979         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
3980         * cedet/semantic/html.el:
3981         Suppress harmless warnings about setting up semantic-imenu (not
3982         part of Emacs) variables.
3984 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3986         * vc-bzr.el (vc-bzr-revision-keywords): New var.
3987         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
3988         to "submit:".
3990         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
3991         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
3992         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
3993         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
3994         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
3995         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
3996         (semantic-analyzer-debug-global-symbol)
3997         (semantic-analyzer-debug-missing-innertype)
3998         (semantic-analyzer-debug-insert-include-summary):
3999         * cedet/semantic/util.el (semantic-file-tag-table):
4000         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4001         (semantic-recursive-find-nonterminal-by-name):
4002         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4003         * cedet/semantic/tag-file.el (semantic-prototype-file):
4004         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4005         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4006         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4007         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4008         (semantic-idle-summary-maybe-highlight):
4009         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4010         (semantic-ia-sb-tag-info):
4011         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4012         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4013         * cedet/semantic/ede-grammar.el (project-compile-target):
4014         (ede-proj-makefile-insert-variables):
4015         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4016         (semantic-debug-set-source-location, semantic-debug-interface-layout)
4017         (semantic-debug-mode, semantic-debug):
4018         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4019         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4020         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4021         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4022         (semanticdb-find-translate-path-includes--internal)
4023         (semanticdb-reset-log, semanticdb-find-log-activity):
4024         * cedet/semantic/db-file.el (object-write):
4025         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4026         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4027         (semanticdb-create-ebrowse-database):
4028         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4029         * cedet/semantic/complete.el (semantic-displayor-focus-request)
4030         (semantic-collector-calculate-completions-raw)
4031         (semantic-complete-read-tag-analyzer):
4032         * cedet/semantic/analyze.el (semantic-analyze-pulse):
4033         * cedet/ede/util.el (ede-update-version-in-source):
4034         * cedet/ede/proj.el (project-delete-target):
4035         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4036         (ede-proj-flush-autoconf):
4037         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4038         (ede-proj-configure-synchronize):
4039         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4040         * cedet/ede/linux.el (ede-linux-version):
4041         * cedet/ede/emacs.el (ede-emacs-version):
4042         * cedet/ede/dired.el (ede-dired-add-to-target):
4043         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4044         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4045         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4046         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4047         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4048         (cedet-idutils-version-check):
4049         * cedet/cedet-global.el (cedet-gnu-global-call):
4050         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4051         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4052         * cedet/cedet-cscope.el (cedet-cscope-call)
4053         (cedet-cscope-expand-filename, cedet-cscope-version-check):
4054         Use with-current-buffer.
4055         * cedet/ede.el (ede-make-project-local-variable)
4056         (ede-set-project-variables, ede-set): Use dolist.
4058 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
4060         * textmodes/ispell.el (ispell-skip-region-alist):
4061         * international/mule-conf.el (eight-bit):
4062         * international/fontset.el (font-encoding-alist):
4063         * startup.el (pure-space-overflow-message):
4064         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4065         * paths.el (gnus-nntp-service, rmail-spool-directory)
4066         (term-file-prefix):
4067         * files.el (save-some-buffers-action-alist):
4068         * cmuscheme.el (same-window-buffer-names):
4069         * ielm.el (same-window-buffer-names):
4070         * shell.el (same-window-buffer-names):
4071         * mail/sendmail.el (same-window-buffer-names):
4072         * progmodes/inf-lisp.el (same-window-buffer-names):
4073         * bindings.el (mode-line-client)
4074         (mode-line-column-line-number-mode-map):
4075         * language/tibetan.el (tibetan-precomposition-rule-regexp)
4076         (tibetan-precomposed-regexp): Purecopy string arguments.
4078 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4080         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4081         (calcDigit-nondigit):
4082         * calc/calc-yank.el (calc-copy-to-buffer):
4083         * calc/calc-units.el (calc-invalidate-units-table):
4084         * calc/calc-trail.el (calc-trail-yank):
4085         * calc/calc-store.el (calc-insert-variables):
4086         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4087         * calc/calc-prog.el (calc-read-parse-table):
4088         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4089         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4090         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4091         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4092         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4093         (calc-graph-name, calc-graph-find-command, calc-graph-view)
4094         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4095         * calc/calc-ext.el (calc-realign):
4096         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4097         (calc-embedded-finish-edit, calc-embedded-make-info)
4098         (calc-embedded-finish-command, calc-embedded-stack-change):
4099         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4101         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4102         (overload-docstring-extension): Use that info.
4103         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4104         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4105         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4106         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4107         (semantic-nonterminal-full-name): Add the new `when' info.
4108         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4109         `assert'.
4111         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4112         shell-dynamic-complete-filename in preference to
4113         comint-dynamic-complete-filename.
4115         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4116         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4117         Don't consider whether the display supports colors.
4118         (bookmark-import-new-list): Use dolist.
4119         (bookmark-bmenu-mode-map): Move initialization into declaration.
4120         (bookmark-bmenu-list): Use dolist, simplify.
4121         (bookmark-show-all-annotations): Use save-selected-window and dolist.
4122         (menu-bar-final-items): Use push.
4124 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
4126         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4127         it works on remote files.
4128         (vc-hg-diff): Don't pass any `--cwd' argument.
4130 2009-10-27  Kevin Ryde  <user42@zip.com.au>
4132         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4133         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4134         (Further to Bug#3921).
4136 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
4138         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4139         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4140         calling `tramp-imap-put-file'.  Add file size to the call.
4141         (tramp-imap-get-file-entries): Compute also user name, file size,
4142         and date.
4143         (tramp-imap-handle-insert-directory): Insert uid and gid.
4144         (tramp-imap-handle-file-attributes): Transform uid and gid
4145         according to `id-format'.
4146         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
4147         size in header X-Size.
4149 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
4151         * simple.el (transpose-subr): Give clearer error when the mark
4152         is not set.  (Bug#4807)
4154 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
4156         * net/tramp.el (tramp-perl-file-truename): New defconst.
4157         Perl code contributed by yary <not.com@gmail.com> (tiny change).
4158         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4159         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4160         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4162         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4163         Ignore `dired-call-process'.
4164         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4166 2009-10-26  Julian Scheid  <julians37@gmail.com>
4168         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4169         (tramp-get-remote-readlink): New defun.
4170         (tramp-handle-file-truename): Use it.
4171         (tramp-handle-file-exists-p): Check file-attributes cache, assume
4172         file exists if cache value present.
4173         (tramp-check-cached-permissions) New defun.
4174         (tramp-handle-file-readable-p): Use it.
4175         (tramp-handle-file-writable-p): Likewise.
4176         (tramp-handle-file-executable-p): Likewise.
4177         (tramp-handle-file-name-all-completions): Try using Perl to get
4178         partial completions.  When perl not available, combine `cd' and
4179         `ls' into single remote operation and use shell expansion to get
4180         partial remote directory contents.  Set `file-exists-p' cache for
4181         directory and any files returned by ls.  Change cache handling to
4182         support partial directory contents.  Use error message emitted by
4183         remote `cd' or Perl code for local tramp-error.
4184         (tramp-do-copy-or-rename-file-directly): Avoid separate
4185         tramp-send-command-and-check call.
4186         (tramp-handle-process-file): Merge three remote ops into one.
4187         Do not flush all caches when `process-file-side-effects' is set.
4188         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4189         file-attributes shows uid/gid to be set already.
4191 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
4193         * textmodes/tex-mode.el (tex-dvi-view-command)
4194         (tex-show-queue-command, tex-open-quote):
4195         * progmodes/ruby-mode.el (auto-mode-alist)
4196         (interpreter-mode-alist): Purecopy strings.
4198         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4200         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4201         string for the hook, keymap and abbrev table.
4203         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4205         * x-dnd.el (x-dnd-xdnd-to-action):
4206         * startup.el (fancy-startup-text, fancy-about-text): Change to
4207         defconst from defvar.
4209         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4211         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4212         Purecopy initialization strings.
4214         * mail/sendmail.el (mail-header-separator)
4215         (mail-personal-alias-file):
4216         * mail/rmail.el (rmail-default-dont-reply-to-names)
4217         (rmail-ignored-headers, rmail-retry-ignored-headers)
4218         (rmail-highlighted-headers, rmail-secondary-file-directory)
4219         (rmail-secondary-file-regexp):
4220         * files.el (null-device, file-name-invalid-regexp)
4221         (locate-dominating-stop-dir-regexp)
4222         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
4223         (interpreter-mode-alist): Use mapcar instead of mapc.
4225         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4227         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4228         (completion-ignored-extensions):
4229         (debug-ignored-errors): Purecopy strings.
4231 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4233         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4234         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4235         (pcomplete--here): Use push.
4237         * subr.el (all-completions): Declare the 4th arg obsolete.
4239 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4241         * pcomplete.el (pcomplete-unquote-argument-function): New var.
4242         (pcomplete-unquote-argument): New function.
4243         (pcomplete--common-suffix): Always pay attention to case.
4244         (pcomplete--table-subvert): Quote and unquote the text.
4245         (pcomplete--common-quoted-suffix): New function.
4246         (pcomplete-std-complete): Use it and pcomplete-begin.
4248         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
4249         we're inside a dedicated or minibuffer window.
4251 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4253         * cedet/semantic/fw.el (semantic-alias-obsolete)
4254         (semantic-varalias-obsolete): Make the `when' arg mandatory.
4255         (define-mode-overload-implementation):
4256         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
4257         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
4258         * cedet/semantic/util.el (semantic-file-token-stream)
4259         (semantic-something-to-stream):
4260         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
4261         (semantic-expand-nonterminal):
4262         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
4263         (semantic-find-dependency, semantic-find-nonterminal)
4264         (semantic-find-dependency):
4265         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
4266         (semantic-flex-text, semantic-flex-make-keyword-table)
4267         (semantic-flex-keyword-p, semantic-flex-keyword-put)
4268         (semantic-flex-keyword-get, semantic-flex-map-keywords)
4269         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
4270         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
4271         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
4272         (semantic-after-idle-scheduler-reparse-hooks):
4273         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
4274         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
4275         * cedet/semantic.el (semantic-toplevel-bovine-table)
4276         (semantic-toplevel-bovine-cache)
4277         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
4278         (semantic-init-mode-hooks, semantic-init-db-hooks)
4279         (semantic-bovination-working-type): Provide the `when' arg.
4281 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
4283         * bookmark.el: Update documentation, especially documentation
4284         of `bookmark-alist' and of the bookmark file format.
4285         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
4287 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
4289         * mail/emacsbug.el (report-emacs-bug): Clarify that the
4290         keybindings apply to the mail buffer (Bug#4003).  Shrink help
4291         window to buffer.
4293         * whitespace.el (whitespace-mode, whitespace-newline-mode)
4294         (global-whitespace-mode, global-whitespace-newline-mode)
4295         (whitespace-toggle-options, global-whitespace-toggle-options):
4296         Doc fix (Bug#3660).
4298         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
4299         of xmltok-start before the end tag was inserted (Bug#2840).
4301         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
4302         patterns that are preceded by an open-paren (Bug#1320).
4304 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
4306         * files.el (delete-directory): Delete symlinks to directories with
4307         delete-file (Bug#4739).
4309 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
4311         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
4312         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
4313         argument to make-obsolete.
4315         * cedet/semantic/fw.el (semantic-alias-obsolete)
4316         (semantic-varalias-obsolete): Add optional WHEN argument.
4318 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
4320         * vc.el (vc-backend-for-registration): Rename from
4321         vc-get-backend-for-registration.  Update callers.
4323         * international/mule-cmds.el (set-language-info-alist):
4324         Purecopy lang-env.
4325         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
4326         (charset): Purecopy the name.
4327         (define-char-code-property): Purecopy string arguments.
4329         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4330         Purecopy string arguments.
4332         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4333         * ediff-hook.el (menu-bar-ediff-menu):
4334         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
4335         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
4337 2009-10-24  Glenn Morris  <rgm@gnu.org>
4339         * comint.el (comint-dynamic-list-completions):
4340         * term.el (term-dynamic-list-completions): Use choose-completion rather
4341         than obsolete alias mouse-choose-completion.
4343         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
4344         file-cache-choose-completion.
4345         (file-cache-choose-completion): Handle an optional event argument.
4346         (file-cache-mouse-choose-completion): Make it an obsolete alias.
4348         * progmodes/octave-mod.el (octave-complete-symbol):
4349         Use choose-completion if mouse-choose-completion is ever removed.
4351         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
4352         use.
4354         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
4355         compiler.
4357         * vc-hooks.el (vc-responsible-backend): Fix declaration.
4359 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4361         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
4362         Ignore `pred' now that we receive one.
4363         Handle test-completion specially.
4365 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
4367         * vc.el (vc-responsible-backend): Throw an error if not backend is
4368         found.  Remove the REGISTER argument.  Move the code dealing with
4369         REGISTER ...
4370         (vc-get-backend-for-registration): ... here.  New function.
4371         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
4372         of vc-responsible-backend, pass the file name instead of the
4373         directory name.
4375 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4377         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
4378         New funs.
4379         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
4380         (pcomplete-comint-setup): Don't modify a global var via
4381         accidental side-effects.
4382         (pcomplete-shell-setup): Adjust call accordingly.
4383         (pcomplete-parse-comint-arguments): Use push.
4385 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
4387         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4388         Allow uncapitalized info node names (Bug#3921).
4390         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
4391         to the DEBUG file (Bug#3781).
4393 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
4395         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
4396         dictionary entry (Bug#4579).
4398 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
4400         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
4401         from `rfn-eshadow-update-overlay-hook' when unloading.
4402         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
4403         "rsyncc".  Adjust doc string.
4404         (tramp-temp-buffer-file-name) New buffer-local defvar.
4405         (tramp-handle-insert-file-contents, tramp-handle-write-region):
4406         Keep temporary file when indicated by method ("rsync" and
4407         "rsyncc").
4408         (tramp-handle-write-region): Handle APPEND.
4409         (tramp-delete-temp-file-function): New defun.  Added to
4410         `kill-buffer-hook'.
4412 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
4414         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
4416 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
4418         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
4419         (color-name-rgb-alist, tty-standard-colors)
4420         (tty-color-mode-alist): Change to defconst.
4422         * simple.el (mark-inactive): Purecopy message.
4424         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
4425         (global-map, yank-menu):
4426         * textmodes/ispell.el (ispell-menu-map):
4427         * net/eudc.el (eudc-tools-menu):
4428         * international/mule-cmds.el (describe-language-environment-map)
4429         (setup-language-environment-map, set-coding-system-map)
4430         (mule-menu-keymap):
4431         * vc-hooks.el (vc-menu-entry, vc-menu-map):
4432         * replace.el (occur-mode-map):
4433         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
4435 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
4437         * calc/calc.el (math-read-number, math-read-number-simple): Use
4438         `save-match-data'.
4440 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4442         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
4443         rather than fiddling with global-map bindings, since it should only
4444         affect per-terminal settings.
4445         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
4447         * minibuffer.el (completion-table-with-terminator): Allow to specify
4448         the terminator-regexp.
4450         * simple.el (switch-to-completions): Look for *Completions* in other
4451         frames as well.
4453         * pcomplete.el: Allow the use of completion-tables.
4454         (pcomplete-std-complete): New command.
4455         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
4456         (pcomplete--here): Use a function for `form' rather than an expression,
4457         so it can be byte-compiled.
4458         (pcomplete-here, pcomplete-here*): Adjust accordingly.
4459         Add edebug declaration.
4460         (pcomplete-show-completions): Remove unused var `curbuf'.
4461         (pcomplete-do-complete, pcomplete-stub):
4462         Don't assume `completions' is a list of strings any more.
4464 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
4466         * find-dired.el (find-name-arg): Fix typo in docstring.
4468 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4470         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
4471         (pcmpl-linux-fs-types): Same, and update to new modules layout.
4473         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
4474         pcomplete-entries.
4476         * comint.el (comint-read-input-ring, comint-write-input-ring)
4477         (comint-substitute-in-file-name)
4478         (comint-dynamic-complete-as-filename)
4479         (comint-dynamic-simple-complete)
4480         (comint-dynamic-list-filename-completions)
4481         (comint-dynamic-list-completions)
4482         (comint-redirect-results-list-from-process): Minor simplifications.
4484 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4486         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4487         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
4488         the first form.  And insert a blank line after ";;; Code" since
4489         that's usual style.  (Bug#4612)
4491         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
4493 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4495         * minibuffer.el (completion-table-with-terminator): Properly implement
4496         boundaries, in case `terminator' appears in the suffix.
4497         (completion--embedded-envvar-table): Don't return boundaries if
4498         there's no valid completion.  Simplify.
4499         (completion-file-name-table): New completion table extracted from
4500         completion--file-name-table.
4501         (completion--file-name-table): Use it.
4502         (read-file-name-predicate): Declare obsolete.
4503         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
4504         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
4505         completion-file-name-table, and use the `pred' argument.
4506         * files.el (locate-file-completion-table): Use the `pred' arg rather
4507         than read-file-name-predicate.
4508         (abbreviate-file-name): Use \` rather than ^ for BOS.
4510 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
4512         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
4513         vc-responsible-backend to register, it causes problems.
4515 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4517         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
4519 2009-10-21  Eric Ludlam  <zappo@gnu.org>
4521         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
4522         (semantic-c-debug-mode-init-pch): New functions.
4523         (semantic-c-debug-mode-init-last-mode): New var.
4524         (semantic-c-parse-lexical-token): Use them.
4526         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
4527         When extracting the argument list, limit only by point-max.
4529 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
4531         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
4532         (tramp-smb-handle-file-attributes): Use it.
4533         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
4534         (tramp-smb-handle-insert-directory): Use `mapc' rather than
4535         `mapcar'.  Use `tramp-smb-get-stat-capability'.
4536         Add `dired-filename' text properties.
4537         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
4538         (tramp-smb-maybe-open-connection): Simplify check for smbclient
4539         version.
4541 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4543         * subr.el (read-key-delay): Reduce to 0.01.
4544         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
4545         (bug#4751).
4547 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4549         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
4551         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
4552         (Info-menu): Remove unused vars `last' and `completions'.
4553         (Info-index-nodes): Remove unused var `node'.
4555         * info.el (Info-complete-menu-item): Use complete-with-action.
4557 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
4559         Make vc-annotate work through copies and renames.
4560         * vc-annotate.el (vc-annotate-extract-revision-at-line):
4561         Return the file name too.
4562         (vc-annotate-revision-at-line)
4563         (vc-annotate-find-revision-at-line)
4564         (vc-annotate-revision-previous-to-line)
4565         (vc-annotate-show-log-revision-at-line): Update to get the file
4566         name from vc-annotate-extract-revision-at-line.
4567         (vc-annotate-show-diff-revision-at-line-internal): Change the
4568         argument to mean whether to show a file diff or not.  Get the file
4569         name from vc-annotate-extract-revision-at-line.
4570         (vc-annotate-show-diff-revision-at-line):
4571         Update vc-annotate-show-diff-revision-at-line call.
4572         (vc-annotate-warp-revision): Add an optional file argument.
4574         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
4575         (vc-git-annotate-extract-revision-at-line): Also return the file
4576         name if found.
4578         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
4579         command.  Remove unused code.
4580         (vc-hg-annotate-re): Update to match --follow output.
4581         (vc-hg-annotate-extract-revision-at-line): Also return the file
4582         name if found.
4584         * vc.el: Update annotate-extract-revision-at-line documentation.
4586 2009-10-18  Kevin Ryde  <user42@zip.com.au>
4588         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
4589         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
4591         * net/browse-url.el (browse-url): Identify alist with "consp and
4592         not functionp" and let all other things go down the `apply' leg,
4593         as suggested by Stefan.  (Further to bug#4531.)
4595 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
4597         * minibuffer.el (read-file-name): Check for repeat before putting
4598         a default argument in file-name-history (Bug#4657).
4600         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
4601         read syntax (Bug#4737).
4603         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
4605 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
4607         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
4608         (html-tag-alist, html-tag-help): Add descriptions for undocumented
4609         entries and make note of obsolete tags.
4611 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4613         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
4615 2009-10-18  Glenn Morris  <rgm@gnu.org>
4617         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
4618         grep, so that binary files (eg international/uni-bidi.el) can match.
4619         Remove test for "UnicodeData" files, since it is hopefully unnecessary
4620         now, and in any case the file header format has changed.
4622 2009-10-17  Glenn Morris  <rgm@gnu.org>
4624         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
4625         (flyspell-get-word, flyspell-large-region)
4626         (flyspell-auto-correct-previous-word): Doc/error message fixes.
4628 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
4630         * Makefile.in (ELCFILES): Add ede/shell.
4632 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
4634         * term/common-win.el (x-colors): Purecopy it.
4636 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4638         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
4639         permissive for when the buffer is empty.
4640         (tar-header-block-tokenize): Decode the username and groupname.
4641         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
4643 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
4645         * cedet/srecode/srt.el:
4646         * cedet/srecode/compile.el:
4647         * cedet/semantic/mru-bookmark.el:
4648         * cedet/semantic/debug.el:
4649         * cedet/semantic/complete.el:
4650         * cedet/semantic/analyze.el: Require CL when compiling.
4652 2009-10-17  Eric Ludlam  <zappo@gnu.org>
4654         * cedet/semantic/scope.el
4655         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
4656         tmpscope so that the regular scope will continue to work.
4658         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
4659         Use semantic-idle-summary-highlight-face as the highlighting.
4661         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
4662         contains multibyte characters, choose first applicable coding
4663         system automatically.
4665         * cedet/ede/project-am.el (project-run-target): New method.
4666         (project-run-target): New method.
4668         * cedet/ede.el (ede-target): Add run target menu item.
4669         (ede-project, ede-minor-keymap): Add ede-run-target binding.
4670         (ede-run-target): New function.
4671         (ede-target::project-run-target): New method.
4673         * cedet/ede/proj.el (project-run-target): New method.
4675         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
4676         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
4677         Add :rules.
4678         (ede-proj-target-makefile-shared-object): Only libtool compilers
4679         now available.  Add linkers for libtool.
4680         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
4681         (ede-proj-makefile-target-name): Always use .la extension.
4683         * cedet/ede/proj-prog.el (project-run-target): New method.
4685         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
4686         (ede-g++-linker): Change Change link lines.
4688         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
4689         When searching for old variables, go to the end of the buffer and
4690         search backward from there.
4691         (ede-proj-makefile-automake-insert-subdirs)
4692         (ede-proj-makefile-automake-insert-extradist): New methods.
4693         (ede-proj-makefile-create): Use them.
4695         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
4696         Force FILE to expand to the current target.  Use file-exists-p to
4697         check that it exists.
4699         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4700         (ede-linux-load): Wrap dir in file-name-as-directory.
4701         Set :version slot.
4703         * cedet/ede/files.el (ede-get-locator-object): When enabling
4704         locate, do so on "top".
4706         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
4707         file-name-as-directory during compare.
4708         (ede-emacs-version): Return Emacs/XEmacs differentiator.
4709         Get version number from different places.  Don't call egrep.
4710         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
4711         to set the directory.
4713         * cedet/ede/shell.el: New file.
4715         * cedet/inversion.el (inversion-decoders): Allow for stray . in
4716         alpha/beta variants.
4718 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4720         * international/mule-cmds.el (select-safe-coding-system): If the file
4721         has a coding cookie, use it regardless of any other setting (bug#4712).
4723 2009-10-17  Glenn Morris  <rgm@gnu.org>
4725         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
4726         All errors should have messages.
4728         * foldout.el (foldout-mouse-swallow-events):
4729         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
4731         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
4732         (dired-keep-marker-copy, dired-keep-marker-hardlink)
4733         (dired-keep-marker-symlink, dired-dwim-target)
4734         (dired-copy-preserve-time): Do not autoload these defcustoms.
4736         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
4737         messages from messing up the file coding.  (Bug#4623)
4739 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
4741         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
4742         if no match is found for the current dictionary.  (Bug#4578)
4744         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
4745         optional, since that is how it is documented, and this is often called
4746         with a nil argument.  (Bug#4577)
4747         (flyspell-external-point-words, flyspell-auto-correct-word)
4748         (flyspell-correct-word-before-point, flyspell-word-search-forward)
4749         (flyspell-word-search-backward): Remove nil argument in calls to
4750         flyspell-get-word, since it is not needed now.
4752 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
4754         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
4756 2009-10-16  Glenn Morris  <rgm@gnu.org>
4758         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
4760 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4762         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
4763         (ange-ftp-file-size): New function.
4764         (ange-ftp-file-attributes): Use it.
4766 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
4768         * net/tramp-smb.el (tramp-smb-version): New defvar.
4769         (tramp-smb-maybe-open-connection): Use it, in order to avoid
4770         repeated checks.
4772 2009-10-16  Glenn Morris  <rgm@gnu.org>
4774         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
4775         Maybe copy some custom properties from old to new name.  (Bug#4706)
4777 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
4779         * subr.el (error, sit-for, start-process-shell-command)
4780         (start-file-process-shell-command): Set the calling convention
4781         after the function definition.
4783 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4785         * subr.el (error, sit-for, start-process-shell-command)
4786         (start-file-process-shell-command): Use the new
4787         set-advertised-calling-convention feature.
4789 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
4791         * international/ucs-normalize.el (ucs-normalize-version):
4792         Change to 1.2.
4793         (check-range): Adjust for Unicode 5.2.
4795 2009-10-15  Juri Linkov  <juri@jurta.org>
4797         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
4798         to the `menu-item' format.
4800 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
4802         * net/tramp.el (tramp-replace-environment-variables): Do not fail
4803         if the environment variable does not exist.
4805         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4806         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
4807         parameter.
4808         (tramp-smb-handle-add-name-to-file)
4809         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4810         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4811         (tramp-smb-handle-file-attributes)
4812         (tramp-smb-do-file-attributes-with-stat)
4813         (tramp-smb-handle-file-local-copy)
4814         (tramp-smb-handle-insert-directory)
4815         (tramp-smb-handle-make-directory)
4816         (tramp-smb-handle-make-directory-internal)
4817         (tramp-smb-handle-make-symbolic-link)
4818         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
4819         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
4820         (tramp-smb-maybe-open-connection): Apply the changed parameters.
4821         (tramp-smb-read-file-entry): Read Disk names in compressed format.
4822         Handle long file names.
4823         (tramp-smb-get-cifs-capabilities): Check, whether the connection
4824         process is running.
4825         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
4826         Read share names with "-g" option.
4828 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
4830         * net/rcirc.el (rcirc-view-log-file): New command.
4831         (rcirc-track-minor-mode-map): Remove C-c ` binding.
4832         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
4833         specified.
4835 2009-10-15  Glenn Morris  <rgm@gnu.org>
4837         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
4838         from the second command-line argument.
4839         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
4840         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
4841         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
4842         w32-batch-update-autoloads.
4843         * emacs-lisp/autoload.el (autoload-make-program): New variable.
4844         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
4846         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
4847         the headers cannot be located.  Simplify, subtracting superflous
4848         save-excursions.
4850 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4852         Replace completion-base-size by completion-base-position to fix bugs
4853         such as (bug#4699).
4854         * simple.el (completion-base-position): New var.
4855         (completion-base-size): Mark as obsolete.
4856         (choose-completion): Make it work for mouse events as well.
4857         Pass the new base-position to choose-completion-string.
4858         (choose-completion-guess-base-position): New function, extracted from
4859         choose-completion-delete-max-match.
4860         (choose-completion-delete-max-match): Use it.  Make obsolete.
4861         (choose-completion-string): Use the new base-position info.
4862         (completion-root-regexp): Delete.
4863         (completion-setup-function): Preserve completion-base-position.
4864         Eliminate obsolete base-size manipulation.
4865         * minibuffer.el (display-completion-list): Don't mess with base-size.
4866         (minibuffer-completion-help): Set completion-base-position instead.
4867         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
4868         choose-completion.
4869         * textmodes/bibtex.el (bibtex-complete):
4870         * emacs-lisp/crm.el (crm--choose-completion-string):
4871         Adjust to new calling convention.
4872         * complete.el (partial-completion-mode): Use minibufferp to avoid
4873         bumping into incompatible change to choose-completion-string-functions.
4874         * ido.el (ido-choose-completion-string): Make its calling convention
4875         more permissive.
4876         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
4877         base-size manipulation.
4878         (comint-dynamic-list-input-ring): Use dotimes and push.
4879         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
4880         fundamental-mode.  Use `or'.
4882 2009-10-14  Juri Linkov  <juri@jurta.org>
4884         * misearch.el (multi-isearch-next-buffer-from-list)
4885         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
4887 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4889         * Makefile.in (compile-onefile): Load `bytecomp' rather than
4890         `bytecomp.el'.
4892         * minibuffer.el (completion-pcm--merge-completions): Make sure the
4893         string we return is all made up of text from the completions rather
4894         than part from the completions and part from the input (bug#4219).
4896         * ido.el (ido-everywhere): Use define-minor-mode.
4898         * buff-menu.el (list-buffers, ctl-x-map):
4899         Mark the entry points with ;;;###autoload cookies.
4901 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4903         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
4904         correctly in the detached head case.
4905         (vc-git-print-log): Remove unused binding.
4907         * vc.el (vc-responsible-backend): When a directory is passed for
4908         for registration create a VC repository if no backend is
4909         responsible for the directory argument.
4910         (vc-deduce-fileset): Tell vc-responsible-backend to register.
4912         * vc.el: Move comments about RCS and SCCS ...
4913         * vc-rcs.el:
4914         * vc-sccs.el: ... here, respectively.
4916 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4918         * minibuffer.el (completion--file-name-table): Return nil if there's
4919         no file completion, even if substitute-in-file-name changed
4920         the string (bug#4708).
4922 2009-10-13  Juri Linkov  <juri@jurta.org>
4924         * files-x.el (read-file-local-variable-value): Don't filter out
4925         minor modes from mode name completion (bug#4664).
4927 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
4929         * international/mule-cmds.el (ucs-names): Remove exclusion of
4930         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
4932 2009-10-13  Kenichi Handa  <handa@m17n.org>
4934         * international/uni-name.el: Regenerated.
4936 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
4938         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
4939         should be automatically buffer-local, but isn't.)
4941 2009-10-12  Sam Steingold  <sds@gnu.org>
4943         * progmodes/compile.el (compilation-next-error-function): Fix the
4944         timestamps if the buffer has been visited before.
4945         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
4946         non-anchored patterns, like the perl one (bug#3928).
4948 2009-10-12  Glenn Morris  <rgm@gnu.org>
4950         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
4951         Let-bind `size'.
4953 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
4955         * proced.el (proced-unload-function): New function.
4957         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
4958         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
4959         Doc fix.
4961         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
4963 2009-10-11  Juri Linkov  <juri@jurta.org>
4965         * files-x.el (read-file-local-variable-value):
4966         Provide default value only for bound variables (bug#4664).
4968 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
4970         * net/tramp.el (tramp-local-host-p): Function shall return nil for
4971         connection methods like smb.
4973         * net/tramp-cache.el (tramp-flush-connection-property): The hash
4974         can be empty.
4976         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4977         (tramp-smb-file-name-handler-alist): Add handlers for
4978         `add-name-to-file', `make-symbolic-link'.
4979         (tramp-smb-handle-add-name-to-file)
4980         (tramp-smb-do-file-attributes-with-stat)
4981         (tramp-smb-handle-make-symbolic-link)
4982         (tramp-smb-get-cifs-capabilities): New defuns.
4983         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4984         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4985         (tramp-smb-handle-file-local-copy)
4986         (tramp-smb-handle-make-directory-internal)
4987         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
4988         The file name syntax depends on cifs capabilities.
4989         (tramp-smb-handle-file-attributes):
4990         Call `tramp-smb-do-file-attributes-with-stat' if possible.
4991         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
4992         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
4994 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
4996         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
4997         (eieio-defclass): Apply deftype handler and setf-method properties
4998         directly.
4999         (eieio-add-new-slot): Avoid union function from cl library.
5000         (eieio--typep): New function.
5001         (eieio-perform-slot-validation): Use it.
5003 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
5005         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
5006         Update documentation to refer to the variables documented in r1.135.
5007         (Bug#4188)
5009 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
5011         * bookmark.el (Info-suffix-list): Remove this unused variable.
5012         (bookmark-current-point): Remove this obsolete variable.
5013         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5014         Adjust for removal of bookmark-current-point.
5016         (bookmarks-already-loaded, bookmark-current-buffer)
5017         (bookmark-yank-point): Document.  (Bug#4188)
5019 2009-10-10  Glenn Morris  <rgm@gnu.org>
5021         * frame.el (frame-height): Doc fix.
5023         * calendar/calendar.el (calendar-split-width-threshold): New option.
5024         (calendar-basic-setup): Use calendar-split-width-threshold.
5026 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
5028         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5029         Use .la for Automake.
5031 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
5033         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5034         Use "autoreconf -i".  Suggested by Andreas Schwab.
5036 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
5038         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5039         Ideographic Supplement" range (U+1F200..U+1F2FF).
5041 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
5043         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
5044         since the list will have been rebuilt anyway.  (Bug#4349)
5046 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
5048         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5049         (bookmark-bmenu-execute-deletions): Don't save here, as
5050         bookmark-delete will now do so if necessary.
5051         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
5052         (Bug#4348)
5054 2009-10-09  Glenn Morris  <rgm@gnu.org>
5056         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5058 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
5060         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5061         (bookmark-jump-other-window): Just invoke bookmark-jump with new
5062         argument now, so the two function's behaviors will match.  (Bug#3645)
5064 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
5066         * cedet/ede/proj.el (project-make-dist, project-compile-project):
5067         Fix filename test.
5068         (ede-proj-dist-makefile): Use expand-file-name instead of concat
5069         to expand file names.
5071 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
5073         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5074         (tramp-file-name-real-host, tramp-file-name-port):
5075         Apply `save-match-data'.
5077         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5078         case both directories are remote.
5079         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5080         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5082 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
5084         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5085         (ede-proj-target-makefile-objectcode): Use it.
5087         * cedet/ede/source.el (ede-want-any-source-files-p)
5088         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5089         Return search result.  This error was introduced while merging.
5091 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
5093         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5095 2009-10-07  Glenn Morris  <rgm@gnu.org>
5097         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5098         of concat.
5100 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5102         * files-x.el (read-file-local-variable): Include some
5103         non-user-variables in the completion table (bug#4664).
5105 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
5107         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5108         message.
5110         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5111         (tramp-smb-file-name-handler-alist): Add handler for
5112         `copy-directory', `expand-file-name', `set-file-modes'.
5113         (tramp-smb-handle-copy-directory)
5114         (tramp-smb-handle-expand-file-name)
5115         (tramp-smb-handle-set-file-modes): New defuns.
5116         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5117         (tramp-smb-handle-file-attributes): Simplify check for retrieving
5118         entry.
5119         (tramp-smb-handle-insert-directory): Don't flush the cache.
5120         (tramp-smb-maybe-open-connection): Check for samba client and
5121         server versions.
5123 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
5125         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5126         to not error out of search for "^lisp=" fails.
5128 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
5130         * makefile.w32-in (WINS_UPDATES): New macro.
5131         (custom-deps, finder-data, autoloads): Use it.
5133 2009-10-07  Glenn Morris  <rgm@gnu.org>
5135         * Makefile.in (autoloads): Revert previous change.
5136         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5137         the list of preloaded files passed on the command-line, get
5138         it from src/Makefile.
5140         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5141         show the original buffer rather than a random one.
5143 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
5145         * help.el (describe-no-warranty): Place point in a slightly better
5146         position in the GPLv3 text.
5148 2009-10-06  Sam Steingold  <sds@gnu.org>
5150         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5151         the comm attribute is present before calling regexp-quote.
5153 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
5155         * play/animate.el (animate-string): For good effect, make sure
5156         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5158         * play/animate.el (animate-sequence, animate-birthday-present):
5159         * misc.el (butterfly): Don't set `indent-tabs-mode'.
5161 2009-10-06  Glenn Morris  <rgm@gnu.org>
5163         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5165         * emacs-lisp/autoload.el (autoload-excludes): New variable.
5166         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5167         (batch-update-autoloads): Process a string value of autoload-excludes,
5168         set during the build process.
5169         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
5171         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5172         inside with-parsed...  macro so that `v' is defined.
5174         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5175         * progmodes/fortran.el (fortran-end-of-block)
5176         (fortran-beginning-of-block):
5177         Also push mark in the macro case.
5179         * emerge.el (emerge-show-file-name):
5180         * calc/calc.el (calc-quit):
5181         * calc/calc-misc.el (calc-big-or-small):
5182         * calc/calc-graph.el (calc-graph-view):
5183         * calc/calc-ext.el (calc-reset):
5184         * calendar/calendar.el (calendar-basic-setup):
5185         Use window-full-height-p.
5187         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5188         header we don't understand, don't insert another.  (Bug#4624)
5189         If changing mime charset, insert the new one in the right place.
5191 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
5193         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5194         (cal-tex-cursor-month): Correctly increment the end date for diary and
5195         holiday listing.  (Bug#4626)
5197 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5199         * help-fns.el (describe-function-1): Don't burp if the function is not
5200         a symbol.
5202 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
5204         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5205         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5206         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5207         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5209         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5210         (eieio-default-superclass): Reflow docstrings.
5211         (this, class-option-assoc, defclass, eieio-class-un-autoload)
5212         (eieio-unbind-method-implementations, defmethod)
5213         (eieio-validate-slot-value, eieio-validate-class-slot-value)
5214         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5215         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5216         (eieio-slot-originating-class-p, eieio-slot-name-index)
5217         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5218         (constructor, initialize-instance, no-next-method, object-print)
5219         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5220         Fix typos in docstrings.
5221         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5222         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5223         (next-method-p): Doc fixes.
5224         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5225         Fix typos in error messages.
5226         (eieio-defmethod): Fix typo in description of generic method.
5228         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5229         (eieio-persistent-save-interactive, slot-missing):
5230         Fix typos in docstrings.
5231         (eieio-instance-inheritor-slot-boundp): Doc fix.
5233         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5234         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5236         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5237         (eieio-custom-object-apply-reset):
5238         Fix typos in docstrings and error messages.
5240         * emacs-lisp/eieio-datadebug.el (data-debug-show):
5241         Fix typo in docstring.
5243         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5244         (eieio-browse-tree): Doc fix.
5245         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5246         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
5247         Fix typos in docstrings.
5249         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
5250         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
5251         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
5252         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
5253         Reflow docstrings.
5255 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
5257         * vc-hg.el (log-view-vc-backend): Declare for compiler.
5258         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
5259         Set log-view-vc-backend so that diff can work.
5261         * log-view.el (log-view-diff): Use vc-diff-internal instead of
5262         vc-version-diff.
5263         (vc-diff-internal): Autoload this instead of vc-version-diff.
5265 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
5267         * simple.el (eval-expression): Doc fix.
5269         * progmodes/cwarn.el (cwarn-mode): Doc fix.
5271 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
5273         * files.el (directory-files-no-dot-files-regexp): New defconst.
5274         (delete-directory): Use it.
5275         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
5277         * net/tramp.el (tramp-verbose): Fix docstring.
5278         (tramp-methods): Add recursive option to `tramp-copy-args'.
5279         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
5280         "scp1_old", "scp2_old", "rsync", "rsyncc".
5281         (tramp-default-method): Check also for `auth-source-user-or-password'.
5282         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5283         Add handler for `copy-directory'.
5284         (tramp-handle-copy-directory): New defun.
5285         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
5286         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
5287         Optimize sent command.
5289 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5291         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
5292         window if necessary.
5294         * calendar/calendar.el (calendar-basic-setup): Don't call
5295         switch-to-buffer in a dedicated window.
5297 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
5299         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
5300           don't do anything related to relocating, just return nil.
5301         (bookmark-error-no-filename): New error.
5302         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
5303           bookmark has no file.  Don't even attempt to handle things that
5304           are not files; the whole point of custom handlers is to keep that
5305           knowledge elsewhere anyway.  Tighten some comments.
5306         (bookmark-file-or-variation-thereof): Remove now-unused function.
5307         (bookmark-location): Doc string fix.
5308         (Bug#4250)
5310 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
5312         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
5313         don't use a file dialog, because they usually don't know how to read
5314         a directory target from the user.  (Bug#4230)
5315         Also, make sure the prompt can display directories as well as files.
5317 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
5319         * bookmark.el (bookmark-set, bookmark-buffer-name):
5320         Improve doc strings.  (Bug#1193)
5322 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
5324         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
5325         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
5326         (bookmark-get-annotation, bookmark-set-annotation)
5327         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5328         (bookmark-set-position, bookmark-get-front-context-string)
5329         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5330         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
5331         (bookmark-jump-other-window, bookmark-handle-bookmark)
5332         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
5333         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
5334         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
5335            Improve doc strings to say whether bookmark can be a string or
5336            a record or both, and make other consistency and clarity fixes.
5337         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
5338         (bookmark-default-annotation-text, bookmark-yank-word)
5339         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
5340         (bookmark-import-new-list, bookmark-maybe-rename)
5341         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5342         (bookmark-bmenu-bookmark): Give these doc strings.
5343         (bookmark-bmenu-check-position): Give this a doc string, but also
5344            add a FIXME comment about how the function may be pointless.
5345         (bookmark-default-handler): Rework doc string and change a
5346            parameter name, to clarify that this takes a bookmark record
5347            not a bookmark name.
5348         (bookmark-set): Change a parameter name to indicate its meaning,
5349            and improve the doc string a bit.
5350         (Bug#4188)
5352 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
5354         * bookmark.el (bookmark-alist): Document the new `handler' element
5355         in the param alist.
5356         (bookmark-make-record-function): Adjust documentation for above.
5357         (Bug#4193)
5359 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
5361         * info.el (Info-bookmark-make-record): Document this function.
5362         (Info-bookmark-jump): Document with a doc string, not just a comment.
5363         (Bug#4203)
5365 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
5367         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
5368         (semantic-new-buffer-fcn): Call parser setup functions here.
5369         (semantic-mode): Don't call parser setup functions here, it's done
5370         in semantic-new-buffer-fcn now.
5371         (semantic-mode): Parse all existing buffers when enabled.
5373         * cedet/srecode/compile.el (srecode-compile-file):
5374         Call semantic-new-buffer-fcn if the buffer has not been parsed.
5376 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
5378         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
5380         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
5381         (proj-comp-insert-variable-once): New macro, renamed from
5382         ede-pmake-insert-variable-once in ede/pmake.edl.
5383         (ede-proj-makefile-insert-variables): Use it.
5385 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
5387         * files.el (copy-directory): New defun.
5389         * dired-aux.el (dired-copy-file-recursive): Use it.
5391 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5393         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5394         (makefile-end-of-command):
5395         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5396         (semantic-end-of-context): Fix previous change.  Doc fixes.
5398 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5400         * files-x.el (modify-dir-local-variable)
5401         (copy-dir-locals-to-file-locals-prop-line):
5402         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5403         (makefile-end-of-command):
5404         * cedet/semantic/lex.el (semantic-lex-token):
5405         * cedet/semantic/analyze/fcn.el
5406         (semantic-analyze-dereference-metatype-1):
5407         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
5408         (semantic-lex-cpp-undef):
5409         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
5410         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5411         (semantic-end-of-context): Fix typos in docstrings.
5413         * recentf.el (recentf-unload-function): New function.
5415 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
5417         * cedet/ede.el (ede-project-placeholder-cache-file):
5418         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
5419         * cedet/srecode/map.el (srecode-map-save-file):
5420         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
5422 2009-10-04  Glenn Morris  <rgm@gnu.org>
5424         * window.el (window-full-height-p): Add doc string.
5426 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
5428         * window.el (window-full-height-p): New function.  (Bug#4543)
5430 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
5432         * cedet/srecode/insert.el: Require srecode/args.
5434         * cedet/srecode/args.el: Require srecode/dictionary instead of
5435         srecode/insert.
5437         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
5439         * files.el (auto-mode-alist): Add .srt and Project.ede.
5441         * cedet/semantic.el (semantic-mode):
5442         Handle srecode-template-mode-hook as well.
5443         (semantic-mode): Use js-mode-hook for Javascript hook.
5445         * cedet/srecode/template.el: Remove hook variable.
5447         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
5449         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
5450         projects exist.
5451         (ede-project-placeholder-cache-file): Default to a file in
5452         user-emacs-directory.
5454         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
5455         templates in data-directory.
5456         (srecode-map-save-file): Default to a file in user-emacs-directory.
5458         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
5459         directory.
5461 2009-09-30  Eric Ludlam  <zappo@gnu.org>
5463         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
5464         Doc fix.
5466         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
5467         Only insert each variable once.
5469         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
5470         (ede-pmake-insert-variable-shared): Use it.
5472         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
5473         for lexical table iff table is nil.
5475 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
5477         * vc.el: Remove commented out code.
5478         (vc-derived-from-dir-mode): Remove, unused.
5479         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
5481 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
5483         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5484         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
5485         there could be recursive loading when `default-directory' is a
5486         remote file name.  (Bug#4614)
5488 2009-10-03  Glenn Morris  <rgm@gnu.org>
5490         * calendar/calendar.el (calendar-basic-setup): Handle the case where
5491         the frame is wide.
5492         (calendar-generate-window): Test for shrinkability rather than width.
5494         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
5495         declaration, currently false.
5497         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
5498         reusing existing buffers, in case we happen to visit two files with the
5499         same basename.  (Bug#4593)
5501 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
5503         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
5504         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
5505         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
5506         subdirs of cedet as well.
5507         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
5509 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5511         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
5512         Obey advertised-signature-table.
5514         * help-fns.el (help-function-arglist): Don't check
5515         advertised-signature-table.
5516         (describe-function-1): Do it here instead so it also applies to subrs.
5518 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
5520         * simple.el (start-file-process): Say in the doc-string, that file
5521         handlers might not support pty association, if PROGRAM is nil.
5523         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
5524         HOST and USER are strings.  They are nil, when there are
5525         incomplete entries in ~/.netrc, for example.
5526         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
5527         root directory ("device busy" error otherwise).
5529         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
5530         Flush file properties of created directory.
5532 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
5534         * makefile.w32-in (WINS_BASIC): Remove cedet.
5535         (WINS_CEDET): Add cedet.
5536         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
5538 2009-10-02  Kevin Ryde  <user42@zip.com.au>
5540         * net/browse-url.el (browse-url): Pass any symbol in
5541         browse-url-browser-function to `apply', since if you've mistakenly put
5542         an unbound symbol then the error is clearer.  (Bug#4531)
5544 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
5546         * allout.el (allout-init, allout-back-to-current-heading)
5547         (allout-beginning-of-current-entry, allout-ascend-to-depth)
5548         (allout-ascend, allout-up-current-level, allout-end-of-level)
5549         (allout-previous-visible-heading, allout-forward-current-level)
5550         (allout-backward-current-level, allout-show-children):
5551         * apropos.el (apropos-describe-plist):
5552         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
5553         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
5554         * completion.el (add-completion, add-permanent-completion):
5555         * descr-text.el (describe-text-category, describe-char):
5556         * desktop.el (desktop-lazy-abort):
5557         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
5558         * dired.el (dired-build-subdir-alist):
5559         * ediff.el (ediff-version):
5560         * elide-head.el (elide-head, elide-head-show):
5561         * emerge.el (emerge-version):
5562         * env.el (getenv):
5563         * face-remap.el (variable-pitch-mode):
5564         * faces.el (describe-face):
5565         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
5566         (dired-at-point):
5567         * files.el (find-file-existing, auto-save-mode):
5568         * font-lock.el (font-lock-fontify-buffer):
5569         * help-fns.el (describe-function, describe-variable)
5570         (describe-syntax, describe-categories):
5571         * help.el (view-lossage, describe-bindings, describe-key)
5572         (describe-mode):
5573         * hexl.el (hexl-current-address):
5574         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
5575         * info.el (Info-goto-emacs-key-command-node):
5576         * log-edit.el (log-edit-insert-cvs-template)
5577         (log-edit-insert-cvs-rcstemplate):
5578         * menu-bar.el (menu-bar-mode):
5579         * mouse.el (mouse-appearance-menu):
5580         * newcomment.el (comment-indent-new-line):
5581         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
5582         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5583         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
5584         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
5585         * recentf.el (recentf-mode):
5586         * savehist.el (savehist-mode, savehist-save):
5587         * shadowfile.el (shadow-copy-files):
5588         * simple.el (kill-ring-save, next-line, previous-line)
5589         (normal-erase-is-backspace-mode):
5590         * strokes.el (strokes-update-window-configuration)
5591         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
5592         (strokes-xpm-for-stroke):
5593         * time.el (emacs-uptime, emacs-init-time):
5594         * tutorial.el (tutorial--describe-nonstandard-key)
5595         (tutorial--detailed-help):
5596         * type-break.el (type-break-mode)
5597         (type-break-mode-line-message-mode, type-break-query-mode)
5598         (type-break-guesstimate-keystroke-threshold):
5599         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
5600         * version.el (emacs-version):
5601         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
5602         * winner.el (winner-mode):
5603         * calendar/timeclock.el (timeclock-in, timeclock-out)
5604         (timeclock-status-string, timeclock-change)
5605         (timeclock-workday-remaining-string)
5606         (timeclock-workday-elapsed-string)
5607         (timeclock-when-to-leave-string):
5608         * calendar/todo-mode.el (todo-add-category):
5609         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
5610         * emacs-lisp/autoload.el (update-file-autoloads):
5611         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
5612         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
5613         (checkdoc-message-text, checkdoc-defun):
5614         * emacs-lisp/debug.el (debugger-list-functions):
5615         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5616         * emacs-lisp/eieio-opt.el (eieio-describe-class)
5617         (eieio-describe-generic):
5618         * emacs-lisp/lisp-mnt.el (lm-synopsis):
5619         * emacs-lisp/shadow.el (list-load-path-shadows):
5620         * emulation/cua-base.el (cua-mode):
5621         * emulation/edt.el (edt-set-scroll-margins):
5622         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
5623         (tpu-toggle-regexp, tpu-toggle-search-direction)
5624         (tpu-toggle-rectangle, tpu-toggle-control-keys):
5625         * emulation/tpu-extras.el (tpu-set-scroll-margins):
5626         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5627         (viper-set-parsing-style-toggling-macro)
5628         (viper-set-emacs-state-searchstyle-macros):
5629         * emulation/viper.el (viper-set-hooks):
5630         * eshell/esh-mode.el (eshell-truncate-buffer):
5631         * international/mule-cmds.el (prefer-coding-system)
5632         (describe-input-method, describe-language-environment):
5633         * international/mule-diag.el (list-character-sets)
5634         (describe-character-set, describe-coding-system)
5635         (describe-fontset, list-fontsets, list-input-methods):
5636         * mail/sendmail.el (mail-signature):
5637         * net/ange-ftp.el (ange-ftp-copy-file):
5638         * net/browse-url.el (browse-url):
5639         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
5640         * net/quickurl.el (quickurl-add-url):
5641         * net/rcirc.el (names, topic):
5642         * net/xesam.el (xesam-mode):
5643         * play/5x5.el (5x5-new-game):
5644         * play/yow.el (apropos-zippy):
5645         * progmodes/ada-mode.el (ada-mode-version):
5646         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
5647         (f90-end-of-block)
5648         (f90-beginning-of-block):
5649         * progmodes/fortran.el (fortran-end-of-block)
5650         (fortran-beginning-of-block):
5651         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
5652         * progmodes/python.el (python-describe-symbol, python-shell):
5653         * term/ns-win.el (ns-print-buffer):
5654         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
5655         * textmodes/flyspell.el (flyspell-mode-on):
5656         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
5657         (pages-directory-for-addresses):
5658         * textmodes/table.el (table-recognize-cell)
5659         (table-query-dimension, table-generate-source)
5660         (table-insert-sequence, table--warn-incompatibility):
5661         * textmodes/tex-mode.el (tex-validate-buffer):
5662         * textmodes/texinfmt.el (texinfmt-version)
5663         (texinfo-format-buffer):
5664         Use `called-interactively-p' instead of `interactive-p'.
5666 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
5668         * image-mode.el (image-toggle-display):
5669         * emacs-lisp/elp.el (elp-instrument-function):
5670         * emacs-lisp/advice.el (ad-make-advised-definition):
5671         * emacs-lisp/easy-mmode.el (define-minor-mode):
5672         * net/browse-url.el (browse-url-maybe-new-window):
5673         * progmodes/sh-script.el (sh-learn-buffer-indent):
5674         Pass new argument 'any to `called-interactively-p'.
5676 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
5678         * international/uni-bidi.el:
5679         * international/uni-category.el:
5680         * international/uni-combining.el:
5681         * international/uni-comment.el:
5682         * international/uni-decimal.el:
5683         * international/uni-decomposition.el:
5684         * international/uni-digit.el:
5685         * international/uni-lowercase.el:
5686         * international/uni-mirrored.el:
5687         * international/uni-name.el:
5688         * international/uni-numeric.el:
5689         * international/uni-old-name.el:
5690         * international/uni-titlecase.el:
5691         * international/uni-uppercase.el:
5692         Regenerate from Unicode 5.2.0 data.
5694 2009-10-01  Glenn Morris  <rgm@gnu.org>
5696         * Makefile.in (ELCFILES): Regenerate.
5698 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5700         * subr.el (interactive-p): Mark obsolete.
5701         (called-interactively-p): Make the optional-ness of `kind' obsolete.
5702         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
5703         advertised-signature-table for subroutines as well.
5705         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
5706         (set-advertised-calling-convention): New function.
5707         (make-obsolete, define-obsolete-function-alias)
5708         (make-obsolete-variable, define-obsolete-variable-alias):
5709         Make the optional-ness of `when' obsolete.
5710         (define-obsolete-face-alias): Make `when' non-optional.
5711         * help-fns.el (help-function-arglist):
5712         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
5713         Use advertised-signature-table.
5715 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
5717         * files.el (delete-directory): New defun.  The original function
5718         in fileio.c has been renamed to `delete-directory-internal'.
5720         * dired.el (dired-delete-file): Call `delete-directory' with
5721         RECURSIVE parameter.
5723         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
5724         parameter RECURSIVE.  Implementation is missing.
5726         * net/tramp.el (tramp-handle-make-directory): Flush upper
5727         directory's file properties.
5728         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
5729         (tramp-handle-dired-recursive-delete-directory): Flush directory
5730         properties after the remove command only.
5732         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5733         Handle optional parameter RECURSIVE.
5735         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
5736         Handle optional parameter RECURSIVE.
5738         * net/tramp-smb.el (tramp-smb-errors): Add error message for
5739         connection timeout.
5740         (tramp-smb-handle-delete-directory): Handle optional parameter
5741         RECURSIVE.
5743 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5745         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
5746         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
5747         (byte-compile-defmacro): Use backquotes.
5749         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
5751         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
5752         has no associated file.
5753         (vc-resynch-buffer): Use vc-dir-buffers.
5755 2009-10-01  Glenn Morris  <rgm@gnu.org>
5757         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
5758         (chart-file-count):
5759         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
5760         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
5761         * emacs-lisp/eieio-opt.el (eieio-describe-class):
5762         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
5763         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
5764         (eieio-copy-parents-into-subclass, make-instance, class-children)
5765         (eieio-generic-form):
5766         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
5767         * cedet/cedet-idutils.el (cedet-idutils-search)
5768         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
5769         (cedet-idutils-version-check):
5770         * cedet/cedet.el (cedet-version):
5771         * cedet/data-debug.el (data-debug-insert-overlay-button)
5772         (data-debug-insert-overlay-list-button)
5773         (data-debug-insert-buffer-button)
5774         (data-debug-insert-buffer-list-button)
5775         (data-debug-insert-process-button, data-debug-insert-ring-button)
5776         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
5777         (data-debug-insert-stuff-vector-button)
5778         (data-debug-insert-symbol-button, data-debug-insert-string)
5779         (data-debug-insert-number, data-debug-insert-lambda-expression)
5780         (data-debug-insert-nil, data-debug-insert-simple-thing)
5781         (data-debug-insert-custom, data-debug-edebug-expr):
5782         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
5783         (global-ede-mode-map, ede-new, ede-debug-target)
5784         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
5785         * cedet/semantic.el (semantic-minimum-working-buffer-size)
5786         (semantic-fetch-tags, semantic-submode-list)
5787         (semantic-default-submodes):
5788         * cedet/ede/source.el (ede-source-match):
5789         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
5790         (project-am-package-info):
5791         * cedet/ede/proj.el (ede-proj-target, project-new-target):
5792         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
5793         * cedet/ede/proj-comp.el (ede-current-build-list):
5794         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
5795         * cedet/ede/files.el (ede-toplevel-project-or-nil):
5796         * cedet/ede/cpp-root.el (initialize-instance):
5797         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
5798         (autoconf-parameter-strip, autoconf-insert-new-macro):
5799         * cedet/semantic/wisent.el (wisent-lex-eoi):
5800         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
5801         (semantic-show-parser-state-mode):
5802         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
5803         * cedet/semantic/tag.el (semantic-tag-new-variable)
5804         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
5805         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
5806         (semantic--tag-deep-copy-tag-list)
5807         (semantic-tag-components-with-overlays-default):
5808         * cedet/semantic/symref.el (semantic-symref-find-text):
5809         * cedet/semantic/senator.el (senator-yank-tag)
5810         (senator-transpose-tags-up):
5811         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
5812         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
5813         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
5814         * cedet/semantic/lex.el (semantic-lex-comment-regex)
5815         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
5816         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
5817         * cedet/semantic/lex-spp.el
5818         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
5819         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
5820         * cedet/semantic/idle.el
5821         (semantic-idle-summary-current-symbol-info-brutish)
5822         (semantic-idle-summary-current-symbol-info-default):
5823         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
5824         (semantic--grammar-macro-compl-dict):
5825         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
5826         * cedet/semantic/format.el (semantic-format-tag-custom-list)
5827         (semantic-format-tag-canonical-name-default):
5828         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
5829         (semantic-find-tags-for-completion)
5830         (semantic-find-tags-by-scope-protection-default)
5831         (semantic-deep-find-tags-for-completion):
5832         * cedet/semantic/edit.el
5833         (semantic-edits-incremental-reparse-failed-hook)
5834         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
5835         (semantic-edits-splice-remove, semantic-edits-splice-replace):
5836         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
5837         * cedet/semantic/dep.el (semantic-dependency-include-path):
5838         * cedet/semantic/db.el (semanticdb-default-find-index-class)
5839         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
5840         (semanticdb-project-roots):
5841         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
5842         (semanticdb-find-adebug-insert-scanned-tag-cons)
5843         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
5844         (semanticdb-brute-deep-find-tags-for-completion):
5845         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
5846         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
5847         (semantic-end-of-context-default)
5848         (semantic-ctxt-current-function-default)
5849         (semantic-ctxt-scoped-types-default):
5850         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5851         (semantic-complete-inline-tag-engine)
5852         (semantic-complete-inline-custom-type)
5853         (semantic-complete-read-tag-analyzer):
5854         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
5855         (semantic-chart-database-size):
5856         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
5857         (semantic-analyze-current-context):
5858         * cedet/semantic/symref/list.el (semantic-symref)
5859         (semantic-symref-hide-buffer, semantic-symref-symbol):
5860         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
5861         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
5862         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
5863         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
5864         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
5865         (semantic-c-dereference-template):
5866         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
5867         (semantic--analyze-refs-full-lookup-with-parents)
5868         (semantic--analyze-refs-full-lookup-simple):
5869         * cedet/semantic/analyze/complete.el
5870         (semantic-analyze-possible-completions):
5871         * cedet/srecode/table.el (srecode-mode-table-new):
5872         * cedet/srecode/srt.el (srecode-read-variable-name):
5873         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
5874         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
5875         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
5876         * cedet/srecode/map.el (srecode-current-map):
5877         * cedet/srecode/insert.el (srecode-insert)
5878         (srecode-insert-variable-secondname-handler, srecode-insert-method)
5879         (srecode-template-inserter-point-override)
5880         (srecode-insert-include-lookup):
5881         * cedet/srecode/getset.el (srecode-auto-choose-class):
5882         * cedet/srecode/extract.el (srecode-inserter-extract):
5883         * cedet/srecode/document.el
5884         (srecode-document-autocomment-return-last-alist)
5885         (srecode-document-autocomment-param-type-alist)
5886         (srecode-document-insert-function-comment)
5887         (srecode-document-insert-variable-one-line-comment)
5888         (srecode-document-function-name-comment):
5889         * cedet/srecode/dictionary.el (srecode-create-dictionary)
5890         (srecode-compound-toString):
5891         * cedet/srecode/compile.el (srecode-flush-active-templates):
5892         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
5893         Doc/message fixes.
5895         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
5896         match-data.  (Bug#4555).
5898         * cedet/semantic/bovine/gcc.el
5899         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
5900         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
5902         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
5903         rather than parsing it as a regexp.  This relaxes the layout
5904         requirements and makes errors easier to detect.
5905         (check-declare-verify): Check file is regular.
5906         (check-declare-directory): Doc fix.
5907         * subr.el (declare-function): Doc fix.
5909         * ibuffer.el (ibuffer-format-qualifier):
5910         * isearch.el (hi-lock-regexp-okay):
5911         * calc/calc.el (math-zerop):
5912         * mail/uce.el (rmail-msgbeg, rmail-msgend):
5913         * term/w32-win.el (setup-default-fontset, set-fontset-font):
5914         Remove unused declarations.
5916 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
5918         * cedet/semantic/wisent/javat-wy.el
5919         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
5921 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
5923         * cedet/srecode/expandproto.el: Fix provide statement.
5925 2009-09-30  Eric Ludlam  <zappo@gnu.org>
5927         * emacs-lisp/eieio.el (boolean-p): Delete.
5929 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
5931         * cedet/ede/srecode.el: Fix provide statement.
5933 2009-09-30  Glenn Morris  <rgm@gnu.org>
5935         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
5936         * cedet/ede/proj-aux.el (ede-aux-source):
5937         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
5938         (ede-misc-source):
5939         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
5940         (semantic-mrub-switch-tags): Fix doc typos.
5942         * cedet/semantic/db-global.el (data-debug-new-buffer)
5943         (data-debug-insert-thing): Remove unneeded declarations (one broken).
5944         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
5946         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
5948         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
5949         use of CL function `remove-if-not'.
5951         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
5953         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
5954         filename is not a string.
5956 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
5958         * files.el (safe-local-eval-forms): Fix typo.
5960 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5962         * vc-hooks.el (vc-dir-buffers): New var.
5963         (vc-state-refresh): New function.
5964         (vc-state): Use it.
5965         (vc-after-save): Always ask the backend to recompute the new state.
5966         Always call vc-dir if necessary, using vc-dir-buffers.
5967         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
5968         Use vc-dir-buffers.
5969         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
5970         (vc-dir-prepare-status-buffer, vc-dir-update)
5971         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
5972         Don't call expand-file-name on default-directory.
5974 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5976         * speedbar.el (speedbar-item-delete):
5977         * calc/calc-prog.el (calc-kbd-if):
5978         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
5980         * epa.el (epa-key-list-mode-map):
5981         * hi-lock.el (hi-lock-menu): Fix typos in menus.
5983         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
5984         (hs-show-hook): Fix typo in docstring.
5986 2009-09-29  Glenn Morris  <rgm@gnu.org>
5988         * cedet/semantic/symref/idutils.el:
5989         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
5991         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
5993         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
5994         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
5995         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
5996         Mark declarations not understood by check-declare.
5998         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
5999         file-name-nondirectory call preventing location of cedet files.
6000         (check-declare-verify): Use literal search rather than re-search.
6001         Add basic defmethod and defclass, and define-overloadable-function.
6003         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6004         Use tramp-compat-file-attributes rather than nonexistent
6005         tramp-compat-handle-file-attributes.
6007         * Makefile.in (lisptagsfiles4): New.
6008         (AUTOGENEL): Add cedet loaddefs files.
6009         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6010         (update-elclist, compile-always, backup-compiled-files)
6011         (bootstrap-clean): Add yet another directory level.
6012         (update-elclist): Use LC_COLLATE rather than COLLATE.
6013         (ELCFILES): Update, via `make update-elclist'.
6015 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6017         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6018         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6019         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6021 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
6023         * Makefile.in (lisptagsfiles3): Define.
6024         (TAGS, TAGS-LISP): Use it.
6025         (update-elclist): Add third directory level to look for elc files.
6026         (compile-always): Likewise.
6027         (backup-compiled-files): Likewise.
6028         (bootstrap-clean): Likewise.
6029         (ELCFILES): Update.
6031 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
6033         * Makefile.in (ELCFILES): Add CEDET files.
6035 2009-09-28  Eric Ludlam  <zappo@gnu.org>
6037         CEDET (development tools) package merged.
6039         * cedet/*.el:
6040         * cedet/ede/*.el:
6041         * cedet/semantic/*.el:
6042         * cedet/srecode/*.el: New files.
6044 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
6046         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6048         * net/tramp.el (top): Require tramp-imap.
6050         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6051         Use `tramp-compat-handle-file-attributes'.
6053 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6055         * net/tramp-imap.el: New package.
6057 2009-09-28  Eric Ludlam  <zappo@gnu.org>
6059         * emacs-lisp/chart.el:
6060         * emacs-lisp/eieio-base.el:
6061         * emacs-lisp/eieio-comp.el:
6062         * emacs-lisp/eieio-custom.el:
6063         * emacs-lisp/eieio-datadebug.el:
6064         * emacs-lisp/eieio-opt.el:
6065         * emacs-lisp/eieio-speedbar.el:
6066         * emacs-lisp/eieio.el: New files.
6068         * cedet/cedet-cscope.el:
6069         * cedet/cedet-files.el:
6070         * cedet/cedet-global.el:
6071         * cedet/cedet-idutils.el:
6072         * cedet/data-debug.el:
6073         * cedet/inversion.el:
6074         * cedet/mode-local.el:
6075         * cedet/pulse.el: New files.
6077 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6079         * whitespace.el (whitespace-trailing-regexp)
6080         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6081         Fix doc string.
6083 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
6085         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6086         menu.
6088         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6089         menu-bar-ediff-menu.
6091         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6092         define-overloadable-function.
6094         * progmodes/autoconf.el: Provide autoconf as well, so that this
6095         file can be `require'd.
6097         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6099         * emacs-lisp/autoload.el (generated-autoload-feature)
6100         (generated-autoload-load-name): New vars.
6101         (autoload-rubric, autoload-generate-file-autoloads): Use them.
6102         (make-autoload): Recognize define-overloadable-function and
6103         defclass forms (for EIEIO).
6105         * Makefile.in (update-subdirs): Exclude cedet directory.
6107 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
6109         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
6111         * faces.el: Default light-background background for region face to
6112         ns_selection_color under NS.
6114 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6116         * net/imap-hash.el: New library, see NEWS.
6118         * Makefile.in (ELCFILES): Add imap-hash.el.
6120 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6122         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6123         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6124         * help-macro.el (make-help-screen): Avoid using an ambiguous function
6125         definition where the docstring could be taken for the return value.
6127 2009-09-26  Glenn Morris  <rgm@gnu.org>
6129         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6130         Add option to only show images below a certain size.
6131         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6132         save-excursion calls.
6134 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
6136         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6137         subdirectories) and eieio.
6139 2009-09-26  Alan Mackenzie  <acm@muc.de>
6141         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6142         buggy bracketing.  (Bug#4289)
6144         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6145         character constants (as case labels).  (Bug#4289)
6147 2009-09-25  Juri Linkov  <juri@jurta.org>
6149         * files.el (safe-local-eval-forms): Allow time-stamp in
6150         before-save-hook (Bug#4554).
6152 2009-09-25  Drew Adams  <drew.adams@oracle.com>
6154         * menu-bar.el (list-buffers-directory): Doc fix.
6156 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6158         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6159         Try and avoid copying twice the same paragraph.
6160         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6161         Remove save-excursion.
6162         (log-edit-changelog-entry): Do it here instead.
6164 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
6166         * bs.el (bs--get-file-name): Use `list-buffers-directory'
6167         when available, instead of hardcoding mode names.  Doc fix.
6169         * menu-bar.el (list-buffers-directory): Add docstring.
6170         Make automatically buffer-local.
6172         * dired.el (dired-mode):
6173         * files.el (cd-absolute):
6174         * pcvs.el (cvs-temp-buffer):
6175         * pcvs-util.el (cvs-get-buffer-create):
6176         * shell.el (shell-mode):
6177         * vc-dir.el (vc-dir-mode):
6178         Don't make `list-buffers-directory' buffer local.
6180 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
6182         * comint.el (comint-exec, comint-run, make-comint):
6183         Doc fixes (Bug#4542).
6185 2009-09-25  Glenn Morris  <rgm@gnu.org>
6187         * mail/rmailmm.el (rmail-mime): New custom group.
6188         Move all defcustoms in this file into this group.
6189         (rmail-mime-media-type-handlers-alist): Revert previous change.
6190         (rmail-mime-show-images): New option.
6191         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6192         references to it, since it wasn't actually used for anything.
6193         (rmail-mime-insert-image): New function.
6194         (rmail-mime-image): Use rmail-mime-insert-image.
6195         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
6196         obey the value of `rmail-mime-show-images' option.  Print the size of
6197         attachments.
6199 2009-09-25  David Engster  <deng@randomsample.de>
6201         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
6203 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6205         * whitespace.el: Does not highlight trailing spaces While point is
6206         at end of line.  Does not highligt spaces at beginning of buffer
6207         while point is at beginning of buffer.  Does not highlight spaces
6208         at end of buffer while point is at end of buffer.  (Bug#4177)
6209         New version 12.0.
6210         (whitespace-display-mappings): Adjust initialization.
6211         (whitespace-point, whitespace-font-lock-refontify): New vars.
6212         (whitespace-color-on, whitespace-color-off): Adjust code.
6213         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6214         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6215         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6217 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
6219         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6221         * textmodes/sgml-mode.el: Remove xml-mode alias.
6223         * files.el (auto-mode-alist, conf-mode-maybe)
6224         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
6226 2009-09-24  Alan Mackenzie  <acm@muc.de>
6228         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6229         c-forward-conditionals, but it doesn't move point and doesn't set
6230         the mark.
6231         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6232         (c-down-conditional-with-else, c-backward-conditional)
6233         (c-forward-conditional): Refactor to use c-scan-conditionals.
6235 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6237         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6238         (help-default-arg-highlight): Remove.
6239         (help-highlight-arg): New function.
6240         (help-do-arg-highlight): Use it.
6241         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
6243 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6245         * term.el (term-set-scroll-region, term-handle-ansi-escape):
6246         Undo last change, which didn't fix the problem and introduced others.
6248 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
6250         * progmodes/gdb-mi.el: Don't require speedbar.
6251         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
6253 2009-09-24  Glenn Morris  <rgm@gnu.org>
6255         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
6257         * term/ns-win.el (ns-reg-to-script): Define for compiler.
6259         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
6260         there is no newline after the final mime boundary.  (Bug#4539)
6261         Move markers on insertion so that any buttons inserted don't end up in
6262         the next part of a multipart message.
6263         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
6264         (rmail-mime-bulk-handler): Optionally handle images.
6265         (rmail-mime-image): New button action.
6266         (rmail-mime-image-handler): New function.
6267         (rmail-mime-mode): New mode.
6268         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
6270 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6272         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
6273         than just dropping elements from it (bug#4504).
6275         * term.el (term-set-scroll-region): Don't move cursor any more.
6276         (term-handle-ansi-escape): Call term-goto here instead.
6277         Suggested by Ivan Kanis <apple@kanis.eu>.
6279         * term.el: Require CL.
6280         (term-ansi-reset): New function.
6281         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6282         (term-handle-colors-array): Simplify.
6284 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6286         * allout.el (allout-overlay-interior-modification-handler)
6287         (allout-obtain-passphrase):
6288         * epa-file.el (epa-file-write-region):
6289         * ps-print.el (ps-begin-job):
6290         * vc-hooks.el (vc-toggle-read-only):
6291         * vc-rcs.el (vc-rcs-rollback):
6292         * vc-sccs.el (vc-sccs-rollback):
6293         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
6294         (vc-version-diff, vc-revert, vc-rollback):
6295         * wdired.el (wdired-check-kill-buffer):
6296         * emacs-lisp/authors.el (authors):
6297         * net/socks.el (socks-open-connection):
6298         * net/zeroconf.el (zeroconf-service-add-hook):
6299         * obsolete/vc-mcvs.el (vc-mcvs-register):
6300         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
6301         (gdb-select-frame):
6302         * progmodes/grep.el (lgrep, rgrep):
6303         * progmodes/idlw-help.el (idlwave-help-check-locations)
6304         (idlwave-help-html-link, idlwave-help-assistant-open-link):
6305         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6306         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
6307         (reftex-toc-rename-label): Fix typos in error messages.
6309         * dired-aux.el (dired-do-shell-command): Reflow docstring.
6310         (dired-copy-how-to-fn): Doc fix.
6311         (dired-files-attributes, dired-read-shell-command):
6312         Fix typos in docstrings.
6314         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
6315         (dired-x-find-file-other-window): Reflow docstrings.
6316         (dired-omit-marker-char, dired-read-shell-command)
6317         (dired-x-submit-report): Fix typos in docstrings.
6319         * shell.el (shell-mode-hook):
6320         * view.el (View-scroll-line-forward):
6321         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
6322         Fix typos in docstrings.
6324         * net/dig.el (dig-invoke): Fix typo in docstring.
6325         (query-dig): Reflow docstring.
6327         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
6328         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
6329         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
6330         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
6331         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
6332         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
6333         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
6334         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
6335         (idlwave-completion-map, idlwave-current-indent)
6336         (idlwave-custom-ampersand-surround, idlwave-customize)
6337         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
6338         (idlwave-define-abbrev, idlwave-determine-class-special)
6339         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
6340         (idlwave-end-block-reg, idlwave-end-of-statement)
6341         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
6342         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
6343         (idlwave-explicit-class-listed, idlwave-file-header)
6344         (idlwave-fill-paragraph, idlwave-find-class-definition)
6345         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
6346         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
6347         (idlwave-in-quote, idlwave-indent-action-table)
6348         (idlwave-indent-expand-table, idlwave-indent-line)
6349         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
6350         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
6351         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
6352         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
6353         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
6354         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
6355         (idlwave-outlawed-buffers, idlwave-popup-select)
6356         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
6357         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
6358         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
6359         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
6360         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
6361         (idlwave-statement-type, idlwave-struct-skip)
6362         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
6363         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
6364         (idlwave-what-module-find-class): Fix typos in docstrings.
6365         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
6366         (idlwave-calculate-cont-indent, idlwave-expand-equal)
6367         (idlwave-find-module, idlwave-find-structure-definition)
6368         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
6369         (idlwave-list-load-path-shadows, idlwave-next-statement)
6370         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
6371         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
6372         (idlwave-template): Reflow docstrings.
6374         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
6375         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
6376         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
6377         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
6378         (idlwave-shell-display-line, idlwave-shell-display-wframe)
6379         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
6380         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
6381         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
6382         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
6383         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
6384         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
6385         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
6386         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
6387         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
6388         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
6389         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
6390         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
6391         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
6392         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
6393         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
6394         Fix typos in docstrings.
6395         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
6396         (idlwave-shell-hide-output, idlwave-shell-mode)
6397         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
6398         Reflow docstrings.
6400         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
6402 2009-09-24  Ivan Kanis  <apple@kanis.eu>
6404         * term.el (term-bold-attribute): New var.
6405         (term-handle-colors-array): Use it.
6407 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
6409         * progmodes/gdb-mi.el (gdb-version): New variable.
6410         (gdb-non-stop-handler): Set gdb-version.
6411         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
6412         Condition "--thread" option on gdb-version.
6413         (gdb-invalidate-threads): Remove unused argument.
6415 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6417         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
6418         to looking-back to avoid ridiculous slow down in large files (bug#4511).
6420 2009-09-23  Glenn Morris  <rgm@gnu.org>
6422         * mail/rmail.el (rmail-reply): Don't try to add a References header when
6423         replying to mail without References or Message-Id.  (Bug#4525)
6425 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
6427         * term/ns-win.el (ns-reg-to-script): New variable.
6429 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
6431         * epg.el (epg-wait-for-status): Preserve existing 'error results.
6433 2009-09-22  Sam Steingold  <sds@gnu.org>
6435         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
6436         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
6437         to 1 because hg returns status 1 when nothing is found.
6438         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
6440 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6442         * textmodes/fill.el: Convert to utf-8 encoding.
6443         (fill-french-nobreak-p): Remove redundant » and « inherited from our
6444         pre-unicode days.
6446         * add-log.el (change-log-fill-forward-paragraph): New function.
6447         (change-log-mode): Use it so fill-region DTRT.
6448         Set fill-indent-according-to-mode here rather than in
6449         change-log-fill-paragraph.
6450         (change-log-fill-paragraph): Remove.
6452 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
6454         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
6455         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
6457 2009-09-22  Glenn Morris  <rgm@gnu.org>
6459         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
6460         the scroll-bar scroll the calendar window rather than the buffer.
6462         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
6463         commands that move point (as opposed to scrolling).
6465         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
6467         * emacs-lisp/elint.el (elint): New custom group.
6468         (elint-log-buffer): Make it a defcustom.
6469         (elint-scan-preloaded, elint-ignored-warnings)
6470         (elint-directory-skip-re): New options.
6471         (elint-builtin-variables): Doc fix.
6472         (elint-preloaded-env): New variable.
6473         (elint-unknown-builtin-args): Add an entry for encode-time.
6474         (elint-extra-errors): Make it a variable rather than a constant.
6475         (elint-preloaded-skip-re): New constant.
6476         (elint-directory): Skip files matching elint-directory-skip-re.
6477         (elint-features): New variable, local to linted buffers.
6478         (elint-update-env): Initialize elint-features.  Possibly add
6479         elint-preloaded-env to the buffer's environment.
6480         (elint-get-top-forms): Bind elint-current-pos, for log messages.
6481         Skip quoted forms.
6482         (elint-init-form): New function, extracted from elint-init-env.
6483         Make non-list forms a warning rather than an error.
6484         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
6485         easy-menu-define, put that adds an error-condition, and provide.
6486         When requiring cl, also require cl-macs.  Really require cl, to handle
6487         some cl macros.  Store required libraries in the list elint-features,
6488         so as not to re-load them.  Treat cc-require like require.
6489         (elint-init-env): Call elint-init-form to do the work.
6490         Handle eval-and-compile and such like.
6491         (elint-add-required-env): Do not clear messages.
6492         (elint-special-forms): Add handlers for function, defalias, if, when,
6493         unless, and, or.
6494         (elint-form): Add optional argument to ignore elint-special-forms,
6495         useful to prevent recursive calls from handlers.  Doc fix.
6496         Respect elint-ignored-warnings.
6497         (elint-form): Respect elint-ignored-warnings.
6498         (elint-bound-variable, elint-bound-function): New variables.
6499         (elint-unbound-variable): Respect elint-bound-variable.
6500         (elint-get-args): Respect elint-bound-function.
6501         (elint-check-cond-form): Add some simple handling for (f)boundp and
6502         featurep tests.
6503         (elint-check-defalias-form): New handler.
6504         (elint-check-let-form): Make an empty let a warning rather than an
6505         error.
6506         (elint-check-setq-form): Make an empty setq a warning rather than an
6507         error.  Respect elint-ignored-warnings.
6508         (elint-check-defvar-form): Accept null doc-strings.
6509         (elint-check-conditional-form): New handler.  Does some simple-minded
6510         checking of featurep and (f)boundp tests.
6511         (elint-put-function-args): New function.
6512         (elint-initialize): Use elint-scan-doc-file rather than
6513         elint-find-builtin-variables.  Use elint-put-function-args.
6514         Possibly scan preloaded-file-list.
6515         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
6516         extend to handle functions as well.
6518 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
6520         * linum.el (linum-delete-overlays, linum-update-window):
6521         Do not modify the right margin.  (Bug#3971)
6523 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
6525         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
6526         nxml-mode instead of xml-mode.
6528 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6530         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
6532 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6534         * net/dig.el (dig-mode): Use define-derived-mode.
6536 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
6538         * vc-dispatcher.el (vc-do-command): Return the process object in
6539         the asynchronous case.  Use when instead of if.  Do not run
6540         vc-exec-after to display a message if not enabled.  (Bug#4463)
6542         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
6543         properties to the stash strings.
6544         (vc-git-stash-list): Return a list of strings.
6545         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
6546         (vc-git-stash-show-at-point): New functions.
6547         (vc-git-stash-map): New keymap.
6549         * register.el (ctl-x-r-map): Define the keys here instead of
6550         using autoload.
6552 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
6554         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
6555         list, to workaround performance problem (bug#4485).
6557 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
6559         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
6561 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
6563         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6564         Document that this option is not recommended to use.
6566 2009-09-19  Glenn Morris  <rgm@gnu.org>
6568         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
6569         variable `var'.
6571         * calc/calc-alg.el (var):
6572         * calc/calcalg2.el (var): Define for compiler.
6574 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
6576         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
6577         Doc fix (Bug#3932).
6579         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
6581         * time-stamp.el (time-stamp-month-dd-yyyy)
6582         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
6583         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
6584         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
6585         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
6586         Remove functions that have been obsolete since 1995 (Bug#4436).
6588         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
6589         indent buffer only if called interactively (Bug#4452).
6591 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
6592             Eli Zaretskii  <eliz@gnu.org>
6594         This fixes bug#4197 (merged to bug#865, though not identical).
6595         * server.el (server-auth-dir): Add docstring note about FAT32.
6596         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
6597         but warn against using them.
6599 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
6601         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
6602         older GDB where there is no has_more field.
6604 2009-09-19  Glenn Morris  <rgm@gnu.org>
6606         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6608 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
6610         * files.el (auto-mode-alist): Change default for XML files to nXML
6611         mode (Bug#4169).
6613 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
6615         * server.el (server-ensure-safe-dir): Pass 'integer
6616         to `file-attributes', as suggested.
6618 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6620         * dired-aux.el (dired-query-alist): Remove spurious backslash.
6621         (dired-query): Use read-key.
6623 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
6625         * cus-start.el (ns-use-qd-smoothing): Remove.
6627 2009-09-18  Glenn Morris  <rgm@gnu.org>
6629         * allout.el (top-level): Remove unnecessary progn.
6631         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
6633         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
6634         definition of abbrev table.
6636         * speedbar.el (speedbar-track-mouse):
6637         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
6638         * net/eudc.el (eudc-expand-inline):
6639         * net/newst-backend.el (newsticker--cache-read-feed):
6640         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6641         condition-case handlers.
6643 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
6645         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
6646         (gdb-var-list): Add an element for has_more field.
6647         (gdb-non-stop-handler): Enable pretty printing for STL containers.
6648         (gdb-var-create-handler, gdb-var-list-children-handler-1)
6649         (gdb-var-update-handler-1): Parse output of dynamic variable
6650         objects (STL containers).
6651         (gdb-var-delete-1): Pass var1 as an explicit second argument.
6652         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
6654         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
6655         gdb-var-list.
6656         (gud-speedbar-buttons): Make node expandable if expression "has more"
6657         children.
6659 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
6661         * startup.el (emacs-quick-startup): Remove variable and all uses.
6662         (command-line): Set `inhibit-x-resources' instead.
6663         (command-line-1): Use `inhibit-x-resources' instead.
6665 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
6667         * subr.el: Fix last change to avoid using the `unless' macro,
6668         which breaks bootstrapping.
6670 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6672         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
6673         extended definitions, in case we reload subr.el after having
6674         loaded CL.
6675         (eval-next-after-load): Mark as obsolete.
6677 2009-09-17  Juri Linkov  <juri@jurta.org>
6679         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
6680         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
6681         (menu-bar-showhide-menu, menu-bar-tools-menu)
6682         (menu-bar-describe-menu, menu-bar-help-menu)
6683         (minibuffer-local-completion-map, minibuffer-local-map):
6684         Fix list quoting.
6686 2009-09-17  Glenn Morris  <rgm@gnu.org>
6688         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
6689         arguments, whether or not it has a handler.
6691         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
6693         * simple.el (hard-newline): Give it a doc-string.
6695         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6696         (lisp-mode-syntax-table): Give them doc-strings.
6698 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
6700         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
6701         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
6702         (menu-bar-options-menu, menu-bar-showhide-menu)
6703         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
6704         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
6705         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
6706         (menu-bar-options-menu, menu-bar-tools-menu)
6707         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
6708         (menu-bar-help-menu):
6709         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
6710         string arguments.
6712         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
6713         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
6714         calls for the menu names and :help.
6716 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6718         * mouse.el (minor-mode-menu-from-indicator): Pay attention
6719         to :minor-mode-function (bug#4455).
6721 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6723         * startup.el (command-line): Initialize the window-system after
6724         processing the command-line.
6726         * textmodes/page.el (what-page): Make sure we don't inf-loop if
6727         page-delimiter matches the empty string.
6729 2009-09-16  Glenn Morris  <rgm@gnu.org>
6731         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
6732         byte-compile-not-obsolete-var.  It's a list now.
6733         (byte-compile-not-obsolete-funcs): New variable.
6734         (byte-compile-warn-obsolete): Don't warn about functions if they are in
6735         byte-compile-not-obsolete-funcs.
6736         (byte-compile-variable-ref, byte-compile-defvar): Update for
6737         byte-compile-not-obsolete-vars name-change and list nature.
6738         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
6739         and variables behind (f)boundp tests.
6740         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
6742 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
6744         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
6746 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6748         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
6749         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
6750         Don't autoload.
6752 2009-09-15  Stephen Eglen  <stephen@gnu.org>
6754         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
6755         the virtual-buffers, use the name of the buffer specified by
6756         find-file-noselect, as the match may be a symlink.  (This was a
6757         problem if the target and the symlink had different names.)
6759 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6761         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
6763         * desktop.el (desktop-path): Check user-emacs-directory.
6765         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
6767         * loadup.el: Use after-load-functions to GC after loading each file.
6768         Remove the explicit GC calls that used to be sprinkled around.
6770         * subr.el (after-load-functions): New hook.
6771         (do-after-load-evaluation): Run it.  Use string-match-p to detect
6772         `obsolete' packages, rather than painfully extracting the relevant
6773         directory name.
6775 2009-09-15  Glenn Morris  <rgm@gnu.org>
6777         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
6778         free variable `doc'.
6780         * dired.el (dired-mode-map): Add menu entry for async shell command.
6782         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
6783         variables, also consider the .elc files, since the .el files are
6784         normally gzipped (subsequent code locates the .el.gz from the .elc).
6786         * calc/calc-prog.el (arglist): Define for compiler.
6788         * calendar/diary-lib.el (diary-display-function): Change the default to
6789         fancy display.
6790         (body): Define for compiler.
6792         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
6793         (byte-compile-file-form, byte-compile-lambda)
6794         (byte-compile-top-level-body, byte-compile-form)
6795         (byte-compile-variable-ref, byte-compile-setq)
6796         (byte-compile-setq-default, byte-compile-body)
6797         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
6798         (batch-byte-compile): Give some more local variables with common names
6799         a "bytecomp-" prefix to avoid masking warnings about free variables.
6801         * startup.el (command-line-1): Give local variables with common names a
6802         distinguishing prefix, so as not to hide free variable warnings during
6803         bootstrap.
6805         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
6806         clever and add a suffix to make a unique name, just let the user decide
6807         whether or not to overwrite it.  If the input is a directory, write the
6808         default filename to that directory.  (Bug#4388)
6809         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
6810         is a filename-as-a-directory.
6812 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6814         * textmodes/page.el (what-page): Don't move to beginning of line.
6815         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
6817 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
6819         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
6821 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
6823         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
6824         * help.el (help-for-help-internal): Add purecopy calls for text.
6826         * vc.el (top): print-log method now takes an optional SHORTLOG
6827         argument.  Add a new method: root.
6828         (vc-root-diff, vc-print-root-log): New functions.
6829         (vc-log-short-style): New variable.
6830         (vc-print-log-internal): Add support for showing short logs.
6832         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
6833         vc-print-root-log and vc-print-root-diff.
6835         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
6836         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
6837         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
6838         short logs.
6840         * vc-cvs.el (vc-cvs-print-log):
6841         * vc-mtn.el (vc-mtn-print-log):
6842         * vc-rcs.el (vc-rcs-print-log):
6843         * vc-sccs.el (vc-sccs-print-log):
6844         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
6845         that is ignored for now.
6847         * vc-mtn.el (vc-mtn-annotate-command):
6848         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
6850 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6852         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
6853         to function-key-map, and give them ascii-character property.
6854         * term/x-win.el (x-alternatives-map):
6855         * term/ns-win.el (ns-alternatives-map):
6856         * term/internal.el (msdos-key-remapping-map):
6857         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
6859 2009-09-14  Glenn Morris  <rgm@gnu.org>
6861         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
6862         temp-buffers (2009-09-12).
6864 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6866         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
6867         the new read-key function.
6869 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
6871         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
6872         is defined (Bug#4405).
6874 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
6876         * recentf.el (recentf-cleanup): Use a hash table to find
6877         duplicates (Bug#4407).
6879 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
6881         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
6882         kp-0 to ascii equivalents (Bug#4325).
6884 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
6886         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
6888         * eshell/em-hist.el:
6889         * eshell/em-dirs.el (eshell-complete-user-reference):
6890         Declare pcomplete functions and variables to avoid compiler warnings.
6892 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
6894         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
6895         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
6896         * eshell/em-alias.el (eshell-aliases-file):
6897         * eshell/em-hist.el (eshell-history-file-name):
6898         Use expand-file-name instead of concat to make file names (Bug#4308).
6900 2009-09-13  Glenn Morris  <rgm@gnu.org>
6902         * ediff-merg.el (ediff-do-merge):
6903         * filesets.el (filesets-run-cmd):
6904         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
6905         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
6906         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
6907         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
6908         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
6909         Replace empty `let's with `progn'.
6911 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6913         * mail/sendmail.el (send-mail-function):
6914         * tooltip.el (tooltip-mode):
6915         * simple.el (transient-mark-mode):
6916         * rfn-eshadow.el (file-name-shadow-mode):
6917         * frame.el (blink-cursor-mode):
6918         * font-core.el (global-font-lock-mode):
6919         * files.el (temporary-file-directory)
6920         (small-temporary-file-directory, auto-save-file-name-transforms):
6921         * epa-hook.el (auto-encryption-mode):
6922         * composite.el (global-auto-composition-mode):
6923         Use custom-initialize-delay.
6924         * startup.el (command-line): Don't explicitly call
6925         custom-reevaluate-setting for all the above vars.
6926         * custom.el (custom-initialize-safe-set)
6927         (custom-initialize-safe-default): Delete.
6929 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6931         * term/x-win.el (x-initialize-window-system):
6932         * term/w32-win.el (w32-initialize-window-system):
6933         * term/ns-win.el (ns-initialize-window-system): Don't call
6934         mouse-wheel-mode since it's enabled globally by default already.
6936         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
6937         actually define the variable, but only silences the byte-compiler.
6938         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
6939         before looking it up.
6940         (mouse-wheel-scroll-amount): Also reset the bindings if this value
6941         is changed.
6943 2009-09-12  Glenn Morris  <rgm@gnu.org>
6945         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
6946         1000.
6947         (elint-add-required-env): Don't beep on error.
6948         (elint-forms): In case of error, return ENV unchanged.
6949         (elint-init-env): Skip non-list forms.
6950         (elint-log): Handle unknown file positions.
6952 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
6954         * epg.el (epg-make-context): Add autoload cookie.
6955         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
6956         (epg-decrypt-string, epg-start-verify, epg-verify-file)
6957         (epg-verify-string, epg-start-sign, epg-sign-file)
6958         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
6959         (epg-encrypt-string, epg-start-export-keys)
6960         (epg-export-keys-to-file, epg-export-keys-to-string)
6961         (epg-start-import-keys, epg-import-keys-from-file)
6962         (epg-import-keys-from-string, epg-start-receive-keys)
6963         (epg-receive-keys, epg-import-keys-from-server)
6964         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
6965         (epg-sign-keys, epg-start-generate-key)
6966         (epg-generate-key-from-file, epg-generate-key-from-string):
6967         Remove autoload cookie.
6969 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
6971         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
6972         reevaluation of trash-directory.
6974         * mwheel.el: Fix last change.
6975         (mouse-wheel-mode): New defvar.
6976         (mouse-wheel-mode): Remove autoload cookie.
6978 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6980         * mwheel.el (mwheel-installed-bindings): New var.
6981         (mouse-wheel-mode): Use it, so as to make sure we really remove all
6982         the bindings we set last time.  Use custom-initialize-delay.
6983         * loadup.el: Load mwheel after term/*-win.el.
6984         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
6985         and mouse-wheel-up-event now that their first evaluation is done
6986         sufficiently late to be correct.
6988         * startup.el (tutorial-directory): Make it a defcustom.
6989         Use custom-initialize-delay rather than eval-at-startup to set it.
6990         * image.el (image-load-path): Make it a defcustom.
6991         Use custom-initialize-delay rather than eval-at-startup to set it.
6992         * subr.el (eval-at-startup): Remove.
6993         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
6995         * subr.el (do-after-load-evaluation): Warn the user after loading an
6996         obsolete package.
6998 2009-09-12  Glenn Morris  <rgm@gnu.org>
7000         * proced.el (proced-mark-alt): Remove alias.
7001         (proced-mode-map): Remove proced-mark-alt.
7003         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7004         Elint file and directory.  Remove initialization entry.
7006         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7007         commands.
7008         (elint-current-buffer): Set mode-line-process.
7009         (elint-init-env): Handle define-derived-mode.
7010         Fix declare-function with unspecified arglist.  Guard against odd
7011         defalias statements (eg iso-insert's 8859-1-map).
7012         (elint-add-required-env): Use a temp buffer.
7013         (elint-form): Just print the function/macro name, not the whole form.
7014         Return env unchanged if we fail to parse a macro.
7015         (elint-forms): Guard against parse errors.
7016         (elint-output): New function, to handle batch mode.
7017         (elint-log-message): Add optional argument.  Use elint-output.
7018         (elint-set-mode-line): New function.
7020 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
7022         * emacs-lisp/elp.el (elp-not-profilable): Add more
7023         functions (Bug#4233).
7025 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
7027         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7028         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7030 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
7032         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7033         (gdb-var-list-children): Use json parsing.
7035 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
7037         * progmodes/js.el (js--proper-indentation): Handle the case where
7038         char-before is null.  Reported by Deniz Dogan.
7040 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
7042         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7044 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
7046         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7047         (epg-digest-algorithm-alist): Add SHA224.
7048         (epg-context-set-passphrase-callback)
7049         (epg-context-set-progress-callback): Add description about
7050         callback function.
7052 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7054         * custom.el (custom-delayed-init-variables): New var.
7055         (custom-initialize-delay): New function.
7056         * startup.el (command-line): "Re"evaluate all vars in
7057         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
7058         explicitly any more.
7059         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7060         to avoid creating a ~/.emacs.d at build-time (bug#4347).
7062         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7064 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
7066         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7067         (gdb-var-update-handler): Use json parsing.
7069 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
7071         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7072         decode annotated text, regardless of language environment.  (Bug#2741)
7074 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7076         * Makefile.in (autoloads): Make rmail.el writable as well.
7078 2009-09-11  Glenn Morris  <rgm@gnu.org>
7080         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7081         loaddefs.el.
7082         * dired.el: Regenerate with extracted autoloads.
7083         * Makefile.in (autoloads): Make dired.el writable.
7085         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7086         * ibuffer.el: Regenerate with extracted autoloads.
7087         * Makefile.in (autoloads): Make ibuffer.el writable.
7089         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7090         * version.el (emacs-copyright, emacs-major-version)
7091         (emacs-minor-version): Reformat doc-strings for make-docfile.
7093         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7094         functions and variables, since they must be stuff specific to some other
7095         platform.
7096         (apropos-print): Make mouse-click message less specific about button.
7098         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7099         that records where a macro was defined.
7100         * help-fns.el (describe-function-1): Mention if a function has a
7101         compiler-macro.
7102         * help-mode.el (help-function-cmacro): New button.
7104         * locate.el (top-level): Always require dired.
7105         (locate-mode-map): Initialize inside the defvar.
7107         * net/ange-ftp.el (dired-compress-file): Declare.
7108         (ange-ftp-dired-compress-file): Add doc string.
7110         * term/ns-win.el (x-display-name, x-setup-function-keys):
7111         Unify doc-strings with X versions.
7113 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7115         * emulation/crisp.el (crisp-mode-map): Move initialization
7116         into declaration.
7117         (crisp-mode): Use define-minor-mode.
7119         * progmodes/xscheme.el (xscheme-evaluation-commands):
7120         Put a :advertised-binding property rather than using
7121         advertised-xscheme-send-previous-expression.
7122         (advertised-xscheme-send-previous-expression): Declare obsolete.
7123         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7124         `advertised-undo'.
7125         (crisp-mode): Add corresponding bindings to
7126         undo's :advertised-binding instead.
7127         * dired.el (dired-mode-map): Put a :advertised-binding property rather
7128         than using dired-advertised-find-file.
7129         (dired-advertised-find-file):
7130         * simple.el (advertised-undo):
7131         * wid-edit.el (advertised-widget-backward): Declare obsolete.
7132         (widget-keymap): Put a :advertised-binding property rather
7133         than using advertised-widget-backward.
7134         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7135         than using advertised-undo.
7136         * tutorial.el (tutorial--default-keys): Adjust accordingly.
7138 2009-09-10  Simon South  <ssouth@slowcomputing.org>
7140         * progmodes/delphi.el (delphi-tab): Indent region when Transient
7141         Mark mode is enabled and region is active; otherwise indent or
7142         insert TAB as usual.
7143         (delphi-mode): Update description of TAB-key binding.
7145 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7147         * subr.el (define-key-rebound-commands): Mark obsolete.
7148         * startup.el (precompute-menubar-bindings): Remove.
7149         (normal-top-level): Remove obsolete code that tried to precompute
7150         menubar bindings.
7151         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7152         define-key-rebound-commands and precompute-menubar-bindings.
7154 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7156         * net/imap.el (imap-interactive-login): Better messages.
7157         (imap-open): Fix bug with renamed buffer on reconnect.
7158         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7159         for easier debugging and cleaner code.  On successful (guessed based on
7160         server capabilities) secondary authentication, set imap-state
7161         correctly.
7162         (imap-last-authenticator): Define imap-last-authenticator as a variable
7163         to avoid warnings.
7165 2009-09-10  Glenn Morris  <rgm@gnu.org>
7167         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7169         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7170         (byte-compile-file-form-autoload): Don't warn about unknown functions
7171         where the autoload statement comes after the use.
7172         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7173         that any handlers inside the body (eg require) are in turn respected.
7175         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7176         effects.
7178         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7179         and syntax and abbrev tables basic docs, if they don't have any.
7181         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7183         * international/mule-cmds.el (top-level): Require cl when compiling.
7184         (view-hello-file): Use default-value rather than
7185         default-enable-multibyte-characters.
7187         * progmodes/fortran.el: Move all safe and risky properties into the
7188         defcustoms.
7190         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7191         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7192         * mail/undigest.el:
7193         Put autoloads in rmail.el rather than loaddefs.el.
7194         * mail/rmail.el: Regenerate with extracted autoloads.
7196         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7197         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7199 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
7201         Reported in thread for Bug#4375.
7202         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7203         "-data-evaluate-expression" instead of print.
7204         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7205         (gdb-tooltip-print): Parse output from above MI command.
7206         (gdb): Revert 2009-08-11 change.  User should detach inferior
7207         manually.
7209         Remove the word "separate" from IO functions as inferior
7210         output is now never displayed in the GUD buffer.
7212 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
7214         * startup.el (command-line-normalize-file-name): On Windows and
7215         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7217 2009-09-10  Juri Linkov  <juri@jurta.org>
7219         * isearch.el (isearch-text-char-description): Propertize escape
7220         character sequences with the `escape-glyph' face.  (Bug#4344)
7222         * simple.el (shell-command): Set asynchronous process filter to
7223         `comint-output-filter'.  (Bug#4343)
7225         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7226         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
7227         the list.  Move "asm" to the bottom.
7228         (grep-find-ignored-directories): Add `choice' with nil value
7229         to empty the list easily.
7230         (grep-find-ignored-files): New option.
7231         (grep-files-history): Set to nil by default instead of '("ch" "el").
7232         (grep-compute-defaults): Add "<X>" to `grep-template'.
7233         (grep-read-files): Bind new local variables `default-alias' and
7234         `default-extension'.  Use a list of default values for the file prompt.
7235         (lgrep): Add `--exclude=' command line options composed from
7236         `grep-find-ignored-files'.
7237         (rgrep): Add `-name' command line options composed from
7238         `grep-find-ignored-files'.  (Bug#4301)
7240 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7242         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7243         (bug#4368).
7245 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7247         * calendar/time-date.el (autoload):
7248         Expand define-obsolete-function-alias into defalias and make-obsolete
7249         for old Emacsen that Gnus supports.
7250         (with-no-warnings): Define it for old Emacsen.
7251         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7252         is available.
7253         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7254         float-time is available; suppress compile warning for time-to-seconds.
7256 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7258         * net/imap.el (imap-message-map): Docstring fix.
7260 2009-09-09  Glenn Morris  <rgm@gnu.org>
7262         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
7263         line numbers too.  (Bug#4374)
7265 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7267         * smerge-mode.el (smerge-remove-props, smerge-refine):
7268         Use with-silent-modifications (bug#4342).
7270         * subr.el (with-silent-modifications): New macro.
7272 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
7274         * files.el (top-level): Require `cl' when compiling.
7276 2009-09-07  Glenn Morris  <rgm@gnu.org>
7278         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
7280         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
7281         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
7283 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
7285         * vc-git.el (vc-git-annotate-command): Use separator to parse
7286         arguments correctly.
7288 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
7290         * proced.el (proced-mode): Doc fix.
7292 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
7294         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
7295         lstat fails.
7296         (tramp-do-file-attributes-with-ls): Check for file existence at
7297         remote end.
7298         (tramp-do-file-attributes-with-stat): Likewise.
7299         (tramp-convert-file-attributes): Return nil when attr is nil.
7301 2009-09-05  Glenn Morris  <rgm@gnu.org>
7303         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
7304         properties to this button.
7305         (diary-fancy-display): Don't extend the button to the final newline.
7306         (diary-fancy-display-mode): Continue to define "q" as a local key.
7308         * calendar/cal-china.el (holiday-chinese): Make it slightly more
7309         efficient.
7311         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
7313         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
7314         (byte-compile-dest-file-function): New option.
7315         (byte-compile-dest-file): Doc fix.
7316         Obey byte-compile-dest-file-function.
7317         (byte-compile-cl-file-p): New function.
7318         (byte-compile-eval): Only suppress noruntime warnings about cl functions
7319         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
7320         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
7321         than for file being previously loaded.
7322         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
7323         (byte-compile-file-form-require): Handle the case where requiring a file
7324         indirectly causes CL to be loaded.
7326 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
7328         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
7329         before killing the old buffer, since by the time `kill-buffer' is
7330         run so many buffer variables have been set to nil that it may not
7331         behave as expected.  (Bug#4061)
7333 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
7335         * files.el (find-alternate-file): If the old buffer is modified
7336         and visiting a file, behave similarly to `kill-buffer' when
7337         killing it, thus reverting to the pre-1.878 behavior; see
7338         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
7339         for discussion.  Also, consult `buffer-file-name' as a variable
7340         not as a function, for consistency with the rest of the code.
7342 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
7344         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7345         also when adding a new directory.
7347         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
7348         defun.
7350 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7352         * files.el (locate-file-completion-table): Make it provide boundary
7353         information, so partial-completion works better.
7355 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
7357         * mail/footnote.el (Footnote-text-under-cursor):
7358         Check footnote-text-marker-alist before using it (bug#4324).
7360 2009-09-04  Glenn Morris  <rgm@gnu.org>
7362         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
7363         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
7364         * play/solitaire.el, play/tetris.el:
7365         Remove leading * from defcustom and defface docs.
7367         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
7368         necessary.
7369         (diary-fancy-overriding-map): New variable.
7370         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
7371         Use view-mode.
7373         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
7374         goto-line.
7376 2009-09-03  Glenn Morris  <rgm@gnu.org>
7378         * arc-mode.el (archive-mode):
7379         * dos-fns.el (set-default-process-coding-system):
7380         * man.el (Man-getpage-in-background):
7381         * menu-bar.el (menu-bar-describe-menu):
7382         * server.el (server-process-filter):
7383         * startup.el (command-line):
7384         * tar-mode.el (tar-header-block-tokenize, tar-extract):
7385         * w32-fns.el (set-default-process-coding-system):
7386         * x-dnd.el (x-dnd-handle-file-name):
7387         * international/mule-cmds.el (mule-menu-keymap)
7388         (set-default-coding-systems, language-info-alist, set-language-info)
7389         (set-language-environment, standard-display-european-internal)
7390         (set-locale-environment):
7391         * international/mule-diag.el (mule-diag):
7392         * mail/emacsbug.el (report-emacs-bug):
7393         * mail/rmail.el (rmail-mode):
7394         * mail/sendmail.el (mail-setup):
7395         Use default-value rather than default-enable-multibyte-characters.
7397         * progmodes/f90.el: Move all safe properties into the defcustoms.
7398         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
7400         * calendar/appt.el (appt-check):
7401         * calendar/diary-lib.el (diary-set-header, diary-live-p)
7402         (diary-check-diary-file, diary-list-entries)
7403         (diary-include-other-diary-files, diary-simple-display)
7404         (diary-fancy-display, diary-print-entries)
7405         (diary-mark-included-diary-files, diary-make-entry):
7406         Don't call substitute-in-file-name on diary-file.
7408 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
7409             Stefan Monnier  <monnier@iro.umontreal.ca>
7411         * mail/footnote.el (footnote-prefix): Make it a defcustom.
7412         (footnote-mode-map): Move initialization into the declaration.
7413         (footnote-minor-mode-map): Define it rather than changing global-map.
7414         (footnote-mode): Use define-minor-mode.
7416 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
7418         * net/tramp.el (tramp-handle-file-attributes-with-ls)
7419         (tramp-do-file-attributes-with-perl)
7420         (tramp-do-file-attributes-with-stat): Rename from
7421         `tramp-handle-file-attributes-with-*'.
7422         (tramp-handle-file-attributes): Use them.
7423         (tramp-do-directory-files-and-attributes-with-perl)
7424         (tramp-do-directory-files-and-attributes-with-stat): Rename from
7425         `tramp-handle-directory-files-and-attributes-with-*'.
7426         (tramp-handle-directory-files-and-attributes): Use them.
7427         (tramp-method-out-of-band-p): Additional parameter SIZE.
7428         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
7429         (tramp-handle-write-region): Use it.
7430         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
7431         (tramp-handle-vc-registered): Check, whether the first run did
7432         return files to be tested.
7433         (tramp-advice-make-auto-save-file-name): Do not call directly
7434         `tramp-handle-make-auto-save-file-name', because this would bypass
7435         the locking mechanism.
7437         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
7438         (file-remote-p, process-file, start-file-process, set-file-times)
7439         (tramp-compat-file-attributes): Compatibility functions shall not
7440         call directly `tramp-handle-*', because this would bypass the
7441         locking mechanism.
7442         (tramp-compat-number-sequence): New defun.
7444 2009-09-02  Glenn Morris  <rgm@gnu.org>
7446         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
7447         alias for float-time.
7448         (time-to-number-of-days): In Emacs, use float-time.
7449         * net/newst-backend.el (time-add): Suppress warnings from compat
7450         function.
7451         * time.el (emacs-uptime, emacs-init-time):
7452         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
7453         Use float-time rather than time-to-seconds.
7455         * minibuffer.el (completion-initials-expand): Fix typo.
7457         * faces.el (modeline, modeline-inactive, modeline-highlight)
7458         (modeline-buffer-id):
7459         * info.el (info-menu-5): Mark these face aliases as obsolete.
7461 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
7463         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
7464         space ...
7465         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
7466         no "--thread" option.
7467         (gdb-stopped): Don't print "Switched to thread" message when it is
7468         unchanged.
7470 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7472         * minibuffer.el (completion-try-completion)
7473         (completion-all-completions): Remove ill-defined (and
7474         mistakenly installed and luckily never used nor documented)
7475         `completion-styles' property.
7476         (completion-initials-expand, completion-initials-all-completions)
7477         (completion-initials-try-completion): New functions.
7478         (completion-styles-alist): Add doc to each entry.
7479         Add new `initials' entry.
7481 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
7483         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
7484         MI command -var-evaluate-expression.
7485         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
7486         and tweak for case of string child.
7487         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
7489 2009-09-01  Glenn Morris  <rgm@gnu.org>
7491         * add-log.el (change-log-date-face, change-log-name-face)
7492         (change-log-email-face, change-log-file-face, change-log-list-face)
7493         (change-log-conditionals-face, change-log-function-face)
7494         (change-log-acknowledgement-face):
7495         * cus-edit.el (custom-invalid-face, custom-rogue-face)
7496         (custom-modified-face, custom-set-face, custom-changed-face)
7497         (custom-saved-face, custom-button-face, custom-button-pressed-face)
7498         (custom-documentation-face, custom-state-face, custom-comment-face)
7499         (custom-comment-tag-face, custom-variable-tag-face)
7500         (custom-variable-button-face, custom-face-tag-face)
7501         (custom-group-tag-face-1, custom-group-tag-face):
7502         * diff-mode.el (diff-header-face, diff-file-header-face)
7503         (diff-index-face, diff-hunk-header-face, diff-removed-face)
7504         (diff-added-face, diff-changed-face, diff-function-face)
7505         (diff-context-face, diff-nonexistent-face):
7506         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7507         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
7508         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7509         (Info-title-4-face):
7510         * isearch.el (isearch-lazy-highlight-face):
7511         * log-view.el (log-view-file-face, log-view-message-face):
7512         * paren.el (show-paren-match-face, show-paren-mismatch-face):
7513         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
7514         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
7515         (cvs-msg-face):
7516         * smerge-mode.el (smerge-mine-face, smerge-other-face)
7517         (smerge-base-face, smerge-markers-face):
7518         * wid-edit.el (widget-documentation-face, widget-button-face)
7519         (widget-field-face, widget-single-line-field-face)
7520         (widget-inactive-face, widget-button-pressed-face):
7521         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
7522         (woman-addition-face):
7523         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
7524         (eshell-ls-executable-face, eshell-ls-readonly-face)
7525         (eshell-ls-unreadable-face, eshell-ls-special-face)
7526         (eshell-ls-missing-face, eshell-ls-archive-face)
7527         (eshell-ls-backup-face, eshell-ls-product-face)
7528         (eshell-ls-clutter-face):
7529         * eshell/em-prompt.el (eshell-prompt-face):
7530         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
7531         * obsolete/old-whitespace.el (whitespace-highlight-face):
7532         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
7533         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
7534         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
7535         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
7536         (antlr-font-lock-literal-face):
7537         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7538         (ebrowse-root-class-face, ebrowse-file-name-face)
7539         (ebrowse-default-face, ebrowse-member-attribute-face)
7540         (ebrowse-member-class-face, ebrowse-progress-face):
7541         * progmodes/make-mode.el (makefile-space-face):
7542         * progmodes/sh-script.el (sh-heredoc-face):
7543         * textmodes/flyspell.el (flyspell-incorrect-face)
7544         (flyspell-duplicate-face):
7545         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
7546         * textmodes/texinfo.el (texinfo-heading-face):
7547         Mark face aliases with "-face" suffix as obsolete.
7549         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
7550         compiler.
7552         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
7553         (eudc-bob-sound-menu): Use defvar rather than defconst, since
7554         easy-menu-define wants to modify these.
7556         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
7558         * net/browse-url.el (browse-url-file-url):
7559         * term/internal.el (dos-codepage-setup):
7560         Use default-value rather than default-enable-multibyte-characters.
7562         * progmodes/etags.el (etags-goto-tag-location):
7563         * progmodes/flymake.el (flymake-highlight-line)
7564         (flymake-goto-file-and-line, flymake-goto-line):
7565         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
7566         (gdb-goto-breakpoint):
7567         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
7568         * progmodes/python.el (python-find-function)
7569         (python-pdbtrack-track-stack-file):
7570         * progmodes/verilog-mode.el (verilog-surelint-off):
7571         * term/ns-win.el (ns-open-file-select-line):
7572         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
7573         Use forward-line rather than goto-line.
7575         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
7576         * textmodes/reftex-index.el (reftex-display-index):
7577         * textmodes/reftex-ref.el (reftex-offer-label-menu):
7578         * textmodes/reftex-toc.el (reftex-toc):
7579         Remove unnecessary bindings of default-major-mode (all are followed by
7580         major-mode check and possible mode switch).
7582 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
7584         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
7585         Handle watchpoints (bug#4282).
7586         (def-gdb-thread-buffer-command): Enable thread to be selected by
7587         clicking without selecting threads buffer first.
7588         (gdb-current-context-command): Use selected frame so that "up",
7589         "down" etc work in the GUD buffer.
7590         (gdb-update): Find selected frame before rendering stack buffer.
7591         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
7593 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7595         * progmodes/sym-comp.el (displayed-completions): Remove.
7596         (symbol-complete): Use minibuffer-complete.
7598 2009-08-31  Glenn Morris  <rgm@gnu.org>
7600         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
7602         * apropos.el (apropos-symbols-internal):
7603         Handle (obsolete) face aliases.
7605         * faces.el (describe-face): Adjust the output format to be more like
7606         describe-variable, and to mention (obsolete) face aliases.
7607         Adjust the whitespace so that help-setup-xref works.
7609         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
7610         * calendar/diary-lib.el (diary-button-face):
7611         Mark these face aliases as obsolete.
7613         * calendar/calendar.el (calendar-today): Doc fix.
7615 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
7617         * progmodes/gdb-mi.el (gdb-control-all-threads)
7618         (gdb-control-current-thread): Force tool bar update.
7619         (gdb-non-stop-handler): New function.
7620         (gdb-init-1): Use it to test if non-stop mode is supported.
7621         Remove unused gdbmi buffer type.
7623 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
7625         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7626         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
7628 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
7630         * comint.el (comint-exec-1): Check command is non-null first.
7631         Part of gdb-mi.el change (2009-08-28).
7633 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7635         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
7637 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
7639         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
7640         instead of `dolist' to avoid a recursive require when bootstrapping.
7642 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7644         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
7646         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
7648         * net/imap.el (imap-send-command): Simplify.
7649         (imap-wait-for-tag): point-max -> buffer-size.
7651         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
7653         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
7654         with constant argument.
7656         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
7658         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
7660         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
7661         Change default, since most of our files don't have a history.
7662         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
7663         the user.
7665         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7666         Add comint-run.
7668         * calc/calc.el: Improve commenting convention.
7669         (calc-digit-map, toplevel): Simplify.
7671         * comint.el (comint-insert-input): Be careful to only set point if we
7672         don't delegate to some other command.
7674         * proced.el (proced-signal-list): Make it an alist.
7675         (proced-grammar-alist): Capitalize names.
7676         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
7677         Disable undo manually and make it read-only.
7678         Use completion-annotate-function.
7680         * minibuffer.el (minibuffer-message): If the current buffer is not
7681         a minibuffer, insert the message in the echo area rather than at the
7682         end of the buffer.
7683         (completion-annotate-function): New variable.
7684         (minibuffer-completion-help): Use it.
7685         (completion--embedded-envvar-table): Environment vars are
7686         always case-sensitive.
7688 2009-08-30  Glenn Morris  <rgm@gnu.org>
7690         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
7691         from fortran-current-defun.
7692         (fortran-beginning-of-subprogram): Be more precise about finding the
7693         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
7694         (fortran-end-of-subprogram): Simplify.
7695         (fortran-current-defun): Use fortran-start-prog-re.
7697 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
7699         * subr.el (do-after-load-evaluation): Simplify.
7701 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
7703         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
7705         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
7706         (vc-rcs-print-log): Use it.
7708         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
7710 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7712         * paths.el (abbrev-file-name): Move to abbrev.el.
7713         * abbrev.el (abbrev-file-name): Move from paths.el.
7714         Obey user-emacs-directory.
7715         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
7716         user-emacs-directory.
7717         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
7718         abbrev-file-name and calc-settings-file any more.
7719         * startup.el (command-line): Recompute abbrev-file-name and
7720         abbreviated-home-dir.
7721         (normal-no-mouse-startup-screen): Improve the generic code and get rid
7722         of the special code for when C-h bindings haven't been changed.
7723         (display-startup-echo-area-message): Use with-current-buffer.
7724         (command-line-1): Use a list of strings, rather than a list of lists
7725         of strings for longopts.
7727         * files.el (get-free-disk-space): Use / for default-directory.
7729         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
7730         Use with-current-buffer.
7732         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
7733         Recognize immutable variables like most-positive-fixnum.
7734         (byte-compile-setq-default): Check and warn if trying to assign
7735         to an immutable variable, or a non-variable.
7737         * progmodes/cc-vars.el (c-comment-continuation-stars):
7738         * progmodes/cc-engine.el (c-looking-at-bos):
7739         * progmodes/cc-cmds.el (c-toggle-auto-state)
7740         (c-forward-into-nomenclature, c-backward-into-nomenclature)
7741         (c-comment-line-break-function): Add version of obsolescence.
7743 2009-08-28  Juri Linkov  <juri@jurta.org>
7745         * files.el (magic-fallback-mode-alist): Add ZIP magic number
7746         associated with `archive-mode'.
7748         * image.el (image-type-header-regexps): Use only JPEG magic number
7749         to determine JPEG images, and don't use `image-jpeg-p' because
7750         Emacs can display non-JFIF non-Exif JPEG images.
7752 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
7754         * arc-mode.el (archive-mode):
7755         * emacs-lisp/re-builder.el (re-builder-unload-function):
7756         Protect against the default value of `major-mode' being nil.
7758 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
7760         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
7761         Fix typos in docstrings.
7763         * progmodes/js.el (js--macro-decl-re): Doc fix.
7764         (js--plain-method-re, js--split-name): Refloc docstring.
7765         (js--class-styles, js--make-merged-item, js--splice-into-items):
7766         Fix typos in docstrings; reflow docstrings.
7767         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
7768         (js--variable-decl-matcher, js--inside-pitem-p)
7769         (js--parse-state-at-point, js--get-all-known-symbols)
7770         (js--symbol-history, js-find-symbol, js--js-references)
7771         (js--moz-interactor, js--js-encode-value, js--read-tab):
7772         Fix typos in docstrings.
7774 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7776         * textmodes/reftex.el (reftex-get-file-buffer-force):
7777         * progmodes/verilog-mode.el (verilog-batch-execute-func):
7778         * emulation/viper.el (viper-go-away, viper-set-hooks):
7779         * emacs-lisp/re-builder.el (re-builder-unload-function):
7780         * emacs-lisp/bytecomp.el (byte-compile-file):
7781         * ses.el (ses-unload-function):
7782         * hexl.el (hexl-find-file):
7783         * files.el (normal-mode):
7784         * ehelp.el (with-electric-help):
7785         * autoinsert.el (auto-insert-alist):
7786         * arc-mode.el (archive-mode):
7787         Use (default-value 'major-mode) instead of default-major-mode.
7789         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
7790         * international/mule.el (load-with-code-conversion):
7791         * emacs-lisp/debug.el (debug):
7792         * ediff-vers.el (ediff-rcs-get-output-buffer):
7793         * dired.el (dired-internal-noselect): Don't let-bind
7794         default-major-mode around code that doesn't use it.
7795         E.g. buffer creation via get-buffer-create doesn't use it.
7797 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
7799         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
7800         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
7801         when writing the temp file.  Otherwise, epa-file gets confused.
7802         (tramp-register-file-name-handlers): Make it a defun.  Move also
7803         `epa-file-handler' to the front of `file-name-handler-alist'.
7805 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7807         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
7808         start right after a ^M.
7809         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
7810         (tramp-completion-file-name-regexp-separate)
7811         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
7812         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
7813         Don't modify last-coding-system-used by accident.
7814         (tramp-completion-file-name-handler): Apply the checks here,
7815         instead during registration.
7816         (tramp-register-file-name-handlers) Renamed from
7817         `tramp-register-file-name-handler'.  Register both
7818         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
7819         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
7821 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
7823         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
7824         Remove variable ...
7825         (gdb-init-1, gdb-display-separate-io-buffer)
7826         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
7827         references to it.
7828         (gdb-inferior-io-mode): Use make-comint-in-buffer.
7829         (gdb-inferior-filter): Use comint-output-filter to stop
7830         echoing and remove ^M characters.
7832 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7834         * emulation/viper-init.el (viper-restore-cursor-type):
7835         * emulation/cua-base.el (cua--update-indications):
7836         Replace default-cursor-type with (default-value 'cursor-type).
7838         * mail/sendmail.el (mail-recover-1):
7839         * international/mule-diag.el (describe-current-coding-system-briefly)
7840         (describe-current-coding-system):
7841         * international/mule-cmds.el (select-safe-coding-system)
7842         (select-message-coding-system)
7843         (set-language-environment-coding-systems, set-locale-environment):
7844         * hexl.el (hexl-insert-multibyte-char):
7845         * dos-w32.el (find-buffer-file-type-coding-system):
7846         * simple.el (what-cursor-position):
7847         Replace uses of default-buffer-file-coding-system
7848         with (default-value 'buffer-file-coding-system).
7850         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
7851         Replace uses of default-cursor-in-non-selected-windows
7852         with (default-value 'cursor-in-non-selected-windows).
7853         Use with-current-buffer.
7855         * mail/feedmail.el: Use CL macros.
7856         (feedmail-run-the-queue, feedmail-send-it-immediately):
7857         * dos-w32.el (find-buffer-file-type): Replace uses of
7858         default-buffer-file-type with (default-value 'buffer-file-type).
7860 2009-08-28  Glenn Morris  <rgm@gnu.org>
7862         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
7863         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
7864         Use default-value of major-mode rather than default-major-mode.
7866 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7868         * Makefile.in (update-elcfiles): Report left over elc files.
7870         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
7871         expand-file-name and with-current-buffer.
7872         (mail-get-names, mail-directory): Use with-current-buffer.
7874         * vc.el (vc-read-revision): New function.
7875         (vc-version-diff, vc-merge): Use it.
7877 2009-08-27  Sam Steingold  <sds@gnu.org>
7879         * simple.el (kill-do-not-save-duplicates): New user option.
7880         (kill-new): When it is non-nil, and the new string is the same as
7881         the latest kill, set replace to t to avoid duplicates in kill-ring.
7883 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
7885         * net/tramp.el (tramp-handle-process-file): Do not flush all
7886         caches when `process-file-side-effects' is set.
7887         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
7888         instead of `tramp-find-file-exists-command'.
7889         Unset `process-file-side-effects'.
7891 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
7893         * net/tramp.el (tramp-methods): New method "rsyncc".
7894         (top): Add completion function for "rsyncc".
7895         (tramp-message-show-message): New defvar.
7896         (tramp-message, tramp-error): Use it.
7897         (tramp-do-copy-or-rename-file-directly): Extend check for direct
7898         remote copying.
7899         (tramp-do-copy-or-rename-file-out-of-band): Handle new
7900         `tramp-methods' entry `copy-env' of "rsyncc".
7901         (tramp-vc-registered-read-file-names): New defconst.
7902         (tramp-vc-registered-file-names): New defvar.
7903         (tramp-handle-vc-registered): Implement optimization strategy.
7904         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
7905         (tramp-vc-file-name-handler): New defun.
7906         (tramp-get-ls-command, tramp-get-test-command)
7907         (tramp-get-file-exists-command, tramp-get-remote-ln)
7908         (tramp-get-remote-perl, tramp-get-remote-stat)
7909         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
7911         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
7912         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
7913         timestamps.
7914         (tramp-get-file-property): Check for timestamps in
7915         `tramp-cache-inhibit-cache'.
7916         (tramp-set-file-property): Write timestamp.
7918 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7920         * language/japan-util.el (japanese-symbol-table): Add entries for
7921         cp932-2-byte.
7923         * international/characters.el: Add category `j' to cp932-2-byte.
7925 2009-08-27  Kenichi Handa  <handa@m17n.org>
7927         * international/fontset.el (build-default-fontset-data): New macro.
7928         (setup-default-fontset): Use build-default-fontset-data for CJK,
7929         tibetan, ethiopic, and ipa.
7931 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7933         * cus-start.el (default-major-mode): Customize `major-mode' instead.
7934         (enable-multibyte-characters): Not customizable any more.
7936         * subr.el (default-mode-line-format, default-header-line-format)
7937         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
7938         (default-direction-reversed, default-truncate-lines)
7939         (default-left-margin, default-tab-width, default-case-fold-search)
7940         (default-left-margin-width, default-right-margin-width)
7941         (default-left-fringe-width, default-right-fringe-width)
7942         (default-fringes-outside-margins, default-scroll-bar-width)
7943         (default-vertical-scroll-bar, default-indicate-empty-lines)
7944         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
7945         (default-fringe-cursor-alist, default-scroll-up-aggressively)
7946         (default-scroll-down-aggressively, default-fill-column)
7947         (default-cursor-type, default-buffer-file-type)
7948         (default-cursor-in-non-selected-windows)
7949         (default-buffer-file-coding-system, default-major-mode)
7950         (default-enable-multibyte-characters): Mark as obsolete.
7952 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
7954         * vc-dir.el (vc-dir-update): Remove debug helper.
7956         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
7958 2009-08-26  Sam Steingold  <sds@gnu.org>
7960         * simple.el (save-interprogram-paste-before-kill): New user option.
7961         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
7962         save the interprogram-paste into kill-ring before overriding it
7963         with the Emacs kill.
7965 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
7967         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
7968         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
7969         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
7970         and move to vc-rcs.el.
7971         (vc-default-next-revision): Rename to vc-rcs-next-revision and
7972         move to vc-rcs.el.
7973         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
7974         (vc-rcs-update-changelog): Remove.
7975         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
7976         and move to vc-rcs.el.
7978         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
7979         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
7980         renaming.
7981         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
7982         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
7983         vc.el, renamed to be RCS specific.
7985         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
7986         New functions.
7987         (vc-cvs-update-changelog): Move here from vc.el.
7989         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
7990         New functions.
7992 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7994         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
7996 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
7998         * vc-git.el (vc-git-register): Use "git add" for directories.
7999         (vc-git-stash, vc-git-stash-show): New functions.
8000         (vc-git-extra-menu-map): Bind them.
8002         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8003         directory correctly in case the item is a directory itself.
8005         * vc.el: Document the desired behavior for reverted files in the
8006         `added' state.
8007         (vc-default-prettify-state-info): Remove function, unused.
8009         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8011 2009-08-26  Glenn Morris  <rgm@gnu.org>
8013         * bindings.el (standard-mode-line-format): Reposition dashes in
8014         which-func entry.  (Bug#4217)
8016         * files.el (enable-local-variables, enable-local-eval)
8017         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8018         the defcustoms.
8019         (auto-mode-alist, ignored-local-variables)
8020         (save-some-buffers-action-alist): Move risky declarations to the
8021         definitions.
8022         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8023         (font-lock-defaults, format-alist, imenu--index-alist)
8024         (imenu-generic-expression, input-method-alist, minor-mode-alist)
8025         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8026         (mode-line-modified, mode-line-mule-info, mode-line-position)
8027         (mode-line-process, mode-line-remote, outline-level)
8028         (parse-time-rules, rmail-output-file-alist)
8029         (special-display-buffer-names, vc-mode):
8030         Move risky declarations to the relevant files.
8031         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8032         (mode-line-modified, mode-line-process, mode-line-position)
8033         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8034         * font-core.el (font-lock-defaults):
8035         * format.el (format-alist):
8036         * vc-hooks.el (vc-mode):
8037         * window.el (special-display-buffer-names):
8038         * international/mule-cmds.el (input-method-alist):
8039         Define riskiness here (dumped file) rather than in files.el.
8040         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8041         * imenu.el (imenu-generic-expression, imenu--index-alist):
8042         * outline.el (outline-level):
8043         * time.el (display-time-string):
8044         * calendar/parse-time.el (parse-time-rules):
8045         * mail/rmailout.el (rmail-output-file-alist):
8046         Autoload riskiness here, rather than placing in files.el.
8048 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
8050         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8052 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
8054         * simple.el (process-file-side-effects): New defvar.
8056         * dired-aux.el (dired-show-file-type):
8057         * vc.el (vc-diff-internal):
8058         * vc-arch.el (vc-arch-diff):
8059         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8060         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8061         * vc-git.el (vc-git-registered, vc-git-working-revision)
8062         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8063         (vc-git--empty-db-p):
8064         * vc-hooks.el (vc-user-login-name):
8065         * vc-svn.el (vc-svn-registered, vc-svn-state)
8066         (vc-svn-dir-extra-headers, vc-svn-find-revision):
8067         * progmodes/grep.el (grep-probe): Let-bind
8068         `process-file-side-effects' with nil.
8070         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8072         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8073         daemon.  Replace ping by checking for running service for bluez
8074         and zeroconf.  (Bug#4239)
8076 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8078         * net/dig.el (dig): Add autoload cookie.
8080 2009-08-25  Glenn Morris  <rgm@gnu.org>
8082         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8083         load-history for absolute file-names.
8084         (byte-compile-file-form-require): Warn about use of the cl package.
8086         * format.el (format-alist): Doc fix.
8088         * play/bubbles.el (top-level): Don't require cl at run-time.
8090         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8091         run-time cl).
8093 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
8095         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8096         from cl package.
8097         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8099 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
8101         * calc/calc-alg.el (math-trig-rewrite)
8102         (math-hyperbolic-trig-rewrite): New functions.
8103         (calc-simplify): Simplify trig functions when asked.
8105 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8107         * diff-mode.el (diff-find-source-location): Avoid goto-line.
8109 2009-08-24  Kenichi Handa  <handa@m17n.org>
8111         * language/ind-util.el (mapthread): Delete it.
8112         (combinatorial): New function.
8113         (indian--puthash-cv): Use combinatorial instead of mapthread.
8115 2009-08-22  Kevin Ryde  <user42@zip.com.au>
8117         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8118         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8119         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8120         Clarify docstring that the value is strings not symbols.
8121         (checkdoc-list-of-strings-p): New function.
8123 2009-08-22  Glenn Morris  <rgm@gnu.org>
8125         * files.el (auto-mode-alist):
8126         * hippie-exp.el (he-concat-directory-file-name):
8127         * lpr.el (lpr-windows-system, printer-name):
8128         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8129         * ps-print.el (ps-windows-system):
8130         * startup.el (command-line):
8131         * emulation/viper-ex.el (viper-glob-function):
8132         * international/mule-cmds.el (set-language-environment-coding-systems):
8133         * net/ange-ftp.el (ange-ftp-write-region):
8134         * obsolete/fast-lock.el (fast-lock-cache-name):
8135         Remove code for defunct system-types emx, macos, mswindows, next-mach,
8136         unisoft-unix, vax-vms, win32, w32.
8138         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8139         given name if the pattern is not more specific.
8141         * calendar/lunar.el (lunar-phase-names): New option.
8142         (lunar-phase): Doc fix.
8143         (lunar-cycles-per-year): New constant.
8144         (lunar-index): New function.
8145         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8146         (lunar-phase-name): Use lunar-phase-names.
8147         (calendar-lunar-phases): Use format.
8148         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8150         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8151         Copy imenu-example--name-and-position function here for own use.
8152         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8154         * bs.el (bs--redisplay):
8155         * cus-edit.el (custom-redraw):
8156         * ibuffer.el (ibuffer-bury-buffer):
8157         * server.el (server-goto-line-column):
8158         * startup.el (command-line-1):
8159         * strokes.el (strokes-xpm-for-stroke):
8160         * term.el (term-display-buffer-line):
8161         * view.el (View-goto-line):
8162         * calc/calc.el (calc-do, calc-trail-buffer):
8163         * play/gamegrid.el (gamegrid-add-score-insecure):
8164         * progmodes/ada-mode.el (ada-compile-goto-error):
8165         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8166         (ebrowse-select-1st-to-9nth):
8167         * progmodes/cperl-mode.el (cperl-time-fontification):
8168         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8169         * progmodes/gud.el (gud-display-line):
8170         (idlwave-shell-display-line):
8171         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8172         * progmodes/make-mode.el (makefile-browser-toggle):
8173         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8174         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8175         * textmodes/picture.el (picture-draw-rectangle):
8176         * textmodes/reftex-index.el (reftex-index-goto-letter):
8177         (reftex-select-jump-to-previous):
8178         * textmodes/reftex-sel.el (reftex-find-start-point)
8179         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8180         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8181         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8182         * textmodes/tex-mode.el (tex-compilation-parse-errors):
8183         * textmodes/two-column.el (2C-associated-buffer):
8184         Use forward-line rather than goto-line.
8186         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8187         goto-line.
8189         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8190         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8191         (quick-check-list-to-regexp): Declare.
8193         * progmodes/make-mode.el (makefile-browser-insert-selection):
8194         Use goto-char rather than goto-line.
8196         * progmodes/prolog.el (compilation-error-regexp-alist)
8197         (compilation-forget-errors): Declare.
8199 2009-08-22  Juri Linkov  <juri@jurta.org>
8201         * progmodes/grep.el (lgrep, rgrep): At the beginning
8202         set `dir' to `default-directory' unless `dir' is a non-nil
8203         readable directory.  (Bug#4052)
8204         (lgrep, rgrep): Change a weird way to report an error
8205         from using `read-string' to using `error'.
8206         Instead of using interactive arguments in the function body,
8207         add new argument `confirm'.
8209 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8211         * textmodes/remember.el (remember-buffer):
8212         * progmodes/cperl-mode.el (cperl-vc-header-alist):
8213         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8214         (icalendar-extract-ical-from-buffer):
8215         * net/newst-treeview.el (newsticker-groups-filename):
8216         * net/newst-backend.el (newsticker-cache-filename):
8217         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8218         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8219         (speedbar-add-ignored-path-regexp, speedbar-line-path)
8220         (speedbar-buffers-line-path, speedbar-path-line)
8221         (speedbar-buffers-line-path):
8222         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8223         (epg-sign-keys):
8224         * epa.el (epa-display-verify-result):
8225         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8227 2009-08-21  Glenn Morris  <rgm@gnu.org>
8229         * progmodes/js.el (inferior-moz-process): Fix declaration.
8231         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8233         * obsolete/rnewspost.el (news-mail-reply):
8234         Use goto-char rather than goto-line.
8236         * term/ns-win.el (ns-open-file-select-line):
8237         Use line-beginning-position rather than goto-line.
8239         * apropos.el (apropos-command):
8240         * ehelp.el (electric-helpify):
8241         * printing.el (pr-show-setup):
8242         * strokes.el (strokes-help):
8243         * tutorial.el (tutorial--describe-nonstandard-key)
8244         (tutorial--detailed-help):
8245         * woman.el (woman-mini-help, woman-display-extended-fonts):
8246         * calc/calc-help.el (calc-describe-key):
8247         * emulation/edt.el (edt-electric-helpify):
8248         * international/mule-diag.el (mule-diag):
8249         * play/yow.el (apropos-zippy):
8250         * progmodes/python.el (python-describe-symbol):
8251         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
8252         * textmodes/table.el (*table--cell-describe-mode)
8253         (*table--cell-describe-bindings):
8254         Use help-print-return-message rather than the now obsolete alias.
8256         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
8257         (calendar-cursor-to-visible-date):
8258         * play/5x5.el (5x5-position-cursor):
8259         * play/decipher.el (decipher):
8260         * play/gomoku.el (gomoku-goto-xy):
8261         * play/landmark.el (lm-goto-xy):
8262         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
8263         (mpuz-paint-digit):
8264         Use forward-line, not goto-line.
8266         * mail/rmail.el (rmail-obsolete): Delete custom group.
8267         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
8268         (rmail-remote-password, rmail-remote-password-required):
8269         Remove unneeded :set-after and :set properties.
8271 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
8273         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
8275 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
8277         * loadup.el: Remove leftover macos code.
8279         * vc-git.el (vc-git-annotate-command): Run asynchronously.
8280         Explicitly pass the date format to git blame so that user local
8281         so that the output format can be parsed.
8283 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
8285         * net/dbus.el (top): Don't check for (getenv
8286         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
8288 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
8290         * log-edit.el (log-edit-strip-single-file-name): New var.
8291         (log-edit-insert-changelog): Use it.  Bug#3571
8293 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8295         * subr.el (read-passwd): Use read-key so keypad keys work as well.
8296         Bug#3287
8298         * help.el (help-print-return-message): Rename from
8299         print-help-return-message.
8301         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
8302         cvs-mode-map parent hack.
8303         (log-view-mode): Derive from special-mode.
8305         * linum.el (linum-mode): window-size-change-functions is redundant.
8306         Adapt to new window-configuration-change-hook behavior.
8307         (linum-after-size, linum-after-config): Remove.
8309         * imenu.el (imenu-example--name-and-position)
8310         (imenu-example--lisp-extract-index-name)
8311         (imenu-example--create-lisp-index, imenu-example--create-c-index):
8312         Mark as obsolete.
8314         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
8315         (inferior-prolog-mode): Use it.
8316         (inferior-prolog-load-file): Reset list of errors.
8318 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8320         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
8322         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
8324 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
8326         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
8327         is running already.
8329 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8331         * subr.el (listify-key-sequence-1): Use normal syntax since those
8332         integers are nowadays always represented by the same (positive) number
8333         on all platforms.
8334         (read-key-empty-map): New const.
8335         (read-key-delay): New var.
8336         (read-key): New function.
8337         (force-mode-line-update): Use with-current-buffer.
8338         (locate-user-emacs-file): Don't forget to abbreviate the file name.
8339         (start-process-shell-command, start-file-process-shell-command):
8340         Discourage the use of command-args.
8342 2009-08-19  Glenn Morris  <rgm@gnu.org>
8344         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
8346 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8348         * simple.el (choose-completion-string): Don't rely on
8349         minibuffer-completing-file-name and ad-hoc checks to decide whether
8350         to continue completion or not.
8352         * minibuffer.el (minibuffer-hide-completions): New function.
8353         (completion--do-completion): Use it.
8354         (completions-annotations): New face.
8355         (completion--insert-strings): Use it.
8356         (completion-pcm--delim-wild-regex): Add docstring.
8357         (completion-pcm--string->pattern): Add support for 0-width delimiters
8358         in completion-pcm--delim-wild-regex.
8360 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8362         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
8363         Remove unused var `buffer-modified-p'.
8365         * minibuffer.el (completion--do-completion): Move point for the #b001
8366         case as well (bug#4176).
8367         (minibuffer-complete, minibuffer-complete-word): Don't move point.
8369 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
8371         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
8372         and :session buses.
8374 2009-08-18  Kenichi Handa  <handa@m17n.org>
8376         * international/ucs-normalize.el (ucs-normalize-version):
8377         Change to 1.1.
8378         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
8379         (utf-8-hfs): Make it perform normalization on encoding too.
8381         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
8382         (sentence-end-without-space): Delete duplicated chars.
8383         (sentence-end-base): Likewise.
8385         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
8386         (html-mode): Delete duplicated chars from sentence-end-base.
8388         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
8389         (texinfo-mode): Delete duplicated chars from sentence-end-base.
8391 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
8393         * files.el (hack-one-local-variable): If the mode function is for
8394         a minor mode, pass it an argument (Bug#4148).
8396 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
8398         * net/tramp.el (tramp-register-completion-file-name-handler):
8399         Check also for (member 'partial-completion completion-styles).
8401 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8403         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
8404         abbrev (Bug#3943).
8406 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
8408         * progmodes/cperl-mode.el: Merge upstream 6.2.
8409         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
8410         (cperl-forward-re): Check cperl-brace-recursing.
8411         (cperl-highlight-charclass): New function.
8412         (cperl-find-pods-heres): Use it.
8413         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8414         (cperl-beautify-regexp-piece): Fix column calculation.
8415         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8416         (cperl-beautify-level): Don't process entire regexp.
8417         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
8418         calling man.
8419         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
8420         (cperl-init-faces): Build a list in the normal way.
8422 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8424         * calendar/parse-time.el (parse-time-string-chars): Save match
8425         data.
8427 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8429         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
8430         (sql-product): Use it.
8431         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
8432         (sql-set-product): Add completion.
8433         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
8434         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
8435         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
8436         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
8437         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
8438         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
8439         (sql-highlight-db2-keywords): Remove.
8440         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
8441         (sql-highlight-product): Use derived-mode-p.
8442         (sql-set-sqli-buffer): Use with-current-buffer.
8443         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
8444         Simplify.
8446         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
8448         * term.el: Fix commenting convention, turn comments into docstrings.
8450 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
8452         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
8454 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8456         * calendar/parse-time.el (parse-time-string-chars): Compute using
8457         character classes, to handle non-ascii characters (Bug#3190).
8459 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8461         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
8462         another heredoc if the user adds another < (Bug#3226).
8464         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8465         Don't initialize based on window-system (Bug#4124).
8467         * facemenu.el (facemenu-read-color): Use a completion function
8468         that accepts any defined color, such as RGB triplets (Bug#3677).
8470         * files.el (get-free-disk-space): Change fallback default
8471         directory to /.  Expand DIR argument before switching to fallback.
8472         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
8474 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
8476         * files.el (load-library): Doc fix.
8478 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
8480         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
8481         (viper-if-string): Redefine C-s in the minibuffer to insert the last
8482         incremental search string.
8484         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
8485         XEmacs.
8487         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
8488         (ediff-merge-region-is-non-clash)
8489         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
8490         Also check if the job is really a merge job.
8492         * ediff.el (ediff-current-file): New function.
8494 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
8496         * progmodes/js.el: Edit docstrings throughout to follow Emacs
8497         conventions.
8498         (js-insert-and-indent): Delete function.
8499         (js-mode-map): Don't bind keys to js-insert-and-indent.
8500         (js-beginning-of-defun): Rename from js--beginning-of-defun.
8501         (js-end-of-defun): Rename from js--end-of-defun.
8502         (js-auto-indent-flag): Delete variable.
8504 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
8506         * progmodes/js.el: Remove proclaim statement.
8507         Defvar which-func-imenu-joiner-function to silence compiler.
8509         * files.el (auto-mode-alist): Use js-mode for .js files.
8511         * progmodes/js2-mode.el: Remove file.
8513         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
8515         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
8517         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
8519 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
8520             Karl Landstrom  <karl.landstrom@brgeight.se>
8522         * progmodes/js.el: New file.
8524 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
8526         * timezone.el (timezone-parse-date): Add ability to understand ISO
8527         basic format (minimal separators) dates in addition to the
8528         already-supported extended format dates.
8530 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
8532         * international/ucs-normalize.el: Add a `coding' file variable.
8534         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
8536 2009-08-14  Sam Steingold  <sds@gnu.org>
8538         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
8540 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
8542         * faces.el (help-argument-name): Define it here instead of
8543         help-fns.el, because in daemon mode help-fns.el may be loaded when
8544         faces are still uninitialized (Bug#1078).
8546         * help-fns.el (help-argument-name): Move defface to faces.el.
8548 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
8550         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
8551         create buffer with a pty but no process so that GDB can make the
8552         inferior the controlling process.
8554 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
8556         * international/ucs-normalize.el: New file.
8558 2009-08-13  Richard Stallman  <rms@gnu.org>
8560         * mail/rmail.el (rmail-get-attr-names):
8561         Accept an attribute header that is too short.
8563         * mail/rmail.el (rmail-forget-messages):
8564         Ignore nil elt in rmail-message-vector.  Use dotimes.
8566         * progmodes/compile.el (compilation-goto-locus):
8567         Use next-error-move-function.
8569         * simple.el (next-error-move-function): New variable.
8571 2009-08-12  Juri Linkov  <juri@jurta.org>
8573         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
8574         always non-nil.  (Bug#4052)
8576         * replace.el (read-regexp): Return empty string when
8577         `default-value' is nil.
8578         (keep-lines-read-args): Don't use empty string as the
8579         default value for `read-regexp'.  (Bug#2495)
8581 2009-08-12  Juri Linkov  <juri@jurta.org>
8583         * international/mule-cmds.el (ucs-insert): Change arguments
8584         from `arg' to `character', `count', `inherit' to be the same
8585         as in `insert-char'.  Doc fix.  (Bug#4039)
8587         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
8589 2009-08-12  Juri Linkov  <juri@jurta.org>
8591         * files-x.el: New file.
8593         * files.el: Move code that deals with adding/deleting
8594         file/directory-local variables to files-x.el.
8596         * Makefile.in (ELCFILES): Add files-x.elc.
8598 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
8600         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
8601         to use `goto-line'.
8602         (gdb-place-breakpoints, gdb-get-location): Rewritten without
8603         `goto-line'.
8604         (gdb-invalidate-disassembly): Do not refresh upon receiving
8605         'update signal.  Instead, update all disassembly buffers only after
8606         threads list.
8607         (gdb): Send -target-detach when buffer is killed (Bug#3794).
8608         (gdb-starting): Moved -data-list-register-names...
8609         (gdb-stopped): ...here so it's sent when first thread stops.
8610         (gdb-registers-handler-custom): Do nothing if register names are
8611         unknown yet.
8613         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
8614         from `gdb-mi.el' to avoid extra tangling.
8616         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
8617         change which breaks `gud-def' definitions used in `gdb'.
8618         (gdb-update-gud-running): No extra fuss for updating frame number.
8620 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8622         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
8623         (describe-language-environment-map, setup-language-environment-map)
8624         (set-coding-system-map): Move initialization into declaration.
8625         (set-language-info-alist): Last arg to define-key-after can be skipped.
8627         * international/quail.el (quail-completion-1): Simplify.
8628         (quail-define-rules): Use slightly more compact code.
8629         (quail-insert-decode-map): Propertize keys, compact columns.
8631         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8632         Add goto-line.
8634 2009-08-10  Miles Bader  <miles@gnu.org>
8636         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
8637         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
8638         (js2-instance-member, js2-private-member, js2-private-function-call)
8639         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
8640         (js2-magic-paren, js2-external-variable):
8641         Remove "-face" suffix from face names.
8642         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
8643         (js2-highlight-undeclared-vars, js2-peek-token)
8644         (js2-parse-function-params, js2-mode-show-errors)
8645         (js2-mode-show-warnings, js2-make-magic-delimiter)
8646         (js2-mode-highlight-magic-parens): Update to use new face names.
8648 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
8650         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
8651         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
8653 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
8655         * subr.el: Provide hashtable-print-readable.
8657         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
8658         hs-c-like-adjust-block-beginning.
8659         (hs-hide-block-at-point): Stop hiding at the beginning of
8660         hs-block-end-regexp (Bug#700).
8662 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
8664         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
8665         a macro.
8666         (gdb-registers-handler-custom): Do not fail when register names
8667         are unavailable.
8669 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
8671         * progmodes/gdb-mi.el (gdb-control-all-threads)
8672         (gdb-control-current-thread): Interactive setters for
8673         `gdb-gud-control-all-threads' to use in menu.
8674         (gdb-show-run-p): Show «Go» when process is not active.
8675         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
8676         gud/thread.xpm and gud/all.xpm.
8678 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
8680         * net/net-utils.el (net-utils-font-lock-keywords): New var.
8681         (nslookup-font-lock-keywords): Make it a variable.
8682         (net-utils-mode): New mode for viewing diagnostic network output.
8683         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
8684         (net-utils-run-simple): New function.
8685         (ifconfig, iwconfig, netstat, arp, route): Use it.
8687 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
8689         * progmodes/gdb-mi.el (gdb-read-memory-custom)
8690         (gdb-memory-set-address, def-gdb-set-positive-number)
8691         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
8692         after changing settings.
8693         (gdb-invalidate-disassembly): Update when first shown.
8694         (gdb-edit-locals-value): Fixed.
8695         (gdb-registers-handler-custom): Print registers in right order and
8696         allow changing register values (only for current thread yet).
8697         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
8698         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
8699         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
8700         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
8701         info in mode name.
8702         (gdb-registers-mode-map): TAB to switch to locals.
8704 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
8706         * mail/rmail.el (rmail-add-mbox-headers)
8707         (rmail-set-message-counters-counter): Search for
8708         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
8710 2009-08-08  Glenn Morris  <rgm@gnu.org>
8712         * Makefile.in (ELCFILES): Update.
8714 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
8716         * mail/sendmail.el (mail-yank-original): Set
8717         buffer-file-coding-system from the one used by the message whose
8718         text is yanked.
8720         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
8721         to "windows" when "pgnuplot" is used.
8722         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
8723         call accept-process-output if "pgnuplot" is used.
8724         (calc-graph-init): Don't send -display and -geometry to
8725         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
8726         running "pgnuplot -V" with shell-command-to-string.
8728         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
8729         the default.
8731 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
8733         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
8734         org/org-latex.elc.
8736 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
8738         * vc-dispatcher.el (vc-resynch-window): Update comment.
8740         * term.el (term-handle-ansi-escape): Add comments with the
8741         terminfo capabilities implemented.
8743 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
8745         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
8746         (gdb-var-create-handler): Rewritten using JSON parser.
8747         (gdb-propertize-header): Moved earlier.
8748         (gdb-set-header): Removed to avoid duplication.
8749         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
8750         Refresh disassembly buffers only after threads list have been
8751         update.
8752         (gdb-threads-header, gdb-registers-header): Per-buffer header line
8753         variables.
8755 2009-08-04  Juri Linkov  <juri@jurta.org>
8757         * files.el: Commands to add/delete file/directory-local variables.
8758         (read-file-local-variable, read-file-local-variable-value)
8759         (read-file-local-variable-mode, modify-file-local-variable)
8760         (modify-file-local-variable-prop-line)
8761         (modify-dir-local-variable): New functions.
8762         (add-file-local-variable, delete-file-local-variable)
8763         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
8764         (add-dir-local-variable, delete-dir-local-variable)
8765         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
8766         (copy-dir-locals-to-file-locals-prop-line): New commands.
8768 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
8770         * abbrev.el (insert-abbrev-table-description): Prettify output.
8771         Suggested by Karl Chen.
8773 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
8775         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
8776         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
8777         (gdb-overlay-arrow-position, gdb-thread-position)
8778         (gdb-disassembly-position): Declare variables.
8779         (gdb-wait-for-pending): Function now.
8780         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
8781         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
8782         compilation goes smoothly.
8783         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
8784         (gdb-non-stop-setting): New customization setting which replaces
8785         `gdb-non-stop' so changing it doesn't break active GDB session.
8786         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
8787         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
8788         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
8789         (gdb-show-threads-by-default): New customization options.
8790         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
8791         routines.
8792         (gdb-get-buffer-create): Send buffers update signal when they are
8793         created.
8794         (gdb-invalidate-locals, gdb-invalidate-registers)
8795         (gdb-invalidate-breakpoints)
8796         (gdb-invalidate-threads, gdb-invalidate-disassembly)
8797         (gdb-invalidate-memory): Accept update signal.
8798         (gdb-current-context-command): Use --frame option.
8799         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
8800         Implement `gdb-frame-number' selection logic.
8801         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
8802         whether to show GUD toolbar buttons.
8803         (gdb-thread-exited): Unselect current thread when it exits.
8804         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
8805         (gdb-mark-line): Routine which sets overlay arrow or inverses
8806         video on fringeless displays.
8807         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
8808         to build aligned columns of data in GDB buffers and set text
8809         properties line-by-line.
8810         (gdb-invalidate-breakpoints)
8811         (gdb-breakpoints-list-handler-custom)
8812         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
8813         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
8814         (gdb-registers-handler-custom): Align data columns.
8815         (gdb-locals-handler-custom): Now prints data like in variable
8816         declarations.
8817         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
8818         Removed confusing buttons.
8819         (gdb-invalidate-threads): Append --frame.
8820         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
8821         between breakpoints/threads buffers.
8822         (gdb-set-window-buffer): Now can ignore dedicated windows.
8823         (gdb-propertize-header): Use `gdb-set-window-buffer'.
8824         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
8825         (def-gdb-thread-buffer-gud-command): Replaces
8826         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
8827         for fine thread control.
8828         (gdb-preempt-existing-or-display-buffer): New function used to
8829         display bound buffers without breaking window layout.
8830         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
8831         (gdb-select-frame): New version of `gdb-frames-select' which now
8832         sets `gdb-frame-number' so commands may use --frame option instead
8833         of inner debugger state.
8834         (gdb-frame-handler): Do not set `gdb-frame-number'.
8835         (gdb-threads-mode-map): Select threads with mouse.
8837         * progmodes/gud.el (gdb-gud-context-call): Declare function to
8838         avoid compilation warning.
8839         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
8840         `gdb-show-stop-p`.
8842         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
8843         Argument `key' renamed to `buffer-type'.
8844         (gdb-current-context-buffer-name): Do not add thread info to
8845         buffer name when no thread is selected.
8846         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
8847         command (bug 3794).
8848         (gdb-thread-selected): Handle `=thread-selected' notification.
8849         (gdb-wait-for-pending): New macro to deal with congestion problems.
8850         (gdb-breakpoints-list-handler-custom): Don't fail on pending
8851         breakpoints.
8852         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
8853         This fixes problem similar to one described in bug 3947.
8854         (gud-menu-map): More menu items.
8855         (gdb-init-1): Reset `gdb-thread-number' to nil.
8857         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
8858         non-stop settings.
8860         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
8861         (gdb-current-context-command): Do not append --thread if
8862         `gdb-thread-number' is nil.
8863         (gdb-running-threads-count, gdb-stopped-threads-count): New
8864         variables.
8865         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
8866         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
8867         customization options.
8868         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
8869         GUD commands.
8870         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
8871         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
8872         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
8873         set `gdb-thread-number' and update `gud-running' properly.
8874         (gdb-running): Update threads list when new threads appear.
8875         (gdb-stopped): Support non-stop operation and new thread switching
8876         logic.
8877         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
8878         (gdb-json-partial-output): New set of JSON routines.
8879         (def-gdb-auto-update-trigger): New `signal-list' optional
8880         argument.
8881         (gdb-thread-list-handler-custom): Update `gud-running',
8882         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
8883         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
8884         (gdb-continue-thread, gdb-step-thread): New commands for fine
8885         thread execution control.
8886         (gud-menu-map): New menu items to switch non-stop options.
8887         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
8888         (gdb-send): Mimic RET properly (bug 3794).
8890         * progmodes/gdb-mi.el (gdb-rules-name-maker)
8891         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
8892         gdb-buffer-rules.
8893         (def-gdb-auto-update-handler): New nopreserve optional argument.
8894         (gdb-stack-list-frames-custom): Print stack from top to bottom.
8896         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
8897         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
8898         (gdb-parent-mode): New mode to derive other GDB modes from.
8899         (gdb-display-disassembly-for-thread)
8900         (gdb-frame-disassembly-for-thread): New commands for threads
8901         buffer.
8903         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
8904         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
8905         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
8906         (gdb-update): We now store all GDB buffers in a list so that they
8907         can be updated by traversing a list instead of calling invalidate
8908         triggers explicitly.
8909         (def-gdb-trigger-and-handler): New macro to define trigger-handler
8910         pair for GDB buffer.
8911         (gdb-stack-buffer-name): Add thread information.
8912         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
8913         handle pending triggers.
8914         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
8915         (def-gdb-thread-buffer-simple-command)
8916         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
8917         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
8918         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
8919         New commands which show buffers bound to thread.
8920         (gdb-stack-list-locals-regexp): Removed unused regexp.
8922         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
8923         (gdb-locals-buffer-name, gdb-registers-buffer-name)
8924         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
8925         to (gud-comint-buffer) in *-buffer-name functions
8926         because (gdb-get-target-string) already does that.
8927         (gdb-locals-handler-custom, gdb-registers-handler-custom)
8928         (gdb-changed-registers-handler): Rewritten without regexps.
8930         * progmodes/gdb-mi.el: Basic thread selection support.
8931         (gdb-thread-number): New variable.
8932         (gdb-current-context-command): New macro which adds --thread
8933         option to command.
8934         (gdb-threads-mode-map): Select thread with SPC.
8935         (gdb-thread-list-handler-custom): Mark current thread with overlay
8936         arrow.  Synchronize GDB thread and Emacs thread.
8937         (gdb-select-thread): New command which selects current thread.
8938         (gdb-invalidate-frames, gdb-invalidate-locals)
8939         (gdb-invalidate-registers): Use --thread option.
8941 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
8943         * net/tramp.el (top): Make check for tramp-gvfs loading more
8944         robust.  (Bug#3977)
8945         (tramp-handle-insert-file-contents): `unwind-protect' must be
8946         inside `with-parsed-tramp-file-name'.
8948         * net/tramp-gvfs.el (top): Remove superfluous message when loading
8949         fails.
8951 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
8953         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
8954         directory if CLASSPATH is not set.
8956 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
8958         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
8959         New defconst.
8960         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
8962 2009-08-02  Kevin Ryde  <user42@zip.com.au>
8964         * net/newst-backend.el (newsticker--raw-url-list-defaults):
8965         Update freshmeat link.  Delete newsforge.com as it seems gone.
8967 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
8969         * select.el (x-set-selection): Doc fix (Bug#4021).
8971         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
8973         * help-fns.el (describe-variable): Treat list return values from
8974         dir-locals-find-file properly (Bug#4005).
8976 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
8978         * net/tramp.el (tramp-debug-message): Print also microseconds.
8980 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
8982         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
8983         or END is non-nil.
8984         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
8985         (tramp-get-debug-buffer): Change `outline-regexp' according to new
8986         format.
8988         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
8989         (tramp-get-file-property): Use it.
8991         * autorevert.el (auto-revert-handler): Allow
8992         `auto-revert-tail-mode' for remote files.
8994 2009-08-02  Jason Rumney  <jasonr@gnu.org>
8996         * minibuffer.el (read-file-name): Treat confirm options to
8997         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
8999 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
9001         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9002         (font-lock-variable-name-face, font-lock-constant-face): Darken
9003         the colors for light backgrounds.
9005 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
9007         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9008         month names.  (Bug#3987)
9010 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
9012         * simple.el (line-move-finish): Pass whole number to
9013         line-move-to-column.
9014         (line-move-visual): Perform hscroll to the recorded position.
9016 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
9018         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9020 2009-07-29  Alan Mackenzie  <acm@muc.de>
9022         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9024 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
9026         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9027         (gdb-place-breakpoints): Use full path when setting breakpoints.
9029 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
9031         * calc/calc.el (calc-mode-map): Add keybinding for
9032         `calc-transpose-lines'.
9034 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
9036         * calc/calc-misc.el (calc-transpose-lines): New function.
9038 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
9040         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9041         Simplify check for out-of-band methods.
9042         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9043         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
9045 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
9047         * vc-git.el (vc-git-checkin): Fix typo.
9049 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
9051         * progmodes/js2-mode.el: New file.
9053 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
9055         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9056         (gud-menu-map): Adjust tooltip accordingly.
9058 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9060         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9061         (vc-bzr-log-view-mode): Adjust log-view-file-re.
9063         * add-log.el (change-log-mode-map): Add a menu.
9065 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
9067         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9068         function returns nil.
9069         (dbus-handle-event): Handle special return value :ignore.
9070         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9072 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
9074         * view.el (view-mode-enable): Don't define Helper-return-blurb if
9075         it's not needed.
9077 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
9079         Fix Bug#3888:
9081         * w32-vars.el (x-select-enable-clipboard): Doc fix.
9083         * term/pc-win.el (x-display-name, x-colors)
9084         (x-select-enable-clipboard, x-select-text): Doc fix.
9086         * term/common-win.el (x-display-name, x-colors): Doc fix.
9088         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9089         (xw-defined-colors): Doc fix.
9091         * w32-fns.el (x-select-text, x-setup-function-keys)
9092         (x-get-selection, x-set-selection): Doc fix.
9094         * term/x-win.el (x-select-text, x-setup-function-keys)
9095         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9097         * select.el (x-set-selection): Doc fix.
9099 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
9101         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9102         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
9103         "IsNSSSupportAvailable" method is not available.  Reported by
9104         Steve Youngs <steve@sxemacs.org>.
9106 2009-07-24  Kenichi Handa  <handa@m17n.org>
9108         * international/characters.el: Fix setting of category ?C, ?|, ?K,
9109         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
9110         (build-unicode-category-table): Fix range checks.
9112 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
9114         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9115         the buffer we try to sync is current when calling
9116         vc-resynch-buffer.
9118         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9119         not show up to date files.
9121 2009-07-24  Glenn Morris  <rgm@gnu.org>
9123         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9124         Add autoload cookies.  If necessary, initialize.
9125         (elint-log): Handle non-file buffers.
9126         (elint-initialize): Add optional argument to reinitialize.
9127         (elint-find-builtin-variables): Save excursion.
9129 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
9131         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9132         for Lint.
9134 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9136         * vc.el (vc-print-log-internal): New function, split out from ...
9137         (vc-print-log): ... here.
9138         (vc-dir-move-to-goal-column): Declare.
9140         * vc-git.el (vc-git-add-signoff): New variable.
9141         (vc-git-checkin): Use it.
9142         (vc-git-toggle-signoff): New function.
9143         (vc-git-extra-menu-map): Bind it to menu.
9144         (vc-git--run-command-string): Accept a nil FILE argument.
9145         (vc-git-stash-list): New function.
9146         (vc-git-dir-extra-headers): Use it.
9148 2009-07-23  Glenn Morris  <rgm@gnu.org>
9150         * help-fns.el (describe-variable): Describe ignored and risky local
9151         variables in a similar way to that in which we describe safe ones.
9153         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9154         (byte-compile-output-file-form, byte-compile-output-docform)
9155         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9156         Give some more local variables with common names a "bytecomp-" prefix,
9157         so as not to shadow things during compilation.
9158         * emacs-lisp/cl-macs.el (load-time-value)
9159         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9160         `outbuffer' to `bytecomp-outbuffer'.
9162         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9163         since the next two variables cover them automatically now.
9164         (elint-builtin-variables, elint-autoloaded-variables): New.
9165         (elint-unknown-builtin-args): Remove all members, since they can be
9166         parsed automatically now.
9167         (elint-extra-errors): New.
9168         (elint-env-add-env, elint-env-add-macro): Use cadr.
9169         (elint-current-buffer): Use or.  Change final message.
9170         (elint-get-top-forms): Use line-end-position.
9171         (elint-init-env): Use cadr.  Handle autoload, declare-function,
9172         and defalias.
9173         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
9174         (regexp-assoc): Remove unused function.
9175         (elint-top-form): Set elint-current-pos, to record the start of the
9176         top-level form, for compilation-mode.
9177         (elint-form): Trap errors in macro expansion.  Use dolist.
9178         (elint-unbound-variable): Use elint-builtin-variables and
9179         elint-autoloaded-variables.
9180         (elint-get-args): Use cadr, or.
9181         (elint-check-cond-form): Use dolist, cadr.
9182         (elint-check-condition-case-form): Doc fix.  Use cadr.
9183         Use elint-extra-errors.
9184         (elint-log): New function.
9185         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9186         Distinguish errors and warnings.
9187         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
9188         Use a bytecomp-style format.
9189         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
9190         (elint-get-log-buffer): Use compilation mode.  Disable undo.
9191         Don't truncate lines.
9192         (elint-initialize): Set builtin and autoloaded variable lists.
9193         Only process elint-unknown-builtin-args if non-nil.
9194         (elint-find-builtin-variables, elint-find-autoloaded-variables):
9195         New functions.
9196         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
9198 2009-07-22  Kevin Ryde  <user42@zip.com.au>
9200         * net/newst-backend.el (newsticker--parse-atom-1.0)
9201         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9202         (newsticker--parse-rss-1.0):
9203         * progmodes/idlwave.el (idlwave-mode):
9204         * progmodes/idlw-shell.el (idlwave-shell-mode):
9205         * progmodes/vera-mode.el (vera-mode):
9206         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9207         * progmodes/vhdl-mode.el (vhdl-mode):
9208         * textmodes/table.el (table-generate-source)
9209         (table--warn-incompatibility):
9210         Hyperlink urls in docstrings with URL `...'.
9212 2009-07-22  Glenn Morris  <rgm@gnu.org>
9214         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9215         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9216         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9217         Remove leading * from defcustom docs.
9219         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
9221         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9222         defcustom doc.
9223         (list-load-path-shadows): Optionally, just return shadows as a string.
9225         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9227 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
9229         * mail/rmailedit.el (rmail-edit-mode): Use
9230         auto-save-include-big-deletions.
9232         * mail/rmail.el (rmail-variables): Use
9233         auto-save-include-big-deletions.
9235         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9236         changes.
9238 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
9240         * calc/calc.el (calc-undo-length): New variable.
9241         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9243 2009-07-21  Richard Stallman  <rms@gnu.org>
9245         * files.el (auto-save-mode): Handle buffer-save-size = -2
9246         for toggling mode.
9248 2009-07-21  Glenn Morris  <rgm@gnu.org>
9250         * textmodes/ispell.el (ispell-looking-back): Update declaration.
9252         * calendar/todo-mode.el (calendar-current-date): Update declaration.
9254         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
9255         silence compiler.  Instead...
9256         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
9257         (ps-print-ensure-fontified): Update for above function name changes.
9259         * printing.el (pr-mh-get-msg-num, pr-mh-show)
9260         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
9261         silence compiler.  Instead...
9262         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
9263         (mh-show-buffer): Only define for compiler.
9264         (pr-mh-current-message): Update for above function name changes.
9266         * files.el (abort-if-file-too-large): Explicitly pass `filename'
9267         as an argument.
9268         (find-file-noselect, insert-file-1): Update for above change.
9270         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
9272         * mail/mailclient.el (mailclient-send-it): Fix message.
9274         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
9275         (edebug-eval): Check cl-debug-env is bound.
9276         (print-level, print-circle): Don't redefine built-in variables.
9278         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
9279         (custom-print-vectors): Remove old comments from doc.
9281         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
9282         (emerge-version): Make the variable an obsolete alias for the
9283         emacs-version variable.  Make the function obsolete.
9284         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
9285         Emerge options, rather than merging in into the main Options menu.
9286         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
9287         and auto advance modes.  Disable edit/fast items when not relevant.
9289 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
9291         * term/vt420.el (terminal-init-vt420): Fix typo.
9293 2009-07-20  Sam Steingold  <sds@gnu.org>
9295         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
9296         variable (removed from compile.el on 2004-03-11).
9298 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
9300         * files.el (hack-local-variables-filter): Fix last change.
9302 2009-07-19  Juri Linkov  <juri@jurta.org>
9304         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
9305         (dir-local-variables-alist): New buffer-local variable.
9306         (hack-local-variables-filter): If variable is not dir-local,
9307         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
9308         because file-local overrides dir-local.
9309         (c-postprocess-file-styles) <declare-function>:
9310         Remove obsolete declaration.
9311         (hack-dir-local-variables): Add dir-local variable/value pair to
9312         `dir-local-variables-alist' and remove duplicates.  Doc fix.
9314         * help-fns.el (describe-variable): Add information about
9315         file-local and dir-local variables.
9317 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
9319         * files.el (hack-local-variables-filter): Rewrite.
9321 2009-07-19  Glenn Morris  <rgm@gnu.org>
9323         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
9324         Silence compiler by only defining on XEmacs.
9326         * international/mule.el (auto-coding-regexp-alist): Only match
9327         BABYL... at the start of buffer, not of lines.  (Bug#3790)
9329         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
9330         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
9331         (cal-menu-context-mouse-menu): Doc fix.
9333         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
9335         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
9337 2009-07-18  Juri Linkov  <juri@jurta.org>
9339         * info.el: Virtual Info keyword finder.
9340         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
9341         (Info-finder-file): New variable.
9342         (Info-finder-find-file): New function.
9343         (finder-known-keywords, finder-package-info)
9344         (find-library-name, lm-commentary): Use defvar and
9345         declare-function to silence compiler warnings.
9346         (Info-finder-find-node): New function.
9347         (info-finder): New command.
9349         * subr.el (process-kill-buffer-query-function): New function.
9350         (add-hook)<kill-buffer-query-functions>: Add hook
9351         `process-kill-buffer-query-function'.
9353 2009-07-18  Alan Mackenzie  <acm@muc.de>
9355         * progmodes/cc-mode.el (c-before-hack-hook)
9356         (c-postprocess-file-styles): Give invocation of `c-set-style'
9357         DONT-OVERRIDE parameter of t.  Already set style variables will
9358         thus not be overridden by style settings given by `c-file-syle'.
9360         * files.el (hack-local-variables-filter): Remove entries with
9361         duplicate keys from `file-local-variables-alist'.
9363 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
9365         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
9366         x-set-selection if display-selections-p returns nil for the
9367         current frame.
9369 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
9371         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
9373 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
9375         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
9376         Accept nil in addition to a regexp.
9377         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
9378         Accept nil in addition to a regexp.
9379         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
9380         buffers that have an associated file.  Handle nil values of
9381         desktop-buffers-not-to-save and desktop-files-not-to-save.
9382         (Bug#3833)
9384         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9385         (x-disown-selection-internal): New functions.
9387 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
9389         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
9390         warning.
9391         (gdb-breakpoints-header): Move forward to avoid compiler warning.
9392         (gdb-make-header-line-mouse-map): Remove duplicate definition.
9394 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
9396         * simple.el (set-mark): Revert last change.
9398 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
9400         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
9401         rendering of pngs is not possible instead of messaging a long
9402         description.
9404 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
9406         * w32-fns.el (x-selection-owner-p): New function.
9408         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
9409         (mouse-yank-at-click, mouse-yank-primary): If
9410         select-active-regions is non-nil, deactivate the mark before
9411         insertion.
9413         * simple.el (deactivate-mark, set-mark): Only save selection if we
9414         own it.
9416 2009-07-17  Kenichi Handa  <handa@m17n.org>
9418         * case-table.el (describe-buffer-case-table): Fix for the case
9419         that KEY is a cons.
9421 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
9423         * vc-rcs.el (vc-rcs-find-file-hook):
9424         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
9426 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
9428         * net/tramp.el (tramp-wait-for-output): Handle the case when
9429         commands do not return a newline but a null byte before the shell
9430         prompt.  (Bug#3858)
9432 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9434         * term/ns-win.el (ns-set-alpha): Don't declare.
9435         (ns-set-background-alpha): Remove function.
9437 2009-07-16  Kevin Ryde  <user42@zip.com.au>
9439         * emacs-lisp/copyright.el (copyright-update): Save match-data across
9440         y-or-n-p, for safety.
9442 2009-07-16  Richard Stallman  <rms@gnu.org>
9444         * files.el (auto-save-mode): If buffer-saved-size is -2,
9445         don't clobber it.
9447         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
9448         (rmail-retry-ignored-headers): Add more uninteresting fields.
9450 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
9452         * net/rcirc.el (rcirc): Use history variables.
9453         (rcirc-server-name-history, rcirc-nick-name-history)
9454         (rcirc-server-port-history): New variables.
9456 2009-07-15  Kenichi Handa  <handa@m17n.org>
9458         * international/mule-cmds.el (set-language-environment-charset):
9459         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
9460         ignore them.
9462         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
9463         Delete unibyte-display.
9465 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
9467         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
9469 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
9471         * simple.el (deactivate-mark): Optional argument FORCE.
9472         (set-mark): Use deactivate-mark.
9474         * info.el (Info-search): No need to check transient-mark-mode
9475         before calling deactivate-mark.
9477         * select.el (x-set-selection): Doc fix.
9478         (x-valid-simple-selection-p): Allow buffer values.
9479         (xselect--selection-bounds): Handle buffer values.  Suggested by
9480         David De La Harpe Golden.
9482         * mouse.el (mouse-set-region, mouse-drag-track): Call
9483         copy-region-as-kill before setting the mark, to let
9484         select-active-regions work.
9486 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
9488         * simple.el (deactivate-mark): If select-active-regions is
9489         non-nil, copy the selection data into a string.
9490         (activate-mark): If select-active-regions is non-nil, set the
9491         selection to the current buffer.
9492         (set-mark): Update selection if select-active-regions is non-nil.
9494         * select.el (x-valid-simple-selection-p): Allow buffer values.
9496 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9498         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
9499         and more featureful message-mode.
9501 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
9503         * select.el (x-set-selection): Doc fix.
9504         (x-valid-simple-selection-p): Disallow selection data consisting
9505         of a list or cons of integers, since that is not used.
9506         (xselect--selection-bounds, xselect--int-to-cons): New functions.
9507         (xselect-convert-to-string, xselect-convert-to-length)
9508         (xselect-convert-to-filename, xselect-convert-to-charpos)
9509         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
9511 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
9513         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
9514         output in -break-info command (Emacs bug #3794).
9516 2009-07-14  Glenn Morris  <rgm@gnu.org>
9518         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
9519         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
9520         (edebug-print-length, edebug-print-level, edebug-print-circle)
9521         (edebug-sit-for-seconds, edebug-view-outside)
9522         (edebug-bounce-point, edebug-set-global-break-condition)
9523         (edebug-Go-nonstop-mode, edebug-trace-mode)
9524         (edebug-Trace-fast-mode, edebug-continue-mode)
9525         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
9526         (edebug-visit-eval-list): Doc fixes.
9528         * subr.el (def-edebug-spec): Doc fix.
9530 2009-07-14  Kenichi Handa  <handa@m17n.org>
9532         * international/characters.el: Fix setting of category ?C.
9534 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
9536         * term/ns-win.el (x-select-font): defalias x-select-font to
9537         ns-popup-font-panel instead of generate-fontset-menu.
9539 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
9541         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
9543 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
9545         * arc-mode.el (archive-find-type): Allow for a PK00 string before
9546         the PK\003\004 header (Bug#3770).
9548 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
9550         * pcomplete.el (pcomplete-comint-setup): Check for
9551         shell-dynamic-complete-filename too.
9553 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
9555         * simple.el (temporary-goal-column): Change the value for
9556         line-move-visual to a cons cell.
9557         (line-move-visual): Record or set the window hscroll, if
9558         necessary (Bug#3494).
9559         (line-move-1): Handle cons value of temporary-goal-column.
9561 2009-07-11  Kenichi Handa  <handa@m17n.org>
9563         * international/mule-diag.el (describe-character-set): Don't show
9564         width.
9566 2009-07-10  Sam Steingold  <sds@gnu.org>
9568         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9569         Omake sometimes indents the errors it prints, so allow all
9570         regexps to start with spaces.
9572 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
9574         * cus-edit.el (customize-changed-options-previous-release):
9575         Bump value to 22.1.  (Bug#3804)
9577 2009-07-08  Sam Steingold  <sds@gnu.org>
9579         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
9580         to be a cons cell (test . ignored-directory) to selectively ignore
9581         some directories depending on the location of the search.
9583 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
9585         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
9586         remote user is root, on the local host.
9587         (tramp-local-host-p): Either the local user or the remote user
9588         must be root.  (Bug#3771)
9590 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
9592         * progmodes/gdb-mi.el (gdb): Remove description of
9593         gdb-use-separate-io-buffer.
9594         (menu): Don't allow toggling of or enable
9595         gdb-use-separate-io-buffer from menubar.
9597 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
9599         * mail/unrmail.el (unrmail): Make sure the message ends with two
9600         newlines (Bug#3769).
9602 2009-07-08  Glenn Morris  <rgm@gnu.org>
9604         * calendar/calendar.el (calendar-current-date): Rework previous change.
9606 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
9608         * calendar/calendar.el (calendar-current-date):
9609         Add an optional argument giving an offset from today.
9611 2009-07-08  Glenn Morris  <rgm@gnu.org>
9613         * tutorial.el (tutorial--describe-nonstandard-key):
9614         Adjust the message for when a key has been unbound.
9615         (help-with-tutorial): Hide the arch-tag.
9617 2009-07-08  Kenichi Handa  <handa@m17n.org>
9619         * international/fontset.el (setup-default-fontset): For each
9620         script, append (not set) font-specs.
9622         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
9623         docstring.
9625 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
9627         * progmodes/gdb-mi.el (gdb-init-1): Move sending
9628         -data-list-register-names to ...
9629         (gdb-starting): ... here because GDB 7.0 requires execution to
9630         have started when using this MI command.
9631         (gdb-set-header): New function to distinguish select and
9632         unselected tabs in gdb buffers.
9633         (gdb-propertize-header): New macro that uses gdb-set-header.
9634         (gdb-breakpoints-header, gdb-locals-header): Use it.
9635         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
9637 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
9639         * Makefile.in (ELCFILES): Remove fadr.elc.
9641 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
9643         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
9644         may contain frame information, so `string-match' should be used.
9645         (gdb-update): Disassembly is invalidated through
9646         `gdb-get-selected-frame'.
9647         (gdb-pad-string): New function to pad string with spaces.
9648         (gdb-invalidate-disassembly): Invalidate only if the buffer
9649         exists.
9650         (gdb-disassembly-handler-custom): Column alignment.
9651         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
9652         placing new ones.
9653         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
9654         end of line, too.
9655         (gdb-frame-handler): Match convention to for disassembly buffer
9656         mode name.
9657         (gdb-stack-list-frames-handler): Rewritten without regexps.
9658         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
9659         not highlight breakpoints without line information.
9660         (gdb-input): Add trailing newline to command.
9662         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
9663         buffer properly.
9664         (gdb-breakpoints-list-handler-custom): Replacement for
9665         `gdb-break-list-handler'.  Using real parser instead of regexps
9666         now.
9667         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
9668         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
9669         to place breakpoints.
9670         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
9671         functions.
9672         (gdb-disassembly-handler-custom): Show overlay arrow.
9673         (gdb-disassembly-place-breakpoints): Show breakpoints in
9674         disassembly buffer.
9675         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
9676         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
9677         instead of parsing breakpoints buffer.  Fixed old menu references
9678         in `gud-menu-map'.
9680         * fadr.el: Remove.
9682         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
9683         (gdb-memory-address): New variable which holds top address of
9684         memory page shown in memory buffer.
9685         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
9686         customization variables.
9687         New functions:
9688         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
9689         display the memory buffer.
9690         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
9691         buffer display parameters.
9692         (def-gdb-memory-format, gdb-memory-format-binary)
9693         (gdb-memory-format-octal, gdb-memory-format-unsigned)
9694         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
9695         Functions for setting memory buffer format.
9696         (gdb-memory-unit-word, gdb-memory-unit-halfword)
9697         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
9698         unit size used in memory buffer.
9699         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
9700         to next/previous page of memory buffer.
9701         Now using (bindat-get-field) instead of fadr functions.
9703 2009-07-07  Sam Steingold  <sds@gnu.org>
9705         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
9706         non-top-level files.
9708 2009-07-07  Kenichi Handa  <handa@m17n.org>
9710         * international/mule-cmds.el (reset-language-environment): Put
9711         the highset priority to the charset iso-8859-1.
9713 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
9715         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
9716         to the end of the line when locating the block (Bug#700).
9718 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
9720         * net/tramp.el (tramp-handle-write-region): Flush file properties
9721         in case of short track.
9723 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
9725         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
9726         Coded custom representation of verilog error regular expressions
9727         to work with Emacs-22's new format.
9728         (verilog-error-regexp-xemacs-alist): Coded custom representation
9729         of verilog error regular expressions to work with XEmacs format.
9730         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
9731         error recognition into XEmacs.
9732         (verilog-error-regexp-add-emacs): Hook routine to install verilog
9733         error recognition into Emacs-22.
9735 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
9737         * woman.el: Remove stand-alone closing parentheses.
9738         (woman-file-name, woman2-format-paragraphs)
9739         (woman-leave-blank-lines): Code cleanup.
9740         (woman-use-own-frame): Change default to nil.
9741         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
9742         defaults to inherit from default faces.
9743         (woman2-process-escapes): Consume the newline after a stand-alone
9744         filler character (Bug#3651).
9746 2009-07-06  Glenn Morris  <rgm@gnu.org>
9748         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
9749         (top-level): Move provide to the end.
9750         (ffap): Remove defunct URL from custom group.
9752         * subr.el (eval-after-load): Doc fix.
9754 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
9756         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
9757         `calc-embedded-word' is called twice.
9759 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9761         * files.el (find-alternate-file-other-window, find-alternate-file):
9762         Obey confirm-nonexistent-file-or-buffer.
9764 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
9766         * dired-aux.el (dired-show-file-type): Handle remote files.
9768 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
9770         * desktop.el (desktop-globals-to-save):
9771         Add file-name-history (Bug#2750).
9773 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
9775         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
9777 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
9779         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
9780         property on entire argument since this is what eshell-lisp-command
9781         expects.
9783 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
9785         * net/tramp-gvfs.el (tramp-gvfs-methods)
9786         (tramp-gvfs-zeroconf-domain)
9787         (tramp-bluez-discover-devices-timeout): Add version flag.
9788         (tramp-gvfs-handler-mounted-unmounted)
9789         (tramp-gvfs-connection-mounted-p): Polish handling of
9790         incompatibilities between GVFS 0.2 and 1.0.
9792 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
9794         * cus-start.el (all): Add make-pointer-invisible.
9796 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
9798         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
9799         formatted correctly.
9801 2009-07-02  Juri Linkov  <juri@jurta.org>
9803         * info.el: Virtual Info files and nodes.
9804         (Info-virtual-files, Info-virtual-nodes): New variables.
9805         (Info-current-node-virtual): New variable.
9806         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
9807         New functions.
9808         (Info-file-supports-index-cookies): Use Info-virtual-file-p
9809         to check for a virtual file instead of checking a fixed list
9810         of node names.
9811         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
9812         instead of ad-hoc processing of "dir" and (apropos history toc).
9813         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
9814         instead of ad-hoc processing of "dir" and (apropos history toc).
9815         Reread a file when moving from a virtual node.
9816         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
9817         (Info-directory-toc-nodes, Info-directory-find-file)
9818         (Info-directory-find-node): New functions.
9819         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
9820         (Info-history): Move part of code to
9821         `Info-history-find-node'.
9822         (Info-history-toc-nodes, Info-history-find-file)
9823         (Info-history-find-node): New functions.
9824         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
9825         (Info-toc): Move part of code to `Info-toc-find-node'.
9826         (Info-toc-find-node): New function.
9827         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
9828         the current Info file name to references because now the node
9829         "*TOC*" belongs to the same Info manual.
9830         (Info-toc-build): Rename from `Info-build-toc'.
9831         (Info-toc-nodes): Rename input argument `file' to `filename'.
9832         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
9833         instead of ad-hoc processing of ("dir" apropos history toc).
9834         (Info-index-nodes): Use Info-virtual-file-p
9835         to check for a virtual file instead of checking a fixed list
9836         of node names.
9837         (Info-index-node): Add check for `Info-current-node-virtual'.
9838         Raise `save-match-data' higher up the tree to contain
9839         `search-forward' too (bug fix).
9840         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
9841         (Info-virtual-index-nodes): New variable.
9842         (Info-virtual-index-find-node, Info-virtual-index): New functions.
9843         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
9844         (Info-apropos-file, Info-apropos-nodes): New variables.
9845         (Info-apropos-toc-nodes, Info-apropos-find-file)
9846         (Info-apropos-find-node, Info-apropos-matches): New functions.
9847         (info-apropos): Move part of code to `Info-apropos-find-node' and
9848         `Info-apropos-matches'.
9849         (Info-mode-map): Bind "I" to `Info-virtual-index'.
9850         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
9851         for a virtual file instead of checking a fixed list of node names.
9853         * simple.el (async-shell-command): New command.
9855         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
9857         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
9858         instead of `mount-info'.
9860 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
9862         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
9863         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
9865 2009-07-02  Kenichi Handa  <handa@m17n.org>
9867         * international/mule.el (set-keyboard-coding-system): Force *-unix
9868         coding-system to avoid eol conversion.
9870 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
9872         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9873         Add handler for `process-file', `shell-command' and
9874         `start-file-process'.
9875         (tramp-gvfs-handle-shell-command)
9876         (tramp-gvfs-handle-start-file-process)
9877         (tramp-gvfs-handle-process-file): New defuns.
9878         (tramp-synce-list-devices): Simplify check for existence of property.
9880 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
9882         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
9884 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
9886         * language/korean.el (set-language-info-alist): Add korean-cp949,
9887         cp949 to spec.
9889 2009-07-01  Kenichi Handa  <handa@m17n.org>
9891         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
9893         * international/encoded-kb.el: Deleted.
9895         * international/mule.el (set-keyboard-coding-system): Perform the
9896         necessary setup here instead of calling encoded-kbd-setup-display.
9898 2009-07-01  Glenn Morris  <rgm@gnu.org>
9900         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
9902 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
9904         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
9906 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
9908         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
9909         Handle also the 'rename case, when setting file modes.  (Bug#3712)
9910         (tramp-default-file-modes) Remove execute permissions.
9912         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
9913         (top): Add a default for "synce" in `tramp-default-user-alist'.
9914         Add completion function for "synce" method.
9915         (tramp-hal-service, tramp-hal-path-manager)
9916         (tramp-hal-interface-manager, tramp-hal-interface-device):
9917         New defconst.
9918         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
9919         (tramp-synce-list-devices, tramp-synce-parse-device-names):
9920         New defuns.
9922         * net/trampver.el: Update release number.
9924 2009-06-30  Kenichi Handa  <handa@m17n.org>
9926         * international/fontset.el (setup-default-fontset): Add CJK fonts
9927         for symbols and the other miscellaneous characters.
9929         * language/korea-util.el (setup-korean-environment-internal):
9930         Make char-width-table suitable for Korean environments.
9931         (exit-korean-environment): Cancel above.
9933         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9934         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
9935         setup-funcion to make char-widht-table suitable for respective
9936         environments, and an exit-function to cancel that.
9938         * language/japan-util.el (setup-japanese-environment-internal):
9939         Call use-cjk-char-width-table with arg `ja_JP'.
9941         * international/characters.el (cjk-char-width-table): Delete it.
9942         (cjk-char-width-table-list): New variable.
9943         (use-cjk-char-width-table): New arg local-name.
9944         (use-default-char-width-table): Fix for the case that Emacs is
9945         already using the default char-width-table.
9947 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
9949         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
9950         modes mandatory.  (Bug#3712)
9952 2009-06-29  Alan Mackenzie  <acm@muc.de>
9954         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
9955         correction between the visible width of TABs and their number of bytes.
9957 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
9959         * server.el (server-buffer-done): Prevent kill-buffer from
9960         prompting by clearing the buffer modification flag (Bug#3696).
9962 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
9964         * progmodes/verilog-mode.el (verilog-beg-of-statement)
9965         (verilog-endcomment-reason-re): Support unique case and priority case.
9966         (verilog-basic-complete-re): Support localparam lineup.
9967         (verilog-beg-of-statement-1): Fix for robustness, unique case.
9968         (verilog-set-auto-endcomments): Fix for unique case, always_comb
9969         commenting.
9970         (verilog-leap-to-case-head): Now support *nested* unique &
9971         priority case statements.
9972         (verilog-auto-lineup): Make just declarations the default (as it
9973         had been).
9974         (verilog-leap-to-case-head): Support priority/unique case statements.
9975         (verilog-auto-lineup): Rework to give users radio buttons to
9976         select the various styles of automatic lineup.
9977         (verilog-error-regexp-alist): Rework to support the XEmacs style
9978         of error regular expressions from compilers, lint tools &
9979         simulators.  Note that GNU Emacs has made it impossible for a mode
9980         to load such things.
9981         (electric-verilog-terminate-line, verilog-indent-declaration)
9982         (verilog-auto-wiure): Rework for radio button selection of
9983         auto-lineup selection of specification of auto lineup.
9984         (verilog-beg-of-statement-1): Redesign to support proper operation
9985         in additional code, based on testing with auto-lineup.
9986         (verilog-calculate-indent, assignments & declarations)
9987         (verilog-backward-token): Enhance to support auto-lineup of
9988         assignments & declarations.
9989         (verilog-in-directive-p, verilog-at-struct-p): New function for
9990         easy test of whether we are.
9991         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
9992         to support safe execution at almost anyline.
9993         (verilog-calc-1): Properly support indenting deep inside generate
9994         blocks.
9995         (verilog-init-font) Remove definition & use of verilog-init-font,
9996         as it is redundant with font-lock-defaults.
9997         (verilog-mode): Alter the definition of verilog-font-lock-defaults
9998         to avoid circular calls if syntax-ppss is a function (as is the
9999         case now in 22.x GNU Emacs) as that function would sometimes call
10000         itself, leading to (nearly) infinite recursion.
10001         (verilog-ovm-begin-re, verilog-ovm-end-re)
10002         (verilog-ovm-statement-re, verilog-leap-to-head)
10003         (verilog-backward-token): Add support for OVM macros.  Some are
10004         complete statements, and others open and close scopes like begin
10005         and end.
10006         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10007         (verilog-defun-level-generate-only-re): Really fix the defun-list
10008         compilation issue.
10009         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
10010         coverpoint, constraint and cross statements.
10011         (verilog-defun-level-list, verilog-generate-defun-level-list)
10012         (verilog-all-defun-level-list): Redo these specifications - it is
10013         too hard to support eval-when compile aggregation of lists also
10014         built at when-compile time.
10015         (verilog-defun-level-list): Place defconsts of variables used in
10016         building regular expressions which are built in eval-when-compile
10017         bodies in the same eval-when-compile body to facilitate compile
10018         without load.
10019         (verilog-beg-block-re-ordered): Support indenting
10020         virtual/protected tasks and functions.
10021         (verilog-defun-level-list, verilog-in-generate-region-p)
10022         (verilog-backward-ws&directives, verilog-calc-1): Speed up
10023         indentation of some module items (generate items).
10024         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10025         across virtual/protected tasks and functions.
10027 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
10029         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10030         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
10031         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10032         in concatenations.  Reported by Yishay Belkind.
10033         (verilog-auto-ascii-enum): Support one-hot state machines in
10034         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
10035         (verilog-auto-inst, verilog-auto-inst-port): Include interface
10036         modport in AUTOINST and add vl-modport for users.  Reported by
10037         David Rogoff.
10038         (verilog-auto-inout-module, verilog-auto-inst)
10039         (verilog-decls-get-interfaces, verilog-insert-definition)
10040         (verilog-insert-one-definition, verilog-read-decls)
10041         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10042         (verilog-sig-modport, verilog-signals-combine-bus)
10043         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10044         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10045         Suggested by David Rogoff.
10046         (verilog-repair-open-comma): Fix non-insertion of comma when
10047         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
10048         (verilog-make-width-expression): Simplify [A-1:0] expression
10049         widths to just {A{1'b0}}.
10050         (verilog-mode): Cleanup checkdoc warnings.
10051         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10052         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10053         inputs/outputs or data type.  Suggested by Vasu Kandadi.
10054         (next-error-last-buffer): Fix byte-compiler warning.
10055         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10056         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10057         or shell command text during AUTO expansion.  Suggested by Tad Truex.
10058         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10059         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10060         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10061         in AUTOINOUT.  Reported by Matthew Lovell.
10062         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10063         causing use of <= assignments.  Reported by Alex Reed.
10064         (verilog-read-decls): Fix triand, trior, wand, wor to be
10065         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
10066         (verilog-extended-complete-re): Support import "DPI-C" functions.
10067         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10068         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
10069         (verilog-insert-date, verilog-insert-year)
10070         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10071         Windows systems.  Reported by Michael Potts.
10072         (verilog-read-module-name): Fix AUTOINST when the child module
10073         declaration's name is a tick define.  Reported by Elliot Mednick.
10074         (verilog-read-decls): Fix V2K parameter bit subscripts getting
10075         passed to next parameter's definition.  Reported by Bruce T.
10076         (verilog-read-decls): Fix detecting "parameter int" when using
10077         AUTOINSTPARAM.  Reported by Bruce T.
10078         (verilog-goto-defun): Fix goto not finding modules unless first
10079         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
10080         (verilog-mode): Expand -f flag arguments on entry to mode so
10081         verilog-goto-defun will work.  Reported by Lawrence Butcher.
10082         (verilog-getopt): Expand environment variables in -f file
10083         arguments.  Suggested by Lawrence Butcher.
10084         (verilog-set-define): Fix "Symbol's value as variable is void"
10085         when reading enumerations.
10086         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10087         Suggested by Stephen Peltan.
10088         (verilog-read-defines): Fix reading of enumerations in include
10089         files.  Reported by Steve Peltan.
10091 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
10093         * files.el (trash-directory): Fix defcustom type.
10095 2009-06-28  Juri Linkov  <juri@jurta.org>
10097         * help-fns.el (describe-function-1): Correctly locate adviced
10098         functions in hyperlink (Bug#2438).
10100 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
10102         * files.el (trash-directory): Change default to nil.
10103         (move-file-to-trash): If trash-directory is nil and
10104         system-move-file-to-trash is unbound, perform freedesktop-style
10105         trashing.
10107 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
10109         * files.el (move-file-to-trash): Add freedesktop trash
10110         support (Bug#973).
10112 2009-06-28  Glenn Morris  <rgm@gnu.org>
10114         * autorevert.el (global-auto-revert-non-file-buffers)
10115         (global-auto-revert-mode): Doc fixes.
10117 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
10119         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10121 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
10123         * faces.el (x-handle-named-frame-geometry): Ensure that we have
10124         opened an X connection before calling x-get-resource (Bug#3194).
10126         * play/doctor.el: Remove reference to obsolete website.
10127         (make-doctor-variables): Correct grammar mistake (Bug#2633).
10129 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
10131         Remove find-file-not-found-hook VC method.  (Bug#2757)
10132         * vc-hooks.el (vc-file-not-found-hook)
10133         (vc-default-find-file-not-found-hook): Remove functions.
10134         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10135         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10136         * vc.el:
10137         * vc-hg.el:
10138         * vc-git.el: Do not mention find-file-not-found-hook VC method.
10140 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
10142         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10143         compatibility function for `looking-back'.
10145         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10146         Use `ispell-looking-back'.
10148 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
10150         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10151         rather than `filename'.
10153 2009-06-23  Miles Bader  <miles@gnu.org>
10155         * face-remap.el (text-scale-set): New function.
10157 2009-06-23  Glenn Morris  <rgm@gnu.org>
10159         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10161         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10163         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10165         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10167         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10168         Simplify Persian conditionals.
10170         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10171         variable `filename'.
10173         * comint.el (comint-insert-input): Doc fix.
10175         * Makefile.in (ELCFILES): Fix typo in previous change.
10177 2009-06-23  Miles Bader  <miles@gnu.org>
10179         * cus-start.el: Add entry for `recenter-redisplay'.
10181 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
10183         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10184         Add an optional argument for the backend, use it instead of
10185         calling vc-backend.
10186         (vc-mode-line): Add an optional argument for the backend.
10187         Pass the backend to vc-state and vc-working-revision.  Move code for
10188         special handling for vc-state being a buffer to ...
10190         * vc-rcs.el (vc-rcs-find-file-hook):
10191         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
10193         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10194         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10195         vc-stay-local-p and vc-mode-line calls.
10197         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10198         (vc-cvs-diff, vc-cvs-annotate-command)
10199         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10200         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10201         vc-mode-line calls.
10203         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10204         direct comparison.
10205         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10206         backend when calling vc-mode-line.
10207         (vc-register): Do not create a closure for calling the vc register
10208         function, call it directly.
10210 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
10212         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10213         to make it obvious item can be clicked.
10215         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10217 2009-06-23  Kenichi Handa  <handa@m17n.org>
10219         * language/korea-util.el (korean-key-bindings): Change the binding
10220         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
10221         same command.
10223 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
10225         Sync with Tramp 2.1.16.
10227         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10229         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
10230         when a loading of a package fails.  Completion function for rsync
10231         is `tramp-completion-function-alist-ssh'.
10232         (all): Replace all calls of `split-string' and
10233         `tramp-split-string' by `tramp-compat-split-string'.
10234         (tramp-default-method): Use `tramp-compat-process-running-p'.
10235         (tramp-default-proxies-alist): Allow also Lisp forms.
10236         (tramp-remote-path): Add choice "Private Directories".
10237         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
10238         (tramp-domain-regexp): Allow also "-", "_" and ".".
10239         (tramp-end-of-output): Remove newlines, and add "$" at the end.
10240         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10241         (tramp-debug-message): Insert header line in debug buffer.
10242         (tramp-handle-directory-files-and-attributes-with-stat):
10243         Care about filenames with spaces, or starting with "-".
10244         (tramp-handle-dired-uncache): New defun.
10245         (tramp-handle-insert-directory): Don't flush the directory from
10246         cache, this is handled by `dired-uncache' now.
10247         (tramp-handle-insert-file-contents): Improve error handling.
10248         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10249         Quote `tramp-end-of-output'.
10250         (tramp-action-password): Improve trace message.
10251         (tramp-check-for-regexp): Both echoes must be present, before removing.
10252         (tramp-open-connection-setup-interactive-shell): Trace coding system.
10253         (tramp-compute-multi-hops): Eval cons cells of
10254         `tramp-default-proxies-alist'.
10255         (tramp-maybe-open-connection): Use the same command pattern for
10256         first hop and further hops.
10257         (tramp-wait-for-output): Remove handling of newlines.
10258         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
10259         (tramp-split-string): Remove function.  It is handled in
10260         tramp-compat now.
10262         * net/tramp-cmds.el (tramp-bug):
10263         Recommend `tramp-cleanup-all-connections' in the bug mail.
10265         * net/tramp-compat.el (tramp-compat-split-string)
10266         (tramp-compat-process-running-p): New defuns.
10268         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
10269         for `dired-uncache'.
10271         * net/tramp-gvfs.el: New package.
10273         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10274         Add handler for `dired-uncache'.
10275         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
10277         * net/trampver.el: Update release number.  Make version check fit
10278         for SXEmacs 22.
10280 2009-06-22  Jim Meyering  <meyering@redhat.com>
10282         Automatically handle .xz suffix (XZ-compressed files), too.
10283         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
10284         XZ is the successor to LZMA: <http://tukaani.org/xz/>
10286 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
10287             Nick Roberts  <nickrob@snap.net.nz>
10289         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
10290         repository (http://sphinx.net.ru/hg/gdb-mi/).
10292 2009-06-22  Glenn Morris  <rgm@gnu.org>
10294         * files.el (dir-locals-collect-mode-variables): Allow for any number of
10295         `mode' and `eval' entries.  (Bug#3430)
10297         * Makefile.in (ELCFILES): Add fadr.elc.
10299         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
10300         differing behavior of \n and ^ in strings.  (Bug#3385)
10302         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
10304         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
10305         property.
10306         (lisp-indent-function): Make it a defcustom.
10308 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
10310         * progmodes/gdb-ui.el: Replace with ...
10311         * progmodes/gdb-mi.el: ... this file.
10312         * progmodes/gud.el: Modify for gdb-mi.el.
10314 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
10316         * fadr.el: New file.
10318 See ChangeLog.14 for earlier changes.
10320 ;; Local Variables:
10321 ;; coding: utf-8
10322 ;; End:
10324     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
10326   This file is part of GNU Emacs.
10328   GNU Emacs is free software: you can redistribute it and/or modify
10329   it under the terms of the GNU General Public License as published by
10330   the Free Software Foundation, either version 3 of the License, or
10331   (at your option) any later version.
10333   GNU Emacs is distributed in the hope that it will be useful,
10334   but WITHOUT ANY WARRANTY; without even the implied warranty of
10335   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10336   GNU General Public License for more details.
10338   You should have received a copy of the GNU General Public License
10339   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
10341 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1